
@font-face {
  font-family: Agrandir;
  src: url(Agrandir-TextBold.otf);
}

@font-face {
  font-family: Agrandir_thinItalic;
  src: url(Agrandir-ThinItalic.otf);
}


body {
    --txt_color: black;
    --txt_color_light: #f9f9f9;

    --dark: #272726;


    --greenish: #dcefe8;
    --orange: #ee7a20;

    --green: #642023;
    --green_gradient: #771c20;
    --gold: #A08B2F;
    --dark-gold: #dab37f;
    --light_green: #a2a379;
    --beige: #f3f2ea;
    --grey: #eff0f0;
    --red: #aa7b72;
    --brown: #8b5c40;
    --creamy: #f8f7f3;
    --ivory: #ffffffaa;

    --font1: "brandon-grotesque", sans-serif;
    --font2: "Lora", serif;
    --font3: "brandon-grotesque", sans-serif;
    --font4: Agrandir;

    --header-height: 171px ;

    --container_width: 1500px;
    --container_wide_width: calc(100svw - 5vw);
    --container_small_width: 1450px;

    --space_small: 15px;
    --space_medium: 25px;
    --space_large: 75px;

    --fs_relative_heading: clamp(15px, 1.25vw, 15px);

    --radius: var(--space_large);

    --mini_blocks_size:  min(10vw, 50px);
}


/*


Lora Regular
font-family: "lora", serif;
font-weight: 400;
font-style: normal;

Lora Bold
font-family: "lora", serif;
font-weight: 700;
font-style: normal;

font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;

*/

b {
    font-family: var(--font4);
    font-weight: normal;
}

.preload #header, .preload #header * {
    transition: 0s !important;
    animation-duration: 0s !important;
}

.header-top  {
    background: var(--red);
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

    .header-top a {
        text-decoration: none;
        color: inherit;
    }

main {
   xxpadding-top: var(--header-height);
}

/*main:before {
    content: '';
    position: absolute;
    inset:0;
    background-image: url('/images/arrow.svg');
    background-repeat: no-repeat;
    background-size: 90vw auto;
    background-position: 0vw 0;
    animation: arrow_move linear forwards;
    animation-timeline: scroll();
    z-index: -1;
}*/

@keyframes arrow_move {
    0% { left:-2.5vw; top: 0 }
    25% { left: 7.5vw; top: 0svh; }
    50% { left: -2.5vw; top: 7.5svw; }
}

#mobile_footer {
    display: none;
}

.under_hero {
    background: var(--beige);
    font-size: var(--fs_relative_heading);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space_small) 0px;
    color: var(--txt_color_light);
    column-gap: var(--space_large);
    position: sticky;
    top: var(--header-height);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
    z-index: 100;
}

.under_hero a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: var(--space_small);
}

img {
    width: 100%;
    height: auto;
}

i {
    xxfont-size: 14px;
    color: var(--txt_color_light);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

header .header-top .container {
    justify-content: center;
    padding: 3px 0px;
}
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);
}


.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);
    object-fit: contain;
}

#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: 52px;
    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%);
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

::-webkit-scrollbar {
    width: 12px !important;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    background: var(--green) !important;
    transition: .5s;
}
::-webkit-scrollbar-track {
    box-shadow: none;
    background: var(--beige) !important;
}

* {
    position: relative;
    box-sizing: border-box;
}

body {
    font-family: var(--font1);
    color: var(--txt_color);
    font-size: 19px;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    letter-spacing: .25px;
    font-weight: 400;
}

p {
    line-height: 1.65;
}

.float-right {
    position: absolute;
    right: 0;
}

header {
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    z-index: 599;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    color: black;
    transform: translateY(0px);
    transition: .75s;
}


.dropdown i {
    color: currentColor;
    margin-left: 5px;
    font-size: 12px;
    display: none;
}

.dropdown:has(>.dropdown-content>.dropdown) > .item> a > i {
    display: inline-block;
}


/*
body:not(.nohero) .header-bottom, .scrollHeader .header-bottom {

    min-height: var(--header-height);
}*/

/*
.scrollHeader header {
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
}

.extraScrollHeader {
    --header-height: 95px;
    transition: .5s;
}*/

/*.scrollHeader header:before {
    transform: rotate(-1.5deg);
    box-shadow: -1px 1px 2px rgba(0,0,0,0.3);
    background: var(--greenish);
    transition: box-shadow 0.5s ease-out 0s , background 0.5s ease-out 0s, transform 0.5s ease-out 0.6s;
}

.extraScrollHeader header:before {
    transform: rotate(-1deg);
}
*/
/*
.scrollHeader {
    --header-height: 64px;
}

.scrollHeader .header-top, .menu-open .header-top {
    max-height: 0px;
}

.scrollHeader .header-bottom, .menu-open .header-bottom {
    padding: 5px var(--space_medium);
}*/

/*
.scrollHeader .logo img, .menu-open .logo img {
    max-width: 125px;
}
*/
/*
.scrollHeader .logo img {
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.0));
}*/

