/**
* buttons, links, text, title - default settings
*/
body, h1, h2, h3, h4, h5, li, p, span {
    color: #333;
    font-family: YogaSansforLUKB-Light, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    hyphens: auto;
}
header, main {
    background-color: #FFF;
}
h1 {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 18px;
}
h2, h2 span {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 0px;
    margin-top: 0;
}
#benefits h2 {
    margin-bottom:64px;
}
.intro {
    font-size: 24px;
    line-height: 34px;
    margin-top:32px;
}
h3 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 0px;
}
h4 {
    font-size: 32px;
    line-height: 40px;
}
h5,h5 span {
    font-size:24px;
    line-height: 34px;
    margin:0px;
}
h6 {
    font-size:20px;
    line-height: 30px;
    margin-top:0px;
    margin-bottom:8px;
}
p, span {
    line-height: 25px;
}
small {
    font-family: YogaSansforLUKB-Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
button a {
    font-size: 16px;
    line-height: 21px;
}
a {
    color: #007DB2;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.nav a, .nav a b {
    font-size: 32px;
    line-height: 40px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.nav a:hover, .nav a:hover b {
    color: #007DB2!important;
}
img {
    vertical-align: top;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
li {
    margin-bottom: 16px;
    position: relative;
    padding-left:36px;
    line-height: 30px;
}
li:before {
    content:"";
    width:30px;
    height:30px;
    background-image: url(../images/svg/list_icon.svg);
    background-size: cover;
    position: absolute;
    left:-8px;
}
li:last-child {
    margin-bottom:0px;
}
.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
}
iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
}
/**
* header
*/
.headerContainer {
    background-color: #FFF;
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    box-sizing: border-box;
}
#headerLogoWrapper {
    margin: 0 auto;
    padding:23px 0px 36px;
}
#headerLogoWrapper img {
    width: 143px;
    height:auto;
}
#headerImageWrapper {
    position: relative;
    margin-top:48px;
}
#headerImageWrapper img {
    display: block;
    width:100%;
    height:auto;
}
.meta {
    display: flex;
    gap:6px;
    justify-content: flex-start;
    align-items: center;
}
.meta img {
    position: relative;
    top:4px;
}

/**
* main
*/
.content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 64px 0px 96px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
}
#about {
    margin-top:-200px;
    padding-top:200px;
    background-color: #E6F2F7;
}
#about .content {
    border-bottom:none;
}
#about .grid-container .grid-item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#about .grid-container .grid-item:last-child  a {
    color:#333;
}
#about .grid-container .grid-item:last-child  a span {
    color:#007DB2;
    margin-right:32px;
    font-size: 32px;
    line-height: 40px;
}
.grid-container {
    display: flex;
}
.grid-container .grid-item {
    flex: 1;
}
.grid-container .grid-item:first-child {
    padding-right:146px;
}

/**
* benefits
*/
#benefits .grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
#benefits .grid-container .grid-item {
    flex: 0 0 calc(33.33% - 16px); /* Adjusting for the gap */
    box-sizing: border-box;
    border: solid 1px rgba(0, 0, 0, 0.10);
    padding:32px;
}
#benefits .grid-container .grid-item .image {
    height:283px;
    width:100%;
}
#benefits .grid-container .grid-item img {
    display: block;
    margin:0 auto 32px;
    padding:24px;
}
.grid-item:nth-child(5) {
    background-color: #E6F2F7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.grid-item:nth-child(5) .benefit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

/**
* contact
*/
#company-video .content {
    border-bottom:none;
}
#contact {
    background-color: #003764;
}
#contact h2, #contact h6, #contact p, #contact a {
    color:#fff!important;
}
.image-list {
    display: flex;
    gap:64px;
}
.image-list img {
    width:164px;
    height:164px;
}
.info {
    display: block;
    font-family: YogaSansforLUKB-Light, sans-serif;
    font-weight: 300;
}
#contact a.email, #contact a.phone {
    padding-left:32px;
    background-size:24px;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom:10px;
}
#contact a.email {
    background-image: url(../images/svg/email.svg);
}
#contact a.phone {
    background-image: url(../images/svg/phone.svg);
}
#cta {
    margin:96px 0px;
}
#cta .content {    
    padding:0px 96px;
    background-color: #E6F2F7;
    display: flex;
    gap:64px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: none;
}
#cta .content img {
    margin:48px;
}
#cta .content h2 {
    margin-bottom:32px;
}
#cta .content .buttons-wrap {
    display: flex;
    gap: 24px;
    margin-top:32px;
}
#cta .content .button.secondary {
    background-color: #fff;
    color:#007DB2;
}

