:root{
    --ipad: 2.5rem;
    --vpad: 3.5rem;
    --radius: .5rem;
    --radiusXL: 1.25rem;
    --main-newdark: #040219;
    --main-newblue: #172177;
    --main-green: #02BC7D;
    --main-newdarkblue: #07032A;
}
@media screen and (max-width: 768px) {
    :root{
        --ipad: .5rem;
        --vpad: 1rem;
    }
}
@media screen and (max-width: 992px) {
    :root{
        --ipad: 1rem;
        --vpad: 2rem;
    }
}
body{
    /*background-color:var(--main-newdarkblue);*/
}
#top-menu {
    color: #fff;
    background: linear-gradient(to bottom, var(--main-newdarkblue), #111);
    border: none;
    height: 4.5rem;
}
.logoTitle {
    font-size: .9rem;
    line-height: 1.4rem;
}
footer {
    position: relative;
    z-index: 1;
}
/*
Buttons
*/
.btn-big{
    background: #0A0B36;
    color: #fff;
    border-radius:var(--radius);
    width:100%;
    height:100%;
    padding: 1rem 2rem 1rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    position: relative;
    transition:none;
}
.btn-big::after {
    content: ' ';
    -webkit-mask: url('/wp-content/themes/ox21/assets/ico-arrow-next.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/ox21/assets/ico-arrow-next.svg') no-repeat 50% 50%;
        mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 .5rem;
    position: absolute;
    right: 1rem;
}
.btn-big svg{
    fill: #fff;
    height: 3rem;
    width: 3rem;
    margin-right: 1rem;
}
.btn-big:hover{
    background-image: linear-gradient(to bottom, #D00000, #FF4F37) ;
    color:#fff;
}
.btn-big:hover svg{
    fill:#fff;
}
.btn-big:hover::after {
    background-color: #fff;
}

.btn.box.hpmore {
    width: 100%;
    background: #fff;
    border: #fff;
    color: var(--main-newdark);
}

.btn.box.hpmore::after{
    background-color: var(--main-newdark);
}
.btn.box.hpmore:hover::after {
    background-color: var(--main-newdark);
}

.btn.box.hpmore:hover,
.btn.box.hpmore:focus {
    border-color: #fff;
    box-shadow: inset 0 -4em 0 0 #fff;
    color: var(--main-newdark);
}		

.white.btn.box {
    border-color: var(--main-newdark);
    color: var(--main-newdark);
    background: #fff;
    border-width: 1px;
}
.white.box.btn::after{
    background-color: var(--main-newdark);
    color:var(--main-newdark);
}
.white.btn.box:hover,
.white.btn.box:focus {
    border-color: var(--main-newdark);
    box-shadow: inset 0 -4em 0 0 #fff;
    color: var(--main-newdark);
}

/*
Helpers
*/
.ratio-9x16{
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
}
.vPad{
    padding-top: var(--vpad);
    padding-bottom: var(--vpad);
}
.tPad{
    padding-top: var(--vpad);
}
.bPad{
    padding-bottom: var(--vpad);
}
.htPad{
    padding-top: calc(var(--vpad) / 2);
}
.hbPad{
    padding-bottom: calc(var(--vpad) / 2);
}
.vMar{
    margin-top: var(--vpad);
    margin-bottom: var(--vpad);
}
.tMar{
    margin-top: var(--vpad);
}
.bMar{
    margin-bottom: var(--vpad);
}
.htMar{
    margin-top: calc(var(--vpad) / 2);
}
.hbMar{
    margin-bottom: calc(var(--vpad) / 2);
}
.size-2{
    font-size:1.5rem;
}
.topLevel{
    position: relative;
    z-index: 1;
}
h2.newTitle{
    text-transform:uppercase;
}
.newTitle{
    font-size:2.75rem;
    line-height: 3rem;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .newTitle {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
.newSubTitle{
    font-size:2.75rem;
    font-weight: 700;
}
.darkTitle{
    background: var(--main-newdark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whiteTitle{
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.redTitle{
    background-image: linear-gradient(160deg, #D00000, #FF4F37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blueTitle {
    background-image: linear-gradient(to right, #172177, #040219);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.halfBold{
    font-weight:600;
}
.checkedList{

}
.checkedList li {
    padding: 0 0 0 calc(var(--vpad) / 1.5);
    margin-bottom: calc(var(--vpad) / 2);
    min-height: calc(var(--vpad) / 3);
    background: url('/wp-content/themes/ox21/assets/ico-checklist.svg') center left no-repeat;
    background-size: calc(var(--vpad) / 2) calc(var(--vpad) / 3);
    font-size:1.125rem;
}


/*
Header
*/
#short-menu {
    margin-left: 2rem;
}
#short-menu a{
    margin:0 1rem;
    color:#fff;
}
#short-menu a:hover{
    text-decoration:underline;
}
#wordlid-header {
    margin-top: 0;
    padding: .5rem 2.5rem .5rem 1rem;
    margin-right: 2rem;
}
@media screen and (max-width: 768px) {
    #wordlid-header {
        font-size: .8rem;
        padding: .5rem 1rem;
        margin-right: 0;
    }
    #wordlid-header:after {
        content:'';
        display: none;
    }
}
#leden-header {
    color:#fff;
    margin-right: 2rem;
}
/*
Footer
*/
.container-fluid.footer {
    color: var(--main-light);
    background-color: var(--main-newdark);
    border-top: 0;
    padding-top: 4rem;
}
#postFooter {
    background: var(--main-newdark);
}
.list-social .search__icon svg{
    margin-bottom: 0;
}

