/* ============================================
   DACHSTUHLANKAUF CUSTOM STYLES
   ============================================ */

/* Section 1 - Hero */
.section-1 .section-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/fullpage/bg-img-1.webp);
}

/* Fallback für Browser ohne WebP-Unterstützung */
.no-webp .section-1 .section-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/fullpage/bg-img-1.jpg);
}

/* Button CTA */
.btn_cta {
	display: inline-block;
	margin-top: 30px;
	padding: 16px 45px;
	background-color: transparent;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	border: 4px solid #fff;
	border-radius: 0;
	transition: all 0.3s ease;
}

.btn_cta:hover {
	background-color: transparent;
	color: #fff;
	border-color: #cee002;
}

.btn_cta i {
	margin-left: 10px;
}



.btn_bla {
	display: inline-block;
	margin-top: 30px;
	padding: 16px 45px;
	background-color: transparent;
	color: #263a4f;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	border: 4px solid #263a4f;
	border-radius: 0;
	transition: all 0.3s ease;
}

.btn_bla:hover {
	background-color: transparent;
	color: #263a4f;
	border-color: #cee002;
}

.btn_bla i {
	margin-left: 10px;
}


/* Tippgeber Box */
.full_10_box h3.tippgeber-betrag {
	font-size: 60px;
	margin-bottom: 0;
}

.full_10_box h4.tippgeber-waehrung {
	font-size: 24px;
	margin-bottom: 5px;
}

/* Disclaimer Text */
.disclaimer-text {
	font-size: 11px;
	margin-top: 80px;
	color: #fff;
}

.disclaimer-text-small {
	font-size: 11px;
}

/* Section 2 - Was wir tun */
.section-2 .scrollable-content {
	background: linear-gradient(135deg, #1a2a3a 0%, #263a4f 100%);
}

.section-2 h2,
.section-2 p,
.section-2 .main_title h2,
.section-2 .main_title p {
	color: #fff !important;
}

.section-2 .main_title {
	margin-bottom: 60px;
}

.was-wir-tun-item {
	margin-bottom: 30px;
	position: relative;
}

.was-wir-tun-item .item-number {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #cee002;
	line-height: 1;
	margin-bottom: 15px;
}

.was-wir-tun-item h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.was-wir-tun-item p {
	font-family: 'Heebo', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #fff !important;
	margin-bottom: 0;
}

/* Section 3 - Kriterien */
.section-3 .disclaimer-text-small {
	font-size: 12px;
	margin-top: 10px;
}

/* Section 4 - Video Slider */
.section-4 .section3-bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.section-4 .section3-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	pointer-events: none;
}

.section-4 .full_slider_inner {
	position: relative;
	z-index: 2;
}

.section-4 .rev_slider,
.section-4 .rev_slider li {
	background: transparent !important;
}

.section-4 .slider_text_box {
	position: relative;
	z-index: 10;
}

/* Section 5 - Ablauf */
.ablauf_slider .ablauf_item {
	background: transparent;
	border: none;
	padding: 30px 40px 30px 80px;
	position: relative;
}

.ablauf_slider .ablauf_item:before {
	content: '#' attr(data-step);
	font-family: 'Oswald', sans-serif;
	position: absolute;
	left: 0;
	top: 25px;
	color: #263a4f;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.ablauf_slider .ablauf_item h4 {
	font-size: 20px;
	color: #263a4f;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ablauf_slider .ablauf_item p {
	font-size: 15px;
	line-height: 26px;
	color: #263a4f;
	font-family: 'Heebo', sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	opacity: 0.85;
}

.ablauf_slider .owl-prev,
.ablauf_slider .owl-next {
	color: #263a4f !important;
}

.ablauf_slider .owl-prev:hover,
.ablauf_slider .owl-next:hover {
	color: #cee002 !important;
}

