html {
	overflow: hidden;
}
body {
	background-color: #FFFFFF;
	border: 2px solid #e6e6e6;
	padding: 30px;
	width: 100%;
	height: 100vh;
}

h3 {
	color: #00b518;
	margin-bottom: 0.75rem;
}
p {
	margin-bottom: 0.75rem;
}

.contact_form {
	max-width: 1000px;
}
.contact_form p {
	clear: left;
	margin: 8px 0;
}
.contact_form p.left + p {
	clear: none;
}
.contact_form label {
	display: block;
	float: left;
	width: 180px;
}
input[type="search"], input[type="text"], input[type="email"], input[type="password"], select {
	height: 32px;
	padding: 0 10px;
}
textarea {
	width: 100%;
	height: 150px;
	padding: 0 10px;
}
input[type="checkbox"]:checked + label::after {
	background-image: url(img/icon_check_H12.svg);
}
input[readonly], textarea[readonly] {
	background: none;
	color: inherit;
	resize: none;
	font: inherit;
	font-style: italic;
}
.form-item label > span {
	display: none;
	color: #e53948;
	margin-left: 8px;
	cursor: pointer;
	font-size: 1.125em;
	font-weight: bold;
}
.contact_form label + input:not([type="checkbox"]) {
	width: calc(100% - 180px);
}
.contact_form .trend > b {
	display: block;
}
.contact_form .trend > p {
	display: inline-block;
	margin-right: 30px;
}
.contact_form .trend > p > label {
	display: inline;
	float: none;
	margin-right: 10px;
	vertical-align: middle;
}
.contact_form .trend > p > input {
	vertical-align: middle;
}

.error_block {
	color: #e53948;
	margin-bottom: 30px;
}

.cta.color-primary, .cta.primary, .btn.color-primary, .btn.primary {
	background: #00B518;
}

	.bilderwettbewerb .furthermembers {
		margin-bottom: 20px;
	}
	.bilderwettbewerb .furthermembers.furthermembers-single {
		display: none;
	}
	.bilderwettbewerb .furthermembers > div {
		margin-bottom: 5px;
	}
	.bilderwettbewerb .furthermembers > div label {
		text-align: right;
		box-sizing: border-box;
		padding-right: 10px;
	}
	.bilderwettbewerb .furthermembers > div span {
		display: inline-block;
		width: 145px;
		margin-right: 10px;
	}
	.bilderwettbewerb .furthermembers > div span input {
		width: 100%;
	}

@media (max-width: 639px) {
	body {
		padding: 10px;
	}
	.contact_form label {
		display: block;
		float: none;
		width: auto;
	}
	.contact_form label + input:not([type="checkbox"]) {
		width: 100%;
	}
	.contact_form p {
		margin: 10px 0;
	}
	.contact_form p.cb_group {
		margin-top: 20px;
	}
}
