/* 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 | LVC 3.0.
   2023/24 - Cybox Backstage CMS
   LIVE DATE: SEPT 2024
*/


/*:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px var(--primarycta)
}
input:focus-visible {
    box-shadow: none;
}
*/

/* BASICS */
html, body {
    height: auto;
}
body {
    /* design color vars*/
    --background: #eae5dc; /* #f0f9ec; /* main background and light color for buttons etc */
    --accents: #fff; /* secondary backgrounds */
    --accents2: #d6cfc5; /* #e2f1d6; /* secondary backgrounds */
    --main: #122a33; /* general text color, previously all that was #000; */
    
    --primarycta: #7ac142; /* buttons and menu active class */
    --secondarycta: #122a33; /* buttons hover and menu hovers */
    --error: #e32d2d; /* errrrrror */ 
    --footer: #7ac142;

    /* fancy support colors to make things less green-only */
    --supportcolor1: #935680;
    --supportcolor2: #dba7aa;
    --supportcolor3: #fab056;
    --supportcolor4: #959c59;
    --supportcolor5: #45b7a1;
    --supportcolor6: #51b581;
    --supportcolor7: #5654a3;
    --supportcolor8: #de6b74;
    --supportcolor9: #caa74a;

    /* general */
    background: var(--background);
    color: var(--main);
    font-family: 'Inter', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 100px; /* #header-height */
}
a {
    text-decoration: none;
    color: var(--primarycta);
}
a:hover {
    color: var(--supportcolor1);
}
body:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left:  0;
    top:  0;
    background: var(--accents);
}

figure {
    margin: 0;
}

.mob {
    display: none;
}


/* SVG ICONS AS IMAGES > generate color: https://angel-rs.github.io/css-color-filter-generator/     */
.svg-icon {
    filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(4239%) hue-rotate(152deg) brightness(87%) contrast(89%);
}
.svg-icon.white {
    filter: brightness(0) saturate(100%) invert(99%) sepia(50%) saturate(2%) hue-rotate(75deg) brightness(108%) contrast(101%);
}
.svg-icon.green {
    filter: brightness(0) saturate(100%) invert(64%) sepia(58%) saturate(468%) hue-rotate(50deg) brightness(95%) contrast(87%);
}
.svg-icon:hover {
    /* hover */
}


/* OVERALL TYPE & BUTTONS */
h1,
body.__homepage .row.homepage-agenda .content .page_content .daily-message h2 {
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Bitter";
    margin-bottom: 55px;
}
h2 {
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 700;
}
h2 i {
    font-family: "Bitter";
    font-weight: normal;
}

.btn {
	padding: 17px 25px;
    margin: 0px 0;
    border-radius: 5px;
	border: 0;
	display: inline-block;
	background: var(--primarycta);
	color: var(--accents);
	line-height: 1;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    width: auto;
    font-weight: 600;
    font-size: inherit!important;

    display: inline-block;
    align-items: center;
    column-gap: 10px;

}

body.idbAgenda .btn,
.btn.btn-flex {
    display: flex;
}
.btn.btn-inline-flex {
    display: inline-flex;
}
.btn:hover, a:hover .btn {
	background: var(--secondarycta);
	color: var(--background);
} 
.btn.grey {
	opacity: 0.5;
	background: var(--accents);
	color: var(--main);
}
.btn.btn-low /* low attention buttons (color wise) */ {
    background: rgba(0,0,0,0.1);
    color: var(--main);
}
.btn.btn-low:hover /* low attention buttons (color wise) */ {
    background: rgba(0,0,0,0.2);
    color: var(--main);
}
.btn.btn-small /* low attention buttons (color wise) */ {
    font-size: .9em!important;
    padding: 15px 20px;
/*    font-weight: normal;*/
}
.btn.btn-light {
    background: var(--background);
    color: var(--secondarycta);
}
.btn.btn-light:hover, a:hover .btn.btn-light {
    background: var(--background);
    color: var(--secondarycta);
}
.btn img {
    width: 16px;
    height: 16px;
}
.btn.btn-low img {

}

