/* AC.CSS */

/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ global ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Rokkitt:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:200,300,400,600,700,900');

* {
    z-index: 10;
    margin: 0;
    padding: 0;
}

body, p {
    font-family: 'Rokkitt', serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    z-index: 10;
}
body {
    margin: 0;
    padding: 0;
    margin-top: 100vh;
}
body.noscroll {
    overflow: hidden;
    margin-right: 15px;
}
body#page_team {
    margin-top: 750px;
}
body#page_portfolio {
    margin-top: 300px;
    margin-top: 200px;
}
body#page_home,
body#page_over_ons,
body#page_team,
body#page_standaard {
    margin-top: calc(100vh + 100px);
}

.container {
    position: relative;
    z-index: 12;
}
.body_background {
    z-index: 0;
    background: radial-gradient(#444, #222);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.body_background_img {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100vw;
    min-height: 100vh;
    height: auto;
}
body .back_to_top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    fill: #333;
    z-index: 60;
    height: 80px;
    width: 85px;
    filter: drop-shadow(2px 4px 6px black);
    -webkit-filter: drop-shadow(2px 4px 6px black);
    -moz-filter: drop-shadow(2px 4px 6px black);
    opacity: 0;
    transition: opacity 0.3s linear;
}
body .back_to_top.manifest {
    opacity: 1;
}
body .back_to_top:hover {
    fill: #ffbf00;
    cursor: pointer;
}
h1, h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #777;
    margin: 20px 0px;
    text-transform: uppercase;
}
h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffbf00;
    margin: 15px 0px;
    text-align: center;
}
p {
    line-height: 1.8;
    margin: 25px 0px;
    text-align: justify;
}
body#page_portfolio h1 {
    text-align: center;
}
.onderaan_uitlijnen {
    display: flex;
    align-items: flex-end;
}
a {
    color: #ffbf00;
}
a:hover {
    color: #777;
    text-decoration: none;
}
ul {
    list-style: none;
    margin-top: -25px;
    margin-bottom: 35px;
    margin-left: 30px;
}
ul li::before {
    content: "\26AC";
    color: #ffbf00;
    font-weight: bold;
    display: block;
    width: 1em;
    margin-left: -1em;
}
.animatie {
    transition: 0.3s opacity linear, 0.3s transform linear, margin-top 0.3s linear;
    -webkit-transition: 0.3s opacity linear, 0.3s transform linear, margin-top 0.3s linear;
    -moz-transition: 0.3s opacity linear, 0.3s transform linear, margin-top 0.3s linear;
    opacity: 0 !important;
    transform: scale(0.9) !important;
/*    margin-top: 100px !important; */
}
.animatie_rolluik {
    transition: 0.3s opacity linear, height 0.3s linear;
    -webkit-transition: 0.3s opacity linear, height 0.3s linear;
    -moz-transition: 0.3s opacity linear, height 0.3s linear;
    opacity: 0 !important;
    height: 0 !important;
}
.zichtbaar {
    opacity: 1 !important;
    transform: scale(1) !important;
/*    margin-top: 0 !important; */
}
.animatie_rolluik.zichtbaar {
    height: 50vh !important;
}
#page_standaard #link_terug {
    margin: 0;
}
#page_standaard .terug_naar_portfolio {
    position: relative;
    border: 2px solid #777;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 20px;
    color: #777;
    text-transform: uppercase;
    font-weight: 500;
/*    margin: 10px 15px; */
}
#page_standaard .terug_naar_portfolio:hover {
    text-decoration: none;
    border-color: #ffbf00;
    color: #ffbf00;
}

@media (min-width: 768px) {
    h1, h3 {
        font-size: calc(21px + 9px);
    }
    h2 {
        font-size: calc(16px + 9px);
        text-align: left;
    }
    body, p {
        font-size: calc(16px + 3px);
    }
    p {
        margin: 35px 0px;
        text-align: left;
    }
    body#page_team {
        margin-top: 650px;
    }
    #page_standaard .terug_naar_portfolio {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    body#page_team {
        margin-top: 800px;
    }
}
@media (min-width: 1200px) {
    body#page_team {
        margin-top: 900px;
    }
}
@media (min-width: 2500px) {
    h1, h3 {
        font-size: calc(21px + 12px);
    }
    h2 {
        font-size: calc(16px + 12px);
        text-align: left;
    }
    body, p {
        font-size: calc(16px + 6px);
    }
    p {
        margin: 45px 0px;
    }
}


section {
    margin: 100px 0;
    position: relative;
}



/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ menu ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

.header_logo_container {
    height: 117px;
    height: 100px;
    height: 120px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 25;
    width: auto;
    transition: background 0.5s linear, box-shadow 0.5s linear, height 0.5s linear;
}
.header_logo_container.solid {
    transition: background 0.5s linear, box-shadow 0.5s linear, height 0.5s linear;
}
.header_logo_container .logo {
    height: 100%;
    width: auto;
}

