/* reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } /* remember to define focus styles! */ :focus {outline: 0; } /* remember to highlight inserts somehow! */ ins {text-decoration: none; } del {text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse; border-spacing: 0; }

/*
   BACKSTAGE 6.1 | VAKANTIE IN EIGEN LAND VAN CUIJK
   2023 - Cybox Backstage CMS
   
   fonts embedden via <link> in de wrapper!
*/

/* BASICS */
html, body {
    height: auto;
}
html {
    scroll-behavior: smooth;
}
body {
    /* design color vars: see _colors.css */

    /* general */
    padding-top: 100px; /* #header-height */
    font-family: 'Inter', sans-serif;
    font-size: 1.2em;
    color: var(--main);
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: var(--background);
    background-color: var(--accents);
}
body.homepage {
    padding-top: 0; /* #header-height */
}

a {
    text-decoration: none;
    color: var(--color-aa1);
}
a:hover {
    color: var(--textcolor1);
}
body:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left:  0;
    top:  0;
    /*background: var(--accents);*/
}

.anchor { position: absolute; top: -75px; }

#lvc-ruitje {
    position: fixed;
    top: 0;
    right: 0;
    width: 150px;
    z-index: 9;
}

@media screen and (max-width: 1900px) {

    #lvc-ruitje {
        width: 120px;
    }

}
@media screen and (max-width: 900px) {

    #lvc-ruitje {
        top: 0px;
        width: 80px;
        display: none;
    }

}

/* SVG ICONS AS IMAGES > generate color: https://angel-rs.github.io/css-color-filter-generator/ */
.svg-icon {
    display: block;
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(50%) sepia(45%) saturate(2293%) hue-rotate(1deg) brightness(103%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(6919%) hue-rotate(346deg) brightness(91%) contrast(83%);
}
.svg-icon:hover {
    /* hover */
}

/* OVERALL TYPE & BUTTONS */
h1 {
    margin-bottom: 0.7em;
    /*max-width: 450px;*/
    font-size: 3em;
    font-weight: 900;
    line-height: 1.1;
}
/*body.homepage h1 {
    max-width: 700px;
    font-size: 3em;
    color: var(--color);
    font-weight: normal;
}
body.homepage h1 span {
    display: block;
    color: var(--main);
}*/
h2 {
    font-size: 1.6em;
    color: var(--color);
    color: var(--color-aa1);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1em;
    /*font-family: "Bitter";*/
}
h3 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1em;
}
h4 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1em;
}

/* BUTTONS */
.btn {
	padding: 14px 20px;
	padding: 13px 30px 15px 30px;
    margin: 0;
    margin-top: 15px;
    border-radius: 35px;
	border: 0;
	display: inline-block;
	background: var(--color);
    transition: background ease 0.25s;
	color: var(--background);
	line-height: 1;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    width: auto;
    font-size: 1em;
    font-weight: 600;
    user-select: none;
}
.btn:hover,
.tiles .item:hover .btn {
    color: #fff;
	filter: brightness(1.1);
}
.btn.backbtn {
    margin: 0;
    padding: 0;
    color: var(--main);
    color: var(--color);
    text-decoration: underline;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}
.btn.backbtn:hover {
    /*opacity: 0.5;*/
    text-decoration: none;
    filter: none;
}
.btn.clicked {
    color: var(--background);  
    opacity: 0.1;  
    background: var(--main);
}

/* NAV */
#header {
width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 90%);
}
#header #header-container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}
#header #logo-lvc {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}
#header #logo-lvc img {
    display: block;
    width: 100%;
    height: auto;
}

#menu-holder { }

