.navi {
    background-color: #dbd9d9;
    /* oder #c7d0d7 oder #42EADDFF*/
}

.weiss {
    background-color: white;
}

.block1 {
    background-color: #849eb4;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.background {
    background-color: rgb(255, 255, 255);
}

.textonimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 0 0 5px black;
    text-align: center;
}

.footer {
    padding: 2.5rem 0;
    text-align: center;
    background-color: #dbd9d9;
}

.footer p:last-child {
    margin-bottom: 0;
}

.color1 {
    background-color: #CDB599FF;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}