/* ===========================================
   VACATURE PAGINA TEMPLATE CSS
   =========================================== */

/* Verberg het contact blok in de footer op vacature pagina */
.page-template-template-vacature footer .contactblokken {
    display: none;
}

/* ===========================================
   HERO SECTIE - Donkerblauwe achtergrond
   =========================================== */
.page-template-template-vacature .vacature-hero {
    margin-top: 40px;
}

.page-template-template-vacature .vacature-hero .topsection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    position: relative;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 80px;
}

.page-template-template-vacature .vacature-hero .topsection:before {
    content: '';
    width: 75%;
    height: 100%;
    border-radius: 10px;
    background: #011A36;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Rechter kolom - Afbeelding */
.page-template-template-vacature .vacature-hero .topsection .rightside {
    height: 350px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

/* Linker kolom */
.page-template-template-vacature .vacature-hero .topsection .leftside > * {
    color: white;
}

.page-template-template-vacature .vacature-hero .topsection .leftside h1,
.page-template-template-vacature .vacature-hero .topsection .leftside h2 {
    color: white;
    margin-top: 0;
}

.page-template-template-vacature .vacature-hero .topsection .leftside p {
    color: white;
}

.page-template-template-vacature .vacature-hero .topsection .leftside #breadcrumbs {
    color: white;
    opacity: 0.7;
}

.page-template-template-vacature .vacature-hero .topsection .leftside #breadcrumbs a {
    color: white;
}

/* Bullet list styling */
.page-template-template-vacature .vacature-hero .topsection .leftside ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-template-template-vacature .vacature-hero .topsection .leftside ul li:before {
    content: '\f14a';
    font-size: 20px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-size: 24px;
    margin-right: 10px;
    color: #0ADCD2;
}

.page-template-template-vacature .vacature-hero .topsection .leftside ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: white;
}

.page-template-template-vacature .vacature-hero .topsection .rightside .hero-slider {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.page-template-template-vacature .vacature-hero .topsection .rightside .hero-slider .splide__track {
    height: 100%;
    width: 100%;
}

.page-template-template-vacature .vacature-hero .topsection .rightside .hero-slider .splide__track img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-template-template-vacature .vacature-hero .topsection .rightside .single-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Slider pijlen - in de foto */
.page-template-template-vacature .vacature-hero .topsection .arrows {
    position: absolute;
    bottom: 40px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.page-template-template-vacature .vacature-hero .topsection .rightside {
    position: relative;
}

.page-template-template-vacature .vacature-hero .topsection .arrows .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #0ADCD2;
    cursor: pointer;
    transition: 0.2s ease-in-out all;
}

.page-template-template-vacature .vacature-hero .topsection .arrows .arrow:hover {
    background: #039b94;
}

.page-template-template-vacature .vacature-hero .topsection .arrows .arrow i {
    color: white;
    font-size: 20px;
}

/* ===========================================
   CONTENT BLOK 1 - Wit met afbeelding links
   =========================================== */
.page-template-template-vacature .vacature-content1 {
    margin-top: 120px;
}

.page-template-template-vacature .vacature-content1 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 40px 0;
    position: relative;
}

.page-template-template-vacature .vacature-content1 .container:before {
    position: absolute;
    width: 75%;
    height: 100%;
    content: '';
    background: #F1F5FF;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
}

