/* RAMSELE LASTBILSTRÄFF */

/* Typsnitt Open Sans (Brodtext) och Bebas Neue Pro (Rubriker) */
@import url("https://use.typekit.net/pni0rnk.css");

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

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

    /* 	Colors */
    --primary-color: 201, 44, 44;
    --secondary-color: 190, 183, 164;

    --black-color: 20, 20, 20;
    --gray-dark-color: 17, 17, 17;
    --gray-light-color: 234, 234, 234;
    --white-color: 255, 255, 255;

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

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

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

.section-block-wrapper {
    max-width: 130rem;
}

/* Paddings */
.p-1 {
    padding: 1rem;
}
.p-2 {
    padding: 2rem !important;
}
.p-3 {
    padding: 3rem ;
}
.pt-0  {
    padding-top: 0 !important;
}
.pt-0 .section-block {
    padding-top: 0;
}

.pr-0 .section-block {
    padding-right: 0;
}

.pb-0 .section-block {
    padding-bottom: 0;
}
.pb-0{
    padding-bottom: 0 !important;
}

.pl-0 .section-block {
    padding-left: 0;
}

.pt-2 {
    padding-top: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

/* Margins */

.mt-0 {
    margin-top: 0rem !important;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-5 {
    margin-top: 5rem;
}
.mt-10 {
    margin-top: 10rem !important;
}

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

.mb-3 {
    margin-bottom: 3rem;
}
.mb-10 {
    margin-bottom: 10rem !important;
}

/* Specifika bredder */
.mw-800 .section-block-wrapper {
    max-width: 80rem;
}
.mw-1200 .section-block-wrapper {
    max-width: 120rem;
}

.mw-1400 .section-block-wrapper {
    max-width: 140rem;
}

.mw-1000 .section-block-wrapper {
    max-width: 100rem;
}

.mw-1500 .section-block-wrapper {
    max-width: 150rem;
}
.mw-1600 .section-block-wrapper {
    max-width: 160rem;
}

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

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

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

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

/* Rubriker */
.text-label {
    display: inline-block;
    padding-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: quimby-mayoral, sans-serif;
    color: rgb(var(--primary-color));
    transform: rotate(-2deg);
}

.section-title {
    padding-bottom: .3em;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.2;
    color: rgb(var(--gray-dark-color));
    font-family: bebas-neue-pro, sans-serif;
}

.small-title {
    padding-bottom: .5em;
    font-size: 2.6rem;
    font-weight: 400;
    font-family: bebas-neue-pro, sans-serif;
    line-height: 1.4;
    color: rgb(var(--gray-dark-color));
}

/* Brodtext och lankar */
p {
    font-weight: 400;
    color: rgb(var(--gray-dark-color));
}

a {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgb(var(--primary-color));
    text-decoration: none;
}

/* ovriga klasser */
.text-block-center {
    max-width: 85rem;
    margin: 0 auto;
}

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

.text-small {
    font-size: 1.4rem;
}

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

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

.text-handwritten {
    font-family: quimby-mayoral, sans-serif;
    font-weight: 400;
    font-style: normal;
}

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

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

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

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

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

.btn-wrapper.center {
    justify-content: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 20rem;
    padding: 1.3rem 3rem;
    margin: .5rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 3rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-small {
    min-width: unset;
    padding: 1rem 1.5rem;
    margin: 0 0.5rem;
    line-height: 1;
}

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

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

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

.btn-primary-border {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--primary-color));
    background-color: transparent;
}

.btn-primary-border:hover {
    border: 1px solid rgb(var(--secondary-color));
    background-color: rgb(var(--secondary-color));
}

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


/* Arrow link */
.arrow-link {
    padding-right: 1rem;
}

.arrow-link::after {
    content: ' \f178';
    display: inline-block;
    margin-left: .5rem;
    font-family: 'Font Awesome 5 Pro';
    font-size: .7em;
    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));
    transition: .3s ease;
}

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

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

/* Bouncing arrow */
.bouncing-arrow-wrapper {
    position: absolute;
    left: 50%;
    bottom: -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50% 50% 0 0;
    background: rgb(var(--white-color));
    transform: translatex(-50%);
}

.bouncing-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    color: rgb(var(--white-color));
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
}

