.kon-1{
 background-image: url(/thumb/LogoDesign_Neu/POSTER_SIONSON-min.jpg);
}
.intro{
  display: flex;
  justify-content: center;
}
.wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width:80vw;
  margin-bottom: 10px;
  
  padding-top: 50px;
  
}
.wrapper h1{
  font-weight: 500;
  margin: 20px;
  font-size: 1.6em;
  color: rgb(55, 55, 55);
}
.wrapper h2{
  margin-top: 20px;
 
  font-size: 2.3em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: rgb(55, 55, 55);
}



 @media(max-width: 710px){
.wrapper h1{
  font-size: 1.2em;
}
  }  
  @media(max-width: 710px){
.wrapper h2{
  font-size: 1.5em;
  line-height: 1.5em;
}
  }  
  
  
  .formular{
    border-bottom: 2px solid rgb(82, 42, 0);
  }