/* PAGE-HEADER */
#page-header {
    position: relative;
    background: #ccc;
    height: 50vh;
}
#page-header img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#page-header .arrow-down {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    cursor: pointer;
    transform: translateX(-50%);
}
#page-header .arrow-down svg {
    width: 30px;
    height: 30px;
    fill: var(--background);
}
#page-header .breadcrumbs {
    position: absolute;
    left: 20px;
    top: 20px;
}
#page-header .breadcrumbs ul {
    display: flex;
    text-transform: lowercase;
}
#page-header .breadcrumbs ul li {
    padding-right: 10px;
    color: var(--background);
}
#page-header .breadcrumbs ul li:not(:last-child):after {
    content: "›";
    padding-left: 10px;
}
#page-header .breadcrumbs ul li a {
    color: var(--background);
}


/* CONTENT */
.row {
    padding: 50px 0;
}
.row.alt {
    background: var(--accents);
}
.row.alt2 {
    background: var(--accents2);
}
/*.row.row-image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/
.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;
/*    border: 3px dashed rgba(0, 0, 0, 0.2);*/
}


/* CONTENT > page_content */
.content .page_content {
    width: 100%;
    box-sizing: border-box;
    order: 0;
    position: relative;
    border: 0px dashed rgba(0, 0, 0, 0.2);
}
.content .page_content.hasmedia {
    width: calc(50% - 30px);
    position: sticky;
    top: 150px;
}
body.idbAgenda .content .page_content {
    margin-right: 30px;
}
.content .page_content.hasmedia h1 {
    max-width: 560px;
}
.page_content.hasmedia h2 {
    max-width: 560px;
}
.content .page_content p {
    margin-bottom: 1.4em;
}
    .content .page_content p + h2 {
        margin-top: 1.4em;
    }
    .content .page_content p + ul {
        margin-top: 1.4em;
    }    
.content .page_content p:last-of-type {
    margin-bottom: 0;
}
.content .page_content img {
	display: block;
	width: 100%;
}
.content .page_content p:last-of-type > img {
	margin-bottom: 0;
}
.content .page_content ul,
.content .page_content ol {
    margin-bottom: 1.4em;
}
.content .page_content p:last-of-type + ul:last-of-type {
    margin-bottom: 0;
}
.content .page_content ul li {
    list-style-type: none;
    margin-left: 20px;
    position: relative;
}
.content .page_content section ul li:before {
    content: "";
    position: absolute;
    left: -26px;
    top: 7px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/images/icons/arrow-menu.svg);
    /*    filter: brightness(0) saturate(100%) invert(64%) sepia(58%) saturate(468%) hue-rotate(50deg) brightness(95%) contrast(87%);*/
    filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(4239%) hue-rotate(152deg) brightness(87%) contrast(89%);
}
.content .page_content ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
.content .page_content table {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 1.4em;
}
.content .page_content table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}
.content .page_content .mobile-first-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
    position: relative;
}
.content .page_content hgroup {
    margin-bottom: 30px;
}
body.idbEvent .content .page_content hgroup h1,
body.idbEvent .content .page_content hgroup {
    margin-bottom: 0;
}

