@charset "UTF-8";
/*
Theme Name: Kollabo
Author: FiftySeven
Author URI: https://fiftyseven.co/
Description: Theme is created from custom design in Figma Files
Version: 1.0.0
*/
/*
===================================
Font Families
===================================
 */
/* 100 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-Hairline.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-HairlineI.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* 200 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-Thin.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 200;
    font-style: normal;
    font-display: fallback; /* Read next point */
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-ThinIta.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* 300 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-Light.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("../fonts/HelveticaNowDisplay-LightIta.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* 400 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-Regular.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-RegIta.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* 500 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-Medium.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-MedIta.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* 600 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-Bold.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/HelveticaNowDisplay-BoldIta.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 600;
    font-style: italic;
    font-display: fallback; /* Read next point */
}

/* 700 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-ExtraBold.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-ExtBdIta.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* 800 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-Black.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-BlackIta.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* 900 */
@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-ExtBlk.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url("./assets/fonts/HelveticaNowDisplay-ExtBlkIta.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* 300 */
@font-face {
    font-family: 'Trim Mono Web';
    src: url("./assets/fonts/TrimMonoWebLight.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* 400 */
@font-face {
    font-family: 'Trim Mono Web';
    src: url("./assets/fonts/TrimMonoWebRegular.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 500 */
@font-face {
    font-family: 'Trim Mono Web';
    src: url("./assets/fonts/TrimMonoWebMedium.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 600 */
@font-face {
    font-family: 'Trim Mono Web';
    src: url("./assets/fonts/TrimMonoWebSemiBold.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* 700 */
@font-face {
    font-family: 'Trim Mono Web';
    src: url("./assets/fonts/TrimMonoWebBold.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*
=======================
TRIM POSTER
======================
 */


@font-face {
    font-family: 'Trim Poster Compressed';
    src: url("./assets/fonts/TrimPosterCompressed.otf") format("opentype"); /* IE6-IE8 */
    font-style: normal;
    /*font-weight: 400;*/
    font-display: swap;
}

@font-face {
    font-family: 'Trim Poster Extra Compressed';
    src: url("./assets/fonts/TrimPosterExtraCompressed.otf") format("opentype"); /* IE6-IE8 */
    font-style: normal;
    /*font-weight: 700;*/
    font-display: swap;
}


@font-face {
    font-family: 'Trim Poster Condensed';
    src: url("./assets/fonts/TrimPosterCondensed.otf") format("opentype"); /* IE6-IE8 */
    font-style: normal;
    font-display: swap; /* Read next point */
}

@font-face {
    font-family: 'Trim Poster Semi Condensed';
    src: url("./assets/fonts/TrimPosterSemiCondensed.otf") format("opentype"); /* IE6-IE8 */
    font-style: normal;
    /*font-weight: 600;*/
    font-display: swap;
}

@font-face {
    font-family: 'Trim Poster Expanded';
    src: url("./assets/fonts/TrimPosterExpanded.otf") format("opentype"); /* IE6-IE8 */
    /*font-weight: 400;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Poster Semi Expanded';
    src: url("./assets/fonts/TrimPosterSemiExpanded.otf") format("opentype"); /* IE6-IE8 */
    /*font-weight: 600;*/
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Poster Regular';
    src: url("./assets/fonts/TrimPosterRegular.otf") format("opentype"); /* IE6-IE8 */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Web';
    src: url("./assets/fonts/TrimWebThin.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Web';
    src: url("./assets/fonts/TrimWebLight.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Web';
    src: url("./assets/fonts/TrimWebRegular.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Web';
    src: url("./assets/fonts/TrimWebMedium.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Web';
    src: url("./assets/fonts/TrimWebSemiBold.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Web';
    src: url("./assets/fonts/TrimWebBold.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trim Web';
    src: url("./assets/fonts/TrimWebExtraBold.ttf") format("truetype"); /* IE6-IE8 */
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    padding: 0;
    margin: 0;


}

body {
    overflow-x: hidden;
}

body.page-id-154 {
    overflow-x: visible;
}

p::selection,
span::selection,
input::selection,
::selection {
    background-color: #F56038;
    color: #FFF;
}

::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

::-webkit-scrollbar {
    width: 0;
    background: transparent; /* make scrollbar transparent */
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

body {
    font-family: 'Helvetica Now Display';
}

html.menu {
    overflow: hidden;
}

body.menu {
    display: block;
    /*position: fixed;*/
    left: 0;
    top: 0;
    height: 100%;
    overflow: visible;
    /*width: 100vw;*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
}

main.hidden {
    opacity: 0;
}

img {
    max-width: 100%;
    height: auto;
    color: rgba(255, 255, 255, 0);
}

img {
    text-indent: -9999px
}

img[data-lazy].fade {
    opacity: 1;
}

em {
    font-style: normal;
}

.fade {
    transition: none;
}

p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    letter-spacing: .3px;
    font-weight: 300;
    margin-bottom: 0;
}

h1 {
    font-family: 'Trim Poster Compressed';
    font-style: normal;
    font-weight: 800;
    font-size: 90px;
    line-height: 74px;
    letter-spacing: 0.2px;
    overflow: hidden;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
p em {
    overflow: hidden;
    display: block;
    width: 100%;
    font-style: normal;
}


h1 div.hero-icon-wrapper {
    display: inline;
    width: auto;
    overflow: hidden;
}

h1 span {
    display: block;
    width: 100%;

}

h1 img {
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    -o-transition: 3s all;
    transition: 3s all;
    transform: translateY(250px);
}

h1 img.visible {
    transform: translateY(0);
    opacity: 1;
}

/*span.line-1 {
/*    -webkit-transition: 1s all;*/
/*    -moz-transition: 1s all;*/
/*    -o-transition: 1s all;*/
/*    transition: 1s all;*/
/*    transform: translateY(80px);

}
span.line-1 {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    transform: translateY(100%);
    display: block;

}

span.line-2 {
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
    transform: translateY(100%);
    display: block;

}

span.line-3,
a.line-3 {
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
    transition: 2s all;
    transform: translateY(100%);
    display: block;

}

span.line-4,
a.line-4 {
    -webkit-transition: 2.5s all;
    -moz-transition: 2.5s all;
    -o-transition: 2.5s all;
    transition: 2.5s all;
    transform: translateY(100%);
    display: block;

}
*/
span.line-1.visible {
    transform: translateY(0);
    /*test mit word break für titel auf company seiten*/
	word-break: break-word;

}

span.line-2.visible {
    transform: translateY(0);
    opacity: 1;

}

span.line-3.visible,
a.line-3.visible {
    transform: translateY(0);
    opacity: 1;

}


h2 {
    font-family: 'Trim Poster Expanded';
    font-style: normal;
    font-weight: 900;
    font-size: 78px;
    line-height: 65px;
    overflow: hidden;
}

h2 span {
    display: block;
    width: 100%;
    word-break: break-word;

}

h2 span.line-1 {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    transform: translateY(80px);
}

h2 span.line-2 {
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
    transform: translateY(80px);
}

/*h6 span.line-1 {*/
/*    -webkit-transition: 1s all;*/
/*    -moz-transition: 1.5s all;*/
/*    -o-transition: 1.5s all;*/
/*    transition: 1.5s all;*/
/*    transform: translateY(250px);*/

/*}*/

span.visible {
    transform: translateY(0);
    /*font-family: 'Trim Poster Condensed';*/
}

h3 {

    font-family: 'Trim Poster Compressed';
    font-style: normal;
    font-size: 120px;
    line-height: 96px;
    overflow: hidden;
}

h3 span {
    display: block;
    width: 100%;

}


h4 span {
    display: block;
    width: 100%;

}


h6 {
    font-family: 'Trim Mono Web';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
    color: #F56038;
    margin-bottom: 10px;
    overflow: hidden;
}

h6 span {
    display: block;
    width: 100%;

}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

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

.uppercase {
    text-transform: uppercase;
}

a,
    /*a i,*/
a span.button-image,
a:after {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.white {
    color: #FFF;
}

.black {
    color: #302A27;
}

.white-section {
    background-color: #FFF;
}

.grey-section {
    background-color: rgba(226, 227, 227, .1);
}

.pad-200 {
    padding: 200px 0;
}

.pad-200-90 {
    padding: 200px 0px 90px 0px;
}

.pad-200-bottom {
    padding: 0px 0px 200px 0px;
}

.pad-280 {
    padding: 280px 0;
}

.pad-330 {
    padding-top: 330px;
    padding-bottom: 330px;
}

.slick-track.stopped {
    transition: none !important;


}

@media (min-width: 1400px) {
    .container {
        max-width: 1312px;
    }
}


/*
===============================
Home Page
===============================
 */
.hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 60%, rgb(56 49 47 / 100%) 100%), linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 70%, rgb(56 49 47 / 90%) 100%) !important;
}

.hero-100,
.hero-100 .hero-overlay,
.hero-100 #home-video,
.hero-100 #hero-container {
    height: 90vh;
    max-height: 840px;
    min-height: 700px;
}

.hero-100 .hero-overlay::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 60%, rgb(56 49 47 / 100%) 100%), linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 70%, rgb(56 49 47 / 90%) 100%) !important;
    opacity: 0.8;
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 1;
    content: "";
}

.hero-section {
    position: relative;
}

.hero-100 .hero-overlay,
.hero-100 #home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#home-hero-section {
    background-color: #302A27;
    position: relative;
    overflow: hidden;
}


#home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1.2);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;

}

#home-video.visible {
    transform: scale(1);
}

#hero-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 50%;
}

h1.hero-text {
    font-family: 'Trim Poster Compressed';
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 74px;
    letter-spacing: 0.2px;
    overflow: hidden;
    z-index: ;
}

.hero-text img {
    margin-top: -43px;

}

.hero-footer {
    /*border-top: 1px solid rgba(238, 228, 220, .2);*/
    margin-top: auto;
    position: relative;
    margin-bottom: 42px;
    z-index: 2;
}

.hero-footer .left-text {
    padding-right: 65px;
    /*border-right: 1px solid rgba(238, 228, 220, .2);*/
    padding-top: 39px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.hero-footer .left-text:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    background-color: rgba(238, 228, 220, .2);
    display: block;
    width: 0;
    -webkit-transition: 2.5s all;
    -moz-transition: 2.5s all;
    -o-transition: 2.5s all;
    transition: 2.5s all;
}

.hero-footer .left-text.visible::before {
    width: 100%;
}

.hero-footer .right-text {
    padding-top: 39px;
    padding-left: 64px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.hero-footer .right-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-color: rgba(238, 228, 220, .2);
    display: block;
    width: 0;
    -webkit-transition: 2.5s all;
    -moz-transition: 2.5s all;
    -o-transition: 2.5s all;
    transition: 2.5s all;
}

.hero-footer .right-text.visible::before {
    width: 100%;
}

.hero-footer .right-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background-color: rgba(238, 228, 220, .2);
    display: block;
    height: 0;
    -webkit-transition: 2.5s all;
    -moz-transition: 2.5s all;
    -o-transition: 2.5s all;
    transition: 2.5s all;
}

.hero-footer .right-text.visible::after {
    height: 100%;
}


.hero-footer p {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #FFF;
    margin-bottom: 0;
}

.hero-footer p span {
    display: block;
}

.hero-footer p em {
    overflow: hidden;
}

/*    -webkit-transition: 2.5s all;*/
/*    -moz-transition: 2.5s all;*/
/*    -o-transition: 2.5s all;*/
/*    transition: 2.5s all;*/
/*    transform: translateY(150px);*/
/*}*/

/*.hero-footer p.visible {*/
/*    transform: translateY(0);*/
/*}*/

.hero-footer a {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #FFF;
    text-decoration-line: underline;
}

/*
======================
Sticky Section
======================
 */
#fixed-row {
    margin-top: 130px;
    height: 2000px;
}

.sticky-column-wrapper {
    padding: 0;
}

.column-sticky-inner {
    overflow: hidden;
}

.sticky-column-1 {
    position: sticky;
    top: 90px !important;
    position: -webkit-sticky;
}

.sticky-column-2 {
    position: sticky;
    top: 90px !important;
    position: -webkit-sticky;
    margin-top: 750px;
    margin-left: -1px;
}

.sticky-column-3 {
    position: sticky !important;
    top: 100% !important;
    position: -webkit-sticky !important;
    margin-left: -1px;

}

.column-text {
    padding: 0 40px 40px 40px;
}

.column-text p {
    margin-bottom: 0;
    overflow: hidden;
    display: block;
}

.column-text p span {
    display: block;
    width: 100%;
}

.column-sticky-inner p span {
    transform: translateY(50%);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.column-counter {
    margin-bottom: 55px;
    padding-top: 37px;
    overflow: hidden;

}

.counter-wrapper {
    width: 34px;
    height: 34px;
    background-color: #F56038;
    position: relative;
    border-radius: 50%;
    transform: translateY(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.sticky-column-wrapper.hidden .counter-wrapper {
    transform: translateY(90px);
}

.rotate {
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    -o-transition: 3s all;
    transition: 3s all;
    display: block;
}


.sticky-column-1 .column-text,
.sticky-column-1 .column-image,
.sticky-column-2 .column-text,
.sticky-column-2 .column-image {
    position: relative;
}

.counter-number {
    font-family: 'Trim Mono Web';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.column-text h4 {
    font-family: 'Trim Web';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 19px;
    overflow: hidden;
}

.column-text h4 span.line-1 {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    /*transform: translateY(80px);*/
    transform: translateY(50%);
    overflow: hidden;
}

.column-text h4 span.line-2 {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    transform: translateY(50%);
    overflow: hidden;
}

.column-text h4 span.line-1.visible,
.column-text h4 span.line-2.visible {
    transform: translateY(0);
}

.column-image {
    background-color: rgba(226, 227, 227, .5);
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.column-image img {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    transition-delay: .3s;
}

.sticky-column-3 .column-image {
    border-right: none;
}

.sticky-column-1 .column-image {
    border-left: none;
}

.sticky-column-1 .column-text,
.sticky-column-1 .column-image,
.sticky-column-2 .column-text,
.sticky-column-2 .column-image {
    border-right: 1px solid rgba(48, 42, 39, .2);
}

.sticky-column-wrapper.hidden img {
    transform: scale(1.2);


}

.sticky-column-wrapper.visible .column-image img {
    transform: none;


}

.sticky-column-wrapper .column-image img {
    position: relative;
    /*background-color: rgba(226, 227, 227, .3);*/
    /*background-color: #F0F0F0;*/
    display: block;
    margin: 0 auto;
    max-height: 294px;

}


.sticky-column-2 .column-text {
    border-right: 1px solid rgba(48, 42, 39, .2);

}


/*
=======================
Jobs Category
======================
 */
#home-jobs {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}


#home-jobs:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
}

#home-jobs .section-title {
    padding-left: 0;
}

.section-button-wrap {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

.section-button {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 20px;
    align-items: center;
    justify-content: center;
    /*font-weight: 500;*/
    font-weight: 300;
    font-size: 15px;
    line-height: 11px;
    width: 154px;
    height: 56px;
    z-index: 1;
    position: relative;


}

.section-button-wrap.visible .next-to-button {
    transform: translateY(0);
}

.slide-in-button {
    transform: translateY(60px);
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    -o-transition: 3s all;
    transition: 3s all;
}

.slide-in-button.visible {
    transform: translateY(0);
}

.orange-button {
    background: #F56038;
    border-radius: 5px;
    color: #fff;
}

.white-button {
    background: #fff;
    border-radius: 5px;
    color: #302A27;
}

.white-button i {
    background: #F56038;
    position: relative;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 12px;
}

.white-button i:before {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.white-button:hover,
.white-button:focus {
    background: #F56038;
    color: #FFF;
    text-decoration-line: none;
}

.white-button:hover i,
.white-button:focus i {
    background: #FFF;
}

.white-button:hover i:before,
.white-button:focus i:before {
    color: #F56038;
}

.section-button .button-image {
    margin-left: 14px;
}

.fa-th-large {
    position: relative;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.orange-button .fa-th-large {
    background-color: #FFF;
}

.orange-button .fa-th-large:before {
    color: #F56038;
}

.fa-th-large:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    transform: translate(-50%, -50%);
}

.orange-button:hover {
    background-color: #FFF;
    color: #F56038;
    text-decoration-line: none;
}

.orange-button:hover .fa-th-large {
    background-color: #F56038;
}

.orange-button:hover .fa-th-large:before {
    color: #FFF;
}

.next-to-button {
    font-family: 'Trim Poster Compressed';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    margin-left: 20px;
    transform: translateY(60px);
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
    transition: 2s all;
}

#sliders-wrapper {
    padding: 0;
    overflow: hidden;
}

.jobs-slider .slick-slide,
.jobs-slider-2 .slick-slide {
    height: 300px;
    background-color: #675950;
    margin: 10px 0;
    cursor: pointer;

}

.jobs-slider .slick-slide a,
.jobs-slider-2 .slick-slide a {
    display: flex;
    flex-wrap: wrap;
    text-decoration-line: none;

}

.jobs-slider .slick-slide a:hover,
.jobs-slider-2 .slick-slide a:focus {
    text-decoration-line: none;
    color: #FFF;
}

.jobs-slider-2 {
    transform: rotate(180deg);
}

.jobs-slider-2 .slick-slide {
    transform: rotate(180deg);
}

.job-slider-inner {
    /*height: 100%;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}


.job-slider-inner img {
    max-width: 197px;
    margin: 0 auto;
    padding: 25px 0 30px 0;

}

.job-slider-inner .slide-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: auto;
    margin-bottom: 40px;
    width: 100%;
    flex-basis: 100%;
}

.job-slider-inner .slide-button-wrapper span {
    font-family: 'Trim Web';
    color: #FFF;
    display: block;
    margin: 0 auto;
    padding: 12px 40px;
    font-size: 13px;
    line-height: 15.6px;
    text-align: center;
    letter-spacing: 0.03em;
    width: 100%;
    max-width: 218px;
    background-color: #8A7C74;
    font-weight: 700;
}

.job-slider-inner:hover span,
.job-slider-inner:focus span {
    background-color: #F56038;
    text-decoration-line: none;
}

/*
=======================
Reason Row
======================
 */

#reasons-row {
    margin-top: 140px;
}

.reason-text {
    margin-left: 120px;
    margin-top: 50px;
}

.right-reason-column {
    margin-top: 230px;
    margin-bottom: 100px;
}

.reason-icon-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    /*padding-top: 40px;*/
    height: auto;
}

.column-reason-inner .line {
    position: relative;
    width: 100px;
    height: 2px;
    display: inline-block;
    float: left;
    /*transform: rotate(135deg);*/
    transform: rotate(-45deg);
    margin-left: 30px;
    margin-top: 20px;
}

.column-reason-inner .line:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #302A27;
    content: "";
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;


}

.column-reason-inner.visible .line:before {
    width: 100%;
}

.reason-line-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-left: 55px;
}

.reason-icon {
    margin-left: 0;

}

.column-reason-inner .counter-wrapper {
    transition-delay: .1s;
}

.reason-text h4 span {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

/*.reason-text p span {*/
/*    transition-delay: .3s;*/
/*}*/

.reason-text p span.line-1 {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.reason-text p span.line-1 {
    transform: translateY(100%);
}

.reason-text p span.line-1.visible {
    transform: translateY(0);
}

/*.reason-column-1 .reason-icon {*/
/*    !*margin-top: -45px;*!*/
/*    margin-left: 15px;*/
/*}*/

/*.reason-column-2 .reason-icon {*/
/*    margin-top: -35px;*/
/*    margin-left: 20px;*/
/*}*/

/*.reason-column-3 .reason-icon {*/
/*    margin-left: 30px;*/
/*}*/


/*.reason-column-4 .reason-icon {*/
/*    margin-top: -25px;*/
/*    margin-left: 20px;*/
/*}*/

/*.reason-column-5 .reason-icon {*/
/*    margin-top: -25px;*/
/*    margin-left: 20px;*/
/*}*/

.column-reason-inner img.reason-icon {
    transform: translateY(60px);
    max-width: 55px;
    max-height: 65px;
}

.column-reason-inner.visible img.reason-icon {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    transform: translateY(0);
}


.reason-text .counter-wrapper {
    margin-bottom: 10px;
}

.reason-text h4 {
    /*font-family: 'Trim Poster Compressed';*/
    /*font-family: 'Trim Poster Extra Compressed';*/
    /*font-family: 'Trim Poster Condensed';*/
    font-family: 'Trim Poster Semi Condensed';
    /*font-family: 'Trim Poster Expanded';*/
    /*font-family: 'Trim Poster Semi Expanded';*/
    /*font-family: 'Trim Poster Regular';*/

    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    display: block;
    overflow: hidden;
}

.reason-text h4 em {
    display: block;
    width: 100%;
    overflow: hidden;
}


.reason-text p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    letter-spacing: .3px;
    font-weight: 300;
    margin-bottom: 0;
    overflow: hidden;
}

.reason-text p em {
    display: block;
    width: 100%;
    overflow: hidden;
}

.reason-text p span {
    display: block;
    width: 100%;
    overflow: hidden;
}

.counter-placeholder {
    display: block;
    width: 100%;
    overflow: hidden;
}

.reason-text .counter-wrapper {
    transform: translateY(90px);
}

.column-reason-inner.visible .counter-wrapper {
    transform: translateY(0);
}

/*
==================
APPLICATION
==================
 */
#application {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#application .background-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: scale(1.2);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

#application .background-image.visible {
    transform: scale(1);
}

#application::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(306.57deg, rgba(36, 34, 33, 0.5) 33.73%, rgba(0, 0, 0, 0) 46.95%);
}

.check-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    overflow: hidden;
}

.check-list-wrapper span {
    transform: translateY(60px);
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
}

.check-list-wrapper .check-list-item.visible {
    transform: translateY(0);

}

.check-list-item.line-1 {
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
    transition: 2s all;
    transform: translateY(80px);
    animation-delay: 1s;
}

.check-list-item.line-2 {
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    -o-transition: 3s all;
    transition: 3s all;
    transform: translateY(80px);
    animation-delay: 2s;
}

.check-list-wrapper img,
.check-list-wrapper svg {
    margin-right: 8px;
}

.check-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-right: 16px;
}

.form-inner {
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.15));
    transform: rotate(-2deg);
    background-color: #FFF;
    width: 644px;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.form-header {
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    padding: 26px 36px;
    background-color: #FFF;
}

.form-header .row {
    margin: 0;
}

.form-logo {
    margin-right: 19px;
}

.form-title {
    font-size: 16px;
    line-height: 23px;
    color: #302A27;
    font-family: 'Helvetica Now Display';

}

.form-date,
.form-title .line {
    font-family: 'Trim Mono Web';
    font-size: 12px;
    line-height: 14px;
    color: #302A27;
    opacity: .5;
    text-align: right;
    margin-right: 0;
    margin-left: auto;

}

.form-title .line {
    font-family: 'Helvetica Now Display';
    font-size: 16px;
    margin-right: 17px;
    line-height: 23px;
    color: #E2E3E3;
    opacity: 1;
}


.form-body {
    position: relative;


}

/*.form-body:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -2px;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    display: block;*/
/*    background-color: #F56038;*/
/*    opacity: 0;*/
/*    -webkit-transition: .3s all;*/
/*    -moz-transition: .3s all;*/
/*    -o-transition: .3s all;*/
/*    transition: .3s all;*/
/*}*/
section#application .form-body .gform_wrapper ul.gform_fields li {
    position: relative;
    /*-webkit-transition: .3s all;*/
    /*-moz-transition: .3s all;*/
    /*-o-transition: .3s all;*/
    /*transition: .3s all;*/
}

section#application .form-body .gform_wrapper ul.gform_fields li.gfield:hover {
    background-color: rgba(226, 227, 227, .2);
    position: relative;
}

section#application .form-body .gform_wrapper ul.gform_fields li.gfield:hover input {
    background-color: rgba(255, 255, 255, 0);
}

section#application #gform_wrapper_14 ul.gform_fields li.gfield:hover {
    background-color: #FFF;
}

