@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');

/* 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 | SOKKELTOCHT
   2021 - Cybox Backstage CMS
   BSv5.frontend.v2021.001
*/


/* BASICS */
html, body {
    height: auto;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 1.2em;
    line-height: 1.8;
    background: #dfd4d0;
    color: #b34ca3;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: scroll;
}

#wrapper { overflow: hidden; }

a {
    text-decoration: none;
}
a:hover {
}

a#anchor-de_tocht,
a#anchor-de_helden,
a#anchor-de_stemmen,
a#anchor-de_sokken,
a#anchor-de_code {
    position: relative;
}
a#anchor-de_tocht {
    top: -250px;
}
a#anchor-de_helden {
    top: -185px;
}
a#anchor-de_stemmen {
    top: -130px;
}
a#anchor-de_sokken {
    top: 1px;
}
a#anchor-de_code {
    top: -185px;
}


/* OVERALL TYPE & BUTTONS */
h1 {
    font-size: 3em;
    line-height: .9;
    font-weight: 900;
    margin-bottom: 1em;
    margin-top: -5px;
    margin-left: -3px;
    text-transform: uppercase;
}
h2 {
    font-size: 1.8em;
    line-height: .9;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
}
/*body.info,
body.info h1,
body.info h2 {
    color: #0e57a6;
}*/
h3 {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 900;
    padding-bottom: 0.2em;
}
.btn {
	padding: 17px 25px;
    margin: 0px 0;
   /* border-radius: 35px;*/
	border: 0;
	display: inline-block;
	background: #b34ca3;
	color: #fff;
	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: 2.6em;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 10px solid #e9633c; /* after met effectje? */
    margin-top: 10px;
    margin-bottom: -10px;
}
a.btn {
    color: #fff!important;
    text-decoration: none!important;
}
.btn:hover {
	background: #9eceae;
	color: #fff;
}
.btn.grey {
	opacity: 0.5;
	background: #efefef;
	color: #000;
}
input.btn /* weird fix for inputs */ {
	padding-bottom: 15px
}


.btns {
    display: flex;
    justify-content: flex-start;
}
.page_content .btns {
    margin-bottom: 50px;
}
.btns .btn.alt {
    margin-left: 20px;
    background:  #3b4895;
}
.btns .btn.alt:hover {
    background:  #9eceae;
}

.btns.small {

    margin-top: -20px;
}
.btns.small .btn {
    font-size: 1em;
}


/* HEADER (MENU) */
#header {
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    pointer-events: none;
   /* transition: height 600ms cubic-bezier(0.76, 0, 0.24, 1);*/
}
/*body.scroll #header {
    height: 80px;
    transition-delay: 0ms;
}*/
#header #header-container {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
/* MENU - logo */
#header #logo {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 300ms;
    z-index: 2;
    pointer-events: all;
}
#header #logo a {
    display: block;
}
#header #logo img {
    display: block;
    width: 100%;
    pointer-events: none;
}
/* MENU - nav buttons divs */
#menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #9eceae;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 30px 0;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 600ms cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 1;
    pointer-events: all;
    padding-top: 150px;
}
#menu.active {
    transform: translateX(0%);
}
#menu ul {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    line-height: .9;
}
#menu ul li {
    display: block;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
}
#menu ul li a {
    color: #3b4894;
}
#menu ul li.active a,
#menu ul li a:hover {
    color: #b34ca3;
}
#menu .socials {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30px;   
}



/* MENU - nav buttons divs */
.nav-button {
    width: 55px;
    height: 65px;
    background: #e0ad39;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: fixed;
    right: 0;
    top: 20%;
    cursor: pointer;
    pointer-events: all;
}
.nav-button a {
    display: block;
    width: 100%;
    height: 100%;
}
.nav-button svg {
    fill: #dfd4d0;
    width: 20px; 
    height: 20px;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.nav-button .icon.menu { display: block; }
.nav-button .icon.arrow { display: none; }
.nav-button.active .icon.menu { display: none; }
.nav-button.active .icon.arrow { display: block; }

.nav-button#menu-button {
    right: 0px;
    z-index: 3;  
}
.nav-button#cart-button {
    right: 20px;
}
.nav-button#search-button {
    right: 70px;
}
.nav-button#cart-button .cart-num {
    background: #ccc;
    font-size: .6em;
    line-height: 20px;
    font-weight: 500; 
    color: #000;
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
}



/* PAGE-HEADER */
#page-header {
    position: relative;
    background: #efefef;
    height: 80vh;
    /*min-height: 80vh;*/
    max-height: 800px;
    background-image: url("../../images/headerfoto-sokkeltocht.jpg?v202108");
    background-size: cover;
    background-position: bottom 40% center;
}
#page-header img {
    display: block;
    width: 100%;
}
#page-header .page-header-content {
    position: absolute;
    left: 50%;
    top: 43%;
    width: 90%;
    max-width: 800px;
    font-weight: 600;
    /*text-transform: lowercase;*/
    color: #b34ca3;
    transform: translate(-50%,-50%);
    line-height: 1;
    text-transform: uppercase;
    height: 50%;
}
#page-header .page-header-content h1 {
    /*display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background: #000;*/
}
#page-header .page-header-content h1 span {
    position: absolute;
    max-width: 280px;
}
#page-header .page-header-content h1 span:first-of-type {
    top: -5px;
    left: -5px;
    text-align: left;
}
#page-header .page-header-content h1 span:last-of-type {
    text-align: right;
    right: -5px;
    bottom: -5px;
}
#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: #fff;
}
#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: #fff;
}
#page-header .breadcrumbs ul li:not(:last-child):after {
    content: "›";
    padding-left: 10px;
}
#page-header .breadcrumbs ul li a {
    color: #fff;
}

