/* Bugli */

/* Typsnitt –  */
@import url("https://use.typekit.net/erg2aeg.css");

/* animation*/
@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: 6, 48, 107; */
    --primary-color: 17, 107, 163;
    --primary-dark-color: 0, 88, 130;
    --secondary-color: 0, 115, 170;
    --secondary-light-color: 0, 139, 204;

    --black-color: 0, 0, 0;
    --gray-dark-color: 17, 17, 17;
    --gray-color: 141, 148, 150;
    --gray-light-color: 246, 246, 246;
	--white-color: 255, 255, 255;
	
	--accent-blue-dark-color: 6, 21, 39;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1100;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: 255, 255, 255;
    --menu-color: rgb(var(--black-color));
}

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

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

/* paddings*/
.p-3{
    padding: 1rem;
}
.p-2{
    padding: 2rem;
}
.pt-0:not(.section-wrapper),
.pt-0 .section-block {
    padding-top: 0;
}

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

.pl-1 {
    padding-left: 1rem;
}
.pl-3 {
    padding-left: 3rem;
}

/* Margins*/

.ml-1{
    margin-left: 1rem;
}
.mb-3{
    margin-bottom: 3rem !important;
}
.mt-10{
    margin-top: 10rem !important;
}

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

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

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

@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: century-gothic, sans-serif;
}

.section-title {
    padding-bottom: 2rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.2;
    font-family: century-gothic, sans-serif;
    /* font-family: quincy-cf, serif; */
}

.small-title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 1rem;
    font-family: century-gothic, sans-serif;
    /* font-family: quincy-cf, serif; */
}

.small-title-small {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 1rem;
    font-family: century-gothic, sans-serif;
    /* font-family: quincy-cf, serif; */
}

.text-label {
    line-height: 1.3;
    font-size: 1.7rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

.ingress {
    font-size: 2rem;
    font-weight: 600;
}


/* Text */
p {
    font-weight: 300;
    color: rgba(var(--gray-dark-color));
}

a {
    color: inherit;
    font-weight: 300;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

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

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

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

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

/* Listor */
.list-pills {
    display: flex;
    flex-wrap: wrap;
    max-width: 100rem;
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-pills.full{
    flex-wrap: nowrap;
    flex-direction: column;
}

.list-pills li {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    margin: 0 1rem 1rem 0;
    font-size: 1.5rem;
    border-radius: 4rem;
    color: rgb(var(--black-color));
    background-color: rgb(var(--primary-color), 0.1);
}

.list-pills li::before {
    content: '\f00c';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    border-radius: 50%;
    font-size: 1.3rem;
    font-family: 'Font Awesome 5 Pro';
    border-radius: 50%;
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
}

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

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

@media only screen and (max-width: 580px) {
    .text-label {
        font-size: 1.45rem;
    }

    .list-pills li {
        width: 100%;
        padding: 1rem;
    }

    .text-label, .section-title:not(.top-section .section-title), .small-title, p, .text-center {
        text-align: left;
    }
}

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

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

@media only screen and (max-width: 580px) {
    .btn-wrapper.center:not(.top-section .btn-wrapper.center) {
        justify-content: flex-start;
    }
}

/* Knappar */
.btn {
    display: inline-block;
    min-width: 20rem;
    padding: 1.4rem 3rem;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: .8rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

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

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

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

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

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

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

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

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

.arrow-link::after {
    content: ' \f061';
    display: inline-block;
    margin-left: .8rem;
    font-family: 'Font Awesome 5 Pro';
    transition: transform .4s ease;
}

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



/* 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));
    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;
    color: white;
}

.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: 55rem;
    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
========================================================================== */
/* Textfarger */
.text-primary {
    color: rgb(var(--primary-color));
}

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

.text-white {
    color: rgb(var(--white-color));
}
.bg-white{
    background: rgb(var(--white-color)) !important;
}
.bg-gray-light{
    background: rgb(var(--gray-light-color));
}

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

.box-shadow{
    box-shadow: 0 0 2rem rgba(15, 36, 47, 0.205);
}
     
/* Grafiska element
========================================================================== */
.br-1{
    border-radius: 1rem;
}

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

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

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

/* Specifika bredder */

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

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

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

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

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

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

/* Cards 2 */
.cards-2 .card-item {
    padding: 4rem;
    transition: 0.2s ease-in-out;
    text-align: center;
    border-radius: .8rem;
    background-color: rgb(var(--accent-blue-dark-color));
}

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

.cards-2 a.card-item:hover {
    background-color: rgb(var(--primary-color));
}

.cards-2 .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 10rem;
    padding: 2rem;
    border-radius: 50%;
    margin: 0 auto 2rem;
    background-color: rgb(var(--white-color));
    box-shadow: 0 1rem 3rem rgba(var(--black-color), 0.1);
}

.cards-2 .icon-wrapper img {
    max-height: 5rem;
}

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

/* Cards 2-1 */
.cards-2-1 .card-item {
    background-color: transparent;
    text-align: left;
}

.cards-2-1 a.card-item:hover {
    background-color: rgb(var(--white-color));
} 

.cards-2-1 .icon-wrapper {
    margin: 0 0 2rem;
    box-shadow: none;
}

@media only screen and (max-width: 1050px) {
    .cards-2-1.w-33 .card-item {
        width: 100%;
    }
}

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

    .cards-2 .icon-wrapper {
        margin: 0 0 2rem 0;
    }
}

/* Card 3-1 */
.card-3-1 .card-item {
    border-radius: 1rem;
    overflow: hidden;
    background: rgb(var(--accent-blue-dark-color));
    padding: 2rem;
}

.card-3-1 .image-wrapper {
padding-bottom: 1rem;
}

/* Card 3-5 */
.card-3-5 .card-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30rem;
    border-radius: 1rem;
}
.card-3-5 a{
    text-decoration: none;
}

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

.card-3-5 .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;
    border-radius: 1rem;
}

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

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


