@charset "UTF-8";

/*-- common --*/
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    background: #fff;
    font-family: 'Specsavers Regular';
}

.wrapper {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

@media (max-width: 1200px) {
    .wrapper {
        padding: 0;
    }
}

/*-- margins + paddings --*/
.m80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 576px) {
    .m80 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.p90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (max-width: 576px) {
    .p90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/*-- fonts --*/
@font-face {
    font-family: 'Specsavers Regular';
    src: url('../fonts/Specsavers-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Specsavers SemiBold';
    src: url('../fonts/Specsavers-SemiBold.woff') format('woff');
}

h1 {
    font-family: 'Specsavers SemiBold';
    font-size: 64px;
    line-height: 70px;
    color: #fff;
}

@media (max-width: 576px) {
    h1 {
        font-size: 50px;
        line-height: 56px;
    }
}

h1:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 65px;
    height: 4px;
    background: #CBE346;
    border-radius: 20px;
}

h2 {
    font-family: 'Specsavers SemiBold';
    font-size: 26px;
    line-height: 34px;
    color: #3E3E3E;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 26px;
    color: #3E3E3E;
}

b {
    font-family: 'Specsavers SemiBold';
}

a,
a:hover {
    color: #005630;
    text-decoration: underline;
}

ul {
    font-size: 18px;
    line-height: 26px;
    color: #3E3E3E;
    padding-inline-start: 15px;
}


/*-- topbar --*/
.topbar {
    background: #fff;
    height: 100px;
    padding: 0;
    transition: all 0.2s ease;
}

@media (max-width: 576px) {
    .topbar {
        height: 80px;
    }
}

.topbar .logo {
    width: 120px;
    margin-top: 26px;
    transition: all 0.2s;
}

@media (max-width: 576px) {
    .topbar .logo {
        margin-top: 18px;
    }
}


/*-- hero --*/
.hero {
    margin-top: 100px;
    padding-top: 14%;
    padding-bottom: 14%;
    background: url(../img/rep-salgselev-hero-2023.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (max-width: 768px) {
    .hero {
        margin-top: 80px;
        padding-top: 20%;
        padding-bottom: 8%;
    }
}

@media (max-width: 576px) {
    .hero {
        padding-top: 78%;
        padding-bottom: 12%;
        background: url(../img/rep-salgselev-hero-2023-sm.jpg) no-repeat bottom center;
    }
}

.hero span {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background: #009152;
    padding: 16px 15px;
    margin-bottom: 20px;
    display: inline-block;
}


/*-- intro --*/
p.green-text {
    font-size: 36px;
    line-height: 44px;
    color: #005630;
}

p.green-text span {
    font-family: 'Specsavers SemiBold';
}


/*-- quotes --*/
.quote p {
    font-size: 26px;
    line-height: 34px;
    color: #3E3E3E;
    margin-bottom: 10px;
}

.quote span {
    font-family: 'Specsavers SemiBold';
    font-size: 18px;
    line-height: 26px;
    color: #3E3E3E;
}

.grey-bg {
    background: #ECECEC;
}

.green-bg {
    background: #E2EFDD;
}

p.name-text {
    font-family: 'Specsavers SemiBold';
    margin-top: -10px;
}


/*-- boxes --*/
.boxes {
    background: #ECECEC;
}

.boxes .box {
    background: #009152;
    border-radius: 20px;
    padding: 50px 30px;
    height: 250px;
}

@media (max-width: 576px) {
    .boxes .box {
        height: 260px;
    }
}

.boxes .box p {
    color: #fff;
}


/*-- udvikling --*/
.udvikling h2 {
    margin-top: 20px;
}

@media (max-width: 576px) {
    .udvikling h2 {
        margin-top: 0;
    }
}


/*-- apply --*/
.apply {
    background: url(../img/apply-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (max-width: 1024px) {
    .apply {
        background: #005630;
    }
}

.apply h2,
.apply p {
    color: #fff;
}

.apply p.velkommen {
    font-family: 'Specsavers SemiBold';
}


/*-- kontakt --*/
.kontakt .telefonnummer {
    font-size: 18px;
    line-height: 26px;
    color: #3E3E3E;
    text-decoration: none;
    display: block;
}


/*-- jix - save --*/
.save-btn ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.save-btn .jobad-element-company-profile,
.save-btn .jobad-element-company-follow,
.save-btn .jobad-element-share {
    display: none;
}

@media (max-width: 992px) {
    .jobad-element-myjob {
        margin: 0;
        padding: 0;
    }
}

.jobad-element-myjob a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px;
    font-weight: 400;
    margin: 26px 20px 0 0;
    padding: 13px 40px 15px 40px;
    border: none;
    background: #016C42;
    transition: all 0.2s ease;
    position: relative;
    display: block;
}

@media (max-width: 576px) {
    .jobad-element-myjob a {
        font-size: 14px;
        line-height: 14px;
        margin: 22px 0 0;
        padding: 12px 16px 10px 16px;
    }
}

.jobad-element-myjob a:hover {
    color: #fff;
    background: #015333;
}

.save-btn svg {
    margin-right: 6px;
}


/*-- apply --*/
.topbar .jix_onlineapplication_button .button {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    font-weight: 400;
    border-radius: 3px;
    margin: 26px 0 0;
    padding: 13px 43px 16px 43px;
    border: none;
    background: #C1D100;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none;
}

@media (max-width: 576px) {
    .topbar .jix_onlineapplication_button .button {
        font-size: 14px;
        line-height: 14px;
        margin: 22px 0 0;
        padding: 13px 16px 12px 16px;
    }
}

.topbar .jix_onlineapplication_button .button:hover,
.topbar .jix_onlineapplication_button .button:focus,
.topbar .jix_onlineapplication_button .button:active {
    transition: all 0.2s ease;
    background: #D9EB00 !important;
}


.jix_onlineapplication_button .button {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    font-weight: 400;
    border-radius: 3px;
    margin: 20px 0 30px 0;
    padding: 13px 43px 16px 43px;
    border: none;
    background: #C1D100;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none;
}

.jix_onlineapplication_button .button:hover,
.jix_onlineapplication_button .button:focus,
.jix_onlineapplication_button .button:active {
    transition: all 0.2s ease;
    background: #D9EB00 !important;
    box-shadow: none;
}



/*-- ScrollTrigger gsap --*/
.slide-in-right {
    opacity: 0;
    transform: translate(100px, 0);
}

.slide-up {
    opacity: 0;
    transform: translate(0, 70px);
}
