:root {
	--sun-yellow: #F5C518;
	--sun-orange: #F07828;
	--sun-deep: #E85D04;
	--sand: #FDF6E3;
	--white: #FFFFFF;
	--blue: #2C2C3E; 
	--black: #000000;
	--dark: #663300;
	--text: #663300;
	--text-light: #6B7280;
	--radius: 16px;
	--radius-lg: 32px;
	--transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	--shadow: 0 20px 60px rgba(240,120,40,0.15);
	--shadow-lg: 0 40px 100px rgba(240,120,40,0.2);
}

/*
@import url('../fonts/css?family=Roboto&display=swap');
@import url('../fonts/css?family=Maiandra&display=swap');
*/

/* Maiandra-Regular-400 - latin */
@font-face {
	font-family: 'Maiandra';
	src: local('Maiandra'),
	url('../fonts/Maiandra.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/* Maiandra-Bold-800 - latin */
@font-face {
	font-family: 'Maiandra';
	src: local('Maiandra'),
	url('../fonts/Maiandra-Bold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*, *::before, *::after {
	margin: 0;padding: 0;box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	font-size: 18px;
}
body {
	background: var(--white);
	background: url("../img/hg.jpg") center/cover no-repeat;
/*	background-attachment: fixed; */
	font-family: 'Maiandra', sans-serif;
	color: var(--text);
	overflow-x: hidden;
	line-height: 1.7;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Maiandra', serif;
	font-weight: 800;
	line-height: 1.15;
	margin: 0.5rem 0 0.75rem 0;
}
p { margin: 0; -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;}
a { color: inherit; text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--sun-orange); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--dark) !important;
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table > :not(caption) > * > * {
	padding: .0rem .0rem !important;
}

/*
═══════════════════════════════════════
	BUTTONS
═══════════════════════════════════════ 
*/
.btn {
	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	color: #fff;
	padding: 0.7rem 1.25rem;
	border-radius: 50px;
	font-size: 0.88rem;
	font-weight: 800;
	transition: transform 0.25s, box-shadow 0.25s;
	box-shadow: 0 4px 18px rgba(240,120,40,0.35);
}
.btn:hover,
.btn:focus {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(240,120,40,0.5);
	color: #fff;
}
.btn:focus {
	outline: 3px solid rgba(245,197,24,0.5);
	outline-offset: 3px;
}
.btn-buchung {}
.btn-room, .btn-schliessen {}

.btn-kontakt {
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(8px);
	color: var(--text);
	border: solid 1px var(--white);
}
.btn-kontakt {
	margin-right: 20px;
	margin-top: 1px;
	padding: 0.7rem 1.25rem;
}
.btn-kontakt:hover,
.btn-kontakt:focus {
	transform: translateY(0px);
	background: rgba(255,255,255,0.4);
	color: var(--sun-orange);
	border: solid 1px var(--white);
}
.btn-kontakt:focus {}

.btn2 {
	background: var(--white) !important;
	color: var(--sun-orange) !important;
	border: solid 1px var(--sun-orange) !important;
	padding: 0.5rem 1.75rem;
}
.btn-belegung {
	margin-left: 20px;
	margin-top: 1px;
	padding: 0.5rem 1.75rem;
}
.btn2:hover,
.btn2:focus {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(240,120,40,0.5);
	color: var(--sun-orange);
}
.btn2:focus {
	outline: 3px solid rgba(245,197,24,0.5);
	outline-offset: 3px;
}
/*
═══════════════════════════════════════
	MODAL - BELEGUNGSPLAN
═══════════════════════════════════════ 
*/
.modal-backdrop.show {
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 1;
}
/*
═══════════════════════════════════════
	RESPONSIVE BREAKPOINTS
═══════════════════════════════════════ 
*/
@media (max-width: 480px) {
	html {font-size: 16px;}
	.modal {--bs-modal-width: 450px;}	
	.container {width: 92%;}
	section#pension, section#wohnungen, section#umgebung, section#bewertung , section#anfahrt, section#buchung {padding: 3.5rem 0;}
	#pension .row > .col-lg-6, #wohnungen .row > *, #anfahrt .row > .col-lg-6 {padding-right: calc(var(--bs-gutter-x) * 0.5) !important; padding-left: calc(var(--bs-gutter-x) * 0.5) !important;}
	.btn {padding: 0.5rem 1rem;}
	.btn-kontakt {display: none;}
	.btn-buchung {display: none;}
	.btn-belegung {margin-left: 10px;}
	.nav {display: none;}
	.hero {min-height: 100svh;}
	.hero-badge {font-size: 0.7rem; padding: 0.5rem 1rem;}
	.hero-title {font-size: clamp(3rem, 9vw, 2.8rem);}
	.hero-title span {font-size: clamp(3rem, 8vw, 3rem);}
	.stats-grid {grid-template-columns: repeat(2, 1fr);}
	.stat p {white-space: normal;}
	.cta {text-align: center; margin-top: 2rem;}
	.room-body { padding: 1.5rem; }
	.room-name { font-size: 1.4rem; }
	.env-stat-num { font-size: 2rem; }  
	.review-card { padding: 1.5rem; }
	.review-card::before { font-size: 3.5rem;}

/*	.slider_carousel .owl-nav {top: auto; bottom: -40px;} */
	.slider_carousel .owl-prev {left: -20px;}	
	.slider_carousel .owl-next {right: 5px;}
	.h2-buchung {text-align: left;}
}

@media (max-width: 576px) {}
@media (min-width: 576px) {
	html {font-size: 16px;}

	section {padding: 4.5rem 0;}
	.btn-kontakt {display: none;}
	.nav {display: none;}
	.hamburger {display: flex;}
	.hero-title {font-size: clamp(4.4rem, 10vw, 7.0rem);}
	.hero-title span {font-size: clamp(3.6rem, 8vw, 6rem);}
	.stats-grid {grid-template-columns: repeat(3, 1fr);}
	.stat p {white-space: nowrap;}
	.cta {text-align: center; margin-top: 2rem;}
	.hero-actions {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
	.section-title { font-size: clamp(1.9rem, 6vw, 2.5rem); }
	.booking-form { padding: 1.75rem; }
	.footer-socials { margin-bottom: 2rem; }
	.d-md-block {display: inline-block !important;}
/*	.slider_carousel .owl-nav {top: 45%; bottom: auto;} */
	.slider_carousel .owl-prev {left: -80px;}	
	.slider_carousel .owl-next {right: -60px;}
	.h2-buchung {text-align: right;}
}

@media (min-width: 768px) {
	.modal {--bs-modal-width: 550px;}
	section {padding: 5.5rem 0;}
	.container {width: 92%;}
	.hero-title {font-size: clamp(7.5rem, 10vw, 10.0rem);}
	.hero-title span {font-size: clamp(6rem, 8vw, 8rem);}
}

@media (min-width: 992px) {
	section {padding: 5.5rem 0;}
	.nav {display: inline-block;}
	.container {width: 92%;}
	.btn-belegung {margin-left: 20px;}
	.hero-title {font-size: clamp(6rem, 10vw, 10.0rem);}
	.hero-title span {font-size: clamp(6rem, 8vw, 8rem);}
}
 
@media (min-width: 1200px) {
	.nav {display: inline-block;}
	section {padding: 5.5rem 0;}
	section#pension, section#wohnungen, section#umgebung, section#bewertung , section#anfahrt, section#buchung {padding: 5.5rem 0;}
}

@media (min-width: 1400px) {

	.container {max-width: 1420px !important;}
	section {padding: 8.5rem 0;}
	section#pension, section#wohnungen, section#umgebung, section#bewertung , section#anfahrt, section#buchung {padding: 8.5rem 0;}
	#pension .row > .col-lg-6, #wohnungen .row > *, #anfahrt .row > .col-lg-6 {padding-right: calc(var(--bs-gutter-x) * 1.5) !important; padding-left: calc(var(--bs-gutter-x) * 1.5) !important;}
	.btn-kontakt {display: inline-block;}
	.btn-kontakt {padding: 0.75rem 1.25rem;}
	.hero-title {font-size: clamp(8rem, 12vw, 12rem);}
	.hero-title span {font-size: clamp(6rem, 10vw, 10rem);}
	.stats-grid {grid-template-columns: repeat(3, 1fr);}
	.cta {text-align: right; margin: 0;}
}


@media (max-width: 1024px) {.ueber-uns-badge { left: -1rem; }}
@media (max-width: 900px) {.location-map-wrap { height: 350px; }}

/* 
═══════════════════════════════════════
	HEADER
═══════════════════════════════════════ 
*/

/* Responsive */
@media (max-width: 768px) {
.navbar {
	padding: 1rem 1.5rem;
	flex-wrap: wrap;
}
.hero-title {
	font-size: 15vw;
}
.preview {
	bottom: 1rem;
	right: 1rem;
	width: 160px;
}
} 
/* 
═══════════════════════════════════════
	HERO
═══════════════════════════════════════ 
*/
.hero-video {
	position: absolute;
	min-height: 118vh;
	width: 100%;
	display: grid;
	place-items: center;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	margin-top: 0px;
}
.hero-video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(102,51,0,0.3), rgba(0,0,0,0.0));
	z-index: 10;
	margin-top: -200px;
}
.hero {
	position: relative;
	height: 118vh;
	display: grid;
	place-items: center;
	text-align: center;
	overflow: hidden;
	z-index: 2;
	margin-top: -200px;
}
.hero-container-breaker {
	position: absolute;
	bottom: -1px;
	z-index: 2;
}
/*
.parallax-bg {
	background: url("../img/AdobeStock_302855956_Preview.jpeg") center/cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: -2;
	transform: translateY(0);
	transition: transform 0.2s linear;
} 
*/
.hero-title {
	background-image:linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1;
	opacity: 0.9;
	text-transform:uppercase;
	text-shadow: 0 10px 30px rgba(240,120,40,0.5);
	-webkit-text-stroke-color:var(--white);
	text-stroke-color:var(--white);
	-webkit-text-stroke-width:1px;
	text-stroke-width:1px;
	margin-top: -30vh;
}
/* Statistics */
.stats-grid {
	display: grid;
	justify-items: center;
	gap: 1rem;
}
.stat {
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(8px);
	border: solid 1px var(--text);
	padding: 5px 20px;
	border-radius: var(--radius);
}
.stat span {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	white-space: nowrap;
}
.stat p {
	opacity: 0.8;
}
/* CTA */
.cta p {
	margin-top: 0.8rem;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.6;
	opacity: 0.9;
}
/* Preview (Carousel) */
.preview {
	position: absolute;
	right: 3rem;
	background: rgba(255,255,255,0.1);
	padding: 0.7rem;
	border-radius: 15px;
	backdrop-filter: blur(8px);
	width: 30%;
	text-align: center;
	overflow: hidden;
}
.carousel {
	position: relative;
	height: 120px;
}
.carousel img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 12px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 1s ease;
}
.carousel img.active {
	opacity: 1;
}
.progress-bar {
	background: rgba(255,120,0,0.9);
	height: 3px;
	margin-top: 6px;
	border-radius: 4px;
	overflow: hidden;
}
.progress-bar .bar {
	width: 0%;
	height: 3px;
	background: #ff4646;
	border-radius: 4px;
	transition: width 3s linear;
}
.pager {
	display: block;
	font-size: 0.8rem;
	margin-top: 0.4rem;
	opacity: 0.9;
}
/* Scroll Animations */
[data-animate] {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.8s ease;
}
[data-animate].in-view {
	opacity: 1;
	transform: translateY(0);
}

