@import url("https://luisangelmaciel.github.io/font-family-montserrat/fonts/webfonts/base64/montserrat.css");
@import url("https://luisangelmaciel.github.io/font-family-montserrat/fonts/webfonts/base64/montserratalternates.css");

.MontserratAlternates-Thin {font-family: "MontserratAlternates-Thin";}
.MontserratAlternates-ThinItalic {font-family: "MontserratAlternates-ThinItalic";}
.MontserratAlternates-ExtraLight {font-family: "MontserratAlternates-ExtraLight";}
.MontserratAlternates-ExtraLightItalic {font-family: "MontserratAlternates-ExtraLightItalic";}
.MontserratAlternates-Light {font-family: "MontserratAlternates-Light";}
.MontserratAlternates-Regular {font-family: "MontserratAlternates-Regular";}
.MontserratAlternates-Italic {font-family: "MontserratAlternates-Italic";}
.MontserratAlternates-Medium {font-family: "MontserratAlternates-Medium";}
.MontserratAlternates-MediumItalic {font-family: "MontserratAlternates-MediumItalic";}
.MontserratAlternates-SemiBold {font-family: "MontserratAlternates-SemiBold";}
.MontserratAlternates-SemiBoldItalic {font-family: "MontserratAlternates-SemiBoldItalic";}
.MontserratAlternates-Bold {font-family: "MontserratAlternates-Bold";}
.MontserratAlternates-BoldItalic {font-family: "MontserratAlternates-BoldItalic";}
.MontserratAlternates-ExtraBold {font-family: "MontserratAlternates-ExtraBold";}
.MontserratAlternates-ExtraBoldItalic {font-family: "MontserratAlternates-ExtraBoldItalic";}
.MontserratAlternates-Black {font-family: 'MontserratAlternates-Black';}
.MontserratAlternates-BlackItalic {font-family: 'MontserratAlternates-BlackItalic';}

.Montserrat-Thin {font-family: "Montserrat-Thin";}
.Montserrat-ThinItalic {font-family: "Montserrat-ThinItalic";}
.Montserrat-ExtraLight {font-family: "Montserrat-ExtraLight";}
.Montserrat-ExtraLightItalic {font-family: "Montserrat-ExtraLightItalic";}
.Montserrat-Light {font-family: "Montserrat-Light";}
.Montserrat-Regular {font-family: "Montserrat-Regular";}
.Montserrat-Italic {font-family: "Montserrat-Italic";}
.Montserrat-Medium {font-family: "Montserrat-Medium";}
.Montserrat-MediumItalic {font-family: "Montserrat-MediumItalic";}
.Montserrat-SemiBold {font-family: "Montserrat-SemiBold";}
.Montserrat-SemiBoldItalic {font-family: "Montserrat-SemiBoldItalic";}
.Montserrat-Bold {font-family: "Montserrat-Bold";}
.Montserrat-BoldItalic {font-family: "Montserrat-BoldItalic";}
.Montserrat-ExtraBold {font-family: "Montserrat-ExtraBold";}
.Montserrat-ExtraBoldItalic {font-family: "Montserrat-ExtraBoldItalic";}
.Montserrat-Black {font-family: 'Montserrat-Black';}
.Montserrat-BlackItalic {font-family: 'Montserrat-BlackItalic';}


/* Globale Basics */
*, ::before, ::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
  background-color: #000;
  font-size: 16px;
  height: 100%;
  overflow: hidden; /* ✅ Fenster selbst nicht scrollen */
  scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow: hidden; /* ✅ Verhindert Doppelscroll auf body */
  font-family: "Montserrat-Regular", sans-serif;
  background-color: #000;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

#scroll-container {
  height: 100%;
  overflow-y: auto; /* ✅ Scrollt jetzt alles */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative; /* wichtig! */
  scroll-behavior: smooth;
}

.home {
	height: 100%;
	width: 100%;
	position: relative;
	top:0px;
	left: 0px;
	width: 100lvw;
	z-index: 1;
}

.home:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 60%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.95) 90%, #000000 100%);
}

video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	z-index: 0;
}

.home-content {
	position: relative;
	padding-top: clamp(20px, 12vh, 50px);
	color: #fff;
	text-align: center;
	height: 100vh;
	mix-blend-mode: overlay;
}

.cta-buttons .row {
	z-index: 2;
}

.container.cta-buttons {
	position: absolute;
	bottom: clamp(100px, 6vh, 150px);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	z-index: 3;
}

