/**
* @file
* Subtheme specific CSS.
*/
:root {
    --primary-color : #FFFFFF;
    --secondary-color : #0D394A;
    --main-bg-color : #E8E3E3;
    --highlight-color : #60C1E7;
}

.container-fluid {
    margin: 0!important;
    padding: 0!important;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}
body, .site-footer {
    font-family: 'Nunito', Arial, Helvetica, sans-serif!important;
}
/**
* Header/Branding
*/

.region-header {
    height: 180px;
}

/* .navbar {
    background-color: var(--primary-color);
} */

.navbar-brand {
    width: 20rem;
    height: auto;
    position: relative;
}

.navbar-brand img {
    width: 2rem;
    position: relative;
}

nav {
    background-color: white;
}

.brand-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end!important;
    padding: 0 120px!important;
}

.navbar-nav {
    column-gap: 2rem;
}

.nav-item {
    position: relative;
    left: -50px;
}

#navbar-main a {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 18px;
}

nav.menu--main ul li a::after {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    bottom: -5px;
    left: 0;
    background: var(--secondary-color);
    transition: width 0.4s;
}

nav.menu--main ul li a:hover::after {
    width: 50%;
}

/**
* Hero-banner
*/

.view-hero-banner-view {
    margin: 100px 0 200px 0;
}
.hero-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.hero-text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    padding: 0 0 0 108px;
}

.hero-tagline {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    overflow: hidden;
    z-index: 10;
}

.hero-tagline .field--name-field-hero-tagline {
    position: relative;
    top: -150px;
}

.hero-value-proposition {
    font-size: 20px;
    margin-top: 35px;
    overflow: hidden;
    z-index: 10;
}

.hero-value-proposition .field--name-field-hero-value-proposition {
    position: relative;
    top: -150px;
}

.hero-cta {
    position: absolute;
    bottom: -350px;
    background-color: var(--secondary-color);
    padding: 20px 50px;
    border-radius: 15px;
}

.hero-cta a {
    text-decoration: none;
    color: var(--primary-color);
}

.hero-image-wrapper {
    max-width:55vw;
}

.hero-image-wrapper img {
    position: relative;
    opacity: 0;
    width:45vw;
    left: 10vw;
}

/**
* Specialty
*/

.block-views-blockspecialties-view-block-1, .block-views-blockspecialties-view-block-2 {
    margin-top: 100px;
    padding: 50px 0;
    background: rgba(232, 227, 227, 0.20);
}

.block-views-blockspecialties-view-block-1 .view-content, .block-views-blockspecialties-view-block-2 .view-content {
    padding: 50px 120px;
}

.view-header {
    font-size: 2rem;
    display:inline-block;
    padding: 0 120px;
}

.view-header:after {
    content: '';
    display: block;
    position: relative;
    width: 50%;
    border: 2px solid var(--secondary-color);
    margin-top: 8px; }

.specialty-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.specialty-image {
    z-index: 10;
}

.specialty-icon {
    width: 100px;
    height: 100px;
}

.specialty-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -50px;
    background: var(--primary-color);
    padding: 50px 25px 25px 25px;
    border-radius: 15px;
    min-height: 425px;
    overflow: hidden;
}

.node--type-renumerations .specialty-text-wrapper {
    min-height: 525px;
}

.renumerations-text {
    text-align: center;
}

.renumerations-first-text {
    font-weight: bold;
    position: relative;
    top: 450px;
}

.renumerations-second-text {
    font-weight: 300;
    font-style: italic;
    position: relative;
    top: 450px;
}

.specialty-title {
    font-size: 2rem;
    color: var(--highlight-color);
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px;
    position: relative;
    top: 450px;
}

.specialty-text {
    text-align: justify;
    position: relative;
    top: 450px;
}

/**
* Offer
*/

.offer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
}

.offer-wrapper.blok-links {
    padding-right: 120px;
}

.offer-wrapper.blok-rechts {
    padding-left: 120px;
}

.offer-image-wrapper {
    max-width: 55vw;
    position: relative;
}

.offer-text-wrapper {
    position: relative;
}

.views-row:nth-of-type(1) .offer-image-wrapper, .views-row:nth-of-type(3) .offer-image-wrapper,
.views-row:nth-of-type(2) .offer-text-wrapper {
    position: relative;
    left: -50vw;
}

