/*
Theme Name: Convident theme Child
Theme URI: https://http://thema.convident.website/
Template: convident-theme
Author: Convident
Author URI: https://convident.nl
Description: Algemeen thema voor convident websites
Version: 1.0.0
Text Domain: convident-theme-child

/* general */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;800&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    color: #8b3c87;
}

h1 strong,
h2 strong,
h3 strong {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 32px;
}

h2 strong, h2 {
    font-size: 28px;
    color: #8b3c87;
}


h3 {
    font-size: 24px;
    color: #8b3c87;
}

h4 {
    font-size: 22px;
}


.center-col {
    margin-right: auto;
    margin-left: auto;
}

main#main-content {
    padding: 0;
}

.title-white {
    color: white;
}

a {
    color: #007bff;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

a:focus {outline: none;}
button:focus {outline: none;}
input:focus {outline: none;}

#main-content a:not([class]) {
    color: #ff8100;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 500;
    text-decoration-style: dashed;
}

#main-content a:not([class]):hover {
	opacity: 0.8;
	text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 500;
    text-decoration-style: dashed;
}

.image-blocks-30 a {
    text-decoration: none !important;
}

/* nav */

nav ul li:last-child a {
    padding: 10px 15px 10px 10px;
}

ul.sub-menu {
    background: white;
    padding: 15px 20px;
	border-radius: 0 0 10px 10px;
}

.footer-menu ul.sub-menu {
    background: transparent;
}

#logo img {
    height: 45px;
}

.sf-field-search input {
    padding: 5px 10px;
    border: 1px solid #8b3c87;
    border-radius: 3px;
}

nav ul li a {
    color: #8b3c87;
    font-size: 18px;
    font-weight: 600;
}

.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    left: -10px;
}



.searchandfilter[data-sf-form-id="43"] .sf-field-submit {
    /* text-indent: 99999px; */
    height: 100%;
    width: 20px;
    position: relative;
    top: 2px;
    right: 26px;
    border: 0;
    background: url(img/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



[type=submit]:focus {
    border: none;
    box-shadow: none;
    text-shadow: none;

}



.nav-fixed {
    filter: drop-shadow(0px 0px 8px #00000010);
    font-size: 13px;
    font-weight: 400;
}

.searchandfilter>ul>li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.meerfilter-knop {
    background: #8b3c87;
    color: white;
    padding: 7px 14px;
    border-radius: 3px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}


.copyright a, .copyright, .socket-nav-box, .socket-nav-box a {
    font-size: 13px;
}


/* top bar */

.topbar {
    background: #f8f8f8;
}

.topbar-menu ul li a {
    color: #8b3c87;
}

.menu-top-menu-container {
    display: inline;
}

.topbar-telefoon {
    display: inline;
    color: #8b3c87;
    position: relative;
    top: 2px;
}

.topbar-contact {
    display: inline;
    padding: 10px 0 0 0;
    position: absolute;
}

#primary-menu-ul .current-menu-item {
    border: 2px solid #003f83;
    color: #003f83;
}

#topbar-menu .current-menu-item a {
    
    color: #003f83;
}

.topbar-menu ul li a:hover {
    color: #003f83;
}

/* Mobile menu */
@media screen and (min-width: 992px) {
    .navigatie.normal-menu .menu-hoofdmenu-container {
        height: auto !important;
    }

    .navigatie.normal-menu div#mobile-menu {
        display: none;
    }

    #mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    /* mobile menu */

    #primary-menu {
        display: none;
    }
   
    nav {
        display: block;
    }

    #primary-menu.menu-hoofdmenu-container {
        display: none;
    }

    .mobile-menu-toggle-position {
        display: block;
    }

    .hamburger {
        position: absolute;
        display: inline-block;
    }


    .menu-hoofdmenu-container {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 99;
        overflow: hidden;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    body.menu-open .menu-hoofdmenu-container {
        display: block;
        height: 100%;
    }

    .mobile-menu ul#primary-menu {
        float: none;
    }

    body .mobile-menu-toggle-position {
        z-index: 100;
    }

    body .mobile-menu .menu li {
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    body .mobile-menu .menu li a {
        padding: 15px 0 !important;
    }

    body .menu-hoofdmenu-container li.btn a {
        padding: 10px 15px !important;
        margin-bottom: 25px;
        margin-left: -30px;
    }

    .menu-hoofdmenu-container-not-mobile {
        display: none;
    }

    ul#mobile-menu {
        padding: 0;
    }

    ul#mobile-menu form.search-form {
        display: inline-block;
    }

  
    /* einde mobile menu */
    .topbar {
        display: none;
    }

    #logo {
        margin-top: 0;
        height: 70px;
        max-width: calc(100% - 50px);
    }

    div#logo a {
        line-height: 70px;
    }

    #logo img {
        max-height: 100%;
    }
}

/* footer */

#socket {
    background: #8b3c87;
}

#socket a {
    color: white;
}

.socket-nav-box {
    color: white;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.footer-logos .footer-logo {
    min-width: 20%;
    max-width: 20%;
	max-height: 110px;
	position: relative;
    padding: 10px;;
}

.footer-logos .footer-logo img {
    height: 100%;
	object-fit: contain;
}

#menu-footer-menu-lower {
    justify-content: center;
}
.footer-menu-inner-lower #menu-footer-menu-lower li:last-of-type {
    margin-right: 0;
}
.footer-menu-inner-lower #menu-footer-menu-lower li {
    margin-right: 20px !important;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .footer-logos .footer-logo {
        min-width: 33%;
        max-width: 33%;
    } 
}

@media screen and (max-width: 767px) {
    .footer-logos .footer-logo {
        min-width: 50%;
        max-width: 50%;
    } 
    .footer-logos {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 991px) {
    #menu-footer-menu-lower {
        justify-content: flex-start;
        flex-direction: column;
        padding-left: 15px;
    }
}

.footer-menu.footer-menu-lower {
    background: #e1e1e1;
    position: relative;
    margin-bottom: 0;
}

.footer-menu.footer-menu-lower:before {
    content: "";
    position: absolute;
    top: 45px;
    left: 25%;
    height: 2px;
    width: 50%;
    background: #cccccc;
    display: block;
}

@media screen and (max-width: 991px) {
    .footer-menu.footer-menu-lower:before {
        left: 0%;
        width: 100%;
    }
}

/* footer -> footer menu */
.footer-menu{
    padding: 6rem 0;
    background: #eee;
}
#main-footer .footer-menu a {
    color: #555;
    padding: 5px 0px;
}
.footer-menu #menu-footer-menu .menu-item a {
    font-weight: bold;
    font-size: 24px;
    pointer-events: none;
}
.footer-menu #menu-footer-menu .menu-item .sub-menu .menu-item a{
    font-weight: normal;
    font-size: 16px;
    pointer-events:unset
}
.footer-menu ul.sub-menu{
    list-style: none;
}
.footer-menu ul#menu-footer-menu {
    list-style: none;
}
.footer-menu ul.sub-menu {
    display: block;
    position: unset;
    padding: 0;
    z-index: 100;
    min-width: 200px;
}
/* main footer */
#main-footer {
    background: #e1e1e1;
    color: #555555;
}