.bouncing-arrow i {
    color: rgb(var(--white-color));
    font-size: 3rem;
    font-weight: 500;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

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


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

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

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

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

.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;
    max-width: 45rem;
    max-height: calc(100vh - 12rem); 
    padding: 4rem;
    margin: 0 2rem;
    background: rgb(var(--white-color));
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

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

.icon-close-popup {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

@media only screen and (max-width: 450px) {
    .popup-window {
        padding: 2rem 3rem 2rem 2rem;
    }

    .icon-close-popup {
        top: 1rem;
    }
}

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

.bg-light {
    background-color: rgba(var(--primary-color), .3);
}

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

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

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

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

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

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

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



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

/* Specifika bredder */
.cards-wrapper.w-20 .card-item {
    width: calc((100% / 5) - 1rem);
    margin: 5px;
}

.cards-wrapper.w-25 .card-item {
    width: calc((100% / 4) - 1rem);
    margin: 5px;
}

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

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

.cards-wrapper.w-100 .card-item {
    width: 100;
}

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

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

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

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

@media only screen and (max-width: 750px) {
    .cards-wrapper.w-50 .card-item,
    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-25 .card-item,
    .cards-wrapper.w-20 .card-item {
        width: 100%;
        margin: 1rem 0;
    }

}

/* Cards 1 */
.cards-1 .card-item {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
    margin: 0 2rem 0 0;
}

.cards-1 .card-header {
    flex: 1 1 0px;
    position: relative;
    padding: 3rem;
    background-color: rgb(var(--white-color));
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgb(var(--black-color), .1);
}

.cards-1 .card-header::after {
    content: '';
    position: absolute;
    left: 3.5rem;
    bottom: -1rem;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid rgb(var(--white-color));
}

.cards-1 .card-footer {
    display: flex;
    align-items: center;
    padding: 2rem 0 0 2rem;
}

.cards-1 .card-footer .image-wrapper {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin: 0 2rem 0 0;
}

.cards-1 .card-footer p {
    color: rgba(var(--black-color), .7);
    line-height: 1;
    padding: 0;
}

/* Cards 2 */
.cards-2 .card-item {
    padding: 4rem;
    border-radius: 2rem;
    transition: 0.2s ease-in-out;
}

.cards-2 a.card-item {
    cursor: pointer;
}

.cards-2 .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.cards-2 .icon-wrapper i {
    font-size: 5rem;
}

.cards-2 li {
    padding-bottom: 1rem;
}

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

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

/* Cards 7*/
.cards-7 .card-item {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    border: 1px solid rgb(var(--gray-light-color));
    background: rgb(var(--white-color));
    text-decoration: none;
    overflow: hidden;
}

.cards-7 .image-wrapper {
    height: 20rem;
}

.cards-7.alt-2 .image-wrapper {
    height: 15rem;
    display:flex;
    justify-content: center;
}

.cards-7.alt-2 img{
    max-height: 10rem;
}

.cards-7 .text-wrapper {
    flex-grow: 1;
    padding: 3rem;
}

.cards-7.schema p {
    font-size: 1.5rem;
}

.cards-7.schema .small-title {
    font-size: 2.6rem;
}

.cards-7 .card-footer {
    justify-content: space-between;
    padding: 1.5rem 0 1rem;
    margin: auto 3rem 0;
    border-top: 1px solid rgb(var(--gray-light-color));
}

.cards-7 em {
    font-weight: 700;
}

@media only screen and (max-width: 550px) {
    .cards-7 .small-title {
        font-size: 2.4rem;
    }
}

/* stor nyhetr pa undersidan */
.cards-7.big .image-wrapper {
    height: 40rem;
}

.cards-7.big .text-wrapper {
    padding: 3rem 0 0rem;
}

.cards-7.w-100 .card-item {
    border: none;
}

.cards-7.w-100 .small-title {
    border-bottom: 1px solid rgb(var(--primary-color));
    margin-bottom: 2rem;
    font-size: 3rem;
}

.cards-7.w-100 .card-footer {
    display: flex;
    justify-content: space-between;
    margin: auto 0rem 0;
    padding: 1.5rem 0 3rem;
    border-top: 0;
}

/* Cards 9 */
.cards-9 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}

.cards-9 .card-item {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

/* tredje rutan */
.cards-9 .card-item:nth-child(3) {
    display: flex;
    align-items: center;
    text-align: center;
}

.cards-9 .image-wrapper {
    height: 42rem;
    border-radius: 2rem;
}

.cards-9 .text-wrapper img {
    width: 15rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.cards-9 .text-wrapper {
    width: 85%;
    padding: 3.5rem;
    margin: 0 auto;
}

/* första och andra rutan */
.cards-9 .card-item:nth-child(1) .text-wrapper,
.cards-9 .card-item:nth-child(2) .text-wrapper,
.SubPage .cards-9 .card-item .text-wrapper {
    z-index: 1;
    position: relative;
    margin-top: -9rem;
    border-radius: 2rem;
}

.cards-9 .btn {
    display: inline-block;
}

.SubPage .cards-9 .card-item:hover {
    transform: translateY(-2rem);
}

.SubPage .cards-9 .text-wrapper {
    width: 95%;
    margin-top: 0 !important;
}

/* Cards 10 */
.cards-10 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 30rem;
    text-decoration: none;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}

.cards-10 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.cards-10 .image-wrapper img {
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}


.cards-10 .image-wrapper img:hover {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}

/* Cards 12 */
.cards-12 .card-item {
    position: relative;
    padding: 3rem;
    background-color: rgb(var(--gray-light-color));
}

.cards-wrapper.cards-12 .card-item {
    margin-top: 4rem;
}

.cards-12 .card-item::before {
    position: absolute;
    content: '';
    display: block;
    top: 4.2rem;
    left: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent rgb(var(--white-color));
}

.cards-12 .image-wrapper {
    position: absolute;
    top: -2rem;
    right: 2rem;
    width: 14rem;
    height: 16rem;
    border-radius: 1rem;
    overflow: hidden;
}

.cards-12 .text-wrapper {
    padding-right: 12rem;
}

.cards-12 .small-title {
    padding-bottom: 1rem;
    font-size: 2.3rem;
    font-weight: 600;
}

.cards-12 .title {
    padding-bottom: 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: rgb(var(--primary-color))
}

.cards-12 p {
    font-size: 1.5rem;
}

.cards-12 a {
    display: block;
    font-size: 1.5rem;
    color: rgb(var(--black-color));
}

.cards-12 a:hover {
    color: rgb(var(--primary-color));
}

.cards-12 em {
    margin-right: 1rem;
    color: rgb(var(--primary-color));
}

@media screen and (max-width: 500px) {
    .cards-12 .text-wrapper {
        padding-right: 0rem;
    }

    .cards-12 .image-wrapper {
        top: -6rem;
        right: 2rem;
        width: 7rem;
        height: 10rem;
    }

    .cards-wrapper.cards-12 .card-item {
        margin-top: 6rem;
    }

}

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

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

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

.split-content.align-center {
    align-self: center;
}

.split-image {
    width: 50%;
    border-radius: 3px;
}

.split-wrapper .mt--5rem {
    margin-top: -5rem;
}
/* Speciella bredder */
.split-wrapper .w-60 {
    width: 60%;
}

.split-wrapper .w-40 {
    width: 40%;
}

@media screen and (max-width: 1300px) {
    .split-content {
        padding: 3rem;
    }
}
@media screen and (max-width: 1100px) {
    .split-content,
    .split-wrapper .w-60,
    .split-wrapper .w-40 {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .split-wrapper .mt--5rem {
        margin-top: 0rem;
    }

    .split-content {
        width: 100%;
    }

    .split-image {
        width: 100%;
        max-height: 35rem;
    }

    .pr-0 .split-content {
        padding-right: 2rem;
    }
}

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

    .split-wrapper,
    .split-content {
        background: transparent;
    }

    .split-content {
        padding: 0 0 3rem 0;
    }

    .pt-0 .split-content {
        padding-top: 3rem;
    }
}

/* Grafiska element
========================================================================== */
.br-2 {
    border-radius: 2rem;
}
.br-4 {
    border-radius: 4rem;
}

/* Badge */
.badge-wrapper {
    position: relative;
}

.badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    padding: 1rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-radius: 0 .5rem .5rem 0;
    max-width: 35rem;
    opacity: 50%;
}

@media screen and (max-width: 580px) {
    .br-4 {
        border-radius: 2rem;
    }

    .badge {
        max-width: 70%;
    }
}

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    background: linear-gradient(90deg, rgba(var(--black-color), .2) 0%, rgba(var(--black-color), .5) 0%, rgba(var(--black-color), 0.0) 100%);
}

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

