/* CSS Document */

body {
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #353F72;
    line-height: 28px;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

#wrapper {
    width: 100%;
    box-sizing:border-box;
    text-align: left;
}

#main {
    padding:60px 120px 120px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}

#logo {
    max-width: 280px;
    padding:30px 40px;
}

/**
 * Header.
 */
#headerbild{
    max-height: 276px;
    width: 100%;
}
#balken {
    background-color: rgba(0,111,186,0.4);
    height: 80px;
    margin-top: -80px;
}

/**
 * Titel.
 */
.blue-bg {
    background-color: #252342;
    color: #fff;
    padding: 10px 120px;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer#footer {
    padding-bottom: 10px;
}
.sticky-title {
    opacity:0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1199px;
    transition: all .2s ease;
    z-index: 99999;
}
.sticky-title p{
    font-size: 19px;
}
.sticky .sticky-title {
    opacity:1;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow:0 3px 20px 0px rgba(0,0,0,0.06);
}
.sticky .sticky-title h1 {
    margin:0;
    padding:0 30px 0 0;
    color:#150023;

}
.sticky .non-sticky {
    display:none;
}
.sticky p {
    display:none;
}


img {
    width: 100%;
    height: auto;
}


ul:not(.browser-default) {
    padding-left: 20px;
    list-style-type: none;
}

ul:not(.browser-default)>li{
    list-style-type: none;
}
ul:not(.browser-default):before, ul:not(.browser-default)>li:before {
    content: '\2013';
    position: absolute;
    margin-left: -20px;
}

a{
    color:#353F72;
    text-decoration: underline;
}

a:hover{
    color:#848DB4;
    text-decoration: underline;
}

h1 {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Inter, Arial, sans-serif;
}

h3, h3:last-child{
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
    font-family: Inter, Arial, sans-serif;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
h2, h3, h4 {
    color:#150023;
}
.row .left {
    padding-right: 1.5rem;
    padding-left: 0;
}
.row .right {
    padding-left: 1.5rem;
}
/* Map */
iframe {
    border: none;
    min-height: 280px;
    width: 100%;
}


/* Footer */

#footer {
    width: 100%;
    max-width: 1200px;
    position: fixed;
    bottom: 0;
    padding-top: 20px;
}
#footer .row{
    margin-bottom: 5px;
}
#footer .row .right {
    text-align: right;
}

/* Apply */
.btn-bewerben {
    background: #252342;
    border-radius: 10px;
    color: #fff;
    padding: 16px 20px;
    vertical-align: sub;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
.btn-bewerben:hover {
    background: #435075;
    color: #fff;
    text-decoration: none;
}
#apply-button-content {
    margin: 20px 0 50px;
}

#footer .btn-bewerben {
    background: transparent;
    color: #fff;
    font-size: 18px;
    border:1px solid #848DB4;
    text-decoration: none;
}
#footer .btn-bewerben:hover {
    color: #fff;
    background: #435075;
    border-color:#435075;
    text-decoration: none;
}

/* Jobabo */
.jobabo {
    background: #252342;
    border-radius: 10px;
    border: 1px solid #252342;
    text-align: center;
    font-size: 18px;
    padding: 16px 10px;
    vertical-align: sub;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}
.jobabo:hover {
    background: #435075;
    border-color:#435075;
    color: #fff;
    text-decoration: none;
}
#jobabo-txt {
    padding-top: 4px;
}
.jobalarm {
    padding-top: 20px;
    margin-top:20px;
}
.jobalarm .left {
    padding-right: 10px;
}
.jobalarm .right {
    padding-left: 10px;
}

/* Social */
.btn, .btn-large, .btn-small{
    background-color: transparent;
    box-shadow: none;
    padding: 0 5px;
    vertical-align: baseline;
}
.btn:hover, .btn-large:hover, .btn-small:hover, .btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus{
    background-color: transparent;
    box-shadow: none;
}
.send2friend img, .share img, .print img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/* only print */
#more-jobs, #print-title {
    display: none;
}

/**
 * Popup.
 */

.custom {
    display: inline-block;
}
.icon img{
    width: 35px;
    height: 35px;
    padding: 0 5px;
}

.icon:hover{
    opacity: 0.7;
}