#main-footer a {
    color: #555555;
    font-size: 15px;
    line-height: 28px;
}
#main-footer h2, #main-footer h3  {
    color: #555555;
}
.widget-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #555555;

}

@media only screen and (max-width: 767px) {
    #is-mobile { display: none; }
  }

/* buttons */

.button-green {
    background: #ff8100;
    padding: 12px 28px;
    border-radius: 25px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border: solid 2px #ff8100;
    transition: 0.3s;
}

.geenresultaten-knop  {
  margin-top: 30px;
}

.homepage-vacaturezoeken .sf-field-submit {
    background: #FF2319;
    padding: 7px 16px;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
}

#search-filter-form-334 .sf-field-submit {
    background: #8b3c87;
    color: white;
    padding: 7px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

#search-filter-form-334 .sf-field-submit input {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    border: none;
}

#search-filter-form-63 .sf-field-submit input {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    border: none;
}



.button-violet {
    background: #8b3c87;
    padding: 12px 28px;
    border-radius: 25px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    border: solid 2px white;
    transition: 0.3s;
}



.meerfilter-knop:hover, #search-filter-form-334 .sf-field-submit:hover{
    background: #ffffff;
}

.button-green:hover {
    background: white;
    color: #8b3c87;
    border: solid 2px white;
    transition: 0.3s;
}

a:hover {
    color: #8b3c87;
    text-decoration: underline;
}


.homepage-vacaturezoeken .sf-field-submit:hover, .button-red-vacature-kaart:hover, .button-violet:hover {
    background: #ffffff;
    color: #8b3c87;
    border:solid 2px white;
    transition: 0.3s;
}

a.btn:hover {
    opacity: 1;
    transition: none;
}

a.btn {
    transition: none;
}

.nav-previous.alignleft a:hover, .nav-next.alignright a:hover {
    background-color: #e11b12;
}

.cta-blok-rechts .cta-blok-knop:hover, .pagination a:hover {
    color: #e11b12;
    text-decoration: none;
}

.cta-blok-links .cta-blok-knop:hover {
    color: #8b3c87;
    text-decoration: none;
}






.button-red-vacature-kaart {
    background: #FF2319;
    padding: 12px 28px;
    width: 100%;
    min-width: 100%;
    border-radius: 3x;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.header-buttons {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
}

.header-buttons .button-green {
    margin-left: 20px;
}
.page-id-26 .header-alert-knop {
	top: 430px !important; 
}
.header-alert-knop {
    position: absolute;
    right: 60px;
    top: 190px;
}


.button-green:hover,
.button-violet:hover,
.button-red-vacature-kaart:hover {
    text-decoration: none;
}

/* header homepage */

.header-homepage {
    height: 660px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    margin-bottom: 75px;
    margin-top: 110px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 10px;
}

.header-content {
    background: #8b3c87;
    padding: 40px 60px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: -75px;
}

.header-titel {
    font-size: 36px;
    font-weight: 800;
    color:#fff;
    margin-bottom: 25px;
}

.header-subtekst {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 30px;
    width: 95%;
    margin: 0 auto;
}
.header-content a{
    text-transform: uppercase;
}
/* sub header */

.blog-header, .header-vacaturesingle , .subheader, .header-vacatures {
    height: 500px;
    background-size: cover;
    background-position: center;
}


.header-blauw {
    background: #8b3c87;
    height: 250px;
}

.archive .header-title-balk {
    background: #8b3c87;
    height: 60px;
    position: relative;
    top: -60px;
}


.header-title-balk {
    background: #ffffffcc;
    height: 80px;
    position: relative;
    top: -80px;
    width: 105%;
    right: 2.5%;
}

.blog .header-title-balk {
    background: #ffffffcc;
    height: 80px;
    position: relative;
    top: -80px;
    width: 105%;
    right: 2.5%;
}

.single-vacatures .header-title-balk {
    background: #ffffffcc;
    height: 100px;
    position: relative;
    top: -100px;
    width: 105%;
    right: 2.5%;
}


/* .header-title-balk {
    background: white;
    height: 75px;
    position: relative;
    top: -75px;
    width: 105%;
    right: 2.5%;
} */

.single-vacatures .header-title-balk .col-md-12:nth-child(2) {
    padding-left: 45px;
    position: relative;
    top: 15px;

}

.title-balk-container {
    height: 0;
}



.header-title-balk h1 {
    color: #8b3c87;
    position: relative;
    top: 20px;
    left: 15px;
    font-size: 26px;
}

.header-title-balk-mobile h1 {
    color: #8b3c87;
  
    font-size: 26px;
}

.vacaturesingle-content img {
    padding-bottom: 20px;
}

#menu-vacature-menu {
    display: flex;
}

#menu-vacature-menu li {
    padding: 16.6px 0;
    position: relative;
    width: calc(100% /5);
    background: #8b3c87;
    text-align: center;
}

#menu-vacature-menu .current-menu-item {
    background: white;
}

#menu-vacature-menu li a {
    font-size: 18px;
    font-weight: 500;
    color: white;
}

#menu-vacature-menu .current-menu-item a {
    color: #8b3c87 !important;
}



/* homepage */


