.container{

}
.full_w{
    width:100%;
}
.full_h{
    height:100vh;
    height:100dvh;
}
.abs_t{
    position:absolute;
    top:0px;
    left:0px;
}
.abs_b{
    position:absolute;
    bottom:0px;
    left:0px;
}
.cookie_info{
    cursor:pointer;
    display: none;
}
#page-main{

}
#overlay-background{
    display: none;
    background: #f0d8b840;
    z-index:99;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#overlay-popup-image,#overlay-popup-txt{
    display:flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index:100;
}
    #page-overlay-image, #page-overlay-text{
        border:1px solid var(--peach);
        background: var(--gradient_1_rev);
        min-height: 200px;
        border-radius:12px;
        display: flex;
        flex-direction: column;
        max-width: 1000px;
        margin: 5px;
    }
    #overlay-image{
        width:100%;
        border-radius:0px 0px 12px 12px;
        border-top:1px solid var(--peach);
        cursor:pointer;
    }
    
    #overlay-image-text{
        margin-left: 5px;
    }
    #page-overlay-image_close_btn, #page-overlay-text_close_btn{
        position: absolute;
        top: -1px;
        right: 0px;
        border: 1px solid var(--peach);
        padding: 5px;
        border-radius: 0px 12px 0px 12px;
        font-weight: bold;
        color: var(--peach);
        cursor:pointer;
    }
    #page-overlay-text_close_btn{
        display:none;
    }
    #overlay-popup-text{
            max-height: 90vh;
            max-height: 90dvh;
            overflow-y: auto;
            font-size: var(--font_normal);
            max-width: 500px;
            width: 90vw;
    }
    #personen_popup, #opmerking_popup{
        border:1px solid var(--peach);
        border-radius:6px;
        background:var(--cream);
        
    }
    #opmerking_popup{
        width:calc(100% - 10px);
    }
    #personen_popup{
        min-width:175px;
    }
    .popup_button_container {
        display:flex;
        flex-direction:row;
        justify-content: space-around;
        padding-top: 20px;
        margin-top: 10px;
        margin-bottom:10px;
        border-top:1px solid var(--peach);
    }
    .popup_button_container button{
        padding: 2px;
    }
    .popup_header{
        height: 100px;
        background-size:cover;
        background-position:center;
        border-radius: 12px 12px 0px 0px;
        border:1px solid var(--peach);
    }
    .popup_aantal_items{
        font-size: smaller;
    }
    .popup_omschrijving_container{
        background: var(--cream);
        padding: 5px;
        border-radius: 6px;
        border: 1px solid var(--peach);
        margin-bottom: 10px;
        font-size: var(--font_small);
    }
    .popup_omschrijving_container ul{
        margin-bottom:10px;
    }

#overlay-no_height{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index:999;
    border-radius: 0px 0px 6px 6px;
    background:var(--gradient_1_rev);
    overflow: hidden;
    box-shadow: 0px 2px 2px #7151344f;
    
    display: none;
}

#overlay-intro{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index:75;
    border-radius: 0px 0px 6px 6px;
    background:var(--gradient_1_rev);
    overflow: hidden;
    box-shadow: 0px 2px 2px #7151344f;
    cursor:pointer;
}
    /* .logo_container{
        max-width: 600px;
        min-width:310px;
        position: relative;
        margin-top:80px;
        margin-left:20px;
        margin-right:20px;
        margin-bottom:100px;
    } */
    .logo_container{
        max-width: 160px;
        max-width: 35vw;
        /* min-width: 310px; */
        position: absolute;
        /* margin-top: 80px; */
        margin-left: 20px;
        margin-right: 20px;
        /* margin-bottom: 100px; */
        bottom: 100px;
        right: 5px;
        width: 100%;
    }
    #intro_image, #no_height_image{
        position: absolute;
        top:0px;
        left:0px;
        width: 100%;
        height: 100vh;
        background:url('../images/backgrounds/intro.webp');
        background-size: cover;
        background-position: center;
        opacity:.75;
    }
    #intro_close,#no_height_txt{
        position: absolute;
        bottom: 50px;
        right: 30px;
        font-size: x-small;
        font-weight: bold;
        font-style: italic;
    }
    #no_height_txt{
        bottom:20px;
        
    }
    #no_height_contact{
        position: absolute;
        top:20px;
        left:20px;
        font-size: var(--font_normal);
    }
    #no_height_contact table{
        opacity:90%;
    }

