

/* ================================================================================== */
/* Grundfarben inspiriert von der Website (dezente marine + warme Akzente) */
:root {

	/* dunkelblau */
    --primary-color: #0d3b66;
	/* sand */
    --secondary-color: #ce9e47;
	/* dunkelgrau */
    --text-dark: #222;
	/* hellgrau */
    --text-light: #fff;
}:


		
.mobile-only{display: none;}
.desktop-only{display: none;}
@media screen and (max-width: 995px){.mobile-only {display:block;}}
@media screen and (min-width: 996px){.desktop-only {display:block;}}


/* Info-Leiste */
.top-info-bar {
	position: fixed; 
	top: 0; 
	width: 100%;
	background: var(--primary-color);
	color: var(--text-light)!important;
	font-size: 0.9rem; 
	z-index: 1050;
}

.top-info-bar span {
	font-family: Roboto, sans-serif;
	font-size: 1em;
}

/* Header */
nav {
	position: absolute; 
	background: rgba(255,255,255,1);
	transition: all 0.3s ease;
	margin: 30px 0 0 0;
	backdrop-filter: blur(6px);
	font-family: "Cormorant", serif;
	text-transform: uppercase;
}

nav.shrink {
	padding: 5px 0;
	background: rgba(255,255,255,0.85);
	backdrop-filter: blur(6px);
}

.navbar-brand img {
	height: 70px;
	transition: height 0.3s ease;
}

nav.shrink .navbar-brand img {
	height: 40px;
}

.nav-link {
	color: black !important;
	font-weight: 600;
}

/* Aktive Navigation */
.nav-link.active {
	font-weight: 800;
	border-bottom: 2px solid var(--primary-color);
	opacity: 1;
	color: var(--primary-color)!important;
}

.buchen{
	background-color: var(--primary-color);
	opacity: 1;
	color: white!important;
	padding: 8px 15px 5px 15px;
	border-radius: 5px;
	margin-left: 1em;
	letter-spacing: 1px;
}

.buchen:hover{
	opacity: 0.85;
}


	
ul#nav2 {
	margin-top: -2em;
	list-style-type: none;
	text-decoration: none;
	color: #555;
	z-index: 2000;
	font-size: 1em;
	display:flex;
	justify-content: right;
	align-items: center;
}

#nav2 a{
	text-decoration: none;
	color: #555;
	line-height: 1.15em;
	font-size: 0.8em;
	padding-left: 1.2em;
}

#nav2 a:hover{
    color: var(--primary-color);
	font-weight: 600;
}

div#page {
	padding: 13em 0 3em 0em;
	/*background-color: rgba(250, 240, 202, 0.2);*/
	background-color: white;
}

div#titelseite{
	background-color: white;
	padding: 7em 0 0 0em;
}

#titelseite-mitte{
	background-color: rgba(240, 240, 240, 0.3);
}

#jsn, #jss, #gss, #ssn, #sss, #ks, #ga, #dz, #hz, #tg, #jv, #js {
  scroll-margin-top: 120px; /* Wert deines Headers + Puffer */
}

/* Hero Slider */
.carousel-item img {
    width: 100%; height: 75vh;
    object-fit: cover;
}

.bildautor{
	position: relative;
	margin-top: -2.5em;
	z-index: 1000;
	text-align: right;
	opacity: 50%;
	margin-right: 1em;
}

p, ul, a {
	font-weight: 400;
	color: #333;
	font-size: 1.1em;
}

h1 {
	font-family: "Cormorant", serif;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 600;
	color: var(--primary-color);
	margin: 0.5em 0 !important;
}

h1.hero-claim{
	text-transform: none;
}

h1:after {
    content: url('../images/wellen-80.png'); /* Pfad zum Bild */
    display: block;                /* Zwingt das Bild in eine neue Zeile */
    margin: 0.5em auto 0 auto;     /* Zentriert das Bild horizontal, Abstand oben/unten */
    max-width: 80px;               /* Verkleinert das Bild auf Wunschbreite */
    height: auto;                  /* Behält das Seitenverhältnis bei */
    text-align: center;            /* Hilft bei der Zentrierung */
}

h1.hero-claim:after{
	content: none;
}


h2, h3, h4, h5 {
	font-family: "Cormorant", serif;
	color: var(--primary-color);
	font-weight: 600;
}

div#page h2 {
	margin: 1.5em 0 0.5em 0;
}

small, small a{
	font-size: 1em;
}

.anm{color: darkred;}

.accordion{
	border: none;
	margin-top: 2em;
}

.accordion-item{
	border: 1px solid var(--primary-color);
}

.accordion-item + .accordion-item {
	margin-top: 1em;
	border: 1px solid var(--primary-color);
}

.accordion-button h3{
	margin-bottom: 0;
}

.accordion-button:not(.collapsed){
	/*background-color: rgba(13, 59, 102, 0.05);
	background-opacity: 0.5;*/
	background-color: rgba(250, 240, 202, 0.2);
}


.accordion-button:not(.collapsed){
	/*background-color: rgba(13, 59, 102, 0.05);
	background-opacity: 0.5;*/
	background-color: rgba(250, 240, 202, 0.2);
}

.accordion-body{
	padding-top: 1.5em;
}

.accordion-body img{
	margin-top: 1em;
}

.btn-primary, .btn-outline-primary:hover, footer {
	background-color: var(--primary-color)!important;
	color: white;
}

