@import url("https://fonts.googleapis.com/css2?family=Eczar&display=swap");

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}

.handy-format {
  display: none;
}
html,
body {
  overflow-x: hidden;
}

body {
  background-color: #1f2e2ee0;
  margin: 0;
  padding: 0;
  font-family: "Eczar", serif;
  letter-spacing: 0.7px;
  line-height: 40px;
  animation: appear 2s ease-in-out;
  position: relative;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion) {
  .hidden {
    transition: none;
  }
}

header {
  background-color: #1f2e2ead;
  /* background-image: url(/pictures/background2.jpg);*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.783);
  border-bottom: solid 2px white;
  background-size: 100%;
  text-align: center;
  border-radius: 0 0 5vw 5vw;
  padding-top: 5px;
}

header img {
  width: 95vw;
  max-width: 1000px;
  margin-bottom: -12px;
}

#header-ul {
  list-style: none;
  padding: 0px;
}

#header-ul a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.2px;
  background-color: #ffffff2f;
  width: 65%;
  max-width: 500px;
  margin: auto;
  border-radius: 10px;
}

#header-ul a:hover {
  background-color: #ffffff9e;
}

#header-ul a:nth-child(2) {
  margin-top: 20px;
}

.icon {
  display: none; /* Versteckt die Icons standardmäßig */
}

.icon-style {
  width: 30px;
}

#myDetails[open] #openIcon {
  display: inline; /* Zeigt das "Open Icon" an, wenn das Details-Element geöffnet ist */
}

#myDetails:not([open]) #closedIcon {
  display: inline; /* Zeigt das "Closed Icon" an, wenn das Details-Element geschlossen ist */
}

/*Slide Show CSS*/

* {
  box-sizing: border-box;
}

.mySlides {
  display: none;
}
.slideshow-container img {
  vertical-align: middle;
  border-radius: 15px;
  border: solid;
  border-width: 2px 0;
  border-color: #fff;
  width: 100%;
  height: 41.25vw;
  min-height: 300px;
  max-height: 900px;
  object-fit: cover;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1800px;
  width: 95vw;
  position: relative;
  margin: auto;
  margin-top: 30px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 15px 15px 0;
  user-select: none;
}

/*Entfernt den automatischen Hover bei mobilen Browsern*/
.prev,
.next:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  outline: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 15px 0 0 15px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #3a4747ba;
}

/* Caption text */
.text {
  color: #fff;
  font-size: 15px;
  padding: 0px 12px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 20px;
  text-align: center;
}

.text p {
  background-color: #1d1d1d85;
  line-height: 23px;
  padding: 3px 10px 0px;
  display: inline-block;
  width: auto;
  margin: auto;
  border-radius: 5px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.inhalt {
  background-color: #425757e3;
  border-top: solid 2px white;
  border-bottom: solid 2px white;
  padding: 0.5vw;
  border-radius: 20px;
  width: 95vw;
  max-width: 1800px;
  margin: 5vw auto;
  color: #fff;
}

.text-inhalt {
  padding: 10px;
  width: 95%;
  margin: auto;
}

#text-p1 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 50px;
  font-weight: bold;
}

#text-p2 {
  margin: 0px;
  margin-top: 25px;
  font-size: 25px;
  text-align: justify;
}

.ankuendigung {
  margin: auto;
  margin-top: 20px;
  max-width: 600px;
  border: solid;
  border-width: 2px 0;
  border-radius: 10px;
  border-color: #fff;
  background-color: #4a6060;
  text-align: center;
}

.ankuendigung p {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: bolder;
  margin: -10px 0 0;
}

.ankuendigung img:nth-child(1) {
  width: 50px;
  margin-top: 10px;
  border: none;
}

.ankuendigung img {
  width: 90%;
  max-width: 500px;
  margin-top: 25px;
  border-radius: 10px;
  border: solid;
  border-width: 2px 0;
}

.getraenkekarte {
  text-align: center;
  border: solid;
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
  border-width: 2px 0 2px 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #4a6060;
}

#getraenkekarte-p {
  padding: 0px 0;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.getraenkekarte details {
  background-color: #415555;
  width: 95%;
  max-width: 450px;
  margin: auto;
  margin-top: 10px;
  border-radius: 10px;
  padding: 5px;
  -webkit-tap-highlight-color: transparent;
}

.getraenkekarte details summary {
  font-size: 30px;
}

.sum-icons {
  height: 50px;
  margin-bottom: -5px;
  margin-top: 8px;
}

.getraenkekarte table {
  width: 95%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 1.5px 10px;
}

