:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px #54c143;
}
input:focus-visible {
    box-shadow: none;
}

/* 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; 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 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; }


/* BASICS */
html, body {
    height: auto;
}
body {
    --background: #fff;
    --accents: #efefef;
    --accents2: #efefef;
    --main: #231f20;
    --primarycta: #999;
    --secondarycta: #999;
    --dark: #666;
    --error: #f00;
    --confirm: #54c141;

    --colorfilter1: brightness(0) saturate(100%) invert(84%) sepia(49%) saturate(434%) hue-rotate(36deg) brightness(83%) contrast(90%); /* like --color1? */
    --colorfilter2: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(0%) hue-rotate(66deg) brightness(104%) contrast(100%); /* standard: white */
    
    background: var(--background);
    color: var(--main);
    font-family: "Karla", sans-serif;
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: scroll;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    color: var(--primarycta);
}
a:hover {
    color: var(--secondarycta);
}
/* ADD SOME TYPE */
/*.unbounded,
.row.row-image-text .content .page_content h2 {
    font-family: "Unbounded";
    font-weight: 800!important;
    text-transform: uppercase;
    font-size: 23px!important;
}
.row.row-image-text .content .page_content h2 {
    font-size: 32px!important;
}*/
/* external links w/ an icon */
#credits a[target=_blank] {
    display: flex;
    align-items: center;
}
.page_content p a[target=_blank]:not(.btn):after,#credits a[target=_blank]:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7454%) hue-rotate(171deg) brightness(118%) contrast(105%);
    background-image: url('/images/icons/external-link.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    transform: translateY(4px);
    margin-left: 5px;
}
#credits a[target=_blank]:after {
    transform: translateY(0);
}
.page_content p a[target=_blank]:not(.btn):after {
    filter: brightness(0) saturate(100%) invert(67%) sepia(1%) saturate(0%) hue-rotate(196deg) brightness(92%) contrast(87%);
}
.row.dark .page_content p a[target=_blank]:not(.btn):after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7454%) hue-rotate(171deg) brightness(118%) contrast(105%);
}
/* filterke voor imgs */
.colorize {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7454%) hue-rotate(171deg) brightness(118%) contrast(105%);
}
/* the wrapper */
#wrapper {
    position: relative;
}
/* OVERALL TITLES */
h1 {
    font-weight: 700;
}
h2,h3 {
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 27px;
    padding-right: 5%;
}
h2.large {
    font-size: 1.1em;
    padding-bottom: 0px;
}
h2 strong {
    font-weight: 900;
}
h2 em {
    vertical-align: top;
    font-size: .5em;
    font-style: normal;
    transform: translateX(5px) translateY(3px);
    display: inline-block;
}
/* BUTTONS */
.btn,.powers .item .btn,.formholder .btn:hover,.elements .element a.btn {
    padding: 16px 30px;
    padding-bottom: 18px;
    border: 0;
    display: inline-block;
    background: var(--main);
    color: var(--background);
    line-height: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    font-family: inherit;
    cursor: pointer;
    width: auto;
    font-size: 1em;
    font-weight: 400;
    border-radius: 35px!important;
    text-decoration: none!important;
    position: relative;
}
.elements .element .btn {
    padding-left: 25px;
    padding-right: 25px;
}
.powers .item:hover .btn,.formholder .btn:hover,.btn:hover, .btn.alt {
    background-color: #666;
    color: #fff;
}
.powers .item a {
    opacity: 1;
    transition: opacity ease 0.1s;
}
.powers .item:not(:last-of-type):hover a,
.btn.alt:hover {
    opacity: 0.6;
}