/* 
═══════════════════════════════════════
	ÜBER UNS
═══════════════════════════════════════ 
*/
.ueber-uns {
	background: linear-gradient(175deg, #fff 30%, transparent 70%);
}
.ueber-uns-images { position: relative; }
.ueber-uns-img-main {
	width: 100%;
	height: 540px;
	object-fit: cover;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
}
.ueber-uns-img-accent {
	position: absolute;
	bottom: -2.5rem; right: -2.5rem;
	width: 220px; height: 220px;
	object-fit: cover;
	border-radius: var(--radius);
	border: 6px solid #fff;
	box-shadow: var(--shadow);
}
.ueber-uns-badge {
	position: absolute;
	top: 2rem; left: -2rem;
	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	color: #fff;
	padding: 1.25rem 1.5rem;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	text-align: center;
}
.ueber-uns-badge strong {
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
}
.ueber-uns-badge span {
	font-size: 0.78rem;
	letter-spacing: 0.05em;
	opacity: 0.9;
}
.ueber-uns-features {
	margin-top: 3rem;
}
.ueber-uns-feature {
	background: #fff;
	color: var(--text);
	padding: 0.5rem;
	border-radius: var(--radius);
	box-shadow: 0 4px 25px rgba(0,0,0,0.06);
	transition: transform var(--transition), box-shadow var(--transition);
}
.ueber-uns-feature-inner {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	color: var(--text);
	padding: 0.25rem;
	border: solid 1px #663300;
	border-radius: 12px;
	height: 100%;
	width: 100%;
}
.ueber-uns-feature:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(240,120,40,0.15);
}
.feature-icon {
	width: 48px; 
	height: 48px;
/*	background: linear-gradient(135deg, rgba(245,197,24,0.15), rgba(240,120,40,0.15)); */
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.feature-icon svg {
	width: 44px; 
	height: 44px;
	fill: var(--sun-orange);
}
.feature-text strong {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: var(--text);
	margin-bottom: 0rem;
}
.feature-text span {
	font-size: 0.85rem;
	color: var(--text);
	line-height: 1.15;
}

/* 
═══════════════════════════════════════
	WOHNUNGEN
═══════════════════════════════════════
*/
/*
.rooms { 
	background: #fff; 
	background-color: var(--sand);
	
	AdobeStock_327629458_Preview
}
*/
.rooms-header {
	text-align: center;
	margin-bottom: 4.5rem;
}
.rooms-header .section-subtitle {
	margin-left: auto;
	margin-right: auto;
}
.room-card {
	background: #fff;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: 0 10px 50px rgba(0,0,0,0.08);
	transition: /* transform var(--transition), */ box-shadow var(--transition);
	height: 100%;
	position: relative;
	display: flex;
}
.room-card:hover {
/*	transform: translateY(0px); */
	box-shadow: var(--shadow-lg);
}
.room-img-wrap {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.room-img-wrap img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}
.room-card:hover .room-img-wrap img {
	transform: scale(1.08); 
}
.room-tag {
	position: absolute;
	top: 1.25rem; left: 1.25rem;
	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	color: #fff;
	padding: 0.4rem 1.1rem;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.room-price-badge {
	position: absolute;
	top: 1.5rem; right: 1.5rem;
	background: rgba(255,255,255,0.95);
	backdrop-filter: blur(10px);
	padding: 0.6rem 1rem;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.room-price-badge strong {
	display: block;
	font-size: 1.3rem;
	color: var(--sun-deep);
	font-weight: 800;
	line-height: 1;
}
.room-price-badge span {
	font-size: 0.72rem;
	color: var(--text);
}
.room-body {
	padding: 2.0rem;
}
.room-body-wohnung, .room-body-kosten {
	padding: 1.5rem;
	border: solid 1px #630;
	margin: 0.5rem;
	border-radius: 24px;
}
.room-body-kosten {
	border-color: var(--white);
}
.room-name {
	font-size: 1.7rem;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 0.6rem;
	width: 65%;
}
.room-desc {
	font-size: 0.95rem;
	color: var(--dark);
	margin-bottom: 1.5rem;
	line-height: 1.75;
}
table {
	color: var(--dark);
}
.room-amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-left: -5px;
	margin-bottom: 1.75rem;
}
.amenity-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: rgba(245,197,24,0.1);
	color: var(--sun-deep);
	padding: 0.35rem 0.85rem;
	border-radius: 50px;
	font-size: 0.78rem;
	font-weight: 500;
}
.amenity-pill svg {
	width: 14px; height: 14px;
	fill: var(--sun-orange);
	flex-shrink: 0;
}
.room-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(0,0,0,0.06);
}
.room-footer-inner {
	display: flex;
	align-items: center;
}
.room-size {
	font-size: 0.88rem;
	color: var(--text-light);
}
.zusatzkosten {
	background-color: var(--sun-deep);
	color: var(--white);
}
.zusatzkosten h4, .zusatzkosten li {
	color: var(--white);
}
.zusatzangebot {
	background-color: var(--sun-orange);
	color: var(--white);
}
.zusatzangebot h4, .zusatzangebot li {
	color: var(--white);
}

