:root{
    --accent: #EAB56F;
    --accent_shade: #D9A67F;
    --primary: #161C2C;
    --primary_shade: #0F1320;
    --bg: #f5f5f5;
    --font: "Museo Sans",sans-serif;
 }
 h1,h2,h3,h4,h5,h6{
    font-family: var(--font)!important;
 }
 h1,h2,h3,h6{
    font-weight: 900!important;
 }
 .et_pb_blurb_content{
    cursor: pointer!important;
 }
 li.header_primary > a,
 a.stolk_btn {
    background-color: #f5f5f5;
    padding: 9px 13px!important;
    font-size: 15px!important;
    font-weight: 900!important;
    display: inline-block!important;
    margin-right: 5px!important;
    border-radius: 2px!important;
    font-family: var(--font)!important;
}
li.header_primary > a,
a.stolk_btn.stolk_btn_creme {
    color: white;
    background-color: var(--accent);
}
a.stolk_btn.stolk_btn_border,
a.stolk_btn.stolk_btn_white {
    color: var(--primary);
    background-color: white;
}
a.stolk_btn.stolk_btn_blue {
    background-color: var(--primary);
    color: white;
}
a.stolk_btn.stolk_btn_border {
    border: 2px solid var(--primary);
    padding: 7px 11px!important;
    padding-right: 40px!important;
}

a.stolk_btn.stolk_btn_creme:hover{
    background-color: var(--accent_shade);
}
a.stolk_btn.stolk_btn_white:hover{
    background-color: #f5f5f5;
}
a.stolk_btn.stolk_btn_blue:hover{
    background-color: #0d1737;
    color: white;
}

a.stolk_btn.stolk_btn_border > span {
    object-fit: contain;
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 0;
    padding-left: 0px;
    width: 20px;
    height: 24px;
    position: absolute;
    border-left: 2px solid grey;
    transform: translate(8px, 0px);
}
a.stolk_btn.stolk_btn_border > span > svg{
    fill: var(--primary);
    transform:scale(0.8);
}
/* HLB header*/
.stolk_header_desktop_spacer {
    display: block;
    width: 100%;
    background-color: white;
    height: 100px;
}
.stolk_header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:999999999999999999999!important;
    height: 110px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.stolk_desktop > *{
    box-sizing: border-box;
}
.stolk_desktop {
    box-sizing: border-box;
    width: 80%;
    max-width: 1080px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 1fr;
    grid-gap: 5px;
}
.stolk_logo {
    object-fit: contain;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    height: 100%;
}
.stolk_logo img {
    height: 60%;
    object-fit: contain;
}

div.stolk_header_upper > div,
div.stolk_header_lower > div{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    position:relative;
}

div.stolk_header_upper > div > ul, div.stolk_header_lower > div > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    color: white;
    list-style-type: none;
    margin: 0px;
    height: 100%;
    width: 100%;
    gap: 18px;
}
div.stolk_header_upper > div > ul > li, 
div.stolk_header_lower > div > ul > li{
    display: flex;
    padding: 0px;
    margin: 0px;
    height: 100%;
    line-height: 1em;
	align-items: center;

}
div.stolk_header_upper > div > ul > li > a,
div.stolk_header_lower > div > ul > li > a
{
    color: var(--primary);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-family: var(--font);
}
div.stolk_header_upper > div > ul > li > a{
    font-weight: 500;
    font-size: 14px;
    color: var(--accent)
}
.stolk_mobile{
    display: none;
}
/* hlb mobile menu*/
:root{
    --mobile_menu_width: 280px;
    --mobile_menu_move: -280px;
}
.stolk_mobile_menu {
    width: var(--mobile_menu_width);;
    background-color: var(--accent);
    position: fixed;
    z-index: 999999999999999999999;
    height: 100vh;
    top: 0px;
    right: 0px;
    transform: translateX(var(--mobile_menu_width));
}
.stolk_mobile_menu:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/06/Metaal-pattroon.webp);
    background-size: 200px;
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    /* mix-blend-mode: multiply; */
    opacity: 0.1;
    filter: saturate(0) brightness(0.4);
    }
