* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("IllustrationMobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0;

    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

.wrapper {
    width: 100%;
    max-width: 700px;
}

.header {
    width: 75%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.header img {
    width: 30%;
}

.text {
    width: 75%;
    height: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 8%;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

h1, h2, h3, p {
    font-family: 'Museo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

p {
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: left;
    color: #666666;
}

h1 {
    margin-bottom: 10px;
    color: #444444;
}

h2 {
    margin-bottom: 40px;
    font-size: 1rem;
    font-weight: 300;
    color: #444444;
}

h3 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 1rem;
    color: #444444;
}

.button {
    padding: 10px 30px;
    margin: 40px 15% 40px 15%;
    border-radius: 20px;
    background-color: #659bc2;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
}

.logos {
    width: 100%;
    margin-top: 100px;
}

img {
    display: block;
    width: 40%;
    margin: auto;
}

a {
    color: #659bc2;
}

#impressum {
    color: #eeeeee;
}

.impressum {
    margin-top: 100px;
    margin-bottom: 20px;
}

.impressum p {
    text-align: center;
}