.views-row:nth-of-type(2) .offer-image-wrapper, .views-row:nth-of-type(1) .offer-text-wrapper,
.views-row:nth-of-type(3) .offer-text-wrapper {
    left: 50vw;
}

.blok-links img.offer-image {
    width: 55vw;
    margin-left: -50px;
    border-radius: 0px 50px 50px 0px;
/*     background: linear-gradient(0deg, rgba(232, 227, 227, 0.20) 0%, rgba(232, 227, 227, 0.20) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat; */
}

.blok-rechts img.offer-image {
    width: 55vw;
    margin-left: 50px;
    border-radius: 50px 0px 0px 50px;
/*     background: linear-gradient(0deg, rgba(232, 227, 227, 0.20) 0%, rgba(232, 227, 227, 0.20) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat; */
}

.offer-title {
    padding: 10px 25px;
    border-left: 4px solid var(--secondary-color);
    margin: 25px 0;
    font-weight: bold;
    font-size: 24px;
}

.offer-text {
    margin: 0;
    text-align: justify;
    color: var(--secondary-color);
}

.blok-links .offer-text, .blok-links .offer-title {
    margin-left: 50px;
}

.blok-rechts .offer-text, .blok-rechts .offer-title {
    margin-right: 50px;
}


/**
* Webform - Contacteer ons
*/

.block-webform-block {
    background: var(--secondary-color);
    padding: 35px 120px;
}

.webform-submission-contacteer-ons-form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.block-webform-block h2 {
    padding: 0 0 20px 0;
    color: var(--primary-color);
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.webform-button--submit.btn-primary {
    background: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 25px;
    text-transform: uppercase;
}

.webform-button--submit.btn-primary:hover {
    background-color: var(--main-bg-color);
    color: var(--highlight-color);
}

form .form-actions {
    align-self: center!important;
}

/**
* Footer
*/
.site-footer {
    background-color: var(--primary-color)!important;
    color: var(--secondary-color);
    padding: 0 120px;
}

.site-footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.site-footer__top section.row.region.region-footer-second {
    min-width: 275px!important;
}

.site-footer img {
    width: 10rem;
    height: auto;
}

.footer-social-media-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 20px;
}

.site-footer .content a {
    color: var(--secondary-color)!important;
    font-size: 20px;
}

.footer-contact-wrapper {
    color: var(--secondary-color);
}

#block-gergo-footercontactinfo .footer-contact-address-1 {
    font-size: 28px;
}

#block-gergo-footercontactinfo .footer-contact-address-2,
#block-gergo-footercontactinfo .footer-contact-address-3 {
        font-size: 20px;
}

#block-gergo-voet {
    padding-top: 31px;
}

#block-gergo-voet a {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

#block-gergo-vacaturesalgemeen {
    padding: 50px 120px;
    opacity: 0;
}

#block-gergo-vacaturesalgemeen h2 {
    display:inline-block;
    margin-bottom: 50px;
}