.menu_balk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 90px;
    z-index: 20;
    transition: background 0.5s linear, box-shadow 0.5s linear;
}
.menu_balk.solid {
    background: rgba(240,240,240,0.90);
    box-shadow: 0 0 15px 10px rgba(0,0,0,0.5);
    transition: background 0.5s linear, box-shadow 0.5s linear;
}
.menu_balk .container {
    height: 100%;
    overflow: hidden;
/*    border: 1px dashed green; */
    max-width: 90%;
}
.menu_balk .container .header_logo_container {
    width: 170px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
}
.menu_balk .container .header_logo_container a {
    display: flex;
    height: 100%;
    justify-content: center;
}
.menu_balk .container .header_logo_container a img.logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.menu_balk .container .header_logo_container a:hover {
    text-decoration: none;
    cursor: pointer;
}
.menu_balk .container .menu_social_links_container {
    width: 192px;
    height: 15px;
    position: absolute;
    display: flex;
    transform: initial;
    justify-content: flex-end;
    right: 60px;
    bottom: 25px;
    padding-right: 10px;
    display: none;
}
.menu_balk .container .menu_social_links_container .social_link {
    line-height: 1;
}
.menu_balk .container .menu_social_links_container a svg {
    fill: #888;
    height: 15px;
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.menu_balk .container .menu_social_links_container a svg:hover {
    fill: #ffbf00;
    cursor: pointer;
}
.menu_balk .container .responsive_menu_link {
    position: absolute;
    top: 16px;
    right: 15px;
    height: 28px;
    width: 34px;
    top: 50%;
    transform: translateY(-50%);
}
.menu_balk .container .responsive_menu_link #menu_icon,
.menu_balk .container .search_link #zoeken_icon {
    fill: #888;
}
.menu_balk .container .responsive_menu_link:hover #menu_icon,
.menu_balk .container .search_link:hover #zoeken_icon {
    fill: #ffbf00;
    cursor: pointer;
}
.menu_balk .container .search_link {
    position: absolute;
    top: 13px;
/*    left: 15px; */
    right: 64px;
    height: 33px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile_menu {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    background: radial-gradient(#444, #222);
    overflow: hidden;
    transition: top 0.2s linear;
    
}
.mobile_menu.manifest {
    transition: top 0.2s linear;
    top: 0;
}
.mobile_menu .mobile_menu_background_img {
    z-index: 41;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100vw;
    min-height: 100vh;
    height: auto;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.mobile_menu .sluiten_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    fill: #888;
    z-index: 50;
}
.mobile_menu .mobile_menu_items_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 50;
    text-align: center;
}
.mobile_menu .mobile_menu_items_container .menu_social_links_container {
    width: 192px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.mobile_menu .mobile_menu_items_container .menu_social_links_container .social_link {
    line-height: 1;
}
.mobile_menu .mobile_menu_items_container .menu_social_links_container a svg {
    fill: #888;
    height: 15px;
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.mobile_menu .mobile_menu_items_container .menu_social_links_container a svg:hover {
    fill: #ffbf00;
    cursor: pointer;
}
.mobile_menu .mobile_menu_items_container .menu_logo {
    width: 192px;
    height: 30px;
    margin: 30px auto;
}
.mobile_menu .mobile_menu_items_container .menu_logo a #sticky {
    fill: #fff;
}
.mobile_menu .mobile_menu_items_container .menu_logo a #wall {
    fill: #ffbf00;
}

.mobile_menu .mobile_menu_items_container .mobile_menu_items ul {
    list-style: none;
    line-height: 30px;
    margin: 0;
}
.mobile_menu .mobile_menu_items_container .mobile_menu_items ul li {
    margin: 15px 0;
    display: block;
}
.mobile_menu .mobile_menu_items_container .mobile_menu_items ul li::before {
    content: "";
}
.mobile_menu .mobile_menu_items_container .mobile_menu_items ul li a {
    line-height: 30px;
    font-family: 'Rokkitt', serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    color: #888;
}
.mobile_menu .mobile_menu_items_container .mobile_menu_items ul li a svg {
    fill: #888;
    height: 25px;
    width: 25px;
}
.mobile_menu .mobile_menu_items_container .mobile_menu_items ul li.active a,
.mobile_menu .mobile_menu_items_container .mobile_menu_items ul li.active a svg {
    color: #ffbf00;
    fill: #ffbf00;
}
.menu_balk .container .menu_items {
    display: none; 
    position: absolute;
    top: 20px;
    line-height: 30px;
    right: 60px;
}
.menu_balk .container .menu_items ul {
    list-style: none;
    line-height: 30px;
    display: flex;
    margin: 0;
}
.menu_balk .container .menu_items ul li {
    margin: 0 15px;
}
.menu_balk .container .menu_items ul li:before {
    content: "";
}
.menu_balk .container .menu_items ul li a {
    line-height: 30px;
    font-family: 'Rokkitt', serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: justify;
    cursor: pointer;
    text-decoration: none;
    color: #888;
}
.menu_balk .container .menu_items ul li a svg {
    fill: #888;
    height: 25px;
    width: 25px;
}
.menu_balk .container .menu_items ul li.active a,
.menu_balk .container .menu_items ul li.active a svg {
    color: #ffbf00;
    fill: #ffbf00;
}
.menu_balk .container .menu_items ul li:hover a,
.menu_balk .container .menu_items ul li:hover a svg {
    color: #ffbf00;
    fill: #ffbf00;
    text-decoration: none;
}

@media (min-width: 400px) {
    .menu_balk .container .header_logo_container {
         width: 200px;
    }
}
@media (min-width: 768px) {
    .menu_balk .container .menu_logo {
        left: 0;
        transform: initial;
    }
    .menu_balk .container .search_link {
        left: initial;
        right: 64px;
    }
    .menu_balk .container .header_logo_container {
        left: 0;
        transform: initial;
    }
    .menu_balk .container .header_logo_container a {
        justify-content: flex-start;
    }
}

@media (min-width: 900px) {
    .header_logo_container {
        height: 235px;
        height: 190px;
        height: 180px;
        position: fixed;
    }
    .header_logo_container.solid {
        height: 182.5px;
        height: 165px;
        height: 120px;
        background: rgba(240,240,240,0.90);
        box-shadow: 0 0 15px 10px rgba(0,0,0,0.5);
    }
}

@media (min-width: 1200px) {
    .menu_balk .container .responsive_menu_link {
        display: none;
    }
    .menu_balk .container .menu_items {
        display: block;
    }
    .menu_balk .container .mobile_menu {
        display: none;
    }
    .menu_balk .container .menu_social_links_container {
        display: flex;
    }
    .menu_balk .container .search_link {
        left: initial;
        right: 0px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ header ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header .container .titels .header_titel {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #777;
    margin: 20px 0px;
    text-transform: uppercase;
}
header .container .titels .header_subtitel {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffbf00;
    margin: 15px 0px;
    text-align: center;
}
header img.header_background_img {
    z-index: 11;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    object-fit: cover;
}
header .header_video {
    position: absolute;
    height: 100%;
    width: 100%;
}
header .header_video:before {
    background-image: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7) 90%);
    z-index: 15;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
}
header .home_slider .home_header_slide {
    position: relative; 
    height: 100vh; 
    overflow: hidden;
    transform: scale(1.1) translate(0,0);
    transition: 8s transform linear;
}
header .home_slider .slick-active .home_header_slide {
    transform: scale(1.3) translate(-5%,-2%);
    transition: 8s transform linear;
}
header .home_slider .home_header_slide:before {
    display: none;
}
header .home_slider .home_header_slide .home_header_img {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    min-width: 101%; 
    min-height: 101%; 
    object-fit: cover;
}
header img.header_background_img.mobile {
    display: block;
}
header img.header_background_img.desktop {
    display: none;
}
header .scroll_down_icon {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    fill: #888;
    z-index: 19;
    height: 70px;
    width: 30px;
}
header .scroll_down_icon:hover {
    fill: #ffbf00;
    cursor: pointer;
}
@keyframes fader {
    0%   {opacity: 25%;}
    50%  {opacity: 100%;}
    100% {opacity: 25%;}
}
-webkit-@keyframes fader {
    0%   {opacity: 25%;}
    50%  {opacity: 100%;}
    100% {opacity: 25%;}
}
-moz-@keyframes fader {
    0%   {opacity: 25%;}
    50%  {opacity: 100%;}
    100% {opacity: 25%;}
}
header .scroll_down_icon .aandacht {
    opacity: 25%;
    animation-name: fader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    -webkit-animation-name: fader;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: fader;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
header .scroll_down_icon #pijl_onder.aandacht {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}
    
header .container {
    height: 100%;
    position: relative;
    z-index: 12;
}
header.over_ons .container {
    display: block;
}
header.over_ons .container #logo {
    width: 260px;
    top: 35%;
}
header .container .titels {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: calc(100% - 30px);
    z-index: 12;
}
header.over_ons .container .titels {
    position: relative;
    width: 100%;
    top: initial;
    left: initial;
    transform: initial;
    height: 60%;
}
header.over_ons .container .titels h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
}
header .container .titels h2 {
    text-align: center;
}
header.over_ons .container .boegbeeld {
    position: relative;
    height: 40%;
}
header.over_ons .container .boegbeeld .boegbeeld_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
header.team .container .teambeeld .teambeeld_img {
    position: absolute;
    height: auto;
    height: 75%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
header.team .container .teambeeld.smal .teambeeld_img {
    width: 290px;
    width: auto;
}
header.team .container .teambeeld.breed .teambeeld_img {
    width: 100%;
}


header .container #logo {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
}
header .container #logo #sticky {
    fill: #777;
}
header .container #logo #wall {
    fill: #ffbf00;
}


/* ====================================================================================================================================================================================
        MEDIA QUERIES
 ==================================================================================================================================================================================== */


@media (min-width: 540px) {
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
    header .container #logo {
        width: 50%;
    }
    header .container .titels .header_titel {
        font-size: calc(21px + 9px);
    }
    header .container .titels .header_subtitel {
        font-size: calc(16px + 9px);
    }
}
@media (min-width: 992px) {
}

/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ modules ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