/* Bakgrundsvideo
========================================================================== */
.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%);
}

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

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

/* Header / Navigation
========================================================================== */
header {
    background-color: rgb(var(--white-color));
    transition: all .2s ease;
}

header.scrolled {
    box-shadow: 0 1rem 3rem rgb(var(--gray-dark-color), .1);
    transition: all .2s ease;
}

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

.header-logo a {
    font-family: bebas-neue-pro, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(var(--gray-dark-color));
}

/* nav */

nav.mainmenu a {
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgb(var(--gray-dark-color));
    padding: 0 1.5rem;
}

header.scrolled nav.mainmenu a {
    color: rgb(var(--gray-dark-color));
}

nav.mainmenu a:hover,
header.scrolled nav.mainmenu a:hover {
    color: rgb(var(--primary-color));
}

.mobile-menu .TemplateMenu>li>a {
    --menu-height-scrolled: 5rem;
}

/* ta bort Startsida/Hem i menyn */
nav.mainmenu ul.TemplateMenu>li:first-child {
    display: none;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
    display: inline-block;
}

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

.header-cta-wrapper .btn {
    min-width: unset;
    padding: .9rem 2.5rem;
    margin: 0 1rem;
}

/* Mobilmeny */
@media only screen and (max-width: 550px) {
    .header-cta-wrapper .btn {
        padding: .5rem 1.2rem;
        margin-left: 0;
    }
}