/*
Umbrella
*/
body.page-template-template-umbrella{
    background-color:var(--main-newdark);
}
.umbrella h1{
    color:#fff;
    position: relative;
}
#short-sub-menu {
    z-index: 1;
    position: relative;
}
#short-sub-menu {
    color:var(--main-newdark);
}

/*
Top Banner
*/
.topBannerContainer h2{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform:uppercase;
}
.topBannerContainer{
    background: linear-gradient(110deg, var(--red-dark) 0%, var(--red-light) 100%);
}
@media screen and (max-width: 768px) {
    .topBannerContainer h2{
        font-size: 1rem;
        line-height:1.2rem;
    }
}
/*
Hero
*/
#heroImg {
    background-size: cover;
    background-position: center center;
    color: #fff;
    border-radius: 8px;
    padding: var(--ipad);
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    height: 22rem;
    width: 100%;
}
#heroContainer{
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
}
#heroTitle{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: uppercase;
    margin-top: 1rem;
    color:#fff;
}
@media screen and (max-width: 992px) {
    #heroContainer {
        justify-content: end;
    }
}
@media screen and (max-width: 768px) {
    #heroImg {
        height: 15rem;
    }
    #heroTitle {
        font-size: 1.8rem;
        line-height: 2.2rem;
        max-width: 100%;
        font-weight: 400;
    }
}

/*
Top latest news
*/
#latest-news{
    background-color: #1720774D;
    border-radius: 8px;
    padding: calc(var(--ipad) / 2);
    height: 100%;
}
.latest-news .latest-news-title{
    display:flex;
    margin:0 0 1rem 0;
    font-weight:bold;
    color:#fff;
}
.latest-news .box-latest{
    width:100%;
    display: flex;
    justify-content: space-between;
    border-radius:var(--radius);
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1rem;
    background-color:rgba(255,255,255,.9);
}
.latest-news .box-latest a{
    justify-content: space-between;
    flex: 1;
    display:flex;
}
.latest-news .newsContent{
    color: #000;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
}
.latest-news .box-latest img{
    width:4rem;
    height:4rem;
    border-radius:2px;
}
.latest-news .newsContent h3{
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    font-size:.75rem;
    line-height:1rem;
}
.latest-news .newsContent span{
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    font-weight:500;
    font-size:.75rem;
}

/*
Top News
*/
#topBG{
    background-color:var(--main-newdarkblue);
    position: relative;
}
#topBG::before{
    content: ' ';
    background-image:linear-gradient(to right, var(--main-newblue) 40%, var(--main-newdark) 65%);
    height: 30rem;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#topBG::after{
    content: ' ';
    background-image:linear-gradient(170deg, transparent 0%, transparent 50%, var(--main-newdarkblue) 50%);
    height: 30rem;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
