.vorhang__wrapper {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vorhang__content {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #333;
    text-align: center;
}

a {
    color: #003277;
    text-decoration: none;
}

.vorhang__name {
    font-weight: 700;
}

p {
    margin-top: 25px;
}

.vorhang__logo {
  max-width: 45%;
  height: auto;
}

@media(max-width: 550px){
    .vorhang__logo {
        max-width: 70%;
    }
}