/* 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.2 | OELBROECK
   2024 - Cybox Backstage CMS
   
   fonts embedden via <link> in de wrapper!
*/

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

    /* general */
    background: var(--bodycolor1);
    color: var(--textcolor1);
    font-family: "Poppins", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 135px; /* #header-height */
}
body:after {
    content: "";
    width: 100%;
    height: 135px;
    position: absolute;
    left:  0;
    top:  0;
    background: var(--bodycolor2);
}
a {
    text-decoration: none;
    color: var(--color1);
}
a:hover {
    color: var(--color2);
}


/* OVERALL TYPE & BUTTONS */
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    color: var(--color1);
}
h1 {
    /*margin-top: -7px;*/
    margin-bottom: 45px;
    font-size: 48px;
    color: var(--color1);
    line-height: 1.2;
    font-weight: 700;
}
body.calendar .page_content.news_content h1 {
    margin-bottom: 45px;
    color: var(--color1);
}
body.calendar .page_content.news_item h1 {
    margin-bottom: 30px;
    color: var(--color1);
}
h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}
h2:first-of-type {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
    text-transform: uppercase;
}
body.page28/* Algemene voorwaarden */ h2 {
    text-transform: uppercase;
}
h2:first-of-type:after,
body.page28/* Algemene voorwaarden */ h2:after {
    position: relative;
    display: block;
    bottom: 0px;
    left: 0;
    margin-top: 12px;
    width: 50px;
    height: 4px;
    content: "";
    background-color: var(--color2);
}
h3 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
}
h3 strong {
    font-weight: 600;
}
h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* BUTTONS */
.btn {
    display: inline-flex;
    margin: 0;
    margin-top: 15px;
    padding: 15px 30px;
    width: auto;
    font-family: inherit;
    font-size: 1em;
    color: #fff !important;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none!important;
    text-align: center;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    filter: brightness(1);
    transition: all ease 0.15s;
    background-color: var(--color1);
}
.btn:hover {
    filter: brightness(1.2);
}
.btn.cta {
	background-color: var(--color3);
}

/* NAV */
#header { position: fixed; top: 0; width: 100%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.025); z-index: 10; background-color: #fff; }

#header-top { position: relative; width: 100%; height: 45px; font-size: 14px; background-color: var(--bodycolor2); }

#header-top-container { position: relative; display: flex; align-items: center; justify-content: flex-end; margin: 0 auto; width: 90%; max-width: 1400px; height: 100%; }
#header-top-container ul { display: flex; }
#header-top-container ul li { display: flex; align-items: center; color: var(--color1); list-style: none; }
#header-top-container ul li:not(:last-of-type):after { display: flex; align-items: center; margin: 0 12px; margin-bottom: 2px; content: "/"; color: var(--color1); opacity: 0.25; }
#header-top-container ul li a { color: var(--color2); text-decoration: none; }
#header-top-container ul li a:hover { color: var(--color1); }

#header-bottom { height: 90px; }

#header-bottom-container { display: flex; justify-content: space-between; margin: 0 auto; width: 90%; max-width: 1400px; height: 100%; }

#header #logo {
    position: relative;
    display: flex;
    align-items: center;
    top: 0;
    width: 240px;
    height: 90px;
    background-color: #fff;
}
#header #logo a {
    display: block;
    width: 100%;
}
#header #logo img {
    display: block;
    width: 100%;
    pointer-events: none;
}
#menu-holder {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    color: var(--textcolor1);
}
ul#menu {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    height: 100%;
}
ul#menu li {
    position: relative;
    height: 100%;
    list-style: none;
}
ul#menu li a.master {
    display: flex;
    align-items: center;
    padding-bottom: 1px;
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    color: var(--color1);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: none;
    box-sizing: border-box;
}
ul#menu li.active a.master {
    color: var(--color2);
}
ul#menu li:hover a.master {
    color: var(--color2);
}
ul#menu li.hassub ul.sub {
    position: absolute;
    bottom: 30px;
    left: -30px;
    padding: 20px 30px 25px 30px;
    min-width: 200px;
    line-height: 1.8;
    white-space: nowrap;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all ease 0.15s;
    pointer-events: none;
    z-index: 1;
    background: var(--color2);
}
ul#menu li.hassub:hover ul.sub {
    bottom: 20px;
    pointer-events: initial;
    opacity: 1;
    visibility: visible;
}

