/* Fellix Regular */
@font-face {
    font-family: 'Fellix';
    src: url('../fonts/felix/Fellix-Regular.woff2') format('woff2'),
    url('../fonts/felix/Fellix-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Fellix Medium */
@font-face {
    font-family: 'Fellix';
    src: url('../fonts/felix/Fellix-Medium.woff2') format('woff2'),
    url('../fonts/felix/Fellix-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Fellix SemiBold */
@font-face {
    font-family: 'Fellix';
    src: url('../fonts/felix/Fellix-SemiBold.woff2') format('woff2'),
    url('../fonts/felix/Fellix-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Fellix Bold */
@font-face {
    font-family: 'Fellix';
    src: url('../fonts/felix/Fellix-Bold.woff2') format('woff2'),
    url('../fonts/felix/Fellix-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Fellix', sans-serif;
    font-weight:400;
    color: #333;
    font-size: 26px;
    line-height: 35px;
    margin: 0 auto;
}

/**
 * Layout
 */
.logo-print {
    display: none;
}
#wrapper {
    position: relative;
    width: 100%;
    max-width:100%;
    margin:0 auto;
    overflow: hidden;
}
img{
    width: 100%;
    height: auto;
}
.icons {
    width: 50px;
    height: 50px;
}
header .icons, footer .icons {
    width: 75px;
    height: 75px;
}
/**
 * Typography.
 */
h1 {
    font-family: 'Fellix', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 100px;
    color:#fff;
    margin:0px;
}

h2 {
     font-family: 'Fellix', sans-serif;
     font-weight: 600;
     font-size:52px;
     line-height:120%;
     margin-bottom: 35px!important;
    color:#C5093E;
}
h2 b {
    font-family: 'Fellix', sans-serif;
    font-weight: 600;
    font-size:52px;
    line-height:120%;
    margin-bottom: 35px!important;
}
h3 {
    font-family: 'Fellix', sans-serif;
    font-weight: 700;
    font-size:22px;
    line-height:24px;
    margin-bottom: 0px!important;
}

.bg h2, .bg p, .bg li {
    color:#fff;
}

a {
    color: #C5093E;
    text-decoration: none;
    transition: color .3s;
}

a:hover, a:focus {
    color: #C5093E;
}

b, strong {
    font-family: 'Fellix', sans-serif;
    font-weight: 700;
    margin-bottom:10px;
}

small {
    font-size: 20px;
    line-height: 27px;
}

ul {
    padding-left: 18px;
}

.intro em {
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-top:200px;
    margin-bottom:35px;
}

a.apply-btn, .teaser-link {
    background: #C5093E;
    padding: 16px 24px;
    color: #fff;
    font-family: 'Fellix', sans-serif;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%
}
.brackch a.apply-btn, .brackch .teaser-link,
.brackch a.apply-btn:hover, .brackch .teaser-link:hover {
    background: #C5093E;
}

.teaser-link {
    background:#000;
    margin-bottom:40px;
}
.teaser-link svg {
    position: absolute;
    left:28px;
}
a.apply-btn:hover, .teaser-link:hover {
    background-color: #C5093E;
    color:#fff;
}

a.apply-btn.center {
    margin:50px 0;
    position: relative;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.brackch .bg {
    background: #C5093E;
}
.brackch path.shareIconColor {
    fill: #C5093E;
    stroke: #C5093E;
}
.bg-grey {
    background: #333333;
    padding:50px 0px;
}
.brackch .bg-grey {
    background: #dae0e9;
}
.bg:first-of-type {
    padding:0px;
}

.ui.button, .ui.button:hover {
    background: none;
}

/**
 * Header
 */
header {
    position: fixed;
    top:0;
    width: 100%;
    max-width:100%;
    z-index: 100;
    background-color:#fff;
}
.brackch header .internal.link.social small {
    color:  #C5093E;
}
#closeShare svg path {
    fill:#C5093E;
}
.brackch #closeShare svg path {
    fill: #C5093E;
}
div#feat-image .imgRoundBg {
    width: 2000px;
    content: "";
    height: 2000px;
    background-color: #C5093E;
    position: absolute;
    border-radius: 50%;
    z-index:0;
    bottom:-215px;
    left:330px;
}
header .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top:32px;
    padding-bottom:32px;
    position: relative;
    justify-content: space-between;
}
header .sticky-title, header .sticky-apply {
    display: none;
}
header.sticky .internal.link.social {
    display: none !important;
}
header.sticky .sticky-title, header.sticky .sticky-apply {
    display: block;
}
header.sticky {
    box-shadow: 0 0 20px rgb(0 0 0 / 30%), 0 0 0 rgb(0 0 0 / 10%);
}
header.sticky .sticky-title {
    margin:0 20px;
    text-align: left;
    width: calc(100% - 500px);
}
header.sticky h1 {
    font-size: 26px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #C5093E;
}
.logo {
    width:auto;
    height: 65px;
}
.logo img {
    display: block;
    width: 265px;
    height:100%;
}
.social-icon-popup {
    display: none;
}
header .internal.link.social {
    position: absolute;
    right: 20px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 3px;
    cursor: pointer;
    font-size: 20px;
}
.internal.link.social small {
    color:#fff;
    position: relative;
    top:-6px;
}
.internal.link.social i {
    font-size: 40px;
}

.ui.popup.share a {
    display: block;
    margin:10px;
    float: left;
    font-size: 30px;
    color: #C5093E;
}
.ui.popup.share a:hover {
    color:#C5093E;
}
#shareheader {
    display: none;
    float: right;
    height: 40px;
    position: absolute;
    right: 120px;
    overflow:hidden;
}
#closeShare {
    display: none;
    position: absolute;
    right:80px;
    cursor: pointer;
    margin-top: 10px;
}
.sticky #shareheader, .sticky #closeShare {
    display: none !important;
}
#shareheader svg {
    margin-right: 20px;
}

