body {
    font-family: 'Inter', Arial, sans-serif;
    font-weight:normal;
    color: #5b5551;
    font-size: 16px;
    line-height: 25px;
    margin:0;
    padding:0;
    width: 1px;
    width: 100%;
}
/**
 * Typography.
 */
h1 {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #B44C4C;
    margin-bottom:0px;
}

h2 {
    font-family: 'Inter', Arial, sans-serif;
    font-size:20px;
    margin-top:0px;
    margin-bottom: 0px;
}

h3 {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size:20px;
    margin-top:0px;
    margin-bottom:20px;
}
h1 {
    font-size: 39px;
    color: #261C1C;
    font-weight: 700;
    margin-bottom:25px;
    word-break: break-all;
    hyphens: auto;
}


h2 {
    font-size: 22px;
    color: #261C1C;
    font-weight: 700;
    margin-bottom:7px;
}

h3 , h3 b{
    font-size: 22px;
    color: #261C1C;
    font-weight: 700;
}


sticky-title h1,
.sticky-title h2 {
    color: #B44C4C;
}

.title h3 {
    font-family: 'Inter', Arial, sans-serif;
    margin-bottom: 15px;
    font-size:16px;
}

h4 {
    margin-bottom: 0px;
}

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

a:hover {
    color: #b93730;
    cursor: pointer!important;
}

.forty-five {
    padding-left:60px;
}

.forty-six {
    color: #725050;
    font-weight: 700;
}

ul {
    padding-left:20px;
    margin:0;
}
li {
    list-style-type:none;
    margin-bottom:15px;
}

b, strong {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    margin-bottom:10px;
}

strong {
    display: block;
}

p {
    margin:10px 0px 0px;
}


/**
 * Layout
 */

#wrapper {
    width: 100%;
    max-width:900px;
    margin:0 auto;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1), 0 0 0px rgba(0, 0, 0, 0.1);
    padding:153px 0px 112px;
}

header {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    z-index: 1000;
}
header article {
    margin:30px;
    overflow: hidden;
}
.logo {
    float:left;
    display: block;
    width:40%;
}
.logo img {
    width:185px;
    height:auto;
    margin-left:30px;
}
.logo a img {
    height:86px;
    width:auto;
    margin-left:0px;
}
.sticky-title {
    position:fixed;
    opacity:0;
    transition: opacity 0.2s ease 0s;
    background-color: #ffffff;
    width:100%;
    max-width:900px;
    box-sizing: border-box;
    display:table;
}
.sticky-title .title {
    display:table-cell;
    vertical-align: middle;
    width:66.66%;
    padding: 20px 30px;
    background: #E6E6E5;
}
.sticky-title h1, .sticky-title h2 {
    color:#B44C4C;
    font-size: 20px;
    line-height: 26px;
    margin:0;
}
.sticky-logo {
    display:table-cell;
    vertical-align: middle;
    width:33.33%;
    padding-right: 50px;
}
.sticky-logo img {
    width:100%;
    height:auto;
}
header.sticky .sticky-title {
    opacity:1;
}
.header img {
    display: block;
    width:100%;
    height:auto;
}
.content {
    padding:0 30px 30px 30px;
}

section {
    margin:40px 0px;
    clear:both;
}

.open-text {
    margin-bottom:10px;
}

.terms {
    margin-top:10px;
}

.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
}

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

.width-75 {
    width:75%;
}

.width-50 {
    width:50%;
}

.width-66 {
    width:66.666%;
}

.width-33 {
    width:33.333%;
}

.width-25 {
    width:25%;
}

.width-20 {
    width:20%;
}

.width-13 {
    width:13.333%;
}

.separator {
    width:20px;
}


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

    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    .width-80, .width-50 {
        margin-top:20px;
    }
    .separator {
        display: none;
    }
    .width-13 {
        margin-bottom:20px;
    }
}

/**
 * Navigation
 */
#navigation {
    float:right;
    margin-top: 65px;
    width:60%;
}

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

#navigation li {
    display:inline;
    padding-right:25px;
}
#navigation li:last-child {
    padding-right:0px;
}

#navigation li a {
    font-family:'Inter', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #5B5552;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}

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


/**
 * Content general
 */