/* Section 6 - Kontakt */
.section-6 h1,
.section-6 h2,
.section-6 h3,
.section-6 h4,
.section-6 h5,
.section-6 h6,
.section-6 p,
.section-6 a,
.section-6 span,
.section-6 label,
.section-6 address,
.section-6 .left_contact_details,
.section-6 .right_contact_form,
.section-6 .contact_area {
	color: #263a4f !important;
}

.section-6 .form-control::placeholder {
	color: #263a4f !important;
	opacity: 0.7;
}

.section-6 .form-control {
	color: #263a4f !important;
	border-color: #263a4f !important;
}

.section-6 .order_s_btn {
	color: #fff !important;
	background-color: #263a4f !important;
}

.section-6 .order_s_btn:hover {
	background-color: #1a2a3a !important;
}

/* Header-Styling wenn Section 6 aktiv ist */
.section-6.active ~ .full_header .float-left .logo img:first-child,
.section-6.pp-section.active ~ .full_header .float-left .logo img:first-child,
body.pp-viewing-section-6 .full_header .float-left .logo img:first-child {
	display: none !important;
}

.section-6.active ~ .full_header .float-left .logo img + img,
.section-6.pp-section.active ~ .full_header .float-left .logo img + img,
body.pp-viewing-section-6 .full_header .float-left .logo img + img {
	display: inline-block !important;
}

body.pp-viewing-section-6 .full_header .float-left .phone,
body.pp-viewing-section-6 .full_header .float-left .phone i {
	color: #263a4f !important;
}

body.pp-viewing-section-6 .full_header .float-right .bar_menu {
	color: #263a4f !important;
}

/* Section 7 - FAQ */
.section-7 .scrollable-content {
	background: linear-gradient(135deg, #1a2a3a 0%, #263a4f 100%);
}

.section-7 .main_title {
	margin-bottom: 50px;
}

.section-7 .main_title h2,
.section-7 .main_title p {
	color: #fff;
}

.faq-item {
	margin-bottom: 30px;
}

.faq-item h3 {
	color: #cee002;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}

.faq-item p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	opacity: 0.9;
}

.faq-item .disclaimer-text-small {
	font-size: 11px;
	color: #fff;
	opacity: 1;
}

/* Section 7 pp-nav Styling */
body.pp-viewing-section-7 #pp-nav li a span,
body.pp-viewing-section-7 #pp-nav li a {
	background: rgba(255, 255, 255, 0.5);
}

body.pp-viewing-section-7 #pp-nav li a.active span,
body.pp-viewing-section-7 #pp-nav li a:hover span {
	background: #fff;
}

/* Cookie Banner */
#cookie-banner {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #263a4f;
	color: #fff;
	padding: 20px 30px;
	z-index: 99999;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}

#cookie-banner .cookie-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

#cookie-banner .cookie-text {
	flex: 1;
	min-width: 300px;
}

#cookie-banner .cookie-text p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

#cookie-banner .cookie-text a {
	color: #cee002;
	text-decoration: underline;
}

#cookie-banner .cookie-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

#cookie-accept {
	padding: 12px 30px;
	background: #cee002;
	color: #263a4f;
	border: none;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#cookie-decline {
	padding: 12px 30px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Rev Slider Text Styles */
.tp-caption.text_1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.tp-caption.text_2 {
	background-color: #cee002;
}

.tp-caption.text_3 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


/* Kontakt Section */
.kontakt-title {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #263a4f;
}

.kontakt-firma {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
	color: #263a4f;
}


/* Section 1 Background */
.section-1-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/fullpage/bg-img-1.jpg);
}


/* ============================================
   BEWERTUNG MODAL - REDESIGN
   ============================================ */

#bewertungModal .modal-dialog {
	max-width: 700px;
}

#bewertungModal .modal-content {
	border: none;
	border-radius: 0;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 25px 80px rgba(0,0,0,0.3);
}

