/* Norra Trafikskolan AB */

/* Typsnitt */
@import url("https://use.typekit.net/oge8uef.css");
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,700');

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 200, 54, 38;
    --primary-dark-color: 149, 21, 7;
    --primary-darkest-color: 101, 13, 13;

    --black-color: 0, 0, 0;
    --gray-dark-color: 50, 50, 50;
    --gray-color: 75, 78, 82;
    --gray-light-color: 242, 242, 242;
    --white-color: 255, 255, 255;

    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;
    --section-width: 150rem;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1200;
    --mobile-menu-height: 7rem;
    --mobile-menu-bg: var(--black-color);
    --menu-color: var(--white-color);
}

@media only screen and (max-width: 580px) {
    :root {
        --base-size: 1.5rem;
    }
}

/* Layout
========================================================================== */
.section-block {
    padding: 12rem 5rem;
}

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

.p-3 .section-block,
.p-3:not(.section-wrapper) {
    padding: 3rem;
}

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

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
    padding-right: 0;
}

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

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

/* Margins */
.mt-3 {
    margin-top: 3rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

/* Bredder */
.mw-none .section-block-wrapper {
    max-width: none;
}

.mw-1200 .section-block-wrapper {
    max-width: 120rem;
}

/* Ovriga klasser */
.justify-center {
    justify-content: center;
}

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

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

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

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'hero-new', sans-serif;
}

/* Rubriker */
.text-label {
    padding-bottom: 1em;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgb(var(--primary-color));
}

.section-title {
    padding-bottom: .5em;
    font-size: 4.3rem;
    font-weight: 700;
    line-height: 1.3;
    color: rgb(var(--gray-dark-color));
}

.small-title {
    padding-bottom: .8em;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    color: rgb(var(--gray-dark-color));
}

/* Brodtext och lankar */
p,
li {
    padding-bottom: .5em;
    color: rgb(var(--gray-dark-color));
    font-weight: 300;
}

/* Listor */
ul,
ol {
    padding: 0 0 0 3rem;
    margin-top: 0;
}

ol li {
    padding-left: 1rem;
}

ol li::marker {
    font-weight: 700;
}

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

.list-arrow li::before {
    content: ' \f324';
    padding: 0 1rem 0 0;
    font-weight: 700;
    font-size: calc(var(--base-size) * .9);
    font-family: 'Font Awesome 5 Pro';
}

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

.list-check li::before {
    content: '\f00c';
    position: relative;
    padding: 0 1rem 0 0;
    top: -2px;
    font-weight: 700;
    font-size: 1.3rem;
    color: rgb(var(--primary-color));
    font-family: 'Font Awesome 5 Pro';
}

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

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

.text-bold {
    font-weight: 700;
}

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

.td-none {
    text-decoration: none;
}

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

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

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

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

    .text-label {
        font-size: 1.3rem;
    }
}

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

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

/* Knappar */
.btn,
.ContactSubmit {
    padding: 1.3rem 3rem;
    margin: 1rem 1rem 1rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    border-radius: .6rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

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

.btn-primary-filled:hover,
.ContactSubmit:hover {
    background-color: rgb(var(--primary-dark-color));
    border: 2px solid rgb(var(--primary-dark-color));
}

.btn-white-filled {
    background-color: rgb(var(--white-color));
    border: 2px solid rgb(var(--white-color));
}

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

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

.btn-black-filled:hover {
    background-color: transparent;
    border: 2px solid rgb(var(--black-color));
    color: rgb(var(--black-color));
}

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    padding-bottom: .9em;
    font-size: var(--base-size);
    color: rgb(var(--gray-dark-color));
    text-decoration: none;
}

.arrow-link::after {
    content: ' \f061';
    display: inline-block;
    color: rgb(var(--primary-color));
    font-size: calc(var(--base-size) * .8);
    margin-left: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    transition: transform .4s ease;
}

.arrow-link:hover::after {
    transform: translateX(1rem);
    transition: transform .4s ease;
}

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

.circle-icon:hover {
    color: rgb(var(--primary-color));
    background-color: transparent;
}

.circle-icon em:before,
.circle-icon i:before {
    font-size: var(--base-size);
}

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

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

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

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

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

.bg-primary {
    /*background: linear-gradient(45deg, rgba(var(--primary-darkest-color)) 0%, rgba(var(--primary-color)) 64.55%, rgba(var(--primary-dark-color)) 100%);*/
    background-color: rgb(var(--primary-color));
}

/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

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