header nav {
    position: fixed;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100svh;
    opacity: 0;
    transform: scale(0);
    --trans_speed: 0.35s;
    z-index: 9147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    column-gap: min( 1.5vw, calc(var(--space_medium) * 3 ));
    background: linear-gradient(158deg, var(--green) 0%, var(--green_gradient) 100%);
    transition-timing-function: linear;
    transition-property: opacity, transform;
    transition-duration: var(--trans_speed);
    transition-delay: 0s,  var(--trans_speed);

}

.menu-open header nav {
    transform: scale(1);
    opacity: 1;

    transition-timing-function: linear;
    transition-property: opacity, transform;
    transition-duration:  var(--trans_speed), 0s;
    transition-delay: 0s, 0s;
}

.menu-open .go-table-floating-wrapper {
    opacity: 0 !important;
}


header nav a, footer nav a {
    padding: var(--space_small);
    color: white;
    text-decoration: none;
    font-family: var(--font3);
    font-size: 42px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

header nav>.dropdown.hover>.dropdown-content {
    display: block;
}

header nav>.dropdown>.dropdown-content {
    line-height: initial;
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 300;
    xxpadding: 10px;
    max-height: 750px;
    background: white;
    text-align: left;
    width: max-content;
    min-width: 225px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    max-width: 350px;
}

header nav>.dropdown>.dropdown-content:has(.dropdown){
    padding: 0px var(--space_small);
}

header .dropdown .dropdown-content a {
    padding: calc(var(--space_small) / 2) var(--space_medium);
    border-bottom: 1px solid #efefef;
}

header .dropdown .dropdown-content a:hover {
    color: var(--gold);
    transition: .35s;
}

header nav a.chosen, footer nav a.chosen  {
    color: var(--gold);
}

header nav a:hover, footer nav a:hover  {
    color: var(--gold);
}

.gallery {
    column-gap: var(--space_medium);
    width: 100%;
    margin: var(--space_large) auto;
    column-count: 2;
}

#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);
    max-width: none !important;
}


#hamburger {
    display: block;
    color: var(--gold);
    border: 2px solid var(--gold);
    cursor: pointer;
    height: var(--mini_blocks_size);
    aspect-ratio: 1;
    padding: 7.5px;
    top: 10px;
    right: 10px;
}

    #hamburger svg {
        width: 100%;
        fill: currentColor;
    }

p {
    margin: var(--space_medium) 0px;
}

.err {
    font-size: 80%;
    color: #a02f2f;
}

.alert {
    color: #a02f2f;
    background: #ffe3e3;
    padding: 15px 25px;
    text-align: center;
    margin: 5px 0px;
}

p.alert {
    padding: 7.5px 20px;
    width: max-content !important;
}

.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: 24px;
    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(--txt_color);
    text-decoration: none;
    text-align: left;
}  

.product.center {
    align-items: center;
    text-align: center;
}

.product.center .btn {

}

/*
.product:hover {
    color: var(--txt_color_light);
}*/

.product .simple-btn, .blckhov .simple-btn {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    color: var(--txt_color_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%;
}

.product .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--space_small);
    text-align: left;
}

.product .overlay .vanaf {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.product h4 {
    margin: 0;
    font-size: 16px;
}

.product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.65;

    background: white;
}

.product:hover img {
    filter: brightness(0.45);
}

.layout_pic {
    overflow-x: hidden;
}

.grid_columns_2 address + * {
   margin-top: var(--space_medium); 
}

.grid_columns_2 *:has( + address) {
   margin-bottom: var(--space_medium); 
}

.first_div h2:has( + *:not(.layout_small)) {
    margin-bottom: var(--space_medium);
}

.grid_columns_2 p {
    margin-bottom: 0px;
}

.grid_columns_2 p:has( + *:not(p)) {
    margin-bottom: var(--space_medium);
}

#cms_page  .layout_pic>div>.grid_columns_2>.first_div, #cms_page .layout_small>div>.grid_columns_2>.first_div {
    background: var(--green);
    background: linear-gradient(158deg, var(--green) 0%, var(--green_gradient) 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--space_large);
    font-weight: 100;
    transform: translateX(calc( -1 * var(--space_medium)));
}

#cms_page .layout_pic>div>.grid_columns_2>.first_div address, #cms_page .layout_small>div>.grid_columns_2>.first_div address {
    color: var(--gold);
}

#cms_page .layout_pic>div>.grid_columns_2>.first_div h4, #cms_page .layout_small>div>.grid_columns_2>.first_div h4, footer h4 {
    color: var(--gold);
    text-shadow: 0 0 3px var(--green), 0 0 3px var(--green), 0 0 3px var(--green) !important;
}

#cms_page .layout_small>div>.grid_columns_2 {
    column-gap: 0px;
    align-items: stretch;
}

#cms_page  .layout_pic .sec_div {

    transform: translateX(var(--space_medium));
}

#cms_page .layout_small {
    width: 100%;
    padding: calc(2*var(--space_medium)) 0px;
}

#cms_page .layout_small>div>.grid_columns_2>.first_div, #cms_page .layout_small>div>.grid_columns_2>.sec_div {
    transform: none;
}

#cms_page .layout_small>div>.grid_columns_2>.sec_div {
    padding: 0px;
}

