html, body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
body {
    font-family: din-2014;
    font-weight:400;
    font-size: 22px;
    line-height: 34px;
    color: #171717;
    hyphens:auto;
}
/**
 * Typography.
 */
h1, h2, h3, h4, h5, h6,
h1.ui.header.dark, h2.ui.header.dark, h3.ui.header.dark, h4.ui.header.dark, h5.ui.header.dark, h6.ui.header.dark,
h1.ui.header.grey, h2.ui.header.grey, h3.ui.header.grey, h4.ui.header.grey, h5.ui.header.grey, h6.ui.header.grey,
h1.ui.header.black, h2.ui.header.black, h3.ui.header.black, h4.ui.header.black, h5.ui.header.black, h6.ui.header.black,
p, span, ul, li, a {
    font-family: din-2014;
}

h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    color: #34b4e4;
    letter-spacing: 1px;
    margin-top:0px;
    margin-bottom:10px;
}


h2, .s2, section > .s1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 34px;
    color: #384148;
    margin-top:20px;
    margin-bottom:30px;
    font-family: museo-slab;
}

h3, .s3,.s1{
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    color: #384148;
    margin-top:0px;
    margin-bottom:10px;
    font-family: museo-slab;
}
a {
    color: #34b4e4;
    font-weight: normal;
    text-decoration: none;
}

em {
    display: block;
    font-style: normal;
    color: #8b9ba0;
    font-size: 22px;
    line-height: 1.4em;
    margin: 0px 0px 30px;
    font-weight: lighter;
    letter-spacing: 0.7px;
}

li {
    list-style-type: none;
}
/**
 * Layout
 */

#wrapper {
    width: 100%;
    margin: 0 auto;
    position:relative;
    padding-top:133px;
    overflow:hidden;
}

header {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    transition: ease 0.5s;
}
header.nonStickyHeader:after {
    content:"";
    width:102%;
    height: 100px;
    filter:drop-shadow(4px 9px 5px rgba(0,0,0,0.2));
    background-color:white;
    position: absolute;
    z-index:-1;
    transform:rotate(-2deg);
    left:0px;
    bottom:-30px;
}
.headerInner {
    max-width:980px;
    margin:0 auto;
}
.stickyheader .headerInner {
    margin:inherit;
    margin-right: 20px;
}
.stickyheader  {
    display: none;
}
.stickyheader.sticky  {
    display: block;
}
.stickyheader .logo img {
    max-width:136px;
}
h2.sticky-title {
    color:white;
    font-size: 17px;
    margin-bottom:0px;
    font-family: museo-slab;
    line-height: 22px;
}
#stickyTitleArea {
    line-height: 1em;
}
#stickyTitleArea span {
    color:white;
    font-size:17px;
    line-height: 22px;
}
header.nonStickyHeader {
    z-index:999;
}
header.stickyheader {
    z-index:998;
}
.stickyheader .logo {
    margin-right:40px;
}
header.sticky.nonStickyHeader {
    top: -300px;
    overflow: hidden;
    transition: ease 0.5s;
}