.boxed {
	border: 0.5rem solid #fff;
	padding: 3em;
	margin: 100px 0px 0px 0px;
	position: relative;
}

.boxed i.volcano-logo {
	position: absolute;
	top: -60px;
	width: 10rem;
	z-index: 12;
	display: block;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	mix-blend-mode: normal;
}

.boxed h2 b {
	position: relative;
	top: 0.4em;
	font-size: 3rem;
}

.boxed h2 i {
	position: relative;
	top: 0.4em;
	font-size: 1.7rem;
	margin: 0px 0px 2rem -1px;
}

.boxed:before {
	content: '';
	background-color: #000;
	transform: translateX(-50%);
	position: absolute;
	top: -5rem;
	left: 50%;
	width: 10rem;
	height: 10rem;
	display: block;
}

.arrow-up {
	width: 25px;
	height: 0px;
	margin: 0 0 0 -15px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 15;
	-webkit-animation: arrow 0.5s 1s infinite ease-out alternate;
}

.arrow-down {
	width: 25px;
	height: 0px;
	margin: 0 0 0 -15px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 15;
	-webkit-animation: arrow 0.5s 1s infinite ease-out alternate;
}

.arrow-down:hover, .arrow-up:hover{
   -webkit-animation-play-state: paused;
}

.left {
	position: relative;
	height: 4px;
	width: 14px;
	background: #fff;
	-webkit-transform: rotate(240deg);
	top: 20px;
	left: 10px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-transform-origin: 5px 50%;
	-webkit-animation: leftArrow 0.5s 1s infinite ease-out alternate;
}


.right {
	position: relative;
	height: 4px;
	width: 14px;
	background: #fff;
	-webkit-transform: rotate(-60deg);
	top: 16px;
	left: 15px;
	border-radius: 5px;
	-webkit-transform-origin: 5px 50%;
	-webkit-animation: rightArrow 0.5s 1s infinite ease-out alternate;
}

.arrow-up .left {
	top: -248px;
	left: 17px;
}


.arrow-up .right {
	top: -252px;
	left: 8px;
}

@-webkit-keyframes arrow{
  0% {
	bottom:0px;
  }
  100%{
	bottom:20px;
  }
}


@-webkit-keyframes leftArrow{
  0% {
  }
  100%{
	-webkit-transform:rotate(225deg);
  }
}

@-webkit-keyframes rightArrow{
  0% {
  }
  100%{
	-webkit-transform:rotate(-45deg);
  }
}

.arrow-up, .arrow-down {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.arrow-up.visible, .arrow-down.visible {
  opacity: 1;
  pointer-events: all;
}

#scroll-top-trigger {
  height: 1px;
  position: absolute;
  top: 0;
}

#sets-trigger {
  height: 1px;
  margin-top: calc(19.5 * 100vh); /* oder slideHeight */
}

#sets-trigger-back {
  height: 1px;
  margin-top: -calc(2.5 * 100vh); /* slideHeight oder Anzahl der Slides zwischen Sets und Anfang */
}

h1 {
	font-family: "MontserratAlternates-Regular", sans-serif;
	font-size: clamp(50px, 4vw, 90px);
	color: #000;
}

h2 {
	font-family: "MontserratAlternates-Regular", sans-serif;
	font-size: clamp(30px, 2vw, 60px);
	text-align: center;
	color: #fff;
	font-weight: 100;
}

h3 {
	font-family: "MontserratAlternates-Regular", sans-serif;
	font-size: clamp(20px, 1.5vw, 30px) !important;
	text-align: center;
	margin: 2rem 0rem;
	color: #fff;
	font-weight: 100;
}

h2 b {
	font-family: "MontserratAlternates-Bold", sans-serif;
}

h3.etna {
	border-color: #45babb;
	color: #45babb;
	border: 2px solid;
	width: 7em;
	text-align: center;
	margin: 0 auto 20px auto;
	font-family: 'MontserratAlternates-Light';
}


a.text.etna.button {
	border-color: #45babb;
	color: #45babb;
}

h3.merapi {
	border-color: #eb685c;
	color: #eb685c;
	border: 2px solid;
	width: 7em;
	text-align: center;
	margin: 0 auto 20px auto;
	font-family: 'MontserratAlternates-Light';
}

a.text.merapi.button {
	border-color: #eb685c;
	color: #eb685c;
}

h3.glencoe {
	border-color: #ffd44a;
	color: #ffd44a;
	border: 2px solid;
	width: 7em;
	text-align: center;
	margin: 0 auto 20px auto;
	font-family: 'MontserratAlternates-Light';
}