#page-header .btns {
    width: 90%;
    max-width: 800px;
    position: absolute;
    left:  50%;
    bottom:  70px;
    z-index: 5;
    transform: translateX(-50%);
    justify-content: center;
}

/* (LEDEN.)SUBMENU */
#submenu {
    position: relative;
    z-index: 2;
    background-color: #b34ca3;
    padding: 40px 0;
    padding-top: 130px;
    line-height: 1;
}
#submenu ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 800px;
    margin: 0 auto;
}
#submenu ul li {
    white-space: nowrap;
}
#submenu ul li a {
    color: #fff;
}
#submenu ul li.active a,
#submenu ul li a:hover {
    opacity: 0.5;
}



/* ALL PATRONEN/BORDERS /\/\/\/\/\/\ */
/* all imgs are @2x size (height) */
.row.first:before {
    content: "";
    position: absolute;
    left: 0;
    top: -149px;
    height: 150px;
    width: 100%;
    pointer-events: none;
    background-image: url('/images/patroon_header.svg');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: auto 150px;
}
.row.helden:before,
/*.row.kraak:before,*/
#footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: -54px;
    height: 55px;
    width: 100%;
    text-align: center;
    background-image: url('/images/patroon_helden.svg');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: auto 55px;
}
.row.kraak:before {
    background-image: url('/images/patroon_kraak.svg');
}
#footer:before {
    background-image: url('/images/patroon_footer.svg');
}
#menu:after {
    content: "";
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 74px;
    background-image: url('/images/patroon_menu.svg');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: auto 150px;
}
#menu:before {
    content: "";
    width: 100%;
    height: 75px;
    background: #3b4894;
    position: absolute;
    left: 0;
    bottom: 0;
}


/* ROW.COLORS&IMGS */
.row.first {
    background-image: url('/images/backdrop_left.png'), url('/images/backdrop_right.png');
    background-position: top left, center right;
    background-repeat: no-repeat;
}
.row.kraak {
    background-image: url('/images/backdrop_left.png'), url('/images/backdrop_right.png');
    background-position: top left, bottom right;
    background-repeat: no-repeat;
}