/* Cards 8 */
.cards-8 .card-item {
    border-radius: 1rem;
    background: rgb(var(--accent-blue-dark-color));
}

.cards-8 .text-wrapper {
    padding: 4rem 3rem;
}

.cards-8 em {
    font-weight:700;
    width:3rem;
}

.cards-8 p {
    font-size:1.6rem;
}

.cards-8 a:hover {
    text-decoration: underline;
}

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

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

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

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

.split-image {
    width: 50%;
}

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

@media screen and (max-width: 1100px) {
    .split-content {
        width: 100%;
    }

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

    .split-image {
        width: 100%;
        min-height: 30rem;
    }
}

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

    .split-content {
        padding: 2rem;
    }
}

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    background:  rgba(var(--black-color), 0.2);
}

.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%);
}

/* Cookies 
========================================================================== */
.cookies-notis {
    display: none;
}

body:not(.en) .cookies-notis .en,
body.en .cookies-notis .sv {
    display: none;
}

.cookies-notis {
    z-index: 11;
    position: fixed;
    left: 50%;
    bottom: 2rem;
    width: 100%; 
    max-width: 50rem;
    padding: 2rem;
    text-align: center;
    border-radius: 1rem;
    background: rgb(var(--primary-color));
    transform: translateX(-50%);
}

.cookies-notis p:not(.btn),
.cookies-notis a:not(.btn) {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgb(var(--white-color));
}

.cookies-notis a:not(.btn) {
    text-decoration: underline;
}

.cookies-notis .btn {
    min-width: unset;
    padding: 1rem 3rem;
    margin-top: 1rem;
    cursor: pointer;
}

@media only screen and (max-width:768px) {
    .cookies-notis {
        z-index: 21;
        max-width: 90%;
    }  
}

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

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

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

.header-logo img {
   padding: 2.5rem 0;
}

/* nav */
.TemplateMenu a {
    font-size: 1.4rem;
    /* color: rgb(var(--white-color)); */
    color: rgba(var(--gray-dark-color));
    transform: scale(1);
    transition: 0.3s ease;
    padding: 0 1.4rem;
}



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

