/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Istok Web', sans-serif;
*/

body, textarea, input, select {
	font-family: 'Istok Web', sans-serif;
	color:#555;
}

body {
	font-size:12pt;
}

.grayBack {
	background-color:#ededed;
}

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

#sticker {
	position:absolute;
	z-index:50;
	right:20px;
	top:20px;
	width:100px;
	height:100px;
	display:block;
}
#sticker img {
	width:100%;
	height:auto;
	display:block;
	padding:5px 0;
}

.darkBack {
	background-color:#f3f3f3;
}

.ProdukteBild {
	border-radius: 20px 0 20px 20px;
}

.blueBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:rgba(0,110,182,1);
	color:#fff;
	border-radius:20px 0 20px 20px;
	padding:30px;
}
.blueBox.transparent {
	background-color:rgba(0,110,182,0.8);
}

.blueBox a {
	color:#fff !important;
}
.blueBox .boxButton {
	display:block;
	padding:5px 15px;
	text-align:center;
	border:1px solid #fff;
	transition:.2s
}
.blueBox.btninline .boxButton {
	display:inline-block;
}
.blueBox .boxButton:hover {
	background-color:#fff;
	color:rgba(0,110,182,1) !important;
}

.blueBox .titel {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:21pt;
	line-height:31px;
	padding-bottom:15px;
}

.inner {
	margin:0 auto;
	max-width:1140px;
}

.innerBox {
	padding:0 25px;
}
.padtop20 {
	padding-top:20px;
}
.padtop30 {
	padding-top:30px;
}
.padtop50 {
	padding-top:50px;
}
.padtop80 {
	padding-top:80px;
}
.padbot30 {
	padding-bottom:30px;
}
.padbot50 {
	padding-bottom:50px;
}
.padbot80 {
	padding-bottom:80px;
}

/* HEADER */
header {
	background-color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
	color:#919191;
	padding:35px 0;

}

header .sprachwahl {
	display:inline-block;
	padding:0 5px;
	line-height:36px;
}

header .sprachwahl a {
	color:#919191;
}
header .sprachwahl.akt a, #header .sprachwahl a:hover  {
	color:#000;
}

header #logo {
	float:left;
	width:33%;
	text-align:center;
}
header #logo img {
	max-width:100%;
	height:auto;
} 

.flexBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.fBlock33 {
	flex:1 0 33.3333333%;
}


.blockA {
	float:left;
	width:310px;
	max-width:100%;
}

.blockAA {
	float:left;
	width:310px;
	max-width:100%;
}

.blockB {
	position:relative;
	float:left;
	width:830px;
	height:380px;
}

.blockB div {
	position:relative;
	display:block;
	height:100%;
	margin:0 25px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

.blockC {
	position:relative;
	float:left;
	width:830px;
}

.blockC div {
	position:relative;
	display:block;
	height:100%;
	margin:0 25px;
}

.block20 {
	float:left;
	width:20%;
}

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

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

.block75 {
	float:left;
	width:75%;
}

.block33 {
	float:left;
	width:33.333333333%;
}
.block50 {
	float:left;
	width:50%;
}

.block33 img, .block50 img, .block25 img, .block20 img, .blockA img, .blockB img, .blockC img {
	width:100%;
	height:auto;
	display:block;
}


.headSubNav {
	width:310px;
	float:left;
	background-color:#fff;
	height:380px;
}


.headPicBox {
	width:830px;
	float:left;
	background-color:#fff;
}
.headVideoBox {
	max-width:830px;
	width:100%;
	float:left;
	background-color:#fff;
}

/*  SUCH-EINGABE */
header #searchbox {border:1px solid #fff;float:right;}

header #searchbox.show {border:1px solid #eee;}

header #searchbox td {padding:3px 0;}
header #searchbox ::-webkit-input-placeholder { color:#919191; }
header #searchbox ::-moz-placeholder { color:#919191;opacity:1; } /* firefox 19+ */
header #searchbox :-ms-input-placeholder { color:#919191; } /* ie */
header #searchbox input:-moz-placeholder { color:#919191; }

header #term {
	display:none;
	background-color:#fff;
	padding-left:10px;
	border:0;
	font-size:13pt;
	border-radius:0;
	color:#919191;
}
header #sbutton {
	background:#fff url('/page/_webpics/suchen-button.png') no-repeat center;
	cursor:pointer;
	font-size:13pt;
	width:30px;
	border-radius:0;
	border:0;
}

header #headLeft {
	width:33%;
	float:left;
	padding-top:25px;
}
header #headRight {
	width:33%;
	float:right;
	padding-top:25px;
}




#kapitelbild {
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: auto 102%;
	height:380px;
	width:100%;
	border-radius:20px 0 20px 20px;
}

#kapitelvideo {
	position:relative;
	height:380px;
	width:100%;
	padding-left:25px;
}
#kapitelvideo video {
	background-color:#ededed;
	height:380px;
}




/* CONTENT */
#content {
	width:100%;
	min-height:200px;
	margin:0 auto;
	padding:0;
	line-height:24px;
	text-align:left;
}

