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

body.poster {
    background-attachment: fixed;
}

a {
    text-decoration: none;
}

.top-5 {
    top: 5px;
}

.hero {
    position: relative;
    padding-top: 60px;
    min-height: 700px;
    overflow: hidden;
}

.hero .bg {
    position: absolute;
    inset: 0;

    /* füllt die Section */
    background: url('links/_DSC1638.jpg') center/cover no-repeat;
    opacity: 0.7;
}

.bg-opacity-85 {
    opacity: 0.85;
}

.hero .content {
    position: relative;
    z-index: 1;
}

.nav-link {
    color: #fcfcec;
    font-size: 1em;
    font-weight: 500;
}

.bg-opacity-85 {
    background-: 0.85 !important;
}

p {
    font-size: 1.1em;
}

.liste_zweispaltig {
    columns: 2;
    column-gap: 2rem;
}

@media (max-width: 768px) {
    .liste_zweispaltig {
        columns: 1;
    }
}