html {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
}

body {
  color: black;
  font-family: salamat, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0.05rem;
  background-image: url("1669834537098.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-bottom: 10px;
  padding-left: 10px;
  list-style-position: inside;
  width: 100%;
}

figure {
  margin: 0;
}

main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 80px;
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 992px) {
  main {
    padding-top: 140px;
    min-height: calc(100vh - 56px);
  }
}
main #main_in {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

body {
  position: relative;
  height: 100%;
}

.container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.container h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  color: white;
  line-height: clamp(2rem, 5vw, 4rem);
  width: 100%;
  text-align: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: open-sans, sans-serif;
  text-shadow: 5px 5px 5px black;
}
.container ul {
  width: 100vw;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding: 0;
  margin-top: 1rem;
}
.container ul li {
  text-align: center;
  margin: 0.5rem;
  -ms-flex-preferred-size: calc(100% - 1rem);
      flex-basis: calc(100% - 1rem);
  max-width: 200px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  font-size: 2rem;
  line-height: 3rem;
  color: black;
  font-family: open-sans, sans-serif;
}
@media screen and (min-width: 576px) {
  .container ul li {
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .container ul li {
    -ms-flex-preferred-size: calc(25% - 1rem);
        flex-basis: calc(25% - 1rem);
  }
}
.container ul li span {
  width: 100%;
  text-align: center;
  font-weight: 700;
}

/* video as background */
#videoBG {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-aspect-ratio: 16/9) {
  #videoBG {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #videoBG {
    width: auto;
    height: 100%;
  }
}

#heute {
	width: 100%;
	padding: 1rem;
	text-align: center;
	display: none;
	font-family: open-sans, sans-serif !important;
	color: white;
	font-style: italic;
	font-size: 4rem;
    font-weight: 600;
	text-shadow: 5px 5px 5px black;
}