/* Zenith Group Services AB */

/* Animationer */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* Fonts */
@font-face {
    font-family: 'gilroyextrabold';
    src: url('/assets/fonts/gilroy/radomir-tinkov-gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroylight';
    src: url('/assets/fonts/gilroy/radomir-tinkov-gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Layout  */
    --col-padding: 9rem;
    --menu-height: 10rem;
    --menu-height-scrolled: 10rem;

    /* 	Colors */
    --primary-color: 32, 86, 116;
    --primary-light-color: 177, 233, 255;
    --primary-dark-color: 0, 43, 60;
    --secondary-color: 83, 189, 249;

    --black-color: 8, 8, 8;
    --gray-light-color: 216, 228, 235;
    --white-color: 255, 255, 255;

    --accent-orange-color: 240, 101, 67;
    --accent-gold-color: 247, 189, 77;
    --accent-yellow-color: 255, 214, 118;
    --accent-turkos-color: 54, 115, 124;
    --accent-turkos-light-color: 153, 189, 177;

    /* 	Typography */
    --base-size: 2rem;

    /* 	Mobile nav */
    --activate-mobile-menu: 10000;
    --mobile-menu-height: 8rem;
    --mobile-menu-bg: 8, 8, 8;
    --menu-color: rgb(var(--white-color));
}

/* Layout
========================================================================== */
.section-wrapper {
    position: relative;
}

.section-block {
    padding: 15rem 7rem;
}

.IndexPage .section-block {
    padding: 15rem 7rem 20rem;
}

/* Paddings */
.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
    padding-top: 2rem;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

/* Hojder */
.vh-90 {
    min-height: 90vh;
}

/* Ovriga klasser */
.sticky .col-1 {
    position: sticky;
    top: calc(var(--mobile-menu-height) + 2rem);
    align-self: flex-start;
}

@media only screen and (max-width: 1024px) {

    .section-block,
    .IndexPage .section-block {
        padding: 11rem 4rem;
    }

    /* Hojder */
    .vh-90 {
        min-height: unset;
    }
}

@media only screen and (max-width: 580px) {

    .section-block,
    .IndexPage .section-block {
        padding: 5rem 2rem;
    }

    .sticky .col-1 {
        position: initial;
    }
}

/* Bakgrundsbild
========================================================================== */
.bg-video {
    position: relative;
}

.bg-video-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'gilroylight';
}

/* Rubriker */
.section-title {
    padding-bottom: 1rem;
    font-family: 'gilroyextrabold';
    font-size: 6.5rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
}

.small-title {
    padding-bottom: 3rem;
    font-family: 'gilroylight';
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: .05em;
}

/* Brodtext och lankar */
p {
    color: #444;
    font-weight: 300;
}

a {
    text-decoration: none;
}

.ingress,
.ingress a {
    font-size: 2.7rem;
}

/* List-pdf */
.list-pdf {
    padding: 0;
    list-style: none;
}

.list-pdf li {
    display: flex;
}

.list-pdf li::before {
    content: '\f1c1';
    position: relative;
    padding: 0 1.5rem 0 0;
    color: rgb(var(--primary-dark-color));
    font-weight: 700;
    font-size: 1.9rem;
    font-family: 'Font Awesome 5 Pro';
}

/* Ovriga klasser */
.text-block {
    max-width: 90rem;
}

.text-block-center {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-bold,
strong {
    font-family: 'gilroyextrabold';
}

@media only screen and (max-width: 1180px) {
    .section-title {
        font-size: 5.5rem;
    }

    .small-title {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 980px) {
    .section-title {
        font-size: 4rem;
    }

    .small-title {
        font-size: 2.2rem;
    }

    .ingress,
    .ingress a {
        font-size: 2.4rem;
    }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    margin-top: 3rem;
}

.btn-wrapper.center {
    text-align: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    display: inline-block;
    min-width: 20rem;
    padding: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    font-family: 'gilroyextrabold';
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-white-filled,
.ContactSubmit {
    color: rgb(var(--black-color));
    border: 1px solid rgb(var(--white-color));
    background-color: rgb(var(--white-color));
}

.btn-white-filled:hover,
.ContactSubmit:hover {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--white-color));
    background-color: transparent;
}

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: .5rem;
    font-size: 0;
    color: rgb(var(--black-color));
    text-decoration: none;
    border-radius: 50%;
    background-color: rgb(var(--white-color));
    transition: .3s ease;
}

.circle-icon:hover {
    background-color: rgb(var(--white-color), .5);
}

.circle-icon em:before,
.circle-icon i:before {
    font-size: 1.2rem;
}

/* Scroll-cirkel */
.arrow-circle {
    position: absolute;
    right: 7.5rem;
    bottom: 7.5rem;
    cursor: pointer;
    pointer-events: auto;
}

.circle-btn {
    display: block;
    position: relative;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    cursor: pointer;
    overflow: hidden;
    transition: .4s ease;
}

.circle-btn:hover {
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
}

.circle-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 3.5rem;
    width: 100%;
    height: 100%;
    color: rgb(var(--accent-gold-color));
    text-align: center;
    line-height: 8rem;
    transition: color 0.2s ease-in;
}