.content ul {
    margin:15px 0px 0px;
    padding:0;
}
.content ul li {
    padding-left:18px;
    margin-bottom: 7px;
    position: relative;
}
.content ul li:last-child {
    margin-bottom: 0px;
}
.content ul li:before {
    content: "\2022";
    font-size: 20px;
    line-height: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.image img {
    width:100%;
    height:auto;
}
a.more {
    display: block;
    margin:15px 0px;
    background-position: left 3px;
}
a.more:after {
    content: "";
    display: inline-block;
    background-image: url("../images/icons/download.svg");
    width: 22px;
    height: 12px;
    margin-left: 5px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    background-repeat: no-repeat;
    transition: all .3s ease;
}
a.more:hover:after {
    margin-left:15px;
}
.top {
    height: 60px;
    width: 60px;
    margin: 40px auto;
    cursor: pointer;
    background-image: url("../images/icons/download-grey.svg");
    background-size: 60px 60px;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/**
 * Benefits.
 */
#benefits h3 {
    margin-bottom:25px;
}
.box {
    background: #64645F;
    padding:20px;
    color:#fff;
    font-size:14px;
    line-height:19px;
}
.benefits-icons {
    position: relative;
    clear: both;
    margin-right: -2%;
    margin-top:20px;
    margin-bottom:20px;
}
.benefit {
    background: #D5D5CD;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 123px;
    height: 130px;
    margin-bottom: 2%;
    margin-right: 1.8%;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    cursor: pointer;
    vertical-align: top;
}
.benefit:hover {
    background: #B44C4C;
    color:#fff!important;
}
.benefit:hover a {
    color:#fff!important;
    text-decoration: underline;
}
.benefit.active {
    width: 410px;
    height: 130px;
}
.benefit svg {
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    width:123px;
    height:123px;
    float:left;
}
.benefit.active svg {
    width:80px;
    height:80px;
}
.benefit svg * {
    fill: #999999;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}
.benefit:hover svg * {
    fill: #fff;
}
.benefit .text {
    opacity: 0;
    padding: 15px;
    position: absolute;
    left:65px;
    top:0;
    font-size: 14px;
    line-height: 18px;
    pointer-events: none;
}
.benefit.active .text {
    opacity: 1;
    pointer-events: auto;
}
.benefit-data {
    background: #c31622;
    color: #fff !important;
    padding:10px;
    width:auto;
    position: absolute;
    top:50%;
    left:90px;
    opacity:0;
    border-radius: 10px;
}
.benefit-data:before {
    font-size:40px;
    content:"\25b2";
    position:absolute;
    top: -7px;
    left: -19px;
    color:#c31622;
    transform: rotate(-45deg);
}
.benefit-data {
    z-index: 10000;
}
.benefit-data h3 {
    color: #fff;
}
.more-benefits {
    font-family: 'Inter', Arial, sans-serif;
    padding:0px 30px 0px 0px;
    background: url(../images/icons/download.svg) no-repeat top right;
    background-size: 18px 16px;
    margin: 15px 0px;
    color: #B44C4C;
    cursor: pointer;
    border:none;
}
.more-benefits:focus {
    outline:none;
}

/**
 * Kontakt.
 */
#kontakt .multicolumn {
    margin-bottom:30px;
}
#kontakt .multicolumn:nth-child(2) {
    margin-bottom:20px;
}
#kontakt .multicolumn > * {
    vertical-align: top;
}
#kontakt p {
    margin-bottom:0px;
}
.content .steps {
    margin-top:30px;
    margin-bottom:40px;
}
.content .steps li {
    margin-bottom:10px;
    text-align: center;
    padding:12px;
    color:#fff;
    position: relative;
}
.content .steps li:before {
    display: none;
}
.content .steps li:after {
    content:"";
    position:absolute;
    bottom:-10px;
    left:50%;
    margin-left:-15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 14px 0 14px;
}
.content .steps li:nth-child(1) {
    background: #AFAFAA;
}
.content .steps li:nth-child(1):after {
    border-color: #AFAFAA transparent transparent transparent;
}
.content .steps li:nth-child(2) {
    background: #9B9B95;
}
.content .steps li:nth-child(2):after {
    border-color: #9B9B95 transparent transparent transparent;
}
.content .steps li:nth-child(3) {
    background: #83837C;
}
.content .steps li:nth-child(3):after {
    border-color: #83837C transparent transparent transparent;
}
.content .steps li:nth-child(4) {
    background: #64645F;
}
.content .steps li:nth-child(4):after {
    border-color: #64645F transparent transparent transparent;
}
.content .steps li:nth-child(5) {
    background: #484843;
}
.content .steps li:last-child:after {
    border-color: transparent transparent transparent transparent;
}

