/**
 * Header.
 */
#header {
    background: #f4faff;
    position: relative;
}
.branch, .workplace, .workload {
    position: absolute;
    border-radius: 50%;
}
#header .headerLogo {
    max-width: 240px;
    position: absolute;
    z-index: 999;
    height:auto;
    background-color:white;
    border-radius: 0px 0px 30px 0px;
    padding:7px 13px 9px 7px;
}
#header .headerLogo svg {
    width: 180px;
}
#header .bubble {
    width:80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
#header .branch {
    bottom: 95px;
    left: 140px;
    background: #004587;
    width: 240px;
    height: 240px;
    z-index: 1;
}
#header .branch span {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
}
#header .workplace {
    bottom: -30px;
    left:20px;
    background:#fff;
    width:200px;
    height:200px;
    z-index: 3;
}
#header .workplace span {
    font-size: 24px;
    line-height: 24px;
    white-space: nowrap;
}
#header .workload {
    bottom: 0;
    left: 210px;
    background-color: rgba(254,204,0,.95);
    width: 150px;
    height: 150px;
    z-index: 2;
}
#header .workload span {
    font-family: 'Akkurat-Bold';
    font-size: 28px;
    line-height: 33px;
    color: #004587;
    white-space: nowrap;
}

/**
 * Job image.
 */
#job-image {
    line-height: 1;
    overflow: hidden;
    position: relative;
}

#job-image img {
    width: 100%;
    height: auto;
    display: block;
}

/**
 * Headline.
 */
#headline {
    background: #004587;
    min-height: 100px;
    color: #fff;
    padding: 2em 2em;
    z-index: 10;
}

@media screen and (max-width: 600px) {
    #headline {
        padding: 1.5em 1em;
    }
}

.fixed #headline {
    padding-left: 0;
}

#headline .workplace {
    font-family: Akkurat-Bold, sans-serif;
    font-weight: normal;
}

/**
 * Title.
 */
#headline h1 {
    font-family: Akkurat-Bold, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 2em;
    margin: 0;
    padding: 0;
}

#title {
    display: none;
}

.fixed #title {
    display: table;
    position: fixed;
    top: 0;
    background: #004587;
    color: #fff;
    width: 100%;
    max-width: 840px;
    font-size: 1em;
    padding: .5em 2em;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
}

.fixed #title svg * {
    fill: #fff!important;
}

.fixed #title .logo, .fixed #title .apply {
    display: table-cell;
    width:20%;
    vertical-align: top;
}
.fixed #title .headers {
    display: table-cell;
    width: 56%;
    vertical-align: top;
    padding:0 2%
}

.fixed #title .logo svg {
    width:100%;
    height:36px;
    fill:white;
}

.fixed #title #apply-button {
    white-space: nowrap;
    width:100%;
    padding-left:10px;
    padding-right:10px;
    background-color: #fecc00;
    color:#004587;
}

.fixed #title h1 {
    font-size: 1.5em;
}

.fixed #title span {
    font-size: 14px;
    line-height: 14px!important;
}

.fixed-footer {
    position: fixed;
    bottom:0px;
    width: 100%;
    max-width: 840px;
}
.fixed-footer.positioned-footer {
    display: none;
}
@media screen and (max-width: 600px) {
    #title {
        font-size: 1.5em;
    }

    .fixed #title {
        padding: .5em 1em;
    }
}

/**
 * Main.
 */
#main {
    padding: 2em;
    background: #f4faff;
}

@media screen and (max-width: 600px) {
    #main {
        padding: 2em 1em;
    }
}

/**
 * Accordion.
 */
.accordion .title {
    background: transparent url("../images/svg/icons/arrow-up.svg") no-repeat right 12px top 9px / 20px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 50px;
}

.accordion .title.close {
    background: transparent url("../images/svg/icons/arrow-down.svg") no-repeat right 12px top 9px / 20px 20px;
}

.accordion .title h2 {
    margin: 0;
}

.accordion .content {
    margin-top: 10px;
}

/**
 * Benefits.
 */
#benefits {
    display: grid;
    gap: 25px;
    grid-template-columns: auto auto;
    margin: 20px 0;
}
#benefitsSeal {
    justify-self: flex-start;
}
#awardsSeal {
    justify-self: flex-end;
}
#benefitsSeal h2 {
    margin-bottom: 15px;
}
#benefitsSeal span {
    margin-right: 15px;
}
#awardsSeal img {
    max-height: 146px;
    vertical-align: top;
}
/**
 * Introduction.
 */