/* Custom Header mit Fortschrittsbalken */
.modal-header-custom {
	background: linear-gradient(135deg, #1a2a3a 0%, #263a4f 100%);
	color: #fff;
	padding: 25px 30px 20px;
	position: relative;
}

.modal-header-custom .close {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #fff;
	opacity: 0.7;
	font-size: 28px;
	text-shadow: none;
	z-index: 10;
}

.modal-header-custom .close:hover {
	opacity: 1;
	color: #cee002;
}

.modal-header-content {
	text-align: center;
	margin-bottom: 20px;
}

.step-label {
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0.7;
	display: block;
	margin-bottom: 5px;
}

.modal-header-custom .modal-title {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}

/* Progress Bar */
.progress-bar-container {
	background: rgba(255,255,255,0.2);
	height: 4px;
	width: 100%;
	margin-bottom: 15px;
}

.progress-bar-fill {
	background: #cee002;
	height: 100%;
	transition: width 0.4s ease;
}

/* Step Titles */
.step-titles {
	display: flex;
	justify-content: space-between;
}

.step-title {
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.4;
	transition: opacity 0.3s ease;
	flex: 1;
	text-align: center;
}

.step-title.active {
	opacity: 1;
	color: #cee002;
}

.step-title.completed {
	opacity: 0.7;
}

/* Modal Body */
#bewertungModal .modal-body {
	padding: 40px;
	min-height: 350px;
}

/* Form Pages */
.form-page {
	display: none;
}

.form-page.active {
	display: block;
	animation: slideIn 0.4s ease;
}

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

/* Form Page Header */
.form-page-header {
	text-align: center;
	margin-bottom: 35px;
	position: relative;
}

.form-page-number {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #cee002;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

.form-page-header h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #263a4f;
	margin: 0 0 8px;
	text-transform: none;
}

.form-page-subtitle {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	color: #888;
	margin: 0;
}

/* Option Cards - Horizontal */
.option-cards {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.option-card {
	cursor: pointer;
	flex: 1;
	min-width: 180px;
	max-width: 200px;
}

.option-card input {
	display: none;
}

.option-card .card-content {
	border: 2px solid #e8e8e8;
	padding: 25px 15px;
	text-align: center;
	transition: all 0.3s ease;
	background: #fff;
	height: 100%;
}

.option-card:hover .card-content {
	border-color: #cee002;
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.option-card input:checked + .card-content {
	border-color: #cee002;
	background: linear-gradient(135deg, rgba(206,224,2,0.1) 0%, rgba(206,224,2,0.05) 100%);
	box-shadow: 0 10px 30px rgba(206,224,2,0.2);
}

.card-icon {
	margin-bottom: 15px;
}

.card-icon i {
	font-size: 36px;
	color: #263a4f;
}

.option-card input:checked + .card-content .card-icon i {
	color: #cee002;
}

.card-text .card-title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #263a4f;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 8px;
}

.card-text .card-desc {
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	color: #888;
	display: block;
	line-height: 1.4;
}

/* Option Cards - Vertical */
.option-cards.vertical {
	flex-direction: column;
	max-width: 100%;
	gap: 12px;
}

.option-cards.vertical .option-card {
	max-width: 100%;
	min-width: 100%;
}

.option-cards.vertical .card-content {
	display: flex;
	align-items: center;
	text-align: left;
	padding: 18px 20px;
}

.option-cards.vertical .card-check {
	width: 30px;
	height: 30px;
	border: 2px solid #e0e0e0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.option-cards.vertical .card-check i {
	font-size: 18px;
	color: transparent;
	transition: color 0.3s ease;
}

.option-cards.vertical .option-card input:checked + .card-content .card-check {
	background: #cee002;
	border-color: #cee002;
}

.option-cards.vertical .option-card input:checked + .card-content .card-check i {
	color: #263a4f;
}

.option-cards.vertical .card-text {
	flex: 1;
}

.option-cards.vertical .card-title {
	font-size: 15px;
	margin-bottom: 3px;
}

.option-cards.vertical .card-desc {
	font-size: 13px;
}

/* Form Fields */
.form-fields {
	max-width: 100%;
}

#bewertungModal .form-group {
	margin-bottom: 20px;
}