section#application .form-body .gform_wrapper ul.gform_fields li::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

section#application #gform_wrapper_14 form::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

section#application #gform_wrapper_14 form.focus::before {
    background-color: #F56038;
}

section#application #gform_wrapper_14 ul.gform_fields li::before {
    display: none !important;
}

section#application .form-body .gform_wrapper ul.gform_fields li.focus:before {
    background-color: #F56038;
}

.form-body .gform_wrapper {
    margin: 0 auto;
}

.form-body .gform_wrapper label.gfield_label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* Black */
    color: #302A27;
    margin-bottom: 0;
}

.form-body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 18px;
    line-height: 26px;
    /* Black */
    color: #302A27;
    opacity: 1;
    outline: none;
    border: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    width: 350px;
    max-width: 350px;
}

.form-body .gform_wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #302A27;
    opacity: 0.6;
}

.form-body .gform_wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #302A27;
    opacity: 0.6;
}

.form-body .gform_wrapper input::-ms-input-placeholder { /* Microsoft Edge */
    color: #302A27;
    opacity: 0.6;
}

.form-body .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
}

.form-body .gform_wrapper div.validation_error {
    display: none !important;
}

.moxie-shim.moxie-shim-html5 {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

/*.form-body .gform_button {*/
/*    z-index: -1;*/
/*    opacity: -1 !important;*/
/*    border: none;*/

/*}*/

/*.form-body .gform_wrapper .gform_footer {*/
/*    height: 0 !important;*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*}*/

.form-body .gform_wrapper li.gfield.gfield_error,
.form-body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none;
    padding: 36px !important;
    width: 100%;
    max-width: 100% !important;
    background: rgba(245, 96, 56, .1);
}

