/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 06.04.2021
    Author     : Anika Schmitz
*/

/*body, textarea {
   font-family: Verdana, Sans-Serif;
   font-size: 14px;
  }

  form {
   background-color: #EAEAEA;
   width: 50%;
   padding: 10px;
   margin: Auto;
  }

  span.pflichtfeld {
   font-size: 12px;
   color: Red;
  }

  span.hilfetext {
   font-size: 10px;
   font-style: Oblique;
  }*/

/* textarea Mitteilung */
  /*.textinput {
    float: left;
    width: 100%;
    min-height: 100px;
    resize: vertical;
  }

#rahmen {
  border-color: black;
  border-width: 1px;
  border-style: solid;
}*/

@media (max-width:605px) {
  p.staffel-mobil {
    margin-top: 15px !important;
    margin-bottom: 0rem !important;
  }
}

.optionfeld {
  padding: 10px;
  background-color: transparent !important;
  margin-top: 30px;
}