#block-gergo-vacaturesalgemeen h2:after {
    content: '';
    display: block;
    position: relative;
    width: 50%;
    border: 2px solid var(--secondary-color);
    margin-top: 8px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    header, section.region-footer-third {
        display: none;
    }
    .view-hero-banner-view {
        margin: 0 0 100px 0;
    }

    .hero-wrapper {
        flex-direction: column;
    }
    .hero-text-wrapper {
        min-height: 310px;
        padding: 10px 2.5vw 10px 10px;
    }
    .hero-tagline {
        font-size: 20px;
        line-height: 22px;
    }
    .hero-value-proposition {
        font-size: 14px;
    }
    .hero-cta {
        padding: 5px 10px;
        border-radius: 10px;
        bottom: 80px!important;
    }
    .hero-cta a {
        font-size: 14px;
    }
    .hero-image-wrapper {
        position: absolute;
        right: 0;
        padding-top: 50px;
    }
    .hero-image-wrapper img {
        width: 45vw!important;
    }

    .view-header {
        font-size: 20px;
        padding: 0 25px;
    }

    .block-views-blockspecialties-view-block-1 .view-content {
        padding: 50px 25px;
    }
    .specialty-text-wrapper {
        padding: 25px 25px 25px 25px;
        min-height: 0;
    }
    .specialty-title {
        font-size: 20px;
    }
    .specialty-text {
        font-size: 14px;
    }

    .blok-links .offer-text, .blok-links .offer-title {
        margin-left: 0;
    }
    .offer-wrapper.blok-links {
        padding-right: 25px;
        flex-direction: column-reverse;
    }
    .offer-wrapper.blok-rechts {
        padding-left: 25px;
        flex-direction: column;
    }
    .offer-wrapper.blok-links .offer-text-wrapper {
        padding: 0 25px 0 25px;
    }
    .offer-wrapper.blok-rechts .offer-text-wrapper {
        padding: 0 25px 0 25px;
    }
    .offer-title {
        font-size: 16px;
    }
    .offer-text {
        font-size: 12px;
    }
    .offer-image-wrapper {
        width: 100%;
        max-width: none;
        margin: 50px 0;
    }
    .blok-rechts img.offer-image {
        width:100%;
        margin-left: 0;
        border-radius: 0;
        min-height: 20vw;
    }
    .blok-links img.offer-image {
        width:100%;
        margin-left: 0;
        border-radius: 0;
        min-height: 20vw;
    }

    .block-webform-block {
        padding: 35px 25px;
    }
    .webform-submission-contacteer-ons-form {
        width: 80vw;
    }

    .site-footer {
        padding: 25px;
    }
    .site-footer img {
        width: 6rem;
        height: auto;
    }   
    #block-adminfree-footercontactinfo .footer-contact-address-1 {
        font-size: 20px;
    }
    #block-adminfree-footercontactinfo .footer-contact-address-2, #block-adminfree-footercontactinfo .footer-contact-address-3 {
        font-size: 16px;
    }
    .site-footer .content a {
        color: var(--secondary-color)!important;
        font-size: 16px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    header, section.region-footer-third {
        display: none;
    }
    .view-hero-banner-view {
        margin: 0 0 100px 0;
    }

    .hero-wrapper {
        flex-direction: column;
    }
    .hero-text-wrapper {
        min-height: 310px;
        padding: 10px 35vw 10px 10px;
    }
    .hero-tagline {
        font-size: 24px;
        line-height: 26px;
    }
    .hero-value-proposition {
        font-size: 14px;
    }
    .hero-cta {
        padding: 10px 25px;
    }
    .hero-cta a {
        font-size: 14px;
    }
    .hero-image-wrapper {
        position: absolute;
        right: 0;
        padding-top: 50xp;
    }
    .hero-image-wrapper img {
        width: 45vw!important;
    }

    .view-header {
        padding: 0 25px;
        font-size: 24px;
    }

    .block-views-blockspecialties-view-block-1 .view-content {
        padding: 50px 25px;
    }
    .specialty-text-wrapper {
        padding: 50px 100px 50px 100px;
        min-height: 0;
    }
    .specialty-title {
        font-size: 20px;
    }
    .specialty-text {
        font-size: 14px;
    }

    .blok-links .offer-text, .blok-links .offer-title {
        margin-left: 0;
    }
    .offer-wrapper.blok-links {
        padding-right: 25px;
        flex-direction: column-reverse;
    }
    .offer-wrapper.blok-rechts {
        padding-left: 25px;
        flex-direction: column;
    }
    .offer-wrapper.blok-links .offer-text-wrapper {
        padding: 0 25px 0 25px;
    }
    
    .offer-wrapper.blok-rechts .offer-text-wrapper {
        padding: 0 25px 0 25px;
    }
    .offer-title {
        font-size: 16px;
    }
    .offer-text {
        font-size: 12px;
    }
    .offer-image-wrapper {
        width: 100%;
        max-width: none;
        margin: 50px 0;
    }
    .blok-rechts img.offer-image {
        width:100%;
        margin-left: 0;
        border-radius: 0;
        min-height: 20vw;
    }
    .blok-links img.offer-image {
        width:100%;
        margin-left: 0;
        border-radius: 0;
        min-height: 20vw;
    }

    .block-webform-block {
        padding: 35px 25px;
    }
    .webform-submission-contacteer-ons-form {
        width: 90vw;
    }

    .site-footer {
        padding: 25px;
    }
    .site-footer img {
        width: 6rem;
        height: auto;
    }   

    #block-adminfree-footercontactinfo .footer-contact-address-1 {
        font-size: 20px;
    }
    #block-adminfree-footercontactinfo .footer-contact-address-2, #block-adminfree-footercontactinfo .footer-contact-address-3 {
        font-size: 16px;
    }
    .site-footer .content a {
        color: var(--secondary-color)!important;
        font-size: 16px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    header, section.region-footer-third {
        display: none;
    }
    .view-hero-banner-view {
        margin: 0 0 100px 0;
    }

    .hero-wrapper {
        flex-direction: column;
    }
    .hero-text-wrapper {
        padding: 10px 35vw 10px 10px;
        min-height: 310px;
    }
    .hero-tagline {
        font-size: 24px;
        line-height: 26px;
    }
    .hero-value-proposition {
        font-size: 14px;
    }
    .hero-cta {
        padding: 10px 25px;
    }
    .hero-cta a {
        font-size: 14px;
    }
    .hero-image-wrapper {
        position: absolute;
        right: 0;
        padding-top: 50xp;
    }
    .hero-image-wrapper img {
        width: 45vw!important;
    }

    .view-header {
        font-size: 24px;
        padding: 0 25px;
    }

    .block-views-blockspecialties-view-block-1 .view-content {
        padding: 50px 25px;
    }
    .specialty-text-wrapper {
        padding: 50px 100px 50px 100px;
        min-height: 0;
    }
    .specialty-title {
        font-size: 20px;
    }
    .specialty-text {
        font-size: 14px;
    }
    
    .offer-wrapper.blok-links {
        padding-right: 25px;
    }
    .offer-wrapper.blok-rechts {
        padding-left: 25px;
    }
    .blok-links .offer-text, .blok-links .offer-title {
        margin-left: 0;
    }
    .offer-wrapper.blok-links .offer-text-wrapper {
        padding: 0 25px 0 25px;
    }
    .offer-wrapper.blok-rechts .offer-text-wrapper {
        padding: 0;
    }
    .offer-title {
        font-size: 16px;
    }
    .offer-text {
        font-size: 12px;
    }
    .blok-rechts img.offer-image {
        margin-left: 0;
    }

    .site-footer {
        padding: 25px;
    }
    .site-footer img {
        width: 6rem;
        height: auto;
    }   

/*     #block-adminfree-footercontactinfo .footer-contact-address-1 {
        font-size: 20px;
    }
    #block-adminfree-footercontactinfo .footer-contact-address-2, #block-adminfree-footercontactinfo .footer-contact-address-3 {
        font-size: 16px;
    }
    .site-footer .content a {
        color: var(--secondary-color)!important;
        font-size: 16px;
    } */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

.navbar-nav {
    column-gap: 1rem;
}

#navbar-main a{
    font-size: 16px;
}

