@font-face {
	font-family: "Source Sans";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	src: url("sourcesans-regular.woff") format("woff");
}

@font-face {
	font-family: "Source Sans";
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	src: url("sourcesans-italic.woff") format("woff");
}

@font-face {
	font-family: "Source Sans";
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	src: url("sourcesans-bold.woff") format("woff");
	src: url("sourcesans-bold.woff") format("woff");
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: rgb(75, 155, 65);
	text-decoration: none;
}

header {
	display: block;
	background: rgb(75, 155, 65);
	padding: 12px 18px 15px 18px;
	clear: both;
}

header p {
	margin: 0;
	color: rgb(255, 255, 255);
}

header a {
	color: rgb(255, 255, 255);
}

header a strong {
	text-decoration: underline;
}

main {
	display: block;
	padding: 25px;
	box-sizing: border-box;
}

nav {
	display: block;
	background: #d2e6cf;
	background: rgba(75, 155, 65, 0.25);
	margin: 25px 0 0 0;
	padding: 18px;
}

article {
	margin: 25px 0 0 0;
}

section {
	position: fixed;
	right: 0;
	top: 0;
	width: 25%;
	overflow-y: scroll;
	height: 100%;
	box-sizing: border-box;
	padding: 18px;
	background: rgb(35, 75, 30);
}

section p, section h1, section h2, section h3, section ul li {
	color: rgb(255, 255, 255);
}

section h2, section h3 {
	font-weight: bold;
}

section div.kopf h2 {
	float: left;
}

section div.kopf h2 + p {
	float: right;
}

section div.kopf {
	clear: both;
	height: 36px;
	margin: 0 0 18px 0;
}


body.hilfe {
	overflow: hidden;
}

body.hilfe main {
	width: 75%;
	overflow-y: scroll;
	height: 100%;
	position: fixed;
}

aside {
	width: 100%;
	height: 72px;
	background: url("kopf.svg") no-repeat;
}

aside div {
	float: left;
	margin: 14px 0 0 134px;
}

aside div + div {
	float: right;
	margin-top: 0;
}

aside div + div ul, aside div + div p {
	float: left;
	margin-bottom: 0;
}

aside div + div p {
	margin: 5px 7px 0 0;
}

aside form {
	float: right;
	margin-left: 7px;
}

h1, h2, h3, p, ul, ol, li, table, td, th, label, input, textarea, div.eingabe, select, option, button, legend, span, figcaption {
	font: normal normal 15px/18px "Source Sans", sans-serif;
	text-align: left;
	vertical-align: top;
}

form.filter {
	margin-left: -7px;
	margin-bottom: 5px;
}

form.filter input, form.filter select, form[method="get"].filter button {
	margin-bottom: 14px;
}

input, textarea {
	outline: none;
}

legend {
	color: rgb(75, 155, 65);
}

h1, h2, h3, p, ul, ol, li, table {
	margin: 0 0 18px 0;
}

h2 {
	font-weight: bold;
}

ul {
	padding-left: 18px;
}

button {
	background: rgb(75, 155, 65);
	color: rgb(255, 255, 255);
	margin: 0 0 18px 0;
	padding: 5px 7px 5px 7px;
	border: none;
}

button + button {
	margin-left: 7px;
}

button.nurlesen {
	background: rgba(75, 155, 65, 0.25);
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 18px 0;
}

table th {
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
}

table th a {
	color: rgb(255, 255, 255);
}

table th a span.sortierung {
	display: inline-block;
	width: 5px;
	height: 11px;
	background: url("icon_sortierung_auf.svg") no-repeat top right;
	margin: 3px 0 0 4px;
}

table th a span.sortierung.ab {
	background-image: url("icon_sortierung_ab.svg");
}

table span.download {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("icon_download.svg") no-repeat top right;
	margin: 3px 0 0 4px;
	border-radius: 0;
}

