html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

html {
    position: relative;
    min-height: 100%;
}


/*My own css */

/*Page layout start*/
body {
    /*
        background-color: #7B3F00
        background-color: #C67D3B;
        background-color: #ffeedb;
        background-color: #ba9274;
        background-color: #b48558;
    */
    background-color: #EDE6D6;
    font-family: 'Courgette','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
}

.privacy, .algemeneVoorwaarden {
    max-width: 800px;
    font-family: Arial;
}


/*Footer start*/
.footer {
    background-image: url('../images/Fotos_Paginas/Koekje_footer.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 10px;
    border-color: black;
    border-top: 1px solid;
}

    .footer::before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.footerContent {
    position: relative;
    z-index: 1;
    padding: 20px;
    color: white; /* Text color on top of the image */
}

@media screen and (max-width: 768px) {
    .footerContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.privacy-nav {
    text-decoration: none;
    color: white;
}
/*Footer end*/
.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .flex-lg-equal > * {
        flex: 1;
    }
}

.head {
    position: relative;
    z-index: 2;
    font-size: 100px;
    color: white;
    font-family: 'Cookie', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.headPrivacy {
    position: relative;
    z-index: 2;
    font-size: 100px;
    color: black;
    font-family: 'Cookie', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

@media (max-width: 576px) {
    .head {
        font-size: 80px;
    }

    .headPrivacy {
        font-size: 80px;
    }
}

/*Page layout end*/

/*Social media icons start*/
.bi-instagram, .fa-facebook-f {
    font-size: 30px;
    color: white;
    padding: 5px;
}

.socialNameInsta, .socialNameFb {
    text-decoration: none;
    color: white;
}

    .socialNameInsta:hover, .socialNameFb:hover {
        text-decoration: none;
        color: darkgoldenrod;
    }
/*Social media icons end*/

/*Line Logo start*/
.line-container {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.line {
    flex-grow: 1;
    border-top: 1px solid #000;
}

.logo {
    width: 400px;
    height: auto;
    margin: 0 20px;
}

@media (max-width: 576px) {
    .logo {
        width: 250px;
        height: auto;
        margin: 0 20px;
    }
}

/*Line Logo end*/

/*Navigation bar start*/
.bi-list {
    color: #ffeedb;
}

.nav-link {
    color: black;
}

    .nav-link:hover {
        color: #524f4f;
    }

#mainNavigation a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4)
}

.nav-item {
    min-width: 12vw;
}


.headingLogoBackground {
    background-color: #EDE6D6;
}

#mainNavigation {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 123;
    position: sticky;
    background-color: transparent;
    padding: 10px;
}

#navbarNavDropdown.collapsing .navbar-nav,
#navbarNavDropdown.show .navbar-nav {
    background: transparent;
    padding: 12px;
    margin-top: 10px;
}


.dropdown-menu {
    background-color: white;
}

.dropdown-item {
    color: black;
}
/*Small screen start*/
.bi-list {
    color: black;
}
/*Small screen end*/
/*Navigation bar end*/

/*Dynamisch start*/
.slide-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
}

    .slide-in.active {
        opacity: 1;
        transform: translateY(0);
    }
/*Dynamisch end*/


/*Home layout start*/

/*Carousel start*/
.carouselHome {
    overflow: hidden;
    width: 100%;
}

.carousel-item {
    position: relative;
}

.carouselFoto1,
.carouselFoto2,
.carouselFoto3 {
    bottom: 50%;
    width: 100%;
    height: auto;
}


/*Carousel end*/
.home {
    background-image: url(../images/Fotos_Paginas/Lijnen.png);
    background-size: cover
}

.tussenstuk-top {
    height: 50px;
}

.tussenstuk {
    height: 20px;
}

.cardHomeHeader {
    margin: 30px auto;
    background-image: url('../images/Fotos_Paginas/Sticker_sam.jpg');
    width: 20%;
}

.imageHeaderHome {
    width: 100%; /* Make the image take 100% of the container width */
    height: auto; /* Maintain the aspect ratio of the image */
    padding: 15px;
}


.fotoDiv {
    position: relative;
    overflow: hidden;
}