/**
 * Feat
 */
.headerImage {
    margin-top:130px;
    display: flex;
}
.headerImage .tablet, .headerImage .mobile {
    display: none;
}
.feat {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 50px 0;
}
.brackch .feat {
    background: #C5093E;
}
#feat-image div {
    width: 2000px;
    height: 2000px;
    border-radius: 50%;
    position: absolute;
    left: 560px;
    bottom: -225px;
    z-index: 1;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 770px;
}
.feat .title {
    position: relative;
    max-width: 1760px;
    color:#fff;
    padding:0 20px 0px;
    z-index: 99;
}
.feat .title h1 {
    padding-bottom:10px;
    border-radius: 8px;
    padding-right: 10px;
    margin-bottom: 0px;
    display: block;
}
.aOrtHomo {
    display: inline-block;
    font-size: 21px;
}
.stellenProzent {
    display: inline-block;
    padding-left: 5px;
    font-size: 21px;
}
#wrapper .aOrtHomo span.desktop {
    background:transparent;
}
.teamText {
    position: absolute;
    color:white;
    font-size: 16px;
    padding:4px 20px;
    bottom: -80px;
    right: 0px;
    z-index: 9;
    border-radius: 8px 0px 0px 8px;
}
.stellenProzent {
    padding-right: 5px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

/**
 * Content
 */
section {
    margin-top:120px;
}
#intropage {
    margin-top:40px;
}
.content {
    width:calc(100% - 40px);
    max-width: 1760px;
    margin:0px auto;
    padding:0px 20px;
}
#aboutUs .content {
    display: flex;
    justify-content: space-between;
}
#followUs .followIcons svg {
    border-radius: 50%;
}
.followIcons {
    display: flex;
    gap:24px;
}
.content50 {
    min-width: 48%;
    max-width: 48%;
}
ul {
    margin:0 0 0 5px;
    padding:0px;
    list-style-type: none;
}

ul li {
    padding-left:25px;
    position: relative;
    padding-bottom:15px;
}

ul li:last-of-type {
    padding-bottom: 0px;
}

ul li:before {
    position: absolute;
    left:0;
    top:16px;
    content:"";
    width:6px;
    height:6px;
    border-radius: 50%;
    background-color:#000;
}

.content.app-process ul li:before {
    height: 18px;
    width: 18px;
}