/* Top-header - Anmalan */
.top-header ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0rem 1rem;
}

.top-header a:not(.dropdown-content a) {
    padding: 1rem 1.8rem;
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
    border-radius: 3rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.top-header a:hover:not(.dropdown-content a) {
    color: rgb(var(--black-color));
    background-color: rgb(var(--secondary-color));
}

/* dropdown */
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    text-align: left;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 1px;
}

.dropdown-content a {
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 0.5rem;
    text-decoration: none;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.dropdown-content a:hover {
    background-color: rgb(var(--secondary-color));
    color: rgb(var(--black-color));
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

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

/* Top-section
========================================================================== */
.top-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 95vh;
    margin-top: calc(-1 * var(--menu-height));
    background-image: linear-gradient(rgb(var(--black-color), .3), rgb(var(--black-color), .3));
}

.top-section .section-block-wrapper {
    max-width: 80rem;
    text-align: center;
}

.top-section h1 {
    font-size: 8rem;
    color: rgb(var(--white-color));
}

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


@media only screen and (max-width: 1200px) {
    .top-section {
        min-height: 90vh;
    }

    .top-section .section-block-wrapper {
        max-width: 50rem;
    }

    .top-section h1 {
        font-size: 5rem;
    }
}

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

    .top-section .btn-wrapper {
        flex-direction: column;
    }

    .top-section .btn-wrapper a {
        margin: 1rem 0;
    }
}

.poster{
    max-width: 40rem;
    margin: auto;
    text-align: center;
}
#intro .col-1{
    text-align: center;
}

/* Sektion Nyheter (.section-news)
========================================================================== */
.section-news {
    background-image: linear-gradient(to bottom, rgb(var(--white-color)) 5rem, rgb(var(--gray-light-color)) 5rem);
}

/* News Wrapper */
.news-wrapper {
    position: relative;
    padding: 3rem;
    border-radius: 3px;
    background-color: rgb(var(--white-color));
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
    overflow: hidden;
}

.news-wrapper .card-item {
    margin: 0 2rem 0 0;
}

/* Sektion Omdomen (.section-reviews)
========================================================================== */
.section-reviews {
    background-image: linear-gradient(to top, rgb(var(--secondary-color)) 50%, rgb(var(--white-color)) 50%);
    overflow: hidden;
}

/* Scroll Wrapper */
.scroll-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 2rem 0 8rem;
}

.scroll-wrapper .slick-list {
    overflow: visible;
}

/* slick knappar */
.scroll-wrapper .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
    font-size: 0;
    background-color: rgb(var(--primary-color));
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
    color: rgb(var(--black-color));
}

.scroll-wrapper .slick-arrow:not(.slick-disabled):hover,
.scroll-wrapper .slick-arrow:not(.slick-disabled):focus {
    background-color: rgb(var(--secondary-color));
    border-color: transparent;
}

.scroll-wrapper .slick-arrow.slick-disabled {
    opacity: .5;
}

.scroll-wrapper .slick-prev {
    right: 7rem;
    left: auto;
}

.scroll-wrapper .slick-next {
    right: 2rem;
}

.scroll-wrapper .slick-prev:before,
.scroll-wrapper .slick-next:before {
    color: rgb(var(--white-color));
    font-size: 2rem;
    font-family: 'Font Awesome 5 Pro';
}

.scroll-wrapper .slick-prev::before {
    content: '\f104';
}

.scroll-wrapper .slick-next::before {
    content: '\f105';
}