.form-body .gform_wrapper .gform_footer {
    position: absolute;
    top: 20px;
    right: 0;
    width: 50%;
    margin-top: 0;
}

.form-body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%;
}

.form-body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: none;
    background: inherit;
}

.form-body .gform_wrapper li {
    width: 100%;
    max-width: 100% !important;
    padding: 36px !important;
}

.form-body .gform_wrapper li.gfield.gfield_error {
    margin-bottom: 0 !important;
}

.form-body .gform_wrapper .validation_message {
    color: #F56038;
}

#gform_wrapper_14 .gfield_error label::before {
    content: 'Bitte gib eine gültige E-Mail-Adresse an.' !important;
    visibility: visible;
    color: #F56038;
}

.form-body .gfield_error label {
    visibility: hidden;
}

.form-body #validation_message_14_1 {
    display: none;
}

.form-body .ginput_container.ginput_container_email {
    max-width: 300px;
    width: 300px;
}

.form-body .gform_wrapper .gform_footer button,
.form-body .gform_wrapper .gform_footer button,
.form-body .gform_wrapper .gform_page_footer button,
.form-body .gform_wrapper .gform_page_footer button {
    background: #FFFFFF;
    border: 1px solid #302A27;
    box-sizing: border-box;
    border-radius: 5px;
    float: right;
    margin: 0 36px 0 auto;
    float: right;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #302A27;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.form-body .gform_wrapper .gform_footer button,
.form-body .gform_wrapper .gform_footer button,
.form-body .gform_wrapper .gform_footer button span.icon,
.form-body .gform_wrapper .gform_footer button i {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.form-body .gform_wrapper .gform_footer .icon {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #F56038;
    position: relative;
    padding: 0;
    opacity: 1;
    color: #FFF;
    margin-left: 12px;
}

.form-body .gform_wrapper .icon .icon-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: block;
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    mask: url('/wp-content/uploads/2021/06/right-arrow.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2021/06/right-arrow.svg') no-repeat center;
}

.form-body .gform_wrapper .gform_footer button:hover,
.form-body .gform_wrapper .gform_footer button:focus {
    background-color: #F56038;
    color: #FFF;
    border-color: #F56038;
}

.form-body .gform_wrapper .gform_footer button:hover .icon,
.form-body .gform_wrapper .gform_footer button:focus .icon {
    background-color: #fff;
}

.form-body .gform_wrapper .gform_footer button:hover .icon .icon-image,
.form-body .gform_wrapper .gform_footer button:focus .icon .icon-image {
    background-color: #F56038;
}

#application:hover .form-inner,
#application:focus .form-inner {
    transform: rotateY(0);
}

