@charset "utf-8";
/* min-width:800px */

/*-----------------Header-----------------*/
#header {
  height: 110px;
  padding: 16px 170px;
}
#header-right>a{
  font-size: 1rem;
}

/*-----------------Wrapper-----------------*/
#wrapper{
  margin: 150px auto 50px auto;
  padding:0 170px;
  max-width: 1300px;
}
#headline{
  font-size: 2rem;
}
#teaser{
  margin: 40px 0 0 0;
  font-size: 1.1rem;
}
#filelink{
  margin: 40px 0 50px 0;
  font-size: 1.3rem;
}
#anmeldung-form{
  max-width: 800px;
}
.t-headline{
  font-size: 1.4rem;
}
.t-headline-2{
  margin: 80px 0 0 0;
}
.flex-form{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  margin:20px 0 0 0;
}
label{
  width: 40%;
  text-align: right;
  font-size: 1.2rem;
}
#label-rechnung{
  width: 100%;
}
.flex-rechnung{
  margin:20px 0 0 0;
  display: flex;
  justify-content:flex-end;
  align-items: center;
  gap:20px;
}
#gebuehr, #sum{
  font-size: 1.4rem;
  text-align: right;
}
#sum{
  width: 44px;
  height: 32px;
  border:none;
  padding: 0;
  border-radius: 0;
  outline-width: 0;
  text-align: right;
  background: rgba(0,0,0,0);
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
#captcha-wrapper{
  justify-content: flex-end;
}
#captcha-box{
  width: 50%;
}
#captcha-text{
  font-size: 1.2rem;
  text-align: right;
}
.button {
  height: 80px;
  line-height: 20px;
  font-size: 1.4rem;
}
/*-----------------Footer-----------------*/
.sep{
  display: block;
}
.f-link{
  font-size: .8rem;
}