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

html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    position: relative;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 0.03em;
    font-family: 'Inter', sans-serif;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    max-width: 100%;
    overflow-y: hidden;
    background: #ffffff;
    --primary-color: #4b5d67;
    --primary-text-color: #ffffff;
    --secondary-color: #ff7900;
    --secondary-text-color: #4b5d67;
    --global-text-color: #70757a;
    --topbarheight: 40px;
}

a {
    color: var(--global-text-color);
}

.pagecontainer {
    min-height: 100vh;
}

.cookiebanner {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: auto;
    height: auto;
    max-width: 400px;
    z-index: 99999;
}

.cookiebanner .buttons {
    position: relative;
    float: left;
}

.cookiebanner .buttons > a {
    padding: 5px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.grecaptcha-badge {
    z-index: 66 !important;
}

header {
    height: calc(100px + var(--topbarheight));
}

select {
    font-family: 'Inter', sans-serif;
}

textarea {
    font-family: 'Inter', sans-serif;
}

p > span {
    display: inline-block;
}

/*************** 1.0 NAVBAR ***************/
.floatmobile {
    display: none;
}

.header-content {
    position: relative;
    top: -40px;
    left: 0;
    width: 100%;
    height: 800px;
    background: var(--secondary-color);
    z-index: 1;
}

.header-content:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    float: right;
    width: 50%;
    height: 800px;
    background: #ffffff;
    z-index: -1;
}

.header-content:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    float: right;
    width: 50%;
    height: 800px;
    background: var(--secondary-color);
    border-bottom-right-radius: 50%;
    z-index: -1;
}

.header-content .leftside {
    position: absolute;
    background: var(--primary-color);
    border-bottom-right-radius: 50%;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
}

.header-content .leftside .innertext {
    width: 50%;
    float: right;
    margin-right: 5%;
    margin-top: 10%;
}

.header-content .leftside .innertext p {
    color: var(--primary-text-color);
}

.header-content .leftside .innertext h2 {
    color: var(--primary-text-color);
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
}

.header-content .leftside .innertext h2.whitetext {
    color: #ffffff;
    font-weight: 900;
}

.header-content .rightside {
    position: absolute;
    background: #ffffff;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    float: right;
    z-index: 22;
}