.stolk_move_page{
    transform: translateX(0px);
}
.stolk_mobile_menu:after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -110px;
    background-image: url(/wp-content/uploads/2024/05/LHB-Logo.svg);
    width: 400px;
    height: 400px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.stolk_mobile_menu > div.menu-hlb-mobiel-menu-container > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0px;
    list-style-type: none;
}
.stolk_mobile_menu > div.menu-hlb-mobiel-menu-container > ul > li > a{
    color: white!important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.stolk_mobile_hitarea{
    display: none;
}

.stolk_desktop.stok_header_topbar {
    padding: 0px;
    background-color: var(--primary);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position:relative;
    padding: 4px 0px;
}
.stolk_desktop.stok_header_topbar:after,
.stolk_desktop.stok_header_topbar:before{
	position:absolute;
	height: 100%;
	width: 100%;
	left: -100%;
	background-color: var(--primary);
	content: "";
	top:0px;
}
.stolk_desktop.stok_header_topbar:before{
	left: unset;
	right: -100%;
}
.stolk_logo img {
    height: calc(100% - 25px);
    object-fit: contain;
}
@media screen and (max-width: 920px){
    .stolk_desktop{
        grid-template-columns: 200px 1fr;
    }
}
@media screen and (max-width: 900px){
    .stolk_logo img {
        height: calc(100% - 7px);
        object-fit: contain;
    }
    .stok_header_topbar,
    .stolk_desktop{
        display: none!important
    }
    .stolk_mobile {
        display: block;
        width: 80%!important;
        height: 100%!important;
        display: flex!important;
        justify-content: space-between!important;
        align-items: center!important;
    }
    .stolk_header_desktop_spacer{
        height: 60px;
    }
    .stolk_header_wrapper{
        height: 60px;
    }
    .stolk_mobile{
        display: block;
        width: 80%;
    }
    .stolk_mobile > * {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .stolk_mobile_header{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px;
    }
    .stolk_mobile > .stolk_logo {
        padding: 10px 0px;
    }
    .stolk_move_page{
        transform: translateX(var(--mobile_menu_move));
    }
    .stolk_mobile_menu_open{
        transform: translateX(0px);
    }
    .stolk_mobile_hitarea,
    .stolk_mobile_menu,
    .stolk_ease_page{
        transition: all 500ms cubic-bezier(0.000, 0.930, 0.245, 1.020); /* custom */
        transition-timing-function: cubic-bezier(0.000, 0.930, 0.245, 1.020); /* custom */
    }
    .stolk_mobile_hitarea{
        width: calc(100% - var(--mobile_menu_width));
        background-color: rgba(255, 255, 255, 0);
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999999999999999999999;
        opacity: 0;
    }
    .stolk_mobile_hitarea.stolk_mobile_hitarea_open {
        display: block;
        opacity: 0.6;
        background-color: black;
    }
    .stolk_slider_controlls{
        display: none!important;
    }
}
li.header_primary.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.menu-item-38 > a {
    color: white !important;
}

/* sub menu*/

ul.sub-menu {
    list-style: none!important;
    padding: 15px 8px!important;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 9px;
    border-radius: 4px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
ul.sub-menu > li {
    border-bottom: 2px solid #ededed;
    padding-bottom: 11px;
}
ul.sub-menu > li:last-child {
    border-bottom: none;
}
ul.sub-menu > li > a{
    padding-left: 12px
}
.menu-item > ul {
    position: absolute;
    display: none;
}
.menu-item:hover > ul {
    display: flex;
}

.stolk_header_wrapper.stolk_header_scroll > .stolk_mobile_header > .stolk_mobile_btn {
    background-color: #fbba00;
    height: 37px;
    width: 37px;
    border-radius: 4px;
}
.header_primary.current-menu-item > a {
    color: var(--primary) !important;
}


.stolk_desktop.stok_header_topbar > span > a {
    color: white;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--font);
    font-weight: 500;
}
.stolk_header_wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -10px;
    left: 0px;
    background: linear-gradient(167deg, rgba(142,84,60,1) 0%, rgba(201,167,132,1) 33%, rgba(161,127,97,1) 64%, rgba(81,78,89,1) 100%);
    z-index: -1;
}


.stolk_mobile_menu > .menu-primary-container {
    padding: 30px;
}

.stolk_mobile_menu > .menu-primary-container > ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.stolk_mobile_menu > .menu-primary-container > ul > li > a{
    color: white!important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    font-family: var(--font);
    font-size: 27px;
    font-weight: 800;
}
.stolk_lang > img {
    height: 17px;
}
.stolk_lang_switcher {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
}
.current-menu-item > a {
    border-bottom: 2px solid var(--accent);
    transform: translate(0px, 1px);
}

    .stolk_assortiment_items{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        list-style: none;
        padding: 0px!important;
    }
    .stolk_assortiment_item {
        background-color: #F5F5F5;
        border-radius: 3px;
        position: relative;
        padding-bottom: 100%;
        list-style: none;
    }
    .stolk_assortiment_item > img{
        width: 100%;
        position:Absolute;
        /*center*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    img.stok_assortiment_image_placement_align-right {
        right: 0px;
        transform: none;
        left: unset;
        width: calc(100% - 20px);
        top: 50%;
        transform: translate(0px, -50%);
    }
    li.stolk_assortiment_item > h4 {
position: absolute;
bottom: 0px;
left: 0px;
padding: 19px;
font-size: 15px;
font-family: var(--font);
color: var(--primary);
font-weight: 600;
}
/* one column on media query */
@media screen and (max-width: 768px){
/* make it vertical */
.stolk_assortiment_items{
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 380px){
/* make it vertical */
.stolk_assortiment_items{
grid-template-columns: 1fr;
}
}



/* diensten horizontal items*/
.stolk_diensten_items{
    list-style: none;
    padding: 0px!important;
}
.stolk_diensten_item {
    background-color: #F5F5F5;
    border-radius: 2px;
    position: relative;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.stolk_diensten_item > a{
    width: 100%;
    float: left;
    display: grid;
    min-height: 200px;
    grid-template-columns: 200px 1fr;
}
.stolk_dienst_content > *{
    padding: 0px!important;
}
.stolk_dienst_content {
    padding: 20px;
}
.stolk_dienst_image {
    background-size: cover;
    background-position: center;
}
.stolk_dienst_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
.stolk_dienst_content > h4 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--primary);
    font-weight: 900;
}
.stolk_dienst_content > p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: var(--primary);
    font-weight: 300;
}
/* media queries */
@media screen and (max-width: 768px){
    /* make it vertical */
    .stolk_diensten_item > a{
        grid-template-columns: 1fr;
    }
    .stolk_dienst_image {
        width: 100%;
        height: 200px;
    }
    a.stolk_btn.stolk_btn_border
    {
        margin-top: 30px;
    }
}


ul.stolk_diensten_items.stolk_inkoop_items > li > a{
    display: grid;
    grid-template-columns: 250px 1fr;
}
.stolk_inkoop_items > li > a > div.stolk_dienst_image{
    height: 250px;
}
.stolk_section_pattern{
    position:relative;
}
.stolk_section_pattern::after, .stolk_section_pattern::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0px;
    left: 10%;
    opacity: 0.45;
    background-image: url(/wp-content/uploads/2024/06/Metaal-pattroon.webp);
    background-size: 200px;
}
.stolk_section_pattern::after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.21194415266106448) 18%, rgba(255, 255, 255, 0.13351278011204482) 84%, rgba(255, 255, 255, 1) 100%) , linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(255,255,255,1)90%);
    background-size: 100% 100%;
    /* background-color: red; */
}
div.et_pb_module > div.et_pb_text_inner > h3 > a{
    color: var(--accent)!important;
    text-decoration: none;
}