a.text.glencoe.button {
	border-color: #ffd44a;
	color: #ffd44a;
}

h3.ulawun {
	border-color: #a78bc0;
	color: #a78bc0;
	border: 2px solid;
	width: 7em;
	text-align: center;
	margin: 0 auto 20px auto;
	font-family: 'MontserratAlternates-Light';
}

a.text.ulawun.button {
	border-color: #a78bc0;
	color: #a78bc0;
}


h3.arenal {
	border-color: #f5a03d;
	color: #f5a03d;
	border: 2px solid;
	width: 7em;
	text-align: center;
	margin: 0 auto 20px auto;
	font-family: 'MontserratAlternates-Light';
}

a.text.arenal.button {
	border-color: #f5a03d;
	color: #f5a03d;
}

h3.cotopaxi {
	border-color: #b0d078;
	color: #b0d078;
	border: 2px solid;
	width: 7em;
	text-align: center;
	margin: 0 auto 20px auto;
	font-family: 'MontserratAlternates-Light';
}

a.text.cotopaxi.button {
	border-color: #b0d078;
	color: #b0d078;
}

.text_block {
	height: 25em;
}

h4 {
	margin: 15px auto;
	font-family: Montserrat-SemiBold;
	color: #fff;
}

h4.etna {
	color: #45babb;
}

h4.merapi {
	color: #eb685c;
}

h4.glencoe {
	color: #ffd44a;
}

h4.ulawun {
	color: #a78bc0;
}

h4.arenal {
	color: #f5a03d;
}

h4.cotopaxi {
	color: #b0d078;
}

.item {
	border: #000 0.5rem solid;
}

.item.etna {
	border-color: #45babb;
}

.item.merapi {
	border-color: #eb685c;
}

.item.glencoe {
	border-color: #ffd44a;
}

.item.ulawun {
	border-color: #a78bc0;
}

.item.arenal {
	border-color: #f5a03d;
}

.item.cotopaxi {
	border-color: #b0d078;
}

.item.set1, .item.set2 {
	border-color: #fff;
}

.etna {
	color: #45babb;
}

.merapi {
	color: #eb685c;
}

.glencoe {
	color: #ffd44a;
}

.ulawun {
	color: #a78bc0;
}

.arenal {
	color: #f5a03d;
}

.cotopaxi {
	color: #b0d078;
}

h5 {
	color: #fff;
	margin: 0 auto;
}

.text {
	color: #fff;
	font-size: clamp(15px, 0.8vw, 25px);
	line-height: 1.4;
	text-align: justify;
}

.text_block .text {
	text-align: center;
}


.text b {
	font-weight: 600;
	font-family: "Montserrat-Bold";
}

figure {
	margin: 0 0 1rem;
	margin: 0 auto;
	border: 0.6rem solid #fff;
	max-width: fit-content;
}

.volcano-logo {
	height: clamp(150px, 12vw, 280px);
	text-align: center;
	margin: 0 auto;
	background: url('../media/volcano-logo-white.svg') 50% 50% no-repeat;
	mix-blend-mode: overlay;
}

.volcano-logo-typo {
	font-family: "MontserratAlternates-Semibold", sans-serif;
	font-size: clamp(40px, 4vw, 90px);
	line-height: 1em;
	mix-blend-mode: overlay;
}

.volcano-logo-sub {
	font-family: "MontserratAlternates-Regular", sans-serif;
	font-size: clamp(23px, 2.2vw, 50px);
	line-height: 1.5em;
	mix-blend-mode: overlay;
}

i.volcano-logo-sub {
	display: block;
	font-family: "MontserratAlternates-Regular", sans-serif;
	font-style: normal;
	line-height: normal;
}

.fixed.image {
	background-position: 50% 0px !important;
	margin: 0;
	padding: 0;
	height: 60%;
	background: #000 url('../media/volcano-tafel-bg-desktop.jpg') fixed no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.fixed.image .box .claim {
	background-color: rgba(0, 0, 0, 0.6);
	margin: 0 auto;
	padding: 12px 14px;
	text-align: center;
	border-radius: 3px;
	width: 50%;
}

.fixed.image .box {
	position: absolute;
	width: 100%;
	bottom: 50px;
}