.homepage-vacaturezoeken {
    background: #f4f4f4;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.4);
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

.searchandfilter select.sf-input-select {
    min-width: 170px;
    width: 275px;
    margin-right: 30px;
    padding: 9px 10px;
    border: none;
    box-shadow: inset 0px 0px 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.sf-input-text {
    background: linear-gradient(to right, #fff 0%, #fff 83%, #000000 0%, #8b3c87 50%, #8b3c87 100%);
}

.meerfilters .sf-input-text, .vacatures-filter .sf-input-text {
    background: linear-gradient(to right, #fff 0%, #fff 88%, #000000 0%, #8b3c87 50%, #8b3c87 100%);
}

.homepage-vacaturezoeken-container {
    position: relative;
    top: -40px;
}

.uitgelichte-vacatures {
    background: #8b3c87;
    padding-top: 20px;
}

.titel-bekijkmeer {
    display: inline-block;
}

.meer-link {
    margin-bottom: 20px;
}

.meer-link a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.bekijkmeer-link {
    float: right;
    position: relative;
    top: 10px;
}

.uitgelichte-vacatures .bekijkmeer-link a, .bekijkmeer-link a {
    color: white;
}

.bekijkmeer-link a {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.uitgelicht-nieuws .bekijkmeer-link a, .bekijkmeer-link a {
    color: #8b3c87;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.homepage-vacaturezoeken-background {
    background: #8b3c87;
}



.uitgelichtevacature-container {
    background: white;
    border: 4px solid #ff8100;
    padding: 0;
}

.vacature-container .vacature-afbeelding, .uitgelichtevacature-container .vacature-afbeelding {
    height: 180px;
    width: 100%;
    object-fit: cover;
}



.vacature-container {
    background: white;
    border: 4px solid #fff;
    padding: 0;

}

.bekijkmeer {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.vacature-naam {
    color: #8b3c87;
    font-size: 19px;
    font-weight: 500;
    height: 80px;
}

.vacature-criteria-regio,
.vacature-criteria-uren,
.vacature-criteria-vakgebied,
.vacature-criteria-dienstverband {
    display: flex;
    align-items: center;
}

.vacaturesingle-criteria-regio,
.vacaturesingle-criteria-uren,
.vacaturesingle-criteria-vakgebied,
.vacaturesingle-criteria-dienstverband {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.vacature-content {
    padding: 20px;
}

.vacature-icon {
    margin-right: 5px;
    width: 14px;
    height: 100%;

}

.vacaturesingle-icon {
    margin-right: 5px;
    width: auto;
    height: 14px;
}

.vacature-criteria-vakgebied,
.vacature-criteria-uren {
    margin-top: 10px;
}

.vacatures-2columns {
    display: flex;
    flex-wrap: wrap;
}

.vacatures-overview {
    background: #f8f8f8;
    padding-top: 30px;
}

.vacatures-overview .col-lg-8 {
    padding: 0 !important;
}

section.medewekerspagina-overview {
    padding: 0;
}

#search-filter-form-334 ul, #search-filter-form-160 ul {
    padding-left: 0;
}

#search-filter-form-334 ul>li, #search-filter-form-160 ul>li {

    display: block !important;
}

#search-filter-form-334 h4, #search-filter-form-160 h4 {
    margin-top: 30px;
    color: #8b3c87;
}


nav #search-filter-form-43 ul {
    padding-left: 20px;
}


.vacatures-filter {
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 8px rgb(23 23 23 / 10%);
}

.vacatures-filter h2 {
    color: #8b3c87;
}

.meerfilters #search-filter-form-43 ul, .vacatures-filter #search-filter-form-43 ul {
    padding-left: 0;
}


.meerfilters #search-filter-form-43 label, .vacatures-filter #search-filter-form-43 label {
    width: 236px;
}

.meerfilters #search-filter-form-43 input, .vacatures-filter #search-filter-form-43 input {
    width: 100%;
}

.vacatures-filter h4::after {
    content: "";
    background-image: url(./img/arrow-right-b.svg);
    background-size: contain;

    transform: rotate(90deg);
    background-repeat: no-repeat;
    width: 18px;
    height: 13px;
    display: inline-block;
    margin-left: 10px;
    transition: ease-in-out .3s;
    position: relative;
    top: 4px;
}

.content-filter-box h4::after {
    content: "";
    background-image: url(./img/arrow-right-b.svg);
    background-size: contain;

    transform: rotate(90deg);
    background-repeat: no-repeat;
    width: 18px;
    height: 13px;
    display: inline-block;
    margin-left: 10px;
    transition: ease-in-out .3s;
    position: relative;
    top: 4px;
}

.closed::after {
    transform: rotate(-90deg) !important;
    top: -5px !important;
}

.vacatures-filter h4 {
    cursor: pointer;
    font-size: 18px;
}

.content-filter-box h4 {
    cursor: pointer;
    font-size: 18px;
}

.filter-alert-knop {
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
}

.button-red-ml {
    margin-left: 30px;
}




.button-red img {
    margin-left: 20px;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    animation: shake 1s 3 forwards;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}


.button-red:hover img {
   
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    animation: shake 1s infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-2px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(2px, 0, 0);
    }
  }


.vacatureproces {
    background: #8b3c87;
    padding: 60px 0 0 0;
}

.vacatureproces h2 {
    text-align: center;
    color: white;
    margin-bottom: 70px;
}

.vacatureproces-container {
    background: white;
    padding: 40px;
    text-align: center;
    margin-bottom: 60px;
    
}

.vacatureproces-container p {   
    margin-bottom: 0;
    
}

.missievisie {
    background: #8b3c87;
}

.missievisie-container {
    background: white;
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 991px) {
    .vacatureproces-container {
        min-height: 300px;
    }
}