#page-background{
    /* background-image: url('../images/schotel_hapjes.webp'); */
    background-size: cover;
    z-index: -1;
    transition: background 1s ease-in-out;
    background-position: center center;
    
}
.image_thumb{
    cursor:zoom-in;
}
.image_thumb::after{
    content: url(../images/icons/zoom.png);
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding:3px;
    border-radius:0px 6px 0px 12px;
    border-left:1px solid var(--peach);
    border-bottom:1px solid var(--peach);
    opacity:80%;
    background:var(--gradient_1_rev);
    box-shadow: var(--shadow_header);
}
#page-main_content{
   
}
#main_content-header{
    border-radius:0px 0px 6px 6px;
    background: var(--gradient_1_rev);
    height: var(--header_height);
    z-index: 50;
    box-shadow: var(--shadow_header);
    border-bottom: 1px solid var(--peach);

}
    #mobile_menu_btn{
        margin-left:10px;
        margin-top:10px;
        cursor:pointer;
    }
    #mobile_menu_btn svg{
        transition: all 0.5s ease-in-out;
    }
    #mobile_menu{
        display:flex;
        flex-direction:column;
        display:none;
        position:absolute;
        top:90px;
        width: 100%;
        height: calc(100% - 90px);
    }
    #mobile_menu hr{
        width: 100%;
        background:var(--gradient_2)
    }
    .mobile_menu_item{
        margin-left:15px;
        margin-bottom:15px;
        font-size:var(--font_mobile_menu_links);

    }
    .mobile_menu_item a{
        font-weight: normal;
    }
    .mobile_submenu_item{
        margin-top: 13px;
        margin-bottom: 5px;
        margin-left:15px;
        font-size:var(--font_mobile_menu_links);

    }
    .mobile_submenu_item li a{
        font-weight: normal;
    }

    .mobile_menu_item_language{
        position: absolute;
        bottom:10px;
        right:15px;
    }
    .mobile_menu_item_language a{
        font-size:var(--font_small);
        font-style: italic;
        font-weight: bold;
    }
    #header_logo{
        position: absolute;
        display: flex;
        width: 100%;
        top: 10px;
        justify-content: center;
        pointer-events: none;
    }
    #header_logo img{
        width:75px;
        pointer-events: all;
    }


#main_content-content{
        overflow-y: auto;
        /* scroll-behavior: smooth; */
        transition: all 1s ease-out;
        position: absolute;
        top: var(--header_height);
        height: calc(100vh - 120px);
        height: calc(100dvh - 120px);
        width:100%;
        display: flex;
        justify-content: center;
        flex-direction: column;

    }
    #content-replace{
        height: 100%;
        margin-left:6px;
        max-width:1188px;
    }
    .content-container{
        border-radius:12px;
        border:1px solid var(--peach);
        background:var(--gradient_1_rev2);
        opacity:0.9;
        padding:20px;
        font-size:var(--font_normal);
        box-shadow: var(--shadow2);
    }
    .top_space{
        margin-top:130px;    
    }
    .image-container{
        width: 100%;
        margin-top:20px;
        display: flex;
        justify-content: space-between;
    }
    .image-container_div img{
        border:1px solid var(--peach);
        border-radius:6px;
        width:100%;
        box-shadow: var(--shadow_minimal);
    }

#main_content-footer{
    font-size:var(--font_small);
    border-radius:6px 6px 0px 0px;
    background: var(--champagne);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--footer_height);
    z-index:80;
    box-shadow:0px -2px 3px #7151347a; 
    border-top:1px solid var(--peach);
}
    #copyright-container{
        margin-left:5px;
    }
    #footer-social-container{

    }
    #footer-social-container a, #footer-social-container img{
        margin-left:6px;
        margin-right:6px;
    }
    #footer-social-container a:before{
        background:none;
    }


    #catering-clients-container{
        display: flex;
        flex-direction: row;
        
        justify-content: space-around;
        flex-wrap:wrap;
        margin-top:20px;
        margin-bottom:20px;
        border-radius: 12px;
        margin-left:auto;
        margin-right:auto;
    }
    .catering-client-container{
        width:120px;
        text-align:center;
        margin-bottom:20px;
    }
    .catering-client-logo{

    }
    .catering-client-logo img{
        width:100%;
    }
    .catering-client-name{
        font-size:var(--font_small);
    }


.link-container{
    cursor: pointer;
}
#catering-link-container{
    display:flex;
    flex-direction: column;
    position:absolute;
    top:120px;
    right:0px;
    align-items: flex-end;
    overflow:hidden;
}

.catering-link{
    border-radius:12px 0px 0px 12px;
    background: var(--gradient_1_rev2);
    /* border:1px solid var(--peach); */
    width:75px;
    transition: all 0.3s ease-in;
    margin-bottom:10px;
    font-size:var(--font_small);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.catering-link_hovered{
    width:80px;
    /* padding-left:4px */ 
}
.catering-link_hovered a{
    font-weight: bold !important;
}

.catering-link a{
    font-weight:normal;
    display:flex;
    height:100%;
    /* width:100%; */
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
}
.catering-link a:before, .catering-link a:after{
    background:none;
}
.catering-link a:target{
    font-weight:bold;
}
.catering-link a:active{
    font-weight:bold;
}
.anchor {
    scroll-margin-top: 40px;
}
.catering_items-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:10px;
}


