@charset "utf-8";
/* CSS Document */

hr {
    border:none;
    border-bottom:4px double #F7D3A6;
    height:0;
}

.menu {
    position: fixed;
    /* display:none; in style.css */
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 90;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition: 0.3s ease;
}
.menu .menu-bg {
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(7,6,11,0.90);
    cursor: pointer;
    opacity:0;
    transition: 0.3s ease;
}
.opennav .menu {
    display: flex;
}
.opennav .menu-bg {
    opacity:1;
}
.menu ul {
    display: block;
    margin:0;
    padding:0;
    text-align: center;
    list-style: none;
    transition:0.3s ease;
}
.menu > ul {
    margin-top:auto;
    padding:60px 0 15px 0;
}
.menu li {
    position: relative;
    display: block;
    margin:0;
    padding:8px 15px;
}
.menu > ul li::after {
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    border-bottom:4px double #F7D3A6;
    width:80%;
}
.menu li a {
    font-weight:600;
    font-size:74px;
    line-height: 90px;
    font-size: clamp(28px, 5vw, 74px);
    line-height: clamp(34px, 5vw, 90px);
    text-decoration: none;
    letter-spacing: 0.05em;
    color:white;
}


.menu .menu-bottom {
    margin-top:auto;
    padding-bottom:15px;
    transition:0.3s ease;
}
.menu .menu-bottom li {
    display: inline-block;
}
.menu .menu-bottom li a {
    font-weight:600;
    font-size:27px;
    line-height: 34px;
    font-size: clamp(16px, 5vw, 27px);
    line-height: clamp(22px, 5vw, 34px);
    text-decoration: none;
    letter-spacing: 0.05em;
    color:white;
}
.menu a {
    transition: 0.3s ease;
}
.menu a:hover {
    color:#F7D3A6!important;
}


