/*-----------------------------------------------------------------------------------
Theme Name: Mount Rigi
Author: Alexander Tichelli
Version: 1.0.3
Datum: 10.6.2025
-----------------------------------------------------------------------------------*/

@font-face {
  font-family: 'EckhardtSansJNL';
  src: url('../fonts/eckhardt/EckhardtSansJNL.woff2') format('woff2'),
       url('../fonts/eckhardt/EckhardtSansJNL.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GlamourAbsolute_Condensed';
  src: url('../fonts/glamourabsolute/GlamourAbsolute_Condensed.woff2') format('woff2'),
       url('../fonts/glamourabsolute/GlamourAbsolute_Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GlamourAbsolute_Extended';
  src: url('../fonts/glamourabsolute/GlamourAbsolute_Extended.woff2') format('woff2'),
       url('../fonts/glamourabsolute/GlamourAbsolute_Extended.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GlamourAbsolute_Regular';
  src: url('../fonts/glamourabsolute/GlamourAbsolute_Regular.woff2') format('woff2'),
       url('../fonts/glamourabsolute/GlamourAbsolute_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamCondensed-Light';
  src: url('../fonts/gotham/GothamCondensed-Light.woff2') format('woff2'),
       url('../fonts/gotham/GothamCondensed-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MostraOneBold';
  src: url('../fonts/mostra/MostraOneBold.woff2') format('woff2'),
       url('../fonts/mostra/MostraOneBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MostraOneRegular';
  src: url('../fonts/mostra/MostraOneRegular.woff2') format('woff2'),
       url('../fonts/mostra/MostraOneRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers-CondensedBold';
  src: url('../fonts/univers/Univers-CondensedBold.woff2') format('woff2'),
       url('../fonts/univers/Univers-CondensedBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd-BoldCn';
  src: url('../fonts/univers/UniversLTStd-BoldCn.woff2') format('woff2'),
       url('../fonts/univers/UniversLTStd-BoldCn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd-LightCn';
  src: url('../fonts/univers/UniversLTStd-LightCn.woff2') format('woff2'),
       url('../fonts/univers/UniversLTStd-LightCn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*============================================================
 Base
============================================================*/
/* Grund-Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-turquoise: #03FAE1;
  --color-dark: #10112E;
  --color-light: #ffffff;
  --color-beige: #B28A64;
  /*--color-turquoise: #40e0d0;*/

  --font-size-base: clamp(1rem, 1vw + 0.5rem, 1.5rem);
  --font-size-sm: clamp(0.875rem, 0.9vw, 1.2rem);
  --font-size-lg: clamp(1.25rem, 1.5vw, 2rem);
  --font-size-xl: clamp(2rem, 3vw, 4rem);
}

html, body {
  height: 100%;
  width: 100%;
	background-color: var(--color-light); /* war #f0f0f0 */
}

input:focus,
button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(64, 224, 208, 0.5);
  border-color: var(--color-dark);
}

h1 {
	font-family: 'GlamourAbsolute_Condensed';
	font-size: var(--font-size-xl);
	color: var(--color-dark);
}

h2 {
	font-family: 'GlamourAbsolute_Condensed';
	font-size: var(--font-size-lg);
	color: var(--color-dark);
}

h3 {
	font-family: 'MostraOneBold';
	font-size: var(--font-size-sm);
	color: var(--color-dark);
}

h4 {
	font-family: 'GlamourAbsolute_Condensed';
	font-size: var(--font-size-sm);
	color: var(--color-dark);
}

p {
	font-size: var(--font-size-base);
	color: var(--color-dark);
}


/*============================================================
 Header
============================================================*/
.header {
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: row;
  position: relative;
}

.header-left,
.header-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-left {
  background-color: var(--color-turquoise);
}

.header-left {
  /* Hintergrundbild */
  background-image: url('../images/agegate.webp');
  /* Fallback, falls .webp nicht geladen wird */
  background-image: url('../images/agegate.jpg');

  background-size: cover;           /* Bild komplett abdecken */
  background-position: center top:10px;      /* zentriert */
  background-repeat: no-repeat;     /* nicht kacheln */
  position: relative;               /* für die absolute Position der Pseudo-Elemente/Text */
}

/* Overlay-Text nach vorne holen */
.header-left > * {
  position: relative;
  z-index: 2;
}

.header-right {
  background-color: var(--color-light);
}

.header-right picture,
.header-right img {
  width: 100%;
  height: 100%;
  display: block;
}

.header-left picture,
.header-left img {
  width: 100%;
  height: 100%;
  display: block;
}

.header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Animierter Text im linken Header */
.line1 {
	font-size: clamp(40px, 6vw, 100px);
	font-size: clamp(55px, 8vw, 140px);
  line-height: 1;
  margin: 0em;
  font-weight: normal;
}

.line2 {
	font-family: 'GlamourAbsolute_Condensed';
	font-size: clamp(40px, 6vw, 100px);
	font-size: clamp(55px, 8vw, 140px);
  line-height: 1;
  margin: 0em;
	margin-bottom: 0.1em;
  font-weight: normal;
}

.line3, .line4, .line5 {
	font-family: 'MostraOneBold';
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.1;
  margin: 0em;
  font-weight: normal;
}

.line6 {
	font-family: 'GlamourAbsolute_Condensed';
	font-size: clamp(24px, 2vw, 25px);
  line-height: 2;
  margin: 0em;
  font-weight: normal;
	display:none;
}

.chug-text .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

@media (max-width: 991px) {
  .header {
    flex-direction: column;
    height: auto;
  }
  .header-left,
  .header-right {
    width: 100%;
		height: 70vh;
  }
	.content-to-animate {
		margin-top:100px !important;
	}
  .header-right picture,
  .header-right img,
  .header-image {
    object-fit: contain !important;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
	.line6 {
		display:none !important;
	}
}

@media (max-width: 768px) {
	.content-to-animate {
		padding: 0px 10px 0px 10px !important;
	}
}


/*============================================================
 Logo
============================================================*/
.logo-container {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  /* pointer-events: none; → entfernen! */
}

.logo {
  max-width: 150px;
  height: auto;
  display: block;
}

/* Tablet (Portrait) und kleiner */
@media (max-width: 991px) {
  .logo {
    max-width: 120px;
  }
}


/*============================================================
 Marquee
============================================================*/
/* Oberes Marquee */
#marquee-container1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #10112E;
  padding: 0.25rem 0;
  margin-bottom: 0rem;
}
/* Unteres Marquee */
#marquee-container2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  background: white;
  padding: 1rem 0;
}
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
.marquee-item {
  display: inline-block;
  margin-right: 3rem;
  vertical-align: middle;
}
/* Styles fürs obere Marquee-Text */
#marquee1 .marquee-item {
  font-size: clamp(2rem, 5vw, 4rem);
  font-family: 'MostraOneBold';
  font-weight: normal;
  color: #fff;
}
/* Styles fürs Bild-Marquee */
#marquee2 .marquee-item img {
  display: block;
  height: 180px; /* Beispiel-Höhe */
  width: auto;
}

@media (max-width: 768px) {
	#marquee2 .marquee-item img {
	  height: 140px;
	}
}



/*============================================================
 Image Split Section
============================================================*/
.image-split {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: row;
}

.split-left,
.split-right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-light);
}

.recipe-container {
  display: flex;
  flex-direction: column;
  align-items: center;     /* horizontal zentrieren */
  text-align: center;      /* Text im Container zentrieren */
  max-width: 500px;        /* maximale Breite */
  margin: 0 auto;          /* mittig auf der Seite */
  padding: 2rem 1rem;      /* etwas Innenabstand */
}

.recipe-container h4 {
  display: block;
  width: 100%;
	font-family: 'MostraOneBold';
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.1;
  margin: 0em;
  font-weight: normal;
	text-align:center;

	font-family: 'GlamourAbsolute_Condensed';
	font-size: clamp(55px, 8vw, 140px);
  line-height: 1;
  margin: 0em;
  font-weight: normal;
}

.recipe-container p {
  display: block;
  width: 100%;
	font-family: 'MostraOneBold';
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.1;
  margin: 0em;
  font-weight: normal;
	text-align:center;
}

.recipe-instruction {
  font-family: 'GlamourAbsolute_Condensed' !important;
  font-size: clamp(24px, 2vw, 25px) !important;
  line-height: 1.3 !important;
  margin-top: 1rem !important;
}

.split-left picture,
.split-right picture {
  width: 100%;
  height: 100%;
}

.split-left img,
.split-right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.split-right img {
  object-fit: cover;
  object-position: center bottom; /* verschiebt den sichtbaren Teil */
  width: 100%;
  height: 100%;
  display: block;
}
.split-right {
  overflow: hidden;
}

.split-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1.2); /* skaliert das Bild */
  transform-origin: left center; /* verankert es links, damit der rechte Teil „abgeschnitten“ wird */
}
.split-left {
  overflow: hidden;
}

.split-right, .split-left {
  position: relative; /* WICHTIG! */
}

@media (max-width: 991px) {
  .image-split {
    flex-direction: column;
    height: auto;
  }
  .split-left,
  .split-right {
    width: 100%;
    height: 60vh;
  }
  .split-left picture,
  .split-left img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    background-color: var(--color-light); /* optional, falls dein Bild nicht 100% Höhe füllt */
		}
}

