body {
  height: 100%;
}
/*Kontakt*/
.text1 {
    text-align: center;
    hyphens: auto;
    margin-left: 16px;
    margin-right: 16px;
    color: white;
  }
  
  .text2 {
    font-size: 20px;
    
  }
  
  .head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-left: 16px;
    margin-right: 16px;
  }
  
  .iframeHead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .iframe {
    height: 300px;
    width: 80%;
    border-radius: 10px
  }
  /*Kontakt*/