/*-- vars --*/
/*-- font face --*/
@font-face {
    font-family: 'DC-Display-Bold';
    src: url("../fonts/DanishCrownDisplay-Bold.woff") format("woff");
}

@font-face {
    font-family: 'DC-Text-Bold';
    src: url("../fonts/DanishCrownText-Bold.woff") format("woff");
}

@font-face {
    font-family: 'DC-Text-Italic';
    src: url("../fonts/DanishCrownText-Italic.woff") format("woff");
}

@font-face {
    font-family: 'DC-Text-Regular';
    src: url("../fonts/DanishCrownText-Regular.woff") format("woff");
}

/*-- Common --*/
body {
    background: #fff;
    overflow-x: hidden;
    max-width: 100%;
    margin-left: calc(100vw - 100%);
}

h1 {
    font-family: 'DC-Display-Bold';
    font-size: 80px;
    line-height: 82px;
    color: #E3F0E3;
    margin: 380px 0 120px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 36px;
        line-height: 38px;
        margin: 200px 0 80px;
    }
}

h2 {
    font-family: 'DC-Display-Bold';
    font-size: 36px;
    line-height: 47px;
    color: #010101;
    margin: 0 0 30px;
}

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

p {
    font-family: 'DC-Text-Regular';
    font-size: 18px;
    line-height: 30px;
    color: #010101;
}

strong {
    font-family: 'DC-Display-Bold';
}

/*-- wrapper --*/
.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

@media (max-width: 1200px) {
    .wrapper {
        padding: 0;
    }
}

/*-- stuff --*/
.bg-green {
    background: #025151;
}

.bg-green-light {
    background: #C8E1C8;
}

.bg-red-light {
    background: #FDECF1;
}

.bg-red {
    background: #F6B7C7;
}

.bg-red-bright {
    background: #E94A32;
}

.bullets p {
    font-family: 'DC-Display-Bold';
    font-size: 20px;
    line-height: 30px;
    color: #E3F0E3;
    margin: 25px 0 0;
}

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

.bullets .sub {
    font-family: 'DC-Text-Italic';
    font-size: 16px;
    line-height: 26px;
    color: #E3F0E3;
    margin: 15px 0 0;
}

.bullets .sub:before {
    content: none;
}

.bullets p:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    z-index: 100;
    margin: 0 0 40px;
}

@media (max-width: 992px) {
    .bullets p:before {
        margin: 0 0 20px;
    }
}

.z-10 {
    z-index: 10;
}

.white-txt h2,
.white-txt p {
    color: #fff;
}

.logo-cut {
    position: absolute;
    right: 0;
    bottom: 0;
}

.header-stroke:after {
    content: '';
    background: #000;
    width: 1px;
    height: 80px;
    position: relative;
    display: block;
    margin: 20px auto;
}

/*-- crown full red --*/
.crown-full-red {
    background: #FDECF1 url(../img/danish-crown-socialt-ophold.jpg) no-repeat top right;
    background-size: 50%;
    padding: 100px 0 0;
}

.crown-full-red .content {
    padding-top: 12vh;
    padding-bottom: 12vh;
}

@media (max-width: 1500px) {
    .crown-full-red {
        background-size: 60%;
    }
}

@media (max-width: 1300px) {
    .crown-full-red {
        background-size: 70%;
    }
}

@media (max-width: 1200px) {
    .crown-full-red {
        background-size: 80%;
    }
}

