* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: white;
  background: black;
}

img {
  max-width: 100%;
}

.button {
  width: 420px;
  height: 71px;
  -webkit-border-radius: 35px/35px 35px 36px 36px;
  -moz-border-radius: 35px/35px 35px 36px 36px;
  border-radius: 35px/35px 35px 36px 36px;
  border-width: 2px;
  border-color: rgb(140, 0, 0);
  border-style: solid;
  background-color: #d300ad;
  -webkit-box-shadow: 0 10px 5px #510039;
  -moz-box-shadow: 0 10px 5px #510039;
  box-shadow: 0 10px 5px #510039;
  color: white;
  line-height: 71px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 100%;
}

.back-button {
	width: 83px;
	height: 39px;
	-webkit-border-radius: 20px 19px 19px 20px/20px 20px 19px 19px;
	-moz-border-radius: 20px 19px 19px 20px/20px 20px 19px 19px;
	border-radius: 20px 19px 19px 20px/20px 20px 19px 19px;
    border-width: 2px;
    border-color: rgb(140, 0, 0);
    border-style: solid;
    background-color: #d300ad;
    -webkit-box-shadow: 0 2px 5px #510039;
    -moz-box-shadow: 0 2px 5px #510039;
    box-shadow: 0 2px 5px #510039;
    color: white;
    line-height: 37px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
    display: none;
  }

.button-open {
  height: 400px;
  transition: height 0.2s ease-in-out;
  color: #830000;
}

.button-close {
  height: 71px;
  transition: height 0.2s ease-in-out;
  color: white;
}

.mehl-container {
  display: none;
  margin-top: 250px;
}

.sound-btn{
    cursor: pointer;
    display: none;
}

#play-button {
  position: absolute;
  top: 20px;
  right: 30px;
}

.nach-unten {
  transform: rotate(90deg);
}

.icon {
  margin-right: 10px;
}
#feuer {
  margin-top: 0px;
}

.menue-item {
  padding-left: 25%;
  margin-top: -30px;
  font-size: 18px;
  text-transform: none;
  color: white !important;
}

header {
  padding: 40px 40px;
}

.container {
  max-width: 720px;
}

h1 {
  margin: 60px 0;
  padding: 0;
  font-size: 50px;
  text-align: center;
  color: whitesmoke;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.max-width-100 {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.max-height-100 {
  max-height: 100%;
  height: 100%;
  width: auto;
}

.mobile {
  display: none;
}

.desktop {
  display: inline;
}

.normal-video {
  display: none;
}

@media (max-width: 767px) {

  .menue-item {
    padding-left: 20%;
  }

  .max-height-100 {
      width: 100%;
    }

  .mobile {
    display: inline;
  }

  .desktop{
    display: none;
  }

  .fullscreen-bg {
    background: url("/mobile.jpg") center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  } 

  .normal-video {
    display: inline;
  }

  .button {
     font-size: 16px;
  }
  
 
}
