/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Regular Content
   13.3 Posts
   13.4 Pages
   13.5 Footer
   13.6 Visual Composer
   13.7 Pagination
14.0 Widgets / sidebars
   14.1 Sidebars
   14.2 Widgets
15.0 Media
   15.1 Galleries
16.0 SVGs Fallbacks
17.0 Media Queries
18.0 Print
--------------------------------------------------------------*/
@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Light.eot');
    src: local('Lato-Light'),
    url('assets/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Lato-Light.woff2') format('woff2'),
    url('assets/fonts/Lato-Light.woff') format('woff'),
    url('assets/fonts/Lato-Light.ttf') format('truetype'),
    url('assets/fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'),
    url('assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Lato-Regular.woff2') format('woff2'),
    url('assets/fonts/Lato-Regular.woff') format('woff'),
    url('assets/fonts/Lato-Regular.ttf') format('truetype'),
    url('assets/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Bold.eot');
    src: local('Lato Bold'), local('Lato-Bold'),
    url('assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Lato-Bold.woff2') format('woff2'),
    url('assets/fonts/Lato-Bold.woff') format('woff'),
    url('assets/fonts/Lato-Bold.ttf') format('truetype'),
    url('assets/fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aachen';
    src: url('assets/fonts/AachenPro-Bold.eot');
    src: url('assets/fonts/AachenPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/AachenPro-Bold.woff2') format('woff2'),
    url('assets/fonts/AachenPro-Bold.woff') format('woff'),
    url('assets/fonts/AachenPro-Bold.ttf') format('truetype'),
    url('assets/fonts/AachenPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
}


html, body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #001400;
    font-weight: 300;
    overflow-x: hidden;
    background-color: #e8e8e8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Aachen', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 64px;
    line-height: 60px;
}

h2 {
    font-size: 40px;
    line-height: 60px;
}

h3 {
    font-size: 30px;
    line-height: 1;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
}

p {
    font-size: 20px;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 30px; /* This should be the same as the margin bottom */
}

p:last-child {
    margin-bottom: 0;
}

.wrap {
    max-width: 1830px;
}

embed,
iframe,
object {
    width: 100%;
}

/*--------------------------------------------------------------
Custom Elements
--------------------------------------------------------------*/
.marginbottom-0px {
    margin-bottom: 0;
}

.marginbottom-20px {
    margin-bottom: 20px;
}

.marginbottom-40px {
    margin-bottom: 40px;
}

.filter-toggle {
    display: none;
}

.sd-spinner {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
    color: #008000;
    animation: sd-spinner 2s linear infinite;
}

.sd-loading {
    display: inline-block;
    /*align-items: center;*/
    line-height: 1;
}

.sd-loading svg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.sd-loading circle {
    opacity: 0;
    -webkit-animation: sd-fade 1s linear infinite;
}

.sd-loading .dot1 {animation-delay: -875ms;}
.sd-loading .dot2 {animation-delay: -750ms;}
.sd-loading .dot3 {animation-delay: -625ms;}
.sd-loading .dot4 {animation-delay: -500ms;}
.sd-loading .dot5 {animation-delay: -375ms;}
.sd-loading .dot6 {animation-delay: -250ms;}
.sd-loading .dot7 {animation-delay: -125ms;}

.sd-loading-new {
    font-size: 0;
    opacity: 0.1;
    -webkit-animation: sd-loading-new 1.5s linear infinite;
}

.sd-loading-new .single-loading-page,
.sd-loading-new .sd-block-vacancies-loading-single {
    background-color: #E7E9DB;
    border: 1px solid #001400;
    padding: 30px;
    margin-bottom: 30px;
}

.sd-loading-new .loading-separator {
    height: 30px;
}