body.page-template-template-home-2024 #topBG::before,
body.page-template-template-home-2024 #topBG::after{
    height: 200vh;
}


#topNews{
    position: relative;
    z-index: 2;
}
#topNews h2{
    color: #fff;
    text-align: center;
}
#topNews .slick-track {
    display: flex;
    gap: 1rem;
    margin: 0;
}
#topNews .slick-track::before,
#topNews .slick-track::after {
    display: none;
}
#topNews .slick-slide .ratio{
    border-radius:var(--radius);
}
/*#topNews li.slick-slide:not(:last-child) {
    padding-right: 1rem;
}*/
@media screen and (max-width: 768px) {
    #topNews .slick-list {
        padding:0 20% 0 0 !important;
    }
}
#topNews .content .small {
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    color: #fff;
}
#topNews .content .title{
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    font-size:1.125rem;
    color: #fff;
}
#topNews .content .text {
    font-weight:300;
    font-size:1rem;
    color: #fff;
}
#topNews .content .small {
    font-weight:500;
    font-size:.75rem;
    color: #fff;
}


/*
Top Events
*/

#topEvents{
    position: relative;
    z-index: 2;
}
#topEvents h2{
    color: #fff;
    text-align: center;
}
#topEvents .slick-track {
    display: flex;
    gap: 1rem;
    margin: 0;
}
#topEvents .slick-track::before,
#topEvents .slick-track::after {
    display: none;
}
#topEvents .slick-slide .ratio{
    border-radius:var(--radius);
}
@media screen and (max-width: 768px) {
    #topEvents .slick-list {
        padding:0 20% 0 0 !important;
    }
}
#topEvents .content .small {
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    color: #fff;
}
#topEvents .content .title{
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    font-size:1.125rem;
    color: #fff;
}
#topEvents .content .text {
    font-weight:300;
    font-size:1rem;
    color: #fff;
}
#topEvents .content .small {
    font-weight:500;
    font-size:.75rem;
    color: #fff;
}

/*
Top Newsletter
*/
#topNL{
    background-color:var(--main-newdarkblue);
    z-index: 1;
    position: relative;
}
#topNL .message{
    border-radius:var(--radiusXL) 0 0 var(--radiusXL);
    padding: var(--ipad);
}
#topNL .cover{
    border-radius:0 var(--radiusXL) var(--radiusXL) 0;
}
#topNL .message{
    background-color:rgba(255,255,255,.9);
    min-height:30vh;
}
#topNL .cover{
    background-size:cover;
    background-position: center center;
    min-height:30vh;
}
@media screen and (max-width: 992px) {
    #topNL .message{
        border-radius:var(--radiusXL) var(--radiusXL) 0 0;
        padding:var(--ipad);
    }
    #topNL .cover{
        border-radius:0 0 var(--radiusXL) var(--radiusXL);
    }
}

/*
Top Shorts
*/
#topShorts{
    background-color:var(--main-newdarkblue);
    position: relative;
    color:#fff;
}
#topShorts .container h2{
    color: #fff;
    text-align: center;
}
#topShorts .slick-track {
    display: flex;
    gap: 1rem;
}
#topShorts .slick-slide{
    border-radius:var(--radius);
    border: 4px solid var(--main-color);
}
#topShorts .slick-slide .ratio{
    border-radius:var(--radius);
}
/*#topShorts .slick-list {
    padding:0 20% 0 0 !important;
}*/
#topShorts .slick-slide{
    /*opacity:.5;*/
}
/*#topShorts .slick-slide[data-slick-index="-1"],
#topShorts .slick-slide[data-slick-index="0"],
#topShorts .slick-slide[data-slick-index="1"],
#topShorts .slick-slide[data-slick-index="2"]{
    opacity:1;
}*/
#topShorts .slick-slide.active{
    /*opacity:1;*/
}
#topShorts .btn-wrap svg{
    fill:#fff;
    width:2rem;
}
#carousel-topShorts{
    position: relative;
}
#carousel-topShorts:before,
#carousel-topShorts:after{
    content:' ';
    position: absolute;
    top:0;
    width:8rem; /* same as slick.js center padding */
    height:100%;
    background-color: var(--main-newdarkblue);
    z-index: 1;
    opacity: .5;
}
#carousel-topShorts:before{
    left:0;
}
#carousel-topShorts:after{
    right:0;
}
.btn-wrap button {
    margin: 0 1rem;
}

