body{
    padding:0;
    margin: 0;
    color:#74e292;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}
a:hover>h3{
    color:#333;
}
a:visited{
    color:#74e292;
}
a h3,h4{
    color:#74e292;
}

.kumpels{
    position: absolute;
    left:38px;
    top:30px;
    font-weight: 600;
    font-size: 18px;
    color:#333;
}

.logo{
    position:absolute;
    right:3%;top:0px;

    background-repeat: no-repeat;

}

.logo img{
    height:15vh ;
}

@media(max-width: 1024px){
    .logo img {
        height: 100px;
    }
    .main{
        margin-top:0px;
    }

}

@media(max-width: 1024px) and (min-device-pixel-ratio: 2){
    .logo img {
        height: 100px;
    }

}


.main{
    margin-top:-12vw;
}

@media(min-width: 1680px) and (max-height: 900px) and (min-device-pixel-ratio: 2){
    .main{
        margin-top:-20vw;
    }
    h1{
        margin-bottom: 50px;
    }
}

@media(min-width: 1680px) and (max-height: 900px){
    .main{
        margin-top:-20vw;
    }
    h1{
        margin-bottom: 50px;
    }
}


@media (max-width: 1024px){


    h2{
        font-size:26px
    }


}

@media (max-width: 1920px) {
    h1 {
        font-size: 340px;
        font-size: 28vw;
        margin-bottom: 50px;

        line-height: 90%;
        font-weight: 800;
    }
}

@media (min-width: 1920px) {
    h1 {
        font-size: 536px;
        margin-bottom: 50px;

        font-weight: 800;
        line-height: 90%;
    }
}

h2, h4{
    font-weight: 600;
}


h2{
    font-size:36px;
    padding:0;
    margin:0;
    margin-bottom: 3vh;
}
@media (min-width: 1024px){
    h2 {
        font-size:2.6vw;
    }

}

h3{
    line-height: 100%;
    margin-bottom: 0;
    padding: 0;
}
h4{
    margin-top: 10px;
    padding: 0;
}

p{
    font-weight: 300;
    color:#333;
}

.allekumpels{
    position: relative;
    bottom:0px;
    text-align: center;
    width:auto;
    margin:4vh auto;
    padding-left: 100px;
    display: inline-block;
    float: none;
}

.logokumpels{
    position: absolute;
    right:3%;
    bottom: 60px;
    width:250px;
    height: 50px;
}

.logokumpels>img{
    width:65px;
    opacity: .1;
}

@media (min-width: 830px) and (max-width: 1440px) {
    .box:nth-child(4n){
        clear:left;
    }
    .logokumpels {
        display: block;

        margin-top: 40px;
        margin-left: 105px;
        text-align: left;

    }

}
@media (max-width: 830px) and (orientation: portrait){
    .box{
        float:none;
        width: 200px;
    }
    .main{
        margin-top:150px;
    }

}
@media (max-width: 830px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5){
    .box{
        float:none;
    }

}

@media (max-width: 830px) {
    .logokumpels {
        display: block;
        position: relative;
        margin-top: 40px;
        margin-left: 105px;
        text-align: left;
        float: none;
    }

    .logokumpels > img {
        width: 40px;
    }
}

@media (max-width: 1024px) and (max-height: 800px) {
    .logokumpels {
        display: block;
        position: relative;
        margin-top: 40px;
        margin-left: 105px;
    }

    .logokumpels > img {
        width: 40px;
    }
}

.box{
    float:left;
    margin-right:100px;
    text-align: left;
    display: inline;
}

@media(max-height: 900px){

    .logokumpels{
        bottom: -50px;
    }
}




.clear{
    clear: both;
}
