/* Aveio AV-Teknik AB */

/* Typsnitt - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400&display=swap');

/* 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: 57, 49, 134;
    --primary-light-color: 67, 79, 168;
    --primary-dark-color: 16, 13, 53;
    --secondary-color: 175, 203, 32;
    --secondary-dark-color: 118, 150, 22;

    --black-color: 0, 0, 0;
    --gray-dark-color: 39, 42, 43;
    --gray-color: 121, 121, 121;
    --gray-light-color: 250, 250, 250;
    --white-color: 255, 255, 255;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1300;
    --mobile-menu-height: 7rem;
    --mobile-menu-bg: 255, 255, 255;

    /* Other */
    --box-shadow-soft: 0 1rem 3.5rem rgba(var(--gray-dark-color), .15);
    --box-shadow-sharp: 0 .5rem 1rem rgba(var(--gray-dark-color), .15);
}

/* Layout 
========================================================================== */
/* Fadebakgrunder */
body {
    background-color: rgb(var(--white-color));
    transition: background-color .7s ease;
    -webkit-transition: background-color .7s ease;
}

.panel {
    /* min height incase content is higher than window height */
    min-height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: sans-serif;
    /* turn above on to see the edge of panels */
}


/* End fade */
.section-block {
    padding: 15rem 4rem;
}

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

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

.mw-900 .section-block-wrapper {
    max-width: 90rem;
}

/* Speciella paddings */
.p-3{
    padding: 3rem;
}
.pt-0 .section-block {
    padding-top: 0;
}

.pt-2  {
    padding-top: 2rem;
}
.pt-4  {
    padding-top: 4rem;
}
.pt-5 .section-block {
    padding-top: 5rem;
}

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

.pt-4 .section-block {
    padding-top: 4rem;
}


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

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

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

.mt--5 {
    margin-top: -5rem;
}
.mt--15 {
    margin-top: -20rem !important;
}
.pl-3 {
    padding-left: 3rem;
}


@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: 'Roboto', sans-serif;
    color: rgba(var(--gray-dark-color));
}

/* Rubriker */
.section-title {
    padding-bottom: 2rem;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
    color: rgb(var(--primary-color));
}

.small-title {
    padding-bottom: .5rem;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.4;
}

.ingress {
    padding-bottom: .5rem;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.4;
}

.text-label {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400;
    font-size: 1.6rem;
    padding-bottom: 2rem;
}

/* Brodtext & lankar */
p, li{
    font-weight: 300;
}

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

a:hover {
    color: rgb(var(--primary-color));

}

/* Listor */
.list-bg-primary {
    list-style: none;
    padding: 5rem 0 0;
}

.list-bg-primary a {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    color: rgb(var(--primary-color));
}

.list-bg-primary i {
    padding-right: 1.5rem;
    font-size: 2.3rem;
}


/* ovriga klasser */
.text-center {
    text-align: center;
}
.justify-center{
    justify-content: center;
}

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

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

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

.mw-85 {
    max-width: 85rem;
}

.line-before {
    position: relative;
}

.line-before:before {
    border-bottom: 2px solid rgb(var(--secondary-color));
    content: "";
    display: inline-block;
    height: 0.1em;
    position: relative;
    vertical-align: middle;
    width: 4rem;
    margin-bottom: 0.15em;
    right: 1.3rem;
    margin-left: 1.3rem;
}


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

.list-check {
    padding: 0;
}

.list-check li::before {
    content: '\f00c';
    padding: 0 1rem 0 0;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: .8rem;
    font-family: 'Font Awesome 5 Pro';
}
@media only screen and (max-width: 980px) {
    .section-title {
        font-size: 4rem;
    }

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

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

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

    .text-label {
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }
}

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

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

.btn-wrapper.multiple .btn:not(:last-child) {
    margin-right: 2rem;
}

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

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

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

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

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


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

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

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

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

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    color: rgb(var(--black-color));
}

.arrow-link::after {
    content: ' \f105';
    display: inline-block;
    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;
}

.arrow-link.arrow-down:hover::after {
    transform: rotate(90deg) translateY(-1rem);
}

