/**
 * STYLES: Block 006 - Unterseiten oben
*/

.block-006 {
    margin-top: 95px;
}

.block-006 .page-title-row {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
}

.block-006 .page-title-row .col {
    height: 18rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.block-006 .page-title-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-006 .page-title-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-blue-38)
}

.block-006 .page-title-wrapper {
    text-align: center;
}

.block-006 h1,
.block-006 .page-pre-title {
    text-align: center;
    padding-bottom: 0;
    color: var(--color-white);
}

.block-006 h1 {
    font-size: 2.7rem;
}

.block-006 .page-pre-title {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: .5rem;
}