.deco-left {
    display:none;
    
    position: absolute;
    pointer-events: none;
    left:0;
    width:115px;
    height:700px;
    background-image:url('img/gimmick_1_half.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center left;
}
.deco-right {
    display:none;
    
    position: absolute;
    pointer-events: none;
    right:0;
    width:115px;
    height:700px;
    background-image:url('img/gimmick_1_half.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center left;
    transform:scaleX(-100%);
}
.deco-img {
    position: absolute;
    pointer-events: none;
    right:0;
    bottom:100%;
    width:420px;
    max-width: 80%;
    height:280px;
    background-image:url('img/gimmick_2.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.content {
    overflow: visible!important;
    position: relative;
    z-index: 1;
}
.border-content {
    position: relative;
    padding:15px 35px;
    padding:15px min(15%, 55px);
    overflow: visible;
    align-self:flex-start;
}
.border-content::before {
    content:'';
    pointer-events:none;
    position: absolute;
    z-index: 1;
    right:-35px;
    top:-15px;
    left:-240px;
    bottom:45px;
    border:4px double #F7D3A6;
    border-bottom-left-radius: 230px;
}
.reverse .border-content::before {
    border-bottom-left-radius:0;
    border-bottom-right-radius:230px;
}
.row.border-content {
    padding:60px 35px!important;
}
.row.border-content::before {
    right:0;
    top:0;
    left:0;
    bottom:0;
}
.reverse .border-content::before {
    content:'';
    right:-60px;
    left:-120px;
}
.border-content::after {
    content:'';
    pointer-events:none;
    position: absolute;
    z-index: -5;
    right:-35px;
    top:-45px;
    left:-240px;
    bottom:-45px;
    background:radial-gradient(circle closest-side, rgba(55,52,45,0.60), rgba(22,26,37,0));
}
.row.border-content::after {
    right:0;
    top:0;
    left:0;
    bottom:0;
}

.bigimg {
    position: relative;
    width:calc(50% + 680px);
    max-width: 100%;
    margin-left:auto;
}
/*
.bigimg::before {
    content:'';
    position: absolute;
    top:90%;
    right:calc(100vw - 50%);
    width:50%;
    background:radial-gradient(circle closest-side, rgba(55,52,45,0.60), rgba(22,26,37,0));
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    height:600px;
    max-height:50vw;
    pointer-events: none;
}
*/
.bigimg .bigimg-imgwrap {
    position: relative;
    width:100%;
    padding-top:50%;
    height:0;
}
.bigimg img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:1475px) {
    .reverse .border-content::before {
        left:-30px;
    }
}
@media screen and (max-width:1030px) {
    .border-content::before, .reverse .border-content::before {
        top:-25px;
    }
    .border-content::before {
        border-bottom-left-radius: 130px;
    }
    .reverse .border-content::before {
        border-bottom-left-radius:0;
        border-bottom-right-radius:130px;
    }
}
@media screen and (max-width:830px) {
    .border-content::before, .reverse .border-content::before {
        left:0;
        right:0;
    }
    .border-content::after {
        right:0;
        left:0;
    }
    .border-content::before {
        border-bottom-left-radius: 80px;
    }
    .reverse .border-content::before {
        border-bottom-left-radius:0;
        border-bottom-right-radius:80px;
    }
    .deco-left, .deco-right {
        height:360px;
        width:100px;
    }
    .deco-img {
        width:160px;
        height:100px;
    }
    .content > .space-top, .content > .space-bottom, .content > .space {
        margin-top:0;
        margin-bottom:0;
    }
}
@media screen and (max-width:431px) {
    .border-content {
        padding:15px 25px;
    }
    .row.border-content {
        padding:35px 25px!important;
    }
    .deco-left, .deco-right {
        height:320px;
        width:80px;
        opacity:0.6;
    }
}
@media screen and (max-width:360px) {
    .border-content {
        padding:15px;
    }
}



.events {
    position: relative;
    z-index: 1; 
    transform:translateY(-50px);
}
.events h3 {
    margin:25px 0 0 0;
}
.events p {
    margin:0 0 25px 0;
}
@media screen and (max-width:1030px) {
    .events {
        transform:TranslateY(-40px);
    }
}

.recensies *:focus {
    outline:none;
}

.gallery {
    gap:12px;
}
.gallery_image {
    position: relative;
    height:420px;
}
.gallery_image.flex-1 {
    flex:1 1 28%;
}
.gallery_image.flex-2 {
    flex:2 1 38%;
}
.gallery_image img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:830px) {
    .gallery_image {
        height:280px;
    }
}
@media screen and (max-width:630px) {
    .gallery_image.flex-1 {
        flex:1 1 40%;
    }
    .gallery_image.flex-2 {
        flex:2 1 55%;
    }
}
@media screen and (max-width:430px) {
    .gallery_image {
        height:200px;
    }
}
footer {
    position: relative;
    z-index: 1;
}
footer::after {
    content:'';
    pointer-events:none;
    position: absolute;
    z-index: -5;
    background:radial-gradient(circle closest-side, rgba(55,52,45,0.25), rgba(22,26,37,0));
    right:0;
    top:0;
    left:0;
    bottom:0;
}
footer hr {
    margin:20px 0;
}
.footer-contact a {
    color:#F7D3A6;
}

.footer-socials a {
    text-decoration: none;
}
.footer-socials i {
    display: inline-block;
    margin-right:3px;
}
.footer-socials i img {
    display: block;
    width:28px;
    height:28px;
    object-fit: contain;
    object-position: bottom left;
}
@media screen and (min-width:1501px) {
    .footer-socials {
        display: none;
    }
}
.footer-links {
    letter-spacing: 0.05em;
}
.footer-links ul {
    margin:0;
    padding:0;
    list-style: none;
}
.footer-links li {
    position: relative;
    margin:0;
    padding:0;
    display: inline-block;
}
.footer-links li:not(:last-child) {
    margin-right:8px;
    padding-right:15px;
}
.footer-links li:not(:last-child)::after {
    content:'|';
    position: absolute;
    top:50%;
    transform:TranslateY(-50%);
    right:0;
}
.footer-links a {
    text-decoration: none;
}

@media screen and (min-width:831px) {
    .footer-copy {
        text-align: right;
    }
}
.footer-copy, .footer-copy a {
    color:#F7D3A6;
    font-weight:500;
    letter-spacing: 0.04em;
}