.row.first h1 {
    font-size: 1.8em;
    line-height: .9;
    font-weight: 900;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.row.first h2.last {
    padding: 0 0 30px 0;
    color: #b34ca3;
    border-bottom: 10px solid #e9633c;
}


/* ONZE HELDEN */
.row.helden {
    background-color: #9eceae;
    background-image: url('/images/backdrop_left.png'), url('/images/backdrop_right.png');
    background-position: bottom left, top right;
    background-repeat: no-repeat, no-repeat;
}
.row.helden .content { max-width: 1000px; }
.row.helden .page_content > h2 { display: flex; flex-direction: column; align-items: center; color: #3b4895; text-align: center; }
.row.helden .page_content > h2 svg { margin-bottom: 12px; height: 70px; fill: #3b4895; }

.row.helden .page_content .mobile-info { display: none!important; margin-bottom: 45px; padding: 0 7.5%; width: 100%; color: #3b4895; text-align: center; box-sizing: border-box; }

.row.helden .page_content .helden-container { position: relative; display: flex; flex-wrap: wrap; left: -3%; width: 106%; }
.row.helden .page_content .helden-container .held { position: relative; perspective: 600px; margin: 3%; margin-bottom: 1.5%; padding-bottom: calc(100% / 3 - 6%); width: calc(100% / 3 - 6%); height: 0; /*background-image: url("../../images/hexxagon.svg"); background-position: center; background-size: contain; background-repeat: no-repeat;*/ }

.row.helden .page_content .helden-container .held .card { position: absolute; width: 100%; height: 100%; cursor: pointer; transition: transform 1s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.row.helden .page_content .helden-container .held .card .card__face { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.row.helden .page_content .helden-container .held .card .card__face--front { }
.row.helden .page_content .helden-container .held .card .card__face--back { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 15%; font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center; box-sizing: border-box; transform: rotateY(-180deg); -webkit-clip-path: polygon(7% 25%, 50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%); clip-path: polygon(7% 25%, 50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%); background-color: #3b4894; }
.row.helden .page_content .helden-container .held .card .card__face--back strong { color: #e0ad39; text-transform: uppercase; }
.row.helden .page_content .helden-container .held .card .card__face--back p { margin: 5px 0; }
.row.helden .page_content .helden-container .held .card.is-flipped { transform: rotateY(-180deg); }

.row.helden .page_content .helden-container .held .card .icon { position: absolute; display: flex; align-items: center; justify-content: center; top: 50%; left: 50%; width: 60px; height: 60px; border-radius: 50%; opacity: 0; visibility: hidden; transform: translate(-50%, -50%); z-index: 1; background-color: #b34ca3; }
.row.helden .page_content .helden-container .held:hover .card .icon { opacity: 1; visibility: visible; }
.row.helden .page_content .helden-container .held .card .icon svg { width: 44%; fill: #dfd4d0; }
.row.helden .page_content .helden-container .held .card .banner { position: absolute; bottom: 7%; left: 0; right: 0; margin: 0 auto; padding: 9px 0 13px 0; width: 93.25%; font-family: 'Yesteryear', cursive; font-size: 1.8em; color: #e0ad39; line-height: 1; text-align: center; opacity: 1; visibility: visible; /*transition: all ease 0.15s;*/ z-index: 1; background-color: #3b4894; }
.row.helden .page_content .helden-container .held .card.is-flipped .icon,
.row.helden .page_content .helden-container .held .card.is-flipped .banner { opacity: 0; visibility: hidden; }
.row.helden .page_content .helden-container .held .card .banner:before,
.row.helden .page_content .helden-container .held .card .banner:after { position: absolute; top: -12px; width: 50px; height: 50px; content: ""; background-image: url("../../images/banner-end-lr.svg"); background-position: center; background-size: contain; background-repeat: no-repeat; }
.row.helden .page_content .helden-container .held .card .banner:before { left: -34px; }
.row.helden .page_content .helden-container .held .card .banner:after { right: -34px; transform: scaleX(-1); }
.row.helden .page_content .helden-container .held .card .image { position: absolute; width: 100%; height: 100%; -webkit-clip-path: polygon(7% 25%, 50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%); clip-path: polygon(7% 25%, 50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%); background-color: #fff; }
.row.helden .page_content .helden-container .held .card .image img { width: 100%; height: 100%; object-fit: cover; }

.row.helden .page_content .helden-container .held .held-content { display: none; }


/* ONZE STEMMEN */
.row.stemmen {
    padding: 150px 0;
    overflow: hidden;
    background-color: #ea8e3c;
}
.row.stemmen .stemmen-bg-pattern { position: absolute; display: flex; flex-direction: column; justify-content: center; top: 0; left: 0; width: 100%; height: 100%; }
.row.stemmen .stemmen-bg-pattern .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(/images/backdrop_left-orange.png), url(/images/backdrop_right-orange.png); background-position: top left, bottom right; background-repeat: no-repeat, no-repeat; z-index: 1; }
.row.stemmen .stemmen-bg-pattern .patterns { transform: scale(1.001); }
.row.stemmen .stemmen-bg-pattern .pattern { width: 100%; }
.row.stemmen .stemmen-bg-pattern .pattern:first-of-type,
.row.stemmen .stemmen-bg-pattern .pattern:last-of-type { display: none; }
.row.stemmen .stemmen-bg-pattern .pattern img { display: block; width: 100%; }

.row.stemmen .content { position: relative; max-width: 1000px; z-index: 1; }
.row.stemmen .page_content > h2 { display: flex; flex-direction: column; align-items: center; color: #b44ca4; text-align: center; }
.row.stemmen .page_content > h2 svg { margin-bottom: 12px; height: 70px; fill: #b44ca4; }

.row.stemmen .page_content .stemmen-container { position: relative; display: flex; flex-wrap: wrap; left: -3%; width: 106%; }
.row.stemmen .page_content .stemmen-container .stem { position: relative; margin: 3% 3% 0 3%; width: calc(100% / 3 - 6%); }
.row.stemmen .page_content .stemmen-container .stem .image { position: relative; margin: 0 auto; margin-bottom: 30px; padding-bottom: 90%; width: 90%; height: 0; border-radius: 50%; overflow: hidden; /*background-color: #fff;*/ }
.row.stemmen .page_content .stemmen-container .stem .image img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; }
.row.stemmen .page_content .stemmen-container .stem .text { line-height: 1.45em; text-align: center; }
.row.stemmen .page_content .stemmen-container .stem .text strong { display: block; font-size: 1.3em; line-height: .9; font-weight: 900; margin-bottom: 15px; text-transform: uppercase; }


/* ONZE SOKKEN */
.row.sokken {
    position: relative;
    margin: 0;
    padding: 0!important;
    color: #ea633c;
    width: 100%;
    background-color: #f1a5c4;
    background-image: url('/images/backdrop_left-blue.png'), url('/images/backdrop_right-blue.png');
    background-position: center left, bottom right;
    background-repeat: no-repeat;
}
.row.sokken .content { margin: 0; padding: 0; width: 100%; max-width: none; }
.row.sokken .page_content { display: flex; flex-wrap: wrap; margin: 0; padding: 0; width: 100%; }
.row.sokken .page_content .column { position: relative; width: calc(100% / 5); }
/*.row.sokken .page_content .column.odd { display: none; }*/
.row.sokken .page_content .column.center { display: flex; flex-direction: column; justify-content: center; }
.row.sokken .page_content .column.center .column-content { position: absolute; margin-bottom: 5%; width: 100%; z-index: 1; }
.row.sokken .page_content .column.center .column-content img.sokken { margin: 35px 0 15px 0; width: 100%; }
.row.sokken .page_content .column.center .column-content .text { margin: 0 auto; width: 75%; line-height: 1.5; }
.row.sokken .page_content .column img { width: calc(100% + 1px); height: 100%; }

.row.sokken .page_content .column.center h2 { display: flex; flex-direction: column; align-items: center; color: #ea633c; text-align: center; }
.row.sokken .page_content .column.center h2 svg { margin-bottom: 12px; height: 70px; fill: #ea633c; }


/* KRAAK DE CODE */
.row.kraak {
    color: #ea633c;
    background-color: #dfd4d0;
}
.row.kraak .page_content > h2 { display: flex; flex-direction: column; align-items: center; margin-bottom: 45px; color: #ea633c; text-align: center; }
.row.kraak .page_content > h2 svg { margin-bottom: 12px; height: 70px; fill: #ea633c; }

.row.kraak .text-and-media { display: flex; flex-wrap: wrap; }
.row.kraak .text-and-media .text { padding-right: 5%; width: 50%; box-sizing: border-box; }
.row.kraak .text-and-media .media { position: relative; padding-bottom: 50%; width: 50%; height: 0; }
.row.kraak .text-and-media .media .image { position: absolute; display: flex; align-items: flex-end; justify-content: center; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background-color: #fff; }
.row.kraak .text-and-media .media .image img { width: 100%; }
.row.kraak .text-and-media .media .circle { position: absolute; display: flex; align-items: center; justify-content: center; top: -15%; right: -15%; width: 50%; height: 50%; font-size: 1.5em; color: #fff; font-weight: 900; line-height: 0.95; text-transform: uppercase; text-align: center; /*text-shadow: 4px 4px 0 #ea633c;*/ border-radius: 50%; transform: rotate(5deg); background-color: #e0ad39; }


/* CONTENT */
.row {
    padding: 150px 0;
    padding-top: 160px;
    position: relative; 
    background-size: 600px auto;   
}
body.__home .row {
    padding-top: 130px;
}

#page-header + .row,
#submenu + .row {
    padding-top: 100px;
}
.content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    width: 90%;
    margin: 0px auto;
    /*min-height: 300px;*/
}
    /* temp layout */
    /* temp layout */
    /* temp layout */
    /* temp layout */
    /*.row.helden .content,
    .row.stemmen .content,
    .row.sokken .content,
    .row.kraak .content {
        height: 700px;
        line-height: 700px;
        text-align: center;
        border: 8px dashed #b34ca3;
        color: #b34ca3;
        font-size: 2em;
        font-weight: 900;
        text-transform: uppercase;
        justify-content: center;
    }*/

body.shopcart .content { position: relative; display: flex; flex-direction: column; }
body.shopcart .content img { display: block; margin-bottom: 60px; width: 100%; }


/* CONTENT > page_content */
.content .page_content {
    width: 100%;
    box-sizing: border-box;
    order: 1;
}
.content .page_content.half {
    width: 66%;
}
.content .page_content.hasmedia {
    width: 60%;
    padding-right: 100px;
}
.content .page_content p,
.content .page_content blockquote {
    margin-bottom: 30px;
}
.content .page_content strong {
    font-weight: 900;
    text-transform: uppercase;
}
.content .page_content blockquote {
    padding: 30px 30px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: rgb(255 255 255 / 25%);
}
.content .page_content blockquote p {
    margin-bottom: 15px;
}
.content .page_content p:last-of-type,
.content .page_content blockquote:last-of-type {
    margin-bottom: 0;
}
.content .page_content p:last-of-type + h2,
.content .page_content span + h2,
.content .page_content blockquote:last-of-type + h2 {
    margin-top: 60px;
}
.content .page_content p:last-of-type + p,
.content .page_content blockquote:last-of-type + p,
.content .page_content p:last-of-type + blockquote {
    margin-top: 30px;
}
.content .page_content blockquote strong {
    font-weight: 700;
    text-transform: none;
}
.content .page_content a {
    text-decoration: underline;
    color: #b34ca3;
}
.content .page_content a:hover {
    text-decoration: none;
}
.content .page_content span.hidden {
    position: absolute; display: block; margin-top: 20px; opacity: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.content .page_content span.hidden:hover {
    opacity: 1;
}
.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: 0 0 30px 0;
}
body.info .content .page_content ul,
body.info .content .page_content ol {
    margin: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}
.content .page_content ul li {
    list-style-type: disc;
    margin-left: 20px;
}
.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 .links {
    margin-top: 2em;
    padding: 2em 2em;
    background: #efefef;
    max-width: 300px;
}
.content .page_content .links h3 {
	margin-bottom: 1em;
}
.content .page_content .links a,
.content .product .links a {
    display: block;
    padding-left: 0;
    color: #000;
}
.content .page_content .links a.link svg,
.content .page_content .links a.file svg {
    fill: #e9633c;
    width: 16px;
    display: inline-block;
    margin-right: 20px;
    transform: translateY(5px);
}
.content .page_content .links a.link:hover,
.content .page_content .links a.file:hover {
    color: #e9633c;
}
.content .media {
    order: 1;
    width: 40%;
    box-sizing: border-box;
}
.content .media a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
}
.content .media a:last-of-type { 
    margin-bottom: 0;
}
.content .media a img {
    width: 100%;
    display: block;
}
.content .media a .icon, .fotoalbum a .icon, .news-overview .item a .image .icon, .productmedia a .icon, .product a .icon {
    position: absolute;
    left: 50%;
    top: 50%; 
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    display: none;
}
.content .media a .icon svg, .fotoalbum a .icon svg, .news-overview .item a .image .icon svg, .productmedia a .icon svg, .product a .icon svg {
    fill: #fff;
    display: block;
    width: 60px; 
    height: 60px; 
}
.fotoalbum a:hover .icon, .content .media a:hover .icon, .news-overview .item a:hover .image .icon, .productmedia a:hover .icon, .product a:hover .icon {
    display: block;
}
.content .media a.video .icon, .productmedia a.video .icon {
    display: block;
}
.content .media .caption, .content .page_content .fotoalbum a .caption {
    display: block;
    padding: 30px 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    opacity: 1;
    transition: opacity 300ms;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;   
}


/* ALBUMS */
.content .page_content .fotoalbum {
    width: 104%;
    margin-left: -2%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em;
}
.content .page_content .fotoalbum a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 29.333%;
    margin: 2%;
}
.content .page_content .fotoalbum a.foto {
    width: 29.333%;
}
.content .page_content .fotoalbum a img {
    display: block;
    width: 100%;
}
.content .page_content .single_album {
    margin-top: 2em;
    padding: 2em 2em;
    background: #efefef;
}
.content .page_content .single_album h2 {
    margin-bottom: 1em;
}
.content .page_content .single_album .fotoalbum a .caption {
    padding: 5px 10px;
    font-size: 0.8em;
}


/* NEWS/CALENDAR */
.news-overview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
}
.news-overview .item {
    width: 31.333%;
    margin: 1%;
    box-sizing: border-box;
    background: #efefef;
    position: relative;
}
.news-overview .item a {
    display: flex;
    flex-direction: column;
    color: #000;
}
.news-overview .item a .image {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}
.news-overview .item a .image img {
    display: block;
    width: 100%;
}
.news-overview .item a .news-overview-content {
    padding: 2em;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
}
.news-overview .item a .news-overview-content .title {
    font-weight: 600;
}
.news-overview .item a .news-overview-content .meta,
.page_content .date {
    color: #e9633c;
}
p a.back {
    margin-top: 40px;
    display: inline-block;
}
.news_item .section {
    margin-top: 40px;
    padding: 40px;
    background: #efefef;
}
.pagination {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 40px auto;
    margin-bottom: 0;
}
.pagination div {
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    font-weight: bold;
    background: #efefef;
    line-height: 50px;
    text-align: center;
    margin: 0 10px;
}
.pagination div a {
    display: block;
    color: #000;
}
.pagination div:hover,
.pagination div.active {
    background: #e9633c;
}
.pagination div:hover a,
.pagination div.active,
.pagination div.active a {
    color: #fff;
}


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


/* CONTACT */
#contact_thanks {
    background: #e9633c;
    padding: 30px;
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.25);
}
#contact_thanks p {
    margin-bottom: 15px;
}
.content #contact { margin-top: 0px; }
.content #contact form { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; max-width: 800px; }
.content #contact form .field { margin-bottom: 20px; position: relative; display: flex; flex-direction: column; }
.content #contact form .field.textfield { display: flex; flex-direction: row; width: 100%; }

.content #contact form .field.textfield.antwoord { width: 50%; margin: 0; padding: 20px 0; border-top: 1px solid rgb(0 0 0 / 10%); box-sizing: border-box; }
.content #contact form .field.textfield.antwoord:nth-last-of-type(-n+2) { border-bottom: 1px solid rgb(0 0 0 / 10%); }
.content #contact form .field.textfield.antwoord:nth-of-type(odd) { padding-left: 2%; }
.content #contact form .field.textfield.antwoord:nth-of-type(even) { padding-right: 2%; }

.content #contact form .field label {
    display: flex;
    align-items: center;
    width: 50%;
}
.content #contact form .field label.checkbox {

}
.content #contact form .field.radio label, 
.content #contact form .field.checkbox label,
.content #contact form .field.checkboxes label {
    display: flex;
    flex-direction: row;
}
.content #contact form .field.radio label span, 
.content #contact form .field.checkbox label span,
.content #contact form .field.checkboxes label span {
    width: calc(100% - 25px);
}
.content #contact form input[type=text],
.content #contact form textarea, 
.content #contact form select {
    font-family: inherit;
    /*font-size: inherit;*/
    /*color: inherit;*/
    /*border: 0px solid #ccc;*/
    width: 50%;
    /*border-radius: 2px;*/
    box-sizing: border-box;
    /*padding: 10px;*/
    
    border-radius: 0px;
    color: #333;
    float: left;
    transition: border 150ms ease;
    -webkit-appearance: none;
    display: block;
    padding: 10px 15px;
    font-size: 0.9em;
    line-height: 1.5;
    border: none;
    background-color: #fff;
}
.content #contact form input[type=text], 
.content #contact form textarea,
.content #contact form select {
    -webkit-appearance: none;
}
.content #contact form select {
    background-image: url('../../images/icons/arrow-dropdown.svg');
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.content #contact form textarea {
    min-height: 150px;
    max-height: 300px;
    max-width: 100%;
}
.content #contact form input[type=checkbox],
.content #contact form input[type=radio] {
    /*width: auto;*/
    padding: 0;
    margin: 0;
    /*border: none;*/
    /*margin-right: 5px;*/
    margin-top: 0px;
    height: 20px;
    width: 20px;
    border: 0px solid #ccc;
    background: #efefef;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transform: translateY(6px); 
}
.content #contact form input[type=radio] {
    border-radius: 20px;
}
.content #contact form input[type=checkbox]:checked,
.content #contact form input[type=radio]:checked {
    background-image: url('../../images/icons/checkmark.svg');
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.content #contact form .field.vakje { align-items: center; width: calc(100% / 3 - 5%); }
.content #contact form .field.vakje label { display: flex; align-items: center; justify-content: flex-start; order: 2; padding-left: 10%; width: 75%; box-sizing: border-box; }
.content #contact form .field.vakje input { order: 1; padding: 10px 0; width: 25%; text-align: center; border-radius: 3px; }
.content #contact form .field.vakje label.error { top: 7px; right: -10px; padding: 10px 15px; width: auto; font-size: 12px; white-space: nowrap; }
.content #contact form .field.vakje label.error:after { position: absolute; bottom: 50%; left: -2px; margin-bottom: -2px; content: ""; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #3b4894; transform: rotate(90deg); }
.content #contact form .field.vakje label.error.checked { top: auto; right: 0; padding: 0; width: 32px; height: 32px; border-radius: 50%; }
.content #contact form .field.vakje label.error.checked:after { content: none; }

.content #contact form .field.header { margin-top: 20px; width: 100%; }
.content #contact form .field.header h2 { }
.content #contact form .field.header.held { margin-top: 45px; }
.content #contact form .field.header.vakjes { position: relative; margin-top: -30px; }
.content #contact form .field.header.vakjes h2 { font-size: 1em; }
.content #contact form .field.header.hint { display: flex; justify-content: center; margin: 0; margin-top: -3px; padding: 15px 0; width: 30%; border-top: 3px solid #e7dfdc; border-bottom: 3px solid #e7dfdc; }
.content #contact form .field.header.hint h2 { }
.content #contact form .field.header.hint h2.hint { margin: 0; font-size: 1em; }

.content #contact form .field.textfield.tekst,
.content #contact form .field.textfield.sokkel { margin: 0; margin-top: -3px; padding: 15px 0; width: 35%; border-top: 3px solid #e7dfdc; border-bottom: 3px solid #e7dfdc; }
.content #contact form .field label { }
.content #contact form .field label.tekst { }
.content #contact form .field label.tekst.text,
.content #contact form .field label.sokkel.text { justify-content: flex-end; padding-right: 10%; width: 80%; box-sizing: border-box; }
.content #contact form .field input { }
.content #contact form .field input.tekst { }
.content #contact form .field input.tekst.text,
.content #contact form .field input.sokkel.text { padding: 10px 0; width: 20%; text-align: center; border-radius: 3px; }
.content #contact form .field.textfield.tekst label.error,
.content #contact form .field.textfield.sokkel label.error { display: none!important; }

.content #contact form br {
    display: none;
}
.content #contact form label.error {
    position: absolute;
    display: inline-block;
    top: -10px;
    right: 15px;
    padding: 10px 30px;
    width: auto;
    color: #fff;
    line-height: 1;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 2px;
    box-sizing: border-box;
    opacity: 1;
    background-color: #3b4894;
}
.content #contact form label.error.checked {
    color: #9eceae;
    background-image: url('../../images/icons/form-checkmark.svg');
    background-repeat: no-repeat;
    background-size: 16px 16px;    
    width: 26px;
    padding-right: 0;
    background-position: 50% 50%;
    background-color: #9eceae;
}
.content #contact form label.error:after {
    content: "";
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3b4894;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.content #contact form label.error.checked:after {
    border-top-color: #9eceae;
}
.content #contact div.field.bc {
    display: none;
}
.content #contact form .btn.submit {
    margin-top: 60px;
}