.row.row-image-text .content .page_content a.btn {
    background-color: #fff;
    color: var(--main);
}
.row.row-image-text .content .page_content a.btn:hover {
    background-color: var(--accents);
    color: var(--main);
}
.btn.grey {
    opacity: 0.5;
    background: var(--accents);
    color: var(--main);
}
a.btn[target=_blank]:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7454%) hue-rotate(171deg) brightness(118%) contrast(105%);
    background-image: url('/images/icons/external-link.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    transform: translateY(4px);
    margin-left: 8px;
    margin-right: -5px;
}
/* HEADER (NOT FOLDOUTMENU!) */
#header {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 9;
    padding-top: 0px;
    border: 0px dashed magenta;
    box-sizing: border-box;
    border: 0px dashed #f00;
    top: 0px;
}
body.subpage #header {
    background: var(--main);
}
body.subpage.__power #header,body.subpage.__team #header,body.subpage.__contact #header, body.subpage.__cases #header, body.subpage.__diensten #header  {
    background: transparent;
}
.headerafter {
    display: none;
}

    /*
    body.__cases #header {
        position: fixed;
        transition: height 1000ms ease-out;
        transition-delay: 100ms;
    }
    body.__cases #header:after {
        content: "";
        height: 0%;
        width: 100%;
        background: var(--main);
        position: absolute;
        left: 0;
        top:0;
        z-index: 1;
        transition: height 300ms ease-out;
        transition-delay: 0ms;
    }
    body.__cases.scroll #header {
        height: 90px;
    }
    body.__cases.scroll #header:after {
        height: 100%;
        transition-delay: 0ms;
    }
    body.__cases #header #logo img {
        height: 35px;
    }
    */