.btn-outline-primary {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.linkbutton {
	background-color: var(--primary-color);
	padding: 0.5em 0 0.5em;
	width: 50%;
	margin: 2em auto;
	text-align: center;
	border-radius: 10px;
}

.linkbutton a{
	color: #f0f0f0;
	text-decoration: none;
}

.linkbutton h3{
	font-size: 1em;
}


.linkbutton:hover{
	opacity: 0.85;
}

/* Hero Carousel */
.hero-carousel {
	position: relative;
}

.hero-carousel .carousel-item img {
	height: 65vh;
	object-fit: cover;
}

/* Overlay Content */
.hero-claim {
	z-index: 2;
	color: #fff;
	font-family: 'Nothing You Could Do';
	filter: drop-shadow(0px 0px 5px rgba(100,100,100,0.8));
}

.carousel-caption {
  position: absolute;
}

/* unten mittig */
.bottom-center {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

/* unten rechts */
.bottom-right {
  bottom: 0px;
  right: 40px;
}

/* oben mittig */
.top-center {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

/* komplett mittig */
.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Button unten mittig (nur Slide 5) */
.desktop-only.button-bottom {
   display: block; 
   bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* Button unten mittig (mobile) */
.button-bottom {
  display: block; 
  bottom: 200px;
  left: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.carousel-item img {
  height: 70vh;
  object-fit: cover;
}

/* Grundstil für Texte */
.carousel-caption h1 {
  font-size: clamp(1.5rem, 5vw, 4rem);
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* ===== Desktop-Positionen ===== */

@media (min-width: 768px) {

  .bottom-left {
    bottom: 40px;
    left: 40px;
    text-align: left;
  }

  .bottom-center {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .bottom-right {
    bottom: 40px;
    right: 40px;
    text-align: right;
  }

  .top-center {
    top: 40px!important;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
    .mobile-only {display: none;}
	.desktop-only {display: block;}
}

/* ===== Mobile Anpassungen ===== */

@media (max-width: 991px) {

	#mainNav {
		text-align: center;
		border-top: 2px solid var(--secondary-color);
		margin-top: 10px;
		padding-top: 10px;
		opacity: 0.9;
	}
	
	.nav-link.active{
		border-bottom: none;
	}
	
	.buchen{
		margin: 0 auto;
		display: block;
		max-width: 200px;
	}
	
}

@media (max-width: 767px) {
	
	.carousel-caption h1 {
		font-size: 1.4rem;
		line-height: 1.3;}
  
	.mobile-only {display: block;}
	.desktop-only {display: none;}
}

@media (max-width: 735px) {
	.navbar-brand img {width: 100%;}
	.navbar-toggler{margin: 5px auto 0 auto;}
}


  .carousel-caption {
    left: 0;
    right: 0;
    bottom: 20px;
    top: auto;
    transform: none !important;
    padding: 0 1rem;
    text-align: center;
  }


hr {
	margin: 3em 0 3em 0 !important;
	border-top: 4px solid var(--secondary-color) !important;*/
	opacity: 1 !important;
}

hr.wellen {
    border: none!important;                /* Standardlinie entfernen */
	height: 35px;              /* Höhe an das Bild anpassen */
    background-image: url('../images/wellen-80.png');
    background-repeat: no-repeat;
    background-position: center; /* Bild horizontal zentrieren */
    background-size: contain;    /* Bild verkleinern/einpassen */
    margin: 20px auto;           /* Vertikaler Abstand, horizontal zentriert */
	opacity: 1 !important;
}

.lead{
	font-weight: 400;
}


/* Cookie-Banner */

 #cookie-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--primary-color); /* Nordsee-Blau */
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    display: none;
    z-index: 9999;
  }
  #cookie-banner button {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 8px 14px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  #cookie-banner button.decline {
    background: #777;
  }

  #bannerfooter a{
    margin-top: 1em;
	font-weight: normal;
  }
		
		
	/* Subline */
.hero-subline {
	font-size: 1.6rem;
	font-weight: 400;
	opacity: 0.95;
}

/* CTA Button
.hero-overlay-content .btn-primary {
	background-color: var(--primary-color);
	border: none;
	padding: 0.8rem 2.2rem;
}
 */
 
 




.carousel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
	
.carousel__slide .caption {
    text-align: center;
    font-size: 0.8em;
    margin-top: 5px;
    color: #555;
}

.carousel__slide img {
    text-align: center;
    font-size: 0.8em;
    margin-top: 5px;
    color: #555;
	width: 100%;
}

button.carousel__button{
	border-radius: 100%;
	background-color: rgba(255,255,255,0.8);
	color: var(--primary-color);
	border: 1px solid var(--secondary-color)
	
}

figcaption {
	margin: 0.5em 0 2em 0;
	font-size: 0.9em !important;
	font-style: italic;
}	


table#preise{
	width: 100%;
}

table#preise th{
	font-weight: normal;
	border-bottom: 1px solid grey;
	font-style: italic;
}

table#preise td, table#preise th{
	padding: 8px 0;
}


.mirrored {
display: inline;
  transform: scale(1.3) rotate(180deg); 
}


/* Claim */
/*was ist hier falsch???*/
.hero-claim {
	font-size: clamp(1.5rem, 0.5rem + 4vw, 3rem);
	margin-bottom: 0.5rem;
	filter: drop-shadow(0 0 10px 10px rgba(0,0,0,0.3);
}
	


.floating-window {
    position: fixed;
    bottom: 20px; /* Abstand von unten */
    right: 20px;  /* Abstand von rechts */
    width: 300px;
    height: 200px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    z-index: 1000; /* Sorgt dafür, dass es über anderen Inhalten schwebt */
}

.window-header {
    background-color: #f1f1f1;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between; /* Header und Button trennen */
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.window-content {
    padding: 15px;
    overflow-y: auto; /* Scrollbar, falls Inhalt zu lang ist */
}





	








	