.link {
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
    line-height: 20px;
    color: #ffbf00;
    fill: #ffbf00;
    display: flex;
    text-transform: uppercase;
}
.link span {
    margin-right: 15px;
}
.link svg {
    height: 20px;
    width: 11px;
    padding: 0;
    margin: 0;
}
#module_link_naar_paginas {
    background: transparent;
}
#module_portfolio .container .row {
    justify-content: center;
}
#module_link_naar_paginas .container .row .pagina_link_container {
    position: relative;
}
#module_link_naar_paginas .container .row .pagina_link_container .icon_container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#module_link_naar_paginas .container .row .pagina_link_container .icon_container .icon {
    width: 100%;
    height: 100%;
    fill: #777;
}
#module_link_naar_paginas .container .row .pagina_link_container:hover .icon_container .icon {
    fill: #ffbf00;
}
#module_link_naar_paginas .container .row .pagina_link_container,
#module_portfolio .container .row .portfolio_link_container {
    background: rgba(240,240,240,0.15);
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 10px 10px;
}
#module_portfolio .container .row .portfolio_link_container {
    margin: 0px 10px 20px;
}
#module_link_naar_paginas .container .row .pagina_link_container::before,
#module_portfolio .container .row .portfolio_link_container::before,
#module_foto_verzameling .container .grid_container .foto_container::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-top: 1px solid #ffbf00;
    border-left: 1px solid #ffbf00;
    opacity: 0.5;
    border-radius: 5px 0 0 0;
    top: -1px;
    left: -1px;
    transition: all 0.2s linear;
}
#module_link_naar_paginas .container .row .pagina_link_container:hover,
#module_portfolio .container .row .portfolio_link_container:hover,
#module_foto_verzameling .container .grid_container .foto_container:hover {
    box-shadow: 0 0 30px rgba(255,255,255,0.1);
    cursor: pointer;
}
#module_link_naar_paginas .container .row .pagina_link_container:hover::before,
#module_portfolio .container .row .portfolio_link_container:hover::before,
#module_foto_verzameling .container .grid_container .foto_container:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.3s linear;
}
#module_link_naar_paginas .container .row .pagina_link_container .img_blok,
#module_portfolio .container .row .portfolio_link_container .img_blok {
    width: 100%;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    display: block;
    position: relative;
}
#module_portfolio .container .row .portfolio_link_container .img_blok {
    border: none;
}
#module_link_naar_paginas .container .row .pagina_link_container .img_blok::after,
#module_portfolio .container .row .portfolio_link_container .img_blok::after {
    content: '';
    display: block;
    padding-bottom: 56%;
}
#module_link_naar_paginas .container .row .pagina_link_container .img_blok img,
#module_portfolio .container .row .portfolio_link_container .img_blok img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#module_portfolio .container .row .portfolio_link_container .img_blok img {
    height: auto;
    width: 100%;
}
#module_link_naar_paginas .container .row .pagina_link_container .tekst_blok {
    padding: 0px 10px;
    margin: 15px 0;
}
#module_link_naar_paginas .container .row .pagina_link_container .tekst_blok h2 {
    text-align: center;
}
#module_link_naar_paginas .container .row .pagina_link_container .tekst_blok p {
    margin: 10px 0;
    text-align: center;
}
#module_portfolio .container .row .portfolio_link_container .titel_blok {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
#module_portfolio .container .row .portfolio_link_container .titel_blok h2 {
    text-shadow: 1px 1px #aaa;
    color: #777;
}
#module_portfolio .container .row .portfolio_link_container:hover .titel_blok h2 {
    color: #ffbf00;
}
#module_over_ons {
    background: radial-gradient(#999,#444);
}
#module_over_ons:hover {
    box-shadow: 0 0 40px rgba(255,255,255,0.1);
}
#module_over_ons .container .row {
    text-decoration: none;
}
#module_over_ons .container .row .tekst_kolom {
    position: relative;
    padding-bottom: 60px;
    padding-top: 50px;
}
#module_over_ons .container .row .tekst_kolom .why {
    font-family: 'Source Sans Pro';
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
    text-decoration: none;
    color: #ffbf00;
}
#module_over_ons .container .row .tekst_kolom p {
    font-size: 20px;
    padding: 0 20px;

}
#module_over_ons .container .row .tekst_kolom .link {
    bottom: 35px;
    right: 20px;
}
#module_over_ons:hover .container .row .tekst_kolom .link {
    color: #333;
    fill: #333;
    text-decoration: none;
}
#module_over_ons .container .row .img_kolom {
    justify-content: center;
    padding-top: 50px;
    display: flex;
    align-items: flex-end;
}
#module_over_ons .container .row .img_kolom img {
    width: 232px;
    display: block;
    margin: 0 auto;
    transform: scaleX(-1);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
#module_team_link {
    background: radial-gradient(#353535, #151515);
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    padding-top: 50px;
    position: relative;
    margin: 100px 0;
    max-height: 450px;
    overflow: hidden;
}
#module_team_link:hover {
    /* box-shadow: 0 0 40px rgba(255,191,0,0.2); */
}
#module_team_link .container .row {
    text-decoration: none;
}
#module_team_link .container .row .team_foto {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 100%; 
    padding: 50px 15px 0;
}
#module_team_link .container .row .team_foto img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
#module_team_link .container .row .team_foto img.desktop {
    display: none;
    width: 100%;
    height: auto;
}
#module_team_link .container .row .team_foto img.mobile {
    display: block;
        width: auto;
    justify-content: flex-end;
    max-width: 100%;
}
#module_team_link .container .row .link {
    top: 0;
    right: 35px;
}
#module_team_link:hover .container .row .link {
    color: #777;
    fill: #777;
}
#module_slogan {
    background: radial-gradient(#ffbf00, #6c5613);
    box-shadow: 0 0 30px #000;
}
#module_slogan .container {
    padding: 100px 35px 80px;
}
#module_slogan .container .slogan {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    color: #222;
    font-size: 30px;
}
#module_slogan .container .slogan_schaduw {
    width: 80%;
    max-width: 400px;
    height: 15px;
    border-radius: 50%;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    background: #222;
    margin: 50px auto 0;
    opacity: 0.3;
}
#module_logo {
    background: rgba(0,0,0,0.3);
    padding: 50px 40px;
}
#module_logo .container {
    padding: 50px auto;
    background: transparent;
}
#module_logo  .logo_slider .slick-slide {
    margin: 15px;
}
#module_logo .logo {
    width: 100%;
}
#module_logo  .logo_slider .slick-next:before,
#module_logo  .logo_slider .slick-prev:before {
    font-size: 20px;
    color: #fff;
}

#module_teamleden .container .teamlid_container {
    width: 100%;
    display: flex;
    margin: 100px 0;
    flex-wrap: wrap;
}
#module_teamleden .container .teamlid_container .teamlid_img_container,
#module_teamleden .container .teamlid_container .row .teamlid_tekst_container,
#module_teamleden .container .teamlid_container .row .teamlid_social_container {
    text-align: center;
}
#module_teamleden .container .teamlid_container .teamlid_img_container {
    align-items: flex-end;
    display: flex;
    margin-bottom: 10px;
}
#module_teamleden .container .teamlid_container .teamlid_img_container .teamlid_img {
    max-width: 260px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
#module_teamleden .container .teamlid_container .teamlid_img_container .teamlid_img.transparant {
    border: 0;
    border-radius: initial;
    background: initial;
    box-shadow: initial;
    border-bottom: 1px solid #333;
}
#module_teamleden .container .teamlid_container .teamlid_img_container .teamlid_img.grijs {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
#module_teamleden .container .teamlid_container .teamlid_content_container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
#module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_tekst_container {
    display: block;
    text-align: center;
    padding: 10px 0 0;
}
#module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_tekst_container {
    font-size: 30px;
    color: #ffbf00;
}
#module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_tekst_container span.teamlid_omschrijving p {
    margin: 10px 0 0;
}
#module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_social_container {
    height: 20px;
    line-height: 20px;
    display: block;
    margin: 0;
    text-align: center;
    
}
#module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_social_container svg {
    fill: #ffbf00;
    height: 20px;
    width: 20px;
    
}
#module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_social_container .teamlid_link {
    margin: 0 5px;
}
#module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_social_container .teamlid_link:hover {
    text-decoration: none;
}
#module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_social_container .teamlid_link:hover > svg {
    fill: #777;
}

#module_locatie .container .adres_container {
    text-align: center;
}
#module_locatie .container .adres_container .social_container {
    justify-content: center;
    margin: 10px 0;
}
#module_locatie .container .adres_container .social_container .social_link {
    display: block;
    margin: 0 7px;
}
#module_locatie .container .adres_container .social_container .social_link svg {
    height: 20px;
    width: auto;
    fill: #ffbf00;
}
#module_locatie .container .adres_container .social_container .social_link:hover svg {
    text-decoration: none;
    fill: #777;
}
#module_locatie .container .adres_container span {
    display: block;
}
#module_locatie .container .adres_container span .contact_link_opmaak {
    color: #333;
}
#module_locatie .container .adres_container span:hover .contact_link_opmaak {
    color: #ffbf00;
    text-decoration: none;
}
#module_locatie .container .adres_container .row {
    justify-content: center;
}
#module_locatie #GMaps_container {
    margin: 150px 0 50px;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    height: 50vh;
}
#module_locatie #GMaps_container p {
    text-align: center;
}
#module_foto_verzameling .container .grid_container {
    display: grid;
    width: 100%;
    grid-gap: 10px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
}
#module_foto_verzameling .container .grid_container .foto_container {
    background: rgba(0,0,0,0.2);
    grid-row-end: span 2;
    padding-bottom: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.25);
}
#module_foto_verzameling .container .grid_container .foto_container .foto {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    border-radius: 5px;
}
#module_foto_verzameling .container .grid_container .foto_container .foto img {
    position: absolute; 
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
#module_foto_verzameling .container .grid_container .foto_container .foto img:hover {
    filter: initial;
}
.foto_detail_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    opacity: 0; 
    transition: all 0.3s linear; 
    z-index: 0;
    display: block;
}
.foto_detail_overlay.manifest {
    opacity: 1;
    z-index: 40;
/*    transition: all 0.3s linear; */
}
.foto_detail_overlay .sluiten_icon {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    fill: #777;
    z-index: 60;
}
.foto_detail_overlay .sluiten_icon:hover {
    cursor: pointer;
    fill: #ffbf00;
}
.foto_detail_overlay .container {
    position: relative;
}
.foto_detail_overlay .foto_container {
    width: auto;
    height: calc(100% - 150px);
    overflow: hidden;
    margin-top: 70px;
}
.foto_detail_overlay .foto_container img {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid;
}
.foto_detail_overlay .onderschrift {
    position: absolute;
    z-index: 45;
    bottom: 5%;
    max-height: 10%;
    width: 100%;
    height: auto;
    font-family: 'Rokkitt', serif;
    color: #333;
    font-size: 16px;
    left: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-50%);
    text-align: center;
}
#module_link_naar_pagina {
    background: radial-gradient(#999,#444);
}
#module_link_naar_pagina:hover {
    box-shadow: 0 0 40px rgba(255,255,255,0.1);
}
#module_link_naar_pagina .container .row {
    text-decoration: none;
}
#module_link_naar_pagina .container .row .tekst_kolom {
    position: relative;
