*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
header{
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    z-index: 7;
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-color: rgb(88, 190, 48);
}
.bring{
    position: absolute;
    left: 0px;
}
nav{
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 7;
    padding-top: 10px;
    top: 89%;
    left: 0%;
}
nav ul{
    position: fixed;
}
.menuopener~ ul{
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: translateX(100%);
    height: 100vh;
    background-color: white;
    opacity: 90%;
    list-style: none;
    transition: transform 0.5s;
}
nav ul li{
    position: relative;
    text-align: left;
    padding: 10px;
    width: 100%;
    height: 30px;
    margin-top: 5px;
}
nav ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
nav ul li a img{
    height: 100%;
}
nav ul li:hover{
    background-color: lightgreen;
}
nav ul li a:visited{
    color: black;
}
.menuopener{
    position: absolute;
    opacity: 0%;
    width: 30px;
    height: 30px;
    z-index: 7;
    right: 10px;
}
form{
    position: relative;
    display: flex;
    flex-direction: row;
    left: 20%;
    height: 30px;
    width: 200px;
    border-color: grey;
    border-radius: 5px;
    border-style: solid;
}
.searchbar{
    display: flex;
    border-style: none;
    width: 170px;
}
.kundecolumn1 ul li{
    line-height: 2rem;
    margin-left: 1rem;
}
.menuicon{
    display: block;
    position: absolute;
    opacity: 100%;
    width: 30px;
    height: 30px;
    z-index: 5;
    top: -350%;
    right: 10px;
}
.closeicon{
    display: none;
    position: absolute;
    opacity: 100%;
    width: 30px;
    height: 30px;
    z-index: 5;
    right: 10px;
}
.menuopener:checked~.menuicon{
    display: none;
}