.intro {
    width:80%;
    font-size: 32px;
    font-weight: 400;
}
.profile.content .apply-btn {
    margin-top:40px;
}
/**
 * Benefits
 */
.benefits-wrapper {
    position: relative;
    overflow: hidden;
    padding:120px 0;
}
.benefits h2 {
    margin-bottom: 120px !important;
}
.swiper-slide {
    width: 468px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0 40px;
    box-sizing: border-box;
}
.swiper-slide h3 {
    color:#fff;
    font-weight: 600;
    font-size: 37px;
    line-height: 120%;
}
.swiper-slide .icon {
    max-width: 144px;
}
.swiper-slide p {
    font-size:26px;
    line-height: 135%;
    margin-top:16px;
}
.swiper-button-next, .swiper-button-prev {
    color:white;
    top:calc(50% - 12px);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}
.slider {
    position: relative;
}
.benefits-wrapper .sliderButtons.content {
    position: absolute;
    display: block;
    top:calc(50% + 32px);
}
.benefits-wrapper::after {
    content:"";
    height: 100%;
    width: 146px;
    background:linear-gradient(90deg, transparent 0%, #C5093E 100%);
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}
/**
 * Contact
 */
.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 560px;
    padding:40px 0;
}
.contact-data {
    width:60%;
    padding-top:20px;
    padding-bottom:20px;
    order: 1;
}
.contact-data a {
    color:white;
}
.contact-data h2 {
    margin-bottom:10px !important;
}
.contact-data p {
    margin-bottom:10px;
}
.contact-image {
    position: relative;
    order: 2;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    right: 0;
}
.contact-image img {
    width:auto;
    text-align: right;
    position: absolute;
}
i.phone.icon {
    transform: scaleX(-1);
}
.brackch .contact-image img{
    border-color: #C5093E;
}

/**
 * Follow
 */
.follow {
    overflow: auto;
}
.follow a {
    margin-right:40px;
    border-radius: 50%;
    background:#C5093E;
    font-size: 36px;
    color:#fff;
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.brackch .follow a {
    background: #C5093E;
}

.follow a i {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/**
 * Video
 */
.video {
    position: relative;
    padding-bottom: 56.2%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 90px;
}

.video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all!important;
}

#video-modal .content {
    margin:0px;
    padding:0px;
    width:100%;
}

.modal-close {
    position: absolute;
    top:-45px;
    right:-45px;
    background: white;
    border-radius: 50%;
    color:black;
    font-size: 40px;
    padding: 5px 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close:before {
    content:"+";
}

/**
 * Application Process
 */
.app-process {
    padding-top:50px;
    padding-bottom:50px;
    color:black;
}

.app-process ul li:before {
    border: solid 1px white;
    font-size: 13px;
    line-height: 17px;
    padding-left: 4px;
}
.app-process ul {
    padding-left:30px;
    max-width: 80%;
}
.app-process ul li::before {
    display: none;
}
.app-process ul li {
    list-style: decimal;
    padding-left:5px;
}

/**
 * Kununu
 */
.kununu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:30px;
    margin-bottom:50px;
}

/**
 * Similar Jobs
 */
