.header-style-1 .logo-header { width: 260px; }

.header-style-1 .logo-header .logo-header-inner img {
    width: 250px;
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

.rhn-logo-lockup {
    position: relative;
    display: block;
    width: 250px;
}

.rhn-logo-lockup .rhn-logo-word {
    position: absolute;
    left: 82px;
    top: 15px;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .015em;
}

.logo-footer img { width: 100%; height: auto; }
.logo-footer .rhn-logo-lockup { width: 200px; max-width: 100%; }

.logo-footer .rhn-logo-word {
    left: 64px;
    top: 3px;
    color: #18191d;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .header-style-1 .header-middle.main-bar {
        display: grid;
        grid-template-columns: 370px minmax(560px, 1fr) auto;
        justify-content: normal;
    }

    .header-style-1 .logo-header {
        box-sizing: border-box;
        width: 350px;
        padding-left: 90px;
    }

    .header-style-1 .logo-header .logo-header-inner img,
    .header-style-1 .rhn-logo-lockup {
        width: 265px;
    }

    .header-style-1 .header-info-wraper {
        justify-self: center;
        transform: translateX(-40px);
    }

    .header-style-1 .extra-nav {
        justify-self: end;
        padding-right: 88px;
    }
}

.city-page-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.city-breadcrumb {
    margin-bottom: 18px;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.city-breadcrumb a { color: #136f3a; }

.city-hero {
    position: relative;
    margin-bottom: 58px;
}

.city-hero h1 {
    max-width: 900px;
    margin-bottom: 30px;
    color: #18191d;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.city-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #2DBE60;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.city-kicker::before {
    width: 34px;
    height: 3px;
    background: #2DBE60;
    content: "";
}

.city-hero img {
    width: 100%;
    height: min(520px, 52vw);
    min-height: 260px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 22px 22px 0 #2DBE60;
}

.city-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 56px;
    align-items: start;
}

.city-copy p {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.8;
}

.city-copy h2 {
    position: relative;
    margin: 46px 0 18px;
    padding-left: 20px;
    color: #18191d;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.city-copy h2::before {
    position: absolute;
    left: 0;
    top: .12em;
    bottom: .12em;
    width: 4px;
    background: #2DBE60;
    content: "";
}

.city-sidebar {
    position: sticky;
    top: 120px;
}

.city-card {
    margin-bottom: 24px;
    padding: 30px;
    border-left: 3px solid #2DBE60;
    border-radius: 0;
    background: #f3f6f4;
    box-shadow: 0 14px 34px rgba(24, 25, 29, .08);
}

.city-card:first-child {
    border-left: 0;
    background: #18191d;
    color: #fff;
}

.city-card:first-child .city-card-title { color: #fff; }

.city-card-title {
    margin: 0 0 14px;
    color: #14251b;
    font-family: "Work Sans", sans-serif;
    font-size: 23px;
    font-weight: 750;
    line-height: 1.25;
}

.city-card p { margin-bottom: 18px; }

.city-card .site-button-secondry { display: inline-flex; padding: 12px 20px; }

.city-text-link {
    color: #18191d;
    font-weight: 700;
}

.city-text-link::after { margin-left: 8px; color: #2DBE60; content: "→"; }

.faq-accordion {
    margin-top: 18px;
    border-top: 0;
}

.city-secondary-image {
    margin: 38px 0 42px;
}

.city-secondary-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 14px 14px 0 #2DBE60;
}

@media (max-width: 575px) {
    .city-secondary-image { margin: 30px 0 34px; }
    .city-secondary-image img { box-shadow: 7px 7px 0 #2DBE60; }
}

.faq-item {
    margin-bottom: 12px;
    padding: 0 22px;
    border-left: 3px solid transparent;
    background: #f4f5f7;
    transition: border-color .2s ease, background .2s ease;
}

.faq-item:has(.faq-question[aria-expanded="true"]) {
    border-left-color: #2DBE60;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 25, 29, .08);
}

.faq-question {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border: 0;
    background: transparent;
    color: #18191d;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.faq-question::after {
    content: "+";
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

.faq-question[aria-expanded="true"]::after { content: "−"; }

.faq-answer { padding: 0 0 20px; }
.faq-answer p { margin: 0; }
.faq-answer[hidden] { display: none; }

.city-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.city-links a { color: #136f3a; }
.city-links a { font-weight: 600; }

@media (max-width: 991px) {
    .city-layout { grid-template-columns: 1fr; }
    .city-sidebar { position: static; }
}

@media (max-width: 1199px) {
    .header-style-1 .logo-header { width: 190px; }
    .header-style-1 .logo-header .logo-header-inner img { width: 180px; }
    .rhn-logo-lockup { width: 180px; }
    .rhn-logo-lockup .rhn-logo-word { left: 59px; top: 17px; font-size: 14px; }
    .logo-footer .rhn-logo-lockup { width: 180px; }
    .logo-footer .rhn-logo-word { left: 58px; top: 3px; font-size: 12px; }
}

@media (max-width: 575px) {
    .city-page-wrap { padding: 0 18px; }
    .city-links { grid-template-columns: 1fr; }
    .city-hero img { box-shadow: 10px 10px 0 #2DBE60; }
    .logo-footer .rhn-logo-lockup { width: 140px; }
    .logo-footer .rhn-logo-word { left: 45px; top: 2px; font-size: 9px; }
}

/* Stadtübersicht */
.city-hub-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 105px;
    background: #18191d;
    color: #fff;
}

.city-hub-hero::after {
    position: absolute;
    right: -25px;
    top: -85px;
    color: rgba(255,255,255,.035);
    font-size: clamp(180px, 24vw, 410px);
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    content: "RHN";
}

.city-hub-hero .city-page-wrap { position: relative; z-index: 1; }
.city-hub-hero h1 { max-width: 850px; margin: 0 0 22px; color: #fff; font-size: clamp(46px, 6vw, 82px); font-weight: 850; letter-spacing: -.045em; line-height: 1; }
.city-hub-hero p { max-width: 720px; margin: 0; color: #d3d6d4; font-size: 19px; line-height: 1.7; }
.city-hub-hero .city-kicker { margin-bottom: 18px; }

.city-hub-section { padding: 90px 0 110px; background: #f4f5f7; }
.city-hub-intro { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 38px; }
.city-hub-intro h2 { max-width: 680px; margin: 0; color: #18191d; font-size: clamp(34px, 4vw, 54px); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
.city-hub-intro p { max-width: 380px; margin: 0; font-size: 16px; }

.city-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.city-filter button { padding: 11px 19px; border: 1px solid #d5d8d6; background: #fff; color: #18191d; font: 700 14px "Work Sans", sans-serif; cursor: pointer; transition: .2s ease; }
.city-filter button:hover,
.city-filter button.is-active { border-color: #2DBE60; background: #2DBE60; color: #fff; }
.city-filter button span { display: inline-flex; align-items: center; justify-content: center; min-width: 23px; height: 23px; margin-left: 7px; padding: 0 6px; background: #18191d; color: #fff; font-size: 11px; }
.city-filter button.is-active span { background: #fff; color: #18191d; }

.city-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.city-hub-card { position: relative; overflow: hidden; min-height: 390px; background: #18191d; box-shadow: 0 16px 38px rgba(24,25,29,.12); }
.city-hub-card[hidden] { display: none; }
.city-hub-card img { width: 100%; height: 210px; object-fit: cover; transition: transform .45s ease; }
.city-hub-card:hover img { transform: scale(1.04); }
.city-hub-card-body { padding: 25px 26px 27px; }
.city-hub-region { margin-bottom: 8px; color: #2DBE60; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.city-hub-card-title { margin-bottom: 10px; color: #fff; font-size: 24px; font-weight: 750; line-height: 1.18; }
.city-hub-distance { display: flex; align-items: center; gap: 7px; margin: 0 0 12px; color: #fff; font-size: 13px; font-weight: 700; }
.city-hub-distance i { color: #2DBE60; font-size: 17px; }
.city-hub-card p { margin-bottom: 18px; color: #bfc4c1; line-height: 1.55; }
.city-hub-card a { color: #fff; font-weight: 750; }
.city-hub-card a::after { margin-left: 8px; color: #2DBE60; content: "→"; }

.city-hub-cta { padding: 65px 0; background: #2DBE60; }
.city-hub-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.city-hub-cta h2 { margin: 0; color: #18191d; font-size: clamp(30px, 4vw, 48px); font-weight: 800; }
.city-hub-cta .site-button { padding: 16px 28px; white-space: nowrap; }

@media (max-width: 991px) {
    .city-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .city-hub-intro { display: block; }
    .city-hub-intro p { margin-top: 18px; }
}

@media (max-width: 650px) {
    .city-hub-hero { padding: 75px 0; }
    .city-hub-grid { grid-template-columns: 1fr; }
    .city-hub-cta-inner { display: block; }
    .city-hub-cta .site-button { margin-top: 22px; }
}