/**
* moreJobs
*/
#moreJobs .content {
    border-top: solid 1px rgba(0, 0, 0, 0.10);
    border-bottom: none;
    display: flex;    
}
#moreJobs .content .image {
    width:70%;
}
#moreJobs .content .image img {
    width:100%;
    height:auto;
}
#moreJobs .content .text {
    padding:64px 0 64px 64px;
}
#moreJobs .content .text p {
    margin:48px 0px;
}

/**
* footer
*/
footer {
    background-color: #E6F2F7;
    position: relative;
}
footer .content {
    padding-top:32px;
    padding-bottom:32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}
footer .content .datenschutz {
    display: flex;
    gap:64px;
}
footer .content .datenschutz a {
    color:#333;
    font-size: 18px;
}
footer .content .datenschutz a:hover {
    color:#007DB2;
}
footer .content .social {
    display: flex;
    gap:24px;
    align-items: center;
}
footer .content .social a {
    display: block;
    height:20px;
}
footer .content .social a:hover svg * {
    fill:#007DB2;
}
/**
* buttons
*/
button, a.button {
    display: inline-block;
    background-color: #007DB2;
    border: 1px solid #007DB2;
    cursor: pointer;
    border-radius: 4px;
    font-family: YogaSansforLUKB-Regular, sans-serif;
    padding: 16px 24px;
    transition: all .2s ease-in-out;
    color:#fff;
}
button:hover, a.button:hover {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.25);
}
.button-container {
    position: relative; /* Ensures the container can act as a reference for the absolute positioning of the button */
}
.button.float {
    position: fixed;
    bottom: 16px;
    border-radius: 40px;
    right:16px;
    display: flex;
    gap:8px;
    justify-content: center;
    align-items: center;
}
.button.float:hover {
    gap:18px;
}
.more {
    display: none;
}
.mobile {
    display: none!important;
}

/**
* media screen (tablets, smartphones)
 */
 @media only screen and (max-width: 1440px) {
    #headerLogoWrapper, .content {
        padding-left:16px;
        padding-right:16px;
    }
    #headerTitleWrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    #headerImageWrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
 }