/*    padding-bottom: 60px; */
}
#module_link_naar_pagina .container .row .tekst_kolom .titel {
    font-family: 'Source Sans Pro';
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin: 40px 0;
    text-decoration: none;
    color: #f0f0f0;
}
#module_link_naar_pagina .container .row .tekst_kolom p {
    font-size: 20px;
    padding: 0 20px;
}
#module_link_naar_pagina .container .row .img_kolom {
    justify-content: center;
    padding: 40px 15px 0;
    margin: auto 0;
    display: flex;
    align-items: flex-end; 
}
#module_link_naar_pagina .container .row .img_kolom img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
    background: #333;
}
#module_inhoud .container ul {
    margin-top: -20px;
}
#module_inhoud .container ul li a {
    font-size: 24px;
    font-weight: 300;
}
#module_inhoud .container ul li.sitemap_level1 a {
    color: #333;
}
#module_inhoud .container ul li.sitemap_level1 ul {
    margin-top: 0;
}
#module_inhoud .container ul li.sitemap_level1 ul li.sitemap_level2 a {
    color: #ffbf00;
}
#module_inhoud .container * li a:hover {
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

/* ====================================================================================================================================================================================
        MEDIA QUERIES
 ==================================================================================================================================================================================== */

@media (max-width: 576px) {
    #module_foto_verzameling .container .grid_container .foto_container {
        grid-row: initial !important;
        grid-column: initial !important;
    }
}

@media (min-width: 576px) {
    #module_link_naar_paginas .container .row .pagina_link_container {
        margin: 0 0 10px;
    }
    #module_portfolio .container .row .portfolio_link_container {
        width: calc((100% - 40px)/2);
        max-width: 350px;
    }
    #module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_social_container {
        margin-left: -15px;
        margin-right: -15px;
        text-align: left;
    }
    #module_teamleden .container .teamlid_container .teamlid_content_container .teamlid_tekst_container {
        text-align: left;
    }
    #module_foto_verzameling .container .grid_container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .foto_detail_overlay .onderschrift {
        max-width: 540px;
    }
}
@media (min-width: 768px) and (max-width: 1199.8px) {
    #module_link_naar_paginas .container .row .pagina_link_container {
        display: flex;
        flex-wrap: wrap;
    }
    #module_link_naar_paginas .container .row .pagina_link_container .img_blok {
        width: 40%;
        border-right: 1px solid rgba(255,255,255,0.25);
        border-bottom: none;
        border-radius: 5px 0 0 5px;
    }
}
@media (min-width: 768px) {
    #module_link_naar_paginas .container .row .pagina_link_container .img_blok img {
        border-radius: 4px 0 0 4px;
    }
    #module_link_naar_paginas .container .row .pagina_link_container .tekst_blok {
        width: 60%;
    }
    #module_over_ons .container .row .img_kolom img {
        width: 80%;
    }
    #module_link_naar_pagina .container .row .img_kolom img {
        width: 100%;
    }
    #module_over_ons .container .row .tekst_kolom .why {
        text-align: right;
    }
    #module_link_naar_pagina .container .row .tekst_kolom .titel {
        text-align: left;
    }
    #module_over_ons .container .row .tekst_kolom p {
        padding-left: 35px;
    }
    #module_link_naar_pagina .container .row .tekst_kolom p {
        padding-left: 0;
    }
    #module_slogan .container .slogan {
        font-size: calc(30px + 9px);
    }
    #module_team_link .container .row .team_foto {
        padding: 0;
    }
    #module_team_link .container .row .team_foto img.desktop {
        display: block;
    }
    #module_team_link .container .row .team_foto img.mobile {
        display: none;
    }
    .foto_detail_overlay .onderschrift {
        max-width: 720px;
    }
}
@medio (min-width: 992px) {
    .foto_detail_overlay .onderschrift {
        max-width: 960px;
    }
    .foto_detail_overlay .onderschrift {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    #module_link_naar_paginas .container .row .pagina_link_container {
         width: 350px;
         margin: 0 10px 10px;
    }
    #module_link_naar_paginas .container .row .pagina_link_container .tekst_blok {
        width: 100%;
    }
    .foto_detail_overlay .onderschrift {
        max-width: 1140px;
    }
    #module_link_naar_pagina .container .row .img_kolom {
        padding: 40px 0;
    }
}
@media (min-width: 2500px) {
    #module_slogan .container .slogan {
        font-size: calc(30px + 12px);
    }
}
/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ footer ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

footer {
    position: relative;
    background: #f2f2f2;
    color: #aaa;
    overflow: hidden;
}
footer .container .row .adres_container {
    height: 100%;
    text-align: center;
}
footer .container .row .adres_container #logo {
    margin: 50px 0 25px;
    max-width: 350px;
    width: 100%;
}
footer .container .row .adres_container .adres_blok {
        margin: 0 15px;
}
footer .container .row .adres_container .adres_blok span {
    display: block;
    text-align: center;
}
footer .container .row .adres_container .adres_blok span .contact_link_footer_weergave {
    color: inherit;
}
footer .container .row .adres_container .adres_blok span:hover .contact_link_footer_weergave {
    color: #ffbf00;
    text-decoration: none;
}
footer .container .row .adres_container .adres_blok .row {
    margin: 0;
    justify-content: center;
}
footer .container .row .link_container {
    margin: auto 0;
}
footer .container .row .link_container .right_align {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
footer .container .row .link_container .right_align .footer_link {
    display: block;
    text-decoration: none;
    color: #aaa;
    padding: 5px 0;
    text-align: center;
}
footer .container .row .link_container .right_align .footer_link:hover {
    text-decoration: none;
    color: #ffbf00;
}

footer .container .GHP_container {
    text-align: center;
    margin-top: 10px;
}
footer .container .GHP_container .colofon {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    color: #ccc;
}
footer .container .GHP_container .GHP_link:hover {
    text-decoration: none;
    color: #f78f1e;
}
footer .container .GHP_container .T3D_link:hover {
    text-decoration: none;
    color: #ff7f00;
}


@media (min-width: 768px) {
    footer .container .row .link_container .right_align {
        margin-right: 0;
    }
    footer .container .row .link_container .right_align .footer_link {
        text-align: left;
    }
    footer .container .row .adres_container .adres_blok span {
        text-align: left;
    }
    footer .container .row .adres_container .adres_blok .row {
        justify-content: flex-start;
    }
    footer .container .row .adres_container {
        text-align: initial;
    }
}
/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ zoeken ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

.zoeken_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 40;
    left: 0;
    top: -120%;
    transition: top 0.3s linear;
    background: radial-gradient(#f0f0f0,#ccc);
} 
.zoeken_overlay.manifest {
    transition: top 0.3s linear;
    top: 0;
}
.zoeken_overlay .container #logo {
    margin: 20vh auto 0;
    display: block;
    width: 290px;
}
.zoeken_overlay .sluiten_icon { 
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    fill: #888;
    z-index: 50;
}
.zoeken_overlay .sluiten_icon:hover {
    fill: #ffbf00;
    cursor: pointer;
}
.zoeken_overlay .container .zoeken_container {
    margin: 0 auto;
}
.zoeken_overlay .container .zoeken_container .zoek_formulier {
    margin: 20vh 0 0;
    text-align: right;
}
.zoeken_overlay .container .zoeken_container .zoek_formulier .zoekveld {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    margin-right: 10px;
    background: #777;
    padding: 0 10px;
    color: #888;
}
.zoeken_overlay .container .zoeken_container .zoek_formulier .zoekveld:focus {
    outline: 0;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
}
.zoeken_overlay .container .zoeken_container .zoek_formulier .zoekknop {
    width: 150px;
    background: #ffbf00;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    padding: 1px 10px 0;
    box-shadow: 4px 4px 5px rgba(0,0,0,0.7);
    font-weight: 700;
    color: #777;
    font-family: "Source Sans Pro", sans-serif;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}