/* SOCIALPLUGIN (unchecked css) */
.row.social {
    background: #e2f1f5;
}
#socialcontent {
    clear: both;
    padding-bottom: 2em;
    width: 102%;
    margin-left: -1%;
    display: flex;
    flex-wrap: wrap;
}
#socialcontent .item {
    width: 31.333%;
    margin: 1%;
    position: relative;
    overflow: hidden;
    background: #efefef;
}
#socialcontent .item .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #4267b2;
    display: flex;
    justify-content: center;
    align-items: center;
}
#socialcontent .item .icon svg {
    fill: #fff;
    width: 20px;
}
#socialcontent .item .item-content {
    padding: 30px;
    padding-bottom: 20px;
}
#socialcontent .item .info {
    font-size: 0.7em;
    padding: 30px;
    padding-top: 0;
    text-transform: lowercase;
}
#socialcontent .item .info a {
    color: #000;
}
#socialcontent .item .media-msg {
    width: 100%;
    min-width: 100%;
}
#socialcontent .item .media-msg img {
    width: 100%;
    display: block;
}


/* FOOTER */
#footer {
    background: #3b4894;
    padding: 60px 0;
    padding-top: 70px;
    text-align: center;
    position: relative;
}
#footer,
#footer a,
#footer a svg {
    color: #dfd4d0;
    fill: #dfd4d0;
}
#footer li:hover a,
#footer li:hover svg,
#footer li .back-to-top:hover  {
    color: #e9633c;
    fill: #e9633c;
    cursor: pointer;
}
#footer #footer-container {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#footer #footer-container .footer-logo,
#footer #footer-container .footer-lvc-logo {
    margin: 20px 0;
}
#footer #footer-container .footer-logo {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#footer #footer-container .footer-lvc-logo {
    display: flex;
    justify-content: center;
    width: 100px;
    margin: 30px auto 25px auto;
}
#footer #footer-container .footer-lvc-logo .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}
#footer #footer-container .footer-lvc-logo .logo img {
    width: 100px;
    width: 120px;
}
#footer #footer-container .footer-lvc-logo .logo.lvc {
    /*margin-left: 40px;*/
}
#footer #footer-container .footer-lvc-logo .logo.lvc a {
    display: flex;
    flex-direction: column;
}
#footer #footer-container .footer-lvc-logo .logo.lvc a img:nth-of-type(2) {
    position: relative;
    margin-top: -13px;
    margin-left: -25px;
}
#footer #footer-container .line {
    font-size: .8em;
    line-height: 1.3;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10px;
}
#footer #footer-container .line svg {
    display: inline-block;
    width: 19px;
    height: 19px;
    transform: translateY(4px);
    margin-left: 10px;
}
#footer #footer-container .line.credit { 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#footer #footer-container .line.credit a {
    color: #6071ba;
}
#footer #footer-container .line.credit a {
    color: #6071ba;
}
#footer #footer-container .line a:hover {
    opacity: 0.5;
}
#footer #footer-container .line.credit a svg {
    position: relative;
    top: -2px;
    margin: 0 10px 0 10px;
    fill: #dfd4d0;
}
#footer #footer-container .line.credit a.cbx svg {
    width: auto; height: 17px;
}
#footer #footer-container .line.credit a.dv svg {
    width: auto; height: 15px;
}