/*Acceptatie beleid pagina */
ul.stolk_accepts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
li.stolk_accept {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 15px;
}
.stolk_col1 {
    background-color: var(--accent);
    object-fit: contain;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}
.stolk_accept_col.stolk_col1 > img {
    height: 30px;
}
.stolk_accept_col_content{
    padding: 15px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.stolk_accept_col_content > h5 {
    font-size: 15px;
    font-family: var(--font);
    color: var(--primary);
    font-weight: 900;
    padding: 0px!important;
    margin: 0px!important;
}
.stolk_accept_col_content > p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: var(--primary);
    font-weight: 300;
}
ul.stolk_accepts.stolk_denies{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}
ul.stolk_accepts.stolk_denies > li.stolk_accept > div{
    background-color: #FC2872;
}
ul.stolk_accepts.stolk_denies > li.stolk_accept > div > h5,
ul.stolk_accepts.stolk_denies > li.stolk_accept > div > p{
    color: white!important;
}
.stolk_accept_col > ul{
    padding: 0px!important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    list-style-position: inside;
    color: white!important;
    font-family: "Open Sans", sans-serif;
    font-size: 15px!important;
    font-weight: 300!important;
}

ul.stolk_usps{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    list-style: none!important;
    padding: 0px!important;
}
.stolk_usp{
    background-color: #f5f5f5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.stolk_usp > h5{
    font-weight: 700;
    font-size: 16px;
    color: var(--primary);
    padding: 0px;
    margin: 0px;
}
.stolk_usp > p{
    font-weight: 300;
    font-size: 14px;
    color: var(--primary);
    padding: 0px;
    margin: 0px;
    line-height: 1.1rem;
}
.stolk_2col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.stolk_2col > ul{
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media screen and (max-width: 768px){
    ul.stolk_accepts,
    .stolk_2col,
    ul.stolk_usps{
        grid-template-columns: 1fr;
    }
    ul.stolk_accepts,
    ul.stolk_accepts > li{
        padding: 0px!important;
        grid-gap: 5px!important;
    }
    ul.stolk_accepts > li{
        grid-template-columns: 50px 1fr;
    }
}


.stolk_gallery_preview {
    width: 100%;
    /* height: 400px; */
    padding-bottom: 100%;
    background-size: 80%;
    background-position: center;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
}
.stolk_gallery_thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    gap: 10px;
    margin-top: 10px;
}
.stolk_gallery_thumb{
    width: 100%;
    padding-bottom: 100%;
	background-size: 80%;
	background-position: center;
	cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: no-repeat;

}

