﻿
/* Förvräng div */

@font-face {
    font-family: 'Avenir LT Std';
    src: url(/fonts/AvenirLTStd-Heavy.woff);
}


.beam:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: #eee;
transform: skewY(9.5deg);
}


/*Till Video BG**/

.beam-block {
    position: relative;
    overflow: hidden;
    padding-bottom: 8.367130454vw;
    margin-bottom: 8.367130454vw;
}

@media (min-width: 1690px) {
    .beam-block {
        padding-bottom: 96.275589015px;
        margin-bottom: 96.275589015px;
    }
}

@media (min-width: 1200px) {
    .beam-block {
        padding-bottom: 5.696780415vw;
        margin-bottom: 5.696780415vw;
    }
}

@media (min-width: 1200px) {
    .beam-block__content {
        padding-bottom: 30%;
    }
}

@media (min-width: 992px) {
    .beam-block__content {
        padding-bottom: 40%;
    }
}

@media (min-width: 480px){
    .beam-block__content {
        height: 0;
        padding-bottom: 60%;
}}


.beam-block__content {
    position: relative;
    height: 290px;
}


.beam-block__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    animation: imageAnimation 10s ease-in-out;
}

@media (min-width: 992px) {
    .beam-block__content__heading {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .beam-block__content__heading {
        margin-top: 1em;
    }
}

.beam-block__content__heading {
    font-size: 6vw;
    animation-delay: 1s;
    padding: .08em .4em;
}

.beam-block__content__heading, .beam-block__content__sub-heading {
    display: inline-block;
    font-family: 'Avenir LT W01_65 Medium1475532',Arial;
    background: black;
    color: #fff;
    margin-top: 15px;
    opacity: 0;
    animation: fadeInRight .5s ease-in-out forwards;
}


@media (min-width: 1690px) {
    .beam--overlap-top {
        margin-top: -96.275589015px;
    }
}

@media (min-width: 1200px) {
    .beam--overlap-top {
        margin-top: -5.696780415vw;
    }
}

.beam--overlap-top {
    margin-top: -8.367130454vw;
}


/*Till Video BG**/


@media (min-width: 1690px) {
    .beam__content--hero {
        padding-top: 216.620075284px;
        padding-bottom: 216.620075284px;
    }
}

@media (min-width: 1200px) {
    .beam__content--hero {
        padding-top: 12.817755934vw;
        padding-bottom: 12.817755934vw;
    }
}

.beam__content--hero {
    text-align: center;
    padding-top: 18.826043522vw;
    padding-bottom: 18.826043522vw;
}

@media (min-width: 1690px) {
    .beam__content {
        transform: skewY(-6.5deg);
        padding-top: 96.275589015px;
        padding-bottom: 96.275589015px;
    }
}

@media (min-width: 1200px) {
    .beam__content {
        transform: skewY(-6.5deg);
        padding-top: 5.696780415vw;
        padding-bottom: 5.696780415vw;
    }
}

.beam__content {
    overflow: hidden;
    z-index: 2;
    background-color: #f4f4f4;
    position: relative;
    z-index: 10;
    transform: skewY(-9.5deg);
    padding-top: 8.367130454vw;
    padding-bottom: 8.367130454vw;
}

@media (min-width: 1690px) {
    .beam__content__bg {
        top: -96.275589015px;
        bottom: -96.275589015px;
        transform: skewY(6.5deg);
    }
}

@media (min-width: 1200px) {
    .beam__content__bg {
        top: -5.696780415vw;
        bottom: -5.696780415vw;
        transform: skewY(6.5deg);
    }
}

.beam__content__bg {
    position: absolute;
    right: 0;
    left: 0;
    top: -8.367130454vw;
    bottom: -8.367130454vw;
    transform: skewY(9.5deg);
    background-size: cover;
    background-position: center;
}

@media (min-width: 1690px) {
    .beam__content__body {
        transform: skewY(6.5deg);
    }
}

@media (min-width: 1200px) {
    .beam__content__body {
        transform: skewY(6.5deg);
    }
}

.beam__content__body {
    color: white;
    transform: skewY(9.5deg);
}

.beam--sub-dark-blue:after {
    background: #004c7c;
}

@media (min-width: 1690px) {
    .beam:after {
        transform: skewY(6.5deg);
    }
}

@media (min-width: 1200px) {
    .beam:after {
        transform: skewY(6.5deg);
    }
}

.beam:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #eee;
    transform: skewY(9.5deg);
}