.menuopener:checked~.closeicon{
    display: block;
}
.menuopener:checked~ul{
    transform: translateX(0%);
}
.frontpic img{
    display: block;
    height: 800px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 80%;
    position: relative;
}
.bil{
    height: 755px;
}
.billedetekst{
    position: absolute;
    top: 55%;
    font-size: 20px;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.billedetekst2{
    position: absolute;
    top: 70%;
    font-size: 15px;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.billedetekst3{
    top: 80%;
    left: 50%;
    transform: translate(-0%, -430%);
    font-size: 25px;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.billedetekst, .billedetekst2,.billedetekst3{
    color: white;
}
@keyframes h1er{
    0% {
        transform: scale(0%);
        opacity: 0%;
    }
    50% {
        transform: Scale(1.5);
        opacity: 100%;
    }
    100%{
        transform: Scale(1);

    }
}
.a,.b,.c,.d,.e,.f,.g,.h,.i,.j,.k,.l,.m,.n,.o,.p,.q,.r{
    position: relative;
    margin: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.a{
    animation: h1er 0.5s linear 0s;
    animation-fill-mode: backwards;
}
.b{
    animation: h1er 0.5s linear 0.1s 1 backwards;
}
.c{
    animation: h1er 0.5s linear 0.2s 1 backwards;
}
.d{
    animation: h1er 0.5s linear 0.3s 1 backwards;
}
.e{
    animation: h1er 0.5s linear 0.4s 1 backwards;
}
.f{
    animation: h1er 0.5s linear 0.5s 1 backwards;
}
.g{
    animation: h1er 0.5s linear 0.6s 1 backwards;
}
.h{
    animation: h1er 0.5s linear 0.7s 1 backwards;
}
.i{
    animation: h1er 0.5s linear 0.8s 1 backwards;
}
.j{
    animation: h1er 0.5s linear 0.9s 1 backwards;
}
.k{
    animation: h1er 0.5s linear 1s 1 backwards;
}
.l{
    animation: h1er 0.5s linear 1.1s 1 backwards;
}
.m{
    animation: h1er 0.5s linear 1.2s 1 backwards;
}
.n{
    animation: h1er 0.5s linear 1.3s 1 backwards;
}
.o{
    animation: h1er 0.5s linear 1.4s 1 backwards;
}
.p{
    animation: h1er 0.5s linear 1.5s 1 backwards;
}
.q{
    animation: h1er 0.5s linear 1.6s 1 backwards;
}
.r{
    animation: h1er 0.5s linear 1.7s 1 backwards;
}
@keyframes sub1{
    0%{
        opacity: 0%;
    }
    100%{
        opacity: 100%;
    }
}
.subtekst1{
    animation: sub1 0.5s linear 2.5s 1 backwards;
}
@keyframes but1{
    0%{
        opacity: 0%;
    }
    100%{
        opacity: 100%;
    }
}
span{
    position: absolute;
    height: 50px;
    width: 100%;
    top: 60%;
    text-align: center;
}
span a{
    display: inline-block;
    position: relative;
    width: 200px;
    height: 50px;
}
.Læsmere{
    
    animation: but1 0.5s linear 3s 1 backwards;
    position: relative;
    background-color: rgb(88, 190, 48);
    color: white;
    border-style: none;
    border-radius: 5px;
    font-size: 20px;
    width: 200px;
    height: 50px;
}
.jumper-1,.jumper-2,.jumper-3,.jumper-4,.jumper-5,.jumper-6{ 
    background-image: url(img/baseline-keyboard-arrow-down.svg);
    border-style: solid;
    border-radius: 40px;
}
.jumpup{
    background-image: url(img/baseline-keyboard-arrow-up.svg);
    border-style: solid;
    border-radius: 40px;
}
.jumptag a,.jumper-1,.jumper-2,.jumper-3,.jumper-4,.jumper-5,.jumper-6,.jumpup,.jumptag{
    display: block;
    position: absolute;
    background-size: 50px;
    background-position: center;
    left: 5%;
    top: -10px;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.søgjob{
    background-color: goldenrod;
    color: black;
    top: 80%;
    left: 50%;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border-color: goldenrod;
    margin-bottom: 40px;
    margin-top: 20px;
    transform: translate(170%, -1250%);
}
h1, h2, h3{
    text-align: center;
    padding: 20px;
}
h2{
    font-size: 40px;
    padding-top: 50px;
}
h4{
    line-height: 2rem;
    color: lightgreen;
    text-align: left;
    margin-top: 1.5rem;
}
.services{
    width: 100%;
}
.services article{
    display: flex;
    flex-direction: column;
    width: 40vw;
    margin: auto;
}
.service-item{
    position: relative;
    display: inline-block;
}
.tooltip{
    visibility: hidden;
    width: 120px;
    text-align: center;
    background-color: black;
    opacity: 70%;
    color: white;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}
.tooltip::after{
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.service-item:hover .tooltip{
    visibility: visible;
}
.service-item img{
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.gul{
    background-color:goldenrod;
    scroll-behavior: smooth;
}
.services,.gul,.ehandel,.kundeservice,.modtageservice,.bil,footer{
    position: relative;
}
.gul,.ehandel,.kundeservice{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.gul img,.ehandel img{
    width: 200px;
    margin: 20px;
}
.ehandel{
    background-color: yellowgreen;
}
.kundeservice{
    background-color: goldenrod;
    position: relative;
    height: 1200px;
}
.columns{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    margin: auto;
}
.readmore{
    background-color: rgb(49, 49, 49);
    color: white;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border-color: rgb(49, 49, 49);
    margin-bottom: 40px;
    margin-top: 20px;
}
.ehandel h3, .modtageservice h3{
    margin: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 3.5rem;
}
.ehandel article,.modtageservice article{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
}
.kundecolumns{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.kundecolumn1{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.kundecolumn2{
    position: absolute;
    top: 500px;
}
.absolute{
    margin-top: 50px;
}
.læs{
    position: absolute;
    margin-top: 1100px;
    margin-bottom: 20px;
}
footer{
    display: flex;
    flex-direction: column;
    background-color: rgb(66, 66, 66);
    padding: 30px;
}
footer h2, footer ul{
    color: white;
    list-style: none;
    line-height: 1.5rem;
}
.footcolumns{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
    margin-top: 4rem;
}
.footcolumn1, .footcolumn2, .footcolumn3{
    display: flex;
    flex-direction: column;

}
footer h2{
    margin: 3rem;
}
footer>div{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 100px;
}
.fb,.in,.insta,.realinsta{
    position: relative;
    display: inline-block;
    width: 72px;
    height: 72px;
    padding: 10px;
}
.fb img.fbgrå,.in img.ingrå,.insta img.instagrå,.realinsta img.realinstagrå{
    display: none;
}

/*
.fb img.fbfarve,.in img.infarve,.insta img.instafarve,.realinsta img.realinstafarve{
    display: none;
    z-index: 99;
    position: absolute;
    left: 0px;
}
.fb:hover img.fbfarve,.in:hover img.infarve,.insta:hover img.instafarve,.realinsta:hover img.realinstafarve{
    display: inline; 
}*/
@media screen and (min-width: 1500px){
    .frontpic img{
        width: 100%;
    }
    .menuopener:checked~ul{
        transform: translateX(0%);
    }
    .billedetekst{
        position: absolute;
        top: 40%;
        font-size: 55px;
        width: 100%;
        text-align: center;
        z-index: 4;
    }
    .billedetekst2{
        position: absolute;
        top: 50%;
        font-size: 30px;
        width: 100%;
        text-align: center;
        z-index: 4;
    }
    .billedetekst3{
        top: 80%;
        left: 50%;
        transform: translate(-0%, -300%);
        font-size: 45px;
        width: 100%;
        text-align: center;
        z-index: 4;
    }
    .billedetekst h1{
        width: 1100px;
    }
    .columns{
        width: 80%;
        flex-direction: row;
    }
    .column1, .column2{
        width: 50%;
        padding: 30px;
    }
    .ehandel article,.modtageservice article{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        margin: auto;
    }
    .services article{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 70vw;
        margin: auto;
        padding-bottom: 50px;
    }
    .service-item{
        width: 400px;
    }
    .service-item img{
        width: 300px;
    }
    form{
        width: 700px;
        border-radius: 10px;
        margin: auto;
        left: 0%;
    }
    .searchbar{
        width: 670px;
        border-radius: 10px;
        padding-left: 10px;
    }
    .menuopener, .menuicon, .closeicon{
        top: -33px;
    }
    nav{
        top: 45px;
        width: 20%;
        left: 80%;
    }
    .ehandel h3, .modtageservice h3{
        font-size: 30px;
    }
    .kundecolumn1{
        width: 50%;
    }
    .kundecolumn2{
        top: 20px;
        right: 500px;
    }
    .kundecolumns{
        flex-direction: row;
    }
    .kundeservice{
        height: 700px;
    }
    .søgjob{
        transform: translate(900%, -1300%);
    }
    .footcolumns{
        flex-direction: row;
    }
    .footcolumn1, .footcolumn2, .footcolumn3{
        width: 25%;
    }
    footer>div{
        width: 30%;
        margin: auto;
    }
    .fb img.fbgrå,.in img.ingrå,.insta img.instagrå,.realinsta img.realinstagrå{
        display: inline-block;
    }
    .fb,.in,.insta,.realinsta{
        position: relative;
        display: inline-block;
        width: 72px;
        height: 72px;
        padding: 0px;
    }
    .fb img.fbfarve,.in img.infarve,.insta img.instafarve,.realinsta img.realinstafarve{
        display: none;
        z-index: 99;
        position: absolute;
        left: 0px;
    }
    .fb:hover img.fbfarve,.in:hover img.infarve,.insta:hover img.instafarve,.realinsta:hover img.realinstafarve{
        display: inline;
    }
}
