@charset "utf-8";
.sectionKontakt {
	box-sizing:border-box;
	width:100%;
	padding:20px;
}
.headLine {
	width:100%;
	font-size:2rem;
	color:#920508;
	margin:0 0 20px 0;
}
.divForm {
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px 0;
}
.labelForm {
	display:block;
	font-size:1.2rem;
	color:#666;
}
.inputForm {
	box-sizing:border-box;
	display:block;
	width:400px;
	height:30px;
	line-height:30px;
	font-size:16px;
	border:#666 solid 1px;
	border-radius:6px;
	padding:0 6px 0 6px;
	background:#fff;
}
.inputForm:focus {
	outline: none;
}
.area {
	height:250px;
	width: 100%;
	resize: none;
}
.secureDiv {
	position: relative;
	width:100%;
}
.secure, .secureSpan {
	display:inline-block;
	width:20px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:26px;
	border:none;
	background:#fff;
}
.secureSpan, .secure:not(.answer) {
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	caret-color: #fff;
	cursor:default;
}
.answer {
	border:#666 solid 1px;
	border-radius:6px;
	width:40px;
	height:32px;
}
.answer:focus {
	outline: none;
}
.sendButton {
	position: absolute;
	display:block;
	right: 0;
	top:0;
	width:150px;
	height:40px;
	background-color:#fff;
	color:#920508;
	border:#920508 solid 1px;
	border-radius:5px;
	font-size: 1rem;
}
.sendButton:hover {
	color:#333;
	border-color:#333;
	font-size: 1.2rem;
}
.allInputMessages{
	font-size:1.4rem;
	color:#920508;
	opacity:0;
}
.disclaimerH3{
	font-size:1.3rem;
	color:#920508;
	font-weight: 100;
}
.disclaimerP{
	font-size: 1rem;
	color:rgb(51,51,51);
}
.quelle{
	text-decoration: none;
	color:rgb(51,51,51);
}