/* --------- Animierter Text in der Image Split Section  --------- */
.animated-text {
	position:absolute;
	top:40px;
	left:60px;
}

.animated-text span,
.roll-in-text {
  display: inline-block;
  opacity: 0;
}

.animated-text span {
  transform: translateY(40px);
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  font-family: 'GlamourAbsolute_Condensed';
  color: var(--color-dark);
	z-index:9997;
}

.roll-in-text {
	position:absolute;
	top:80px;
	left:80px;

  font-family: 'GlamourAbsolute_Condensed';
  color: var(--color-dark);

  transform: translateX(-100px);
	font-size: clamp(2rem, 5vw, 4rem);
  margin-top: 0.9rem;

  color: white;
  background-color: var(--color-dark);
  padding: 6px 20px 4px 20px;
  outline: 0px solid white;
  outline-offset: 2px;
  display: inline-block;
  transform-origin: left center;
  opacity: 0;
  backface-visibility: hidden;
	
  display: inline-block; /* wichtig für Transformation */
  transform: rotate(-3deg);
	z-index:999;
}

/* --------- Responsive Mobile Layout --------- */
@media (max-width: 768px) {
	.animated-text {
		display:none !important;
	}
	.roll-in-text {
		display:none !important;
	}
}


/*============================================================
 Stack Section
============================================================*/
.stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 100px 0px;
  background: white;
}