/**
 * Video and Map
 */
#location .separator {
    width:90px;
}
#video iframe {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 210px;
}
#map iframe {
    width:100%;
}

/**
 * Jobs.
 */
#jobs {
    margin:30px auto;
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
#jobs {
    margin: 30px auto;
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 1024px;
    margin: 0 auto;
    justify-content: space-between;
}
.job {
    box-sizing: border-box;
    width: calc( 33.333% - 20px );
    margin:10px;
    background-color: #E6E6E5;
    border:solid 1px #E6E6E5;
    padding:20px 20px 80px 20px;
    transition: all .15s ease-in-out;
    position:relative;
}
.job {
    box-sizing: border-box;
    width: calc( 33.333% - 20px );
    margin: 10px 0px;
    background-color: #fff;
    border: solid 1px #fff;
    padding: 20px 0px 70px 0px;
    transition: all .15s ease-in-out;
    position: relative;
    box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.05), 0px 9px 46px rgba(0, 0, 0, 0.03), 0px 11px 15px rgba(0, 0, 0, 0.1);
}
.job:nth-child(3n) {
    margin-right:0px;
}
.job:hover {
    background-image: linear-gradient(#fffdfd, #f3f0f0);
}

.job h3 {
    color: #261C1C;
    font-size: 20px;
    line-height: 26px;
    padding: 0px 20px;
    hyphens:auto;
}
.job p, .job strong {
    color:#5B5552;
    font-size:14px;
    margin:0px;
}
.job .intro {
    overflow-wrap: break-word;
    padding: 0px 20px;
}

.job .footer {
    width: 100%;
    border-top: 1px solid #EBE1DD;
    margin-top:10px;
    padding:10px 20px 20px 20px;
}
.job .hospital {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.job .location, .job:hover strong.location {
    font-size: 12px;
    line-height: 20px;
    color: #B44C4C;
}
.job .footer .footerInner {
    padding: 0px 20px 0px 20px;
    bottom: 20px;
    position: absolute;
}
.jobInner {
    margin-bottom: 40px;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    #jobs {
        margin-top:20px;
    }
    .job {
        width: calc( 50% - 20px );
    }
    .job:nth-child(3n) {
        margin-right:10px;
    }
}
@media screen and (max-width: 767px) {
    #jobs {
        margin-left:0px;
        margin-right:0px;
    }
    .job {
        width: 100%;
        margin: 10px 0;
    }
}


/**
 * Footer
 */

footer {
    background-color:#E6E6E5;
    float: left;
    margin-left: 0;
    padding: 10px 30px;
    position: fixed;
    bottom: 0;
    max-width: 900px;
    width: 100%;
    z-index: 999;
}
.social-icons {
    margin-top:15px;
}
.social-icons a {
    margin-right: 40px;
    float:left;
}
.whatsapp {
    display:none;
}
.social-icons a svg {
    width: 20px;
    height: 20px;
}
.social-icons a:hover {
    color: #B44C4C;
}
.social-icons a span {
    color:#64645F;
    font-size:16px;
    line-height:19px;
    position:relative;
    top:-3px;
    transition: all .3s ease;
}
.social-icons a svg * {
    fill: #64645F;
    transition: all .3s ease;
}
.social-icons a:hover span {
    color:#B44C4C;
}
.social-icons a:hover svg * {
    fill: #B44C4C !important;
}
.button.apply, #jobabo-subscribe-button {
    border-radius: 0;
    border:solid 1px #450B0B;
    background-color: #450B0B;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    float:right;
    transition: all 0.2s ease;
    letter-spacing: 1px;
    font-size:18px;
    margin-left:40px;
}
.button.apply:hover, #jobabo-subscribe-button:hover {
    background: #fff;
    color:#B44C4C;
}
#jobabo-subscribe-button {
    border: solid 1px #450B0B;
    background-color: #450B0B;
    color: #fff;
}

.button.apply:hover,
#jobabo-subscribe-button:hover {
    border: solid 1px #450B0B;
    background-color: #450B0B;
    color: #fff;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 6px 30px rgba(0, 0, 0, 0.03), 0px 8px 10px rgba(0, 0, 0, 0.1);
}