table span.dokumentation {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("icon_dokumentation.svg") no-repeat top right;
	margin: 3px 0 0 4px;
	border-radius: 0;
}

table span.reklamation {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("icon_reklamation.svg") no-repeat top right;
	margin: 3px 0 0 4px;
	border-radius: 0;
}

table tr:nth-child(odd) td, table tr:nth-child(odd) th {
    background: rgba(75, 155, 65, 0.1);
}

table tr:nth-child(odd) td, table tr:nth-child(odd) th {
    background: rgba(75, 155, 65, 0.1);
}

table tr + tr td, table tr + tr th {
    border-top: 1px solid rgb(75, 155, 65);
}

table thead tr:nth-child(odd) th {
	background: rgb(75, 155, 65);
	color: rgb(255, 255, 255);
}

table.fest {
	position: fixed;
	display: none;
	top: 0;
}

table.fest.ein {
	display: table;
}

table tr td, table tr th {
    padding-top: 8px;
    padding-left: 9px;
    padding-right: 9px;
}

table tr td, table tr th {
    padding-bottom: 9px;
}

table td span {
	display: inline-block;
	border-radius: 100%;
	height: 11px;
	width: 11px;
	margin: 3px 7px 0 0;
}

table td {
	text-overflow: ellipsis;
	overflow: hidden;
}

table td span.offen {
	background: rgb(255, 120, 0);
}

table td span.freigegeben, table td span.aktiviert {
	background: rgb(75, 155, 65);
}

table td span.bearbeitung {
	border: 2px solid rgb(75, 155, 65);
	background: none;
	width: 7px;
	height: 7px;
}

table td span.deaktiviert {
	background: rgba(75, 155, 65, 0.25);
}

table td span.ueberfaellig {
	background: rgb(230, 15, 0);
}

table td span.storniert {
	border: 2px solid rgb(75, 155, 65);
	background: none;
	width: 7px;
	height: 7px;
}

table td span.unbekannt {
	border: 2px solid rgb(0 ,0 ,0);
	background: none;
	width: 7px;
	height: 7px;
}

table td span.entsorgung_inarbeit {
	border: 2px solid rgb(0, 100, 175);
	background: none;
	width: 7px;
	height: 7px;
}

table td span.entsorgung_erledigt {
	background: rgb(0, 100, 175);
}

table td span.hinweis {
	background: url("icon_hinweis.svg") no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: -2px 0 -4px 4px;
}

p.hinweis {
	background: url("icon_hinweis.svg") no-repeat 0 -3px;
	padding: 0 0 18px 25px;
	margin: 0;
	color: rgb(230, 15, 0);
}

table td span.hinweis.email {
	background-image: url("icon_emailhinweis.svg");
}

p.hinweis.email {
	background: url("icon_emailhinweis.svg") no-repeat;
	background-position: 0 -2px;
	padding: 0 0 3px 25px;
}

nav ul, ul.nav {
	margin: 0 0 0 -7px;
	padding: 0;
}

ul.nav {
	margin: 0 0 18px -7px;
}

nav ul li, ul.nav li {
	display: inline-block;
	margin: 0 0 0 7px;
}

nav ul li a, ul.nav li a {
	display: inline-block;
	border: 1px solid rgb(75, 155, 65);
	padding: 4px 6px 4px 6px;
}

nav ul li strong a, ul.nav li strong a {
	background: rgb(75, 155, 65);
	color: rgb(255, 255, 255);
}

nav li span {
	display: inline-block;
	background: rgb(255, 120, 0);
	color: rgb(255, 255, 255);
	border-radius: 100%;
	text-align: center;
	margin-left: 4px;
	padding: 0 5px 0 5px;
}

input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"], textarea, div.eingabe {
	padding: 4px 7px 4px 7px;
	border: 1px solid rgb(75, 155, 65);
	margin: -4px 0 0 7px;
}

input::-webkit-input-placeholder {
	color: rgb(75, 155, 65);
	font-style: italic;
}