.brand-navigation {
    padding-right: 25px!important;
}

.hero-text-wrapper {
    min-height: 425px;
}

.hero-tagline {
    font-size: 30px;
    line-height: 34px;
}
.hero-value-proposition {
    font-size: 16px;
}
.hero-cta a {
    font-size: 16px;
}

.view-header {
    font-size: 28px;
    padding: 0 25px;
}

.block-views-blockspecialties-view-block-1 .view-content {
    padding: 50px 25px;
}
.specialty-title {
    font-size: 14px;
}
.specialty-text {
    font-size: 14px;
    font-weight: 400;
}

.offer-wrapper.blok-links {
    padding-right: 25px;
}
.offer-wrapper.blok-rechts {
    padding-left: 25px;
}
.offer-wrapper.blok-links .offer-text-wrapper {
    padding: 0 25px 0 25px;
}
.offer-wrapper.blok-rechts .offer-text-wrapper {
    padding: 0;
}
.offer-title {
    font-size: 16px;
}
.offer-text {
    font-size: 12px;
}
.blok-rechts img.offer-image {
    margin-left: 0;
}

.site-footer img {
    width: 6rem;
    height: auto;
}   
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1199px) and (max-width: 1360px) {

    .specialty-text-wrapper {
        min-height: 485px;
    }
    .site-footer {
        padding: 25px;
    }
}