header .headerFirstLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.nonStickyHeader .headerFirstLine {
    border-bottom: 1px solid rgba(52, 180, 228, 0.2);
}
.stickyheader {
    width: 82%;
    right: 0;
    height: 130px;
    background:transparent;
    filter:drop-shadow(4px 9px 5px rgba(0,0,0,0.2));
}
.stickyheaderGradient {
    background: linear-gradient(0deg, #2581a3 0%, #34b4e4 100%);
    clip-path:url(#mask_navigation);
    height: 130px;
}
.nonStickyHeader div.applyHeader {
    border-left: 1px solid rgba(52, 180, 228, 0.2);
    height: 97px;
}
.stickyheader .applyHeader {
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
header:after
.headerimage {
    margin-top:-20px;
}

div.applyHeader {
    padding-left:50px;
    display: flex;
    height: 80px;
    align-items:center;
}
#stickyHeaderRightSide {
    border-left: 1px solid rgba(255,255,255,0.2);
}
.stickyheader div.applyHeader {
    border-color: rgba(255,255,255,0.2);
}

div#stickyBurger {
    display: block;
    float: right;
    padding-top: 6px;
    cursor: pointer;
}

.burgerLine {
    width:17px;
    height: 2px;
    margin-bottom: 3px;
    border-bottom:2px solid white;
}
.ApplyButton {
    height: 46px;
    width: 210px;
    text-align:center;
    background: linear-gradient(0deg, #2581a3 0%, #34b4e4 100%);
    border-radius: 23px;
    padding-top: 10px;
    color:white;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
    font-size:17px;
    line-height: 26px;
    transition: all ease-in-out 0.3s;
}
.ApplyButton:hover {
    box-shadow: none;
    background:linear-gradient(0deg, #5d7884 0%, #5d7884 100%);
    color:white !important;
}
.stickyheader .ApplyButton {
    background:white;
    color:#34b4e4 !important;
}
.logo {
    margin:20px 0px 20px 0px;
    display:block;
    transition: all 0.3s ease;
}
.nonStickyHeader .logo {
    width:305px;
}
.stickyHeaderLogoTitleArea {
    display: flex;
    margin-top:-7px;
    margin-left:40px;
}

/*
** Sticky Nav
 */
#stickyNav {
    display: none;
}
#stickyNav:after {
    content: "";
    width: 102%;
    height: 100px;
    filter: drop-shadow(4px 9px 5px rgba(0,0,0,0.2));
    background-color: white;
    position: absolute;
    z-index: -1;
    transform: rotate(-2deg);
    left: 0px;
    bottom: -30px;
}
#stickyNav nav {
    max-width: 980px;
    margin: 0 auto;
}
#stickyNav.openStickyNav {
    display: block;
    z-index: 997;
    position: fixed;
    width: 100%;
    padding-top: 200px;
    background-color: white;
    margin-top: -200px;
}

.logo img {
    width:100%;
    height:auto;
}
section .innerSection {
    max-width: 980px;
    margin:0 auto;
}
footer .innerSection {
    max-width: 980px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .innerSection a {
    color:white;
}
.isFirst .innerSection {
    padding-top:70px;
}
h1.job-title {
    font-size: 55px;
    line-height: 68px;
    margin-bottom:0px;
    font-family: museo-slab;
    font-weight: 900;
    color:#384148;
}
span.subtitle {
    margin-bottom:50px;
    margin-top: 20px;
    display: inline-block;
}
#jobStart {
    margin-top:40px;
}
.full-width {
    margin-left:-20px;
    margin-right:-20px;
}

.multicolumn {
    display:flex;
    width:100%;
}
.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}

.width-80 {
    width:80%;
}

.width-50 {
    width:50%;
}

.width-66 {
    width:66.666%;
}

.width-33 {
    width:32%;
}

.width-20 {
    width:20%;
}

.separator {
    width:20px;
}

@media screen and (max-width: 500px) {

    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    .separator {
        display: none;
    }
}

/**
 * Navigation
 */
#navigation {
    margin-top:20px;
    margin-right:10px;
    transition: all 0.3s ease;
    width:100%;
}

#navigation ul {
    margin:0px;
    padding:0px;
}

#navigation li {
    display:inline;
    padding-right:20px;
}

#navigation li a {
    color: #90d6f1;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#navigation li.active a, #navigation li a:hover {
    color: #34b4e4;
}


/**
 * Content general
 */
p {
    margin:10px 0px;
}
.content ul {
    margin: 0 0 30px 0;
    padding: 0;
    word-break: break-word;
}
.content ul li {
    list-style-type: disc;
    margin: 0;
    padding: 6px 0 0 6px;
    position:relative;
    margin-left:15px;
    color:#171717;
}

