
body {
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 100px;
    color:#fff;
    margin:0px;
}

h2 {
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
     font-size:36px;
     line-height:50px;
     margin-bottom: 35px!important;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:22px;
    line-height:24px;
    margin-bottom: 0px!important;
}

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

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

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

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

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

ul {
    padding-left: 18px;
}

em {
    display: block;
    font-style: normal;
    font-weight: 700;
    margin-top:35px;
    margin-bottom:35px;
}

.brackch em {
    color: #C5093E;
}

a.apply-btn, .teaser-link {
    background: #C5093E;
    border-radius: 15px;
    padding: 23px 80px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    text-align: center;
    position: relative;
    width:413px;
    font-size: 36px;
    height: 84px;
}
.brackch a.apply-btn, .brackch .teaser-link,
.brackch a.apply-btn:hover, .brackch .teaser-link:hover {
    background: #C5093E;
}
header a.apply-btn {
    width: 256px;
}
header .apply {
    width: 256px;
}
.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;
    margin-top:0px;
}
.brackch .bg-grey {
    background: #dae0e9;
}
.bg:first-of-type {
    padding:0px;
}

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

/**
 * Header
 */
header {
    box-shadow: 0 0 20px rgb(0 0 0 / 30%), 0 0 0 rgb(0 0 0 / 10%);
    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:10px;
    padding-bottom:10px;
    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 a.apply-btn {
    padding:7px 50px;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 22px;
    height: 52px;
}
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: 204px;
    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
 */
.feat {
    display: flex;
    align-items: flex-end;
    margin-top:85px;
    position: relative;
    min-height: 600px;
    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: 1369px;
    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;
}
.stellenProzent {
    display: inline-block;
    padding-left: 5px;
}
#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:70px;
}
.content {
    width:calc(100% - 40px);
    max-width: 1369px;
    margin:0px auto;
    padding:0px 20px;
}
#aboutUs .content {
    display: flex;
    justify-content: space-between;
}
.content50 {
    min-width: 48%;
    max-width: 48%;
}
ul {
    margin:0px;
    padding:0px;
    list-style-type: none;
}

ul li {
    padding-left:30px;
    position: relative;
    padding-bottom:35px;
}

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

ul li:before {
    position: absolute;
    left:0;
    top:10px;
    content:"";
    width:15px;
    height:15px;
    border-radius: 50%;
}
.profile.content ul li:before {
    width: 15px;
    height: 15px;
}
.content.app-process ul li:before {
    height: 18px;
    width: 18px;
}
.brackch ul li:before {
    background: #C5093E;
}

.intro {
    width:50%;
}

/**
 * Benefits
 */
.benefits-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 746px;
}

.benefits-wrapper > img {
    width:1511px;
    height:1511px;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left:-1000px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.benefits {
    width:55%;
    margin-left: 573px;
    margin-top:50px;
    margim-bottom:35px;
}

.benefits-wrapper .slick-list {
    padding-left:0px!important;
}

.benefits-wrapper .slick-slide {
    margin: 5px;
    padding:20px 40px 40px;
    -moz-box-shadow:    inset 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow:         inset 0 0 20px rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.benefits-wrapper .slick-slide.slick-active {
    background: rgba(255, 255, 255, 0.1);
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

.benefits-wrapper .slick-slide img {
    width:150px;
    height:150px;
    margin:0 auto;
}

.benefits-wrapper .slick-slide h3 {
    color:#fff;
    margin-bottom: 20px!important;
    hyphens:auto;
}

.benefits-wrapper .slick-slide p {
    color:#fff;
    font-size: 16px;
    line-height: 20px;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before, .slick-next:before {
    content:"";
    width:24px;
    height:30px;
    background-size: cover;
    position: absolute;
}

.slick-prev:before {
     background-image: url("../images/icons/left-arrow.png");
}

.slick-next:before {
    background-image: url("../images/icons/right-arrow.png");
}

/**
 * Contact
 */
.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.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 {
    border-radius: 50%;
    width:auto;
    text-align: right;
    max-width: 447px;
    position: absolute;
    border:8px solid #347d9f;
}
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:#fff;
}

.app-process ul li:before {
    border: solid 1px white;
    font-size: 13px;
    line-height: 17px;
    padding-left: 4px;
}

.app-process ul li:nth-child(1):before {
    content: "1";
}
.app-process ul li:nth-child(2):before {
    content: "2";
}
.app-process ul li:nth-child(3):before {
    content: "3";
}
.app-process ul li:nth-child(4):before {
    content: "4";
}
.app-process ul li:nth-child(5):before {
    content: "5";
}
.app-process ul li:nth-child(6):before {
    content: "6";
}
.app-process ul li:nth-child(7):before {
    content: "7";
}
.app-process ul li:nth-child(8):before {
    content: "8";
}

/**
 * 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;
}

/* Similar Jobs Alltron Brack */
.brackch .similar-jobs h2, .alltronag .similar-jobs h2 {
    color: #333;
}
#jobWrapper a.job {
    display: flex;
    background-color:white;
    margin-bottom:49px;
    padding:20px 15px;
    justify-content: space-between;
    height: 114px;
    align-items: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    color: #333;
    font-size: 16px;
    line-height: 1.4285em;
}
#jobWrapper a.job:hover {
    color:#333;
}
#jobWrapper .jobTitle {
    max-width: 380px;
    min-width: 380px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
#jobWrapper .jobTitle span {
    width: 100%;
}
#jobWrapper h3 {
    font-family: 'Open Sans';
    font-size: 22px;
    padding:0;
    margin: 0;
    font-weight: normal;
}
#jobWrapper .jobArbeitsOrt {
    position: relative;
    padding-left:25px;
    display: flex;
    align-items: center;
    width: 222px;
}
#placeicon {
    position: absolute;
    left:0px;
}