.ui.fluid.card {
    border-radius: 50%;
    position: relative;
    box-shadow: none!important;
}
.ui.fluid.card div.bgImage {
    border-radius: 50%!important;
    width: 311px;
    height: 311px;
    background-size: 140%;
    background-position: center bottom;
}
.ui.card>.content {
    position: absolute;
    bottom:0;
    background: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 50%;
    text-align: center;
    padding:5px 25px;
}
.similar-jobs .content {
    line-height: 22px;
}
.similar-jobs .ui.card>.content .header {
    bottom:-10px;
}
.ui.card>.content h3, .ui.card>.content small {
    color:#fff;
}
.ui.card>.content small {
    font-size: 16px;
    line-height: 21px;
}
.ui.card>.content .header {
    background: #fff;
    border-radius: 10px;
    color: #333;
    font-size: 16px!important;
    white-space: nowrap;
    padding: 16px 26px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.brackch .ui.card>.content>a.header:hover, .brackch .ui.cards>.card>.content>a.header:hover {
    color: #C5093E;
}
#jobWrapper {
    display: grid;
    grid-template-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) calc(25% - 18px);
    gap:24px;
    margin-bottom: 20px;
}
#jobWrapper a.job {
    display: flex;
    background-color:white;
    padding:40px;
    justify-content: space-between;
    height: 289px;
    align-items: flex-start;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    color: #333;
    font-size: 21px;
    line-height: 1.4285em;
    flex-direction: column;
}
#jobWrapper a.job:hover {
    color:#333;
}
#jobWrapper .jobTitle {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
#jobWrapper .jobTitle span {
    width: 100%;
}
#jobWrapper h3 {
    font-family: 'Fellix';
    font-size: 26px;
    padding:0;
    margin: 0;
    font-weight: 600;
    margin-bottom: 23px !important;
    line-height: 120%;
}
#jobWrapper .jobArbeitsOrt {
    position: relative;
    padding-left:25px;
    display: flex;
    align-items: center;
    width: 222px;
}
#placeicon {
    position: absolute;
    left:0px;
}

#jobWrapper .mehrErfahren {
    transition: all ease-in-out 0.2s;
    display: flex;
    position: relative;
    gap:12px;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    border-radius: 30px;
    font-size: 18px;
}

.similarJobs {
    padding:120px 0 193px 0;
    margin-top:0;
}

@media only screen and (max-width: 1425px) {
    #jobWrapper a.job {
        height: inherit;
        gap:24px;
    }

    #jobWrapper .jobTitle {
        max-width: 100%;
        min-width: inherit;
    }
}
@media only screen and (max-width: 1023px) {
    #jobWrapper .jobArbeitsOrt {
        display: none;
    }
    .intro {
        width: 100%;
    }
    .headerImage .mobile, .headerImage .desktop {
        display: none;
    }
    .headerImage .tablet {
        display: block;
    }
}

    .similar-jobs-brackch,
    .similar-jobs-alltronag {
        padding-left: 0;
        padding-right: 0;
    }

@media only screen and (max-width: 767px) {
    #jobWrapper a.job {
        display: inline-block !important;
        width: 100%;
    }
    #jobWrapper .jobTitle {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

/**
 * Footer
 */
footer {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%), 0 0 0 rgb(0 0 0 / 10%);
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    padding: 15px 0 10px;
}
footer .internal.link.social {
    color:#fff;
}

footer .content {
    display:flex;
    justify-content: flex-end;
}
footer .content svg {
    margin-left:24px;
    border-radius: 50%;
}
/**
 * Print
 */
.print-only {
    display:none;
}
.mobile-only{
    display:none;
}
#einleitung {
    margin-top:200px;
}
section#banner  {
    margin-top:0px;
    margin-bottom: 65px;
}
.contentbig {
    max-width: 1920px;
    margin:0 auto;
}
.mobileContent {
    display: none;
}
.simiMobile {
    display: none !important;
}
.linkAlleJobs a {
    color:white;
    text-decoration:none;
}
.linkAlleJobs a:hover {
    color:white;
    text-decoration: none;
}
/**
 * Media Queries
 */
@media screen and (min-width: 1981px) {

    .teamText {
        bottom:-120px;
    }
}