/* 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: 1px solid rgb(var(--primary-color));
    transition: .3s ease;
}

.circle-icon:hover {
    color: rgb(var(--black-color));
    border: 1px solid rgb(var(--secondary-color));
    background-color: rgb(var(--secondary-color));
}

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

@media only screen and (max-width: 560px) {
    .btn-wrapper.center  {
        display: block;
    }

    .btn-wrapper .btn:nth-child(2) {
        margin-top:2rem;
    }


    .btn {
        display: block;
        width: 100%;
    }
}

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

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

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

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

.text-muted-black {
    color: rgb(var(--black-color), .4);
}

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

/* Bakgrunder */
.bg-gray-dark {
    background-color: rgb(var(--gray-dark-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-graylight {
    background-color: rgb(var(--gray-light-color));
}

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

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

.bg-primary .section-title,
.bg-primary .small-title {
    color: rgb(var(--white-color));
}

.bg-primary p {
    color: rgb(var(--white-color), .7);
}

.bg-graylight .ContactSubmit:hover {
    background-color: rgb(var(--accent-green-color));
    color: rgb(var(--white-color));
}
.bg-gradient-primarylight-white {
    background-image: linear-gradient(to top, rgb(var(--white-color)) 50%, rgb(var(--primary-color), 0.2) 50%);
}

/* Border */
.border-white {
    border: .5rem solid rgb(var(--white-color));
}

.border-left-primary {
    border-left: .5rem solid rgb(var(--primary-color));
}

/* Border radius */
.br-1 {
    border-radius: 1rem;
}

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

/* Specifika bredder */

.cards-wrapper.w-16 .card-item {
    width: calc((100% / 6) - 2rem);
    margin: 1rem;
}
.cards-wrapper.w-25 .card-item {
    width: calc((100% / 4) - 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-33 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

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

/* Card 18 */
.cards-18 .card-item {
    padding: 2rem;
    border-radius: .8rem;
    border: 1px solid rgba(var(--black-color), 0.1);
    display: flex;
    flex-direction: column;
    transition: .3s ease;
}

.cards-18 a.card-item:hover {
    background-color: rgb(var(--gray-light-color));
}

.cards-18 .image-wrapper {
    border-radius: .2rem;
}

.cards-18 .icon-wrapper {
    display:flex;
    justify-content: center;
    align-items: center;
   width:10rem;
   height:10rem;
   border-radius: 2rem;
   background-color: rgb(var(--primary-color));
}

.cards-18 .icon-wrapper i{
font-size: 4rem;
 color: rgb(var(--white-color));
 }
 
.cards-18 .text-wrapper {
    padding: 2rem 1rem 1rem;
    flex-grow: 1;
}

.cards-18 .text-label {
    padding-bottom: 1rem;
}

.cards-18 .small-title {
    font-size: 2rem;
    padding-bottom: .4em;
}

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

.cards-18 a:not(.btn) {
    font-size: inherit;
    font-weight: inherit;
}

.cards-18 .card-item .btn {
    border-radius: .6rem;
    min-width: unset;
    width: auto;
    text-align: left;
    box-shadow: none;
}

.cards-18 a.card-item:hover .btn {
    color: rgb(var(--black-color));
    background-color: rgb(var(--secondary-color));
    border: 1px solid rgb(var(--secondary-color));
    box-shadow: 0 1rem 3rem rgb(var(--black-color), .2);
}

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

    .cards-18 .text-wrapper {
        flex-grow: 1;
        padding: 2rem 0 1rem;
    }
}

/* Gallery */
.cards-gallery .image-wrapper {
    height: 45rem;
    overflow: hidden;
}


/* 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(--gray-light-color));
}

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

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

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


.cards-12 .small-title {
    padding-bottom: 0;
    font-size: 1.8rem;
}

.cards-12 .text-label {
    padding-bottom: 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgb(var(--secondary-color));
}

.cards-12 a {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

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

@media screen and (max-width: 420px) {
    .cards-12 .image-wrapper {
        position: absolute;
        top: -4rem;
        right: 2rem;
        width: 8rem;
        height: 8rem;
        border-radius: 2rem;
        overflow: hidden;
    }
    
}


/* Card 3-5 */
.card-3-5 .card-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60rem;
    border: 1px solid rgb(var(--black-color));
}

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

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

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

.card-3-5 .card-body {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 5rem;
    color: rgb(var(--white-color));
}

.card-3-5 .card-body.border {
    margin: 5rem;
    border: 1px solid rgb(var(--white-color));
}

@media only screen and (max-width: 1000px) {
    .card-wrapper.cards-3-5 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

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

    .card-3-5 .card-body.border {
        margin: 2rem;
    }
}




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

.split-wrapper.min-100 {
    min-height: 100vh;
}

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

.split-image {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.split-content {
    width: 50%;
    padding: 8rem;
    transition: all .3s ease;
}

/* speciella klasser */
.split-content.space-between {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.split-content.bg-is:hover {
    background-color: rgb(var(--accent-frost-color));
}

.split-content.bg-frost:hover {
    background-color: rgb(var(--accent-is-color));
}

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

.split-wrapper .align-flex-end {
    align-self: flex-end;
}

/* Specifika bredder */
.split-wrapper .w-40 {
    width: 40%;
}

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

/* Speciella paddings */
.split-wrapper .pb-0 {
    padding: 0;
}

.split-content.pl-0 {
    padding-left: 0;
}

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

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

.split-wrapper .mt--5 {
    margin-top:-5rem;
}

/* Video i split */
.split-video {
    width: 50%;
    display: flex;
    align-items: center;
}

.split-video .fancybox-video {
    display: none;
}

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

@media screen and (max-width: 1100px) {
    .split-wrapper.reverse {
        flex-direction: column-reverse;
    }

.split-wrapper .mt--5 {
    margin-top:0rem;
}

    .split-content,
    .split-wrapper .w-40,
    .split-wrapper .w-60 {
        width: 100%;
    }
    .split-content {
        padding: 5rem 0;
    }

    .split-image,
    .split-video {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .split-wrapper {
        background: transparent;
    }

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

    .split-content.space-between, 
    .split-content.p-full {
        padding: 5rem 2rem;
    }
    
}

/* Parallax
========================================================================== */
.parallax {
    min-height: 70vh;
    background-position: 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;
    }
}

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

.box-shadow-soft {
    box-shadow: var(--box-shadow-soft);
}

/* Ruta med box-shadow hogst upp */
.cutout-shadow-wrapper {
    position: relative;
}

.cutout-shadow-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    box-shadow: 0 1rem 2rem rgba(var(--black-color),.1);
}

.cutout-shadow {
    z-index: 1;
    position: relative;
    padding: 5rem;
    background-color: rgb(var(--white-color));
    border-radius: .5rem .5rem 0 0;
}

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

/* Ruta med box-shadow hogst upp */
.cutout-shadow-wrapper {
    position: relative;
}

.cutout-shadow-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    box-shadow: 0 1rem 2rem rgba(var(--black-color),.1);
}

.cutout-shadow {
    z-index: 1;
    position: relative;
    padding: 5rem;
    background-color: rgb(var(--white-color));
    border-radius: .5rem .5rem 0 0;
}

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

/* Bakgrundsvideo
========================================================================== */
.bg-video {
    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-video-wrapper video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

/* 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) 100%);
}

/* Header / Navigation
========================================================================== */
/* top header */
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4.5rem;
    background-color: rgb(var(--gray-dark-color));
    transition: .3s ease;
}

.scrolled .top-header {
    height: 0;
    overflow: hidden;
}

.top-header ul {
    display: flex;
    padding: .5rem 3rem;
    list-style: none;
}

.top-header li, 
.top-header p, 
.top-header a {
    font-weight: 400;
    color: rgb(var(--white-color));
    font-size: 1.1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0 1rem;
}

.top-header a:hover {
    color: rgb(var(--secondary-color));
}

/* Header */
header {
    background-color: rgb(var(--white-color));
}

header.scrolled {
    box-shadow: 0 1rem 2rem rgba(var(--black-color), .1);
}

header .container {
    padding: 0 4rem;
}

/* Logo */
.header-logo {
    flex-basis: 0;
    flex: 1 1 20rem;
}

.header-logo img,
header.scrolled .header-logo img {
    max-height: 8rem;
}

/* nav */
nav.mainmenu {
    flex-grow: 1;
}

.TemplateMenu a {
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 0 1.8rem;
    color: rgb(var(--black-color));
}

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

.expandable:after {
    color: rgb(var(--secondary-dark-color));
}

/* hover effect */
.TemplateMenu a:hover:before,
.TemplateMenu li.active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.TemplateMenu a:before {
    background-color: rgb(var(--secondary-color));
    visibility: hidden;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 2rem;
    width: 50%;
    left: 25%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.TemplateMenu ul li a:before {
   display: none;
}

/* dropdown */
.TemplateMenu ul {
    background-color: rgb(var(--gray-dark-color)) ;
    width: auto;
}

.TemplateMenu ul a {
    color: inherit;
    line-height: 5rem;
    white-space: nowrap;
    padding: 0 3rem;
    color: rgb(var(--white-color))
}

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

.TemplateMenu ul li.active a {
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
}

.mobile-menu .TemplateMenu ul a {

    color: rgb(var(--black-color))
}

.mobile-menu .TemplateMenu ul a:hover , .mobile-menu .TemplateMenu ul li.active a {
    background-color: rgb(var(--white-color));
    color: rgb(var(--primary-color));
}

/* header cta  */
.header-cta-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 3;
}

.header-cta-wrapper .btn {
    min-width: 10rem;
    padding: .5rem 2rem;
}

/* mobilmenyn */
.mobile-menu {
    height: inherit;
}

.mobile-menu .header-logo {
    flex-grow: 1;
}

.mobile-menu .TemplateMenu ul {
    background-color: transparent;
}

.mobile-menu .TemplateMenu ul a:hover {
    background-color: transparent;
    color: rgb(var(--primary-color));
}

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

@media only screen and (max-width: 580px) {
    /* top header */
    .top-header ul {
        padding: .5rem 0;
    }

    /* header */
    header .container {
        padding: 0 1rem;
    }

    /* header logo */
    .mobile-menu .header-logo img {
        max-width: 10rem;
    }
}


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

/* Top-section
========================================================================== */
.top-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 10rem);
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .5);
}

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

