body, html {
	margin: 0;
    padding: 0;
    height: 100%;
	font-family: 'Segoe UI', sans-serif;
}
	
p {
	color: #828282;
}
/* Hintergrundfarbe der unteren Leiste */
.footer-bottom {
	background-color: #4b2b36;
}

/* Farbe von Links und Symbolen */
.custom-purple {
	color: #4b2b36 ;
	transition: color 0.3s ease;
}

.custom-purple:hover {
	color: #c7a1be;
}

a {color: #4b2b36 ; text-decoration: none;}

img {
	border-radius: 1rem;
}
	  
.hero {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%), 
                url('../img/header.png') no-repeat center center;
	background-size: cover;
	height: 100vh;
	color: #4b2b36;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.hero_small{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%), 
                url('../img/header.png') no-repeat center center;
	background-size: cover;
	height: 40vh;
	color: #4b2b36;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.hero::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.05); /* лёгкий дымчатый эффект */
	z-index: 0;
}

.hero .container {
	z-index: 2;
	animation: fadeInUp 1s ease-in-out forwards;
	opacity: 0;
	transform: translateY(20px);
	padding-top: 6rem;
	padding-bottom: 4rem;
}

@media (max-width: 991.98px) and (orientation: landscape) {
  .hero {
    height: auto !important;
    min-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: center top;
  }

  .hero .container {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .logo-img {
    height: 4rem !important;
  }

  .text-box {
    max-width: 100%;
  }

  h1 {
    font-size: 2rem;
  }

  .lead {
    font-size: 0.95rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
  }
}


    
.text-box {
	max-width: 100%;
}

@media (min-width: 768px) {
	.text-box {
		max-width: 60%;
	}
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	padding: 2rem 2rem;
	background-color: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	
.navbar.scrolled {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	padding: 0.75rem 2rem;
}
	
/* Standard-Logo */
.logo-img {
	height: 10rem;
	transition: height 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 768px) {
  .logo-img {
    height: 7rem;
  }
}
	
.logo-text {
	font-size: 1.5rem;
	font-weight: 700;
	color: #7a3f52;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

/* Beim Scrollen - Text anzeigen, Bild ausblenden */
.navbar.scrolled .logo-img {
	height: 0;
	opacity: 0;
	pointer-events: none;
}
	
.navbar.scrolled .logo-text {
	opacity: 1;
	pointer-events: auto;
	display: inline; 
}

.nav-link, .navbar-brand {
	color: #4b2b36;
	font-size: 1rem;
	font-weight: 500;
	position: relative; /*  wichtig für ::after */
	padding-bottom: 0.25rem; /* um Platz für die Linie zu schaffen */
}
/* Betonung der aktiven */
.nav-link.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #7a3f52;
	transition: all 0.3s ease;
}

/* Unterstreichen bei Hover (wenn NICHT aktiv) */
.nav-link:not(.active):hover::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #c7a1be;
	opacity: 0.5;
}
		

.btn-primary {
	background-color: #7a3f52;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 0.6rem 1.5rem;
	font-weight: 500;
	font-size: 1.05rem;
	transition: background-color 0.3s ease;
}

.btn-primary:hover {
	background-color: #c7a1be !important;
}
.btn-primary:visited {
	background-color: #7a3f52;
}
.btn-link.toggle-details {
	color: #7a3f52;
	font-weight: 400;
	padding: 0;
}
.toggle-details {
	text-decoration: none;
	color: #7a3f52;
	font-weight: 500;
	transition: color 0.3s ease;
	padding: 0;
	background: none;
}

.toggle-details:hover {
	color: #c7a1be;
}
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
#extraText {
	max-height: 0;
	overflow: hidden;
	opacity: 0.5;
	transition: max-height 0.7s ease, opacity 0.7s ease;
	cursor: pointer;
}

.logo-text {
	font-family: 'Italianno', cursive;
	font-weight: 400;
	font-style: normal;
	color:#4b2b36;
	font-size: 2.2rem;
}

.icon-link {
	color: #4b2b36;
	font-size: 1.2rem;
	margin-left: 15px;
}

h1, .lead, .btn {
	animation: fadeIn 1s ease-in-out forwards;
	opacity: 0;  
}

h1 {
	font-family: 'Italianno', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 4rem;
	animation-delay: 0.2s;
}
	
.mt-3 {
	margin-right: 1rem;
	}
.lead {
	animation-delay: 0.6s;
}
.btn {
	animation-delay: 1s;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
	
.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease-in-out;
}

.fade-in.show {
	opacity: 1;
	transform: none;
}

/* Menü oben */
.navbar .navbar-nav {
	align-items: flex-start;
}

.navbar .nav-link {
	padding-top: 1 rem;
}
	
@media (max-width: 991px) {
	.navbar-collapse {
		background-color: #fff;
		border-top: 1px solid #ddd;
		padding: 1rem;
		box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	}
	
	.navbar-nav .nav-item {
		width: 100%;
	}

	.navbar-nav .nav-item + .nav-item {
		border-top: 1px solid #e0e0e0;
		margin-top: 0.5rem;
		padding-top: 0.5rem;
	}

	.navbar-nav .nav-link {
		color: #4b2b36;
	}

	.navbar-nav .nav-link:hover {
		color: #c7a1be;
	}
}
	