.page-template-template-vacature .vacature-content1 .container .afbeelding {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.page-template-template-vacature .vacature-content1 .container .afbeelding img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-vacature .vacature-content1 .container .tekst {
    margin: 40px 0;
    padding-right: 80px;
}

.page-template-template-vacature .vacature-content1 .container .tekst > * {
    color: #011A36 !important;
}

.page-template-template-vacature .vacature-content1 .container .tekst h1,
.page-template-template-vacature .vacature-content1 .container .tekst h2,
.page-template-template-vacature .vacature-content1 .container .tekst h3,
.page-template-template-vacature .vacature-content1 .container .tekst p,
.page-template-template-vacature .vacature-content1 .container .tekst li {
    color: #011A36 !important;
}

.page-template-template-vacature .vacature-content1 .container .tekst ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-template-template-vacature .vacature-content1 .container .tekst ul li {
    color: #011A36 !important;
    display: flex;
    align-items: baseline;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.page-template-template-vacature .vacature-content1 .container .tekst ul li:before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-size: 20px;
    margin-right: 10px;
    color: #0ADCD2 !important;
}

.page-template-template-vacature .vacature-content1 .container .tekst a.button {
    background: #FF5475;
    border: none !important;
    color: white !important;
    margin-top: 20px;
    display: inline-block;
}

/* Slider in content blok 1 */
.page-template-template-vacature .vacature-content1 .slider-wrapper {
    position: relative;
}

.page-template-template-vacature .vacature-content1 .content1-slider {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
}

.page-template-template-vacature .vacature-content1 .content1-slider .splide__track {
    height: 100%;
}

.page-template-template-vacature .vacature-content1 .content1-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-vacature .vacature-content1 .slider-arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.page-template-template-vacature .vacature-content1 .slider-arrows .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #0ADCD2;
    cursor: pointer;
    transition: 0.2s ease-in-out all;
}

.page-template-template-vacature .vacature-content1 .slider-arrows .arrow:hover {
    background: #039b94;
}

.page-template-template-vacature .vacature-content1 .slider-arrows .arrow i {
    color: white;
    font-size: 20px;
}

/* ===========================================
   CONTENT BLOK 2 - Donkerblauw met tekst links
   =========================================== */
.page-template-template-vacature .vacature-content2 {
    margin-top: 120px;
}

.page-template-template-vacature .vacature-content2 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 0;
    position: relative;
}

.page-template-template-vacature .vacature-content2 .container:before {
    position: absolute;
    width: 75%;
    height: 100%;
    content: '';
    background: #011A36;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
}

.page-template-template-vacature .vacature-content2 .container .afbeelding {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.page-template-template-vacature .vacature-content2 .container .afbeelding img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-vacature .vacature-content2 .container .tekst {
    margin: 40px 0;
    padding-left: 80px;
}

.page-template-template-vacature .vacature-content2 .container .tekst > * {
    color: white;
}

.page-template-template-vacature .vacature-content2 .container .tekst h1,
.page-template-template-vacature .vacature-content2 .container .tekst h2,
.page-template-template-vacature .vacature-content2 .container .tekst h3,
.page-template-template-vacature .vacature-content2 .container .tekst p,
.page-template-template-vacature .vacature-content2 .container .tekst li {
    color: white !important;
}

.page-template-template-vacature .vacature-content2 .container .tekst ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-template-template-vacature .vacature-content2 .container .tekst ul li {
    color: white !important;
    display: flex;
    align-items: flex-start;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.page-template-template-vacature .vacature-content2 .container .tekst ul li:before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
    color: #0ADCD2 !important;
    flex-shrink: 0;
}

.page-template-template-vacature .vacature-content2 .container .tekst a.button {
    background: #FF5475;
    border: none !important;
    color: white !important;
    margin-top: 20px;
    display: inline-block;
}

/* Slider in content blok 2 */
.page-template-template-vacature .vacature-content2 .slider-wrapper {
    position: relative;
}

.page-template-template-vacature .vacature-content2 .content2-slider {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.page-template-template-vacature .vacature-content2 .content2-slider .splide__track {
    height: 100%;
}

.page-template-template-vacature .vacature-content2 .content2-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-vacature .vacature-content2 .slider-arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.page-template-template-vacature .vacature-content2 .slider-arrows .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #0ADCD2;
    cursor: pointer;
    transition: 0.2s ease-in-out all;
}

.page-template-template-vacature .vacature-content2 .slider-arrows .arrow:hover {
    background: #039b94;
}

.page-template-template-vacature .vacature-content2 .slider-arrows .arrow i {
    color: white;
    font-size: 20px;
}

/* ===========================================
   VIDEO BLOK
   =========================================== */
.page-template-template-vacature .vacature-video {
    margin-top: 120px;
}

.page-template-template-vacature .vacature-video .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

.page-template-template-vacature .vacature-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* ===========================================
   CTA BLOK - Contactblok styling (match footer)
   =========================================== */
.page-template-template-vacature .vacature-cta {
    margin-top: 120px;
    margin-bottom: 160px;
}

.page-template-template-vacature .vacature-cta .container {
    overflow: visible;
}

.page-template-template-vacature .vacature-cta .contactblok {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background: #09dcd2;
    padding: 60px;
    border-radius: 10px;
    position: relative;
}

.page-template-template-vacature .vacature-cta .contactblok .leftside {
    display: flex;
    flex-direction: column;
}

.page-template-template-vacature .vacature-cta .contactblok h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 60px;
    color: #011A36;
}

