
@font-face {
  font-family: OculiLight;
  src: url(OculiDisplayTest-Light.otf);
}

@font-face {
  font-family: OculiRegular;
  src: url(OculiDisplayTest-Regular.otf);
}

.preload, .preload * {
    transition: 0s !important;
}

body {

    --red: #BC0808;
    --brown: #81705F;
    --creamy: #f6efe6;

    --color_text_light: var(--creamy);
    --color_text_dark: black;
    --color_berg_01: #e5e0da;
    --color_berg_02: #ccc7c2;
    --color_berg_03: #010101;
    --color_hero: var(--creamy);
    --color_background: #000000;

    --font1: "poppins", sans-serif;
    --font2: "OculiLight";
    --font3: "OculiRegular";

    --header-height: 171px ;

    --container_width: 1650px;
    --container_wide_width: calc(100svw - 5vw);
    --container_small_width: 1650px;

    --space_small: 15px;
    --space_medium: 25px;
    --space_large: 75px;


    --fs-xxl: 52px;
    --fs-xl: 42px;
    --fs-l: 36px;
    --fs-ml: 22px;
    --fs-m: 14px;
    --fs-s: 12px;


    --w: 2560px;

    --fs_relative_heading: clamp(13px, 1.5vw, 22px);

    --clip_path_wave: polygon(100% 0%, 0% 0% , 0.00% 95.87%, 1.43% 96.37%, 2.86% 96.86%, 4.29% 97.33%, 5.71% 97.77%, 7.14% 98.19%, 8.57% 98.57%, 10.00% 98.91%, 11.43% 99.21%, 12.86% 99.46%, 14.29% 99.67%, 15.71% 99.83%, 17.14% 99.94%, 18.57% 99.99%, 20.00% 99.99%, 21.43% 99.94%, 22.86% 99.84%, 24.29% 99.68%, 25.71% 99.48%, 27.14% 99.22%, 28.57% 98.92%, 30.00% 98.58%, 31.43% 98.21%, 32.86% 97.79%, 34.29% 97.35%, 35.71% 96.88%, 37.14% 96.40%, 38.57% 95.90%, 40.00% 95.38%, 41.43% 94.87%, 42.86% 94.35%, 44.29% 93.85%, 45.71% 93.35%, 47.14% 92.87%, 48.57% 92.42%, 50.00% 91.99%, 51.43% 91.60%, 52.86% 91.24%, 54.29% 90.92%, 55.71% 90.64%, 57.14% 90.41%, 58.57% 90.23%, 60.00% 90.10%, 61.43% 90.02%, 62.86% 90.00%, 64.29% 90.03%, 65.71% 90.11%, 67.14% 90.24%, 68.57% 90.43%, 70.00% 90.66%, 71.43% 90.94%, 72.86% 91.26%, 74.29% 91.62%, 75.71% 92.02%, 77.14% 92.45%, 78.57% 92.91%, 80.00% 93.39%, 81.43% 93.88%, 82.86% 94.39%, 84.29% 94.91%, 85.71% 95.42%, 87.14% 95.93%, 88.57% 96.44%, 90.00% 96.92%, 91.43% 97.39%, 92.86% 97.83%, 94.29% 98.24%, 95.71% 98.61%, 97.14% 98.95%, 98.57% 99.24%, 100.00% 99.49%);    --radius: var(--space_large);
}

address {
    font-style: normal;
    font-family: var(--font2);
    font-size: 150%;
}


#berg_01 path {
    fill: var(--color_berg_01);
}
#berg_02 path {
    fill: var(--color_berg_02);
}
#berg_03 path {
    fill: var(--color_berg_03);
}

#branch_01, #branch_01_copy {
    position: absolute;
    left: 0;
    top: 30svh;
    width: min(calc(60svw - 350px),1250px);
    transform: rotate(-20deg) translateY(0px);
    transform-origin: 0% 50%;
    opacity: 1;
    transition: .5s;
}

    /*#branch_01_copy {
        opacity: 0;
        z-index: 999;
    }*/

/*    hero:has( .spot-logo.active) #branch_01 {
        transform:rotate(-10deg) translateY(-200px);
        transition: .5s;
    }*/

    .right_gallery {
        column-count: 2;
        column-gap: var(--space_medium);
        row-gap: var(--space_medium);
    }

    .right_gallery img {
        margin-bottom: var(--space_medium);
    }

    blocks.grid_columns_3 {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        align-items: stretch;
    }

    blocks.grid_columns_3>block:nth-child(1), blocks.grid_columns_3>block:nth-child(3) {
        margin-top: calc( 2 * var(--space_medium));
        margin-bottom: calc( 2 * var(--space_medium));
    }

hero {
    display: grid;
    grid-template-columns: 4fr 6fr;
    width: 100%;
    height: 100svh;
    background: var(--color_hero);
    align-items: center;
    padding: 0px 2svw;
    padding-top: calc(1.5 * var(--space_large));
    grid-template-rows: 1fr;
    overflow: hidden;
    max-height: 1350px;
}

    hero:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        background: black;
    }

hero hero-content, hero hero-building {
    display: flex;
    align-items: center;
    justify-content: center;
}
    hero hero-building {
        align-self: flex-end;
        bottom: calc(10svh + 5svw);
        --lx: 50;
        --ly: 50;
        --ls: 1;

        --lsf: var(--ls);


        transform: scale(var(--lsf));
        transform-origin: calc( var(--lx) *  1%) calc( var(--ly) *  1%);
        transition: .75s;

    }

    hero hero-building-inner {
        max-width: min(50svw, 1500px);
        width: 100%;
        height: auto;
    }

    hero hero-building img {
        width: 100%;
        height: auto;
    }
/*
hero hero-building hero-building-inner>img {
    transform: scale(var(--ls));
    transform-origin: calc( var(--lx) *  1%) calc( var(--ly) *  1%);
    transition: .75s;
}*/

.kyoto_only {
    padding: var(--space_medium);
    background: #fbfbfbb5;
    color: black;
}

.reserverenWidget p {
    max-width: 550px;
}

.layout .reserverenWidget {
    display: none;
}