.fotoWelkom, .fotoTaarten {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.fotoFeestdagen {
    min-width: 533px;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.homePartOne, .homePartTwo, .homePartThree {
    color: white;
    align-items: center;
}

.text-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*background-color: #b48558;*/
    background-color: #b48558;
    flex-grow: 1;
    min-height: 500px;
    margin-right: 50px
}

.text-home-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1a1a1d;
    flex-grow: 1;
    min-height: 500px;
    margin-left: 50px
}



.homePartOne h2, .homePartTwo h2, .homePartThree h2 {
    font-size: 60px;
    font-family: 'cookie','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 100%;
}

.homePartOne p, .homePartTwo p, .homePartThree p {
    margin-top: 0px;
    font-size: 23px;
    width: 100%;
}


.btnTaarten, .btnCake {
    display: inline-block;
    margin: 40px;
    padding: 20px 30px;
    /* background-color: #7B3F00; Background color */
    background-color: #b06b43;
    color: #ffffff; /* Text color */
    border: 1px solid black;
    border-radius: 20px; /* Rounded corners */
    font-size: 30px; /* Text size */
    cursor: pointer; /* Hover cursor */
    transition: background-color 0.3s; /* Smooth background color transition on hover */
    width: 80%
}

.btnTaarten {
    /* background-color: #7B3F00; Background color */
    background-color: #b48558;
}

.btnCake {
    /* background-color: #7B3F00; Background color */
    background-color: #1a1a1d;
}

.btnTaarten:hover {
    background-color: transparent; /* Darker background color on hover */
    color: white;
}

.btnCake:hover {
    background-color: transparent; /* Darker background color on hover */
    color: black;
}
/*Responsive start*/
@media(max-width:1511px) {
    .homePartOne p, .homePartTwo p, .homePartThree p {
        font-size: 20px;
    }

    .homePartOne h2, .homePartTwo h2, .homePartThree h2 {
        font-size: 40px;
    }
}

@media(max-width:1200px) {
    .homePartOne p, .homePartTwo p, .homePartThree p {
        font-size: 17px;
    }

    .homePartOne h2, .homePartTwo h2, .homePartThree h2 {
        font-size: 30px;
    }
}

@media(max-width:992px) {
    .tussenstuk-top {
        height: 0px;
        background-color: #b48558;
        opacity: 0.7;
    }

    .tussenstuk {
        height: 0px;
    }

    .fotoWelkom, .fotoTaarten, .fotoFeestdagen {
        height: 300px;
        width:100%;
    }

    .text-home {
        min-height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-right: 0px;      
    }

    .text-home-links {
        min-height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-left: 0px;
    }
}

@media(max-width:576px) {
    .fotoWelkom, .fotoTaarten, .fotoFeestdagen {
        height: 200px;
    }

    .homePartOne p, .homePartTwo p, .homePartThree p {
        font-size: 15px;
    }

    .homePartOne h2, .homePartTwo h2, .homePartThree h2 {
        font-size: 35px;
    }

    .btnCake, .btnTaarten {
        font-size: 20px;
        margin: 0px;
        padding: 5px;
        width: 100%
    }
}
/*Responsive start*/

/*Home layout end*/
/*Contact layout start*/
/*Heading Start*/
.fotoContainer {
    overflow: hidden;
    margin: auto;
    width: 100%;
}

.contactHeading {
    position: relative;
    display: flex;
    background-image: url('../images/Fotos_Paginas/Contact2.png');
    background-size: cover;
    background-position: center;
    padding: 150px;
}
/*Heading End*/
/*Info start*/
.bi-envelope-check, .bi-stars, .bi-calendar3, .bi-clock {
    color: #EDE6D6;
}

.Achtergrond-icons {
    background-color: #d18010ee;
}

.second-Info {
    border-top: 1px solid;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
    padding: 10px 0px;
}