ul#menu li.hassub a.ruimtes + ul.sub,
ul#menu li.hassub a.zalen-en-ruimtes + ul.sub {
    display: none;
}
ul#menu li.hassub a.master {
    padding-right: 16px;
}
ul#menu li.hassub a.master.ruimtes,
ul#menu li.hassub a.master.zalen-en-ruimtes {
    padding-right: 0;
}
ul#menu li.hassub a.master img /* down arrow */ {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    filter: var(--colorfilter1);
}
ul#menu li.hassub a.ruimtes img,
ul#menu li.hassub a.zalen-en-ruimtes img {
    display: none;
}

ul#menu li.hassub:hover a.master img {
    filter: var(--colorfilter2);
}
ul#menu li.hassub ul.sub li a {
    display: block;
    font-size: 18px;
    color: #fff;
}
ul#menu li.hassub ul.sub li.active a,
ul#menu li.hassub ul.sub li a:hover {
    opacity: 0.6;
}
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(--textcolor1);
}
ul#menu li.hassub ul.sub li.active ul.subsub li.subsubactive a {
    color: var(--color1);
}
ul#menu li.hassub ul.sub li.active ul.subsub li a:hover {
    color: var(--color2);
}
ul#menu-second {
    order:  0;
    display: flex;
    column-gap: 20px;
    font-size: .7em;
    transform: translateY(-3px); 
}
ul#menu-second li a { 
    color: var(--textcolor1);
}
ul#menu-second li.active a,
ul#menu-second li a:hover {
    color: var(--color1);
}
ul#menu-second li.hassub ul.sub {
    display: none;
}
.nav-button {
    width: 24px;
    height: 24px;
    border-radius: 40px;
    /*position: absolute;*/
    right: 0;
    cursor: pointer;
}
.nav-button a {
    display: block;
    width: 100%;
    height: 100%;
}
.nav-button img {
    display: block;
    width: 100%; 
    height: 100%;
    filter: var(--colorfilter1);
}
.nav-button:hover img {
    filter: var(--colorfilter2);
}
.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(--bodycolor1);
    font-size: .6em;
    line-height: 20px;
    font-weight: 500; 
    color: var(--textcolor1);
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
}

/* CONTENT */
.row {
    position: relative;
}
.row.row-0 {
    padding: 120px 0;
}
.row,
header#page-header + main .row.row-0 {
    padding: 90px 0;
}
.row:nth-of-type(even) {
    background: var(--bodycolor2);
}
.content {
    position: relative;
    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:  60px;
}
body.homepage .content {
    align-items: initial;
}

/* breadcrumbs */
.breadcrumbs { position: absolute; top: -60px; left: 0; max-width: 100%; font-size: 15px; font-weight: 400; }
.breadcrumbs ul { display: flex; flex-wrap: wrap; }
.breadcrumbs ul li { padding-right: 8px; }
.breadcrumbs ul li:not(:last-child):after { content: "›"; padding-left: 8px; }
.breadcrumbs ul li a { color: var(--textcolor1); text-decoration: underline; opacity: 0.6; white-space: nowrap; }
.breadcrumbs ul li a:hover { text-decoration: none; }
.breadcrumbs ul li:last-of-type a { color: var(--textcolor1); text-decoration: none; opacity: 0.3; pointer-events: none; }

.content .page_content { width: 100%; box-sizing: border-box; order: 1; flex: 1; }

/* media */
.content .right { position: sticky; display: flex; flex-direction: column; gap: 30px; order: 1; top: calc(135px + 60px); margin-left: 30px; width: 400px; /*overflow: hidden;*/ z-index: 2; }
.content .page_content.news_item + .right { position: relative; top: auto; width: 480px; }
.content .page_content.news_item + .right.hasmedia { margin-top: -180px; }
.content #submenu + .page_content + .right { width: 360px; }