.fixed.image h3 {
	font-size: clamp(20px, 2.5vw, 50px) !important;
	font-family: "Montserrat-Bold", sans-serif;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

i.volcano-logo {
	display: block;
}

span.marked {
	background-color: #000;
	color: #fff;
	padding: 0.2em 0.5em;
	mix-blend-mode: overlay;
	display: inline-block;
	border-radius: 8px;
}

/* Buttons */
.btn {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button.cta-01, .button.cta-02 {
	font-size: clamp(0.85rem, 1.5vw, 1.125rem);
	border-radius: 5px;
	margin: 2vw;
	padding: clamp(8px, 2vh, 12px) clamp(14px, 4vw, 20px);
	text-transform: uppercase;
	letter-spacing: 0.04vw;
}

.button.cta-01 {
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
	font-family: "Montserrat-Bold", sans-serif;
}

.button.cta-02 {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-family: "Montserrat-Medium", sans-serif;
}

a.text.button {
	width: 20em;
	text-align: center;
	display: inline-flex;
}

.button.btn:after, .button.btn:before {
	width: 0%;
	height: 0%;
	content: "";
	aspect-ratio: 1 / 1;
	position: absolute;
	border-radius: 100%;
}

.button.btn:after {
	transition: all 0.5s ease;
	background-color: white;
}

.button.btn:before {
	transition: all 0.5s ease-out;
	background: #666;
}

.button.btn span {
	z-index: 1;
	transition: all 0.3s ease-out;
}

.button.btn.cta-02:after {
	background-color: #999;
}

.button.btn.cta-01:after {
	background-color: #000;
}

.button:hover.btn.cta-01 {
	color: #fff;
}

.button:hover.btn.cta-02 {
	color: white;
}

.button.btn:hover:after, .button.btn:hover:before {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.button.btn:hover:after {
	transition: all 0.7s ease-in;
}

.button.btn:hover:before {
	transition: all 0.5s ease-in;
}

.button.btn:hover {
	border-color: #fff;
}

/* Flashing */
.flashing figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Wortanimation */
#word-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	margin-top: clamp(40px, 1vh, 50px);
	overflow: hidden;
	width: 100%;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(40px, 3vw, 70px);
	font-weight: bold;
	text-align: center;
}

.word {
	position: absolute;
	white-space: nowrap;
	margin-top: clamp(150px, 13vw, 250px);
	opacity: 0;
	filter: blur(15px);
	font-family: "MontserratAlternates-Light";
	transition: transform 0.3s cubic-bezier(0.3, 1.2, 0.5, 1), opacity 0.2s ease, filter 0.2s ease;
	background-color: #000;
	color: #fff;
	padding: 0.1em 0.4em;
	width: clamp(300px, 17vw, 420px);
	letter-spacing: clamp(0.5px, 0.3vw, 1px);
}

.word.enter {
	transform: translateX(100vw);
	opacity: 1;
	filter: blur(0);
}

.word.enter.active {
	transform: translateX(0);
}

.word.exit {
	transform: translateX(-100vw);
	opacity: 0;
	filter: blur(15px);
}

#dot-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.dots {
  width: 12px;
  height: 12px;
  margin: 8px 0;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s;
  cursor: pointer;
}

.dots.active {
  background: #000;
  border: 2px #fff solid;
}

@keyframes upDown {
  0%, 100% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(10px);
  }
}

.faq-section {
  color: #000;
  border-radius: 12px;
  padding: 3rem 2rem;
  margin-top: 4rem;
}

.accordion-white .accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
}

.accordion-white .accordion-button {
  background-color: #fff;
  color: #000;
  font-family: "MontserratAlternates-Regular";
  font-size: 1.1rem;
}

.accordion-white .accordion-button:not(.collapsed) {
  background-color: #f9f9f9;
  color: #000;
  box-shadow: none;
}

.accordion-white .accordion-body {
  background-color: #fff;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

.section {
  overflow: hidden;
}

#zoomscroll.section {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100%;
  opacity: 0;
  transform: scale(0.8);
  filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 2rem;
  text-align: center;
  box-sizing: border-box;
}

.item-inner {
  max-width: 1200px;
  max-height: 1200px;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.item-inner h2.blurry-text {
  z-index: 10;
  position: relative;
}

img.product-image {
	height: 50em;
}

.item {
  pointer-events: none;
}

.item.active {
  pointer-events: auto;
}

nav#dot-nav {
	position: fixed;
	right: 25px;
	top: 50%;
	z-index: 10000;
}

nav#dot-nav a {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  margin: 10px;
  z-index: 1000;
  position: relative;
}
nav#dot-nav a.active, nav#dot-nav a:first-child {
  background: #fff;
}

