body {
	margin: 0px;
	padding: 0px 4vw;
	background-color: #0d336b;
	color: #2f2f2f;
	font-family: Verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1em;
}

h1 {
	margin: 0px;
	padding: 24px 0px 12px 0px;
	color: #0d336b;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.2em;
}

h2 {
	margin: 0px;
	padding: 20px 0px 12px 0px;
	color: #3f3f3f;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2em;
}

h3 {
	margin: 8px 0px 8px 0px;
	padding: 0px;
	color: #0d336b;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
}

p, li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.5em;
}
ul {
	margin: -12px 0px 0px 0px;
	padding: 0px 0px 16px 24px;
}
ul.notopmarginal {
	margin-top: 0px;
}

.headerarea p,
.footerarea p,
.intropage p {
	padding-bottom: 16px;
}

a:link,
a:visited {
	color: #0d336b;
	text-decoration: none;
	border-bottom: 1px solid #0d336b;
}
a:hover,
a:active {
	color: #171717;
	text-decoration: none;
	border-bottom: 1px solid #171717;
}

.contentarea {
	margin: 0px auto;
	max-width: calc(16vw + 720px);;
}

.headerarea {
	padding: 20px calc(8vw - 12px) 20px;
	background-color: #fbfbfb;
	border-bottom: 16px solid #0d336b;
}
.headerarea .firstcolumn {
	width: calc(50% - 8px);
	float: left;
}
.headerarea .secondcolumn {
	width: calc(50% - 8px);
	float: left;
	padding-top: 20px;
	text-align: right;
}
.footerarea {
	padding: 18px calc(8vw - 12px) 12px;
	background-color: #fbfbfb;
}

.formarea {
	padding: 12px calc(8vw - 12px) 48px;
	background-color: #fbfbfb;
	border-bottom: 16px solid #0d336b;
}

.picturearea {
	padding: 0px;
	background-color: #fbfbfb;
	border-bottom: 20px solid #0d336b;
	position: relative;
}
.heropicture {
	width: 100%;
	height: auto;
	margin-bottom: -6px;
}
.herotitle {
	position: absolute;
	bottom: calc(5vw - 12px);
	left: calc(8vw - 12px);
}
.herotitle h1 {
	padding: 8px 16px 12px 16px;
	background-color: #0d336bb3;
	color: #ffffff;
	font-size: 48px;
}

.logo {
	width: 208px;
	height: auto;
}

.divcolumns {
}

.column2 {
	width: calc(50% - 8px);
	float: left;
}
.column2:first-child {
	width: calc(50% - 8px);
	padding-right: 16px;
}

.column4 {
	width: 25%;
	float: left;
}

.formfield {
	margin: 0px;
	padding: 10px 0px 14px;
	border-bottom: 2px solid #ebebeb;
}
.noborder .formfield {
	padding: 10px 0px 2px;
	border-bottom: none;
}

.mustfill {
	font-weight: 700;
	color: red;

}

.formtxt {
	margin: 6px 0px 6px 0px;
	padding: 4px;
	width: calc(100% - 12px);
	border: 2px solid #0d336b;
	border-radius: 0px;
	background-color: #f7f7f7;
	color: #171717;
	font-size: 18px;
	line-height: 1.2em;
}

.formnum,
.formcalc {
	margin: 6px 0px 6px 0px;
	padding: 4px;
	width: 80px;
	border: 2px solid #0d336b;
	border-radius: 0px;
	background-color: #f7f7f7;
	color: #171717;
	font-size: 18px;
	line-height: 1.2em;
}

.formtxt:focus,
.formnum:focus,
.formcalc:focus {
	background-color: #ffffff;
	border-color: #0d336b;
}

.formsub {
	margin: 12px 0px 0px 0px;
	padding: 8px 16px;
	border: 2px solid #0d336b;
	border-radius: 0px;
	background-color: #0d336b;
	color: #f7f7f7;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	cursor: pointer;
}
.formsub:hover {
	background-color: #171717;
	border-color: #171717;
}

.radiotitle {
	margin: 4px 0px 0px 0px;
	width: 50%;
	float: left;
}
.radiotitlerow .radiotitle {
	width: 100%;
}

.radiofield {
	margin: 4px 0px 0px 0px;
	width: 25%;
	float: left;
	font-weight: 700;
	text-align: right;
}
.radiocont {
	position: relative;
	display: block;
	padding-right: 40px;
	margin: 8px 0px 8px 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radiocont input {
	position: absolute;
	opacity: 0;
	width: 0px;
	height: 0px;
	cursor: pointer;
}
.radiomark {
	position: absolute;
	top: -5px;
	right: 0px;
	width: 30px;
	height: 30px;
	border: 2px solid #0d336b;
	border-radius: 0px;
	background-color: #f7f7f7;
}
.radiocont input:checked ~ .radiomark {
	background-color: #0d336b;
}
.radiomark:after {
	position: absolute;
	content: "";
	display: none;
}
.radiocont input:checked ~ .radiomark:after {
	display: block;
}
.radiocont .radiomark:after {
	top: 6px;
	left: 10px;
	width: 6px;
	height: 12px;
	border: solid #ffffff;
	border-width: 0px 3px 3px 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 736px) {

	.herotitle h1 {
		font-size: 40px;
	}

	.column2 {
		width: 100%;
	}
	.column2:first-child {
		width: 100%;
		padding-right: 0px;
	}
	.column4 {
		width: 50%;
	}
	.radiotitle {
		width: 100%;
	}
	.radiofield {
		width: 50%;
	}

}

@media only screen and (max-width: 624px) {

	.headerarea .firstcolumn {
		width: 100%;
		}
	.headerarea .secondcolumn {
		width: 100%;
		margin-bottom: -16px;
		padding-top: 20px;
		text-align: left;
	}

}

@media only screen and (max-width: 360px) {

	.herotitle h1 {
		font-size: 32px;
	}

	.column4 {
		width: 100%;
	}
	.radiofield {
		width: 100%;
	}

}