.content .page_content section {
    box-sizing: border-box;
    background: var(--accents);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
}
.content .page_content section:last-of-type {
    margin-bottom: 0;
}

        /* category intro sieb aug */
        .content .page_content section.cat_intro {
            
            margin-bottom: 55px;
            width: 100%;
            box-sizing: border-box;
        }
        .content .page_content section.cat_intro h1 {
            margin-bottom: 10px;
        }
        .content .page_content section.cat_intro.heightcap,
        body.__homepage .row.homepage-agenda .content .page_content .daily-message.heightcap {
            max-height: 240px;
            overflow: hidden;
        }
        .content .page_content section.cat_intro.heightcap:after,
        body.__homepage .row.homepage-agenda .content .page_content .daily-message.heightcap:after {
            content: "Lees meer";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 120px;
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%);
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            font-weight: bold;
            padding-bottom: 20px;
            color: var(--primarycta);
            box-sizing: border-box;
        }
        /*body.__homepage .row.homepage-agenda .content .page_content .daily-message.heightcap:after {
            align-items: flex-start;
            padding-left: 20px;
        }*/
        @media screen and (max-width: 1200px) {
            .content .page_content section.cat_intro h1 {
                font-size: 1.3em;
                line-height: 1.3;
            }
            .content .page_content section.cat_intro.heightcap,
            body.__homepage .row.homepage-agenda .content .page_content .daily-message.heightcap {
                max-height: 150px;
            }

        }




.content .page_content section.meta-data {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.content .page_content section.meta-data hgroup {
    margin-bottom: 10px;
}
.content .page_content section.meta-data .meta {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
/*.content .page_content section.meta-data .meta.time {
    font-weight: bold;
}*/
.content .page_content section.meta-data .meta img {
    width: 20px;
    height: 20px;
}


.content .page_content .openingdays-list ul {
    margin-bottom: 0;
    margin-top: 10px;
    columns: 2;
    column-gap: 30px;
    max-width: 300px;
}
.content .page_content .openingdays-list ul li {
    margin-left: 0;
}
.content .page_content .openingdays-list ul li:before {
    display: none;
}
.content .page_content .openingdays-list ul li.open {

}
.content .page_content .openingdays-list ul li.closed {
    color: #999;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
    filter: blur(1px);
}


.content section.map {
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.content section.map a.route {
    position: absolute;
    left: 20px;
    top: 20px;
    background: var(--supportcolor1);
    display: flex;
    width: auto;
    z-index: 2;
    pointer-events: all!important;
}
.content .page_content section.social {
    padding: 0;
    background: transparent;
}
.content .page_content section .social-icons {
    display: flex;
    margin-top: 10px;
    column-gap: 10px;
    position: absolute; 
    right: 30px; 
    bottom: 30px;
}
.content .page_content section .social-icons a {
    display: flex;
    align-items: center;
    color: var(--main);
    gap: 5px;
    font-size: .8em;
}
.content .page_content section .social-icons a.website,
.content .page_content section .social-icons a.tickets {
    margin-right: 5px;
}
.content .page_content section .social-icons a img,
.content .page_content section address.contact a img,
.content .page_content section address.contact .contact-line img {
    width: 30px;
    height: 30px;
}
.content .page_content section address {
    font-style: normal;
    margin-top: 15px;
}
.content .page_content section address.contact {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.content .page_content section address.contact .contact-line,
.content .page_content section address.contact a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    color: var(--main);
}
.content .page_content section address.contact .contact-line.disabled {
    opacity: 0.5;
}
.content .page_content section h2 {
    margin-bottom: 5px;
    font-size: 1.2em;
    font-family: "Bitter";
    max-width: 65%;
}
.entry-logo {
    width: 220px;
    height: 100%;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    max-width: 200px;
    position: relative;
    position: absolute;
    right: 0px;
    top: 0px;
}
.entry-logo img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 70%;
    max-height: 70%;
    width: auto;
    object-fit: contain;
}

/* CONTENT > media */
.content .media {
    box-sizing: border-box;
    order: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.content .media section {
    position: relative;
}
.content .media a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: calc(50% - 15px);
}
.content .media.full-width-images a {
    width: 100%;
}
.content .media a img {
    display: block; 
    width: 100%;
}
.content .media a:first-of-type {
    width: 100%;
}
.content .media a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transform: translate(-50%,-50%);

    display: none;
}
.content .media a:hover .icon {
    display: block;
}
.content .media a .icon img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

body.idbEvent .content .media a {
    pointer-events: none;
}
body.idbEvent .content .media a .icon {
    display: none;
}

body.idbCollection .content .media,
body.idbIndex .content .media {
    display: block;
}
body.idbCollection .content .media a,
body.idbCollection .content .media a.small,
body.idbIndex .content .media a,
body.idbIndex .content .media a.small {
    width: 29.333%;
    margin: 2%;
    background: var(--accents);
}
body.idbCollection .content .media a.big,
body.idbIndex .content .media a.big {
    width: 100%;
    margin:0;
    margin-bottom: 3%;
}
body.idbCollection .content .media a .icon,
body.idbIndex .content .media a .icon {
    display: none;
}
body.idbCollection .content .media a:hover .icon,
body.idbIndex .content .media a:hover .icon {
    display: block;
}

.overlay-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    line-height: 1;
    color: var(--accents);
    font-size: .7em;
    background: rgba(0, 0, 0, 0.3);
    border-top-right-radius: 10px;

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

section h3.absolute /* tags where we need heading for validation */ {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    font-size: .8em;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    line-height: 1;
    border-radius: 10px;
    font-weight: normal;
    pointer-events: none;
}
section h3.absolute.hide {
    opacity: 0;
}


.content .media a.video .icon {
    background: var(--primarycta);
    display: block;
}

.content .media.full-width-images figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: .8em;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;

    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(0,0,0,0) 100%);
}


