/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}




/*** RESET ***/
html, body,
div, img, br,
h1, h2, h3, h4, h5, h6, p, a, em, span, strong, small, i, b, u, blockquote, q, strike,
ul, ol, li, dl, dt, dd,
address, hr, s, cite, dfn, abbr, code, var, samp, kbd, sub, sup, ins, del, pre, 
iframe, object, param, video, audio, source, track, canvas, map, area, svg, math,
form, fieldset, legend, label, input, button, select, textarea, datalist, optgroup, option, keygen, output, progress, meter,
table, caption, colgroup, col, tbody, thead, tfoot, td, th,
section, nav, article, aside, header, footer, main, figure, figcaption, data, time, mark, ruby, rt, rp, bdi, bdo, wbr, embed, details, summary, command, menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	line-height:1;
	font-weight: 400;
}

* {
	-webkit-text-size-adjust: none;
}
/*** END RESET ***/


html {
	overflow-x: hidden;
}

body {
	font-size: 16px;
	font-family: 'Open Sans', Verdana, sans-serif;
	color:#323232;
	background: #4cafe1;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
p, li, address {
	line-height: 1.45;
	font-size: inherit;
}

p, li, address {
	font-size: 15px;
	text-align: left;
}

time, span, strong, b, i {
	line-height: inherit;
}


strong, b,
strong *, b * {
	font-weight: 700;
}

a {
	color: #323232;
	line-height: inherit;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover,
a:focus,
a:active {
	color: #4cafe1;
}


address {
	font-style: normal;
}

small {
	line-height: inherit;
}


input, select, textarea, button {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 15px;
	color: #323232;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=datetime-local], input[type=number], input[type=password], select, textarea {
	border: 1px solid #323232;
	padding: 5px 6px;
	height: 33px;
	width: 100%;
	line-height: 1.5;
		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-box-shadow: 0 0 3px 0 rgba(25,25,25,0);
	-moz-box-shadow: 0 0 3px 0 rgba(25,25,25,0);
	box-shadow: 0 0 3px 0 rgba(25,25,25,0.0);
	
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
input[type=text]:focus, input[type=text]:hover, input[type=text]:active,
input[type=email]:focus, input[type=email]:hover, input[type=email]:active,
input[type=tel]:focus, input[type=tel]:hover, input[type=tel]:active,
input[type=url]:focus, input[type=url]:hover, input[type=url]:active,
input[type=date]:focus, input[type=date]:hover, input[type=date]:active,
input[type=datetime-local]:focus, input[type=datetime-local]:hover, input[type=datetime-local]:active,
input[type=number]:focus, input[type=number]:hover, input[type=number]:active,
input[type=password]:focus, input[type=password]:hover, input[type=password]:active,
select:focus, select:hover, select:active,
textarea:focus, textarea:hover, textarea:active {
	-webkit-box-shadow: 0 0 3px 0 rgba(25,25,25,0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(25,25,25,0.3);
	box-shadow: 0 0 3px 0 rgba(25,25,25,0.3);
}


input[type=checkbox], input[type=radio], input[type=file], input[type=submit], button {
	cursor: pointer;
}

input[type=submit],
button {
	background: #4cafe1;
	padding:11px;
	color: #fff;
	
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
button:hover,
button:focus,
button:active {
	background: #0c384f;
}

select {
	text-indent:0.01px; /* prevent Firefox bug */
	overflow: hidden; /* prevent Firefox bug */
	cursor: pointer;
	position: relative;
	background: url("/fileadmin/templates/img/select_arrow.png") no-repeat right center;
	background-size: 20px 7px;
	
	padding: 0 22px 0 2px;
	width: 100%;
	line-height: 1.5;
}

select[multiple=multiple],
select[size] {
	background-image:none;
	overflow-y: scroll;
}


select::-ms-expand {
	display: none;
}

/* IE 11 HACK */
@media all and (-ms-high-contrast:none) {
	option,
	option:focus,
	option:active,
	option:checked,
	option:hover {
		color: #000 !important;
		box-shadow: none !important;
	}
}

/* EDGE HACK */
@supports (-ms-ime-align:auto) {
	option,
	option:focus,
	option:active,
	option:checked,
	option:hover {
		color: #000 !important;
		box-shadow: none !important;
	}
}


textarea {
	resize: none;
	line-height: 1.2;
	height: 120px;
}


script {
	display: none !important;
}



section, nav, article, aside, header, footer, main {
	display: block;
}



.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}



.f-left {
	float: left;
}

.f-right {
	float: right;
}


.top-headline {
	font-size: 160%;
	color: #4cafe1;
	margin-bottom: 12px;
	font-weight: 700;
}

.top-subheadline {
	font-size: 125%;
	color: #4cafe1;
	margin:-10px 0 12px;
}


.display-block {
	display: block;
}


.fontweight-n {
	font-weight: normal;
}


.fontsize-40 {
	font-size: 40%;
}

.fontsize-50 {
	font-size: 50%;
}

.fontsize-70 {
	font-size: 70%;
}

.fontsize-80 {
	font-size: 80%;
}

.fontsize-110 {
	font-size: 110%;
}

.fontsize-120 {
	font-size: 120%;
}

.fontsize-130 {
	font-size: 130%;
}

.fontsize-140 {
	font-size: 140%;
}

.fontsize-150 {
	font-size: 150%;
}

.fontsize-160 {
	font-size: 160%;
}

.fontsize-170 {
	font-size: 170%;
}

.fontsize-180 {
	font-size: 180%;
}

.fontsize-190 {
	font-size: 190%;
}

.color-lightblue {
	color: #4cafe1;
}

.color-darkblue {
	color: #0c384f;
}

.color-gray {
	color: #afaeae;
}

.color-red {
	color: #fa4e6b;
}

.color-green {
	color: #86cc00;
}

.color-yellow {
	color: #ffbd00;
}

.blue-button {
	color: #fff;
	background: #4cafe1;
	padding: 8px 12px;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.blue-button:hover {
	color: #fff;
	background: #0c384f;
}


.padding-top-5 {
	padding-top: 5px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}