ul#menu { position: relative; display: flex; gap: 25px; order: 2; top: -5px; line-height: 1; }
ul#menu li { position: relative; white-space: nowrap; }
ul#menu li a.master { position: relative; display: block; font-family: "Inter"; font-size: 21px; color: var(--main); font-weight: 600; z-index: 2; }
ul#menu li.active a.master,
ul#menu li a.master:hover { color: var(--color-aa1); }
ul#menu li.hassub ul.sub { line-height: 1.6; position: absolute; pointer-events: none; bottom: 15px; left: -30px; opacity: 0; visibility: hidden; transform: translateY(100%); transition: all ease 0.15s; padding: 25px 35px 30px 30px; /* padding-top: 25px; */ background: var(--color-aa1); min-width: 200px; white-space: nowrap; border-radius: 5px; z-index: 1; }
ul#menu li.hassub ul.sub:before { position: absolute; top: -15px; left: 0; width: 100%; height: 15px; content: ""; }
ul#menu li.hassub a.master { padding-right: 16px; }
ul#menu li.hassub a.master img /* down arrow */ { width: 10px; height: 10px; position: absolute; right: 0; top: 50%; margin-top: -3px; /*filter: brightness(0) saturate(100%) invert(92%) sepia(42%) saturate(2727%) hue-rotate(45deg) brightness(83%) contrast(78%);*/ }

body.maps ul#menu li.hassub a.master { padding-right: 0; }
body.maps ul#menu li.hassub a.master img { display: none; }

ul#menu li.hassub:hover ul.sub { bottom: -15px; pointer-events: initial; opacity: 1; visibility: visible; }
ul#menu li.hassub ul.sub li a { display: block; color: #fff; }
ul#menu li.hassub ul.sub li a br { display: none; }
ul#menu li.hassub ul.sub li.active a { opacity: 0.5; }
ul#menu li.hassub ul.sub li a:hover { opacity: 0.5; }
ul#menu li.hassub ul.sub li ul.subsub { margin-left: 20px; }
ul#menu li.hassub ul.sub li.active ul.subsub li a { color: var(--main); }
ul#menu li.hassub ul.sub li.active ul.subsub li.subsubactive a { color: var(--color); }
ul#menu li.hassub ul.sub li.active ul.subsub li a:hover { }

ul#menu-second { order: 0; display: flex; column-gap: 20px; font-size: .7em; transform: translateY(-3px); }
ul#menu-second li a { color: var(--main); }
ul#menu-second li.active a,
ul#menu-second li a:hover { color: var(--color); }
ul#menu-second li.hassub ul.sub { display: none; }

.nav-button {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.nav-button a {
    display: block;
    width: 100%;
    height: 100%;
}
.nav-button svg {
    fill: var(--main);
    width: 100%; 
    height: 100%;
}
.nav-button#menu-button {
    right: 20px;
    display: none;
    z-index: 4;  
}
.nav-button#cart-button {
    right: 30px;
}
.nav-button#search-button {
    right: 80px;
}
.nav-button#cart-button .cart-num {
    background: var(--background);
    font-size: .6em;
    line-height: 20px;
    font-weight: 500; 
    color: var(--main);
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
}

/* CONTENT */
.row {
    padding: 90px 0;
    position: relative;
    z-index: 3;
}
.row:nth-of-type(even) {
    background-color: var(--accents2);
}
.row .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    width: 90%;
    margin: 0px auto;
    column-gap:  130px;
}

/* Homepagina */

body.homepage .row.intro .page_content { text-align: center; }
body.homepage .page_content h1 { max-width:  990px; margin-left: auto; margin-right: auto; }

body.homepage .row h2 { color: var(--color-aa2); }

body.homepage .tiles { gap: 30px; margin-top: 45px; }
body.homepage .tiles .item { width: 100%; border-radius: 15px; }
body.homepage .tiles .item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform ease 0.25s; }
body.homepage .tiles .item:hover img { transform: scale(1.05); }

body.homepage .tiles .item .name { padding: 40px 35px; font-size: 28px; font-weight: 800; line-height: 1.1; }

body.homepage .row.columns-3 .tiles .item,
body.homepage .row.columns-4 .tiles .item { border-radius: 10px; }
body.homepage .row.columns-3 .tiles .item .btn,
body.homepage .row.columns-4 .tiles .item .btn { top: 25px; right: 25px; padding: 10px 18px 12px 18px; font-size: 16px; }

body.homepage .row.columns-2 .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.homepage .row.columns-2 .tiles .item { aspect-ratio: 16 / 9; }

body.homepage .row.columns-3 .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.homepage .row.columns-3 .tiles .item { aspect-ratio: 3 / 2; }

body.homepage .row.columns-4 .tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.homepage .row.columns-4 .tiles .item { aspect-ratio: 4 / 5; }