@media screen and (max-width: 768px) {
    #topShorts .slick-track {
        gap: .5rem;
    }
    #carousel-topShorts:before,
    #carousel-topShorts:after{
        width:1rem; /* same as slick.js center padding */
    }
}





/*
Bottom background color
*/
#bottomBG{
    position: relative;
    overflow:hidden;
    background-color:var(--main-newdarkblue);
}
#bottomBG .container{
    position: relative;
    z-index: 1;
}
#bottomBG::before{
    content: ' ';
    background-image:linear-gradient(to right, var(--main-newblue) 40%, var(--main-newdark) 65%);
    height: 100%;
    width: 100%;
    top: 10rem;
    left: 0;
    position: absolute;
    z-index: 0;
}
#bottomBG::after{
    content: ' ';
    background-image:linear-gradient(5deg, transparent 0%, transparent 50%, var(--main-newdarkblue) 50%);
    height: 23rem;
    width: 100%;
    top: 10rem;
    left: 0;
    position: absolute;
    z-index: 0;
}

/*
Top More News
*/
#topMoreNews{
    position: relative;
}
#topMoreNews h2{
    color: #fff;
    text-align: center;
}
#topMoreNews .slick-track {
    display: flex;
    gap: 1rem;
    margin: 0;
}
#topMoreNews .slick-track::before,
#topMoreNews .slick-track::after {
    display: none;
}
#topMoreNews .slick-slide{
    border-radius:var(--radius);
    background-color:var(--main-color);
}
#topMoreNews .slick-slide .ratio{
    border-radius:var(--radius) var(--radius) 0 0;
}
/*#topMoreNews li.slick-slide:not(:last-child) {
    padding-right: 1rem;
}*/

#topMoreNews .content {
    color: #fff;
    padding: 1.5rem 1.2rem;
    min-height: 12rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
#topMoreNews .content .small {
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    font-weight:500;
    font-size:.75rem;
    color: #fff;
}
#topMoreNews .content .title{
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    font-size:1.125rem;
    color: #fff;
}
@media screen and (max-width: 768px) {
    #topMoreNews .slick-list {
        padding:0 20% 0 0 !important;
    }
    #topMoreNews .content {
        min-height: 15rem;
    }
}
@media screen and (max-width: 992px) {
    #topMoreNews .content {
        min-height: 15rem;
    }
}


/*
Top Word Lid
*/

#topWordLid:before{
    content: ' ';
    background-image: url('/wp-content/themes/ox21/assets/sticker.png');
    background-size: contain;
    width: 8rem;
    height: 8rem;
    position: absolute;
    margin-left: -3rem;
    margin-top: -4rem;
    top: 0;
    left: 0;
}
@media screen and (max-width: 992px) {
    #topWordLid:before{
        width: 8rem;
        height: 8rem;
        margin-right: -2rem;
        margin-top: -2rem;
        top: 0;
        left: auto;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    #topWordLid:before{
        width: 6rem;
        height: 6rem;
        margin-left: -1rem;
        margin-top: -3rem;
        top: 0;
        left: 0;
    }
}
#topWordLid{
    position: relative;
}
#topWordLid .message,
#topNewsletter .message{
    border-radius:var(--radiusXL);
    padding:var(--ipad);
    background:rgba(255, 255, 255, .9);
}
@media screen and (max-width: 768px) {
    #topWordLid .btn{
        width:100%;
    }
}

