@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold.svg') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold.svg') format('svg');
	font-display: swap;
}


@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.woff') format('woff'),
         url('../fonts/OpenSans-Light.ttf') format('truetype'),
         url('../fonts/OpenSans-Light.svg') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiBold.woff') format('woff'),
         url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
         url('../fonts/OpenSans-SemiBold.svg') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/OpenSans-Italic.eot') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic.woff') format('woff'),
         url('../fonts/OpenSans-Italic.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic.svg') format('svg');
	font-display: swap;
}


body {
    padding: 0;
    margin: 0;
    color: #333;
    letter-spacing: normal;
    line-height: 1.556;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-family: 'OpenSans-Regular';
}
h1,h2,h3,h4,h5,h6{
    margin: 0 0 30px 0;
    line-height: normal;
    color: #333;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
}
h1 {
    font-size: 80px;
    line-height: 1.3;
}
h2,
.single-job-content-area h1 {
    font-size: 44px;
    line-height: 1.3;
}
h3,
.single-job-content-area h2 { 
    font-size: 30px;
    line-height: 1.3;
}
h4,
.single-job-content-area h3 {
    font-size: 26px;
    line-height: 1.3;
}
h5,
.single-job-content-area h4 {
    font-size: 22px;
    line-height: 28px;
}
h6,
.single-job-content-area h5 {
    font-size: 20px;
    line-height: 24px;
}
p{  
    margin: 0 0 30px 0;
}

