@font-face {
    font-family: 'AlpinaStd';
    src: url('../fonts/GT-Alpina-Standard-Regular.woff2') format('woff2')
}

body {
    margin: 0;
    font-family:'AlpinaStd','Helvetica Neue',Arial,sans-serif;
    line-height: 1.7;
}

.logo img {
    width: 200px;
    margin: 20px;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.slogan {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
}

.mainpic img {
    width: 100%;
}

.titlesection {
    margin: 40px auto;
    text-align: center;
    width: 90%;
}

.titlesection h1 {
    background-color: black;
    color: #ffffff;
    display: inline-block;
    padding: 0 30px;
}

.titlesection span {
    margin-right: 20px;
}

.titlesection span img {
    max-width: 25px;
    margin: -6px 10px;
}

.intro {
    margin: 40px 0;
    background-color: #F6F6F6;
    padding: 50px;
}

.intro p {
    text-align: center;

}

.tasks-profile {
    margin: 40px 0;
    padding: 0 50px;
    overflow: auto;
}

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

.tasks h3 {
    border-bottom: 0.1rem solid #000000;
    max-width: 95%;
}

.profile {
    width: 50%;
    overflow: hidden;
}

.profile h3 {
    border-bottom: 0.1rem solid #000000;
    max-width: 95%;
}

.benefits {
    margin: 40px 0;
    padding: 0 50px;
    clear: both;
}

.slick-slide > div {
    margin: 10px;
}

.benefit {
    background-color: #F9F9F9;
    border: 0.1rem solid #dddddd;
}

.benefits h3 {
    margin-bottom: 0;
    border-bottom:0.1rem solid #000000;
}

.slick-track {
    padding-top: 40px;
}

.benefit img {
    padding: 35px 0;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 80px;
}

footer {
    clear:both;
    padding: 40px 50px;
    background-color: #F6F6F6;
    margin: 50px 0 50px 0;
}

.contact {
    overflow:hidden;

}

.contact-left {
    float:left;
    margin-right:20px;
    width:50%;
}

.contact-title {
    color: black;
    font-weight: bold;
}

.contact-person a {
    color: #000000;
    text-decoration: none;
}

.contact-person a:hover {
    color: #000000;
    text-decoration: underline;
}

.contact-img {
    float: left;
    margin-right: 40px;
}

.contact-img img {
    border-radius: 50%;
    max-width: 110px;
}

.social span {
    margin: 0 5px;
}

.apply-section {
    margin-top: 100px;
    text-align: center;
}

.apply-btn {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background-color: #000000;
    padding: 15px 40px;
    border-radius: 0px;
    border: 1px solid #0E6D89;
}


.subFooter {
    display: flex;
    align-items: flex-end;
    margin-top:30px;
}
.subFooter div, .subFooter h5.dsgLink {
    width: 33%;
}
.subFooter .dsgLink a {
    color:black;
    text-decoration: none;
}

.subFooter h5.dsgLink {
    text-align: left;
    margin-bottom:18px;
}
.share {
    text-align: center;
    margin-bottom: 50px;
}


.share span {
    margin: 0 5px;
}

.share a {
    text-decoration: none;
}

.share a:hover {
    opacity: 0.5;
}

.share img {
    max-width: 40px;
}

img.calendar {
    max-width: 20px;
    margin-right: 10px;
    margin-bottom: -3px;
}

.stellenantritt {
    margin-top: 20px;
}

/* media queries */

@media only screen and (max-width: 856px) {
    .tasks, .profile {
        width: 100%;
    }

    footer, .benefits, .tasks-profile, .intro {
        padding: 20px;
    }

    .titlesection span img {
        max-width: 20px;
        margin: -4px 6px;
    }

    .titlesection span {
        display: inline-block;
        width: 100%;
        margin: 5px 0;
    }

    .contact-left {
        width: 100%;
        margin-top: 40px;
    }

    .contact-img {
        float: none;
        margin: 0 auto;
    }
    .contact-img img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .contact-person {
        text-align: center;
        margin: 30px 0;
    }

    .contact-right {
        text-align: center;
    }

    .apply-section {
        margin: 50px 0;
    }

    footer {
        margin-bottom: 0;
    }

    .video-container-wrapper {
        width: 520px !important;
    }
    .video-container-wrapper.bottom {
        margin-top: 20px !important;
    }
    .whatsapp-share {
        display: none;
    }

    .subFooter {
        flex-direction: column;
        text-align: center;
    }
    .subFooter .dsgLink a {
        padding-left:0px;
    }
    .subFooter div, .subFooter h5.dsgLink {
        width: 100%;
    }
    .subFooter h5.dsgLink {
        text-align: center;
    }
}

@media only screen and (max-width: 340px) {
    .navigation li a {
        font-size: 12px;
    }
}



.benefit-wrapper {
    cursor: help;
    font-size: 20px;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;

}

.benefit-wrapper .tooltip {
    background: #000000;
    bottom: 0;
    color: #fff;
    display: block;
    left: -1px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 76%;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    font-size: 12px;
    height: 110px;
}

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

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

.benefit-wrapper:hover .tooltip {
    opacity: 0.85;
    pointer-events: auto;
    bottom: 10px;
}

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

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


.slick-prev:before, .slick-next:before {
    color: #000000 !important;
    font-size: 30px !important;
}

.slick-prev, .slick-next {
    top: 55% !important;
}

.slick-next {
    right: -42px !important;
}

.slick-prev {
    left: -49px !important;
}

.slick-dots li button:before {
    font-size: 15px !important;
}


.video-container-wrapper {
    max-width: 100%;
    width: 409px;
    left: 0;
    right:0;
    margin:auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
