/* typography */

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=8f65511b-9375-4889-b81b-32889f018b27&fontids=1475944,1475956,1475968");
@font-face{
    font-family:"Univers LT Std 45";
    src:url("../fonts/1475944/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix");
    src:url("../fonts/1475944/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix") format("eot"),url("../fonts/1475944/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"),url("../fonts/1475944/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff"),url("../fonts/1475944/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype"),url("../fonts/1475944/b2ea19ff-0237-4d94-a107-eaa12af161ef.svg#b2ea19ff-0237-4d94-a107-eaa12af161ef") format("svg");
}
@font-face{
    font-family:"Univers LT Std 55";
    src:url("../fonts/1475956/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix");
    src:url("../fonts/1475956/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix") format("eot"),url("../fonts/1475956/5c8d59c2-9c85-4a22-88e3-bf3fba01dcd8.woff2") format("woff2"),url("../fonts/1475956/fc51d03b-0d7d-45df-9415-3c6270c80749.woff") format("woff"),url("../fonts/1475956/74bdff6d-c5de-42e8-a4d8-11ea14eddb22.ttf") format("truetype"),url("../fonts/1475956/bd04ae3d-23dc-4975-9967-e21c43e5b59f.svg#bd04ae3d-23dc-4975-9967-e21c43e5b59f") format("svg");
}
@font-face{
    font-family:"Univers LT Std 65";
    src:url("../fonts/1475968/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix");
    src:url("../fonts/1475968/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix") format("eot"),url("../fonts/1475968/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"),url("../fonts/1475968/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff"),url("../fonts/1475968/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf") format("truetype"),url("../fonts/1475968/1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e") format("svg");
}



body {
    margin: 0;
    font-family: 'Univers LT Std 45', sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

h1 {
    margin: 30px 0;
    color: #008BCA;
    font-family: 'Univers LT Std 65', sans-serif;
    font-size: 62px;
    line-height: 72px;
}

h2 {
    font-family: 'Univers LT Std 65', sans-serif;
    margin: 0 0 30px 0;
    color: #002954;
    font-size: 36px;
    line-height: 38px;
}
.subtitle {
    color: #008BCA;
    width: 100%;
}
ul {
    list-style-type: none;
    margin: 0;
    padding-inline-start: 30px;
}

ul > li:before {
    content: "-";
    position: absolute;
    margin-left: -1.1em;
}

p {
    margin: 0;
}



main {
    margin-bottom: 200px;
}

.wrapper {
    max-width: 1440px;
    background-color: white;
    margin: 0 auto;
}

header .row {
    margin: 0;
}

.row {
    padding: 0 135px;
    overflow: hidden;
    margin: 30px 0;
}

.row.full-width {
    padding: 0;
    overflow: hidden;
}

.logo {
    padding: 30px 0;
}

.logo img {
    max-height: 80px;
}

.mainpic-container {
    margin: 0;
}

.mainpic {
    width: 100%;
}

.mainpic.mobile {
    display: none;
}

.row.title {
    margin: 0;
}

.row.intro {
    margin: 0 0 70px 0;
    padding-bottom: 70px;
    box-shadow: -636px 0 white, 636px 0 white, 0 47px 65px -2px rgba(0, 0, 0, 0.03);

}

.row.stackable {
    margin: 80px 0;
}

.column-one {
    float: left;
    margin-right: 5%;
    width: 45%;
}

.column-two {
    overflow: hidden;
    min-height: 300px;
    position: relative;
}

.contact .column-two {
    min-height: auto;
}

.benefits {
    padding: 70px 135px;
    background-color: #F2F2F2;
}

.benefits.mobile {
    display: none;
}

.benefits h2 {
    margin-bottom: 30px;
}


#cf {
    position:relative;
    height:130px;
    margin:0 auto;
}

#cf svg {
    position:absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 100px;
}

#cf svg.top {
    opacity:0;
}

#cf svg.bottom {
    opacity:1;
}
/*
#cf svg.top:hover {
    opacity:1;
}
*/
#cf svg.bottom:hover {
    opacity:0;
}


#benefit-img {
    position:relative;
    height:130px;
    margin:0 auto;
    display: flex;
    justify-content: center;
}

#benefit-img svg {
    text-align: center;
    max-width: 100px;
}


.parent {
    align-items: center;
}

