/* Regular */
@font-face {
font-family: 'Miso';
src: url("../cpfont/Miso.woff2") format("woff2"), 
		url("../cpfont/Miso.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* Italic */
@font-face {
font-family: 'Miso';
src: url("../cpfont/Miso.woff2") format("woff2"), 
		url("../cpfont/Miso.woff") format("woff");
font-weight: normal;
font-style: italic;
}
/* Bold */
@font-face {
font-family: 'Miso';
src: url("../cpfont/Miso-Bold.woff2") format("woff2"), 
		url("../cpfont/Miso-Bold.woff") format("woff");
font-weight: bold;
font-style: normal;
}
/* Bold Italic */
@font-face {
font-family: 'Miso';
src: url("../cpfont/Miso-Bold.woff2") format("woff2"), 
		url("../cpfont/Miso-Bold.woff") format("woff");
font-weight: bold;
font-style: italic;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	width: 100%;
	height: 100%;
	overflow-Y: scroll;
	overflow-x: hidden;
}
body {
	color: #665f4d;
	text-align: center;
	margin: 0;
	font: normal 24px Miso, Helvetica, Arial, Verdana, sans-serif;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
.noborder {
	border-style: none !important;
}
/* farben */
.blau {
	background-color: #00AAC8;
}
.grau {
	background-color: #665f4d;
}
.rot {
	background-color: #C9252C;
}
/* abstände */
form {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p, ul {
	line-height: 1.3em;
}
/*Linksteuerung*/
a, a:visited {
	color: #00AAC8;
	text-decoration: none;
}
a:hover {
	color: #C9252C;
}
a.anker {
	width: 0;
	height: 0;
	margin: -100px 0 0;
	padding: 0;
	position: absolute;
}/* Textformatierung:Headline		h1Ueberschrift	h2				h3				h4				h5kleine Überschr	h6	(z.B. Datum in News)normale Schrift	pkleine Schrift	span klein */
h1, h2, h3 {
	font-size: 2.1em;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
}
h1 {
	text-transform: uppercase;
}
.bg_weiss h1, .bg_weiss h2 {
	color: #C9252C;
}
.kontakt h1, .kontakt h2 {
	color: #665f4d;
}
h2 {
}
h3 {
	color: #00AAC8;
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
p {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0.5em;
}
.bg_bild h1, .bg_bild h2, .bg_bild h3, .bg_bild p {
	text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
}
ul {
	
}
li {
	list-style: none;
	background-image: url(../images/pfeil.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: auto 0.7em;
	padding-left: 30px;
	display: inline-block;
}
.startnews li {
	background-image: none;
	padding-left: 0;
}
.bg_gruen li {
	background-image: url(../images/pfeil_weiss.svg);
}
.klein, .kl {
	font-size: 18px;
}
/*cms*/
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	margin: 20px 5px;
	border-bottom: 1px solid #eee;
}
.b {
	font-weight: bold;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
}/*Seitenelemente */
header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 400;
	-webkit-box-shadow: 0px 5px 8px #666;
	-moz-box-shadow: 0px 5px 8px #666;
	box-shadow: 0px 5px 8px #666;
}
.content {
	width: calc(100% - 40px);
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}
.logo div {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: block;
	height: 100px;
	background-color: white;
	z-index: 800;
}
img.blase {
	width: 100%;
	height: auto;
	z-index: -10;
	position: absolute;
	top: 20px;
	right: 0;
}
img.icon {
	width: 140px;
	height: auto;
	position: absolute;
	z-index: 900;
	top: 10px;
	right: 30px;
}/* menue */
nav {
	text-align: center;
	height: 32px;
	z-index: 1000;
	padding-top: 68px;
	margin-left: -10px;
}
nav a, nav a:visited {
	color: #665f4d;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	width: auto;
	float: left;
	padding: 0 10px;
	border-style: none;
	display: inline-block;
	white-space: nowrap;
	line-height: 1em;
}
nav a:hover {
	color: #00AAC8;
}
nav a img {
	width: auto;
	height: 24px;
}
.bg {
	width: 100%;	
	background-repeat: no-repeat;
	background-position: center 50%;
	position: fixed;
	top: 100px;
	bottom: 0;
	z-index: -10;
	background-size: cover;
}
.home {
	padding-bottom: 0 !important;
}
.bottom {
	text-align: center;
	margin: 80px 0 0;
	padding: 2px 0;
	position: relative;
	width: 970px;
	-webkit-box-shadow: 0px -3px 3px #cdcdcd;
	-moz-box-shadow: 0px -3px 3px #cdcdcd;
	box-shadow: 0px -3px 3px #cdcdcd;
}/*cms*/
.cms {
	width: 100%;
	padding: 100px 0 120px;
	margin-right: 0;
	margin-left: 0;
	display: block;
	text-align: center;
}
.cms ul {
	width: 80%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.home {
	padding: 100px 0 120px;
}
.bg_weiss {
	background-color: #fff;
}
.bg_gruen {
	color: #fff;
	background: url(../images/bg_blau.svg);
	background-size: cover;
}
.bg_bild {
	color: #fff;
}
.bild {
	width: 100%;
}
.bildlink {
	width: 49%;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
.bild img, .bildlink img {
	width: 200px;
	height: auto;
	margin-top: 2em;
}
.karte {
	position: relative;
	width: 100%;
	height: 350px;
}
iframe {
	position: absolute;
	top: 0;
	left: 0;
}
.iframe {
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 350px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	-opera-opacity: 0.60;
	opacity: 0.60;
}
.container {
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.fliessend {
	float: left;
	margin-right: 15px;
	display: block;
	margin-bottom: 5px;
}
.bild {
	text-align: center;
	margin-right: 10px;
	float: left;
	vertical-align: top
}/* Sonderelemente */
.trennlinie {
	font-size: 0;
	width: auto;
	height: 0;
	margin-bottom: 10px;
	border-top: 1px solid #c7c5c4;
}
.center, .c {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.b {
	font-weight: bold;
}
.block {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
.rechts {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
}
.seitenzahl {
	color: #000;
	font-size: 9px;
	text-align: center;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 5px;
}
.hide {
	display: none;
}
.clearer {
	font-size: 0;
	line-height: 0;
	clear: both
}/*Tabellen*/
.cms_tabelle td {
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 10px;
}/*
start scroller
*/
.startnews {
	background-position: center 0;
	position: relative;
	width: 100%;
	height: 50vw;
	max-height: 438px;
	background-size: cover;
}
.start_width {
	width: calc(100% - 200px);
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
.start_scroll, .start_scroller li {
	width: 100%;
	width: 600px;
}
.start_scroll {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.start_scroller {
	width: 100%;
	height: 33%;
	overflow: hidden;
	float: left;
	margin-top: 25%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.start_scroller ul {
	width: 2000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.start_scroller li {
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	float: left;
	list-style-type: none;
	display: block;
}
.start_scroller li p {
	max-width: 100%;
	width: 100%;
}
.start_scroller img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.start_scroller a {
	line-height: 100%;
	text-decoration: none;
}
.start_scroll_rew, .start_scroll_fwd {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: calc(50% - 38px);
	width: 25px;
	z-index: 10;
	float: left;
	height: 76px;
}
.start_scroll_rew {
	left: 30px;
}
.start_scroll_fwd {
	right: 30px;
}
.nav_icon {	display: none;
}/*
start scroller
*/
.kundenstimmen {
	background-position: center 0;
	position: relative;
	width: 100%;
	height: 50vw;
	max-height: 50vh;
	text-align: center;
}
.stimmen_scroller li {
	width: 100%;
}
.stimmen_scroller {
	width: calc(100% - 150px);
	height: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.stimmen_scroller ul {
	width: 2000em;
	max-width: 2000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.stimmen_scroller li {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	float: left;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	padding: 0;
	background-image: none;
	width: 840px;
	height: 100%;
	max-width: calc(100vw - 200px);
}
.stimmen_scroller li p {
	max-width: 100%;
	width: 100%;
	font-size: 1.1em;
	display: inline-block;
}
.stimmen_scroller li span {
	text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
}
.stimmen_scroll_rew, .stimmen_scroll_fwd {
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	position: absolute;
	top: calc(50% - 38px);
	width: 25px;
	z-index: 10;
	float: left;
	height: 76px;
}
.stimmen_scroll_rew {
	left: 0;
}
.stimmen_scroll_fwd {
	right: 0;
}
/*  */
@media(max-width: 950px) {
	body {
	}
	.start_width {
		width: calc(100% - 80px);
	}
	.start_scroll_rew, .start_scroll_fwd {
		display: none;
	}
	.start_scroll, .start_scroller li {
		width: 500px;
	}
}
/*  */
@media(max-width: 800px) {
	body {
	}
	#mask div {
		position: absolute;
		top: 10%;
		right: 10px;
		width: calc(100% - 20px);
		height: 75%;
	}
	header {
		height: 75px;
	}
	nav {
		padding-top: 45px;
	}
	nav a, nav a:visited {
		font-size: 1.3em;
	}
	.bg {
		top: 75px;
	}
	.logo {
		width: 150px;
	}
	.logo div {
		height: 75px;
	}
	img.blase {
		top: 20px;
	}
	img.icon {
		width: 105px;
		top: 10px;
		right: 20px;
	}
	.cms {
		padding: 75px 0 80px;
	}
	.start_scroller li {
		font-size: 36px;
	}
}
/*  */
@media(max-width: 750px) {
	body {
	}
	.start_scroller li {
		font-size: 32px;
	}
	.start_scroll, .start_scroller li {
		width: 400px;
	}
	.kundenstimmen {
		height: 50vh;
	}
}
/*  */
@media(max-width: 650px) {
	body {
		font-size: 16px;
	}
	.logo {
		width: 120px;
	}
	.logo div {
		height: 75px;
	}
	img.blase {
		top: 20px;
	}
	img.icon {
		width: 90px;
		top: 10px;
		right: 20px;
	}
	nav {		display: inline-block;
		position: fixed;
		top: 0;
		left: 0;
		height: auto;
		padding-top: 0;
		width: auto;
	}
	nav a , nav a:visited{
		font-size: 1.7em;
		display: inline-block;
		width: 100%;
		padding-left: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	nav a:hover {
		color: #00AAC8;
	}
	nav div {
		height: 0;
		overflow: hidden;
		transition: 2s;
		background-color: #ffffff;
	}
	nav.mobil div {
		height: auto;
		transition: height 1s;
	}
	.nav_icon, .nav_icon_bar {
		width: 30px;
	}
	.nav_icon {
		height: 30px;
		display: block;
		cursor: pointer;
		margin-top: 20px;
		margin-left: 40px;
		margin-bottom: 20px;
		position: relative;
	}
	.nav_icon_bar {
		display: block;
		height: 4px;
		background-color: #00AAC8;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		margin-bottom: 8px;
	}
	.nav_rot .ib1, .nav_rot .ib3 {
		position: absolute;
		top: 33%;
		left: 0;
	}
	.nav_rot .ib2 {
		display: none;
	}
	.nav_rot .ib1 {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		
	}
	.nav_rot .ib3 {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.start_scroller li {
		font-size: 24px;
	}
	.start_scroll, .start_scroller li {
		width: 250px;
	}
}