:root { --gruga-ink: #153b3f; --gruga-petrol: #176874; --gruga-petrol-dark: #0d3f46; --gruga-teal: #2b8390; --gruga-coral: #d43d38; --gruga-coral-dark: #ae2f2b; --gruga-sand: #f5f1e9; --gruga-paper: #fffdfa; --gruga-muted: #607174; --gruga-line: rgba(21,59,63,.14); --gruga-shadow: 0 20px 55px rgba(19,54,58,.12); --gruga-radius: 20px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.site { margin: 0px; background: var(--gruga-sand); color: var(--gruga-ink); font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 1.03rem; line-height: 1.68; }
a { text-underline-offset: 0.18em; text-decoration-thickness: 0.08em; transition: color 0.2s, background-color 0.2s, transform 0.2s, box-shadow 0.2s; }
.container-header { position: relative; z-index: 20; padding: 0px; background: rgba(255, 253, 250, 0.97); border-top: 4px solid var(--gruga-coral); border-bottom: 1px solid var(--gruga-line); box-shadow: rgba(23, 54, 58, 0.07) 0px 6px 25px; }
.container-header .grid-child { width: min(1280px, 100% - 3rem); margin: 0px auto; padding: 0.8rem 0px; }
.container-header .navbar-brand { margin: 0px; }
.container-header .brand-logo { display: inline-flex; align-items: center; }
.container-header .navbar-brand img, .container-header .brand-logo img { display: block; width: auto; height: auto; max-width: 92px; max-height: 92px; object-fit: contain; }
.site-grid { width: min(1280px, 100% - 3rem); margin: 0px auto; padding: clamp(1.6rem, 4vw, 3.5rem) 0px 4.5rem; gap: clamp(1.25rem, 2.3vw, 2.25rem); grid-template-columns: minmax(0px, 1fr) minmax(220px, 260px) !important; }
.site-grid > .container-component { min-width: 0px; grid-column: 1 !important; }
.site-grid > .container-sidebar-right { align-self: start; grid-column: 2 !important; }
main { overflow: hidden; background: var(--gruga-paper); border: 1px solid var(--gruga-line); border-radius: var(--gruga-radius); box-shadow: var(--gruga-shadow); }
.item-page { padding: clamp(1.5rem, 4vw, 3.4rem); }
.item-page > .page-header:first-of-type { margin: 0px 0px 2rem; padding: 0px 0px 1rem; border-bottom: 1px solid var(--gruga-line); }
.item-page > .page-header h1 { margin: 0px; color: var(--gruga-ink); font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.08; letter-spacing: -0.035em; }
.itemid-101 .site-grid { display: block; width: 100%; max-width: none; padding: 0px; }
.itemid-101 .container-component { width: 100%; }
.itemid-101 .container-sidebar-right { display: none; }
.itemid-101 main { border: 0px; border-radius: 0px; box-shadow: none; background: var(--gruga-paper); }
.itemid-101 .item-page { padding: 0px; }
.itemid-101 .item-page > .page-header:first-of-type { display: none; }
.com-content-article__body h1, .com-content-article__body h2, .com-content-article__body h3 { color: var(--gruga-ink); font-weight: 800; line-height: 1.12; letter-spacing: -0.03em; }
.com-content-article__body h1 { font-size: clamp(2.35rem, 6vw, 4.6rem); }
.com-content-article__body h2 { font-size: clamp(1.7rem, 3.5vw, 2.8rem); }
.com-content-article__body h3 { font-size: clamp(1.25rem, 2.5vw, 1.65rem); }
.com-content-article__body p { max-width: 74ch; }
.gruga-home { background: var(--gruga-paper); }
.gruga-home-hero { min-height: clamp(540px, 65vw, 720px); display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: url("/images/apartments-cicero/cicero-wohnen.webp") center 52% / cover no-repeat; }
.gruga-home-hero::before { position: absolute; inset: 0px; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(8, 51, 57, 0.97) 0%, rgba(8, 51, 57, 0.86) 34%, rgba(8, 51, 57, 0.28) 66%, rgba(8, 51, 57, 0.05) 100%); }
.gruga-home-hero__content { width: min(1280px, 100% - 3rem); margin: 0px auto; padding: clamp(4rem, 9vw, 8rem) 0px; color: rgb(255, 255, 255); }
.gruga-eyebrow { color: var(--gruga-coral); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; margin: 0px 0px 0.7rem !important; }
.gruga-home-hero .gruga-eyebrow { color: rgb(255, 139, 132); }
.gruga-home-hero h1 { max-width: 10ch; margin: 0px; color: rgb(255, 255, 255); font-size: clamp(3.15rem, 7.4vw, 6.6rem); line-height: 0.95; letter-spacing: -0.045em; text-transform: uppercase; text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 20px; }
.gruga-home-hero__claim { color: rgb(255, 255, 255); font-size: clamp(1.25rem, 2.3vw, 1.8rem); font-weight: 750; margin: 1.5rem 0px 0px !important; }
.gruga-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.gruga-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0.85rem 1.35rem; border: 2px solid transparent; border-radius: 7px; font-weight: 800; text-decoration: none !important; }
.gruga-btn--primary { background: var(--gruga-coral); box-shadow: rgba(212, 61, 56, 0.24) 0px 10px 25px; color: rgb(255, 255, 255) !important; }
.gruga-btn--primary:hover, .gruga-btn--primary:focus { background: var(--gruga-coral-dark); transform: translateY(-2px); }
.gruga-btn--ghost { border-color: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(7px); color: rgb(255, 255, 255) !important; }
.gruga-btn--ghost:hover, .gruga-btn--ghost:focus { background: rgb(255, 255, 255); color: var(--gruga-ink) !important; }
.gruga-benefits { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1180px, 100% - 3rem); margin: -2.1rem auto 0px; position: relative; z-index: 2; background: rgb(255, 255, 255); border: 1px solid var(--gruga-line); box-shadow: var(--gruga-shadow); }
.gruga-benefits div { display: flex; min-height: 88px; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem; border-right: 1px solid var(--gruga-line); text-align: center; }
.gruga-benefits div:last-child { border-right: 0px; }
.gruga-benefits span { color: var(--gruga-teal); font-size: 1.7rem; line-height: 1; }
.gruga-benefits strong { font-size: 0.94rem; }
.gruga-section { width: min(1180px, 100% - 3rem); margin: 0px auto; padding: clamp(5rem, 8vw, 7rem) 0px; }
.gruga-section-heading { max-width: 740px; margin: 0px auto 2.4rem; text-align: center; }
.gruga-section-heading h2 { margin: 0.25rem 0px 0.8rem; }
.gruga-section-heading p:last-child { margin-right: auto; margin-left: auto; color: var(--gruga-muted); }
.gruga-apartment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.gruga-apartment-card { overflow: hidden; background: rgb(255, 255, 255); border: 1px solid var(--gruga-line); box-shadow: rgba(21, 59, 63, 0.08) 0px 14px 35px; }
.gruga-apartment-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gruga-apartment-card > div { padding: 1.35rem; }
.gruga-apartment-card h3 { margin: 0.15rem 0px 0.6rem; font-size: 1.7rem; }
.gruga-apartment-card p { margin: 0.3rem 0px 1rem; color: var(--gruga-muted); }
.gruga-card-meta { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gruga-teal) !important; }
.gruga-apartment-card a, .gruga-text-link { color: var(--gruga-coral); font-weight: 850; text-decoration: none; }
.gruga-apartment-card a:hover, .gruga-text-link:hover { color: var(--gruga-coral-dark); }
.gruga-location { display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 540px; background: var(--gruga-sand); }
.gruga-location__visual { min-height: 420px; background: linear-gradient(rgba(13,63,70,.12),rgba(13,63,70,.12)),url("/images/skizze_weisse_linien_transparent.png") center/cover no-repeat,var(--gruga-petrol); }
.gruga-location__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.5rem, 6vw, 6rem); }
.gruga-location__content h2 { max-width: 12ch; margin: 0.2rem 0px 1rem; }
.gruga-location__content p { color: var(--gruga-muted); }
.gruga-guide-promo { display: grid; grid-template-columns: 100px minmax(0px, 1fr) auto; align-items: center; gap: 2rem; padding: clamp(2.5rem, 5vw, 4.5rem) max(1.5rem, 50% - 590px); background: radial-gradient(circle at 85% 20%,rgba(255,255,255,.12),transparent 28%),linear-gradient(120deg,var(--gruga-petrol-dark),var(--gruga-petrol)); color: rgb(255, 255, 255); }
.gruga-guide-promo img { width: 90px; height: 90px; object-fit: contain; filter: drop-shadow(rgba(0, 0, 0, 0.18) 0px 8px 18px); }
.gruga-guide-promo h2 { margin: 0.2rem 0px 0.6rem; color: rgb(255, 255, 255); }
.gruga-guide-promo p { margin: 0px; color: rgba(255, 255, 255, 0.84); }
.gruga-final-cta { padding: clamp(5rem, 8vw, 7rem) 1.5rem; text-align: center; }
.gruga-final-cta h2 { margin: 0.25rem 0px 0.8rem; }
.gruga-final-cta p { margin-right: auto; margin-left: auto; color: var(--gruga-muted); }
.gruga-final-cta .gruga-btn { margin-top: 1rem; }
.sidebar-right.card { position: sticky; top: 1.5rem; overflow: hidden; border: 0px; border-radius: var(--gruga-radius); background: var(--gruga-ink); box-shadow: var(--gruga-shadow); }
.sidebar-right .card-header { margin: 0px; padding: 1.25rem 1.4rem 0.65rem; border: 0px; background: transparent; color: rgba(255, 255, 255, 0.62); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; }
.sidebar-right .card-body { padding: 0.45rem 0.75rem 1rem; }
.sidebar-right .mod-menu { display: grid; gap: 0.25rem; }
.sidebar-right .mod-menu li { margin: 0px; }
.sidebar-right .mod-menu a { display: block; padding: 0.78rem 0.9rem; border-radius: 10px; color: rgba(255, 255, 255, 0.9); font-weight: 650; text-decoration: none; }
.sidebar-right .mod-menu a:hover, .sidebar-right .mod-menu a:focus-visible { background: rgba(255, 255, 255, 0.1); color: rgb(255, 255, 255); transform: translateX(3px); }
.sidebar-right .mod-menu .current > a, .sidebar-right .mod-menu .active > a { background: var(--gruga-coral); color: rgb(255, 255, 255); }
.mobile-nav-toggle { display: none; }
.gruga-guide-fab { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 1000; display: flex; align-items: center; gap: 0.7rem; padding: 0.45rem 1rem 0.45rem 0.45rem; border: 0px; border-radius: 999px; background: var(--gruga-coral); box-shadow: rgba(8, 51, 57, 0.32) 0px 14px 36px; font-weight: 850; color: rgb(255, 255, 255) !important; text-decoration: none !important; }
.gruga-guide-fab:hover, .gruga-guide-fab:focus { background: var(--gruga-coral-dark); transform: translateY(-3px); }
.gruga-guide-fab img { width: 50px; height: 50px; padding: 0.25rem; border-radius: 50%; background: rgb(255, 255, 255); object-fit: contain; }
:root { --gruga-ink: #153b3f; --gruga-petrol: #176874; --gruga-petrol-dark: #0d3f46; --gruga-teal: #2b8390; --gruga-coral: #d43d38; --gruga-coral-dark: #ae2f2b; --gruga-sand: #f5f1e9; --gruga-paper: #fffdfa; --gruga-muted: #607174; --gruga-line: rgba(21,59,63,.14); --gruga-shadow: 0 20px 55px rgba(19,54,58,.12); --gruga-radius: 20px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.site { margin: 0px; background: var(--gruga-sand); color: var(--gruga-ink); font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 1.03rem; line-height: 1.68; }
a { text-underline-offset: 0.18em; text-decoration-thickness: 0.08em; transition: color 0.2s, background-color 0.2s, transform 0.2s, box-shadow 0.2s; }
.container-header { position: relative; z-index: 20; padding: 0px; background: rgba(255, 253, 250, 0.97); border-top: 4px solid var(--gruga-coral); border-bottom: 1px solid var(--gruga-line); box-shadow: rgba(23, 54, 58, 0.07) 0px 6px 25px; }
.container-header .grid-child { width: min(1280px, 100% - 3rem); margin: 0px auto; padding: 0.8rem 0px; }
.container-header .navbar-brand { margin: 0px; }
.container-header .brand-logo { display: inline-flex; align-items: center; }
.container-header .navbar-brand img, .container-header .brand-logo img { display: block; width: auto; height: auto; max-width: 92px; max-height: 92px; object-fit: contain; }
.site-grid { width: min(1280px, 100% - 3rem); margin: 0px auto; padding: clamp(1.6rem, 4vw, 3.5rem) 0px 4.5rem; gap: clamp(1.25rem, 2.3vw, 2.25rem); grid-template-columns: minmax(0px, 1fr) minmax(220px, 260px) !important; }
.site-grid > .container-component { min-width: 0px; grid-column: 1 !important; }
.site-grid > .container-sidebar-right { align-self: start; grid-column: 2 !important; }
main { overflow: hidden; background: var(--gruga-paper); border: 1px solid var(--gruga-line); border-radius: var(--gruga-radius); box-shadow: var(--gruga-shadow); }
.item-page { padding: clamp(1.5rem, 4vw, 3.4rem); }
.item-page > .page-header:first-of-type { margin: 0px 0px 2rem; padding: 0px 0px 1rem; border-bottom: 1px solid var(--gruga-line); }
.item-page > .page-header h1 { margin: 0px; color: var(--gruga-ink); font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.08; letter-spacing: -0.035em; }
.itemid-101 .site-grid { display: block; width: 100%; max-width: none; padding: 0px; }
.itemid-101 .container-component { width: 100%; }
.itemid-101 .container-sidebar-right { display: none; }
.itemid-101 main { border: 0px; border-radius: 0px; box-shadow: none; background: var(--gruga-paper); }
.itemid-101 .item-page { padding: 0px; }
.itemid-101 .item-page > .page-header:first-of-type { display: none; }
.com-content-article__body h1, .com-content-article__body h2, .com-content-article__body h3 { color: var(--gruga-ink); font-weight: 800; line-height: 1.12; letter-spacing: -0.03em; }
.com-content-article__body h1 { font-size: clamp(2.35rem, 6vw, 4.6rem); }
.com-content-article__body h2 { font-size: clamp(1.7rem, 3.5vw, 2.8rem); }
.com-content-article__body h3 { font-size: clamp(1.25rem, 2.5vw, 1.65rem); }
.com-content-article__body p { max-width: 74ch; }
.gruga-home { background: var(--gruga-paper); }
.gruga-home-hero { min-height: clamp(540px, 65vw, 720px); display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: url("/images/apartments-cicero/cicero-wohnen.webp") center 52% / cover no-repeat; }
.gruga-home-hero::before { position: absolute; inset: 0px; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(8, 51, 57, 0.97) 0%, rgba(8, 51, 57, 0.86) 34%, rgba(8, 51, 57, 0.28) 66%, rgba(8, 51, 57, 0.05) 100%); }
.gruga-home-hero__content { width: min(1280px, 100% - 3rem); margin: 0px auto; padding: clamp(4rem, 9vw, 8rem) 0px; color: rgb(255, 255, 255); }
.gruga-eyebrow { color: var(--gruga-coral); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; margin: 0px 0px 0.7rem !important; }
.gruga-home-hero .gruga-eyebrow { color: rgb(255, 139, 132); }
.gruga-home-hero h1 { max-width: 10ch; margin: 0px; color: rgb(255, 255, 255); font-size: clamp(3.15rem, 7.4vw, 6.6rem); line-height: 0.95; letter-spacing: -0.045em; text-transform: uppercase; text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 20px; }
.gruga-home-hero__claim { color: rgb(255, 255, 255); font-size: clamp(1.25rem, 2.3vw, 1.8rem); font-weight: 750; margin: 1.5rem 0px 0px !important; }
.gruga-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.gruga-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0.85rem 1.35rem; border: 2px solid transparent; border-radius: 7px; font-weight: 800; text-decoration: none !important; }
.gruga-btn--primary { background: var(--gruga-coral); box-shadow: rgba(212, 61, 56, 0.24) 0px 10px 25px; color: rgb(255, 255, 255) !important; }
.gruga-btn--primary:hover, .gruga-btn--primary:focus { background: var(--gruga-coral-dark); transform: translateY(-2px); }
.gruga-btn--ghost { border-color: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(7px); color: rgb(255, 255, 255) !important; }
.gruga-btn--ghost:hover, .gruga-btn--ghost:focus { background: rgb(255, 255, 255); color: var(--gruga-ink) !important; }
.gruga-benefits { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1180px, 100% - 3rem); margin: -2.1rem auto 0px; position: relative; z-index: 2; background: rgb(255, 255, 255); border: 1px solid var(--gruga-line); box-shadow: var(--gruga-shadow); }
.gruga-benefits div { display: flex; min-height: 88px; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem; border-right: 1px solid var(--gruga-line); text-align: center; }
.gruga-benefits div:last-child { border-right: 0px; }
.gruga-benefits span { color: var(--gruga-teal); font-size: 1.7rem; line-height: 1; }
.gruga-benefits strong { font-size: 0.94rem; }
.gruga-section { width: min(1180px, 100% - 3rem); margin: 0px auto; padding: clamp(5rem, 8vw, 7rem) 0px; }
.gruga-section-heading { max-width: 740px; margin: 0px auto 2.4rem; text-align: center; }
.gruga-section-heading h2 { margin: 0.25rem 0px 0.8rem; }
.gruga-section-heading p:last-child { margin-right: auto; margin-left: auto; color: var(--gruga-muted); }
.gruga-apartment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.gruga-apartment-card { overflow: hidden; background: rgb(255, 255, 255); border: 1px solid var(--gruga-line); box-shadow: rgba(21, 59, 63, 0.08) 0px 14px 35px; }
.gruga-apartment-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gruga-apartment-card > div { padding: 1.35rem; }
.gruga-apartment-card h3 { margin: 0.15rem 0px 0.6rem; font-size: 1.7rem; }
.gruga-apartment-card p { margin: 0.3rem 0px 1rem; color: var(--gruga-muted); }
.gruga-card-meta { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gruga-teal) !important; }
.gruga-apartment-card a, .gruga-text-link { color: var(--gruga-coral); font-weight: 850; text-decoration: none; }
.gruga-apartment-card a:hover, .gruga-text-link:hover { color: var(--gruga-coral-dark); }
.gruga-location { display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 540px; background: var(--gruga-sand); }
.gruga-location__visual { min-height: 420px; background: linear-gradient(rgba(13,63,70,.12),rgba(13,63,70,.12)),url("/images/skizze_weisse_linien_transparent.png") center/cover no-repeat,var(--gruga-petrol); }
.gruga-location__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.5rem, 6vw, 6rem); }
.gruga-location__content h2 { max-width: 12ch; margin: 0.2rem 0px 1rem; }
.gruga-location__content p { color: var(--gruga-muted); }
.gruga-guide-promo { display: grid; grid-template-columns: 100px minmax(0px, 1fr) auto; align-items: center; gap: 2rem; padding: clamp(2.5rem, 5vw, 4.5rem) max(1.5rem, 50% - 590px); background: radial-gradient(circle at 85% 20%,rgba(255,255,255,.12),transparent 28%),linear-gradient(120deg,var(--gruga-petrol-dark),var(--gruga-petrol)); color: rgb(255, 255, 255); }
.gruga-guide-promo img { width: 90px; height: 90px; object-fit: contain; filter: drop-shadow(rgba(0, 0, 0, 0.18) 0px 8px 18px); }
.gruga-guide-promo h2 { margin: 0.2rem 0px 0.6rem; color: rgb(255, 255, 255); }
.gruga-guide-promo p { margin: 0px; color: rgba(255, 255, 255, 0.84); }
.gruga-final-cta { padding: clamp(5rem, 8vw, 7rem) 1.5rem; text-align: center; }
.gruga-final-cta h2 { margin: 0.25rem 0px 0.8rem; }
.gruga-final-cta p { margin-right: auto; margin-left: auto; color: var(--gruga-muted); }
.gruga-final-cta .gruga-btn { margin-top: 1rem; }
.sidebar-right.card { position: sticky; top: 1.5rem; overflow: hidden; border: 0px; border-radius: var(--gruga-radius); background: var(--gruga-ink); box-shadow: var(--gruga-shadow); }
.sidebar-right .card-header { margin: 0px; padding: 1.25rem 1.4rem 0.65rem; border: 0px; background: transparent; color: rgba(255, 255, 255, 0.62); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; }
.sidebar-right .card-body { padding: 0.45rem 0.75rem 1rem; }
.sidebar-right .mod-menu { display: grid; gap: 0.25rem; }
.sidebar-right .mod-menu li { margin: 0px; }
.sidebar-right .mod-menu a { display: block; padding: 0.78rem 0.9rem; border-radius: 10px; color: rgba(255, 255, 255, 0.9); font-weight: 650; text-decoration: none; }
.sidebar-right .mod-menu a:hover, .sidebar-right .mod-menu a:focus-visible { background: rgba(255, 255, 255, 0.1); color: rgb(255, 255, 255); transform: translateX(3px); }
.sidebar-right .mod-menu .current > a, .sidebar-right .mod-menu .active > a { background: var(--gruga-coral); color: rgb(255, 255, 255); }
.mobile-nav-toggle { display: none; }
.gruga-guide-fab { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 1000; display: flex; align-items: center; gap: 0.7rem; padding: 0.45rem 1rem 0.45rem 0.45rem; border: 0px; border-radius: 999px; background: var(--gruga-coral); box-shadow: rgba(8, 51, 57, 0.32) 0px 14px 36px; font-weight: 850; color: rgb(255, 255, 255) !important; text-decoration: none !important; }
.gruga-guide-fab:hover, .gruga-guide-fab:focus { background: var(--gruga-coral-dark); transform: translateY(-3px); }
.gruga-guide-fab img { width: 50px; height: 50px; padding: 0.25rem; border-radius: 50%; background: rgb(255, 255, 255); object-fit: contain; }
.btn-primary, button.btn-primary { border-color: var(--gruga-coral); background: var(--gruga-coral); }
input.form-control, textarea.form-control, select.form-select { border-color: var(--gruga-line); border-radius: 10px; background: rgb(255, 255, 255); }
.itemid-131 main { padding: clamp(1.6rem, 4vw, 3.5rem); }
.itemid-131 .com-contact__container > h2, .itemid-131 .com-contact > h2 { display: none; }
@media (max-width: 991.98px) {
  .container-header .grid-child { width: calc(100% - 2rem); }
  .site-grid { display: flex; flex-direction: column; width: min(760px, 100% - 2rem); padding-top: 1.5rem; }
  .container-sidebar-right { order: -1; width: 100%; }
  .sidebar-right.card { position: static; }
  .sidebar-right .card-header { display: none; }
  .mobile-nav-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 1rem; border: 0px; background: transparent; color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-weight: 750; }
  .mobile-nav-toggle__icon { display: grid; width: 1.4rem; gap: 0.25rem; }
  .mobile-nav-toggle__icon span { display: block; height: 2px; border-radius: 999px; background: currentcolor; }
  .sidebar-right .card-body { display: none; padding: 0px 0.65rem 0.65rem; }
  .sidebar-right.is-open .card-body { display: block; }
  .sidebar-right .mod-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem; }
  .gruga-benefits { grid-template-columns: 1fr 1fr; }
  .gruga-benefits div:nth-child(2) { border-right: 0px; }
  .gruga-benefits div:nth-child(-n+2) { border-bottom: 1px solid var(--gruga-line); }
  .gruga-apartment-grid { grid-template-columns: 1fr; }
  .gruga-apartment-card { display: grid; grid-template-columns: minmax(220px, 0.8fr) 1fr; }
  .gruga-location { grid-template-columns: 1fr; }
  .gruga-location__visual { min-height: 330px; }
  .gruga-guide-promo { grid-template-columns: 80px 1fr; }
  .gruga-guide-promo > .gruga-btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 575.98px) {
  .container-header .navbar-brand img, .container-header .brand-logo img { max-width: 76px; max-height: 76px; }
  .site-grid { width: calc(100% - 1rem); padding-bottom: 2rem; }
  main, .sidebar-right.card { border-radius: 14px; }
  .item-page { padding: 1.3rem; }
  .gruga-home-hero { min-height: 610px; background-position: 62% center; }
  .gruga-home-hero::before { background: linear-gradient(90deg, rgba(8, 51, 57, 0.94), rgba(8, 51, 57, 0.7)); }
  .gruga-home-hero__content { width: calc(100% - 2rem); padding: 4rem 0px; }
  .gruga-home-hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .gruga-actions { display: grid; }
  .gruga-benefits, .gruga-section { width: calc(100% - 2rem); }
  .gruga-benefits { margin-top: -1.4rem; }
  .gruga-benefits div { min-height: 76px; padding: 0.7rem; font-size: 0.82rem; }
  .gruga-benefits span { font-size: 1.3rem; }
  .gruga-apartment-card { display: block; }
  .gruga-location__content { padding: 2.5rem 1.25rem; }
  .gruga-guide-promo { grid-template-columns: 60px 1fr; gap: 1rem; padding: 2.5rem 1.25rem; }
  .gruga-guide-promo img { width: 60px; height: 60px; }
  .gruga-guide-promo > .gruga-btn { grid-column: 1 / -1; width: 100%; }
  .gruga-guide-fab { right: 0.65rem; bottom: 0.65rem; padding: 0.35rem; }
  .gruga-guide-fab span { display: none; }
  .gruga-guide-fab img { width: 48px; height: 48px; }
}
.itemid-101 .com-content-article__body > p:first-child:has(.gruga-guide-fab) { margin: 0px; height: 0px; }
.itemid-101 main { overflow: visible; }
.gruga-home-hero { min-height: clamp(520px, 58vw, 620px); background-image: url("/images/headers/2014-08-12 11.05.25.jpg"); background-position: center 48%; }
.gruga-home-hero::before { background: linear-gradient(90deg, rgba(8, 51, 57, 0.78) 0%, rgba(8, 51, 57, 0.57) 38%, rgba(8, 51, 57, 0.2) 68%, rgba(8, 51, 57, 0.08) 100%); }
.gruga-home-hero__content { padding: clamp(3.2rem, 7vw, 5.7rem) 0px; }
.gruga-home-hero h1 { max-width: 11ch; font-size: clamp(2.75rem, 5.2vw, 5.2rem); line-height: 0.98; }
.gruga-home-hero__claim { margin-top: 1.25rem !important; }
.gruga-actions { margin-top: 1.5rem; }
.gruga-guide-fab { right: max(1rem,env(safe-area-inset-right)); bottom: max(1rem,env(safe-area-inset-bottom)); max-width: calc(-2rem + 100vw); }
@media (max-width: 575.98px) {
  .gruga-home-hero { min-height: 560px; background-position: 48% center; }
  .gruga-home-hero::before { background: linear-gradient(90deg, rgba(8, 51, 57, 0.78), rgba(8, 51, 57, 0.48)); }
  .gruga-home-hero h1 { font-size: clamp(2.5rem, 12vw, 3.65rem); }
  .gruga-guide-fab { right: 0.75rem; bottom: 0.75rem; }
}
.container-header .grid-child { padding: 0.35rem 0px; }
.container-header .navbar-brand img, .container-header .brand-logo img { max-width: 76px; max-height: 76px; }
.gruga-home-hero h1 { max-width: 13ch; }
@media (max-width: 575.98px) {
  .gruga-home-hero h1 { max-width: 11ch; }
}
.gruga-guide-modal[hidden] { display: none; }
.gruga-guide-modal { position: fixed; inset: 0px; z-index: 2100; background: rgba(7, 37, 41, 0.46); backdrop-filter: blur(3px); }
.gruga-guide-modal__panel { position: absolute; right: 1rem; bottom: 1rem; width: min(470px, -2rem + 100vw); height: min(760px, -2rem + 100vh); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 20px; background: rgb(255, 255, 255); box-shadow: rgba(4, 30, 34, 0.38) 0px 25px 80px; }
.gruga-guide-modal__panel iframe { display: block; width: 100%; height: 100%; border: 0px; background: rgb(255, 255, 255); }
.gruga-guide-modal__close { position: absolute; top: 0.65rem; right: 0.65rem; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; padding: 0px; border: 0px; border-radius: 50%; background: var(--gruga-coral); color: rgb(255, 255, 255); font-size: 1.8rem; line-height: 1; box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 20px; }
.gruga-guide-modal__close:hover, .gruga-guide-modal__close:focus { background: var(--gruga-coral-dark); }
body.gruga-guide-is-open { overflow: hidden; }
@media (max-width: 575.98px) {
  .gruga-guide-modal__panel { inset: 0.5rem; width: auto; height: auto; border-radius: 16px; }
  .gruga-guide-modal__close { top: 0.5rem; right: 0.5rem; }
}
.gruga-guide-popover { position: fixed; inset: auto 1rem 1rem auto; width: min(470px, -2rem + 100vw); height: min(760px, -2rem + 100vh); margin: 0px; padding: 0px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 20px; background: rgb(255, 255, 255); box-shadow: rgba(4, 30, 34, 0.38) 0px 25px 80px; }
.gruga-guide-popover::backdrop { background: rgba(7, 37, 41, 0.46); backdrop-filter: blur(3px); }
.gruga-guide-popover iframe { display: block; width: 100%; height: 100%; border: 0px; background: rgb(255, 255, 255); }
.gruga-guide-popover__close { position: absolute; top: 0.65rem; right: 0.65rem; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; padding: 0px; border: 0px; border-radius: 50%; background: var(--gruga-coral); color: rgb(255, 255, 255); font-size: 1.8rem; line-height: 1; box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 20px; }
.gruga-guide-popover__close:hover, .gruga-guide-popover__close:focus { background: var(--gruga-coral-dark); }
@media (max-width: 575.98px) {
  .gruga-guide-popover { inset: 0.5rem; width: auto; height: auto; border-radius: 16px; }
}
.gruga-guide-details { position: relative; }
.gruga-guide-details > summary { list-style: none; }
.gruga-guide-details > summary::-webkit-details-marker { display: none; }
.gruga-guide-fab__open { display: flex; align-items: center; gap: 0.7rem; }
.gruga-guide-fab__open img { width: 50px; height: 50px; padding: 0.25rem; border-radius: 50%; background: rgb(255, 255, 255); object-fit: contain; }
.gruga-guide-fab__close { display: none; }
.gruga-guide-details__backdrop, .gruga-guide-details__panel { display: none; }
.gruga-guide-details[open] .gruga-guide-details__backdrop { display: block; position: fixed; inset: 0px; z-index: 2090; background: rgba(7, 37, 41, 0.46); backdrop-filter: blur(3px); }
.gruga-guide-details[open] .gruga-guide-details__panel { display: block; position: fixed; right: 1rem; bottom: 1rem; z-index: 2100; width: min(470px, -2rem + 100vw); height: min(760px, -2rem + 100vh); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 20px; background: rgb(255, 255, 255); box-shadow: rgba(4, 30, 34, 0.38) 0px 25px 80px; }
.gruga-guide-details__panel iframe { display: block; width: 100%; height: 100%; border: 0px; background: rgb(255, 255, 255); }
.gruga-guide-details[open] .gruga-guide-fab { top: 1.65rem; right: 1.65rem; bottom: auto; z-index: 2110; width: 42px; height: 42px; padding: 0px; border-radius: 50%; }
.gruga-guide-details[open] .gruga-guide-fab__open { display: none; }
.gruga-guide-details[open] .gruga-guide-fab__close { display: block; color: rgb(255, 255, 255); font-size: 1.8rem; line-height: 1; }
.itemid-101 .com-content-article__body > p:first-child:has(.gruga-guide-details) { margin: 0px; height: 0px; }
@media (max-width: 575.98px) {
  .gruga-guide-details[open] .gruga-guide-details__panel { inset: 0.5rem; width: auto; height: auto; border-radius: 16px; }
  .gruga-guide-details[open] .gruga-guide-fab { top: 1rem; right: 1rem; }
}