input::-moz-placeholder {
	color: rgb(75, 155, 65);
	font-style: italic;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: rgb(75, 155, 65);
	font-style: italic;
}

select {
	margin: -5px 7px 0 7px;
	border: 1px solid rgb(75, 155, 65);
	padding: 4px 7px 4px 7px;
}

form[method="get"] button {
	margin: -5px 0 0 7px;
}

fieldset {
	border: 1px solid rgb(75, 155, 65);
	margin: 0 0 18px 0;
	padding: 17px;
}

fieldset div {
	clear: both;
}

fieldset label, fieldset span {
	text-align: right;
	width: 200px;
	float: left;
	margin-right: 7px;
	margin-top: 4px;
}

fieldset input + label {
	text-align: left;
}

fieldset.zahlen label {
	width: 350px;
}

fieldset input, fieldset textarea, div.eingabe {
	box-sizing: border-box;
	padding: 4px 7px 4px 7px;
    border: 1px solid rgba(75, 155, 65, 1);
	background: rgba(75, 155, 65, 0.25);
	width: 300px;
	float: left;
	margin: 0 0 9px 0;
	white-space: pre-line;
	
	
}

fieldset textarea, div.eingabe {
	width: 400px;
	height: 98px;
}

fieldset textarea[name="nachricht"], div.eingabe {
	width: 50%;
	height: 300px;
}

div.eingabe {
	height: auto;
}

fieldset select {
	margin: -3px 0 9px 0;
	float: left;
}

fieldset div div {
	float: left;
	clear: none;
}

fieldset div + p, fieldset div + p + p {
	clear: both;
	float: left;
	margin: 18px 0 0 0;
}

input.nurlesen, textarea.nurlesen, div.eingabe {
	background-color: rgba(75, 155, 65, 0.1);
}

fieldset div input:first-child {
    border-color: transparent;
	text-align: right;
	margin-right: 7px;
	width: 350px;
	background: rgba(75, 155, 65, 0.125);
}

fieldset div input + input {
	width: 150px;
}

fieldset div div input:first-child {
   width: auto;
}

fieldset input:first-child::-webkit-input-placeholder {
	color: rgb(0, 0, 0);
	font-style: italic;
}

fieldset input:first-child::-moz-input-placeholder {
	color: rgb(0, 0, 0);
	font-style: italic;
}

fieldset input:first-child:-ms-input-placeholder {
	color: rgb(0, 0, 0);
	font-style: italic;
}

fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="tel"], fieldset input[type="email"], fieldset input[type="number"] {
	margin: 0 0 9px 0;
}

fieldset input[type="radio"], fieldset div input[type="radio"]:first-child {
	margin-top: 7px;
	margin-right: 4px;
}

fieldset label + input[type="radio"] {
	margin-left: 9px;
}

fieldset input[type="radio"], fieldset input[type="radio"] + label {
	width: auto;
}

fieldset input + a {
	position: absolute;
	display: block;
	left: 476px;
	top: 6px;
	width: 25px;
	height: 15px;
	background: url("icon_email.svg") no-repeat;
}

fieldset input + input[type="checkbox"], fieldset select + div input[type="checkbox"] {
	width: auto;
	margin: 7.5px 0 0 10px;
}

fieldset select + div input[type="checkbox"] {
	margin: 5px 10px 0 0;
}

fieldset div input[type="checkbox"] + label {
	margin-top: -3px;
}

fieldset div.plus {
	width: 25px;
	height: 25px;
	background: rgb(75, 155, 65);
	border-radius: 100%;
	cursor: pointer;
}

fieldset div.plus::after {
	content: "+";
	color: rgb(255, 255, 255);
	position: absolute;
	margin: 4px 0 0 8px;
}

fieldset select + div {
	float: left;
	margin-left: 20px;
}

fieldset select + select {
	clear: both;
	margin-left: 207px;
}

fieldset div.merken {
	margin-left: 30px;
}