#bewertungModal .form-group label {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #263a4f;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
	display: block;
}

#bewertungModal .form-control {
	border: 2px solid #e8e8e8;
	border-radius: 0;
	padding: 14px 16px;
	font-size: 15px;
	font-family: 'Heebo', sans-serif;
	transition: all 0.3s ease;
	background: #fafafa;
}

#bewertungModal .form-control:focus {
	border-color: #cee002;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(206,224,2,0.2);
}

#bewertungModal .form-control::placeholder {
	color: #aaa;
}

/* Custom Checkbox */
.form-check-custom {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.form-check-custom input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	accent-color: #cee002;
	flex-shrink: 0;
}

.form-check-custom label {
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	cursor: pointer;
}

.form-check-custom label a {
	color: #263a4f;
	text-decoration: underline;
}

/* Modal Footer */
.modal-footer-custom {
	display: flex;
	justify-content: space-between;
	padding: 20px 40px 25px;
	background: #f8f8f8;
	border-top: 1px solid #eee;
}

/* Buttons */
#bewertungModal .btn {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 14px 35px;
	border-radius: 0;
	transition: all 0.3s ease;
}

#bewertungModal .btn-back {
	background: transparent;
	color: #263a4f;
	border: 2px solid transparent;
	padding-left: 20px;
}

#bewertungModal .btn-back:hover {
	color: #cee002;
}

#bewertungModal .btn-back.hidden {
	visibility: hidden;
}

#bewertungModal .btn-next {
	background: #263a4f;
	color: #fff;
	border: 2px solid #263a4f;
	margin-left: auto;
}

#bewertungModal .btn-next:hover {
	background: #cee002;
	border-color: #cee002;
	color: #263a4f;
}

#bewertungModal .btn-submit {
	background: #cee002;
	color: #263a4f;
	border: 2px solid #cee002;
	margin-left: auto;
	display: none;
}

#bewertungModal .btn-submit:hover {
	background: #263a4f;
	color: #fff;
	border-color: #263a4f;
}

/* Success Page */
.form-success {
	padding: 20px;
}

.success-content {
	text-align: center;
}

.form-success .success-icon {
	margin-bottom: 25px;
}

.form-success .success-icon i {
	font-size: 70px;
	color: #cee002;
}

.form-success h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #263a4f;
	margin-bottom: 15px;
}

.form-success p {
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	color: #666;
	margin-bottom: 25px;
}

.success-info {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
}

.success-info .info-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	color: #888;
}

.success-info .info-item i {
	font-size: 20px;
	color: #cee002;
}

.btn-close-modal {
	background: #263a4f;
	color: #fff;
	border: 2px solid #263a4f;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 30px;
}

.btn-close-modal:hover {
	background: #cee002;
	border-color: #cee002;
	color: #263a4f;
}

/* Validation */
#bewertungModal .is-invalid {
	border-color: #dc3545 !important;
	background: #fff5f5 !important;
}

@keyframes shake {
	0%, 100% { transform: translateX(0); }
	20%, 60% { transform: translateX(-8px); }
	40%, 80% { transform: translateX(8px); }
}

.shake {
	animation: shake 0.4s ease;
}

/* Responsive */
@media (max-width: 768px) {
	#bewertungModal .modal-dialog {
		margin: 10px;
	}
	
	.modal-header-custom {
		padding: 20px;
	}
	
	.modal-header-custom .modal-title {
		font-size: 22px;
	}
	
	#bewertungModal .modal-body {
		padding: 25px 20px;
		min-height: auto;
	}
	
	.form-page-number {
		font-size: 36px;
	}
	
	.form-page-header h4 {
		font-size: 20px;
	}
	
	.option-cards {
		flex-direction: column;
	}
	
	.option-card {
		max-width: 100%;
		min-width: 100%;
	}
	
	.modal-footer-custom {
		padding: 15px 20px;
		flex-wrap: wrap;
		gap: 10px;
	}
	
	#bewertungModal .btn {
		padding: 12px 25px;
		font-size: 13px;
	}
	
	.success-info {
		flex-direction: column;
		gap: 15px;
	}
}


