html,
body {
    height: 100%;
}

body {
  font-size: 16px;   /* Fallback */
  font-size: 1rem; /* 16px */
  font-family: 'Inter', sans-serif;
  font-weight:  300;
  line-height: 1.2em;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  }

.wrapper{
    height: 100vh;
}
.wrapper-30px{
  box-sizing: border-box;
  border: #ffffff 30px solid;
}
  p {
      margin-top: 0;
      margin-bottom: 1rem;
  }

h1 {
    color: #ffffff;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2rem;
    object-fit: cover;
    text-align: center;
}

a {
  text-decoration: none;
  color: #000000;
  border: 0;
}

header{
  height: 30px;
  margin: 0;
  background-color: #ffffff;
}

.logo-content{
margin: 0;
padding: 0;
max-width: 100%;
overflow: hidden;
display: block;
z-index: 100;
}
.logo {
  color: #000000;
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
}

.overlay-comingsoon {
  position:absolute;
    top: 40%;
    bottom: 30%;
    left: 30%;
    right: 30%;
    overflow: hidden;
    z-index: 400;
    max-width: 100%;
    display: inline-block;
}

.overlay-contact {
  position:absolute;
    top: 40%;
    bottom: 30%;
    left: 30%;
    right: 30%;
    overflow: hidden;
    z-index: 400;
    max-width: 100%;
    display: inline-block;
}


.comingsoon {
  color: #000000;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 500,
  font-size: 0.75rem;
  object-fit: cover;
  text-align: center;
}
.video-content-mobile{
display: none;
}

.video-content-desk{
margin: 0;
padding: 0;
max-width: 100%;
max-height: 100%;
overflow: hidden;
display: block;
}

video {
  position: inherit;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
}
.coming-soon-content{
max-width: 100%;
position: inherit;
overflow: hidden;
display: block;
z-index: 100;
}

.content-bg-grey{
  background-color: #F0F0F0;
  margin: 0px;
  padding: 30px;
  font-weight:  300;
  font-size: 0.75rem;
  text-align: center;
  color: #000000;
  min-height: 80vh;
 }

address{
  font-style: normal;
}

footer {
   height: 60px;
   bottom:0;
   color: rgba(0,0,0,1);
   font-size: 0.75rem;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
  display: block;
}

.footerzeile {
      margin-top: 5px;
}

/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {
  .video-content-desk{display: none;}
  .video-content-mobile{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: table-cell;
  }
  video {
    position: inherit;
    top: 50%;
    left: 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: inline-block;
    z-index: -1;
  }
  h1 {
      color: #ffffff;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.5rem;
      line-height: 2rem;
      object-fit: cover;
      text-align: center;
  }
  .overlay-contact {
    position:absolute;
      top: 40%;
      bottom: 30%;
      left: 20%;
      right: 20%;
      overflow: hidden;
      z-index: 400;
      max-width: 100%;
      display: inline-block;
  }




}