/* hover effect */
.TemplateMenu a:hover:before,
.TemplateMenu li.active a:before {
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.TemplateMenu li ul li.active a:before {
    visibility: hidden;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.TemplateMenu ul a:before {
    display: none;
}

.TemplateMenu a:before  {
    z-index: -1;
    visibility: hidden;
    position: absolute;
    content: "";
    left: 0%;
    bottom: 2.2rem;
    width: 96%;
    height: .4rem;
    border-radius: .4rem;
    background-color: rgb(var(--secondary-color));
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}  


.TemplateMenu ul a {
   padding-top: -2rem;
   line-height: 4rem;
   background: white;
   border-bottom: 4px solid rgb(var(--secondary-color));
   width: 98%;
}

.mobile-menu .TemplateMenu ul a {
    border-bottom:none;
 }

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

.TemplateMenu ul li a:hover {
 content: none;
}

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

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

.header-cta-wrapper i {
    margin-right: .5rem;
}

.header-cta-wrapper.sv {
    display: none;
}

.en .header-cta-wrapper.english {
    display: none;
}

.en .header-cta-wrapper.sv {
    display: block;
}

/* Mobilmeny */
.mobile-menu .TemplateMenu a {
    color: rgb(var(--black-color));
}

.mobile-menu .TemplateMenu a:before  {
    display: none;
}

.mobile-menu .container {
    padding: 5px 2rem;
}

.mobile-menu .header-logo img {
    padding: 1rem 0;
    width: 5rem;
}

.mobile-menu .header-cta-wrapper .btn {
    padding: .5rem 1rem;
    margin: 0;
    min-width: unset;
}

/* ==========================================================================
Startsida
========================================================================== */
/* Top-section
========================================================================== */
.top-section {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100vh;
    margin-top: calc(-1 * var(--menu-height));
    background: rgb(var(--gray-dark-color), 0.2);
}

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

.top-section h1 {
    padding-bottom: 2rem;
    font-weight: 600;
    font-size: 5.9rem;
    color: rgb(var(--white-color));
}

.top-section .usp-2 {
    display: block;
    font-size: 2.5rem;
    font-weight: 300;
    padding-top: 0.5rem;
}

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

/* MSF */
.top-section .embled {
    z-index: 1;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 15rem;
    box-shadow: 0 0 10px rgb(var(--black-color), .2);
}

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

@media only screen and (max-width: 980px) {
    /* MSF */ 
    .top-section .embled {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .section-title{
        text-align: center !important;
    }

    .top-section .section-block {
        padding: 10rem 2rem 10rem !important; 
    }
}

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

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

/* Medarbetare
========================================================================== */
.section-team .text-block {
    padding: 4rem;
    max-width: 60rem;
    border-radius: 2rem;
    background-color: rgb(var(--white-color));
}


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

    .section-team .section-block {
        padding-top: 20rem;
    }
}

@media only screen and (max-width: 440px) {
    .section-team{
        background-color: rgba(var(--secondary-light-color), 0.1);
    }

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

    .section-team .bg-image-wrapper{
        position: unset;
        padding-top: 2rem;
    }

    .section-team .bg-image-wrapper img{
        border-radius: 2rem;
    }
}



/* Utkast Bildspel
========================================================================== */
.section-scroll {
    overflow: hidden !;
}

/* Slider */
.scroll-wrapper{
    overflow: hidden;
}
.scroll-wrapper.cards-wrapper {
    margin-bottom: 5rem;
}

.scroll-wrapper.cards-wrapper .slick-list {
    width: 100%;
    overflow: visible;
}

.scroll-wrapper.cards-wrapper .slick-track {
    display: flex;
}

.scroll-wrapper.cards-wrapper .card-item {
    display: flex;
    height: auto;
    margin: 0 1rem;
    transition: all .3s ease;
}

.scroll-wrapper.cards-wrapper .card-item[aria-hidden="true"] {
    opacity: .5;
    transform: scale(.9);
}

/* Card item */
.scroll-wrapper .card-item {
    display: flex;
    flex-direction: column;
    margin: 0 2rem 0 0 !important;
}

/* Slick Arrow */
.scroll-wrapper .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
}

.scroll-wrapper .slick-arrow::after {
    font-weight: 300;
    color: rgb(var(--white-color));
}

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

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

@media only screen and (max-width: 750px) {
    .scroll-wrapper.cards-wrapper .card-item {
        margin: 0;
    }
}


/* ==========================================================================
Undersidor 
========================================================================== */
/* Hero - Grundkod
========================================================================== */
.hero .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 4rem 10rem;
}

.hero-section.hero .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 4rem 10rem;
    background-color: rgb(var(--black-color), 0.5);
    min-height: 40rem;
}

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

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

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

/* ==========================================================================
Undersida: Tjanster
========================================================================== */
/* Services
========================================================================== */
.section-services {
    --col-padding: 1rem;
}

.section-services .col-block .col-wrapper {
    height: 100%;
    background-color: rgb(var(--primary-color), 0.1);
}

.section-services .col-0 .col-wrapper {
    padding-left: 5rem;
}

.section-services .col-1 .col-wrapper {
    padding-right: 5rem;
}

.section-services .cards-wrapper {
    max-width: 75rem;
}

.section-services .col-0 .cards-wrapper {
    margin: 0 0 0 auto;
}

.section-services .card-item {
    padding: 5rem;
}

.section-services .col-0 .card-item {
    padding-left: 0;
}

@media only screen and (max-width: 980px) {
    .section-services .col-0 .cards-wrapper {
        margin: 0;
    }

    .section-services .col-0 .col-wrapper,
    .section-services .col-1 .col-wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .section-services .col-0 .card-item,
    .section-services .col-1 .card-item {
        padding: 5rem;
        padding-left: 5rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-services .col-0 .card-item,
    .section-services .col-1 .card-item {
        padding: 2rem;
        padding-left: 2rem;
    }
}

/* Fokusområden
========================================================================== */
@media only screen and (max-width: 980px) {
    .section-focus .col-2 .small-title {
        padding-top: 4rem;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--white-color));
    color: rgb(var(--black-color), 0.6);
}

.footer-container {
    max-width: 150rem;
    padding: 0 5rem;
    margin: 0 auto;
}

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

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

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

.footer .text-label {
    color: rgb(var(--primary-color));
    font-weight: 600;
    font-size: 1.6rem;
    font-style: normal;
}

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

.footer p,
.footer a,
.footer li  {
    color: rgba(var(--black-color), 0.6);
    font-size: 1.6rem;
    font-weight: 300;
}

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

/* Social Menu */
.social-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-menu li {
    margin: 1rem 1rem 1rem 0;
}

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

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

/* WebbEss Stamp */
.webbess-stamp {
    min-width: 20rem;
    opacity: 0.6;
}

.webbess-stamp a {
    padding: 0;
    font-size: 1.2rem;
    font-weight: 400;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

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

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

    .webbess-stamp a {
        justify-content: flex-start;
    }

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

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