.top-section h1 {
    font-weight: 400;
    line-height: 1.3em;
    padding-bottom: .3em;
    text-align: center;
    color: rgb(var(--white-color));
}

.top-section .text-label {
    display: block;
    margin-bottom: 2rem;
    color: rgb(var(--secondary-color));
}

.top-section .section-title {
    color: rgb(var(--white-color));
}

.top-section .btn {
    min-width: 25rem;
}

/* Intro
========================================================================== */
.section-intro p {
    max-width: 70rem;
    margin: 0 auto;
}

/* Usage
========================================================================== */
.section-usage .card-item:first-child .text-wrapper {
    padding-left: 0;
    margin: 0;
}

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

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

/* Generell Hero
========================================================================== */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height:50rem;
    border-left: 4rem solid rgb(var(--white-color));
    border-right: 4rem solid rgb(var(--white-color));
}

.hero.display-none {
    display: none;
}

@media only screen and (max-width: 580px) {
    .hero {
     
        height:30rem;
        border-left: 2rem solid rgb(var(--white-color));
        border-right: 2rem solid rgb(var(--white-color));
    }
    
}

/* CTA kontakt
========================================================================== */
.cta-wrapper {
    padding: 5rem;
    background-color: rgb(var(--white-color));
    max-width: 100rem;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 7%);
}