/* ═══════════════════════════════════════
	ENVIRONMENT
═══════════════════════════════════════ */
.environment {
	background: url("../img/pension-zur-duene_trassenheide-hg.webp") center/cover no-repeat;
	background-attachment: fixed;
	color: var(--text);
	position: relative;
	overflow: hidden;
    }

.environment::before {
	content: '';
	position: absolute;
	top: -150px; 
	right: -150px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(245,197,24,0.12) 0%, transparent 65%);
	pointer-events: none;
}

.environment::after {
	content: '';
	position: absolute;
	bottom: -200px; left: -150px;
	width: 500px; height: 500px;
	background: radial-gradient(circle, rgba(240,120,40,0.1) 0%, transparent 65%);
	pointer-events: none;
}
.environment .section-label {
	color:  var(--text);
}
.environment .section-label::before {
	background: rgba(245,197,24,0.6);
}
.environment .section-title {
	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
/*	text-shadow: 0 1px 3px rgba(0,0,0,0.5); */
}
.environment .section-subtitle {
	color: var(--text);
}
.environment .env-stat {
	background: rgba(93,137,172,0.18);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: var(--radius);
	padding: 2rem 1.5rem;
	text-align: center;
	transition: background var(--transition), transform var(--transition);
	height: 100%;
}
.environment .env-stat:hover {
	background: rgba(255,255,255, 0.2);
	transform: translateY(-5px);
}
.environment .env-stat p.h3 {
	font-family: 'Maiandra', serif;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--text);
	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
