/* Font Face Definition */

@font-face {
	font-family: 'GeneralFont';
	src: url('../fonts/general_font.woff2') format('woff2'), url('../fonts/general_font.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Reset und grundlegende Styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: 'GeneralFont', 'Poppins', Arial, sans-serif;
}
body {
	letter-spacing: 1px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}
.schwangerschaft-category .pregnancy-cta h3,
.schwangerschaft-category .highlight-content h4,
.schwangerschaft-category .service-content h4,
.schwangerschaft-category .hero-text h2 {
	color: #878ab8;
	hyphens: auto;
}

body.subpage-hero.schwangerschaft-category .hero::after {
	background: #878ab8;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.bg-green {
	background: #8dc0a9 !important;
}
.bg-yellow {
	background: #d1bc82 !important;
}
.bg-pink {
	background: #f8b4d9 !important;
}
.bg-purple {
	background: #8d90be !important;
}

.color-green {
	color: #8dc0a9 !important;
}
.color-yellow {
	color: #d1bc82 !important;
}
.color-pink {
	color: #f8b4d9 !important;
}
.color-purple {
	color: #8d90be !important;
}

.border-bottom-green {
	border-bottom: 3px solid #8dc0a9 !important;
}
.border-bottom-yellow {
	border-bottom: 3px solid #d1bc82 !important;
}
.border-bottom-pink {
	border-bottom: 3px solid #f8b4d9 !important;
}
.border-bottom-purple {
	border-bottom: 3px solid #8d90be !important;
}
.border-bottom-antiaging {
	border-bottom: 3px solid var(--antiaging-primary) !important;
}

.color-antiaging {
	color: var(--antiaging-primary) !important;
}

.hover-antiaging .mega-menu-column ul li a:hover {
	color: #fff;
	background: var(--antiaging-primary);
	transform: translateX(5px);
}

.hover-green .mega-menu-column ul li a:hover {
	color: #fff;
	background: #8dc0a9;
	transform: translateX(5px);
}

.hover-yellow .mega-menu-column ul li a:hover {
	color: #fff;
	background: #d1bc82;
	transform: translateX(5px);
}

.hover-purple .mega-menu-column ul li a:hover {
	color: #fff;
	background: #8d90be;
	transform: translateX(5px);
}

.leistung-list.color-green li::before {
	color: #8dc0a9;
}
a.logo {
	text-decoration: none;
}
.leistung-list.color-yellow li::before {
	color: #d1bc82;
}
.leistung-list.color-purple li::before {
	color: #8d90be;
}
.leistung-list.color-pink li::before {
	color: #f8b4d9;
}

.contact-info-sidebar a {
	color: #2c3e50;
	text-decoration: none;
}
.color-white {
	color: #fff !important;
}
/* Typography - SEO-optimierte Hierarchie */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 1rem;
}

/* H1 - Hauptüberschrift (Page Title) */
h1 {
	font-size: 2rem;
	color: #2c3e50;
	font-weight: 700;
}

/* H2 - Hauptsektionen */
h2 {
	font-size: 1.5rem;
	color: #2c3e50;
	font-weight: 650;
}

/* H3 - Untersektionen */
h3 {
	font-size: 1.25rem;
	color: #34495e;
	font-weight: 600;
}

/* H4 - Detail-Überschriften */
h4 {
	font-size: 1.1rem;
	color: #34495e;
	font-weight: 600;
}

/* H5 - Kleinere Untertitel */
h5 {
	font-size: 1rem;
	color: #34495e;
	font-weight: 600;
}

/* H6 - Kleinste Überschriften */
h6 {
	font-size: 0.9rem;
	color: #34495e;
	font-weight: 600;
}

p {
	margin-bottom: 1rem;
	color: #666;
}

body.home .hero-content {
	grid-template-columns: 2fr 1fr;
}

@media (max-width: 768px) {
	body.home .hero-content {
		grid-template-columns: 1fr;
	}
	body.home .hero-slider {
		height: auto;
	}
	body.home .slide-content {
		padding-top: 30px;
	}
	body.home .slide {
		position: relative;
	}
	body.home .hero {
		padding-top: 120px;
	}
	body.home .hero-image {
		display: block;
	}
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 12px 30px;
	text-decoration: none;
	border-radius: 30px;
	transition: all 0.3s ease;
	font-weight: 500;
	border: none;
	cursor: pointer;
	font-size: 1rem;
}

.btn-primary {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	color: #fff;
	box-shadow: 0 4px 15px rgba(232, 180, 203, 0.3);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(232, 180, 203, 0.4);
}

/* Button primary colors per category */
.gynaekologie-category .btn-primary {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	box-shadow: 0 4px 15px rgba(232, 180, 203, 0.3);
}

.gynaekologie-category .btn-primary:hover {
	box-shadow: 0 6px 20px rgba(232, 180, 203, 0.4);
}

