body,html{
    height: 100%;
}
.no-webp .backgroundimage {
    background-image: url("../img/background1_1000.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .backgroundimage {
    background-image: url("../img/background1_1000.webp");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1000px){
    .no-webp .backgroundimage {
        background-image: url("../img/background1_2000.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .webp .backgroundimage {
        background-image: url("../img/background1_2000.webp");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media screen and (min-width: 2000px){
    .no-webp .backgroundimage {
        background-image: url("../img/background1_3000.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .webp .backgroundimage {
        background-image: url("../img/background1_3000.webp");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.whitetext {
    color: white;
}

.profilepicture{
    position: relative;
    width: 200px;
    height: 200px ;
    margin-bottom: 1%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media screen and (max-height: 400px){
    .profilepicture{
        position: relative;
        width: 100px;
        height: 100px ;
        margin-bottom: 1%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

}


.backgroundblue{
    background-color: #326da8;
    color: white;
    width: 100%;
    padding: 1%;
}

.backgroundwhite {
    background-color: white;
    color: black;
    padding: 1%;
    width: 100%;
}
.iconlink{
    color: white;
    font-size: 3em;
    padding: 1%;
}
a.whitelink , a.whitelink:hover, a.whitelink:visited a.whitelink:active{
    color: white;
}