.content .right .media { width: 100%; box-sizing: border-box; display: flex; flex-direction: column; row-gap: 30px; position: relative; }
.content .right .media img { width: 100%; display: block; }
.content .right .media.full-width { width: 100%; margin-top: 30px; }
.content .right .media figure.image { position: relative; display: block; padding: 0; margin: 0; }
.content .right .media figure.image a,
.content .right .media figure.image .img { position: relative; display: block; border-radius: 5px; overflow: hidden; }
.content .right .media figure.image .img img { width: 100%; display: block; }

.row-standard-big-image .content .right { margin-left: 0; width: 50%; }
.row-standard-big-image .content .right .media { height: 100%; }
.row-standard-big-image .content .right .media figure.image { height: 100%; }
.row-standard-big-image .content .right .media figure.image a,
.row-standard-big-image .content .right .media figure.image .img { height: 100%; }
.row-standard-big-image .content .right .media figure.image .img img { height: 100%; object-fit: cover; }

.content .media figure.image.video .videowrapper  { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; background: #000; }
.content .media figure.image.video .videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }

.icon {
    position: absolute;
    left: 50%;
    top: 50%; 
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    filter: invert(1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}
.icon img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
a:hover .icon {
    opacity: 1;
}
a.video .icon, .productmedia a.video .icon {
    opacity: 1;
}
.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px 40px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    pointer-events: none;
    box-sizing: border-box;
}


/* HOMEPAGINA */

/* HOMEPAGINA - Uitgelicht */