#application p span {
    display: block;
    width: 100%;
    overflow: hidden;
}

#application .inner {
    max-width: 460px;
    flex-basis: 460px;
    margin-right: 0;
    float: right;
}

/*
======================
Contact
======================
 */
#contact-section {
    background: #FFF;
    z-index: 1;
    /*overflow-x: hidden;*/
    position: relative;
}

#contact-section .small-text {
    display: flex;
    width: 50%;
    flex-basis: 50%;
    justify-content: flex-start;
    padding: 0;
}

#contact-section .small-icon {
    justify-content: flex-end;
    display: flex;
    flex-basis: 50%;
    width: 50%;
    padding: 0;
    line-height: 9px;
}

#contact-section .small-icon a {
    line-height: 9px;
}

#contact-section .small-icon a img {
    padding-bottom: 9px;
}

#contact-section .small-text p {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;

    /* identical to box height, or 120% */
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 9px;

    /* Black */
    color: #302A27;
}

#contact-container {
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(48, 42, 39, .2);
    border-bottom: 1px solid rgba(48, 42, 39, .2);
}

#contact-text-wrapper {
    padding-left: 0;
}

#contact-container h4 {
    font-family: 'Trim Poster Expanded';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.1px;
    margin-bottom: 11px;


}

#contact-container h4 span {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

#contact-container p span {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

#contact-container p,
#contact-container p span {
    display: block;
    width: 100%;
    overflow: hidden;
}

#contact-container .button-wrapper {
    padding: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 535px;
    width: 100%;
    float: right;
    overflow: hidden;
}

#contact-container .button-wrapper span.line-3 {
    transition-delay: .5s;
    transform: translateY(140px);
}

#contact-container .button-wrapper span.line-3.visible {
    transform: translateY(0);
}

#contact-container .button-wrapper a:hover .button-image-wrapper,
#contact-container .button-wrapper a:focus .button-image-wrapper {
    background-color: #FFF;
}

#contact-container .button-wrapper a:hover .button-image,
#contact-container .button-wrapper a:focus .button-image {
    background: #F56038;
}

#contact-container .button-wrapper a {
    font-weight: 500;
}

.button-image-wrapper {
    display: flex;
    height: 24px;
    width: 24px;
    margin-left: 14px;
    border-radius: 50%;
    background-color: #F56038;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

#contact-container .button-image {
    mask: url('/wp-content/uploads/2021/07/questionmark.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2021/07/questionmark.svg') no-repeat center;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: #FFF;
    margin-left: 0;
}

#contact-container .contact-button-wrapper {
    padding-right: 0;
    margin-top: 11px;
}


#language-bottom-wrapper.fixed {
    position: fixed;
    width: 100%;
    left: 0;
}

#language-container-bottom {
    /*border-top: 1px solid rgba(48, 42, 39, .2);*/
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    /*overflow: hidden;*/
}

#language-container-bottom #language-switcher,
#language-container-bottom #whats-switcher,
#language-container-bottom #email-switcher {
    border-right: 1px solid rgba(48, 42, 39, .2);
}

.page-template-pagetemplate-job-application #language-container-bottom #language-switcher,
.page-template-pagetemplate-job-application #language-container-bottom #whats-switcher,
.page-template-pagetemplate-job-application #language-container-bottom #email-switcher {
    border-right: 1px solid rgba(207, 195, 186, .15);
}

.page-template-pagetemplate-job-application #language-container-bottom {
    border-top: 1px solid rgba(207, 195, 186, .15);
    border-bottom: 1px solid rgba(207, 195, 186, .15);
}

.page-template-pagetemplate-job-application #language-container-bottom #language-row p.active,
.page-template-pagetemplate-job-application #language-container-bottom #language-row a.active,
.page-template-pagetemplate-job-application #language-container-bottom #selected-language {
    color: #FFF;
}

#language-container-bottom #language-row p.active,
#language-container-bottom #language-row a.active,
#language-container-bottom #selected-language {
    color: #302A27;
}

#language-container-bottom #language-row p.active:hover,
#language-container-bottom #language-row a.active:hover {
    text-decoration-line: none;
    color: #F56038;
}

#language-container-bottom span.icon {
    color: #302A27;
    opacity: 0.5;
}

.show-lg {
    display: none;
}

.gform_fileupload_rules {
    display: none !important;
}

/*
===============
ERROR
===============
 */
#error-section {
    /*min-height: 100vh;*/
    /*background-color: #675950;*/

}

#error-section #first-container {
    position: relative;
    padding: 280px 15px 170px 15px;
}

#error-section h1 {
    width: 100%;
    font-family: 'Trim Poster Expanded';
    font-style: normal;
    font-weight: 900;
    font-size: 220px;
    line-height: 190px;
    text-align: left;
    text-transform: uppercase;
}


#error-section h1 .orange {
    color: #F56038;
}

#error-section .text-wrapper {
    max-width: 800px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#error-section .error-text {
    position: absolute;
    right: 0;
    top: 200px;
    font-family: 'Helvetica Now Display';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;

    /* or 30px */
    letter-spacing: 1px;

    /* Black */
    color: #302A27;
}

#error-section .error-text .line-3 {
    margin-top: 80px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1px;

    /* Black */
    color: #302A27;
}

#error-section .error-text a {
    color: #F56038;
    text-decoration-line: underline;
    margin-left: 5px;
}

.error404 header #language-row {
    display: none;
}

.error404 #language-bottom-wrapper {
    padding-bottom: 80px;
}

.error404 header #language-container {
    border-top: none;
}

.error404 #language-container-bottom {
    border-top: 1px solid rgba(48, 42, 39, .2);
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    margin-top: -1px;
}

/*
================
GDPR
================
 */
.wordpress-gdpr-privacy-settings-trigger-container {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

/*new popup style for low right corner*/

.wordpress-gdpr-popup-container {
    padding: 20px 20px 20px 20px !important;
}

.wordpress-gdpr-privacy-settings-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 36px;
    width: 36px;
}

.wordpress-gdpr-privacy-settings-trigger i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wordpress-gdpr-privacy-settings-trigger-container:hover {
    background-color: #F56038 !important;
    color: #FFF;
}

@media (min-width: 641px) {
    .form-body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
    }

}

@media (min-width: 1120px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1312px;
    }


}

@media (max-width: 1399.8px) {
    /*.reason-text {*/
    /*    margin-left: 40px;*/
    /*}*/
    .column-reason-inner {
        margin-left: 0;
    }

    .reason-text {
        margin-left: 100px;
    }


    .form-inner {
        width: 100%;
    }

    .right-reason-column,
    .left-reason-column {
        flex-basis: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .right-reason-column.offset-lg-1 {
        margin-left: 0;
    }

}

@media (max-width: 1200px) {
    #menu-button-wrapper {
        padding-right: 4px;
    }

    h3 {
        font-size: 80px;
        line-height: 68px;
    }

    .pad-200 {
        padding: 130px 0;
    }
	
	.pad-200-90 {
		padding: 130px 0px 58px 0px;
	}

	.pad-200-bottom {
		padding: 0px 0px 130px 0px;
	}

    .column-counter {
        padding-top: 20px;
    }

    .column-text {
        padding: 0 20px 20px 20px;
    }

    .column-text h4 {
        font-size: 28px;
    }

    .column-text p {
        height: 100px;
    }
	
}

