html, 

@font-face {
  font-family: 'Yu Gothic Bold'; /* The name of the font */
  src: url('fonts/YuGothicBold.ttf') format('truetype'); /* Path to the TTF file */
  font-weight: bold; /* This font is bold */
  font-style: normal; /* Normal style */
}



body {
  font-family: 'Yu Gothic Bold', sans-serif; /* Apply the font */
            margin: auto
            width: 100%;
  background-color: #90FF37; /* Set background color */
}

#wrapper {
  width: 100%;
  height: 100%;
}

.main_container {
  position: relative;
  overflow: hidden;
  width: 96%;
  margin: 20px auto 0;
  color: #4c969c;
}



@media screen and (min-width: 601px) {
  div.logo360tirol {
    width: 300px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 600px) {
  div.logo360tirol {
    width: 150px;
    margin-top: -5px;
  }
}

.logo360tirol {
  position: fixed;
  margin-top: 70px;
  top: 30px;
  left: 50%;
  backdrop-filter: blur(5px);
	border-radius: 10px;
  transform: translate(-50%, -50%);
  opacity: 1;
  content: url('logos/360tirol.svg');
  width: 300px;
  height: auto;
}

.maintitle {
  text-align: center;
  font-size: 28px;
  color: #999;
  display: flex; /* Flexbox-Modell anwenden */
  align-items: center; /* Vertikale Ausrichtung der Textteile */
  justify-content: center; /* Horizontal zentrieren */
}

.maintitle h3 {
  position: relative; /* Positionierung für das ::after-Element erforderlich */
  font-size: 28px;
  color: #999;
  white-space: nowrap; /* Zeilenumbruch verhindern */
}

.maintitle h3::after {
  content: attr(data-text_2); /* Kopie des Textes aus dem data-text_2 Attribut */
  position: absolute;
  top: 16px; /* Abstand nach unten */
  left: 50%; /* Zentrieren des Pseudo-Elements */
  transform: translateX(-50%) scaleY(-1) skewY(2deg); /* Spiegelung und leichte Neigung des Textes */
  font-size: 28px;
  color: #555;
  font-style: italic; /* Kursivschrift für Neigung der Buchstaben */
  opacity: 0.2; /* Transparenz von 20% */
  display: inline-block; /* Inline-Block, um Zeilenumbrüche zu verhindern */
  z-index: -1; /* Pseudo-Element hinter dem Originaltext */
  width: auto; /* Automatische Breite */
  height: auto; /* Automatische Höhe */
}

.maintitle h5 {
  position: relative; /* Positionierung für das ::after-Element erforderlich */
  font-size: 18px;
  color: #999;
  white-space: nowrap; /* Zeilenumbruch verhindern */
}

.maintitle h5::after {
  content: attr(data-text_22); /* Kopie des Textes aus dem data-text_2 Attribut */
  position: absolute;
  top: 16px; /* Abstand nach unten */
  left: 50%; /* Zentrieren des Pseudo-Elements */
  transform: translateX(-50%) scaleY(-1) skewY(2deg); /* Spiegelung und leichte Neigung des Textes */
  font-size: 18px;
  color: #555;
  font-style: italic; /* Kursivschrift für Neigung der Buchstaben */
  opacity: 0.2; /* Transparenz von 20% */
  display: inline-block; /* Inline-Block, um Zeilenumbrüche zu verhindern */
  z-index: -1; /* Pseudo-Element hinter dem Originaltext */
  width: auto; /* Automatische Breite */
  height: auto; /* Automatische Höhe */
}


.description {
  margin-bottom: 20px; /* Space between descriptions */
}

.description h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative; /* Position für das Pseudo-Element erforderlich */
  bottom: 10px;
	z-index: 2;
}