#content h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:21pt;
	line-height:31px;
	padding-top:20px;
	padding-bottom:10px;
	margin:0;
}
#content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:21pt;
	line-height:31px;
	padding-top:20px;
	padding-bottom:10px;
	margin:0;
}
#content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:21pt;
	font-weight:300;
	line-height:40px;
	padding-bottom:20px;
}

#content linie {
	display:block;
	height:1px;
	background-color:#006eb6;
	margin:20px 0;
}

#content li {
	font-weight:normal;
}


#content a {
	color:#2677ab;
}
#content a:hover {
	color:#000;
}

#content trenner {
	display:block;
	background: url('/page/_webpics/trenner-rotes-symbol.png') left center no-repeat;
	padding:58px 0;
}

#content trenner linie {
	height:2px;
	background-color:#dddddd;
	margin:0 0 0 80px;
}


#content .factsBox {
	background-color:#006eb6;
	color:#fff;
}
#content .factsBox linie {
	background-color:#fff;
	margin:5px 0 15px;
}

#content .factsBox .factsButton {
	width:25%;
	float:left;
}

#content .factsBox .factsButton.pdf {
	background:url('/page/_webpics/icon-pdf.png') no-repeat center;
}
#content .factsBox .factsButton.video {
	background:url('/page/_webpics/icon-player.png') no-repeat center;
}

#content .factsBox .factsButton a {
	height:40px;
	display:block;
	text-align:center;
	border-right:1px solid #fff;
}

#content .factsBox .functionBox {
	border-top:1px solid #fff;
}

.homeTitleBox {
	padding-top:0;
	padding-right:0;
	/*  
	background-image:url('/page/_webpics/medipack_40y_tear.gif'); 
	background-repeat:no-repeat;
	background-position:right top;
	*/
}

.newsButton {
	background-color:#006eb6;
	color:#fff !important;
	padding:8px 20px;
}
.newsButton:hover {
	background-color:#fff;
	color:#006eb6 !important;
}

ul.suche {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.suche li a {
	display:block;
	padding:5px 15px;
	background-color:#ddd;
	border-bottom:1px solid #fff;
}


.halbBox {
	width:50%;
	float:left;
}



.teaserBox {
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	margin-top:50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.teaserTitle {
	position:absolute;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:18pt;
	line-height:30px;
}
.teaserText {
	margin:20px 0 20px;
	font-size:11pt;
}

.blockTitel {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:21pt;
	font-weight:300;
	line-height:40px;
	padding-bottom:40px;
}

.textBlock {
	padding:30px 0 40px;
}
.textBlock img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
}

.block50 .innerBox.setimg img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
}


prefooter {
	display:block;
	text-align:center;
	padding:20px 0 40px;
}


/* FOOTER */
footer {
	background-color:#383838;
	color:#ededed;
	padding:25px 0;
	line-height:22px;
	font-size:10pt;
}

footer h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15pt;
	margin:0;
	padding-bottom:10px;
	color:#e0e0e0;
}

footer .footerBlock {
	width:25%;
	float:left;
}

footer .footerBlock .inBlock {
	padding:15px 25px;
}

footer .footerBlock a {
	color:#c0c0c0;
}

footer .footerBlock .inBlock img {
	width:90px;
	height:auto;
}

.maps iframe{
	pointer-events: none;
}