@media (max-width: 991.8px) {
    #error-section #first-container {
        padding: 200px 15px 170px 15px;
    }

    #error-section h1 {
        font-size: 160px;
        line-height: 140px;
    }

    #error-section .error-text {
        position: absolute;
        right: 100px;
        top: 150px;
    }

    #error-section .error-text .line-3 {
        margin-top: 35px;
    }

    h2 {
        font-size: 60px;
        line-height: 55px;
    }

    .hero-100, .hero-100 .hero-overlay, .hero-100 #home-video, .hero-100 #hero-container {
        height: auto;
        min-height: 600px;
    }

    #hero-container {
        display: block;
        flex-wrap: nowrap;
    }

    .hero-text {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding-top: 200px;
    }

    #hero-footer {
        margin-top: 25px;
    }

    .hero-footer .left-text,
    .hero-footer .right-text {
        padding: 25px 20px;
    }

    #fixed-row {
        height: auto;
        margin-top: 60px;
    }

    .sticky-column-1,
    .sticky-column-2,
    .sticky-column-3 {
        position: relative;
        top: auto !important;
    }

    .sticky-column-2 {
        margin-top: 300px;
    }

    .sticky-column-2 .column-text {
        border-left: 1px solid rgba(48, 42, 39, .2);
        border-right: none;
    }

    .sticky-column-2 .column-image {
        margin-left: -1px;
        border-left: none;
    }

    .sticky-column-3 .column-text {
        border-right: 1px solid rgba(48, 42, 39, .2);
        border-left: none;
    }

    .pad-280 {
        padding: 85px 0;
    }

    .hide-lg {
        display: none;
    }

    .show-lg {
        display: block;
    }

    .next-to-button.show-lg {
        display: inline;
        transform: translateY(-3px);
        position: absolute;
        bottom: 2px;
        right: 0;
    }

    .jobs-slider-mobile {
        margin-top: 25px;
    }

    .jobs-slider-mobile .slick-slide a {
        display: flex;
        flex-wrap: wrap;
        text-decoration-line: none;
    }

    .job-slider-inner img {
        padding: 20px 0 38px 0;
    }

    .jobs-slider-mobile .slick-slide {
        height: 300px;
        background-color: #675950;
        margin: 0 5px;
        cursor: pointer;
    }

    #mobile-job-button {
        margin-top: 30px;
        justify-content: center;
        width: 100%;
        padding: 0 15px;
    }

    #mobile-job-button a {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    #mobile-job-button a .button-image {
        margin-top: 1px;
    }

    .reason-text {
        margin-left: 0;
    }

    .right-reason-column {
        text-align: right;
    }

    .right-reason-column .reason-text p {
        text-align: right;
    }

    .right-reason-column .column-reason-inner .counter-wrapper {
        float: right;
    }

    .right-reason-column .column-reason-inner .reason-icon-wrapper::before {
        right: 30px;
        left: auto;
    }

    .reason-text p br {
        display: none;
    }

    .left-reason-column .line {
        transform: rotate(-135deg);
    }

    .left-reason-column .line::before {
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
    }

    .right-reason-column .line {
        transform: rotate(135deg);
        float: right;
    }

    .right-reason-column .reason-icon {
        margin-right: 90px;
        margin-left: auto;
    }

    .left-reason-column .reason-icon {
        margin-left: 90px;
        margin-right: auto;
    }

    .right-reason-column {
        margin-top: 300px;
    }

    .lg-1 {
        order: 1;
    }

    .lg-2 {
        order: 2;
    }

    .pad-330 {
        padding: 200px 0;
    }

    #application .section-title {
        margin-bottom: 40px;
    }

    #contact-container {
        border-bottom: none;
    }

    #language-container-bottom {
        border-top: none;
        border-bottom: none;
    }

    #language-row div.col-md-3 {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .header-link-wrapper {
        justify-content: flex-start;
    }

    .header-link-wrapper div.icon {
        margin-left: 10px;
    }

    #application .inner {
        float: left;
        max-width: 100%;
        flex-basis: 100%;
    }

    #language-container-bottom .header-link-wrapper {
        width: calc(100% - 40px);
    }

    #language-container-bottom #language-switcher {
        z-index: 999;
        overflow-x: visible;
    }

    #language-bottom-wrapper {
        display: none;
    }

    #contact-container .button-wrapper {
        height: 100%;
    }


}

@media (max-width: 767.8px) {
    #error-section #first-container {
        padding: 140px 15px 140px 15px;
    }

    #error-section h1 {
        font-size: 110px;
        line-height: 90px;
    }

    #error-section .error-text {
        position: relative;
        right: auto;
        top: auto;
    }

    .right-reason-column,
    .left-reason-column {
        flex-basis: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .hero-100, .hero-100 #hero-container {
        min-height: auto;
    }

    .hero-100 .hero-overlay {
        min-height: 700px;
    }

    .hero-overlay {
        position: relative;
    }

    .hero-overlay:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 242px;
        background: linear-gradient(180deg, rgba(56, 49, 47, 0.9) 48.11%, rgba(56, 49, 47, 0) 100%);
        opacity: 0.9;
        z-index: 1;
    }

    .hero-overlay::after {
        background: linear-gradient(180deg, rgba(56, 49, 47, 0.9) 48.11%, rgba(56, 49, 47, 0) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 370px;
        content: "";
    }

    #hero-container {
        z-index: 2;
    }

    #logo-wrapper {
        flex-basis: 50%;
        width: 50%;
        max-width: 300px;
    }

    #mobile-menu-wrapper {
        flex-basis: 50%;
        width: 50%;
    }

    .hero-text {
        width: 100%;
    }

    .hero-100 #home-video {
        min-height: 100%;
    }

    h1,
    h1.hero-text {
        font-size: 58px;
        line-height: 48px;
    }

    h2 {
        font-size: 50px;
        line-height: 45px;
    }

    h3 {
        font-size: 72px;
        line-height: 68px;
    }

    h6 {
        font-size: 10px;
        line-height: 10px;
    }


    .hero-text img {
        margin-top: -21px;
    }

    #hero-footer {
        margin-left: 15px;
    }

    .hero-footer .left-text::before {
        top: 0;
        left: 0;
    }

    .hero-footer .left-text.visible::before {
        width: 1px;
        height: 100%;
    }

    .hero-footer .left-text {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .hero-footer .right-text {
        padding-top: 15px;
        padding-bottom: 0;
    }

    #home-hero-section {
        margin-top: -60px;
    }

    #hero-footer {
        padding-bottom: 40px;
    }

    .column-counter {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .sticky-column-wrapper {
        padding-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sticky-column-2 {
        margin-top: 0;
    }

    .sticky-column-1 .column-image,
    .sticky-column-2 .column-image {
        border: none;
    }

    .sticky-column-3 {
        margin-left: 0;
    }

    .column-image {
        border: none;
    }

    .sticky-column-1 .column-text,
    .sticky-column-2 .column-text,
    .sticky-column-3 .column-text {
        border-right: 1px solid rgba(48, 42, 39, .2);
        border-left: 1px solid rgba(48, 42, 39, .2);
    }

    .column-text p {
        height: auto;
    }


    .next-to-button.show-lg {
        bottom: 4px;
        margin-left: 5px;
    }

    #reasons-row {
        margin-top: 10px;
    }

    .reason-icon-wrapper {
        /*padding-top: 40px;*/
        margin-top: 40px;
    }

    .right-reason-column {
        margin-top: 0;
        margin-bottom: 0;
    }

    .reason-text h4 {
        font-size: 28px;
        line-height: 33px;
    }

    .form-body .gform_wrapper .gform_footer {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 0;
    }

    .form-body .gform_wrapper .gform_footer button, .form-body .gform_wrapper .gform_footer button, .form-body .gform_wrapper .gform_page_footer button, .form-body .gform_wrapper .gform_page_footer button {
        margin: 0 auto;
        max-width: 100%;
        width: calc(100% - 40px);
        float: none;
    }

    .form-body .gform_wrapper li {
        padding: 32px 20px 16px 20px !important;
    }

    .pad-330 {
        padding: 100px 0;
    }

    #contact-text-wrapper {
        padding-left: 15px;
    }

    #contact-container .contact-button-wrapper {
        padding-right: 15px;
    }

    .contact-button-wrapper {
        margin-top: 30px;
    }

    .column-reason-inner {
        margin-left: auto;
    }

    .sticky-column-wrapper {
        max-width: 380px;
        margin: 0 auto;
    }


}