fieldset div.merken input[type="checkbox"] + label {
	margin-top: 3px;
}

fieldset div.bemerkung p:first-child {
	color: rgb(75, 155, 65);
}

fieldset div.bemerkung p:last-child, div.flaeche p:last-child {
	margin: 0;
}

fieldset div.bemerkung, div.flaeche {
	box-sizing: border-box;
	margin: 9px 0 0 0;
	padding: 9px;
	width: 100%;
	float: left;
	background: rgba(75, 155, 65, 0.1);
}

input.fehler, select.fehler, textarea.fehler {
	border-color: rgb(230, 15, 0);
	background-color: rgba(230, 15, 0, 0.25);
}

input:first-child.fehler {
	background-color: rgba(230, 15, 0, 0.125);
}

div.hinweis::after {
	content: url("icon_hinweis.svg");
	display: block;
	float: left;
	width: 11px;
	height: 20px;
	margin: 4px 0 0 7px;
}

p.meldung {
	clear: both;
	float: left;
	width: 300px;
	margin: 0 0 0 200px;
	padding: 0 0 0 7px;
	color: rgb(230, 15, 0);
}

figure {
	display: block;
	border: 1px solid rgb(75, 155, 65);
	padding: 17px;
	margin: 0;
}

figcaption {
	display: block;
	padding: 0 0 18px 0;
}

svg {
	background: rgba(75, 155, 65, 0.25);
}

svg rect {
	fill: rgb(75, 155, 65);
}

svg rect.aktuell {
	fill: rgb(75, 155, 65);
}

svg text {
	font: normal normal 15px/18px "Source Sans", sans-serif;
	text-anchor: middle;
}

svg text.balken {
	font-weight: bold;
	fill: rgb(75, 155, 65);
}

svg text.hauptbalken {
	font-weight: bold;
}

svg svg text.balken {
	text-anchor: start;
}

figure.diagramm p.legende > span {
	display: inline-block;
}

figure.diagramm p.legende span span {
	display: inline-block;
	background: rgb(75, 155, 65);
	width: 11px;
	height: 11px;
	margin: 3px 4px 0 18px;
}

figure.diagramm p.legende {
	margin: 18px 0 0 -18px;
}

figure.diagramm + figure.diagramm, figure.diagramm + h2 {
	margin-top: 25px;
}


div.menue {
	border: solid rgb(75, 155, 65);
	border-width: 1px 0 1px 0;
	margin: 0 0 18px 0;
	padding: 8px 0 9px 0;
}

div.menue p {
	margin: 0;
}

div.menue + form {
	margin-bottom: 0;
}



form div {
	position: relative;
}

form div.liste {
	position: absolute;
	display: block;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background: rgb(255, 255, 255);
	box-shadow: 0 5px 18px rgba(100, 80, 70, 0.25);
	z-index: 1;
}

form div div.liste {
	top: 26px;
}

form div.liste span {
	font: normal normal 15px/18px "Source Sans", sans-serif;
	display: block;
	width: auto;
	float: none;
	margin: 0;
	text-align: left;
	padding: 4px 8px 4px 8px;
	background: rgba(100, 80, 70, 0.25);
	cursor: pointer;
}

form div.liste span + span {
	border-top: 1px solid rgba(100, 80, 70, 0.125);
}

form div.liste span:hover, form div.liste span.aktiv {
	background: rgba(100, 80, 70, 0.5);
}

div.karte {
	position: absolute;
	left: 575px;
	width: 400px;
	height: 285px;
}

div.karte2 {
	position: relative;
	width: 100%;
	height: 325px;
	margin-bottom: 20px;
}

div.karte3 {
	position: relative;
	width: 100%;
	height: 625px;
	margin-bottom: 20px;
}




.sperrmuell nav strong a {
	background-color: rgb(210, 55, 100);
	border-color: rgb(210, 55, 100);
}