/*	text-shadow: 0 1px 3px rgba(0,0,0,0.5); */
	line-height: 1;
	margin-bottom: 0.5rem;
}
.environment .env-stat p {
	font-family: 'Maiandra', serif;
	font-size: 0.88rem;
	font-weight: 400;
	color: var(--text);
	line-height: 1.6;
}
.environment .amenity-card {
	background: rgba(93,137,172,0.18);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: var(--radius);
/*	padding: 2rem 1.5rem; */
	text-align: center;
	transition: transform var(--transition), background var(--transition), border-color var(--transition);
	height: 100%;
	display: flex;
}
.environment .amenity-card:hover {
	transform: translateY(-8px);
	background: rgba(255,255,255, 0.2);
	border-color: rgba(245,197,24,0.3);
}
.environment .amentiy-card-inner {
	border: solid 1px #663300;
	border-radius: var(--radius);
	margin: 0.5rem;
	padding: 1.5rem 0.5rem;
	text-align: center;
	width: 100%;
/*	align-items: center;
	display: grid; */
}
/*
.amenity-card-icon {
	width: 60px; height: 60px;
	background: linear-gradient(135deg, rgba(245,197,24,0.2), rgba(240,120,40,0.2));
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.25rem;
}
.amenity-card-icon svg {
	width: 28px; height: 28px;
	fill: var(--sun-yellow);
}
*/
.environment .amenity-card p.h3 {
	font-family: 'Maiandra', sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--text);
	margin-bottom: 0.5rem;
}