.image img, .image svg {
    display:block;
    width:100%;
    height:auto;
}
#aufgabenProfil {
    margin-top:0px!important;
    background:#e9f4f8;
    padding-bottom:250px;
    clip-path:polygon(0 0px, 100% 0, 100% calc(100% - 65px), 0 100%);
}
#salary {
    max-width: 980px;
    margin:0 auto;
    margin-top:-200px;
    z-index:995;
    position: relative;
    filter:drop-shadow(10px 10px 16px rgba(0,0,0,0.1));
}
#salary .box-top {
    position: relative;
    width: 100%;
    margin-bottom: -0.75px;
    padding-top: 5.978818%;
    background-color: white;
    -webkit-clip-path: url(#mask_top);
    clip-path: url(#mask_top);
}
#salary .box-inner {
    padding: 30px 30px 1px 30px;
    background-color: white;
    margin-right: 0.5px;
    box-shadow: 1px 0 0.05pxrgba(255,255,255,0.6);
    border-radius: 28px 28px 0px 0px;
}
#salary:after {
    content: "";
    background-color: white;
    width: 99.8%;
    height: 80px;
    border-radius: 0px 0px 28px 28px;
    position: absolute;
    bottom: -48px;
    transform: rotate(2deg);
    z-index: -1;
}
#salary .box-bottom {
    position: relative;
    width: 100%;
    margin-top: -0.75px;
    padding-top: 9.235654%;
    background-color: white;
    -webkit-clip-path: url(#mask_bottom);
    clip-path: url(#mask_bottom);
}
.isLast {
    margin-bottom:0px!important;
}
.content a {
    display:block;
    margin:10px 0px;
    transition:all 0.6s ease;
}
.content a:hover {
    color:#171717;
}
#salaryTextblock {
    display:none;
}
#salaryButton {
    position: absolute;
    bottom: -63px;
    right: 2px;
    cursor: pointer;
    font-weight: bold;
    color:#34b4e4;
}
#salaryButton:hover {
    color:#5d7884;
}
#salaryButton span {
    padding-top: 7px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size:17px;
    line-height: 22px;
}
#salaryButton i {
    width:40px;
    height: 40px;
    background: linear-gradient(0deg, #2581a3 0%, #34b4e4 100%);
    float: right;
    border-bottom-right-radius: 28px;
}
#salary #salaryWeniger {
    display: none;
}
#salary.open #salaryMehr {
    display: none;
}
#salary.open #salaryWeniger {
    display: inline-block;
}
#salaryButton i:after {
    content:"";
    width:16px;
    height: 2px;
    background-color:white;
    position: absolute;
    top:calc(50% - 1px);
    right:13px;
}
#salaryButton i:before {
    content:"";
    width:2px;
    height: 16px;
    background-color:white;
    position: absolute;
    top:calc(50% - 8px);
    right:20px;
}
#salary.open i:before {
    display:none;
}
/**
 * Contact
 */
section#contact {
    margin-top:130px;
    margin-bottom:100px;
}
#contact img {
    border-radius: 50%;
    filter:drop-shadow(0px 0px 9px rgba(0,0,0,0.3));
}
.contactTel {
    display: flex;
    margin:20px 0px;

}
.contactTel a  {
    margin:0px;
}
.contactTel .fa.fa-chevron-right {
    padding-top:11px;
    color:#34b4e4;
    font-size: 15px;
    padding-right: 10px;
    transition: all 0.6s ease;
}
.contactTel:hover .fa.fa-chevron-right {
    color:#171717;
}
.custom-contact {
    margin-bottom: 0px;
}
.bg {
    background:#f3f3f3;
    padding:30px;
    z-index: 1000;
    overflow:hidden;
    box-sizing: border-box;
}
#contact .multicolumn > * {
    vertical-align: bottom;
}
#contact .multicolumn .width-50 .width-33 {
    display:table-cell;
    width:33.333%;
}
#contact .multicolumn .width-50 .width-66 {
    display:table-cell;
    width:66.666%;
}
#contact .multicolumn .width-50 .separator {
    display:table-cell;
    width:20px;
}
.custom-contact a {
    display: inline;
}
.labelAudioPlayer {
    width: auto;
    margin-top: 10px;
    text-transform: uppercase;
    color: #34b4e4;
    display: inline-block;
    padding:10px 20px;
    border-radius: 30px;
    box-shadow: 0px 1px 10px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
    margin:10px 0px;
}
.audioPlayer {
    margin:10px 0px;
    width: 100%;
    display: none;
}
#contact .width-60 {
    width: 60%;
}
#contact .width-40 {
    width: 40%;
}
.note {
    font-size:14px;
    line-height: 18px;
    margin-top:30px;
    margin-bottom: 0px;
}
/**
 * About
 */
