h1 {
  display:inline-flex;
}

.bg1 {
    background-image: url("../images/anmeldung-haendlerschulung-heroimage .jpg");
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 125px 0px;
}

.vertical-center {
    min-height: 30%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 30vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

select:focus,input[type=text]:focus, input[type=select]:focus, input[type=password]:focus, input[type=textarea]:focus, textarea:focus, input[type=email]:focus {
  box-shadow: none;
  border-bottom: 1px solid #000;
}


.inputborder {
  -webkit-writing-mode: horizontal-tb !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 18px;
  font-size: .875rem;
  padding: 10px 10px 9px 10px;
  padding: .625rem .625rem .5625rem .625rem;
  color: #7b7b7b;
  text-align: left;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  padding-left: 0;
  margin-bottom: 5px;
  margin-bottom: .625rem;
  width: 100%;
  padding-top: 0px;

}

.selectborder:focus {
  box-shadow: none;
  border-bottom: 1px solid #000;
}

.selectborder {
  padding-left: 0;
  text-align: left;
  box-shadow: none;
  border:none;
  border-bottom: 1px solid black;
  border-radius: 0;
  font-size: 14px;
  font-size: .875rem;
  color: #7b7b7b;
  line-height: 19px;
  line-height: 1.1875rem;
}

.whitespace-n {
  white-space: normal;
}

.headertext {
text-shadow: 0 0 7px black;
  margin: 0px;

  clear: both;

}

.logo {
  width: 200px;
  height: auto;
  padding-bottom: 30px;


}

@media (min-width: 100px) {
  body {
    font-size: 15px;
  }
  .inputborder,.selectborder {
    font-size: 15px;
  }
  .headertext{
    font-size:30px;
    margin: 0px;
    padding: 0px;
    display: inline;
  }

  .bg1 {
    padding: 30px 0px;
  }

}

@media (min-width: 576px) {
  body {
    font-size: 15px;
  }
  .inputborder,.selectborder {
    font-size: 15px;
  }
  .logo {
    width: 300px;
    padding:0px;
  }
  .headertext{
    font-size:45px;
  }
  .bg1 {
    padding: 50px 0px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
  .inputborder,.selectborder {
    font-size: 13px;
  }
  .headertext{
    font-size:70px;
  }
  .bg1 {
    padding: 70px 0px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
  .inputborder,.selectborder {
    font-size: 16px;
  }
  .headertext{
    font-size:80px;
    float: left;
  }
  .logo {

    float: right;
  }
  .bg1 {
    padding: 35px 20px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }
  .inputborder,.selectborder {
    font-size: 18px;
  }
  .headertext{
    font-size:90px;
  }
  .bg1 {
    padding: 35px 20px;
  }

}





