:root {
	--hno-brand: #0c8088;
	--hno-brand-strong: #075e65;
	--hno-accent: #0a74ae;
	--hno-ink: #13252d;
	--hno-muted: #4c6168;
	--hno-surface: #ffffff;
	--hno-surface-soft: #f4f8f8;
	--hno-line: #d7e4e8;
	--hno-shadow: 0 24px 48px -34px rgba(19, 37, 45, 0.32);
	--hno-shadow-soft: 0 14px 28px -24px rgba(19, 37, 45, 0.22);
	--hno-cta-gradient: linear-gradient(130deg, rgba(12, 128, 136, 0.95), rgba(8, 58, 63, 0.96));
	--hno-radius-lg: 20px;
	--hno-radius-md: 12px;
	--hno-radius-btn: 6px;
}

body {
	color: var(--hno-ink);
	background:
		radial-gradient(1200px 520px at 10% -10%, rgba(12, 128, 136, 0.1), transparent 58%),
		radial-gradient(900px 460px at 90% -12%, rgba(48, 171, 242, 0.08), transparent 55%),
		var(--hno-surface-soft);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	text-rendering: optimizeLegibility;
}

p,
li {
	color: var(--hno-muted);
}

a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.17em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
	outline: 3px solid rgba(48, 171, 242, 0.45);
	outline-offset: 2px;
}

.inside-article,
.sidebar .widget {
	border: 1px solid var(--hno-line);
	border-radius: 3px;
	background: var(--hno-surface);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
}

.entry-title {
	color: var(--hno-ink);
	font-size: clamp(2.32rem, 3.5vw, 2.8rem);
	font-weight: 200;
	letter-spacing: -0.01em;
	line-height: 1.1;
}

.inside-navigation,
.main-navigation {
	border-radius: 0 !important;
}

.page-hero {
	overflow: hidden;
	border-radius: 0 0 var(--hno-radius-lg) var(--hno-radius-lg);
}

.main-navigation .main-nav ul li > a[href*="/termin-vereinbaren"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	line-height: 1.15 !important;
	background: var(--hno-brand);
	color: #fff !important;
	border-radius: var(--hno-radius-btn);
	padding: 0.58rem 1.06rem;
	box-shadow: 0 14px 28px -20px rgba(8, 58, 63, 0.7);
}

.main-navigation .main-nav > ul > li > a::after {
	display: none;
}

.hno-btn,
.entry-content a.button,
.entry-content .button,
.entry-content .wp-block-button__link,
.entry-content input[type="submit"] {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.68rem 1.05rem;
	border-radius: var(--hno-radius-btn);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.hno-btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.03);
}

.hno-btn--primary,
.entry-content .wp-block-button__link,
.entry-content a.button,
.entry-content .button,
.entry-content input[type="submit"] {
	border: 1px solid rgba(8, 58, 63, 0.32) !important;
	background: var(--hno-cta-gradient) !important;
	color: #fff !important;
	box-shadow: 0 14px 28px -20px rgba(8, 58, 63, 0.55);
}

.hno-btn--ghost {
	border: 1px solid rgba(12, 128, 136, 0.28);
	background: rgba(255, 255, 255, 0.72);
	color: var(--hno-brand) !important;
}

.hno-home-hero,
.hno-pathway-section,
.hno-doctor-section,
.hno-service-hero,
.hno-service-section,
.hno-service-cta,
.hno-service-related,
.hno-contact-board,
.hno-contact-map-card {
	margin-bottom: 1rem;
}

.hno-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.42fr) minmax(250px, 0.75fr);
	gap: clamp(1rem, 3vw, 2rem);
	padding: clamp(1.25rem, 3.4vw, 2.4rem);
	overflow: hidden;
	border: 1px solid rgba(176, 202, 204, 0.65);
	border-radius: var(--hno-radius-lg);
	background:
		linear-gradient(140deg, rgba(12, 128, 136, 0.09), rgba(255, 255, 255, 0.92) 45%),
		linear-gradient(180deg, #ffffff, #f7fbfb);
	box-shadow: var(--hno-shadow);
}

.hno-home-hero::after {
	content: "";
	position: absolute;
	inset: auto -12% -45% 45%;
	height: 220px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(12, 128, 136, 0.12), transparent 64%);
	pointer-events: none;
}

.hno-home-hero__content,
.hno-home-hero__info {
	position: relative;
	z-index: 1;
}