hero hero-building hero-kitchen {
    position: absolute;
    left: calc((var(--x) * 1%) - (var(--spot-size) / 2));
    top: calc((var(--y) * 1%) - (var(--spot-size) / 2));
    left: calc((var(--x) * 1%));
    top: calc((var(--y) * 1%) );
    transform: translate(-50%,-50%);
    cursor: pointer;
    transition: opacity 1.5s;
    transition-delay: calc(var(--key) * 0.2s);
    --spot-size: 90px;
    --spot-size-large: 325px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    aspect-ratio: 1;
    max-width: var(--spot-size);
    overflow: hidden;
    max-height: var(--spot-size); 
    transition: 1s;
    width: 100%;
    transform: translate(-50%,-50%) scale(calc(1 / var(--ls)));
    height: 100%;
}

    

    hero-kitchen:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(/images/spot.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        opacity: 1;
        left: 50%;
        top: 0;
        transform:translateX(-50%);
        max-width: var(--spot-size);
        max-height: var(--spot-size);
        transition: .75s;
    }

    hero hero-building hero-kitchen.active {
        max-height: var(--spot-size-large);
        max-width: var(--spot-size-large);
        z-index: 999;
        transition: .75s;
        padding-top: 20px;
    }

    hero hero-building hero-kitchen.active:before {
        max-height: var(--spot-size-large);
        max-width: var(--spot-size-large);
        transition: .75s;
    }

    hero hero-building hero-kitchen .spot-logo {
        margin-bottom: 0px;
    }

    hero hero-building hero-kitchen.active .hero-kitchen-desc {
        animation: hero-kitchen-desc .75s forwards;
    }

    hero-kitchen .dismiss {
        right: 0;
        top: 0;
        display: block;
        transform: translate(-50%,-50%) scale(0);
        transition: .5s;
    }

    hero hero-building hero-kitchen.active .dismiss {
        transform: translate(0%,0%) scale(1);
        transition: .5s;
    }

    hero .hero-kitchen-desc {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        opacity: 0;
        padding: 0px var(--space_medium) ;
        scale: 0.85;
            transform-origin: 50% 0%;
    }

    @keyframes hero-kitchen-desc {
            0% {
                opacity: 0;
            }
            65% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
    }

    hero hero-building hero-kitchen .spot-logo {
            width: var(--spot-size);
    }
    
    @media screen and (min-width: 1921px){
        hero hero-building hero-kitchen {
            --spot-size: 150px;
        }
    }

hero hero-kitchen .res_logo {
    transition: .5s;
}

hero hero-kitchen .res_logo_c {
    opacity: 0;
}

hero hero-kitchen.active .res_logo_c {
    opacity: 1;
}

hero hero-kitchen.active .res_logo_bw {
    opacity: 0;
}



hero:has( hero-kitchen.active) hero-content h1{
    opacity: 0;
}

hero:has( hero-kitchen.active) #branch_01 {
        opacity: 0;
}
/*

hero:has( hero-kitchen.active) hero-waves #berg_03 {
    z-index: 999;
}
*/


hero-waves {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

hero-waves svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

hero-kitchens {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
hero-kitchen.active {
    opacity: 1;
    transition: .75s;
}



/*hero hero-kitchen.active .hero-kitchen-desc {
    max-width: 350px;
    transition: .75s;
}*/

hero hero-content>h1 {
    z-index: 1;
    margin-left: 15svw;
    margin-left: calc(15svw - 150px);
    opacity: 1;
    transition: opacity 1s;
}


.preload hero hero-content>h1 {
    opacity: 0;
    transition: .5s;
}

.preload hero hero-building hero-kitchen {
    opacity: 0;
    transition: .5s;
}


hero hero-content>h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 100px 50px var(--color_hero);
    z-index: -1;
    display: block;
}

hero-kitchens-content {
    position: absolute;
    height: 450px;
    transform: translate(-50%, -50%);
    font-family: var(--font2);
    aspect-ratio: 16 / 9;
    left: 50%;
    top: 50%;
}

.kitchen-content {
    background: #000000c4;
    padding: var(--space_large);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: .5s;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
    border-bottom: 4px solid var(--res_color);

    transform: perspective(400px) rotateY(calc(var(1, 0) * var(25deg)));


}
    
    /*
    .kitchen-content:before {
        content: '';
        inset: 0;
        position: absolute;
        box-shadow: 2px 3px 20px #00000061, 0 0 125px #c09262 inset;
        background: #fffef5;
        background-image: background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
        background-image: url();
        filter: url(#wavy2);
    } /*


/*    .kitchen-content:before, .kitchen-content:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 30%;
        height: 100%;
        background: #ff00003d;
        content: '';
    }
        .kitchen-content:after {
            left: 30%;
            width: 70%;
        }*/


.kitchen-content.active {
    opacity: 1;
    transition: .5s;
}

.kitchen-content .btn {
    margin-top: var(--space_medium);
}

hero-waves #berg_01 {
    animation: berg_01_move linear forwards;
    animation-timeline: scroll();
}

@keyframes berg_01_move {
    0% { bottom: 0; }
    100% { bottom: -70svh }
}

hero-waves #berg_02 {
    animation: berg_02_move linear forwards;
    animation-timeline: scroll();
}

@keyframes berg_02_move {
    0% { bottom: 0; }
    100% { bottom: -45svh; }
}


.preload #header, .preload #header * {
    transition: 0s !important;
    animation-duration: 0s !important;
}

img {
    width: 100%;
    height: auto;
}

i {
    xxfont-size: 14px;
    color: var(--color_text_light_light);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

header .header-bottom .container {
    justify-content: space-between;
}

.container {
    width: 100%;
    max-width: var(--container_width);
    margin: 0px auto;
}

.container_small {
    width: 100%;
    max-width: var(--container_small_width);
    margin: 0px auto;
    padding: 0px var(--space_medium);
}

.dyn_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: var(--space_medium);
}


.container_wide {
    width: 100%;
    max-width: var(--container_wide_width);
    margin: 0px auto;
    overflow: auto;
}

.container_wide .left {
    overflow: hidden;
}

.other_pics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: var(--space_medium) 0;
    gap: var(--space_medium);
}

.other_pics img {
    aspect-ratio: 16/10;
    object-fit: cover;
}

.fancybox__container {
    z-index: 9999;
}

.orange-subheader {
    background: var(--beige);
    color: white;
    padding: var(--space_medium);
}

.orange-subheader h3 {
    margin-top: 7.5px;
}

.orange-subheader .flex-split {
    margin-bottom: var(--space_medium);
}

#calculator {
    width: 100%;
}

.owl-carousel {
    max-width: 750px;
}