/*ARCHIEF-LABELTJE */
.entry-content .meta.archived,
.meta-data .meta.archived span {
    font-weight: bold;
    background-color: red;
    color: white;
    padding: 0.25em 0.5em;
    margin-bottom: 10px;
    border-radius: 5px;
    max-width: 100px;
    font-size: .9em;
    display: inline-block;
}
.entry-content .meta.archived {
    margin-bottom: 30px!important;
}


/* CONTENT > submenu on page */
#submenu {
    width: 250px; max-width: 250px; min-width: 250px; /* = some forcing in general template */
    background: var(--accents);
    padding:  30px;
    box-sizing: border-box;
}
#submenu ul li {
    line-height: 1.5;
    margin-bottom: 10px;    
}
#submenu ul li:last-of-type {
    margin-bottom: 0;
}
#submenu ul li a {
    color: var(--main);
    display: block;
}
#submenu ul li.parent a,
#submenu ul li a.master {
    /* if these needs to be bigger etc. */
}
#submenu ul li ul {
    margin: 5px 0;
    margin-top: 10px;
    margin-left: 15px;
}
#submenu-trigger {
    display: none;
}
#submenu ul li a:hover {
    color: var(--secondarycta);
}
#submenu ul li.parent.active a,
#submenu ul li.active a.master,
#submenu ul li.active ul li.subactive a {
    color: var(--primarycta);
}


/* ELEMENTS - tweak to your purposes & likings! */
/*.elements {
    margin: 2em 0;
    display: flex;
    flex-wrap: wrap;
}
.elements .element {
    width: 50%;
    background: var(--accents);
}
.elements .element div {
    padding:  10px 15px;
    border-bottom:  1px solid rgba(0,0,0,.1);
}
.elements .element div a {
    display: block;
}
.elements .element .image {
    padding:  0;
}
.elements .element .image img {
    display: block;
    width: 100%;
}
.elements .element .media {
    padding:  0;
    width: 100%;
}
.elements .element .media a {
    margin-bottom: 0;
}*/


/* MAPS */
#map_canvas {
    height: 600px; 
    width: 100%; 
    clear: both; 
}


