.bg-primary {
    background-color: white!important;
    padding-top: 30px;

}

.logo {
    padding-bottom: 20px;
}

.impressum-link {
    text-decoration: none;
    color: white;
}

.impressum-link:hover {
    color: cornflowerblue;
}

.sprach-link {
    text-decoration: none;
    color: white;
}

.sprach-link:hover {
    color: cornflowerblue;
}

@media (max-width: 768px) {



    /* Adjust font sizes */
    .h1 {
        font-size: 24px;
    }

    .span {
        font-size: 16px;
    }
}

.footerbaby {
   padding-top: 30px;
    padding-bottom: 30px;
}