.owl-carousel .owl-item img {
/*    display: block;
    width: 100%;
    max-width: 250px;
    xmax-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: var(--space_medium);*/
}

#customers .owl-carousel .owl-item img {
    max-height: 125px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 100px);
    left: -50px;
    display: flex;
    justify-content: space-between;
    font-size: var(--fs-xxl);
    color: var(--beige);
    height: 0;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-item .grey_block {
    height: 100%;
    margin-right: var(--space_medium);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    xbackground: white;
    width: 50px;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 4px !important;
    position: absolute;
    transform: translateY(-50%);
}

.header-top .buttons {
    display: flex;
    align-items: center;
    column-gap: calc(var(--space_medium) * 2);
}

.header-top .buttons .icon svg {
    height: 17px;
    width: auto;
}

.header-top a span {
    padding-top: 4px;
}


.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

::-webkit-scrollbar {
    width: 12px !important;
}
::-webkit-scrollbar-thumb {
    border-radius: 25px !important;
    background: var(--brown) !important;
    transition: .5s;
}
::-webkit-scrollbar-track {
    box-shadow: none;
    background: black !important;
}

* {
    position: relative;
    box-sizing: border-box;
}

body {
    font-family: var(--font1);
    color: var(--color_text_light);
    font-size: var(--fs-m);
    padding: 0;
    margin: 0;
    line-height: 1.6;
    letter-spacing: .25px;
    background: var(--color_background);
    font-weight: 300;
}

p {
    line-height: 1.65;
}

.float-right {
    position: absolute;
    right: 0;
}

header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 599;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    color: var(--color_text_light);
}

header:before {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: .5s;
    transform:translateY(-100%);
}

header:after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 30px var(--brown);
    z-index: -1;
    opacity: 0;
}

@keyframes light-up {
    0% { opacity: 0; }
    99% { opacity: 0; }
    100% { opacity: 1; }
}

.scrollHeader header:after {
    animation: light-up 1.25s ease forwards;
}

.scrollHeader header:before, .solidHeader header:before {
    xxanimation: bounce 1.25s ease forwards;
    transform: translateY(0%);
    background: black;
}

.solidHeader header:after {
    opacity: 1 !important;
}

@keyframes bounce {
    40% { transform:translateY(-100%); background:var(--brown);}
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); background: black; }
}



.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: var(--space_large);
    padding: 0px var(--space_medium);
    margin: 0px var(--space_medium);
    transition: .5s;
}

.dropdown i {
    color: currentColor;
    margin-left: 5px;
    font-size: var(--fs-s);
    display: none;
}

.dropdown:has(>.dropdown-content>.dropdown) > .item> a > i {
    display: inline-block;
}

.cntFrm {
    width: 100%;
    max-width: 550px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--space_medium);
}

#cms_page .first_div ~ .sec_div:has(> .cntFrm) {
  align-items: flex-start !important;
}

.logo_rel {
    --logo-height: 150px;
    height: var(--logo-height);
    aspect-ratio: 250 / 347;
    transition: .75s;
}

.scrollHeader .logo_rel, .solidHeader .logo_rel {
    height: 100px;
    transition: .75s;
}

.solidHeader #cms_page {
    padding-top: var(--space_large);
}

.logo {
    height: var(--logo-height);
    position: absolute;
    top: 0;
    left: 0;
}

.logo img {
    height: 100%;
    width: auto;
}

.scrollHeader .header-top {
    max-height: 0px;
    transition: .5s;
}

.scrollHeader .header-bottom {
    margin: 0px;
    transition: .5s;
}

/*
.scrollHeader .logo img {
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.0));
}*/

header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0px;
    color: var(--color_text_ligt);
}

header nav .dismiss {
    display: none;
}

header nav .nav-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header nav>.dropdown:hover>.dropdown-content {
    display: block;
}


header nav a, footer nav a  {
    padding: 5px calc(1 * var(--space_medium));
    color: inherit;
    text-decoration: none;
    font-size: var(--fs-ml);
    display: block;
    font-family: var(--font2);
    transition: color .75s;
    xxtransition-delay: calc(var(--menu-item-id) * 0.05s);
}

    .home header nav {
        color: var(--color_text_dark);
    }

    .scrollHeader header nav {
        color: var(--color_text_light);
        transition: color .75s;
    }

    #hamburger {
        cursor: pointer;
        width: 40px;
        margin-left: var(--space_medium);
        xxcolor: var(--color_text_light);
        transition: color .5s;
    }

         /*.home:not(.scrollHeader) #hamburger {
            color: var(--color_text_dark);
            transition: color 2s;
        }*/

        #hamburger path {
            fill: currentColor;
            transition: color .5s;
            xxtransition-delay: .25s;
        }

        #hamburger:hover {
            color: var(--brown);
        }

        .scrollHeader #hamburger path {
           xxtransition-delay: 1.25s;
        }

header>.header-bottom>.container>#hamburger_dropdown {
    display: none;
}


header nav>.dropdown.hover>.dropdown-content {
    display: block;
}

header nav>.dropdown>.dropdown-content ,.select>.select-content {
    line-height: initial;
    display: none;
    position: absolute;
    top: 99%;
    right: 0;
    overflow: hidden;
    z-index: 300;
    xxpadding: 10px;
    max-height: 750px;
    text-align: left;
    width: max-content;
    min-width: 225px;
    max-width: 450px;
    color: var(--color_text_light);
    padding: var(--space_medium) 0px;
    transition: 0s;
}

        .dropdown-content:before{
            background: black;
            position: absolute;
            top: var(--space_medium);
            left: 0;
            width: 100%;
            height: calc(100% - var(--space_medium));
            content: '';
        }



#cms_page .layout_small {
    width: 100%;
    padding: calc(2* var(--space_medium)) 0px;
}

.select  {
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    user-select: none;

    color: white;
    padding: 7.5px 10px;
    border-bottom: 1px solid white;
    font-family: var(--font2);
    outline: none;
    font-size: var(--fs-ml);
    padding-right: var(--space_medium);
    text-align: center;
}


.select option {
    padding: 7.5px 20px;
}


.select .chevron svg {
    fill: white;
    width: 16px;
    margin-top: 3px;
}

.select .chevron {

    position: absolute;
    right: 0px;
    top: 50%;
    transform:translateY(-50%);
}

