body, textarea, input, select {
	font-family:'helvetica';
	font-size:11pt;
	color:#555;
	-webkit-text-size-adjust: none;
}

a {
	color:#0062a3;
}
a:hover {
	color:#000;
}

.anker {
	position:absolute;
	margin-top:-120px;
}

#surround {
	margin:100px auto 0;
	width:100%;
}

.inner {
	margin:0 auto;
	width:100%;
	max-width:1070px;
}


.innerBox {
	padding:0 25px;
}
.innerBox10 {
	padding:0 10px;
}

#content {
	width:100%;
	margin:0 auto;
	color:#454545;
	line-height:22px;
}

#content h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:23pt;
	margin:0;
}

#content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18pt;
	margin:0;
}



h1.mainTitel {
	padding:40px 0 20px;
}

h1.mainTitel span:first-child {
	display:inline-block;
	font-size:23pt;
	line-height:35px;
	padding:20px 30px 20px 0;
	background-image:url("/page/_webpics/schraegstrich-icon-glasmax.svg");
	background-repeat:no-repeat;
	background-position:right center;
}

h1.mainTitel span:last-child {
	font-size:23pt;
	line-height:35px;
	padding:20px 10px;
}



h2.blockTitel span:first-child {
	display:inline-block;
	font-size:23pt !important;
	line-height:35px;
	padding:20px 30px 20px 0;
	background-image:url("/page/_webpics/schraegstrich-icon-glasmax.svg");
	background-repeat:no-repeat;
	background-position:right center;
}

h2.blockTitel span:last-child {
	font-size:23pt;
	line-height:35px;
	padding:20px 10px;
}

#content img {
	width:100%;
	height:auto;
	display:block;
}


.textBild {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;

}
.textBild .text {
	flex:1 1 66.666666%;
	background-color:#fff;
	padding-bottom:30px;
}
.textBild .bild {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex:1 1 33.333333%;
	background-color:#fff;
}

.textBild .bild img {
	width:100%;
	height:auto;
	display:block;
}


.textBildAlt {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.textBildAlt .text {
	flex:1 1 100%;
	background-color:#fff;
	padding-bottom:30px;
}
.textBildAlt .text h2 {
	padding-bottom:10px;
}

.textBildAlt .bild {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex:0 0 320px;
	background-color:#fff;
}

.textBildAlt .bild img {
	width:100%;
	height:auto;
	display:block;
}

.alternating:nth-child(2n) .textBildAlt {
	flex-direction: row-reverse;
}
.alternating {
	padding-bottom:20px;
}


.grayback {
	background-color:#f6f7f9;
}

.zoom img {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}

.zoom:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.zoom .bild {
	text-align:center;
	overflow:hidden;
}



.trenner {
	display:block;
	margin-bottom:13px;
	height:10px;
	border-bottom:2px solid #95c3e7;
	width:90px;
}

.hyph {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	word-break: break-word;
	overflow-wrap: break-word;
}


.gmma {
	background-image:url('/page/_webpics/content-glasmax-maennchen-rechts.svg'),url('/page/_webpics/content-glasmax-maennchen-links.svg'),url('/page/_webpics/content-glasmax-maennchen-rechts.svg'),url('/page/_webpics/content-glasmax-maennchen-links.svg'),url('/page/_webpics/content-glasmax-maennchen-rechts.svg'),url('/page/_webpics/content-glasmax-maennchen-links.svg');
	background-size:400px auto,400px auto;
	background-repeat:no-repeat,no-repeat;
	background-position-x:calc(50% - 580px),calc(50% + 580px);
	background-position-y:200px, 1200px, 2200px, 3200px, 4200px, 5200px;
}

.gmmb {
	background-image:url('/page/_webpics/content-glasmax-maennchen-links.svg');
	background-size:400px auto;
	background-repeat:no-repeat;
	background-position-x:calc(50% + 720px);
	background-position-y:bottom -250px;

}

@media  only screen and (max-width: 1100px) {
	#surround {
		margin:60px auto 0;
	}
	.anker {
		position:absolute;
		margin-top:-80px;
	}
}


@media  only screen and (max-width: 800px) {
	.textBildAlt {
		flex-flow: row wrap;
	}

	.textBildAlt .text {
		flex:1 1 100%;
		background-color:#fff;
		padding-bottom:30px;
	}
	.textBildAlt .text h2 {
		padding-bottom:10px;
	}

	.textBildAlt .bild {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		flex:0 0 100%;
		background-color:#fff;
	}
	.textBildAlt .bild img {
		width:100%;
		height:auto;
		display:block;

	}
.textBild {
	flex-flow: row wrap;
}
.textBild .text {
	flex:1 1 100%;
	background-color:#fff;
	padding-bottom:30px;
}
.textBild .bild {
	flex:1 1 100%;
	background-color:#fff;
}

.textBild .bild img {
	width:100%;
	height:auto;
	display:block;
}
	]




	.topTitel {
		padding:28px 0 19px;
	}
	.secTitel {
		padding:0 0 19px 0;
	} 

	.sectionBlue {
		background-color:#94c2e7;
		color:#fff;
	}

	.sectionDarkGray {
		background-color:#a7a7a7;
		color:#fff;
		padding-bottom:40px;
	}















	.box340 {
		width:339px;
		border-right:1px solid #fff;
		float:left;
		margin-bottom:40px;
	}
	.box340 .text {
		padding:20px 30px 20px 0;
	}
	.box340 .bild {
		margin-bottom:23px;
	}
	.box340 h1.blockLink {
		padding-right:10px;
		display:inline;
		background:url('/page/_webpics/kleiner-pfeil-blau-rechts.png') no-repeat right center;
	}
	.box340 h1.blockLink a {
		color:#454545;
		padding-right:40px;
	}
	.buttonBlue {
		height:40px;
		line-height:40px;
		padding:0 20px;
		margin-bottom:1px;
		display:block;
		color:#fff;
		background:#94c2e7 url('/page/_webpics/kleiner-pfeil-weiss-rechts.png') no-repeat right center;
	}
	.buttonBlue:hover {
		background-color:#0062a3;
		color:#fff;
	}





	.referenzGaleriePicBox {
		margin-top:20px;
		margin-left:-9px;
		width:1038px;
		font-size:0;
	}

	.referenzGaleriePic {
		display:inline-block;
		border:1px solid #fff;
		margin:9px;
	}