/* ============================================
   TOOLTIPS - FACHBEGRIFFE
   ============================================ */

.tooltip-term {
	border-bottom: 1px dotted currentColor;
	cursor: help;
	position: relative;
	transition: opacity 0.2s ease;
}

.tooltip-term:hover {
	opacity: 0.8;
}

/* Weiße Unterstreichung für dunkle Sections (weiße Schrift) */
.text-white .tooltip-term,
.section-1 .tooltip-term,
.section-2 .tooltip-term,
.section-4 .tooltip-term,
.section-5 .tooltip-term,
.section-7 .tooltip-term {
	border-bottom-color: rgba(255, 255, 255, 0.7);
}

.text-white .tooltip-term:hover,
.section-1 .tooltip-term:hover,
.section-2 .tooltip-term:hover,
.section-4 .tooltip-term:hover,
.section-5 .tooltip-term:hover,
.section-7 .tooltip-term:hover {
	border-bottom-color: #fff;
}

/* Dunkle Unterstreichung für helle Sections (dunkle Schrift) */
.section-3 .tooltip-term,
.section-6 .tooltip-term,
.bg_gray .tooltip-term,
#bewertungModal .tooltip-term {
	border-bottom-color: rgba(38, 58, 79, 0.5);
}

.section-3 .tooltip-term:hover,
.section-6 .tooltip-term:hover,
.bg_gray .tooltip-term:hover,
#bewertungModal .tooltip-term:hover {
	border-bottom-color: #263a4f;
}

/* Bootstrap Tooltip Custom Styling */
.tooltip {
	font-family: 'Heebo', sans-serif;
}

.tooltip-inner {
	background-color: #263a4f;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 1.5;
	max-width: 280px;
	text-align: left;
	border-radius: 0;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #263a4f;
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #263a4f;
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #263a4f;
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #263a4f;
}


/* ============================================
   LEGAL MODALS (Impressum & Datenschutz)
   ============================================ */

#impressumModal .modal-dialog,
#datenschutzModal .modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

#impressumModal .modal-content,
#datenschutzModal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: 0 25px 80px rgba(0,0,0,0.3);
}

.legal-modal-header {
	background: linear-gradient(135deg, #1a2a3a 0%, #263a4f 100%);
	padding: 30px 40px;
	color: #fff;
	position: relative;
}

.legal-modal-header .close {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #fff;
	opacity: 0.7;
	font-size: 28px;
	font-weight: 300;
	text-shadow: none;
}

.legal-modal-header .close:hover {
	opacity: 1;
	color: #cee002;
}

.legal-modal-header h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 5px 0;
}

.legal-modal-header p {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	opacity: 0.7;
	margin: 0;
}

.legal-modal-body {
	padding: 40px;
	max-height: 60vh;
	overflow-y: auto;
	color: #263a4f;
}

.legal-modal-body h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 15px;
	color: #263a4f;
}

.legal-modal-body h2:first-child {
	margin-top: 0;
}

.legal-modal-body h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #263a4f;
}

.legal-modal-body p,
.legal-modal-body li {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #263a4f;
}

.legal-modal-body ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.legal-modal-body a {
	color: #263a4f;
	text-decoration: underline;
}

.legal-modal-body a:hover {
	color: #cee002;
}

.legal-modal-body strong {
	font-weight: 600;
}

.legal-modal-footer {
	background: #f8f8f8;
	padding: 20px 40px;
	border-top: 1px solid #eee;
	text-align: right;
}