.third-Info {
    padding: 10px 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.last-Info {
    padding-top: 10px;
}

@media (min-width: 1200px) {
    .second-Info {
        border-top: 0px;
        border-right: 1px solid;
        border-left: 1px solid;
        border-bottom: 0px;
        border-radius: 0px;
        padding: 0px;
    }

    .third-Info {
        border-top: 0px;
        border-right: 1px solid;
        border-left: 0px;
        border-bottom: 0px;
        border-radius: 0px;
        padding: 0px;
    }

    .last-Info {
        padding-top: 0px;
    }
}
/*Info end*/
/*Card Start*/
.logoContact {
    border-radius: 200px;
    width: fit-content;
    height: auto;
    padding: 10px;
    background-color: #EDE6D6;
    margin: 40px auto;
}

.logoContactImage {
    width: 100px;
    height: auto;
}

.bi-envelope {
    padding-top: 20px;
}

.contactInfo {
    padding-bottom: 60px;
}

.cardContact {
    max-width: 500px;
    margin: auto;
    background-image: url('../images/Fotos_Paginas/Contact_Gegevens.png');
    background-size: 718px;
    background-size: cover;
    background-repeat: no-repeat;
}

    .cardContact::before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.cardContentContact {
    position: relative;
    z-index: 1;
    padding: 20px;
    color: white;
}

.vacation-box {
    max-width: 500px;
    background: #fff3f3;
    border: 1px solid #ffcccc;
    border-left: 5px solid #e74c3c;
    padding: 16px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0px auto 40px auto;
}

    .vacation-box h2 {
        margin-top: 0;
        color: #e74c3c;
        font-size: 1.2em;
    }

    .vacation-box ul {
        list-style: none; /* removes bullet points */
        padding-left: 0; /* removes left indentation */
        margin: 10px 0;
    }

    .vacation-box li {
        margin-bottom: 5px;
    }

/*Card End*/
/*Form start*/
.orderForm {
    background-color: #f3c38c;
    z-index: 1; /* Ensure the form is on top of the black box */
    position: relative;
}

.card-form {
    position: relative;
    background-color: #f3c38c;
}

.form-container {
    position: absolute;
    top: -30px; /* Adjust this value to position it above the form */
    left: -30px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -1; /* Ensure it's behind the form */
    opacity: 0.8; /* Adjust the opacity as needed */
}

.form-control {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-bottom: 20px;
}

.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    border-radius: 0;
    border-color: black;
    color: black;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.spinner {
    margin: auto;
}
/*Form End*/
/*responsive start*/
@media (max-width: 576px) {

    .orderForm {
        padding: 20px;
    }
}
/*responsive end*/


/*Contact layout end*/

/*Producten layout start*/
/*Header Producten start*/
.ProductHeaderContainer {
    overflow: hidden;
    margin: auto;
    width: 100%;
}

.ProductenHeaderFoto {
    position: relative;
    display: flex;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
    padding: 100px;
}

.over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity here */
}


/*Header Producten End*/

/*card producten start*/
.containerProducten {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 10px;
}

.cardProducten {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    background-color: transparent;
    border: none;
    width: 24%
}


.logoProduct {
    width: 80%;
    height: 250px;
    border-radius: 20px;
    margin: auto;
    background-color: #EDE6D6;
    position: relative;
}

    .logoProduct > img {
        width: 100%;
        height: 90%;
        padding-top: 25px;
        object-fit: contain;
        object-position: center;
        border-radius: 20px;
    }

.cardImageProducten {
    width: 90%;
    height: 250px;
    border-radius: 20px;
    margin: auto;
    position: relative;
}


    .cardImageProducten > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        border-radius: 20px;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.text {
    color: white;
    font-size: 18px;
}

.cardImageProducten:hover .overlay {
    display: flex;
}

.logoProduct:hover .overlay {
    display: flex;
}

.cardTextProducten {
    height: auto;
    width: 100%;
    background-color: #1D1C20;
    color: #fff;
    padding-top: 20px;
    border-radius: 20px;
}

.cardCategorieProducten {
    font-style: italic;
}

.cardTitleProducten {
    font-size: 1.7rem;
    margin-bottom: 20px;
    padding: 0px 5px;
    margin-top: 5px;
    height: 100px;
}

.cardBodyProducten {
    font-size: 1.25rem;
}

.cardPrijsProducten {
    width: 100%;
    background-color: #b48558;
    color: black;
    font-size: 1.5rem;
    padding-top: 100px;
    margin: -100px auto auto auto;
    border-radius: 15px;
}
/*responsive start*/
@media (max-width: 1400px) {
    .cardProducten {
        width: 32%;
    }
}

@media (max-width: 992px) {
    .cardProducten {
        width: 49%;
    }
}

@media (max-width: 576px) {
    .cardProducten {
        width: 100%;
    }

    .ProductenHeaderFoto {
        padding: 40px;
    }

    .cardPrijsProducten {
        font-size: 1.0rem;
    }

    .cardImageProducten, .logoProduct {
        height: 200px;
    }
}
/*responsive end*/
/*card producten end*/
/*Producten layout end*/