ul , ol{
    padding: 0px 0 0 40px;
    margin: 20px 0;
}
ul li , ol li{
    margin: 0 0 10px;
    padding: 0px;
}
a {
    color: #333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a, a:visited, a:focus{
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #fbbf00;
}    
img{
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
textarea {
    resize: none;
}
button,button:focus {
    outline: none;
    box-shadow: none;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    padding: 95px 0;
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 1;
    /*overflow: hidden;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
    border-radius:0;
    border-color:#00b2e3;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #00b2e3;
    background: #fff;
    border-color:#00b2e3;
}
tr th:last-child , 
tr td:last-child{
    border-right: none;
}
strong {
    font-family: 'OpenSans-Bold';
    font-weight: normal;
}
b {
    font-family: 'OpenSans-SemiBold';
    font-weight: normal;
}
em {
    font-family: 'OpenSans-Italic';
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.white-color {
    color: #fff !important;
}
.bg-black {
    background-color: #000;
}
.black-color {
    color: #000;
}
.bg-yellow {
    background-color: #febe10;
}
.bg-black {
    background-color: #000 !important;
}
.bg-turkis{
    background-color: #2a837e;
}
.bg-gray{
    background-color: #efefef;
}
.yellow-color {
    color :#febe10;
}
.turkis-color {
    color: #2a837e;
}

/*---------header-part---------*/
.main-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
    position: relative;
}

.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}
.header-part {
    position: fixed;
    display: inline-block;
    width: 100%;
    float: left;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: transparent;
}
body.logged-in.admin-bar .header-part {
    top:32px;
}
.header-part.sticky {
    filter: alpha(opacity = 97);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.97);
}
.desktop-header {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.header-top {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 15px 0 0;
}
.header-part.sticky .header-top { 
    display: none;
}
.social-list {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
}
.social-list li {
    position: relative;
    display: inline-block;
    padding: 0 0px 0 15px;
    margin: 0;
    float: left;
}
.social-list li a {
    position: relative;
    display: block;
    color: #fcc00f;
    font-size: 16px;
    line-height: 1;
}
.header-top .social-list li a {
	font-size: 22px;
}
.social-list li a:hover {
	color:#2a837e;
}
/*------desktop-header css------*/

.header-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.header-logo {
    position: relative;
    display: inline-block;
    width: 374px;
    float: left;
    padding: 15px 0;
}
#menu {
    display: inline-block;
    float: left;
}
.main-menu {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}
.main-menu li {
    position: relative;
    display: inline-block;
    padding: 0px 0;
    margin: 0 0px 0 0;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu li:last-child {
    margin-right: 0;
}
.main-menu li a {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 24px;
    padding:18px 25px;
    line-height: 1;
    font-family: 'OpenSans-SemiBold';
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a{
    color: #000;
    background-color: #fcc002;
}
.main-menu > li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    min-width: 250px;
    padding: 0;
    background:#fff;
    list-style-type: none;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
/*.main-menu > li:hover > ul:after{
    position: absolute;
    left: 25px;
    top: -8px;
    content: '';
    border-bottom: 8px solid #000;
    border-left:8px solid transparent;
    border-right: 8px solid transparent;
}*/
.main-menu > li:hover > ul{
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    display: block;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.main-menu > li li,.main-menu > li li li,.main-menu > li li li li{
    background: transparent;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 0 0;
    display: block;
    width: 100%;
    float: left;
    background-color: #fff;
}
.main-menu > li > ul > li:hover,
.main-menu > li > ul > li.current-menu-item,
.main-menu > li > ul > li > ul > li:hover, 
.main-menu > li > ul > li > ul > li.current-menu-item,
.main-menu > li > ul > li > ul > li > ul > li:hover, 
.main-menu > li > ul > li > ul > li > ul > li.current-menu-item {
    background: #fcc002;
}
.main-menu > li > ul > li:hover a,
.main-menu > li > ul > li.current-menu-item a,
.main-menu > li > ul > li > ul > li:hover a, 
.main-menu > li > ul > li > ul > li.current-menu-item a,
.main-menu > li > ul > li > ul > li > ul > li:hover a, 
.main-menu > li > ul > li > ul > li > ul > li.current-menu-item a {
    color: #000;
}
.main-menu > li ul li:last-child {
    border-bottom: none;
}
.main-menu > li ul li a {
    display: block;
    width: 100%;
    line-height: 1.3;
    padding: 15px 25px;
    font-size: 20px;
    font-family: 'OpenSans-Regular';
    position: relative;
    color: #000;
    text-transform: initial;
}
.main-menu .drop-nav-arrow {
    position: absolute;
    right: 17px;
    top: 8px;
    color: #8dba64;
}
.main-menu .drop-nav-arrow:after {
    content: '\f0da';
    font-weight: 900;
    font-family: 'font awesome 5 free';
}
.main-menu > li ul li:hover > a,.main-menu > li ul li.current-menu-item > a{
    color: #000;
}
.main-menu > li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
}
.main-menu > li ul li:hover > ul {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}

/*--------mobile-header-css-----*/

.mobile-header {
    display: none;
}
.desktop-header,.mobile-header {
    width: 100%;
}
.mobile-header .canvas-menu a {
    margin-left: 0px;
    position: relative;
    display: inline-block;
}
.dropdown-toggle {
    width: 34px;
    height: 22px;
}
.dropdown-toggle span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 0;
    height: 4px;
    background-color: #000;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle span:after{
    position: absolute;
    content: '';
    left: 0;
    top: 18px;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle.open span {
    transform: translate3d(0,9px,0) rotate(45deg);
}
.dropdown-toggle.open span:before {
    transform: rotate(-45deg) translate3d(-6px,-6px,0);
    opacity: 0;
}
.dropdown-toggle.open span:after {
    transform: translate3d(0,-18px,0) rotate(-90deg);
}
.dropdown-toggle::after {
    display: none;
}
.sk-offcanvas-content {
    position: fixed;
    left:-0%;
    width: 100%;
    max-width: 100%;
    top: -100%;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background-color:#fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.sk-offcanvas-content.open {
    top: 86px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}    
.logged-in.admin-bar .sk-offcanvas-content.open {
    top: 119px;
}
.logged-in.admin-bar .header-part.sticky .sk-offcanvas-content.open {
    top: 119px;
}
.header-part.sticky .sk-offcanvas-content.open {
    top: 86px;
}
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: auto;
    max-width: 960px;
    padding:70px 15px;
}
.sk-offcanvas-content .header-logo {
    position: relative;
    display: inline-block;
    float: unset;
    float: none;
    max-width: 67px;
    width: 100%;
    margin-bottom: 10px;
}
.header-part.sticky .sk-offcanvas-content .header-logo img {
    max-width: 67px;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.sk-nav-menu li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0;
}
ul.sk-mobile-menu li {
    position: relative !important;
    display: block;
    width: 100%;
    padding: 0;
}
ul.sk-mobile-menu li:last-child {
    border-bottom: none;
}
ul.sk-mobile-menu li a {
    padding: 0;
    font-size: 40px;
    line-height:1.2;
    font-family: 'OpenSans-SemiBold';
    color: #000;
    position: relative;
    display: block;
    text-transform: uppercase;
}
ul.sk-mobile-menu > li.current-menu-item > a ,
ul.sk-mobile-menu > li:hover > a {
    color: #fcc002;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.menu-item-has-children .caret {
    border: none;
    position: absolute;
    top: 20px;
    margin-top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    color: #000;
    font-size: 40px;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.current-menu-item.menu-item-has-children .caret {
    color: #fcc002;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.menu-item-has-children .caret:after {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.menu-item-has-children.menu-active .caret {
    /*background: url(../images/minium.png) no-repeat center center transparent;*/
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.menu-item-has-children.menu-active .caret:after {
    content: '\f107';
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li a:hover,.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.current-menu-item > a,.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li  li.current-menu-item > a {
    color: #fcc002;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li ul.sub-menu {
    padding-left: 40px;
    list-style: none;
    padding-bottom: 10px;
    margin-top: 0;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li > .sub-menu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    display: none;
    float: left;
}
ul.sk-nav-menu > li .sub-menu li {
    background: transparent;
    position: relative;
    text-align: left;
    border-bottom: 0;
    padding: 0px 0;
    display: block;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li li a {
    padding: 2px 0;
    font-size: 20px;
    line-height:1.4;
    text-transform: initial;
    font-weight: 400;
    color: #000;
    position: relative;
    display: block;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li li a:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    background-color: #000;
}
.mobile-menu-info {
	position: relative;
    display: block;
    margin-top: 70px;
}
.mobile-menu-info p {
	font-size:22px;
    line-height: 1.3;
    color:#868686;
    margin-bottom: 40px;
}
.mobile-menu-info p a {
	 color:#868686;
}
.mobile-menu-info p a:hover {
	 color:#2a837e;
}
.mobile-menu-info .social-list {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: unset;
    float: none;
    width: 100%;
}
.mobile-menu-info .social-list li {
    padding: 0 20px 0 0px;
}
.mobile-menu-info .social-list li a {
    font-size: 30px;
    line-height: 1;
}
.mobile-menu {
	position: relative;
    display:inline-block;
    padding: 0;
    margin:30px 0 0;
    float: unset;
    float: none;
    width: 100%;
}
.mobile-menu li {
	position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    float: left;
}
.mobile-menu li:after {
    position: absolute;
    content: '';
    right: -1px;
    top: 3px;
    width: 1px;
    height: 20px;
    background: #868686;
}
.mobile-menu li:last-child:after {
	display:none;
}
.mobile-menu li a {
	display: block;
    color:#868686;
    font-size: 22px;
    line-height: 1;
}
.mobile-menu li a:hover {
	color:#2a837e;
}
/*--------end---------*/

/*-------------end-----------------*/

/*---------main-part---------*/

body.sk-hidden {
    overflow: hidden;
}
body.sk-hidden .header-part{
    background: #fff;
}
.btn-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.btn-outer.center-align {
    text-align: center;
}
.main-btn {
    position: relative;
    display: inline-block;
    padding:14px 25px 13px;
    background: #febe10;
    border:none;
    border-radius: 0px;
    color: #000;
    letter-spacing: 0px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    font-family: 'OpenSans-Regular';
    font-size: 30px;
    line-height: 1.176;
    box-shadow: none;
}
.main-btn .link-arrow {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    width: 22px;
    height: 22px;
    background:url(../images/Pfeil.svg) no-repeat;
    background-size: 135px;
    background-position: -41px -10px;
}
.main-btn:hover .link-arrow {
	background-position: -105px -10px;
}
.main-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #2a837e;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.main-btn:hover {
  color: #fff;
  background-color: #000;
}
.main-btn:focus {
    outline: none;
}
.main-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.hero-home {
    height: 920px;
    padding: 0;
}
.hero-home.left-align {
	background-position: left;
}
.hero-home.center-align {
	background-position: center;
}
.hero-home.right-align {
	background-position: right;
}
/*.banner-overlay-white {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25%;
    z-index: 1;
    background-image:linear-gradient( rgba(255,255,255,0.9),rgba(255,255,255,0.01));
}*/
.banner-overlay-black {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    background-image:linear-gradient( rgba(0,0,0,0.00),rgba(0,0,0,0.702));
}
.banner-overlay-light {
    background-image:linear-gradient( rgba(0,0,0,0.01),rgba(0,0,0,0.702));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 0;
} 
.hero-banner-caption {
    position: absolute;
    left: 0;
    bottom: 145px;
    width: 100%;
    display: inline-block;
    z-index: 2;
}
.hero-banner-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.hero-banner-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.hero-banner-title h1 {
    font-size: 90px;
    font-size: 80px;
    text-shadow: 0px 10px 10px rgba(18, 16, 11, 0.35);
}
.hero-banner-title h1 span {
    display: block;
    font-size: 52px;
    font-size: 44px;
    font-family: 'OpenSans-Regular';
    margin: 10px 0;
}
.medium-text li {
	font-size: 24px;
    line-height: 1.4; 
}
.depart-blog .medium-text,
.medium-text p {
    font-size: 24px;
    line-height: 1.4; 
    margin-bottom: 30px;
}
.custom-job-btn {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
}
.down-box-shadow {
    box-shadow: 6px 6px 6px 0px rgba(18, 16, 11, 0.35);
}    
.content-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-title.center-align {
    text-align: center;
}
.content-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.job-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 30px 30px 30px;
    background-color: #fff;
    min-height:285px !important;
}
/*.job-blog:hover {
    background-color: #2a837e;
}*/
.job-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    font-family: 'OpenSans-SemiBold';
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    line-height: 1.4;
    color:#333;
}
.job-blog:hover .job-title {
    color: #2a837e;
}
/*.job-blog:hover  .link-arrow,
.job-blog:hover .job-info p,
.job-blog:hover .job-title span,
.job-blog:hover .job-title {
    color: #fff;
}*/
.job-cat {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-family: 'OpenSans-Light';
    margin-bottom: 5px;
    color: #333;
}
.job-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #2a837e;
}
/*.job-blog:hover .job-title:after {
    background-color: #fff;
}*/
.job-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding-right: 40px;
    color: #333;
    margin-bottom: 0;
}