@media (max-width: 992px) {
    .crown-full-red {
        background-size: contain;
        padding: 290px 0 0;
    }

    .crown-full-red .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.crown-full-red-footer {
    background: #FDECF1 url(../img/danish-crown-footer.jpg) no-repeat top right;
    background-size: 50%;
    padding: 100px 0 0;
}

.crown-full-red-footer .content {
    padding-top: 12vh;
    padding-bottom: 12vh;
}

@media (max-width: 1500px) {
    .crown-full-red-footer {
        background-size: 60%;
    }
}

@media (max-width: 1300px) {
    .crown-full-red-footer {
        background-size: 70%;
    }
}

@media (max-width: 1200px) {
    .crown-full-red-footer {
        background-size: 80%;
    }
}

@media (max-width: 992px) {
    .crown-full-red-footer {
        background-size: contain;
        padding: 290px 0 0;
    }

    .crown-full-red-footer .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.crown-full-red-footer .jix_onlineapplication_button .button,
.crown-full-red-footer .jix_onlineapplication_button .button:active {
    background: none !important;
    transition: all 0.2s ease;
    position: relative;
    border: 2px solid #010101 !important;
    border-radius: 0;
    color: #010101 !important;
    font-size: 18px;
    line-height: 20px;
    padding: 22px 60px;
    font-family: 'DC-Text-Bold';
    z-index: 10;
    margin: 30px 0 0;
}

@media (max-width: 768px) {

    .crown-full-red-footer .jix_onlineapplication_button .button,
    .crown-full-red-footer .jix_onlineapplication_button .button:active {
        width: 100%;
    }
}

/*-- checkmarks --*/
.checkmarks {
    margin-top: -270px;
}

.checkmarks p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-family: 'DC-Text-Bold';
}

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

.checkmarks img {
    margin-top: 11px;
}

@media (max-width: 992px) {
    .checkmarks {
        margin-top: -60px;
    }
}

/*-- quotes --*/
.quote {
    text-align: center;
}

.quote img {
    width: 50px;
    margin: 20px 0;
}

.quote p {
    font-family: 'DC-Display-Bold';
    font-size: 22px;
    line-height: 32px;
}

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

.quote span {
    display: block;
    font-family: 'DC-Display-Bold';
    font-size: 24px;
    line-height: 33px;
    margin-top: 40px;
}

@media (max-width: 992px) {
    .quote span {
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.quote-green {
    background: #C8E1C8;
}

.quote-green p,
.quote-green span {
    color: #025151;
}

.quote-green-bright {
    background: #91C392;
}

.quote-green-bright p,
.quote-green-bright span {
    color: #010101;
}

.quote-red {
    background: #FDECF1;
}

.quote-red p,
.quote-red span {
    color: #E94A32;
}

/*-- topbar --*/
.topbar {
    background: #025151;
    height: 200px;
    padding: 0;
    transition: all 0.2s ease;
}

@media (max-width: 992px) {
    .topbar {
        transition: all 0.2s ease;
        height: 80px;
        background: #025151;
    }
}

.topbar .logo {
    width: 204px;
    transition: all 0.2s ease;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.topbar .logo-sm {
    display: none;
    width: 53px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .topbar .logo-sm {
        display: block;
        left: 15px;
        transform: translate(0, -50%);
    }
}

@media (max-width: 992px) {
    .topbar .jix_onlineapplication_button .button {
        padding: 16px 30px;
    }
}

.topbar-scroll {
    transition: all 0.2s ease;
    height: 80px;
    background: #025151;
}

.topbar-scroll .logo {
    display: none;
}

.topbar-scroll .logo-sm {
    display: block;
}

.topbar-scroll .jix_onlineapplication_button .button {
    padding: 16px 30px;
}

/*-- cta --*/
.jix_onlineapplication_button .button,
.jix_onlineapplication_button .button:active {
    background: #91C392 !important;
    transition: all 0.2s ease;
    position: relative;
    border: 0 !important;
    border-radius: 0;
    color: #025151 !important;
    font-size: 18px;
    line-height: 20px;
    padding: 22px 60px;
    font-family: 'DC-Text-Bold';
    z-index: 10;
}

.jix_onlineapplication_button .button:hover,
.jix_onlineapplication_button .button:focus {
    box-shadow: -8px 8px 0px 0px #003535;
}

/*-- footer --*/
.footer a {
    transition: all 0.2s ease;
    opacity: 1;
}

.footer a:hover {
    transition: all 0.2s ease;
    opacity: 0.8;
}

/*-- gsap --*/
.move-up,
.move-up-two {
    transform: scale(1, 1) translate(0, 0);
}

.fade-grey {
    opacity: 1;
}

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

.left-to-right {
    transform: translate(-80px, 0);
    opacity: 0;
}