.hno-home-hero__kicker,
.hno-contact-eyebrow,
.hno-service-hero__kicker,
.hno-service-tile__eyebrow {
	margin: 0 0 0.7rem;
	color: var(--hno-brand);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.hno-home-hero__title {
	max-width: 22ch;
	margin: 0 0 0.78rem;
	color: var(--hno-ink);
	font-size: clamp(1.65rem, 2.35vw, 1.86rem);
	font-weight: 200;
	letter-spacing: -0.01em;
	line-height: 1.22;
	text-wrap: balance;
}

.hno-home-hero__lead {
	max-width: 62ch;
	margin: 0;
	color: var(--hno-muted);
	font-size: clamp(1rem, 1.25vw, 1.1rem);
	line-height: 1.68;
}

.hno-home-hero__actions,
.hno-service-actions,
.hno-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.25rem;
}

.hno-home-hero__info {
	display: grid;
	gap: 0.75rem;
	align-content: stretch;
}

.hno-home-hero__info-card {
	display: grid;
	gap: 0.32rem;
	align-content: center;
	padding: 1rem;
	border: 1px solid rgba(176, 202, 204, 0.72);
	border-radius: var(--hno-radius-md);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: var(--hno-shadow-soft);
}

.hno-home-hero__info-label {
	color: var(--hno-brand);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hno-home-hero__info-value {
	color: var(--hno-ink);
	font-size: 1.08rem;
	font-weight: 600;
	text-decoration: none;
}

.hno-home-hero__info-detail {
	color: var(--hno-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.hno-pathway-section,
.hno-doctor-section,
.hno-service-hero,
.hno-service-section,
.hno-service-cta,
.hno-service-related {
	border: 1px solid var(--hno-line);
	border-radius: var(--hno-radius-lg);
	background: #fff;
	box-shadow: var(--hno-shadow-soft);
	padding: clamp(1rem, 2vw, 1.5rem);
}

.hno-pathway-section > h2,
.hno-doctor-section > h2,
.hno-service-section > h2,
.hno-service-cta > h2,
.hno-service-related > h2 {
	margin: 0 0 0.95rem;
	color: rgba(19, 37, 45, 0.92);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: clamp(1.55rem, 2.1vw, 2rem);
	font-weight: 200;
	letter-spacing: -0.01em;
	line-height: 1.18;
	text-wrap: balance;
}

.hno-pathway-grid,
.hno-doctor-grid,
.hno-service-hub__grid,
.hno-service-columns,
.hno-service-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 0.85rem;
}

.hno-pathway-card,
.hno-service-tile,
.hno-service-panel,
.hno-service-fact,
.hno-doctor-card {
	border: 1px solid var(--hno-line);
	border-radius: var(--hno-radius-md);
	background: linear-gradient(180deg, #ffffff, #f7fbfb);
	box-shadow: 0 14px 28px -24px rgba(19, 37, 45, 0.25);
}

.hno-pathway-card,
.hno-service-tile {
	position: relative;
	display: grid;
	gap: 0.42rem;
	min-height: 132px;
	padding: 1rem;
	color: var(--hno-ink) !important;
	text-decoration: none !important;
	cursor: default;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hno-pathway-card:has(a),
.hno-service-tile:has(a) {
	cursor: pointer;
}

.hno-pathway-card:has(a):hover,
.hno-pathway-card:has(a):focus-within,
.hno-service-tile:has(a):hover,
.hno-service-tile:has(a):focus-within {
	transform: translateY(-1px);
	border-color: rgba(12, 128, 136, 0.34);
	box-shadow: 0 18px 32px -26px rgba(8, 58, 63, 0.3);
}

.hno-pathway-title {
	display: flex;
	align-items: flex-start;
	gap: 0.48rem;
	margin: 0;
	color: var(--hno-ink);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 1.04rem;
	font-weight: 600;
	letter-spacing: -0.004em;
	line-height: 1.3;
}

.hno-pathway-card-link,
.hno-pathway-card-label {
	color: inherit;
	text-decoration: none;
}

.hno-pathway-card-link::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: var(--hno-radius-md);
}

.hno-pathway-card-link:focus-visible {
	border-radius: 4px;
	outline: 2px solid rgba(12, 128, 136, 0.36);
	outline-offset: 3px;
}

.hno-pathway-card:has(.hno-pathway-card-link:focus-visible),
.hno-service-tile:has(.hno-pathway-card-link:focus-visible) {
	outline: 2px solid rgba(12, 128, 136, 0.28);
	outline-offset: 3px;
}

.hno-pathway-meta {
	margin: 0;
	color: var(--hno-muted);
	font-size: 0.86rem;
	line-height: 1.35;
}

.hno-pathway-action {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	width: max-content;
	margin: 0.18rem 0 0;
	color: var(--hno-brand-strong);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hno-pathway-action::after {
	content: "";
	width: 0.44rem;
	height: 0.44rem;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: translateX(0) rotate(45deg);
	transition: transform 0.18s ease;
}

.hno-pathway-card:has(a):hover .hno-pathway-action::after,
.hno-pathway-card:has(a):focus-within .hno-pathway-action::after,
.hno-service-tile:has(a):hover .hno-pathway-action::after,
.hno-service-tile:has(a):focus-within .hno-pathway-action::after {
	transform: translateX(3px) rotate(45deg);
}

.hno-pathway-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.55rem;
	height: 1.55rem;
	margin-top: -0.08rem;
	border-radius: var(--hno-radius-btn);
	background: rgba(12, 128, 136, 0.1);
	color: var(--hno-brand);
	font-size: 0.9rem;
	line-height: 1;
	flex: 0 0 auto;
}

.hno-pathway-icon i {
	font-size: 0.9rem;
	line-height: 1;
}

.hno-service-tile strong {
	max-width: 28ch;
	color: var(--hno-ink);
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.25;
}

.hno-service-tile__text {
	max-width: 36ch;
	color: var(--hno-muted);
	font-size: 0.94rem;
	line-height: 1.5;
}

.hno-card-icon {
	position: absolute;
	right: 0.9rem;
	bottom: 0.85rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: var(--hno-radius-btn);
	background: rgba(12, 128, 136, 0.1);
	color: var(--hno-brand);
}

.hno-pathway-link {
	margin-top: 1rem;
}

.entry-content a.hno-pathway-link,
.entry-content a.hno-pathway-link:visited,
.entry-content a.hno-pathway-link:hover,
.entry-content a.hno-pathway-link:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.68rem 1.05rem;
	border: 1px solid rgba(8, 58, 63, 0.32);
	border-radius: var(--hno-radius-btn);
	background: var(--hno-cta-gradient);
	color: #fff !important;
	font-weight: 500;
	text-decoration: none !important;
}

.hno-doctor-card {
	padding: 0.76rem;
	background: #fff;
}

.hno-doctor-card a {
	display: grid;
	gap: 0.72rem;
	width: 100%;
	color: var(--hno-ink);
	font-weight: 500;
	text-decoration: none;
}

.hno-doctor-card img {
	width: 100%;
	max-width: none;
	height: 220px;
	border-radius: var(--hno-radius-md);
	object-fit: cover;
	object-position: center;
}

.hno-doctor-name {
	display: block;
	font-size: 1.04rem;
	font-weight: 500;
	line-height: 1.3;
}

.hno-doctor-cta {
	margin-top: 1rem;
}

.hno-profile-shell {
	display: grid;
	gap: 1rem;
	margin-top: 0.4rem;
}

.hno-profile-hero {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	gap: 1rem;
	align-items: stretch;
}

.hno-profile-media {
	overflow: hidden;
	border: 1px solid var(--hno-line);
	border-radius: var(--hno-radius-lg);
	background: #fff;
	box-shadow: var(--hno-shadow-soft);
}

.hno-profile-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: center;
}

body.page-id-123 .hno-profile-media img {
	object-position: 30% center;
}

body.page-id-126 .hno-profile-media img {
	object-position: 14% center;
}

.hno-profile-summary {
	padding: clamp(1rem, 1.8vw, 1.35rem);
	border: 1px solid var(--hno-line);
	border-radius: var(--hno-radius-lg);
	background: linear-gradient(160deg, #ffffff 0%, #f4f9f9 100%);
	box-shadow: var(--hno-shadow-soft);
}

.hno-profile-kicker {
	margin: 0 0 0.48rem;
	color: var(--hno-brand);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hno-profile-intro {
	margin: 0 0 0.85rem;
	color: var(--hno-ink);
	font-size: 1.03rem;
	line-height: 1.55;
}

.hno-profile-facts {
	display: grid;
	gap: 0.5rem;
	margin: 0 0 0.95rem;
	padding: 0;
	list-style: none;
}

.hno-profile-facts li {
	display: flex;
	gap: 0.45rem;
	align-items: flex-start;
	min-width: 0;
	padding: 0.56rem 0.68rem;
	overflow-wrap: anywhere;
	border: 1px solid rgba(12, 128, 136, 0.18);
	border-radius: var(--hno-radius-md);
	background: rgba(12, 128, 136, 0.06);
	color: var(--hno-muted);
	font-size: 0.92rem;
	line-height: 1.36;
	hyphens: auto;
}

.hno-profile-facts li::before {
	content: "";
	flex: 0 0 auto;
	width: 0.42rem;
	height: 0.42rem;
	margin-top: 0.38rem;
	border-radius: 999px;
	background: var(--hno-brand);
}

.hno-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.hno-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.hno-profile-grid .hno-profile-card:nth-child(3):last-child {
	grid-column: 1 / -1;
}

.hno-profile-card {
	min-width: 0;
	overflow: hidden;
	padding: 1.02rem 1.08rem;
	border: 1px solid var(--hno-line);
	border-radius: var(--hno-radius-md);
	background: #fff;
	box-shadow: var(--hno-shadow-soft);
}

.hno-profile-card h2 {
	display: flex;
	gap: 0.45rem;
	align-items: center;
	min-width: 0;
	margin: 0 0 0.62rem;
	overflow-wrap: anywhere;
	color: var(--hno-ink);
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.3;
}

.hno-service-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: var(--hno-radius-btn);
	background: rgba(12, 128, 136, 0.1);
	color: var(--hno-brand);
	font-size: 0.9rem;
	line-height: 1;
}

.hno-profile-list {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hno-profile-list li {
	position: relative;
	padding-left: 0.95rem;
	overflow-wrap: anywhere;
	color: var(--hno-muted);
	line-height: 1.42;
	hyphens: auto;
}

.hno-profile-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 999px;
	background: rgba(12, 128, 136, 0.6);
}

.hno-profile-list--timeline li {
	display: grid;
	gap: 0.18rem;
}

.hno-profile-year {
	color: var(--hno-brand);
	font-size: 0.86rem;
	font-weight: 700;
}

.hno-service-hub,
.hno-service-detail {
	display: grid;
	gap: 1rem;
	margin-top: 0.4rem;
}

.hno-service-hero {
	background:
		linear-gradient(150deg, rgba(12, 128, 136, 0.08), rgba(255, 255, 255, 0) 46%),
		linear-gradient(180deg, #ffffff, #f6fbfb);
}

.hno-service-hero__lead {
	max-width: 72ch;
	margin: 0;
	color: var(--hno-ink);
	font-size: 1rem;
	line-height: 1.62;
}

.hno-service-panel,
.hno-service-fact {
	padding: 0.95rem 1rem;
}

.hno-service-fact h3,
.hno-service-panel h3 {
	margin: 0 0 0.45rem;
	color: var(--hno-ink);
	font-size: 1rem;
	line-height: 1.28;
}

.hno-service-checklist {
	display: grid;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hno-service-checklist li {
	position: relative;
	padding-left: 1rem;
	line-height: 1.5;
}

.hno-service-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: rgba(12, 128, 136, 0.62);
}

.hno-service-note {
	margin-top: 0.9rem;
	padding: 0.85rem 0.95rem;
	border-left: 3px solid rgba(12, 128, 136, 0.48);
	border-radius: 0 var(--hno-radius-md) var(--hno-radius-md) 0;
	background: rgba(12, 128, 136, 0.06);
	color: var(--hno-ink);
	font-size: 0.95rem;
	line-height: 1.55;
}

.hno-service-faq {
	display: grid;
	gap: 0.7rem;
}

.hno-service-faq details {
	overflow: hidden;
	border: 1px solid var(--hno-line);
	border-radius: var(--hno-radius-md);
	background: linear-gradient(180deg, #ffffff, #f9fcfc);
	box-shadow: 0 12px 24px -24px rgba(19, 37, 45, 0.2);
	padding: 0.15rem 0.95rem;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.hno-service-faq details:hover,
.hno-service-faq details[open] {
	transform: translateY(-1px);
	border-color: rgba(12, 128, 136, 0.32);
	background: linear-gradient(180deg, #ffffff, #eef8f8);
	box-shadow: 0 20px 34px -28px rgba(8, 58, 63, 0.28);
}

.hno-service-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	padding: 0.78rem 0;
	color: var(--hno-ink);
	cursor: pointer;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.45;
	list-style: none;
}

.hno-service-faq summary::-webkit-details-marker {
	display: none;
}

.hno-service-faq summary::after,
.hno-service-related .hno-service-checklist a::after {
	content: "\f107";
	flex: 0 0 auto;
	color: var(--hno-brand);
	font-family: "GeneratePress";
	font-size: 0.88rem;
	font-weight: 300;
	line-height: 1;
	transition: transform 0.18s ease, color 0.18s ease;
}

.hno-service-faq details[open] summary::after {
	transform: rotate(180deg);
}

.hno-service-faq details p {
	margin: 0 0 0.82rem;
	padding-top: 0.82rem;
	padding-right: 1.8rem;
	border-top: 1px solid rgba(12, 128, 136, 0.12);
	color: var(--hno-muted);
	font-size: 0.95rem;
	line-height: 1.62;
}

.hno-service-related .hno-service-checklist {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.78rem;
}

.hno-service-related .hno-service-checklist li {
	padding-left: 0;
}

.hno-service-related .hno-service-checklist li::before {
	display: none;
}

.hno-service-related .hno-service-checklist a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(12, 128, 136, 0.14);
	border-radius: var(--hno-radius-md);
	background: linear-gradient(180deg, #ffffff, #f8fcfc);
	color: var(--hno-ink) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.hno-service-related .hno-service-checklist a::after {
	transform: rotate(-90deg);
}

.hno-service-meta {
	margin: 1.5rem 0 0;
	padding: 0.75rem 0 0;
	border-top: 1px solid var(--hno-line);
}

.hno-service-meta__review {
	color: var(--hno-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

.hno-service-cta {
	background: linear-gradient(140deg, rgba(12, 128, 136, 0.1), rgba(255, 255, 255, 0.98) 58%);
}

body.page-id-27 .hno-service-hub {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

body.page-id-27 .hno-service-hero,
body.page-id-27 .hno-service-section,
body.page-id-27 .hno-service-cta {
	box-sizing: border-box;
	width: 100%;
	padding: 1.45rem;
}

body.page-id-27 .hno-service-section > h2 {
	margin-bottom: 0.95rem;
	font-size: 1.86rem;
	line-height: 1.22;
}

body.page-id-27 .hno-service-hub__grid {
	margin-top: 1rem;
}

body.page-id-27 .hno-service-tile {
	gap: 0.38rem;
	min-height: auto;
	padding: 0.95rem 1rem;
}

body.page-id-27 .hno-service-tile strong {
	font-size: 1.04rem;
	font-weight: 700;
}

body.page:not(.home):not(.page-id-94) .inside-article {
	position: relative;
	max-width: min(1000px, calc(100vw - 2rem));
	margin: clamp(-6.25rem, -7.8vw, -5rem) auto 0;
	padding: clamp(2.4rem, 5.47vw, 4.375rem);
	border: 1px solid var(--hno-line);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
}

body.page:not(.home):not(.page-id-94) .page-hero {
	border-radius: var(--hno-radius-lg) !important;
	box-shadow: 0 34px 60px -40px rgba(19, 37, 45, 0.45);
}

body.page:not(.home):not(.page-id-94) .entry-header {
	width: min(700px, 100%) !important;
	max-width: 700px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.page:not(.home):not(.page-id-94) .entry-title {
	width: 100% !important;
	max-width: 700px;
	margin: 0 0 clamp(1.5rem, 3vw, 2.4rem);
}

body.home .inside-article {
	position: relative;
	max-width: min(1000px, calc(100vw - 2rem));
	margin: clamp(-6.25rem, -7.8vw, -5rem) auto 0;
	padding: clamp(2.4rem, 5.47vw, 4.375rem);
	border: 1px solid var(--hno-line);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
}

body.home .page-hero {
	border-radius: var(--hno-radius-lg) !important;
	box-shadow: 0 34px 60px -40px rgba(19, 37, 45, 0.45);
}

body.home .entry-header {
	width: min(700px, 100%) !important;
	max-width: 700px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.home .entry-title {
	width: 100% !important;
	max-width: 700px;
	margin: 0 0 clamp(1.5rem, 3vw, 2.4rem);
}

body.home .hno-home-hero,
body.home .hno-pathway-section,
body.home .hno-doctor-section {
	box-sizing: border-box;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

body.home .hno-home-hero {
	display: block;
	margin-bottom: 2rem;
	padding: 2.24rem;
	border-color: rgba(255, 255, 255, 0.15);
	background: var(--hno-cta-gradient);
	box-shadow: 0 32px 55px -38px rgba(8, 58, 63, 0.6);
	color: #e9f7f7;
}

body.home .hno-home-hero::after {
	display: none;
}

body.home .hno-home-hero__kicker {
	color: rgba(233, 247, 247, 0.8);
}

body.home .hno-home-hero__title {
	color: #fff;
	font-size: 1.86rem;
	line-height: 1.22;
}

body.home .hno-home-hero__lead {
	color: rgba(233, 247, 247, 0.9);
	font-size: 1.08rem;
	line-height: 1.66;
}

body.home .hno-home-hero__actions {
	gap: 0.5rem;
	margin-top: 1rem;
}

body.home .hno-home-hero__info {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
	margin-top: 1rem;
}

body.home .hno-home-hero__info-card {
	gap: 0.2rem;
	padding: 0.72rem 0.82rem;
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

body.home .hno-home-hero__info-label {
	color: rgba(233, 247, 247, 0.78);
	font-size: 0.62rem;
}

body.home .hno-home-hero__info-value {
	color: #fff;
	font-size: 1rem;
}

body.home .hno-home-hero__info-detail {
	color: rgba(233, 247, 247, 0.84);
	font-size: 0.84rem;
	line-height: 1.34;
}

body.home .hno-home-hero .hno-btn--primary {
	border-color: rgba(255, 255, 255, 0.66) !important;
	background: #fff !important;
	color: var(--hno-brand-strong) !important;
}

body.home .hno-home-hero .hno-btn--ghost {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

body.home .hno-pathway-section,
body.home .hno-doctor-section {
	margin-bottom: 1.8rem;
	box-shadow: none;
}

@media (min-width: 769px) {
	body.home .entry-header {
		position: relative;
		z-index: 2;
	}

	body.home .hno-home-hero {
		z-index: 1;
	}
}

.page-id-94 .inside-article {
	position: relative;
	max-width: min(1060px, calc(100vw - 2rem));
	margin: clamp(-6.25rem, -7.8vw, -5rem) auto clamp(3rem, 6vw, 5rem);
	padding: clamp(2.4rem, 5.47vw, 4.375rem);
	overflow: hidden;
	isolation: isolate;
	border: 1px solid var(--hno-line);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
}

body.page-id-94 .page-hero {
	height: clamp(240px, 30vw, 420px) !important;
	min-height: clamp(240px, 30vw, 420px);
	border-radius: var(--hno-radius-lg) !important;
	box-shadow: 0 34px 60px -40px rgba(19, 37, 45, 0.45);
	background-repeat: no-repeat !important;
	background-size: cover, cover !important;
	background-position: center, 50% 42% !important;
}

.page-id-94 .entry-header {
	width: min(700px, 100%) !important;
	max-width: 700px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.page-id-94 .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.page-id-94 .entry-title {
	width: 100% !important;
	max-width: 700px;
	margin: 0 0 clamp(1.5rem, 3vw, 2.4rem);
	color: var(--hno-ink);
	font-size: clamp(2.28rem, 3.3vw, 2.72rem);
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -0.018em;
	text-wrap: balance;
}

.page-id-94 .inside-article::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		radial-gradient(520px 320px at 96% 0%, rgba(12, 128, 136, 0.09), transparent 66%),
		radial-gradient(560px 420px at 0% 90%, rgba(48, 171, 242, 0.07), transparent 68%);
}

.page-id-94 .inside-article > * {
	position: relative;
	z-index: 1;
}

.hno-contact-board {
	display: grid;
	gap: clamp(1rem, 2vw, 1.45rem);
}

.hno-contact-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.72fr);
	overflow: hidden;
	border: 1px solid rgba(176, 202, 204, 0.74);
	border-radius: var(--hno-radius-md);
	background: linear-gradient(145deg, #fdfffe 0%, #f4f9f8 100%);
	box-shadow: 0 22px 54px -42px rgba(18, 51, 55, 0.36);
}

.hno-contact-card {
	display: flex;
	flex-direction: column;
	padding: clamp(1.35rem, 2.5vw, 2rem);
	background: transparent;
	box-shadow: none;
}

.hno-contact-card--primary {
	min-height: 380px;
	border-right: 1px solid rgba(176, 202, 204, 0.58);
}

.hno-contact-card--rail {
	background:
		radial-gradient(280px 220px at 96% 0%, rgba(12, 128, 136, 0.08), transparent 66%),
		linear-gradient(180deg, rgba(244, 249, 248, 0.72), rgba(253, 255, 254, 0.96));
}

.hno-contact-card h2,
.hno-contact-map-copy h2 {
	margin: 0 0 0.82rem;
	color: var(--hno-ink);
	font-size: clamp(1.38rem, 1.82vw, 1.66rem);
	font-weight: 400;
	letter-spacing: -0.018em;
	line-height: 1.16;
	text-wrap: balance;
}

.hno-contact-card--rail h2 {
	font-size: clamp(1.18rem, 1.36vw, 1.32rem);
	line-height: 1.18;
}

.hno-contact-lead {
	max-width: 58ch;
	margin: 0 0 clamp(1rem, 2vw, 1.45rem);
	color: var(--hno-muted);
	font-size: clamp(0.98rem, 1.05vw, 1.02rem);
	line-height: 1.68;
	text-wrap: pretty;
}

.hno-contact-address {
	display: grid;
	gap: 0.3rem;
	margin: 0 0 clamp(1.05rem, 2vw, 1.5rem);
	color: var(--hno-ink);
	font-size: clamp(1rem, 1.12vw, 1.06rem);
	font-style: normal;
	line-height: 1.55;
	font-variant-numeric: tabular-nums;
}

.hno-contact-address strong {
	font-size: clamp(1.04rem, 1.18vw, 1.1rem);
	font-weight: 600;
}

.hno-contact-card--primary .hno-contact-actions {
	margin-top: auto;
}

.hno-contact-hours {
	display: grid;
	gap: 0;
	margin: 0.35rem 0 0;
	padding: 0;
	border-top: 1px solid rgba(176, 202, 204, 0.62);
	list-style: none;
}

.hno-contact-hours li,
.hno-contact-hour-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: baseline;
	padding: 0.82rem 0;
	border-bottom: 1px solid rgba(176, 202, 204, 0.62);
	color: var(--hno-muted);
	font-size: 1rem;
	line-height: 1.44;
	font-variant-numeric: tabular-nums;
}

.hno-contact-hour-days {
	color: var(--hno-ink);
	font-weight: 500;
}

.hno-contact-hour-time {
	color: var(--hno-brand);
	font-weight: 700;
	white-space: nowrap;
}

.hno-contact-hour-row:last-child,
.hno-contact-hours li:last-child {
	border-bottom: 0;
}

.hno-contact-route-note {
	margin-top: 0;
	padding-top: clamp(1rem, 2vw, 1.35rem);
	border-top: 1px solid rgba(176, 202, 204, 0.62);
}

.hno-contact-route-note h3 {
	margin: 0 0 0.45rem;
	color: var(--hno-ink);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.32;
}

.hno-contact-route-note p {
	margin: 0;
	color: var(--hno-muted);
	font-size: 0.93rem;
	line-height: 1.62;
	text-wrap: pretty;
}

.hno-contact-transition {
	margin-top: 0.75rem !important;
}

.hno-contact-map-card {
	display: grid;
	grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr);
	gap: clamp(1rem, 2vw, 1.4rem);
	align-items: stretch;
	padding: clamp(1rem, 2.2vw, 1.35rem);
	border: 1px solid rgba(176, 202, 204, 0.74);
	border-radius: var(--hno-radius-md);
	background: linear-gradient(145deg, rgba(253, 255, 254, 0.98), rgba(241, 248, 248, 0.94));
	box-shadow: 0 22px 54px -44px rgba(18, 51, 55, 0.28);
}

.hno-contact-map-copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: clamp(0.75rem, 2vw, 1.25rem);
}

.hno-contact-map-copy p:not(.hno-contact-eyebrow) {
	max-width: 32ch;
	margin: 0;
	color: var(--hno-muted);
	font-size: 1rem;
	line-height: 1.64;
	text-wrap: pretty;
}

.hno-contact-map-copy .hno-contact-eyebrow {
	margin-bottom: 0.68rem;
}

.hno-contact-map-copy a {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 1.2rem;
	color: var(--hno-brand);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
	text-wrap: balance;
}

.hno-map-wrap {
	min-height: 320px;
	overflow: hidden;
	border: 1px solid rgba(176, 202, 204, 0.74);
	border-radius: 8px;
	background: #f8fbfa;
}

.hno-map-wrap iframe {
	display: block;
	width: 100% !important;
	max-width: none;
	min-height: 320px;
	border: 0;
}

.hno-map-wrap > div {
	display: grid;
	place-items: center;
	min-height: 320px;
	padding: 1rem;
	background: linear-gradient(180deg, #f9fdfd, #f1f8f8);
	text-align: center;
}

.entry-content > p:empty {
	display: none;
}

#hu-revoke {
	bottom: 95px !important;
}

@media (prefers-reduced-motion: no-preference) {
	.hno-home-hero,
	.hno-pathway-section,
	.hno-doctor-section,
	.hno-service-hero,
	.hno-service-section,
	.hno-service-cta,
	.hno-service-related,
	.hno-service-tile,
	.hno-profile-hero,
	.hno-profile-card,
	.hno-contact-board,
	.hno-contact-map-card {
		animation: hnoFadeUp 0.42s ease both;
	}
}

@keyframes hnoFadeUp {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.hno-home-hero,
	.hno-pathway-grid,
	.hno-doctor-grid,
	.hno-service-hub__grid,
	.hno-service-columns,
	.hno-service-facts,
	.hno-profile-hero,
	.hno-profile-grid,
	.hno-contact-shell,
	.hno-contact-map-card,
	.hno-service-related .hno-service-checklist {
		grid-template-columns: 1fr;
	}

	.hno-contact-card--primary {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(176, 202, 204, 0.58);
	}
}

@media (max-width: 768px) {
	body {
		background: var(--hno-surface-soft);
	}

	.page-hero,
	.inside-article {
		border-radius: 0;
	}

	body.page-id-94 .page-hero {
		height: clamp(230px, 58vw, 320px) !important;
		min-height: clamp(230px, 58vw, 320px);
		background-position: center, 52% 42% !important;
	}

	.page-id-94 .inside-article {
		box-sizing: border-box;
		max-width: calc(100% - 30px);
		margin: -4.7rem auto 2.5rem;
		padding: 1.45rem 1.35rem 1.5rem;
		border-right: 1px solid var(--hno-line);
		border-left: 1px solid var(--hno-line);
		border-radius: 3px;
	}

	.page-id-94 .entry-title {
		margin-bottom: 1.15rem;
		font-size: clamp(1.8rem, 7.4vw, 2.35rem);
	}

	body.page:not(.home):not(.page-id-94) .page-hero {
		height: clamp(190px, 52vw, 300px) !important;
		min-height: clamp(190px, 52vw, 300px);
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
	}

	body.page:not(.home):not(.page-id-94) .inside-article {
		box-sizing: border-box;
		max-width: calc(100% - 30px);
		margin: -4.7rem auto 2.5rem;
		padding: 1.45rem 1.35rem 1.5rem;
		border-radius: 3px;
	}

	body.page:not(.home):not(.page-id-94) .entry-title {
		margin-bottom: 1.15rem;
		font-size: clamp(1.8rem, 7.4vw, 2.35rem);
	}

	body.home .inside-article {
		box-sizing: border-box;
		max-width: calc(100% - 30px);
		margin: -4.7rem auto 2.5rem;
		padding: 1.45rem 1.35rem 1.5rem;
		border-radius: 3px;
	}

	body.home .entry-title {
		margin-bottom: 1.15rem;
		font-size: clamp(1.8rem, 7.4vw, 2.35rem);
	}

	body.home .hno-home-hero__info {
		grid-template-columns: 1fr;
	}

	body.page-id-27 .hno-service-hub > * {
		box-sizing: border-box;
		width: auto;
		max-width: 100%;
	}

	body.page-id-27 .hno-service-hub {
		display: block;
	}

	.hno-home-hero {
		padding: 1.08rem;
	}

	.hno-home-hero__title {
		font-size: 1.38rem;
	}

	.hno-home-hero__actions,
	.hno-contact-actions,
	.hno-service-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hno-home-hero__actions .hno-btn,
	.hno-contact-actions .hno-btn,
	.hno-service-actions .hno-btn {
		width: 100%;
		min-width: 0;
	}

	.hno-doctor-card img {
		height: 180px;
	}

	.hno-profile-media img {
		min-height: 280px;
		max-height: 440px;
	}

	.hno-contact-card,
	.hno-contact-map-copy {
		padding: 1.1rem;
	}

	.hno-contact-hour-row,
	.hno-contact-hours li {
		grid-template-columns: 1fr;
		gap: 0.25rem;
	}

	.hno-map-wrap,
	.hno-map-wrap iframe,
	.hno-map-wrap > div {
		min-height: 260px;
	}

	.main-navigation.toggled .main-nav > ul {
		min-height: calc(100dvh - 76px);
		max-height: calc(100dvh - 76px);
		overflow-y: auto;
		padding-bottom: 0.5rem;
		background-color: #fff !important;
	}

	.main-navigation.toggled .main-nav {
		background-color: #fff !important;
	}

	.main-navigation .main-nav ul li > a[href*="/termin-vereinbaren"] {
		width: calc(100% - 32px);
		margin: 0.45rem 16px 0.8rem;
	}
}
