:root {
    --primary-color: red;
    --secondary-color: blue;
    --background-color: green;
}
.container-fluid{
     padding: 0 140px!important;
}
/* TYPOGRAPHY */

body,html {
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    background-color: #000;
}
img.bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

h1 {
    font-weight: 500;
}

h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
}

h3 {
    font-weight: 500;
}

h4 {
    font-weight: 500;
}
a{
    color: red;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
/* unvisited link */
a:link {
}

/* visited link */
a:visited {
}

/* mouse over link */
a:hover {
    color: red;
    opacity: 0.6;
    text-decoration: none;
}

/* selected link */
a:active {
}

p {
    font-size: 14px;
    line-height: 24px;
}
p.lead{
    font-size: 14px;
    line-height: 24px;
}
ul {
}

li {
}

blockquote {
}


/* COMMON ELEMENTS */
button.no-style {
    border: 0;
    padding: 0;
    background: 0;
    text-align: left;
    -webkit-appearance: menulist-button;
}

.btn {
    color: #ff2327;
    background-color: #000;
    border: 1px #ff2327 solid;
    /* border-bottom: 3px #ff2327 solid; */
    border-radius: 10px;
    width: 25%;
    /* margin-left: 75%; */

}

.btn:hover {
    color: #fff;
    background-color: #ff2327;
    /* padding: 1.15rem 2.75rem; */
}
img {
}
.youtube iframe, .youtube object, .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube img{
    width: 100%;
    height: auto;
}
.youtube{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.img-load-wrap {
    overflow: hidden;
}

.img-load-wrap img {
    width: 101%;
    height: 101%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    margin: -10px;
    -webkit-transition: -webkit-filter 0.25s;
    transition: -webkit-filter 0.25s;
    -o-transition: filter 0.25s;
    transition: filter 0.25s;
    transition: filter 0.25s, -webkit-filter 0.25s;
}
.img-load-wrap img.loaded {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-filter: none;
            filter: none;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HEADER */

header {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}
header  *{
    height:100%;
    position:relative;
}
header .container-fluid{
    background: #000;
}
header .contactinfo{
    display: inline-block;
    height: auto;
    padding-top: 45px;
    font-size: 12px;
}
header .contactinfo a{
    color: #000;
}
header .contactinfo a:first-child:after{
    content: "";
    height: 2px;
    background-color: #000;
    width: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -43px;
}
header .contactinfo a:first-child{
    margin-right: 67px;
}
.logo-wrap {
    width: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 100%;
    max-width: 300px;
    padding: 24px 0px;
}
.logo-wrap a{
    width: 100%;
}
.logo-wrap a:hover img {
    opacity: .9;
}
.logo-wrap img{
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.menu-wrapper {
}
.menu-button-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10000;
    pointer-events: none;
}
#menu{
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #000;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9;
}
.main-menu.header-menu{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.main-menu .menu-main-container > ul{
    border-bottom: 1px solid #000;
}
.menu-main-container > ul{
    -webkit-padding-start: 0px;
        padding-inline-start: 0px;
    text-align: center;
    list-style: none;
    padding-bottom: 64px;
    margin-bottom: 64px;
}
.menu-main-container > ul > li{
    padding-bottom: 8px;
}
.menu-main-container > ul > li a{
    text-decoration: none;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.menu-main-container > ul > li.current_page_item a,
.menu-main-container > ul > li > ul > li.current_page_item a{
    text-decoration: underline;
}
.menu-button{
    pointer-events: auto;
    position: absolute;
    right: 56px;
    top: 41px;
    color: #fff;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
.menu-button.open{
    color:#fff;
}

.menu-main-container .menu-item-has-children {
    cursor: pointer;
    position: relative;
}
.menu-main-container .sub-menu {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    list-style: none;
    display: none;
    position: relative;
}
.menu-main-container .menu-item-has-children:hover {
    color: #000;
}
.menu-main-container .menu-item-has-children .sub-menu a {
    font-size: 26px;
}
.menu-main-container .menu-item-has-children > a::after {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url(/wp-content/themes/BYRON/assets/img/svg/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 0.35rem;
    margin-left: 1rem;
}

.britse-vlag {
        position: absolute;
    right: -109px;
    height: 20px;
    width: 30px;
    top: 0;
}

/* POST ARCHIVE */

#post-row {
    /* padding-left: 100px; */
}

#loadmore {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 64px;
    cursor: pointer;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#loadmore:hover{
    color: inherit;
    opacity: 0.6;
}

/* POST PARTIAL */
.post-block {
    padding-right: 0;
    margin-bottom: 76px;
}

/* FOOTER */
.newsletter-cta{
    text-align: center;
    background-color:#498CC5;
    padding: 80px 0px;
}
.newsletter-cta h2{
    font-weight: 500;
    margin-bottom:24px;
    color: #000;
}
.newsletter-cta .btn{
    background-color: #2A3362;
    padding: 10px 20px 10px 60px;
    border-radius: 25px;
    position: relative;
    font-weight: 500;
    color: #000;
}
.newsletter-cta .btn::before{
    content: "";
    background-image: url(/wp-content/themes/BYRON/assets/img/svg/link-arr.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 21px;
    height: 15px;
    bottom: 13px;
    left: 15px;
}
.cta-readmore {
    text-align: center;
    height: 240px;
}
.cta-readmore h2{
    margin: 50px;
}
.footer-cta{
    background-color: #498CC5;
    padding: 80px 0px 80px 0px;
    color: #000;
}
.footer-cta .text{
    /* padding-left: 90px;
    padding-bottom: 50px; */
}
footer .container-fluid {
    background-color: #000;
}
footer .logo-wrap{
    width: 150px;
    height: 110px;
    display: inline-block;
    position: relative;
    left: -15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
    padding-top: 50px;
}
footer h3{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.footer-adres{
    display: inline-block;
    position: absolute;
    left: 184px;
    font-size: 14px;
    color: #fff;
}
footer .menu-main-container > ul{
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    text-align: left;
    list-style: none;
    margin-bottom: 0px;
}
footer .menu-main-container > ul > li{
    padding-bottom: 0;
    display: inline-block;
    margin-right: 42px;
}
footer .menu-main-container > ul > li a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    
}
footer .menu-main-container > ul > li.current_page_item a{
    text-decoration: underline;
}
footer .menu-main-container{
    display: inline-block;
    position: absolute;
    left: 184px;
}
footer .row.contact > div{
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding:16px 0px;
}
footer .row.sitemap > div{
    border-bottom: 1px solid #E5E5E5;
    padding:16px 0px;
    text-transform: lowercase;
}
footer .socials{
    display: inline-block;
    float: right;
    height: 110px;
    padding-top: 50px;
}
footer .socials a{
    margin-left:24px;
}
footer .socials a img{
    width:16px;
    height:16px;

}
footer .menu-main-container .menu-item-has-children{
    display: none;
}
.footer-adres span.tel{
    margin-left: 42px;
    margin-right: 42px;
}
.footer-adres span a{
    color: #000;
}
.byron-bottom {
}
.back-to-top {
    position: absolute;
    bottom: 90px;
    left: -75px;
    cursor: pointer;
}
.back-to-top span{
    position: absolute;
    font-size: 12px;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.back-to-top svg {
    transform: rotate(180deg);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.back-to-top:hover svg{
    -webkit-transform: rotate(180deg) scale(.9);
        -ms-transform: rotate(180deg) scale(.9);
            transform: rotate(180deg) scale(.9);
}

/* HOME */
.page-top {
    min-height: 440px;
    height: 65vh;
    width: 85vw;
    margin: auto;
    padding: 0;
    color: #000;
    margin-bottom: 105px;
    background-size: cover;
    background-position: center;
}
.page-top h1{
    font-size: 35px;
    line-height: 50px;
}
.introduction h1{
    font-weight: 500;
    margin-bottom: 4rem;
}
.cta-wrap{
    position: absolute;
    max-width: 405px;
    top: 300px;
}

.cta-container {
    position: absolute;
    bottom: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}
.cta-link{
    background-color: #2A3362;
    padding: 10px 20px 10px 60px;
    border-radius: 25px;
    position: relative;
    font-weight: 500;
    color: #000;
}
.cta-link:before{
    content: "";
    background-image: url(/wp-content/themes/BYRON/assets/img/svg/link-arr.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 21px;
    height: 15px;
    bottom: 13px;
    left: 15px;
}
input .cta-link {
    content: "";
    background-image: url(/wp-content/themes/BYRON/assets/img/svg/link-arr.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 21px;
    height: 15px;
    bottom: 13px;
    left: 15px;
}
.cta-link a:hover,
.text a:hover{
    color: #000 !important;
}
.begin-content{
    position: relative;
}
.begin-content .intro-text{
    padding-bottom: 80px;
}
.content-block-small,
.laatste-nieuws{
    margin-bottom:50px;
}
.nieuws-berichten {
    box-shadow: 0px 30px 50px -40px;
}
.single-colleague .nieuws-berichten{
    box-shadow: none;
}
.laatste-nieuws h2,
.nieuws-berichten h2{
    margin-bottom: 2rem;
    font-weight: 500;
    width: 100%;
}
.text h3,
.vacature h3,
.laatste-nieuws h3,
.nieuws-berichten h3{
    font-weight: 600;
    color: #498CC5;
    padding: 10px 0px;
    font-size: 24px;
    margin: 0px;
}
.laatste-nieuws p,
.nieuws-berichten p{
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 3rem;
}
.laatste-nieuws .lefty{
    padding-left: 0px;
    padding-right: 2rem;
}
.laatste-nieuws .righty{
    padding-right: 0px;
    padding-left: 2rem;
}
.content-block-small .text{
    padding:45px;
    padding-left:95px;
    padding-right:95px;
    padding-bottom:45px;
    position: relative;
}
.content-block-small .ontdek-meer{
    top: unset;
}
span.tab{
    color: #A7A7A7;
    margin-left: 35px;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
span.tab:before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #D31628;
    border-radius: 62px;
    position: absolute;
    left: -35px;
    top: 5px;
}
.footer-cta span.tab {
    color: #000;
}
.footer-cta span.tab:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #D31628;
    border-radius: 62px;
    position: absolute;
    left: -35px;
    top: 5px;
}
p.author{
    margin-bottom: 1.5rem;
    color: #A7A7A7;
    font-size: 16px;
}
span.date{
    color: #A7A7A7;
    font-size: 14px;
    margin-bottom: 16px;
    display: block;
}
.laatste-nieuws .text{
    padding-top: 35px;
    float: left;
    margin-top: 0px;
}
.vacature h3,
.laatste-nieuws .text h3 {
    font-weight: 400;
}
.hero-post .text,
.laatste-nieuws .text{
    padding-bottom:65px;
    position: relative;
}
.hero-post .text p,
.laatste-nieuws .text p{
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.content-block-small .text p{
    display: -webkit-box;
    /* -webkit-line-clamp: 7; */
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.text{
    margin-top: 3rem;
}
.text .cta-link{
    /* position: absolute;
    bottom: 0; */
    display: inline-block;
}
.text .preview{
    margin-bottom: 1rem;
    font-size: 14px;
}
.content-block-large .text .cta-link {
    bottom: 2rem;
}
.content-block-large .text{
    background-color: #000;
    padding: 50px;
    padding-left: 170px;
    padding-right: 170px;
    position: relative;
    padding-bottom: 100px;
}
.content-block-large{
    z-index: 1;
    position: relative;
    padding: 0 155px!important;
}
.content-large-wrap{
    /* -webkit-box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28); */
    /* box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28); */ 
    width: 66.666666666666667%;
    margin: 0 auto;
    margin-bottom: 134px;
}
.no-header-image .bread-crumbs{
    top: -12rem;
}
.bread-crumbs{
    height: 30px;
    /* top: 1rem; */
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: lowercase;
    font-size: 10px;
    font-weight: 600;
    opacity: 0.9;
    color: #A7A7A7;
    width: 100%;
    background-clip: content-box;
}
.bread-crumbs a{
    color: inherit;
    font-weight: 500;
}
.bread-crumbs.no-img{
    /* position: relative;
    top: -11rem; */
}
.meer-lezen,
.flex-content{
    background-color: #000;
    padding-bottom: 100px;
}
.flex-content h1{
    font-size: 44px;
    margin-bottom: 30px;
}

.flex-content .lijst,
.flex-content .quote,
.flex-content .afbeelding,
.flex-content .tekst{
    margin-bottom: 45px;
}
.tekst a {
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid;
}
.header-image{
    height: 100%;
    padding-bottom: 80px;
}
.empty-header {
    padding: 0px;
    height: 75px;
}
.empty-header::before{
    /* content: ''; */
    position: absolute;
    margin-top: 80px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, transparent 25%, #498CC5 500%);
}
.header-background {
    padding: 0px;
}
.header-background img{
    margin-top: 100px;
    height: 450px;
}
.header-background::before{
    content: '';
    position: absolute;
    width: 100%; 
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, #498CC5 150%);
}
.quote{
    padding: 0 100px;
    font-style: italic;
    font-size: 24px;
    font-weight: 300;
}
.lijst ul{
    list-style: none;
    -webkit-padding-start: 111px;
            padding-inline-start: 111px;
}
.lijst li{
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}
.lijst li:before{
    content: "";
    height: 2px;
    width: 24px;
    background-color: #575757;
    position: absolute;
    left: -68px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.bc-wrap{
    display: inline-block;
    padding-left: 47px;
    padding-top: 7px;
}
.bc-wrap svg{
    margin-right: 0;
    position: absolute;
    top: 11px;
    left: 30px;
    -webkit-transition: left .25s linear;
    -o-transition: left .25s linear;
    transition: left .25s linear;
}
.bc-wrap:hover svg{
    left: 25px;
}
.blog-intro{

}
.blog-intro h1{
    margin-bottom: 32px;
}
.blog-intro p{
    font-size: 16px;
}

.hero-post{
    margin-top: 64px;
    margin-bottom: 64px;
}
.post-block{
    width: 100%;
    display: inline-block;
    padding-right: 50px;
}
.cat-link{
    padding: 5px 10px;
    border: 2px solid #2A3362;
    display: inline-block;
    border-radius: 30px;
    margin: 10px;
    opacity: 0.6;
    width: fit-content;
    height: fit-content;
}
.cat-link.active{
    opacity:1;
}
.cat-link a{
    font-size: 16px;
    color: #2A3362;
    display: flex;
    justify-content: center;
}
.cat-links{
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-bottom: 40px;
}
.bottom-border{
    border-bottom: 2px solid #A7A7A7;
}
.search-form input{
    border: none;
}
.share-links{
    border-bottom: 1px solid #A7A7A7;
    padding: 32px 0px;
}
.share-links > div > a{
    margin-right:20px;
}
.share-links > div > a:hover{
    opacity: 1;
    text-decoration: none;
}
.share-links > div > a svg path{
    fill: #575757;
    -webkit-transition: fill .15s linear;
    -o-transition: fill .15s linear;
    transition: fill .15s linear;
}
.share-links > div > a:hover svg path{
    fill: #A7A7A7;
}
.flex-content .post-block{
    margin-top:32px;
}

.hamburger{
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    right: -41px;
    top: 4px;
    cursor: pointer;
}

.hamburger span{
    width: 22px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.hamburger:hover span {
    opacity: .7;
}
.menu-button.open .hamburger span:nth-child(1){
    width: 0px;
}
.hamburger span:nth-child(3){
    width: 17px;
}
.menu-button.open .hamburger span{
    background-color: #fff;
}
.menu-button.open .hamburger span:nth-child(3){
    width: 0px;
}
/* .header-bg{
    background: linear-gradient(0deg, #000 0%, #498CC5 500%);
    position: absolute;
    left: 7.5%;
    height: 355px;
    width: 85%;
    margin: auto;
    z-index: -1;
} */
.links-section{
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    margin-left: -15px;
    margin-top: 64px;
    margin-bottom: 16px;
    color: #000;
}
.links-section a{
    color: #000;
    text-decoration: underline;
}
.colofon{
    font-size: 10px;
    display: inline-block;
    float: right;
    font-weight: 500;
    margin-top: 64px;
    color: #fff;
}
.colofon a{
    color: #fff
}
.hero-post .text{
    padding-bottom: 45px;
}
.flex-row{
    padding: 0 15px;
    position: relative;
}
.contactinfo-col {
    margin-top: 20px;
}
.contactinfo-col .tab{
    margin-top: 80px;
}
.contactinfo-col .socials a{
    margin-right: 16px;
}
.contactinfo-col span{
    display: block;
    font-size: 14px;
}
.contactinfo-col a,
.contactinfo-col span a{
    color: #000;
}
.contactinfo-col a:hover span{
    color: inherit;
    opacity: 0.6;
}
.contact-wrap > .container-fluid > .row{
    background-color: #000;
    padding-bottom: 6rem;
}
.contactinfo-col h5{
    font-size: 16px;
}
.contact-form .input-column{
    width: -webkit-fill-available;
}
textarea,
input{
    width: 100%;
    color: #575757;
    border: none;
    border-bottom: 2px solid;
    padding: 10px 0;
    padding-bottom: 16px;
}
textarea,
input[type="radio"]{
    width: unset;
    color: #575757;
    border: none;
    border-bottom: 2px solid;
    padding: 10px 0;
    padding-bottom: 16px;
}
textarea:focus,
input:focus{
    outline: none;
}
.contact-form .input-column span{

}
.contact-form .input-column input:focus{
    outline: none;
}
.two-columns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.two-columns .input-column:first-child{
    padding-right:10px;
}
.two-columns .input-column:last-child{
    padding-left:10px;
}
textarea{
    width:100%;
}
.submit{
    position: relative;
}
.submit input{
    background: none;
    width: 180px;
    text-align: right;
    position: relative;
    display: inline-block;
}
.submit svg{
    position: relative;
    left: 30px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.submit:hover > svg{
    left: 45px
}

.contact-header{
    margin-bottom: 50px;
}

.contact-form{
    margin-top:-16px;
}
.cat-link-row h1{
    margin-bottom: 32px;

}
.load_more:before{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.extra-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.extra-links a{
    width: 33.33333333333333%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    padding: 0 1rem;
    color: #000;
}
.main-menu .socials{
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    margin-top: 128px;
}
.socials svg path{
    fill: #575757;
}
#menu .socials svg path{
    fill: #000;
}
.bedrijfsinfo{
    margin-top: 2em;
}
/* div.sidebar{
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    height: 80vh;
    max-height: 840px;
}
div.sidebar .tab{
    -webkit-transform: rotate(-90deg) translateY(-100%);
        -ms-transform: rotate(-90deg) translateY(-100%);
            transform: rotate(-90deg) translateY(-100%);
    color: #A7A7A7;
    bottom: 27px;
    position: absolute;
    left: 64%;
    font-size: 12px;
    margin-left: 0;
    margin-bottom: 0;
    white-space: nowrap;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
} */
.ontdek-meer{
    position: absolute;
    top: unset;
    z-index: 1;
    cursor: pointer;
}
.ontdek-meer span{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    top: 55px;
    color: #A7A7A7;
}
.ontdek-meer svg {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.ontdek-meer:hover svg {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}
.archive .ontdek-meer,
.blog .ontdek-meer{
    top: 0px;
}
#no-category {
    margin-bottom: 4rem;
}
.page-template-overview-pages-php .page-top {
    height: 550px;
}

.link-grid{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.link-block{
    padding: 25px;
    position: relative;
    height:240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28);
    box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28);
}
.link-block h4{
    color: #000;
    font-weight: 600;
    position: absolute;
    bottom:25px;
    left: 25px;
    font-size: 1.2rem;
}

/* Sitemap */
.page-template-sitemap .page-top,
.error404 .page-top {
    height: 550px;
}

.sitemap-row {
    margin-top: 2.5rem;
}

.sitemap-container,
.error-container {
    margin-bottom: 7rem;
}
/* Single publicatie pagina */
.single {}


/* Thema pagina */
.theme-content h1 {
    margin-bottom: 3rem;
    font-weight: 500;
}
.theme-content h2 {
    color: #498CC5;
    font-weight: 400;
    margin-bottom: 2rem;
}
.theme-item>li>button>svg {
    position: absolute;
    margin-top: 1rem;
    width: 25%;
}
.page-template-page-themes .theme-item {
    /* height: 0px; */
    list-style: none;
    padding: 0px;
}
.page-template-page-themes .btn-div {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-template-page-themes .theme-item .sub-list {
    list-style: none;
    padding: 0;
    height: 100px;
    /* overflow: hidden; */
}
.page-template-page-themes .theme-item .sub-list button{
    padding-bottom: 1rem;
    border-bottom: 2px solid;
    margin-bottom: 1rem;
    color: #293263;
    width: 100%;
}
.page-template-page-themes .theme-item .theme-title {
    font-weight: 600;
    color: #293263;
    width: 75%;
}
.page-template-page-themes .theme-current .btn-div {
    padding-bottom: 1rem;
}
.page-template-page-themes .theme-item.theme-current .sub-list {
    height: unset;
}
.page-template-page-themes .theme-item button:focus {
    outline: none;
}
.page-template-page-themes .theme-item:not(.theme-current) .sub-list {
    height: 0;
    overflow: hidden;
}
.page-template-page-themes .theme-content > div:not(.visible) {
    display: none;
}
.page-template-page-themes .theme-content .visible {
    padding-bottom: 7rem;
}

/* ########## OVER ONS ########### */
.team-function ul{
    -webkit-padding-start: 0px;
        padding-inline-start: 0px;
    justify-content: space-between;
    display: flex;
    list-style: none;
    width: 85%;
}
.team-btn {
    border: none;
    background: #000;
    border-bottom: solid 2px #D0D0D0;
    color: #D0D0D0;
    padding: 15px 5px;
}
.team-btn.active{
    border-bottom: solid 2px #293263;
    color: #293263;
}
.team-list{
    display: grid;
    grid-template-columns: repeat(4, 25%);
    margin: 0px -10px;
}
.team-list .colleague{
    padding: 10px;
}
.team-list .colleague img{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 300px;
}
.team-list .colleague h4{
    color: #000;
    margin-top: 1rem;
    min-height: 60px;
}
.team-list .colleague p{
    color: #A7A7A7;
    font-size: 16px;
}
.team-list .colleague a{
    color: #498CC5;
    word-break: break-word;
    display: block;
}
.team-list .hideme{
    display: none;
}
.team-list .showme{
    display: block;
}
.underline{
    text-decoration: underline;
}
.team-image{
    width: 100%;
    min-width: 449px;
    min-height: 449px;
    max-width: 450px;
    max-height: 450px;
    object-fit: cover;
}
.team-info .kopje{
    font-weight: 600;
    margin: 2rem 0rem 0.5rem 0rem;
}
.team-info{
    padding-left: 5rem;
}
.team-info .light-text{
    color: #A7A7A7;
}
.team-info a{
    display: block;
}
.team-info a:hover{
    text-decoration: underline;
    opacity: 0.7;
    color: #007bff;
}
.team-info .share-links a{
    display: inline-block;
}
.team-info .share-links{
    border: none;
}
.team-detail{
    border-bottom: 2px solid #A7A7A7;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
}
.padding-bot{
    padding-bottom: 6rem;
}
#searchform{
    width: 80%;
    display: flex;
    border-radius: 25px;
    border: solid 2px #D0D0D0;
}
#searchform .txt{
    width: 90%;
    padding: 10px;
    border-radius: 25px;
    border: none;
}
#searchform button{
    width: 10%;
    padding: 10px;
    border-radius: 25px;
    background: #000;
    border: none;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}

.container-grid{
    display: grid;
    grid-template-columns: 100px auto auto auto auto auto auto auto auto auto 100px;
    gap: 10px;
}
input[type="radio"] {
    background-color: grey; /* Standaardkleur */
    border-color: grey; /* Randkleur */
}
input[type="radio"]:checked {
    background-color: #ff2327; /* Kleur wanneer geselecteerd */
    border-color: #ff2327; /* Randkleur wanneer geselecteerd */
    accent-color: #ff2327;
}
input[type="submit"] {
    color: #ff2327;
    background-color: #000;
    border: 1px #ff2327 solid;
    border-bottom: 3px solid;
    border-radius: 10px;
}
.box{
    width: 40%;
    margin: 40px 10px;
}
.container{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}
h2{
    color: #ff2327;
}
.btn-save{
    color: #ff2327;
    background-color: #000;
    border: 1px #ff2327 solid;
    /* border-bottom: 3px solid; */
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin-left: 95%;
    margin-top: 5%;
}
label{
    font-size: 20px;
}
div#user-submitted-posts {
    width: 75%;
}

fieldset.usp-title {
    margin-bottom: 15px;
}
input#user-submitted-title {
    border-radius: 10px;
    padding-left: 10px;
}