:root {
    --darkBlue: #143F7D;
    --lightBlue: #00B1EB;
    --teal: #006B87;
    --blueGreen: #C1DFC4;
    --orange: #DF824C;
    --yellow: #FED27A;
    --violet: #5F2F79;
    --blueGray: #B0C9EA;
}

*, :after, :before {
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font: 18px/18px 'ballinger', sans-serif;
    font-weight: 300;
    color: var(--teal);
    margin:0 auto;
    padding:0;
    width: 1px;
    width: 100%;
}
/**
 * Typography.
 */
h1 {
    font-family: 'ballinger-mono', sans-serif;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
    color: var(--teal);
}
h1 span {
    border-bottom: solid 3px var(--teal);
}
h2 {
    color: var(--teal);
    font-family: 'ballinger',sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.333em;
    text-decoration: none;
    text-transform: none;
    margin-bottom:20px;
}

h3, h3 a {
    font-family: 'ballinger', sans-serif;
    font-weight: normal;
    color: var(--teal);
    font-size: 18px;
}

h3 img {
    float:left;
    margin-right:5px;
}

h3 svg * {
    fill: #008DCF;
}

h4 {
    font-size:16px;
    font-weight: 700;
}

a {
    font-family: 'ballinger', sans-serif;
    color: var(--teal);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: var(--teal);
}

img {
    display: block;
}

ul {
    padding-left:20px;
    margin:0;
}
li {
    margin-bottom:15px;
}

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

p, th, td, ul, ol, div {
    color: var(--teal);
    font-family: 'ballinger', sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.4em;
    text-decoration: none;
    text-transform: none;
}

.content p {
   margin-top:20px;
}

.content p a {
    background: url(../images/icons/tools/more.png) no-repeat right center;
    border: 2px solid transparent;
    color: #860953;
    display: inline-block;
    font-family: 'ballinger',sans-serif;
    font-weight: 500;
    padding-right: 30px;
    text-decoration: none;
}

.content p a b {
    font-family: 'ballinger',sans-serif;
    font-weight: 500;
}

.isFirst {
    margin-top:0px;
}

.isLast {
    margin-bottom:0px;
}

/**
 * Layout
 */

#wrapper {
    width: 100%;
    max-width:980px;
    margin:0 auto;
    position: relative;
    padding-bottom:150px;
}

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

.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}
.width-85 {
    width:85%;
    vertical-align: bottom;
}
.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-15 {
    width:15%;
}
.separator {
    width:30px;
}
#ytBanner {
    position: absolute;
    z-index: 999999;
    top:40px;
    right: 200px;
}
#ytBanner.dispnone {
    display:none;
}
#ytBannerInner {
    background-color: var(--violet);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 20px;
    position: fixed;
}
#ytBannerText, #ytBanner a {
    font-family: 'ballinger-mono', sans-serif;
    font-size:20px;
    color: var(--blueGray);
    text-decoration: underline;
    text-underline-offset: 7px;
    line-height: 1.5em;
}
#ytBannerIcon, a #ytBannerIcon svg *  {
    fill:var(--blueGray) !important;
    font-size:20px;
}
#ytBannerIcon svg {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-left: 45px;
}
@media screen and (max-width: 736px) {
    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
        margin-bottom:40px;
    }
    .multicolumn .width-50:last-child {
        margin-bottom:0px;
    }
    .separator {
        display: none;
    }
}

/**
 * Header
 */

#header {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}
#header .content {
    padding: 0px;
    max-width: 980px;
    margin:0 auto;
}
#header .logo {
    width:160px;
    float:left;
    margin:13px 40px;
    z-index: 9999;
}
#header .logo.add {
    float:right;
    height:35px;
    width:auto;
}
#header .logo img {
    width:100%;
    height:auto;
}
#header .logo.add img {
    height:100%;
    width:auto;
}

/**
 * Sticky title
 */
.sticky-title {
    position: fixed;
    opacity:0;
    top:85px;
    z-index: 4;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.2s ease 0s;
    background: #fff;
    z-index: 1000;
}
.sticky-title .content {
    max-width: 980px;
    margin: 0px auto;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.sticky-title h1 {
    font-size:32px;
    margin:15px 40px;
}
header.sticky .sticky-title {
    opacity:1;
}

/**
 * Navigation
 */
#navigation {
    width:50%;
    float:left;
    text-align: center;
    margin-top:20px;
}
#navigation .menu li {
    display: inline-block;
    padding: 15px 25px;
    position: relative;
    z-index: 2;
    position: relative;
    margin-bottom:0px;
}
#navigation .menu li a {
    color: var(--teal);
    font-family: 'ballinger',sans-serif;
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}
#navigation .menu li a:hover {
    color: var(--teal);
}
/**
 * Slicknav menu
 */