@media (max-width: 575.8px) {
    .pad-200 {
        padding: 120px 0;
    }
	
	.pad-200-90 {
		padding: 120px 0px 54px 0px;
	}

	.pad-200-bottom {
		padding: 0px 0px 120px 0px;
	}

    #main-menu-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #home-jobs .section-title {
        padding-left: 15px;
    }

    #fixed-row {
        margin-top: 0;
    }

    #error-section #first-container {
        padding: 120px 25px 35px 25px;
    }

    #error-section h1 {
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 15px;
    }

    #error-section .error-text {
        position: relative;
        right: auto;
        top: auto;
    }

    #error-section .error-text {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: .2px;
    }

    #error-section .error-text .line-3 {
        margin-top: 30px;
    }

    #hero-footer {
        padding-bottom: 0;
    }

    .hero-footer .left-text, .hero-footer .right-text {
        margin-right: 15px;
    }

    h1 img {
        width: 14px;
    }

    .hero-text img {
        margin-top: -26px;
    }

    h2 {
        font-size: 30px;
        line-height: 25px;
    }

    .column-text h4 {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .sticky-column-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .column-counter {
        margin-bottom: 40px;
    }

    .job-slider-inner img {
        max-width: 176px;
    }

    .job-slider-inner .slide-button-wrapper span {
        font-size: 11px;
        line-height: 13px;
    }

    .form-title {
        font-size: 12px;
        line-height: 18px;
    }

    .form-date, .form-title .line {
        font-size: 10px;
        line-height: 12px;
    }

    .check-list-wrapper span {
        font-size: 12px;
    }

    .check-list-wrapper img {
        width: 20px;
        height: 20px;
    }

    .reason-icon-wrapper {
        margin-top: 85px;
    }

    #gform_wrapper_14 .form-logo {
        max-width: 30px;
        margin-right: 12px;
    }

    .form-body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        width: 100%;
        max-width: 100%;
    }

    .form-body #gform_wrapper_14.gform_wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #302A27;
        opacity: 0.6;
        font-size: 13px;
        line-height: 19px !important;
    }

    .form-body #gform_wrapper_14.gform_wrapper .gform_footer button,
    .form-body #gform_wrapper_14.gform_wrapper .gform_footer button {
        background-color: #F56038;
        color: #FFF;
        border-color: #F56038;
    }

    .form-body #gform_wrapper_14.gform_wrapper .gform_footer button .icon .icon-image,
    .form-body #gform_wrapper_14.gform_wrapper .gform_footer button .icon .icon-image {
        background-color: #F56038;
    }

    .form-body .gform_wrapper .gform_footer button, .form-body .gform_wrapper .gform_footer button {
        font-size: 13px;
        line-height: 16px;
    }

    .form-body #gform_wrapper_14.gform_wrapper .gform_footer .icon {
        background-color: #FFF;
    }

    .form-body #gform_wrapper_14.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        font-size: 13px;
        line-height: 19px;
        color: #302A27;
        opacity: 1;
        min-height: auto;
    }

    .form-body .gform_wrapper .gform_footer .icon {
        width: 22px;
        height: 22px;
    }

    .form-body #gform_wrapper_14.gform_wrapper label.gfield_label {
        font-size: 13px;
        line-height: 15.6px;
    }

    .form-body #gform_wrapper_14.gform_wrapper li {
        padding: 20px 25px !important;
    }

    .form-body #gform_wrapper_14.gform_wrapper li.gfield.gfield_error {
        padding: 25px 20px !important;
    }

    .form-body .gform_wrapper li.gfield.gfield_error {
        background: inherit;
    }

    #gform_wrapper_14.gform_validation_error {
        background-color: rgba(245, 96, 56, .1);
    }

    #mobile-job-button a {
        width: 100%;
        max-width: 100%;
    }

    .form-header {
        padding: 28px 20px;
    }

    #contact-container h4 {
        font-size: 24px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    #contact-section .container,
    #contact-container,
    #language-container-bottom {
        margin-left: 25px;
        margin-right: 25px;
        max-width: calc(100% - 50px);
    }

    #contact-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #contact-section .small-text,
    #contact-section .small-icon {
        padding: 0;
    }

    #contact-text-wrapper,
    #contact-container .contact-button-wrapper {
        padding: 0;
    }

    .form-body .ginput_container.ginput_container_email {
        width: 100%;
        max-width: 100%;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media (max-width: 480px) {

    .job-slider-inner .slide-button-wrapper {
        max-width: 180px;
        margin-bottom: 30px;
    }

    .jobs-slider-mobile .slick-slide {
        height: 274px;
    }

    .job-slider-inner {
        max-width: 270px;
        margin: 0 auto;
    }


}

@media (max-width: 360px) {
    #home-jobs h3 {
        font-size: 62px;
        line-height: 58px;
    }

    .jobs-slider-mobile {
        margin-top: 15px;
    }

    .form-logo {
        margin-right: 10px;
    }

    .form-logo img {
        max-width: 30px;
    }

    .form-title {
        font-size: 11px;
        line-height: 14px;
    }

    .form-date {
        font-size: 8px;
    }

    .form-title .line {
        margin-right: 4px;
    }
}

/* Language Selector */
.language-switcher > span > div.visible > ul > li > a, #language-switcher > span > div.visible > ul > li > a {
    position: inherit;
    text-align: center;
    transform: inherit;
}


 .language-switcher > span > div.visible > ul > li,  #language-switcher > span > div.visible > ul > li {
    width: 100%;
    text-align: center;
    font-family: 'Trim Mono Web';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #302A27;
    padding: 8px 0;
    cursor: pointer;
}

.language-switcher > span > div.visible > ul, #language-switcher > span > div.visible > ul {
    display: block;
}

.language-switcher > span > div, #language-switcher > span > div {
    position: absolute;
    width: 45px;
    left: 0px;
    top: 0px;
}

.language-switcher > span > div > ul, #language-switcher > span > div > ul {
    position: absolute;
    width: 45px;
    left: 48px;
    top: 20px;
    background: #FFF;
    border: 1px solid rgba(48,42,39,.4);
    border-top-color: rgba(48, 42, 39, 0.4);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(48, 42, 39, 0.4);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(48, 42, 39, 0.4);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(48, 42, 39, 0.4);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-sizing: border-box;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    list-style-type: none;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.language-switcher > span > div.visible > ul > li.wpml-ls-current-language, #language-switcher > span > div.visible > ul > li.wpml-ls-current-language {
          background-color: #e2e3e375;
  }

.selected-language, #selected-language {
    z-index: 10000;
}
@media (max-width: 1399px) {
    .language-switcher > span > div > ul, #language-switcher > span > div > ul {
        left: -15px !important;
    }
}

/* Job Location Search */
.search_location_country .selected-language {
    z-index: 5 !important;
}

.search_location_label {
    float: left;
    width: auto;
}

.search_location_country {
    float: left;
}

.search_location_country .language-switcher .language-wrapper {
    width: 30px;
    justify-content: flex-end;
    margin: 0 auto;
}

.search_location_country .language-switcher > span > div > ul {
    left: -15px;
}
.search_location_label label {
    padding-right: 10px;
}
.search_location_label label:after {
    content: ' in'
}

/* Fix Mobile Menu Language Selector */
#language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    display: block;
}

/* Fix Button expand for WP Rocket */
gf_browser_chrome.gform_wrapper.gform_legacy_markup_wrapper {
display: block !important;
}

/* Fix Company logo position on  job listing page */
li.job_listing span.plus {
    position: absolute;
    top: 43px;
    right: 0;
    height: auto;
    width: 130px !important;
    transform: translate(-20%,-40%) !important;
    text-align: center;
}


@media only screen and (max-width: 600px) {
    li.job_listing span.plus {
        width: 90px !important;
    }
}

/* Temporary Fix! - Make Job links active on 'Elementor JobCategory page' template  */

.page-template-pagetemplate-job-category-page-elementor1 .job_listings #jobs-list a.job-link {
    width: 100%;
    margin-top: -70px;
    padding: 35px !important;
    opacity: 0;
    display: block !important;
}



/* 'Single Job Listing' template update */

.single-job_listing #single-job-hero {
    height: auto;
}

.single-job_listing .job-hero-text {
    margin-top: 190px;
}

.single-job_listing section#application {
    background: #675950;
}

.single-job_listing section#application .row {
    background: white;
    padding: 30px 10px;
}

.single-job_listing #content {
    padding-bottom: 10px;
}

.single-job_listing #application {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 767.8px) {
    .single-job_listing #single-job-hero {
    /*   height: 300px;*/
        height: auto;
    }

    .single-job_listing #application {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-job_listing .container {
    padding-left: 35px;
    padding-right: 35px;
}

.single-job_listing .job-hero-text {
    margin-top: 100px;
}

}

#gform_submit_button_17 {
    background-color: #F56038 !important;
    color: white;
}

#gform_submit_button_17:hover {
    background-color: rgba(226, 227, 227, .78) !important;
    color: #302A27 !important;
}

.single-job_listing #skills-section #bottom-container {
transform: none;
}

/* header title always visible 230103 */

#single-job-hero .job-hero-text h1, #single-job-hero .job-hero-text h1>span {
transform: none;
}