.animated-box {
  opacity: 0;
  width: auto;
  transform: scaleX(0);
  transform-origin: center;
	font-family: 'GlamourAbsolute_Condensed';
	font-family: 'EckhardtSansJNL';
	font-family: 'MostraOneBold';
  font-size: clamp(1.5rem, 5vw, 4rem);
	font-weight:normal;
	margin-top:12px;
	padding: 10px 60px 5px 60px;
}

.one {
	background: #10112E;
  display: inline-block; /* wichtig für Transformation */
  transform: rotate(-3deg);
	color: var(--color-light);
}
.two {
	background: var(--color-turquoise);
  display: inline-block; /* wichtig für Transformation */
  transform: rotate(3deg);
	color:var(--color-dark);
}

.three {
	background: white;
  display: inline-block; /* wichtig für Transformation */
  transform: rotate(-2deg);
	color:var(--color-dark);
}

.four {
	background: #10112E;
  display: inline-block; /* wichtig für Transformation */
  transform: rotate(-1deg);
	color:var(--color-light);
}

@media (max-width: 1000px) {
	.stack {
	  padding: 30px 0px;
	}
	.animated-box {
		margin-top:6px;
		padding: 5px 10px 5px 10px;
	}
}


/*============================================================
 Newsletter Section
============================================================*/
.newsletter {
  width: 100%;
  background-color: var(--color-turquoise);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4em 2em;
  gap: 2em;
  box-sizing: border-box;
  text-align: center;
}