.circle-btn:hover .icon {
    color: rgb(var(--accent-orange-color));
}

.circle-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: background 0.5s linear;
    border: 1px solid rgb(var(--accent-gold-color));
    backface-visibility: hidden;
}

.circle-btn:hover .circle-bg {
    border-color: transparent;
    background: transparent;
    animation: circleround cubic-bezier(0.17, 0.13, 0.28, 1) 1s;
    animation-fill-mode: forwards;
    border-right-color: rgb(var(--accent-gold-color));
    border-bottom-color: rgb(var(--accent-gold-color));
}

@keyframes circleround {
    0% {
        transform: rotate(-90deg);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(360deg);
        opacity: 0;
    }
}

@keyframes arrowmove {
    0% {
        top: 2px;
    }

    100% {
        top: -3px;
    }
}

@media only screen and (max-width: 1024px) {
    .arrow-circle {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .btn {
        display: block;
        width: 100%;
    }
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-primary-dark {
    background-color: rgb(var(--primary-dark-color));
}

.bg-white {
    background-color: rgb(var(--white-color));
}

.bg-accent-turkos {
    background-color: rgb(var(--accent-turkos-color));
}

.bg-accent-turkos-light {
    background-color: rgb(var(--accent-turkos-light-color));
}

.bg-accent-yellow {
    background-color: rgb(var(--accent-yellow-color));
}

/* Farger */
.text-white {
    color: rgb(var(--white-color));
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Bredder */
.cards-wrapper.w-100 .card-item {
    width: 100%;
    margin: 1rem 0;
}

/* Card 2-5 */
.card-2-5 .card-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.card-2-5 .icon-wrapper {
    flex-shrink: 0;
    width: 7rem;
    margin-right: 2rem;
    font-size: 4.5rem;
    text-align: center;
}

.card-2-5 .small-title {
    font-size: 2.5rem;
    padding-bottom: .5rem;
}

.card-2-5 p {
    font-size: 1.6rem;
}

@media only screen and (max-width: 750px) {
    .card-2-5 {
        max-width: 100%;
    }

    .card-2-5 .card-item {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 580px) {
    .card-2-5 .card-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 0;
    }

    .card-2-5 .icon-wrapper {
        margin-bottom: 1rem;
    }
}

/* Header / Navigation
========================================================================== */
header {
    background-color: transparent;
}

/* header logo */
header .header-logo .midnightInner {
    overflow: hidden !important;
}

header .header-logo {
    position: absolute;
    top: 2.2rem !important;
    left: 2rem !important;
    display: inline-block;
    width: auto;
    padding: 0;
    line-height: normal;
    box-sizing: border-box;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

header .header-logo .logo-wrapper {
    z-index: 98;
    width: 13.5rem;
    margin-top: 0.5rem;
}

/* nav */
.TemplateMenu a {
    padding-right: 4rem;
    font-size: 3.2rem;
    font-weight: 400;
    color: rgb(var(--white-color));
    text-align: right;
}

.mobile-menu .TemplateMenu>li>a,
.mobile-menu.scrolled .TemplateMenu>li>a {
    line-height: 6rem;
}

.mobile-menu.scrolled {
    background-color: rgb(var(--black-color));
}

/* Dropdown */
.TemplateMenu ul {
    background-color: transparent;
}

.TemplateMenu a:hover {
    color: rgb(var(--primary-light-color));
}

/* Midnight header */
.hamburger {
    z-index: 99;
    width: 3rem !important;
    position: absolute;
    top: 1.3rem !important;
    left: auto !important;
    right: 1.5rem !important;
    height: 3rem !important;
}

.midnightHeader.default a,
.midnightHeader.default ul.breadcrumb li,
.midnightHeader.default ul.breadcrumb li+li:before,
.midnightHeader.default .sectionButtonContainer label {
    color: rgb(var(--white-color));
    fill: rgb(var(--white-color));
}

.hamburger:not(.is-clicked) .midnightHeader.default .hamburger-inner,
.hamburger:not(.is-clicked) .midnightHeader.default .hamburger-inner::after,
.hamburger:not(.is-clicked) .midnightHeader.default .hamburger-inner::before {
    background: rgb(var(--white-color));
}

.midnightHeader.lighter a,
.midnightHeader.lighter .logo-wrapper,
.midnightHeader.lighter ul.breadcrumb li,
.midnightHeader.lighter ul.breadcrumb li+li:before,
.midnightHeader.lighter .sectionButtonContainer label {
    color: rgb(var(--black-color));
    fill: rgb(var(--black-color));
}

.hamburger:not(.is-clicked) .midnightHeader.lighter .hamburger-inner,
.hamburger:not(.is-clicked) .midnightHeader.lighter .hamburger-inner::after,
.hamburger:not(.is-clicked) .midnightHeader.lighter .hamburger-inner::before {
    background: rgb(var(--black-color));
}

/* EditMode */
.EditMode .hamburger.hamburger--slide {
    position: relative !important;
    top: 2rem !important;
    height: 3rem !important;
    overflow: visible !important;
}

.EditMode .mobile-menu .mainmenu {
    padding-top: calc(var(--mobile-menu-height) + 13rem);
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.IndexPage .top-section {
    display: flex;
    align-items: flex-end;
    min-height: 100vh;
    margin-top: calc(-1 * var(--mobile-menu-height));
    background: linear-gradient(to bottom, transparent, rgb(var(--primary-dark-color), .4));
}

.top-section .section-block {
    width: 100%;
    padding-bottom: 10rem;
    padding-left: 10rem;
}

.top-section .small-title {
    font-size: 2rem;
}

/* Rubrik */
.quote-slider .section-title {
    width: 90rem;
    max-width: 100%;
    padding-bottom: 4rem;
    font-size: 5.5rem;
    text-transform: none;
    letter-spacing: normal;
}

.quote-slider .slick-list {
    width: 100%;
    max-width: calc(100vw - 7em);
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 8rem;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: translateX(-50%);
    background-color: transparent;
    border-radius: 2rem;
    width: 60%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: auto;
    margin: 0 2rem 0 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li::before {
    display: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    width: 4rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: relative;
    text-indent: -9999px;
    display: block;
    text-decoration: none;
    height: 2px;
    width: 4rem;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    text-align: center;
    background-color: rgb(var(--secondary-color), .5);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: rgb(var(--secondary-color));
    width: 4rem;
    transition: all .2s ease;
}

@media only screen and (max-width: 1024px) {
    .top-section .section-block {
        padding: 5rem;
    }

    .quote-slider .section-title {
        width: 80%;
        font-size: 4rem;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .section-block {
        padding: 5rem 2rem 10rem;
    }

    .quote-slider .section-title {
        width: 100%;
        font-size: 3rem;
    }
}

/* Ready to fight for growth with us?
========================================================================== */
.section-contact .Contact {
    max-width: 60rem;
    margin: 0 0 0 auto;
}

.ContactForm p {
    display: none;
}

.ContactForm input[type="text"],
.ContactForm input[type="number"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"],
.ContactForm input[type="date"],
.ContactForm input[type="datetime-local"],
.ContactForm select,
.ContactForm textarea,
.ContactForm .file-item,
.ContactForm .file-dropzone {
    border-color: transparent
}

.ContactSentMessage {
    max-width: 100%;
    padding: 2rem 3rem;
    background-image: none;
    background-color: rgb(var(--black-color));
}

.ContactSentMessage p {
    font-size: 1.7rem;
    text-align: center;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 980px) {
    .section-contact .Contact {
        min-width: 100%;
        margin: 3rem 0 0;
    }
}

@media only screen and (max-width: 680px) {
    .section-contact .ContactForm>div {
        width: 100%;
    }
}

/* ==========================================================================
Undersidor 
========================================================================== */

/* Hero
========================================================================== */
.hero {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: calc(-1 * var(--mobile-menu-height));
    min-height: 60vh;
}

.hero .section-block {
    width: 100%;
    padding-bottom: 5rem;
}

.hero .section-title {
    font-size: 10rem;
}

@media only screen and (max-width: 980px) {
    .hero .section-title {
        font-size: 5.5rem;
    }
}

/* ==========================================================================
Undersida - Press releases
========================================================================== */
.section-pressreleases .section-block-wrapper {
    max-width: 150rem;
}

.section-pressreleases .col-0 {
    position: sticky;
    top: 3rem;
    align-self: flex-start;
    width: 42rem;
    padding-right: 0;
}

.section-pressreleases .col-1 {
    width: calc(100% - 42rem);
}

@media only screen and (max-width: 750px) {
    .section-pressreleases .col-1 {
        width: 100%;
    }
}

/* MFN
========================================================================== */
.section-pressreleases .mfn-content {
    display: flex;
    flex-direction: column;
    margin-top: -3rem;
}

.section-pressreleases .mfn-row {
    padding: 4rem 0;
    font-size: var(--base-size);
    line-height: 1.5;
    border-bottom: 1px solid rgb(var(--primary-color));
}

.section-pressreleases .mfn-content>.mfn-row:last-child {
    border-bottom: none;
}

/* Datum */
.section-pressreleases .mfn-date {
    font-size: 1.4rem;
    font-family: 'gilroyextrabold';
}

/* Rubrik */
.section-pressreleases .mfn-title a {
    padding: 1rem 0 .5rem;
    font-size: 2.2rem;
    font-family: 'gilroyextrabold';
    color: rgb(var(--primary-dark-color));
    transition: .3s ease;
}

.section-pressreleases .mfn-title a:hover {
    color: rgb(var(--primary-color));
}

/* Taggar */
.section-pressreleases .mfn-tags-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .7rem;
}

.section-pressreleases .mfn-tag {
    padding: .4rem 1rem;
    margin: .5rem .5rem .5rem 0;
    font-size: 1.3rem;
    font-family: 'gilroyextrabold';
    border-radius: 3px;
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
}

/* Brodtext */
.section-pressreleases .mfn-preamble {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.7;
}

/* Lankar */
.section-pressreleases .mfn-attachment-text {
    font-size: 1.7rem;
    line-height: 1.7;
    color: rgb(var(--primary-color));
    text-decoration: underline;
}

.section-pressreleases .mfn-attachment-text:hover {
    text-decoration: none;
}

/* Paginering */
.section-pressreleases .mfn-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.section-pressreleases .mfn-pagination-link {
    display: inline-block;
    min-width: 10rem;
    padding: .7rem 1.2rem;
    margin: 5px 0 5px 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    font-family: 'gilroyextrabold';
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--primary-color));
    background-color: rgb(var(--primary-color));
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.section-pressreleases .mfn-pagination-link:hover {
    border: 1px solid rgb(var(--secondary-color));
    background-color: rgb(var(--secondary-color));
}

/* Lista med dokument
========================================================================== */
.list-pdf a {
    font-size: 1.7rem;
    color: rgb(var(--primary-color));
}

/* ==========================================================================
Undersida - Press releases > Press release
========================================================================== */
.section-pressrelease .section-block-wrapper {
    max-width: 120rem;
}

.section-pressrelease .mfn-title {
    padding-bottom: 1rem;
    font-family: 'gilroyextrabold';
    font-size: 4.5rem;
    line-height: 1.3;
    color: rgb(var(--primary-dark-color));
}

.section-pressrelease .mfn-date {
    display: block;
    margin: 2rem 0;
    font-size: 1.4rem;
    font-family: 'gilroyextrabold';
    color: rgb(var(--primary-color));
}

.section-pressrelease .mfn-preamble {
    margin: 1rem 0 2rem;
}

.section-pressrelease strong {
    color: rgb(var(--black-color));
}

.section-pressrelease .mfn-preamble strong {
    color: rgb(var(--gray-dark-color));
}

.section-pressrelease a {
    font-size: var(--base-size);
    line-height: 1.8;
    color: rgb(var(--primary-color));
    text-decoration: none;
}

.section-pressrelease a:hover {
    text-decoration: underline;
}

/* Ytterligare information */
.section-pressrelease .mfn-footer,
.section-pressrelease .mfn-about {
    margin-top: 2rem;
}

.section-pressrelease hr {
    display: none;
}

/* Bifogat */
.section-pressrelease .mfn-attachment {
    cursor: pointer;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    padding: 0 5rem;
    background-color: rgb(var(--black-color));
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 8rem 0 0;
}

.footer-menu {
    width: 20%;
    margin: 0 0 3rem;
}

.footer-menu-large {
    width: 30%;
}

.footer .text-label {
    font-family: 'gilroyextrabold';
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    letter-spacing: .1em;
    color: rgb(var(--white-color));
}

.footer p,
.footer a:not(.circle-icon) {
    font-size: 1.6rem;
    color: rgb(var(--white-color));
    transition: .2s ease-in;
}

.footer a:not(.circle-icon):hover {
    color: rgb(var(--primary-light-color));
}

.footer-menu img {
    max-width: 18rem;
}

.footer-submenu {
    padding: 0;
    margin: 0 0 3rem;
    list-style: none;
}

/* Footer bottom */
.footer-bottom {
    border-top: 1px solid rgb(var(--white-color), .5);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.footer-bottom p,
.footer-bottom a:not(.circle-icon) {
    font-size: 1.3rem;
    line-height: 1rem;
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
    filter: invert();
}

@media only screen and (max-width: 1200px) {
    .footer {
        padding: 0 3rem;
    }

    /* Footer top */
    .footer-menu {
        width: 33.333%;
    }

    .footer-menu-large {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {

    /* Footer top */
    .footer-menu,
    .footer-menu-large {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .footer {
        padding: 0 2rem;
    }

    /* Footer top */
    .footer-top {
        padding: 5rem 0 0;
    }

    .footer-submenu {
        margin: 1rem 0;
    }

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column-reverse;
    }

    .webbess-stamp {
        margin: 1rem 0;
    }
}