body {
    background: url("/IMG/backrground/bg.jpg");
    background-size: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

  
  .container { 
  width: 90vw;
  height: 80vh;
  margin: 75px auto;
  } 
  .glass {
  background-color: rgba(0,0, 0, 0.5);
  border-radius: 20px;
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);


}

.headline {
  
  position: absolute;
  top: 28vh;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-decoration: underline;
  font-size: x-large;


}
.back {
  position: absolute;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2px 4px;
    
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 150%;


}
.Email {
position: absolute;
  color: white;
  font-size: 30px;
  top: 45%;
  left: 35%;
  transform: translate(-50%, -50%)
}
.Tele {
  position: absolute;
  color: white;
  font-size: 30px;
  top: 45%;
  left: 65%;
  transform: translate(-50%, -50%)

}
.Ort {
  position: absolute;
  color: white;
  font-size: 30px;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media(max-width: 1460px){

.Ort{
  
  left: 48%;
  top: 50vh;
  padding-bottom: 5%;
}

.Tele{
  
  left: 50%;
  top: 73vh;
   margin-bottom: 5%;
}
.Email{
 
  left: 50%;
  top:62vh
   
}

}


@media(max-height: 500px){
   .headline{
    font-size: 80%;
   }
}
@media(max-width: 950px){

.Ort{
  font-size: 15px;
  left: 48%;
  top: 50vh;
}

.Tele{
  font-size: 15px;
  left: 50%;
  top: 73vh;
}
.Email{
  font-size: 15px;
  left: 50%;
  top:62vh
}
.back{
  font-size: 100%;
}

}