/* Pumpmodule X AB */

/* Typsnitt – FinalSix + Open Sans */
@import url("https://use.typekit.net/dwq8hiy.css");

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

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

    /* 	Colors */
    --primary-color: 44, 171, 227;
    --secondary-color: 42, 42, 96;

    --black-color: 0, 0, 0;
    --gray-dark-color: 51, 51, 51;
    --gray-light-color: 240, 240, 240;
    --white-color: 255, 255, 255;
    --accent-green-color: 67, 192, 138;
    --accent-green-dark-color: 24, 148, 149;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 120000;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: 255, 255, 255;
}

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

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

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

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

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

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

.mw-700 {
    max-width: 70rem;
}

.mw-30 {
    max-width: 3rem;
}

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

/* Speciella paddings */
.p-2 .section-block {
    padding: 2rem;
}

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

.pt-0 .section-block {
    padding-top: 0;
}

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

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

.pl-4 {
    padding-left: 4rem;
}

.pl-5 {
    padding-left: 5rem;
}

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

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

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

.pb-2:not(.section-wrapper) {
    padding-bottom: 2rem;
}

.pb-1:not(.section-wrapper) {
    padding-bottom: 1rem;
}

/* Speciella margins */
.mt-5 {
    margin-top: 5rem;
}

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

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

@media only screen and (max-width: 480px) {
    .pl-4{
        padding-left: 2rem;
    }
}

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

/* Rubriker */
.section-title {
    font-size: 4.6rem;
    line-height: 1.2;
    font-weight: 300;
    padding-bottom: 3rem;
    font-family: politica, sans-serif;
    color: rgb(var(--accent-green-color));
}

.small-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    font-family: politica, sans-serif;
}

.text-label {
    font-size: 1.8rem;
    color: rgb(var(--accent-green-color));
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 1.5rem;
    font-family: politica, sans-serif;
}

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

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

/* Ovriga klasser */
.ingress {
    font-weight: 600;
    font-size: var(--base-size);
    line-height: 1.8;
    padding-bottom: 1rem;
    color: rgb(var(--gray-dark-color));
}

.ingress.pb-0 {
    padding-bottom: 0;
}

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

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

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

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

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

.smaller-font {
    font-size: 3.5rem;
    padding-bottom: 0;
}

/* Listor */
.styled-list {
    list-style: none;
}

.styled-list li {
    position: relative;
    padding-left: .5rem;
    color: rgb(97, 96, 96);
    font-weight: 300;
}

.styled-list li::before {
    content: '\f058';
    position: absolute;
    top: 50%;
    left: -2.5rem;
    color: rgb(var(--accent-green-color));
    font-weight: 700;
    font-size: 1.8rem;
    font-family: 'Font Awesome 5 Pro';
    transform: translateY(-50%);
}

@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: 3.5rem;
        padding-bottom: 1rem;
    }

    .section-title.pt-5rem {
        padding-top: 5rem;
    }

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

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

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

.btn,
.ContactSubmit {
    display: inline-block;
    min-width: 20rem;
    padding: 2.2rem;
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

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

.btn-primary-filled:hover,
.ContactSubmit:hover,
.ContactSubmit:focus {
    color: rgb(var(--white-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 {
    color: rgb(var(--white-color));
    border-color: 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));
}

/* Lank med pil */
.arrow-link {
    padding-right: 1rem;
    font-size: var(--base-size);
}

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

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

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

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

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



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


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

  body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 50rem;
    padding: 0;
    border-radius: 2rem;
    background: transparent;
    overflow: hidden;
    transform: translate(-50%, -50%);
  }

  .modal-christmas {
    max-width: 50rem;
  }

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

  img.modal-img {
    border-radius: 10px;
    background-size: cover;
  }

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

  .modal-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2vW;
    width: 100%;
    padding: 2rem;
  }

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


  .section-name {
    position: relative;
    overflow: hidden !important;
}

.snowflakes {

    pointer-events: none;
}

.fa-snowflake {
    color: #fff !important;
    position: absolute; 
    top: -20px;
    animation: fall linear forwards;
}
  
@keyframes fall {
    to { transform: translateY(110vh); }
}




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

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

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

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

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

.text-red{
    color: rgba(255, 0, 0, 0.812) !important;
    font-weight: 700;
}


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

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

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

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

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


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

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

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

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

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

/* Cards 1 */
.cards-1 {
    margin-bottom: 5rem;
}