#cms_page .layout_small>div>.grid_columns_2>div>img {
    width: 100%;
    height: min-content;
    aspect-ratio: auto;
    object-fit: cover;
    max-width: none;
    max-height: 400px;
}


#cms_page .layout_pic .first_div:after, header nav:before, #cms_page .layout_small .first_div:after,#overlay:after {
    content: '';
    position: absolute;
    inset: var(--space_small);
    border: 2px solid var(--gold);
}

.layout_pic .first_div h2 {
    color: white;
    xxfont-size: min( calc(11px + 1.25vw) , 30px);
}



/*
.sec_div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 50svw;
    height: 100%;
    background: var(--red);
    background-image: url(/images/14.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.sec_div:has(~ .first_div):before {
    right: 50%;
    left: auto;
    background: var(--beige);
    background-image: url(/images/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


.layout_pic:nth-child(3n+1) .sec_div:before { 

    background-image: url(/images/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.flower:before {
    content: '';
    position: absolute;
    opacity: 0.1;
    inset: 0;
    background-image: url('/images/flower.png');
    background-repeat: no-repeat;
    background-position: 0% 75%;
}

.flower-right:after {
    content: '';
    position: absolute;
    opacity: 0.1;
    inset: 0;
    background-image: url('/images/flower.png');
    background-repeat: no-repeat;
    background-position: 0% 75%;
    transform: rotate(180deg);
}*/

.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;
}

#cms_page .grid_columns_2:nth-child(1){
    margin-top: 0px;
}

#cms_page .layout_split .grid_columns_2 {
    align-items: flex-start;
}

.layout_full>div>.grid_columns_2, .layout_center>div>.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;
}

.mox-bootstrap .fas:before {
    color: black;
}

.mox-bootstrap .fa-chevron-right:before,.mox-bootstrap  .fa-chevron-left:before  {
    color: white;
}

h4:has( ~ h1), h4:has( ~ h2){
    margin-top: 0px;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white;
    z-index: 5;
}

h4:has( ~ h1) {

    color: black;
}

h4 ~ h1, h4 ~ h2 {
    margin-top: 0px;
    text-wrap: balance;
    margin-bottom: 15px;
    max-width: 650px;
    z-index: 4;
}

.mox-bootstrap .btn {
    min-width: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mox-bootstrap .float-right {
    position: relative;
    right: auto;
    margin-left: 10px;
}

#occs_specs {
    column-gap: var(--space_medium);
    width: 100%;
    padding: var(--space_large) 0;
    column-count: 3;
}

#occs_specs h3 {
    color: var(--beige);
    margin-bottom: var(--space_small);
}

#occs_specs ul {
    margin: 0;
    padding: 0;
    margin-bottom: var(--space_small);
}

#occs_specs  li {
    font-style: normal;
    list-style-type: disc;
}

#occs_specs>div {
    display: flex;
    flex-direction: column;
    break-inside: avoid-column;
}

.lease-aanbod h1 {
    margin-bottom: var(--space_large);
}
.lease-aanbod .buttons_inline {
    margin: var(--space_large) auto;
    justify-content: center;
}

#cms_page .endpage_first_block .first_div{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    border: 1px solid var(--brown);
    padding: calc(var(--space_large)* 1) calc(var(--space_large)* 1);
    margin:  calc(var(--space_large)* 1) 0px ;
}

#cms_page .endpage_first_block .grid_columns_2 {
    max-width: 1000px;
}


#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: white;
    background: linear-gradient(158deg, var(--green) 0%, var(--green_gradient) 100%);
}

    #overlay .dismiss {
        position: absolute;
        xxright: var(--space_small);
        padding: 10px;
        cursor: pointer;

        xxright: var(--space_small);
        z-index: 9500;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #overlay h2 {
        color: white;
    }

.btn {
    padding: 1.25rem 1.25rem;
    min-width: 175px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: var(--gold);
    border-radius: 8px;
    display: inline-block;
    width: max-content;
    transition: .3s;
    z-index: 1;
    cursor: pointer;
    line-height: 1.5;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: var(--font4);
    text-transform: uppercase;
    overflow: hidden;
}

.btn:after {
    content: '';
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -50%;
    background: rgba(0,0,0,0.1);
    transition: .75s;
    border-radius: 50%;
    aspect-ratio: 1;
}

.btn:hover:after {
    width: 200%;
    transition: .75s;
}

h1, h2, .headline {
    font-size: min( calc(13px + 1.5vw) , 35px);
    color: black;
    font-family: var(--font3);
    font-weight: 600;
    line-height: 1.25;
    margin: var(--space_medium) 0px;
    text-transform: uppercase;
}



h1 {
    font-family: var(--font2);
}

/*h1, .menu h2, h2 {
    font-family: var(--font3);
    color: var(--gold);
    font-size: calc(40px + 2.5vw);
    text-transform: initial;
    font-weight: 100;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 35%);
    line-height: 0.75;
}
*/
h4, address, .subtitle {
    text-transform: uppercase;
    color: var(--gold);
    margin: 0px;
    font-style: normal;
}

address, .subtitle {
    font-size: 24px;
}

address {
    letter-spacing: 10px;
    line-height: 1;
    user-select: none;
    margin-top: -20px;
}