/* SOCIAL BUTTONS FOOTER EN MENU */
ul.social-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
ul.social-buttons li {
    margin: 0px 3px;
}
ul.social-buttons a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;  
    cursor: pointer;  
}
ul.social-buttons a svg {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#menu .socials {
    
}
#menu .socials ul.social-buttons {
    justify-content: flex-start;
    width: 100%;
    margin-left: -3px;
}
#menu .socials ul.social-buttons a svg {
    fill: #3b4894;
}
#menu .socials ul.social-buttons a:hover svg {
    fill: #b34ca3;
}


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

}


/* KIEK > jquery.kiek.css (lightweight image viewer by Cybox) */
#kiek {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    z-index: 11;
    text-align:center;
    background-image: url('../../images/icons/loading.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:32px 32px;
}
#kiek img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -25%;
    display: none;
    max-width:100%;
    max-height:100%;
    cursor: pointer;
}
#kiek iframe {
    z-index: 13;
}
#kiek-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.99;
    opacity: 1;
    z-index: 9;
    border-radius: 3px;
    cursor: pointer;
}
#kiek-close {
    position: fixed;
    z-index: 999999999999999;
    right: 45px;
    top: 40px;
    text-align: center;
    font-size: 16px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    color: transparent;
    background-image: url('../../images/icons/close.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor:pointer;
    display: block
}
/*#kiek-close:hover {
    background-size: 35px 35px;
}*/
#kiek-close span.kiek-close {
    display: block;
    width: 60px;
    height: 60px;
}
#kiek-title {
    position: fixed;
    z-index: 99999999999;
    left: 0;
    bottom: 3.5%;
    width: 100%;
    text-align: center;
    font-size: 1em;
    cursor:pointer;
    pointer-events: none;
    display: none; /* i don't like this */
}
div#kiek-left,
div#kiek-right {
    position: fixed;
    height: 100%;
    top:0;
    z-index: 12;
    cursor:pointer;
    text-align: center;
    width: 150px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: transparent;
}
/*div#kiek-left:hover,
div#kiek-right:hover {
    background-size: 35px 35px;
}*/
div#kiek-left {
    left:0px;
    background-image: url('../../images/icons/arrow-left.svg');
}
div#kiek-right {
    right: 0px;
    background-image: url('../../images/icons/arrow-right.svg');
}
div#kiek-close span.kiek-close {
    cursor: pointer;
}


