/*
Theme Name: jvwsierbestrating
Author: Jura Prus
*/

/* Custom styles */

.content {
    padding:0px;
}

.backgroundimage {
    padding: 0px;
    background: url(https://www.carlsonbuildingmaterials.com/images/middle_bottom_bg.jpg) center bottom no-repeat, #fff url(https://www.carlsonbuildingmaterials.com/images/middle_bg.jpg) center top no-repeat;
}
@media only screen and (max-width: 600px) {
    .backgroundimage {
        padding: 0px;
        background: url(https://www.carlsonbuildingmaterials.com/images/middle_bottom_bg.jpg) center bottom no-repeat,
        url(https://www.carlsonbuildingmaterials.com/images/middle_bg.jpg) center top no-repeat;
        background-size: contain; /* Voeg dit toe */
    }

    .singe-dienst-tekst {
        margin-top:20px;
    }
}


/* Add more custom styles as needed */

/* Zorgt ervoor dat de carousel de volledige hoogte van het scherm gebruikt */
.carousel-inner, .carousel-item {
    height: 75vh; /* Volledige schermhoogte */
}

/* Optioneel: Zorg ervoor dat de inhoud van de carousel gecentreerd wordt */
.carousel-caption {
    bottom: 0; /* Positie aanpassen indien nodig */
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: none;
}

/* Afbeelding zorgt ervoor dat deze altijd de volledige breedte en hoogte inneemt */
.carousel-item img {
    object-fit: cover; /* Zorgt ervoor dat de afbeelding mooi past in de container */
    height: 100vh; /* Zorgt ervoor dat de afbeelding de volledige schermhoogte gebruikt */
    width: 100%; /* Volledige breedte */
}

h1.display-1.text-white.mb-5.slideInDown {
    font-size:60px;
}

@media only screen and (max-width: 600px) {

    /* Zorgt ervoor dat de carousel de volledige hoogte van het scherm gebruikt */
    .carousel-inner, .carousel-item {
        height: 50vh; /* Volledige schermhoogte */
    }

    h1.display-1.text-white.mb-5.slideInDown {
        font-size:36px;
    }

    .carousel-caption h1.display-1.mb-5.animated.slideInDown {
        font-size: 36px !important;

    }

    .bg-white.shadow.d-flex.align-items-center.h-100.px-5 {
        min-height: 94px !important;
    }

}

.carousel-item {
    transition: transform 1s ease, opacity 1s ease;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    opacity: 0;
}

.carousel-item.active {
    opacity: 1;
}


.btn-primary-1 {
    background-color: #2c3c46 !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    border-top-left-radius: 100px !important;
    color: #ffffff !important;
    padding: 12px 12px !important;
    transition: all 0.2s ease 0s !important;
}

