/* Fonts */
@font-face {
    font-family: 'Akkurat-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/akkrg.eot');
    src: url('../fonts/akkrg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/akkrg.woff') format('woff'),
    url('../fonts/akkrg.ttf') format('truetype');
}

@font-face {
    font-family: 'Akkurat-Light';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/akklg.eot');
    src: url('../fonts/akklg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/akklg.woff') format('woff'),
    url('../fonts/akklg.ttf') format('truetype');
}

@font-face {
    font-family: 'Akkurat-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/akkbd.eot');
    src: url('../fonts/akkbd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/akkbd.woff') format('woff'),
    url('../fonts/akkbd.ttf') format('truetype');
}

html, body {
    height: inherit;
}

body {
    font-family: 'Akkurat-Regular', Arial, sans-serif;
    font-weight:normal;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #202020;
    font-size: 16px;
    line-height: 22px;
    margin:0;
    padding:0 40px;
    box-sizing: border-box;
    width: 1px;
    min-width: 100%;
}
/**
 * Typography.
 */
h1 {
    font-family: 'Akkurat-Light', Arial, sans-serif;
    font-size: 44px;
    line-height: 52px;
    margin-bottom:24px;
}

h2 {
    font-family: 'Akkurat-Regular', Arial, sans-serif;
    font-size:28px;
    line-height: 36px;
    margin-top:0px;
    margin-bottom: 18px;
}

h3 {
    font-family: 'Akkurat-Bold', Arial, sans-serif;
    font-weight: normal;
    font-size:28px;
    line-height: 36px;
    margin-top:0px;
    margin-bottom:20px;
}

#about h3 {
    margin-bottom:16px;
}

h4 {
    font-family: 'Akkurat-Light', Arial, sans-serif;
    font-size:24px;
    line-height: 32px;
    margin-top:0px;
}

em {
    display: block;
    font-family: 'Akkurat-Light', Arial, sans-serif;
    font-size:22px;
    line-height: 30px;
    font-style: normal;
}

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

a:hover {
    color: rgb(173, 11, 73);
    cursor: pointer!important;
}

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

b, strong {
    font-family: 'Akkurat-Bold', Arial, sans-serif;
    font-weight: normal;
    margin-bottom:10px;
}

p {
    margin:14px 0px 0px;
    line-height: 24px;
}

.addInfo {
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.addInfo.noContactNote.withPdf {
    justify-content: space-between;
}

.addInfo.withPdf .pdf {
    max-width: 40%;
}

.addInfo.hasContactForm .pdf {
    max-width: 290px;
}

.red {
    font-family: "Akkurat-Bold", Arial, sans-serif;
    color: #9A0941;
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.red.pdf {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.red.pdf a {
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    max-width: 290px;
}

.addInfo .red,.red.pdf a {
    color:#fff;
    background-color:#9A0941;
}
#saleryText {
    display: flex;
    justify-content: end;
    padding-left: 14px;
    margin-top: 0px;
}
#saleryText p {
    hyphens: auto;
    font-size: 16px;
}
/**
 * Layout
 */

#wrapper {
    width: 100%;
    max-width:1200px;
    margin:0 auto;
    padding-top:92px;
    padding-bottom:86px;
}
section {
    box-sizing: border-box;
    width:100%;
    max-width:1024px;
    margin:64px auto;
    clear:both;
    overflow: auto;
}
section.title {
    margin:32px auto;
    overflow: visible;
}
section.title h1 {

}
section.title em {
    width:75%;
}
section.tasks > *, section.requirements > * {
    width:75%;
}
section.more-jobs {
    margin-bottom:10px;
}
section.tasks {
    margin-bottom:48px;
}
section.requirements {
    margin-top:48px;
}
section#benefits {
    overflow: hidden;
}
.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-40 {
    width:40%;
}
.width-33 {
    width:33.333%;
}

.width-25 {
    width:25%;
}

.width-20 {
    width:18.4%;
}

.separator {
    width:16px;
}
.awards .separator {
    width:48px;
}

/**
 * Content general
 */
.isFirst {
    margin-top:0px!important;
}
.isLast {
    margin-bottom:0px!important;
}
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    width: 100%;
    max-width: 1200px;
    height:92px;
    z-index: 1000;
    background: #fff;
    transition: all 0.2s ease;
}
header article {
    width:100%;
    max-width: 1024px;
    margin: 0 auto;
    border-bottom:solid 1px #E0E0E0;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
}
}
.logo {
    display: block;
    transition: all 0.2s ease;
    min-width: 260px;
}
.logo a {
    display: block;
    width:100%;
    height:auto;
    width:260px;
}

.logo a img {
    display: block;
    width:100%;
    height:auto;
    min-width: 190px;
}