.environment .amenity-card p, .environment .amenity-card a:link {
	font-family: 'Maiandra', sans-serif;
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--text);
	line-height: 1.6;
}

/*
═══════════════════════════════════════
	BEWERTUNGEN
═══════════════════════════════════════ */
.reviews {}

.google-badge {
	display: inline-flex;
	align-items: center;
	gap: 1.25rem;
	background: #fff;
	border: 2px solid rgba(245,197,24,0.25);
	border-radius: var(--radius);
	padding: 1.25rem 1.75rem;
	box-shadow: 0 6px 25px rgba(0,0,0,0.06);
}
.google-logo svg {
	width: 90px;
	height: auto;
}
.google-rating {
	text-align: center;
}
.google-rating-num {
	font-family: 'Maiandra', serif;
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--text);
	line-height: 1;
}
.stars {
	display: flex;
	gap: 4px;
	margin: 0.3rem 0;
	justify-content: center;
}
.stars svg {
	width: 18px; height: 18px;
	fill: var(--sun-yellow);
}
.google-rating-count {
	font-size: 0.78rem;
	color: var(--text-light);
}
.item {
	padding: 0rem;
}
.review-card {
	background: #fff;
	border: 1px solid rgba(245,197,24,0.2);
	border-radius: var(--radius);
	padding: 0.5rem;
	box-shadow: 0 6px 25px rgba(0,0,0,0.05);
	transition: transform var(--transition), box-shadow var(--transition);
	position: relative;
	height: 100%;
}
.review-card::before {
	content: '"';
	position: absolute;
	top: 1rem; right: 1.75rem;
	font-family: 'Maiandra', serif;
	font-size: 5rem;
	color: rgba(245,197,24,0.15);
	line-height: 1;
}
.review-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(240,120,40,0.12);
}
.review-card-inner {
	border: 1px solid #663300;
	border-radius: 12px;
	padding: 1.5rem;
	position: relative;
	height: 100%;
}

    .reviewer {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.25rem;
    }

    .reviewer-avatar {
      width: 52px; height: 52px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1.2rem;
      color: #fff;
      flex-shrink: 0;
    }

    .reviewer-name {
      font-weight: 800;
      font-size: 1rem;
      color: var(--text);
    }

    .reviewer-date {
      font-size: 0.8rem;
      color: var(--text);
    }

    .review-stars {
      display: flex;
      gap: 3px;
      margin-bottom: 1rem;
    }

    .review-stars svg {
      width: 16px; height: 16px;
      fill: var(--sun-yellow);
    }

    .review-text {
      font-size: 0.95rem;
      color: var(--text);
      line-height: 1.85;
      font-style: normal;
    }

    .google-attribution {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      margin-top: 1.25rem;
      font-size: 0.75rem;
      color: var(--text);
    }

    .google-attribution svg {
      width: 16px; height: 16px;
    }