.getraenk {
  width: 65%;
  padding: 8px 0;
  text-align: center;
  font-size: 19px;
  border-left: solid 0.5px;
  border-radius: 10px 0 0 10px;
  background-color: #4a6060;
  line-height: 20px;
}

.getraenk-long {
  font-size: 15px;
}

.getraenk-preis {
  width: 35%;
  text-align: center;
  font-size: 15px;
  border-right: solid 0.5px;
  border-radius: 0 10px 10px 0;
  background-color: #4a6060;
  line-height: 35px;
}

.getraenk-hp {
  width: 55%;
  padding: 8px 0;
  text-align: center;
  font-size: 19px;
  border-left: solid 0.5px;
  border-radius: 10px 0 0 10px;
  background-color: #4a6060;
  line-height: 20px;
}

.getraenk-proz {
  width: 10%;
  background-color: #4a6060;
}

.getr-info {
  font-size: 10px;
  margin: 0;
  margin-top: 4px;
  line-height: 14px;
}

.hochpro-p {
  margin: 0;
  margin-top: 15px;
  font-size: 28px;
  font-weight: bold;
}

.icon2 {
  display: none; /* Versteckt die Icons standardmäßig */
}

.icon-style2 {
  width: 30px;
}

#myDetails2 {
  text-align: center;
  border: solid;
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
  border-width: 2px 0 2px 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #4a6060;
}

#myDetails2[open] #openIcon2 {
  display: inline; /* Zeigt das "Open Icon" an, wenn das Details-Element geöffnet ist */
}

#myDetails2:not([open]) #closedIcon2 {
  display: inline; /* Zeigt das "Closed Icon" an, wenn das Details-Element geschlossen ist */
}

#text-p3 {
  margin-top: 25px;
  text-align: center;
}

#text-p3 strong {
  font-size: 35px;
  text-align: center;
}

.inhalt ul {
  padding: 0;
  text-align: left;
}

.inhalt ul li {
  font-size: 25px;
  padding: 10px;
  list-style: none;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  max-width: 450px;
  background-color: #415555;
}

.inhalt ul li:nth-child(1) {
  margin-top: 0px;
}

.ul-icons {
  height: 60px;
}

.inhalt ul li p {
  margin: 0 5px;
}

.oeffnun {
  margin: auto;
  margin-top: 20px;
  max-width: 600px;
  padding: 10px;
  border: solid;
  border-width: 2px 0;
  border-radius: 10px;
  background-color: #4a6060;
}

.oeffnun p {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 10px 0 15px;
}

.oeffnun table {
  margin: auto;
}

.oeff-td {
  line-height: 20px;
  padding: 0 10px;
}

.oeff-td:nth-child(2) {
  text-align: center;
}

.kontakt {
  margin: auto;
  margin-top: 20px;
  text-align: center;
  background-color: #4a6060;
  border: solid;
  border-width: 2px 0;
  border-radius: 10px;
  max-width: 600px;
}

.kontakt p {
  margin: 10px 0 20px;
  font-size: 35px;
  font-weight: bold;
}

.kontakt a {
  -webkit-tap-highlight-color: transparent;
}

.kontakt a img {
  height: 45px;
  margin: 0 30px;
  padding: 4px;
  border-radius: 10px;
}

.kontakt a img:hover {
  background-color: #ffffffcd;
}

.bottom-img {
  text-align: center;
  letter-spacing: 20px;
  background-color: #4a6060;
  padding: 10px;
  width: 95vw;
  max-width: 800px;
  min-width: 200px;
  margin: 30px auto;
  border-radius: 10px;
  border: solid;
  border-width: 2px 0;
  border-color: #fff;
}

.bottom-img img {
  height: 40px;
  margin: 0 15px;
}

#f1-img {
  height: 30px;
}

.maps {
  text-align: center;
  width: 95vw;
  max-width: 1800px;
  margin: auto;
  margin-bottom: 40px;
}

.maps-fenster {
  width: 100%;
  height: 50vh;
  border-radius: 10px;
  border: solid;
  border-width: 2px 0;
  border-color: #fff;
}

.link-flaechen {
  text-align: center;
}

.link-back {
  margin: 0 3%;
  margin-bottom: 30px;
  text-align: center;
  border: solid #fff;
  border-radius: 20px;
  width: 40%;
  max-width: 200px;
  background-color: rgb(40 54 54);
  display: inline-block;
}

.link-back:hover {
  background-color: #ffffffa7;
}

.link-back a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  -webkit-tap-highlight-color: transparent;
}

.link-back p {
  margin: 0;
  margin-top: 10px;
}

.link-img {
  height: 50px;
}

/*Footer*/