.cta-wrapper .text-wrapper {
    max-width: 60rem;
}

.cta-wrapper .section-title {
    display: flex;
    color: rgb(var(--primary-color));
}

.cta-wrapper p {
    color: rgb(var(--black-color));
}

.cta-wrapper .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    padding: 2rem;
    margin: 0 2rem 0 -5rem;
    border-radius: 0 3px 3px 0;
    text-align: left;
    background-color: rgb(var(--secondary-color));
}

.cta-wrapper .icon-wrapper i {
    font-size: 3rem;
    color: rgb(var(--white-color));
}

.cta-wrapper .btn-wrapper {
    justify-content: flex-end;
}

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

    .cta-wrapper .section-title {
        font-size: 3rem;
    }

    .cta-wrapper .icon-wrapper {
        margin-left: -3rem;
        margin-top: -2rem;
    }
}


/* ==========================================================================
Undersida: Hållbarhet
========================================================================== */

.section-sustainability .split-content{
    padding: 3rem 8rem;
}

/* ==========================================================================
Undersida: blogg
========================================================================== */
.contact-wrapper{
    margin: auto;
    padding: 2rem;
    text-align: center;
    background: white;
    box-shadow: 0 1rem 2rem rgba(var(--black-color), .1);
    border-radius: 2rem;
    margin-top: 3rem;
}

/* ==========================================================================
Undersida: Offertforfragan
========================================================================== */
.radio-option label {
    font-size: calc(var(--base-size)* .9);
    font-weight: 300;
    padding: .5rem;
}

.ContactForm .radio-btn div {
    margin-bottom: 1rem;
}

.ContactForm .group-wrapper {
    margin: 0;
}

input[type="radio"] {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgb(var(--gray-color));
    border-radius: 50%;
}

input[type="radio"]:checked {
    background-color: rgb(var(--primary-color));
}

.LayoutPage .ContactForm .textarea-field textarea {
    font-size: var(--base-size);
}
.ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ContactForm div {
    width: 49%;
}

.ContactForm .ContactFormMessage,
div.select-wrapper,
div.submit-button-container,
div.textarea-field {
    width: 100%;
}
@media only screen and (max-width: 680px) {
    .ContactForm div {
        width: 100%;
    }
}
/* ==========================================================================
Footer
========================================================================== */


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

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

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

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

.footer .text-label {
    font-weight: 400;
    color: rgb(var(--primary-color));
}

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

.footer img {
	width: 6rem;
}

.footer p,
.footer li,
.footer a:not(.circle-icon) {
    font-weight: 300;
    font-size: 1.4rem;
    color: rgb(var(--black-color));
}

.footer a:not(.circle-icon) {
    color: rgb(var(--black-color));
    font-weight: 400;
}

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

.footer-menu .socials {
    display: flex;
    flex-direction: column;
}

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

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



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

.webbess-stamp img {
    width: 2rem;
    margin-left: 1rem;
}

@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;
    }

    .footer-menu .socials {
        flex-direction: row;
    }

    .footer img {
        width: 6rem;
    }
}

@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: 5rem 0 4rem 0;
    }

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