/* ═══════════════════════════════════════
	LAGE
═══════════════════════════════════════ */
.location {}

.location-map-wrap {
	height: 650px;
/*	background: linear-gradient(135deg, #e8f4fd, #d4e8f5); */
	background: url("../img/pension-zur-duene_anfahrtsplan.png") center/cover no-repeat;
	border-radius: var(--radius-lg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	box-shadow: var(--shadow);
	border: 1px solid var(--white);
	position: relative;
	overflow: hidden;
}
.location-map-wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='[w3.org](http://www.w3.org/2000/svg)' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%23F5C518' opacity='0.25'/%3E%3C/svg%3E");
	opacity: 0.6;
}
.map-icon-wrap {
	width: 80px; height: 80px;
	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 40px rgba(240,120,40,0.45);
	position: relative;
	z-index: 1;
}
.map-icon-wrap svg {
	width: 38px; height: 38px;
	fill: #fff;
}
.location-map-wrap p {
	font-size: 1rem;
	color: var(--text);
	position: relative;
	z-index: 1;
	text-align: center;
	font-weight: 500;
}
.location-map-wrap a {
	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	color: #fff;
	padding: 0.75rem 1.75rem;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 600;
	position: relative;
	z-index: 1;
	transition: transform 0.25s, box-shadow 0.25s;
	box-shadow: 0 4px 20px rgba(240,120,40,0.35);
}
.location-map-wrap a:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(240,120,40,0.5);
	color: #fff;
}
.location-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
}
.location-item {
	background: #fff;
	padding: 0.5rem;
	border-radius: var(--radius);
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
	transition: transform var(--transition);
}
.location-item-inner {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 1.0rem 1.0rem;
	border: solid 1px #663300;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
	transition: transform var(--transition);
}
.location-item:hover {
	transform: translateY(-5px); 
}
.location-item-icon {
	width: 48px; height: 48px;
	/* background: linear-gradient(135deg, rgba(245,197,24,0.15), rgba(240,120,40,0.15)); */
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.location-item-icon svg {
	width: 44px; height: 44px;
	fill: var(--sun-orange);
}
.location-item-text {
	font-size: 0.95rem;
	color: var(--text);
	line-height: 1,0;
}
.location-item-text strong {
	display: block;
	color: var(--text);
	font-weight: 800;
	margin-bottom: 0.15rem;
}

/*
═══════════════════════════════════════
	BUCHNUNGSFORMULAR
═══════════════════════════════════════ 
*/

#buchung {
/*	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));; */
	background-image: url("../img/pension-zur-duene_formular-hg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--text);
}
#buchung .card {
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(8px);
	color: var(--text);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
}
/* BUCHNUNGSFORMULAS */
.form-floating > .form-control.is-invalid, .form-floating > .form-select.is-invalid {border-color: var(--radius-lg);}
.form-floating > .form-control.is-invalid:focus, .form-floating > .form-select.is-invalid:focus {box-shadow: var(--shadow-lg);}