.child {
    display: inline-block;
    vertical-align: middle;
}

.child span {
    float: right;
    margin-left: 20px;
    max-width: 230px;
}

.contact h2 {
    margin-bottom: 30px;
}


.contact-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    border-radius: 50%;
}

.infos.additional {
    margin-bottom:80px;
}

.infos h2 {
    margin-bottom: 30px;
}

.workplace h2 {
    margin-bottom: 30px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-top: 15px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


.workplace-route a {
    bottom: 0;
    position: absolute;
}

/**
 * Jobs.
 */
#jobs {
    border-bottom:solid 1px #E0E0E0;
    margin:64px 0px 32px;
}
#jobs > strong {
    display: block;
    margin-bottom: 10px;
    font-size:14px;
}
.job {
    box-sizing: border-box;
    border-top:solid 1px #E0E0E0;
    position:relative;
    color:#202020;
}
.job a {
    display: table;
    width:100%;
    color:#202020;
    -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;
    padding: 20px 0;
    text-decoration: none;
}
.job a:hover {
    color:#202020;
    background-position: 98% ;
    padding:20px 0;
    background-color: #F2F2F2;

}

.job-title {
    color: #008BCA;
    margin: 5px 0;
    font-size: 28px;
    text-decoration: none;
    -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-city {
    margin: 5px 0;
    color: #000000;
    text-decoration: none;
    -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 a:hover .job-title,.job a:hover .job-city {
    padding-left: 20px;
    -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;
}


#no-results {
    margin-bottom:20px;
}
#jobs + .button {
    float:none;
    background: #fff;
    color: #008BCA;
}
#jobs + .button:hover {
    background: #fff;
    color:#008BCA;
    box-shadow: inset 0 0 0 4px #008BCA;
}

footer a {
    text-decoration: none;
    border-bottom: 0;
}

footer {
    position: fixed;
    background-color: #fbfbfb;
    bottom: 0;
    width: 100%;
    max-width: 1440px;
    height: 100px;
    border-top: 1px solid #F2F2F2;
}

footer img {
    max-width: 50px;
}

footer #cf {
    margin-right: 40px;
}

footer #cf img {
    width: 50px;
    height: 50px;
}

.social-left {
    margin-right: 30px;
    float: left;
}

.additional-social {
    margin-left: 100px;
    float: left;
}

.social-additional {
    margin-right: 30px;
    float: left;
}

.footer-right {
    justify-content: flex-end;
    display: flex;
    gap:20px;
}

#showcase-button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#showcase-button .button, .whatsapp-cta {
    cursor: pointer;
    position: relative;
    background: #008BCA;
    color: white;
    font-size: 16px;
    line-height: 1;
    padding: 20px 18px 18px;
    width: 200px;
    border: 0;
    outline: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-align: center;
}
#showcase-button .button::after, #showcase-button .button::before {
    content: '';
}
#showcase-button .button:hover, .whatsapp-cta:hover {
    background-color: #002d6e;
}

.whatsapp-cta {
    background-color: #B4D32E;
    font-weight:bold;
    padding:14px 18px;
}
.whatsapp-cta i {
    font-size: 22px;
    position: relative;
    top:2px;
}

.benefit-slider img {
    margin: 0 auto;
    max-width: 100px;
    margin-bottom: 30px;
}

.benefit-slider p {
    color: #005EA1;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}

.benefit-slider ul > li:before {
    display: none;
}

.benefit-mobile svg {
    max-width: 70px;
    height: 70px;
}

footer #cf svg {
    width: 50px;
    height: 50px;
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: transparent;
    border: 0.3em solid #005EA1;
    border-radius: 50%;
    height: 9px;
    width: 10px;
    content: "";
    top: 4px;
    left: 5px;
}

.slick-dots li button:before {
    opacity: 1 !important;
    color: #005EA1 !important;
}

.slick-dots {
    bottom: -55px !important;
}

.slick-next:before {
    content: url(../images/arrow-right.png) !important;
}

.slick-prev:before {
    content: url(../images/arrow-left.png) !important;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    display: none;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    margin-bottom: 30px;
}

.benefit {
    cursor: help;
    position: relative;
    text-align: center;
    width: 100%;

}