#about {
    margin-top:100px;
    background-color:#34b4e4;
    color:white;
    padding:100px 0px 170px 0px;
    clip-path:polygon(0 0px, 100% 65px, 100% calc(100% - 65px), 0 100%);
    position: relative;
}
#about .s1 {
    color:white;
}

/**
 * Video and Map
 */
#ytvideo {
    min-height: 400px;
}
#video {
    margin-top:-120px;
    position: relative;
    width:70%;
    float: right;
    border-radius: 28px;
}
#video iframe {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 386px;
    border-radius: 28px;
    filter:drop-shadow(0px 0px 9px rgba(0,0,0,0.3));
}
#map iframe {
    width:100%;
}
/**
* Arbeitsort
 */
/**div#arbeitsOrtEle {
    width:100%;
    color:white;
    background-color: #34b4e4;
}**/
.box-inner {
    padding: 10px 0 1px 0;
    background-color: #34b4e4;
    box-shadow: 1px 0 0.05px rgba(255,255,255,0.6);
}
.box-top {
    position: relative;
    width: 100%;
    margin-bottom: -0.75px;
    padding-top: 5.978818%;
    background-color: #34b4e4;
    -webkit-clip-path: url(#mask_top);
    clip-path: url(#mask_top);
}
.box-bottom {
    position: relative;
    width: 100%;
    margin-top: -0.75px;
    padding-top: 9.235654%;
    background-color: #34b4e4;
    -webkit-clip-path: url(#mask_bottom);
    clip-path: url(#mask_bottom);
}
section#arbeitsOrt {
    margin-bottom:120px;
}
#arbeitsOrtEle {
    overflow: hidden;
    padding-bottom: 40px;
    border-top-right-radius:16px;
    border-bottom-right-radius:14px;
    border-top-left-radius:20px;
    margin-top:40px;
    display:inline-block;
    width: 100%;
    filter:drop-shadow(0px 0px 9px rgba(0,0,0,0.3));

}
#parallelogram {
    width: 100%;
    height: 180px;
    margin: -41px 0 0 0;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    background: #34b4e4;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.imageAo {
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    background-position:right 30px;
    background-repeat: no-repeat;
    background-size: 70%;
}
.arbeitsOrtText {
    margin-top: 60px;
    color: white;
    transform: skewY(-4deg);
    margin-left:20px;
    line-height: 30px;
}
a.locationButton {
    height: 46px;
    width: 240px;
    padding-left:20px;
    background: white;
    border-radius: 23px;
    padding-top: 10px;
    color: #34b4e4;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
    font-size: 17px;
    line-height: 26px;
    margin-top:-90px;
    margin-left:20px;
    position: relative;
}
a.locationButton:hover {
    box-shadow:none;
    color:#34b4e4 !important;
}
.locationButton svg {
    color: #34b4e4;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 12px;
    right: 15px;
}
svg.bi.bi-chevron-right {
    border: 1px solid #34b4e4;
    border-radius: 50%;
    padding: 3px;
}
.newLocation {
    margin-top:60px;
    display: flex;
    gap:10px;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.3em;
}
.newLocation a {
    margin:0;
}
/**
 * Benefits
 */
#benefits .benefitItem.verschwommen {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: -webkit-gradient(linear, left top, left bottom,
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
#benefits .innerSection, #beneFitsMore {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:60px;
}
#beneFitsMore {
    padding:0;
    display: none;
}
.loadMoreBenefits {
    width:260px;
    margin:0 auto;
    cursor: pointer;
    padding-left:20px;
}
.loadMoreBenefits svg {
    margin-left: -25px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
}
#benefits .innerSection h2 {
    width:100%;
}
#benefits .innerSection .benefitItem {
    max-width:48%;
    min-width:48%;
    margin-bottom:40px;
}
#benefits a {
    display: inline;
}
#benefits .image.icon {
    display: table-cell;
    vertical-align: top;
    padding-right:15px;
    min-width: 10%;
    max-width: 10%;
}
#benefits .text {
    display: flex;
    flex-wrap: wrap;
    vertical-align: top;
}
#benefits h3 {
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom:10px;
    border-bottom: solid 1px #34b4e4;
    min-width: 80%;
    max-width: 80%;
}
#benefits p {
    font-size: 22px;
    line-height: 34px;
}
/**
 * Application Process
 */