.form-control {color: var(--text);}
.form-control-input {color: var(--text);}

/* Ruhigere Fokus-Optik */
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: color: var(--text);
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.12);
}
/* Ruhigere Browser-Autofill-Optik */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: color: var(--text);
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 9999s ease-in-out 0s;
}
/* Weniger dominanter Invalid-Fokus */
.form-floating > .form-control.is-invalid:focus,
.form-floating > .form-select.is-invalid:focus,
.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.12);
}
/* neutrale Fokusoptik ohne blaue Hinterlegung */
.form-control,
.form-select,
.form-check-input {
  color: #663300;
  background-color: #fff;
} */
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  background-color: #fff;
  border-color: color: var(--text);
  box-shadow: none;
  outline: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: color: var(--text);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 9999s ease-in-out 0s;
}
/* Fehlermeldungen sichtbar direkt am Feld */
.is-invalid ~ .invalid-feedback,
.is-invalid + .invalid-feedback {
  display: block;
}
.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: transparent;
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* ═══════════════════════════════════════
FOOTER
═══════════════════════════════════════ */
footer {
	background: var(--blue);
	color: rgba(255,255,255,0.85);
	padding: 5rem 0 2rem;
}

footer ul, footer ol {padding-left: 0;}

.footer-brand h2 {
	font-family: 'Maiandra', serif;
	font-size: 1.7rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 1.25rem;
}
.footer-brand p {
	font-size: 0.92rem;
	line-height: 1.85;
	margin-bottom: 1.75rem;
	max-width: 420px;
}
.footer-socials {
	display: flex;
	gap: 0.85rem;
}
.social-btn {
	width: 44px; height: 44px;
	background: rgba(255,255,255,0.08);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background var(--transition), transform 0.25s;
}
.social-btn:hover {
	background: linear-gradient(135deg, var(--sun-yellow), var(--sun-orange));
	transform: translateY(-3px);
}
.social-btn:focus {
	outline: 3px solid var(--sun-yellow);
	outline-offset: 2px;
}

.social-btn svg {
	width: 20px; height: 20px;
	fill: #fff;
}
.footer-col h3 {
	color: #fff;
	font-family: 'Maiandra', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.footer-col ul li { margin-bottom: 0.75rem; }
.footer-col ul li a {
	font-size: 0.92rem;
	color: rgba(255,255,255,0.85);
	transition: color var(--transition) /*, padding-left var(--transition)*/ ;
}
.footer-col ul li a:hover {
	color: var(--sun-orange);
/*	padding-left: 0.25rem; */
}
.footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.92rem;
	margin-bottom: 1rem;
}
.footer-contact svg {
	width: 18px; height: 18px;
	fill: var(--sun-orange);
	margin-top: 3px;
	flex-shrink: 0;
}
.copyright {
	rgba(255,255,255,0.85);
	font-size: 0.77rem;
	padding-top: 3rem;
}
.footer-bottom {
	border-top: 0px solid rgba(255,255,255,0.1);
	margin-top: 3rem;
}
.footer-bottom p {
	font-size: 0.82rem;
}
.footer-legal {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}
.footer-legal a {
	font-size: 0.82rem;
	color: rgba(255,255,255,0.5);
}
.footer-legal a:hover { color: var(--sun-yellow); }