.cards-1 .card-item {
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgb(0, 0, 0, .1);
    border-bottom: 0.5rem solid rgb(var(--accent-green-color));
}

.cards-1 .card-item .text-wrapper {
    padding: 5rem 4rem;
}

.cards-1 .icon-wrapper i {
    margin-bottom: 3rem;
    font-size: 6rem;
    color: rgb(var(--primary-color));
}

.cards-1 .icon-wrapper.opacity {
    opacity: 0;
}


.cards-1 a:not(.arrow-link) {
    font-size: 2rem;
    font-weight: 300;
    font-family: inherit;
}

.cards-1 a:hover {
    color: rgb(var(--accent-green-color))
}


/* Logos 1 */
.logos-1-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logos-1-wrapper .logo-item {
    width: 23%;
    margin: 0 1%;
    text-align: center;
    background: rgb(var(--gray-light-color));
    padding: 2rem;
}

.logos-1-wrapper img {
    width: auto;
    max-height: 12rem;
    filter: grayscale() opacity(.5);
    transform: scale(.94);
    transition: 0.2s ease-in-out;
}

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

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

@media only screen and (max-width: 500px) {
    .logos-1-wrapper {
        flex-wrap: wrap;
    }

    .logos-1-wrapper .logo-item {
        width: 100%;
    }
}

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

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

.split-content {
    width: 50%;
    padding: 10rem;
    border-radius: 3px;
}

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

.split-wrapper .mt--10rem {
    position: relative;
    z-index: 1;
    margin-top: -10rem;
}

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

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

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

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

.image-container img {
    margin-top: 3rem;
    height: 40rem;
}

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

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

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

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

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

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

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

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

/* Parallax
========================================================================== */
@media only screen and (hover:none) {

    *,
    *::before,
    *::after {
        background-attachment: scroll !important;
    }
}

.parallax {
    min-height: 60rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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

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

.bg-image-wrapper .op-top {
    object-position: top;
}

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

/* Grafiska element
========================================================================== */

.border {
    border: 1px solid;
}

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

.pmx-wave {
    background-image: url(/assets/images/pmx-wave.svg);
    background-size: 150% auto;
    background-position: center 150%;
    background-repeat: no-repeat;
}

/* Header / Navigation
========================================================================== */
/* top header */
.top-header {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 5rem;
    background-color: rgb(var(--secondary-color));
    overflow: hidden;
    transition: .3s ease;
    display: flex;
    align-items: center;
}

.top-header ul {
    display: flex;
    justify-content: flex-end;
    padding: .5rem 2rem;
    margin: 0;
    list-style: none;
    width: 100%;
}

.top-header li {
    color: rgb(var(--white-color));
    font-size: 1.4rem;
}

.top-header a {
    font-size: inherit;
    text-decoration: underline;
}

.top-header a:hover {
    text-decoration: none;
}

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

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

header .header-logo img,
header.scrolled .header-logo img {
    max-height: calc(var(--menu-height) - 1rem);
}

/* nav */
nav.mainmenu {
    padding-left: 3rem;
}

.TemplateMenu {
    justify-content: flex-end;
}

.TemplateMenu a {
    font-weight: 400;
    font-size: 1.5rem;
    color: rgb(var(--accent-green-dark-color));
}

nav.mainmenu a:hover,
nav.mainmenu li.active a {
    color: rgb(var(--accent-green-color));
}


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

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

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

/* Mobilmeny */
header.mobile-menu .container {
    display: flex;
}

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

    .top-header li {
        font-size: 1.2rem;
        line-height: 1.3;
    }
}

/* EditMode */
.EditMode .header-logo {
    max-width: 15rem;
}

.EditMode .TemplateMenu a {
    padding: 0 1.5rem;
}

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

/* Topsection
========================================================================== */
.top-section {
    display: flex;
    align-items: flex-end;
    min-height: calc(100vh - 5rem - var(--menu-height));
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 4rem;
    border-bottom-left-radius: 5rem;
    margin-left: 10rem;
    overflow: hidden;
}

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


.top-section h1 {
    padding-bottom: 2rem;
    font-size: 5rem;
    font-weight: 300;
    max-width: 23ch;
    font-family: politica, sans-serif;
}

.top-section p {
    max-width: 50ch;
    font-weight: 400;
}

