body{
    font-family: Albert Sans;
    font-size: 30px;
    background-color: white;

}

.kürze{
    font-size: 54px;
    font-family: Albert Sans;
    color: #202e57;
    line-height: 2em;
}

.container{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.custom-container {
    max-width: 500px;
    margin-top: 150px;
}

.abstand{
    margin-top: 0px;
}

.info{
    text-align: center;
    font-size: 20px;
    color: #202e57;


}

a{
    text-decoration: none;
    color: #202e57;
    text-decoration: underline;
}


a:hover {
    background-color: white;
    color: #202e57;
    text-decoration: none;

}

.telefon{
    color: #202e57;
}

@media screen and (max-width: 960px) {
    .kürze{
        font-size: 50px;
    }

}
