/* @override 
	https://fiberbau.at/design.css */

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/lato-v24-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: bold;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/lato-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/lato-v24-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/lato-v24-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html, body {
	font: 1em/1.4em "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 400;
	color: #000;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
a, a:link {color: #858585;}
a:hover, a:link:hover {color: #FF0000;}
h1, h2, h3 {
	color: #184481;
	padding-top: 0;
	padding-bottom: 20px;
	margin: 0;
}
p {
	margin: 0;
	padding-bottom: 20px;
} 
#wrap {min-height: 100%; display: flex; flex-direction: column; justify-content: left; align-items: stretch; align-content: flex-start;}

.box {width: 100%; 
	background-color: #fff;
	 max-width: 900px;
	 margin-left: auto;
	 margin-right: auto;
}
.text {
	padding: 0 50px;
	margin-bottom: 20px;
}
.bild {
	padding-top: 20px;
	padding-bottom: 30px;
}
.box .text2 {
	background-color: #E5F0F8;
	padding-top: 30px;
	padding-bottom: 10px;
}
.box .text2 h2 {
	background-color: #fff;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-left: -20px;
}
.logo {
	color: #FF0000;
	display: flex;
	align-items:center;
	line-height: 1.1em;
	padding-top: 30px;
	padding-bottom: 40px;
}
.logo img {
	width: 200px;
	margin-right: 8%;
}
.abstand {padding: 35px;}
img {width: 100%;}

.fussleiste {
	background-color: #184481;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
}
.fussleiste a {
	color: #fff;
}
p.ecg { color: #C6CEDC; line-height: 1.4em; padding-top: 20px; background-color: #426698;
	font-size: 0.7em;
	margin-top: 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 767px) { 
	.logo {
		flex-direction: column;
		text-align: center;
		justify-content: cnter;
	}
	.logo img {
		margin-right: 0%;
	}
	.text {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.abstand {
		padding: 20px 5px 2px;
	}
}