header nav>.dropdown>.dropdown-content:has(.dropdown), .select.active .select-content{

    padding: var(--space_medium) var(--space_medium);
    text-align: center;
    padding-top: calc(2 * var(--space_medium));
    width: 100%;
    min-width: none;
}

.select.active .select-content {
    display: flex
;
    flex-direction: column;
    padding: calc(var(--space_medium) / 2);
    background: #000000c2;
    background: #000000;
    backdrop-filter: blur(7px);
}


header .dropdown .dropdown-content a, .select .select-content>div {
    padding: var(--space_medium) var(--space_medium);
    text-decoration: none;
    color: white;
    cursor: pointer;
}

 .select .select-content>div  {

    padding: calc(var(--space_medium) / 2) calc(var(--space_medium) / 2);
 }

.select .select-content>div:hover {
    color: var(--brown);

}


/*header .dropdown .dropdown-content a:last-child {
    border: none;
}*/

header .dropdown .dropdown-content a:hover {
    color: var(--brown);
}

.home header nav a.chosen, .home footer nav a.chosen  {
    color: var(--brown);
}

header nav a.chosen, footer nav a.chosen  {
    color: var(--brown);
}

header nav .rest a.chosen {

    color: var(--res_color);
}

header nav a:hover, footer nav a:hover  {
    color: var(--brown);
}

@supports (animation-timeline: view()) {


    .img-cntr img:not(.picto) {
        transform: scale(0.9) translateY(-50px);
        animation: img_move_in 1ms linear both;
        animation-timeline: view(block 75% 15%);
        transform-origin: 0% 0%;
    }

    @keyframes img_move_in {
        0% {
            transform: scale(0.9) translateX(-50px);
        }
        100% {
            transform: scale(1) translateX(0px);
        }
    }

    img.picto {
        opacity: 0.85;
        animation: img_fade_in 1ms linear both;
        animation-timeline: view(block 75% 15%);
    }

    @keyframes img_fade_in {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 0.85;
        }
    }

    blocks block {
        transform: translateY(-50px);
        opacity: 0;
        animation-name: block_move_in;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-timeline: view(block 75% 15%);
        transform-origin: 0% 0%;
        animation-timeline: view(block 75% calc(15% + (10% * var(--eq))));
    }

    @keyframes block_move_in {
        0% {
            transform: translateY(-50px);
            opacity: 0;
        }
        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }

    .right_gallery img {
        transform: translateY(-50px);
        opacity: 0;
        animation-name: block_move_in;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-timeline: view(block 75% 15%);
        transform-origin: 0% 0%;
        xxanimation-timeline: view(block 75% calc(15% + (10% * var(--eq))));
    }




}


.gallery {
    column-gap: var(--space_medium);
    width: 100%;
    margin: var(--space_large) auto;
    column-count: 3;
}

#loc_gallery_full .gallery {
    column-count: 2;
}

.gallery img {
    display: inline-block;
  column-break-inside: avoid;
  margin-bottom: var(--space_medium);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}



p {
    margin: var(--space_medium) 0px;
}

.err {
    font-size: var(--fs-s);
    color: #a02f2f;
}

.alert {
    color: #a02f2f;
    background: #ffe3e3;
    padding: 15px 25px;
    text-align: center;
    margin: 5px 0px;
}

.block {
    padding: calc(2 * var(--space_large)) 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.specs {
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: 2.5px;
    column-gap: var(--space_medium);
}

#occ_det h1 {
    font-size: var(--fs-l);
    margin: 0px;
}

#occ_det .underline {
    margin-bottom: 15px;
}

.blckhov {

}

.product {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--grey);
    color: var(--color_text_light);
    text-decoration: none;
    text-align: left;
}  

.product.center {
    align-items: center;
    text-align: center;
}

.product.center .btn {

}

/*
.product:hover {
    color: var(--color_text_light_light);
}*/

.product .simple-btn, .blckhov .simple-btn {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    color: var(--color_text_light_light);
    transform: translate(-50%,-50%);
    text-align: center;
}

.product:hover .simple-btn, .blckhov:hover .simple-btn {
    display: flex;
}


.blckhov:hover img {
    filter: brightness(0.45);
}

.product .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:  var(--space_small)  var(--space_medium) var(--space_medium) var(--space_medium);

}

.product .top {
    padding: var(--space_medium) var(--space_medium) 0 var(--space_medium);
}

.product .bottom>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

big {

    font-weight: bold;
    font-size: 150%;
}

.layout:nth-child(1) {
    background: black;
}

.first_div h2 {
    margin-bottom: var(--space_small);
}

.grey_block {
    background: var(--grey);
    padding: calc(var(--space_medium)* 2);
    text-align: left;
}
.blue_block {
    background: var(--red);
    color: white;
}

.grey_block .link {
    min-width: max-content;
}

body:not(.home) #cms_page .grid_columns_2:nth-child(1){
    margin-top: calc(-2 * var(--space_large));
}

#cms_page .layout_split .grid_columns_2 {
    align-items: flex-start;
}

.picto {
    position: absolute;
    right: calc(100% + var(--space_medium));
    bottom: -100px;
    max-width: 200px !important;
    opacity: 0.85;
}

.picto-right {
    right: 0;
    bottom: auto;
    top: 100%;
}

.layout_full>.container_small>.grid_columns_2, .layout_center>.container_small>.grid_columns_2 {
    grid-template-columns: 1fr;
}

.layout_center .grid_columns_2 {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
}

.layout_full .grid_columns_2 p {
    max-width:800px;
}
.grid_columns_2 .owl-carousel  p {
    margin: var(--space_medium) auto;
}

.layout .layout {
    border-bottom: 2px solid #ffffff40;
}

.layout .layout:last-child {
    border: none;
}

.pasfoto {
    aspect-ratio: 1 !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 50%;
    max-width: 450px !important;
    border: 12px solid var(--gold);
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#e0d7ca, #dbd7cf );
}

.fr1_fr2 .grid_columns_2 {
    grid-template-columns: 1fr 2fr;
}
h4 + h2 {
    margin-top: var(--space_small);
}

voordelen {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  gap: var(--space_small);
  container-type: inline-size;
  width: 100%;
}

voordeel {
  padding: calc(var(--space_small) / 2) var(--space_small);
  border: 2px solid var(--gold);
  overflow: hidden;
}
    
    voordeel.active {
       background: var(--gold);
       color: white;
    }

qa {
  width: 100%;
  background: white;
  color: black;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: var(--space_medium);
}