footer {
  width: 65vw;
  min-width: 240px;
  max-width: 410px;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  border-radius: 4vh 4vh 0 0;
  border: solid;
  border-width: 2px 0 0 0;
  background-color: rgb(40 54 54);
  text-align: center;
  font-size: 15px;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
  line-height: 10px;
  -webkit-tap-highlight-color: transparent;
}

footer a:hover {
  border-radius: 5px;
  background-color: #ffffffcd;
}

footer p {
  margin: 0;
  font-size: 10px;
  line-height: 10px;
}

/* On foldable screens, decrease text size */
@media only screen and (max-width: 360px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }

  #header-ul a {
    font-size: 20px;
  }

  .bottom-img {
    letter-spacing: 10px;
  }

  .bottom-img img {
    height: 30px;
  }

  #f1-img {
    height: 20px;
  }

  .getraenk {
    font-size: 18px;
    width: 55%;
  }

  .getraenk-long {
    font-size: 14px;
  }

  .getraenk-preis {
    font-size: 15px;
    width: 45%;
    line-height: 35px;
  }

  .getraenk-hp {
    font-size: 18px;
    width: 50%;
  }

  .getr-info {
    font-size: 7px;
  }

  .kontakt a img {
    margin: 0 15px;
  }
}

/* Small screens */
@media only screen and (min-width: 361px) and (max-width: 400px) {
  .getraenk {
    font-size: 20px;
    width: 55%;
  }

  .getraenk-long {
    font-size: 14px;
  }

  .getraenk-preis {
    font-size: 15px;
    width: 45%;
    line-height: 35px;
  }

  .getraenk-hp {
    font-size: 20px;
  }

  .getr-info {
    font-size: 8px;
  }

  .kontakt a img {
    margin: 0 20px;
  }
}

/*Größere Bildschirme als Handy bsp. Tablets */
@media only screen and (min-width: 600px) {
  body {
    letter-spacing: 0.9px;
  }

  .handy-format {
    display: inline;
  }

  header img {
    width: 95vw;
    max-width: 1000px;
    margin-bottom: 0px;
  }

  .icon-style {
    width: 50px;
  }

  #header-ul a {
    padding: 7px 0px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.2px;
    width: 65%;
    max-width: 430px;
    margin: auto;
    border-radius: 10px;
  }

  .ankuendigung p {
    font-size: 40px;
  }

  #getraenkekarte-p {
    font-size: 40px;
  }

  #text-p3 strong {
    font-size: 40px;
  }

  .ul-icons {
    height: 90px;
  }

  .getraenk {
    font-size: 25px;
  }

  .getraenk-long {
    font-size: 24.2px;
  }

  .getraenk-preis {
    font-size: 20px;
    line-height: 40px;
  }

  .getraenk-hp {
    font-size: 25px;
  }

  .getr-info {
    font-size: 13px;
  }

  .oeff-td {
    font-size: 20px;
  }

  .oeffnun p {
    font-size: 40px;
  }

  .kontakt p {
    font-size: 40px;
  }

  .kontakt a img {
    height: 50px;
  }

  .link-img {
    height: 90px;
  }
}

@media only screen and (min-width: 800px) {
  #text-p2 {
    font-size: 30px;
    text-align: justify;
  }

  .inhalt ul li {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1000px) {
  body {
    letter-spacing: 0.9px;
  }

  #header-ul a {
    padding: 13px 0px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1.2px;
    width: 65%;
    max-width: 500px;
    margin: auto;
    border-radius: 10px;
  }

  .maps-fenster {
    height: 70vh;
  }
}

/*Das Dreieck für Details wird hier entfernt*/
::marker {
  display: none;
}

details summary::-webkit-details-marker {
  display: none;
  content: none;
}

details > summary {
  list-style: none;
}

details {
  cursor: pointer;
}

/*Slide Befehle*/

.hiddenLinks {
  opacity: 0;
  filter: blur(1px);
  transform: translateX(-10%);
  transition: all 1.2s;
}

.showLinks {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.hiddenRechts {
  opacity: 0;
  filter: blur(1px);
  transform: translateX(10%);
  transition: all 1s;
}

.showRechts {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.hiddenUnten {
  opacity: 0;
  filter: blur(1px);
  transform: translateY(60%);
  transition: all 1s;
}

.showUnten {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.hiddenSpawn {
  opacity: 0;
  filter: blur(1px);
  transition: all 1s;
}

.showSpawn {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.kontakt-icon {
  display: inline-block;
}

.kontakt-icon:nth-child(2) {
  transition-delay: 0ms;
}

.kontakt-icon:nth-child(3) {
  transition-delay: 200ms;
}

.kontakt-icon:nth-child(4) {
  transition-delay: 400ms;
}