header.sticky {
    height:87px;
}
.sticky .logo {
    z-index: 10;
}
.sticky-title {
    display: none;
    transition: opacity 0.2s ease 0s;
    text-align: right;
}
.sticky-title h1, .sticky-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin:0;
}
header.sticky .sticky-title {
    display: block;
}
.header-image {
    margin:64px 0px;
}
.header-image img {
    display: block;
    width:100%;
    height:auto;
}
.content a {
    font-family: "Akkurat-Bold", Arial, sans-serif;
}
.content ul {
    margin:15px 0px 0px;
    padding:0;
}
.content ul li {
    padding-left:20px;
    margin-bottom: 12px;
    position: relative;
}
.content ul li:last-child {
    margin-bottom: 0px;
}
.content ul li:before {
    content: "\2013";
    position: absolute;
    left: 0px;
    font-size:12px;
}
.image img {
    width:100%;
    height:auto;
}
.bg .image img {
    border-radius: 50%;
    display: block;
}
.bg.awards .image img {
    border-radius: 0px;
}
section.bg.content h4 {
    font-size:22px;
    hyphens: auto;
    padding-right: 10px;
}
a.external {
    font-family: "Akkurat-Bold", Arial, sans-serif;
    font-weight: normal;
    display: block;
    margin:15px 0px;
    padding-left:22px;
    position: relative;
    float: left;
}
a.external:before {
    position: absolute;
    left: 0;
    top:5px;
    content:"";
    height:14px;
    width:14px;
    background: url("../images/icons/arrow-right.svg") no-repeat;
    background-size: 14px 14px;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
a.external:hover:before {
    transform: matrix(1, 0, 0, 1, 4, 0);
}

.bg {
    padding:32px 48px;
    background-color: #F2F2F2;
}
.bg h4 {
    margin-bottom:12px;
}
.awards h4 {
    margin-top:10px;
}
.follow {
    margin:-36px auto 50px;
}
.follow strong {
    position: relative;
    top:-2px;
}
.follow a {
    display: inline-block;
    margin-left:12px;
}
.follow a svg {
    width:18px;
    height:18px;
}
.follow a 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;
    fill: #202020;
}
.closing {
    margin-bottom:24px;
}
.closing p {
    width:75%;
}

/**
 * Benefits.
 */
.accordion {
    border-bottom:solid 1px #E0E0E0;
    margin:25px 0px 0px;
}
.ui.accordion .title:not(.ui) {
    overflow: auto;
    padding:24px 80px 24px 20px;
    font-family: 'Akkurat-Regular',Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #202020;
    border-top:solid 1px #E0E0E0;
    position: relative;
}
.ui.accordion .title:after {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
    width: 17px;
    height: 10px;
    content: '';
    background: url(../images/icons/down.svg) no-repeat;
    transition: all 0.3s ease-in-out;
    background-size: cover;
}
.ui.accordion .title.active:after {
    transform: rotate(-.5turn);
}
.accordion .title img {
    width:auto;
    height:32px;
    float:left;
    margin-right:20px;
}
.accordion .title h4 {
    margin-left:52px;
}
.ui.accordion:not(.styled) .accordion .title~.content:not(.ui), .ui.accordion:not(.styled) .title~.content:not(.ui) {
    padding: 0 0 24px 4.6em ;
    width:75%;
    box-sizing: border-box;
}
.ui.accordion:not(.styled) .title~.content:not(.ui):last-child {
    padding-bottom:20px;
}

/**
 * Video and Map
 */
#map, .video {
    margin-top:14px;
}
.video {
    height: 283px;
    overflow: hidden;
}
@media screen and (max-width:667px) {
    .video iframe {
        min-height: 283px;
        height: 283px !important;
    }
}
.video iframe {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 283px;
    display:block;
}
.video iframe.full-width {
    min-height:576px;
}
#map iframe {
    width:100%;
    height:auto;
    min-height: 283px;
    display: block;
}

/**
 * Jobs.
 */
#jobs {
    border-top:solid 1px #E0E0E0;
    margin:26px 0px 10px;
}
.job {
    display: table;
    width:100%;
    box-sizing: border-box;
    border-bottom:solid 1px #E0E0E0;
    padding:20px 80px 20px 0px;
    transition: all .15s ease-in-out;
    position:relative;
    color:#202020;
}
.job:hover {
    color:#202020;
}
.job:after {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    content: '';
    background: url(../images/icons/chevron-right.svg) no-repeat;
    -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;
}
.job:hover:after {
    right:19px;
}
.job h4 {
    font-family: 'Akkurat-Light', Arial, sans-serif;
    display: table-cell;
    width:80%;
    padding-right:10px;
}
.job p {
    display:table-cell;
    width:20%;
    font-size:12px;
    line-height: 14px;
    text-transform: uppercase;
}