ul {
    margin-left: 0px !important;
}

li.li {
    list-style-type: "-  ";
    line-height: 1.5;
    font-style: italic;
    font-size: 16px;
}
/*
h2 {
    font-size: min( calc(13px + 1.5vw) , 35px) ;
    font-family: var(--font2);
    font-weight: 700;
    line-height: 1.25;
    margin: 0px;
    color: black;
}*/

.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: min( calc(16px + 1.25vw) , 23px) ;
    font-family: var(--font2);
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

.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);
}

.grid_columns_2:nth-child(2){

    grid-template-rows: [sec-div] auto [first-div] auto;
}

#cms_page .layout_pic .grid_columns_2,#cms_page .layout_pic  .grid_columns_3,#cms_page .layout_pic  .grid_columns_4 {
    column-gap: 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 {
    width: 100%;
    max-width: 600px;
}

.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:not(.full) {
    aspect-ratio: 1;
    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 {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap:var(--space_small);
}

#openingstijden>div {
    display: flex;
    align-items: flex-start;
}

.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_relative_heading);
    color: var(--txt_color_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_relative_heading);
    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;
}

.menu-open {
    overflow: hidden;
}

.dismiss {
    height: var(--mini_blocks_size);
    aspect-ratio: 1;
    position: absolute;
    right: calc(2* var(--space_small));
    cursor: pointer;
    z-index: 999;
    top: calc(2* var(--space_small));
    border: 2px solid var(--gold);
    color: var(--gold);
}

.dismiss svg {
    fill: currentColor;
}


#dr_re .link {
    background: var(--green);
}

.first_div table:not(.tbl_clean) {
    border-collapse:collapse ;
    margin: 10px 0px;
    width: 100%;
    background: white;
}

.first_div table:not(.tbl_clean) td {
    padding: 10px 15px;
    border: 1px solid #f6f5f6;
    text-align: left;
}


.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: #57575740 !important;
    border-radius: 50%;
    width: var(--size);
    aspect-ratio: 1;
    padding: 5px !important;
}

.owl-carousel .owl-dots button.owl-dot.active {
    background: var(--beige) !important;
}

.owl-testimonials {
    display: block;
}

.owl-testimonials>div {
    display: none;
}

.owl-testimonials>div.active {
    display: block;
}

#occ_det>.split {
    grid-template-columns: 1fr 550px;
}

.hero {
    
    width: 100%;
    height: 25svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 1.5s;
    transition-delay: 0.25s;
}

header nav a:hover:after {
    content: '';
    position: absolute;
    left: -50px;
    width: 50px;
    height: 2px;
    background: var(--gold);
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

header nav a:hover:before {
    content: '';
    position: absolute;
    right: -50px;
    width: 50px;
    height: 2px;
    background: var(--gold);
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}


.preload.home .hero {
    height: 100svh;
}

.go-table-floating-wrapper {
    opacity: 0;
}

.home .hero {
    height: 75svh;
}

/*.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);
}*/

.home .hero .shadows {
    height: 0px;
    background: none;
    xxbox-shadow: 0px 0px 150px 150px rgb(0 0 0 / 70%);
}

.hero .shadows {
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #002f1e94, transparent, #002f1e94);
}

.hero .back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
    object-position: 50% 35%;
}



.preload.home .hero .logo img {
    max-width: 600px;
}

.home .hero .logo img{
    max-width: 400px;   
    width: 100%;
    height: auto;
}


.hero .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;

}

.hero .back .images {
    width: calc( var(--slides) * 100% );
    display: flex;
    align-items: stretch;
    left: calc(var(--slide) * -100%);
    transition: left 1s;
    height: 100%;
}

.hero .back:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    content: '';
    transition: 3s;
}

   .home.preload .hero .back:after {
     transition: 3s;
     xxbackground: rgba(0,0,0,0.65);
    }



.hero .hero-content {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: var(--space_small);
    text-align: center;
    text-shadow: 0px 0px 50px rgba(0,0,0,1);
}

.hero .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero .logo img {
    height: 100%;
    width: auto;
        transform: scale(1) translateY(0%);
         opacity: 1;
        transition: 1.5s;
    padding: var(--space_medium);
    filter:  drop-shadow(0px 0px 10px black);
}

    .home.preload .hero .logo img { 
        transform: scale(0.5) translateY(-50%);
         opacity: 0.5;
    }

.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;
}

.arrow-block {
    background: var(--red);
    color: var(--txt_color_light);
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: center;
}

.arrow-block .owl-carousel {
    max-width: calc(100svw / 3 * 2);
    margin-bottom: calc(2*var(--space_large));
}

.arrow-block-left {
    grid-template-columns: 1fr 2fr;
}

.arrow-block svg  {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    transform: translateX(-50%) scale(1.05);
}

.arrow-block.arrow-block-left svg {
    right: 0;
    left: auto;
    transform: translateX(50%) scale(1, -1.05);
}

.arrow-block .pic {
    width: 100%;
    height: 100%;
}

