/*-- vars --*/
html {
    scroll-behavior: smooth;
}

html,
body {
    background: #fff;
    overflow-x: hidden;
    max-width: 100%;
    font-family: "din-2014", sans-serif;
}

h1 {
    color: #012b3a;
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 992px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

h2 {
    color: #012b3a;
    font-size: 35px;
    line-height: 38px;
    margin: 60px 0 20px;
    font-weight: 700;
}

@media (max-width: 992px) {
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

h3 {
    color: #012b3a;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 35px;
    font-weight: 700;
}

@media (max-width: 992px) {
    h3 {
        font-size: 26px;
        line-height: 32px;
    }
}

h4 {
    color: #012b3a;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 700;
}

@media (max-width: 992px) {
    h4 {
        font-size: 20px;
        line-height: 26px;
    }
}

p {
    color: #012b3a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover,
a:focus,
a:active {
    color: #fff;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.pic-overflow {
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
}

.curser-pointer {
    cursor: pointer;
}


/*-- wrapper --*/
.wrapper {
    max-width: 2550px;
    margin: 0 auto;
}


/*-- colors --*/
.bg-white {
    background: #fff;
}

.white {
    color: #fff;
}

.bg-grey {
    background: #f1f5f6;
}

.bg-lightblue {
    background: #def1fa;
}

.bg-darkblue {
    background: #003e54;
}

.bg-blue {
    background: #00aeef;
}

/*-- topbar --*/
.topbar {
    background: #f1f5f6;
    padding: 20px 0;
    transition: all 0.2s ease;
    /*-- logo --*/
}

.topbar .logo {
    width: 100px;
}

@media (max-width: 992px) {
    .topbar .logo {
        width: 80px;
    }
}

/*-- topbar scroll --*/
.topbar-scroll {
    background: #fff;
    transition: all 0.2s ease;
    padding: 10px 0;
}


/*-- save job --*/
.jobad-element-myjob {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jobad-element-myjob a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #012b3a;
    background-color: transparent;
    padding: 15px 30px 15px 50px;
    display: block;
    text-decoration: none;
    margin: 0 10px 0 0;
    position: relative;
    transition: all 0.2s ease;
}

.jobad-element-myjob svg {
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translate(-50%, -50%);
}

.jobad-element-myjob:hover a {
    background: transparent;
    transition: all 0.2s ease;
    color: #009dd7;
}

@media (max-width: 992px) {
    .jobad-element-myjob a {
        padding: 15px 20px 15px 45px;
    }

    .jobad-element-myjob svg {
        left: 30px;
    }
}

/*-- JIX btn and  --*/
.cta,
.jix_onlineapplication_button .button {
    background: #00aeef;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    border: 0;
    margin: 0;
    padding: 15px 30px;
    text-align: center;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 992px) {

    .cta,
    .jix_onlineapplication_button .button {
        padding: 15px 20px;
    }
}

.cta:hover,
.cta:focus,
.cta:active,
.jix_onlineapplication_button .button:hover,
.jix_onlineapplication_button .button:focus,
.jix_onlineapplication_button .button:active {
    transition: all 0.2s ease;
    color: #fff;
    background: #009dd7;
    box-shadow: none;
}


/*-- swiper --*/
.swiper {
    border-radius: 50px;
}

@media (max-width: 992px) {
    .swiper {
        border-radius: 0;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    right: 30px !important;
}

.swiper-button-prev {
    left: 30px !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px !important;
}

.swiper-pagination-bullet-active {
    background: #00aeef !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    width: 12px !important;
    height: 12px !important;
}


/*-- quotes --*/
@media (max-width: 992px) {

    .quote,
    blockquote,
    .blockquote-small {
        padding: 50px 30px;
    }
}

.quote-color p {
    color: #012b3a !important;
}

.quote p,
blockquote p,
.blockquote-small p {
    color: #fff;
    font-size: 28px !important;
    line-height: 36px !important;
    font-style: normal !important;
    font-weight: 700;
    margin: 0 0 15px;
}

@media (max-width: 1300px) {

    .quote p,
    blockquote p,
    .blockquote-small p {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 1200px) {

    .quote p,
    blockquote p,
    .blockquote-small p {
        font-size: 20px !important;
        margin: 0 0 15px;
    }
}

.quote p:before,
blockquote p:before,
.blockquote-small p:before {
    content: url(../img/quote-icon.svg) !important;
    display: block;
    margin: 0 0 15px;
}

@media (max-width: 992px) {

    .quote p:before,
    blockquote p:before,
    .blockquote-small p:before {
        content: url(../img/quote-icon-small.svg) !important;
    }
}

.quote-color p:before {
    content: url(../img/quote-icon-color.svg) !important;
    display: block;
    margin: 0 0 15px;
}

@media (max-width: 992px) {
    .quote-color p:before {
        content: url(../img/quote-icon-small-color.svg) !important;
        display: block;
        margin: 0 0 15px;
    }
}

.quote-color span {
    color: #012b3a !important;
}

.quote-color {
    padding: 7rem 5rem;
}

@media (max-width: 1700px) {
    .quote-color {
        padding: 5rem;
    }
}

@media (max-width: 1700px) {
    .quote-color {
        padding: 2.5rem;
    }
}

@media (max-width: 992px) {
    .quote-color {
        padding: 50px 30px;
    }
}

.quote footer,
.quote span,
blockquote footer,
blockquote span,
.blockquote-small footer,
.blockquote-small span {
    color: #fff;
    font-size: 16px !important;
    line-height: 20px !important;
    left: 0 !important;
    margin-left: 0 !important;
}

.quote footer:before,
blockquote footer:before,
.blockquote-small footer:before {
    content: none !important;
}

/*-- quote-small --*/
.quote-small {
    background: none;
    padding: 0;
}

.quote-small p {
    font-size: 20px !important;
    line-height: 26px !important;
    font-style: italic !important;
}

@media (max-width: 992px) {
    .quote-small p {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}

.quote-small p:before {
    content: url(../img/quote-icon-small.svg) !important;
}

/*-- no background --*/
.quote-no-bg {
    background: none;
    padding: 0;
}


/*-- footer --*/
.footer {
    padding-top: 160px;
    padding-bottom: 120px;
    margin-top: -100px;
}

@media (max-width: 992px) {
    .footer {
        padding-top: 0;
        padding-bottom: 50px;
        margin-top: 80px;
    }
}

.footer h2,
.footer p {
    color: #fff;
}

/*-- some --*/
.some a {
    display: inline-block;
    opacity: 1;
    transition: all 0.2s ease;
    margin: 0 0 0 10px;
}

.some a:hover {
    opacity: 0.6;
    transition: all 0.2s ease;
}

.some-centered a {
    margin: 0 5px 0;
}

/*-- ScrollTrigger GSAP --*/
.fade-up,
.fade-up-two,
.fade-up-three {
    opacity: 0;
    transform: translate(0, 70px);
}

.fade-down,
.fade-down-two,
.fade-down-three {
    opacity: 0;
    transform: translate(0, -70px);
}

.fade-in,
.fade-in-two,
.fade-in-three {
    opacity: 0;
    position: relative;
    z-index: 60;
}

/*-- Hero --*/
.hero {
    margin-top: 90px;
}

.hero p {
    font-size: 22px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .hero p {
        font-size: 20px;
        line-height: 28px;
    }
}
 
@media (max-width: 992px) {
.hero img {
    border-radius: 0 0 50px 50px;
}
}

/*-- Border radius styling --*/
.border-left {
    border-radius: 50px 0 0 50px;
}

.border-right {
    border-radius: 0 50px 50px 0;
}

@media (max-width: 992px) {
    .border-right {
        border-radius: 0 0 50px 50px;
    }
}

@media (max-width: 992px) {
    .border-left {
        border-radius: 0;
    }
}

.border-left-down {
    border-radius: 0 0 50px 0;
}

@media (max-width: 1200px) {
    .border-left-down {
        border-radius: 50px 50px 0 0;
    }
}

.border-right-down {
    border-radius: 0 0 0 50px;
}

@media (max-width: 992px) {
    .border-right-down {
        border-radius: 0;
    }
}

.border-all {
    border-radius: 50px;
}

.border-top {
    border-radius: 50px 50px 0 0;
}

.border-three {
    border-radius: 50px 50px 50px 0;
}

@media (max-width: 992px) {
    .border-three {
        border-radius: 50px 50px;
        margin-bottom: -100px;
        position: relative;
    }
}

/*spaceing*/
.minus-margin {
    margin-top: -35vh;
}

@media (max-width: 992px) {
    .minus-margin {
        margin-top: -34vh;
    }
}

.bg-space {
    padding: 16vh;
}

@media (max-width: 992px) {
    .bg-space {
        padding: 18vh;
    }
}

/*-- list --*/
ol,
ul {
    padding-left: 0;
}

ul {
    margin: 20px 0;
}

ul li {
    display: flex;
    align-items: center;
    font-size: 22px;
}

@media (max-width: 1350px) {
    ul li {
        font-size: 20px;
    }
}

ul li::marker {
    content: none;
}

ul li::before {
    content: url(../img/icon-checkmark.svg);
    margin-right: 15px;
}

@media (max-width: 992px) {
    ul li::before {
        content: url(../img/list-checkmark.svg);
    }
}

/*-- list item --*/

.list-item ul {
    margin: 35px 0;
}

.list-img {
    background-image: url(../img/brdr-dahl-medarbejder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 400px;
}

@media (max-width: 992px) {
    .list-img {
        background-position: center -60px;
    }
}

@media (max-width: 576px) {
    .list-img {
        background-position: center -10px;
        min-height: 300px;
    }
}

/*-- Quote positon --*/
.position-img {
    position: relative;
}

.position-content {
    z-index: 9;
    position: absolute;
}

@media (max-width: 1200px) {

    .position-img,
    .position-content {
        position: static;
    }
}

/*-- big-letters --*/
.big-letters-sektion {
    margin-top: -8rem;
}

@media (max-width: 1800px) {
    .big-letters-sektion {
        margin-top: -5rem;
    }
}

@media (max-width: 1700px) {
    .big-letters-sektion {
        margin-top: -3rem;
    }
}

@media (max-width: 1550px) {
    .big-letters-sektion {
        margin-top: 0;
    }
}

@media (max-width: 1300px) {
    .big-letters-sektion {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .big-letters-sektion {
        margin-top: 3rem;
    }
}

.big-letters-img {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 992px) {
    .big-letters-img {
        justify-content: flex-end;
    }
}

.big-letters {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 5%;
}

@media (max-width: 1550px) {
    .big-letters {
        margin-bottom: 3%;
    }
}

.big-letters p {
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 1200px) {

    h1,
    .big-letters p {
        font-size: 30px;
        line-height: 34px;
    }
}


/*-- gsap --*/
.fade-in {
    opacity: 0;
}

.fade-delay-one,
.fade-delay-two,
.fade-delay-three,
.fade-delay-four,
.fade-delay-five {
    opacity: 0;
    transform: translate(0, 50px);
}

.scroll-up2 {
    transform: translate(0, 50px);
    opacity: 1;
}

@media (max-width: 768px) {

    .scroll-up2 {
        transform: translate(0, 0);
    }
}

.left-delay-one,
.left-delay-two {
    transform: translate(-200px, 0);
    opacity: 0;
}