.page-template-template-vacature .vacature-cta .contactblok .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page-template-template-vacature .vacature-cta .contactblok .buttons a:nth-child(1) {
    background: #011A36;
    border-color: #011A36;
    color: white;
}

.page-template-template-vacature .vacature-cta .contactblok .buttons a:nth-child(1):hover {
    background: #003775;
    border-color: #003775;
}

.page-template-template-vacature .vacature-cta .contactblok .buttons a:nth-child(2) {
    border-color: #011A36;
    color: #011A36;
}

.page-template-template-vacature .vacature-cta .contactblok .buttons a:nth-child(2):hover {
    background: #011A36 !important;
    color: white !important;
}

.page-template-template-vacature .vacature-cta .contactblok > img {
    position: absolute;
    right: 60px;
    top: 60px;
    height: calc(100% + 20px);
    width: 500px;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (max-width: 1250px) {
    .page-template-template-vacature .vacature-cta .contactblok > img {
        width: 350px;
    }
}

@media only screen and (max-width: 1000px) {
    .page-template-template-vacature .vacature-cta {
        margin-bottom: 360px;
    }

    .page-template-template-vacature .vacature-cta .contactblok {
        display: flex;
        justify-content: center;
        gap: unset;
        padding: 40px;
    }

    .page-template-template-vacature .vacature-cta .contactblok > img {
        height: 300px;
        width: 80%;
        bottom: -280px;
        right: unset;
        left: unset;
        top: unset;
    }

    .page-template-template-vacature .vacature-cta .contactblok h2 {
        margin-bottom: 40px;
    }
}

/* ===========================================
   RESPONSIVE STYLES
   =========================================== */
@media only screen and (max-width: 1200px) {
    .page-template-template-vacature .vacature-hero .topsection {
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 40px;
    }

    .page-template-template-vacature .vacature-hero .topsection:before {
        width: 100%;
    }

    .page-template-template-vacature .vacature-hero .topsection .rightside {
        height: 400px;
    }

    .page-template-template-vacature .vacature-hero .topsection .arrows {
        bottom: 20px;
        right: 20px;
    }

}

@media only screen and (max-width: 1000px) {
    .page-template-template-vacature .vacature-content1 .container {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        justify-items: center;
        overflow: visible;
    }

    .page-template-template-vacature .vacature-content1 .container:before {
        width: 100%;
    }

    .page-template-template-vacature .vacature-content1 .container .afbeelding {
        height: 400px;
        width: 80%;
        position: absolute;
        top: -380px;
    }

    .page-template-template-vacature .vacature-content1 .container .tekst {
        margin: 0;
        padding: 40px;
    }

    .page-template-template-vacature .vacature-content1 {
        padding-top: 380px;
        margin-top: 80px;
    }

    .page-template-template-vacature .vacature-content2 {
        margin-top: 80px;
        padding-top: 380px;
    }

    .page-template-template-vacature .vacature-content2 .container {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        justify-items: center;
        overflow: visible;
    }

    .page-template-template-vacature .vacature-content2 .container:before {
        width: 100%;
    }

    .page-template-template-vacature .vacature-content2 .container .afbeelding {
        height: 400px;
        width: 80%;
        position: absolute;
        top: -380px;
    }

    .page-template-template-vacature .vacature-content2 .container .tekst {
        margin: 0;
        padding: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .page-template-template-vacature .vacature-hero .topsection .arrows {
        grid-template-columns: 60px 60px;
    }
    
    .page-template-template-vacature .vacature-hero .topsection .arrows .arrow i {
        font-size: 30px;
    }
}
