form input[type=text] {
    border-radius: 8px;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
}

.textfeld {
    height: 30px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 0.9em;
    line-height: 140rem;
    font-family: TheSansLight, Verdana, "Geneva, sans-serif";

}

.textfeld, .freitext {
    width: calc(100% - 2px);
    line-height: normal;
    text-decoration: none;
    background: #fff;
    color: #333;
    border: 0px solid #e4f7ed;
    margin-bottom: 12px;
    padding: 4px 4px 4px 4px;
}



.buttonBig {
    width: 100%;
}

.textfeld.requiredField{
    display: none;
}

  .bigIMAGEslogan h1 {
    font-size: 3.1em;
      font-weight: bold;
    color: #fff;
    display: inline;
    line-height: 130%;
/*        text-shadow: 1px 1px 30px white, 1px 1px 10px white,3px 2px 35px white, 3px 3px 35px white,1px 1px 30px white, 1px 1px 20px white,3px 2px 52px white;*/
text-shadow:  2px 2px 4px rgb(0 0 0);
    padding: 0 20px 0 20px;
}

@media (max-width: 900px) {
  .bigIMAGEslogan h1 {
    font-size: 3em;
  }
}

.bigIMAGE.home {
  background: url(../img/HEADER_02.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-position: right;
}

@media (max-width: 600px) {
  .bigIMAGEslogan h1 {
    font-size: 2em;
  }

  .bigIMAGE.home {
    height: 274px;
}
  
}



.bigIMAGEslogan {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1100px;
    transform: translate(-50%, -50%) ;
    margin: 0 auto;
    z-index: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0px;
}

.headerAround {
  height: 80px;
}

.header {
  height: 80px;
}

.bigIMAGE {
    height: 330px;
}