.sperrmuell article table thead tr:nth-child(odd) th, .sperrmuell article button, .sperrmuell article ul.nav li strong a {
	background-color: rgb(210, 55, 100);
}

.sperrmuell article table tr:nth-child(odd) td, .sperrmuell article table tr:nth-child(odd) th {
	background-color: rgba(210, 55, 100, 0.1);
}

.sperrmuell article table tr + tr td, .sperrmuell article table tr + tr th, .sperrmuell article ul.nav li a, .sperrmuell article div.menue, .sperrmuell article fieldset {
	border-color: rgb(210, 55, 100);
}

.sperrmuell article input::-webkit-input-placeholder {
	color: rgb(210, 55, 100);
}

.sperrmuell article input::-moz-placeholder {
	color: rgb(210, 55, 100);
}

.sperrmuell article input:-ms-input-placeholder {
	color: rgb(210, 55, 100);
}

.sperrmuell article ul.nav li a, .sperrmuell article table a, .sperrmuell article div.menue a, .sperrmuell article legend {
	color: rgb(210, 55, 100);
}

.sperrmuell article ul.nav li strong a, .sperrmuell article table th a {
	color: rgb(255, 255, 255);
}

.sperrmuell article input, .sperrmuell article textarea, .sperrmuell button.nurlesen {
	background-color: rgba(210, 55, 100, 0.25);
}

.sperrmuell article input[type="text"], .sperrmuell article input[type="search"], .sperrmuell article input[type="password"], .sperrmuell article input[type="tel"], .sperrmuell article input[type="email"], .sperrmuell article input[type="number"], .sperrmuell article textarea, .sperrmuell article select {
	border-color: rgb(210, 55, 100);
}

.sperrmuell article fieldset div input:first-child {
	background-color: rgba(210, 55, 100, 0.125);
	border-color: transparent;
}

.sperrmuell article input.nurlesen {
	background-color: rgba(210, 55, 100, 0.1);
}

.sperrmuell article input[type="radio"], .sperrmuell article input[type="checkbox"] {
	background: none;
}

.sperrmuell fieldset div.bemerkung p:first-child {
	color: rgb(210, 55, 100);
}

.sperrmuell fieldset div.bemerkung {
	background: rgba(210, 55, 100, 0.1);
}



.elektrogrossgeraete nav strong a {
	background-color: rgb(100, 80, 70);
	border-color: rgb(100, 80, 70);
}

.elektrogrossgeraete article table thead tr:nth-child(odd) th, .elektrogrossgeraete article button, .elektrogrossgeraete article ul.nav li strong a {
	background-color: rgb(100, 80, 70);
}

.elektrogrossgeraete article table tr:nth-child(odd) td, .elektrogrossgeraete article table tr:nth-child(odd) th {
	background-color: rgba(100, 80, 70, 0.1);
}

.elektrogrossgeraete article table tr + tr td, .elektrogrossgeraete article table tr + tr th, .elektrogrossgeraete article ul.nav li a, .elektrogrossgeraete article div.menue, .elektrogrossgeraete article fieldset {
	border-color: rgb(100, 80, 70);
}

.elektrogrossgeraete article input::-webkit-input-placeholder {
	color: rgb(100, 80, 70);
}

.elektrogrossgeraete article input::-moz-placeholder {
	color: rgb(100, 80, 70);
}

.elektrogrossgeraete article input:-ms-input-placeholder {
	color: rgb(100, 80, 70);
}

.elektrogrossgeraete article ul.nav li a, .elektrogrossgeraete article table a, .elektrogrossgeraete article div.menue a, .elektrogrossgeraete article legend {
	color: rgb(100, 80, 70);
}

.elektrogrossgeraete article ul.nav li strong a, .elektrogrossgeraete article table th a {
	color: rgb(255, 255, 255);
}

.elektrogrossgeraete article input, .elektrogrossgeraete article textarea, .elektrogrossgeraete button.nurlesen {
	background-color: rgba(100, 80, 70, 0.25);
}