/* under uppbyggnad... */
/* .top-section .info-wrapper {
    background-color: rgb(var(--white-color));
    padding: 2rem;
    position: absolute;
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 2rem;
}

.info-wrapper .small-title {
    padding-bottom: 0;
    font-size: 2rem;
} */

/* Bakgrundsslider */
.video-slider-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    border-bottom-left-radius: 5rem;
    overflow: hidden;
}

.video-slider {
    width: 100%;
    height: 100%;
}

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

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

@media only screen and (max-width: 1024px) {
    .top-section {
        margin-left: 2rem;
    }

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

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

    .top-section p {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .info-wrapper {
        transform: translateX(-1rem);
        padding: 1rem;
    }
}

/* ==========================================================================
Undersidor
========================================================================== */
.SubPage .hero {
    height: 60vh;
}

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


/* cta sektion
==================================================================  */

.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 8rem 0rem 0;
    text-align: left;
    background-color: transparent
}

.EditMode .cta-wrapper {
    transform: none;
}

.cta-content {

    padding: 0 5rem 0 0;
}

.cta-wrapper .btn-wrapper {
    align-self: center;
    margin: 0;
}

@media only screen and (max-width: 1050px) {
    .cta-wrapper {
        display: block;
    }

    .cta-content {
        padding: 0 0 2rem;
    }
}

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

/* ==========================================================================
Undersida varför pmx
========================================================================== */
/* Slider
========================================================================== */

.gallery-split .split-image {
    overflow: hidden;
    width: calc(50% - 0.5rem);
    margin: -3rem 0 0;
    max-height: 70rem;
}

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

    .gallery-split .split-image {
        width: 100%;
        margin: 0;
    }
}

/* Slick Settings */

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

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

.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: 0.4;
    border-radius: 4px;
    background-color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: rgb(var(--primary-color));
    width: 20px;
    transition: all 0.2s ease;
}

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

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

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

.slick-next {
    right: 1rem;
    left: auto;
}

.slick-prev {
    left: 1rem;
}

.slick-prev:before,
.slick-next:before {
    color: rgb(255, 255, 255);
    font-size: 3rem;
    font-family: 'Font Awesome 5 Pro';
}

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

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

.slick-list,
.slick-track {
    height: 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(--accent-green-color));
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .15);
    cursor: pointer;
}

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

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

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

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

.popup-wrapper.opened p {
    font-size: 1.6rem;
}

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

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

/* ==========================================================================
Undersida: Teknisk information
========================================================================== */

/* hero-bild
========================================================================== */
.sub-teknisk .hero img {
    object-position: 50% 68%;
}

/* videos
========================================================================== */
.videos-wrapper {
    max-width: 90rem;
    margin: 0 auto;
}

.videos-wrapper video {
    width: 100%;
}

.videos-wrapper .btn {
    cursor: pointer;
}

/* Flow sequende-videon */
.flow-sequence {
    height: 90vh;
}

.flow-sequence video {
    width: auto;
    max-width: 100%;
    height: 100%;
}

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

/* animationen
========================================================================== */
.animation-section .section-title {
    padding-bottom: 0;
}

.animation-wrapper {
    margin: 0 auto;
    text-align: center;
    padding-top: 4rem;
}

.animation-wrapper video {
    max-height: 85vh;
}


/* slider i bilderna
========================================================================== */
.sub-teknisk .slick-slide {
    display: flex !important;
    align-items: center;
    padding: 7rem;
}

/* ==========================================================================
Undersida: Nyhetsundersida
========================================================================== */
.section-newspage h1 {
    padding-bottom: 1rem;
}

.section-newspage .videos-wrapper {
    max-width: 70rem;
    padding: 0 2rem;
}

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

.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: 6rem 2rem 4rem 2rem;
    border-bottom: 1px solid rgb(var(--primary-color));
}

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

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

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

.footer p,
.footer li,
.footer a {
    color: rgb(var(--white-color));
    font-weight: 400;
    font-size: 1.5rem;
}

.footer .small-title {
    font-size: 2rem;
    letter-spacing: normal;
    font-weight: 600;
    color: rgb(var(--primary-color));
}

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

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

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


.footer-top em::before {
    font-size: 1.4rem;
    margin-right: -.5rem;
}

/* WebbEss Stamp  */
.footer-bottom .webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.4rem;
    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;
    }

    .footer-bottom .webbess-stamp {
padding-bottom: 2rem;
    }
}

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

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

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