.head {
  height: 80px;
  background-image: url('');
  border: 0;
}

.logo {
  background-image: url('pics/logo.svg');
  max-height: -webkit-fill-available;
  background-size: contain;
}

h1,h2,h3,h4 {
  color: #20663b ;
}

a {
  color: #20663b ;
}

a:hover {
  color: #20663b ;
}

.box_head {
  background-color: #20663b ;
}

.inputButton:hover {
  cursor: pointer;
}

/* Reiter */

.navleft {
	background-color: #20663b ;
}

.navleft li strong a:hover {
  color: #C8D3DF;
}

.subnavleft li strong a:hover {
  color: #20663b ;
}

/* Antragstellung */

.content_progress {
	border: 0;
	background: white;
	padding: 0;
}

.content_progress_step {
	padding-left: 7px;
	border-bottom: 0;
}

.content_progress_step_current {
	background-image: url('');
	padding-left: 7px;
	border-bottom: 0;
}

.content_progress_head {
	background-color: #20663b ;
	padding: 5px 8px;
}

.content_progress .content_progress_step:nth-child(odd) {
	background-color: #eee;
}

.help {
	border: 1px solid #feb;
	padding: 8px;
	margin-left: 8px;
}

.help_head {
	color: #c96;
	background-image: url('');
	border-bottom: 0;
}

.gek-alert {
	border: 1px solid #feb;
	background: #FFFFEA;
	padding: 8px;
	margin-bottom: 16px;
}

.gek-alert a,.gek-alert strong {
	color: #c96;
	font-weight: bold;
	margin-right: 4px;
}

/* Antragstellung - Anlagen */

.step {
	background: #eee;
	border: 1px solid #ddd;
	padding: 1em;
	margin: 1em 0;
}
.step .uploadContainer {
	background: #fff;
	padding: 1em;
	margin-top: 1em;
}
.step.checked {
	background: rgb(211, 255, 231);
	border: 1px solid rgb(181, 235, 204);
}
.step.current {
	background: #ddd;
	border: 1px solid #ccc;
}
.step .step_heading {
	font-weight: bold;
	color: #20663b ;
}

.namens-auswahl {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.namens-auswahl label {
	flex-grow: 1;
	margin: 4px;
	padding: 4px;
	border: 1px solid #bbb;
	background: white;
}
.name_freitext {
	margin-left: 8px;
}

.antrart-infotext {
    background: #20663b;
    margin: 0 0 10px 0;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
}

.inputLegend {
    font-weight: bold;
    color: #20663b;
}