@media only screen and (max-width: 1024px) {
    .grid-container .grid-item:first-child {
        padding-right:32px;
    }
    footer .content .datenschutz {
        gap:24px;
    }
    footer .content .social {
        gap:12px;
    }
    #cta .content {
        padding-left:10px;
        padding-right:10px;
    }
    #benefits .grid-container .grid-item {
        flex: 0 0 calc(50% - 16px);
    }
    .image-list {
        gap:24px;
    }
    #moreJobs .content .text {
        padding:0px 0px 24px 24px;
    }
    h3 {
        line-height: 45px;
    }
    #moreJobs .content .text p {
        margin:24px 0px 48px;
    }
}
@media only screen and (max-width: 768px) {
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    body, h1, h2, h3, h4, h5, h5 span, li, p, span {
        font-size: 20px;
        line-height: 30px;
    }
    h1 {
        font-size:42px;
        line-height: 54px;
    }
    h2 {
        font-size:36px;
        line-height: 45px;
    }
    h3 {
        font-size:30px;
        line-height: 40px;
    }
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    li {
        margin-bottom:8px;
    }
    .meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .meta h5:nth-of-type(2) {
        display: none;
    }
    .meta img {
        top:0px;
    }
    .more {
        display:block;
    }
    #headerImageWrapper {
        margin-top:24px;
    }
    .content {
        padding: 32px 0px;
        margin-right: 16px;
        margin-left: 16px;
    }
    .grid-container {
        flex-direction: column;
        gap:24px;
    }
    #about .grid-container .nav a, #about .grid-container .nav a span {
        margin:24px 0px 0px;
        padding-bottom:32px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.10);
        font-size: 24px!important;
        line-height: 34px!important;
    }
    #about .grid-container .nav a b  {
        font-size: 24px!important;
        line-height: 34px!important;
    }
    #about .grid-container .nav a span {
        border-bottom: none;
        padding-left:10px;
    }
    #about .grid-container .nav a span.more {
        margin-left:34px;
        padding-bottom: 0px;
        border-bottom: none;
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
        font-size: 18px!important;
        line-height: 18px!important;
    }
    #about .grid-container .grid-item:last-child {
        gap:0px;
    }
    #about .content {
        padding-bottom:0px;
    }
    #moreJobs .content {
        flex-direction: column;
        padding-bottom:48px;
    }
    #moreJobs .content .image {
        width: 100%;
    }
    #cta .content {
        gap:24px;
        flex-direction: column;
        padding-bottom:24px;
    }
    #cta .content img {
        margin:24px;
    }
    #benefits .grid-container .grid-item {
        padding:24px 16px;
    }
    #benefits .slick-slide {
        margin-right: 16px;
        border:solid 1px rgba(0, 0, 0, 0.10);
    }
    footer .content {
        flex-direction: column;
        gap: 24px;
        align-items:flex-start;
    }
    footer .content .datenschutz {
        flex-direction: column;
    }
    footer .content .social {
        width:100%;
        justify-content: space-between;
    }
    #benefits .content {
        border-bottom: none;
    }
    #benefits .slick-slide:last-child .grid-item {
        background-color: #E6F2F7;
        display: flex!important;
        flex-direction: column;
        justify-content: space-between;
    }
    .image-list img {
        width:80px;
        height:80px;
    }
    #cta {
        margin:32px 0px;
    }
    #moreJobs {
        background-color: #F5F5F7;
    }
    #moreJobs .content {
        border-top:none;
    }
    #moreJobs .content .image img {
        margin-bottom: 24px;
    }
    #moreJobs .content .text {
        padding:0px 8px;
    }
    #benefits .grid-container .grid-item {
        border:none;
    }
    #benefits .slick-slide:last-child > div, #benefits .slick-slide:last-child > div .grid-item {
        height:100%;
    }
    #cta .content {
        padding-left: 24px;
        padding-right: 24px;
    }
    #cta .content .buttons-wrap {
        margin-top:24px;
        gap:8px;
    }
    button, a.button {
        padding:12px 14px;
        white-space: nowrap;
        font-size: 18px;
        line-height: 18px;
    }
    .button.float {
        right:16px;
        bottom:16px;
    }
    #headerLogoWrapper {
        padding-top:36px;
        padding-bottom:8px;
        border-bottom:solid 1px rgba(0, 0, 0, 0.10);
    }
    #headerTitleWrapper {
        margin-top:24px;
    }
    .info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    h6 {
        margin-bottom:0px;
    }
    #contact .grid-container {
        gap:16px;
    }
    .image-list {
        margin-top:16px;
    }
    #contact p, #contact a {
        margin:0px!important;
    }
    #moreJobs .content .text p {
        margin-top:32px;
        margin-bottom:24px;
    }
    footer {
        position: relative;
    }
    .toTop {
        width: 64px;
        height:64px;
        padding:12px;
        background-color: white;
        border: 1px solid #D4EDF8;
        border-radius: 80px;
        position: absolute;
        top:-32px;
        right:8px;
        background-image: url(../images/svg/arrow-up.svg);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: center;
    }
}