.item_popup_noclick,.item_popup{
    padding:5px;
    padding-bottom: 30px;
    height: calc(100% - 70px);
    cursor:default;
    
}
.item_popup{
    cursor:pointer;
}
.item_container{
    background: var(--gradient_1_rev2);
    border: 1px solid var(--peach);
    border-radius: 6px;
    margin-top:10px;
    margin-bottom:10px;
    transition: 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: var(--font_normal);
    position: relative;
    /* display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
    background: var(--gradient_1_rev);
    border: 1px solid var(--peach);
    min-height: 100px;
    font-size: smaller;
    margin-bottom: 20px;
    border-radius: 12px;
    transition: 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-height:200px;
    
    overflow:hidden; */
}
.catering_items-subtitel{
    background: linear-gradient(320deg, #f3f0e900 0%, #f0d8b8 100%);
    /* border: 1px solid var(--peach); */
    border-bottom: 1px solid var(--peach);
    border-left: 1px solid var(--peach);
    padding:10px;
    width:100%;
    margin-top:20px;
    padding-left:20px;
    /* font-size:smaller; */
    border-radius:6px 12px 12px 6px;
}
.catering_items-subtitel h4{
    font-weight:bold !important;
}
.item_img{
    background-size:100% auto !important;
    height:60px;
    overflow: hidden;
    background-position: center;
    background-size: 100% auto;
    border-right: 1px solid var(--peach);
    border-radius: 6px 6px 0px 0px;
    transition: 0.3s ease;
}
.item_img:hover{
    background-size: 105% auto !important;
}

.item_container-header{
    flex-direction: column;
  }
.item_container_small{
    width: 100%;
}
.item_container_large{
    width: 100%;
}
.item_container_high{
    min-height:200px;
}
.item_container_low{
    min-height:130px;
}

.item_container:not(:has(.item_img:hover)):hover {
    box-shadow: var(--shadow2);
}
.item_container ul{
    font-weight: bold;
}
.item_container li{
    font-weight: normal;
}

.item_header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.item_naam{
    font-weight: bold;
}
.item_omschrijving{
    /* font-size:smaller; */
    margin-left: 5px;
}
.item_prijs{
    /* font-size:small; */
    font-style: italic;
    min-width: 70px;
    text-align: right;
}
.item_prijs span {
    font-size: var(--font_small);
    font-weight: bold;
}



.boxinhoud_select_container {
    display: flex    ;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 5px;
    line-height: 27px;
    background: var(--gradient_btn);
    border-radius: 0px 0px 6px 0px;
    border-bottom: 1px solid var(--peach);
    border-right: 1px solid var(--peach);
}
.boxinhoud_select_container select{
    font-weight:bold;
}
.remove_button_div, .select_div{
    position: absolute;
    bottom: -1px;
    right: -1px;
    display: flex;
    align-items: center;
}
.select_div{
    bottom: 3px;
    right: 3px;
    font-size: var(--font_small);
}
.remove_button_div button{
    width:unset;
    min-width:unset;
    border-radius:12px 0px 12px 0px;
    background:linear-gradient(330deg, var(--cream) 0%, rgba(240, 216, 184, 1) 100%);
    border-top:1px solid var(--peach);
    border-left:1px solid var(--peach);
    box-shadow:none;
    padding:0px;
    padding-left:10px;
    padding-right:10px;
    /* font-size:smaller; */
}
#bestelling_tooltip{
    position: absolute;
    bottom:30px;
    right: 0px;
    background:var(--cream);
    border:1px solid var(--peach);
    border-radius:6px;
    width:80px;
    padding:5px;
    box-shadow: var(--shadow_plus);
    font-size:var(--font_small);
    text-align: center;
    display: none;
}
#bestelling_tooltip::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--peach) transparent transparent transparent;

  }

.contact_table{
    width:100%;
}
.contact_table td a{
    padding:0px;
    font-weight: normal ;
    font-size: var(--font_normal);

}
#contact_form input, #contact_form textarea{
    border: 1px solid var(--peach);
    border-radius: 6px;
    background: var(--cream);
    width:100%;
}

#bestelling_popup_btn{
    position: absolute;
    top: 79px;
    right: 6px;
    display: flex;
    display: none;
    align-items: center;
    border-radius: 0px 0px 6px 6px;
    font-size: var(--font_small);
    font-weight: bold;
    background: var(--champagne);
    box-shadow: 0px 2px 2px #7151344f;
    padding-left:5px;
    padding-right:2px;
    padding-top:2px;
    padding-bottom:2px;
    z-index: 51;
    height:22px;
    border-bottom: 1px solid var(--peach);
    border-left:1px solid var(--peach);
    border-right: 1px solid var(--peach);
    cursor:pointer;
}


#kruimels_div{
    z-index: 51;
    position: absolute;
    top: 79px;
    left: 6px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 6px 6px;
    background: var(--champagne);
    box-shadow: var(--shadow_header);
    font-size: var(--font_small);
    padding-left: 6px;
    padding-right: 6px;
    padding-top:2px;
    padding-bottom:2px;
    display: none;
    height:22px;
    border-bottom: 1px solid var(--peach);
    border-left:1px solid var(--peach);
    border-right: 1px solid var(--peach);
}
#kruimels_div a{
    font-weight:normal;
}
#kruimels_div a:before, #kruimels_div a:after{
    background:none;
}
#anouk_photo{
    align-self: center;
    border: 2px solid var(--peach);
    border-bottom: 0;
    border-right: 0;
    border-radius: 50% 0 12px 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
    right: -20px;
    box-shadow: -1px -1px 3px 1px #7151345c;
}