/* Grafiska element
========================================================================== */
/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

/* Object position */
.of-wrapper .op-50-35 {
    object-position: 50% 35%;
}

.of-wrapper .op-50-60 {
    object-position: 50% 60%;
}

.of-wrapper .op-50-90 {
    object-position: 50% 90%;
}

/* Badge */
.badge-wrapper {
    position: relative;
    padding-right: 8rem !important;
}

.badge {
    position: absolute;
    top: 2.7rem;
    right: -4.7rem;
    width: 19rem;
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image {
    position: relative;
    overflow: hidden;
}

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

/* Video */
.bg-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Parallax  */
.parallax {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .section-block {
    min-height: 40rem;
    background-color: rgb(var(--black-color), .5)
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

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

.cards-wrapper:not(.w-100) {
    margin-left: -1rem;
    margin-right: -1rem;
}

a.card-item {
    transition: .4s ease;
}

.card-item.align-center {
    display: flex;
    align-items: center;
}

/* Card grow */
.cards-grow .card-item {
    display: flex;
    flex-direction: column;
}

.cards-grow .card-body {
    flex-grow: 1;
}

/* Bredder */
.cards-wrapper.w-15 .card-item {
    width: calc((100% / 6) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
}

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

@media only screen and (max-width: 1050px) {
    .cards-wrapper.w-15 .card-item {
        width: calc((100% / 4) - 2rem);
    }

    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 800px) {
    .cards-wrapper:not(.w-100) {
        margin-left: 0;
        margin-right: 0;
    }

    .cards-wrapper.w-15 .card-item {
        width: calc((100% / 2) - 2rem);
    }

    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

/* Logos 1 */
.logos-1 .card-item {
    text-align: center;
}

.logos-1 img {
    max-height: 13rem;
    transform: scale(.93);
    transition: 0.2s ease-in-out;
    filter: grayscale(1);
}

.logos-1 a:hover img {
    transform: scale(1);
    filter: none;
}

@media only screen and (max-width: 868px) {
    .logos-1 img {
        max-height: 8rem;
        filter: none;
    }
}

/* Card 1-1 */
.card-1-1 .card-item {
    overflow: hidden;
}

.card-1-1 .btn:not(.btn-wrapper .btn) {
    margin: 0;
    border-radius: 0;
}

@media only screen and (max-width: 750px) {
    .card-1-1 .card-body.p-3 {
        padding-top: 1.5rem;
    }
}

/* Card 2-3 */
.card-2-3 .card-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin: -1rem 0 0 -1rem;
    border-radius: 50%;
}

/* Card 3-1 */
.card-3-1 .image-wrapper {
    height: 35rem;
}

.card-3-1 .btn {
    margin: 0;
    border-radius: 0;
}

.card-3-1 .btn:hover {
    text-decoration: underline;
}

.card-3-1 .btn-primary-filled {
    width: 67%;
}

.card-3-1 .btn-primary-filled:hover {
    background-color: rgb(var(--primary-color));
    border: 2px solid rgb(var(--primary-color));
}

.card-3-1 .btn-white-filled {
    width: 32%;
    border: none;
}

.card-3-1 .btn-white-filled:hover {
    color: rgb(var(--gray-dark-color));
    border: none;
}

@media only screen and (max-width: 580px) {
    .card-3-1 .image-wrapper {
        height: 25rem;
    }

    .card-3-1 .btn-wrapper {
        margin: 0;
    }

    .card-3-1 .btn-primary-filled,
    .card-3-1 .btn-white-filled {
        width: 100%;
    }
}

/* Card 3-4 */
.card-3-4 .card-item {
    position: relative;
    min-height: 30rem;
}

.card-3-4 a {
    text-decoration: none;
}

.card-3-4 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-3-4 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .5);
    transition: .3s ease-in-out;
}

.card-3-4 a.card-item:hover .image-wrapper::after {
    background: rgba(var(--black-color), .3);
}

.card-3-4 .card-body {
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 50rem;
    padding: 0;
    text-decoration: none;
}

.card-3-6 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-3-6 .card-body {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 2rem 5rem 1rem 2rem;
    pointer-events: none;
    transition: .4s ease;
}

.card-3-6 .card-item:hover .card-body {
    background-color: rgb(var(--primary-color));
}

.card-3-6 .card-item:hover .card-body .small-title,
.card-3-6 .card-item:hover .card-body p {
    color: rgb(var(--white-color));
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
}

.split-image {
    width: 50%;
}

.full-width .split-content {
    padding: 12rem 9rem;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

@media screen and (max-width: 1300px) {
    .split-content {
        padding: 3rem;
    }

    .full-width .split-content {
        padding: 8rem 5rem;
    }
}

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

    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
        background: transparent;
    }

    .split-content {
        width: 100%;
        max-width: 70rem;
        padding: 0 0 3rem;
        background: transparent;
    }

    .split-image {
        width: 100%;
    }

    /* Centrera content */
    .split-wrapper .align-center {
        align-self: flex-start;
    }
}

@media screen and (max-width: 680px) {
    .full-width .split-content {
        padding: 5rem 2rem;
    }
}

/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--black-color), .7);
}