/* CLOSE OVERLAY */
#close-overlay /* overlay that closes slideouts: menu, search, language */ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 600ms ease-in-out;
}
#close-overlay.active {
    cursor: pointer;
    pointer-events: all;
    opacity: .5;
}


/* SEARCH (OVERLAY) */
#search {
    box-sizing: border-box;
    /*padding: 15px 20px;*/
    overflow-y: auto;
    /*display: block;*/
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 30px;
    transform: translateX(-100%);
    transition: transform 600ms cubic-bezier(0.76, 0, 0.24, 1);    
}
#search.active {
    transform: translateX(0);
}
#search input {
    display: block;
    width: calc(100%);
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    border: 0;
    appearance: none;
    background: #efefef;
    padding: 10px 15px;
    margin-bottom: 30px;
}
#search ul.list {
    line-height: 1.5;
}
#search ul.list li a {
    display: block;
    color: #000;
    margin: 30px 0;
}
#search ul.list li a:hover {
    color: #e9633c;
}
#search ul.list li strong {
    display: block;
}
#search ul.list li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.close-menus {
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #efefef;
    border-radius: 40px;
}
.close-menus svg {
    fill: #000;
    width: 20px;
    height: 20px;
}


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




#loginnotice {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
#loginnotice p {
    width: 100%;
    text-align: center;
}
#loginnotice img {
    margin: 0 auto;
    width: 300px;
    display: block;
    margin-bottom: 30px;
}

