/*
 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
*/


.white {
	color: white !important;
}

.red {
	color: #CD3835 !important;
}

.grey {
	color: #989898 !important;
}

.underline {
	text-decoration: underline;
}

.subheadline {
	font-size: 25px !important;
	line-height: 35px !important;
	font-weight: 700 !important;
	margin: 0 !important;
}

.bullet-point-grid {
	display: grid;
	grid-gap: 30px;
}


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

.bullet-point-haken {
    width: 30px;
    margin-top: 5px;
}

.headline-p {
	font-size: 15px !important;
	line-height: 30px !important;
	font-weight: 700 !important;
	margin: 0 !important;
}

    .gutes-content {
        transform: translateY(100px);
        opacity: 0;
        transition: 0.6s ease-out;
    }
    
    .gutes-content.aktiv {
        transform: translateY(0);
        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;
	}