#bewerbungsprozess {
    padding:80px 0px;
    margin-top: 0px!important;
    background: #e9f4f8;
    clip-path: polygon(0 0px, 100% 65px, 100% calc(100% - 65px), 0 100%);
}
.applyProccessButton {
    width:350px;
    margin:20px auto !important;
    cursor: pointer;
}
.applyProccessButton svg {
    margin-left: -25px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
}
#application-process {
    margin:30px 0px;
    display: none;
}
.application-process {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 20px;
    margin-bottom: 30px;
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.arrow_bottom_container {
    padding-right: 10%;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
}
.arrow_bottom_root {
    height: 70px;
    margin-left: 12px;
    margin-top: -19px;
    width: 2px;
}
.arrow_bottom {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 30px solid transparent;
    height: 0;
    margin-top: -5px;
    width: 0;
    display: none;
}
/**
.application-process:nth-child(5n + 1),
.application-process:nth-child(5n + 1) .arrow_bottom_root {
    background-color: #87D8F7;
}
.application-process:nth-child(5n + 2),
.application-process:nth-child(5n + 2) .arrow_bottom_root {
    background-color: #6DCCF0;
}
.application-process:nth-child(5n + 3),
.application-process:nth-child(5n + 3) .arrow_bottom_root {
    background-color: #4EBBE3;
}
.application-process:nth-child(5n + 4),
.application-process:nth-child(5n + 4) .arrow_bottom_root {
    background-color: #24A0CE;
}
.application-process:nth-child(5n + 5),
.application-process:nth-child(5n + 5) .arrow_bottom_root {
    background-color: #128EB2;
}
.application-process:nth-child(5n + 1) .arrow_bottom {
    border-top-color: #87D8F7;
}
.application-process:nth-child(5n + 2) .arrow_bottom {
    border-top-color: #6DCCF0;
}
.application-process:nth-child(5n + 3) .arrow_bottom {
    border-top-color: #4EBBE3;
}
.application-process:nth-child(5n + 4) .arrow_bottom {
    border-top-color: #24A0CE;
}
.application-process:nth-child(5n + 5) .arrow_bottom {
    border-top-color: #128EB2;
}
**/
.application-process {
    background-color:white;
    color:#34b4e4;
    border-radius:25px;
    text-transform: uppercase;
    font-size: 17px;
}
.arrow_bottom_root {
    border-top-color:#34b4e4 !important;
    background-color:#34b4e4 !important;
}
.application-process:last-child .arrow_bottom_container {
    display: none;
    visibility: hidden;
}
.application-process:after {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #34b4e4;
    border: 7px solid #34b4e4;
    border-radius: 50%;
    right: 89px;
    top: 18px;
    color: white;
    font-size: 12px;
    line-height: 8px;
    text-indent: -2px;
}
.application-process:first-child:after, .application-process:last-child:after {
    background-color:white;
    content: "";
}
/**
 * More Jobs
 */
.more-jobs {
    text-align: center;
    overflow:visible;
    background-color:#34b4e4;
    clip-path:polygon(0 0px, 100% 65px, 100% 100%, 0 100%);
    padding:80px 0;
}
.more-jobs h2 {
    color: white;
    text-align: left;
}
.more-jobs .multicolumn {
    margin-bottom:80px;
    display: flex;
    justify-content: flex-start;
}
.more-jobs ul {
    float:left;
    margin-left: -60px;
    margin-bottom:20px;
}

a.allJobs {
    height: 46px;
    width: 250px;
    background: white;
    border-radius: 23px;
    padding-top: 10px;
    color: #34b4e4;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
    font-size: 17px;
    line-height: 26px;
    z-index: 9999999;
    position: relative;
    margin:0 auto;
    text-align: left;
    padding-left: 20px;
}
a.allJobs:hover {
    box-shadow: none;
    color:#34b4e4;
}
.allJobs svg {
    color: #34b4e4;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 12px;
    right: 15px;
}
.job {
    width:30%;
    margin-right:30px;
    text-align: left;
    position: relative;
    border-radius: 28px 28px 0px 0px;
    background: white;
}
.job:after {
    content: "";
    background-color: white;
    width: 100%;
    height: 80px;
    border-radius: 28px;
    position: absolute;
    bottom: -31px;
    transform: rotate(2deg);
    z-index: -1;
}
.job a {
    transition:all .3s linear;
    font-size:17px;
    font-weight:normal;
    margin:0;
    padding:20px;
    position:relative;
    height:100px;
    line-height: 24px;
    color:#384148;
}
.jobsMore {
    position: absolute;
    bottom: -35px;
    right: 0px;
    cursor: pointer;
    font-weight: bold;
    color:#34b4e4;
}
.jobsMore span {
    padding-top: 7px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size:17px;
    line-height: 22px;
}
.jobsMore i {
    width:40px;
    height: 40px;
    background: linear-gradient(0deg, #2581a3 0%, #34b4e4 100%);
    float: right;
    border-bottom-right-radius: 28px;
}
.jobsMore i:after {
    content:"";
    width:16px;
    height: 2px;
    background-color:white;
    position: absolute;
    top:calc(50% - 1px);
    right:13px;
}
.jobsMore i:before {
    content:"";
    width:2px;
    height: 16px;
    background-color:white;
    position: absolute;
    top:calc(50% - 8px);
    right:20px;
}
/**
 * Footer
 */
footer {
    background-color:#384148;
    color:white;
    height: 96px;
    font-size: 17px;
}
footer .width-50.isFirst {
    text-align: right;
}
footer .width-50.isLast {
    text-align: left;
}
footer .top {
    display:block;
    text-align:center;
    margin:40px 0px;
    transition:all 0.6s ease;
}
footer .top:hover {
    color:#171717;
}
footer .button, footer .share {
    cursor: pointer;
    color: #fff;
    transition: all .3s linear;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 5px;
    position: relative;
    display:inline-block;
}
footer i {
    border: 1px solid white;
    padding: 7px;
    border-radius: 50%;
}
.leftSideFooter {
    display: flex;
    align-items: center;
    height: 96px;
}
footer i.fas.fa-share-alt, footer i.fas.fa-envelope-square, footer i.fa.fa-print {
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
}
.social-icons {
    transition: all 0.3s ease;
    position:absolute;
    right:0px;
    top:-50px;
    width:0px;
    opacity:0;
    z-index:1000;
    display: none;
    background-color:white;
    filter:drop-shadow(0px 0px 9px rgba(0,0,0,0.3));
}
.social-icons i {
    border:0;
}
.share:hover .social-icons {
    width:265px;
    opacity:1;
    display: block;
}
.social-icons a {
    float:left;
}
.fas {
    font-size: 16px;
    margin-right:5px;
}
.social-icons a .fab, .social-icons a .fas {
    transition: all 0.3s ease;
    color:#3C92B0;
    font-size:31px;
    float:left;
    margin:3px 0px 2px 10px;
}
.social-icons a:hover, .social-icons a:hover .fab, .social-icons a:hover .fas {
    color:#34b4e4;
}

#maskS {
    height: 0px;
}
/**
 * Slicknav menu
 */
.slicknav_menu {
    display: none;
    position: fixed;
    top: 62px;
    right: 0;
    font-size: 16px;
    background: white;
    width: 100%;
    z-index: 100000;
    margin:0;
}
.slicknav_btn {
    position: fixed;
    top: 20px;
    right: 53px;
    display: block;
    cursor: pointer;
}
.slicknav_icon-bar {
    position:absolute;
    display: block;
    width:35px;
    height:3px;
    background:#34b4e4;
    transition: all 0.3s ease;
}
.slicknav_icon-bar:nth-child(1) {
    top:0px;
}
.slicknav_icon-bar:nth-child(2) {
    top:10px;
}
.slicknav_icon-bar:nth-child(3) {
    top:20px;
}
.slicknav_open .slicknav_icon-bar:nth-child(2) {
    display:none;
}
.slicknav_open .slicknav_icon-bar:nth-child(1) {
    top:10px;
    transform: rotate(45grad);
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
    top:10px;
    transform: rotate(-45grad);
}
.slicknav_nav {
    list-style: none;
    margin:0px;
    padding:0px;
    border-bottom: 1px solid #cccccc;
}
.slicknav_nav li {
    display: block;
    margin:0px;
}
.slicknav_nav li.active {
     background: #34b4e4;
 }
.slicknav_nav li.active a {
    color:#ffffff;
}
.slicknav_nav a {
    padding: 12px 10px 13px 20px;
    margin: 0;
    text-decoration: none;
    color: #34b4e4;
    border-top: 1px solid #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    display: inherit;
}
/**
* Cookiebanner
 */

div#cookiebanner, div#cookiebanner .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: linear-gradient(180deg,#2CB3E3 0%,#388CC7 100%);
}
.sliding-popup-bottom {
    position: fixed;
}
.sliding-popup-bottom, .sliding-popup-top {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    text-align: center;
}
.eu-cookie-compliance-content {
    font-size: 16px;
    line-height: 1.5;
    gap:20px;
    display: flex;
}
.eu-cookie-compliance-content {
    margin: 0 auto;
    max-width: 80%;
    text-align: left;
    width: 100%;
    position: relative;
    display: flex;
    min-height: 70px;
}
.eu-cookie-compliance-content .eu-cookie-compliance-message {
    max-width: 80%;
    margin: 0;
    flex-grow: 1;
    display: flex;
    gap:4px;
    align-items: center;
}
.eu-cookie-compliance-content .eu-cookie-compliance-buttons {
    display: flex;
    align-items: center;
    gap:5px;
    min-width: 250px;
}
.eu-cookie-compliance-content .eu-cookie-compliance-message p {
    font-size: 16px;
    margin: 0;
}
.eu-cookie-compliance-more-button {
    cursor: pointer;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: underline;
    background: none;
    font-family: din-2014;
}
.eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button {
    order: 2;
    color: #2CB3E3;
    background: white;
    text-decoration: none;
    font-size: 15px;
    padding: 11px 16px;
    border: none;
    font-weight: bold;
    font-family: din-2014;
    height: 40px;
    cursor: pointer;
}
.eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button {
    order: 1;
    font-size: 14px;
    background: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    box-shadow: none;
    font-weight: normal;
    color: white;
    cursor: pointer;
}
.eu-cookie-compliance-message h1, .eu-cookie-compliance-message h2, .eu-cookie-compliance-message h3, .eu-cookie-compliance-message p {
    font-weight: bold;
    line-height: 1.4;
    color:#fff;
}
.eu-cookie-compliance-message a {
    color:white;
    font-weight: normal;
    word-break: keep-all;
    white-space: nowrap;
}
.eu-cookie-compliance-buttons {
    max-width: 40%;
}
/**
 * Media Queries
 */