.zoeken_overlay .container .zoeken_container .zoek_formulier .zoekknop:before {
    content: "";
    background: rgba(255,255,255,0.5);
    transform: rotate(-30deg);
    position: absolute;
    height: 50%;
    width: 100%;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    left: -100%;
    top: 5%;
}
.zoeken_overlay .container .zoeken_container .zoek_formulier .zoekknop:hover {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}
.zoeken_overlay .container .zoeken_container .zoek_formulier .zoekknop:active {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.zoeken_overlay .container .zoeken_container .zoek_formulier .zoekknop:hover:before {
    left: 100%;
    transition: left 0.3s linear;
}

#page_zoekresultaat #module_h1_titel {
    margin: 100px 0 50px;
}
#page_zoekresultaat #module_zoekresultaat {
    margin: 50px 0 100px;
}
#page_zoekresultaat #module_zoekresultaat .container .simplesearch-results {
    color: #888;
    text-align: center;
    margin: 35px 0 0;
}
#page_zoekresultaat #module_zoekresultaat .container .simplesearch-results .simplesearch-highlight {
    font-size: calc(21px + 5px);
    color: #ffbf00;
}
#page_zoekresultaat #module_zoekresultaat .container .simplesearch-paging {
    color: #888;
    text-align: center;
}
#page_zoekresultaat #module_zoekresultaat .container .simplesearch-results-list .simplesearch-result h3 {
    font-size: calc(21px + 5px);
}
#page_zoekresultaat #module_zoekresultaat .container .simplesearch-results-list .simplesearch-result .extract p {
    margin: 0;
    margin-bottom: 70px;
}
#page_zoekresultaat #module_zoekresultaat .container .simplesearch-results-list .simplesearch-result .extract p .simplesearch-highlight {
    color: #df9f00;
}



/* ====================================================================================================================================================================================================
    MEDIA QUERIES
/* ==================================================================================================================================================================================================== */

@media (min-width: 540px) {
    .zoeken_overlay .container .zoeken_container .zoek_formulier .zoekveld {
        width: 315px;
    }
    .zoeken_overlay .container .zoeken_container .zoek_formulier {
        text-align: center;
    }
    .zoeken_overlay .container #logo {
        width: 350px;    
    }
}

@media (min-width: 768px) {
    .zoeken_overlay .container .zoeken_container .zoek_formulier .zoekveld {
        width: 480px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ global_2 ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

/* ********************************************************************************************************************************************************************************************* */
/* **  FONTS                                                                                                                                                                                  ** */
/* ********************************************************************************************************************************************************************************************* */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: Jester;
    src: url('/fonts/Jester.ttf');
}

/* ********************************************************************************************************************************************************************************************* */
/* **  GOBAL                                                                                                                                                                                  ** */
/* ********************************************************************************************************************************************************************************************* */

* {
    z-index: 15;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
button:focus {
    outline: initial;
}
p {
    margin: 0;
    padding: 35px 0;
    font-family: 'Jester', serif;
    font-size: 22px;
    color: hsl(90,20%,75%);
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: hsl(90,20%,50%);
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    padding: 50px 0;
    margin: 0;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: hsl(90,20%,50%);
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    padding: 40px 0 0;
    margin: 0;
}
table {
    margin: 0 auto;
}
table td p {
    font-size: 14px;
    padding: 5px 10px;
}
table p.table_header {
    color: hsl(90,50%,28%);
    font-weight: 700 !important;
}
table,
table td {
    border-collapse: collapse;
    border: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 768px) {
    p {
        font-size: 17px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 26px;
    }
}

/* ********************************************************************************************************************************************************************************************* */
/* **  BODY                                                                                                                                                                                   ** */
/* ********************************************************************************************************************************************************************************************* */

body {
    margin: 0;
    padding: 0;
    padding-bottom: 90vh;
    position: relative;
    z-index: 10;
    background: #000;
}
body#page_home,
body#page_standaard,
body#page_info {
    margin-top: 0;
}
body.noscroll {
    margin-right: 0;
}
body .back_to_top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    fill: hsl(90,20%,55%);
    z-index: 60;
    height: 80px;
    width: 85px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.7));
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.7));
    -moz-filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.7));
    opacity: 0;
    transition: opacity 0.3s linear, fill 0.3s linear;
}
body .back_to_top.manifest {
    opacity: 1;
}
body .back_to_top:hover {
    fill: hsl(90,20%,95%);
    cursor: pointer;
}

@media (max-width: 768px) {
    body .back_to_top {
        height: 50px;
        width: 53px;
        bottom: 40px;
        right: 20px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    body .back_to_top {
        bottom: 20px;
    }
}

/* ********************************************************************************************************************************************************************************************* */
/* **  ACHTERGROND                                                                                                                                                                            ** */
/* ********************************************************************************************************************************************************************************************* */

.achtergrond {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    clip-path: url("#ronding");
    -webkit-clip-path: url("#ronding");
    -moz-clip-path: url(#ronding);
}
.achtergrond img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    -webkite-object-fit: cover;
    -moz-object-fit: cover;
}

@media (max-width: 992px) and (orientation: portrait) {
    .achtergrond {
        clip-path: url("#ronding_mobiel");
        -webkit-clip-path: url("#ronding_mobiel");
        -moz-clip-path: url(#ronding_mobiel);
    }
}

/* ********************************************************************************************************************************************************************************************* */
/* **  HEADER                                                                                                                                                                                 ** */
/* ********************************************************************************************************************************************************************************************* */


header {
    height: 100vh;
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial; 
    overflow: hidden;
}
header .header_video_container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    width: 100%;
    height: 100%;
}
header .header_video_container::before {
    background-image: radial-gradient( rgba(0,0,0,0),rgba(0,0,0,0.8) 90%);
    z-index: 16;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
header .header_video_container .header_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (orientation: portrait) {
    header {
        height: 50vh;
    }
}

/* ********************************************************************************************************************************************************************************************* */
/* **  HEADER - STANDAARD                                                                                                                                                                     ** */
/* ********************************************************************************************************************************************************************************************* */

header#standaard {
    height: 50vh;
    position: absolute;
    z-index: 20;
}
header#standaard .afbeelding_container {
    width: 100%;
    height: 100%;
    padding: 50px 0;
}
header#standaard .afbeelding_container .product_foto {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* ********************************************************************************************************************************************************************************************* */
/* **  MENU                                                                                                                                                                                   ** */
/* ********************************************************************************************************************************************************************************************* */

.menu_balk {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: calc(100vh - 100px);
    background: hsl(90, 46%, 5%);
    background: transparent;
    opacity: 50%;
    display: flex;
    justify-content: center;
    left: initial;
    z-index: 55;
}

.menu_balk .menu_open_icon {
    width: 40px;
    height: 35px;
    margin: 30px auto;
    cursor: pointer;
    z-index: 55;
}
.menu_balk .menu_open_icon svg,
.menu .menu_sluiten_icon svg {
    fill: hsl(42,60%,90%);
    opacity: 0.3;
    transition: opacity 0.3s linear;
}
.menu_balk .menu_open_icon:hover svg,
.menu .menu_sluiten_icon:hover svg {
    opacity: 1;
}
.menu {
    position: fixed;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    background: radial-gradient(hsl(90,50%,45%),hsl(90,50%,15%));
    z-index: 10;
    clip-path: circle(0% at 100% 0%);
    transition: clip-path 0.3s ease;
    
}
.menu.manifest {
    clip-path: circle(145% at 100% 0%);
    z-index: 50;
}