.benefit .tooltip {
    background: #ffffff;
    bottom: 100%;
    color: #000000;
    display: block;
    margin-bottom: -40px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 999;
    max-width: 260px;
    font-size: 15px;
    line-height: 1;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.benefit .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.benefit .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid white 10px;
    top: -9px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.st0{fill:#005EA1;}
.st1{fill:#FFFFFF;}
.st2{fill:#008BCA;}
.st3{fill:#FFFFFF;}
.cls-2{fill:#008bca;}



.benefit:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
}

/* IE can just show/hide with no transition */
.lte8 .benefit .tooltip {
    display: none;
}

.lte8 .benefit:hover .tooltip {
    display: block;
}



.sliding-sticky {
    position: fixed;
    background-color: white;
    top: -200px;
    width: 100%;
    max-width: 1440px;
    z-index: 9999;
    padding: 25px 135px;
    box-shadow: -636px 0 white, 636px 0 white, 0 47px 65px -2px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    gap: 80px;
    box-sizing: border-box;
}

.sliding-sticky img {
    max-height: 50px;
}

.sliding-sticky .logo {
    padding: 0;
}

.sticky-title {
    font-family: 'Univers LT Std 65', sans-serif;
    color: #008BCA;
    font-size: 36px;
    line-height: 46px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



#first {
    margin-left: 60px;
}

.info {
    width: 320px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    position: absolute;
    visibility: hidden;
    margin: -85px 0 0 -70px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
}

.info a {
    float: left;
    margin: 0px 15px ;
}
.info .send2friend-icon {
    display: inline-block;
}


.arrow {
    position: absolute;
    margin: 59px 0 0 70px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

#showcase-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#showcase-link.workplace {
    margin-top: 35px;
}
#showcase-link .quicklink, .contactInfoOne a, .contactInfoTwo a, .lohnToggle a {
    cursor: pointer;
    position: relative;
    color: #008BCA;
    font-size: 20px;
    text-decoration: none;
}
#showcase-link .quicklink::after, #showcase-link .quicklink::before, .contactInfoOne a::before, .contactInfoTwo a::before, .contactInfoOne a::after, .contactInfoTwo a::after,.lohnToggle a:after,.lohnToggle a:before {
    content: '';
    position: absolute;
    height: 1px;
    bottom: -3px;
    left: 0;
    background: #008BCA;
}
#showcase-link .quicklink::before, .contactInfoOne a::before, .contactInfoTwo a::before,.lohnToggle a:before {
    width: 0;
    transition: width ease 0.2s;
}
#showcase-link .quicklink::after, .contactInfoOne a::after, .contactInfoTwo a::after, .lohnToggle a::after {
    width: 100%;
    transition: all ease 0.4s;
}
#showcase-link .quicklink:hover::before, .contactInfoOne a:hover::before, .contactInfoTwo a:hover::before, .lohnToggle a:hover::before{
    width: 100%;
    transition-delay: 0.2s;
    background: #008BCA;
}
#showcase-link .quicklink:hover::after, .contactInfoOne a:hover::after, .contactInfoTwo a:hover::after,.lohnToggle a:hover::after  {

    left: 100%;
    width: 0;
    transition: all ease 0.3s;
}

.hinweisPersonalvermittler {
    display: block;
    margin-top: 35px;
    font-size: 16px;
    line-height: 20px;
}

.additionlInformation {
    margin-bottom: 80px;
}

.social-left.share {
    display: none;
}

.popup .social-left {
    margin-right: 20px;
    height: 50px;
}

.ui.popup {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 ;
    -moz-box-shadow: 0 0 0 0 ;
    box-shadow: 0 0 0 0 ;
}


/**
* Lohn
 */
.lohnToggle svg {
    position: absolute;
    left:-20px;
    top: 4px;
    width: 22px;
    height: 22px;
}
.lohnShort {
    font-weight: bold;
}

@media screen and (max-width: 1230px) {
    .additional-social {
        margin-left: 0px;
    }
    .social-left {
        margin-right: 25px;
    }
}