.legal-modal-footer .btn-close-modal {
	background: #263a4f;
	color: #fff;
	border: none;
	padding: 12px 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.legal-modal-footer .btn-close-modal:hover {
	background: #cee002;
	color: #263a4f;
}

/* Scrollbar Styling für Legal Modals */
.legal-modal-body::-webkit-scrollbar {
	width: 6px;
}

.legal-modal-body::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.legal-modal-body::-webkit-scrollbar-thumb {
	background: #263a4f;
}

.legal-modal-body::-webkit-scrollbar-thumb:hover {
	background: #cee002;
}

@media (max-width: 768px) {
	#impressumModal .modal-dialog,
	#datenschutzModal .modal-dialog {
		margin: 10px;
	}
	
	.legal-modal-header {
		padding: 25px 20px;
	}
	
	.legal-modal-header h5 {
		font-size: 24px;
	}
	
	.legal-modal-body {
		padding: 25px 20px;
		max-height: 55vh;
	}
	
	.legal-modal-body h2 {
		font-size: 18px;
	}
	
	.legal-modal-footer {
		padding: 15px 20px;
	}
}


/* ============================================
   LEGAL MODALS (Impressum & Datenschutz)
   ============================================ */

.legal-modal .modal-dialog {
	max-width: 800px;
}

.legal-modal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}

.modal-header-legal {
	background: linear-gradient(135deg, #1a2a3a 0%, #263a4f 100%);
	padding: 30px 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: none;
}

.modal-header-legal .modal-header-content {
	flex: 1;
}

.modal-header-legal .modal-title {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 5px;
}

.modal-header-legal .modal-subtitle {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

.modal-header-legal .close {
	color: #fff;
	opacity: 0.7;
	font-size: 28px;
	margin: -10px -10px 0 0;
	padding: 0;
	text-shadow: none;
}

.modal-header-legal .close:hover {
	color: #cee002;
	opacity: 1;
}


.legal-body {
	padding: 40px;
	max-height: 60vh;
	overflow-y: auto;
	color: #263a4f;
}

.legal-body h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 12px;
	color: #263a4f;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.legal-body h2:first-child {
	margin-top: 0;
}

.legal-body h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #263a4f;
}

.legal-body p {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #4a5568;
	margin-bottom: 12px;
}

.legal-body a {
	color: #263a4f;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.legal-body a:hover {
	color: #cee002;
}

.legal-body strong {
	color: #263a4f;
}


.modal-footer-legal {
	background: #f8f8f8;
	border-top: 1px solid #eee;
	padding: 20px 40px;
	display: flex;
	justify-content: flex-end;
}

.btn-close-legal {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #263a4f;
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 12px 30px;
	transition: all 0.3s ease;
}

.btn-close-legal:hover {
	background: #cee002;
	color: #263a4f;
}

/* Responsive Legal Modal */
@media (max-width: 768px) {
	.legal-modal .modal-dialog {
		margin: 10px;
	}
	
	.modal-header-legal {
		padding: 20px;
	}
	
	.modal-header-legal .modal-title {
		font-size: 24px;
	}
	
	.legal-body {
		padding: 25px 20px;
		max-height: 50vh;
	}
	
	.legal-body h2 {
		font-size: 18px;
	}
	
	.modal-footer-legal {
		padding: 15px 20px;
	}
}

/* Navigation Legal Links */
.nav-legal-links {
	margin-top: 15px;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
}

.nav-legal-links a {
	color: rgba(38, 58, 79, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
}

.nav-legal-links a:hover {
	color: #263a4f;
}

.nav-legal-divider {
	color: rgba(38, 58, 79, 0.4);
	margin: 0 8px;
}

/* ============================================
   MODAL Z-INDEX FIX für PagePiling
   ============================================ */
.modal-backdrop {
	z-index: 1040 !important;
}

.modal {
	z-index: 1050 !important;
}

.modal.show {
	z-index: 1050 !important;
}