.job-link {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width:22px;
    height:22px;
    background: url(../images/Pfeil.svg) no-repeat;
    background-size: 125px;
    background-position: -8px -8px;
}

.job-blog:hover .job-link {
    background-position: -67px -8px;
}
.box-shadow {
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.1);
}
.depart-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 40px;
}
.depart-for {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;  
}
.depart-for-content {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.depart-for-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 916px;
    float: left;
    padding:145px 0 70px;
    z-index: 2;
}
.depart-for-content .content-info {
    max-width: 750px;
}
.depart-for-blog .content-info p em {
    font-family: 'OpenSans-Regular';
    font-style: normal;
}
.big-text p {
    font-size: 28px;
    line-height: 1.4;
}
.base-text {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0 60px 0 130px;
}
.base-text:hover .base-info p,
.base-text:hover .base-info h3 {
	color:#fcc002 !important;
}
.base-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width:115px;
}
.base-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 100%;
    float: left;
}
.max-width-610 {
    max-width:610px;
}
.base-info h3 {
    font-family: 'OpenSans-SemiBold';
    margin-bottom: 5px;
    line-height: 1.3;
    transition:all 0.3s ease-out;
    font-size: 26px;
}
.base-info p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
    transition:all 0.3s ease-out;
}
.base-info li {
    font-size: 24px;
    line-height: 1.3;
}
.base-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width:40px;
    height:70px;
    background:url(../images/Pfeil_l.svg) no-repeat;
    background-size: 260px;
    background-position: -160px -9px;
}
.base-text:hover .base-arrow { 
	background-position: -110px -9px;
}
.depart-for-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 928px;
}
.depart-for .slick-slide {
    padding-top: 50px;
}
.depart-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: -131px;
    z-index: 2;
}
.depart-nav .slick-slide {
    cursor: pointer;
    margin-right: 4px;
    padding-bottom: 10px;
}
/*.depart-img {
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 45%, 75% 90%, 25% 90%, 0% 45%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 45%, 75% 90%, 25% 90%, 0% 45%);
    background: no-repeat;
    background-size: cover;
    height: 130px;
    width: 140px;  
    position: relative;
    display: inline-block;
    background-size: 0;
    box-shadow: 7px 0px 9px rgba(0,0,0,0.4);
    /*background-color: #2a837e;
    filter: grayscale(1);
    z-index: 2;
}
*/
.depart-img {
    height: 122px;
    width: 140px;
    position: relative;
    display: inline-block;
    background-size: 0;
    filter: grayscale(1);
    z-index: 2;
}
polygon,
#hex{
  stroke-width:4;
  stroke: #2a837e;
}
.ie .depart-img polygon,
.ie .depart-img #hex{
  stroke-width:4;
  stroke: #666666;
}
.ie .depart-img:hover polygon,
.ie .depart-img:hover #hex,
.ie .slick-current .depart-img polygon,
.ie .slick-current .depart-img #hex{
  stroke-width:4;
  stroke: #2a837e;
}
/*.box-shadow-outer {
    position: relative;
    width: 140px;
}*/
.box-shadow-outer {
    position: relative;
    width: 150px;
    height:130px;
}
/*.box-shadow-outer:after{
    position: absolute;
    content: '';
    right: 19px;
    bottom: 20px;
    width: 70px;
    height: 60px;
    box-shadow: 7px 0px 9px rgba(0,0,0,0.4);
    -webkit-transform: skew(-31deg);
    -moz-transform: skew(-31deg);
    -ms-transform: skew(-31deg);
    transform: skew(-31deg);
}*/
.box-shadow-outer:before {
    position: absolute;
    content: '';
    right: 29px;
    top: 10px;
    width: 60px;
    height: 60px;
    box-shadow: 4px 0px 9px rgba(0,0,0,0.15);
    -webkit-transform: skew(27deg);
    -moz-transform: skew(27deg);
    -ms-transform: skew(27deg);
    transform: skew(27deg);
}
body.ie .box-shadow-outer:before {
    right:33px;
    height: 53px;
}
.box-shadow-outer span {
    position: absolute;
    content: '';
    right: 64px;
    bottom: 0px;
    width: 68px;
    height: 60px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.4);
    -webkit-transform: skew(29deg);
    -moz-transform: skew(29deg);
    -ms-transform: skew(29deg);
    transform: skew(29deg);
}
body.ie .box-shadow-outer span {
    right: 74px;
    bottom: 14px;
    width: 53px;
    height: 55px;
}
.box-shadow-outer:after {
    position: absolute;
    content: '';
    right: 27px;
    bottom: 0px;
    width: 75px;
    height: 60px;
    box-shadow: 7px 0px 9px rgba(0,0,0,0.4);
    -webkit-transform: skew(-28deg);
    -moz-transform: skew(-28deg);
    -ms-transform: skew(-28deg);
    transform: skew(-28deg);
}
body.ie .box-shadow-outer:after {
    right: 38px;
    bottom: 15px;
    height: 53px;
    width: 66px;
}
/*.box-shadow-outer:before{
    position: absolute;
    content: '';
    right: 21px;
    top: -4px;
    width: 70px;
    height: 60px;
    box-shadow: 4px 0px 9px rgba(0,0,0,0.15);
    -webkit-transform: skew(31deg);
    -moz-transform: skew(31deg);
    -ms-transform: skew(31deg);
    transform: skew(31deg);
}*/
/*.box-shadow-outer span{
    position: absolute;
    content: '';
    right: 53px;
    bottom: 20px;
    width: 70px;
    height: 60px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.4);
    -webkit-transform: skew(31deg);
    -moz-transform: skew(31deg);
    -ms-transform: skew(31deg);
    transform: skew(31deg);
}*/
.depart-nav .slick-slide:hover .depart-img,
.depart-nav .slick-current .depart-img {
    filter: grayscale(0);
}
/*.depart-nav .slick-current .depart-img #hex{
  stroke-width:5;
  stroke: #2a837e;
  filter: grayscale(0);
}*/
.depart-img-inner {
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 45%, 75% 90%, 25% 90%, 0% 45%);
    /*clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);*/
    clip-path: polygon(25% 0%, 75% 0%, 100% 45%, 75% 90%, 25% 90%, 0% 45%);
    background: no-repeat;
    background-size: cover;
    height: 120px;
    width: 130px;  
    position:absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.article-slider {
    position: relative;
    display: inline-block !important;
    width: 100%;
    float: left;
    width: calc(100% + 30px);
    left: -15px;
}
.article-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.article-slider .article-blog {
    padding: 15px 15px 0;
}
.article-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
    transition: all 0.6s ease-out;
}
.article-img img {
    position: relative;
    width: 100%;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.article-img:after {
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(68, 181, 171, 0.4);
}
.article-img:hover:after {
	opacity: 1;
}
.single.single-post .mega-article .article-img:after {
	display: none;
}
/*.article-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/
.box-shadow-dark {
    box-shadow: 3px 0 10px rgba(0,0,0,0.4);
}
.article-blog p {
    line-height: 1.4;
}
.article-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-color: #fbbf00;
    font-size: 18px;
    line-height: 1;
    font-family: 'OpenSans-Light';
    padding:9px 15px;
    color: #000;
}
.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.slick-prev,
.slick-next,
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    background: transparent;
    border:none;
    box-shadow: none;
    cursor: pointer;
    z-index: 99;
    padding: 0;
    color: #999;
    transition: all 0.3s ease-out;
    width: 40px;
    height: 70px;
}
.slick-prev:hover:after,
.slick-next:hover:after,
.owl-carousel .owl-prev:hover:after,
.owl-carousel .owl-next:hover:after {
    background-position: -11px -9px;
}
.slick-next,
.owl-carousel .owl-next {
    left: auto;
    right: -60px;
}
.slick-prev:after,
.slick-next:after,
.owl-carousel .owl-prev:after,
.owl-carousel .owl-next:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/Pfeil_l.svg) no-repeat;
    background-size: 260px;
    background-position: -211px -9px;
}
.slick-next:after,
.owl-carousel .owl-next:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-dots {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin:40px 0 0;
}
.slick-dots li {
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 45%, 75% 90%, 25% 90%, 0% 45%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 45%, 75% 90%, 25% 90%, 0% 45%);
    font-size: 0;
    width: 20px;
    height: 20px;
    border:none;
    box-shadow: none;
    cursor: pointer;
    background-color: #999;
    padding: 0;
    margin: 0 4px;
    display: inline-block;
    transition: all 0.3s ease-out;
}
.slick-dots li button {
    display: none;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: #2a837e;
}
.address-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    box-shadow: 3px 0 20px rgba(0,0,0,0.1);
}
.address-left {
    position: absolute;
    display: inline-block;
    width: 200px;
    left: 0;
    top: 0;
    height: 100%;
    /*-webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 40%, 75% 100%, 0% 102%, 0% 45%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 40%, 75% 100%, 0% 102%, 0% 45%);*/
    background: no-repeat;
    background-size: cover;
}
.address-left:before {
    position: absolute;
    content: '';
    top: 0;
    right: -1px;
    border-top: 100px solid #fff;
    border-left: 44px solid transparent;
    border-right: 0px solid transparent;
}
.address-left:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -1px;
    border-bottom: 126px solid #fff;
    border-left: 62px solid transparent;
    border-right: 0px solid transparent;
}
.address-left.addres-custom {
    /*-webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 55%, 75% 100%, 0% 102%, 0% 45%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 55%, 75% 100%, 0% 102%, 0% 45%);*/
}
.address-left.addres-custom:after{
    border-bottom: 90px solid #fff;
    border-left: 44px solid transparent;
    border-right: 0px solid transparent;
}
.address-left.addres-custom:before {
    border-top: 100px solid #fff;
    border-left: 62px solid transparent;
    border-right: 0px solid transparent;
}
.address-right {
    position: relative;
    display: inline-block;
    width: calc(100% - 200px);
    float: right;
    padding: 40px 25px;
}
.address-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.address-title h4,
.address-title h3 {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'OpenSans-SemiBold';
    margin-bottom: 0;
}
.address-title p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 20px;
}
.address-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.address-info a {
    display: block;
    font-size: 18px;
    line-height: 1;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.address-info .address-icon {
    position: absolute;
    left: 0;
    top: 0;
}
/*-------------end------------*/

/*--------------footer-----------*/
.footer-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.footer-top {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #333;
}
.footer-row {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.footer-row li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 45px 0 50px;
}
.footer-row li:last-child {
    margin-right: 0;
}
.footer-middle {
    position: relative;
    display: inline-block;
}
.footer-middle h6 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-middle-logo {
    position: relative;
    display: inline-block;
    width:250px;
}
.footer-middle-logo img {
	width: 100%;
}
.footer-middle .footer-middle-logo:last-child {
    margin-left: 72px;
}
.footer-link {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    position: relative;
    top: -4px;
    display: inline-block;
}
.footer-logo {
    position: relative;
    display: inline-block;
    width: 250px;
}
.footer-logo img {
	width: 100%;
}
.footer-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 30px 0 20px;
}
.footer-menu {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}
.footer-menu ul{
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 5px;
    margin: 0 5px;
}
.footer-menu li:after {
    position: absolute;
    content: '';
    right: -5px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #333;
}
.footer-menu li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.footer-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.footer-menu li:last-child:after {
    display: none;
}
.footer-menu li p,
.footer-menu li a {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-size:16px;
}
.footer-bottom-right {
    position: relative;
    display: inline-block;
    float: right;
}
#custom_html-3 {
	position: relative;
    display: inline-block;
    float: left;
}
.footer-bottom-right .social-list {
    margin: 13px 0;
}
.scroll-top {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 25px;
    color: #bebdbf;
    font-size: 30px;
    line-height: 0;
    margin-top: 10px;
    margin-left: 30px;
}
.scroll-top:after {
    position: absolute;
    content: '\f106';
    font-family: 'font awesome 5 free';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*---------------end--------------*/

/*-------------sub-pages-----------*/
body.no-banner {
    padding-top: 70px;
}
.mega-article h3 {
    margin-bottom: 0;
    font-size: 34px;
    font-family: 'OpenSans-SemiBold';
    transition: all 0.3s ease-out;
}
.mega-article a h3:hover {
    color: #fbbf00;
}
.mega-article .content-info li,
.mega-article .content-info p {
    font-size: 24px;
}
.category-filter {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.order-lg-second .content-title h2,
.category-filter h2 {
    font-size: 26px;
    line-height: 0.8;
}

.category-filter-list {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.category-filter-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 10px 10px 0;
}
.category-filter-list li a {
    position: relative;
    display: inline-block;
    padding: 3px 15px 5px;
    background-color: #fbbf00;
    font-family: 'OpenSans-Light';
}
.category-filter-list li.current-cat a,
.category-filter-list li a:hover {
    background-color: #2a837e;
    color: #fff;
}
.pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
    margin:0;
    text-align: center;
}
.pagination li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li a {
    font-size: 24px;
    display: inline-block;
}

.pagination li.prev {
    float: left;
}
.pagination li.next {
    float: right;
}
.pagi-icon {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 0;
    vertical-align: middle;
    margin-right: 10px;
}
.pagination li.next .pagi-icon {
    margin-left: 10px;
    margin-right: 0;
}
.max-width-735 {
    max-width: 735px;
}
.Dein_Job_in_der__Betriebsführung {
  font-size: 90px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.111;
  text-shadow: 0px 10px 10px rgba(18, 16, 11, 0.35);
  position: absolute;
  left: 209.906px;
  top: 523.881px;
  z-index: 114;
}
.check-list {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.check-list li {
    position: relative;
    display: block;
    padding: 0 0 0 35px;
    margin: 0 0 25px;
    font-size:24px;
    line-height:1.3;
}
.check-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'font awesome 5 free';
    top: 0;
    left: 0;
}
.content-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-title span {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    margin-top: -10px;
}
.icon-slider-uber,
.icon-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.icon-slider-blog {
    position: relative;
    display: flex;
    width: 100%;
    float: left;
    text-align: center;
    flex-direction: column;
}
.icon-img {
    display: flex;
    margin: 0 auto 25px;
    height: 105px;
    align-items: center;
    align-self: center;
}
.icon-img img {
    margin: auto;
    width:300px;
}
.icon-slider-blog p {
    color: #fff;
    margin-bottom: 5px;
}
.icon-slider-blog p:last-child {
    margin-bottom: 0;
}
.icon-slider-uber .slick-prev,
.icon-slider .slick-prev {
    color: #fff;
    left: 0;
}
.icon-slider-uber .slick-next,
.icon-slider .slick-next {
    color: #fff;
    left: auto;
    right: 0;
}
.icon-slider-uber .slick-prev:after,
.icon-slider .slick-prev:after,
.icon-slider-uber .slick-next:after,
.icon-slider .slick-next:after {
	background-position: -160px -9px;
}
.icon-slider-uber .slick-prev:hover:after,
.icon-slider-uber .slick-next:hover:after,
.icon-slider .slick-prev:hover:after,
.icon-slider .slick-next:hover:after {
    background-position: -110px -9px;
}
.job-title.black-color {
    color: #333;
}
.job-title.black-color:hover {
    color: #2a837e;
}
.job-title.black-color span {
    color: #333;
}   
.job-title.black-color:after {
    background-color: #2a837e;
}
.job-info.black-color p {
    color: #333;
}
.link-arrow.turkis-color {
    color: #2a837e;
}
.link-arrow.turkis-color:hover {
    color: #fbbf00;
}
.content-bottom.center-align {
    text-align: center;
}
.content-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-bottom h3 {
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
}
.content-bottom .main-btn {
    vertical-align: middle;
}
.max-width-505 {
    max-width: 505px;
}
.hero-banner-title.custom h1 {
    font-size: 85px;
}
.hero-banner-title.custom h1 .big-text {
    font-size: 108px;
}
.hero-banner-title.custom h1 span {
    font-size: 55px;
}
.text-up {
    text-transform: uppercase;
}
.custom .main-btn {
    font-size: 32px;
}
.depart-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
}
.depart-triangle-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.depart-triangle-img.left-side {
    right: auto;
    left: 0;
}
.depart-triangle-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1px;
    border-top: 375px solid #2a837e;
    border-left: 0px solid transparent;
    border-right: 205px solid transparent;
}
.depart-triangle-img.left-side:before {
    left: auto;
    right: -1px;
    border-top: 375px solid #2a837e;
    border-left: 205px solid transparent;
    border-right: 0px solid transparent;
}
.depart-triangle-img:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -1px;
    border-bottom: 220px solid #2a837e;
    border-left: 0px solid transparent;
    border-right: 120px solid transparent;
}
.depart-triangle-img.left-side:after {
    left: auto;
    right: -1px;
    border-bottom: 220px solid #2a837e;
    border-left: 120px solid transparent;
    border-right: 0px solid transparent;
}
.max-width-535 {
    max-width: 535px;
}
.menu-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
}
.portfolioFilter {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.portfolioFilter h3 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    margin: 15px;
    vertical-align: middle;
}
.input-outer {
    position: relative;
    display: inline-block;
    width: 415px;
    margin: 15px;
    vertical-align: middle;
    text-align: left;
}
.input-outer .jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 68px;
    font-size: 28px;
    color: #000;
    font-family: 'OpenSans-Bold';
}
.input-outer .jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 0px 0 0;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    top: 100% !important;
}
.input-outer .jq-selectbox__select {
    border: none;
    height: 68px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 0 20px;
    background: #fbbf00;
    margin-bottom: 0px;
    box-shadow: 4px 4px 4px 0px rgba(18,16,11,.35);
}
.input-outer .jq-selectbox ul {
    margin: 0;
    padding: 0px;
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 4px 4px 4px 0px rgba(18,16,11,.35);
}
.input-outer .jq-selectbox li {
    height: 68px;
    line-height: 68px;
    padding: 0px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 28px;
    color: #000;
    background-color: #f0efee;
    border-bottom: 1px solid #e9e8e7;
    transition:all 0.3s ease-out;
}
.input-outer .jq-selectbox li:hover {
	background: #fbbf00;
}
.input-outer .jq-selectbox li:last-child {
    border-bottom: none;
}
.input-outer .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 20px;
    width: 22px;
    height: 100%;
    font-size: 30px;
}
.input-outer .jq-selectbox__trigger-arrow {
    position: absolute;
    top:50%;
    left:50%;
    width:22px;
    height:24px;
    background:url(../images/Pfeil.svg) no-repeat;
    -webkit-transform:translate(-50%,-50%) rotate(90deg);
    -moz-transform:translate(-50%,-50%) rotate(90deg);
    -ms-transform:translate(-50%,-50%) rotate(90deg);
    transform:translate(-50%,-50%) rotate(90deg);
    background-size: 135px;
    background-position: -40px -9px;
}
.input-outer .jq-selectbox__trigger-arrow:before {
    display:none
}
.section-tipps-tricks .content-title h3 {
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 25px;
    position: relative;
    font-family: 'OpenSans-SemiBold';
    margin-bottom: 25px;
}
.section-tipps-tricks .content-title h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #2a837e;
}
.hexa-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.hexa-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left; 
}
.hexa-blog.left-side {
    text-align: right;
}
.hexa-blog.right-side {
    text-align: left;
}
.hexa-info {
    position: absolute;
    display: inline-block;
    width: calc(100% - 175px);
    float: left;  
}
.hexa-blog.left-side .hexa-info {
    right: 213px;
}
.hexa-blog.right-side .hexa-info {
    left: 213px;
}
.hexa-info h3 {
    margin-bottom: 5px;
    line-height: 1.417;
}
.left-side .hexa-info {
    text-align: right;
}
.hexa-info p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
}
.hexa-info li {
    font-size: 24px;
    line-height: 1.3;
}
.hexa-icon {
    position: relative;
    display: inline-block;
    width: 175px;
    float: right;
    margin-bottom: -40px;
}
.hexa-blog.right-side .hexa-icon {
    float: left;
}
.hexa-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 120px;
}
.max-width-901 {
    max-width: 901px;
    margin: auto;
}
.small-text h3 {
    font-size: 30px;
}
.address-link {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
    color: #333;
}
.address-link span {
    position: absolute;
    left: 0;
    top: 3px;
}
.small-text h4 {
    font-size: 26px;
}
.map-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.map-outer iframe {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 490px;
}
.section-address-area .content-title h3 {
	font-size:24px;
}
/*----------------end--------------*/

