@import url('bootstrap.min.css');
@import url('fontawesome.css');
@import url('../fonts/fonts.css');
@import url('swiper.css');

body {
    font-family: "Hind Madurai", sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: #FCFAF5;
    color: #210D45;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, .h2-big {
    font-family: "Fractul", sans-serif;
    font-weight: 800;
    display: inline-block;
    font-size: 63px;
    line-height: 72px;
    margin-bottom: 30px;
    color: #401A8B;
}

h2 {
    font-family: "Fractul", sans-serif;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #401A8B;
}

h3 {
    font-family: "Fractul", sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
}

h4 {
    font-family: "Fractul", sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
}

h6 {
    font-family: "Source Code Pro", monospace;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
}

em { color: #eb6021 }

a { text-decoration: none; }

.content p, .content ul li { font-size: 16px; line-height: 26px; }
.content .col-sm-8 ul { list-style: disc; margin-left: 50px; margin-bottom: 30px; }
.content .wp-block-column p a { color: #401ABB !important; }

.z-9999 { z-index: 9999; }

.widget { display: block !important; }

/* ITEMS */

.rounded { border-radius: 20px !important; }
.rounded-lg { border-radius: 50px !important; }

.rounded-sm {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 7px !important;
}

.rounded-pm, .rounded-pm img, .wp-block-embed__wrapper iframe  {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 12px !important;
}

.rounded-pm-l {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 50px !important;
}

.line-clamp-1, .line-clamp-2, .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 { -webkit-line-clamp: 2; }
.line-clamp-3 { -webkit-line-clamp: 3; }

.min-height-blog { min-height: 67px }

.read-on {
    border-bottom: 2px solid #401ABB;
    font-family: "Source Code Pro", monospace;
    color: #401ABB !important;
    display: inline-block;
}

.p-10 { padding: 10px 15px; }
.p-30 { padding: 30px; }
.pb-30 { padding-bottom: 30px; }
.pb-15 { padding-bottom: 15px; }
.pr-120 { padding-right: 120px; }
.p-60 { padding: 60px; }
.pr-60 { padding-right: 60px; }
.p-16-8 { padding: 16px 8px; }
.pb-120 { padding-bottom: 120px !important; }
.pb-210 { padding-bottom: 210px !important; }
.pl-120 { padding-left: 120px; }
.pr-120 { padding-right: 120px; }
 
.my--30 { margin: 0 -15px; }
.mt--120 { margin-top: -120px; }
.mt--180 { margin-top: -180px; }
.mt-120 { padding-top: 120px; }

.mb-60 { margin-bottom: 60px; }
.mb-120 { margin-bottom: 120px !important; }
.mt-60 { margin-top: 60px !important; }
.mr-30 { margin-right: 30px; }
.mt-30 { margin-top: 30px !important; }
.mb-30 { margin-bottom: 30px; }
.mt-20 { margin-top: 20px; }
.ml-20 { margin-left: 20px; }

.t-18 { font-size: 18px !important; }

.font-source { font-family: "Source Code Pro", monospace; }

.flow { display: flow !important; }

.shadow-card { box-shadow: 0px 4px 84px 0px #0000000A; }

ul { list-style: none; margin: 0 0 0 5px; padding: 0; }
ul.checklist li { background: url(../images/li-check.svg) no-repeat 0 8px; background-size: 18px; padding: 0 0 0 30px; line-height: 32px; }

.single { background: #FCFAF5; }

.shadow { box-shadow: 50px 4px 84px 0px #0000000A !important; }

.logo-partner img {
    border-radius: 175px !important;
    border: 1px solid #FFB800;
    height: 175px;
    width: 175px;
    object-position: center;
    object-fit: contain;
    margin-top: -120px;
    background: #fff;
    margin-bottom: 30px;
}


/* COLORS */

.bg-creme { background: #FCFAF5; }
.bg-yellow { background: #FFB800; }
.bg-white { background: #FFFFFF; }
.bg-purple { background: #401A8B; }
.bg-purple-light { background: #7542DB; }
.bg-purple-arrow { background: #7542DB url(../images/bg-arrow-purple.svg) no-repeat top 90px center; }
.bg-purple-light-city { background: #7542DB url(../images/bg-city-block.jpg) no-repeat; background-size: cover; background-position: center; }
.bg-purple-light-usp { background: #7542DB url(../images/bg-usp-block.jpg) no-repeat; background-size: cover; }
.bg-purple-light-update { background: #7542DB url(../images/bg-update.jpg) no-repeat; background-size: cover; }

.bg-purple .btn-line:hover { color: #fff; border: 1px solid #fff; }

.cl-purple, .facetwp-toggle { color: #401A8B; }
.cl-white { color: #FFFFFF; }
.cl-yellow { color: #FFB800; }
.cl-purple-light { color: #7542DB; }


/* EFFECTS */

.fade-in-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-on-scroll.visible { opacity: 1; transform: translateY(0); }

.form-control { border: 0 !important; border-radius: 10px; padding: 10px 15px; }
.input-label { display: block; clear: both; font-size: 11px; color: #401A8B; }

#ins { scroll-margin-top: 300px; }

/* BUTTONS */

.btn, .btn-line, .wpcf7-submit, .wp-block-button__link {
    padding: 16px 40px;
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    border: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 7px;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    box-shadow: 0px 6px 24px 0px #AC7C0033;
}
.btn.bg-purple:hover { background: #7542DB; }
.wpcf7-submit { background: #401A8B; color: #FFB800 !important; margin-top: 30px; }

.btn-line, .btn-line-purple:hover {
    border: 1px solid #FFB800;
    background: transparent;
    box-shadow: none;
    color: #FFB800;
}
.btn-line-purple, .btn-line:hover {
    border: 1px solid #401A8B;
    background: transparent;
    box-shadow: none;
    color: #401A8B;
}
.btn-line-yellow {
    border: 1px solid #FFB800;
    background: transparent;
    box-shadow: none;
    color: #FFB800 !important;
}
.btn.bg-yellow:hover { background: #401A8B; color: #fff; }

.btn-file, ::file-selector-button{
    padding: 16px 40px;
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    border: 1px solid #401A8B;
    background: transparent;
    box-shadow: none;
    color: #401A8B;
    border-top-left-radius: 7px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 7px;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    box-shadow: 0px 6px 24px 0px #AC7C0033;
    cursor: pointer;
}
.btn-file:hover { background: #401A8B; color: #FFB800; }

.file-input { display: none; }
.file-label {
    display: inline-block;
    padding: 10px 15px;
    background: #4a90e2;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}
.file-label:hover { background: #357ab8; }
.file-name { margin-left: 10px; margin-right: 15px; font-size: 12px; }

.header-big .btn-line:hover { border-color: #FFFFFF; color: #FFFFFF; background: transparent !important; }
.header-big .btn:hover, .navbar .btn:hover { background: #7542DB; color: #FFFFFF; }
.header-big .checklist { margin: 20px 0; font-family: "Source Code Pro", monospace; }
.header-big .checklist li { line-height: 38px !important; }
.header-big h1 { padding-top: 180px; }

.btn-group-sm>.btn,
.btn-sm,
.comment-form .btn-group-sm>input[type=submit],
.search-form .btn-group-sm>.search-submit {
    font-size: 16px;
    padding: 7px 25px;
    margin-top: 10px;
    box-shadow: none;
}

.btn-card { color: #210D45; text-decoration: underline; float: right; }
.btn-primary:hover { color: #401A8B; background: #FFB800; transition: all .3s ease; }


.btn-secondary,
.comment-form input[type=submit],
.search-form .search-submit {
    background: #f8f8f8;
    color: #eb6021
}

.btn-secondary:after,
.comment-form input[type=submit]:after,
.search-form .search-submit:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f061";
    float: right;
    color: #eb6021;
    margin-left: 15px
}

.btn-secondary:hover,
.comment-form input[type=submit]:hover,
.search-form .search-submit:hover {
    color: #fff;
    background: #eb6021;
    transition: all .3s ease
}

.joinchat__button {
    background-image: url(../images/whatsapp-button.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-size: cover !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 99999 !important;
}


/* BLOCKS */

.block { padding: 120px 0 }
.block-latest, .block-numbers, .block-reviews {
    margin-top: -90px;
    padding: 60px;
    position: relative;
    z-index: 9999;
    font-family: 'Source code pro';
    background: #fff;
    color:  #7542DB;
}
.block-numbers h2 { margin: 0; }
.block-reviews { font-family: "Hind Madurai", sans-serif; color: #210D45; }
.block-reviews .ti-widget-container, .block-reviews .ti-widget.ti-goog .ti-review-item>.ti-inner { background: #7542DB !important; padding: 30px; border-radius: 30px; }
.block-reviews .ti-footer { display: none; }
.block-reviews .ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container *, .ti-profile-details .ti-name, .ti-widget.ti-goog .ti-date, .ti-widget.ti-goog .ti-widget-container .ti-name, .ti-widget.ti-goog .ti-widget-container .ti-date { color: #fff !important; }

.block-latest h2 { margin-bottom: 30px; float: left; }
.block-latest .col-lg-4 { border-right: 1px solid #401A8B; padding: 0 30px; }
.block-latest .col-lg-4:last-child { border-right: 0; }
.block-latest .col-lg-4:first-child { padding-left: 15px; }
.block-latest .item-desc { margin-right: 10px; font-size: 14px; color: #210D45; }
.block-latest .item-desc i { color: #7542DB; }
.block-latest .item-title {
    margin-bottom: 15px;
    height: 60px;
    display: block;
    font-size: 18px;
    color: #210D45;
}
.block-latest .btn { float: right; }

.block-numbers { text-align: center; color: #401A8B; }
.block-numbers span {
    font-size: 48px;
    font-family: "Hind Madurai", sans-serif;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.item .item-desc i:first-child { margin-left: 0; }

.block-call { padding: 80px 50px 60px; }

.block-route {
    background-image: url(../images/bg-route.svg);
    background-repeat: no-repeat;
    background-size: 54vw;
    background-position: 100% 35%;
    position: relative;
}
.block-route iframe { margin: 180px 0 120px; }

.block-route-light {
    background-image: url(../images/bg-route-light.svg);
    background-repeat: no-repeat;
    background-size: 54vw;
    background-position: 80% 45%;
    position: relative;
}

.block-route-light-white {
    background-image: url(../images/bg-route-light-white.svg);
    background-repeat: no-repeat;
    background-size: 54vw;
    background-position: 80% 45%;
    position: relative;
}


.block-route .route-1 { position: absolute; left: -17vw; top: 9vw; width: 40vw; }
.block-route .route-2 { position: absolute; right: 0; top: 25vw; width: 15vw; }
.block-route .route-3 { position: absolute; right: 8vw; top: 65vw; width: 23vw; }
.block-route .route-4 { position: absolute; left: 0; top: 48vw; width: 15vw; }

.bg-match { background: url(../images/bg-match.jpg) no-repeat; background-size: cover; }

.fa-icons-round i {
    background: #FFB800;
    border-radius: 100%;
    font-size: 26px;
    width: 50px;
    padding: 12px 15px;
    margin: 0 10px;
    color: #7542DB;
}

.wp-block-image img { border-radius: 20px; }

.main {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .sidebar-primary .main {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.sidebar {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .sidebar {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

/* NAVBANNER */

.banner {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #401A8B;
    z-index: 999999;
    box-shadow: 0px 4px 23px 0px #210D4540;
}

.banner ul { list-style: none; margin: 0; padding: 0 }
.banner li { display: inline-block; padding: 0 10px }
.banner li:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 999;
}
.banner .sub-menu {
    display: none;
    background: #fff;
    padding: 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 35px;

}
.banner .sub-menu li { display: block; padding: 5px 15px; text-align: left }
.banner .sub-menu li a { color: #401A8B; }
.banner .sub-menu li a:hover { color: #FFB800; }
.banner .sub-menu li:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin: 0 10px 0 -10px;
    content: "\f105";
    color: #FFB800;
}
.pll-parent-menu-item .sub-menu li:before { display: none; }

.banner .menu-item-has-children a:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    margin: 0 5px 0 10px;
    font-size: 12px;
    content: "\f078";
    position: relative;
    top: 0
}

.banner .menu-item-has-children .sub-menu a:after { display: none }

.banner .navbar-brand {
    width: 272px;
    position: absolute;
    margin-top: 5px;
    z-index: 9999
}

.navbar { width: 100%; text-align: right }
.navbar a { font-family: "Source Code Pro", monospace; color: #fff; }
.navbar a:hover { color: #FFB800; text-decoration: none }
.navbar .current-menu-item a { color: #FFB800; text-decoration: underline; }
.navbar .navbar-nav { display: inline-block; margin-top: 15px }
.navbar .btn.bg-yellow { margin-right: 10px; }
.navbar .btn a { color: #401A8B; padding: 5px 10px; display: inline-block; font-size: 16px; }
.navbar .btn-line a { color: #FFB800; }

.navbar .collapsing .navbar-nav,
.navbar .show .navbar-nav {
    display: block;
    z-index: 1000;
}

.navbar .collapsing .navbar-nav li,
.navbar .show .navbar-nav li {
    margin: 10px 15px;
    text-align: center
}

.navbar .collapsing { transition: height 0s ease !important }

.navbar .navbar-toggler {
    display: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: 11px;
    padding: 9px 12px 6px
}

.navbar .icon-bar {
    background: #FFB800;
    margin-bottom: 8px;
    width: 40px;
    height: 5px;
    display: block
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #f1f1f1
}

.sidebar ul:last-child {border: 0 }
.sidebar ul li { padding-left: 20px }
.sidebar ul li:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin: 0 5px 0 -20px;
    content: "\f054";
    color: #eb6021
}

.sidebar a { color: #eb6021; }


/* SLIDER MATCHES */

.block-matches { position: relative; background: url(../images/bg-stories.jpg) no-repeat; background-size: cover; padding-bottom: 220px; }
.block-matches .container { position: relative; z-index: 2; }

.block-matches button {
  background-color: transparent;
  border: 2px solid #f9b233;
  color: #f9b233;
  padding: 10px 24px;
  font-weight: bold;
  border-radius: 30px;
  transition: 0.3s;
}

.block-matches button:hover { background-color: #f9b233; color: #3c1689; }

.block-about {
    background-image: url(../images/bg-about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.block-about-people {
    background-image: url(../images/bg-matches-people.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10vw;
}
.block-about-people .btn-line-purple:hover, .block-about .btn-line-purple:hover { background: #401A8B; }

.container-content-people { min-height: 190px; }


/* Blog */

.facetwp-facet-blog .facetwp-input-wrap { width: 100%; }
.facetwp-facet-blog .facetwp-icon:before { margin-right: 30px; }
.facetwp-facet-blog input.facetwp-search {
    width: 100%;
    height: 83px;
    border-radius: 20px;
    border: 0;
    padding: 0 30px;
}


/* FAQ */

#sp-ea-3080.sp-easy-accordion>.sp-ea-single>.ea-header a, #sp-ea-18122.sp-easy-accordion>.sp-ea-single>.ea-header a, #sp-ea-17783.sp-easy-accordion>.sp-ea-single>.ea-header a, #sp-ea-18115.sp-easy-accordion>.sp-ea-single>.ea-header a, #sp-ea-18120.sp-easy-accordion>.sp-ea-single>.ea-header a { color: #401A8B; font-size: 25px; }
#sp-ea-3080.sp-easy-accordion>.sp-ea-single, #sp-ea-18122.sp-easy-accordion>.sp-ea-single, #sp-ea-17783.sp-easy-accordion>.sp-ea-single, #sp-ea-18115.sp-easy-accordion>.sp-ea-single, #sp-ea-18120.sp-easy-accordion>.sp-ea-single {
    border: 0;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 84px 0px #0000000A;
    margin-bottom: 20px;
}
#sp-ea-3080.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body { border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; border-top: 1px solid #f3f1f8; }


.page-template-temp-page-candidate #sp-ea-3080.sp-easy-accordion>.sp-ea-single { background: #401A8B; }
.page-template-temp-page-candidate #sp-ea-3080.sp-easy-accordion>.sp-ea-single>.ea-header { color: #fff; }
.page-template-temp-page-candidate #sp-ea-3080.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body { background: #401A8B; }
.page-template-temp-page-candidate #sp-ea-3080.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body { color: #fff; padding-top: 15px; display: block; }


/* Slider wrapper positioned to the far right */
.slider-wrapper {
    position: absolute;
    top: 145px;
    right: 0;
    width: 50vw;
    padding-left: 40px;
    z-index: 90;
}

.swiper, .swiper-full { width: 100%; overflow: hidden; }
.swiper h4, .swiper-full h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 99px;
}
.swiper p, .swiper-full p {
    height: 110px;
    display: inline;
    margin-bottom: 15px;
    padding-bottom: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.swiper-wrapper { display: inline-flex; }

.swiper-full .swiper-slide { max-width: 280px !important}

.swiper-slide {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px;
    margin-top: 90px;
    color: #333;
    width: 280px;
}

.testimonial-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    margin: -114px 13% 15px;
    background: #fff;
}

.testimonial-name { font-family: "Fractul", sans-serif; color: #401A8B; float: left; }

.stars { color: #f9b233; float: right; }

.swiper-button-prev,
.swiper-button-next {
    color: #f9b233;
    position: relative;
    float: left;
}
.swiper-button-next:after, .swiper-button-prev:after { display: none; }
.swiper-button-next { margin-left: 20px; }

@media (max-width: 768px) {
  .slider-wrapper {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.shadow-card-icons { font-family: "Source Code Pro", monospace; }
.shadow-card-icons img { border-radius: 0 !important; width: 24px; }
.shadow-card-icons .wp-block-media-text>.wp-block-media-text__content { padding-right: 0 !important; padding-left: 0 !important; }
.shadow-card-icons .wp-block-media-text>.wp-block-media-text__media { align-self: self-start; }

.page-template-temp-page-matches .has-background .card.rounded-pm img { border-radius: 0 !important; }
.page-template-temp-page-matches .has-background .card.rounded-pm .logo-partner img { border-radius: 100% !important; }

.border-left-purple { border-left: 1px solid #401A8B; padding-left: 30px; }

.footer { background: #401A8B url(../images/bg-footer.svg) no-repeat; }
.footer ul { list-style: none; padding: 0; margin: 0 }
.footer h6, .footer a, .footer { color: #fff; }

.whatsapp {
    color: #fff;
    background: #26d74f;
    padding: 7px 9px 15px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999
}

.photo { background: url(../images/bg-swiss.jpg) no-repeat bottom; background-size: cover; padding: 120px 0 }

.photo h4 {
    font-size: 38px;
    font-weight: 900;
    color: #2b57a4;
    text-transform: uppercase;
    margin-bottom: 60px
}

.comment-form .photo input[type=submit],
.photo .btn,
.photo .comment-form input[type=submit],
.photo .search-form .search-submit,
.search-form .photo .search-submit {
    display: inline-block;
    clear: both
}

.copyright {
    background: #401A8B;
    font-size: 13px;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.copyright a { color: #fff; text-decoration: underline }

.header-big {
    height: 100vh;
    max-height: 910px;
    color: #fff;
    background-size: contain;
    background-color: #401A8B;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.header-big h1 { color: #fff; }
.header-small {
    padding: 150px 0 70px;
    background: #401A8B;
    color: #fff;
    background-image: url(../images/bg-header.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-small h1 { margin-top: 90px; color: #fff; }
.header-small img { width: 100%; object-fit: cover; height: 600px; }
.category-vacatures .header-small,
.category-vacancies .header-small,
.category-stellenangeboten .header-small,
.category-vacants .header-small,
.category-vacatures-be .header-small,
.category-vacantes .header-small { background-image: url(../images/bg-header-vacs.png); background-position: right 65% top; }

.header-small img.img-clean {
    width: 100%;
    object-fit: cover;
    height: 470px;
    margin-bottom: 90px;
}

.header-small .overlay { overflow: hidden; position: relative; }
.header-small .overlay::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, #401A8B 25.19%, rgba(64, 26, 139, 0) 63.44%);
}

.header-faq { padding-bottom: 180px; }

.home-no,
.home .header-small,
.mobile {
    display: none !important;
}


/* FOOTER */

.footer a { color: #fff; }
.footer a:hover { color: #FFB800; }

.block-vac { background: #2b57a4 }

.page-desc { display: block; clear: both; margin-bottom: 145px; }
.page-desc ul li {
    float: left;
    margin-right: 15px;
    color: #fff;
    font-family: "Source Code Pro";
}
.page-desc ul li i {
    color: #FFB800;
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    text-align: center
}

.box-why {
    border-top-left-radius: 7px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 7px;
    padding: 30px;
    color: #fff;
}
.box-why ul li {
    font-family: "Source Code Pro";
    background: url(../images/arrow-right.svg) no-repeat 0 3px;
    margin-bottom: 15px;
    background-size: 10px;
    padding-left: 30px;
}

.list-arrow li {
    font-family: "Source Code Pro";
    background: url(../images/arrow-right.svg) no-repeat 0 3px;
    margin-bottom: 25px;
    background-size: 10px;
    padding-left: 30px;
}

.btn-back { color: #401A8B; margin-bottom: 15px; display: block }

.page-img {
    height: 180px;
    width: 100%;
    margin-top: 15px;
    background: 50% no-repeat #f8f8f8 url(../images/logo.svg);
    background-size: 70%
}

.page-img img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover
}

.filter { padding-right: 15px }
.filter span { font-weight: 900; text-transform: uppercase; color: #2b57a4 }
.filter p { margin: 0 }
.filter ul { list-style: none; margin: 0 0 15px; padding: 0 }
.filter ul a { color: #eb6021 }
.filter ul p { margin: 0 !important }
.filter .collapse { background: #fff }
.filter .selected { background: #f3f3f3; padding: 30px 30px 5px; margin: 0 15px 30px 0 }
.filter .selected a { color: #eb6021; font-weight: 900; margin-right: 10px }

.btn-filter,
.filter .selected:empty {
    display: none
}

.facetwp-checkbox { background-image: url(../images/checkbox.png) !important; }
.facetwp-checkbox.checked { background-image: url(../images/checkbox-on.png) !important; }

.facetwp-flyout { margin-top: 65px; }

.pagination { font-size: 0; text-align: right; display: block }
.pagination b { background: #eb6021; color: #fff !important }

ol.wp-paginate li { line-height: 13px !important; }
.wp-paginate a,
.wp-paginate b {
    font-weight: 700 !important;
    display: inline-block !important;
    padding: 10px !important;
    border: 0 !important;
    color: #401A8B !important;
    background: #fff !important;
    font-size: 18px !important;
    margin: 0 1px !important;
    border-radius: 15px !important;
}

.wp-paginate a:hover,
.wp-paginate b:hover {
    background: #401A8B !important;
    color: #fff !important;
}

.wp-block-columns .wp-block-list { list-style: none; padding-left: 0 !important; }
.page-template-temp-page-center .shadow-card .wp-block-columns-is-layout-flex .wp-block-list { list-style: disc; padding-left: 20px !important; }
.wp-block-list { list-style: disc; padding-left: 25px; }

@media (min-width:1225px) {
    .navbar .navbar-toggler {
        display: none
    }
    .navbar-toggleable-md .navbar-collapse {
        display: block;
        width: 100%
    }
}

@media (max-width:575px) {
    .header-big { height: auto; }
    .header-big .block-review {
        display: none
    }
    .comment-form .header-big input[type=submit],
    .header-big .comment-form input[type=submit],
    .header-big .search-form .search-submit,
    .search-form .header-big .search-submit {
        width: 100% !important
    }
}

@media (min-width:780px) {
    .facetwp-flyout-open {
        display: none
    }
}

@media screen and (max-width:1225px) {
    html { margin-top: 0 !important }
    h1 { font-size: 30px; line-height: 28px; margin-bottom: 15px; }
    h2 { font-size: 28px; }
    h3 { font-size: 23px; }
    
    .header-small { height:  }
    .header-small h1 { margin-top: 0; color: #fff; }

    .header-big { background-position: top 60px right 0; background-size: 120%; height: 1090px !important; max-height: 1090px; }    
    .header-big h1, h1, .h2-big { font-size: 45px; line-height: 46px; }
    .header-big h1 { padding-top: 290px; }

    .navbar .btn.bg-yellow { padding-left: 20px !important; }
    .navbar .btn.bg-yellow a { font-size: 18px; color: #401A8B; }

    .block-route { background-position: 100% 3%; background-size: 84vw; }
    .block-route .route-1 { position: relative; margin-top: -400px; width: 60vw; }
    .block-route .route-2 { width: 45vw; top: 132vw; left: 30px; }
    .block-route .route-3 { width: 36vw; top: 150vw; }
    .block-route .route-4 { width: 45vw; top: 205vw; left: 30px; }
    .block-route iframe { margin: 0 0 640px !important; height: 200px !important; }

    .block-latest, .block-numbers, .block-reviews { padding: 30px !important; }
    .border-left-purple { border: 0; padding: 0; }

    .archive .search-bar { display: none; }

    .w-100.mt--180 { margin-top: 0 !important; }
    .mt--180 { margin-top: -60px; }
    .mt--120 { margin: 30px 0 0 0; }
    .card .mt--120 { margin-top: -120px !important; }
    .mb-120, { margin-bottom: 30px !important; }
    .mb-60 { margin-bottom: 30px; }
    .pr-120 { padding-right: 0; }
    .p-60 { padding: 30px; }
    .pb-210 { padding-bottom: 30px !important; }
    .pl-120 { padding: 0; }

    :where(.wp-block-columns.is-layout-flex) { gap: 0; }

    .bg-match {
        background: #7542dc url(../images/bg-match.jpg) no-repeat;
        background-size: 654px;
        background-position: left -257px bottom 0;
        padding-bottom: 250px;
    }

    .w-50, .w-75 { width: 100% !important; }

    .about-mobile { overflow: hidden; margin: 0 -15px; }
    .about-mobile img { width: 300%; }

    .input-label { position: absolute; margin-top: -77px; padding-left: 15px; display: block; font-size: 10px; }

    .header-big .checklist li { line-height: 24px !important; }

    .block-latest .col-lg-4 { padding: 15px; border-right: 0; border-bottom: 1px solid #401A8B; }

    .block-latest { padding: 30px; }
    .block-latest .btn, .vacature .col-lg-6:last-child { display: none; }
    .block-about-people {
        padding-bottom: 350px !important;
        background-image: url(../images/bg-people.png);
        background-size: 200%;
        background-position: left 0 bottom 60px;
    }

    .vacature .page-desc { margin: 0; }

    .card { margin-bottom: 30px; }
    .card-image { height: 150px !important; }
    .card .item-desc i { margin: 0 !important; }
    .item-desc .col-lg-4:first-child, .item-desc .col-lg-2:nth-child(3) { display: none; }

    .card-vacancy .line-clamp-1 { -webkit-line-clamp: 2; }
    .card-vacancy h4 { font-size: 17px; }
    .card-vacancy .btn { padding: 5px 15px; }

    .box-why { margin-top: 60px; }

    .btn { margin-top: 10px; }

    .navbar { width: auto }
    .banner {
        background: #401A8B;
        position: fixed;
        height: 68px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
    }
    .banner .navbar-collapse {
        top: 68px;
        padding: 15px;
        position: absolute;
        background: #7542DB;
        right: 0;
        z-index: 99999;
    }
    .banner .navbar a { color: #fff }
    .banner .navbar-collapse .show,
    .banner .navbar-toggler {
        display: block !important
    }
    .banner .navbar .icon-bar { height: 4px; width: 30px; margin-bottom: 6px }
    .banner .navbar-brand-sticky { margin: 20px 0 !important; display: block }
    .banner .navbar-brand-sticky img { height: 20px }

    .banner .banner-top .menu-top-container .menu-item-object-page,
    .banner .banner-top .menu-top-duits-container .menu-item-object-page,
    .banner .banner-top .menu-top-engels-container .menu-item-object-page,
    .banner .banner-top .menu-top-frans-container .menu-item-object-page {
        display: none
    }
    .banner .banner-top li { padding: 5px }
    .banner .navbar-brand { width: 150px; float: left; margin-top: 13px; }
    .banner .pll-parent-menu-item a[href="#pll_switcher"] { display: none; }
    .banner .pll-parent-menu-item .sub-menu {
        display: inline-block !important;
        padding: 0;
        margin-left: 15px;
        background: none;
    }
    .banner .pll-parent-menu-item .sub-menu li { padding: 0; display: inline-block; } 
    .banner .menu-item-has-children a:after { display: none !important; }
    li:hover .sub-menu {
        display: block;
        position: relative !important;
        background: none;
        z-index: 999;
    }
    .sub-menu { padding-top: 5px; margin-left: -15px }
    .sub-menu li { display: block; padding: 5px 15px }
    .sub-menu a { font-size: 14px }

    .menu-item-has-children a { pointer-events: none }
    .menu-item-has-children .sub-menu a { pointer-events: all; color: #f3e0d8 !important }
    .menu-item-has-children a:after {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        margin: 0 5px 0 10px;
        color: #fff;
        content: "\f0dd";
        position: relative;
        top: -2px
    }
    .navbar .menu-item-has-children:hover .sub-menu { display: block; padding: 10px 0; }
    .menu-item-has-children .sub-menu a:after, .desktop { display: none }

    .block-search { margin: 30px 0; }
    .header-big .mr-30 { margin: 10px 15px 0 0; }
    .comment-form .header-big input[type=submit],
    .header-big .comment-form input[type=submit],
    .header-big .search-form .search-submit,
    .search-form .header-big .search-submit {
        width: 100% !important
    }
    .navbar .collapsing .navbar-nav li,
    .navbar .show .navbar-nav li,
    .navbar a {
        padding: 10px 0;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
        text-transform: none;
        font-size: 21px
    }
    .navbar .collapsing .navbar-nav li a,
    .navbar .show .navbar-nav li a,
    .navbar a a {
        text-transform: none
    }
    .navbar li { padding: 5px 15px; display: block }

    .collapse { background: #eb6021; width: 100%; padding-top: 20px }
    .slider-wrapper { top: 0; }

    .collapse .menu-top-container,
    .navbar-top.mobile, .mobile {
        display: block !important
    }
    .card-vacancy .btn.mobile {
        padding: 5px 15px;
        width: auto;
        margin: 15px 15px 0 !important;
    }

    .btn,
    .comment-form input[type=submit],
    .search-form .search-submit {
        padding: 10px 15px
    }
    .btn-file { padding: 10px 15px; }

    .header-small { padding: 90px 0 30px; background: #401A8B; color: #fff; }
    .header-small .page-header { position: static }
    .header-small .page-header h1 { padding: 10px 0 }
    .header-small img.img-clean { height: 200px; margin-bottom: 30px; }
    
    .block-review .block-review-num { right: 0 !important }

    .block { padding: 30px 15px; }
    .filter { padding: 15px; display: none; }
    .btn-filter {
        display: block !important;
        background: #eb6021;
        width: 100%;
        text-align: left;
        color: #fff;
        margin-top: 15px
    }
    .btn-filter i { margin-top: 5px; }
    .accordion .card-content,
    .box-30 { padding: 15px !important; }
    .box { margin-bottom: 15px; }
    .item { padding: 15px !important; }
    .comment-form .item input[type=submit],
    .item .btn,
    .item .comment-form input[type=submit],
    .item .search-form .search-submit,
    .search-form .item .search-submit {
        width: 100%;
        margin-top: 15px
    }
    .photo {
        padding: 60px 15px
    }
    .custom_html-9,
    .custom_html-10,
    .custom_html-11,
    .custom_html-28 {
        display: none
    }
    .footer { font-size: 12px; }
    .footer h3 { margin-top: 15px !important; }
    .footer .navbar-brand { margin-bottom: 30px !important; display: block; }
}

.box h3 { color: #fff; }
.box-optie { color: #fff; background: #2b57a4; margin-top: 15px }
.box-optie a { color: #fff; }
.box-optie h3 { padding: 30px 30px 20px; margin: 0; color: #fff }
.box-optie ul { list-style: none; padding: 0; margin: 0 }
.box-optie ul li { padding: 15px 30px; font-style: italic; min-height: 102px }
.box-optie ul li span {
    font-weight: 700;
    display: block;
    clear: both;
    font-style: normal;
    font-size: 21px
}

.box-optie ul .item-1 { background: #539bd2 !important }
.box-optie ul .item-2 { background: #98c3e4 !important }
.box-optie ul .item-3 { background: #a9cde8 !important }

.box-optie .btn,
.box-optie .comment-form input[type=submit],
.box-optie .search-form .search-submit,
.comment-form .box-optie input[type=submit],
.search-form .box-optie .search-submit {
    width: 100%;
    border-top: 5px solid #fff
}

.readmore { color: #7542DB !important; text-decoration: underline; }

.total-items { text-align: right; margin-bottom: 15px; }

.post { margin-bottom: 30px; display: block; }
.post h3 a { color: #2b57a4; }
.post .author a { color: #eb6021; }

.post img {
    width: 160px;
    height: 160px;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
}

.post .entry-summary { display: block; overflow: hidden; }

.recensie { list-style: none; padding: 0; margin: 0; }
.recensie .col-1 p { color: #ddd !important; font-size: 13px; margin-bottom: 5px !important; }
.recensie li {
    padding: 30px;
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.recensie blockquote {font-size: 17px; font-style: italic; }
.recensie span { font-size: 13px; }

.recensie .cijfer {
    background: #eb6021;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
}

.item { background: #fff; overflow: hidden; margin-bottom: 15px; }
.card-image {
    height: 300px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 50px;
    object-fit: cover;
}
.rounded-pm .card-image { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }

hr { 
    background: #7542DB;
    color: #7542DB;
    opacity: 1;
    height: 1px;
    margin: 0 0 15px;
}

.card-vacancy h4 { 
    font-family: 'Hind Madurai';
    font-weight: 600;
    color: #210D45;
    margin-bottom: 0;
}
.card-vacancy .line-clamp-1 { margin-bottom: 15px; }
.card .item-desc { font-family: "Fractul", sans-serif; font-size: 14px; }

.card time {
    font-family: "Source Code Pro";
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}
.card .item-desc i { color: #7542DB; margin-right: 10px; }
.item .item-desc i {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 5px;
    color: #ddd;
}
.item .item-desc i:first-child { margin-left: 0; }

.comment-form .item input[type=submit],
.item .btn,
.item .comment-form input[type=submit],
.item .search-form .search-submit,
.search-form .item .search-submit {
    float: right
}

.comment-form .item input[type=submit]:after,
.item .btn:after,
.item .comment-form input[type=submit]:after,
.item .search-form .search-submit:after,
.search-form .item .search-submit:after {
    margin-left: 15px
}

.card-form .form-control { background: #FCFAF5; }

.accordion .card { border: 0; border-radius: 0; margin-bottom: 1px }
.accordion .card .card-header { background: #eb6021; padding: 0; border-radius: 0 }
.accordion .card .card-header button:hover { text-decoration: none }
.accordion .card span {
    display: block;
    clear: both;
    font-weight: 300;
    font-size: 15px;
    font-style: italic
}

.accordion .card-content { padding: 30px; background: #fff }
.accordion .card-content ul { margin: 0 }
.accordion .card-content li { margin-bottom: 5px }

body#tinymce {
    margin: 12px !important
}

/*# sourceMappingURL=main.css.map */