.menu .menu_sluiten_icon {
    position: absolute;
    top: 30px;
    right: 50px;
    transform: translateX(50%);
    width: 50px;
    height: 37px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s opacity linear;
    transition-delay: 0s;
}
.menu.manifest .menu_sluiten_icon {
    opacity: 1;
    transition-delay: 0.4s;
}

.menu .product_container {
    right: initial;
    top: initial;
    transform: initial;
    left: 15px;
    bottom: 15px;
    width: 30%;
    padding-top: 20%;
    opacity: 0;
    transition: opacity 0.8s linear;
    transition-delay: 0.6s;
}
.menu .product_container.manifest {
    opacity: 1;
}

.menu_container {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%,-50%);
    width: 40%;
    max-width: 90%;
    min-width: 290px;
}
.menu_container ul {
    list-style: none;
    line-height: 40px;
    margin: 0;
}
.menu_container ul li {
    margin: 35px 0;
    display: block;
    text-align: center;
    opacity: 0;
}
.menu_container ul .verschijnen {
    opacity: 1;
    transition: opacity 0.3s linear, margin 0.3s linear;
}
.menu_container ul li:nth-child(1) {
    transition-delay: 0.4s;
}
.menu_container ul li:nth-child(2) {
    transition-delay: 0.5s;
}
.menu_container ul li:nth-child(3) {
    transition-delay: 0.6s;
}
.menu_container ul li:nth-child(4) {
    transition-delay: 0.7s;
}
.menu_container ul li:nth-child(5) {
    transition-delay: 0.8s;
}
.menu_container ul li:nth-child(6) {
    transition-delay: 0.9s;
}
.menu_container ul li:nth-child(7) {
    transition-delay: 1s;
}

.menu_container ul li::before {
    content: "";
}
.menu_container ul li a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    text-decoration: none;
    color: hsl(90,50%,20%);
    margin: 0;
    opacity: 0.65;
    cursor: pointer;
    transition: all 0.3s linear;
}
.menu_container ul li a svg {
    fill: hsl(90,50%,20%);
    width: auto;
    height: 45px;
}
.menu_container ul li a:hover,
.menu_container ul li.active a,
.menu_container ul li a:hover svg,
.menu_container ul li.active a svg {
    color: hsl(90,50%,95%);
    fill: hsl(90,50%,95%);
    filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
    -webkit-filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
    -moz-filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
}


@media (max-width: 992px) {
    .menu_container ul li {
        margin: 10px 0;
    }
    .menu_container ul li a {
        height: 25px;
        line-height: 25px;
        font-size: 25px;
    }
    .menu_container ul li a svg {
        height: 25px;
    }
}
@media (max-width: 992px) and (orientation: landscape) {
    .menu_container {
        top: 50%;
    }
}
@media (max-width: 992px) and (orientation: portrait) {
    .menu .product_container {
        width: 40%;
        padding-top: 20%;
    }
}

/* ********************************************************************************************************************************************************************************************* */
/* **  FOOTER                                                                                                                                                                                 ** */
/* ********************************************************************************************************************************************************************************************* */


footer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(hsl(90,50%,45%),hsl(90,50%,15%));
    z-index: 10;
}
footer .menu_container {
    left: 10%;
    top: 35%;
    transform: translateY(-50%);
}
footer .menu_container ul li {
    margin: 15px 0;
    text-align: left;
    opacity: 1;
}
footer .menu_container ul li.active a,
footer .menu_container ul li.active a svg {
    color: hsl(90,50%,20%);
    fill: hsl(90,50%,20%);
    filter: initial;
    -webkit-filter: initial;
    -moz-filter: initial;
}
footer .menu_container ul li a:hover,
footer .menu_container ul li a:hover svg {
    color: hsl(90,50%,95%);
    fill: hsl(90,50%,95%);
    filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
    -webkit-filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
    -moz-filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
}

footer .social_links_container {
    position: absolute;
    top: 15vh;
    right: 5vw;
    width: 40px;
}
footer .social_links_container .social_link {
    width: 50px;
    height: 50px;
    margin: 15px 0;
    display: block;
}
footer .social_links_container .social_link.youtube {
    height: 42px;
}
footer .social_links_container .social_link svg {
    width: 50px;
    height: 50px;
    fill: hsl(90,50%,20%);
}
footer .social_links_container .social_link svg:hover {
    fill: hsl(90,50%,95%);
    filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
    -webkit-filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
    -moz-filter: drop-shadow(0px 3px 2px hsl(90,50%,15%));
}

footer .logos_container {
    top: initial;
    bottom: 20px;
    left: 5%;
    transform: initial;
}
footer .laurens_foto_container {
    position: absolute;
    bottom: -2px;
    right: 13%;
    height: 400px;
    width: 280px;
    filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.5));
    -webkit-filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.5));
    -moz-filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.5));
}
footer .laurens_foto_container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer .laurens_uitspraak_container {
    position: absolute;
    bottom: 100px;
    right: calc(13% + 300px);
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
}
footer .laurens_uitspraak_container::before,
footer .laurens_uitspraak_container::after {
    content: '"';
    position: absolute;
    opacity: 0.3;
    font-size: 300px;
    font-family: 'Jester', serif;
    color: hsl(90,50%,95%);
}
footer .laurens_uitspraak_container::before {
    top: 0;
    left: 0;
    transform: translate(-13%,-23%);
}
footer .laurens_uitspraak_container::after {
    bottom: 0;
    right: 0;
    transform: translate(16%,63%);
    
}

footer .laurens_uitspraak_container p {
    line-height: 40px;
    font-size: 30px;
    font-family: 'Jester', serif;
    text-align: center;
    color: hsl(90,50%,95%);
    margin: 0;
    position:relative;
}
footer .colofon_container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
footer .colofon_container a {
    color: hsl(90,50%,15%);
    opacity: 0.5;
    font-size: 15px;
    transition: 0.3s all ease;
    line-height: 28px;
}
footer .colofon_container a:hover {
    color: hsl(90,0%,95%);    
    opacity: 0.7;
}
footer .colofon_container span {
    margin: 0 10px;
    color: hsl(90,50%,15%);
    opacity: 0.5;
}


