@font-face {
    font-family: 'Crumble';
    /*a name to be used later*/
    src: url('../assets/Super\ Crumble.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Fashion';
    /*a name to be used later*/
    src: url('..//assets/Super\ Fashion.ttf');
    /*URL to font*/
}

#bodyHomepage {
    background-color: #EAB663;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}


@media (max-width: 768px) {
    .zomertuin-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .openingstijden-blok {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 90%;
    }

    .openingstijden-blok ul {
        text-align: center !important;
        padding: 0;
        list-style: none;
    }

    .openingstijden-blok h4,
    .openingstijden-blok p {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .titel {
        margin-bottom: 0.2rem !important;
        /* minder ruimte onder de titel */
    }

    .tekst {
        margin-top: 0.2rem !important;
        /* minder ruimte boven de ondertitel */
    }
}

/* De sociale knop met achtergrondafbeelding (SVG) en het Facebook-icoon */
.social-button {
    width: 60px;
    /* Stel de breedte in van de knop */
    height: 60px;
    /* Stel de hoogte in van de knop */
    background-image: url('../assets/img/socialmedia.svg');
    /* Het SVG-bestand als achtergrond */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

/* Het Facebook-icoon in de knop */
.social-button a i {
    font-size: 30px;
    /* Pas de grootte van het Facebook-icoon aan */
    color: #fff;
    /* Maak het icoon wit */
    position: absolute;
    z-index: 1;
    cursor: pointer;
    /* Zorg ervoor dat het icoon boven de achtergrond komt */
}




/*.customkader {
    width: 604px !important;
    height: 300px !important;
}*/


.two-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.column {
    width: 40%;

    box-sizing: border-box;
}

.left-column {
    background-image: url('./assets/img/Grote kader maps.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}



* {
    font-family: 'Lato' !important;
}

.tekst {
    font-family: 'Lato' !important;
}


#display-google-map img.text-marker {
    max-width: none !important;
    background: none !important;
}

#display-google-map img {
    max-width: none
}


.titel {
    font-family: 'Crumble' !important;
    font-size: 3em;
    color: #f0f0f0;
    text-align: center;
    margin-top: 20px;
}

.crumbleFont {
    font-family: 'Crumble' !important;
    font-size: 100%;
    text-transform: none;
    font-size: 25px;
}

.weekdagen {
    font-family: 'Crumble' !important;
    color: #d4471f !important;
}

.orangeColor {
    color: white !important;
    font-size: 19px !important;
}

.geleknop {
    font-family: 'Crumble' !important;
    color: white !important;
    border-radius: 8px !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.geleknop:hover {
    transform: scale(1.05); /* subtiele vergroting */
}

.menu-knop-img:hover {
    transform: scale(1.1) !important;
    /* Vergroot de afbeelding met 10% bij hover */
}

.knop {
    font-size: 23px !important;
    text-transform: none !important;
}

.menu-knop-img {
    transition: all 0.3s ease !important;
    /* Zorgt voor een soepele overgang bij hover */
    cursor: pointer;
}

.openingsTekst {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    white-space: nowrap;

}

.image-container {
    position: relative;
    max-width: 100%;
    /* Keeps the image from collapsing */
    overflow: hidden;
    margin-bottom: 1rem;

}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    width: 90%;
}

/* Media query voor telefoons */
@media (max-width: 768px) {
    .menu-knop-img {
        transform: scale(1.2) !important;
        cursor: pointer;
        /* Vergroot de afbeelding met 10% */
        max-width: 200px !important ;
    }

    .two-columns {
        display: block;
        align-items: center;
        justify-content: space-between;

    }

    .column {
        width: 100%;

        box-sizing: border-box;
    }

    .left-column {
        background-image: url('./assets/img/Grote kader maps.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
    }


    .image-container {
        position: relative;
        max-width: 100%;
        width: 100%;
        aspect-ratio: 16 / 12;
        /* Keeps the image from collapsing */
        overflow: hidden;
        margin-bottom: 1rem;

    }

    .image-container img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        padding: 1rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        width: 90%;
    }


}

.orange {
    color: #d4471f !important;
}

.vertical-divider {
    height: 250px;
    /* Adjust as needed */
    width: auto;
}

.menu-knop-img {
    max-width: 250px;
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .masthead {
        padding: 0rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .customkader {
        width: 100% !important;
        height: 182px !important;
        margin-bottom: 2rem;
    }

    .tekstAdres {
        font-size: 1rem !important;
        margin-right: 1rem !important;
        margin-left: 1rem !important;
        text-align: center !important;
    }

    #contactBlock{
        padding-top: 7rem !important;
    }

}


