@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: rgb(112, 128, 144);
  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: rgb(82 97 111);
  /* 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 */
}

.ankuendigung {
  margin: auto;
  margin-top: 20px;
  width: 95vw;
  max-width: 800px;
  border: solid;
  border-width: 2px 0;
  border-radius: 20px;
  border-color: #fff;
  background-color: rgb(82 97 111);
  text-align: center;
}

.ankuendigung p {
  color: #fff;
  text-align: center;
  font-size: 45px;
  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: 650px;
  margin-top: 25px;
  border-radius: 10px;
  border: solid;
  border-color: #fff;
  border-width: 2px 0;
}

.top-part {
  background-color: rgb(82 97 111);
  border-top: solid 2px white;
  border-bottom: solid 2px white;
  padding: 0.5vw;
  border-radius: 20px;
  width: 95vw;
  margin: 5vw auto;
}

#slideshow {
  margin: auto;
  position: relative;
  width: 100%;
  height: 69.75vw;
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.slideimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: solid;
  border-width: 2px 0;
  border-color: #fff;
}

.entrance {
  width: 90vw;
  margin: auto;
}

.entrance p:nth-child(1) {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 50px;
  color: #fff;
}

.entrance p:nth-child(2) {
  font-size: 25px;
  color: #fff;
  margin-top: 0px;
  text-align: lef;
}

.seitenverlinkung {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #ffffff12;
  padding: 15px;
  border-radius: 10px;
  border-top: solid white;
  border-bottom: solid white;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}

.seitenverlinkung:hover {
  background-color: #ffffffa6;
}

.seitenverlinkung img {
  height: 60px;
}

.lower-part {
  background-color: rgb(82 97 111);
  border-top: solid 2px white;
  border-bottom: solid 2px white;
  padding: 0.5vw;
  border-radius: 20px;
  width: 95vw;
  margin: 5vw auto;
}
.entrance2-2 p {
  font-size: 25px;
}

#myDetails2 summary {
  text-align: center;
  margin-bottom: -10px;
}

#myDetails2 summary p {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
}

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

.icon-style2 {
  width: 30px;
}

#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 */
}

.veranstaltungen {
  width: 90%;
  margin: auto;
  color: #fff;
}

.entrance2-1 p {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.entrance2-2 p {
  margin-top: 20px;
}

#slideshow2 {
  margin: auto;
  position: relative;
  width: 100%;
  height: 55vw;
}

#slideshow2 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.slideimg2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.kontakt {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: rgb(82 97 111);
  border: solid;
  border-width: 2px 0;
  border-radius: 20px;
  border-color: #fff;
  color: #fff;
  width: 95vw;
  max-width: 600px;
}

.kontakt p {
  margin: 15px 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;
}

/*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(82 97 111);
  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;
}

@media only screen and (max-width: 370px) {
  #header-ul a {
    font-size: 20px;
  }

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

@media only screen and (max-width: 460px) {
  #myDetails2 {
    text-align: justify;
  }
}

@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: 50px;
  }

  .top-part {
    padding: 5px 0;
    border-radius: 20px;
    max-width: 1800px;
    width: 95vw;
    margin: 30px auto;
  }

  #slideshow {
    margin: 100px 15px 0px 2%;
    float: right;
    position: relative;
    width: 50%;
    height: 37.5vw;
    max-height: 700px;
  }

  #slideshow > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .slideimg {
    object-fit: cover;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }

  .entrance {
    width: 95%;
    margin: 30px auto;
  }

  .entrance p:nth-child(1) {
    margin: 0;
    text-align: center;
    font-size: 50px;
    color: #fff;
  }

  .entrance p:nth-child(2) {
    margin: 0;
    font-size: 30px;

    color: #fff;
    text-align: justify;
  }

  .lower-part {
    padding: 5px 0;
    border-radius: 20px;
    max-width: 1800px;
    width: 95vw;
    margin: 30px auto;
  }

  .seitenverlinkung {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  #myDetails2 summary p {
    margin-top: 20px;
    font-size: 50px;
  }

  .icon-style2 {
    width: 40px;
  }

  .entrance2-1 p {
    font-size: 40px;
  }
  .entrance2-2 p {
    font-size: 30px;
    color: #fff;
    text-align: justify;
  }

  .kontakt p {
    margin-top: 20px;
    font-size: 50px;
  }
}

@media only screen and (min-width: 670px) {
  .sv1 {
    width: 250px;
  }

  #slideshow {
    margin-top: 210px;
  }
}

@media only screen and (min-width: 850px) {
  .sv1 {
    width: 350px;
    margin-bottom: 10px;
  }

  #slideshow {
    margin-top: 100px;
  }
}

@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;
  }

  .top-part {
    padding: 5px 0;
    border-radius: 20px;
    max-width: 1800px;
    width: 95vw;
    margin: 30px auto;
  }

  #slideshow {
    margin: 100px 15px 0px 2%;
    float: right;
    position: relative;
    width: 50%;
    height: 37.5vw;
    max-height: 700px;
  }

  #slideshow > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .slideimg {
    object-fit: cover;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }

  .entrance {
    width: 95%;
    margin: 30px auto;
  }

  .entrance p:nth-child(1) {
    margin: 0;
    text-align: center;
    font-size: 50px;
    color: #fff;
  }

  .entrance p:nth-child(2) {
    margin: 0;
    font-size: 35px;
    color: #fff;
    text-align: justify;
  }

  .sv1 {
    width: 400px;
  }

  .lower-part {
    padding: 5px 0;
    border-radius: 20px;
    max-width: 1800px;
    width: 95vw;
    margin: 30px auto;
  }

  .entrance2-2 p {
    font-size: 35px;
    color: #fff;
    text-align: justify;
  }

  #slideshow2 {
    float: left;
    width: 50%;
    max-width: 800px;
    max-height: 360px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1132px) {
  .sv1 {
    width: 45%;
  }
  .seitenverlinkung {
    width: 45%;
  }
}

/*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;
}