.expired header {
    position:relative;
}
#wrapper.expired  {
    padding-top:0px;
}
.expired article {
    margin-top:0px;
    padding-top:30px;
}
.expired .jobabo {
    margin-bottom:80px;
}
.expired #jobabo-subscribe-button {
    float:none;
    margin-left: 0px;
}
.tooltip-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    padding: 20px;
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.2s;
    transform: scale3d(1, 0.9, 1);
    top: -60px;
    width: 270px;
    left: 0px;
}
.tooltip-content a {
    margin-right:20px;
}
.tooltip-content a.xing {
    margin-right:0px;
}
.tooltip-content a svg {
    width: 30px;
    height: 30px;
}

.tooltip-content:after {
    content: "";
    position: absolute;
    top: 99%;
    left: 34px;
    border: 11px solid transparent;
    border-top-color: #fff;
}
.tooltip-content.show {
    transition: transform 0.2s;
    opacity: 1;
    z-index: 10;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -transform: scale3d(1, 1, 1);
    pointer-events: auto;
}

/**
 * Modul Send2Friend
 */
.ui.modal {
    top:15%;
    border-radius: 0px;
    background: #fff;
}
.modal .modal-content {
    width: 100%;
    max-width: 930px;
    margin:0 auto;
    padding:0px;
    position:relative
}
.modal iframe {
    width:100%;
    display:block;
    min-height: 620px;
    overflow: hidden;
}
.modal-close {
    transition: color .1s ease;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #F6F6F5 none;
    text-align: center;
    text-decoration: none;
    color: #5B5552;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -10px!important;
    right: 7px!important;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
    width: 36px;
    height: 36px;
}
.modal-close:hover {
    color: #5B5552;
}
.modal-close:before {
    font-weight: lighter;
    font-size: 28px;
    line-height: 32px;
    content: "\00d7"!important;
}
@media screen and (max-width: 670px) {
    .modal.bottom-sheet {
        max-height: 100%;
        z-index: 2;
    }
    .modal .modal-content, #modal iframe {
        height:100%;
    }
}
/**
 * Slicknav menu
 */
.slicknav_menu {
    display: none;
    position: fixed;
    top: 112px;
    right: 0;
    font-size: 16px;
    background: white;
    width: 100%;
    z-index: 100000;
    margin:0;
}
.slicknav_btn {
    position: fixed;
    top: 22px;
    right: 50px;
    display: block;
    cursor: pointer;
}
.slicknav_icon-bar {
    position:absolute;
    display: block;
    width:40px;
    height:4px;
    background:#64645F;
    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(50grad);
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
    top:10px;
    transform: rotate(-50grad);
}
#navigation .slicknav_nav {
    list-style: none;
    margin:0px;
    padding:0px;
    border-bottom: 1px solid #cccccc;
    width:100%;
}
#navigation .slicknav_nav li {
    display: block;
    margin:0px;
}
#navigation .slicknav_nav li.active {
     background: #B44C4C;
 }
#navigation .slicknav_nav li.active a {
    color:#ffffff;
}
#navigation .slicknav_nav a {
    padding: 12px 10px 13px 20px;
    margin: 0;
    text-decoration: none;
    color: #B44C4C;
    border-top: 1px solid #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    display: inherit;
}
.mobile, .button.apply.mobile {
    display:none;
}

/**
 * Accordion
 */
.ui.styled.accordion, .ui.styled.accordion .accordion {
    border-radius: 0;
    box-shadow: none;
    margin-bottom:20px;
}
.ui.styled.accordion .accordion .title, .ui.styled.accordion .title {
    color:#EFEFEF;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Inter', Arial, sans-serif;
    position:relative;
    padding:20px 40px 20px 20px;
}
.ui.styled.accordion .active.title, .ui.styled.accordion .accordion .active.title, .ui.styled.accordion .accordion .title:hover, .ui.styled.accordion .active.title, .ui.styled.accordion .title:hover {
    background: #64645F;
    color:#EFEFEF;
}
.ui.styled.accordion .title:before {
    content: "";
    width:25px;
    height:1px;
    background: #EFEFEF;
    position: absolute;
    top:28px;
    right:20px;
}
.ui.styled.accordion .title:after {
    content: "";
    width:1px;
    height:25px;
    background: #EFEFEF;
    position: absolute;
    top: 16px;
    right: 32px;
    transition: all .2s ease-in-out;
}
.ui.styled.accordion .title.active:after {
    transform: rotate(90deg);
}
.min,.max {
    display:none;
}