/**
 * Footer
 */
footer {
    position: relative;
    background: white;
    width: 100%;
    max-width: 1200px;
    height: 86px;
    z-index: 1000;
    background: #fff;
}
footer article {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    border-top: solid 1px #E0E0E0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top:16px;
}
.social-icons {
    font-family: 'Akkurat-Bold', Arial, sans-serif;
    font-weight: normal;
    float:right;
    margin-top: 16px;
}
.social-icons a {
    margin-left: 20px;
    display: inline;
}
.social-icons a svg, .print svg {
    width: 18px;
    height: 18px;
}
.social-icons a svg *, .print 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;
    fill: #202020;
}

.button {
    font-family: 'Akkurat-Bold', Arial, sans-serif;
    font-weight: normal;
    border-radius: 2px;
    border:solid 2px #9A0941;
    display: inline-block;
    padding: 20px 30px;
    float:left;
    transition: all 0.2s ease;
    font-size:16px;
    line-height: 16px;
    margin-right:16px;
}
.apply {
    background-color: #9A0941;
    color: #fff;
}
.print {
    font-family: 'Akkurat-Bold', Arial, sans-serif;
    font-weight: normal;
    color:#202020;
    text-transform: lowercase;
    float:left;
    margin:16px 30px;
}
.print:hover {
    color:#202020;
}
.print svg {
    position:relative;
    top:3px;
    margin-right:8px;
}
.apply:hover {
    background: rgb(187, 12, 80);
    color:#fff;
    border-color: rgb(187, 12, 80);
}

/**
 * Modul Send2Friend
 */
.ui.modal {
    top:15%;
    border-radius: 0px;
    background: transparent;
}
.modal .modal-content {
    width: 100%;
    max-width: 930px;
    margin:0 auto;
    padding:0px;
    position:relative
}
.modal iframe {
    width:100%;
    display:block;
    min-height: 590px;
    overflow: hidden;
    border-radius: 2px;
}
.modal iframe#jobabo {
    min-height: 900px;
}
.modal-close {
    transition: color .1s ease;
    background: rgb(242, 242, 242);
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
    width: 48px;
    height: 48px;
}

.modal-close:hover {
    color: #5B5552;
}
.modal-close:before {
    font-family: 'Akkurat-Light', Arial, sans-serif;
    font-weight: lighter;
    font-size: 28px;
    line-height: 40px;
    content: "\00d7"!important;
    color: #202020;
}
@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: #ED2939;
 }
#navigation .slicknav_nav li.active a {
    color:#ffffff;
}
#navigation .slicknav_nav a {
    padding: 12px 10px 13px 20px;
    margin: 0;
    text-decoration: none;
    color: #ED2939;
    border-top: 1px solid #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    display: inherit;
}
.mobile {
    display:none!important;
}
.mobile.less, .mobile.more {
    padding-top:16px;
}
.mobile.less {
    display:none;
}
/**
* Contactform
 */
.step1 h4 {
    font-weight: normal;
    font-family: 'Akkurat-Bold', Arial, sans-serif;
}
#contactform .step2, #contactform .step3 {
    display: none;
}
#contactform .radioButton {
    padding:20px 0px;
    display: flex;
    justify-content: space-between;
}
#contactform .radio1 label, #contactform .radio2 label, #contactform .radio3 label,
#contactform .radio1 input, #contactform .radio2 input, #contactform .radio3 input  {
    cursor: pointer;
}
#contactform .radioButton input {
    margin-right: 5px;
}

#contactform .button {
    cursor: pointer;
    margin-bottom: 20px;
}
#contactform .textfield input {
    height: 46px;
    padding-left:10px;
    border:1px solid #949292;
}
#contactform .textfield input{
    height: 46px;
}
#contactform textarea {
    padding-top: 10px;
}
#contactform .textfield input, #contactform textarea {
    width: 100%;
    margin-bottom: 15px;
    padding-left:10px;
    border:1px solid #949292;
}
#contactform .telefonnummer {
    display: none;
}

/* Title Tooltip */
#addTooltip .button {
    float: none;
    vertical-align: super;
    position: relative;
    top: -7px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding: 0;
}

#addTooltip span {
    white-space: nowrap;
}

#salaryTooltip{
    background:transparent;
    padding:0;
    border: 0;
    cursor:pointer;
    display:inline-block;
    flex-shrink:0

}
#salaryTooltip span.ui.circular.icon.button.tooltip{
    font-size:0.5rem;
    width:18px;
    height:18px;
    }

/**
 * Media Queries
 */