#socialPopup {
    padding-left: 20px;
}
#socialPopup a {
    text-decoration: none;
}
#socialPopup a:hover {
    text-decoration: none;
}
.whatsapp {
    display: none;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* expired*/
.expired .blue-bg{
    padding-bottom: 40px;
}
.expired .row{
    padding-bottom: 20px;
}
.expired h1 {
    padding: 60px 0;
}

.expired .row a{
    font-size: 18px;
}


.expired #jobabo-txt{
    color: #fff;
}
.expired .jobabo, .expired #morejobs {
    background:transparent;
    border-radius: 10px;
    border: 1px solid #848DB4;
    text-align: center;
    font-size: 18px;
    padding: 16px 16px;
    vertical-align: sub;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}
.expired #morejobs {
    padding:16px 48px;
}
.expired .jobabo:hover, .expired #morejobs:hover {
    background: #435075;
    border-color:#435075;
    text-decoration: none;
}
#morejobs-txt,.expired #jobabo-txt  {
    padding-top: 8px;
}
.expired .rowFlex {
    display: flex;
    gap:20px;
    align-items: center;
    min-height: 90px;
    flex-wrap: wrap;
}


.dsg {
    margin-top:60px;
    margin-bottom:0px;
}

.dsg a {
    text-decoration: underline;
}
/*
** Similarjobs
 */
.jobList {
    display: flex;
    gap:20px;
}
.job {
    background:#F5F9FF;
    border:1px solid #F5F9FF;
    padding:20px 40px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:20px;
}
.job:hover {
    background:#F5F9FF;
    border:1px solid #2D4487;
    text-decoration: none;
    color:#353F72;
}
.job span {
    font-size: 16px;
}
section#similarJobs {
    margin-top:60px;
}
/* Media Queries */
@media screen and (max-width: 1170px) {
    .row .col.m3 {
        width: 30%;
    }
    .row .col.m9 {
    width: 70%;
    }
}
@media screen and (max-width: 1050px) {

    #main {
        padding: 60px 60px 120px;
    }
    .blue-bg {
        padding: 10px 60px;
    }
    #sticky-title{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 850px) {
    .row .col.m3, .row .col.m9  {
        width: 100%;
        padding: 10px 0;
    }
    .expired h1 {
        padding: 40px 0;
    }
    .expired .row .col.m3 {
        width: 50%;
        margin-bottom: 10px;
    }
    .expired .row .col.m9 {
        width: 100%;
    }
    #morejobs-txt {
        padding-top: 8px;
    }
    .expired .blue-bg {
        padding-bottom: 0;
    }
    iframe {
        min-height: 350px;
    }
    /* To the Top Button*/
    #tothetop {
        display: inline-block;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 100px;
        right: 10px;
        transition: background-color .3s,
        opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    #tothetop::after {
        content: "\f35b";
        font-family: Font Awesome\ 5 Free;
        font-size: 2.5em;
        color: #00538C;
    }
    #tothetop:hover {
        cursor: pointer;
        color: #000;
    }

    #tothetop.show {
        opacity: 1;
        visibility: visible;
    }
    .expired .rowFlex {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    .jobList {
        flex-direction: column;
    }
    .job {
        min-width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 600px) {
    #main {
        padding: 40px 20px 100px;
    }
    #logo {
        padding: 20px;
    }
    .blue-bg {
        padding: 10px 20px;
    }
    h1 {
        line-height: 34px;
    }
    .row .right {
        padding-left: 0;
    }
    .abstand {
        margin: 20px 0;
    }
    .row .col.m4 {
        width: 40%;
    }
    .row .col.m8 {
        width: 60%;
    }
    iframe {
        min-height: 200px;
    }
    .whatsapp {
        display: inline-block;
    }
    .print {
        display:none;
    }
}

@media screen and (max-width: 480px) {
    #headerbild {
        max-height: 180px;
    }

    #logo {
        max-width: 200px;
        padding: 20px;
    }
    #work-title, #sticky-title p{
        font-size: 18px;
        line-height: 1.5em;
    }
    #sticky-title p{
        margin-bottom: 0;
    }
    #work-title {
        margin-top: 10px;
    }
    #footer {
        padding-top: 10px;
    }

    .row .col.m4, .row .col.m8 {
        width: 100%;
        text-align: center;
    }

    #footer .row .col.m8 {
        margin-top: 10px;
        text-align: center;
    }
    .expired .row .col.m3 {
        width: 80%;
    }
    .expired .row .col.m9 {
        width: 100%;
    }
    #tothetop {
        bottom: 30px;
    }
    #tothetop:after {
        color: #fff;
    }
}