/*
** Cookie layer
 */
 .cookieLayer {
    width: 100%;
    background-color:#450b0b;
    height: 100%;
    position: absolute;
    top: 0;
}

.page-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 10000;
    transition: background-color 250ms linear;
}

div#cookieBanner {
    z-index: 999999;
    position: fixed;
    background-color: transparent;
    width:100%;
    bottom: 0;
    align-items: center;
    transition: opacity 1s ease, bottom 1s ease, height 1s ease, transform 1s ease;
    perspective: 1000px;
}

div#cookieBanner.hidden {
    opacity: 0;
    bottom: -100px;
    position: fixed;    
}

div#cookieBanner.visible {
    opacity: 1;    
    bottom: 0;
}
@keyframes doubleFlip {
    0% {
      transform: rotateX(0deg);
    }
    30% {
      transform: rotateX(-30deg);
    }
    100% {
      transform: rotateX(180deg);
    }
  }
.front, .back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 1s ease;
}
.front {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
} 
div#cookieBanner.flipOut .front {
    animation: doubleFlip 1s ease-in-out;
}
div#cookieBanner.flipOut {
    opacity:0;
}
#cookieBanner .cookieBannerInner {    
    max-width: 1220px;
    margin:0 auto; 
    padding-top:30px;
    padding-bottom:15px;   
}
#cookieBanner .cookieBannerInner > div {
    transition: opacity 1s ease, height 1s ease;
    overflow: auto!important;
}
#cookieBanner .cookieBannerInner:first-of-type > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:40px;
}
#cookieBanner h3 {
    font-weight: 300;
}
#cookieBanner p {
    font-size:14px;
    line-height: 18px;
    color:#000;
    padding:0px;
}
#cookieBanner label {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.cookies-checkboxes {
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
.cookieButton {
    width: 321px;
    background-color:#450b0b;
    color:white;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    cursor: pointer;
    transition: background-color 125ms linear;
}
.cookieButton:hover {
    background-color: #503d3d;
}
#cookieBanner .cookieButton.acceptAll {
    margin-bottom: 16px;
}
.cookieButton.saveSettings, .cookieButton.onlyMandatory {
    margin-top:10px;
    background-color:#f7f7f7;
    color:#555;
    border:none;
}
.cookieButton.saveSettings:hover, .cookieButton.onlyMandatory:hover {
    background: #e6e6e6;
}
#cookieBanner .cookieIcon {
    max-width: 60px;
    min-width: 60px;
}
div.openSettings {
    font-size: 10.5px;
    text-align: center;
    color: #450b0b;
    cursor: pointer;
}
.external-links {
    text-align: center;
    color:rgb(170, 170, 170);
    font-size: 10.5px;
}
.external-links a {
    color:rgb(170, 170, 170)!important;
    font-size: 10.5px;
}
.ui.checkbox label:before, .ui.checkbox input:focus~label:before, .ui.checkbox input:hover~label:before {
    width:20px;
    height:20px;
    background-color: #fff;
    border-color: #1b4e4d;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
}
.ui.checkbox label:after {
    width:20px;
    height:20px;
    font-weight: lighter;
}
.ui.checkbox input:checked~label:before, .ui.checkbox input:checked:focus~label:before {
    background-color: #450b0b;
    border-color: #450b0b;
}
.ui.checkbox input:checked~label:after, .ui.checkbox input:checked:focus~label:after {
    color:white;
}
.ui.checkbox input:checked:disabled~label:before {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.ui.checkbox input:checked:disabled~label:after {
    color:#999;
}
.transitioning {
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
}
  
.hidden {
max-height: 0 !important;
}
  
.showing {
    max-height: 500px; /* Or whatever your max height is */
}
  

/*
** Modal Cookie Settings
 */
.cookieSetting {
    background-color: #f7f7f7;
    border-radius: 0;
    color: #555;
    margin: 0.5em 0;
    padding: 0.5em 1.5em 1.5em 0.5em;
    display: flex;
    justify-content: space-between;
}
.cookieSetting h4 {
    font-size: 1.25em;
    margin: 0 0 0.25em 0;
    font-weight: 300;
}
.settingText {
    width:80%;
}
.cookieSettingsFooter {
    display: flex;
    justify-content: space-between;
    gap:30px;
    position: absolute;
    bottom:0;
    background-color:white;
    width: 100%;
    padding:30px 50px;
    box-shadow: 0 0 15px 15px white;
}
.cookieSettingsFooter .cookieButton {
    width: 235px;
}
.form-group {
    position: relative;
}
.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}
.form-group .input-group, .form-group input {
    margin-top: 5px;
    border-color: lightgray;
}
.toggle-switch-check, label:not(.toggle-switch) .toggle-switch {
    bottom: 0;
    font-size: 62.5%;
    height: 24px;
    opacity: 0;
    position: absolute;
    width: 48px;
    z-index: 2;
}
.toggle-switch {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    max-width: 100%;
    position: relative;
}
.toggle-switch:not(:checked)~.toggle-switch-bar:after {
    left: 3px;
}