.layout .first_div:has(qa) h2{
    color: var(--gold);
    text-align: center;
    width: 100%;
}

qa vraag {
    padding: var(--space_small);
}

qa vraag:after {
    position: absolute;
    right: var(--space_medium);
    top: 50%;
    transform: translateY(calc(-50% - 5px)) rotate(45deg);
    content: '';
    width: 16px;
    aspect-ratio: 1;
    border-right: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
}

qa antwoord {
    display: none;
    padding: var(--space_small);
    padding-top: 0px;
}

user .pasfoto {
    max-width: 225px !important;
  border: 5px solid var(--gold);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.15);
  margin: 0px var(--space_small);
}

users {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  text-align: center;
  column-gap: var(--space_small);
}

user {
    display: flex;
    flex-direction: column;
    row-gap: var(--space_medium);
    align-items: center;
    justify-content: flex-start;
    padding: var(--space_small);

}

.layout .layout .sec_div, .layout .layout .first_div {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.layout .layout .grid_columns_2 {
    grid-template-columns: max-content 1fr;
}

.layout .layout .grid_columns_2:has( .first_div + .sec_div) {
    grid-template-columns: 1fr max-content;
}

#overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1000px;
    background: #fff;
    text-align: center;
    padding: var(--space_large);
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px 0 rgb(60 64 67 / 30%), 0 6px 10px 4px rgb(60 64 67 / 15%);
    box-shadow: 0 2px 3px 0 rgb(60 64 67 / 30%), 0 6px 10px 4px rgb(60 64 67 / 15%);
    border-color: #0003;
    z-index: 9000;
    color: black;
}

    #overlay .dismiss {
        position: absolute;
        right: 0px;
        padding: 10px;
        cursor: pointer;
        font-size: var(--fs-l);
        top: 0px;
        z-index: 9500;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'FontAwesome';
        color: var(--brown);
    }


.btn, #cms_page .cms_page #mc_embed_signup .button {
    padding: var(--space_small) var(--space_medium);
    min-width: 175px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: var(--gold);
    border-radius: 0px;
    display: inline-block;
    width: max-content;
    transition: .3s;
    z-index: 1;
    cursor: pointer;
    line-height: 1.5;
    border: 1px solid var(--gold);
    font-size: initial;
    font-family: var(--font2);
    font-weight: 100;
    height: auto;
    border: 1px solid currentColor;
}

.btn:after, #cms_page .cms_page #mc_embed_signup .button:after {
    content: '';
    position: absolute;
    inset: 50%;
    background: white;
    z-index: -1;
    transition: .3s;
    border-radius: 25px;
}

.btn:hover, , #cms_page .cms_page #mc_embed_signup .button:hover {
    color: black;
    transition: .3s;
}

.btn:hover:after, #cms_page .cms_page #mc_embed_signup .button:hover:after {
    inset: 0;
    transition: .3s;
}




div#reserveren-float {
    position: fixed;
    right: var(--space_medium);
    bottom: var(--space_medium);
    z-index: 9999;
}

div#reserveren-float .dismiss {
    display: block;
}

#reserveren-float .btn {
    position: absolute;
    transition: .5s;
    right: 0px;
    bottom: 0px;
}

.openReserverenFloat #reserveren-float .btn, .menu-open #reserveren-float .btn {
    transform:translateY(calc(100% + var(--space_medium) + 10px));
}

#reserveren-float-content {
    background: rgba(0, 0, 0, 0.7);
    max-height: 0px;
    min-width: 600px;
    backdrop-filter: blur(5px);
    height: 100svh;
    overflow: hidden;
    transition: .5s;
}

.reserveren-float-content-padding {
    width: 100%;
    height: 100%;
    padding: var(--space_medium);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.openReserverenFloat #reserveren-float-content {
    
    max-height: 500px;
}

.btn.btn-red, #cms_page .cms_page #mc_embed_signup .button {
    background: var(--red);
    border: 1px solid var(--red);
}

.btn.btn-simple {
    background: transparent;
    border: transparent;
    text-decoration: underline;
}

#cms_page .cms_page #mc_embed_signup .button {
    height: 44px;
    padding: 0px var(--space_medium);
}

.btn:hover {
    background: white;
    color: black;
    border: 1px solid black;
    text-decoration: none;
}


h1, .headline {
    font-size: var(--fs-xl);
    color: var(--brown);
    font-family: var(--font2);
    font-weight: 100;
    line-height: 1.25;
}
.hero-content h1 {
    color: white;
}

ul {
    margin-left: 0px !important;
}

li.li {
    list-style-type: "-  ";
    line-height: 1.5;
    font-style: italic;
    font-size: 16px;
}

h2 {
    font-size: var(--fs-xl);
    font-family: var(--font2);
    font-weight: 300;
    line-height: 1.25;
    margin: 0px;
    color: var(--blue);
}

p {
    font-weight: 400;
}

.test img {
    max-width: 250px;
}

#owl-testimonials {
    display: block;
    margin: var(--space_medium) 0px;
}

#owl-testimonials>.test {
    display: none;
}


.socials {
    display: flex;
    column-gap: calc(var(--space_small) / 2);
    align-items: center;
    margin: var(--space_medium) 0px;
}
#owl-testimonials>.test.active {
    display: block;
}

.toggleSwitch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin-bottom: var(--space_medium);
}

.toggleSwitch label {
    padding: 0.75rem 0.75rem;
    background: #c0d2e4;
    color: black;
    border-radius: 0.25rem;
    transform: scale(0.9);
    cursor: pointer;
}

.toggleSwitch label:has( input:checked ){
    background: var(--red);
    color: white;
    transform: scale(1.05);
    z-index: 12;
}

.toggleSwitch input {
    display: none;
}

#aflvp ul {
    margin: 0;
    padding: 0;
    margin-bottom: var(--space_medium);
}

.price {
    color: var(--green);
    font-style: italic;
}

#aflvp h3 {
    margin-bottom: var(--space_medium);
}

#aflvp li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#aflvp>div>div {
    max-width: 450px;
}

.subtitle, h3 {
    font-size: var(--fs-xl) ;
    font-family: var(--font2);
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
    color: var(--blue);
}

subtitle {
    font-size: var(--fs-l);
    color: white;
    font-family: var(--font2);
    font-weight: 200;
}

footer .logo {
    max-width: 250px;
    margin-bottom: calc(2 * var(--space_medium));
}

