/*
Theme Name: QuickOnline Child
Theme URL: https://jouwslimmetuin.nl/
Description: Child theme voor Jouw Slimme Tuin
Author: QuickOnline B.V.
Author URL: https://quickonline.nl/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Standaard (Desktop) */
.text-outline, .text-outline * {
    color: transparent !important;
    -webkit-text-stroke: 3px white !important;
    text-stroke: 3px white !important;
}

/* Tablet (max 1024px) */
@media (max-width: 1024px) {
    .text-outline, .text-outline * {
        -webkit-text-stroke: 2px white !important;
        text-stroke: 2px white !important;
    }
}

/* Mobiel (max 768px) */
@media (max-width: 768px) {
    .text-outline, .text-outline * {
        -webkit-text-stroke: 1px white !important;
        text-stroke: 1px white !important;
    }
}

#cmplz-message-1-optin {
    animation: fadeIn 0.5s ease-in 2s; /* Verschijnt na 2 seconden */
}

/* Afbeelding auto uitvullen */
.img-container, .img-container>div{
  height: 100%;
}

.img-container img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* Zorgt dat de afbeelding de hele container vult */
	position:absolute;
	top:0;
	left:0;
}

