body{
  background-color: #F4F4F4;
  font-family: "Roboto", sans-serif;
}
h2 {
  color: #f05d26;
  font-size: 30px;
  line-height: 1.4;
  font-family: "Maven Pro", sans-serif;
  font-weight: 900!important;
}
.formden_header {
  min-height: 300px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headcontainer{
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;  
}
.formden_header h2{ 
  margin: 0 0 20px !important;
  padding: 0 !important;
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
}

.input-group-addon{
  border-radius: 0;
}
.form-control{
  border-radius: 0;
}
.form-control:focus{
  border-color: #f05d26;
  webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240,93,38,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240,93,38,.6);
}
.panel-default{
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.panel-body{
  padding: 60px;
}
.ondertitel{
  color: #000000;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.asteriskField{
  color: #f05d26;
}
.btn{
  background-color: #f05d26;
  border-radius: 0;
  border-color: #f05d26; 
}
.btn:hover{
  background-color: #f05d26;
  border-radius: 0;
  border-color: #f05d26; 
}

.container{
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .formden_header h2{
    font-size: 4rem;
  }
  .ondertitel{
    font-size: 1.6rem;
  }
}