/* media queries */

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

    body {
        font-size: 20px;
        line-height: 28px;
    }
    .sliding-sticky {
        gap: 5px;
    }
    #showcase-link .quicklink {
        font-size: 20px;
    }
    #showcase-link.workplace {
        margin-top: 35px;
        padding-bottom: 3px;
    }

    h1 {
        letter-spacing: -0.03em
    }

    h2 {
        font-size: 28px;
        margin-bottom: 20px;
        letter-spacing: -0.03em
    }

    a {
        font-size: 20px;
    }

    .row {
        padding: 0 26px;
    }

    .column-one {
        float: none;
        margin: 10px 0;
        width: auto;
    }

    .benefits {
        padding: 70px 26px;
    }


    .social-left {
        display: none;
    }

    .additional-social {
        margin-left: 0;
        float: none;
    }

    .social-additional {
        margin-right: 15px;
    }

    .print-icon {
        display: none;
    }

    .additional-social .social-left {
        display: block;
    }

    .additional-social .social-left.print {
        display: none;
    }

    .share-icon, .send2friend-icon {
        width: 40px;
        height: 40px;
        float: left;
    }

    .apply-btn {
        font-size: 20px;
        padding: 12px 25px;
    }

    .additionlInformation {
        margin-top: 70px;
    }

    footer {
        height: 80px;
        margin-bottom: -2px;
    }

    footer .row {
        margin-top: 15px;
        padding: 0 15px;
    }

    .logo img {
        max-width: 60px;
    }


    .title h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .title h2 {
        font-size: 20px;
        line-height: 1.2;
        display: inline-block;
    }

    .row.stackable {
        margin: 20px 0;
    }

    .contact-img {
        max-width: 90px;
    }

    .row.infos {
        margin-top: 70px;
    }

    .column-two {
        margin-top: 60px;
        min-height: unset;
    }

    .workplace-route {
        margin-top: 10px;
    }

    .workplace-route a {
        position: unset;
    }

    .row.similar {
        margin-top: 60px;
    }

    .benefits.desktop {
        display: none;
    }

    .benefits.mobile {
        display: block;
    }

    .benefits.mobile img {
        height: 60px;
        width: 60px;
    }

    .benefits.mobile .benefit {
        text-align: left;
    }

    #more {
        display: none;
    }

    #moreBtn {
        color: #005EA1;
        font-size: 16px;
        width: 100%;
        display: inline-block;
    }

    main {
        margin-bottom: 60px;
    }

    .sliding-sticky {
        padding: 20px 20px;
        height: 60px;
        box-shadow: unset;
        border-bottom: 1px solid #808080;
    }

    .sticky-title {
        font-size: 16px;
        margin-left: 10px;
        overflow: hidden;
        max-width: 70%;
        line-height: 1.3;
        display: inline-block;
        margin-top: 15px;
    }

    .benefit-mobile {
        width: 100%;
        display: inline-block;
        margin: 30px 0;
    }

    .benefit-img {
        float: left;
        margin-right: 20px;
        vertical-align: middle;
        height: 80px;
    }

    .benefit-txt {
        padding-left: 90px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 767px) {
    .sticky-title {
        max-width: 100%;
    }
}

@media screen and (max-width: 617px) {
    .title h1 {
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        word-break: break-word;
        overflow-wrap: break-word; 
    }
    footer {
        height: 100px;
    }
    .footer-right {
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }
    #showcase-button .button, .whatsapp-cta {
        padding: 8px;
        width: 225px;
        box-sizing: border-box;
    }
    .whatsapp-cta i {
        font-size: 18px;
        top: 0px;
    }
    .social-left {
        margin-right: 12px;
        margin-top: 15px;
    }
    .social-left.share {
        margin-right:0px;
    }
    footer #cf svg {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 500px)  {
    .row.title {
        margin-top: 0;
        padding-bottom: 0px;
    }
    .title h1  {
        margin-bottom: 10px;
    }
    .row.intro {
        margin-top: 30px;
    }
    .mainpic.desktop {
        display: none;
    }

    .mainpic.mobile {
        display: block;
        object-fit: cover;
        width: 100%;
        object-position: 50%;
    }

    .row.title {
        margin-top: 0px;
    }

    .row.intro {
        margin-top: 40px;
        box-shadow: unset;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .job-title {
        max-width: 80%;
    }
}


/* IE 11 FIX */
@media all and (-ms-high-contrast:none)
{
    .slick-next, .slick-prev {
        width: 30px !important;
        height: 50px !important;
    }

    #showcase-link .quicklink {
        display: inline-block !important;
    }

    .mainpic.mobile {
        height: auto;
    }
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { 
    .slick-next, .slick-prev {
        height: auto !important;
        width: auto !important;
    }
}