.arrow-block .content {
    padding: var(--space_large);
    padding-top: calc(2*var(--space_large));
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_blue {
    background: var(--red);
}

.back_beige {
    background: var(--beige);
}

.back_green {
    background: var(--green);
    color: var(--txt_color_light);
}

.back_green h2, .back_green h3, .back_grey h2, .back_grey h3{
    color:var(--txt_color_light);
}

.back_grey {
    background: var(--green);
    color: var(--txt_color_light);
}

.cats {
    gap: var(--space_large);
}

.cat {
    display: grid;
    grid-template-columns: 250px 1fr;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--red);
    column-gap: var(--space_small);
    text-decoration: none;
    font-weight: bold;
}
.cat span:after {
    content: '';
    background-image: url(/images/arrow-orange.svg);
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    aspect-ratio: 1;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    margin-left: 0px;
}

.arrow-block .content>div {
    max-width: 400px;
}
.back_blue h2 {
    color: var(--beige);
}

.arrow-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


    .preload .hero-content h1 {
        transform: translateY(60vh);
        transition: transform 20s;
    }

    .hero-content h1 {
        transform: translateY(0vh);
        transition: transform 0.75s ease-out;
    }

        .hero.hero_cms h1 {
           font-size: min( calc(20px + 1.75vw) , 44px);
           margin-bottom: 0px;
        }


    .preload .hero-content p {
        transform: translateY(60vh);
        transition: transform 20s;
    }

    .hero-content p {
        transform: translateY(0px);
        transition: transform 0.75s ease-out;
        transition-delay: .25s;
    }

    .preload .hero-content a {
        transform: translateY(60vh);
        transition: transform 20s;
    }

    .hero-content a {
        transform: translateY(0px);
        transition: transform 0.75s ease-out;
        transition-delay: .35s;
        margin-top: 10px;
        text-shadow: none;
        box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
    }

.between {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: white;
    border-radius: var(--radius);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    width: max-content;
    padding: var(--space_medium) var(--space_large);
    color: var(--beige);
    margin: 0px auto;
    column-gap: var(--space_large);
    transform: translateY(-50%);
}

    .between img {
        width: 150px;
    }

    .between.absolute {
        position: absolute;
        z-index: 99;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .between.absolute + div {
        padding-top: var(--space_large);
    }
/*
    @supports (animation-timeline: view()) {
        .between {
           xxscale: 0.25;
            transform: translate(-500px, -50%);
            animation: fade-in linear forwards;
            animation-timeline: view(); 
            animation-range-start: 0px;
            animation-range-end: 47.5vh;
        }

        @keyframes fade-in {
            from { 
                xxscale: 0.25;
                transform: translate(-500px, -50%);
            }
            to { 
                xxscale: 1;
                transform: translate(0px, -50%);
            }
        }

    }
*/

.morph {
    --r: 2deg;
    overflow: hidden;
    width: 100%;
    padding: calc(1 * var(--space_large)) 0px;
}

.morph.morph-mirror {
    --r: -2deg;
}

.morph-outer {
    transform: rotate(var(--r));
    border-radius: calc(5 * var(--radius) );
    background: var(--greenish);
    padding: calc(2 * var(--space_large)) var(--space_large);
    margin-left: -200px;
    margin-right: -200px;
}

.morph-inner {
    transform: rotate(calc( var(--r) * -1));
    max-width: 100vw;
    margin: 0px auto;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: var(--space_large);
    color: white;
    row-gap: var(--space_large);
    line-height: 1.5;
    background: var(--green);
    background: linear-gradient(158deg, var(--green) 0%, #600217 100%);
    font-weight: 300;
    padding-bottom: var(--space_small);
}


#extraFooter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    column-gap: 2.5px;
    font-size: 80%;
    font-weight: 300;
    margin-top: -1px;
}

footer .grid_columns_3 {
    align-items: flex-start;
}

#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 label {
    display: block;
    font-size: 110%;
    margin-bottom: 5px;
}

input::placeholder, textarea::placeholder {
    color: #686666;

    font-size: 15px;
}

.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 {
    width: 100%;
}

.cntFrm input, .cntFrm textarea, .cntFrm select {
    background: var(--beige);
    border: 2px solid var(--gold);
    width: 100%;
    outline: none;
    padding: 10px 7.5px;
    margin-bottom: var(--space_medium);
    font-family: inherit;
    border-radius: 0px;
}

.cntFrm textarea  {
    min-height: 150px;
}

#extraFooter a, footer a  {
    color: currentColor;
    text-decoration: none;
}

.cntFrm_inputs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--space_medium);
}

.cntFrm_inputs>div {
    --columns: 1;
    grid-column: auto / span var(--columns);

}

.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;
}

footer .grid_columns_3>div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}


#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: 11px;
}

#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;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    color: var(--txt_color_light);
    column-gap: var(--space_small);
    row-gap: var(--space_medium);
    margin: var(--space_small) 0px;
}

.icon {
    display: flex;
    flex-direction: column;
    row-gap: var(--space_small);
    text-decoration: none;
    color: currentColor;
    font-size: 11px;
    min-width: 175px;
}

.unit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    row-gap: var(--space_small);
    flex-direction: column;
    text-align: center;
}