@media (min-width: 992px) {

	.navbar-collapse {
		justify-content: flex-end ; /* Menü auf der rechten Seite */
		border-top: none;
		padding-right:0;
	}

	.navbar-nav {
		display: flex;
		gap: 1rem; /* Abstand zwischen den Punkten */
		flex-wrap: wrap;
	}

	.navbar-nav .nav-link {
		text-align: right; /* Text der Menüpunkte auf der rechten Seite */
		padding-left: 0;
		padding-right: 0;
		white-space: nowrap;
	}
}
	
.navbar-toggler {
	height: 40px;
	width: 40px;
	transition: none;
}
		
.beauty-slider-wrapper {
	overflow-x: hidden;
	position: relative;
}

.beauty-slider {
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.beauty-slider::-webkit-scrollbar {
	display: none;
}
.beauty-slider img {
	transition: transform 0.3s ease;
}
.beauty-slider img:hover {
	transform: scale(1.03);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  font-size: 2rem;
  color: #7a3f52;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.slider-arrow:hover {
  color: #c7a1be;
  transform: translateY(-50%) scale(1.2);
}

.slider-arrow-left {
  left: 0.25rem;
}

.slider-arrow-right {
  right: 0.25rem;
}

@media (max-width: 576px) {
  .slider-arrow {
    font-size: 1.5rem;
    padding: 0.25rem;
  }
}

footer a:hover {
	text-decoration: underline;
}
footer i:hover {
	color: #c7a1be;
}
	  
#extraText {
	max-height: 0;
	overflow: hidden;
	opacity: 0.5;
	transition: height 0.3s ease;
	cursor: pointer;
}

#extraText.show {
	max-height: 800px;
	opacity: 1;
}

[data-bs-target="#extraText"] {
	display: none;
}

#wellness h2 {
	font-weight: 600;
	margin-bottom: 2rem;
 }

#wellness h4 {
	font-weight: 600;
	margin-top: 1rem;
}

#wellness p {
	margin-bottom: 0.5rem;
	color: #828282;
}

#wellness img {
	width: 100%;
	object-fit: cover;   
  }
#wellness .collapse {
	padding: 0;
	margin-left: 0;
}

/* Listenstil - einmalig, keine Animationen, völlig stabil */
#wellness .wellness-list {
	list-style: none;
	margin: 0;
	padding: 0.5rem 0 0 0; /* padding oben, links - über ::before */
}

#wellness .wellness-list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.4;
}

#wellness .wellness-list li::before {
	content: "\2022";
	position: absolute;
	left: 0.5rem;
	top: 0.2rem;
	color: #7a3f52;
	font-size: 1.1rem;
	line-height: 1;
}
  /* Ästhetik der Wellness-Paketliste */
.wellness-list {
	padding-left: 0;
}

.wellness-list li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.wellness-list li i {
	position: absolute;
	left: 0;
	top: 0.2rem;
	font-size: 1.25rem;
	color: #7a3f52 ;
}

.wellness-list li p {
	margin: 0.25rem 0 0 0;
	padding-left: 0;
	color: #444;
	font-size: 1rem;
}
 /* Ausgangszustand - der zweite Absatz ist leicht beschnitten und halbtransparent */
.collapsible-collapsed {
	max-height: 80px; 
	overflow: hidden;
	position: relative;
	cursor: pointer;
	user-select: none;
	opacity: 0.8;
	transition: opacity 0.5s ease;
  /* Weiches Gefälle am unteren Rand, das „verschwindet“ */
	-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.collapsible-expanded {
	max-height: none;
	opacity: 1;
	/* Entfernen  den Farbverlauf, so dass der gesamte Text sichtbar ist */
	-webkit-mask-image: none;
	mask-image: none;
}

.collapsible-hidden {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}

.collapsible-visible {
	max-height: 2000px;
	opacity: 1;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}

.signature{
	font-family: 'Italianno', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	animation-delay: 0.2s;
}

img.original-size {
	display: block;
	height: auto;
	max-width: 100%; /* ← anpassungsfähig an Mobiltelefone */
}

@media (min-width: 768px) {
	img.original-size {
		max-width: 100%;
		width: auto;
	}
}
.slider-effect {
	overflow: hidden;
	display: inline-block;
	border-radius: 1rem; /* ← fügt Rundungen hinzu */
  }

.slider-effect img {
    transition: transform 0.4s ease, filter 0.4s ease;
    display: block;
	width: 100%;
	height: auto;
}

.slider-effect:hover img {
	transform: scale(1.05);
	filter: brightness(0.9);
}
.table thead th {
	font-weight: 300;
	color: #6c757d;
	font-style: italic;
	font-size: 0.95rem;
}
.fixed-width-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed-width-table th,
.fixed-width-table td {
  word-break: break-word;
  white-space: normal;
  vertical-align: top;
  padding: 0.75rem;
}

.fixed-width-table th:nth-child(1),
.fixed-width-table td:nth-child(1) {
  width: 50%;
}
.fixed-width-table th:nth-child(2),
.fixed-width-table td:nth-child(2) {
  width: 25%;
}
.fixed-width-table th:nth-child(3),
.fixed-width-table td:nth-child(3) {
  width: 25%;
}
.fixed-width-table thead th {
  background-color: #f7f7f7;
  color: #333;
  font-weight: 500;
}