/* gravity contact form #17 always visible 230103 */

#skills-section #gform_wrapper_17 {
    display: block !important;
}

#skills-section #gform_wrapper_17 #field_17_4 {
    display: none;
}

#single-job-hero.visible .job-hero-image-section {
    transform: scale(1.2) !important;
}

#single-job-hero .job-hero-text h1, #single-job-hero .job-hero-text h1>span {
    transform: none;
}

.job_listings .load_more_jobs {
width: 100% !important;
}

/* Style load more job button on job listing elementor pages 230228*/
.job_listings .load_more_jobs #load-more {
width: 80% !important;
margin: 20px auto !important;
}

.jobs-widget-col-right {
    margin: 0 !important;
}

/*simple class to hide elements*/
.unsichtbar {display: none !important}

/*make title on single job pages readable*/
body .job-hero-text h1 {
font-weight: 500 !important;
}

/*Adjust error messages after form submission*/
.form_for_elementor.form-body .gform_footer {
    position: relative !important;
}

/*fix related jobs slider design*/
@media (max-width: 991.8px) {
.jobs-slider-mobile .slick-slide a {
justify-content: center;
margin-bottom: 20px;
}
}

/*Overlapping Firm logo on job listing pages*/
#jobs-map-wrapper .position,
#jobs-map-wrapper .job_listings a {
    width: 80% !important;
}

#jobs-map-wrapper .job_listing span.plus {
    width: 110px !important;
}
#jobs-map-wrapper .job_listings a.load_more_jobs {
width: 100% !important;
}

/*fix button design on foldet out form*/
#gform_17 .gform_footer {
padding: 0!important;
}

#gform_submit_button_17 {
color: #ffffff!important;
}
/*design issue on job listingpage for visited singular jobs*/
li.job_listing.highlighted a {
padding: 0!important;
background: #3330;
border: 0!important;
}
li.job_listing.highlighted a:hover {
padding: 0!important;
background: #3330!important;
border: 0!important;
}

/* home top section video bgr start */

.home_top_videobgr {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    pointer-events: none;
}

.home_videobgr {
    z-index: -1 !important;
}

.home_top {
    overflow: hidden !important;
}

.home_top_videobgr video {
    object-fit: cover !important;
    height: 100%;
}

.home_top_info strong {
    font-weight: bold;
    text-decoration: underline;
}

.home_top_heading h2>img{
    margin-top:-43px;
}

.home_videobgr_mob {
    display: none !important;
}

.home_top_videobgr video {
    min-height: 700px;
}

@media (max-width: 767px){
    .home_top_heading h2>img{
        margin-top:-26px;
    }
}


@media (max-width: 450px){
    .home_videobgr_desk {
        display: none !important;
    }

    .home_videobgr_mob {
        display: block !important;
    }

}


/* home top section video bgr end */

/* remove form from single job listing pages with no form category selected */
.job_category_no-form section#application {
display: none;
}
.job_category_no-form-de-de section#application {
display: none;
}
.job-content-wrapper b {
font-weight: 500 !important;
}
.rplg-badge2 {
z-index: 0;
}
/* business review tools adjustment */

rp-review {
flex: 0 0 33.333333%!important;
max-width: 33.333333%!important;
}
rp-review-inner {
background: #fafafa!important;
border-radius: 4px!important;
box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;
}

rp-stars use {
fill: rgb(231 113 27);
}
r-p rp-slider rp-review-text {
font-size: 14px;
color: #777!important;
line-height: 24px!important;
font-weight: 500;
}
r-p rp-review-name, r-p rp-review-name a {
color: #427fed;
}
@media all and (max-width: 1099px){
rp-review {
flex: 0 0 50%!important;
max-width: 50%!important;
}}
@media all and (max-width: 570px){
rp-review {
flex: 0 0 100%!important;
max-width: 100%!important;
}}

/* end business review tools adjustment */
/* mobiel view job map button */
html {
overflow-x: hidden;
}
#jobs-map-wrapper {
display: block;
}
#jobs-map-wrapper .job_listings a {
width: 100%!important;
margin-right: 0;
}
/* end mobiel view job map button */

/* disable language selector 230628 */
.language-wrapper {display: none;}
/*fix visited jobs link and switching back to job overview map on company pages*/
#jobs-map-wrapper .position, #jobs-map-wrapper .job_listings a {
/*width: 100%!important;*/
background: #3330;
border: 0!important;
padding: 0!important;
}
#jobs-map-wrapper .job_listings a:hover {
background: #3330!important;
}
/*end fix*/

/* === GravityForm ID16 - mobile view === */

@media (max-width: 991px) {

    #application .orange.uppercase,
    #application .check-list-wrapper {
        display: none;
    }

    #application h3.black {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
    }

    #application h3.black em {
        width: auto;
    }

    #application h3.black>em:nth-child(1) {
        margin-right: 10px;
    }

    #application .form-header {
        display: none;
    }

    #application p.black {
        text-align: center;
    }

    #application #gform_16 label {
        font-size: 15px;        
        font-weight: 600;
        max-width: 100%;
    }

    #application #gform_16 input::placeholder {
        font-size: 18px;
    }

    #application #gform_browse_button_16_4 {
        position: relative;        
        padding: 0 !important;
        margin: 0 !important;
        transform: none;
        top: unset;
        left: unset;  
        height: 50px;
        width: 50px;
        background-size: contain;
        background-position: center;      
    }

    #application #gform_16 span.orange {
        margin: 0 0 0 30px;
        font-size: 18px;
        text-decoration: none;
    }

    #application #gform_drag_drop_area_16_4 {
        min-height: auto !important;
        border: dashed 4px #dfdfdf;
        padding: 20px 10px;
        margin: 10px 0;
    }

    #application #label_16_6_1 {
        margin: 0 0 0 30px;
        padding: 0;
        font-size: 15px;
        font-weight: 400 !important;
        display: inline-block;
    }

    #application #gform_submit_button_16 {
        background-color: #F56038;
        color: white;
        font-size: 20px;
    }

    #application #field_16_4 .ginput_container_fileupload {
    min-height: auto !important;
}

}

/* Optimisation */

/*@media (max-width: 450px) {

.job-slider-inner .slide-button-wrapper span {
    background-color: #ff5b00;
}
	
}*/

img#company-logo {
    width: auto;
}

/* */
.location-wrapper.temp1 {
    flex-wrap: unset;
}

.location-wrapper.temp1 .location-icon,
.location-wrapper.temp1 .publish-icon,
.job-content-wrapper.temp1 ul li::before {
    filter: brightness(0%) contrast(100%);
}
 
/* Gravity Forms ID16 Legacy CSS fix*/
.job-application-section .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.job-application-section .gform_heading{
	display: none;
}

.job-application-section .form-body .gform_wrapper .gfield{
	padding: 36px;
}

.job-application-section .form-body .gform_wrapper legend.gfield_label {
    font-family: 'Trim Web';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #302A27;
}

.job-application-section .form-body .gform_wrapper legend.gfield_label {
	float: left;
	margin-bottom: 0;
}

.job-application-section .form-body .gform_wrapper .application-name .ginput_container,
.job-application-section .form-body .gform_wrapper .application-last-name .ginput_container{
	width: 100%;
}

.job-application-section .form-body .gform_wrapper .application-phone input#input_16_3 {
	padding-left: 52px;
}

.job-application-section .form-body .gform_wrapper .gform_fields .gfield.application-file{
	padding-bottom: 20px;
    border-bottom: 1px solid rgba(48, 42, 39, .2);
}

.job-application-section .gform_body label#label_16_6_1,
.job-application-section .gform_body label#label_16_23_1 {
    width: 100% !important;
	position: relative;
}

.job-application-section .gform_body label#label_16_6_1 {
	font-size: 14px;
	line-height: 24px;
	padding-left: 35px;
}

#application .gform_wrapper #gfield_description_16_4.gfield_description {
	padding: 0 16px 0 0;
}

.job-application-section .form-body .gform_wrapper .gfield#field_16_6{
	padding-bottom: 0;
}

@media (max-width:767.98px){
	.job-application-section .form-body .gform_wrapper .gfield{
		padding: 25px 20px;
	}
	.job-application-section .gform_wrapper.gravity-theme .ginput_complex span{
		margin-bottom: 0;
	}
	#application #label_16_6_1{
		margin: 0;
		padding-left: 30px;
	}
}

/* Gravity Forms ID14 Legacy CSS fix*/
#gform_wrapper_14 form{
	margin-bottom: 0;
}

#gform_wrapper_14 form::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#gform_wrapper_14 form.focus::before {
	background-color: #f56038;
}

#gform_14 .gfield--type-email{
	padding: 36px;
}

#gform_14 label.gfield_label {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #302A27;
    margin-bottom: 0;
}

#gform_14 #input_14_1 {
    font-size: 18px;
    line-height: 26px;
    color: #302A27;
    opacity: 1;
    outline: none;
    border: none;
    box-shadow: none;
    margin-top: 8px;
    padding: 0;
    width: 350px;
    max-width: 350px;
}