@supports (animation-timeline: view()) {

    .animate-up {
        --e: 0px;
        opacity: 0;
        transform: translateY(100px);
        animation: fade-in linear forwards;
        animation-timeline: view(); 
        animation-range-start: calc(200px + var(--e));
        animation-range-end: calc(40vh + var(--e));
    }


    .animate-up:nth-child(2n+2) {
        --e: 150px;
    }

    .animate-up:nth-child(2n+3) {
        --e: 300px;
    }


}

@keyframes fade-in {
    from { 
        opacity: 0.25;
        transform: translateY(100px);
    }
    to { 
        opacity: 1;
        transform: translateY(0px);
    }
}


.cards {
    column-gap: var(--space_medium);
    align-items: stretch;
    xxmax-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.card, .owl-stage>.active ~ .active ~ .active  .card {
    xxbackground: white;
    padding: calc(var(--space_medium) * 2 );
    xxmax-width: 500px;
    height: 100%;
}

    .owl-stage, .owl-stage>.active ~ .active ~ .active { 
        z-index: 0;
    }

    .card:before, .owl-stage>.active ~ .active ~ .active  .card:before {
        background: white;
        content: '';
        position: absolute;
        inset: 0;
        box-shadow:0px 0px 30px rgba(0,0,0,0.1);
        transform: scale(1);
        z-index: 0;
        transition: transform .5s;
        margin: 0px 2.5px;
    }


    .owl-stage>.active ~ .active  .card {
        xxpadding: calc( var(--space_small) / 2) calc( var(--space_small) / 2);
    }

    .owl-stage>.active ~ .active {
        z-index: 1;
    }

     .owl-stage>.active ~ .active .card:before {
        transform: scale(1.1);
        z-index: 1;
        transition: transform .5s;
    }

    .owl-stage>.active ~ .active * {
        z-index: 2;
    }

    .card img {  
        max-width: min(65%, 250px);
        display: block;
        margin: 0px auto;
        aspect-ratio: 3;
        object-fit: contain;
    }

    .card p {
        margin-bottom: 0;
    }


.cards .owl-stage {
    display: flex;
    align-items: stretch;
    padding: 50px 0px;
}

.unit h3 {
    min-height: 60px;
}

.unit img {
    height: 150px;
    width: auto;
}

.square_icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space_medium);
    align-items: stretch;
}

.square_icons>div {
    aspect-ratio: 1;
    background: white;
    padding: var(--space_medium);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    text-align: center;
}

.square_icons>div:nth-child(1){
    border-radius: calc( var(--radius) / 2) 0 0 0;
}

.square_icons>div:nth-child(2){
    border-radius: 0 calc( var(--radius) / 2) 0 0;
}

.square_icons>div:nth-child(3){
    border-radius: 0 0 0 calc( var(--radius) / 2);
}

.square_icons>div:nth-child(4){
    border-radius: 0 0 calc( var(--radius) / 2) 0;
}

.square_icons>div img {
    height: 100px;
    width: auto;
    margin: 0px auto;
    margin-bottom: var(--space_small);
}

.square_icons>div p {
    margin-top: 5px;
    text-align: left;
}

.socials a {
    background: var(--beige);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    text-decoration: none;
    width: 35px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.socials a i {
    color: currentColor;
    font-size: 22px;
}

.center {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    flex-direction: column;
    max-width: 750px;
}

#partner_logos .owl-item {
    width: calc(150px + var(--space_medium)) !important;
}

#partner_logos img {
    width: calc(100% - var(--space_medium));
    aspect-ratio: 16 / 9;
    background: white;
    object-fit: contain;
}

#cms_page.loc .first_div {
    justify-content: flex-start;
}

.loc_gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--space_small);
    aspect-ratio: 20/9;
    border-radius: calc(var(--radius) / 2);
    margin-top: var(--space_medium);
}

.loc_gallery img {
    object-fit: cover;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.loc_gallery img:nth-of-type(1){
    grid-row: auto / span 2;
    border-radius: calc(var(--radius) / 2) 0 0 calc(var(--radius) / 2);
}

.loc_gallery img:nth-of-type(2){
    border-radius: 0 calc(var(--radius) / 2) 0 0;
}



.loc_gallery img:nth-of-type(3){
    border-radius: 0 0 calc(var(--radius) / 2) 0;
}

.loc_gallery .btn {
    position: absolute;
    right: var(--space_medium);
    bottom: var(--space_medium);
    cursor: pointer;
}

#loc_gallery_full {
    position: fixed;
    inset: 0;
    background: white;
    padding: var(--space_medium);
    display: block;
    z-index: 9999;
    overflow-y: auto;
    transform: scale(0);
    transition: .25s;
}

.show_gallery {
    overflow: hidden;
}

.show_gallery #loc_gallery_full {
    transform: scale(1);
    transition: .25s;
}

#cms_page.loc {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


#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: 600px;
}

#cms_page .square_icons img {
    max-width: 100px;
}

#cms_page .square_icons .button {
    text-align: center;
}

#cms_page .grid_columns_2>div {
    padding: calc(var(--space_large) * 1.5) 0px;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
}
#cms_page .layout_full .grid_columns_2>div, #cms_page .layout_center .grid_columns_2>div {
    align-items: center;
    text-align: center;
}


#cms_page .first_div ~ .sec_div {
    align-items: flex-end;
}