/*
Top socials
*/
#topSocial{
    position: relative;
    background-color: var(--main-newdarkblue);
}
#topSocial h2{
    color: #fff;
    text-align: center;
}
#topSocial ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
#topSocial li {
    flex:1;
    flex-grow: 0;
    margin: 0;
}
#topSocial .social-counter{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
}
#topSocial .social-counter .icon{
    background: #fff;
    border-radius:8px;
    padding: .5rem;
    margin-right: 1rem;
}
#topSocial .icon svg{
    width: 1.8rem;
    fill: var(--main-color);
    height: 1.8rem;
}
#topSocial .social-counter p{
    display: flex;
    flex-direction: column;
}
#topSocial .social-counter .number{
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
#topSocial .social-counter .followers{
    font-size: .8rem;
    margin-top: .5em;
    color: #fff;
}

#topSocial .social-counter:hover .icon svg{
    fill: #fff;
}
#topSocial .social-counter:hover .icon{
    background: var(--main-color);
}


@media screen and (max-width: 992px) {
    #topSocial ul {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    #topSocial li {
        min-width: 30%;
    }
    #topSocial .social-counter {
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    #topSocial ul {
        justify-content: space-evenly;
    }
    #topSocial li {
        min-width: 40%;
    }
    #topSocial .social-counter {
        width: 100%;
        justify-content: start;
    }
    #topSocial .social-counter .number{
        font-size: 1.5rem;
    }
}

/*
NL Form
*/
.flushedForm{
    width:100%;
    display:flex;
    justify-content:space-between;
    background:#fff;
    border-radius: 8px;
    border: 1px solid var(--main-color);
    position: relative;
    margin-bottom: 2rem;
}
.flushedForm .email{
    width:100%;
    background:transparent;
    border:0;
    padding: 0 calc(var(--vpad) / 2);
    border-radius: 8px;
}
#mce-error-response {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    background: var(--main-color);
    padding: 1rem;
    margin: 0.5rem 0;
    width: 100%;
    border-radius: 8px;
}
#mce-success-response {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    background: var(--main-newblue);
    padding: 1rem;
    margin: 0.5rem 0;
    width: 100%;
    border-radius: 8px;
}
div.mce_inline_error {
    position: absolute;
    bottom: -1.5rem;
    color: var(--main-color);
}
@media screen and (max-width: 768px) {
    .flushedForm{
        flex-direction:column;
    }
    .flushedForm .email{
        height:3.2rem;
    }
    .flushedForm .btn{
        width:100% !important;
    }
}

/* HOME BLOCK ORDER */
.mobileOrder{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .mobileOrder{
        flex-direction: column-reverse;
    }
}

/* LEDEN WORD LID */
.whiteCard{
    border-radius:var(--radiusXL);
    padding: var(--ipad);
    background-color:rgba(255,255,255,.9);
    min-height:30vh;
}
.whiteCard h2{
    font-weight: 700;
    text-transform:uppercase;
}
/* Internal pages */
#archive-header::after,
#single-header::after {
background: linear-gradient(to right, var(--main-newblue) 40%, var(--main-newdark) 65%);
}
.summary .image{
    border-radius: 8px 0 0 8px;
}
.summary .content{
    border-radius: 0 8px 8px 0;
}
body.archive:not(.category-vacatures) article:first-of-type .summary .image{
    border-radius: 8px 8px 0 0;
}
body.archive:not(.category-vacatures) article:first-of-type .content{
    background-color: var(--main-newdark);
    border-radius: 0 0 8px 8px;
}
.single-thumbnail{
    border-radius: 8px;
}
.text-organization .element {
    border: 2px solid var(--main-color) !important;
    border-image:none;
    border-radius: 8px;
}
.text-organization img{
    border-radius: 8px 8px 0 0;
}

/* Contacts */
div:has(> p.phone-support) {
    background: #e3eef6;
    border-radius: 5px;
    padding: 2rem;
    margin-top:3rem;
}
p.phone-support a {
    margin: 1rem 0 0 0;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    background: #00af55;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    color:#fff;
    font-weight: bold;
}
p.phone-support a::before {
    content: url(/wp-content/themes/ox21/assets/ico-telephone.svg);
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    margin-right: 0.5rem;
  }