.owl-ervaringen .owl-item {
    margin: 0px var(--space_medium);
}

.owl-carousel.owl-ervaringen {
    max-width: calc(var(--container_width) - (2*var(--space_medium)));
    margin: var(--space_large) 0px;
}

.owl-carousel.owl-ervaringen .owl-stage {
    xxcolumn-gap: var(--space_medium);
}

.owl-carousel.owl-ervaringen block {
    height: 100%;
}


.grid_columns_2, .grid_columns_3, .grid_columns_4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: calc( 2 * var(--space_large));
    row-gap: var(--space_small);
    row-gap: var(--space_large);
    padding: calc(var(--space_large) * 2) 0px;
}

.grid_columns_3 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: calc( 1 * var(--space_large));
}
.grid_columns_4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: calc( 1 * var(--space_large));
}

.grid_columns_4 {
    margin-top: var(--space_large);
}

.grid_columns_2 p, .grid_columns_2 h1, .grid_columns_2 h2 {
    width: 100%;
    max-width: 600px;
}

.layout_full .grid_columns_2 p,.layout_full .grid_columns_2 h1, .layout_full  .grid_columns_2 h2 {
    max-width: none;
}

.layout_full  .grid_columns_2 h2:after {
    content: '';
    position: absolute;
    bottom: calc(-1 * var(--space_medium));
    left: 50%;
    transform:translateX(-50%);
    width: calc(2*var(--space_large));
    height: 1px;
    background: var(--brown);
}

.layout_full  .grid_columns_2 h2 {
    margin-bottom: calc(2 * var(--space_medium));
}

.grid_columns_2.stretch {
    justify-content: stretch;
}

.grid_columns_2>div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}


.grid_columns_2>div:has(.cntFrm) {

    align-items: stretch;
}

.grid_columns_2>div>.img-cntr>img:not(.picto) {
    aspect-ratio: 0.75;
    object-fit: cover;
}

#overlay .grid_columns_2>div {
    align-items: center;
}

img.shadow {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}

.grid_columns_4 .block {

    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}

.block:has(.text_photo){
    padding-bottom: 0;
}

.text_photo {
    display: grid;
    grid-template-columns: 600px auto;
    gap: var(--space_large);
    text-align: left;
}

#testimonials {
    display: grid;
    grid-template-columns: 600px auto;
    gap: var(--space_large);
    text-align: left;
    align-items: center;
    color: white;
}

.square_icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space_medium);
    align-items: stretch;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space_large);
    align-items: center;
    justify-content: center;
}

#openingstijden .first{
    color: var(--gold);
    font-weight: bold;
}

.flex-split {
    display: flex;
    justify-content: space-between;
}

.text_photo>div {
    margin-bottom: calc(3*var(--space_large));
}

.buttons_inline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: var(--space_medium);
}

.buttons_inline .link {
    min-width: 250px;
}

.text_photo img {
    width: auto;
    height: 100%;
    max-height: 600px;
}

.link, .piclink>div {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    background: var(--red);
    font-size: var(--fs-m);
    color: var(--color_text_light_light);
    padding: 0 var(--space_medium) 0 calc(var(--space_medium) + var(--space_small));
    --height: 50px;
    height: var(--height);
    min-width: min(400px, 40vw);
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
    display: inline-block;
    line-height: var(--height);
}
.link.inactive {
    background: transparent;
    border: 2px solid var(--red);
    border-left: 0px;
    color: var(--red);
}

.piclink>div {
    width: 100%;
    min-width: auto;
}

.piclink {
    overflow: hidden;
    text-decoration: none;
}

.link:after, .piclink>div:after {
    content: '';
    display: block;
    height: 0;
    aspect-ratio: 1;
    position: absolute;
    left: 0;
    top: 0;
    border-top: calc( var(--height) / 2 ) solid transparent;
    border-bottom: calc( var(--height) / 2 ) solid transparent;
    border-left: calc( var(--height) / 2 ) solid var(--beige);
    border-right: calc( var(--height) / 2 ) solid transparent;
}



.orange-subheader>.link:after {
    border-left: calc( var(--height) / 2 ) solid white;
}


.piclink:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.piclink img {
    transform: scale(1);
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.cats .piclink>div {
    background: var(--green);
}


.button {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-m);
    color: var(--red);
    column-gap: var(--space_small);
    text-decoration: none;
    font-weight: bold;
    background: white;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    padding: var(--space_medium);
    row-gap: var(--space_medium);
    border-radius: 7px;
}

.button img {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin: 0px auto;
}


.dismiss {
    height: 35px;
    aspect-ratio: 1;
    position: absolute;
    right: var(--space_medium);
    cursor: pointer;
    z-index: 999;
    top: var(--space_medium);
    display: none;
}


#dr_re .link {
    background: var(--green);
}

.first_div table:not(.tbl_clean), footer table {
    border-collapse:collapse ;
    margin: 10px 0px;
    width: 100%;
    border: none;
}

.first_div table:not(.tbl_clean) td, footer table td {
    padding: 10px 15px;
    border: 0px;
    text-align: left;
    vertical-align: top;
}

footer table tr:nth-child(1) td {
    padding-top: 0px;
}

footer table tr td:nth-child(1) {
    padding-left: 0px;
}


.owl-dots {
    --size: calc(var(--space_small) /2 );
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: var(--size);
    margin: var(--space_small) auto;
}

.owl-carousel .owl-dots button.owl-dot {
    background: #ffffff6e !important;
    border-radius: 50%;
    width: var(--size);
    aspect-ratio: 1;
    padding: 5px !important;
}

.owl-carousel .owl-dots button.owl-dot.active {
    background: var(--red) !important;
}

.owl-testimonials {
    display: block;
}

.owl-testimonials>div {
    display: none;
}

.owl-testimonials>div.active {
    display: block;
}

blockquote {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: var(--space_medium);
    background: rgba(0, 0, 0, 0.7);
    padding: calc(2 * var(--space_medium));
}

.hero {
    xxaspect-ratio: 1.85;
    min-height: min(800px, 85svh);
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space_large);
    overflow: hidden;
    margin-top: -1px;
}