/* CHAT VENSTER MAART 2022*/

.chat-cta { position: fixed; bottom: 50px; right: 50px; line-height: 1; filter: drop-shadow(0 0 20px rgba(0,0,0,.2)); width: 330px;}
.chat-cta {position:fixed;bottom:0;right:50px;line-height:1; z-index: 98;filter:drop-shadow(0 0 20px rgba(0,0,0,.2));width:330px}
.chat-cta.hidden {opacity:0;pointer-events:none}
.chat-cta .chat-cta-trigger {display:flex;border-radius:40px;background:#e0ad39;color:#fff;padding:20px;padding-bottom:20px;padding-left:52px;line-height:1;font-size:.8em;cursor:pointer;position:relative;white-space:nowrap;font-weight:400; }
.chat-cta .chat-cta-trigger { display: flex; border-radius: 40px; background:#fff;color:#000; padding: 20px; padding-bottom: 20px; padding-left: 52px; line-height: 1; font-size: .8em; cursor: pointer; position: relative; white-space: nowrap; font-weight: 400; }
.chat-cta .chat-cta-trigger .chat-cta-trigger-photo { position: absolute; width: 70px; height: 70px; background: #ccc; left: -30px; top: 50%; border-radius: 50%; overflow: hidden; background-image: url("../../images/avatar.png"); background-size: cover; background-position: 50% 50%; transform: translateY(-50%); }
/*.chat-cta .chat-cta-trigger .chat-cta-trigger-photo:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; opacity: 0; visibility: hidden; transform: rotate(0); transition: all ease 0.15s; background-color: rgb(122,193,66,0.75); background-image: url("../../images/icons/arrow-up-w.svg"); background-position: center; background-size: 50%; background-repeat: no-repeat; }
.chat-cta .chat-cta-trigger:hover .chat-cta-trigger-photo:before { opacity: 1; visibility: visible; }
.chat-cta.active .chat-cta-trigger .chat-cta-trigger-photo:before { transform: rotate(180deg); }*/
.chat-cta .chat-cta-trigger .chat-cta-trigger-icon {position:absolute;top:115px;right:20px;width:30px;height:30px;border-radius:30px}
.chat-cta .chat-cta-trigger svg {fill:#666;width:12px;height:12px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.chat-cta .chat-cta-trigger .chat-cta-trigger-icon .chat-cta-trigger-close:hover svg {fill:#000}
.chat-cta .chat-cta-form { height: 0!important; transition: all ease 0.75s; }
.chat-cta.active .chat-cta-form { height: 350px!important; }
.chat-cta .chat-cta-form {padding:0;background:#fff;margin-top:50px;color:#000;box-sizing:border-box;overflow:hidden;height:0;font-size:.7em;line-height:1.5;width:96%}
.chat-cta .chat-cta-form .intro {padding:20px 20px;background:#ff0;color:#000;font-weight:500;text-align:center;display:none}
.chat-cta .chat-cta-form form {padding:40px}
.chat-cta .chat-cta-form #cta-form .field {display:block;position:relative;margin-bottom:10px}
.chat-cta .chat-cta-form #cta-form .field:last-of-type {margin-bottom:0}
.chat-cta .chat-cta-form #cta-form .field.bc {display:none}
.chat-cta .chat-cta-form #cta-form textarea,
.chat-cta .chat-cta-form #cta-form input {display:block;font-size:inherit;font-family:inherit;width:100%;margin:5px 0;border:0px solid #dcdcdc;background:#e7dfdc;padding:10px;border-radius:3px;box-sizing:border-box;-webkit-appearance:none}
.chat-cta .chat-cta-form #cta-form input[type=submit] { background: #b34ca3; color: #fff; padding: 15px 25px; margin: 0 auto; width: auto; font-size: 1.2em; cursor: pointer; margin-top: 30px; border-radius: 0px; -webkit-appearance: none; border: 0px solid #dcdcdc; font-weight: 900; text-transform: uppercase; color: #fff; border-bottom: 4px solid #e9633c; }
.chat-cta .chat-cta-form #cta-form input[type=submit]:hover { background: #9eceae; }
.chat-cta .chat-cta-form #cta-form textarea {min-height:80px;max-height:300px;max-width:100%;resize:none; }
.chat-cta .chat-cta-form #cta-form label {display:none; font-size:.8em;width:100%; }
.chat-cta .chat-cta-form #cta-form label.error {position:absolute;bottom:0;overflow:hidden;right:-10px;width:5px;height:5px;border-radius:5px;background:red;color:transparent; }
.chat-cta .chat-cta-form #cta-form label.error.checked {background:#74bc1f; }
.chat-cta .chat-cta-form a.whatsapp { font-size: 14.56px; color: #666; display: block; padding: 8px 20px 22px 20px; background: #efefef; text-align: center; line-height: 1; font-weight: 400; }
.chat-cta .chat-cta-form a.whatsapp:hover { color: #000; }
.chat-cta .chat-cta-form a.whatsapp span { font-weight:700; color:#000; }
.chat-cta .chat-cta-form a.whatsapp svg { fill:#000; margin:0 5px; margin-left:7px; transform:translateY(7px); width:16px; }
#thankyou,
#contact_thanks { text-align: center; margin: 1em 0; margin-top: 30px; margin-bottom: 32px; }
#thankyou { padding: 0 2em; font-size: 1.3em; line-height: 1.4; }
#contact_thanks { padding: 30px 2em; }
span.wysiwyglabel { display: none; }

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

    .chat-cta {
        width: calc(100% - 60px);
        right: 15px;
        bottom:  -25px;
    }
}

.maintenance {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 900;
    text-transform: uppercase;
}