.elektrogrossgeraete article input[type="text"], .elektrogrossgeraete article input[type="search"], .elektrogrossgeraete article input[type="password"], .elektrogrossgeraete article input[type="tel"], .elektrogrossgeraete article input[type="email"], .elektrogrossgeraete article input[type="number"], .elektrogrossgeraete article textarea, .elektrogrossgeraete article select {
	border-color: rgb(100, 80, 70);
}

.elektrogrossgeraete article fieldset div input:first-child {
	background-color: rgba(100, 80, 70, 0.125);
	border-color: transparent;
}

.elektrogrossgeraete article input.nurlesen {
	background-color: rgba(100, 80, 70, 0.1);
}

.elektrogrossgeraete article input[type="radio"], .elektrogrossgeraete article input[type="checkbox"] {
	background: none;
}

.elektrogrossgeraete fieldset div.bemerkung p:first-child {
	color: rgb(100, 80, 70);
}

.elektrogrossgeraete fieldset div.bemerkung {
	background: rgba(100, 80, 70, 0.1);
}



.gruenabfall nav strong a {
	background-color: rgb(37, 75, 30);
	border-color: rgb(37, 75, 30);
}

.gruenabfall article table thead tr:nth-child(odd) th, .gruenabfall article button, .gruenabfall article ul.nav li strong a {
	background-color: rgb(37, 75, 30);
}

.gruenabfall article table tr:nth-child(odd) td, .gruenabfall article table tr:nth-child(odd) th {
	background-color: rgba(37, 75, 30, 0.1);
}

.gruenabfall article table tr + tr td, .gruenabfall article table tr + tr th, .gruenabfall article ul.nav li a, .gruenabfall article div.menue, .gruenabfall article fieldset {
	border-color: rgb(37, 75, 30);
}

.gruenabfall article input::-webkit-input-placeholder {
	color: rgb(37, 75, 30);
}

.gruenabfall article input::-moz-placeholder {
	color: rgb(37, 75, 30);
}

.gruenabfall article input:-ms-input-placeholder {
	color: rgb(37, 75, 30);
}

.gruenabfall article ul.nav li a, .gruenabfall article table a, .gruenabfall article div.menue a, .gruenabfall article legend {
	color: rgb(37, 75, 30);
}

.gruenabfall article legend {
	color: rgb(37, 75, 30);
}

.gruenabfall article ul.nav li strong a, .gruenabfall article table th a {
	color: rgb(255, 255, 255);
}

.gruenabfall article input, .gruenabfall article textarea, .gruenabfall button.nurlesen {
	background-color: rgba(37, 75, 30, 0.25);
}

.gruenabfall article input[type="text"], .gruenabfall article input[type="search"], .gruenabfall article input[type="password"], .gruenabfall article input[type="tel"], .gruenabfall article input[type="email"], .gruenabfall article input[type="number"], .gruenabfall article textarea, .gruenabfall article select {
	border-color: rgb(37, 75, 30);
}

.gruenabfall article fieldset div input:first-child {
	background-color: rgba(37, 75, 30, 0.125);
	border-color: transparent;
}

.gruenabfall article input.nurlesen {
	background-color: rgba(37, 75, 30, 0.1);
}

.gruenabfall article input[type="radio"], .gruenabfall article input[type="checkbox"] {
	background: none;
}

.gruenabfall fieldset div.bemerkung p:first-child {
	color: rgb(37, 75, 30);
}

.gruenabfall fieldset div.bemerkung {
	background: rgba(37, 75, 30, 0.1);
}




input.fehler, select.fehler, textarea.fehler {
	border-color: rgb(230, 15, 0) !important;
	background-color: rgba(230, 15, 0, 0.25) !important;
}

input:first-child.fehler {
	background-color: rgba(230, 15, 0, 0.125) !important;
}

option.nichts {
	font-style: italic;
}



fieldset table tr:nth-child(odd) td {
	background: none;
}