.sd-loading-new .loading-specs {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.sd-loading-new .loading-specs span {
    position: relative;
    background-color: #000;
    width: 15%;
    height: 18px;
    margin-right: 20px;
}

.sd-loading-new .loading-specs span:not(:last-child)::after {
    content: '';
    font-size: 20px;
    height: 100%;
    width: 2px;
    background-color: black;
    margin-left: 5px;
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
}

.sd-loading-new .loading-button {
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #000;
    width: 160px;
}

.sd-loading-new .loading-title {
    width: 65%;
    height: 30px;
    margin-bottom: 15px;
    background-color: #000;
}

.sd-loading-new .loading-input {
    width: 100%;
    height: 56px;
    margin-bottom: 15px;
    background-color: #000;
}

.sd-loading-new .loading-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sd-loading-new .loading-checkbox > span:first-child {
    height: 24px;
    width: 30px;
    margin-right: 12px;
    background-color: #000;
}

.sd-loading-new .loading-checkbox > span:last-child {
    height: 16px;
    width: 150px;
    background-color: #000;
}

@-webkit-keyframes sd-loading-new {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes sd-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes sd-fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.building-leader header.site-header {
    background-color: #3278FD;
}

.building-leader .header-middlebar-2 .main-navigation ul li.vacancy-item {
    background-color: #FFF;
}

.building-leader .header-middlebar-2 .main-navigation ul li.vacancy-item a {
    color: #3278FD;
}

.building-leader .sd-favorite-vacancies-widget .sd-favorite-vacancies-toggle-content svg {
    color: #FFF;
}

.building-leader .sd-sdcx-components-vacancies-parts-header .vc_row.vc_inner.vacancy-header-intro {
    background-color: #97A6B9;
}

.building-leader .sd-block-title .color-light-green {
    color: #3278FD;
}

.building-leader .sd-favorite-vacancies-like-button .favorite {
    color: #3278FD;
}

.building-leader .sd-favorite-vacancies-like-button .favorite svg {
    color: #E8E8E8;
}

.building-leader .sd-favorite-vacancies-like-button .favorite.filled svg {
    color: #3278FD;
}

.building-leader button,
.building-leader input[type='button'],
.building-leader button[type='submit'],
.building-leader input[type='submit'] {
    background-color: #3278FD;
    color: #E8E8E8;
}

.building-leader button:hover,
.building-leader input[type='button']:hover,
.building-leader button[type='submit']:hover,
.building-leader input[type='submit']:hover {
    background-color: #1A5CD8;
    color: #E8E8E8;
}

.building-leader .sd-newsletter .privacyApprovalDateContainer label span:after,
.building-leader .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after,
.building-leader .sd-form .SD-type-checkbox label:after {
    background-color: #3278FD;
}

.building-leader .sd-block-text.color-black a,
.building-leader .sd-block-text.color-light_beige a,
.building-leader .sd-block-text.color-dark_green a,
.building-leader .sd-block-text.color-gray a {
    background-color: #3278FD;
}

.building-leader .sd-block-text.color-black a:hover,
.building-leader .sd-block-text.color-light_beige a:hover,
.building-leader .sd-block-text.color-dark_green a:hover,
.building-leader .sd-block-text.color-gray a:hover {
    background-color: #1A5CD8;
}

.building-leader .sd-block-button.type-background .inner-button {
    background-color: #3278FD;
    border: 1px solid #3278FD;
}

.building-leader .sd-block-button.type-background .inner-button:hover {
    background-color: #1A5CD8;
}

.building-leader .sd-sdcx-components-vacancies-parts-owner .owner-container a .contact-icon {
    background-color: #3278FD;
}

.building-leader .sd-block-share button,
.building-leader .sd-block-share a {
    background-color: #3278FD;
}

.building-leader .sd-video-slider .slider-inner-row .slide .media-container .sd-bg-image-container .sd-bg-image-controls svg {
    color: #3278FD;
}

.building-leader .sd-video-slider .slider-inner-row .slide .media-container .sd-bg-image-container .sd-bg-image-controls {
    border: 1px solid #3278FD;
}

.building-leader .sd-vue-component-recent-vacancies-overview .sd-vacancy-tile .sd-vacancy-tile-content .read-more-button a {
    background-color: #3278FD;
}

.building-leader .sd-vue-component-recent-vacancies-overview .sd-vacancy-tile .sd-vacancy-tile-content .read-more-button a:hover {
    background-color: #1A5CD8;
}

.building-leader .sd-newsletter input.submitNewsletter {
    background-color: #3278FD;
}

.building-leader .sd-newsletter input.submitNewsletter:hover {
    background-color: #1A5CD8;
}


/* Cookie melding */
.cookies-not-set:not(.page-id-6674) {
    overflow: hidden;
    height: 90vh;
}

.sd-cookie-notice:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.sd-cookie-notice {
    background-color: transparent !important;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.sd-cookie-notice .sd-cookie-notice-inner {
    background-color: transparent !important;
    position: absolute;
    bottom: 0;
    padding: 0;
}

.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-content {
    color: white !important;
    background: #686c5e;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text a {
    color: #868a7d;
    background-color: #ADED00;
}

.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text a:hover {
    color: #ADED00;
    background-color: transparent;
}

.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text {
    width: 40%;
    display: block;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0;
}

.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
    background-color: #ADED00;
    padding: 15px 30px;
    font-size: 20px;
    color: #001400;
    font-weight: 400;
    border-radius: 0;
    margin-right: 0;
}

.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie {
    font-size: 14px;
    font-weight: 400;
    opacity: .5;
    color: grey;
    position: absolute;
    right: 30px;
}

.sd-cookie-notice .sd-cookie-notice-close {
    display: none;
}

.sd-cookie-notice .sd-cookie-notice-close svg {
    color: #001400;
    height: 30px;
    width: 30px;
}

.sd-cookie-notice .sd-cookie-notice-buttons-container {
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.page-id-77 .sd-cookie-notice,
.sd-cookie-notice.cookie-notice-hidden {
    display: none !important;
}

/*--------------------------------------------------------------
SD Tabs
--------------------------------------------------------------*/
.sd-tabs .sd-tabs-list {

}

.sd-tabs .sd-tabs-list > li {

}

.sd-tabs .sd-tabs-list > li.active {

}

.sd-tabs .sd-tabs-list > li:last-child {

}

.sd-tabs .sd-tabs-content > li {

}

.sd-tabs .sd-tabs-content > li.active {

}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #00362D;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
    color: #00362D;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
    color: #00362D;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    color: #00362D;
}

.sd-form .mandatory_icon {

}

.wpcf7,
.sd-form {

}

input[type='week'],
input[type='url'],
input[type='time'],
input[type='password'],
input[type='number'],
input[type='color'],
input[type='month'],
input[type='datetime-local'],
input[type='text'],
input[type='email'],
input[type='tel'] {
    background: #E8E8E8;
    border-radius: 10px;
    display: block;
    padding: 0 10px;
    height: 50px;
    width: 100%;
    font-size: 16px;
    color: #00362D;
    font-family: 'Lato', sans-serif;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E8E8E8;
    border-radius: 10px;
    display: block;
    padding: 0 10px;
    height: 50px;
    width: 100%;
    font-size: 16px;
    color: #00362D;
    font-family: 'Lato', sans-serif;
}

textarea {
    background: #E8E8E8;
    border-radius: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #00362D;
    min-height: 150px;
    font-family: 'Lato', sans-serif;
}

input.wpcf7-not-valid[type='week'],
input.wpcf7-not-valid[type='url'],
input.wpcf7-not-valid[type='time'],
input.wpcf7-not-valid[type='password'],
input.wpcf7-not-valid[type='number'],
input.wpcf7-not-valid[type='color'],
input.wpcf7-not-valid[type='month'],
input.wpcf7-not-valid[type='datetime-local'],
input.wpcf7-not-valid[type='text'],
input.wpcf7-not-valid[type='email'],
input.wpcf7-not-valid[type='tel'] {
    border: 1px solid #DD4847;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

button,
input[type='button'],
button[type='submit'],
input[type='submit'] {
    background-color: #ADED00;
    line-height: 45px;
    padding: 0 25px;
    color: #001400;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    transition: all .3s ease;
    font-family: 'Lato', sans-serif;
}

.contact-button-salmon button,
.contact-button-salmon input[type='button'],
.contact-button-salmon button[type='submit'],
.contact-button-salmon input[type='submit'] {
    background-color: #3278FD;
}

.contact-button-salmon button:hover,
.contact-button-salmon input[type='button']:hover,
.contact-button-salmon button[type='submit']:hover,
.contact-button-salmon input[type='submit']:hover,
.contact-button-salmon button:focus,
.contact-button-salmon input[type='button']:focus,
.contact-button-salmon button[type='submit']:focus,
.contact-button-salmon input[type='submit']:focus {
    background-color: #1A5CD8;
}

button:hover,
input[type='button']:hover,
button[type='submit']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
button[type='submit']:focus,
input[type='submit']:focus{
    background-color: #88ba00;
    color: #001400;
    transition: all .3s ease;
}

.input-col-120.content-align-center {
    text-align: center;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-form.submit .wpcf7-spinner {
    display: inline-block
}

/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
    padding: 0 0 0 17px;
    margin: 0;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.sd-form .SD-type-checkbox input {
    opacity: 0;
    position: absolute;
    display: block;
    left: 1px;
    top: 9px;
    z-index: -1;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.sd-form .SD-type-checkbox label {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #00362D;
    cursor: pointer;
    margin-left: 10px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .privacy-acceptance-link a {
    font-weight: bold;
    text-decoration: underline;
    color: #00362D;
    margin-left: 3px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox label:before {
    content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    left: -25px;
    top: 0;
    border: 1px solid #00362D;
    border-radius: 3px;
    background-color: transparent;
    transition: all .3s ease;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after,
.sd-form .SD-type-checkbox label:after {
    opacity: 0;
    content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    left: -25px;
    top: 0px;
    background-repeat: no-repeat;
    transition: all .3s ease;
    border-radius: 3px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.sd-form .SD-type-checkbox label:hover:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox input:checked + label:before {
    background-color: #E8E8E8;
    transition: all .3s ease;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
.sd-form .SD-type-checkbox input:checked + label:after {
    opacity: 1;
}
/* End privacy checkbox */

/* Start whitelabel CF7 */
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
}
/* End whitelabel CF7 */
.SD_FormGen_form .SD-type-drag_and_drop .box__file + label {
    color: #00362D;
}

.SD_FormGen_form .SD-type-drag_and_drop .box__file + label:hover strong {
    color: #8A977A;
}

.SD_FormGen_form .SD-type-drag_and_drop .box.has-advanced-upload {
    border: 2px dashed #00362D;
    background-color: rgba(180, 181, 171, .4);
}

.SD_FormGen_form .SD-type-drag_and_drop {
    margin-bottom: 20px;
}

.SD-type-drag_and_drop .SD-description.label-small {
    font-size: 14px;
}

.SD_FormGen_form .SD-type-drag_and_drop .box.is-dragover {
    background-color: rgba(180, 181, 171, .8);
}

.SD_FormGen_form .SD-type-drag_and_drop .uploadedfile img {
    display: none;
}

.SD_FormGen_form .SD-type-drag_and_drop .uploadedfile span {
    display: block;
    color: #001400;
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Aachen', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    border: 2px solid #00362D;
    margin-top: 20px;
}

.sd-success-message {
    font-weight: 200;
    font-size: 18px;
}

.sd-success-message::before {
    content: '';
    background-image: url('assets/icons/success.svg');
    color: #E8E8E8;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End success messages  */

/* Start notification messages  */
.sd-notification-message::before {
    content: '';
    background-image: url('assets/icons/info.svg');
    color: #E8E8E8;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End notification messages  */

/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.unaccepted  .wpcf7-response-output,
.sd-error-message-container {
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    border: 2px solid #DD4847;
    color: #DD4847;
}

.sd-error-message-general {
    font-weight: 200;
    font-size: 18px;
}

.sd-error-message-general::before {
    content: '';
    background-image: url('assets/icons/error.svg');
    color: #E8E8E8;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End error messages */

.wpcf7 .ajax-loader {
    vertical-align: middle;
}

.sd-hidden-form-protection {
    position: absolute !important;
    left: -99999px;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation ul {
    font-size: 0;
}

.main-navigation .menu {
    display: flex;
    width: 100%;
}

.main-navigation ul li {
    margin-bottom: 0;
    padding: 10px;
}

.main-navigation ul li a {
    font-size: 18px;
    font-family: 'Aachen', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    color: #E8E8E8;
    display: inline-block;
    padding: 0 10px;
    transition: all .3s ease;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a {
    color: #E8E8E8;
    text-decoration: underline;
    transition: all .3s ease;
}

.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
    display: none;
}

/* Sub Menu */
.main-navigation ul ul.sub-menu {
    padding: 10px;
}

.main-navigation ul ul.sub-menu li {

}

.main-navigation ul ul.sub-menu li a {

}

.main-navigation ul ul.sub-menu li.current-menu-item > a {

}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
header.site-header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    position: absolute;
    background-color: #00362D;
}

header.site-header.fixed {
    position: fixed;
}

.admin-bar header.site-header.fixed {
    top: 30px;
}

header.site-header.menu-opened {
    z-index: 99999;
    background-color: transparent;
}

header.site-header.menu-opened .widget_sd_widget_logo,
header.site-header.menu-opened .menu-toggle {
    display: none !important;
}

header .header-middlebar-wrap-inner {
    padding: 15px;
}

header .header-middlebar-1,
header .header-middlebar-2 {
    padding: 0;
}

header .header-middlebar-2 {
    margin-top: 10px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.header-middlebar-2 .main-navigation ul li.vacancy-item {
    background-color: #ADED00;
    border-radius: 10px;
}

.header-middlebar-2 .main-navigation ul li.vacancy-item a {
    color: #00362D;
}

header.logo-color-white .widget_sd_widget_logo svg path {
    fill: #E8E8E8;
}

header.logo-color-black .widget_sd_widget_logo svg path {
    fill: #000;
}

.vacancy-header-row {
    height: 500px;
}
/*
.single-vacancy header.logo-color-black .widget_sd_widget_logo svg path {
    fill: #F5F5F5;
}*/

/*--------------------------------------------------------------
13.2 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
    margin-top: 81px;
}

/*.logo-black {*/
/*    fill: #001400;*/
/*}*/

.logo-white {
    fill: #E8E8E8;
}

html.menu-opened {
    overflow: hidden;
}

body .flex-control-paging li a.flex-active {
    background-color: #ADED00;
}

/*--------------------------------------------------------------
13.5 Footer
--------------------------------------------------------------*/
footer {
    background-color: #00362D;
}

.footer-topbar {

}

.footer-middlebar {
    padding: 50px 0;
}

.footer-middlebar .wrap {
    display: flex;
    padding-right: 0;
    align-items: center;
    max-width: 1600px;
}

footer .footer-middlebar .first-item a {
    font-weight: bold;
}

footer .footer-middlebar .first-item a:hover {
    text-decoration: none;
}

footer .footer-middlebar .first-item a:hover:after {
    display: none;
}

footer .footer-middlebar .first-item a:after {
    content: '';
    background-color: #E8E8E8;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -3px;
}

.footer-middlebar .footer-middlebar-1 {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: min-content;
    row-gap: 30px;
}

footer .footer-middlebar .footer-middlebar-1 .widget-title,
footer .footer-middlebar .footer-middlebar-1 .first-item a {
    display: inline-block;
    line-height: 1;
    margin-bottom: 8px;
}

.footer-middlebar .footer-middlebar-2 {
    width: 50%;
    padding: 40px 0 40px 135px;
    background-color: #E8E8E8;
    position: relative;
}

.footer-middlebar .footer-middlebar-2:after {
    content: '';
    background-color: #E8E8E8;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
}

.footer-middlebar .footer-thuishonk-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    border-bottom: 1px solid #E7E9DB;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.footer-middlebar .footer-thuishonk-form:before {
    display: none;
}

.footer-middlebar .footer-thuishonk-form form input[type="email"] {
    border: 1px solid #00362D;
}

.footer-middlebar .footer-thuishonk-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #00362D;
}

.footer-middlebar .footer-thuishonk-form ::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
    color: #00362D;
}

.footer-middlebar .footer-thuishonk-form :-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
    color: #00362D;
}

.footer-middlebar .footer-thuishonk-form :-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    color: #00362D;
}

.footer-middlebar .footer-thuishonk-form .sd-newsletter-form .submitNewsletter {
    background-color: #00362d;
    color: #E8E8E8;
}

.footer-middlebar .footer-social-container {
    width: 40%;
    float: left;
    margin-right: 110px;
}

.footer-middlebar .footer-thuishonk-form .widget-title {
    font-family: 'Aachen', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    color: #00362D;
}

.footer-middlebar .footer-thuishonk-form .social-container-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #00362D;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid;
}

.footer-middlebar .footer-thuishonk-form .social-container {
    display: flex;
}

.footer-middlebar .footer-thuishonk-form .social-container .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8BD832;
    height: 37px;
    width: 37px;
    border-radius: 10px;
    color: #E8E8E8;
}

.footer-middlebar .footer-thuishonk-form .social-container .social-icon:not(:last-child) {
    margin-right: 15px;
}

.footer-middlebar .footer-thuishonk-form .social-container .social-icon svg {
    width: 20px;
    height: 20px;
}

.footer-middlebar ul {
    list-style: none;
    font-size: 0;
}

.footer-middlebar ul li {
    display: block;
}

.footer-middlebar ul li a,
.footer-bottombar .legal-menu-container ul li a {
    font-size: 20px;
    line-height: 25px;
    color: #E8E8E8;
    position: relative;
}

.footer-middlebar ul li a:hover,
.footer-bottombar .legal-menu-container ul li a:hover {
    text-decoration: underline;
}

.footer-bottombar .wrap {
    border-top: 1px solid #8BD832;
}

.footer-bottombar .wrap {
    display: flex;
    align-items: center;
    padding: 15px 0;
    max-width: 1600px;
}

.footer-bottombar-1,
.footer-bottombar-2 {
    padding: 0;
}

.footer-bottombar-2 {
    text-align: right;
}

.footer-bottombar .legal-menu-container ul {
    list-style: none;
    font-size: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-bottombar .legal-menu-container ul li {
    display: inline-block;
}

/*--------------------------------------------------------------
13.6 Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
    padding-top: 75px;
    padding-bottom: 75px;
}

.vc_row-fluid.vc_inner {
    padding-top: 0;
    padding-bottom: 0;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

.vacancy-row {
    overflow: visible !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

.vacancy-filter-row {
    overflow: visible !important;
    padding-bottom: 30px !important;
}

.bg-overlay-default::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block;
}

/*--------------------------------------------------------------
13.7 Pagination
--------------------------------------------------------------*/
.sd-pagination {
    margin-top: 20px;
    position: relative;
    text-align: center;
    font-size: 0;
}

.sd-pagination .page-numbers {
    font-size: 18px;
    margin-right: 5px;
    color: blue;
}

.sd-pagination .page-numbers.current {
    font-size: 18px;
    margin-right: 5px;
    color: red;
}

.sd-pagination .page-numbers.prev {
    position: absolute;
    font-size: 16px;
    left: 15px;
    top: 0;
    margin: 0;
    color: #E8E8E8;
}

.sd-pagination .page-numbers.next {
    position: absolute;
    font-size: 16px;
    right: 15px;
    top: 0;
    margin: 0;
    color: #E8E8E8;
}

/*--------------------------------------------------------------
14.0 Widgets / sidebars
--------------------------------------------------------------*/
h3.widget-title {
    margin-bottom: 5px;
    color: #E8E8E8;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: unset;
}

/*--------------------------------------------------------------
Page - Tab (ACF fields)
--------------------------------------------------------------*/
.page-tab-container .page-tab-button-container {

}

.page-tab-container .page-tab-button-container .page-tab-button {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    transform: translate(0,-50%);
    background-color: #ADED00;
    padding: 20px 10px;
    font-family: 'Aachen', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all .3s ease;
}

.page-tab-container .page-tab-button-container .page-tab-button.zalm {
    background-color: #3278FD;
}

.page-tab-container .page-tab-button-container .page-tab-button:hover,
.page-tab-container .page-tab-button-container .page-tab-button.on-hover {
    font-size: 26px;
    padding: 20px 15px;
    transition: all .3s ease;
}

.page-tab-container .page-tab-button-container .page-tab-button div {
    border: 1px solid #001400;
    padding: 20px 10px;
}

.page-tab-container .page-tab-form-container {
    display: none;
    background-color: #F5F5F5;
    border: 2px solid #001400;
    padding: 20px;
    position: fixed;
    top: 50%;
    right: 90px;
    z-index: 99;
    transform: translate(0,-50%);
}

.page-tab-container .page-tab-form-container .page-tab-form-title {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .page-tab-container {
        display: none;
    }
}