@media screen and (min-width: 1200px) {
    .vacatureproces-container {
        min-height: 270px;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .vacatureproces-container {
        min-height: 410px;
    }
}



.stap-nummer {
    background: #ff8100;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 43%;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.missievisie-titel {
    background: #ff8100;
    width: 175px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;

    font-size: 30px;
    font-weight: bold;
    color: white;
}

.missievisie-tekst {
    margin-top: 20px;
    line-height: 28px;
}

.stap-titel {
    font-size: 24px;
    color: #8b3c87;
    line-height: 30px;
    margin: 15px 0;
}


.stap-subtekst {
    line-height: 28px;
}


.pagination {

    padding-right: 15px;
    float: right;
    text-align: right;
}

.pagination a {
    font-weight: bold;
    font-size: 18px;
    background: white;
    color: #8b3c87;
    padding: 5px 10px;
}

.pagination .current {
    font-weight: bold;
    font-size: 18px;
    background: #8b3c87;
    color: white;
    padding: 5px 10px;
}

.nav-next.alignright a,
.nav-previous.alignleft a {
    margin-top: 0px !important;
}

.nav-next.alignright a {
    padding: 3.5px 15px;
    text-align: left;
    margin-left: 4px;
    float: left;
    margin-top: -3px !important;
    line-height: 25px;
    background-color: #FF2319;
    text-indent: -9999px;
    font-weight: bold;
    font-size: 18px;
    background-image: url(/wp-content/themes/convident-theme-child/img/arrow-w.svg);
    background-repeat: no-repeat;
    /* height: 22px; */
    /* width: 10px; */
    background-size: 12px 12px;
    background-position: center;
}

.nav-previous.alignleft a {
    padding: 10px 16px;

    text-align: center;
    float: right;
    margin-right: 4px;
    padding: 3.5px 15px;
    text-align: left;
    /* float: left; */
    margin-top: -3px !important;
    line-height: 25px;
    background-color: #FF2319;
    text-indent: -9999px;
    font-weight: bold;
    font-size: 18px;
    background-image: url(/wp-content/themes/convident-theme-child/img/arrow-w.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    /* height: 22px; */
    /* width: 10px; */
    background-size: 12px 12px;
    background-position: center;
}

.alignleft,
.nav-previous {
    padding: 0px !important;
}

.next,
.prev {
    display: none;
}


.nav-previous {
    float: left;

}

.nav-next {
    float: right;

}



.vacature-container {
    box-shadow: 0px 0px 8px rgba(23, 23, 23, 0.1);
    margin-bottom: 30px;
}









.usp-section {
    padding: 10px 0;
    background: #8b3c87;
}

.usp-titel {
    color: white;
    margin-right: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.usp-row .usp-titel:last-of-type {
 margin-right: 0;
}

.usp-row {
    justify-content: center;
}

.usp-titel::before {
    content: url(img/check.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    margin-right: 10px;
}

.startpunt-carriere h2,
.vacatures-regio h2,
.medewerkers-verhalen h2 {
    text-align: center;
    color: #8b3c87;
}

iframe {
    width: 100%;
    height: 440px;
}

.homepage-video {
    text-align: center;
}


.vacatures-regio iframe {
    border: 4px solid white;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.15));
}

.startpunt-carriere h2 {
    margin-bottom: 10px;
}

.startpunt-carriere p {
 
    margin-left: auto;
    margin-right: auto;
}

/* .startpunt-carriere {
    padding: 0px 0 60px 0;
} */

.cta-blok-links {
    background: #8b3c87;
    padding: 0px 60px;
    text-align: center;
    justify-content: center;
    height: 435px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.cta-blok-rechts {
    background: #ff8100;
    padding: 0 60px;
    text-align: center;
    justify-content: center;
    height: 435px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.cta-blok-titel {
    color: white;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 20px;
}

.cta-blok-tekst {
    color: white;
    margin-bottom: 20px;
}

.cta-blok-links .cta-blok-knop {
    background: #8b3c87;
    padding: 12px 28px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: solid 3px;
    transition: 0.3s;
}
.cta-blok-links .cta-blok-knop:hover{
    background-color: #fff;
    color:#8b3c87;
}
.cta-blok-rechts .cta-blok-knop {
    background: #ff8100;
    color: #fff;
    padding: 12px 28px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: solid 3px;
    transition: 0.3s;
}
.cta-blok-rechts .cta-blok-knop:hover{
    background-color: #fff;
    color:#ff8100;
}
.verhaal-afbeelding {
    width: 100%;
    height: 366px;
    background-size: cover;
    background-repeat: no-repeat;
}

.medewerkers-verhalen {
    background: #f8f8f8;
}

.verhaal-container {
    background: white;
    padding: 4px;
    height: 375px;

}

.page-id-18 .medewerkers-verhalen {
    padding-top: 0;
}

.medewerkers button.slick-arrow.slick-next, .medewerkers button.slick-arrow.slick-prev {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}

.slider-verhalen {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}

.page-id-24 .tekst-boven-afbeelding-container {
    background: #ffffffcc;
    padding: 40px 60px 60px 60px;
    position: relative;
    top: 0;
}

.page-id-24 .tekst-boven-afbeelding {
    display: flex;
    align-items: center;
}

.medewerkers h2 {
    text-align: center;
}

.verhaal-content {
    padding: 40px 60px;
}

.verhaal-verhaal {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    color: #393939;
}

.verhaal-naam {
    color: #8b3c87;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.verhaal-functie {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #393939;
    ;
}


.tekst-afbeelding img {
    width: 100%;
}
.tekst-boven-afbeelding {
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

.tekst-boven-afbeelding-container {
    background: white;
    padding: 40px 60px 60px 60px;
    position: relative;
    top: 450px;
}

.tekst-boven-afbeelding h2 {
    margin-bottom: 10px;
    color: #8b3c87;
}

.tekst-boven-afbeelding p {
    line-height: 29px;
    width: 90%;
}

.no-padding {
    padding: 0px;
}

.tekstboven-afbeelding-witvlak {
    height: 800px;
}

.frm_button_submit {
    background: #003f83 !important;
    background-color: #003f83 !important;
}



/* floating filters */

.meerfilters {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
    /* transform: translateY(-50%) translateX(-100%); */
    box-shadow: 0 0 30px 0px rgb(51 51 51 / 50%);
    max-width: 800px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translateY(0%) translateX(100%);
}




.meerfilters-wrapper.active {
    position: fixed;
    display: flex;
    top: 0px;
    left: 0px;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    margin: 0px;
    overflow: hidden;
}

.toggelable-filter-box {
    position: sticky;
    top: 32px;
    height: 100vh;
    overflow-y: auto;
}

.content-filter-box {
    padding: 80px 40px 40px 60px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    color: #171717;
}

.meerfilters.active {
    transform: translateY(0%) translateX(0%) translateZ(0px);
    
    display: block;
}


.filters-sluiten {
    content: "";
    background-image: url(img/closing.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
}

.filters-sluiten:hover {
    background-image: url(img/closing-r.png) !important;
}



.meerfilters.active .meerfilter-knop {
    background: transparent;
}


/* floating contact */

.toggelable-contact-box {
    position: fixed;
    top: 70%;
    right: 0;
    background: #ffffff;
    z-index: 1000;
    /* transform: translateY(-50%) translateX(-100%); */
    box-shadow: 0 0 30px 0px rgb(51 51 51 / 50%);
    max-width: 800px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translateY(-50%) translateX(100%);
}

.page-id-26 .toggelable-contact-box {
    display: none;
}

.contactpagina-contact-box {
    padding: 0 0 60px 0;
}


.content-contact-box {
    padding: 40px 40px 40px 60px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    color: #171717;
}

.contactpagina-content-contact-box {
    padding: 40px 40px 40px 60px;
    position: relative;
    z-index: 2;
    background: #f8f8f8;
    color: #171717;
}

.contactpersoon-links,
.contactpersoon-rechts {
    display: flex;
    align-items: center;
}

.links-onder-content, .rechts-onder-content, .links-content,
.rechts-content,
.links-foto,
.rechts-foto {
    display: inline-block;
}

.links-onder-content, .rechts-onder-content, .links-content,
.rechts-content {
    margin-right: 40px;
    width: 186px;
}

.content-contact-box .contactpersoon-links {
    margin-right: 30px;
    
}

.content-contact-box .row {
    margin: 0 0 30px 0;
}

.content-contact-box h2 {
    margin-bottom: 10px;
    color: #8b3c87;
}



.contact-regio {
    font-size: 20px;
    font-weight: 500;
    color: #8b3c87;
    margin-bottom: 10px;
}

.contact-naam {
    color: #393939;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}

.contact-optie {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.contact-icon {
    margin-right: 8px;
}

.content-contact-box p {
    margin-bottom: 40px;
}

.meerfilter-knop {
    background: #8b3c87;
    color: white;
    padding: 7px 12px;
    border-radius: 3px;
}

.filters-sluiten, .meerfilter-knop:hover {
    cursor: pointer;
}




.contact-box-toggle-btn {
    background-color: #8b3c87;
    height: 100px;
    width: 115px;
    position: absolute;
    top: 50%;
    left: -80px;
    box-shadow: 0 0 30px 0px rgb(51 51 51 / 50%);
    z-index: 2;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/convident-theme-child/img/contactbtn.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center left 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.toggelable-contact-box.active {
    transform: translateY(-50%) translateX(0%) translateZ(0px);
}

.toggelable-contact-box.filteractive {
    display: none;
}



.toggelable-contact-box.active .contact-box-toggle-btn {
    background-image: url(/wp-content/themes/convident-theme-child/img/cross.png);
    background-size: 50px;
}

.contact-box-toggle-btn:hover {
    cursor: pointer;
    transform: translateY(-50%) translateX(-10px);
}

/* slider */

button.slick-arrow.slick-prev {
    transform: translateX(-60px);
}

button.slick-arrow.slick-next {
    transform: translateX(60px);
}

.medewerkers button.slick-arrow.slick-prev {
    transform: translateX(-45px);
}

.medewerkers button.slick-arrow.slick-next {
    transform: translateX(45px);
}


button.slick-arrow {
    top: 45% !important;
    height: 42px !important;
    width: 42px !important;
}

/* solliciteer direct */

#subnav-1, #subnav-2, #subnav-3, #subnav-4, #subnav-5, #subnav-6, #subnav-7, #subnav-8, #subnav-9  {
    height: 40px;
}

.personen {
    display: flex;
}

.personen .left {
    padding-right: 10px;
    width: 50%;
}

.personen .right {
    padding-left: 10px;
    width: 50%;
}

.left .sidebar-img, .right .sidebar-img {
    width: 100%;
    min-height: 140px;
}

.left .sidebar-img img, .right .sidebar-img img {
    width: 100%;
    object-fit: contain;
    max-height: 100%;
    clip-path: circle(50% at 50% 50%);
}

@media (min-width: 565px) and (max-width: 991px) {
    .left .sidebar-img, .right .sidebar-img {
        width: 60%;
        min-height: 140px;
    }
}

.sollicitatie-sidebar {

    position: sticky;
    top: 155px;
}

.sidebar-widget {
    background: #8b3c87;
    padding: 15px 30px;
    color: white;
    margin-bottom: 30px;

}

.sollicitatie-sidebar h2 {
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
}

.sollicitatie-sidebar a {

    color: white;
}

.solliciteer-direct {
    padding-top: 0;
}

.sidebar-ul {
    padding-left: 20px;
    line-height: 30px;
}

.sidebar-links a {
    color: white;
}

.sidebar-links a:hover {
    text-decoration: underline;
}

.sollicitatie-formulier {
    background: #f8f8f8;
    padding: 0 40px 40px 40px;
}

/* vacature single */

.vacatures-sidebar h2 {
    color: #fff;
    margin-bottom: 15px;
}

.vacatures-sidebar a {
    color: #fff;
}

.vacatures-sidebar {
    background: #8b3c87;
    padding: 30px;
    color: white;
    margin-bottom: 30px;
}

.breadcrumbs-container {
    margin-top: 20px;
}

.vacaturesingle-overview {

    padding-top: 0;
}

.sidebar-img {
    margin: 30px 0 10px 0;
}

.contact-sidebar-naam {
    margin-bottom: 20px;
}


.sidebar-knop {
    background: white;
    padding: 12px 28px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    color: #8b3c87 !important;
    display: flex;
    justify-content: center;
}

.anderevacatures {
    margin-bottom: 6px;
}

.header-solliciteer {
    float: right;
    position: relative;
    top: -130px;
}

.header-medewerker-solliciteer {
    top: -115px;
    float: right;
    position: relative;
}

.deelvacature {
    text-align: center;
    color: #8b3c87;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.socialmedia-deel {
    text-align: center;
}

.social-icon {
    display: inline;
    margin-right: 18px;
}

.social-icon img {
    width: 28px;
    height: auto;
}

.wp-image-378 {
    width: 14px !important;
}

.social-icons {
    margin-top: 20px;
    text-align: center;
}

.social-icons .social-icon:nth-child(5) {
    margin-right: 0;
}

#text-4 h3 {
    text-align: center;
}

.single-vacatures iframe {
    width: 100%;
    height: 440px;
}

.vacaturesingle-overview .col-lg-8 {
    padding-right: 30px;
}

.vacature-video-div {
    margin-bottom: 20px;
}

.vacaturesingle-overview .col-lg-8 h3 {
    margin-bottom: 5px;
}

.bulletpoint-text p {
    margin-bottom: 0;
}



.toggle-bulletpoint {
    margin-bottom: 10px;
    display: flex;
}

.single-vacatures .toggle-bulletpoint {
    content: "";
    background-image: url(img/check-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3%;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 7px;
}

.bulletpoint-text {
    width: 97%;
}



.bulletpoint-row {
    display: flex;
    margin-bottom: 15px;
}



/* Style the accordion panel. Note: hidden by default */
.toggle-panel {
    background: #f8f8f8;
    padding: 20px;
    margin-top: -15px;
    margin-bottom: 20px;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.toggle-content p {

    margin-bottom: 0;
    line-height: 28px;
}





.vacature-toggle-title, .toggle-title {
    background: #8b3c87;
    color: white;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    border-radius: 3px 3px 0 0;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.vacature-toggle-title {
    margin-top: 20px;
}


.vacature-toggle-title::after, .toggle-title:after {
    content: "";
    background-image: url(img/arrow-w.svg);
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
   
    margin-right: 10px;
    position: relative;
    top: 3px;
    transform: rotate(
-90deg
);
  
}



.active:after {
    content: "";
    background-image: url(img/arrow-w.svg);
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
   
    margin-right: 10px;
    position: relative;
    top: 12px;
    transform: rotate(
90deg
);
    
}

.relevante-vacatures {
    background: #f8f8f8;
}

.relevante-vacatures h2 {
    text-align: center;
}

#breadcrumbs {
    text-transform: uppercase;
    font-weight: 500;
}

.error404 #breadcrumbs {
margin-top: 20px;
}

#breadcrumbs a, #breadcrumbs span {
    font-size: 13px;
}


.meerfilters.active:after, .toggelable-contact-box.active:after {display: none;}

.tax-vakgebied .menu-item-object-vacatures {
    border: 1px solid #8b3c87;
}

.expertise-container {
    height: 280px;
 
    background-size: cover;
    background-repeat: no-repeat;
}

.expertise-titel {
    background: white;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.expertises .col-md-4 {
    margin-bottom: 30px;
}

.medewerker-content {
    background: white;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.medewerker-titel {
    font-weight: 500;
    margin-bottom: 2px;
}

.slider-medewerkers {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.uitgelicht-nieuws {
    background: #f8f8f8;
    
}

/* .post-datum {
    margin-bottom: 20px;
    font-weight: 600;
    color: black;

} */


.uitgelicht-nieuws-afbeelding {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.uitgelicht-nieuws .col-md-6:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 470px) {

.nieuws-container {
    background: white;
    border: 4px solid white;
    box-shadow: 0px 0px 8px rgba(23, 23, 23, 0.1);
    margin-bottom: 30px;
}

.nieuws-titel {
    font-size: 20px;
    color: #8b3c87;
    font-weight: 700;
    margin-bottom: 10px;
}

.uitgelicht-nieuws-excerpt {
    padding: 20px 20px 20px 20px;
}
.uitgelicht-nieuws-excerpt .button-violet{
    padding: 7px 15px;
}
.page-subtitle {
    padding-left: 15px;
    margin-top: 20px;
}

.page-id-26 .page-subtitle {
    display: none;
}

.page-id-26 .header-title-balk h1 {
    top: 20px;
}

.nieuws-content .col-md-4, .nieuws-content .col-md-8 {
    padding: 0;
}

.nieuws-archive {
    background-color: #f8f8f8;
}

/* nieuws single */

.blog-header {
    background-image: url(/wp-content/themes/convident-theme-child/img/vdw-header-8446.jpg);
    background-position: center;
}



.page-content-col {
    padding-right: 40px;
    padding-bottom: 40px;
}

/* contact page */

.contactpersoon {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 730px;
    
}

.contactpersoon h3 {
    margin-bottom: 15px;
}

.contactpersoon-adres {
    display: flex;
}

.contactpersoon-adres p {
    line-height: 26px;
}

.contactpersoon-adres::before {
    content: "";
    background-image: url(img/plaatsnaam.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px;
}



.contactpersoon-img {
    margin-bottom: 20px;
}

.contactpersoon-routebeschrijving {
    margin-top: 20px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 45px;
    display: flex;
}

.contactpersoon-routebeschrijving .button-red {


    display: flex;
    justify-content: center;
}


.contactpersoon-tekst {
    padding: 10px 0;
}

.verhaal-volledig-statistieken {
    margin-top: 15px;
    display: flex;
}

.verhaal-volledig-naam {
    margin-top: 15px;
    color: #8b3c87;
    font-size: 24px;
    font-weight: 500;
}

.medewerkers-verhalen-volledig:nth-child(even) .row {
    flex-direction: row-reverse;
}

.medewerkers-verhalen-volledig:nth-child(even) {
    background: #f8f8f8;
}

.verhaal-volledig-afbeelding img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.page-id-24 .tekstboven-afbeelding-witvlak {
    height: 0px;
}

/* sollicitatie formulieren */

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container {
    grid-template-columns: 250px auto;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
    margin-bottom: 40px;
}

.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {
    margin-bottom: 15px;
}

.with_frm_style .frm_primary_label {
    font-size: 16px!important;
    font-weight: bold!important;
    font-family: 'Open Sans', sans-serif!important;
}

.with_frm_style .frm-show-form .frm_section_heading h3 {
    font-size: 20px !important;
    color: #8b3c87 !important;
}



.page-id-20 .tekst_100:nth-child(1) .container .row .col-md-12:nth-child(1) {
  padding: 0;
}

.page-id-20 .tekst_100:nth-child(1) .container .row h2 {
    padding-left: 15px;
}

.frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    margin: 0 0 0 0 !important;
}

.frm_dropzone.frm_single_upload {
  
    max-width: 100% !important;

}

#form_sollicitatieformulier .frm_button_submit {
    background: #8b3c87 !important;
    padding: 12px 28px !important;
    border-radius: 3px !important;
    color: white !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

.alert-form-container .frm_button_submit {
    background: white !important;
    padding: 12px 28px !important;
    border-radius: 3px !important;
    color: #8b3c87 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    opacity: 1 !important;
    color: #FFFFFF !important;
}

/* cookie */

.cli-bar-message {width: 100% !important;}

.sidebar-column {margin-bottom: 30px;}


select {
    appearance: none;
    position: relative;
    background: url(img/arrow-bottom-g.svg) no-repeat #FFF;
    background-position: right 15px top 15px;
    background-size: 12px 12px;
}

.afbeelding404 {
padding: 60px 0;
}

.toggle-items {
    padding-top: 0;
}

/* vacature maps */

.gm-style .gm-style-iw-c {
    padding: 20px;
}



.infowindow-vacature-item a {
    font-weight: 500;
    margin-left: 5px;
    font-size: 13px;
}

.infowindow-vacature-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.infowindow-vacature-content p {
    display: none;
}

.infowindow-vacature-item::marker {
    content: "";
}

.infowindow-vacature-content ul {
    padding-left: 0;
}

.infowindow-vacature-item {
    margin-bottom: 8px;
}

.infowindow-vacature-item::before {
    content: "";
    background-image: url(img/dienstverband.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 12px;
}

/* vacature alert */
.vacature-alert-container .alert.alert-success {
	color: #fff;
	font-weight: 500;
}
.vacature-alert-container .alert.alert-error {
	padding: 10px;
    background-color: lightyellow;
    color: darkred;	
}

.page-template-vacature-alert .header-alert-knop {
    display: none;
}

.page-template-vacature-alert .kleurwit {
    padding: 30px 0 5px 0;
}

.vacature-alert {
    padding-top: 0;
}

.page-template-vacature-alert .vacature-alert .container {
    background: #8b3c87;
    padding: 40px;
}

#frm_form_4_container .frm_checkbox label, #frm_form_4_container .frm_primary_label {
    color: white;
}

#mobile-menu #mobile-menu-ul #search-filter-form-43 ul li {
    width: auto !important;
    
}

#mobile-menu #mobile-menu-ul #search-filter-form-43 ul li input[type=submit]{
    width: 18px;
    
}

.menu-zoekfilter {
    display: inherit;
}

#menu-item-410 .meerfilter-knop {
    width: 195px;
}



.header-meerfilter-knop {
    display: none;
    background: #8b3c87;
    color: white;
    padding: 7px 16px;
    border-radius: 3px;
    position: relative;
    top: 20px;
    text-align: center;
    width: 160px;
    right: 65px;
    float: right;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

/* .header-title-balk .homepage-vacaturezoeken {
    display: none;
} */



.kleurgrijs {
    background: #f8f8f8;
}

.kleurblauw {
    background: #8b3c87;
    color: white;
}

.kleurblauw h2 {
   
    color: white;
}


section.tekst-tekst {
    padding: 15px 0;
}


section.tekst-tekst:last-of-type {
    padding: 15px 0 60px 0;
}


/* medewerkers */

.medewerkerspagina-content section {
    padding: 20px 0;
}

.medewekerspagina-overview .col-lg-8 {
    padding: 0 30px 0 0;
}



/* charter partner */

.charter-partner-intro-img {
    width: 100%;
    margin-bottom: 20px;
}


/* mobile header */


.title-balk-mobile {
    margin: 30px 0;
}

.header-title-balk-mobile .col-md-12:nth-child(1) {
    padding: 0;
}

/* image block 30 */
.image-blocks-30 h2 {
    margin: 0 auto;
    padding-bottom: 30px;
}
.image-block-30 {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.image-blocks-30 a{
    width: 100%;
}
.image-block-30::after {
    content: '';
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.image-block-30:hover::after {
    height: 80%;
    transition: 0.3s ease-in-out;
}
.image-block-30-overlay{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    align-items: end;
    z-index: 2;
    position: relative;
    border-radius: 5px;
}
.image-block-30 h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.image-blocks-30 a:hover{
    color:#fff;
}
.fixed-nav-spacer {
    height:0px!important;
}
.topbar{
    display:none;
}
#logo img {
    height: 75px;
}
.hersenvriend-menu {
    background: #ff8100;
    border-radius: 50px;
    margin-left: 20px;
}
.hersenvriend-menu a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
#primary-menu-ul .hersenvriend-menu.current-menu-item {
    border: none;
    background-color:#003f83
}
.menu {
    display: flex;
    align-items: center;
}
.footer-menu-inner li.menu-item {
    margin-bottom: 30px;
}
.footer-menu-inner .sub-menu li.menu-item {
    margin-bottom: 0px;
}
.text-block-bg-single {
    display: flex;
    height: 350px;
    background-color: #8b3c87;
    align-items: center;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.text-block-bg-single:nth-child(2) {
    background: #ff8100
}
.text-block-bg-single h1, .text-block-bg-single h2, .text-block-bg-single h3, .text-block-bg-single h4 {
    color:#fff;
}

.text-block-bg-single p {
    margin-bottom: 0;
}
@media screen and (max-width: 575px) {
    .single-vacatures .title-.title-balk-container,  .title-balk-container, .blog .title-balk-container, .single-post .title-balk-container {
        display: none;
    }

    .post-type-archive-vacatures .title-balk-container {
        display: block;
    }
}

@media screen and (min-width: 576px) {
    .title-balk-mobile {
        display: none;
    }
}

/* responsive */


@media screen and (max-width: 1199px) {

    .menu-zoekfilter {
        display: none;
    }

   

    .meerfilters {
        display: none;
    }

    .searchandfilter select.sf-input-select {
        width: 207px;
    }

    .cta-blok-rechts {
        /* padding: 60px 125px; */
    }

  
   

   
}

@media screen and (min-width: 991px){
    .header-title-balk .homepage-vacaturezoeken {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .header-meerfilter-knop {
        display: block;
    }
    .footer-menu ul#menu-footer-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .verhaal-container .col-md-6:nth-child(1) {
        flex: 0 0 100%;
    max-width: 100%;
    }

    .verhaal-afbeelding {
        display: none;
    }

    .homepage-vacaturezoeken {
        max-width: 78%;
    }

    .vacatures-overview {
        padding-top: 60px;
    }
    
    .vacature-menu {
        display: none;
    }

    .header-alert-knop {
    
        top: 90px;
    }

    .header-content {
        top: 135px;
        position: unset;
        padding: 0;
        margin-bottom: 0;
    }
    .header-content a {
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .header-homepage {
        height: 700px;
        background-size: cover;
        background-position: center;
        margin-top: 65px;
        display: flex;
        align-items: center;
    }
    section.tekst-afbeelding h2 {
        padding-top: 30px;
    }
    .tekst-boven-afbeelding{
        height: unset;
        background-image: none!important;
    }
    .tekstboven-afbeelding-witvlak{
        display: none;
    }
    .tekst-boven-afbeelding-container{
        top:0;
        padding: 0 0 90px 0;
    }
    .image-block-30{
        padding-bottom: 30px;
    }
    .fixed-nav-spacer {
        height: auto;
    }

    .searchandfilter select.sf-input-select {
        width: 215px;
    }
    
    .homepage-vacaturezoeken .sf-field-submit {
        display: flex;
        margin-right: 40px;
    
        justify-content: center;
    }

    .searchandfilter select.sf-input-select {

        margin-bottom: 20px;
    }

    .uitgelichte-vacatures .container .row .col-lg-4:nth-child(3) {
        display: none;
    }

    .usp-titel {
        margin-bottom: 10px;
    }
    
    .cta-blok-links {
        margin-bottom: 30px;
        padding: 60px 125px;
    }

    .tekstboven-afbeelding-witvlak {
        height: 100px;
    }

    .footer-widgets .col-md-4:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }


    #text-4 h3 {
        text-align: left;
        margin-top: 30px;
    }

    #main-footer .social-icons {
      
        text-align: left;
    }



    @media screen and (max-width: 950px) {
        .toggelable-contact-box.active .contact-box-toggle-btn {
            background-position: center;
        }
        .toggelable-contact-box.active .contact-box-toggle-btn {
            top: -23px;
            left: 8px;
        }
    }

    .vacatures-overview .row:nth-child(1) {
        flex-direction: column-reverse;
    }

    .vacatures-filter {
        margin-top: 30px;
    }

    

    .archive .header-title-balk {
        background: transparent;
        position: relative;
        top: -177px;
    }

    .homepage-vacaturezoeken .meerfilter-knop {

        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        margin: 20px 40px 0 40px;
    }

    .header-medewerker-solliciteer, .header-solliciteer {
        position: relative;
        bottom: 0;
        display: flex;
        float: none;
        top: 0;
    }

    .header-medewerker-solliciteer .button-red, .header-solliciteer .button-red {
        width: 100%;
        text-align: center;
        margin: 20px 0;
       
    }

    .vacaturesingle-overview .col-lg-8 {
        padding-right: 15px;
    }

    .relevante-vacatures .container .row .col-lg-4:nth-child(3) {
        display: none;
    }
    
    .contactpersoon {
        margin-bottom: 30px;
    }


  
}

@media screen and (max-width: 767px) {

    .cta-blok-rechts,.cta-blok-links{
        height: fit-content;
        padding: 60px;
    }
    .page-subtitle .verhaal-volledig-statistieken {
     margin-bottom: 30px;
    }

    .image-block-30 {
        margin-bottom: 30px;
    }
    .image-blocks-30 {
        margin-bottom: 30px;
    }

    .page-subtitle {
        display: none;
    }

    section.tekst-afbeelding:nth-child(even) .row {
        flex-direction: column-reverse;
    }

    .homepage-vacaturezoeken .meerfilter-knop {
        margin: 20px 0px 0 40px;
    }

    .homepage-vacaturezoeken {
        padding: 20px 40px 20px 0;
    }

    #search-filter-form-63 select.sf-input-select {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    #search-filter-form-43 label {
        width: 100%;
    }

    .uitgelichtevacature-container {
        margin-bottom: 30px;
    }

    .uitgelichte-vacatures .container .row .col-lg-4:nth-child(3) {
        display: block;
    }

    .relevante-vacatures .container .row .col-lg-4:nth-child(3) {
        display: block;
    }

    .cta-blok-rechts {
        padding: 60px;
    }

    .tekstboven-afbeelding-witvlak {
        height: 200px;
    }
    

    .bekijkmeer-link {
        float: none;
        text-align: center;
        top: -20px;
    }

   

    .titel-bekijkmeer {
        display: block;
        text-align: center;
    }

    @media screen and (max-width: 531px)  {
        .tekstboven-afbeelding-witvlak {
            height: 360px;
        }
    }

    @media screen and (max-width: 575px)  {
      
        .header-content {
            background: none;
        }

        .vacature-content .row .vacature-criteria {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .header-alert-knop {
            display: none;
        }

        .header-content {
            top: 188px !important;
        }

        .page-id-26 .subheader {
            height: 104px;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            margin-top: 70px;
            background-size: cover;
        }

        

       .subheader {
            height: 500px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: top;  
        }

      

        .page .header-title-balk {
            height: 120px;
        }

        .header-vacaturesingle, .subheader {
            height: 175px;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            margin-top: 50px;
            background-size: cover;
        }

        .title-balk-container {
            position: relative;
            top: 130px;
        }
        .page .header-title-balk {
            background: white;
        }
        
        .title-balk-container {
            height: inherit;
        }

        .page-id-26 .header-title-balk h1 {
            top: 0;
        }

        .archive .header-title-balk {
       
            top: -310px;
        }
    
    }

    .footer-menu {
        margin-bottom: 30px;
    }

    #text-4 h3 {
        margin-top: 0;
    }

    .contactpersoon-links {
        margin-bottom: 30px;
    }

    .toggelable-contact-box {
        top: 70%;
    }

    .toggelable-contact-box.active {
        transform: translateY(-65%) translateX(0%) translateZ(0px);
    }

    .align-right-box {
    
        margin-top: 20px;
    }

    .verhaal-afbeelding {
        height: 350px;
    }
    
    #search-filter-form-63>ul>li {
        width: 100%;
    }
  
    #search-filter-form-63 label {
        width: 100%;
    }

    .vacatures-overview {
        padding-top: 120px;
        margin-top: -60px;
    }

    .vacatures-overview .row:nth-child(2) .col-sm-6 {
        width: 50%;
    }

    .vacatureproces-container {
        margin-bottom: 60px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .toggelable-contact-box {
        display: none;
    }

    @media screen and (max-width: 482px) {
        .header-titel {
            font-size: 30px;
        }
    }
}


@media screen and (max-width: 469px) {

    .header-buttons .button-green, .header-buttons .button-red {
        display: flex;
        justify-content: center;
    }

   .header-buttons .button-green {
     margin-left: 0;
     margin-top: 20px;
    }



    .homepage-vacaturezoeken {
        max-width: 92%;
    }

    .homepage-vacaturezoeken-container {
        top: 60px;
    }
    
    .uitgelichte-vacatures {
        padding-top: 120px;
    }

    .single-vacatures .header-title-balk .col-md-12:nth-child(2) {
        display: none;
    }

    .header-title-balk {
        display: flex;
        align-items: center;
    }
  

    .single-vacatures .header-title-balk .col-md-12:nth-child(1) h1 {
        font-size: 24px;
    }

    .single-post .header-title-balk .col-md-12:nth-child(1) h1 {
        font-size: 24px;
    }

    #breadcrumbs {
        margin-top: 30px;
    }


    .tekst-boven-afbeelding {
        background: white !important;
        height: 100%;
    }

    .tekst-boven-afbeelding-container {
        top: 0;
        padding: 60px 0;
    }

    .afbeelding-witvlak {
        height: 0px;
    }

    .tekstboven-afbeelding-witvlak {
        height: 0px;
    }

    .content-contact-box .links-foto, .content-contact-box .rechts-foto {
        display: none;
    }

    .page-id-26 .links-foto, .content-contact-box .rechts-foto {
        display: none;
    }

    .cta-blok-links, .cta-blok-rechts {
        padding: 30px;
    }

    .verhaal-content {
        padding: 30px;
    }

    .verhaal-verhaal {
        margin-bottom: 35px;
        font-size: 18px;
        line-height: 30px;
    }

    .content-filter-box {
        padding: 60px 30px 30px 30px;
    }

    .header-title-balk {
        top: -210px !important;
    }

    @media screen and (max-width: 399px)  {
        .header-meerfilter-knop {
            display: none;
        }
        
        .contactpersoon {
            min-height: 800px;
        }
    }

    @media screen and (max-width: 372px)  {
       
        .header-alert-knop {

            right: 40px;

        }
    }

    @media screen and (max-width: 355px)  {
       
        .header-content {
            top: 160px !important;
        }
    }

    .nieuws-content {
        display: block;
    }

    .page-id-24 .tekstboven-afbeelding-witvlak {
        height: 0;
    }
   
  
}
}

.toggelable-contact-box{
    display:none;
}
.cta-blok-links, .cta-blok-rechts, iframe, img, .tekst-boven-afbeelding-container,.image-block-30-overlay,.image-block-30{
    border-radius: 10px;
}
.tekst-boven-afbeelding, .subheader {
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 10px;
}
#primary-menu-ul .current-menu-item {
    border: none;
}
#primary-menu-ul .current-menu-item a{
    color:#ff8100;
}
@media screen and (max-width: 469px) {
    .header-content {
        padding: 20px 30px;
        margin-bottom: unset;
        position: unset;
        bottom: 0;
        margin-top:50px;
    }
    .header-homepage {
        height: 660px;
        align-items: center;
        margin-bottom: 0;
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
    .fixed-nav-spacer {
        height: unset;
    }
    .cta-blok-links{
        padding: 30px;
    }
    .cta-blok-rechts {
        margin-top: 30px;
        height: unset;
        padding: 30px;
    }
    .tekst-boven-afbeelding {
        height: unset;
    }
    .tekst-boven-afbeelding-container{
        padding: 0;
    }
    .tekst-boven-afbeelding-container {
        position: unset;
        top: unset;
    }
    .tekst-boven-afbeelding {
        background-image: none!important;
    }
    .tekstboven-afbeelding-witvlak{
        display: none;
    }
    .tekst-boven-afbeelding, .subheader {
        margin: 0;
    }
    .image-blocks-30 a{
        width: 100%;
    }
    .image-blocks-30 h3{
        color: white;
    }
    .image-blocks-30 h2{
        padding-left: 15px;
    }
    .image-block-30 {
        height: 225px;
        background-size: cover;
        margin-bottom: 30px;
    }
    .image-block-30-overlay {
        height: 100%;
        width: 100%;
        background-color: #0000007a;
        display: flex;
        align-items: center;
        padding: 15px;
    }
    .header-buttons .button-green {
        margin-left: 0px;
    }
    .header-buttons .button-violet{
        margin-bottom: 20px;
    }
}

main#main-content, section {
    padding: 30px 0;
}