.stolk_lightbox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999999999999999999999999999999;
}
.stolk_lightbox_content{
	max-width: 80%;
	max-height: 80%;
}
.stolk_lightbox_content > img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.stolk_delay_1{
    animation-delay: 0.1s;
}
.stolk_delay_2{
    animation-delay: 0.2s;
}
.stolk_delay_3{
    animation-delay: 0.3s;
}
.stolk_delay_4{
    animation-delay: 0.4s;
}
.stolk_delay_5{
    animation-delay: 0.5s;
}
.stolk_delay_6{
    animation-delay: 0.6s;
}
.stolk_delay_7{
    animation-delay: 0.7s;
}
.stolk_delay_8{
    animation-delay: 0.8s;
}
.stolk_delay_9{
    animation-delay: 0.9s;
}
.stolk_delay_10{
    animation-delay: 1s;
}

ul.stolk_materialen_items{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(100px , 1fr));
    grid-gap: 20px;
    list-style: none!important;
    padding: 0px!important;
}
ul.stolk_materialen_items > li{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.stolk_materialen_item > a > .stolk_materiaal_square{
    width: 100%;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.stolk_materialen_item > a > .stolk_materiaal_square > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.000, 1.010); /* custom */
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.010); /* custom */
}
.stolk_materialen_item > a > .stolk_materiaal_square:hover > img{
    transform: scale(1.5);
}
.stolk_materialen_item > a > h4{
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    margin-top: 15px;
}
/* media queries(*) */
@media screen and (max-width: 768px){
    .stolk_materialen_item > a > h4{
        font-size: 14px;
    }
}

/* ninja forms */

 

.nf-form-fields-required {
    display: none
}

.nf-field>.submit-wrap>*>* {
    width: 100%!important
}
div.nf-field-element,
select.ninja-forms-field,
textarea.ninja-forms-field,
input.ninja-forms-field {
    border: 0.5px solid #dbdbdb!important;
    border-radius: 10px;
    background-color: #efefef!important;
    border-radius: 3px!important
} d
div.nf-field-element{
    padding: 5px!important;
}