@media screen and (max-width: 1023px) {
    .arrow_bottom_container {
        padding-right: 30px;
    }
    .application-process:after {
        right:21px;
    }
    .jobAboExpired {
        margin-bottom: 40px;
    }
    #stickyNav nav {
        padding-left:20px;
    }
    .slicknav_menu {
        display: none !important;
    }
    .labelAudioPlayer {
        margin-bottom: 60px;
    }
    .width-50, #contact .width-60  {
        width:100%;
        display: block;
    }
    #contact .width-50 {
        width: 50%;
    }
    #contact .multicolumn {
        display: flex;
    }
    body {
        font-size: 18px;
    }
    h3, .s3, .s1 {
        font-size: 24px;
    }
    .multicolumn {
        display: block;
    }

    #salary, section .innerSection, footer .innerSection, .headerInner {
        margin-left:20px;
        margin-right: 20px;
    }
    #stickyTitleArea {
        display: none;
    }
    .stickyheader {
        width: 100%;
    }
    .job {
        margin-right: 0px;
    }
    #benefits p {
        font-size: 18px;
    }
    h1.job-title {
        hyphens:auto;
    }
    .eu-cookie-compliance-content {
        flex-direction: column;
        max-width: 100%;
        padding:10px;
    }
    .eu-cookie-compliance-content .eu-cookie-compliance-message {
        flex-direction: column;
        align-items: start;
    }
}
@media screen and (max-width: 850px) {
    header.nonStickyHeader:after {
        bottom:0px;
    }
    header.nonStickyHeader .headerFirstLine {
        border-bottom:0;
    }
    #stickyNav.openStickyNav {
        margin-top: -170px;
    }
    .arbeitsOrtText {
        text-align: center;
    }
    .imageAo {
        background-image: unset !important;
    }
    a.locationButton {
        margin: -90px auto 0 auto;
    }
    #benefits .innerSection .benefitItem {
        max-width: 100%;
        min-width: 100%;
    }
    #benefits .benefitItem.verschwommen {
        -webkit-mask-image: unset;
        mask-image: unset;
    }
    #wrapper {
        padding-top:100px;
    }
    .logo {
        width:250px;
    }
    .sticky #navigation {
        margin-top: 28px;
    }
    header.sticky .sticky-title {
        margin-top:67px;
    }
    #navigation li a {
        font-size:14px;
    }
    #video {
         width: 100%;
     }
    #ytvideo {
        min-height: inherit;
    }
}
@media screen and (max-width: 775px) {
    .job a {
        height: 150px;
    }
}
@media screen and (max-width: 750px) {
    .logo {
        width:150px;
    }
    header.sticky .sticky-title {
        margin-top: 58px;
    }
    .more-jobs .multicolumn {
        flex-wrap: wrap;
    }

}
.mobile {
    display: none!important;
}
@media screen and (max-width: 700px) {
    .isFirst .innerSection {
        padding-top:210px;
    }
    #stickyNav.openStickyNav {
        margin-top: -130px;
    }
    #salaryButton {
        bottom:-58px;
    }
    .isFirst .innerSection {
        padding-top: 120px;
    }

    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    #wrapper {
        padding-top:61px;
        border:none;
    }
    #navigation {
        display:none;
    }
    #stickyNav #navigation {
        display: block;
    }
    .slicknav_menu {
        display:block;
    }
    .sticky-title {
        margin-top:81px;
        font-size:18px;
        width:100%;
    }
    .logo {
        position:relative;
        margin:10px;
    }
    .more-jobs .bg {
        padding: 20px 30px;
    }
    .job {
        display: block;
        width:100%;
        margin-bottom:65px;
        margin-left:0px;
        min-height: 93px;
    }
    .job a {
        height:auto;
    }
    .more-jobs ul {
        margin-left: 0;
        padding: 0;
    }
    #map iframe {
        height: 240px;
    }
    .more-jobs .bg {
        padding:15px;
    }
    footer .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    footer .multicolumn .width-50.isFirst,
    footer .multicolumn .width-50.isLast {
        text-align: center;
        margin-bottom:20px;
    }
    footer .top {
        margin:20px 0px;
    }
    .application-process {
        font-size: 14px;
        font-width: normal;
    }
    .jobsMore {
        bottom:-42px;
    }
}
@media only screen and (max-width: 570px) {
    #contact .multicolumn .width-50 .width-66 {
        width: 100%;
    }
    #contact .multicolumn .width-50 .width-33 {
        justify-content: center;
        display: flex;
        width: 100%;
    }
    #contact .width-50 {
        width: 100%;
        text-align: center;
        align-items: center;
        align-content: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #contact .width-50 b {
        margin-bottom:-40px;
    }
    #contact .multicolumn {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    #contact .custom-contact {
        width: 100%;
    }
    #contact a.button.apply.non-printable.isLast.ApplyButton {
        margin:0 auto;
    }
    #contact .contactTel {
        margin: 0 auto 35px auto;
        justify-content: center;
    }
    #contact .multicolumn > * {
        text-align: center;
    }
    #bewerbungsprozess .ApplyButton {
        width: 290px;
        padding-right: 10px;
        padding-left: 20px;
    }
    #salaryButton {
        bottom:-53px;
    }
    .stickyheader .logo {
        margin-right: 0px;
    }
    .ApplyButton {
        width: 160px;
        font-size: 15px;
    }
    div.applyHeader {
        padding-left:10px;
    }
    #aufgabenProfil {
        clip-path: unset;
    }
    h1.job-title {
         font-size: 28px;
         line-height: 34px;
     }
    .stickyHeaderLogoTitleArea {
        margin-left:20px;
    }
    #video {
        margin-top: -190px;
    }
}
@media only screen and (max-width: 346px) {
    .application-process {
        font-size: 12px;
    }
}
.print-only {
    display:none;
}