.hero-cntr {
    width: var(--w);
    left: calc((var(--w) - 100vw) / 2* -1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid var(--res_color, transparent);
    margin-bottom: var(--space_large);
}

.hero-simple .hero-content {
    margin-top: calc(var(--header-height) + var(--space_large));
    border: 1px solid var(--brown);
    padding: var(--space_large);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: clamp(300px, 100%, 1000px);
}

.first_div .adresgegevens a:not(.btn) {
    color: white;
    text-decoration: none;

}

.whitespace_top {
    margin-top: calc(var(--header-height) + var(--space_large));
}

.hero-simple .hero-content h1 {
    color: white;
}

.hero-simple .hero-content h2, .hero-simple .hero-content h3{
    font-size: var(--fs-m);
    color: var(--brown);
}

.hero-simple .hero-content li {
    text-align: left;
    max-width: 500px;
}

.hero .back {
    position: absolute;
    inset: 0;
}


.hero .back .shadows {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 47%)
}

.hero:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
    box-shadow: 0px 0px var(--header-height) var(--header-height) rgba(0,0,0,0.25);
}
    
    .owl-item {
        
        padding-bottom: var(--space_medium);
    }


    .owl-item:before {
        inset: 0px;
        position: absolute;
        border: 1px solid var(--brown);
        content: '';
    }

video-container video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero .back>img,  .hero .back>video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    object-position: 50% 50%;
}

blocks + p {

    margin: 0px auto;
    max-width: 650px !important;
}

video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    xxbackground-image: url('/images/orient-plaza-logo.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero .hero-content {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 0px 0px 50px rgba(0,0,0,1);
    transform: translateY(calc( 1 * var(--space_large)));
    xxfont-size: var(--fs-xl);
    text-align: center;
    font-family: var(--font1);
}

.owl-carousel .owl-stage-outer {
    display: flex;

    align-items: center;
    justify-content: center;
}

.spot-logo {
    aspect-ratio: 1;
    width: min(150px,30svw);
    margin-bottom: var(--space_medium);
}

.spot-logo ~ h1 {
    margin-top: 0px;
}

.dismiss .spot-logo {
    width: 55px;
    aspect-ratio: 1;

}
.spot-logo img, .spot-logo svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;fill: var(--creamy);
}

.dropdown .item>a>img {
    display: none;
}

.spot-logo svg {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.hero .spot-logo .res_logo, hero .spot-logo .res_logo {
    padding: 15%;
}

.layout  h1, .layout h2, .layout h3 {
    color: var(--brown);
    font-size: var(--fs-xxl);
}

.hero .hero-content  p {
    margin: 0;
}

.layout h1 ~ p {
    margin-top: 0px;
}

.hero .hero-content > img {
    width: 100%;
    max-width: 350px;
    
    filter: drop-shadow(2px 2px 3px #555);
    border-radius: 0;
    margin: 0px auto;
    display: block;
    left: auto;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0px var(--space_large);
    row-gap: var(--space_large);
    line-height: 1.5;
    overflow: hidden;
}

footer .subtitle, footer h3 {
    color: currentColor;
    margin-bottom: var(--space_medium);
}

footer .grid_columns_3 {
    align-items: flex-start;
}

#extraFooter {
    width: 100%;
    background: #eff0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7.5px;
    color: #000000b5;
    column-gap: var(--space_medium);
    font-size: var(--fs-s);
}

#gmap {
    width: 100%;
    height: 500px;
}


footer .grid_columns_4 div a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    column-gap: var(--space_small);
}

.cntFrm>div:not(.half) {
    grid-column: auto / span 2;
}

.cntFrm label {
    display: block;
    font-size: var(--fs-s);
    margin-bottom: 5px;
}

input::placeholder, textarea::placeholder {
    color: white;
    font-size: var(--fs-s);
}

.first_div table td img {
    width: 22px;
    aspect-ratio: 1;
    object-fit: contain;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.cntFrm .required label:after {
    content: '*' ;
} 

.cntFrm input, .cntFrm textarea, .cntFrm select {
    width: 100%;
    outline: none;
    padding: 10px 7.5px;
    margin-bottom: var(--space_medium);
    font-family: inherit;
    border-radius: 0px;
    border: none;
    background: none;
    border: 2px solid var(--gold);
    color: white !important;
    background: #ffffff24;
}

.cntFrm textarea  {
    min-height: 150px;
}

#extraFooter a {
    color: currentColor;
    text-decoration: none;
}

.btn-icon {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    padding: var(--space_small) var(--space_medium);
    text-align: left;
    text-decoration: none;
    border-radius: 7px;
    width: max-content;
    border: 2px solid var(--red);
    color: var(--red);
    column-gap: var(--space_small);
    font-weight: bold;
    cursor: pointer;
}

#nohero.white {
    background: white;
}

.text_orange * {
    color: var(--beige) !important;
}

.block .btn {
    margin-bottom: var(--space_medium);
}

#cms_page .block {
    align-items: center;
    text-align: center;
}

.block .content {
    padding: 0 var(--space_medium) ;
}

#blogs .block .content {
    padding: var(--space_small) 0;
}
#blogs_home .block .content {
    padding: var(--space_small) var(--space_small);
}

.simple-btn {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.truncate { 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.simple-btn:after {
    content: '';
    background-image: url(/images/arrow-orange.svg);
    display: block;
    height: 17.5px;
    aspect-ratio: 1;
    background-size: auto 11px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    margin-left: 0px;
}

#blogs {
    align-items: flex-start;
}

.date {
    color: gray;
    font-size: var(--fs-s);
}

#cms_page .block img {
    aspect-ratio: 4/3;
}

#cms_page .block:has(h3) img {
    margin-bottom: var(--space_medium);
}

.back_greenish {
    xxbackground: var(--greenish);
}
.back_green {
    background: var(--light_green);
}

.back_greenish .container_small {
    overflow: auto;
}

.hero-outer {
    overflow: hidden;
}

.hero-outer:has(+ .back_blue) {
    background: var(--blue_dark);
}

.back_blue:has(+ .back_grey){
    clip-path: none;
}

.back_grey:has(+ footer){
    clip-path: var(--clip_path_wave);
}

.mobile-only {
    display: none;
}

.socials a {
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    text-decoration: none;
    width: 45px;
    aspect-ratio: 1;
    border-radius: 50%;
}

footer #ico_dragon {
    position: absolute;
    bottom: -350px;
    right: 0px;
    opacity: 0.85;
    width: 500px;
}

.socials a svg {
    fill: white;
    width: 50%;
}

.icon.icon-left {
    display: grid !important;
    grid-template-columns: max-content 1fr;
    column-gap: var(--space_medium);
    align-items: center;
}