#introduction {
    margin-bottom: 30px;
}

/**
 * Application.
 */
#whatsapp-apply-button {
    display: flex;
    max-width: 281.2px;
    margin: 10px auto 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fecc00;
    color: #004587;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.stickyFooterButtons {
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: end;
    width: 800px;
    gap:20px;
    padding-bottom: 10px;
    z-index: 999999;
}
#apply-button {
    line-height: 1.4;
    padding:1em 1.5em;
    border:1px solid rgba(255,255,255,0.7);
    font-size: 14px;
}
a#jobAboButton {
    line-height: 1.4;
    padding:1em 1.5em;
    background-color:white;
    color:#0b3f75;
    border:1px solid #0b3f75;
    display: flex;
    align-items: center;
    gap:5px;
    font-size: 14px;
}
#application {
    padding: 2em 0;
    text-align: center;
}
#contact {
    padding-bottom: 2em;
}
.grecaptcha-badge,
#contactFormWrapper,
#contactFormConfirmation,
#contactFormWrapper label {
    display: none;
    margin-top: 20px;
}
#contactFormWrapper fieldset {
    text-align: initial;
}
#contactFormWrapper fieldset label {
    display: block;
    cursor: pointer;
    margin: 0;
}
#contactFormWrapper input[type="checkbox"] {
    cursor: pointer;
    height: auto;
    width: 20px;
}
.checkboxWrapper {
    display: flex;
    gap: 20px;
}
#contactFormWrapper fieldset div {
    margin-bottom: 10px;
}
#contactFormWrapper fieldset div:last-child {
    margin-bottom: 0;
}
#contactFormWrapper fieldset,
#contactFormWrapper input[type="email"],
#contactFormWrapper input[type="number"],
#contactFormWrapper input[type="text"],
#contactFormWrapper textarea {
    border: none;
    border: 1px solid #A0A0A0;
    margin-bottom: 20px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}
#contactFormWrapper textarea {
    border: 1px solid #A0A0A0;
    min-height: 72px;
    padding: 10px 20px;
    resize: vertical;
    vertical-align: top;
}
.parsley-errors-list {
    margin: 0 0 20px;
}
.parsley-errors-list .parsley-required {
    text-align: left;
}

/**
 * send2me
 */
#send2me {
    display: none;
    margin-top: 25px;
    margin-bottom: 35px;
}

.contact-confirmation {
    display: none;
}

.contact-confirmation span {
    display: inline-block;
    margin-top: 25px;
}

@media screen and (max-width: 980px) {
    #send2me {display: block;}
}
/**
** Similar Jobs
 */
#weitereStellen {
    margin-top:60px;
}
#weitereStellen h2 {
    color:white;
}
#weitereStellen .jobs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
#weitereStellen .jobs a {
    background:#fecc00 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0LjkgOS4xIj4KICAgIDxwYXRoIHN0eWxlPSJmaWxsOiAjMDA0NTg3OyIgZD0iTS42NCA5LjA2OGMuMjI1IDAgLjM1LS4wODYuNDc1LS4yMzVMNC41NCA1LjAxNmMuMTc1LS4xOTIuMjUtLjMyLjI1LS40NjkgMC0uMTUtLjA3NS0uMjc4LS4yNS0uNDdMMS4xMTUuMjZDLjk5LjExMS44NC4wMjYuNjQuMDI2Yy0uMyAwLS41NS4xOTEtLjU1LjQ0NyAwIC4xMjguMDUuMjU2LjE1LjM2M2wzLjE1IDMuNjg5TC4yNCA4LjI1N2MtLjEuMTI4LS4xNzUuMjE0LS4xNS4zNjMuMDI1LjI1Ni4yNS40NDguNTUuNDQ4eiIvPgo8L3N2Zz4=") no-repeat right 15px top 15px / 22px 22px;
    padding:12px 15px;
    color:#0b3f75;
    font-size: 18px;
    transition: all ease-in-out 0.2s;
}
#weitereStellen .jobs a:hover {
    color:white;
    background:#fecc00 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0LjkgOS4xIj4KICAgIDxwYXRoIHN0eWxlPSJmaWxsOiAjZmZmOyIgZD0iTS42NCA5LjA2OGMuMjI1IDAgLjM1LS4wODYuNDc1LS4yMzVMNC41NCA1LjAxNmMuMTc1LS4xOTIuMjUtLjMyLjI1LS40NjkgMC0uMTUtLjA3NS0uMjc4LS4yNS0uNDdMMS4xMTUuMjZDLjk5LjExMS44NC4wMjYuNjQuMDI2Yy0uMyAwLS41NS4xOTEtLjU1LjQ0NyAwIC4xMjguMDUuMjU2LjE1LjM2M2wzLjE1IDMuNjg5TC4yNCA4LjI1N2MtLjEuMTI4LS4xNzUuMjE0LS4xNS4zNjMuMDI1LjI1Ni4yNS40NDguNTUuNDQ4eiIvPgo8L3N2Zz4=") no-repeat right 15px top 15px / 22px 22px;
}
#weitereStellen .jobs a h3 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 29px;
    transition: all ease-in-out 0.2s;
}
#weitereStellen .jobs a:hover h3 {
    color:white;
}
#weitereStellen .jobs a span {
    display: block;
    position: relative;
}
#weitereStellen .jobs a span.bold {
    font-weight: bold;
}
/**
 * Footer.
 */