.slick-list,
.slick-track {
    height: 100%;
}

.slick-dots {
    position: absolute;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    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;
    width: 7px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: .4;
    border-radius: 4px;
    background-color: rgb(var(--gray-dark-color));
    -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(--primary-color));
    width: 20px;
    transition: all .2s ease;
}

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

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
    padding: 10rem 4rem;
    background-color: rgb(var(--black-color), .5);
}

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

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

@media only screen and (max-width: 580px) {
    .hero {
        min-height: 60vh;
    }

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

    .hero .section-block {
        padding: 10rem 2rem;
    }
}

/* Header image
========================================================================== */
.hero-1 .split-wrapper {
    min-height: 30vh;
}

.hero-1 .split-content {
    z-index: 1;
    max-width: 80rem;
}

.hero-1 .split-image {
    border-top-right-radius: 2rem;
}

.hero-1 h1 {
    padding-bottom: 3rem;
    font-size: 7rem;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 300;
}

.hero-1 p {
    max-width: 55rem;
    padding-left: 3rem;
    line-height: 2;
}

.hero-1 .btn-wrapper {
    max-width: 60rem;
    padding: 3rem 7rem 3rem 3rem;
    margin: 10rem 0 0 -20rem;
    border-radius: 4rem;
    background-color: rgb(var(--primary-color));
}

.hero-1 .btn-wrapper a {
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 1300px) {
    .hero-1 h1 {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 1100px) {
    .hero-1 .split-content {
        padding-left: 8rem;
    }

    .hero-1 .btn-wrapper {
        max-width: 55rem;
        padding: 2rem 3rem 2rem 3rem;
        margin: 3rem 0 0 3rem;
    }
}

@media only screen and (max-width: 768px) {
    .hero-1 .split-content {
        padding: 3rem 0 0 2rem;
    }

    .hero-1 h1 {
        font-size: 4rem;
    }

    .hero-1 p {
        padding-left: 0;
    }

    .hero-1 .btn-wrapper {
        margin-left: 0;
    }

    .hero-1 .section-block {
        padding-top: 0;
    }
}

/* hero-2
========================================================================== */
.hero-2 {
    min-height: 45rem;
}

.hero-2 .section-title {
    font-size: 5rem;
    padding-top: 7rem;
}

@media only screen and (max-width: 768px) {
    .hero-2 {
        min-height: 35rem;
    }
}

/* ==========================================================================
Undersida: Bilutstallare
========================================================================== */

/* .section-apply
========================================================================== */
.section-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--black-color), .55);
    min-height: 85vh;
    border: 3rem solid rgb(var(--white-color));
}

.info {
    background: rgb(185, 2, 2);
    color: white;
    border: 1px solid rgb(115, 115, 115);
    padding: 10px;
    border-radius: 20px;

}

.info-text {
    color: white;
}

@media only screen and (max-width: 568px) {
    .section-apply {
        min-height: 55vh;
    }
}

/* ==========================================================================
Undersida: Bilutstallare > Startlista > Undersidor
========================================================================== */
.section-exhibitors .section-block-wrapper {
    max-width: 170rem;
}

.section-exhibitors .col-0 {
    width: 30rem;
}

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

/* Sidonavigering */
.section-exhibitors .col-0 .small-title {
    padding: 0 0 0.5rem 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgb(var(--gray-dark-color));
}

.section-exhibitors .col-0 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-exhibitors .col-0 ul a {
    width: 100%;
    padding: 0.5rem;
    color: rgb(var(--gray-dark-color));
}

.section-exhibitors .col-0 ul a:hover,
.section-exhibitors .col-0 ul a.active-page {
    color: rgb(var(--primary-color));
}    

/* Kort */
.cards-exhibitors .card-item {
    padding: 2rem;
    margin: .5rem;
    background: rgb(var(--gray-light-color));
}

.cards-exhibitors .card-item .small-title {
    padding-bottom: 0;
    font-weight: 600;
    font-size: 2.4rem;
    color: rgb(var(--primary-color));
}

.cards-exhibitors .card-item p:not(.small-title) {
    padding-bottom: 0;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1400px) {
    .cards-wrapper.cards-exhibitors .card-item {
        width: calc((100% / 3) - 1rem);
    }   
}

@media only screen and (max-width: 1200px) {
    .cards-wrapper.cards-exhibitors .card-item {
        width: calc((100% / 2) - 1rem);
        margin: .5rem;
    }   
}

