.privacy-hero {
    min-height: 400px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.72) 42%, rgba(255,255,255,.08) 100%),
    url("../../../img/home/ort_uebersicht.dc1e5f14d661.png") center/cover no-repeat;
    display: flex;
    align-items: center;
}

.privacy-hero-inner {
    display: flex;
    align-items: center;
}

.privacy-hero-content {
    max-width: 560px;
}

.privacy-hero-content span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: 1rem;
}

.privacy-hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    margin-bottom: .2rem;
}

.privacy-hero .script {
    color: var(--color-primary);
    font-size: clamp(2rem, 4vw, 3rem);
    font-style: italic;
    margin-bottom: 1.8rem;
}

.privacy-hero p {
    font-size: 1.1rem;
    line-height: 1.8;
}