.feldgruppe {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #666;
	padding: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.einspaltigeTextgruppe {
	column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}
.legende {
	display: block;
	position: absolute;
	left: 5px;
	top: -15px;
	background-color: rgb(66, 66, 66);
	padding: 5px;
}
.formularblock {
	float: left;
	width: 32%;
	padding-right: 2%;
	height: 70px;
	margin: 0px;
}
.formularblock:last-child {
	padding-right: 0%;
}
.kleinlabel {
	display: block;
	float: left;
	font-size: 0.8em;
	width: 100%;
	height: 18px;
	margin-top: 5px;
}
select,
input,
textarea {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	color: #000;
}
select {
	border: 0px;
	padding: 2px 0px;
}
input[type="text"] {
	padding: 0px 3px;
}
textarea {
	margin-bottom: 10px;
	padding: 3px;
}
textarea+p {
	margin-top: -10px;
}
input[type="checkbox"] {
    display: none;
}
label {
  cursor: pointer;
/*   color: #555; */
}
input[type="checkbox"] + label span {
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 17px;
    background: url(../images/Formularelemente.png) 0px center no-repeat;
/*
    position: relative;
    top: -2px;
*/
}
input[type="checkbox"]:checked + label span {
    background: url(../images/Formularelemente.png) -17px center no-repeat;
}
.error {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #ffff00;
	color: #ff0000;
	text-shadow: none;
	font-family: sans-serif;
	font-size: small;
}
.platzhalter {
	display: block;
	float: left;
	width: 32%;
	height: 60px;
}
.absendebutton {
	display: block;
	width: 100%;
}
.absenden {
	border: 2px solid #aaa;
	border-right-color: #000;
	border-bottom-color: #000;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	display:block;
	white-space:nowrap;
	padding: 5px 10px;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: rgb(66, 66, 66);
	margin-right: 0px;
	margin-left: 0px;
	height: 35px;
	color: #fff;
}
.absenden:hover
	{
	color: #999;
	background-color: transparent;
	}

.absenden:active {
	color: #ccc;
	background-color: transparent;
	border-width: 1px;
	position: relative;
	left: 1px;
	top: 1px;
	}

@media only screen and (max-width:1199px) {
	form {
		width: 96%;
	}
	.formularblock {
		width: 100%;
	}
	.platzhalter {
		display: none;
	}
}
@media only screen and (max-width:959px) {
	form {
		width: 96%;
	}
	.formularblock {
		width: 100%;
	}
	.platzhalter {
		display: none;
	}
}