/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child
 Author:       fourplex
 Author URI:   https://fourplex.de
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

.ma-bo {
	margin-bottom: 20px;
}

.brown {
	color: #A58870 !important;
}

.red {
	color: #B63031 !important;
}

.relative {
	position: relative;
}

.leistungsanker {
	position: absolute;
	top: -40px;
}

.bullet-point {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
}

.bullet-point-haken {
    width: 15px;
    margin-top: 8px;
}

.subheadline {
	font-size: 20px !important;
	margin: 0 !important;
	line-height: 30px !important;
}

    .hinkel-content {
        opacity: 0;
        transition: 0.6s ease-out;
    }
    
    .hinkel-content.aktiv {
        opacity: 1;
    }

	.delay-one {
		transition-delay: 0.4s;
	}

	.delay-two {
		transition-delay: 0.8s;
	}

	.delay-three {
		transition-delay: 1.2s;
	}

	.delay-four {
		transition-delay: 1.6s;
	}

	.delay-five {
		transition-delay: 2s;
	}

@media(min-width: 1200px){
	.leistungsanker {
	top: -100px;
}
}