#dot-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.dot-wrapper {
  position: relative;
  margin: 3px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dots {
  width: 14px;
  height: 14px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 2;
}

.dots.active {
	background-color: rgba(0, 0, 0, 0.6);
	border: 3px solid rgba(255, 255, 255, 0.8);
	width: 20px;
	height: 20px;
	margin-right: -3px;
}

.dot-tooltip {
	position: absolute;
	right: 180%;
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	font-size: 1rem;
	padding: 4px 8px;
	border-radius: 2px;
	white-space: nowrap;
	opacity: 0;
	font-family: "Montserrat-Semibold", sans-serif;
	transform: translateX(10px);
	transition: all 0.3s ease;
	pointer-events: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.dot-wrapper:hover .dot-tooltip {
  opacity: 1;
  transform: translateX(0);
}

.faq-section {
  background-color: #000;
  color: #fff;
  padding: 5rem 2rem;
}
.faq-title {
  text-align: center;
  font-family: "MontserratAlternates-Bold", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 4rem;
}
.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 2rem;
  border-bottom: 1px solid #444;
  padding-bottom: 1rem;
}
.faq-question {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  font-family: "MontserratAlternates-Regular";
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.faq-icon {
  font-size: 2rem;
  transition: transform 0.3s ease;
}
.faq-answer {
  display: none;
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 0.5rem;
}
.faq-answer a {
  color: #ffd44a;
  text-decoration: underline;
}
.faq-item.open .faq-answer {
  display: block;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.contact-title {
  text-align: center;
  font-family: "MontserratAlternates-Bold", sans-serif;
  font-size: clamp(2.0rem, 4vw, 4rem);
  margin-bottom: 4rem;
}

.required-group {
  position: relative;
}

.form-control.required-field {
  position: relative;
  padding-right: 2rem; /* Platz fürs Dreieck */
}

.required-group::after {
  content: "";
  position: absolute;
  top: 2rem; /* etwas nach unten, damit es nicht zu eng ist */
  right: 0.75rem;
  width: 0;
  height: 0;
  border-top: 12px solid #dc3545; /* rot */
  border-left: 12px solid transparent;
  z-index: 2;
  pointer-events: none;
}
.form-response {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.form-response.success {
  background-color: #28a745; /* grün */
  color: #fff;
}

.form-response.error {
  background-color: #dc3545; /* rot */
  color: #fff;
}

label.form-label {
	color: #fff;
}

#volcano-gallery {
  transform: translateZ(0); /* iOS Fix */
  will-change: transform;
}

.photo-grid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.photo-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 0;
}

.photo-tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.photo-tile:hover img {
  transform: scale(1.08);
}

.photo-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.photo-overlay .volcano-logoc {
  width: 40%;
  height: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: screen;
  opacity: 0;
}
.photo-grid-inner {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr); /* Default: 3 Spalten */
}

.photo-grid-inner .photo-tile:nth-child(9) {
	display: none;
}

.modal {
  z-index: 9999 !important;
  position: fixed !important;
}
.modal-backdrop {
  z-index: 9998 !important;
}

.scrolldown {
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 20vh;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
	opacity: 0;
	height: 6px;
  }
  40% {
	opacity: 1;
	height: 10px;
  }
  80% {
	transform: translate(0, 20px);
	height: 10px;
	opacity: 0;
  }
  100% {
	height: 3px;
	opacity: 0;
  }
}
.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}
.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}
@keyframes pulse {
  from {
	opacity: 0;
  }
  to {
	opacity: 0.5;
  }
}

.site-footer {
  background: #111;
  font-size: 0.9rem;
  border-top: 1px solid #333;
}

/* < 1350px: 4 Spalten */
@media (max-width: 1349px) {
  .photo-grid-inner {
	grid-template-columns: repeat(3, 1fr);
  }
  .photo-grid-inner .photo-tile:nth-child(9) {
	  display: block;
  }
}

/* < 750px: 2 Spalten */
@media (max-width: 749px) {
  .photo-grid-inner {
	grid-template-columns: repeat(2, 1fr);
  }
  .photo-grid-inner .photo-tile:nth-child(9) {
	display: none;
  }
}

/* < 370px: 1 Spalte (9 Reihen) */
@media (max-width: 369px) {
  .photo-grid-inner {
	grid-template-columns: repeat(1, 1fr);
  }
  .photo-grid-inner .photo-tile:nth-child(9) {
	display: block;
  }
}