/* FOOTER */
footer {
    padding: 65px 0;
    padding-bottom: 0;
    background: var(--footer);
    color: var(--background);

    background-image: url('/images/groeneruitje.svg');
    background-size: 500px;
    background-position: top right;
    background-repeat: no-repeat;
}
footer,
footer a {
    color: var(--accents);
}
footer li a:hover,
footer li .back-to-top:hover  {
    color: var(--accents);
    cursor: pointer;
    text-decoration: underline;
}
#footer #footer-container {
    max-width: 1400px;
    width: 90%;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;  
    column-gap: 60px;   
    padding-bottom: 0px;
}
#footer #footer-container .column {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}
#footer #footer-container .column strong {
    font-size: 1em;
    font-family: "Bitter";
    font-weight: 700;
    display: block;
}
#footer #footer-container .column ul li {
    white-space: nowrap;
}
#footer #footer-container .column ul + strong {
    margin-top: 20px;
}
#footer #footer-container .column.map {
    display: flex;
    justify-content: flex-start;
    pointer-events: none;
}
#footer #footer-container .column.map img {
    display: block;
    width: 340px;
    margin-top: -30px;
    filter: drop-shadow(0px 0px 30px var(--primarycta));
}
#footer #footer-container .social-buttons {
    margin-top: 24px;
}
#footer #footer-container .column.newsletter {
    border-right: 2px solid rgba(255,255,255,0.2);
}
#footer #footer-container .column.newsletter img /* icon */  {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(81%) saturate(0%) hue-rotate(104deg) brightness(113%) contrast(100%);
}
#footer #footer-container .column #mailstage {
    padding-right: 40px;

    text-shadow: 0px 0px 10px var(--primarycta);
}
#footer #footer-container .column #mailstage strong { 
/*    font-style: italic;*/
    font-weight: normal;
    font-size: 1.4em;
    font-family: "sensei";
    margin-top: 0;
    display: block;
    margin-bottom: 10px;
}
#credits {
    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: space-between;
    border-top: 2px solid rgba(255,255,255,0.2);
    padding: 30px 0; 
}
#credits #credits-container ul {
    display: flex;
    column-gap: 30px;
}
#credits #credits-container ul li span em {
    font-style: normal;
}
#credits #credits-container ul li img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
#credits #credits-container ul li.social img {
    transform: translateY(2px);
}
#credits #credits-container ul li .cybox-tag img,
#credits #credits-container ul li .back-to-top img {
    margin-right: 0;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    transform: translateY(1px);
    fill: var(--background);
}
#credits #credits-container ul li .back-to-top {
    cursor: pointer;
}





/* CLOSE OVERLAY */
#close-overlay /* overlay that closes slideouts: menu, search, language */ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
}
.close-menus svg {
    fill: var(--main);
    width: 30px;
    height: 30px;
}


/* DISABLE SELECTION */
#menu, #header, #submenu, #kiek, #kiek *, #menu-slideout, #contact, .media, #secondary-header {
    -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(--primarycta);
}
#notification-window.error {
    background: var(--error);
}
#notification-window .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.4em;
    line-height: .5;
    cursor: pointer;
}

/* datetime picker hide scrollbar */
.xdsoft_scrollbar {
display: none;
}




/* external links get an icon... */
.page_content p a[target=_blank]:not(.btn):after, 
.page_content ul li a[target=_blank]:not(.btn):after, 
#credits a[target=_blank]:after {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url(/images/icons/external-link.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(3px);
    margin-left: 3px;
    filter: brightness(0) saturate(100%) invert(64%) sepia(58%) saturate(468%) hue-rotate(50deg) brightness(95%) contrast(87%);
}
.page_content p a[target=_blank]:not(.btn):hover:after, 
.page_content ul li a[target=_blank]:not(.btn):hover:after {
    filter: brightness(0) saturate(100%) invert(44%) sepia(9%) saturate(2263%) hue-rotate(266deg) brightness(87%) contrast(89%);
}
#credits a[target=_blank]:after,
#credits a[target=_blank]:hover:after {
    filter: brightness(0) saturate(100%) invert(99%) sepia(50%) saturate(2%) hue-rotate(75deg) brightness(108%) contrast(101%);
}
#credits .social a[target=_blank]:after,
#credits .cybox-tag a[target=_blank]:after {
    display: none;
}

