html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  position: relative;
  background-color: #D8006B;
  overflow-x: hidden;
  font-family: 'Arial', 'sans-serif';
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

u:hover {
  cursor: pointer;
}

p, .impressum p, .impressum div, .impressum li, .impressum a{
  font-size: 16px;
  color: #211D1F;
}
h1{
  text-align: left;
  color: #000;
}
.impressum p{
  text-align: left;
  color: #000;
}
header{
  z-index: 1;
  position: fixed;
  width: 100vw;
  height: 12vh;
  top: 1vh;
}
header img, .footer-logo img{
  height: 8vh;
  position: absolute;
  top: 1vh;
  left: 2vw;
  width: auto;
}
header div, footer div{
  position: relative;
}
.shop img{
  left: inherit;
  right: 3vw;
}
#myVideo, #myVideo2 {
  width: 100vw;
  height: 78vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 12vh;
  bottom: 0;
  z-index: -1;
}
.impressum{
  position: fixed;
  width: 100vw;
  height: 78vh;
  top: 12vh;
  overflow: scroll;
  background: #fff;
}
.impressum-inner{
  padding-left: 7vw;
  padding-right: 7vw;
}
.impressum p a{
  color: #211D1F;
}
footer{
  z-index: 1;
  position: fixed;
  width: 100vw;
  height: 8vh;
  bottom: 0;
  padding-top: 2vh;
  background-color: #D8006B;
}
.footer-logo img{
  left: inherit;
  height: 6vh;
  position: absolute;
  top: 0;
  left: 3vw;
  width: auto;
}
footer ul{
  margin: 0;
  padding: 0;
}
footer li{
  display: inline;
  padding: 0 5px;
}
.footer-social{
  position: absolute;
  top: 2.5vh;
  right: 3vw;
}
.footer-social img{
  height: 5vh;

}
.mobile{
  display: none;
}

p{
  font-size: 2vh;
  text-align: center;
  color: #fff;
}
p a{
  color: #fff;
}
a:hover{
  opacity: 0.7;
}
#hbm-privacy{
  padding: 0 7vw;
}
.togglemute{
  position: fixed;
  width: 100vw;
  display: block;
  top: 12vh;
  height: 78vh;
}

/* RESPONSIVE */

@media screen and (max-width: 1366px) {

  h2 {
    font-size: 30px;
  }



}

@media screen and (max-width: 1200px) {

  h2 {
    width: 100%;
  }



}

@media screen and (max-width: 768px) {



}

 @media screen and (orientation:portrait) {

  .mobile{
    display: block;
  }
  #myVideo, .impressum, .togglemute{
    height: 74vh;
  }
  footer{
    top: inherit;
    bottom: 0;
    background: #D8006B;
    padding-top: 2vh;
    height: 12vh;
  }
  footer p {
    font-size: 1.6vh;
    margin-top: 8vh;
  }
  .shop img{
    right: 6vw;
  }
  .footer-social{
    top: 2.5vh;
  }
}
/*
@media screen and (max-width: 768px) {
  #myVideo, .impressum{
    height: 68vh;
  }
  footer{
    top: 82vh;
  }
}
@media screen and (max-width: 600px) {
  #myVideo, .impressum{
    height: 58vh;
  }
  footer{
    top: 72vh;
  }
}*/
