h1 { 
	font-size: 3em;
	line-height: 1em;
	color: #C2C894;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: #9CA361;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 50px 0px 10px;	
}

h4 {
	font-size: 1.2em;
	line-height: 1em;
	color: #AAB078;
	font-weight: 600;
	letter-spacing: 1px;
	/*margin: 40px 0px 10px;*/
}

ul {
	padding-left: 20px;
	line-height: 1.1em;
}
ul>li { margin: 10px 0px; }

h5 { font-size: 15px; margin:10px 0px -10px;}

p { }

a { color: #5796D5; }


.flex {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	flex-direction: row;
	align-items: start;
	justify-content: space-between;
	margin-top: 5vh;
}

.flex>div {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50%;
	color: #888;
	min-width: 333px;
	margin-right: 6vw;
	margin-bottom: 50px;
}
.flex>div:first-of-type {
	max-width: 700px;
}
.flex>div:nth-of-type(2) {
	padding-top: 0px;
	padding-left: 10px;
	flex-basis: 30%;
}

label { 
	font-size: 12px; 
	color:#999999;
	letter-spacing: 1px;
}

input[type="text"], textarea { 
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
	color: #666;
	padding: 7px 5px;
	border: 1px solid #aaa;
}

textarea {
	min-height: 160px;
	resize: none;
}


input::-webkit-input-placeholder { font-size:13px; color: #bbb; }
input::-moz-placeholder { font-size:13px; color: #bbb; }
input:-ms-input-placeholder { font-size:13px; color: #bbb; }
input:-moz-placeholder { font-size:13px; color: #bbb; }


table {
	width: 100%;
	font-size: 13px; 
	color: #999;
	line-height: 13px;
	margin-top: 5px;
	padding: 0px;
}
table tr td {
	vertical-align: top;
	text-align: left;
	padding: 0px;
}
table tr:nth-of-type(2) td {
	vertical-align: middle;
}
table tr td div{
	height: 10px;
	width: 10px;
	border: 1px solid gray;
	border-radius: 3px;
	cursor: pointer;
	background: inherit;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #BBCF1F;
	background: white;	
	padding: 2px 3px 4px 3px;
	margin-top: 0px;
}

table tr td div.checked:before { 
	content: "X";
	
}

table tr td div.notice{
	border: 2px solid #F96868;
	background: #FFC9C9;
}


div.Kontaktfeld {}
div.Kontaktfeld input:nth-of-type(1) {
	display:none;
}

.BUTTON_XHF {
	background: #F65151;
	background-image: -webkit-linear-gradient(top, #F65151, #BA3E3A);
	background-image: -moz-linear-gradient(top, #F65151, #BA3E3A);
	background-image: -ms-linear-gradient(top, #F65151, #BA3E3A);
	background-image: -o-linear-gradient(top, #F65151, #BA3E3A);
	background-image: linear-gradient(to bottom, #F65151, #BA3E3A);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	font-weight: 100;
	padding: 15px 6px;
	text-shadow: 1px 1px 20px #000000;
	border: solid #337FED 0px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	/*
	margin-right: -12px;
	margin-top: -4px;
	*/
}

.BUTTON_XHF:hover {
	background: #D03838;
	background-image: -webkit-linear-gradient(top, #D03838, #F67B7B);
	background-image: -moz-linear-gradient(top, #D03838, #F67B7B);
	background-image: -ms-linear-gradient(top, #D03838, #F67B7B);
	background-image: -o-linear-gradient(top, #D03838, #F67B7B);
	background-image: linear-gradient(to bottom, #D03838, #F67B7B);
	text-decoration: none;
}


/************************************************************* */

@media screen and (max-width: 1280px) {
/*
	h1 { font-size: 2.6em; }
	h2 { font-size: 1.2em; }
	h4 { font-size: 1.1em; }
	h5 { font-size: 14px; }
	.content { font-size: 13px; }
*/
}
	
@media screen and (max-width: 768px) {
/*
	h1 { font-size: 2.3em; }
	h2 { font-size: 1.1em; }
	h4 { font-size: 1em; }
	h5 { font-size: 13px; }
	.content { font-size: 12px; }
*/
}	