/**
 * STYLES: Block 006 - Unterseiten oben
*/

.block-006 {
    padding: var(--section-padding-bottom);
}

.block-006 .page-title-img-row .col {
    height: 18rem;
}

.block-006 .page-title-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: var(--border-radius-half);
}

.block-006 h1 {
    padding-bottom: 0;
}

.block-006 .lead {
    padding-top: 1.5rem;
}

.block-006 .lead strong,
.block-006 .lead b {
    font-weight: 600;
}

.block-006 .lead a:not(.button) {
    text-decoration: underline;
}

.block-006 .lead a.button {
    margin-top: -2em;
}

.block-006 .lead a.button:not(:last-child) {
    margin-right: 1.5rem;
}

.block-006 .lead ul.anker-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    padding-top: 1.5rem;
    gap: 1.25rem 1.25rem;
}

.block-006 .lead ul.anker-links li {
    color: var(--color-white) !important;
    background: var(--background-gzo);
    padding: .55rem 1rem .55rem 1em;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border-radius: var(--border-radius-half);
}

.block-006 .lead ul.anker-links li a {
    color: var(--color-white) !important;
    text-decoration: none !important;
}

    