#footer, .fixed-footer {
    overflow: hidden;
    color: #fff;
    background: #004587;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    max-width: 840px;
    z-index: 10;
}

#footer .container {
    display: -ms-flex;
    display: flex;
}

#footer #social-media {
    padding: 2.4em 2em;
}

.fixed-footer #social-media {
    padding: 1.4em 2em;
}

#footer #social-media {
    min-width: 140px;
}

#footer #logo {
    display: block;
    max-width: 340px;
    height: 100px;
    padding-top: 1em;
    padding-right: 2em;
    padding-left: 1em;
}

#footer #logo .svg {
    fill: #fff;
    height: 75px;
}

#video {
    position: relative;
    padding-top: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    height: 0;
}

#video .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}

@media screen and (min-width: 601px) {
    #footer .container.first {
        float: right;
    }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
    #footer #logo {
        height: 70px;
        padding-top: 2em;
    }
}

@media screen and (max-width: 800px) {
    #footer .container.first {
        display: block;
    }
    .stickyFooterButtons {
        max-width: 100%;
        right:20px;
    }
    #footer #logo .svg {
        height: 50px;
        width: 200px;
    }
    #weitereStellen .jobs {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    #footer #logo {
        width: 100%;
    }

    #footer #social-media {
        padding: 1em 1em 1.5em;
    }
}

#footer #social-media a, .fixed-footer #social-media a {
    display: inline-block;
    margin-right: 15px;
}

#bottom a,
#footer a {
    color: #fff;
}

/**
 * Bottom.
 */
#bottom {
    clear: both;
    color: #fff;
    min-height: 50px;
    padding: 20px 2em 125px;
    font-size: 13px;
    background: #003261;
}

#bottom #copyright {
    float: right;
    margin-top: 20px;
}

#footer .svg.icon,
#bottom .svg.icon,
.fixed-footer .svg.icon {
    fill: #fecc00;
}

#footer .svg.social.icon, .fixed-footer .svg.social.icon {
    height: 24px;
    width: 24px;
}
#footer #logo svg {
    width: 300px;
    fill:white;
}
#tooltip
{
    text-align: center;
    color: #fff;
    background: #003261;
    position: absolute;
    z-index: 100;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #003261;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;

}

#tooltip.top:after
{
    border-top-color: transparent;
    top: -50px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    height: 100px;
}

@media screen and (max-width: 840px) {
    #header .branch {
        bottom: 10vw;
        left: 15vw;
        width: 30vw;
        height: 30vw;
    }
    #header .branch span {
        width: 89%;
        font-size: 3.4vw;
        line-height: 4.2vw;
    }
    #header .workplace {
        bottom: -3vw;
        left: 2vw;
        width: 23vw;
        height: 23vw;
    }
    #header .workplace span {
        font-size: 2.8vw;
        line-height: 3vw;
    }
    #header .workload {
        bottom: 0;
        left: 23.6vw;
        width: 17vw;
        height: 17vw;
    }
    #header .workload span {
        font-size: 3.4vw;
        line-height: 3.8vw;
    }
}

@media screen and (max-width: 600px) {
    #headline h1 {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    .fixed #title #apply-button, .fixed #title span {
        display: none;
    }
    .fixed #title .headers {
        width: 80%;
        padding-left: 20px;
    }
}