body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 75rem;
    max-height: 75vh;
    padding: 4rem;
    border-radius: .6rem;
    overflow: auto;
    background: rgb(var(--primary-dark-color));
    transform: translate(-50%, -50%);
}

.section-auto-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 2rem;
    cursor: pointer;
}

@media only screen and (max-width: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
        padding: 3rem 2rem;
    }
}

/* Header / Navigation
========================================================================== */
/* Dolj hem */
body:not(.EditMode) header .TemplateMenu>li:nth-child(1) {
    display: none;
}

header {
    padding: 0 2rem;
    background-color: transparent;
}

header.scrolled,
header.mobile-menu .TemplateMenu ul,
.SubPage header {
    background-color: rgb(var(--black-color));
}

header .container {
    max-width: none;
    padding: 0;
    margin: 0 auto;
}

/* Logo */
.header-logo {
    flex: 1 1 0px;
}

.header-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.text-logo {
    width: 10rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(var(--white-color));
    margin-left: 1rem;
}

/* Nav */
.TemplateMenu a {
    font-weight: 300;
    font-size: 1.4rem;
    color: rgb(var(--white-color));
    transition: all .6s ease;
}

header:not(.mobile-menu) .TemplateMenu ul {
    background-color: rgb(var(--primary-color));
}

.TemplateMenu li {
    padding: 0;
}

.TemplateMenu ul>li:hover {
    background-color: rgb(var(--primary-dark-color));
}

.TemplateMenu ul>li>a:hover,
.TemplateMenu ul>li.active>a {
    color: rgb(var(--white-color));
}

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

/* CTA  */
.header-cta-wrapper {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0px;
    padding: 0;
    margin: 0 0 0 2rem;
    list-style: none;
}

.header-cta-wrapper li {
    margin: 0 .5rem;
    padding: 0;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    line-height: 1;
}

/* Mobilmeny */
.mobile-menu .container {
    height: var(--mobile-menu-height);
}

.mobile-menu .header-cta-wrapper {
    margin: 0;
}

.mobile-menu .mainmenu {
    padding-bottom: 6rem;
}

@media only screen and (max-width: 1300px) {
    nav.mainmenu a {
        padding: 0 1.2rem;
    }
}

@media only screen and (max-width: 1024px) {
    header {
        padding: 0 3rem;
    }
}

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

    /* Header logo */
    .header-logo a {
        font-size: 1.6rem;
    }

    .text-logo {
        display: none;
    }

    /* CTA */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }
}

@media only screen and (max-width: 420px) {
    header {
        padding: 0 1rem;
    }
}


/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.popup-wrapper {
    z-index: 8;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

/* Knappar */
.popup-button {
    position: relative;
    appearance: none;
    width: 5rem;
    height: 5rem;
    background: rgb(var(--primary-color));
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(var(--black-color), .3);
    border: none;
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    color: rgb(var(--white-color));
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%, -50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%, -50%) scale(0);
}

/* InnehÃ¥ll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    width: 400px;
    max-width: calc(100% - 2rem);
    max-height: calc(100vh - 12rem);
    margin: 0 2rem;
    background: rgb(var(--white-color));
    border-radius: 3px;
    box-shadow: 0 0 3rem rgba(var(--black-color), .3);
    transition: opacity .3s ease, bottom .3s ease;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 2rem;
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

.popup-header .text-title {
    padding: 0;
    line-height: 1;
}
.popup-window .small-title{
    font-size: 2.2rem;
}
.icon-close-popup {
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    font-size: 1.6rem;
    cursor: pointer;
}

.icon-close-popup:hover {
    background-color: rgb(var(--gray-light-color));
}

.popup-content {
    padding: 1rem 2rem 3rem;
    max-height: 30rem;
    overflow: auto;
}

.popup-content .small-title {
    padding-bottom: .3em;
}

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

/* Top-section
========================================================================== */
.top-section {
    position: relative;
    margin-top: calc(-1 * var(--menu-height));
}