@media (max-width: 992px) {
    footer .menu_container {
        left: 15px;
        top: 10%;
        transform: initial;
    }
    footer .menu_container ul {
        line-height: 30px;
    }
    footer .logos_container {
        bottom: 40px;
        width: 40%;
        padding-top: 16%;    
    }
    footer .menu_container ul li {
        margin: 7px 0;
    }
    
    footer .menu_container ul li a {
        height: 25px;
        line-height: 25px;
        font-size: 20px;
        color: hsl(90,50%,15%);
    }
    footer .menu_container ul li.active a, footer .menu_container ul li.active a svg,
    footer .menu_container ul li a, footer .menu_container ul li a svg {
        color: hsl(90,50%,15%);
        fill: hsl(90,50%,15%);
    }
    footer .menu_container ul li a svg {
        height: 25px;
    }
    footer .social_links_container {
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 20px;
    }
    footer .social_links_container .social_link.youtube {
        height: 20px;
    }
    footer .social_links_container .social_link {
        width: 20px;
        height: 18px;
        margin: 10px 1px;
    }
    footer .social_links_container .social_link svg {
        width: 20px;
        height: 20px;
    }
    footer .laurens_foto_container {
        width: 140px;
        height: 200px;
        right: 10px;
    }
    footer .colofon_container a {
        color: hsl(90,50%,95%);
    }
    footer .laurens_uitspraak_container {
        right: 70%;
        transform: translateX(50%);
        width: 160px;
        bottom: 120px;
    }
    footer .laurens_uitspraak_container::before,
    footer .laurens_uitspraak_container::after {
        font-size: 160px;
    }
    footer .laurens_uitspraak_container p {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 992px) and (orientation: landscape) {
    footer .menu_container {
        left: 15px;
        top: 30px;
        transform: initial;
    }
    footer .menu_container ul {
        line-height: 25px;
    }
    footer .logos_container {
        bottom: 20px;
        left: 15px;
        width: 30%;
        padding-top: 12%;    
    }
    footer .social_links_container {
        top: 40%;
    }
    footer .laurens_uitspraak_container {
        right: 40%;
        transform: translateX(50%);
        width: 160px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
    footer .menu_container {
        left: 10%;
        top: 15%;
        transform: initial;
        width: 50%;
    }
    footer .menu_container ul {
        line-height: 30px;
    }
    footer .menu_container ul li a {
        height: 30px;
        line-height: 30px;
        font-size: 26px;
        color: hsl(90,50%,15%);
    }
    footer .social_links_container {
        width: 30px;
    }
    footer .social_links_container .social_link.youtube {
        height: 30px;
    }
    footer .social_links_container .social_link {
        width: 30px;
        height: 27px;
        margin: 15px 1px;
    }
    footer .social_links_container .social_link svg {
        width: 30px;
        height: 30px;
    }
    footer .laurens_foto_container {
        width: 210px;
        height: 300px;
        right: 15px;
    }
    footer .laurens_uitspraak_container {
        right: 30%;
        bottom: 150px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    footer .menu_container {
        left: 10%;
        top: 20%;
        transform: initial;
        width: 50%;
    }
    footer .menu_container ul {
        line-height: 30px;
    }
    footer .menu_container ul li a {
        height: 30px;
        line-height: 30px;
        font-size: 26px;
        color: hsl(90,50%,15%);
    }
    footer .social_links_container {
        width: 30px;
    }
    footer .social_links_container .social_link.youtube {
        height: 30px;
    }
    footer .social_links_container .social_link {
        width: 30px;
        height: 27px;
        margin: 15px 1px;
    }
    footer .social_links_container .social_link svg {
        width: 30px;
        height: 30px;
    }
    footer .laurens_foto_container {
        width: 210px;
        height: 300px;
        right: 15px;
    }
    footer .laurens_uitspraak_container {
        right: 50%;
        bottom: 200px;
    }
}
@media (min-width: 2000px) {
    footer .logos_container {
        max-width: 700px;
        padding-top: 280px;
    }
}
    
/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ module_locator ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

/* ********************************************************************************************************************************************************************************************* */
/* **  MODULE LOCATOR                                                                                                                                                                         ** */
/* ********************************************************************************************************************************************************************************************* */

section#module_locator {
    width: 100%;
    position: relative;
    z-index: 19;
    margin: 0;
    margin-top: -3%;
    filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
    -webkit-filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
    -moz-filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
}

#module_locator .locator_container {
    width: 100%;
    height: 100vh;
    min-height: 568px;
    display: flex;
    position: relative;
    z-index: 25;
    padding: 0;
    overflow: hidden;
}
#module_locator .locator_container .locator_map_container {
    width: 100%;
    height: 100%;
    border-top: 2px solid hsl(90,50%,15%);
    border-bottom: 2px solid hsl(90,50%,15%);
    z-index: 26;
}
#module_locator .locator_container .locator_panel_container {
    width: 320px;
    height: 400px;
    background: rgba(18,22,14,0.5);
    position: absolute;
    top: 80px;
    right: -245px;
    z-index: 30;
    border-radius: 10px 0 0 10px;
    clip-path: url(#zijkant_panel);
    -webkit-clip-path: url(#zijkant_panel);
    -moz-clip-path: url(#zijkant_panel);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    transition: right 0.3s linear;
    -webkit-transition: right 0.3s linear;
}
#module_locator .locator_container .locator_panel_container.geopend {
    right: 0px;
}
#module_locator .locator_container .locator_panel_container .locator_panel_active_bar {
    width: 75px;
    height: calc(100% - 50px);
    position: absolute;
    top: 25px;
    left: 0;
    border-right: 1px solid rgba(255,255,255,0.4);
    padding: 15px;
    padding-left: 25px;
    opacity: 0.7;
}
#module_locator .locator_container .locator_panel_container .locator_panel_active_bar:hover {
    cursor: pointer;
    opacity: 1;
}
#module_locator .locator_container .locator_panel_container .locator_panel_active_bar .arrow_container {
    width: 35px;
    height: 35px;
    display: block;
    margin-bottom: 25px;
}
#module_locator .locator_container .locator_panel_container .locator_panel_active_bar .arrow_container svg {
    width: 100%;
    height: 100%;
    fill: hsl(90,50%,95%);
    transform: scaleX(-1);
}
#module_locator .locator_container .locator_panel_container.geopend .locator_panel_active_bar .arrow_container svg {
    transform: scaleX(1);
}
#module_locator .locator_container .locator_panel_container .locator_panel_active_bar .title_container {
    width: 35px;
    height: auto;
    margin-top: 25px;
}
#module_locator .locator_container .locator_panel_container .locator_panel_active_bar .title_container .zichtbaar,
#module_locator .locator_container .locator_panel_container .locator_panel_active_bar .title_container .niet-zichtbaar {    
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: hsl(90,50%,95%);
    display: none;
    margin: 0;
    line-height: 35px;
    padding: 0;
}
#module_locator .locator_container .locator_panel_container.geopend .locator_panel_active_bar .title_container .niet-zichtbaar {
    display: none;
}
#module_locator .locator_container .locator_panel_container .locator_panel_active_bar .title_container .niet-zichtbaar {
    display: block;
}
#module_locator .locator_container .locator_panel_container.geopend .locator_panel_active_bar .title_container .zichtbaar {
    display: block;
}


#module_locator .locator_container .locator_panel_container .locator_panel_form {
   margin: 50px 25px;
   margin-left: 100px;
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form_titel {
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: hsl(90, 20%, 95%);
    
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field {
    margin: 20px 0;
    background: transparent;
    width: 195px;
    line-height: 25px;
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field.lijn {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field:focus {
    outline: none;
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field input,
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field select {
    background: transparent;
    border: none;
    font-family: 'Jester', serif;
    font-size: 22px;
    color: hsl(90, 50%,95%);
    width: 195px;
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field input:focus,
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field select:focus,
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field button:focus {
    outline: none;
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field input::placeholder {
    font-family: 'Jester', serif;
    color: rgba(255,255,255,0.5);
    font-size: 18px;
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field button,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-website,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-button button {
    width: 195px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(hsl(90,20%,40%),hsl(90,20%,30%));
    color: hsl(90,50%,95%);
    line-height: 40px;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    
    margin-top: 7px;
    border: 1px solid hsl(90,20%,10%);
    
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field button:before,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-website:before,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-button button:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    background: rgba(255,255,255,0.2);
    width: 100%;
    height: 30px;
    transform: rotateZ(-3deg);
    transition: background 0.3s linear;
}

#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field button:hover:before,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-website:hover:before,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-button button:hover:before {
    background: rgba(255,255,255,0.3);
}
#module_locator .locator_container .locator_panel_container .locator_panel_form .form-input-field button:active,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-website:active,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-button button:active {
    box-shadow: initial;
}

#module_locator .locator_container .locator_panel_container .locator_panel_form .mapinfo {
    font-family: 'Jester', serif;
    width: 100%;
    margin: 25px 0;
    color: hsl(90,20%,60%);
    text-align: center;
}
#module_locator .locator_container .locator_map_container .gm-style-pbt {
    text-align: center;
}
#module_locator .locator_container .locator_map_container .gm-style-iw-t::after,
#module_locator .locator_container .locator_map_container .gm-style-iw {
    background: transparent;
    box-shadow: initial;
    overflow: initial;
}
#module_locator .locator_container .locator_map_container .gm-style .gm-style-iw-c {
    overflow: initial;
}
#module_locator .locator_container .locator_map_container .gm-style-iw-d {
    overflow: initial !important;
    clip-path: url(#zijkanten_info_panel);
    -webkit-clip-path: url(#zijkanten_info_panel);
    -moz-clip-path: url(#zijkanten_info_panel);
}
#module_locator .locator_container .locator_map_container .maps-infowindow {
    text-align: center;
    position: relative;
    background: rgba(18,22,14,0.5);
    padding: 15px;
    border-radius: 8px;
    
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    clip-path: url(#zijkanten_info_panel);
    -webkit-clip-path: url(#zijkanten_info_panel);
    -moz-clip-path: url(#zijkanten_info_panel);
}

#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    color: hsl(90,50%,95%);
    opacity: 0.7;
    line-height: 40px;
    margin-bottom: 10px;
}
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-adres {
    font-family: 'Jester', serif;
    font-size: 14px;
    color: hsl(90,50%,95%);
    opacity: 0.7;
    line-height: 20px;
}
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-website,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-button button {
    width: 130px;
    height: 26px;
    margin: 7px auto;
    font-size: 14px;
    line-height: 26px;
}
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-website:before,
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-button button:before {
    height: 19.5px;
}
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-website a {
    color: hsl(90,50%,95%);
}
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-pointer_container {
    border-top: 1px solid rgba(255,255,255,0.4);
    margin-top: 15px;
    display: flex;
    justify-content: center;
    line-height: 20px;
    padding-top: 10px;
}
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-pointer_container svg {
    height: 20px;
    width: 20px;
    transform: rotateZ(90deg);
    fill: hsl(90,50%,85%);
    opacity: 0.7;
}
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-button {
    background: transparent;
    width: 130px;
    line-height: 26px;
    margin: 0 auto;
}
#module_locator .locator_container .locator_map_container .maps-infowindow .maps-infowindow-button button {
    margin: 0 auto;
}
#module_locator .locator_container .locator_map_container button.gm-ui-hover-effect {
    top: 10px !important;
    right: 0px !important;
}

@media (max-width: 992px) and (orientation: landscape) {
    section#module_locator {
        margin-top: -5%;
    }
}


#module_locator div[aria-label="Kaart"] {
    pointer-events: none;
}
select#travelmode option {
    background: hsl(90, 20%, 30%);
}
select#travelmode option:hover, select#travelmode option:checked  {
    background: hsl(90,20%,40%);
}