@media only screen and (max-width : 1060px) {
    header article {
        padding: 0 40px;
    }
    #wrapper {
        pading-top:87px;
    }
    header {
        height:87px;
    }
    .logo {
        width:140px;
    }
    .sticky-title {
        padding-left: 100px;
        padding-top: 0;
        background: white;
        text-align: left;
    }
    .header-image {
        margin-bottom: 50px;
    }
    footer article {
        padding:20px 40px;
    }
    .width-40 {
        width: 100%;
    }
    .addInfo.withPdf .pdf {
        max-width: 100%;
    }
    .addInfo.hasContactForm .pdf {
        max-width: 42.5%;
    }
    #contactform .radioButton div {
        width: 100%;
    }
    #contactform .radioButton {
        flex-wrap: wrap;
    }
    #saleryText {
        padding-left: 0px;
        margin:20px 0;
    }
}
@media screen and (max-width: 720px) {
    .desktop {
        display:none!important;
    }
    .multicolumn > .desktop {
        display: none;
    }
    .mobile {
        display:block!important;
    }
    body {
        font-size: 16px;
        line-height: 24px;
        padding:0 24px;
    }
    #wrapper {
        padding-top:62px;
    }
    header, header.sticky {
        height:60px;
    }
    header.sticky .sticky-title {
        display:none;
    }
    .bg {
        padding: 24px;
    }
    .bg .multicolumn .separator:nth-child(1) {
        display: none;
    }
    #about .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    #about .separator {
        display: none;
    }
    #about .width-50:first-child {
        margin-bottom: 64px;
        overflow: auto;
    }
    h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 24px;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    h3 {
        font-size:24px;
        line-height: 32px;
        margin-bottom:0px;
    }
    h4 {
        font-size: 20px;
        line-height: 28px;
    }
    em {
        font-size:20px;
        line-height: 28px;
    }
    section.title em, .closing p {
        width:100%;
    }
    header article {
        padding: 0 24px;
    }
    .logo {
        width:119px;
    }
    .sticky .logo {
        width: 119px;
    }
    .header-image {
        margin-left: -24px;
        margin-right: -24px;
        margin-bottom: -62px;
    }
    section.tasks > *, section.requirements > * {
        width:100%;
    }
    .bg .image img {
        width: 165px;
        margin: 0 auto;
    }
    .bg .width-33.image img {
        width:90%;
        margin:0px;
    }
    .ui.accordion .title:not(.ui) {
        padding-left:0px;
    }
    .ui.accordion .title:after {
        right:0px;
        top:42px;
        margin-top: -15px;
    }
    #map iframe {
        height: 240px;
    }
    #about .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    #about .separator {
        display: none;
    }
    #about .width-50:first-child {
        margin-bottom: 64px;
        overflow: auto;
    }

    footer article {
        padding:16px 24px
    }
    .modal iframe {
        min-height:900px;
    }
    .button {
        width: calc(100% - 52px);
        margin-left: 26px;
        text-align: center;
    }
    #contactform .button {
        margin-left:0px;
        width: 100%;
    }
    .addInfo.hasContactForm .pdf {
        max-width: 100%;
    }
    .social-icons {
        margin-top:0px;
    }
    .print.icon {
        display:none;
    }
    .multicolumn > * {
        display:block;
        width: 100%;
        margin-bottom: 20px;
    }
    .multicolumn.mobile .width-33 {
        width:33.333%;
        display: table-cell;
    }
    .multicolumn.mobile .separator {
        width:16px;
        display: table-cell;
    }
    .awards h4 {
        font-size: 24px;
        line-height: 30px;
        margin:32px 0px 16px;
    }
    .accordion {
        margin-bottom: 0px;
    }
    .ui.accordion:not(.styled) .accordion .title~.content:not(.ui), .ui.accordion:not(.styled) .title~.content:not(.ui) {
        padding: 0 0 20px 0;
        width:100%;
        overflow: hidden;
    }
    .ui.accordion:not(.styled) .accordion .title~.content:not(.ui) p, .ui.accordion:not(.styled) .title~.content:not(.ui) p {
        overflow: hidden;
    }
    .social-icons {
        margin-top:32px;
        float:none;
    }
    .job, .job h4, .job p {
        width: 100%;
        display: block;
    }
    .job:after {
        top: 28px;
        right:0px;
        margin-top: 0px;
    }
    .job h4 {
        margin-bottom: 0px;
    }
    .video iframe {
        min-height: 186px;
    }
    .video iframe.full-width {
        min-height:226px;
    }
    footer {
        width: 115%;
    }
    .print.icon {
        display: none;
    }
    .addInfo {
        display: block;
        margin-top:0px;
    }
    .red {
        width: 100%;
    }
    .red:nth-of-type(2) {
        margin:20px 0px 0px;
        min-width:100%;
    }
}

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