@media (max-height: 1200px) {
  .home-content {
	  padding-top: 10px;
	  mix-blend-mode: normal;
  }
  .container.cta-buttons {
	  bottom: 40px;
  }
  h1 {
	  font-size: 50px;
  }
  .volcano-logo {
	  height: 160px;
	  mix-blend-mode: normal;
  }
  .volcano-logo-typo {
	  font-size: 42px;
	  mix-blend-mode: normal;
  }
  
  .volcano-logo-sub {
	  font-size: 24px;
	  mix-blend-mode: normal;
  }
  #word-box {
	  font-size: 40px;
	  margin-top: 60px;
  }
  
  .word {
	  margin-top: 140px;
	  width: 260px;
  }
  
  img.product-image {
	  height: 30vh;
  }
  .text {
	  font-size: 0.8rem;
	  text-align: center;
  }
  
  .button.cta-01, .button.cta-02 {
	  margin: 10px 0px 10px 0px;
  }
  .item .button.cta-01, .item .button.cta-02 {
		margin: 0;
	}
  h4 {
  	line-height: 1.5rem;
	  font-size: 1rem;
  }
  h5 {
	   font-size: 1rem;
	   font-size: 0.9rem;
   }
   .item-inner {
	   overflow: visible !important;
   }
   .item h5 {
		display:none;
	  }
   .text_block {
	   height: auto;
   }
   .fixed.image .box .claim {
	   padding: 1px 14px;
   }
   .fixed.image {
	   background: #000 url('../media/volcano-tafel-bg-mobil.jpg') no-repeat;
		 background-size: cover;
		 background-attachment: scroll; /* oder komplett weglassen */
		 background-position: center top;
		 position: relative;
		 overflow: hidden;
   }
   
   nav#dot-nav {
	   right: 5px;
   }
}

@media (max-height: 640px) {
  .home-content {
	  padding-top: 10px;
	  mix-blend-mode: normal;
  }
  .container.cta-buttons {
	  bottom: 0px;
  }
  h1 {
	  font-size: 45px;
	  color: #000;
  }
  .volcano-logo {
	  height: 100px;
	  mix-blend-mode: normal;
  }
  .volcano-logo-typo {
	  font-size: 28px;
	  mix-blend-mode: normal;
  }
  
  .volcano-logo-sub {
	  font-size: 16px;
	  mix-blend-mode: normal;
  }
  #word-box {
	  font-size: 45px;
	  margin-top: 30px;
  }
  
  .word {
	  margin-top: 140px;
	  width: 250px;
  }
  .item-inner .text_block {
  	display: none;
  }
  h5 {
	 font-size: 1rem;
  }
  .text_block {
		 height: auto;
	 }
  .fixed.image .box .claim {
	  padding: 1px 14px;
  }
  
   .fixed.image {
		 background: #000 url('../media/volcano-tafel-bg-mobil.jpg') fixed no-repeat;
		 background-size: cover;
		 position: relative;
		 overflow: hidden;
		 background-position: 50% 0px !important;
	 }
  
}

@media (max-height: 360px) {
  .home-content {
		padding-top: 10px;
		mix-blend-mode: normal;
	}
	.container.cta-buttons {
		bottom: 0px;
	}
	h1 {
		font-size: 35px;
		color: #888;
	}
	.volcano-logo {
		height: 80px;
		mix-blend-mode: normal;
	}
	.volcano-logo-typo {
		font-size: 24px;
		mix-blend-mode: normal;
	}
	
	.volcano-logo-sub {
		font-size: 14px;
		mix-blend-mode: normal;
	}
	#word-box {
		font-size: 35px;
		margin-top: 30px;
	}
	
	.word {
		margin-top: 110px;
		width: 220px;
	}
	
	.item-inner .text_block {
		  display: none;
	 }
	.item-inner  h5{
		  display: none;
	}
	
	.button.cta-01, .button.cta-02 {
		margin: 0px 0px 0px 0px;
	}
	img.product-image {
		height: 35vh;
	}
	h4 {
		font-size: 1rem;
	}
	.text_block {
		   height: auto;
	   }
	.fixed.image .box .claim {
		padding: 1px 14px;
	}
   .fixed.image {
		   background: #000 url('../media/volcano-tafel-bg-mobil.jpg') fixed no-repeat;
		   background-size: cover;
		   position: relative;
		   overflow: hidden;
		   background-position: 50% 0px !important;
	   }
}