.banner-white-color,
.banner-white-color h1,
.banner-white-color h2,
.banner-white-color h3,
.banner-white-color h4,
.banner-white-color h5,
.banner-white-color h6,
.banner-white-color p {
    color: #ffffff;
}
.ansprechpartner-list .vc_row {
	position: relative;
    left: auto !important;
    box-sizing: border-box;
    width: 100% !important;
    overflow: initial!important;
    margin: 0;
}

.footer-middle-logo img.logo-normal {
	width:auto;
}

.footer-middle-logo img.logo-hover {
	width:0;
}

.footer-middle-logo:hover img.logo-normal {
	width:0;
}

.footer-middle-logo:hover img.logo-hover {
	width:auto;
}
.section-jobs-in-der .content-title p {
	font-size:30px;
    line-height:1.3;
}
.article-blog h1 {
	font-size:44px;
    line-height:1.3;
    margin-bottom:0;
}
.ie .main-part > .container {
	max-width:100%;
}
li.next .main-btn .link-arrow {
    top: 3px;
    margin-left: 10px;
}
li.prev .main-btn .link-arrow {
    margin-left: 0px;
    margin-right:10px;
    top: 3px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.video-overlay {
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 64px;
}

.article-blog a,
.inner-page-content a {
	color: #2a837e;
}
.sk-white-bk a {
    color: #000;
}
.main-btn {
    color: #000;
}
.benefits-grid-view-section * {
	color: #333333 !important;
}
.benefits-grid-view-section .row {
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.benefits-grid-view-section .column-5  {
	margin-bottom: 25px;
    max-width: 20%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.benefits-grid-view-section .sk-benifit {
	background: #ffffff;
    text-align: center;
    padding: 15px 15px 20px 15px;
}
.benefits-grid-view-section .sk-benifit img {
	max-height: 62px;
}
.benefits-grid-view-content p:last-child {
	margin-bottom: 0px;
}
.row {
	clear: both;
}
.benefits-grid-view-content p strong {
	hyphens: auto;
}
.job-banner-bg {
    width: 100%;
    height: auto;
}
.job-side-bar {
    background: #f5f5f5;
    padding: 25px 30px;
}
.job-side-bar ul {
    padding: 0px;
    margin: 0px;
}
.job-side-bar li {
    list-style: none;
    padding-bottom: 10px;
}
.job-side-bar ul ul {
    margin-top: 5px;
}
.job-side-bar li:last-child {
    padding-bottom: 0px;
}
.top-company-banner {
	padding: 25px 30px;
}
.top-company-banner img {
	width: 200px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}



.hero-banner-desktop {
	display: block;
}
.hero-banner-mobile {
	display: none;
}
.hero-slider-area .owl-dots {
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.hero-slider-area .owl-dot {
    width: 10px;
    height: 10px;
    padding: 0!important;
    margin: 0 5px;
    background: transparent;
    border-radius: 7px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #ffffff !important;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0 0 4px rgba(0,0,0,.2), 0 0 1px rgba(0,0,0,.2) inset;
}
.hero-slider-area .owl-dot.active {
    background-color: #ffffff !important;;
}
.owl-carousel.sk-hero-slider .owl-prev {
	left: 30px;
    width: 40px;
    height: 70px;
}
.owl-carousel.sk-hero-slider .owl-next {
	right: 30px;
    width: 40px;
    height: 70px;
}
.owl-carousel.sk-hero-slider .owl-prev:after {
    background-position: -159px -9px;
    background-size: 260px;
}
.owl-carousel.sk-hero-slider .owl-next:after {
    background-position: -159px -9px;
    background-size: 260px;
}

.single-jobs .content-area ul {
	margin-top: -10px;	
}