#gform_14 .gform-footer {
	position: absolute;
    top: 20px;
    right: 0;
    width: 50%;
    margin-top: 0;
}

#gform_14 .gform_button{
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #302A27;
	background: #FFFFFF;
    border: 1px solid #302A27;
    border-radius: 5px;
    margin: 0 36px 0 auto;
    padding: 16px 32px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

#gform_14  #gform_submit_button_14 .icon{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #F56038;
    position: relative;
    padding: 0;
    opacity: 1;
    color: #FFF;
    margin-left: 12px;
    transition: .3s all;
}

#gform_submit_button_14 .icon .icon-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: block;
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    mask: url(/wp-content/uploads/2021/06/right-arrow.svg) no-repeat center;
    -webkit-mask: url(/wp-content/uploads/2021/06/right-arrow.svg) no-repeat center;
}

#gform_14 #gform_submit_button_14:hover{
    background-color: #F56038;
    color: #FFF;
    border-color: #F56038;
}

#gform_14 #gform_submit_button_14:hover .icon{
    background-color: #fff;
}

#gform_14 #gform_submit_button_14:hover .icon .icon-image{
    background-color: #F56038;
}

@media (max-width: 767.8px){
    #gform_14 #input_14_1{
        font-size: 13px;
        line-height: 19px;
        color: #302A27;
        opacity: 1;
        min-height: auto;
        width: 100%;
        max-width: 100%;
    }
    #gform_14 .gform_footer {
    	position: relative;
    	top: auto;
    	right: auto;
    	width: 100%;
    	padding-bottom: 20px;
    	padding-top: 0;
    }
    
    #gform_14 #gform_submit_button_14{
    	font-size: 13px;
    	line-height: 16px;
    	background-color: #F56038;
    	color: #FFF;
    	border-color: #F56038;
    	margin: 0 auto;
    	max-width: 100%;
    	width: calc(100% - 40px);
   		float: none;
    }
    #gform_14 #gform_submit_button_14 .icon{
        background-color: #FFF;
    }
    #gform_14 #gform_submit_button_14 .icon .icon-image{
        background-color: #F56038;
    }
    #gform_14 #field_14_1{
        padding: 20px 25px;
    }
}
/* Gravity Forms ID17 Legacy CSS fix*/
#gravityform_button_17 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
    align-items: center;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	color: #FFF;
    background-color: #F56038;
    margin: 5px auto;
    padding: 9px 40px;
	box-sizing: border-box;
    border: 1px solid rgba(238,228,220,0);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#gravityform_button_17:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f164";
    padding-left: 10px;
}

#gravityform_button_17:hover,
#gravityform_button_17:focus,
#gravityform_button_17:active{
	color: #F56038;
    background: #fff;
    border: 1px solid rgba(48,42,39,.2);
}

#gravityform_container_17{
	text-align: left;
}
#gravityform_container_17 .gform_heading{
    display: none;
}

#gravityform_container_17 .gform_fields{
    grid-row-gap: 0;
    grid-column-gap: 0;
}

#gravityform_container_17 .gform_fields:before {
    content: 'oder';
    position: absolute;
    left: 47%;
    top: 47px;
    font-family: 'Trim Mono Web';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -1px;
    padding-top: 20px;
    color: #ECC280;
}

#gravityform_container_17 .application-email,
#gravityform_container_17 .application-phone,
#gravityform_container_17 .application-file,
#gravityform_container_17 #field_17_6{
    padding: 36px;
}

#gravityform_container_17 .application-email{
    border-right: 1px solid rgba(48, 42, 39, .2);
    border-bottom: 1px solid rgba(48, 42, 39, .2);
}

#gravityform_container_17 .application-phone{
    border-bottom: 1px solid rgba(48, 42, 39, .2);
}

#gravityform_container_17 #field_17_2 label.gfield_label,
#gravityform_container_17 #field_17_3 label.gfield_label,
#gravityform_container_17 #field_17_4 label.gfield_label{
    font-family: 'Trim Web';
	font-size: 16px;
	font-weight: 500;
    font-style: normal;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #302A27;
    margin-bottom: 0;
}

#gravityform_container_17 #field_17_2 input,
#gravityform_container_17 #field_17_3 input{
    font-size: 18px;
    line-height: 26px;
    color: #302A27;
    opacity: 1;
    outline: none;
    border: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

#gravityform_container_17 .application-phone #input_17_3{
    padding-left: 50px;
}

#gravityform_container_17 .application-file .gfield_description{
    padding: 0 0 8px 0;
}

#gravityform_container_17 .gfield--type-checkbox legend.gfield_label {
	float: left;
	margin-bottom: 0;
	font-weight: 500;
}

#gravityform_container_17 .gfield--type-checkbox{
    display: flex;
    flex-direction: column;
}

#gravityform_container_17 #field_17_6 #label_17_6_1,
#gravityform_container_17 #field_17_23 #label_17_23_1{
    position: relative;
    display: inline-block;
	font-size: 14px;
	font-weight: 400;
    font-style: normal;
    line-height: 24px;
    color: #302A27;
    margin-left: 0;
    padding-left: 35px;
    visibility: visible;
}

#gravityform_container_17 #field_17_6 .gchoice_17_6_1,
#gravityform_container_17 #field_17_23 .gchoice_17_23_1{
    position: relative;
	width: auto;
    height: 30px;
    margin-bottom: 0;
}

#gravityform_container_17 .gform_body input[type="checkbox"] {
    width: auto;
    opacity: 0;
    position: absolute;
    left: 0;
}

#gravityform_container_17 .gform_body #label_17_6_1::before,
#gravityform_container_17 .gform_body #label_17_23_1::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.28s ease;
    border-radius: 5px;
    border: 3px solid #F56038;
    color: rgba(255, 255, 255, 0);
    padding: 2px;
    visibility: visible;
}

#gravityform_container_17 .gform_body input[type="checkbox"]:checked ~ #label_17_6_1::before,
#gravityform_container_17 .gform_body input[type="checkbox"]:checked ~ #label_17_23_1::before {
    background-image: url(/wp-content/uploads/2021/06/white-check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit;
    background-color: #F56038;
}

#gravityform_container_17 #gform_17 .gform_footer {
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 36px 36px;
    margin-top: 0;
}

#gravityform_container_17 #gform_submit_button_17 {
    display: flex;
    float: none;
    margin: 0 auto;
    width: 100%;
    border: none;
    border-radius: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(226, 227, 227, .78);
    color: #302A27;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 20px;
}

@media (max-width:767.98px){
	#gravityform_button_17{
		display:none !important;
	}
	
	#gravityform_container_17{
		display: block !important;
	}
    
	#gravityform_container_17 .gform_wrapper .gform_fields .gfield{
		width: 100%;
		flex-basis: 100%;
		padding: 25px 10px !important;
		border-left: none !important;
		border-right: none !important;
		height: auto;
	}
    
	#gravityform_container_17 #gform_fields_17:before{
		left: calc(50% - 26px);
		top:100px;
		color: #F56038;
		text-transform: capitalize;
		padding: 0 10px;
		background-color: #fff;
	}

	#gravityform_container_17 #field_17_6 label{
		display: none;
	}
	
	#gravityform_container_17 .gform_body #label_17_6_1::before,
	#gravityform_container_17 .gform_body #label_17_23_1::before{
		width:20px;
		height:20px;
	}
	#gravityform_container_17 #field_17_6 #label_17_6_1,
	#gravityform_container_17 #field_17_23 #label_17_23_1{
		font-size:13px;
		line-height:20px;
		padding-left: 25px;
	}
	#gravityform_container_17 #gform_submit_button_17{
		width: auto;
	}
}

/* Gravity Forms ID19 Legacy CSS fix*/
#gravityform_container_19_sidebar .application-email,
#gravityform_container_19_sidebar .application-phone{
	text-align: left;
	padding: 10px;
	border: 0 !important;
}

#gravityform_container_19_sidebar .application-phone input[type="tel"]{
	padding-left: 50px;
}

#gravityform_container_19_sidebar .application-file{
	text-align: left;
	padding-left: 10px;
}

#gravityform_container_19_sidebar .application-file .gfield_description{
	font-size: 13px;
	padding-top: 0;
	padding-bottom: 8px;
}

#gravityform_container_19_sidebar .gform_drop_area{
	padding-left: 20px;
	padding-right: 20px;
}

#gravityform_container_19_sidebar .gform_drop_area .gform_drop_instructions{
	justify-content: center;
}

#gravityform_container_19_sidebar .gform_drop_area .orange{
	margin-right: 0;
}

#gravityform_container_19_sidebar .gfield--type-checkbox{
	padding-left: 10px;
}

#gravityform_container_19_sidebar .gfield--type-checkbox legend{
	display: none;
}

#gravityform_container_19_sidebar .gfield--type-checkbox label{
	position: relative;
	line-height: 24px;
}