.toggle-switch-check~.toggle-switch-bar, label:not(.toggle-switch) .toggle-switch~.toggle-switch-bar {
    display: inline-flex;
    font-size: .625rem;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-indent: 0;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


.toggle-switch-check:checked~.toggle-switch-bar:before, label:not(.toggle-switch) .toggle-switch:checked~.toggle-switch-bar:before {
    background-color: #450b0b;
    border-color: #450b0b;
    border-style: solid;
    border-width: 1px;
}
.toggle-switch-bar:before {
    border-radius: 22px;
    width: 60px;
    height: 29px;
}
.toggle-switch-bar:after {
    border-radius: 50%;
    height: 23px;
    width: 23px;
    top: 3px;
}
.toggle-switch-check:checked~.toggle-switch-bar:after, label:not(.toggle-switch) .toggle-switch:checked~.toggle-switch-bar:after {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    left: 28px;
}

.toggle-switch-check~.toggle-switch-bar::before, label:not(.toggle-switch) .toggle-switch~.toggle-switch-bar::before {
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .1s ease-in,border-color .1s ease-in,box-shadow 150ms ease-in-out,color .1s ease-in,left .1s ease-in,right .1s ease-in;
    width: 48px;
}
.toggle-switch-bar:after {
    border-radius: 50%;
    height: 23px;
    width: 23px;
    top: 3px;
}

.toggle-switch-bar .toggle-switch-handle {
    display: block;
    min-width: 48px;
    text-transform: uppercase;
}

.toggle-switch:checked~.toggle-switch-bar:after {
    left: 34px;
}
.toggle-switch:not(:checked)~.toggle-switch-bar:before {
    background-color: #ccc;
    border-color: #ccc;
}
.toggle-switch-bar:before {
    border-radius: 22px;
    width: 60px;
    height: 29px;
}

.toggle-switch-check~.toggle-switch-bar:after, label:not(.toggle-switch) .toggle-switch~.toggle-switch-bar:after {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    bottom: 4px;
    content: "";
    display: block;
    height: 16px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: background-color .1s ease-in,border-color .1s ease-in,box-shadow 150ms ease-in-out,color .1s ease-in,left .1s ease-in,right .1s ease-in;
    width: 16px;
}

#cookieSettings .toggle-switch-bar:before {
    border-radius: 22px;
    width: 60px;
    height: 29px;
}
#cookieSettings .toggle-switch-bar:after {
    border-radius: 50%;
    height: 23px;
    width: 23px;
    top: 3px;
}
#cookieSettings .toggle-switch:not(:checked)~.toggle-switch-bar:after {
    left: 3px;
}

#cookieSettings .toggle-switch:checked~.toggle-switch-bar:after {
    left: 34px;
}
#cookieSettings .toggle-switch[disabled], .toggle-switch-check:disabled~.toggle-switch-bar, .toggle-switch-check[disabled]~.toggle-switch-bar, label:not(.toggle-switch) .toggle-switch:disabled~.toggle-switch-bar, label:not(.toggle-switch) [disabled].toggle-switch~.toggle-switch-bar {
    cursor: not-allowed;
    opacity: .4;
}
#cookieSettings .toggle-switch[disabled] {
    opacity: 0;
}
#saveSettingsAll {
    color:white !important;
}
#cookieSettings .external-links {
    text-align: right;
}