.newsletter-left,
.newsletter-center,
.newsletter-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;   /* horizontal zentriert */
  justify-content: center; /* vertikal zentriert */
  text-align: center;
}

.newsletter img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ========== Text und Formular-Zentrale ========== */
.newsletter-center h2 {
  font-size: clamp(26px, 2.5vw, 40px);
  font-family: 'MostraOneBold';
  color: var(--color-dark);
  margin-bottom: 0em;
	font-weight:normal;
}

.newsletter-center p {
  font-size: 20px;
  font-family: 'EckhardtSansJNL';
  color: var(--color-dark);
  max-width: 500px;
}

.newsletter-left {
  display: flex;
  justify-content: flex-end; /* rechts ausrichten */
  align-items: center;
}

/* Rechtes Bild ganz links im Container */
.newsletter-right {
  display: flex;
  justify-content: flex-start; /* links ausrichten */
  align-items: center;
}

/* Gemeinsames Styling für linkes & rechtes Bild */
.newsletter-bild-links,
.newsletter-bild-rechts {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Individuelle Größen bei Bedarf */
.newsletter-bild-links {
  max-width: 100px !important;
	display:none !important;
}

.newsletter-bild-rechts {
  max-width: 240px !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input[type="email"] {
    background: transparent !important;
    color: var(--color-dark) !important;
    font: 20px 'MostraOneBold', sans-serif !important;
    border-radius: 0px !important;
    border: 3px solid #10112E;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
		margin-top:20px;
}

/* Placeholder-Farbe */
.newsletter-form input::placeholder {
    color: var(--color-dark) !important;
    opacity: 1; /* Für Firefox */
}

.newsletter-form button {
    background: #10112E !important;
    color: var(--color-light) !important;
    font: 20px 'MostraOneBold', sans-serif !important;
    border-radius: 0px !important;
    border: 3px solid #10112E;
    padding: 6px 12px;
    cursor: pointer;
}

.privacy-note {
    display: block;
    margin-top: 0.5em;
    font-size: 14px;
    color: var(--color-dark);
    text-align: center;
    font-family: 'MostraOneBold', sans-serif;
    max-width: 400px;
}

.privacy-note a:link,
.privacy-note a:visited,
.privacy-note a:hover,
.privacy-note a:active,
.privacy-note a:focus {
    color: var(--color-dark);
    text-decoration: underline;
}

.privacy-note a:hover,
.privacy-note a:focus {
    text-decoration: none;
}

.message {
    text-align: center;
    font-family: 'MostraOneBold', sans-serif !important;
    padding: 1em;
    margin: 10px 0px;
}

.message.success {
    background-color: #f44280;
    color: var(--color-light) !important;
		line-height:100%;
}

.message.error {
    background-color: #f44280;
    color: var(--color-light) !important;
		line-height:100%;
}

/*Responsive: Mobile Anpassungen*/
@media (max-width: 991px) {
  .newsletter-left,
  .newsletter-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .newsletter {
    flex-direction: column;
    padding: 2em 1em;
  }

  .newsletter-left,
  .newsletter-right {
    display: none;
  }

  .newsletter-center {
    width: 100%;
    padding: 0;
  }

  .newsletter-center p {
    font-size: 1.2rem;
    margin-bottom: 1.2em;
    padding: 0 1em;
  }
}


/*============================================================
 Footer
============================================================*/
footer {
	width:100%;
	height:auto;
	background:#080d14; /* 21293F 080d14 #10112E */
	margin:0;
	padding:100px 0px 100px 0px;
	float:left;
	text-align: center;
}

.footer-head {
	float:left;
	width:100%;
	margin: 0;
	padding: 0px;
	background: transparent;
}

.footer-head p {
	font-weight:normal;
	font-size:6em;
	text-transform:uppercase;
	color:var(--color-light);
	font-family: 'MostraOneBold', sans-serif;
}

.with-transition {
	  transition: all 0.3s ease;
}

.footer1 {
	float:left;
	height: 400px;
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 12.33%;
	background:transparent;
	width:33.33%;
	text-align:left;
}

.footer2 {
	float:left;
	height: 400px;
	margin:50px 0px 0px 0px;
	padding:0;
	background:transparent;
	width:33.33%;
	text-align:center;
}

.footer3 {
	float:right;
	height: 400px;
	margin:50px 0px 0px 0px;
	padding:0px 12.33% 0px 0px;
	background:transparent;
	width:33.33%;
	text-align:right;
}

.footer1 h3, .footer2 h3, .footer3 h3 {
	font-family: 'MostraOneBold';
	font-weight:normal;
	font-size:25px;
	text-transform:uppercase;
	color: var(--color-light);
	letter-spacing:4px;
	padding:10px 0px 0px 0px;
	line-height:150%;
}

.footer1 p, .footer2 p, .footer3 p {
	font-weight:normal;
	font-size:18px !important;
	text-transform:uppercase;
	color: var(--color-light);
	letter-spacing:1px;
	line-height:160%;
	font-family: 'UniversLTStd-LightCn';
}

.footer1 a, .footer3 a { color: var(--color-light) ; text-decoration:underline; }
.footer1 a:hover, .footer3 a:hover { text-decoration:none; }

.footer2 a { font-size:27px; color: var(--color-light) ; text-decoration:underline; margin-right:30px; }
.footer2 a:hover { text-decoration:none; color: var(--color-turquoise); }
.footer2 .last { margin-right:0px; }

.vermerk {
	font-size: clamp(0.5rem, 0.8vw, 1rem) !important;
	line-height:90% !important;
}

/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 991px) {
	footer {
		padding:10px 0px 10px 0px;
	}
	.footer-head {
		padding: 30px 0px 0px 0px;
	}
	.footer-head p {
		font-size:3em;
	}
	.footer1, .footer2, .footer3 {
		float:left;
		height:auto;
		margin:0 !important;
		padding:2em;
		background:transparent;
		width:66.66%;
		text-align:left;
	}
	.footer1 h3, .footer2 h3, .footer3 h3 {
		font-size:20px;
	}
	.footer1 p, .footer2 p, .footer3 p {
		font-size:15px !important;
	}
}


/*============================================================
 Age Gate
============================================================*/
.age-gate {
	display: none; /* <- Standardmäßig ausgeblendet */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.mountrigi.ch/template/images/agegate.jpg") no-repeat center center;
  background-size: cover;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;

	background-image: image-set(
	  url('https://www.mountrigi.ch/template/images/agegate.jpg') type('image/webp'),
	  url('https://www.mountrigi.ch/template/images/agegate.jpg') type('image/jpeg')
	);
}


.age-gate-content {
  background-color: turquoise;
  padding: 2rem;
  text-align: center;
  max-width: 400px;
  border-radius: 0px;
  font-family: 'GothamCondensed-Light', sans-serif;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.age-gate-content h2 {
  font-family: 'MostraOneBold', sans-serif;
  font-weight: normal;
  font-size: clamp(2rem, 3vw, 4rem);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
	color: white !important;
}

.age-gate-content p {
  font-family: 'MostraOneBold';
	font-size: clamp(1.25rem, 1.5vw, 2rem);
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.age-gate-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.age-gate-buttons button {
  font-family: 'MostraOneBold', sans-serif;
  font-weight: normal;
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: clamp(1.25rem, 1.5vw, 2rem);
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.age-gate-buttons button:hover {
  background-color: white;
  color: #00aea9;
}

.age-gate-footer {
  font-family: 'EckhardtSansJNL', sans-serif !important;
  font-size: clamp(0.875rem, 0.9vw, 1.2rem) !important;
  color: #10112E;
}

.age-gate-footer a {
  color: #10112E;
  text-decoration: underline;
}