.header-content video {
    display: inline-block;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 25%;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.header-content img {
    display: inline-block;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 25%;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.searchbar {
    position: relative;
    background: #ffffff;
    padding: 10px;
    width: 100%;
    left: 0;
    height: 60px;
    -webkit-box-shadow: 1px 3px 15px -5px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 1px 3px 15px -5px rgba(0, 0, 0, 0.67);
    box-shadow: 1px 3px 15px -5px rgba(0, 0, 0, 0.67);
    border-radius: var(--borders);
    top: -190px;
    z-index: 77;
}

.searchbar form {
    display: flex;
}

.searchbar input {
    width: 75%;
    height: 50px;
    border: none;
    background: #fcfbfe;
    border-radius: var(--borders);
    padding-left: 5px;
    margin-top: -5px;
}

button:hover {
    cursor: pointer;
}

.searchbar input:focus {
    border: none;
    outline: none;
    font-weight: 700;
    color: var(--primary-color);
}

.searchbar input::placeholder {
    font-weight: 700;
    color: var(--primary-color);
}

.searchbar button {
    width: 20%;
    margin-left: 5%;
    height: 50px;
    border: none;
    border-radius: var(--borders);
    background: var(--secondary-color);
    color: var(--secondary-text-color);
    font-weight: 700;
    font-size: 17px;
    margin-top: -5px;
}

.hoeksma_nav {
    position: fixed;
    left: 0;
    top: var(--topbarheight);
    width: 100%;
    height: 100px;
    background: #ffffff;
    transition: 0.4s ALL;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    z-index: 105;
}

.hoeksma_nav.scrolled {
    top: 0 !important;
    z-index: 120 !important;
}

.hoeksma_nav .buttons-right {
    float: right;
    margin-left: 60px;
    margin-top: 20px;
}

.hoeksma_nav .logo {
    display: flex;
    position: relative;
    float: left;
    left: 20px;
    height: auto;
    top: 50%;
    width: auto;
    margin-top: 50px;
    transform: translateY(-50%);
    background: #ffffff;
    border-bottom-right-radius: var(--borders);
}

.hoeksma_nav .logo img {
    display: inline-block;
    height: auto;
    border-radius: 0;
    max-height: 65px;
    padding-bottom: 5px;
    padding-top: 5px;
    max-width: 200px;
}

.hoeksma_nav li.toggle-navi {
    display: none;
}

.hoeksma_nav li.toggle-navi span {
    color: var(--primary-color) !important;
    font-size: 25px;
}

.hoeksma_nav ul {
    float: right;
    margin-top: 40px;
margin-right: 30px;
}

.hoeksma_nav ul li > a > i.fa {
    font-size: 12px;
}

.hoeksma_nav ul li > a:hover > i.fa {
    animation: 0.5s rotateTang;
}

.hoeksma_nav ul li {
    float: left;
    margin-left: 30px;
    margin-top: -10px;
    list-style-type: none;
    border-bottom: 2px solid #ffffff;
}

.hoeksma_nav ul li:hover {
    float: left;
    margin-top: -10px;
    list-style-type: none;
    border-bottom: 2px solid var(--primary-color);
}

.hoeksma_nav ul li > a {
    color: var(--global-text-color);
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
}

.hoeksma_nav ul li.menubutton {
    height: 26px;
    margin-left: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hoeksma_nav ul li.menubutton > a {
    background: var(--primary-color);
    color: var(--primary-text-color) !important;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif;
    padding: 12px 26px 12px 26px;
    border-radius: var(--borders);
}

.hoeksma_nav ul li.menubutton:hover > a {
    color: var(--primary-text-color);
}

.hoeksma_nav ul li.menubutton:hover {
    color: var(--primary-text-color);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hoeksma_nav ul li > a:hover,
.hoeksma_nav ul li > a:focus,
.hoeksma_nav ul li > a:active {
    list-style-type: none;
    border-radius: var(--borders);
}

.hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu {
    display: none;
}

.hoeksma_nav ul > li.hoeksma_dropdown:hover > .hoeksma_dropdown-menu {
    display: block;
}

.hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu {
    display: none;
}

.hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: -5px;
    padding: 20px;
    margin-left: 0px;
    border-radius: var(--borders);
}

.hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu > li {
    position: relative;
    margin-left: 0px;
    margin-top: 10px;
    left: 0;
    float: none;
    margin-bottom: 10px;
}

.hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu > li > a {
    font-size: 18px;
    color: var(--global-text-color);
}

.hoeksma_nav ul .right-menu {
    position: absolute;
    display: flex;
    right: 20px;
    float: right;
}

.hoeksma_nav ul .right-menu li {
    margin-left: 20px;
    margin-top: -10px;
    list-style-type: none;
}

.hoeksma_nav ul .right-menu li > a {
    margin-left: 20px;
    list-style-type: none;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.hoeksma_nav ul .right-menu li.button {
    background: var(--secondary-color);
    border-radius: var(--borders);
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -20px;
}

.hoeksma_nav ul .right-menu li.button:hover {
    transition: 0.2s ALL;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
}

.hoeksma_nav ul .right-menu li.button > a {
    color: var(--secondary-text-color);
}
/*************** 2.0 RANDOM STYLING ***************/

hr {
    border: 1px solid #cccccc;
}

.solform {
    max-width: 50%;
    margin-left: 25%;
    margin-top: 5%;
}

.solform strong {
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 1300px !important;
}

.form-checkbox {
    margin-top: 30px;
    margin-bottom: 30px;
}

.fullheight {
    min-height: 100vh;
}

.centercontent {
    text-align: center;
    margin-top: 15%;
    margin-bottom: 15%;
    width: 100%;
    height: 100%;
}

.ckboxlabel {
    margin-bottom: 10px;
}

.form-checkbox p {
    margin-bottom: 0px;
    line-height: 0;
}

.form-checkbox input {
    margin-bottom: 0px;
}

.form-checkbox h3 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-checkbox input:hover {
    background: #e9e9e9;
    cursor: pointer;
}

.ckboxlabel input {
    min-height: 100%;
}

textarea {
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 125px;
    border-radius: var(--borders);
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

img {
    max-width: 100%;
    border-radius: var(--borders);
}

.mtb {
    margin-bottom: 30px;
}

.button-empty {
    background: none;
    border: none;
    outline: none;
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.button-empty:hover {
    cursor: pointer;
}

.footer {
    background: #f9f9f9;
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0px;
    left: 0;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.footer img {
    max-width: 50%;
    border-radius: 0 !important;
}

ul.footermenu {
    display: flex;
    flex-wrap: wrap;
}

ul.footermenu > li {
    color: var(--global-text-color) !important;
    list-style-type: none;
    flex: 0 40%;
    margin-right: 30px;
}

@media screen and (max-width: 960px) {
    ul.footermenu > li {
        flex: 0 100%;
    }
}

ul.footermenu a {
    font-weight: 500 !important;
    color: var(--global-text-color) !important;
}

ul.footermenu a:hover {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
}

.footercopy {
    position: relative;
    bottom: 0;
    border-top: 1px solid #eaeaea;
    background: #f9f9f9;
    padding: 5px;
    width: 100%;
}

.footercopy p {
    color: var(--global-text-color) !important;
    margin: 0;
}

section.footer h2 {
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-weight: 500;
}

section.footer h5 {
    color: var(--primary-text-color);
}

section.footer p {
    font-family: 'Inter', sans-serif;
    color: var(--primary-text-color);
}

section.footer ul.social {
    display: flex;
}

section.footer ul.social a i.fa {
    color: var(--primary-text-color);
    font-size: 30px;
    padding: 20px 20px;
    padding-left: 0;
    letter-spacing: 20px;
    margin-top: 20px;
}

section.footer ul.social a i.fa:hover {
    color: var(--primary-text-color);
}

section.footer ul {
    margin-left: -20px;
}

section.footer ul > li {
    list-style-type: none;
    margin-left: -20px;
}

section.footer ul > li > a {
    text-decoration: none;
    color: var(--primary-text-color);
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

section.footer ul > li > a:hover {
    color: var(--secondary-color);
    font-weight: 100;
}

section.footer .contact_info a {
    color: var(--primary-text-color);
    font-weight: 100;
    text-decoration: none;
}

.topcontent-v2 {
    background: var(--header-image-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 600px;
    width: 100%;
}

.topcontent.straight {
    margin-bottom: 80px;
}

.topcontent.straight:after {
    display: none;
}

.topcontent-shape.straight:after {
    display: none;
}
.topcontent-shape.straight:before {
    display: none;
}

.topcontent-shape.straight {
    display: none;
}

.topcontent-shape {
    position: relative;
    background: #ffffff;
    border-radius: 220%;
    width: 110%;
    left: -5%;
    top: -50px;
    height: 100px;
    margin-bottom: -60px;
    z-index: 0;
}

.topcontent-shape:after {
    position: absolute;
    content: '';
    background: var(--primary-color);
    border-radius: 220%;
    width: 110%;
    left: -5%;
    top: -10px;
    height: 150px;
    opacity: 0.4;
}

.topcontent-shape:before {
    position: absolute;
    content: '';
    background: #ffffff;
    border-radius: 220%;
    width: 110%;
    left: -5%;
    top: 0px;
    height: 150px;
    z-index: 1;
    opacity: 1;
}

.topcontent.straight {
    transform: skewY(0deg);
    top: 0;
}

.topcontent.straight:before {
    transform: skewY(0deg);
}

.topcontent:before {
    position: absolute;
    content: '';
    background: var(--headerbelowbg);
    transform: skewY(0deg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
}

.topcontent .overlay {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.5;
    z-index: 0;
}

.topcontent {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 750px;
    background: var(--primary-color);
    background-size: cover;
    background-repeat: no-repeat;
}

.topcontent .inner-content {
    position: absolute;
    top: 50%;
    max-width: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagehh {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mb30 {
    margin-bottom: 10px;
}

.topcontent .inner-content > h2,
.topcontent .inner-content > h1,
.topcontent .inner-content > h3,
.topcontent .inner-content > h4,
.topcontent .inner-content > h5,
.topcontent .inner-content > h6 {
    color: var(--primary-text-color);
}

.topcontent .inner-content > p {
    color: var(--primary-text-color);
}

.topcontent-bottom {
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.topcontent-bottom h1 {
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 60px;
    color: var(--primary-text-color);
    text-transform: uppercase;
    max-width: 70%;
}

.page-margin {
    margin-top: 30px;
}

.col {
    margin-bottom: 30px;
}

img {
    border-radius: var(--borders);
}

.btn-primary {
    outline: none;
    border: none;
    background: var(--primary-color);
    color: var(--primary-text-color);
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: var(--borders);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.btn-primary:hover {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
}

.btn-outline {
    display: inline-block;

    text-decoration: none;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif;
    padding: 12px 26px 12px 26px !important;
    border-radius: var(--borders);
    margin-bottom: 10px;
    color: #000000;
    border: 1px solid #eaeaea;
    transition: 0.5s ALL;
}

.btn-outline:hover {
    transform: translateY(-5px);
}

.btn-secondary {
    outline: none;
    border: none;
    background: var(--secondary-color);
    color: var(--primary-text-color);
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: var(--borders);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.btn-secondary:hover {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
}

.flexbox a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

.page-signupa {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.signup {
    background: #ffffff;
    width: 30%;
    height: 30%;
    border: 1px solid #eeeeee;
    position: relative;
    margin-top: 12.5%;
    margin-bottom: 12.5%;
    margin-left: 35%;
    padding: 20px;
}

.signup form p {
    display: flex;
}

.signup form p span {
    margin-top: 5px;
    margin-left: 5px;
}

.signup form button {
    margin-top: 5px;
    margin-left: 5px;
    background: #000000;
    color: #ffffff;
    padding: 15px;
    border-bottom-left-radius: var(--borders);
    outline: none;
    border: none;
    cursor: pointer;
}

p.msg {
    padding: 9px;
    background: #ff0000;
    color: #ffffff;
}

.flexbox-vcancy {
    width: 100%;
}

.flexbox-vcancy h2 {
    float: left;
    width: 100%;
}

.flexbox-vcancy p {
    text-align: right;
    float: right;
    font-size: 14px;
    width: 50%;
    margin-top: 40px;
}

.vacancybox {
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
    -moz-box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
    box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
    padding: 20px;
    padding-bottom: 8%;
    margin-bottom: 30px;
}

.button-primary {
    display: inline-block;
    background: var(--primary-color);
    color: var(--primary-text-color);

    border-radius: var(--borders);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 12px 26px 12px 26px !important;
    text-decoration: none;
    border: none;
    outline: none;
}

.button-primary:hover {
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
    -moz-box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
    box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
}

.button-primary.outline {
    background: #ffffff;
    border: 2px solid var(--primary-color);
    color: #000000;
}

.contactform {
    background: #ffffff;
    padding: 30px;
    border-radius: var(--borders);
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000014;
}

.contactform p {
    font-size: 13px;
    margin: 0;
}
/*
    Vacancies
*/
.vacancy-content {
    display: block;
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    text-decoration: none;
    color: initial;
    border-radius: var(--borders);
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.vacancy-flexbox {
    display: inline-block;
    width: 100%;
}

.vacancy-photo {
    width: 25%;
    height: auto;
    float: left;
}

.vacancy-go {
    position: absolute;
    right: 0px;
    width: 20%;
    height: auto;
    float: right;
    margin-top: 20px;
}

.vacancy-info {
    width: 50%;
    height: auto;
    float: left;
    margin-top: -10px;
}

.vacancy-info p.date {
    line-height: 10px;
}

.vacancy-info h3 {
    margin-top: -10px;
}

.vacancy-info a {
    text-decoration: none;
}

.vacancy-body {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.vacancy-body p {
    margin-top: 20px;
}

.vacancy-body:before {
    position: absolute;
    left: 0;
    content: '';
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    margin-top: -60px;
}

.vacancy-body p {
    margin-right: 20px;
}

.inlined {
    display: inline-block;
}

.vacancy-content p.date {
    color: var(--primary-color);
}

.vacancy-photo {
    width: 70px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    border-radius: var(--borders);
    overflow: hidden;
}
.vacancy-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.vacancy-description {
    color: var(--owp-secondary-text-color);
    width: calc(100% - 90px);
}
.vacancy-title {
    transition: color 0.2s ease-in-out;
    margin: 0;
    color: initial;
    margin: 0;
}

.mobileonly {
    display: none;
}

.toggle-sidebar {
    text-align: center;
}

.toggle-sidebar a {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.sidebar-filters {
    margin-top: 60px;
}

.sidebar-filters a {
    display: none;
}

.header-bottom-small {
    background: var(--primary-color);
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-top: -20px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.header-bottom-small h1 {
    color: var(--primary-text-color);
    font-size: 45px;
}

.vacancy-header {
    position: relative;
    background: url('../images/banner.jpg') no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 255px;
    margin-top: -0px;
    margin-bottom: 30px;
}

.vacancy-header img {
    position: relative;
    top: 360px;
    left: 0px;
    border: 5px solid #ffffff;
    border-top-left-radius: 0px;
    height: 90px;
    width: 90px;
    background: #ffffff;
    object-fit: cover;
}

.vacancy-header .contentin h1 {
    color: var(--global-text-color);
}

.padding20 {
    padding: 20px;
}

.returnbox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
}

.returnbox .leftside {
    display: flex;
}

.returnbox .leftside h2 {
    max-width: 100%;
    margin-top: 20px;
}

.returnbox .leftside a {
    position: relative;
    height: 45px;
    width: 45px;
    margin-top: 25px;
    margin-right: 25px;
}

.returnbox .right {
    position: absolute;
    right: 0;
    margin-top: 20px;
    float: right;
}

@media screen and (max-width: 760px) {
    .returnbox {
        display: inline-block;
    }

    .returnbox .right {
        position: relative;
        left: 0;
        margin-top: 0px;
        float: left;
    }

    .vacancy-header {
        height: 300px;
    }

    .vacancy-header img {
        top: 260px;
    }

    .padding20 {
        padding: 0px;
    }

    .header-bottom-small {
        text-align: center;
    }
    .contactform {
        margin-top: 0px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .mobileonly {
        display: block !important;
    }

    .sidebar-filters {
        display: none;
        background: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        z-index: 99999;
        padding: 20px;
    }

    .sidebar-filters.showtab a {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        text-decoration: none;
        background: var(--primary-color);
        color: var(--primary-text-color);
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 18px;
        border-radius: 50%;
        text-align: center;
    }

    .sidebar-filters .form-checkbox {
        position: relative;
    }

    .sidebar-filters.showtab .morebutton > a {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        text-decoration: none;
        background: none;
        color: var(--global-text-color);
        padding: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 16px;
        border-radius: 0;
        text-align: left;
    }

    .sidebar-filters a i {
        margin-top: 7px;
        color: var(--primary-text-color);
    }

    .sidebar-filters.showtab {
        display: block;
    }

    .sidebar-filters.showtab > form {
        margin-top: 80px;
    }

    .toggle-sidebar {
        display: block;
    }

    .flexbox-vcancy {
        display: inline-block;
        width: 100%;
    }

    .vacancy-body:before {
        display: none;
    }

    .vacancy-photo {
        width: 20%;
    }

    .vacancy-go {
        width: 30%;
    }

    .vacancy-info {
        width: 10%;
    }

    .vacancy-body {
        display: inline-block;
    }

    .vacancy-info p.date {
        position: absolute;
    }

    .vacancy-info h3 {
        position: relative;
        margin-top: 35px;
        width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vacancy-go {
        position: relative;
        bottom: 0;
    }
}

@media screen and (max-width: 780px) {
    span.applabel {
        display: none;
    }

    .whatsapp {
        bottom: 20px;
        right: 20px;
    }

    .announcement {
        padding-top: 30px;
    }

    .bedankt {
        min-height: 300px;
    }

    .dashb-box {
        background: #f5f5f5;
        padding: 10px 10px;
        height: 40px;
    }

    .dashb-box h3 {
        font-size: 14px;
    }

    section.footer img {
        max-width: 70%;
        margin-left: 0;
    }

    .vacatures-sidebar {
        display: none;
    }

    .toggle-filter-side {
        display: none;
    }

    .toggle-filter-side {
        display: none;
        position: fixed;
        top: 50%;
        right: 28%;
        float: right;
        background: #1170ff;
        color: #fff;
        padding: 10px 20px;
        z-index: 999;
        font-weight: 700;
        border-top-right-radius: var(--borders);
        border-bottom-right-radius: var(--borders);
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
        text-decoration: none;
        z-index: 77;
    }

    .toggle-filter-side:hover {
        color: #ffffff;
        z-index: 77;
    }

    .show-b {
        display: block !important;
    }

    .toggle-filters {
        display: block;
        position: fixed;
        top: 50%;
        left: 0;
        float: left;
        background: #0090e3;
        color: #fff;
        padding: 10px 20px;
        z-index: 999;
        font-weight: 700;
        border-top-right-radius: var(--borders);
        border-bottom-right-radius: var(--borders);
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.48);
        text-decoration: none;
        z-index: 77;
    }

    .toggle-filters:hover {
        color: #fff;
        text-decoration: none;
    }

    .show-a {
        display: block !important;
        position: fixed;
        width: 60% !important;
        top: -100px !important;
        height: 100%;
        left: 0;
        background: #fff;
        border-radius: 0 !important;
        z-index: 77;
    }

    .hide {
        display: none !important;
    }

    .show-a .inner {
        margin-top: 10px !important;
        height: 90%;
    }
}

@media screen and (max-width: 875px) {
    .solform {
        max-width: 100%;
        margin-left: 0;
        margin-top: 5%;
    }

    .page-vacatures-wside {
        width: 100%;
        margin-left: 1%;
        position: relative;
        height: 100%;
        top: 80px;
        right: 0;
        float: right;
        min-height: 100%;
    }

    .page-signup {
        width: 90%;
    }

    .usp-slide .navigation-left {
        right: 4px;
    }

    .usp-slide .navigation-right {
        left: 4px;
    }

    .usp-slide .item {
        display: none;
        max-width: 90%;
        margin-left: 5%;
        animation: slide 1s forwards;
    }

    .usp-slide .item h2 {
        font-weight: 700;
        font-size: 18px;
    }

    .usp-slide .item h2 > i.fa {
        font-size: 30px;
        letter-spacing: 30px;
    }

    header .left-side {
        width: 100%;
        margin: 0 auto;
        margin-top: 50%;
        height: 100%;
        min-height: 170px;
        position: relative;
    }

    .search-area {
        width: 100%;
        margin-top: -40px;
    }

    .search-area form {
        display: block;
    }
    .search-area form > select {
        margin-left: 0;
        margin-top: 5px;
    }
    .search-area form > input {
        margin-left: 0;
        margin-top: 5px;
    }

    .search-area form > button {
        margin-left: 0;
        width: 100%;
        margin-top: 5px;
    }

    .register_boxes {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .register_boxes .left-side {
        width: 100%;
        left: 0;
        transform: skew(0deg);
        min-height: 330px;
        height: auto;
    }

    .register_boxes .left-side .inner {
        transform: skew(0deg);
        width: 90%;
        padding-left: 20px;
        text-align: left;
    }

    .register_boxes .left-side .inner h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .register_boxes .left-side .inner p {
        font-size: 15px;
    }

    .register_boxes .left-side .inner img {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 5px;
        margin-top: 20px;
    }

    .register_boxes .left-side .inner .mobile-right {
        position: absolute;
        right: 0;
        width: 70%;
    }

    .register_boxes .right-side {
        width: 100%;
        left: 0;
        transform: skew(0deg);
        min-height: 100px;
        height: auto;
    }

    .register_boxes .right-side .inner {
        transform: skew(0deg);
        width: 90%;
        padding-left: 20px;
        text-align: left;
    }

    .register_boxes .right-side .inner img {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 5px;
        margin-top: 20px;
    }

    .register_boxes .right-side .inner .mobile-right {
        position: absolute;
        right: 0;
        width: 70%;
    }

    .register_boxes .right-side .inner h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .register_boxes .right-side .inner p {
        font-size: 15px;
    }
}

.hoeksma_nav li.languagedropdown img {
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .hoeksma_nav .show li.languagedropdown {
        position: absolute;
        bottom: -30px;
        right: 20px;
    }

    .hoeksma_nav .show ul.languagedrop {
        display: flex;
        position: relative;
        margin-left: -10px;
        margin-top: -30px;

        background: none;
        padding: 10px;
        z-index: 99999;
        border-radius: 5px;
    }

    .hoeksma_nav .show ul.languagedrop > li {
        margin-right: 10px;
    }

    .floatmobile {
        display: block;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 7;
        left: 0;
        border-radius: 0;
        outline: none;
        border: none;
        background: var(--primary-color);
        color: var(--primary-text-color);
        padding: 10px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Inter', sans-serif;
        -webkit-box-shadow: 1px 3px 15px -5px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 1px 3px 15px -5px rgba(0, 0, 0, 0.67);
        box-shadow: 1px 3px 15px -5px rgba(0, 0, 0, 0.67);
    }

    .vertical-center {
        margin-top: 50%;
    }

    .sidebar-filters {
        margin-top: 0px;
    }

    .topcontent .inner-content {
        position: none;
        top: 25%;
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
        margin-top: 15%;
        max-width: 100%;
        z-index: 19;
    }
    .hoeksma_nav ul {
        float: left;
    }

    .hoeksma_nav ul li.menubutton {
        position: relative;
        right: 0;
    }

    .flexbox-vcancy {
        display: block;
        width: 100%;
    }

    .flexbox-vcancy h2 {
        float: center;
        text-align: center;
        width: 100%;
    }

    .topcontent-bottom h1 {
        max-width: 100%;
    }

    .topcontent.straight .inner-content {
        max-width: 100%;
        margin-top: 150px;
    }

    .bordered-ngutterbar {
        min-height: 450px;
    }

    .header-content video {
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        height: 260px;
    }

    .centerbox {
        text-align: left;
    }

    .centerbox h2 {
        text-align: center;
    }

    .centerbox ul li {
        font-size: 18px;
    }

    .centerbox ul li > i.fa {
        font-size: 25px;
        margin-right: 10px;
    }

    .header-content {
        background: #ffffff;
        height: 100%;
        min-height: 900px;
    }

    .header-content:after {
        background: #ffffff;
    }

    .header-content .leftside .innertext {
        position: absolute;
        top: 200px;
        width: 90%;
        float: left;
        margin-left: 5%;
        margin-top: 15%;
    }

    .header-content .rightside {
        position: absolute;
        background: #ffffff;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        height: 250px;
        width: 80%;
        left: 12.5%;
    }

    .searchbar {
        width: 100%;
        margin-top: 80px;
        margin-bottom: -100px;
        height: 75px;
    }

    .searchbar input {
        width: 50%;
        margin-left: 0;
    }

    .searchbar button {
        position: absolute;
        width: 35%;
        margin-left: 0;
        margin-top: 0px;
        right: 20px;
        font-size: 14px;
    }

    .header-content .leftside {
        width: 100%;
    }
    h2.label {
        border-top-left-radius: var(--borders);
        max-width: 100%;
    }
    .home_infobox p {
        text-align: center;
    }

    .hoeksma_nav .logo {
        width: auto;
        height: auto;
    }

    .vacatures-sidebar .inner {
        padding: 80px 20px;
    }

    .vacatures-sidebar {
        top: 100px;
        width: auto;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }

    .no-gutters-mobile {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .hoeksma_nav .show .right-menu {
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

    .hoeksma_nav .show .right-menu a {
        color: #fff;
    }

    .hoeksma_nav li.toggle-navi {
        position: absolute;
        top: 30px;
        right: 20px;
        float: right;
        display: block;
        z-index: 999;
        padding: 5px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .hoeksma_nav span.menubars {
        position: absolute;
        left: -30px;
        top: 0px;
        width: 30px;
        height: 30px;
        padding: 15px;
    }

    .hoeksma_nav span.menubars:before {
        position: absolute;
        top: 10px;
        left: 0;
        content: '';
        width: 30px;
        height: 2px;
        background: var(--primary-color) !important;
    }

    .hoeksma_nav span.menubars:after {
        position: absolute;
        top: 18px;
        right: 0;
        content: '';
        width: 20px;
        height: 2px;
        background: var(--primary-color) !important;
    }

    .hoeksma_nav .show span.menubars:after {
        background: var(--primary-text-color);
    }

    .hoeksma_nav .show span.menubars:before {
        background: var(--primary-text-color);
    }

    .hoeksma_nav ul.mobile_view {
        display: none;
    }

    .hoeksma_nav ul.mobile_view {
        display: none;
    }

    .hoeksma_nav .show ul.mobile_view {
        display: block;
    }

    .hoeksma_nav .show {
        position: fixed;
        background: #ffffff;
        width: 100%;
        height: 100%;
        max-height: 100%;
        left: 0;
        z-index: 99 !important;
    }

    .hoeksma_nav .show li.toggle-navi {
        z-index: 99 !important;
        top: 70px;
        position: fixed;
    }

    .hoeksma_nav .show .right-menu {
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

    .hoeksma_nav .show .right-menu a {
        color: var(--global-text-color);
    }

    .hoeksma_nav .show ul {
        margin-top: 10%;
        margin-bottom: 25%;
        margin-left: -10px;
    }

    .hoeksma_nav .show ul > li {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        text-align: left;
        list-style-type: none;
        border-bottom: none !important;
    }

    .hoeksma_nav .show ul > li:hover {
        border-bottom: none !important;
    }

    .hoeksma_nav .show ul > li > a {
        color: var(--global-text-color);
        font-size: 18px;
    }

    .hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu {
        display: block;
    }

    .hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu {
        width: 100%;
        position: relative;
        background: none;
        top: 0;
        padding: 0 0;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu > li {
        float: left;
        width: 100%;
        min-height: 100%;
        position: relative;
        left: 0;
        margin-left: 0;
        line-height: 20px;
    }

    .hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu > li:before {
        content: '- ';
    }

    .hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu > li > a {
        font-size: 14px;
        margin-left: 0;
        color: var(--global-text-color);
    }

    .topcontent {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 100%;
        top: 50px;
        margin-bottom: 50px;
    }
}

.consultantBox {
    position: relative;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #eaeaea;
}

.consultantBox .info a {
    display: block;
    text-decoration: none;
    color: #000000;
}

.consultantBox .info a i.fa {
    margin-right: 12px;
    color: var(--primary-color);
}

.consultantBox img {
    width: 100%;
    border-radius: 0 !important;
    object-fit: cover;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.consultantBox h3 {
    font-weight: 400 !important;
}

.consultantBox .consultant {
    padding: 30px;
    margin-top: -10px;
    border-radius: 5px;
}

.consultantBox .top p {
    position: absolute;
    left: 150px;
    margin-top: 50px;
}

.consultantBox .top p i.fa {
    color: var(--primary-color);
    margin-right: 20px;
}

.consultantBox a {
    color: var(--primary-color);
}

.turnback {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

.turnback a {
    float: right;
}

@media screen and (max-width: 1200px) {
    .turnback a {
        float: left;
        margin-bottom: 10px;
    }
}

#vacancyList a {
    text-decoration: none !important;
}
.content {
    position: relative;
    top: 0px;
    margin-bottom: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--primary-text-color) !important;
}

.content a {
    text-decoration: none !important;
}

.content .job-box {
    margin-bottom: 30px;
}

.content h2 {
    color: var(--primary-text-color) !important;
}

.videowrapper {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 600px;
    border: 0;
    border-radius: var(--borders);
}

.radiobox input[type='radio'] {
    width: 20px !important;
    height: 20px !important;
    min-height: auto !important;
}

.radiobox input[type='checkbox'] {
    margin-top: -10px;
    min-height: auto !important;
}

.vacancycolor {
    color: var(--vacancy-color) !important;
}

.options {
    display: none;
}

.options.show {
    display: block;
}

.morebutton {
    display: block !important;
}

.morebutton a {
    display: block;
}

.videoembed iframe {
    width: 100%;
    min-height: 50vh;
    border-radius: var(--borders);
    height: auto !important;
}

.radiobox {
    display: flex;
    flex-wrap: wrap;
}

.title-spacing {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eaeaea;
}

.job-box p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.cut-text {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.cut-text span {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-box {
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    background: #ffffff;
    width: 100%;
height: calc(100% - 30px);
    padding: 25px;
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.job-box i {
    color: var(--primary-color);
}

.job-box .logo {
    margin-right: 5px;
    text-align: center !important;
}

.job-box .logo img {
    margin-top: 20px;
    max-width: 100%;
}

.job-box .title {
    padding: 0px;
}

.job-box .titlealignment {
    padding: 20px;
    margin-top: -30px;
    margin-left: 10px;
}

.job-box .title p.location {
    margin: 0px;
    color: var(--secondary-color);
}

.job-box .title h5 {
    margin: 0px;
}

.job-box .bottom {
    max-width: 100%;
    margin-right: 15px;
}

.job-box .bottom a {
    float: right;
    background: var(--primary-color);
    color: var(--primary-text-color);
    padding: 5px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
    font-size: 17px;
    border-radius: 0.4rem;
}

.job-box .bottom a > i.fa {
    font-size: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

.job-box:hover .bottom a > i.fa {
    margin-left: 15px;
}

.badges {
    display: flex;
    flex-wrap: wrap;
}

.badges i {
    color: var(--secondary-color);
}

.badges p {
    margin: 0;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--secondary-color);
}

.badges-detail {
    margin-bottom: 30px;
}

.detail-logo {
    width: 300px;
}

.detail-logo img {
    max-width: 150px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 760px) {
    .detail-logo {
        border-top: 1px solid #eaeaea;
        width: 100%;
    }
    .detail-logo img {
        margin-top: 30px;
    }

    .consultantBox {
        max-width: 100%;
    }

    .callbackform {
        max-width: 100% !important;
    }
}

.job-box .title p {
    margin-top: 0px;
    font-size: 14px;
    color: #cccccc;
}

.job-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    border-color: var(--primary-color);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.4rem;
}

.badge {
    display: inline-block;
    padding: 0.313rem 0.5rem;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background: var(--primary-color);
}

h5 {
    font-size: 1.171875rem;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media screen and (max-width: 960px) {
    .job-box .logo {
        width: 100%;
        margin: 0 auto;
    }
}

label,
li,
strong,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif !important;
    color: var(--global-text-color) !important;
}

p {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: var(--global-text-color);
}

h1 {
    font-size: 3em;
    line-height: 1.2em;
    font-family: 'Inter', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--global-text-color);
}

h2 {
    font-size: 2em;
    line-height: 1.2em;
    font-family: 'Inter', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--global-text-color);
}

h2 span.fa {
    display: inline !important;
    float: left !important;
}

h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--global-text-color);
}

h4 {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
    color: var(--global-text-color);
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: var(--global-text-color);
}

li {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: var(--global-text-color);
}

@media screen and (max-width: 760px) {
    h1 {
        font-size: 2.5em;
    }
}

.newesttitle {
    text-align: center;
    margin-bottom: 30px;
}

.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-left: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-wrap: break-word;
    font-size: 16px !important;
}

.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 19px;
    width: 19px;
    background: #eeeeee;
}

.checkboxcontainer:hover input ~ .checkmark {
    background: #cccccc;
}

.checkboxcontainer input:checked ~ .checkmark {
    background: var(--primary-color);
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkboxcontainer .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.outline-secondary {
    border: 2px solid var(--secondary-color);
    color: var(--primary-text-color);

    border-radius: var(--borders);
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 8px 16px 8px 16px !important;
    width: auto;
    text-decoration: none;
}

.outline-secondary:hover {
    background: var(--secondary-color);
    color: var(--primary-text-color);
}

.primary-outline {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);

    border-radius: var(--borders);
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 8px 16px 8px 16px !important;
    width: auto;
}

.primary-outline:hover {
    background: var(--primary-color);
    color: var(--primary-text-color);
}

.cta {
    text-align: center;
    margin: 0 auto;
}

blockquote {
    margin-left: 0;
    padding-left: 20px;
    border-left: 4px solid var(--primary-color);
}

.contentin {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.contentin h1 {
    color: #ffffff;
    font-size: 2.5em;
}

.contentin a {
    background: var(--secondary-color);
}

@media screen and (max-width: 960px) {
    .contentin h1 {
        font-size: 1.5em;
    }
}

.iti {
    width: 100%;
    margin-bottom: 30px;
}

.teams {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
    border-spacing: 30px;
}

.teams .member {
    display: table-cell;
    min-width: 250px;
    height: 100%;
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: var(--borders);
    box-shadow: 0px 3px 6px #00000029;
    margin-right: 30px;
    margin-bottom: 30px;
}

.teams .member > span.undertitle {
    font-weight: 400;
    color: #a9aabe;
}

.teams .member > img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    max-height: 120px;
    object-fit: cover;
}

.teams .member > .information {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    margin-left: 10px;
}

.teams .member > .information a {
    line-height: 50px;
}

.teams .member > .information i {
    margin-right: 20px;
    color: var(--secondary-color);
    font-size: 19px;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 5px;
}

.teams .member > .information a:hover > i {
    background: var(--secondary-color);
    color: var(--primary-text-color);
}

.arrow-container {
    width: 100%;
    position: relative;
    display: flex;
    margin: 0 auto;
}

.arrow-container i {
    font-size: 18px;
    color: var(--secondary-color);
    cursor: pointer;
}

.arrow-container .left {
    margin-left: 60px;
}

.arrow-container .right {
    position: absolute;
    right: 60px;
    float: right;
}

ul.languagedrop {
    display: none;
}

ul.languagedrop > li {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 0px !important;
    margin-bottom: 10px;
    border-bottom: none !important;
}

ul.languagedrop > li:hover {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    border-bottom: none !important;
}

@media screen and (min-width: 1200px) {
    li.languagedropdown:hover > ul.languagedrop {
        display: block;
        position: absolute;
        margin-left: -10px;
        margin-top: 0px;
        display: block;
        background: #ffffff;
        padding: 10px;
        z-index: 99999;
        border-radius: 5px;
    }

    li.languagedropdown a {
        color: #767897 !important;
    }
}
.contactform input,
.contactform input,
.solform input,
.solform select {
    background: #ffffff;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
    min-height: 45px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.solform textarea {
    background: #ffffff;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 125px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.solform p {
    margin: 0;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.contactform textarea {
    background: #ffffff;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    resize: none;
    min-height: 120px;
}

.centerform h2,
.centerform h1,
.centerform h3,
.centerform h4,
.centerform h5 {
    text-align: center;
}

.solform input[type='checkbox'] {
    display: inline-block;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    width: auto;
    height: auto;
    border-radius: var(--borders);
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.solform input[type='file'] {
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: var(--borders);
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.ckboxlabel input {
    min-height: 100%;
}

.logoslider {
    text-align: center;
}

.marginbm {
    margin-bottom: 60px;
}

.topmargin {
    margin-top: 60px;
}

.slick-next {
    position: absolute;
    right: 0;
    float: right;
    background: #ffffff;
    outline: none;
    border: none;
    top: 50%;
    z-index: 20;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.slick-prev {
    position: absolute;
    left: 0;
    float: left;
    background: #ffffff;
    outline: none;
    border: none;
    top: 50%;
    z-index: 20;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.slick-next:before {
    content: '';
    background: url('../images/arrow-right.png') no-repeat;
    background-size: 30px 30px;
    position: absolute;
    width: 30px;
    height: 30px;
}

.slick-prev:before {
    content: '';
    background: url('../images/arrow-left.png') no-repeat;
    background-size: 30px 30px;
    position: absolute;
    width: 30px;
    height: 30px;
}

.multiselect-dropdown {
    background: #ffffff;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
    min-height: 45px;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    position: relative;
}

.multiselect-dropdown span.optext,
.multiselect-dropdown span.placeholder {
    margin-right: 0.5em;
    margin-bottom: 2px;
    padding: 1px 0;
    border-radius: 4px;
    display: inline-block;
    margin: 2px;
}
.multiselect-dropdown span.optext {
    background-color: #eaeaea;
    padding: 1px 0.75em;
}
.multiselect-dropdown span.optext .optdel {
    float: right;
    margin: 0 -6px 1px 5px;
    font-size: 0.7em;
    margin-top: 2px;
    cursor: pointer;
    color: #666;
    margin-top: 4px;
}
.multiselect-dropdown span.optext .optdel:hover {
    color: #c66;
}

.multiselect-dropdown span.placeholder {
    color: #000000;
}

.multiselect-dropdown-list-wrapper {
    box-shadow: #eaeaea 0 3px 8px;
    z-index: 100;
    padding: 2px;
    border-radius: 5px;
    border: solid 1px #eaeaea;
    display: none;
    margin: -1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
}
.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
    margin-bottom: 5px;
}
.multiselect-dropdown-list {
    height: 15rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}
.multiselect-dropdown-list::-webkit-scrollbar {
    width: 6px;
}
.multiselect-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #bec4ca;
}

.multiselect-dropdown-list div {
    padding: 5px;
}

.multiselect-dropdown-list div input {
    width: 15px !important;
    height: 15px !important;
    min-height: auto !important;
    margin-top: 6px;
}

.multiselect-dropdown-list div label {
    display: block;
    width: 95%;
    float: right;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.multiselect-dropdown-list input {
    height: 1.15em;
    width: 1.15em;
    margin-right: 0.35em;
}

.multiselect-dropdown-list div:hover {
    background-color: #eaeaea;
}

.multiselect-dropdown span.maxselected {
    width: 100%;
}
.multiselect-dropdown-all-selector {
    border-bottom: solid 1px #999;
}

.searchfilter {
    background: #f9f9f9;
    padding: 30px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.searchfilter .formitem {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.searchfilter .formitem input {
    border: 1px solid #b9b9c8;
    margin-right: 10px;
    border-radius: 5px;
    width: 100%;
    padding-left: 10px;
}

.searchfilter .formitem input:focus {
    border: 1px solid #b9b9c8;
    outline: none;
}

.searchfilter .formitem button {
    background: var(--primary-color);
    color: var(--primary-text-color);
    height: 36px;
    width: 36px;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 5px;
}

.searchfilter .formitem button:focus {
    border: none;
    outline: none;
}

.callbackform {
    background: #f9f9f9;
    padding: 30px;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 10px;
    border-radius: 5px;
    max-width: 300px;
}

.callbackform strong {
    font-weight: 400;
    margin-bottom: 5px;
}

.callbackform input {
    border: 1px solid #b9b9c8;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
    padding-left: 10px;
    height: 36px;
}

.callbackform input:focus {
    border: none;
    outline: none;
}

.callbackform button {
    width: 100%;
    margin-top: 10px;
}

.topbar-sm {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--topbarheight);
    border-bottom: 1px solid #eaeaea;
    z-index: 110;
}

.topbar-sm .right {
    display: flex;
    position: relative;
    float: right;
}

.topbar-sm .right .links {
    display: flex;
    margin-left: 20px;
    margin-top: 5px;
    position: relative;
}

.topbar-sm .right .links a {
    text-decoration: none;
    color: var(--global-text-color);
    font-size: 14px;
}

.topbar-sm .right .links i {
    color: var(--primary-color);
}

.topbar-sm ul {
    margin-top: 5px;
    display: flex;
    border-right: 1px solid #eaeaea;
}

.topbar-sm ul li {
    margin-right: 20px;
    list-style-type: none !important;
}

.topbar-sm > ul > li > a {
    text-decoration: none;
    color: var(--primary-color);
}

.nav-wrapper {
    height: 30px !important;
    margin-top: 5px;
    margin-left: 30px;
    border-left: 1px solid #eaeaea;
}

.sl-nav {
    display: inline;
    margin-left: 30px;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
margin-right: 30px;
    list-style: none;
    position: relative;
    display: inline-block;
    border-right: none;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
    margin-right: 0 !important;
}

.sl-nav li a {
    text-decoration: none;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    right: -15px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}
.sl-nav li ul li span {
    padding-left: 5px;
}
.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #146c78;
}
.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-nl {
    background: url('../images/flags/NL.png');
    background-size: cover;
    background-position: center center;
    background-size: 15px 15px;
}

.flag-en {
    background-size: cover;
    background-position: center center;
    background: url('../images/flags/US.png');
    background-size: 15px 15px;
}

.flag-fr {
    background-size: cover;
    background-position: center center;
    background: url('../images/flags/FR.png');
    background-size: 15px 15px;
}

.flag-cz {
    background-size: cover;
    background-position: center center;
    background: url('../images/flags/CZ.png');
    background-size: 15px 15px;
}

.flag-es {
    background-size: cover;
    background-position: center center;
    background: url('../images/flags/ES.png');
    background-size: 15px 15px;
}

.checkboxfield {
    flex: 0 50%;
    margin-bottom: 10px;
}

.pagination {
    width: 100%;
    position: relative;
}

.pagination ul {
    display: flex;
    margin-left: -40px;
}

.pagination ul > li {
    list-style-type: none;
    margin-right: 10px;
}

.pagination ul > li.active > a {
    font-weight: 600;
    border: 2px solid var(--primary-color);
}

.pagination ul > li > a {
    text-decoration: none;
    color: var(--global-text-color);
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 8px 16px 8px 16px;
    border-radius: var(--borders);
}

.loading-icon {
    display: none;
    margin-right: 10px;
}

.loading-icon > i {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loading-icon.show {
    display: inline;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}