#requestform {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #2f3941;
    min-width: 100px; 
    max-width: 650px; 
	padding: 0 8px;
}
.title { 
	font-family: Arial, Helvetica, sans-serif;  
	font-weight: bold; 
	padding: 12px 0 0;
}

textarea {  
	vertical-align: top; 
	border-color: #2f3941;
	border: 1px solid #2f3941; 
	border-radius: 4px;
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 80px;
}
.field {
	width: 100%;
}
	
select {  
	vertical-align: top; 
	border-color: #2f3941;
	border: 1px solid #2f3941; 
	border-radius: 4px;
	width: 100%;
	height: 100%;
	background-position: right 10px center;
	padding: 8px 30px 8px 10px;
	outline: none;
	color: #2f3941;
	background-color: white
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input[disabled] {
  background-color: #ddd;
}

input[type=text] {  
	vertical-align: middle; 
	border-color: #2f3941;
	border: 1px solid #2f3941; 
	height: 35px;
	border-radius: 4px;
	width: 100%;
}

input[type=submit] {  
	vertical-align: middle; 
	border-color: #2f3941;
	border: 1px solid #2f3941; 
	height: 35px;
	border-radius: 4px;
	width: 30%;
	background-color: #138943;
	color: white;
	cursor: pointer;
}

input[type=submit]:disabled {
	background-color: #aaa;
	border-color: #aaa;
	color: #eee;
	cursor: not-allowed;
}

input[type=radio] {  
	accent-color: #138943;
}

/*
a:link,a:visited  {
	color: #138943;
}	

a:hover {
	color: #9FCC3B;
}
*/

.container {
    min-width: 100px; 
    max-width: 650px; 
}	

.label-row {
	margin-top: 18px;
	text-align: start;
}

.input-row {
	margin-top: 6px;
}

.radio-row {
	margin-top: 6px;
	text-align: start;
}

.submit-row {
	margin-top: 18px;
	margin-bottom: 18px;
}

label {
	width = "100"
}

.sonstiges-text,
input[type=text].sonstiges-text {
	display: block;
	margin-top: 4px;
	margin-left: 20px;
	width: calc(100% - 20px);
	box-sizing: border-box;
}

ul,
ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;

  [dir="rtl"] & {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
  }
}

// Sub level list
ul > ul,
ol > ol,
ol > ul,
ul > ol,
li > ul,
li > ol {
  margin: 0;
}

ul {
  list-style-type: disc;
}

div[type="box"] {
  border: 1px solid dimgrey;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 16px;
}