.nf-field>.field-wrap>.nf-field-element>input[type=submit],h4.tb_plus_success {
    padding: 10px;
    border-radius: 3px!important;
    background-color:var(--accent)!important;
    color: white!important;
    cursor: pointer
}

h4.hlb_success>span {
    color: white!important;
    font-size: 17px!important;
    background-color: var(--primary);
    font-weight: 700!important;
    padding: 10px;
    border-radius: 3px;
}
  .nf-field-label{
    display: none!important;
  }
.nf-form-content,.nf-cell {
    padding: 0px!important;
}
.nf-cell {
    padding-right: 4px !important;
}
.nf-field-element input[type=text]::placeholder,
.nf-field-element input[type=email]::placeholder,
.nf-field-element input[type=tel]::placeholder,
.nf-field-element input[type=url]::placeholder,
.nf-field-element input[type=date]::placeholder,
.nf-field-element input[type=number]::placeholder,
.nf-field-element input[type=password]::placeholder
{
    color: #000!important;
    font-size: 15px!important;
    font-weight: 300!important;
    font-family: var(--font)!important;
}

/*Openingstijden */
div#openingstijden {
    width: 100%;
    padding: 20px;
    background-color: var(--primary);
}
div#openingstijden > h4 {
    color: white;
    font-size: 20px;
    font-weight: 800;
}
div#openingstijden > h6{
    color: var(--accent);
    font-size: 15px;
    font-weight: 300;
}
.ot_divider {
    width: 100%;
    height: 1px;
    background-color: grey;
    margin-bottom: 10px;
    margin-top: 7px;
}
.ot_times {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 7px;
}
.ot_day {
    color: white;
    font-family: var(--font);
    font-weight: 800;
    font-size: 15px;
}
.ot_time {
    color: white;
    font-family: var(--font);
}
div#openingstijden > p{
    color: white;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 300;
}
/* stolk team*/

.stolk_team{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 20px;
    list-style: none;
    margin-top: 40px;
    padding: 0px!important;
}
.stolk_team_member{
    border-radius: 2px;
    list-style: none;
}
.stolk_team_member_img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-color: var(--bg);
}
.stolk_team_member_img > img{
    position: absolute;
    width: auto;
    height: calc(100% + 40px);
    bottom: 0px;
}
.stolk_team_member_info{
    padding: 10px;
    padding-top: 20px;
    padding-right: 0px!important;
}
/* style info */
.stolk_team_member_info> *{
    color:  var(--primary);
    font-family: var(--font);
    padding: 0px!important;
}
.stolk_team_member_info h5{
    font-size: 1.1em;
    font-weight: 800;
}
.stolk_team_member_info p{
    font-size: 1.1em;
    font-weight: 500;
}
.stolk_team_member_info h6{
    font-size: 1em;
    /*italic light*/
    font-style: italic;
    font-weight: 300!important;
    line-height: 1.4em;
}
/* breadcrumbs */
.et_pb_text_inner > h3{
    color: var(--accent)!important;
}
#page-container{
    width: 100vw!important;
    overflow: hidden!important;
}
/* video overlay*/
.stolk_header_video_overlay {
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background-size: cover;
    background-position: center;
    position: absolute;
    overflow: hidden;
}
.stolk_header_video_overlay > video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px){
    .stolk_header_video_overlay {
        left: 0px;
        width: 100%;
        height: 330px;
    }
    .et_pb_section.stolk_header_video {
        padding-top: 350px;
    }
    ul.stolk_diensten_items.stolk_inkoop_items > li > a{
        grid-template-columns: 1fr;
        grid-template-rows: 250px 1fr;
    }
}

.stolk_mobile_menu > .stolk_lang_switcher {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.stolk_mobile_menu > .stolk_lang_switcher > div.stolk_lang{
    display: flex;
    gap: 10px;
}
.stolk_mobile_menu > .stolk_lang_switcher > div.stolk_lang > a > img {
    width: 40px;
}