/* Hero-Titel kompakter */
.gruga-home-hero h1 { font-size: clamp(2.4rem, 4vw, 4.25rem); }
@media (max-width: 575.98px) { .gruga-home-hero h1 { font-size: clamp(2.15rem, 9.5vw, 3rem); } }
.btn-primary, button.btn-primary { border-color: var(--gruga-coral); background: var(--gruga-coral); }
input.form-control, textarea.form-control, select.form-select { border-color: var(--gruga-line); border-radius: 10px; background: rgb(255, 255, 255); }
.itemid-131 main { padding: clamp(1.6rem, 4vw, 3.5rem); }
.itemid-131 .com-contact__container > h2, .itemid-131 .com-contact > h2 { display: none; }
@media (max-width: 991.98px) {
  .container-header .grid-child { width: calc(100% - 2rem); }
  .site-grid { display: flex; flex-direction: column; width: min(760px, 100% - 2rem); padding-top: 1.5rem; }
  .container-sidebar-right { order: -1; width: 100%; }
  .sidebar-right.card { position: static; }
  .sidebar-right .card-header { display: none; }
  .mobile-nav-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 1rem; border: 0px; background: transparent; color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-weight: 750; }
  .mobile-nav-toggle__icon { display: grid; width: 1.4rem; gap: 0.25rem; }
  .mobile-nav-toggle__icon span { display: block; height: 2px; border-radius: 999px; background: currentcolor; }
  .sidebar-right .card-body { display: none; padding: 0px 0.65rem 0.65rem; }
  .sidebar-right.is-open .card-body { display: block; }
  .sidebar-right .mod-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem; }
  .gruga-benefits { grid-template-columns: 1fr 1fr; }
  .gruga-benefits div:nth-child(2) { border-right: 0px; }
  .gruga-benefits div:nth-child(-n+2) { border-bottom: 1px solid var(--gruga-line); }
  .gruga-apartment-grid { grid-template-columns: 1fr; }
  .gruga-apartment-card { display: grid; grid-template-columns: minmax(220px, 0.8fr) 1fr; }
  .gruga-location { grid-template-columns: 1fr; }
  .gruga-location__visual { min-height: 330px; }
  .gruga-guide-promo { grid-template-columns: 80px 1fr; }
  .gruga-guide-promo > .gruga-btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 575.98px) {
  .container-header .navbar-brand img, .container-header .brand-logo img { max-width: 76px; max-height: 76px; }
  .site-grid { width: calc(100% - 1rem); padding-bottom: 2rem; }
  main, .sidebar-right.card { border-radius: 14px; }
  .item-page { padding: 1.3rem; }
  .gruga-home-hero { min-height: 610px; background-position: 62% center; }
  .gruga-home-hero::before { background: linear-gradient(90deg, rgba(8, 51, 57, 0.94), rgba(8, 51, 57, 0.7)); }
  .gruga-home-hero__content { width: calc(100% - 2rem); padding: 4rem 0px; }
  .gruga-home-hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .gruga-actions { display: grid; }
  .gruga-benefits, .gruga-section { width: calc(100% - 2rem); }
  .gruga-benefits { margin-top: -1.4rem; }
  .gruga-benefits div { min-height: 76px; padding: 0.7rem; font-size: 0.82rem; }
  .gruga-benefits span { font-size: 1.3rem; }
  .gruga-apartment-card { display: block; }
  .gruga-location__content { padding: 2.5rem 1.25rem; }
  .gruga-guide-promo { grid-template-columns: 60px 1fr; gap: 1rem; padding: 2.5rem 1.25rem; }
  .gruga-guide-promo img { width: 60px; height: 60px; }
  .gruga-guide-promo > .gruga-btn { grid-column: 1 / -1; width: 100%; }
  .gruga-guide-fab { right: 0.65rem; bottom: 0.65rem; padding: 0.35rem; }
  .gruga-guide-fab span { display: none; }
  .gruga-guide-fab img { width: 48px; height: 48px; }
}
.itemid-101 .com-content-article__body > p:first-child:has(.gruga-guide-fab) { margin: 0px; height: 0px; }
.itemid-101 main { overflow: visible; }
.gruga-home-hero { min-height: clamp(520px, 58vw, 620px); background-image: url("/images/headers/2014-08-12 11.05.25.jpg"); background-position: center 48%; }
.gruga-home-hero::before { background: linear-gradient(90deg, rgba(8, 51, 57, 0.78) 0%, rgba(8, 51, 57, 0.57) 38%, rgba(8, 51, 57, 0.2) 68%, rgba(8, 51, 57, 0.08) 100%); }
.gruga-home-hero__content { padding: clamp(3.2rem, 7vw, 5.7rem) 0px; }
.gruga-home-hero h1 { max-width: 11ch; font-size: clamp(2.75rem, 5.2vw, 5.2rem); line-height: 0.98; }
.gruga-home-hero__claim { margin-top: 1.25rem !important; }
.gruga-actions { margin-top: 1.5rem; }
.gruga-guide-fab { right: max(1rem,env(safe-area-inset-right)); bottom: max(1rem,env(safe-area-inset-bottom)); max-width: calc(-2rem + 100vw); }
@media (max-width: 575.98px) {
  .gruga-home-hero { min-height: 560px; background-position: 48% center; }
  .gruga-home-hero::before { background: linear-gradient(90deg, rgba(8, 51, 57, 0.78), rgba(8, 51, 57, 0.48)); }
  .gruga-home-hero h1 { font-size: clamp(2.5rem, 12vw, 3.65rem); }
  .gruga-guide-fab { right: 0.75rem; bottom: 0.75rem; }
}
.container-header .grid-child { padding: 0.35rem 0px; }
.container-header .navbar-brand img, .container-header .brand-logo img { max-width: 76px; max-height: 76px; }
.gruga-home-hero h1 { max-width: 13ch; }
@media (max-width: 575.98px) {
  .gruga-home-hero h1 { max-width: 11ch; }
}
.gruga-guide-modal[hidden] { display: none; }
.gruga-guide-modal { position: fixed; inset: 0px; z-index: 2100; background: rgba(7, 37, 41, 0.46); backdrop-filter: blur(3px); }
.gruga-guide-modal__panel { position: absolute; right: 1rem; bottom: 1rem; width: min(470px, -2rem + 100vw); height: min(760px, -2rem + 100vh); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 20px; background: rgb(255, 255, 255); box-shadow: rgba(4, 30, 34, 0.38) 0px 25px 80px; }
.gruga-guide-modal__panel iframe { display: block; width: 100%; height: 100%; border: 0px; background: rgb(255, 255, 255); }
.gruga-guide-modal__close { position: absolute; top: 0.65rem; right: 0.65rem; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; padding: 0px; border: 0px; border-radius: 50%; background: var(--gruga-coral); color: rgb(255, 255, 255); font-size: 1.8rem; line-height: 1; box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 20px; }
.gruga-guide-modal__close:hover, .gruga-guide-modal__close:focus { background: var(--gruga-coral-dark); }
body.gruga-guide-is-open { overflow: hidden; }
@media (max-width: 575.98px) {
  .gruga-guide-modal__panel { inset: 0.5rem; width: auto; height: auto; border-radius: 16px; }
  .gruga-guide-modal__close { top: 0.5rem; right: 0.5rem; }
}
.gruga-guide-popover { position: fixed; inset: auto 1rem 1rem auto; width: min(470px, -2rem + 100vw); height: min(760px, -2rem + 100vh); margin: 0px; padding: 0px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 20px; background: rgb(255, 255, 255); box-shadow: rgba(4, 30, 34, 0.38) 0px 25px 80px; }
.gruga-guide-popover::backdrop { background: rgba(7, 37, 41, 0.46); backdrop-filter: blur(3px); }
.gruga-guide-popover iframe { display: block; width: 100%; height: 100%; border: 0px; background: rgb(255, 255, 255); }
.gruga-guide-popover__close { position: absolute; top: 0.65rem; right: 0.65rem; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; padding: 0px; border: 0px; border-radius: 50%; background: var(--gruga-coral); color: rgb(255, 255, 255); font-size: 1.8rem; line-height: 1; box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 20px; }
.gruga-guide-popover__close:hover, .gruga-guide-popover__close:focus { background: var(--gruga-coral-dark); }
@media (max-width: 575.98px) {
  .gruga-guide-popover { inset: 0.5rem; width: auto; height: auto; border-radius: 16px; }
}
.gruga-guide-details { position: relative; }
.gruga-guide-details > summary { list-style: none; }
.gruga-guide-details > summary::-webkit-details-marker { display: none; }
.gruga-guide-fab__open { display: flex; align-items: center; gap: 0.7rem; }
.gruga-guide-fab__open img { width: 50px; height: 50px; padding: 0.25rem; border-radius: 50%; background: rgb(255, 255, 255); object-fit: contain; }
.gruga-guide-fab__close { display: none; }
.gruga-guide-details__backdrop, .gruga-guide-details__panel { display: none; }
.gruga-guide-details[open] .gruga-guide-details__backdrop { display: block; position: fixed; inset: 0px; z-index: 2090; background: rgba(7, 37, 41, 0.46); backdrop-filter: blur(3px); }
.gruga-guide-details[open] .gruga-guide-details__panel { display: block; position: fixed; right: 1rem; bottom: 1rem; z-index: 2100; width: min(470px, -2rem + 100vw); height: min(760px, -2rem + 100vh); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 20px; background: rgb(255, 255, 255); box-shadow: rgba(4, 30, 34, 0.38) 0px 25px 80px; }
.gruga-guide-details__panel iframe { display: block; width: 100%; height: 100%; border: 0px; background: rgb(255, 255, 255); }
.gruga-guide-details[open] .gruga-guide-fab { top: 1.65rem; right: 1.65rem; bottom: auto; z-index: 2110; width: 42px; height: 42px; padding: 0px; border-radius: 50%; }
.gruga-guide-details[open] .gruga-guide-fab__open { display: none; }
.gruga-guide-details[open] .gruga-guide-fab__close { display: block; color: rgb(255, 255, 255); font-size: 1.8rem; line-height: 1; }
.itemid-101 .com-content-article__body > p:first-child:has(.gruga-guide-details) { margin: 0px; height: 0px; }
@media (max-width: 575.98px) {
  .gruga-guide-details[open] .gruga-guide-details__panel { inset: 0.5rem; width: auto; height: auto; border-radius: 16px; }
  .gruga-guide-details[open] .gruga-guide-fab { top: 1rem; right: 1rem; }
}

/* Hero-Titel kompakter */
.gruga-home-hero h1 { font-size: clamp(2.4rem, 4vw, 4.25rem); }
@media (max-width: 575.98px) { .gruga-home-hero h1 { font-size: clamp(2.15rem, 9.5vw, 3rem); } }