footer input, footer select, footer button {
	border:1px solid #383838;
	width:100%;
	margin-bottom:8px;
	padding:5px 0 4px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer button {
	background-color:#006eb6;
	color:#fff;
	padding:8px;
	cursor:pointer;
}

footer linie {
	height:1px;
	display:block;
	background-color:#e0e0e0;
	margin:10px 0 25px;
}

.err {
	background-color:#006eb6;
	color:#fff;
}

.formular input, .formular select, .formular button, .formular textarea {
	border:2px solid #ededed;
	width:100%;
	margin-bottom:8px;
	padding:5px 0 4px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formular textarea {
	height:160px;
	font-size:10pt;
}

.formular button {
	background-color:#006eb6;
	color:#fff;
	padding:8px;
	cursor:pointer;
	max-width:160px;
}


topfooter {
	min-height:500px;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
}

topfooter .inner {
	padding-top:130px;
	padding-bottom:130px;
}

topfooter.pages {
	margin-top:50px;
}

topfooter h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:23pt;
	color:#fff;
	background-color:rgba(0, 110,182,0.75);
	line-height:33px;
	margin:0;
	padding:30px 70px;
}

topfooter .text { 
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:15pt;
	color:#fff;
	line-height:26px;
	margin-top:2px;
	background-color:rgba(0, 110,182,0.75);
	padding:30px 70px;
}

topfooter .button {
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:23pt;
	padding:20px 20px;
	color:#fff;
	background-color:rgba(0, 110,182,0.75);
	background-image:url('/page/_webpics/pfeil-weiss.png');
	background-repeat:no-repeat;
	background-position:right center;
}

topfooter .button:hover{
	background-color:#006eb6;
}

topfooter .buttonText {
	font-family: 'Istok Web', sans-serif;
	font-size:12pt;
	line-height:22px;
	background-color:rgba(0, 110,182,0.75);
	padding:20px 20px;
	color:#fff;
	margin-top:2px;
}

.hidden {
	display:none;

}

.youtube img {
	max-width:100%;
}

#videoButton {
	background-image:url('/page/_webpics/video-icon.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:70px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:23pt;
	line-height:62px;
	color:#fff;
	display:inline-block;
	cursor:pointer;
}

.center {
	text-align:center;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* DATENSCHUTZ-TITEL */
.dse-haupttitel {
	font-size:19pt;
	font-weight:bold;
}

.dse-untertitel {
	font-size:14pt;
	font-weight:bold;
}

.impdaschu-titel {
	font-size:22pt;
	font-weight:bold;
	text-transform:uppercase;
}

.dsImage svg {
	max-width:100%;
	height:auto;
	display:inline-block;
}

/* RESPONSIVE */

@media  only screen and (min-width: 1800px) {
	topfooter {
		background-size:100% auto;
	}
}

@media  only screen and (max-width: 1140px) {
	body {
		font-size:11pt;
	}

	.block25 {
		width:33.33333%;
	}

	.block75 {
		float:left;
		width:66.666666%;
	}


	topfooter .inner {
		padding-top:80px;
		padding-bottom:80px;
	}
	topfooter .buttonText {
		margin-bottom:20px;
	}

	.blockB {
		margin-top:30px;
		width:100%;
		height:550px;
	}

	.blockC {
		margin:30px 0 0 0;
		width:100%;

	}
	.blockC .innerBox {
		padding:0;
	}


	.headSubNav {
		display:none;
	}
	.headPicBox {
		width:100%;
		height:550px;
	}
	#kapitelbild {
		height:550px;
		width:100%;
	}


	.headVideoBox {
		max-width:100%;
		width:100%;
		float:left;
		background-color:#fff;
	}

	#kapitelvideo {
		position:relative;
		width:100%;
		height:auto;
			padding-left:0;
	}
	#kapitelvideo video {
		width:100%;
		height:auto;
	}

	header #headSurround {
		display: table; 
		max-width: 100%;
		margin:0 auto;
	}

	header #headLeft {
		display: table-row-group; 
		float:none;
		width:100%;
		padding-top:0;
		margin:0 auto;
		text-align:center;
	}
	header #logo {
		float:none;
		display: table-header-group;
		text-align:center;
	}
	header #headRight {
		float:none;
		width:100%;
		display: table-footer-group; 
		padding-top:0;
		text-align:center;
	}
	header {
		padding:17px 0;
	}
	#headSurround br {
		display:none;
	}
	.blockAA {
		width:100%;
		max-width:100%;
	}


	#sticker {
		width:80px;
		height:80px;
	}
}

.videoBox .video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	border: 2px solid #eef3f6;
}
.videoBox .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media  only screen and (max-width: 912px) {
	.block20 {
		width:33.3333333%;
	}
	.block33 {
		width:50%;
	}
}

@media  only screen and (max-width: 855px) {
	.block25 {
		width:50%;
	}
	.block75 {
		float:left;
		width:50%;
	}
}

@media  only screen and (max-width: 780px) {
	.blockB {
		width:100%;
		height:380px;
	}


	.headPicBox {
		width:100%;
		height:380px;
	}
	#kapitelbild {
		height:380px;
		width:100%;
	}

	.homeTitleBox {
		padding-top:0px;
		padding-right:0px;
		background-position:center 20px;
	}


}


@media  only screen and (max-width: 684px) {
	.block20 {
		width:50%;
	}

	topfooter .text { 
		padding:30px 30px;
	}
	topfooter h1 {
		padding:30px 30px;
	}
}

@media  only screen and (max-width: 575px) {
	.block25 {
		width:100%;
	}
	.block75 {
		float:left;
		width:100%;
	}

	.block50 {
		width:100%;
	}

	.block33 {
		width:100%;
	}


	topfooter {
		background-image:none !important;
		background-color:#eee;
	}

}

@media  only screen and (max-width: 480px) {
	.blockB {
		width:100%;
		height:234px;
	}
	.headPicBox {
		width:100%;
		height:234px;
	}
	#kapitelbild {
		height:234px;
		width:100%;
	}

	#sticker {
		width:70px;
		height:70px;
	}

}

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

	.teaserTitle {
		font-size:20pt;
	}

	#content trenner {
		background-size:46px 86px;
		padding:58px 0;
	}
	#content trenner linie {
		margin:0 0 0 60px;
	}

}

@media  only screen and (max-width: 360px) {
	.blockB {
		width:100%;
		height:176px;
	}
	.headPicBox {
		width:100%;
		height:176px;
	}
	#kapitelbild {
		height:176px;
		width:100%;
	}
}



@media  only screen and (max-width: 800px) {
	.halbBox {
		width:100%;
	}
	footer .footerBlock {
		width:50%;
	}
}

@media  only screen and (max-width: 580px) {
	footer .footerBlock {
		width:100%;
	}
}