body {
  font-family: Helvetica, Arial, sans-serif;
  background: linear-gradient(
    180deg,
    #fffcf4 0%,
    #fff0e4 31%,
    #f3f8ff 66%,
    #f6efee 86%,
    #fffcf4 98%
  );
  background-size: cover;
  color: #30282a;
  height: 100vh;
  margin-top: 25vh;
}

#popup_menu {
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px); /* Apply the blur effect */
  -webkit-backdrop-filter: blur(10px); /* For Safari */
  background-color: hsla(0, 0%, 100%, 0.2);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

#menu_close {
  width: 100vw;
  display: block;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin-top: 100px !important;
  margin-bottom: 100px;
}
#menu_close img {
  height: 3vh;
}

.menulink {
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.menulink a {
  font-weight: bolder;
  font-size: 50px;
  color: #30282a;
  text-decoration: none;
}

.fullscreen {
  width: 100%;
}

.content {
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;

  justify-content: space-between;
  align-content: center;
}

.intro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.part {
  width: 35vw;
}

.space {
  height: 100px;
  display: block;
}

#hey {
  height: 50vh;
}

h1 {
  font-size: 50px;
  font-weight: bolder;
  max-width: 80vw;
  word-break: initial;
}

p {
  font-size: 19px;
}

.pdf {
  text-decoration: underline;
  color: #e55353;
}

#head {
  width: 100vw;
  top: 0;
  position: fixed;
  justify-content: center;
  align-content: center;
  text-align: center;
}

#logo img {
  height: 10vh;

  margin: 0 !important;
}

a {
  cursor: pointer;
}

#menu img {
  height: 3vh;
  margin-top: 1vh;
  top: 0;
  cursor: pointer;
}

.container {
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  align-content: center;
  margin-top: 5vh;
}

button {
  background-color: #ffc431;
  padding: 20px;
  border: none;
  border-radius: 50px;
  height: fit-content;
  width: fit-content;
  text-align: center;
  justify-content: center;
  margin-top: 3vh;
  margin-bottom: 5vh;
  cursor: pointer;
  font-size: 19px;
  color: #30282a !important;
}

.two {
  display: flex;
}

.quad img {
  height: 40vh;
  width: 40vh;
}

.quad video {
  height: 40vh;
  width: 40vh;
}

.item {
  width: 25vw;
}
.item img {
  object-fit: cover;
  height: 25vh;
  width: 25vw;
}

.big_item {
  width: 25vw;
}
.big_item img {
  object-fit: contain;
  height: auto;
  width: 25vw;
}

.big_item video {
  object-fit: contain;
  height: auto;
  width: 25vw;
}

.item video {
  object-fit: cover;
  height: 25vh;
  width: 25vw;
}

.item iframe {
  object-fit: cover;
  height: 25vh;

  width: 25vw;
}

.scroll_logo {
  width: 100vw;
}
.left_logo {
  right: 0;
  margin-top: -10vh;
}

.right_menu {
  margin-top: 5vh;
  background-color: #ffc431;
  width: fit-content;
  position: absolute;
  right: 25px;
  padding: 15px;
  border-radius: 50%;
}

.intro {
  width: 60vw;
}

.hoch {
  height: 100vh;
  display: flex;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.karten {
  height: 350px;
  overflow: scroll;
  left: 0 !important;

  margin-bottom: 100px;
  right: 0 !important;
}

.karten img {
  height: 345px;
}

.middle {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.middle video {
  margin: 1em;
}

@media screen and (max-width: 800px) {
  .hoch {
    height: auto;
    width: 80vw;
  }

  .part {
    width: 75vw;
  }

  .content {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .intro {
    width: 80vw;
  }

  .middle {
    display: block;
  }
  .two video {
    width: 80vw;
  }

  .content {
    margin-left: auto;
    margin-right: auto;
  }

  #hey {
    height: auto;
    width: 80vw;
  }
  .container {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 5vh;
  }

  .quad img {
    width: 80vw;
    height: auto;
    margin: 3vh;
  }

  .space {
    height: 50px;
  }

  .item {
    width: 80vw;
    box-shadow: 5px 5px 25px hsla(0, 0%, 0%, 0.5);
    margin: 3vh;
  }
  .item img {
    object-fit: cover;
    height: 25vh;
    width: 80vw;
  }

  .big_item {
    width: 80vw;
    box-shadow: 5px 5px 25px hsla(0, 0%, 0%, 0.5);
    margin: 3vh;
  }
  .big_item img {
    object-fit: contain;
    width: 80vw;
  }

  .big_item video {
    object-fit: contain;
    width: 80vw;
  }
  .item iframe {
    left: 0;
    margin: 12px;
    width: 70vw;
    bottom: 0;
  }

  .item video {
    object-fit: cover;
    height: 25vh;

    width: 80vw;
  }

  .two {
    display: block;
  }
}

.footer {
  background-color: #ffc431;
  padding-top: 75px;
}

.socialmedia {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.socialmedia img {
  width: 50px;
  margin: 15px;
}

#check {
  align-items: end;
  bottom: 0;
  text-align: center;
  justify-items: center;
}

#check img {
  width: 300px;
  height: 300px;

  margin-bottom: -5px;
  padding-bottom: -5px;
}

.foot_nav {
  display: flex;
  justify-content: center;
  align-content: center;
}
.foot_nav a {
  color: white;
  text-transform: uppercase;
  margin-right: 50px;
  line-height: 25px;
}

/*
  Buttons
  */

.icon {
  justify-content: center;
  align-content: center;
  text-align: center;
  margin-bottom: 50px;
}

.icon img {
  width: 80px;
}

.spooky {
  font-family: Helvetica, Arial, sans-serif;
  background: linear-gradient(
    180deg,
    #2e2c38 0%,
    #2e1934 31%,
    #151c27 66%,
    #1b0934 86%,
    #2e2c38 98%
  );
  background-size: cover;
  color: #fff9e4;
  height: 100vh;
  margin-top: 25vh;
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 30px;
    font-weight: 1000;
    text-transform: uppercase;
  }

  button {
    background-color: #ffc431;
    max-width: 60vw;
    padding: 15px;
  }

  .content {
    margin-left: auto;
    margin-right: auto;
  }
}