/* Reisbestemmingen */

body.subpage.reisb .row.first { background-color: var(--accents2); }
body.subpage.reisb .row.first .content { display: flex; gap: 90px; }
body.subpage.reisb .row.first .page_content { flex: 1; /*width: 100%;*/ }

body.subpage.reisb .row.first h2.first { margin-bottom: 30px; /*padding: 60px;*/ font-size: 56px; font-weight: 900; line-height: 1.1; /*border-radius: 20px; background-color: var(--accents);*/ }
body.subpage.reisb .row.first ul li { margin-bottom: 5px; }

body.subpage.reisb .row.first .page_content { min-height: 0; }

/* media (carrousel) */
body.subpage.reisb .row.first .media.inbetween { gap: 30px; margin-top: 45px; margin-bottom: 55px; width: 100%; }
body.subpage.reisb .row.first .media.inbetween a { border-radius: 15px; }
body.subpage.reisb .row.first .media.inbetween a span.caption { z-index: 1; }
body.subpage.reisb .row.first .media.inbetween a span.caption:after { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; content: ""; opacity: .5; z-index: -1; background: #000; background: linear-gradient(0deg, rgb(0 0 0) 0%, #fff0 100%); }

body.subpage.reisb .row.first .media.inbetween .owl-nav { width: calc(100% + 50px); }
body.subpage.reisb .row.first .media.inbetween .owl-nav button.owl-prev,
body.subpage.reisb .row.first .media.inbetween .owl-nav button.owl-next { background-color: rgba(255,255,255,0.8); }
body.subpage.reisb .row.first .media.inbetween .owl-nav button.owl-prev:hover,
body.subpage.reisb .row.first .media.inbetween .owl-nav button.owl-next:hover { background-color: rgba(255,255,255,1); }

body.subpage.reisb .row.first .media.inbetween .owl-dots { position: absolute; top: 25px; right: 20px; left: auto; padding: 0; width: auto; }
body.subpage.reisb .row.first .media.inbetween .owl-dots .owl-dot { margin: 0 5px; }

/* Fiets- en wandelroutes */
body.subpage.reisb .row.first .routes { display: flex; flex-direction: column; flex: 1; margin-top: 45px; padding: 45px; width: 100%; border-radius: 20px; box-sizing: border-box; background-color: #fff; }
body.subpage.reisb .row.first .routes h2 { margin-bottom: 30px; }
body.subpage.reisb .row.first .routes .route { display: flex; flex-direction: row; align-items: flex-start; gap: 30px; font-size: 18px; }
body.subpage.reisb .row.first .routes .route:not(:last-of-type) { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #efefef; }
body.subpage.reisb .row.first .routes .route .image { position: relative; margin-top: 5px; width: 280px; max-width: 100%; aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; }
body.subpage.reisb .row.first .routes .route .image.none { background-color: var(--color-aa1); }
body.subpage.reisb .row.first .routes .route .image:not(.none):after { position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; opacity: 0.5; pointer-events: none; z-index: 1; background: #000000; background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); }
body.subpage.reisb .row.first .routes .route .image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }
body.subpage.reisb .row.first .routes .route .image h3 { position: absolute; bottom: 0; left: 0; margin: 0; padding: 25px; width: 100%; font-size: 18px; color: #fff; font-weight: 700; line-height: 1.1; box-sizing: border-box; z-index: 2; }
body.subpage.reisb .row.first .routes .route .image img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; }

body.subpage.reisb .row.first .routes .route .textarea { flex: 1; width: 100%; }

body.subpage.reisb .row.first .routes .route a.goto { display: flex; align-items: center; gap: 6px; margin-top: 5px; }
body.subpage.reisb .row.first .routes .route a.goto img { position: relative; top: 1px; width: 16px; height: 16px; filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(6919%) hue-rotate(346deg) brightness(91%) contrast(83%); }
body.subpage.reisb .row.first .routes .route a.goto:hover img { filter: none; }

/* Volksverhalen */
body.subpage.reisb .row.first .eefke { margin-top: 45px; padding: 45px; border-radius: 20px; background-color: #fff; }
body.subpage.reisb .row.first .eefke .media { position: relative; display: flex; flex-direction: row; align-items: center; gap: 30px; margin-top: 30px; padding: 20px; width: 100%; border: 2px solid #ddd; border-radius: 15px; }
body.subpage.reisb .row.first .eefke .media a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
body.subpage.reisb .row.first .eefke .media .image { position: relative; width: 20%; aspect-ratio: 3/2; border-radius: 5px; overflow: hidden; }
body.subpage.reisb .row.first .eefke .media .image .icon { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background-color: var(--color); }
body.subpage.reisb .row.first .eefke .media .image .icon img { position: relative; display: block; left: 2px; width: 12px; height: 12px; filter: invert(1); }
body.subpage.reisb .row.first .eefke .media .image > img { width: 100%; height: 100%; object-fit: cover; }
body.subpage.reisb .row.first .eefke .media .caption { position: relative; flex: 1; padding: 0; width: 100%; font-size: 21px; color: var(--main); font-weight: 500; }

body.subpage.reisb .row.first .eefke .media:hover .image .icon { filter: brightness(1.1); }
body.subpage.reisb .row.first .eefke .media:hover .caption { color: #666; }

body.subpage.reisb .row.first .eefke h2:first-of-type { margin-bottom: 20px; font-size: 32px; }
body.subpage.reisb .row.first .eefke h2 { margin-bottom: 0.5em; font-size: 24px; }
body.subpage.reisb .row.first .eefke p + h2 { margin-top: 0.75em; }
body.subpage.reisb .row.first .eefke p { margin-bottom: 0.5em; }

/* rechterkolom */
body.subpage.reisb .row.first .right { display: flex; flex-direction: column; gap: 20px; order: 2; width: 480px; max-width: 100%; }
body.subpage.reisb .row.first .right > div h2 { font-size: 24px; }

/* Activiteiten */
body.subpage.reisb .row.first .right .activities { display: flex; flex-direction: column; gap: 20px; flex: 1; padding: 45px; width: 100%; border-radius: 20px; box-sizing: border-box; background-color: #fff; }
body.subpage.reisb .row.first .right .activities h2 { margin-bottom: 5px; }

body.subpage.reisb .row.first .right .activities .activity { display: flex; flex-direction: column; font-size: 18px; }
body.subpage.reisb .row.first .right .activities .activity .image { position: relative; margin-bottom: 15px; width: 100%; aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; }
body.subpage.reisb .row.first .right .activities .activity .image.none { background-color: var(--color-aa1); }
body.subpage.reisb .row.first .right .activities .activity .image:not(.none):after { position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; opacity: 0.5; pointer-events: none; z-index: 1; background: #000000; background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); }
body.subpage.reisb .row.first .right .activities .activity .image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }
body.subpage.reisb .row.first .right .activities .activity .image h3 { position: absolute; bottom: 0; left: 0; margin: 0; padding: 30px; width: 100%; font-size: 21px; color: #fff; font-weight: 700; line-height: 1.1; box-sizing: border-box; z-index: 2; }
body.subpage.reisb .row.first .right .activities .activity .image img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; }

body.subpage.reisb .row.first .right .activities .activity h3 { margin: 0; margin-bottom: 8px; font-size: 1em; font-weight: 700; }

body.subpage.reisb .row.first .right .activities .activity .text,
body.subpage.reisb .row.first .right .activities .activity .textarea { }

body.subpage.reisb .row.first .right .activities .activity a.goto { display: flex; align-items: center; gap: 6px; margin-top: 5px; }
body.subpage.reisb .row.first .right .activities .activity a.goto img { position: relative; top: 1px; width: 16px; height: 16px; filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(6919%) hue-rotate(346deg) brightness(91%) contrast(83%); }
body.subpage.reisb .row.first .right .activities .activity a.goto:hover img { filter: none; }

/* terugknop (?) */
body.subpage.reisb .row.first .btn.backbtn { color: #fff; background-color: var(--color); }
body.subpage.reisb .row.first .btn.backbtn:hover { filter: brightness(1.1); }

/*body.subpage.reisb .row.eefke .page_content { display: flex; gap: 90px; min-height: 0; }
body.subpage.reisb .row.eefke .text { flex: 1; width: 100%; }
body.subpage.reisb .row.eefke .media { width: 480px; max-width: 100%; }
body.subpage.reisb .row.eefke .media a { height: 100%; border-radius: 20px; }
body.subpage.reisb .row.eefke .media a img { display: block; width: 100%; height: 100%; object-fit: cover; }*/

/* Paspoort */

body.subpage.paspoort .row.first { background-color: var(--accents2); }
body.subpage.paspoort .row.first .content { display: flex; gap: 90px; }
body.subpage.paspoort .row.first .page_content { flex: 1; width: 100%; }

body.subpage.paspoort .row.first h2.first { margin-bottom: 30px; /*padding: 60px;*/ font-size: 56px; font-weight: 900; line-height: 1.1; /*border-radius: 20px; background-color: var(--accents);*/ }
body.subpage.paspoort .row.first ul li { margin-bottom: 5px; }

body.subpage.paspoort .row.first .contact { display: flex; flex-direction: column; order: 2; width: 400px; max-width: 100%; border-radius: 20px; background-color: #fff; }
body.subpage.paspoort .row.first .contact .logo { padding: 45px; width: 100%; box-sizing: border-box; }
body.subpage.paspoort .row.first .contact .logo img { display: block; width: 100%; }
body.subpage.paspoort .row.first .contact .details { flex: 1; padding: 45px; padding-top: 30px; border-top: 2px solid rgba(0,0,0,.05); }

body.subpage.paspoort .row.first .btn.backbtn { color: #fff; background-color: var(--color); }
body.subpage.paspoort .row.first .btn.backbtn:hover { filter: brightness(1.1); }

body.subpage .row.media { background-color: #fff; }
body.subpage .row.media .page_content { min-height: 0; }
/*body.subpage .row.media .media { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; width: 100%; }*/
body.subpage .row.media .media { width: 100%; }
body.subpage .row.media .media a { border-radius: 15px; }
body.subpage .row.media .media a span.caption { position: absolute; z-index: 1; }
body.subpage .row.media .media a span.caption:after { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; content: ""; opacity: 0.5; z-index: -1; background: #000; background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); }

/*body.subpage:has(.media.inbetween) .row.media .media a:first-of-type { display: none; }*/


.content .page_content {
    width: 100%;
    box-sizing: border-box;
    order: 1;
    /*min-height: 500px;*/
}
.content .page_content.hasmedia {
    width: 50%;
}

.content .media {
    order: 0;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.content .media a {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.content .media a img {
    width: 100%;
    display: block;
}
.content .media a img.svg-icon.white {
    filter: invert(1);
}
.icon {
    position: absolute;
    left: 50%;
    top: 50%; 
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    display: none;
}
a:hover .icon {
    display: block;
}
a.video .icon, .productmedia a.video .icon {
    display: block;
}
.caption {
    display: block;
    padding: 30px 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    color: var(--background);
    opacity: 1;
    transition: opacity 300ms;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; 
    line-height: 1;   
    font-size: .8em;
}

/* MAPS */
#map_canvas {
    height: 90vh; 
    width: 100%; 
    clear: both; 
}

/* FOOTER */
footer { position: relative; border-top: 2px solid #fdf8f4; background-color: var(--footer); }
#footer { }

#footer,
#footer a,
#footer a svg { color: var(--color); fill: var(--main); }

#footer li a:hover ,
#footer li a:hover svg,
#footer li .back-to-top:hover  { color: var(--color); fill: var(--color); cursor: pointer; }

#footer #footer-top { padding: 90px 0; }
#footer #footer-top-container { max-width: 1400px; width: 90%; position: relative; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; gap: 100px; }
#footer #footer-top .column { box-sizing: border-box; }
#footer #footer-top .column ul li { white-space: nowrap; }
#footer #footer-top .column ul li:first-of-type { margin-bottom: 5px; color: var(--main); font-weight: 700; }
#footer #footer-top .column.first ul li:nth-of-type(2) { display: none; }
#footer #footer-top .column ul li a { display: block; color: var(--main); }
#footer #footer-top .column ul li a:hover { text-decoration: underline; }
#footer #footer-top .column ul li a br { display: none; }

#footer #footer-bottom { }
#footer #footer-bottom-container { display: flex; align-items: center; gap: 40px; margin: 0 auto; padding: 30px 0 35px 0; max-width: 1400px; width: 90%; font-size: 16px; color: var(--main); text-transform: lowercase; border-top: 2px solid rgb(0 0 0 / 5%); }

#footer #footer-bottom .social-buttons { }
#footer #footer-bottom .social-buttons ul { display: flex; align-items: center; gap: 20px; }
#footer #footer-bottom .social-buttons ul li.colofon a { width: auto; font-weight: 600; line-height: 50px; margin-right: 30px; white-space: nowrap; }
#footer #footer-bottom .social-buttons ul li a { display: block; width: 30px; height: 30px; color: var(--main); cursor: pointer; }
#footer #footer-bottom .social-buttons ul li a img { display: block; width: 100%; height: 100%; transform: translateY(0px); margin: 0; }
#footer #footer-bottom .social-buttons ul li a img:hover { opacity: 0.9; }

#footer #footer-bottom ul { display: flex; gap: 20px; }
#footer #footer-bottom ul li a { color: var(--main); }
#footer #footer-bottom ul li a:hover { text-decoration: underline; }

#footer .cybox-tag { display: flex; margin-left: auto; padding: 0; text-transform: none; }
#footer .cybox-tag a { display: flex; align-items: center; color: var(--main); }
#footer .cybox-tag a:hover { text-decoration: underline; }
#footer .cybox-tag img { margin-left: 6px; margin-right: 0; width: 14px; height: 14px; transform: translateY(0px); opacity: 0.8; }

#credits { padding-top: 60px; font-size: .8em; }
#credits #credits-container { max-width: 1400px; width: 90%; position: relative; margin: 0px auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; }
#credits #credits-container ul { display: flex; flex-wrap: wrap; column-gap: 20px; }
#credits #credits-container ul li a { color: var(--main); }
#credits #credits-container ul li img { margin-right: 0; width: 15px; height: 15px; margin-left: 10px; fill: var(--main); }
#credits #credits-container ul li .cybox-tag a,
#credits #credits-container ul li .back-to-top { cursor: pointer; display: flex; align-items: center; }


/* MAILSTAGE */
#ms-success {
    display: none;
}
#ms-fail {
    display: none;
}
#mailstage {

}

/* CLOSE OVERLAY */
#close-overlay /* overlay that closes slideouts: menu, search, language */ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--main);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 600ms ease-in-out;
}
#close-overlay.active {
    cursor: pointer;
    pointer-events: all;
    opacity: .5;
}
.close-menus {
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 40px;
}

/* DISABLE SELECTION */
#menu, #header, #submenu, #kiek, #kiek *, #menu-slideout, #contact, .media {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* NOTIFICATION WINDOW */
#notification-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
    /* Max duration for this transition: 500ms */
    transition: opacity 200ms ease-in-out;
    pointer-events: none;
}
#notification-wrapper.hidden {
    visibility: hidden;
}
#notification-wrapper.hidden #notification-window {
    pointer-events: none;
}
#notification-window {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    font-size: 1.1em;
    line-height: 1.1;
    max-width: 500px;
    pointer-events: auto;
}
#notification-window.info {
    background: var(--color);
}
#notification-window.error {
    background: var(--error);
}
#notification-window .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.4em;
    line-height: .5;
    cursor: pointer;
}

/* MODAL: MODALS */
dialog {
    pointer-events: none;
    opacity: 0;
    transition: all 300ms;
    border: none;
    box-sizing: border-box;
}

dialog[open] {
    pointer-events: inherit;
    opacity: 1;
}

dialog::backdrop {
    transition: all 300ms;
    background: rgba(0, 0, 0, 0);
}

dialog[open]::backdrop {
    background: rgba(0, 0, 0, 0.6);
}
dialog.modal {
    padding: 45px;
    min-width: 300px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    text-align: center;
    border-radius: 10px;
}

dialog.modal .full {
    padding: 0 30px 30px;
}

dialog.modal h3 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.2;
    display: block;
    margin-bottom: .5em;
}

dialog.modal .close {
    width: 100%;
}

dialog.modal .button-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}