.slicknav_menu {
    display: none;
    position: fixed;
    top: 77px;
    right: 0;
    font-size: 18px;
    background: white;
    width: 100%;
    z-index: 100000;
    margin:0;
}
.slicknav_btn {
    position: fixed;
    top: 18px;
    right: 65px;
    display: block;
    cursor: pointer;
}
.slicknav_icon-bar {
    position:absolute;
    display: block;
    width:30px;
    height:5px;
    background:#008DCF;
    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 #EFEFEF;
    width:100%;
}
#navigation .slicknav_nav li {
    display: block;
    margin:0px;
}
#navigation .slicknav_nav li.active {
    background: #003f7d;
}
#navigation .slicknav_nav li.active a {
    color:#ffffff;
}
#navigation .slicknav_nav a {
    font-family: 'ballinger',sans-serif;
    text-align: left;
    padding: 12px 10px 13px 40px;
    margin: 0;
    text-decoration: none;
    color: #003f7d;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    text-transform: uppercase;
    display: inherit;
}

/**
 * Content
 */
.content {
    width:100%;
    padding:85px 40px 40px;
    box-sizing: border-box;
}
article {
    margin:50px 0px 0px;
}
#job > p b {
    white-space: nowrap;
}
article:first-child {
    margin-top:0px;
}
main.content ul {
    margin:10px 0px 0px;
    padding-left: 0px;
    list-style: none;
}
main.content ul li {
    padding:0px 0px 0px 25px;
    margin-bottom: 6px;
    position: relative;
}
main.content ul li:before {
    font-size: 60px;
    line-height: 60px;
    content: "\00B7";
    position: absolute;
    top: -24px;
    left: -2px;
}
main.content ul li:last-child {
    margin-bottom: 0px;
}
main.content ul.meta {
    margin-bottom:35px;
}
main.content ul.meta li {
    display: inline-block;
    overflow: auto;
    padding:0px 20px 15px 0px;
    font-size:24px;
    line-height: 24px;
}
.image {
    margin-left:-40px;
    margin-right:-40px;
}
.image img {
    display:block;
    width:100%;
    height:100%;
}
.mobile {
    display:none!important;
}
.width-50.bg {
    box-sizing: border-box;
    padding: 20px;
    background-color: var(--blueGreen);
}

/**
 * Slider
 */
.slick-slide .width-50 {
    position: relative;
    vertical-align: middle;
}
.slick-slide .width-50 ul {
    margin:0px;
    padding:0px;
}
.content ul li.testimonial {
    font-style: italic;
    padding:0 25px;
    position: relative;
}
.content ul li.testimonial:before {
    content:"";
}

/**
 * Benefits
 */
.benefit {
    height:245px;
    padding:30px;
    background: #F4F4F4;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all .3s;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.benefit:hover {
    background: var(--blueGreen);
}
.benefit.lastBenefit:hover {
    background: #F4F4F4;
    cursor: initial;
}
.benefit.lastBenefit:hover h4 {
    opacity: 1;
    color: var(--teal);
}
.benefit .image {
    transition: all .3s;
    width:100px;
    height:100px;
    margin: 0 auto;
}
.benefit h4 {
    margin-bottom: 0;
    transition: all .3s;
    color: var(--teal);
}
.benefit .desc {
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: all .3s;
    position: absolute;
    bottom:0;
    left:0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    padding: 25px;
    box-sizing: border-box;
}

.benefit .desc a {
    color:#fff!important;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    position:absolute;
}

.benefit .desc span, .benefit .desc h4 {
    display: none;
}

.benefit:hover .desc h4 {
    display: block;
    width: 100%;
    color: var(--teal);
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}

.benefit:hover .desc span {
    display: block;
}

.benefit:hover .image, .benefit:hover > h4 {
    opacity:0;
}

.benefit:hover .desc {
    height: 245px;
    transition: all .3s;
    color: var(--teal);
}

#benefitsReadMore {
    background-color: var(--teal);
    border-bottom: 2px solid var(--blueGreen);
    color: var(--blueGreen);
}

#benefitsReadMore:hover {
    background-color: var(--blueGreen);
    border-bottom: 2px solid var(--teal);
    color: var(--teal);
}