#cms_page .first_div ~ .sec_div:has(>.cntFrm) {
    align-items: stretch;
}

.loc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px var(--space_small);
}

blocks {

    padding: var(--space_large) 0px;
}

block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: stretch;
    text-align: center;
    row-gap: var(--space_medium);
    padding: var(--space_medium) var(--space_small);
    font-size: 12px;
    border: 1px solid currentColor;
}

.loc_header .it {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 20px 1fr;
    column-gap: var(--space_small);
    padding: 10px 0px;
}

.loc_header img {
    width: 100%;
    aspect-ratio: 1;
}

.loc_table {
    width: 100%;
    text-align: left;
    border-radius:calc(var(--radius) / 2);
    padding: calc(var(--space_medium) * 2) calc(var(--space_medium) * 2) calc(var(--space_medium) * 1) calc(var(--space_medium) * 2);

    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}

.loc_table table {
    width: 100%;
}

.loc_table th {
    padding-bottom: 5px;
}

.loc_table td, .loc_table th {
    text-align: left;
    padding: 5px 10px;
}

.loc_table td:nth-of-type(1), .loc_table th:nth-of-type(1) {
    padding-left: 0px;
}

#cms_page.loc .block {
    text-align: left;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}

#cms_page.loc .block {
    justify-content: space-between;
}

#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);
}

#cms_page .layout_hero .container_small {
    margin: 0px auto;
    padding: 0px;
    max-width: none;
}

#cms_page .layout_hero .grid_columns_2 {
    display: block;
    margin: 0px;
    padding: 0px;
}

#cms_page .layout_hero .grid_columns_2 .sec_div {
    width: 100%;
    padding: 0px !important;
    display: block;
}

#cms_page .layout_hero .grid_columns_2 .sec_div img {
    max-width: none;
    aspect-ratio: auto;
    height: 75vh;
}

#cms_page .layout_hero .grid_columns_2 .first_div {
    position: absolute;
    display: flex;
    inset: 0;
    align-items: center;
    justify-content: center;
}



.orange { color:var(--beige); }

.filters {
    display: none;
    position: fixed;
    inset:0;
    z-index: 1060;
    overflow: hidden;
}

.filters>div {
    height: 100%;
    min-width: max(25vw, 350px);
    width: max-content;
    background: white;
    box-shadow: 3px 0 51px #084166;
    padding: var(--space_medium);
    text-align: left;
    overflow-y: auto;
}
.filters_open {
    overflow: hidden;
}

.filters#sort>div {
    position: absolute;
    right: 0;
    top: 0;
}

.filters .btn-icon {
    margin: var(--space_medium) 0px;
}

.filters_open #filters {
    display: block;
}

.sort_open #sort {
    display: block;
}

.filters .header {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: var(--space_small);
    font-size: 22px;
    align-items: center;
    font-weight: bold;
}

.dismisss {
    position: absolute;
    padding: var(--space_small);
    top: calc( -1 * var(--space_small));
    right: calc( -1 * var(--space_small));
    cursor: pointer;
}


.collabsible>input[type='checkbox'] {
  display: none;
}

.collabsible>label {
    font-size: 17px;
    display: block;
    padding: 15px 0px;
    color: var(--red);
    cursor: pointer;
    font-weight: bold;
    transition: all 0.25s ease-out;
}

.collabsible{
    border-bottom: 1px solid var(--red);
}

.collabsible>label:hover {
    text-decoration: underline;
}

    .collabsible>label::before {
        xxcontent: ' ';
        display: inline-block;
        border-top: 5px solid currentColor;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        vertical-align: middle;
        margin-right: .7rem;
        transform: translateY(-2px);
        transition: transform .2s ease-out;
        margin-top: 6px;
    }

        .collabsible.collapsed>label::before {
            border-top: 5px solid transparent;
            border-bottom: 5px solid currentColor;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            margin-top: -6px;
        }

    .collabsible .collapsible-content {
      
      transition: max-height .25s ease-in-out;
      padding: var(--space_small) 0px var(--space_medium) 0px;
    }
        
        .collapsible-content .numbers {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: flex-start;
            column-gap: var(--space_medium);
            row-gap: var(--space_small);
            text-align: left;
        }

        .collabsible .collapsible-content>label>* {
            margin: 4px 3px 3px 5px;
            display: inline;
            vertical-align: middle;
        }

        .collabsible.collapsed .collapsible-content {
            display: none;
        }


    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;
    }

    .collapsible-content span {
    font-size:16px;    }

    .collapsible-content label {
        display: block; 
        padding: 5px 0;
        font-size: 16px;
        cursor: pointer;
        width: max-content;
    }

    .collabsible .toggle:checked + .lbl-toggle + .collapsible-content {
      max-height: 350px;
    }

    .collabsible .toggle:checked + .lbl-toggle::before {
      transform: rotate(90deg) translateX(-3px);
    }

    .collabsible .toggle:checked + .lbl-toggle {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }

    .collapsible-content label.disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.filter_labels {
    display: flex;
    column-gap: 10px;
    align-items: center;
    width: 100%;
}

.filter_label {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding: 2.5px 5px;
    border: 1px solid var(--red);
    width: max-content;
    border-radius: 3px;
    font-size: 11px;
}