#header #header-container {
    max-width: 1400px;
    width: 85%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0px dashed magenta;
    z-index: 2;
}
#header #logo {
    position: relative;
}
#header #logo a {
    display: block;
}
#header #logo img {
    height: 40px;
    display: block;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(341deg) brightness(102%) contrast(104%);
}
#header #menu-desktop #menu-desktop-items {
    display: flex;
    column-gap: 40px;
    font-size: 1.2em;
}
#header #menu-desktop #menu-desktop-items a {
    color: var(--background);
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
/*body.__power #header #menu-desktop #menu-desktop-items a,*/
/*body.normalpage #header #menu-desktop #menu-desktop-items a,body.userforms #header #menu-desktop #menu-desktop-items a {
    color: var(--main);
}
*/
#header #nav-buttons {
    display: none;
}
#header #menu-desktop #menu-desktop-items li {
    position: relative;
}
#menu-desktop #menu-desktop-items li a .menu-line {
    content: "";
    width: 0%;
    height: 3px;
    background: var(--background);
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: width 300ms cubic-bezier(0.37, 0, 0.63, 1);
    border-radius: 2px;
}
#header #menu-desktop #menu-desktop-items li.active a .menu-line,
#header #menu-desktop #menu-desktop-items li a:hover .menu-line,
body.__power #header #menu-desktop #menu-desktop-items li:nth-of-type(2) a .menu-line {
    width: 100%;
    right: auto;
    left: 0;
}
/*body.__power #menu-desktop #menu-desktop-items li a .menu-line,*/
/*body.normalpage #menu-desktop #menu-desktop-items li a .menu-line,body.userforms #menu-desktop #menu-desktop-items li a .menu-line {
    background: var(--main);
}
*/
/* DROPDOWN */
#header #menu-desktop #menu-desktop-items li.hassub:after /* hoversafe.. */
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
}
#header #menu-desktop #menu-desktop-items li.hassub ul {
    position: absolute;
    left: -30px;
    top: 65px;
    background: var(--main);
    opacity: 0;
    white-space: nowrap;
    padding: 20px 30px;
    padding-bottom: 30px;
    pointer-events: none;
    /* border-radius: 5px;
    */
    margin-top: -30px;
    transition: margin 300ms;
}
/*body.__power #header #menu-desktop #menu-desktop-items li.hassub ul {
    background: var(--background);
}
*/
#header #menu-desktop #menu-desktop-items li.hassub ul:before {
    content: "";
    width: 10px;
    height: 6px;
    background: var(--main);
    position: absolute;
    left: 50px;
    top: -5px;
    clip-path: polygon(49% 0, 0% 100%, 100% 100%);
}
/*body.__power #header #menu-desktop #menu-desktop-items li.hassub ul:before {
    background: var(--background);
}
*/
#header #menu-desktop #menu-desktop-items li.hassub:hover ul {
    pointer-events: all;
    margin-top: 0;
}
#header #menu-desktop #menu-desktop-items li.hassub:hover ul {
    opacity: 1;
}
#header #menu-desktop #menu-desktop-items li.hassub ul li {
    font-size: .7em;
}
#header #menu-desktop #menu-desktop-items li.hassub ul li:nth-of-type(1),#header #menu-desktop #menu-desktop-items li.hassub ul li:nth-of-type(2),#header #menu-desktop #menu-desktop-items li.hassub ul li:nth-of-type(3),#header #menu-desktop #menu-desktop-items li.hassub ul li:nth-of-type(4),#header #menu-desktop #menu-desktop-items li.hassub ul li:nth-of-type(5) {
    font-size: .9em;
}
#header #menu-desktop #menu-desktop-items li.hassub ul li:nth-of-type(5) {
/*    margin-bottom: 7px;*/
}
#header #menu-desktop #menu-desktop-items li.hassub ul li a {
    font-weight: 400;
    color: var(--background);
}
#header #menu-desktop #menu-desktop-items li.hassub ul li a:hover,#header #menu-desktop #menu-desktop-items li.hassub ul li.active a {
    opacity: .3;
}
/*body.__power #header #menu-desktop #menu-desktop-items li.hassub ul li a {
    color: var(--main);
}
*/
@media screen and (max-width: 1100px) {
    #menu-desktop #menu-desktop-items li a .menu-line {
        height: 3px;
    }
}
@media screen and (max-width: 500px) {
    #header #menu-desktop #menu-desktop-items {
        display: none;
    }
    #header #nav-buttons {
        display: flex;
    }
}
/* ROWS */
.row {
    padding: 100px 0;
    padding-top: 100px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    border: 0px dashed magenta;
}
.row.dark {
    background: var(--main);
    color: var(--background);
}
.row.beforescrollfix:before {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--main);
    position: absolute;
    left: 0;
    top: -2px;
}
body.__cases .row.beforescrollfix:before {
    display: none;
}
/* ROW WITH SLIDER */
.row.row-slider {
    padding: 0;
    z-index: 3;
    padding: 30px 0;
}
.row.row-slider.people:after {
    content: "";
    width: 100%;
    height: 50%;
    background: var(--main);
    position: absolute;
    left: 0;
    bottom: 0;
}
/* ROWS > CONTENT */
.row .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1400px;
    width: 85%;
    margin: 0px auto;
    column-gap: 90px;
    position: relative;
    border: 0px dashed magenta;
}
/* ROWS > CONTENT > STUFF ON THE PAGES */
.row .content .page_content {
    width: 100%;
    box-sizing: border-box;
    order: 1;
}
.row .content .page_content.center {
    text-align: center;
}
.row .content .page_content.page_content_flex {
    display: flex;
    flex-direction: column;
    row-gap: 120px;
}
.row .content .page_content.page_content_flex .flex_block {
    display: flex;
    column-gap: 90px;
    align-items: flex-start;
    position: relative;
}
body.__home .row .content .page_content.page_content_flex .flex_block {
}
body.__home .row .content .page_content.page_content_flex .flex_block:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
body.__contact .row .content .page_content.page_content_flex .flex_block,body.__power .row .content .page_content.page_content_flex .flex_block {
    align-items: flex-start;
    column-gap: 0;
}
.row .content .page_content.page_content_flex .flex_block:nth-of-type(even) .text_block {
    order: 1;
}
.row .content .page_content.page_content_flex .text_block {
    box-sizing: border-box;
    width: 50%;
    order: 1;
}
body.__contactX .row .content .page_content.page_content_flex .text_block,body.__power .row .content .page_content.page_content_flex .text_block {
    padding-left: 90px;
    width: 60%;
}
.row .content .page_content.page_content_flex .text_block .sub_text_block {
    margin-bottom: 50px;
    padding-right: 50px;
    border-bottom: 3px solid var(--accents);
    padding-bottom: 50px;
}
.row .content .page_content.page_content_flex .text_block .sub_text_block:last-of-type {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.row .content .page_content.page_content_flex .media_block {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    order:0;
}
body.__contact .row .content .page_content.page_content_flex .media_block.stickyform,body.__power .row .content .page_content.page_content_flex .media_block.stickyform {
    padding: 0px;
    background: var(--main);
    color: var(--background);
    width: 40%;
    border-radius: 10px;
    position: sticky;
    top: 50px;
}
body.__contact .row .content .page_content.page_content_flex .media_block.stickyform .formholder,body.__power .row .content .page_content.page_content_flex .media_block.stickyform .formholder {
    padding: 50px;
    /* padding-top: 0;
    */
    width: 100%;
    box-sizing: border-box;
}
.row .content .page_content.page_content_flex .media_block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row .content .page_content.page_content_flex .media_block .media {
    width: 100%;
    height: 100%;
}
/* OVERALL downloads/links */
.content .links {
    margin-top: 2em;
}
a.file,a.link {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    color: var(--main);
}
a.link svg,a.file svg {
    fill: var(--primarycta);
    width: 16px;
    display: inline-block;
    margin-right: 20px;
    transform: translateY(5px);
}
a.link:hover,a.file:hover {
    color: var(--primarycta);
}
.row.normalpage.first {
    padding-top: 180px;
    min-height: 100vh;
    background: var(--background);
}
.row.normalpage h1 {
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: 30px;
}
.row.normalpage .content {
    column-gap: 50px;
    min-height: 700px;
    max-width: 800px;
}
.row.normalpage h2 {
    font-size: 1.2em;
    max-width: 100%;
    padding-bottom: 10px;
}
.row.normalpage .page_content a {
    text-decoration: underline;
}
.row.normalpage .content .page_content {
    background: var(--accents);
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 700px;
}
.row.normalpage .content .page_content .page_content_txt {
    padding: 50px;
}
.row.normalpage .content .page_content.hasmedia {
    /* width: 50%;
    */
}
.row.normalpage .content .page_content .btn {
    margin-top: 30px;
}
.row.normalpage .content .page_content .form {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 50px;
}
.row.normalpage .content .page_content p {
    margin-bottom: 1.4em;
}
.row.normalpage .content .page_content p:last-of-type {
    margin-bottom: 0em;
}
/* SUBMENU */
#submenu {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    /* = some forcing in general template */
    background: var(--accents);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: .8em;
    color: var(--background);
}
#submenu ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
#submenu ul li {
    line-height: 1.1;
}
#submenu ul li:last-of-type {
    margin-bottom: 0;
}
#submenu ul li a {
    color: var(--main);
    display: block;
}
#submenu ul li.parent a{
    font-weight: bold;
}
#submenu ul li ul {
    margin: 5px 0;
    margin-top: 10px;
    margin-left: 15px;
}
#submenu-trigger {
    display: none;
}
#submenu ul li a:hover {
    color: var(--primarycta);
}
#submenu ul li.parent.active a,#submenu ul li.active a.master,#submenu ul li.active ul li.subactive a {
    color: var(--primarycta);
}
/* MAPS */
.row.row-maps {
    padding: 0;
}
#map_canvas {
    height: 800px;
}
/* MAILSTAGE */
#ms-success {
    display: none;
}
#ms-fail {
    display: none;
}
#mailstage {
}
/* 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 */
#notfication-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;
}
#notfication-wrapper.hidden {
    opacity: 0;
}
#notfication-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;
}
/* GMAPS */
a[rel="noopener"],.gm-style-cc {
    display: none!important;
}