/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ module_welkom ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

/* ********************************************************************************************************************************************************************************************* */
/* **  MODULE WELKOM                                                                                                                                                                         ** */
/* ********************************************************************************************************************************************************************************************* */

section#module_welkom {
    width: 100%;
/*    height: 1000px; */
    position: relative;
    z-index: 20;
    margin: 0;
    margin-top: -7%;
    filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
    -webkit-filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
    -moz-filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
}



/* ********************************************************************************************************************************************************************************************* */
/* **  WELKOM CONTAINER                                                                                                                                                                       ** */
/* ********************************************************************************************************************************************************************************************* */

#module_welkom .welkom_container {
    z-index: 25;
    padding: 30vh 10% 25vh;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

#module_welkom .welkom_container h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: hsl(90,20%,50%);
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    margin: 50px 0;
}
#module_welkom .welkom_container p {
    font-family: 'Jester', serif;
    font-size: 22px;
    color: hsl(90,20%,75%);
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    #module_welkom .welkom_container h1 {
        font-size: 24px;
    }
    #module_welkom .welkom_container p {
        font-size: 18px;
    }
}

/* ********************************************************************************************************************************************************************************************* */
/* **  LOGOs over HEADER                                                                                                                                                                      ** */
/* ********************************************************************************************************************************************************************************************* */

.logos_container {
    position: absolute;
    left: 1%;
    top: 0;
    transform: translateY(-40%);
    width: 30%;
    height: 0;
    padding-top: 12%;
    background: transparent;
    z-index: 27;
}
.logos_container .logo_chips {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.logos_container .logo_aardappelen,
.logos_container .logo_boerderijwinkel {
    position: absolute;
    top: 60%;
    width: 20%;
    opacity: 0.5;
    transition: opacity 0.3s linear;
}
.logos_container .logo_aardappelen:hover,
.logos_container .logo_boerderijwinkel:hover {
    opacity: 1;
}
.logos_container .logo_aardappelen {
    left: 48%;
    transform: translateX(-100%);
}
.logos_container .logo_boerderijwinkel {
    left: 52%;
}

/* ********************************************************************************************************************************************************************************************* */
/* **  PRODUCT PHOTO over HEADER                                                                                                                                                              ** */
/* ********************************************************************************************************************************************************************************************* */

.product_container {
    position: absolute;
    right: 1.4%;
    top: 0;
    transform: translateY(-52.5%);
    width: 40%;
    height: 0;
    padding-top: 20%;
    background: transparent;
    z-index: 26;
}
.product_container .product_foto {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ module_inhoud ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

/* ********************************************************************************************************************************************************************************************* */
/* **  MODULE INHOUD                                                                                                                                                                         ** */
/* ********************************************************************************************************************************************************************************************* */

section#module_inhoud {
    margin: 0;
    padding: 50vh 0 25vh;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.7));
    -webkit-filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
    -moz-filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
}
section#module_inhoud .achtergrond {
    top: -10%;
    clip-path: url("#ronding_mobiel");
    -webkit-clip-path: url("#ronding_mobiel");
    -moz-clip-path: url(#ronding_mobiel);
}
section#module_inhoud .container {
    z-index: 22;
}
section#module_inhoud .container p {
    font-family: 'Montserrat';
    font-weight: 300;
}
section#module_inhoud .container p span.accent {
    color: hsl(90,20%,84%);
    font-weight: 500;
}

section#module_inhoud .container a {
    color: hsl(90,50%,95%);
    opacity: 0.5;
}
section#module_inhoud .container a:hover,
section#module_inhoud .container a:active {
    color: inherit;
    opacity: 1;
    text-decoration: none;
    font-weight: 700;
}
/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ module_info ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

/* ********************************************************************************************************************************************************************************************* */
/* **  MODULE INFO                                                                                                                                                                            ** */
/* ********************************************************************************************************************************************************************************************* */

#module_info {
    margin: 0;
    padding: 25vh 0 25vh;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.7));
    -webkit-filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
    -moz-filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
}
#module_info .achtergrond {
    top: -3%;
}

/* ********************************************************************************************************************************************************************************************* */
/* **  TTIEL                                                                                                                                                                                  ** */
/* ********************************************************************************************************************************************************************************************* */


#module_info .titel_container {
    z-index: 25;
    padding: 0;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
#module_info .titel_container h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: hsl(90,20%,50%);
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

/* ********************************************************************************************************************************************************************************************* */
/* **  INFO_BLOKKEN                                                                                                                                                                           ** */
/* ********************************************************************************************************************************************************************************************* */

#module_info .info_container {
    display: flex;
    width: 100%;
    height: auto;
    z-index: 25;
    position: relative;
}
#module_info .info_container.rechts {
    flex-direction: row;
}
#module_info .info_container.links {
    flex-direction: row-reverse;
}
#module_info .info_container .img_container {
    width: 50%;
    height: 100%;
    margin: auto 0;
}
#module_info .info_container .img_container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#module_info .info_container .tekst_container {
    width: 50%;
    padding: 10% 30px;
    max-width: 800px;
}
#module_info .info_container.rechts .tekst_container {
    padding-right: 10%;
}
#module_info .info_container.links .tekst_container {
    padding-left: 10%;
}
#module_info .info_container .tekst_container h2,
#module_info .info_container .tekst_container p {
    text-align: left;
}

@media (max-width: 768px) {
    #module_info .titel_container {
        width: 100%;
        padding: 0 15px;
    }
    #module_info .achtergrond {
        top: -3%;
        clip-path: url(#ronding_mobiel);
        -webkit-clip-path: url(#ronding_mobiel);
        -moz-clip-path: url(#ronding_mobiel);
    }
    #module_info .titel_container h1 {
        font-size: 30px;
    }
    #module_info .info_container {
        display: block;
        flex-direction: initial;
    }
    #module_info .info_container .img_container {
        width: 100%;
    }
    #module_info .info_container.rechts .tekst_container,
    #module_info .info_container.links .tekst_container {
        padding: 0;
        padding-bottom: 100px;
    }
    #module_info .info_container .tekst_container {
        width: 80%;
        margin: 0 auto;
    }
    #module_info .info_container .tekst_container h2 {
        padding: 0;
    }
    #module_info .info_container .tekst_container h2,
    #module_info .info_container .tekst_container p {
        text-align: center;
    }
    
}





/* ------------------------------------------------------------------------------------------------------------------- */    
/* ------ [ maatwerk_module_contact ] ------ */
/* ------------------------------------------------------------------------------------------------------------------- */

#module_locatie{
    background: radial-gradient(hsl(90,50%,45%),hsl(90,50%,15%));
    margin-top: 0px;
    padding-top: 100px;
}

#contact #module_inhoud{
    padding: 25vh;
}    