.fancybox__toolbar {
    background: var(--red);
}

.fancybox__backdrop {
    background: rgb(28 28 28 / 89%);
    backdrop-filter: blur(5px);
}

.fancybox__nav{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--beige);
}

.fancybox__progress {
    background: var(--beige);
}

#vrofferte_content {
    padding: var(--space_small);
    border-radius: 7px;
    background: white;
    color: black; 
    width: 100%;
    max-width: 450px;
    margin: var(--space_large) auto;
}

#vrofferte_content h4 {
    margin-bottom: 2.5px;
}

#vrofferte_content input {
    width: 100%;
}

#occ_det .grey_block {
    padding: var(--space_medium);
}

#certainties li {
    font-size: 18px;
    line-height: 28px;
    padding-left: 25px;
}

#certainties li::marker {
    content: '\2713';
    color: var(--beige);
    font-weight: bold;
    font-size: 26px;
    margin-right: 15px;
    display: inline-block;

}

#minfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--space_small);
}

#minfo .two-col {
    grid-column: auto / span 2;
    margin-top: var(--space_medium);
}

#minfo .link {
    width: 100%;
}

#terugbl {
    width: 100%;
}

#minfo img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 25px auto;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
}

.align-top {
    align-items: flex-start;
}

.align-top>div {
    margin-bottom: var(--space_large);
}

#minfo .link, #team .link {
    margin-bottom: var(--space_small);
    min-width: 0px;
}

#terugbl .link {
    margin-bottom: 0px;
}

#terugbl_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: var(--space_medium);
}

#team h3 {
    margin-top: var(--space_medium);
}


.average-rating {
    grid-column: auto / span 4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.review-item {
     display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 0;
    transition: .5s;
    text-decoration: none;
    background: white;
    border-radius: calc(0.8vw + 12px);
    padding: 20px;
    height: 100%;
    width: 500px !important;
    align-items: flex-start;
    text-align: left;
}

.average-rating h4 {
    margin: 0;
    margin-top: -25px;
    margin-bottom: 25px;
}

.review-author {
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    span.review-date {
        display: block;
        margin: 5px 0px;
        color: #808080;
        font-weight: normal;
        font-size: 13px;
    }

.review-stars ul {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.review-text {

    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.review-stars li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2.5px 2.5px;
    background: url('/images/star.png');
    background-size: 20px 20px;
}

.reviews {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--space_large) 0px;
    flex-direction: column;
}

#goTable {
    position: fixed;
    z-index: 2147483647;
    bottom: 0;
    height: 100%;
    max-width: 468px;
    height: 652px;
    right: 0;
    bottom: 0;
}

#goTable iframe {

    width: 100%;
    height: 100%;
}

#google-reviews {
    padding: var(--space_medium) 0px;
}

    .average-rating .review-stars li:first-child {
        background: none;
        width: auto;
    }

    .review-stars li:has(>.inactive) {
        opacity: 0.75;
        filter: grayscale(1);
    }
    .average-rating .review-stars li:first-child i {
        font-size: 42px;
        font-style: normal;
    }

.review-stars li:first-child {
    margin-left: 0px;
}

#google-reviews .owl-carousel .owl-item img {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    margin: 0px;
}


#google-reviews .owl-item {
    min-height: 350px;
    margin-right: 50px;
}
/*
#google-reviews .owl-carousel .owl-stage {
    width: 100% !important;
}*/

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    --w: 1150px;
}

.menu_hdr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.menu h2 {
    margin: 15px 0px !important;
    padding: 50px;
    border: 1px solid var(--gold);
    width: 100%;
    cursor: pointer;
    color: var(--gold);
}

.menu_hdr h2:first-child {
    border-radius: 12px 0px 0px 12px;
}

.menu_hdr h2:last-child {
    border-radius:  0px 12px 12px 0px;
    border-left: 0px;
}

.menu_p b, .menu_p span {
    font-size: 115%;
}

.menu_p b {
    margin-right: 15px;
}

.menu_p p {
    margin-top: -7.5px !important;
}

.menu_items {
    width: var(--w);
    overflow-x: hidden;
    text-align: left;
}

.menu_items .inner {
    width: max-content;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    height: 100%;
    left: calc(var(--step)* -100%);
    transition: left .75s;
    max-height: var(--mh);
    overflow: hidden;
}

.menu_item {
    width: var(--w);
}

.menu p, .menu .descr {
    margin-top: 0px;
    margin-bottom: var(--space_medium);
    max-width: 700px;
}

.menu .descr {
    margin-bottom: calc(var(--space_medium) * 2);
}

.menu h3, h6, h1 {
    color: var(--gold);
    font-size: 300%;
    font-style: italic;
    margin-bottom: var(--space_medium);
    font-family: var(--font2);
    font-weight: 400;
    line-height: 1.25;
    margin: 0px 0px 0px 4px;
    text-transform: none;
}

h6 strong {
    font-weight: 400;
}


.menu h2:hover, .menu h2.active {
    background: color-mix(in srgb, var(--gold) 20%, transparent);
    transition: .3s;
    color: var(--gold);
}




.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)); }