@media screen and (max-width: 1400px) {
    h1 {
        font-size: 52px;
        line-height: 56px;
    }
    #feat-image div {
        width: 1600px;
        height: 1600px;
        background-position-y: 570px;
        bottom:-125px;
    }
    div#feat-image .imgRoundBg {
        width: 1600px;
        height: 1600px;
        bottom:-115px;
    }
    .benefits-wrapper .desktop {
        display: none;
    }
    .benefits {
        margin:0 40px;
        width: 100%;
    }
    .slick-next {
        right: 70px;
    }
    .simiDesk {
        display: none !important;
    }
    .simiMobile {
        display: block !important;
    }
    .simiMobile .slick-slide .bgImage {
        max-width:100%;
    }
    .simiMobile .ui.card>.content .header {
        padding:10px;
        bottom:-20px;
    }
    .simiMobile .ui.card>.content {
        border-radius: 0 0 50% 50% !important;
        padding:5px 10px;
    }
    .simiMobile h3 {
        font-size: 20px !important;
    }
    .simiMobile .slick-slide {
        margin: 0 10px;
        padding-bottom:20px;
    }
    .simiMobile .slick-list.draggable {
        padding:0px;
    }
    .slick-next, .slick-prev {
        z-index: 999;
    }
    .simiMobile .ui.fluid.card div.bgImage {
        width: 100%;
        height: 180px;
    }
    .simiMobile .ui.fluid.card {
        width: 100%;
        height: auto;
    }
    .simiMobile .slick-prev {
        left:-30px;
    }
    .simiMobile .slick-next {
        right:0px;
    }
    #jobWrapper .jobTitle h3 {
        hyphens:auto;
    }
    .contact-image img {
        max-width: 300px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .contact-data {
        width: 54%;
    }
}
@media screen and (max-width: 1023px) {
    .video {
        margin-top: 0;
    }
    .video:nth-child(2) {
        margin-top:30px;
    }
    .contact-image img {
        max-width: 300px;
    }
    .content50 {
        min-width: 100%;
        max-width: 100%;
    }
    #aboutUs .content {
        flex-wrap: wrap;
    }
    h1 {
        font-size: 42px;
        line-height: 48px;
    }
    #feat-image div {
        width: 1200px;
        height: 1200px;
        background-position-y: 420px;
        bottom:-65px;
    }
    div#feat-image .imgRoundBg {
        width: 1200px;
        height: 1200px;
        bottom:-60px;
    }
    .teamText {
        display: none;
    }
    #jobWrapper {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    }
    .simiMobile h3 {
        font-size: 12px !important;
    }
    .contact-image img {
        max-width: 200px;
    }
    .contact-image {
        justify-content: center;
        margin-top: 20px;
    }
    .follow a {
        margin-right: 20px;
    }
    .aOrtHomo, .stellenProzent {
        padding-right: 10px;
        border-radius: 6px;
    }
    .stellenProzent {
        margin-left:0px;
        padding-left:0px;
    }
    #feat-image div {
        width: 700px;
        height: 700px;
        background-position-y: 320px;
        bottom:-45px;
    }
    div#feat-image .imgRoundBg {
        width: 700px;
        height: 700px;
        bottom:-40px;
    }
    body, p, li, a, b, small, h2, h3, .slick-slide h3, .slick-slide p, .ui.card>.content small, .ui.card>.content .header {
        font-size: 18px;
        line-height: 120%;
    }
    ul li:before {
        top:8px;
    }
    h2, h3, h2 b {
        font-size: 24px !important;
        line-height: 120%;
    }
    .intro {
        font-size: 21px;
    }
    .intro em {
        margin-top:120px;
    }
    h1 {
        font-size: 38px;
        line-height: 48px;
    }
    h2 {
        margin-bottom:15px!important;
    }
    ul li {
        padding-bottom: 15px;
    }

    .icons {
        width: 38px;
        height: 38px;
    }
    section {
        margin-top:72px;
    }
    .content {
        width:100%;
    }
    #aboutUs .content {
        gap:30px;
    }
    .bg, .bg-grey {
        padding-left:20px;
        padding-right:20px;
    }
    .feat .title {
        max-width: 100%;
    }
    .benefits {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .benefits-wrapper .slick-list {
        padding-left: 20px!important;
    }
    .benefits-wrapper .slick-slide {
        margin:10px;
        padding: 10px 20px 20px;
    }
    .benefits-wrapper .slick-slide img {
        width:70px;
        height:70px;
    }
    .slick-next {
        right: 19px;
    }
    .slick-prev {
        left: -11px;
    }

    .benefits-wrapper {
        min-height: 393px;
    }
    a.apply-btn.center {
        margin:25px auto;
        height: auto;
    }
    .contact {
        height: auto;
        padding:40px 0;
    }
    .contact-image img {
        position: relative;
    }
    .app-process {
        padding:20px 0px;
    }
    .app-process ul li:before {
        border: solid 1px white;
        font-size: 14px;
        line-height: 15px;
        padding-left: 4px;
    }
    .ui[class*="four column"].grid>.column:not(.row), .ui[class*="four column"].grid>.row>.column {
        width: 100%!important;
    }
    .tiktok.icon svg {
        width: 21px;
        height: 21px;
    }
    .follow a i {
        font-size: 20px;
    }
    footer .content {
        padding:0px;
        width: 0px;
        overflow: hidden;
    }
    footer {
        height: 80px;
        padding:0 48px;
    }
    #einleitung {
        margin-top:72px;
    }
    footer .content svg {
        width: 30px;
        height: 30px;
    }
    footer .footerlogo {
        max-width: 85px;
        line-height: 0px;
    }
    footer .mobileContent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
    }
    section#banner {
        margin-bottom: 47px;
        padding:0px;
    }
    .mobileContent .apply-btn {
        width: 331px;
        max-width: 100%;
        height: 48px;
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px !important;
    }
    footer .share svg {
        position: absolute;
    }
    footer .share span {
        display: block;
        margin-left: 20px;
    }
    .brackch footer .share span, .brackch footer .stickyFooterTitle {
        color: #C5093E;
    }
    footer .closeShare {
        background-color: red;
        margin-left: 20px;
        border-radius: 8px 0px 0px 8px;
        width: 30px;
        position: relative;
    }
    .brackch footer .closeShare {
        background-color: #C5093E;
    }
    .alltronag footer .closeShare {
        background-color: #C5093E;
    }
    footer .closeShare svg {
        margin: 0px;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        position: absolute;
        top: 7px;
        left: 5px;
    }
    footer .content a:first-child svg {
        margin-left:0px;
    }
    footer .mobileContent.active {
        display: none;
    }
    .brackch footer .mobileContent .share svg path {
        fill: #C5093E;
    }
    .alltronag footer .mobileContent .share svg path {
        fill: #C5093E;
    }
    footer .content.active {
        display: flex;
        width: 100%;
        transition:width ease-in-out 0.5s;
    }
    footer.sticky .stickyFooterTitle {
        margin-right: 10px;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    footer .footerTitle {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    footer.sticky .share {
        display: none;
    }
    footer .aOrtHomo, footer .stellenProzent {
        font-size: 14px;
        color:black;
    }

    .content.app-process ul li:before {
        top:0px;
    }
    a.apply-btn {
        max-width: 100%;
    }
    footer .footerlogo  {
        line-height: inherit;
    }
    footer img {
        line-height: inherit;
    }
    header .content {
        padding-top:22px;
        padding-bottom:22px;
    }
    .sticky-title {
        display: none !important;
    }
    .logo img {
        width: auto;
    }
    .logo {
        height: 30px;
    }
    .swiper-slide {
        width: 308px !important;
    }
    .headerImage {
        margin-top:74px;
    }
    .benefits-wrapper {
        padding:72px 0;
    }
    .mobileContent .share {
        display: none;
    }
    .app-process ul {
        max-width: 100%;
    }
}
@media only screen and (max-width: 620px) {
    footer.sticky .stickyFooterTitle {
        display: none;
    }
    .mobileContent .apply-btn {
        width: 100%;
    }
    .swiper-slide {
        width: inherit !important;
    }
    .benefits-wrapper::after {
        display: none !important;
    }
    #contact {
        padding:0;
    }
    .contact {
        flex-direction: column-reverse;
        padding-top:0;
    }
    .contact-image img {
        width: 100%;
        max-width: 100%;
    }
    .contact-image {
        margin-top:0;
    }
    .contact-data {
        width: 100%;
        padding:40px 20px;
    }

    #jobWrapper {
        grid-template-columns: 1fr;
    }
    .headerImage .tablet, .headerImage .desktop {
        display: none;
    }
    .headerImage .mobile {
        display: block;
    }
}
@media only screen and (max-width: 451px) {
    #feat-image div {
        width: 500px;
        height: 500px;
        background-position-y: 190px;
        bottom:-20px;
    }
    div#feat-image .imgRoundBg {
        width: 500px;
        height: 500px;
        bottom:-15px;
    }
}