.top-section .section-block {
    display: flex;
    align-items: center;
    min-height: 97vh;
    background-color: rgba(var(--black-color), .6);
}

.top-section .text-block-center {
    max-width: 85rem;
}

.top-section h1 {
    padding-bottom: 2rem;
    font-size: 5.3rem;
}

.top-section h2 {
    font-size: 3rem;
}

@media only screen and (max-width: 1500px) {
    .top-section h1 {
        font-size: 4.3rem;
    }

    .top-section h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 750px) {
    .top-section h1 {
        font-size: 3rem;
    }

    .top-section h2 {
        font-size: 1.5rem;
    }
}

/* Loggor
========================================================================== */
.section-slider {
    overflow: hidden;
}

.section-slider .slick-track {
    display: flex;
    align-items: center;
}

.section-slider .slick-list {
    width: 100%;
}

.section-slider .card-item {
    margin: 0 2rem;
}

.section-slider img {
    margin: auto;
}

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

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
    display: flex;
    align-items: center;
    min-height: 40rem;
    background-color: rgb(var(--black-color), .4);
}

.hero .section-block-wrapper {
    width: 100%;
}

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

@media only screen and (max-width: 580px) {
    .hero .section-block {
        min-height: 30rem;
    }

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

/* ==========================================================================
Undersida: Prislista
========================================================================== */
.section-price .table-heading,
.section-price .card-header {
    background-color: rgb(var(--primary-color));
}

.section-price .table-heading .small-title,
.section-price .card-header .small-title {
    font-size: 2rem;
    font-weight: 500;
}

.section-price .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid rgb(var(--gray-dark-color), .2);
}

.section-price .table .row {
    background: rgb(var(--white-color));
}

.section-price .row .cell:nth-child(1),
.section-price .row .cell:nth-child(2) {
    flex-grow: 1;
}

.section-price .row .cell:nth-child(3) {
    width: fit-content;
}

.section-price .cell {
    width: calc(100% / 4);
    padding: 0 2rem;
}

.section-price .cell p,
.section-price .cell a {
    font-size: calc(var(--base-size) * .9);
    padding: 0;
}

@media only screen and (max-width: 750px) {
    .section-price .table-heading {
        display: none;
    }

    .section-price .cell {
        width: 100%;
    }

    .section-price .row {
        padding: 2rem 0;
    }

    .section-price .row .cell:nth-child(1) p {
        font-weight: 500;
    }
}

/* ==========================================================================
Undersida: Kontakta oss 
========================================================================== */
.section-contact .section-block-wrapper {
    justify-content: space-between;
}

.section-contact .col-0 {
    align-content: center;
}

.section-contact em {
    margin-right: 1rem;
}

@media only screen and (max-width: 980px) {
    .section-contact .split-image iframe {
        height: 40rem;
    }
}

/* Formular */
.section-contact .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 4rem 2rem;
    margin: 0;
    background-color: rgb(var(--white-color));
}

.section-contact .ContactForm div {
    width: 49%;
}

.section-contact .ContactForm .ContactFormMessage,
.section-contact .ContactForm .ContactFormField.divider-field,
.section-contact .ContactForm .submit-button-container {
    width: 100%;
}

.ContactForm input[type="text"],
.ContactForm textarea,
.ContactForm input[type="email"]:not(.illegal) {
    border: none;
}

.ContactForm input[type="text"]:not(.illegal),
.ContactForm textarea:not(.illegal),
.ContactForm input[type="email"]:not(.illegal) {
    background-color: rgb(var(--gray-light-color));
}

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

    .section-contact .col-0 {
        margin-bottom: 3rem;
    }
}

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

.footer-container {
    max-width: var(--section-width);
    margin: 0 auto;
}

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

.footer-menu {
    margin: 0 1rem 3rem 0;
}

.footer .text-label {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 2rem;
}

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

.footer-top li,
.footer-top p,
.footer-top a {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: .1em;
    text-decoration: none;
    color: rgb(var(--white-color));
}

.footer a:not(.circle-icon):hover {
    text-decoration: underline;
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgb(var(--white-color));
}

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

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

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

    .footer-menu {
        width: 45%;
    }
}

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

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

    .footer-menu.socials .footer-submenu {
        display: flex;
        margin: 0;
    }
}

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

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

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

    .webbess-stamp {
        margin: 0 auto 2rem;
    }
}