.first_div .buttons {
    display: flex;
    flex-direction: column;
    row-gap: var(--space_small);
}

.icon svg {
    width: 20px;
    fill: white;
    margin: 10px 0px;
}

footer a {
    color: currentColor;
    text-decoration: none;
}

.center {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    flex-direction: column;
    max-width: 750px;
}

#cms_page.loc h1, #cms_page.loc h2, #cms_page.loc h3 {
    color: var(--red);
    margin-bottom: var(--space_small);
}

#cms_page.loc .grid_columns_2 {
    text-align: left;
}

#cms_page .grid_columns_2 img {
    max-width: 550px;
}

#cms_page .square_icons img {
    max-width: 100px;
}

#cms_page .square_icons .button {
    text-align: center;
}

#cms_page .layout_text_center>.container_small>.grid_columns_2>div {
    text-align: center;
    align-items: center;
}

#cms_page .first_div ~ .sec_div {
    align-items: flex-end;
}

#cms_page .first_div ~ .sec_div:has(>.cntFrm) {
    align-items: stretch;
}

#cms_page .sec_div:not(:has(img)){
    align-items: flex-start !important;
}

.loc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px var(--space_small);
}

.back_blue a {
    color: white;
}

blocks {
    display: flex;
    padding: var(--space_large) 0px;
    justify-content: center;
    width: 100%;
    column-gap: var(--space_large);
}

.first_div a:not(.btn), .red_a {
    display: inline;
    color: var(--red);
}

block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    row-gap: var(--space_medium);
    padding: var(--space_medium) var(--space_medium);
    border: 1px solid var(--brown);
    width: auto;
    font-family: var(--font2);
}

block:has(img){

    padding-top: 100px;
}

block img {
    position: absolute;
    top: 0px;
    transform: translate(-0%, -50%);
    height: 100px;
    width: auto;
    background: black;
    padding: 0px var(--space_medium);
}


block name, .kitchen-content name,  .hero-kitchen-desc name{
    font-size: var(--fs-l);
    color: var(--brown);
}

.hero-kitchen-desc desc {
    margin: var(--space_medium);
    margin-top: var(--space_small);
}

slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font2);
    gap: var(--space_medium);
}

slide name {
    font-size: var(--fs-l);
    color: var(--brown);
}

slide>* {
    margin: 0px;
}

slide desc {
    padding: 0px var(--space_medium);
}

slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

    slide:hover img {
        transform: scale(1.15);
        transition: .5s;
    }

    imgcntr {
        overflow: hidden;
        aspect-ratio: 1.15;
        width: 100%;
        height: auto;
    }

#testimonials .logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: max-content;
    gap: var(--space_medium);
    align-items: center;
    justify-content: center;
    margin: calc(2*var(--space_large)) 0px;
}

#testimonials .logos img {
    width: 125px;
    aspect-ratio: 1;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--space_small);
    border: 6px solid transparent;
    cursor: pointer;
}

#testimonials .logos img.active {
    border: 5px solid var(--beige);
}

#testimonials h3 {
    color: var(--red);
}

    input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

#cms_page .layout.layout_hero .sec_div {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0px !important;
}

#cms_page .layout.layout_hero .sec_div:after {
    content: '';
    position: absolute;
    display: block;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

#cms_page .layout.layout_hero:has(.first_div blockquote) .sec_div:after {

    background: rgba(0,0,0,0.25);
}

#cms_page .layout.layout_hero .sec_div .img-cntr, #cms_page .layout.layout_hero .sec_div .img-cntr>img {

    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    transform: none;
    animation: none;
}

.layout_hero .container_small {
    max-width: none;
    padding: 0px;
}

#cms_page .layout_hero .grid_columns_2>div {
    z-index: 2;
    align-items: center;
}

#cms_page .layout_hero .grid_columns_2 {
    grid-template-columns: 1fr;
    justify-content: center;
}

.layout_hero h3 {
    color: white;
    font-size: var(--fs-l);
}

.layout.layout_hero {
    margin: calc(2 * var(--space_large)) 0px;
}


.margin_l_s { margin-left:      var(--space_small); }
.margin_t_s { margin-top:       var(--space_small); }
.margin_r_s { margin-right:     var(--space_small); }
.margin_b_s { margin-bottom:    var(--space_small); }

.margin_l_m { margin-left:      var(--space_medium); }
.margin_t_m { margin-top:       var(--space_medium); }
.margin_r_m { margin-right:     var(--space_medium); }
.margin_b_m { margin-bottom:    var(--space_medium); }

.margin_l_l { margin-left:      var(--space_large); }
.margin_t_l { margin-top:       var(--space_large); }
.margin_r_l { margin-right:     var(--space_large); }
.margin_b_l { margin-bottom:    var(--space_large); }

.padding-l-m { padding-left:    var(--space_medium);}
.padding-t-m { padding-top:     var(--space_medium);}
.padding-r-m { padding-right:   var(--space_medium);}
.padding-b-m { padding-bottom:  var(--space_medium);}

.align_left {
    text-align: left;
    align-items: flex-start !important;
}

.flex-start {
    align-items: flex-start;
}


img.radius-1 { border-radius: var(--radius) 0px 0px 0px; }
img.radius-2 { border-radius: 0px var(--radius) 0px 0px; }
img.radius-3 { border-radius: 0px 0px var(--radius) 0px; }
img.radius-4 { border-radius: 0px 0px 0px var(--radius); }

div.radius-1 { border-radius: calc( 2 * var(--radius)) 0px 0px 0px; }
div.radius-2 { border-radius: 0px calc( 2 * var(--radius)) 0px 0px; }
div.radius-3 { border-radius: 0px 0px calc( 2 * var(--radius)) 0px; }
div.radius-4 { border-radius: 0px 0px 0px calc( 2 * var(--radius)); }

.__web-inspector-hide-shortcut__, 
.__web-inspector-hide-shortcut__ *,
 .__web-inspector-hidebefore-shortcut__::before, 
 .__web-inspector-hideafter-shortcut__::after {
    display: none !important;
 }


/* mailchimp */


#cms_page .cms_page #mc_embed_signup input.email {
    border-radius: 0px;
    outline: none;
    font-family: var(--font2);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    padding: 10px 15px;
    border: none;
    height: 44px;
}

#cms_page .cms_page #mc_embed_signup input.email::placeholder {
    color: black;
    font-size: 1rem;
}