.row-uitgelicht { background-color: var(--color2)!important; }
.row-uitgelicht .uitgelicht { display: flex; gap: 60px; border-radius: 10px; overflow: hidden; background-color: #fff; }
.row-uitgelicht .uitgelicht:not(:last-of-type) { margin-bottom: 30px; }
.row-uitgelicht .uitgelicht .image { position: relative; width: 40%; overflow: hidden; background-color: #000; }
.row-uitgelicht .uitgelicht .image img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; }
.row-uitgelicht .uitgelicht .text { padding: 60px; padding-left: 0; width: 60%; box-sizing: border-box; }
.row-uitgelicht .uitgelicht .text .title { font-size: 56px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.row-uitgelicht .uitgelicht .text .date { margin: 15px 0; opacity: 0.5; }
.row-uitgelicht .uitgelicht .text .intro { }
.row-uitgelicht .uitgelicht .text a.btn { margin-top: 5px; }


/* OELBROECK */

/* OELBROECK - Huisgenoten */

.huisgenoten { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px; }
.huisgenoten .item { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 9; border-radius: 5px; background-color: #fff; }
.huisgenoten .item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.huisgenoten .item img { position: absolute; width: auto!important; max-width: 60%; height: auto; max-height: 50%; opacity: 1; transition: all ease 0.15s; }
.huisgenoten .item:hover img { opacity: 0.8; }


/* ZALEN EN RUIMTES */
.ruimtes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.ruimtes .ruimte { position: relative; display: flex; flex-direction: column; color: #fff; text-align: center; border-radius: 5px; overflow: hidden; background-color: var(--color1); }
.ruimtes .ruimte > a:not(.btn) { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.ruimtes .ruimte .image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background-color: rgba(0, 0, 0, 0.1); }
.ruimtes .ruimte .image img { width: 100%; height: 100%; object-fit: cover; }
.ruimtes .ruimte .text { display: flex; flex-direction: column; align-items: center; padding: 30px 30px 105px 30px; }
.ruimtes .ruimte .text h2 { display: flex; flex-direction: column; align-items: center; margin-bottom: 15px; font-size: 21px; color: #fff; font-weight: 500; }
.ruimtes .ruimte .text span { font-size: 16px; line-height: 1.4; }
.ruimtes .ruimte .text a.btn { position: absolute; bottom: 40px; padding: 12px 25px; font-size: 16px; border: 2px solid #fff; }
.ruimtes .ruimte:hover .text a.btn { color: var(--color1) !important; background-color: #fff; }

.content .right .ctas { display: flex; flex-direction: column; gap: 30px; width: 100%; }
.content .right .ctas a.btn { display: flex; align-items: center; margin: 0; padding: 25px 40px; width: 100%; font-size: 21px; border-radius: 5px; box-sizing: border-box; }
.content .right .ctas a.btn:before { position: relative; display: block; margin-right: 15px; width: 14px; height: 14px; content: ""; filter: invert(1) grayscale(1) brightness(3); background-position: center; background-size: contain; background-repeat: no-repeat; }
.content .right .ctas a.btn.reserveren:before { background-image: url(/images/icons/chevron-right.svg); }
.content .right .ctas a.btn.tickets:before { margin-right: 20px; transform: scale(1.5) rotate(45deg); background-image: url(/images/icons/ticket.svg); }

.content .right .properties { padding: 35px 40px; color: #fff; border-radius: 5px; background-color: var(--color2); }
.content .right .properties h2 { position: relative; margin-top: 0; margin-bottom: 20px; padding: 0; font-size: 21px; color: #fff; font-weight: 500; line-height: 1; text-transform: uppercase; list-style: none; }
.content .right .properties h2:after { position: relative; display: block; bottom: 0px; left: 0; margin-top: 12px; width: 50px; height: 3px; content: ""; background-color: #fff; }
.content .right .properties ul { }
.content .right .properties ul li { display: flex; align-items: flex-start; padding: 2px 0; font-size: 18px; list-style: none; }
.content .right .properties ul li:before { position: relative; display: block; top: 7px; margin-right: 15px; width: 14px; height: 14px; content: ""; filter: invert(1) grayscale(1) brightness(3); background-image: url(/images/icons/check.svg); background-position: center; background-size: contain; background-repeat: no-repeat; }

.content .right .info { padding: 35px 40px; color: #fff; border-radius: 5px; background-color: var(--color2); }
.content .right .info ul { }
.content .right .info ul li { display: flex; padding: 5px 0; font-size: 18px; list-style: none; }
.content .right .info ul li:not(:last-of-type) { border-bottom: 1px solid rgb(255 255 255 / 25%); }
.content .right .info ul li strong { width: 120px; font-weight: 500; text-transform: uppercase; }

.row-bereikbaarheid { color: #fff; background-color: var(--color1)!important; }
.row-bereikbaarheid .content { display: flex; align-items: center; justify-content: space-evenly; }
.row-bereikbaarheid .content .page_content { order: 2; max-width: 600px; }
.row-bereikbaarheid .content .page_content h2 { margin-bottom: 10px; font-size: 21px; color: #fff; line-height: normal;}
.row-bereikbaarheid .content .page_content h2:after { content: none; }
.row-bereikbaarheid .content .right { order: 1; margin: 0; width: 50%; max-width: 600px; }
.row-bereikbaarheid .content .right .media figure.image a { pointer-events: none; }

.row-carousel { padding: 120px 0; }
.row-carousel .content { max-width: none; }
.row-carousel .media { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; width: 100%; }
.row-carousel .media a img { display: block; width: 100%; border-radius: 5px; overflow: hidden; }


/* CONTACT */

.row-contact-form .content .page_content { display: flex; gap: 60px; }
.row-contact-form .left { width: 100%; flex: 1; }
.row-contact-form .right { width: 50%; }


/* CONTACT - Google Maps */
.row-maps { padding: 0; }
.row-maps .content { width: 100%; max-width: none; }
.row-maps #map_canvas { height: 50vh;  width: 100%;  clear: both; }

.gm-style-iw-chr { padding-top: 15px; }
.gm-style-iw-chr .gm-style-iw-ch { display: none; }
.gm-style-iw-chr button { position: absolute!important; top: 10px; right: 10px; width: 14px!important; height: 14px!important; }
.gm-style-iw-chr button span { margin: 0!important; width: 14px!important; height: 14px!important; }
.gm-style-iw-d { padding-bottom: 2px; }


/* FOOTER */
footer { line-height: normal; background-color: var(--color1); }
footer,
footer a { color: #fff; }
footer a { display: block; }
footer ul li a:hover { color: #fff; opacity: 0.6; }

footer .left,
footer .right { width: 50%; }

#footer-top { }
#footer-top-container { display: flex; margin: 0 auto; padding: 45px 0; width: 90%; max-width: 1400px; }
#footer-top-container .left img { display: block; margin: -10px 0; height: 60px; }
#footer-top-container .right { display: flex; align-items: center; justify-content: space-between; }

/* social buttons */
.social-buttons { }
.social-buttons ul { display: flex; gap: 10px; }
.social-buttons ul li { }
.social-buttons ul li a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: #fff; }
.social-buttons ul li a:hover { opacity: 0.8; }
.social-buttons ul li a img { display: block; width: 18px; height: 18px; transform: translateY(0px); margin: 0; }

#footer-center { border-top: 1px solid rgba(255, 255, 255, 0.25); }
#footer-center-container { display: flex; margin: 0 auto; padding: 60px 0; width: 90%; max-width: 1400px; }
#footer-center-container .left { display: flex; flex-direction: column; padding-right: 15%; box-sizing: border-box; }
#footer-center-container .left strong { display: block; margin-bottom: 10px; font-size: 21px; font-weight: 600; }

#footer-center-container .right { display: flex; justify-content: space-between; }
#footer-center-container .right .column { }
#footer-center-container .right .column ul { }
#footer-center-container .right .column ul li { line-height: 1.7; }
#footer-center-container .right .column ul li:first-of-type { margin-bottom: 5px; font-size: 21px; text-transform: uppercase; font-weight: 600; }
#footer-center-container .right .column.contact ul li strong { font-weight: 600; }

#credits { font-size: 16px; background-color: rgb(29 29 27 / 15%); }
#credits-container { display: flex; justify-content: space-between; margin: 0 auto; padding: 45px 0 60px 0; width: 90%; max-width: 1400px; }

#credits-container .left { display: flex; column-gap: 30px; width: auto; }
#credits-container .left ul { display: flex; column-gap: 30px; }

#credits-container .right { display: flex; justify-content: flex-end; width: auto; }
#credits-container .right ul { display: flex; flex-wrap: wrap; column-gap: 30px; }
#credits-container .right ul li img { width: 69px; filter: invert(1); }
#credits-container .right ul li .cybox-tag { text-transform: lowercase; }
#credits-container .right ul li .cybox-tag a { gap: 8px; cursor: pointer; display: flex; align-items: center; }

/* MAILSTAGE SIGN UP (more css @ _forms.css */
body:not(.__mailstage_signup) #mailstage { display: flex; flex-direction: column; align-items: flex-start; margin-top: 30px; }
body:not(.__mailstage_signup) #mailstage > p { display: block; margin-bottom: 15px; font-weight: 600; text-transform: uppercase; }
#mailstage form { position: relative; display: flex; flex-wrap: wrap; }
#mailstage form input[type=email] { margin: 0; padding: 10px 15px; width: 300px; color: var(--textcolor1); border: none; border-radius: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; box-sizing: border-box; background-color: #fff !important; }
#mailstage form .btn { order: 3; margin: 0; padding: 0 30px; border-radius: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; background-color: var(--color2); }
#mailstage form .btn:hover { filter: brightness(1.1); }
#ms-success,
#ms-fail { display: block; padding: 12px 20px 14px 20px; background: var(--color1); border-radius: 3px; margin-top: 0; font-size: .9em; text-align: center; }
#ms-success { display: none; background: var(--success); color: var(--bodycolor1); }
#ms-fail { display: none; background: var(--error); color: var(--bodycolor1); }

body:not(.__mailstage_signup) #mailstage a.archive { display: block; margin-top: 15px; font-size: 14px; text-decoration: underline; opacity: 0.75; }
body:not(.__mailstage_signup) #mailstage a.archive:hover { color: #fff; text-decoration: none; }

body.__mailstage_signup #mailstage form { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; width: 400px; max-width: 100%; }
body.__mailstage_signup #mailstage form input[type=email] { width: 100%; border: 1px solid rgb(39 87 79 / 50%); border-radius: 3px; }
body.__mailstage_signup #mailstage form .btn { order: 3; margin: 0; padding: 16px 30px; border-radius: 3px; }
body.__mailstage_signup #mailstage form label.error { margin: 0; width: 100%; font-size: 0.8em; color: var(--error); font-weight: 500; line-height: 1; text-transform: uppercase; opacity: 1; }


/* CLOSE OVERLAY */
#close-overlay /* overlay that closes slideouts: menu, search, language */ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--textcolor1);
    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(--color1);
}
#notification-window.error {
    background: var(--error);
}
#notification-window .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.4em;
    line-height: .5;
    cursor: pointer;
}