.swiper {
    width: 100%;
    padding-bottom: 64px;

}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    user-select: none;
}
.swiper-button-next svg, .swiper-button-prev svg {
    position: absolute;
    width: 32px;
    height: 32px;
}
.swiper-button-next:before, .swiper-button-prev:before {
    content:"";
    width: 100%;
    height: 100%;
    background-color:white;
    border-radius: 50%;
    border:1px solid rgba(0,0,0,0.08);
    position: absolute;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 9px 22px -4px rgba(0,0,0,.05);
}
.swiper-button-prev {
    right:80px;
    left:inherit;
}
.swiper-button-next:hover:before, .swiper-button-prev:hover:before {
    transform: scale(1.2);
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.sliderControl {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    margin-top: 40px;
    gap:15px;
    position: relative;
}

/**
 * Contact.
 */
#contact .multicolumn.first {
    margin-bottom:30px;
}
.contact-wrap {
    display: table;
    width: 100%;
}
.contact-image {
    display: table-cell;
    background: #FFFFFF;
    border-right: 8px solid #FFFFFF;
    box-sizing: border-box;
    margin-right: 40px;
}
.contact-data {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.contact-data img {
    position: relative;
    top:2px;
    float:left;
    margin-right:8px;
}
.contact-data a.linkedin, .contact-data a.xing {
    padding: 10px 5px;
    border-radius: 10px;
    background: #F4F4F4;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
.contact-data a.linkedin {
    margin-left:20px;
}

/**
 * About us
 */
#about {
    background: var(--violet);
    margin-top:10px;
}
#about .content {
    padding-top:40px;
}
#about h2, #about p, #about a {
    color: var(--blueGray);
    background: none;
}
#map {
    border:solid 15px white;
}
#video {
    position: relative;
    padding-bottom: 55.6%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
#video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all!important;
}

/**
 * Google maps.
 */
#google-maps {
    position:relative!important;
    padding-top: 55%;
    height: 0;
}

#google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.google-maps-overlay {
    padding: 20px;
    background-color: #fff;
    width: 258px;
    box-sizing: border-box;
}

.google-maps-overlay a {
    margin: 0;
}

.google-maps-overlay ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.google-maps-overlay li {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 21px;
    list-style: none;
    font-family: 'ballinger', sans-serif;
}

.google-maps-overlay .button.apply {
    font-weight: normal;
    margin-top: 10px;
    white-space: nowrap;
}

.google-maps-overlay li:before {
    content: "";
}


/**
 * Info zur Bewerbung
 */
.info {
    position:relative;
    top:-22px;
}
.info.no-top {
    top:auto;
}
.info #info-trigger img {
    display: inline;
    position: relative;
    top: 2px;
    left: -7px;
    margin-right: 12px;
}
.info #info-trigger span {
    position: relative;
    left: -20px;
}
/**
 * Modal
 */
.ui.modal {
    top: 10%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0px;
    background: transparent;
}
.modal .modal-content {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
.modal-close {
    transition: color .1s ease;
    background-color: #003F7D;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
    width: 48px;
    height: 48px;
}
.modal-close:before {
    font-weight: lighter;
    font-size: 40px;
    line-height: 42px;
    content: "\00d7"!important;
    color: white;
}
.modal iframe {
    width: 100%;
    display: block;
    min-height: 590px;
    overflow: hidden;
    border-radius: 2px;
}
#info-modal {
    background: white;
    width: 911px!important;
}
#info-modal .modal-content {
    padding-top:30px;
}
#info-modal img {
    width:100%;
    height: auto;
    display: block;
}
#modal-map .modal-close {
    top:-15px;
    right:-15px;
}

/**
 * Footer
 */