fieldset table tr td:first-child {
	width: 180px;
}




p.bestaetigung {
	background: rgb(255, 120, 0);
	padding: 10px;
	color: rgb(255, 0255, 255);
}



p.fehler {
	background: rgb(230, 15, 0);
	padding: 10px;
	color: rgb(255, 0255, 255);
}

p.fehler a {
	color: rgb(255, 0255, 255);
}





section div.fenster {
	background: rgb(255, 255, 255);
	height: auto;
	margin: 0 0 18px 0;
	padding: 10px;
	border: none;
	overflow: hidden;
}

section div.fenster > div {
	overflow: hidden;
	height: auto;
	margin: 0;
}

section div.fenster > div > div {
	width: 300%;
	height: auto;
	margin: 0;
}

section div.fenster nav, section div.fenster table, section div.fenster fieldset, section div.fenster div.menue {
	margin: 0;
}

section div.fenster form {
	margin-top: 0;
	margin-bottom: 0;
}

section div.fenster form.filter {
	margin-top: 5px;
	margin-left: 0;
}

section div.fenster select, section div.fenster button {
	margin-bottom: 0;
}

section div.fenster select {
	margin-left: 0;
}

section div.fenster fieldset span {
	width: 50px;
}

section div.fenster fieldset label, section div.fenster fieldset div input:first-child {
	width: 75px;
}

section div.fenster fieldset div div input:first-child, section div.fenster fieldset div div label {
	width: auto;
}

section div.fenster a, section div.fenster select, section div.fenster input {
	pointer-events: none;
}

section h3 {
	border: 1px solid rgb(255, 255, 255);
	border-width: 1px 0 1px 0;
	padding: 3px 0 3px 0;
}

section strong span {
	font-weight: bold;
}

section span.feld {
	padding: 0 3px 0 3px;
	background: rgba(255, 255, 255, 0.25);
}

div.reiter {
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	border: 1px solid rgb(75, 155, 65);
	margin-bottom: 20px;
}

div.reiter div {
	float: left;
}

div.reiter div + div {
	border: solid rgb(75, 155, 65);
	border-width: 0 0 0 1px;
}

div.reiter div p {
	margin: 0;
	padding: 5px 8px 5px 8px;
}

div.bilder {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: rgba(75, 155, 65, 0.25);
	margin-bottom: 20px;
}

div.bilder > div {
	width: calc(33.33% - 10px);
	margin: 5px;
	overflow: hidden;
}

div.bilder > div img {
	width: 100%;
}

div.bilder > div > div {
	position: absolute;
	z-index: 2;
	margin: 10px;
}

div.bilder > div > div form, div.bilder > div > div input, div.bilder > div > div button {
	margin: 0;
}

div.bilder > div > div form {
	float: left;
	margin-right: 5px;
}

p.info_neu {
	color: #b55608;
}

@media print {

	header, nav, aside, ul.nav, p.bestaetigung, p.info_neu, p.info, #bausteine, button, .nichtdruckbar {
		display: none;
	}

	main {
		padding: 0;
	}

	article {
		margin: 0;
	}

	fieldset {
		border: none;
		padding: 0;
		margin: 20px 0 0 0;
	}

	fieldset table + div + div label {
		text-align: left;
		margin-bottom: 5px;
	}

	fieldset label {80
		width: 150px;
	}

	fieldset.zahlen label, fieldset div input:first-child {
		width: 320px;
	}

	textarea, fieldset textarea[name="nachricht"] {
		height: auto;
		overflow: visible;
	}

	legend {
		padding: 10px 0 10px 0;
	}

	div.eingabe {
		width: 100%;
	}

	form fieldset.druckposition {
		position: absolute;
		right: 0;
		top: 426px;
	}

	div.bilder > div {
		width: calc(33.33% - 10px) !important;
		height: auto !important;
	}

	div.bilder > div img {
		width: 100% !important;
		height: auto !important;
	}

}