body   { 
    background-color: #024089 ; 
    background-image: url("wallpaper.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;

    /* some browsers have browser defaults */
    margin: 0;
}

h1     {
    width: 55%;
    height: 70%;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 6vw;
    line-height: 1.3em;
    color: #FFFFFF;
    margin-top: 9%;
    margin-left: 2%;
}

p {
    text-align: center;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-style: normal;
    color: #024089;
    position: absolute;
    object-position: center;

}

ul {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-style: normal;
    font-size: 1vw;
    color: #656665; 
    display: block;
    position: absolute;
    bottom: 1%;
    left: 0%;
}

.logo {
    position: absolute;
    right: 3%;
    bottom: 3%;
    height: 10%;
    width: auto;
}

.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.circle {
    position: relative;
    width: 26.7vw;
    height: 26.7vw;
    vertical-align: middle; 
    display: table-cell;
    padding: 2%;
    border-radius: 50%;
    background: #E6EFF6;
    color: #024089;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 2.4vw;
    font-weight: 600;
    text-align: center;
    margin-top: 4%;
    margin-right: 5%;
}

.aufgrund {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 25%;
}
