@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

/* Стили для ссылки Datenschutzerklärung в контакт секции */
#contact .form-check-label a {
    color: #0dcaf0 !important; /* голубой цвет */
    text-decoration: none;
}

#contact .form-check-label a:hover {
    color: #31d2f2 !important; /* светло-голубой цвет при hover */
    text-decoration: underline;
}
