/**
 * STYLES: Block 006 - Unterseiten oben
*/

.block-006 {
    height: auto;
    display: flex;
    align-items: center;
    padding: var(--section-padding-top-bottom);
}

.block-006 .page-title-wrapper {
    text-align: center;
}

.block-006 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
}

.block-006 .bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
}

.block-006 h2 {
    display: inline-block;
    padding: .85rem 1.5rem .85rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--color-white);
    background: var(--background-liga);
    border-radius: var(--border-radius-one-half);
    margin-bottom: 1rem;
}

.block-006 h1 {
    color: var(--color-white);
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 0;
}

.block-006 .lead {
    color: var(--color-white);
    font-size: 1.35rem;
    max-width: 900px;
    margin: 0 auto;
}
