/* user css file */
.Bannero {
  width: max; 
  height: 20px; 
  background: #BBC2D0; 
  margin: 0 auto; 
  text-align: center; 
  line-height: 90px; 
  font-weight: bold; 
  font-size: 3rem; 
  color: #FFFFFF;
}

.Banneru {
  width: max; 
  height: 10px; 
  background: #BBC2D0; 
  margin: 0 auto; 
  text-align: center; 
  line-height: 70px; 
  font-weight: bold; 
  font-size: 3rem; 
  color: #FFFFFF;
}


}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 99%;
}

.Textfelder {
width: 95%;
}

.col-12 {
height: 10px;
}

.question {
margin-top: 1.1rem;
margin-bottom: 1.9rem;
padding-bottom: 2.0rem;
}