.cookieSettingsButtons {
    margin-top:15px;
    margin-bottom:30px;
    display: flex;
    gap:5px;
    position: relative;
}
.cookieSettingsButtons .cookieButton {
    width:auto;
    padding:0 20px;
    margin:0px;
}
#back {
    color: rgb(136, 136, 136);
    font-size: 10.5px;
    position: absolute;
    right: 0;
    bottom: 0;
}

/**
 * Media Queries
 */
@media screen and (max-width: 668px) {
    .desktop, .button.apply.desktop {
        display: none;
    }
    .mobile, .button.apply.mobile{
        display: block;
    }
    .button.apply.mobile{
        margin-top: 20px;
    }
    #wrapper {
        padding-top:82px;
    }
    header article {
        margin:10px 20px;
    }
    .logo {
        width:100%;
    }
    .logo a img {
        height: 55px;
    }
    #navigation {
        margin-top:0px;
    }
    #navigation .menu {
        display: none;
    }
    header {
        background: white;
    }
    .slicknav_menu {
        display: block;
    }
    .sticky-title {
        font-size: 18px;
        width: 100%;
    }
    .sticky-title .title {
        padding:10px 20px;
    }
    header.sticky .sticky-title {
        margin-top: 0px;
        position: fixed;
        top: 82px;
    }
    .sticky-logo {
        display: none;
    }
    .content {
        padding:0 20px;
    }
    section {
       margin:20px 0px;
    }
    .box {
        margin-bottom:20px;
    }
    .benefit {
        display: block;
        box-shadow: none;
        text-align: left;
        width: 100%;
        height:auto;
    }
    .benefit svg {
        width:80px;
        height:80px;
    }
    .benefit .text {
        position: relative;
        float:left;
        width:70%;
        vertical-align: top;
        opacity: 1;
        box-shadow: none;
        font-size: 16px!important;
        line-height: 22px;
        padding-left:0px;
        left:auto;
        z-index: 100;
    }
    .benefit.active {
        width:100%;
        background:#D5D5CD;
        color:#5b5551!important;
    }
    .benefit.active svg * {
        fill:#999999;
    }
    #kontakt {
        margin-top:30px;
    }
    #kontakt .multicolumn > .separator {
        display: table-cell;
        width:20px;
    }
    #kontakt .multicolumn > .width-20 {
        display: table-cell;
        width: 33.333%;
    }
    #kontakt .multicolumn > .width-80 {
        display: table-cell;
        width: 66.666%;
    }
    #kontakt em {
        display:block;
        line-height:18px;
    }
    #morejobs .width-33 {
        padding:20px 0px;
    }
    footer {
        position: relative;
        padding:20px;
    }
    .button.apply, #jobabo-subscribe-button {
        display: block;
        float:none;
        width:100%;
        margin-bottom:20px;
        text-align: center;
        margin-left:0px;
    }
    .tooltip-content {
        top:80px;
    }
    .header-image .desktop {
        display:none;
    }
    .header-image .mobile {
        display:block;
    }
    .modal iframe {
       min-height:1084px;
    }
    .forty-five {
        padding-left:0px;
        display: block;
    }
    #cookieBanner .cookieBannerInner:first-of-type > div,
    #cookieBanner .cookieBannerInner > div {
        display: block;
        padding-left:20px;
        padding-right:20px;
    }
    .cookieButtons {
        margin-top:30px;
    }
    .cookieButton {
        width:100%;
    }
    .cookieSettingsButtons {
        display: block;
        overflow: auto;
        width: 80%;
        margin: 20px auto;
        text-align: center;
    }
    .cookieSettingsButtons .cookieButton {
        margin-right: 5px;
        display: inline-block;
        line-height: 38px;
    }
    #back {
        position: inherit;
        right: auto;
        bottom: auto;
        display: block;
        padding-top: 20px;
        float: left;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 420px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 16px;
    }
    .sticky-title {
        letter-spacing: 1px;
    }
    #video {
        margin-bottom:10px;
    }
    .slick-slider {
        margin-bottom:20px;
    }
    #map iframe {
        height: 240px;
    }
}

.print-only, .no-show {
    display:none;
}

.expired .content {
    padding-top:60px;
}
.expired .button.apply {
    float:none;
    margin-top:20px;
}