@media only screen and (max-width: 980px) {
    .section-exhibitors .col-0 {
        width: 100%;
    }

    .section-exhibitors .col-1 {
        width: 100%;
        margin-top: 3rem;
    }

    /* nav */
    .section-exhibitors .col-0 li {
        display: inline-block;
        padding: .5rem 1rem;
    }
}

@media only screen and (max-width: 580px) {
    /* nav */
    .section-exhibitors .col-0 li {
        padding: 0 .5rem;
    }

    .section-exhibitors .col-0 ul a {
        font-size: 1.3rem;
    }
    
    /* cards */
    .cards-wrapper.cards-exhibitors .card-item {
        padding: 0.7rem;
    }

    .cards-exhibitors .card-item .small-title {
        font-size: 2rem;
        font-weight: 300;
    }

    .cards-exhibitors .card-item p:not(.small-title) {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 480px) {
    /* cards */
    .cards-wrapper.cards-exhibitors .card-item {
        width: 100%;
        margin: .5rem 0;
    }
}

/* ==========================================================================
Undersida: Anmalan - Bilutstallare
========================================================================== */
.section-sign iframe {
    background-color: rgb(var(--white-color));
    box-shadow: 0 1rem 3rem rgb(var(--black-color), .1);
    position: relative;
    top: -5rem;
    border-radius: 2rem;
}
.asterisk p:after {
    display: none;
}
.section-anmalan{
    box-shadow: 0 1rem 3rem rgb(var(--black-color), .1);
    border-radius: 2rem;
    padding: 2rem;
    padding-top: 0;
    max-width: 80rem;
    margin: auto;
}

/* ==========================================================================
Undersida faq
========================================================================== */
.accordion-item {
    padding-bottom: 2rem;
}

.accordion-question {
    position: relative;
    padding: 0 2rem 1rem;
    border-bottom: 1px solid rgb(var(--primary-color));
    cursor: pointer;
}

.accordion-question::after {
    content: "\f078";
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 1.7rem;
    font-family: "Font Awesome 5 Pro";
    transition: .5s ease;
}

.accordion-item.active .accordion-question::after {
    transform: rotate(180deg);
}

.accordion-question p {
    padding-right: 2.5rem;
}

.accordion-answer {
    padding: 2rem;
}

/* ==========================================================================
Om lastbilstraffen
========================================================================== */
/* Badge */
.badge-wrapper {
    position: absolute;
    bottom: -5rem;
    left: 4rem;
    transform: rotate(-12deg);
}

.badge-wrap {
    border-radius: 50%;
    width: 22rem;
    height: 22rem;
    background-color: rgb(var(--primary-color));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 1rem 4rem rgb(var(--black-color), .4);
    position: relative;
    transition: .3s ease;
}

.badge-wrap:hover {
    background-color: rgb(var(--secondary-color));
}

.badge-wrap p {
    line-height: 1.6;
}

.badge-wrap:hover p {
    color: rgb(var(--black-color));
}

@media only screen and (max-width: 610px) {
    .badge-wrapper {
        transform: none;
        position: static;
    }

    .badge-wrap {
        border-radius: .6rem;
        width: auto;
        max-width: 35rem;
        margin: 5rem auto 0;
        height: auto;
        padding: 2rem;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.ContactForm p {
    color: rgb(var(--primary-color));
    line-height: 1.8;
    font-weight: 600;
    font-size: 1.4rem;
}

.ContactForm input[type="text"],
.ContactForm textarea {
    border-radius: 0.5rem;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--gray-dark-color));
}

.footer-container {
    max-width: 160rem;
    padding: 0 2rem;
    margin: 0 auto;
}

.footer :is(p, a) {
    color: rgb(var(--white-color), 0.7);
}

.footer a:hover {
    color: rgb(var(--white-color));
}

.footer .small-title {
    color: rgb(var(--primary-color));
}

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

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

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

.footer .small-title {
    font-size: 1.8rem;
    font-weight: 500;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 2rem;
}

.footer-bottom p {
    font-size: 1.4rem;
}

.footer-bottom .circle-icon {
    width: 3rem;
    height: 3rem;
    color: rgb(var(--white-color));
}

.footer-bottom em::before {
    font-size: 1.4rem;
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

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

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

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

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

    .footer-menu-large p {
        max-width: 55rem;
    }
}

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

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

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 2rem 0;
    }

    .footer-bottom .socials {
        margin-bottom: 1.5rem;
    }
}

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

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

    /* Footer bottom */
    .footer-bottom {
        padding: 2rem 0;
    }
}