.description h3::after {
  content: attr(data-text); /* Kopie des Textes erstellen */
  position: absolute;
  top: 16px; /* Einheit hinzugefügt */
  left: 0px;
  /* Einheit hinzugefügt */
  transform: scaleY(-1)  skewY(2deg);
	font-style: italic;/* Spiegelung des Textes um die Y-Achse */
  color: #555; 
	 opacity: 0.2; /* Transparenz von 50% *//* Textfarbe des kopierten Textes */
  display: block; /* Sicherstellen, dass es ein Block-Element ist */
  z-index: -1;
}

.description h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative; /* Position für das Pseudo-Element erforderlich */
  bottom: 10px;
	z-index: 2;
}

.description h3::after {
  content: attr(data-text); /* Kopie des Textes erstellen */
  position: absolute;
  top: 16px; /* Einheit hinzugefügt */
  left: 0px;
  /* Einheit hinzugefügt */
  transform: scaleY(-1)  skewY(2deg);
	font-style: italic;/* Spiegelung des Textes um die Y-Achse */
  color: #555; 
	 opacity: 0.2; /* Transparenz von 50% *//* Textfarbe des kopierten Textes */
  display: block; /* Sicherstellen, dass es ein Block-Element ist */
  z-index: -1;
}


.description p {

  font-size: 18px; 
  color: #666;
  margin-bottom: 10px; /* Erhöhe den Wert hier, um den Abstand zwischen p und h3::after zu vergrößern */
}

.text_01_1 {
  position: relative;
  top: 8px;
  left: 0px;
  color: #666666;
  font-size: 22px;
}

.social_media {
  position: relative;
  top: 8px;
  left: 0px;
  color: #666666;
  text-align: center;
  font-family: "Calibri";
}

.bg-image {
  background-size: 100% auto;
  background-position: bottom;
}

.img1 { 
  background-image: url("svg/welle.svg");
}

#wrap img:hover {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

img,
.content {
  transition: 0.7s all;
}

.social_media a {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social_media a.email {
  background-image: url('svg/email.svg');
}

.social_media a.facebook {
  background-image: url('svg/facebook.svg');
}

.social_media a.twitter {
  background-image: url('svg/twitter.svg');
}

.social_media a.whatsapp {
  background-image: url('svg/whatsapp.svg');
}

.social_media a:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}






h1 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  letter-spacing: 4px;
  color: #e43434;
}



.image-comparison {
  max-width: 100%;
  margin: 20px auto;
  border-radius: 20px;
  overflow: hidden;
  cursor: grab; /* Cursor for dragging */
	touch-action: pan-y; /* Ermöglicht vertikales Scrollen */
}




#b000_back {
   content: url('img/360tirol_1.jpg');

}

#b000_front {
    content: url('img/360tirol_2.jpg');

}

#b001_back {
   content: url('img/bild1_2.jpg');

}

#b001_front {
    content: url('img/bild1_1.jpg');

}

#b002_back {
   content: url('img/bild2_2.jpg');

}

#b002_front {
    content: url('img/bild2_1.jpg');

}

#b003_back {
   content: url('img/bild3_2.jpg');

}

#b003_front {
    content: url('img/bild3_1.jpg');

}




#image-comparison-1 .image-comparison img {
  /* Specific styles for the first image comparison */
}

#image-comparison-2 .image-comparison img {
  /* Specific styles for the second image comparison */
}

#image-comparison-3 .image-comparison img {
  /* Specific styles for the second image comparison */
}



.image-comparison img {
  transition: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-comparison .images-container {
  position: relative;
  display: flex;
}

.image-comparison .images-container .before-image {
  position: absolute;
  top: 0;
  width: 50%;
}

.image-comparison .slider {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.image-comparison .slider-line {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.image-comparison .slider-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  transform: translate(-50%, -50%) rotateZ(90deg);
}




.img_vis, .img_vis_2, .img_vis_3, .img_vis_4 {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.img_vis {
  content: url('img/001.jpg');
}

.img_vis_2 {
  content: url('img/002.jpg');
}

.img_vis_3 {
  content: url('img/003.jpg');
}
.img_vis_4 {
  content: url('img/004.jpg');
}