footer {
    background: #fff;
    margin-top: 20px;
    margin-left: 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: initial;
    z-index: 1000;
}
footer .content {
    border-top: 1px solid #EFEFEF;
    max-width: 980px;
    margin: 0 auto;
    padding-top:20px;
    padding-bottom:20px;
}
footer .content:after {
    display: table;
    clear: both;
    content: "";
}
.social-icons {
    float:left;
    width:75%;
    margin-top:3px;
    position: relative;
}
.social-icons span {
    position: relative;
    top:-12px;
    margin-right:10px;
}
.social-icons a {
    padding:10px 5px;
    border-radius: 10px;
    background: #F4F4F4;
    margin-right:10px;
}
a svg {
    display: block;
    width: 20px;
    height: 20px;
    transition: all .3s ease;
    margin: 0 .5rem;
}
a svg * {
    fill: var(--teal);
    transition: all 0.2s ease;
}
a:hover svg * {
    fill: var(--teal);
}
.social-icons a.print {
    margin-left:50px;
}
.tooltip-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: #003F7D;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.2s;
    transform: scale3d(1, 0.9, 1);
    bottom: 60px;
    width: 215px;
    left: 67%;
    border-bottom:2px solid #008FD0;
}
.tooltip-content:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 34px;
    border: 11px solid transparent;
    border-top-color: #008FD0;
}
.tooltip-content a {
    display: block;
    margin:10px;
    float:left;
}
.tooltip-content a svg * {
    fill: #003F7D;
    transition: all 0.2s ease;
}
.tooltip-content a:hover svg * {
    fill: #008FD0;
}
.tooltip-content a.whatsapp {
    display:none;
}
.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;
}
.button.apply {
    background: var(--violet);
    border: 2px solid transparent;
    border-bottom: 2px solid var(--blueGray);
    border-radius: 2px;
    color: var(--blueGray);
    display: inline-block;
    font-weight: 600;
    min-width: 120px;
    padding: 10px 20px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-top:30px;
    font-weight: normal;
}
.button:hover, a.button:hover {
    background: var(--blueGray);
    border-bottom: solid 2px var(--violet);
    color: var(--violet);
}
footer .button.apply {
    float: right;
    margin-top:0px;
}
.ui.dimmer {
    z-index:9999999999;
}
/**
 * Media Queries
 */

@media screen and (max-width: 736px) {
    .content {
        padding-top: 60px;
    }
    #header .logo {
        width:100px;
        margin:20px 40px;
    }
    .logo.add {
        display: none;
    }
    #navigation {
        margin-top:0px;
    }
    #navigation .menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .sticky-title {
        top:60px;
    }
    #wrapper {
        padding-bottom:200px;
    }
    article#job {
        margin-top:30px;
    }
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    h1 {
        font-size: 28px;
        line-height: 32px;
    }
    h1 span {
        overflow-wrap: break-word;
    }
    .social-icons a.whatsapp {
        display:inline-block;
    }
    .social-icons {
        float: none;
        width: 100%;
    }
    .social-icons a {
        margin-bottom:10px;
    }
    .social-icons a.print {
        margin-left:0px;
    }
    .ui.modal {
        left:4%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width:84%;
    }
    .modal iframe {
        height:100%;
        overflow:auto;
        min-height: 860px;
    }
    .sticky-title h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .slick-slide .width-50 {
        margin-bottom: 10px;
    }
    .slick-prev, .slick-next {
        bottom:auto;
        top:18%;
    }
    .slick-next {
        right: -35px;
    }
    .slick-prev {
        left: -35px;
    }
    .button.apply {
        box-sizing: border-box;
        width:100%;
        max-width: 100%;
        text-align: center;
    }
    .social-icons {
        float: none;
        width: 125%;
        margin-left: -30px;
    }
    .social-icons span {
        display: none;
    }
    .social-icons a.internal.link.social {
        margin-right:0px;
    }
    .tooltip-content {
        left:auto;
        right:20px;
        bottom:70px;
    }
    .tooltip-content:after {
        left:auto;
        right: 10px;
    }
    .tooltip-content a.whatsapp {
        display: initial;
    }
    #info-modal {
        width: 92%!important;
        left:0px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #info-modal .modal-content {
        padding-top: 55px;
    }
    #contact .multicolumn.first {
        margin-bottom:0px;
    }
    .info {
        position:relative;
        top:0px;
        margin-top:30px;
    }
    .contact-data a.linkedin {
        margin-left:0px;
    }
    #job > p b {
        white-space: normal;
    }
    #ytBanner {right:110px;}
    #ytBannerText {display:none;}
    #ytBannerInner {
        width:80px;
        height: 80px;
    }
    #ytBannerIcon svg {
        width: 50px;
        height: 50px;
        margin-top: -26px;
        margin-left: -5px;
    }
}

.print-only {
    display:none;
}
.expired .box {
    margin-top:40px;
    padding:40px;
    background: var(--teal);
    text-align: center;
}
.expired .multicolumn .box .image {
    transition: all .3s;
    width: 130px;
    height: 80px;
    margin: 0 auto;
}
.expired .multicolumn .box .image svg {
    display: block;
    width: 100%;
    height: 100%;
}
.expired .box svg * {
    fill: #fff;
}
.expired .multicolumn .box:hover h4, .expired .multicolumn .box h4 {
    color: #fff;
}