.schwangerschaft-category .btn-primary {
	background: linear-gradient(135deg, #8d90be, #7a7da8);
	box-shadow: 0 4px 15px rgba(141, 144, 190, 0.3);
}

.schwangerschaft-category .btn-primary:hover {
	box-shadow: 0 6px 20px rgba(141, 144, 190, 0.4);
}

.lasertherapie-category .btn-primary {
	background: linear-gradient(135deg, #8dc0a9, #7bb29a);
	box-shadow: 0 4px 15px rgba(141, 192, 169, 0.3);
}

.lasertherapie-category .btn-primary:hover {
	box-shadow: 0 6px 20px rgba(141, 192, 169, 0.4);
}

.antiaging-category .btn-primary {
	background: linear-gradient(135deg, #d1bc82, #c4a96f);
	box-shadow: 0 4px 15px rgba(209, 188, 130, 0.3);
}

.antiaging-category .btn-primary:hover {
	box-shadow: 0 6px 20px rgba(209, 188, 130, 0.4);
}

.btn-secondary {
	background: #f8f9fa;
	color: #2c3e50;
	border: 2px solid #e8b4cb;
}

.btn-secondary:hover {
	background: #e8b4cb;
	color: #fff;
}

/* Button secondary colors per category */
.gynaekologie-category .btn-secondary {
	background: rgba(232, 180, 203, 0.1);
	color: #e8b4cb;
	border: 2px solid #e8b4cb;
	font-weight: 600;
}

.gynaekologie-category .btn-secondary:hover {
	background: #e8b4cb;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(232, 180, 203, 0.3);
}

.schwangerschaft-category .btn-secondary {
	background: rgba(141, 144, 190, 0.1);
	color: #8d90be;
	border: 2px solid #8d90be;
	font-weight: 600;
}

.schwangerschaft-category .btn-secondary:hover {
	background: #8d90be;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(141, 144, 190, 0.3);
}

.lasertherapie-category .btn-secondary {
	background: rgba(141, 192, 169, 0.1);
	color: #8dc0a9;
	border: 2px solid #8dc0a9;
	font-weight: 600;
}

.lasertherapie-category .btn-secondary:hover {
	background: #8dc0a9;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(141, 192, 169, 0.3);
}

.lasertherapie-category .sidebar-cta.lasertherapie-cta .btn-secondary {
	background: rgba(141, 192, 169, 0.1);
	color: #ffffff;
	border: 2px solid #ffffff;
	font-weight: 600;
}

.antiaging-category .btn-secondary {
	background: rgba(209, 188, 130, 0.1);
	color: #d1bc82;
	border: 2px solid #d1bc82;
	font-weight: 600;
}

.antiaging-category .antiaging-card .antiaging-cta .btn-secondary {
	background: rgba(209, 188, 130, 0.1);
	color: #fff;
	border: 2px solid #fff;
	font-weight: 600;
}

.antiaging-category .btn-secondary:hover {
	background: #d1bc82;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(209, 188, 130, 0.3);
}

.btn-secondary-purple {
	background: #8d90be;
	color: #fff;
	border: 2px solid #8d90be;
}
.btn-secondary-purple:hover {
	background: #fff;
	color: #8d90be;
}

.btn-secondary-green {
	background: #8dc0a9;
	color: #fff;
	border: 2px solid #8dc0a9;
}
.btn-secondary-green:hover {
	background: #fff;
	color: #8dc0a9;
}

.btn-secondary-yellow {
	background: #d1bc82;
	color: #fff;
	border: 2px solid #d1bc82;
}

.btn-secondary-yellow:hover {
	background: #fff;
	color: #d1bc82;
}

/* Header */
.header {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.header.scrolled {
	backdrop-filter: blur(10px);
}

.nav-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}

/* Logo Styles */
.logo-container {
	display: flex;
	align-items: center;
}

.logo-svg {
	width: 150px;
	height: 75px;
}

/* Bild-Logo im Header */
.logo-img {
	width: 122px;
	height: auto;
	display: block;
}

.logo-img-footer {
	width: 150px;
	height: auto;
	display: block;
	padding-top: 20px;
}

.footer-logo-container {
	display: flex;
	align-items: center;
}

.footer-logo-svg {
	width: 110px;
	height: 55px;
}

/* Legacy Logo Styles (falls noch benötigt) */
.logo-placeholder {
	display: flex;
	align-items: center;
	gap: 15px;
}

.logo-text {
	font-size: 2.2rem;
	font-weight: 300;
	color: #2c3e50;
	font-family: serif;
}

.logo-subtext {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.logo-subtext span {
	font-size: 0.8rem;
	font-weight: 600;
	color: #2c3e50;
	letter-spacing: 2px;
}

.logo-subtext small {
	font-size: 0.65rem;
	color: #666;
	letter-spacing: 1px;
	font-weight: 300;
}

.footer-logo .logo-text {
	color: #fff;
}

.footer-logo .logo-subtext span {
	color: #fff;
}

.footer-logo .logo-subtext small {
	color: #bbb;
}

/* Navigation */
.main-nav {
	display: flex;
}

.nav-menu {
	display: flex;
	list-style: none;
	gap: 1rem;
}

.nav-link {
	text-decoration: none;
	color: #2c3e50;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 13px;
}

.nav-link:hover,
.nav-item.active .nav-link {
	color: #e8b4cb;
	background: rgba(232, 180, 203, 0.1);
}

/* Navigation Focus Effect - Ausgrauen inaktiver Menüpunkte wenn ein Hauptmenü aktiv ist */
.nav-menu:has(.nav-item.has-submenu.active) .nav-item.has-submenu:not(.active) {
	opacity: 0.4;
	transition: opacity 0.3s ease;
}

.nav-menu:has(.nav-item.has-submenu.active) .nav-item.has-submenu:not(.active):hover {
	opacity: 1;
}

/* Normale nav-items (Team, Kontakt) sind nicht betroffen */
.nav-menu:has(.nav-item.has-submenu.active) .nav-item:not(.has-submenu) {
	opacity: 1;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 4px;
}

.mobile-menu-toggle span {
	width: 25px;
	height: 3px;
	background: #2c3e50;
	transition: all 0.3s ease;
}

/* Mega Menu */
.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.4s ease;
	z-index: 999;
}

.mega-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mega-menu-content {
	display: none;
	padding: 3rem 0;
}

.mega-menu-content.active {
	display: block;
}

.mega-menu-section {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 3rem;
	align-items: start;
}

.mega-menu-image {
	padding: 2rem;
}

.placeholder-image {
	width: 250px;
	height: 200px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.placeholder-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	backdrop-filter: blur(10px);
}

.placeholder-image i {
	font-size: 3rem;
	margin-bottom: 1rem;
	z-index: 1;
	position: relative;
}

.placeholder-image span {
	font-size: 1.2rem;
	font-weight: 600;
	z-index: 1;
	position: relative;
}

.gynaekologie-img {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
}

.schwangerschaft-img {
	background: linear-gradient(135deg, #7376a5, #8a8db8);
}
.list-items-box-with-button {
	margin-bottom: 20px;
}
.lasertherapie-img {
	background: linear-gradient(135deg, #b4e8cb, #a5d4c2);
}

.antiaging-img {
	background: linear-gradient(135deg, #f8e6b4, #e8d4a5);
}

.mega-menu-lists {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	padding-right: 2rem;
}

.mega-menu-column h3 {
	color: #2c3e50;
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.8rem;
	border-bottom: 3px solid #e8b4cb;
	font-weight: 600;
}

.mega-menu-column ul {
	list-style: none;
}

.mega-menu-column ul li {
	margin-bottom: 0.8rem;
}

.mega-menu-column ul li a {
	color: #666;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 8px 12px;
	border-radius: 8px;
	display: block;
	font-size: 0.95rem;
}

.mega-menu-column ul li a:hover {
	color: #fff;
	background: #d4a5c2;
	transform: translateX(5px);
}

/* Mobile Menu - Mobiloptimiert mit klarer Struktur */
.mobile-menu {
	position: fixed;
	top: 0;
	right: -105%;
	width: 100vw;
	height: 100vh;
	background: #f8f9fa;
	transition: right 0.4s ease;
	z-index: 1001;
	overflow-y: auto;
}

.mobile-menu.active {
	right: 0;
}

/* Mobile Menu Header */
.mobile-menu-header {
	position: sticky;
	top: 0;
	background: #fff;
	padding: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	z-index: 10;
}

.mobile-menu-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #2c3e50;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mobile-menu-close {
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	font-size: 1.8rem;
	color: #666;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.mobile-menu-close:hover {
	background: #f0f0f0;
	color: #e8b4cb;
}

.mobile-menu-content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: calc(100vh - 120px);
}

/* Mobile Menu Kategorien - saubere Karten */
.mobile-menu-section {
	background: #fff;
	border-radius: 16px;
	padding: 1.2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border-top: 6px solid #e8b4cb;
}

/* Kategorien-spezifische Akzentfarben */
.mobile-menu-section:first-child {
	border-top-color: #e8b4cb; /* Gynäkologie */
}

.mobile-menu-section:nth-child(2) {
	border-top-color: #b19cd9; /* Schwangerschaft */
}

.mobile-menu-section:nth-child(3) {
	border-top-color: #8dc0a9; /* Lasertherapie */
}

.mobile-menu-section:nth-child(4) {
	border-top-color: #f8e6b4; /* Anti-Aging */
	border-top-width: 6px;
	border-top-style: solid;
}

.mobile-menu-section:last-child {
	background: linear-gradient(135deg, #2c3e50, #34495e);
	color: #fff;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 2rem 1.5rem;
}

.mobile-menu-section h3 {
	font-size: 1rem;
	margin-bottom: 0.8rem;
	color: #2c3e50;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 0.4rem;
}

/* Spezielle Farben für Kategorien-Überschriften */
.mobile-menu-section:first-child h3 {
	color: #e8b4cb;
}

.mobile-menu-section:nth-child(2) h3 {
	color: #b19cd9;
}

.mobile-menu-section:nth-child(3) h3 {
	color: #8dc0a9;
}

.mobile-menu-section:nth-child(4) h3 {
	color: #d4c09a;
}

.mobile-menu-section:last-child h3 {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu-section ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.mobile-menu-section ul li {
	margin: 0;
}

.mobile-menu-section a {
	color: #666;
	text-decoration: none;
	padding: 12px 16px;
	display: block;
	transition: all 0.3s ease;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 500;
	background: #f8f9fa;
	border: 1px solid #e0e0e0;
	min-height: 44px;
	display: flex;
	align-items: center;
}

.mobile-menu-section a:hover {
	background: #e8b4cb;
	color: #fff;
	transform: translateX(5px);
	box-shadow: 0 4px 15px rgba(232, 180, 203, 0.3);
}

/* Kategorie-spezifische Hover-Farben */
.mobile-menu-section:nth-child(2) a:hover {
	background: #b19cd9;
	box-shadow: 0 4px 15px rgba(177, 156, 217, 0.3);
}

.mobile-menu-section:nth-child(3) a:hover {
	background: #8dc0a9;
	box-shadow: 0 4px 15px rgba(141, 192, 169, 0.3);
}

.mobile-menu-section:nth-child(4) a:hover {
	background: #d4c09a;
	box-shadow: 0 4px 15px rgba(212, 192, 154, 0.3);
}

/* Team & Kontakt Links */
.mobile-menu-section:last-child a {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	padding: 16px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	min-height: 50px;
}

.mobile-menu-section:last-child a:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Body-Stil wenn mobile Menü geöffnet ist */
body.menu-open {
	overflow: hidden;
}

/* Hero Section */
.hero {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	padding-bottom: 0px;
}

.hero-slider {
	position: relative;
	width: 100%;
	height: 600px;
}

/* Compact Hero for Subpages */
.subpage-hero .hero {
	min-height: 400px;
	border-bottom: 1px solid rgba(232, 180, 203, 0.3);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 5;
}

.subpage-hero .hero-slider {
	height: 400px;
}

.subpage-hero .hero-placeholder {
	height: 250px;
}

.subpage-hero .hero::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	background: linear-gradient(to bottom, rgba(232, 180, 203, 0.1), rgba(232, 180, 203, 0.3));
}

.subpage-hero .subpage-content {
	position: relative;
	background: #f8f9fa;
	margin-top: -1px;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	transition: opacity 0.5s ease;
}

.slide.active {
	opacity: 1;
	z-index: 10;
	pointer-events: auto;
}

.slide-content {
	height: 100%;
	background: linear-gradient(135deg, rgba(232, 180, 203, 0.1), rgba(248, 219, 206, 0.1));
	display: flex;
	align-items: center;
}

.hero-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
}

/* Startseite: Hero 2/3 Text, 1/3 Bild */
.home .hero-content {
	grid-template-columns: 2fr 1fr;
}

.hero-text h1 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
	color: #2c3e50;
	font-weight: 700;
}

.hero-text h2 {
	font-size: 1.2rem;
	color: #e8b4cb;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

/* Lasertherapie Hero h2 Override */
.lasertherapie-category .hero-text h2 {
	color: #8dc0a9;
}

.hero-text p {
	font-size: 1.1rem;
	margin-bottom: 2rem;
	color: #666;
}

/* Hero Placeholder Images */
.hero-placeholder {
	width: 100%;
	height: 500px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero-placeholder::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	backdrop-filter: blur(10px);
}

.hero-placeholder i {
	font-size: 4rem;
	margin-bottom: 1.5rem;
	z-index: 1;
	position: relative;
	opacity: 0.9;
}

.hero-placeholder span {
	font-size: 1.5rem;
	font-weight: 600;
	z-index: 1;
	position: relative;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-1 {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
}

.hero-2 {
	background: linear-gradient(135deg, #f8b4d9, #e8b4cb);
}

.hero-3 {
	background: linear-gradient(135deg, #b4e8cb, #a5d4c2);
}

/* Slider Controls */
.slider-controls {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	z-index: 20;
	pointer-events: none;
}

.slider-controls button {
	background: rgba(255, 255, 255, 0.9);
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.2rem;
	color: #e8b4cb;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	pointer-events: auto;
}

.slider-controls button:hover {
	background: #e8b4cb;
	color: #fff;
	transform: scale(1.1);
}

.slider-dots {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 20;
}

.dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	border: 2px solid rgba(232, 180, 203, 0.8);
	cursor: pointer;
	transition: all 0.4s ease;
	pointer-events: auto;
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dot:hover {
	background: rgba(255, 255, 255, 0.9);
	border-color: #e8b4cb;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(232, 180, 203, 0.4);
}

.dot.active {
	background: #e8b4cb;
	border-color: #fff;
	transform: scale(1.3);
	box-shadow: 0 4px 16px rgba(232, 180, 203, 0.6);
}

.dot.active::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
}

/* Sections */
section {
	padding: 122px 0;
}

.section-header {
	text-align: center;
	margin-bottom: 4rem;
}

.section-header h2 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	font-weight: 650;
}

.section-header p {
	font-size: 1.2rem;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
}

/* Schwerpunkte */
.schwerpunkte {
	background: #f8f9fa;
}

.schwerpunkte-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}

.schwerpunkt-card {
	background: #fff;
	padding: 2rem;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	text-align: center;
	transition: transform 0.3s ease;
}

.schwerpunkt-card:hover {
	transform: translateY(-5px);
}

.card-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
	color: #fff;
	font-size: 2rem;
}

.schwerpunkt-card h3 {
	margin-bottom: 1rem;
	color: #2c3e50;
}

.schwerpunkt-card p {
	margin-bottom: 1.5rem;
}

.schwerpunkt-card ul {
	list-style: none;
	text-align: left;
}

.schwerpunkt-card ul li {
	padding: 5px 0;
	color: #666;
	position: relative;
	padding-left: 20px;
}

.schwerpunkt-card ul li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #e8b4cb;
	font-weight: bold;
}

/* Narbenbehandlung */
.narben-behandlung {
	background: #fff;
}

.content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: start;
}

.text-content h2 {
	color: #2c3e50;
	margin-bottom: 0.5rem;
}

.text-content h3 {
	color: #e8b4cb;
	font-weight: 400;
	margin-bottom: 2rem;
}

.treatment-info {
	margin: 2rem 0;
}

.info-block {
	margin-bottom: 2rem;
	padding: 1.5rem;
	background: #f8f9fa;
	border-radius: 10px;
}

.info-block h4 {
	color: #2c3e50;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.info-block h4 i {
	color: #e8b4cb;
}

.info-block ul {
	list-style: none;
}

.info-block ul li {
	padding: 8px 0;
	color: #666;
	position: relative;
	padding-left: 25px;
}

.info-block ul li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #e8b4cb;
	font-weight: bold;
	font-size: 1.2rem;
}

.image-content img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Team */
.team {
	background: #f8f9fa;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.team-member {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
}

.team-member:hover {
	transform: translateY(-5px);
}