#jobWrapper .mehrErfahren {
    background-color: #C5093E;
    transition: all ease-in-out 0.2s;
    border: 1px solid #C5093E;
    color: white;
    display: flex;
    position: relative;
    align-items: center;
    font-family: 'Open Sans';
    justify-content: center;
    white-space: nowrap;
    border-radius: 30px;
    font-size: 12px;
    height: 37px;
    width: 133px;
}

#jobWrapper .mehrErfahren:hover {
    background-color: inherit;
    color: #000;
    border: 1px solid #C5093E;
}

@media only screen and (max-width: 1425px) {
    #jobWrapper a.job {
        height: inherit;
    }
}
@media only screen and (max-width: 1023px) {
    #jobWrapper .jobArbeitsOrt {
        display: none;
    }
    .intro {
        width: 100%;
    }
}

    .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%;
    }
    #jobWrapper .mehrErfahren {
        float: right;
    }
}

/**
 * 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:40px;
}
section#banner  {
    margin-top:0px;
    margin-bottom: 65px;
}
.contentbig {
    max-width: 1920px;
    margin:0 auto;
}
.mobileContent {
    display: none;
}
.simiMobile {
    display: none !important;
}
/**
 * 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;
    }
}
@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;
    }
    .feat {
        min-height: 460px;
    }
    .teamText {
        display: none;
    }
}
@media screen and (max-width: 819px) {
    .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;
    }
    .feat {
        min-height: 380px;
    }
    .desktop {
        display: none!important;
    }
    body, p, li, a, b, small, h2, h3, .slick-slide h3, .slick-slide p, .ui.card>.content small, .ui.card>.content .header {
        font-size: 13px!important;
        line-height: 18px;
    }
    h2, h3, h2 b {
        font-size: 18px !important;
        line-height: 25px;
    }
    em {
        margin:20px 0px;
    }
    h1 {
        font-size: 15px;
        line-height: 20px;
    }
    h2 {
        margin-bottom:15px!important;
    }
    ul li {
        padding-bottom: 15px;
    }

    ul li:before, .profile.content ul li:before {
        width:10px;
        height:10px;
        top:4px;
    }
    .icons {
        width: 38px;
        height: 38px;
    }
    section {
        margin-top:30px;
    }
    .content {
        width:100%;
    }
    .bg, .bg-grey {
        padding-left:20px;
        padding-right:20px;
    }
    .feat {
        margin-top:0px;
        min-height: 200px;

    }
    .feat .title {
        max-width: 100%;
    }
    .feat .title h1 {
        margin-right:-20px;
        width: auto;
        display: inline-block;
        float: left;
        clear: both;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .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 {
        display: block;
        padding-left:0px;
        padding-right:0px;
    }
    .contact-image img {
        position: relative;
        width:100%;
        top:-20px;
        bottom:auto;
        left:auto;
    }
    .contact-data {
        padding-top:0px;
        padding-bottom:20px;
        margin-top: 0px;
        width: 100%;
    }
    .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: 51px;
        padding:10px 0 10px 10px;
    }
    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;
    }
    section#banner {
        margin-bottom: 47px;
        padding:0px;
    }
    .mobileContent .apply-btn {
        min-width: 126px;
        max-width: 126px;
        padding:5px 10px 5px 15px;
        height: 33px;
        border-radius: 8px 0px 0px 8px;
        line-height: 22px;
    }
    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 .stickyFooterTitle {
        display: none;
        margin-left:10px;
        margin-top: -3px;
    }
    footer.sticky .stickyFooterTitle {
        margin-right: 10px;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        min-width: calc(100% - 240px);
        max-width: calc(100% - 240px);
    }
    footer .footerTitle {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    footer.sticky .share {
        display: none;
    }
    footer .aOrtHomo, footer .stellenProzent {
        font-size: 8px;
    }

    .content.app-process ul li:before {
        top:0px;
    }
    a.apply-btn {
        max-width: 100%;
    }
    footer .footerlogo  {
        line-height: inherit;
    }
    footer img {
        line-height: inherit;
    }
}
@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;
    }
}