/* Team Placeholder Images */
.team-placeholder {
	width: 100%;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.team-placeholder i {
	font-size: 3rem;
	margin-bottom: 1rem;
	opacity: 0.9;
}

.team-placeholder span {
	font-size: 1.1rem;
	font-weight: 600;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.team-doctor {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
}

.team-assistant {
	background: linear-gradient(135deg, #e8b4cb, #be849e);
}

/* Content Placeholder Images */
.content-placeholder {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

.content-placeholder i {
	font-size: 3.5rem;
	margin-bottom: 1.5rem;
	opacity: 0.9;
}

.content-placeholder span {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.content-placeholder small {
	font-size: 1rem;
	opacity: 0.8;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.narben-img {
	background: linear-gradient(135deg, #f8b4d9, #e8b4cb);
}

.member-info {
	padding: 2rem;
}

.member-info h3 {
	color: #2c3e50;
	margin-bottom: 0.5rem;
}

.position {
	color: #e8b4cb;
	font-weight: 500;
	margin-bottom: 1rem;
}

.qualifications {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.qualifications span {
	background: #e8b4cb;
	color: #fff;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.8rem;
}

/* Contact & Hours */
.contact-hours {
	background: #fff;
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
}

.hours-card,
.contact-card,
.appointment-card {
	background: #f8f9fa;
	padding: 2rem;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.hours-card h2,
.contact-card h2,
.appointment-card h2 {
	color: #2c3e50;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hours-card h2 i,
.contact-card h2 i,
.appointment-card h2 i {
	color: #e8b4cb;
}

.hour-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #e9ecef;
}

.hour-item.weekend {
	color: #999;
}

.day {
	font-weight: 500;
}

.note {
	margin-top: 1rem;
	font-style: italic;
	color: #666;
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 0;
}

.contact-item i {
	color: #e8b4cb;
	font-size: 1.2rem;
	margin-top: 3px;
}

.contact-item h4 {
	margin-bottom: 0.5rem;
	color: #2c3e50;
}

.contact-item a {
	color: #e8b4cb;
	text-decoration: none;
}

.contact-item a:hover {
	text-decoration: underline;
}

/* Contact Info Layout */
.contact-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem 2rem;
}

.appointment-buttons {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.appointment-form {
	display: none;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e9ecef;
}

.appointment-form.active {
	display: block;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #e8b4cb;
}

.form-group textarea {
	resize: vertical;
	min-height: 100px;
}

/* Kontaktformular Styles */
.kontakt-form {
	max-width: 800px;
	margin: 0 auto;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.form-group {
	margin-bottom: 1.5rem;
}

.form-group label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #2c3e50;
}

.required {
	color: #e74c3c;
	font-weight: bold;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e1e8ed;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.3s ease;
	font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #e8b4cb;
	box-shadow: 0 0 0 3px rgba(232, 180, 203, 0.1);
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}

.checkbox-group {
	margin: 2rem 0;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	line-height: 1.5;
}

/* Stelle sicher, dass Text neben der Checkbox steht */
.checkbox-text {
	flex: 1;
	margin-top: 0;
	display: inline-block;
}

.checkbox-label input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	width: 20px;
	height: 20px;
	border: 2px solid #e1e8ed;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.3s ease;
	position: relative;
	margin-top: 2px;
}

.checkbox-label input[type='checkbox']:checked + .checkmark {
	background-color: #e8b4cb;
	border-color: #e8b4cb;
}

.checkbox-label input[type='checkbox']:checked + .checkmark::after {
	content: '✓';
	color: white;
	font-weight: bold;
	font-size: 14px;
}

/* CSS bereits oben aktualisiert */

.checkbox-text a {
	color: #e8b4cb;
	text-decoration: underline;
}

.checkbox-text a:hover {
	color: #d4a5c2;
}

.form-actions {
	text-align: center;
	margin: 2rem 0;
}

.form-note {
	text-align: center;
	margin-top: 1rem;
	color: #666;
}

.success-message {
	text-align: center;
	padding: 3rem 2rem;
	background: linear-gradient(135deg, #d4f5d4, #e8f8e8);
	border-radius: 15px;
	border: 2px solid #4caf50;
}

.success-message i {
	font-size: 3rem;
	color: #4caf50;
	margin-bottom: 1rem;
}

.success-message h3 {
	color: #2e7d2e;
	margin-bottom: 1rem;
}

.error-messages {
	background: #ffeaea;
	border: 2px solid #e74c3c;
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 2rem;
}

.error-messages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.error-messages li {
	color: #c0392b;
	margin-bottom: 0.5rem;
}

.error-messages li:before {
	content: '⚠ ';
	font-weight: bold;
	margin-right: 0.5rem;
}

.kontakt-sidebar {
	max-width: 100%;
}

.kontakt-sidebar .sidebar-card {
	margin-bottom: 2rem;
	padding: 1.5rem;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.kontakt-sidebar .contact-info {
	margin-top: 1rem;
}

.kontakt-sidebar .contact-item {
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f0f0f0;
}

.kontakt-sidebar .contact-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.kontakt-sidebar .contact-item h4 {
	color: #e8b4cb;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.kontakt-sidebar .contact-item p {
	margin: 0.25rem 0;
	color: #666;
}

.kontakt-sidebar .contact-item a {
	color: #e8b4cb;
	text-decoration: none;
}

.kontakt-sidebar .contact-item a:hover {
	text-decoration: underline;
}

.hours-section {
	margin-bottom: 1.5rem;
}

.hours-section h4 {
	color: #2c3e50;
	margin-bottom: 0.75rem;
	font-size: 1rem;
	border-bottom: 2px solid #e8b4cb;
	padding-bottom: 0.5rem;
}

.hours-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.hour-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0.5rem 0;
}

.hour-item .day {
	font-weight: 600;
	color: #2c3e50;
	min-width: 90px;
	flex-shrink: 0;
}

.hour-item .time {
	text-align: right;
	color: #666;
	line-height: 1.4;
}

.hour-item small {
	font-size: 0.8em;
	color: #999;
}

/* Sidebar Overlay Styles für neue Bilder */
.sidebar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 15px;
	text-align: center;
}

.sidebar-overlay i {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.sidebar-overlay span {
	font-weight: 600;
	font-size: 1.1rem;
}

/* Contact Info Cards */
.contact-info-section {
	padding: 3rem 0;
	background: linear-gradient(135deg, #f8f9fa, #e8f4f8);
}

.contact-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.contact-card {
	background: white;
	padding: 2rem;
	border-radius: 15px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: all 0.3s ease;
	border-top: 4px solid #e8b4cb;
}

.contact-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-card-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
	box-shadow: 0 4px 15px rgba(232, 180, 203, 0.3);
}

.contact-card-icon i {
	font-size: 2rem;
	color: white;
}

.contact-card h3 {
	color: #2c3e50;
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}

.contact-card p {
	color: #666;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.contact-card strong {
	color: #2c3e50;
}

.contact-card a {
	color: #e8b4cb;
	text-decoration: none;
	font-weight: 600;
}

.contact-card a:hover {
	color: #d4a5c2;
	text-decoration: underline;
}

.hours-mini {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 2px solid #f0f0f0;
	font-size: 0.9rem;
}

.hours-mini p {
	margin-bottom: 0.25rem;
	color: #555;
}

.contact-actions-inline {
	margin-top: 1.5rem;
}

.btn-small {
	padding: 8px 16px;
	font-size: 0.9rem;
	border-radius: 6px;
}

/* Team Overlay Styles */
.team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 15px;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
}

.team-member:hover .team-overlay {
	opacity: 1;
}

.team-overlay i {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

.team-overlay span {
	font-weight: 600;
	font-size: 1.1rem;
}

.contact-team {
	background: #f8f9fa;
	padding: 4rem 0;
}

.contact-team .section-header {
	text-align: center;
	margin-bottom: 3rem;
}

.contact-team .team-placeholder {
	position: relative;
	overflow: hidden;
}

.contact-team .member-description {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.contact-team .member-specialty {
	color: #e8b4cb;
	font-weight: 600;
	font-size: 0.95rem;
	margin-bottom: 0.5rem;
}

/* Mobile Responsiveness für Kontaktformular */
@media (max-width: 768px) {
	.form-row {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.kontakt-sidebar .contact-item h4 {
		font-size: 0.9rem;
	}

	.hour-item {
		flex-direction: column;
		gap: 0.25rem;
	}

	.hour-item .day {
		min-width: auto;
	}

	.hour-item .time {
		text-align: left;
	}

	.contact-cards-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.contact-card {
		padding: 1.5rem;
	}

	.contact-card-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 1rem;
	}

	.contact-card-icon i {
		font-size: 1.5rem;
	}

	.contact-card h3 {
		font-size: 1.2rem;
	}

	.hours-mini {
		font-size: 0.8rem;
	}

	.contact-team {
		padding: 3rem 0;
	}

	.contact-team .doctors-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.contact-team .mfa-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

/* Contact Page Layout Styles */
.content-full-width {
	max-width: 100%;
	width: 100%;
}

.content-full-width .content-card {
	max-width: 800px;
	margin: 0 auto;
	background: white;
	padding: 3rem;
	border-radius: 15px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Contact Hours Section */
.contact-hours-section {
	padding: 4rem 0;
	background: #f8f9fa;
}

.hours-booking-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-top: 2rem;
}

.hours-card,
.booking-card {
	background: white;
	padding: 2.5rem;
	border-radius: 15px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.hours-card:hover,
.booking-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.hours-card h3,
.booking-card h3 {
	color: #2c3e50;
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.hours-card h3 i,
.booking-card h3 i {
	color: #e8b4cb;
	font-size: 1.2rem;
}

.booking-features {
	margin: 1.5rem 0 2rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.booking-features .feature {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: #666;
	font-size: 0.95rem;
}

.booking-features .feature i {
	color: #e8b4cb;
	width: 20px;
	text-align: center;
}

/* Email Card Styling */
.email-card .email-link {
	color: white !important;
	text-decoration: none;
	font-weight: 600;
}

.email-card .email-link:hover {
	color: #f0f0f0 !important;
	text-decoration: underline;
}

.email-card .email-info {
	color: #ddd;
	font-size: 0.9rem;
	margin-top: 0.75rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	.content-full-width .content-card {
		padding: 2rem;
		margin: 0 1rem;
	}

	.hours-booking-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.hours-card,
	.booking-card {
		padding: 2rem;
	}

	.booking-features {
		gap: 0.75rem;
	}
}

/* Impressum Link Styles */
.impressum-sidebar a,
.datenschutz a,
.impressum-main a {
	color: #e8b4cb !important;
	text-decoration: none;
}

.impressum-sidebar a:hover,
.datenschutz a:hover,
.impressum-main a:hover {
	color: #d4a0b8 !important;
	text-decoration: underline;
}

/* Sidebar specific links */
.contact-info-sidebar a,
.hours-info-sidebar a {
	color: #e8b4cb !important;
}

.contact-info-sidebar a:hover,
.hours-info-sidebar a:hover {
	color: #d4a0b8 !important;
}

/* Impressum und Datenschutz Button Styles */
.impressum-sidebar .btn,
.impressum-content .btn {
	color: white !important;
}

.impressum-sidebar .btn:hover,
.impressum-content .btn:hover {
	color: white !important;
}

/* Accessibility Styles */
/* Focus Styles */
*:focus {
	outline: 2px solid #e8b4cb;
	outline-offset: 2px;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
	outline: 2px solid #e8b4cb;
	outline-offset: 2px;
}

/* High Contrast Focus for better visibility */
.btn:focus,
.nav-link:focus {
	outline: 3px solid #000;
	outline-offset: 2px;
	box-shadow: 0 0 0 5px rgba(232, 180, 203, 0.3);
}

/* Mobile Menu Button Focus */
.mobile-menu-toggle:focus {
	outline: 2px solid #e8b4cb;
	outline-offset: 2px;
	background: rgba(232, 180, 203, 0.1);
}

/* Slider Controls Focus */
.prev-slide:focus,
.next-slide:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
	background: rgba(232, 180, 203, 0.9);
}

.dot:focus {
	outline: 2px solid #e8b4cb;
	outline-offset: 2px;
	transform: scale(1.2);
}

/* Form Focus Improvements */
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
	border-color: #e8b4cb;
	box-shadow: 0 0 0 3px rgba(232, 180, 203, 0.2);
	outline: none;
}

/* Improved Link Focus */
a:focus {
	background: rgba(232, 180, 203, 0.1);
	border-radius: 3px;
	text-decoration: underline;
}

/* Hidden Elements for Screen Readers */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.btn {
		border: 2px solid;
	}

	.nav-link {
		border: 1px solid;
	}

	.card,
	.content-card {
		border: 2px solid #000;
	}
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.hero-slider {
		animation: none;
	}
}

/* Impressum Layout Styles */
.practice-locations {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin: 1.5rem 0;
}

.location-item {
	background: #f8f9fa;
	padding: 1.5rem;
	border-radius: 12px;
	border-left: 4px solid #e8b4cb;
}

.location-item h5 {
	color: #e8b4cb;
	margin-bottom: 1rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.location-item h6 {
	color: #2c3e50;
	margin: 1rem 0 0.5rem 0;
	font-size: 0.95rem;
	font-weight: 600;
}

.hours-info {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 2px solid #e1e8ed;
}

.hours-info p {
	color: #666;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 768px) {
	.practice-locations {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.location-item {
		padding: 1rem;
	}
}

/* Footer */
.footer {
	background: #595d6d;
	color: #fff;
	padding: 3rem 0 1rem;
}
.footer a:hover {
	color: #fff;
}
.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}

.footer-section h3 {
	color: #e0e0e0;
	margin-bottom: 1rem;
}

.footer-section ul {
	list-style: none;
}

.footer-section ul li {
	margin-bottom: 0.5rem;
}

.footer-section a {
	color: #bbb;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-section a:hover {
	color: #fff;
}

.footer-section p {
	color: #bbb;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-section i {
	color: #bbb;
}

.footer-bottom {
	border-top: 1px solid #34495e;
	padding-top: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.footer-bottom a,
.footer-bottom p {
	color: #bbb;
	text-decoration: none;
}

.footer-bottom a:hover {
	color: #fff;
}

.footer-links {
	display: flex;
	gap: 2rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.mega-menu-section {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.mega-menu-image {
		display: flex;
		justify-content: center;
		padding: 1rem;
	}

	.placeholder-image {
		width: 200px;
		height: 150px;
	}

	.mega-menu-lists {
		grid-template-columns: 1fr;
		padding-right: 0;
	}

	.hero-text h1 {
		font-size: 2.5rem;
	}

	.content-wrapper {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

@media (max-width: 768px) {
	.main-nav {
		display: none;
	}

	.mobile-menu-toggle {
		display: flex;
	}

	.mega-menu {
		display: none;
	}

	/* Hero Overlap Fix für mobile */
	.hero {
		margin-top: 80px;
	}

	.hero-content {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		text-align: center;
	}

	.hero-text h1 {
		font-size: 1.6rem;
	}

	.schwerpunkte-grid {
		grid-template-columns: 1fr;
	}

	.team-grid {
		grid-template-columns: 1fr;
	}

	.contact-grid {
		grid-template-columns: 1fr;
	}

	.contact-info {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.appointment-buttons {
		flex-direction: column;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	.section-header h2 {
		font-size: 1.5rem;
	}

	.slider-controls {
		display: none;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 15px;
	}

	.hero-content {
		gap: 1rem;
	}

	.hero-text h1 {
		font-size: 1.4rem;
	}

	.schwerpunkt-card,
	.hours-card,
	.contact-card,
	.appointment-card {
		padding: 1.5rem;
	}

	.mobile-menu {
		width: 100vw;
		right: -100%;
	}
}

/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.schwerpunkt-card,
.team-member {
	animation: fadeInUp 0.6s ease forwards;
}

/* Scroll behavior */
html {
	scroll-behavior: smooth;
}

/* Loading states */
.loading {
	opacity: 0.7;
	pointer-events: none;
}

/* Accessibility */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Leistungen Overview Section */
.leistungen-overview {
	padding: 100px 0;
	background: #f8f9fa;
}

.leistungen-grid {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-top: 3rem;
}

.leistung-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 400px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: transform 0.3s ease;
}

.leistung-card:hover {
	transform: translateY(-10px);
}

.card-right {
	direction: rtl;
}

.card-right .leistung-content {
	direction: ltr;
}

.leistung-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.gynae-bg {
	background: linear-gradient(135deg, rgba(232, 180, 203, 0.9), rgba(212, 165, 194, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23f8f9fa" width="400" height="300"/><circle cx="100" cy="100" r="30" fill="%23e8b4cb" opacity="0.3"/><circle cx="300" cy="200" r="40" fill="%23d4a5c2" opacity="0.2"/><path d="M50 150 Q200 100 350 180" stroke="%23e8b4cb" stroke-width="2" fill="none" opacity="0.4"/></svg>');
	background-image: url('../images/image_01.png');
	background-size: cover;
}

.pregnancy-bg {
	background: linear-gradient(135deg, rgba(248, 180, 217, 0.9), rgba(232, 180, 203, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23f8f9fa" width="400" height="300"/><circle cx="200" cy="150" r="60" fill="%23f8b4d9" opacity="0.3"/><circle cx="150" cy="100" r="20" fill="%23e8b4cb" opacity="0.4"/><circle cx="250" cy="200" r="25" fill="%23f8b4d9" opacity="0.2"/></svg>');
	background-image: url('../images/image_01.png');
	background-size: cover;
}

.laser-bg {
	background: linear-gradient(135deg, rgba(180, 232, 203, 0.9), rgba(165, 212, 194, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23f8f9fa" width="400" height="300"/><line x1="50" y1="150" x2="350" y2="150" stroke="%23b4e8cb" stroke-width="3" opacity="0.5"/><line x1="100" y1="100" x2="300" y2="200" stroke="%23a5d4c2" stroke-width="2" opacity="0.4"/><circle cx="200" cy="150" r="40" fill="%23b4e8cb" opacity="0.2"/></svg>');
	background-image: url('../images/image_01.png');
	background-size: cover;
}

.antiaging-bg {
	background-image: url('../images/image_01.png');
	background-size: cover;
}
.schwangerschaft-bg {
	background-image: url('../images/image_01.png');
	background-size: cover;
}
.leistung-content {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.leistung-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	color: #fff;
	font-size: 2rem;
	box-shadow: 0 8px 20px rgba(232, 180, 203, 0.3);
}

.leistung-content h3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #2c3e50;
}

.leistung-content p {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	color: #666;
}

.leistung-list {
	list-style: none;
	margin-bottom: 2rem;
}

.leistung-list li {
	padding: 8px 0;
	color: #666;
	position: relative;
	padding-left: 25px;
}

.leistung-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #e8b4cb;
	font-weight: bold;
	font-size: 1.1rem;
}

.leistung-btn {
	align-self: flex-start;
	padding: 12px 30px;
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 500;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(232, 180, 203, 0.3);
}

.leistung-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(232, 180, 203, 0.4);
}

/* Spezialisierungen Section */
.spezialisierungen {
	position: relative;
	padding: 120px 0;
	color: #fff;
	overflow: hidden;
}

.spezialisierungen-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(44, 62, 80, 0.9), rgba(232, 180, 203, 0.8)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%23f8f9fa" width="800" height="600"/><circle cx="200" cy="150" r="80" fill="%23e8b4cb" opacity="0.1"/><circle cx="600" cy="400" r="120" fill="%23d4a5c2" opacity="0.1"/><circle cx="400" cy="300" r="60" fill="%23f8b4d9" opacity="0.1"/><path d="M0 300 Q400 200 800 350" stroke="%23e8b4cb" stroke-width="3" fill="none" opacity="0.2"/></svg>');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.spezialisierungen-content {
	position: relative;
	z-index: 2;
}

.section-header-white {
	text-align: center;
	margin-bottom: 4rem;
}

.section-header-white h2 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	color: #fff;
	font-weight: 650;
}

.section-header-white p {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.9);
	max-width: 600px;
	margin: 0 auto;
}

.spez-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.spez-item {
	text-align: center;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

.spez-item:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.15);
}

.spez-icon {
	width: 80px;
	height: 80px;
	background: rgba(232, 180, 203, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
	color: #fff;
	font-size: 2rem;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.spez-item h4 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	color: #fff;
}

.spez-item p {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
}

/* Behandlungsmethoden Section */
.behandlungsmethoden {
	padding: 100px 0;
	background: #fff;
}

.methoden-container {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-top: 3rem;
}

.methoden-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 400px;
	gap: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.methoden-item.reverse {
	direction: rtl;
}

.methoden-item.reverse .methoden-content {
	direction: ltr;
}

.methoden-image {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ultrasound-bg {
	background: linear-gradient(135deg, rgba(74, 144, 226, 0.9), rgba(52, 152, 219, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23f8f9fa" width="400" height="300"/><ellipse cx="200" cy="150" rx="80" ry="60" fill="%234a90e2" opacity="0.2"/><circle cx="150" cy="120" r="20" fill="%233498db" opacity="0.3"/><circle cx="250" cy="180" r="15" fill="%234a90e2" opacity="0.4"/></svg>');
}

.laser-tech-bg {
	background: linear-gradient(135deg, rgba(180, 232, 203, 0.9), rgba(165, 212, 194, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23f8f9fa" width="400" height="300"/><line x1="100" y1="150" x2="300" y2="150" stroke="%23b4e8cb" stroke-width="4" opacity="0.6"/><circle cx="200" cy="150" r="30" fill="%23a5d4c2" opacity="0.3"/><path d="M50 100 Q200 50 350 120" stroke="%23b4e8cb" stroke-width="2" fill="none" opacity="0.4"/></svg>');
}

.ctg-bg {
	background: linear-gradient(135deg, rgba(231, 76, 60, 0.9), rgba(192, 57, 43, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23f8f9fa" width="400" height="300"/><path d="M50 150 Q100 100 150 150 T250 150 T350 150" stroke="%23e74c3c" stroke-width="3" fill="none" opacity="0.6"/><circle cx="200" cy="150" r="40" fill="%23c0392b" opacity="0.2"/></svg>');
}

.methoden-overlay {
	text-align: center;
	color: #fff;
	z-index: 2;
}

.methoden-overlay i {
	font-size: 3rem;
	margin-bottom: 1rem;
	opacity: 0.9;
}

.methoden-overlay h4 {
	font-size: 1.3rem;
	font-weight: 600;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.methoden-content {
	padding: 3rem;
	background: #f8f9fa;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.methoden-content h5 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #2c3e50;
}

.methoden-content p {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	color: #666;
	line-height: 1.6;
}

.methoden-content ul {
	list-style: none;
}

.methoden-content ul li {
	padding: 6px 0;
	color: #666;
	position: relative;
	padding-left: 25px;
}

.methoden-content ul li::before {
	content: '→';
	position: absolute;
	left: 0;
	color: #e8b4cb;
	font-weight: bold;
}

/* Responsive Design für neue Sektionen */
@media (max-width: 768px) {
	.leistung-card,
	.methoden-item {
		grid-template-columns: 1fr;
	}

	.leistung-card.card-right,
	.methoden-item.reverse {
		direction: ltr;
	}

	.leistung-content,
	.methoden-content {
		padding: 2rem;
	}

	.spez-grid {
		grid-template-columns: 1fr;
	}

	.spezialisierungen-bg {
		background-attachment: scroll;
	}

	.section-header-white h2 {
		font-size: 2rem;
	}
}

@media (max-width: 480px) {
	.leistungen-overview,
	.spezialisierungen,
	.behandlungsmethoden {
		padding: 60px 0;
	}

	.leistung-content,
	.methoden-content {
		padding: 1.5rem;
	}

	.spez-item {
		padding: 1.5rem;
	}
}

/* Print styles */
/* Impressum Styles */
.impressum-content {
	padding: 80px 0;
	background: #f8f9fa;
}

.impressum-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3rem;
	align-items: start;
}

.impressum-main {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.impressum-section h2 {
	color: #2c3e50;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 3px solid #e8b4cb;
	display: flex;
	align-items: center;
	gap: 10px;
}

.impressum-section h2 i {
	color: #e8b4cb;
}

.impressum-card {
	background: #fff;
	padding: 2rem;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border-left: 4px solid #e8b4cb;
}

.impressum-card h3 {
	color: #2c3e50;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e9ecef;
}

.impressum-card h4 {
	color: #495057;
	font-size: 1.1rem;
	margin: 1.5rem 0 0.5rem 0;
	font-weight: 600;
}

.impressum-card p {
	margin-bottom: 1rem;
	line-height: 1.6;
	color: #666;
}

.impressum-card ul {
	margin: 1rem 0;
	padding-left: 1.5rem;
}

.impressum-card ul li {
	margin-bottom: 0.5rem;
	color: #666;
}

.impressum-card a {
	color: #e8b4cb;
	text-decoration: none;
	font-weight: 500;
}

.impressum-card a:hover {
	text-decoration: underline;
}

/* Sidebar Styles */
.impressum-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: sticky;
	top: 100px;
}

.sidebar-card {
	background: #fff;
	padding: 1.5rem;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(232, 180, 203, 0.2);
}

.sidebar-card h3 {
	color: #2c3e50;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 8px;
}

.sidebar-card h3 i {
	color: #e8b4cb;
}

.contact-info-sidebar p {
	margin-bottom: 0.5rem;
	color: #666;
	line-height: 1.5;
}

.contact-info-sidebar hr {
	border: none;
	height: 1px;
	background: #e9ecef;
	margin: 1rem 0;
}

.contact-info-sidebar i {
	color: #e8b4cb;
	width: 16px;
	margin-right: 8px;
}

.hours-info-sidebar {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.hour-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(232, 180, 203, 0.1);
}

.hour-row:last-child {
	border-bottom: none;
}

.hour-row.weekend {
	color: #999;
}

.hour-row span:first-child {
	font-weight: 500;
	color: #2c3e50;
}

.hour-row span:last-child {
	color: #666;
	font-size: 0.9rem;
}

.btn-full {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}

/* Responsive Design for Impressum */
@media (max-width: 1024px) {
	.impressum-wrapper {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.impressum-sidebar {
		position: static;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		display: grid;
	}
}

@media (max-width: 768px) {
	.impressum-content {
		padding: 60px 0;
	}

	.impressum-card {
		padding: 1.5rem;
	}

	.impressum-section h2 {
		font-size: 1.5rem;
	}

	.sidebar-card {
		padding: 1.25rem;
	}

	.impressum-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.impressum-card {
		padding: 1rem;
		margin: 0 -10px;
	}

	.sidebar-card {
		padding: 1rem;
		margin: 0 -10px;
	}
}

/* Subpage Styles */
.subpage-content {
	padding: 80px 0;
	background: #f8f9fa;
}

/* Einleitungsbereich im Split-Layout */
.intro-split {
	padding: 80px 0 40px 0;
	background: #fff;
}

/* Seiten-spezifischer Abstand für Gynäkologie */

.gynaekologie-category .intro-split,
.schwangerschaft-category .intro-split,
.lasertherapie-category .intro-split,
.antiaging-category .intro-split {
	padding: 160px 0 40px 0;
	background: #fff;
}

.content-split {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 2.5rem;
	align-items: stretch; /* gleiche Box-Höhen */
}

.split-text h1 {
	margin-bottom: 1rem;
	letter-spacing: 0.03em;
}

.split-text .lead {
	font-size: 1.15rem;
	line-height: 1.9;
	color: #495057;
	margin-bottom: 1.25rem;
}

.split-actions {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.split-media img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.split-media {
	background: #fff;
	border-radius: 14px;
	padding: 1rem;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
}

.split-text {
	background: #fff;
	border-radius: 14px;
	padding: 1.5rem 1.75rem;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

@media (max-width: 992px) {
	.content-split {
		grid-template-columns: 1fr;
	}
	.intro-split {
		padding: 60px 0 30px 0;
	}
}

.subpage-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3rem;
	align-items: start;
}

.subpage-main {
	display: flex;
	flex-direction: column;
}

.content-card {
	background: #fff;
	padding: 2.5rem;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border-left: 4px solid #e8b4cb;
}

/* Content card border colors per category */
.gynaekologie-category .content-card {
	border-left: 4px solid #e8b4cb;
}

.schwangerschaft-category .content-card {
	border-left: 4px solid #8d90be;
}

.lasertherapie-category .content-card {
	border-left: 4px solid #8dc0a9;
}

.antiaging-category .content-card {
	border-left: 4px solid #d1bc82;
}

.intro-text {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #495057;
	margin-bottom: 2rem;
	font-weight: 500;
}

.content-card h3 {
	color: #2c3e50;
	margin: 2rem 0 1rem 0;
	font-size: 1.3rem;
}

.topic-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0;
}

.topic-list li {
	position: relative;
	padding: 0.8rem 0 0.8rem 2rem;
	border-bottom: 1px solid rgba(232, 180, 203, 0.1);
	color: #666;
	line-height: 1.6;
}

.topic-list li:last-child {
	border-bottom: none;
}

.topic-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0.8rem;
	font-size: 1.1rem;
	color: #e8b4cb;
}

.highlight-box {
	background: linear-gradient(135deg, rgba(232, 180, 203, 0.1), rgba(248, 180, 217, 0.1));
	border: 1px solid rgba(232, 180, 203, 0.3);
	border-radius: 12px;
	padding: 1.5rem;
	margin: 2rem 0;
}

.highlight-box h4 {
	color: #e8b4cb;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 8px;
}

.highlight-box h4 i {
	color: #e8b4cb;
}

.support-info {
	background: #fff;
	border: 2px solid rgba(232, 180, 203, 0.2);
	border-radius: 12px;
	padding: 1.5rem;
	margin: 0;
}

.support-visual {
	margin-top: 1rem;
}

.support-visual img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.support-info h3 {
	color: #e8b4cb;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Support info h3 colors per category */
.gynaekologie-category .support-info h3 {
	color: #e8b4cb;
}

.schwangerschaft-category .support-info h3 {
	color: #8d90be;
}

.lasertherapie-category .support-info h3 {
	color: #8dc0a9;
}

.antiaging-category .support-info h3 {
	color: #d1bc82;
}

.cta-section {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	color: #fff;
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
	margin: 2rem 0 0 0;
}

.cta-section h3 {
	color: #fff;
	margin-bottom: 1rem;
}

.cta-section p {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 1.5rem;
}

.cta-section .btn-primary {
	background: #fff;
	color: #2c3e50;
	border: 2px solid #fff;
	font-weight: 600;
}

.cta-section .btn-primary:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-large {
	padding: 1rem 2rem;
	font-size: 1.1rem;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-small {
	padding: 0.6rem 1rem;
	font-size: 0.9rem;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* Sidebar Styles */
.subpage-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: sticky;
	top: 100px;
}

.sidebar-image {
	text-align: center;
	background: linear-gradient(135deg, rgba(232, 180, 203, 0.1), rgba(248, 180, 217, 0.1));
	border: 1px solid rgba(232, 180, 203, 0.2);
}

.sidebar-placeholder {
	width: 100%;
	height: 200px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.gynäkologie-placeholder {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
}

.sidebar-placeholder i {
	font-size: 3rem;
	margin-bottom: 1rem;
	opacity: 0.9;
}

.sidebar-placeholder span {
	font-size: 1.2rem;
	font-weight: 600;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.sidebar-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-nav ul li {
	margin-bottom: 0.5rem;
}

.sidebar-nav ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0.8rem 1rem;
	color: #666;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
}

.sidebar-nav ul li a:hover {
	background: rgba(232, 180, 203, 0.1);
	color: #e8b4cb;
	border-left-color: #e8b4cb;
	transform: translateX(5px);
}

/* Sidebar hover effects per category */
.gynaekologie-category .sidebar-nav ul li a:hover {
	background: rgba(232, 180, 203, 0.1);
	color: #e8b4cb;
	border-left-color: #e8b4cb;
}

.schwangerschaft-category .sidebar-nav ul li a:hover {
	background: rgba(141, 144, 190, 0.1);
	color: #8d90be;
	border-left-color: #8d90be;
}

.lasertherapie-category .sidebar-nav ul li a:hover {
	background: rgba(141, 192, 169, 0.1);
	color: #8dc0a9;
	border-left-color: #8dc0a9;
}

.antiaging-category .sidebar-nav ul li a:hover {
	background: rgba(209, 188, 130, 0.1);
	color: #d1bc82;
	border-left-color: #d1bc82;
}

.sidebar-nav ul li a i {
	width: 16px;
}

.gynaekologie-category .sidebar-nav ul li a i {
	color: #e8b4cb;
}

.schwangerschaft-category .sidebar-nav ul li a i {
	color: #8d90be;
}

.lasertherapie-category .sidebar-nav ul li a i {
	color: #8dc0a9;
}

.antiaging-category .sidebar-nav ul li a i {
	color: #d1bc82;
}

.contact-buttons {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	margin-top: 1rem;
}

.info-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.info-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.info-item i {
	font-size: 1.1rem;
	margin-top: 3px;
	min-width: 16px;
}

.gynaekologie-category .info-item i {
	color: #e8b4cb;
}

.schwangerschaft-category .info-item i {
	color: #8d90be;
}

.lasertherapie-category .info-item i {
	color: #8dc0a9;
}

.antiaging-category .info-item i {
	color: #d1bc82;
}

.info-item div {
	display: flex;
	flex-direction: column;
}

.info-item strong {
	color: #2c3e50;
	font-size: 0.95rem;
	margin-bottom: 2px;
}

.info-item span {
	color: #666;
	font-size: 0.85rem;
	line-height: 1.4;
}

/* Responsive Design for Subpages */
@media (max-width: 1024px) {
	.subpage-wrapper {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.subpage-sidebar {
		position: static;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		display: grid;
	}
}

@media (max-width: 768px) {
	.subpage-content {
		padding: 60px 0;
	}

	.content-card {
		padding: 1.5rem;
	}

	.intro-text {
		font-size: 1.1rem;
	}

	.subpage-sidebar {
		grid-template-columns: 1fr;
	}

	.contact-buttons {
		flex-direction: row;
	}

	.btn-small {
		flex: 1;
		justify-content: center;
	}

	/* Compact Hero on Mobile */
	.hero {
		min-height: 500px;
		margin-top: 0px;
		padding-top: 80px;
	}

	.hero-slider {
		height: 500px;
	}
	.hero-image {
		display: none;
	}

	.hero-placeholder {
		height: 165px;
	}
}

@media (max-width: 480px) {
	.content-card {
		padding: 1rem;
		margin: 0 -10px;
	}

	.cta-section {
		padding: 1.5rem;
	}

	.sidebar-card {
		padding: 1rem;
		margin: 0 -10px;
	}

	.contact-buttons {
		flex-direction: column;
	}

	/* Very Compact Hero on Small Mobile */
	.subpage-hero .hero {
		min-height: 280px;
		margin-top: 80px;
	}

	.subpage-hero .hero-slider {
		height: 280px;
	}

	.subpage-hero .hero-placeholder {
		height: 240px;
	}
}

@media print {
	.header,
	.footer,
	.mobile-menu,
	.mega-menu,
	.slider-controls,
	.slider-dots {
		display: none;
	}

	.hero {
		margin-top: 0;
	}

	body {
		font-size: 12pt;
		line-height: 1.4;
	}
}

/* =================================
   ACTIVE STATES
   ================================= */

/* Header Navigation Active States */
.nav-item.active .nav-link {
	color: var(--primary-color);
	font-weight: 600;
}

.nav-item.active::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	height: 3px;
	background: var(--primary-color);
	border-radius: 2px;
}

/* Active nav styling per category */
.gynaekologie-category .nav-item.active .nav-link {
	color: #e8b4cb;
}

.schwangerschaft-category .nav-item.active .nav-link {
	color: #8d90be;
}

.lasertherapie-category .nav-item.active .nav-link {
	color: #8dc0a9;
}

.antiaging-category .nav-item.active .nav-link {
	color: #d1bc82;
}

/* Active nav underline per category */
.gynaekologie-category .nav-item.active::after {
	background: #e8b4cb;
}

.schwangerschaft-category .nav-item.active::after {
	background: #8d90be;
}

.lasertherapie-category .nav-item.active::after {
	background: #8dc0a9;
}

.antiaging-category .nav-item.active::after {
	background: #d1bc82;
}

/* Mega Menu Active States */
.mega-menu .hover-green a.active {
	color: #fff !important;
	background: #8dc0a9 !important;
}

.mega-menu .hover-purple a.active {
	color: #fff !important;
	background: #8d90be !important;
}

.mega-menu .hover-antiaging a.active {
	color: #fff !important;
	background: #e8d4b0 !important;
}

.mega-menu a.active {
	color: #fff;
	background: #d4a5c2;
}

.mega-menu a.active {
	color: #fff;
	background: #d4a5c2;
	transform: translateX(5px);
	font-weight: 600;
	border-radius: 6px;
	padding: 8px 12px;
	transition: all 0.3s ease;
}

/* Mobile Menu Active States */
.mobile-menu a.active {
	font-weight: 700 !important;
	background: #e8b4cb !important;
	color: #fff !important;
	border-radius: 12px;
	padding: 12px 16px;
	box-shadow: 0 4px 15px rgba(232, 180, 203, 0.4) !important;
	transform: translateX(5px) !important;
}

/* Kategorie-spezifische aktive Farben */
.mobile-menu-section:nth-child(2) a.active {
	background: #b19cd9 !important;
	box-shadow: 0 4px 15px rgba(177, 156, 217, 0.4) !important;
}

.mobile-menu-section:nth-child(3) a.active {
	background: #8dc0a9 !important;
	box-shadow: 0 4px 15px rgba(141, 192, 169, 0.4) !important;
}

.mobile-menu-section:nth-child(4) a.active {
	background: #d4c09a !important;
	color: #2c3e50 !important;
	box-shadow: 0 4px 15px rgba(212, 192, 154, 0.4) !important;
}

/* Sidebar Navigation Active States */
.sidebar-nav a.active {
	background: linear-gradient(135deg, #e8b4cb, #d699bc);
	color: white !important;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(232, 180, 203, 0.3);
	border-radius: 8px;
	position: relative;
}

/* Sidebar active links per category */
.gynaekologie-category .sidebar-nav a.active {
	background: linear-gradient(135deg, #e8b4cb, #d699bc);
	box-shadow: 0 2px 8px rgba(232, 180, 203, 0.3);
}

.schwangerschaft-category .sidebar-nav a.active {
	background: linear-gradient(135deg, #8d90be, #7a7da8);
	color: #fff !important;
	box-shadow: 0 2px 8px rgba(141, 144, 190, 0.3);
}

.lasertherapie-category .sidebar-nav a.active {
	background: linear-gradient(135deg, #8dc0a9, #7bb29a);
	box-shadow: 0 2px 8px rgba(141, 192, 169, 0.3);
}

.antiaging-category .sidebar-nav a.active {
	background: linear-gradient(135deg, #d1bc82, #c4a96f);
	box-shadow: 0 2px 8px rgba(209, 188, 130, 0.3);
}

.sidebar-nav a.active i {
	color: white;
}

.sidebar-nav a.active::after {
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: white;
	border-radius: 50%;
	opacity: 0.8;
}

/* Hover effects for active elements */
.sidebar-nav a.active:hover {
	background: linear-gradient(135deg, #d699bc, #c488a8);
	transform: translateX(2px);
}

/* Active sidebar hover effects per category */
.gynaekologie-category .sidebar-nav a.active:hover {
	background: linear-gradient(135deg, #d699bc, #c488a8);
}

.schwangerschaft-category .sidebar-nav a.active:hover {
	background: linear-gradient(135deg, #7a7da8, #6b6e95);
}

.lasertherapie-category .sidebar-nav a.active:hover {
	background: linear-gradient(135deg, #7bb29a, #6ba085);
}

.antiaging-category .sidebar-nav a.active:hover {
	background: linear-gradient(135deg, #c4a96f, #b89a5c);
}

.nav-item.active .nav-link:hover {
	color: var(--secondary-color);
}

/* Service Sections */
.service-section {
	margin-bottom: 30px;
	padding: 20px;
	background: #fafafa;
	border-radius: 12px;
	border-left: 4px solid #e8b4cb;
}

.service-section h4 {
	color: #e8b4cb;
	font-size: 18px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.service-section h4 i {
	color: #e8b4cb;
	font-size: 20px;
}

.service-section p {
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.service-section .topic-list {
	margin-top: 10px;
}

.service-section .topic-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	color: #555;
}

.service-section .topic-list li i {
	color: #e8b4cb;
	font-size: 8px;
}

/* Emergency Highlight Box */
.highlight-box.emergency {
	background: linear-gradient(135deg, #fef3e7, #fff0e6);
	border-left: 4px solid #ff9800;
	border-radius: 12px;
	padding: 20px;
	margin: 25px 0;
}

.highlight-box.emergency h4 {
	color: #e68900;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.highlight-box.emergency h4 i {
	color: #ff9800;
}

.highlight-box.emergency p {
	color: #8a4600;
	margin: 0;
	font-weight: 500;
}

/* Service Descriptions */
.service-description {
	color: #666;
	line-height: 1.6;
	margin: 10px 0 25px 35px;
	padding-left: 15px;
	border-left: 3px solid #e8b4cb;
	background: #fafafa;
	padding: 15px 15px 15px 25px;
	border-radius: 0 8px 8px 0;
}

.content-card h4 {
	color: #e8b4cb;
	font-size: 18px;
	margin: 25px 0 10px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.content-card h4 i {
	color: #e8b4cb;
	font-size: 20px;
	min-width: 20px;
}
.bg-standard {
	background: #e8b4cb !important;
}

/* =================================
   PREGNANCY CATEGORY STYLES
   ================================= */

/* Pregnancy Colors */
:root {
	--pregnancy-primary: #8d90be;
	--pregnancy-secondary: #7376a5;
	--pregnancy-light: #f3edf3;
	--pregnancy-dark: #9d6c9b;
	--pregnancy-accent: #8b5a89;
}

/* Pregnancy Hero */
.pregnancy-hero {
	background: linear-gradient(135deg, var(--pregnancy-primary), var(--pregnancy-secondary));
	color: white;
}

/* Pregnancy Content Layout */
.pregnancy-wrapper {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	align-items: start;
}

.pregnancy-main {
	order: 2;
}

.pregnancy-sidebar {
	order: 1;
}

/* Pregnancy Card */
.pregnancy-card {
	background: white;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(190, 141, 188, 0.15);
	border: 1px solid rgba(190, 141, 188, 0.1);
}

/* Intro Box */
.pregnancy-intro-box {
	background: white;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(190, 141, 188, 0.15);
	border: 1px solid rgba(190, 141, 188, 0.1);
	margin-bottom: 30px;
}

/* Intro Section */
.intro-section {
	margin: 0;
}

.intro-section .intro-text {
	font-size: 18px;
	color: #333;
	line-height: 1.7;
	margin-bottom: 15px;
}

.intro-section .sub-intro {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

/* Services Section */
.services-section {
	margin-bottom: 30px;
}

/* Section Title */
.section-title {
	color: var(--pregnancy-primary);
	font-size: 1.25rem;
	margin: 30px 0 25px 0;
	font-weight: 600;
	text-align: center;
}

/* Services Grid */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	margin: 30px 0;
}

.service-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 25px;
	background: var(--pregnancy-light);
	border-radius: 12px;
	border-top: 4px solid var(--pregnancy-primary);
	transition: all 0.3s ease;
}

.service-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(190, 141, 188, 0.2);
	border-top-color: var(--pregnancy-dark);
}

.service-icon {
	background: var(--pregnancy-primary);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.service-content h4 {
	color: var(--pregnancy-dark);
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.service-content p {
	color: #555;
	line-height: 1.6;
	margin: 0;
}

/* Pregnancy Highlight */
.pregnancy-highlight {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	background: linear-gradient(135deg, var(--pregnancy-light), #f8f3f8);
	padding: 25px;
	border-radius: 12px;
	margin: 30px 0;
	border: 1px solid rgba(190, 141, 188, 0.2);
}

.highlight-icon {
	background: var(--pregnancy-primary);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.highlight-content h4 {
	color: var(--pregnancy-dark);
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}

.highlight-content p {
	color: #555;
	line-height: 1.6;
	margin: 0;
	font-size: 16px;
}

/* Pregnancy CTA */
.pregnancy-cta {
	text-align: center;
	margin-top: 40px;
	padding: 30px;
	background: linear-gradient(135deg, var(--pregnancy-light), #f8f3f8);
	border-radius: 12px;
}

.pregnancy-cta h3 {
	color: var(--pregnancy-dark);
	margin-bottom: 15px;
}

.pregnancy-btn {
	background: linear-gradient(135deg, var(--pregnancy-primary), var(--pregnancy-secondary));
	border: none;
	color: white;
	font-weight: 600;
}

.pregnancy-btn:hover {
	background: #595c88;
	transform: #595c88;
}

/* Pregnancy Sidebar */
.pregnancy-sidebar {
	/* Keep existing sidebar styles but override colors */
}

.pregnancy-sidebar .sidebar-placeholder {
	background: linear-gradient(135deg, var(--pregnancy-primary), var(--pregnancy-secondary));
	color: white;
}

.pregnancy-sidebar .sidebar-nav a.active {
	background: linear-gradient(135deg, var(--pregnancy-primary), var(--pregnancy-secondary));
	color: white !important;
}

.pregnancy-sidebar .sidebar-card h3 {
	color: var(--pregnancy-dark);
}

.pregnancy-sidebar .btn-primary {
	background: var(--pregnancy-primary);
	border-color: var(--pregnancy-primary);
}
.pregnancy-sidebar .btn-primary:hover {
	background: #595c88;
	border-color: #595c88;
}

/* Active States for Pregnancy */
.nav-item.active.pregnancy-nav .nav-link {
	color: var(--pregnancy-primary);
}

.nav-item.active.pregnancy-nav::after {
	background: var(--pregnancy-primary);
}

/* Mobile Adaptations */
@media (max-width: 768px) {
	.pregnancy-wrapper {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pregnancy-sidebar {
		order: 2;
	}

	.pregnancy-main {
		order: 1;
	}

	.services-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.service-item {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.pregnancy-highlight {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}
}

@media (max-width: 480px) {
	.pregnancy-card {
		padding: 20px;
	}

	.service-item {
		padding: 20px;
	}

	.services-grid {
		gap: 15px;
	}
}

/* ================== */
/* LASERTHERAPIE STYLES */
/* ================== */

.lasertherapie-hero {
	background: linear-gradient(135deg, #8dc0a9, #7bb29a);
	color: white;
}

.lasertherapie-category .hero::after {
	background: linear-gradient(135deg, rgba(141, 192, 169, 0.95), rgba(123, 178, 154, 0.95));
}

.lasertherapie-content {
	background-color: #f8faf9;
}

.lasertherapie-wrapper {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 40px;
	align-items: start;
}

.lasertherapie-main {
	min-height: calc(100vh - 200px);
}

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

.lasertherapie-card {
	background: white;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(141, 192, 169, 0.15);
	border-left: 4px solid #8dc0a9;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.lasertherapie-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(141, 192, 169, 0.25);
}

.lasertherapie-intro-box {
	background: linear-gradient(135deg, #f0f8f4, #e8f5ed);
	border: 2px solid #8dc0a9;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 30px;
}

.lasertherapie-card .intro-section {
	margin-bottom: 0;
}

.lasertherapie-card .intro-section .intro-text {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #2c3e50;
	margin-bottom: 20px;
}

.lasertherapie-card .intro-section .sub-intro {
	font-size: 1rem;
	color: #4a5568;
	margin-bottom: 0;
	background: rgba(141, 192, 169, 0.1);
	padding: 15px;
	border-radius: 8px;
	border-left: 4px solid #8dc0a9;
}

.lasertherapie-card .section-title {
	color: #2c3e50;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #8dc0a9;
	position: relative;
}

.lasertherapie-card .section-title::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 60px;
	height: 3px;
	background: #5f9f7e;
}

.lasertherapie-card .services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin-top: 25px;
}

.lasertherapie-card .service-item {
	background: #f8faf9;
	border: 1px solid #e2f0e7;
	border-radius: 10px;
	padding: 20px;
	transition: all 0.3s ease;
	border-top: 4px solid #8dc0a9;
}

.lasertherapie-card .service-item:hover {
	background: rgba(141, 192, 169, 0.05);
	border-color: #8dc0a9;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(141, 192, 169, 0.2);
}

.lasertherapie-card .service-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #8dc0a9, #7bb29a);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.lasertherapie-card .service-icon i {
	color: white;
	font-size: 1.4rem;
}

.lasertherapie-card .service-content h4 {
	color: #2c3e50;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 8px;
	hyphens: auto;
}

.lasertherapie-card .service-content p {
	color: #5a6c7d;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}

.treatment-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 25px;
}

.step-item {
	background: #f8faf9;
	border: 1px solid #e2f0e7;
	border-radius: 10px;
	padding: 20px;
	transition: all 0.3s ease;
	border-top: 4px solid #8dc0a9;
}

.step-item:hover {
	background: rgba(141, 192, 169, 0.05);
	border-color: #8dc0a9;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(141, 192, 169, 0.2);
}

.step-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #8dc0a9, #7bb29a);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.step-icon i {
	color: white;
	font-size: 1.4rem;
}

.step-content h4 {
	color: #2c3e50;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.step-content p {
	color: #5a6c7d;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}

.lasertherapie-highlight {
	background: linear-gradient(135deg, #f0f8f4, #e8f5ed);
	border: 2px solid #8dc0a9;
	border-radius: 12px;
	padding: 25px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.lasertherapie-highlight .highlight-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #8dc0a9, #7bb29a);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.lasertherapie-highlight .highlight-icon i {
	color: white;
	font-size: 1.8rem;
}

.lasertherapie-highlight .highlight-content h4 {
	color: #2c3e50;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.lasertherapie-highlight .highlight-content p {
	color: #4a5568;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}

.lasertherapie-cta {
	background: linear-gradient(135deg, #8dc0a9, #7bb29a);
	border-radius: 12px;
	padding: 30px;
	text-align: center;
	margin-top: 25px;
}

.lasertherapie-cta h3 {
	color: white;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.lasertherapie-cta h4 {
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
}

/* Sidebar CTA styling per category */
.gynaekologie-category .sidebar-cta h3,
.gynaekologie-category .sidebar-cta h4 {
	color: white;
}

.schwangerschaft-category .sidebar-cta h3,
.schwangerschaft-category .sidebar-cta h4 {
	color: #2c3e50;
}

.lasertherapie-category .sidebar-cta h3,
.lasertherapie-category .sidebar-cta h4 {
	color: white;
}

.antiaging-category .sidebar-cta h3,
.antiaging-category .sidebar-cta h4 {
	color: white;
}

.lasertherapie-cta p {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;
}

.lasertherapie-btn {
	background: white;
	color: #8dc0a9;
	border: 2px solid white;
	font-weight: 600;
}

.lasertherapie-btn:hover {
	background: transparent;
	color: white;
	border-color: white;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/* Sidebar Styles für Lasertherapie */
.lasertherapie-sidebar {
	position: sticky;
	top: 120px;
}

.lasertherapie-sidebar .sidebar-card {
	background: white;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 20px rgba(141, 192, 169, 0.15);
	border-left: 4px solid #8dc0a9;
	margin-bottom: 25px;
}

/* Lasertherapie specific sidebar styling */
.lasertherapie-category .sidebar-card {
	margin-bottom: 20px;
}

.lasertherapie-title {
	color: #2c3e50;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.lasertherapie-title i {
	color: #8dc0a9;
	font-size: 1.4rem;
}

/* Sidebar title icon per category */
.gynaekologie-category .sidebar-title i {
	color: #e8b4cb;
}

.schwangerschaft-category .sidebar-title i {
	color: #8d90be;
}

.lasertherapie-category .sidebar-title i {
	color: #8dc0a9;
}

.antiaging-category .sidebar-title i {
	color: #d1bc82;
}

.lasertherapie-link {
	color: #4a5568;
	text-decoration: none;
	padding: 12px 15px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s ease;
	margin-bottom: 5px;
}

.lasertherapie-link:hover {
	background: rgba(141, 192, 169, 0.1);
	color: #2c3e50;
	transform: translateX(5px);
}

.lasertherapie-link.active {
	background: #8dc0a9;
	color: white;
}

.lasertherapie-link.active:hover {
	background: #7bb29a;
	transform: translateX(0);
}

.lasertherapie-link i {
	color: #8dc0a9;
	font-size: 1rem;
}

.lasertherapie-link.active i {
	color: white;
}

.lasertherapie-subtitle {
	color: #2c3e50;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.lasertherapie-subtitle i {
	color: #8dc0a9;
}

.sidebar-info .info-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2f0e7;
}

.sidebar-info .info-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-info .info-item i {
	color: #8dc0a9;
	font-size: 1.2rem;
	margin-top: 2px;
	flex-shrink: 0;
}

.info-content h5 {
	color: #2c3e50;
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.info-content p {
	color: #5a6c7d;
	font-size: 0.9rem;
	margin: 0;
}

.nav-item.active.lasertherapie-nav .nav-link {
	color: #8dc0a9;
}

.nav-item.active.lasertherapie-nav::after {
	background: #8dc0a9;
}

@media (max-width: 768px) {
	.lasertherapie-wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.lasertherapie-sidebar {
		position: static;
		order: -1;
	}

	.lasertherapie-main {
		min-height: auto;
	}

	.lasertherapie-card .services-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.treatment-steps {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.lasertherapie-highlight {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 15px;
	}
}

@media (max-width: 480px) {
	.lasertherapie-card {
		padding: 20px;
		margin-bottom: 20px;
	}

	.lasertherapie-card .service-item,
	.step-item {
		padding: 15px;
	}

	.lasertherapie-card .services-grid {
		gap: 15px;
	}
}

/* ================== */
/* ANTI-AGING STYLES */
/* ================== */

:root {
	--antiaging-primary: #e8d4b0;
	--antiaging-dark: #d4c09a;
	--antiaging-light: #f3ebdd;
	--antiaging-accent: #f9f4ec;
}

.antiaging-hero {
	background: linear-gradient(135deg, #d1bc82, #b8a471);
	color: white;
}

.antiaging-category .hero::after {
	background: linear-gradient(135deg, rgba(209, 188, 130, 0.95), rgba(184, 164, 113, 0.95));
}

.antiaging-category .hero-text h2 {
	color: var(--antiaging-primary) !important;
}

.antiaging-content {
	background-color: #faf9f6;
}

.antiaging-wrapper {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 40px;
	align-items: start;
}

.antiaging-main {
	min-height: calc(100vh - 200px);
}

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

.antiaging-card {
	background: white;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(232, 212, 176, 0.15);
	border-left: 4px solid var(--antiaging-primary);
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.antiaging-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(232, 212, 176, 0.25);
}

.antiaging-intro-box {
	background: linear-gradient(135deg, var(--antiaging-accent), var(--antiaging-light));
	border: 2px solid var(--antiaging-primary);
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 30px;
}

.antiaging-card .intro-section {
	margin-bottom: 0;
}

.antiaging-card .intro-section .intro-text {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #2c3e50;
	margin-bottom: 20px;
}

.antiaging-card .intro-section .sub-intro {
	font-size: 1rem;
	color: #4a5568;
	margin-bottom: 0;
	background: rgba(232, 212, 176, 0.1);
	padding: 15px;
	border-radius: 8px;
	border-left: 4px solid var(--antiaging-primary);
}

.antiaging-card .section-title {
	color: #2c3e50;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--antiaging-primary);
	position: relative;
}

.antiaging-card .section-title::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 60px;
	height: 3px;
	background: var(--antiaging-dark);
}

.antiaging-card .services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin-top: 25px;
}

.antiaging-card .service-item {
	background: var(--antiaging-accent);
	border: 1px solid var(--antiaging-light);
	border-radius: 10px;
	padding: 20px;
	transition: all 0.3s ease;
	border-top: 4px solid var(--antiaging-primary);
}

.antiaging-card .service-item:hover {
	background: rgba(232, 212, 176, 0.05);
	border-color: var(--antiaging-primary);
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(232, 212, 176, 0.2);
}

.antiaging-card .service-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--antiaging-primary), var(--antiaging-dark));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}

.antiaging-card .service-icon i {
	color: white;
	font-size: 1.2rem;
}

.antiaging-card .service-content h4 {
	color: #2c3e50;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.antiaging-card .service-content p {
	color: #4a5568;
	font-size: 0.9rem;
	line-height: 1.5;
}

.treatment-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 25px;
}

.step-item {
	background: var(--antiaging-accent);
	border: 1px solid var(--antiaging-light);
	border-radius: 10px;
	padding: 20px;
	transition: all 0.3s ease;
	border-top: 4px solid var(--antiaging-primary);
}

.step-item:hover {
	background: rgba(232, 212, 176, 0.05);
	border-color: var(--antiaging-primary);
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(232, 212, 176, 0.2);
}

.step-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--antiaging-primary), var(--antiaging-dark));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.step-icon i {
	color: white;
	font-size: 1.2rem;
}

.step-content h4 {
	color: #2c3e50;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.step-content p {
	color: #4a5568;
	font-size: 0.9rem;
	line-height: 1.5;
}

.antiaging-highlight {
	background: linear-gradient(135deg, #faf9f6, #f5f2e8);
	border: 2px solid #d1bc82;
	border-radius: 15px;
	padding: 25px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.antiaging-highlight .highlight-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--antiaging-primary), var(--antiaging-dark));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.antiaging-highlight .highlight-icon i {
	color: white;
	font-size: 1.4rem;
}

.antiaging-highlight .highlight-content h4 {
	color: #2c3e50;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.antiaging-highlight .highlight-content p {
	color: #4a5568;
	line-height: 1.6;
	margin: 0;
}

.antiaging-cta {
	background: linear-gradient(135deg, var(--antiaging-primary), var(--antiaging-dark));
	color: white;
	border-radius: 15px;
	padding: 30px;
	text-align: center;
}

.antiaging-cta h3 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.antiaging-cta h4 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: white;
}

.antiaging-cta p {
	margin-bottom: 20px;
	opacity: 0.9;
}

.antiaging-btn {
	background: white;
	color: var(--antiaging-primary);
	border: 2px solid white;
}

.antiaging-btn:hover {
	background: transparent;
	color: white;
	border-color: white;
}

/* Sidebar Anti-Aging Styles */
.antiaging-sidebar .sidebar-card {
	background: white;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(209, 188, 130, 0.1);
	border-left: 4px solid #d1bc82;
}

.antiaging-category .sidebar-card {
	margin-bottom: 20px;
}

.antiaging-sidebar .sidebar-nav a:hover {
	background: rgba(209, 188, 130, 0.1);
	border-color: #d1bc82;
	color: #b8a471;
}

.antiaging-sidebar .sidebar-nav a.active {
	background: linear-gradient(135deg, #d1bc82, #b8a471);
	color: white;
	border-color: #b8a471;
}

.antiaging-sidebar .sidebar-nav a.active:hover {
	background: linear-gradient(135deg, var(--antiaging-dark), #bfa888);
}

/* Enhanced Anti-Aging Sidebar Styling */
.antiaging-sidebar .sidebar-header {
	background: linear-gradient(135deg, var(--antiaging-primary), var(--antiaging-dark));
	color: white;
	padding: 20px;
	border-radius: 12px 12px 0 0;
	text-align: center;
	margin-bottom: 0;
}

.antiaging-sidebar .sidebar-header h3 {
	color: white;
	margin: 0;
	font-size: 1.3rem;
	font-weight: 600;
}

.antiaging-sidebar .sidebar-header i {
	margin-right: 10px;
	font-size: 1.2rem;
}

.antiaging-sidebar .sidebar-section {
	background: white;
	padding: 25px 20px;
	border-radius: 0 0 12px 12px;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(232, 212, 176, 0.15);
}
a.spez-item {
	text-decoration: none;
}
.antiaging-sidebar .sidebar-section h4 {
	color: var(--antiaging-dark);
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--antiaging-light);
}

.antiaging-sidebar .sidebar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.antiaging-sidebar .sidebar-nav li {
	margin-bottom: 8px;
}

.antiaging-sidebar .sidebar-nav a {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	color: #555;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	font-weight: 500;
	border-left: 3px solid transparent;
}

.antiaging-sidebar .sidebar-nav a:hover {
	background: var(--antiaging-light);
	color: var(--antiaging-dark);
	transform: translateX(5px);
	border-left-color: var(--antiaging-primary);
}

.antiaging-sidebar .sidebar-nav a.active {
	background: var(--antiaging-primary);
	color: white;
	border-left-color: var(--antiaging-dark);
}

.antiaging-sidebar .sidebar-nav a i {
	margin-right: 10px;
	font-size: 1rem;
	width: 18px;
	text-align: center;
}

.antiaging-sidebar .sidebar-card {
	background: white;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(232, 212, 176, 0.15);
	border-top: 4px solid var(--antiaging-primary);
}

.antiaging-sidebar .sidebar-card h4 {
	color: var(--antiaging-dark);
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.antiaging-sidebar .sidebar-card h4 i {
	margin-right: 10px;
	color: var(--antiaging-primary);
}

.antiaging-sidebar .knowledge-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--antiaging-light);
}

.antiaging-sidebar .knowledge-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.antiaging-sidebar .knowledge-item h5 {
	color: var(--antiaging-dark);
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.antiaging-sidebar .knowledge-item p {
	color: #666;
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 0;
}

.antiaging-sidebar .sidebar-cta {
	background: linear-gradient(135deg, var(--antiaging-accent), var(--antiaging-light));
	border: 2px solid var(--antiaging-primary);
	text-align: center;
	margin-bottom: 20px;
}

.antiaging-sidebar .sidebar-cta h4 {
	color: var(--antiaging-dark);
	justify-content: center;
}

.antiaging-sidebar .sidebar-cta p {
	color: #555;
	font-size: 0.9rem;
	margin-bottom: 15px;
}

.antiaging-sidebar .antiaging-btn {
	background: var(--antiaging-primary);
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.antiaging-sidebar .antiaging-btn:hover {
	background: var(--antiaging-dark);
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(232, 212, 176, 0.3);
}

.antiaging-sidebar .contact-info p {
	color: #555;
	font-size: 0.85rem;
	line-height: 1.6;
	margin-bottom: 12px;
}

.antiaging-sidebar .contact-info strong {
	color: var(--antiaging-dark);
}

.antiaging-sidebar .sidebar-info p {
	color: #555;
	font-size: 0.85rem;
	line-height: 1.6;
	margin-bottom: 12px;
}

.antiaging-sidebar .sidebar-info p:last-child {
	margin-bottom: 0;
}

.antiaging-sidebar .sidebar-info strong {
	color: var(--antiaging-dark);
	font-weight: 600;
}

/* Section Header Images */
.section-header-image {
	width: 100%;
	height: 80px;
	background: linear-gradient(135deg, #cdaf79, #a58c5f);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}

.section-header-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
	background-size: 20px 20px;
}

.section-header-image i {
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.8);
	z-index: 1;
	position: relative;
}

.section-header-image span {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.9);
	margin-left: 15px;
	font-weight: 500;
	z-index: 1;
	position: relative;
}

/* Mobile Adaptations */
@media (max-width: 768px) {
	.antiaging-wrapper {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.antiaging-sidebar {
		order: 2;
	}

	.antiaging-main {
		order: 1;
	}

	.antiaging-card .services-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.treatment-steps {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.antiaging-highlight {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}
}

@media (max-width: 480px) {
	.antiaging-card {
		padding: 20px;
	}

	.antiaging-card .service-item,
	.step-item {
		padding: 15px;
	}

	.antiaging-card .services-grid {
		gap: 15px;
	}

	.section-header-image {
		height: 60px;
		margin: 20px 0;
	}

	.section-header-image i {
		font-size: 1.5rem;
	}

	.section-header-image span {
		font-size: 1rem;
		margin-left: 10px;
	}
}

/* Category Hero Sections with Background Images */
.category-hero {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
}

.category-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.category-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
	z-index: 2;
}

.category-hero-content {
	position: relative;
	z-index: 3;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0 40px;
}

.category-hero-content h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
	font-weight: 700;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.category-hero-content h2 {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	font-weight: 400;
	opacity: 0.9;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.category-hero-content p {
	font-size: 1.1rem;
	line-height: 1.6;
	opacity: 0.9;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* Category-specific Background Images */
.gynaekologie-hero .category-hero-bg {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500"><defs><linearGradient id="gynGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23e8b4cb;stop-opacity:1" /><stop offset="100%" style="stop-color:%23d4a5c2;stop-opacity:1" /></linearGradient></defs><rect width="1200" height="500" fill="url(%23gynGrad)"/><circle cx="200" cy="150" r="80" fill="%23fff" opacity="0.1"/><circle cx="1000" cy="350" r="120" fill="%23fff" opacity="0.08"/><path d="M0 300 Q300 200 600 250 T1200 200 L1200 500 L0 500 Z" fill="%23fff" opacity="0.05"/></svg>');
}

.schwangerschaft-hero .category-hero-bg {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500"><defs><linearGradient id="pregGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%238d90be;stop-opacity:0.9" /><stop offset="50%" style="stop-color:%23a8abcc;stop-opacity:0.8" /><stop offset="100%" style="stop-color:%23c3c6da;stop-opacity:0.7" /></linearGradient><radialGradient id="pregRadial" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:%23ffffff;stop-opacity:0.3" /><stop offset="100%" style="stop-color:%23ffffff;stop-opacity:0" /></radialGradient></defs><rect width="1200" height="500" fill="url(%23pregGrad)"/><circle cx="300" cy="180" r="120" fill="url(%23pregRadial)"/><circle cx="900" cy="320" r="180" fill="url(%23pregRadial)"/><circle cx="150" cy="350" r="80" fill="%23ffffff" opacity="0.15"/><circle cx="1050" cy="150" r="100" fill="%23ffffff" opacity="0.1"/><path d="M0 380 Q300 280 600 320 Q900 350 1200 300 L1200 500 L0 500 Z" fill="%23ffffff" opacity="0.08"/><path d="M0 420 Q400 350 800 380 Q1000 390 1200 370 L1200 500 L0 500 Z" fill="%238d90be" opacity="0.1"/></svg>');
}

.lasertherapie-hero .category-hero-bg {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500"><defs><linearGradient id="laserGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23b4e8cb;stop-opacity:1" /><stop offset="100%" style="stop-color:%23a5d4c2;stop-opacity:1" /></linearGradient></defs><rect width="1200" height="500" fill="url(%23laserGrad)"/><line x1="100" y1="100" x2="400" y2="150" stroke="%23fff" stroke-width="3" opacity="0.3"/><line x1="800" y1="200" x2="1100" y2="250" stroke="%23fff" stroke-width="2" opacity="0.4"/><circle cx="600" cy="250" r="80" fill="%23fff" opacity="0.08"/><path d="M0 400 Q300 300 600 350 T1200 300 L1200 500 L0 500 Z" fill="%23fff" opacity="0.05"/></svg>');
}

.antiaging-hero .category-hero-bg {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500"><defs><linearGradient id="antiGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23e8d4b0;stop-opacity:1" /><stop offset="100%" style="stop-color:%23d4c2a5;stop-opacity:1" /></linearGradient></defs><rect width="1200" height="500" fill="url(%23antiGrad)"/><circle cx="150" cy="120" r="60" fill="%23fff" opacity="0.1"/><circle cx="1050" cy="380" r="90" fill="%23fff" opacity="0.08"/><path d="M0 380 Q350 280 700 320 T1200 280 L1200 500 L0 500 Z" fill="%23fff" opacity="0.06"/></svg>');
}

/* Category Services Section */
.category-services {
	padding: 80px 0;
	background: #f8f9fa;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 3rem;
}

.service-card {
	background: #fff;
	padding: 2rem;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.service-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: #fff;
}

.gynaekologie-category .service-icon {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	box-shadow: 0 8px 20px rgba(232, 180, 203, 0.3);
}

.schwangerschaft-category .service-icon {
	background: linear-gradient(135deg, #7376a5, #8a8db8);
	box-shadow: 0 8px 20px rgba(115, 118, 165, 0.3);
}

.lasertherapie-category .service-icon {
	background: linear-gradient(135deg, #b4e8cb, #a5d4c2);
	box-shadow: 0 8px 20px rgba(180, 232, 203, 0.3);
}

.antiaging-category .service-icon {
	background: linear-gradient(135deg, #e8d4b0, #d4c2a5);
	box-shadow: 0 8px 20px rgba(232, 212, 176, 0.3);
}

.service-content h3 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	color: #2c3e50;
	font-weight: 600;
}

.service-content p {
	color: #666;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.service-content .btn {
	font-size: 0.9rem;
	padding: 10px 20px;
}

/* Treatment Process for Anti-Aging */
.treatment-process {
	margin: 4rem 0;
	padding: 3rem 0;
}

.treatment-process h3 {
	text-align: center;
	margin-bottom: 3rem;
	color: #2c3e50;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.process-step {
	text-align: center;
	padding: 1.5rem;
}

.step-number {
	width: 60px;
	height: 60px;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 auto 1rem;
}

.gynaekologie-category .step-number {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	box-shadow: 0 4px 15px rgba(232, 180, 203, 0.3);
}

.schwangerschaft-category .step-number {
	background: linear-gradient(135deg, #7376a5, #8a8db8);
	box-shadow: 0 4px 15px rgba(115, 118, 165, 0.3);
}

.lasertherapie-category .step-number {
	background: linear-gradient(135deg, #b4e8cb, #a5d4c2);
	box-shadow: 0 4px 15px rgba(180, 232, 203, 0.3);
}

.antiaging-category .step-number {
	background: linear-gradient(135deg, #e8d4b0, #d4c2a5);
	box-shadow: 0 4px 15px rgba(232, 212, 176, 0.3);
}

.step-content h4 {
	margin-bottom: 0.5rem;
	color: #2c3e50;
}

.step-content p {
	color: #666;
	font-size: 0.95rem;
}

/* Category CTA */
.category-cta {
	text-align: center;
	margin-top: 4rem;
	padding: 3rem 2rem;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.category-cta h3 {
	margin-bottom: 1rem;
	color: #2c3e50;
}

.category-cta p {
	margin-bottom: 2rem;
	color: #666;
	font-size: 1.1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.category-hero {
		min-height: 400px;
	}

	.category-hero-content {
		padding: 60px 0 30px;
	}

	.category-hero-content h1 {
		font-size: 2.2rem;
	}

	.category-hero-content h2 {
		font-size: 1.2rem;
	}

	.services-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.process-grid {
		grid-template-columns: 1fr;
	}

	.category-cta {
		margin-top: 3rem;
		padding: 2rem 1.5rem;
	}
}

/* Praxisstandorte Styles */
.locations-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.location-card {
	background: #fff;
	border-radius: 15px;
	padding: 2rem;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border-top: 4px solid #e8b4cb;
}

.location-card h3 {
	color: #2c3e50;
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
}

.location-card h3 i {
	color: #e8b4cb;
	margin-right: 0.5rem;
}

.location-info {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 2rem;
}

.address-section h4,
.hours-section h4 {
	color: #2c3e50;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

.address-section p {
	margin-bottom: 0.5rem;
	color: #666;
}

.address-section p strong {
	color: #2c3e50;
}

.address-section a {
	color: #e8b4cb;
	text-decoration: none;
}

.address-section a:hover {
	text-decoration: underline;
}

.hours-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.hour-item {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0;
	border-bottom: 1px solid #f0f0f0;
}

.hour-item:last-child {
	border-bottom: none;
}

.hour-item .day {
	font-weight: 600;
	color: #2c3e50;
	min-width: 100px;
	flex-shrink: 0;
}

.hour-item .time {
	color: #666;
	text-align: right;
}

.hour-item .time small {
	font-size: 0.8rem;
	color: #999;
}

.contact-actions {
	margin-top: 3rem;
	text-align: center;
	padding: 2rem;
	background: #f8f9fa;
	border-radius: 15px;
}

.contact-info-center {
	margin-bottom: 2rem;
}

.contact-info-center p {
	margin-bottom: 0.5rem;
	color: #666;
}

.contact-info-center a {
	color: #e8b4cb;
	text-decoration: none;
}

.contact-info-center a:hover {
	text-decoration: underline;
}
body.home .hero-image-clean {
	height: 460px;
}
/* Hero Image Clean (ohne Overlay) */
.hero-image-clean {
	width: 100%;
	height: 320px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 10px 0;
}

.specialization {
	font-size: 15px;
}

.team-line {
	height: 4px;
	width: 100%;
	margin-bottom: 60px;
	/* border: 1px solid #c46a92; */
	background-color: #e6b1c8;
	border-radius: 25px;
}

/* Content Placeholder mit Hintergrundbild */
.content-placeholder {
	position: relative;
	min-height: 300px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.content-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
}

.content-overlay i {
	font-size: 3rem;
	margin-bottom: 1rem;
	color: #e8b4cb;
}

.content-overlay span {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.content-overlay small {
	font-size: 1rem;
	opacity: 0.9;
}

/* Intro Split Bildgrößen und Abstände */
.intro-split .split-media img {
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 15px;
	margin: 10px 0;
}

@media (max-width: 768px) {
	.intro-split .split-media img {
		height: 240px;
	}
}

/* Sidebar Bildgrößen */
.support-visual img {
	display: block;

	border-radius: 12px;
	margin: 10px 0;
}

@media (max-width: 768px) {
	.hero-image-clean {
		height: 240px;
	}
}

/* Team Styles - neue Struktur */
.doctors-section {
	margin-bottom: 3rem;
}

.doctors-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.doctor-member {
	background: #fff;
	border-radius: 15px;
	padding: 2rem;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border-top: 4px solid #e8b4cb;
}

.mfa-section {
	margin-top: 1rem;
}

.mfa-heading {
	text-align: center;
	color: #2c3e50;
	margin-bottom: 2rem;
	font-size: 1.5rem;
}

.mfa-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.mfa-member {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 1.5rem;
	text-align: center;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
	border-left: 4px solid #e8b4cb;
}

.team-member .member-image {
	text-align: center;
	margin-bottom: 1.5rem;
}

.team-member .member-info h3 {
	color: #2c3e50;
	margin-bottom: 0.5rem;
}

.team-member .position {
	color: #e8b4cb;
	font-weight: 600;
	margin-bottom: 1rem;
}

.qualifications {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.qualifications span {
	background: #e8b4cb;
	color: #fff;
	padding: 0.3rem 0.8rem;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 500;
}

@media (max-width: 768px) {
	.locations-grid {
		grid-template-columns: 1fr;
	}

	.location-info {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.doctors-grid {
		grid-template-columns: 1fr;
	}

	.mfa-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

@media (max-width: 480px) {
	.category-hero-content h1 {
		font-size: 1.8rem;
	}

	.category-hero-content h2 {
		font-size: 1.1rem;
	}

	.service-card {
		padding: 1.5rem;
	}

	.step-number {
		width: 50px;
		height: 50px;
		font-size: 1.2rem;
	}
}

a.spez-item {
	text-decoration: none;
}

/* Team Section - New Layout */
.team-detail {
	padding: 4rem 0;
	background: #f8f9fa;
}

.team-member-detail {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3rem;
	align-items: center;
	margin-bottom: 4rem;
}

.team-member-detail.reverse {
	grid-template-columns: 1fr 2fr;
}

.team-member-detail.reverse .team-text {
	order: 2;
}

.team-member-detail.reverse .team-image {
	order: 1;
}

.team-text h3 {
	color: #2c3e50;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.team-text .position {
	color: #e8b4cb;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.team-text p {
	color: #555;
	line-height: 1.7;
	margin-bottom: 1.5rem;
	font-size: 1rem;
}

.team-text .specialization {
	background: linear-gradient(135deg, #e8b4cb, #d4a5c2);
	color: #fff;
	padding: 1rem 1.5rem;
	border-radius: 10px;
	font-style: italic;
	margin-top: 1.5rem;
	box-shadow: 0 3px 10px rgba(232, 180, 203, 0.3);
}

.team-image .specialization {
	background: linear-gradient(135deg, #e8b4cb, #c1648d);
	color: #fff;
	padding: 1.2rem 1.5rem;
	border-radius: 12px;
	margin-top: 1.5rem;
	box-shadow: 0 5px 20px rgba(44, 62, 80, 0.3);
	border-left: 4px solid #e8b4cb;
	position: relative;
	overflow: hidden;
}

.team-image .specialization::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #e8b4cb, #d4a5c2, #e8b4cb);
}

.team-image {
	text-align: center;
}

.team-image img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
	.team-member-detail {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.team-member-detail.reverse {
		grid-template-columns: 1fr;
	}

	.team-member-detail.reverse .team-text {
		order: 1;
	}

	.team-member-detail.reverse .team-image {
		order: 2;
	}

	.team-text h3 {
		font-size: 1.5rem;
	}

	.team-image img {
		height: 300px;
	}
	.service-content {
		width: 100%;
	}
	.schwangerschaft-category .highlight-content h4 {
		display: block;
	}
	.schwangerschaft-category .highlight-content h4,
	.pregnancy-highlight .highlight-icon {
		text-align: center;
		margin: auto;
	}
}

.lasertherapie-category .content-card.lasertherapie-card .btn-secondary {
	background: rgba(141, 192, 169, 0.1);
	color: #fff;
	border: 2px solid #fff;
	font-weight: 600;
}
