/*

 * 1.0 - Reset
 * 2.0 - Allgemein
 * 3.0 - Kurzklassen
 * 4.0 - Grundlayout
 *   4.1 - Header
 *   4.2 - Conent
 *   4.3 - Footer
 * 5.0 - Menüs
 * 6.0 - Inhalte
 *   6.1 - Kontakt
 *   6.2 - News
 *   6.4 - Impressum
 * 7.0 - Media Queries
 * 8.0 - Print

*/

/* 1.0 - Reset */

	*{
		margin: 0;
		padding: 0;
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	
	html {
		font-size: 100%;
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
			height:100%;
	}
	
	body{
		font-size:18px;
		line-height:1.5em;
		color:#666;
		background: #fff;
	height:100%;
		position:relative;
	}
	
	body,textarea{
		/*font-family: 'Droid Sans', verdana,  sans-serif;

*/
		font-family: 'Roboto Condensed', sans-serif;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
		line-height: 1.3em;
	}
	
	h1{
		text-align:center;
		color:#060709;
		margin-bottom:20px;
	}
	
	a{
		text-decoration:none;
		font-weight:700;
		color:#5586ae;
	}
	
	img{
		border:0px;
		max-width:100%;
	}
	
	menu,
	ol,
	ul {
		padding: 0 0 0 40px;
	}
	
	iframe{
		border:0px;
	}

/* 2.0 - Allgemein */
	
	.pos, .wrap{
		position:relative;
	}
	
	.pos{
		width:100%;	
	}
	
	.wrap{
		width:1200px;
		margin: 0 auto;
		left:0;
		right:0;
	}

	.spalte, .spalte2, .spalte3, .spalte4{
		margin: 0 2% 40px 2%;
		float:left;
	}
	
	.spalte{
		width:96%;
	}
	
	.spalte2{
		width:46%;
	}
	
	.spalte3{
		width:28%;
		margin-left:3%;
	}
	
	.spalte4{
		width:21%;
	}
	
	.readtxt{
		font-size:18px;
		line-height:1.8em;
	}
	
	.openclose_leistungen{
		height:0;
		overflow:hidden;
	}
	
	[class*="openclose_"]:not(#menu){
		height:0;
		overflow:hidden;
	}
	
	.plus{
		background: rgba(71,7,22, 0);
		border: 1px solid #470716;
		cursor: pointer;
		display: block;
		padding: 0 30px;
		position: relative;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
		margin-bottom:20px;
	}
	
	.plus.klickopen, .plus:hover {
		background: rgba(255,255,255, 0.2);
	}
	
	.plus:after {
		content: "+";
		display: block;
		font-size: 24px;
		height: 20px;
		position: absolute;
		right: 10px;
		top: 0;
		width: 20px;
	}
	
	.plus.klickopen:after {
		content: "-";
		font-size: 30px;
		top: -3px;
	}
	
	.klickbtn{
		cursor:pointer;
	}
	
	.hovercolor:hover{
		opacity:.7;
		-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		-o-transition: all 2s ease;
		transition: all 2s ease;
	}
	
/* 3.0 - Kurzklassen */	
	
	.c{ text-align:center;}
	.r{ text-align:right;}
	.l{ text-align:left;}
	
	.ovhi{overflow:hidden;}
	.ovvi{overflow:visible;}
	
	.bl{position:relative;float:left;margin:0 10px 5px 0;}
	.br{position:relative;float:right;margin:0 0 5px 10px;}
	
	.bor{border-right:1px solid #4b6d9b;}
	.bobo{border-bottom: 1px solid #ddd;}
	
	.mb20{margin-bottom:20px;}
	.mb40{margin-bottom:40px;}
	
	.mt20{margin-top:20px;}
	.mt40{margin-top:40px;}
	
	.ml20{margin-left:20px;}
	.ml40{margin-left:40px;}
	.ml4p{margin-left:4%;}
	
	.mr20{margin-right:20px;}
	.mr40{margin-right:40px;}
	
	.p20{padding:20px;}
	
/*ALTER WERT	.bgw{background:rgba(51,53,92, 0.4);}*/
	.bgw{background:rgba(255,255,255, 0.4);}
	
	.color{color:#5586ae;}
	.bcolor{background:#bbcede;}
	.colorw{color:#fff;} 
	.colorb{color:#004f88;} 
	.colorw a{color:#fff;}
	.colorb a{color:#004f88;}
	
	.clear{clear:both;}
	.hide{display:none !important;}
	.list li{margin-bottom:20px;}
	
	.s12{font-size:12px;}
	.s20{font-size:20px;}
	.minheight600{min-height:600px !important;}
	.w80{width:80px;}
	.w150{width:150px;}
	.w200{width:200px;}
	.w350{width:350px;}
	.w600{width:600px;}
	
	.h100{height:100px;}
	
	.dib{display:inline-block;}
	.db{display:block;}
	
	.flr{float:right;}
	.fll{float:left;}
	.fln{float:none;}
	
	.vat {vertical-align:top;}
	
	.show1240, .show980, .show780, .show480{display:none;}
	
	.ueberschrift {
	
	text-shadow: 3px 3px 5px black;
	position: absolute;
	top: 100px;
	right: 50px;
	font-size: 49px;
	line-height:1em;
	color:#fff;
	}
	
	.ueberschrift a {
	color: #fff;}
	
	.artikeltext{
		width:50%;
		margin:0 auto;
	}
	
	
/* 4.0 - Grundlayout */	

	#site{
		min-height:100%;
		width:100%;
		position:relative;
	}
	
	#facebook{
		display:block;
		width:50px;
		height:50px;
		margin:0 auto;
	}
	
	.deutsch .lang2,.englisch .lang1
	
{		
		display:none !important;
	}
	
/* 4.1 - Header */

	#header{
		margin: 0 auto 20px;
		overflow:visible;
		font-size:20px;
		line-height:1.2em;
		color:#5586ae;
		width:350px;
		left:0;
		right:850px;
		z-index:2;
		position:absolute;
		top:0;
	}
	
	#logo{
		position:relative;
	/*	margin-left:50px;*/
		text-align:center;
	/*	background:#fff;
		-webkit-box-shadow: 0 0 16px #4b4b4b;
		box-shadow: 0 0 16px #4b4b4b;*/
		display:inline-block;
		top: -22px;
	}
	
	#logo > a > img{
		height:103px;
		width:350px;
		padding:15px;
	}
	
	#language{
position: absolute;
right: 20px;
top: 6px;
width: 100px;
height: 37px;
/*border-top: 1px solid #55533c;
background: #fff;*/
	}
	
	#language a{
		display:block;
		float:right;
		width:50%;
		height:100%;
		padding:8px;
		text-align:center;
	}
	#headerbalken{
	height:48px;
	
	}
	
	#language img{
		width:42px;
		height:21px;
		-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
		box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
	}
	
	#language a.aktivelang,
	#language a:hover{
		background:#76bde0;
	}
	
	#smartnavi{
		display:none;
	}

/* 4.2 - Content */
	
#preleader{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#fff;
	z-index:999999;
	opacity:1;
	height:100%;
}

#preleader.out{
	opacity:0;
	height:0;
	-webkit-transition: opacity 1s ease 0s, height .1s ease 2s;
	-moz-transition: opacity 1s ease 0s, height .1s ease 2s;
	-ms-transition: opacity 1s ease 0s, height .1s ease 2s;
	-o-transition: opacity 1s ease 0s, height .1s ease 2s;
	transition: opacity 1s ease 0s, height .1s ease 2s;
}

.mul8 {
    height: 100px;
    width: 100px;
	position:absolute;
	left:0;
	right:0;
	margin:-50px auto 0;
	top:50%;
}

.mul8circ1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 2s linear 0s normal none infinite running mul8circ1Anim;
    border-color: rgba(0, 0, 0, 0) #162c45;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 10px;
    height: 100px;
    position: absolute;
    width: 100px;
}

.mul8circ2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 2.5s linear 0s normal none infinite running mul8circ1Anim;
    border-color: rgba(0, 0, 0, 0) #5586ae;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 10px;
    height: 100px;
    position: absolute;
    width: 100px;
}

@-webkit-keyframes mul8circ1Anim {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes mul8circ1Anim {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
	#content{
		
	}
	
	#inhalt_teaser{
		min-height:400px;
		overflow:hidden;
		margin-bottom:210px;
		color:#004f88;
	}#inhalt_teaser2{
		min-height:400px;
		overflow:hidden;
		margin-bottom: 100px;
		color:#004f88;
	}
	
	#teaser{
		width:100%;
		height:200px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		background: url(../bilder/header.jpg) no-repeat center center;
		background-size:auto 100%;
	}
	.teaser260{
		height:460px !important;
	}
	#teaser2{
		width:100%;
		height:200px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		background: url(../bilder/header.jpg) no-repeat center center;
		background-size:auto 100%;
	}#teaser3{
		width:100%;
		height:200px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		background: url(../bilder/header.jpg) no-repeat center center;
		background-size:auto 100%;
	}
	
	#teaser-wrapper{
		max-width:100% !important;
	}#teaser2-wrapper{
		max-width:100% !important;
	}#teaser3-wrapper{
		max-width:100% !important;
	}
	
	#anmeldung_box{
		width:30%;
		margin:70px auto 0;
	}
	
	.akkdiv {
		height: 0;
		overflow: hidden;
	}
	
	.akkordeon, .infobtn {
		background: rgba(116, 163, 183, 0) none repeat scroll 0 0;
		border: 1px solid #060709;
		cursor: pointer;
		display: block;
		padding: 0 30px;
		position: relative;
		transition: all 1s ease-out 0s;
	}
	
	.infobtn{
		display:inline-block;
	}
	
	.akkordeon.akkopen, .akkordeon:hover, .infobtn:hover {
		background: rgba(116, 163, 183, 0.3) none repeat scroll 0 0;
	}
	
	.akkordeon:after {
		content: "+";
		display: block;
		font-size: 24px;
		height: 20px;
		position: absolute;
		right: 10px;
		top: 0;
		width: 20px;
	}
	
	.akkordeon.akkopen:after {
		content: "-";
		font-size: 30px;
		top: -3px;
	}
	
	.panel-wrapper h2{
		display:none;
	}
	
	.panel-wrapper{
		padding:0px;
		text-align:center;
	}
	
	.einrichtung {
		height: 160px;
		margin: 0 10px;
	}
	
	.lageplan {
		position: relative;
		height: 500px;
		width: 100%;
	}
	
	.zeitblock{
		width:50%;
		float:left;
		margin-bottom:20px;
	}
	
	#begriffbox{
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:0;
		overflow:hidden;
		background:rgba(51,53,92,.9);
		color:#fff;
	}
	
	#begriffboxclose{
		position:absolute;
		right:0;
		top:0;
		background:#fff;
		color:#5586ae;
		font-size:60px;
		font-weight:700;
		width:82px;
		height:82px;
		line-height:82px;
		border:1px solid #5586ae;
		cursor:pointer;
	}

/* 4.3 - Footer */

	#footer{
		bottom:60px;
	}
	
	#footer_end{
		position:relative;
		width:100%;
		text-transform:uppercase;
		padding:1px 0px;
		bottom: 0px;
	}
	
	

	#teamicon {
		background:url(../bilder/team.svg) no-repeat center top;
	}	
	
	#linksicon {
		background:url(../bilder/links.svg) no-repeat center top;
	}	
	
	#infoicon {
		background:url(../bilder/patienteninfo.svg) no-repeat center top;
	}	
	
	#notdiensticon {
		background:url(../bilder/notdienst.svg) no-repeat center top;
	}
	
	#newsicon {
		background:url(../bilder/news.svg) no-repeat center top;
	}
		
	#impressum,
	#kontaktinfo{
		text-align:center;
		margin-top:8px;
		display:inline-block;
		width:100%;
	}
	
	#impressum{
		font-size:12px;
	}

/* 5.0 - Menüs */
	
	#menu ul {
		position:relative;
		float:right;
		background:none;
		text-align: center;
		font-size: 16px;
		padding:0;
		text-align:center;
		margin-right:60px;
		z-index:999;
	}	
	
	#menu ul li{
		list-style:none;
		position:relative;
		display:inline-block;
	}
	
	#menu ul li a{
		text-decoration:none;
		display:block;
		padding:15px 15px;
		color:#004f88;
		font-weight:400;
		text-transform: uppercase;
	}

	#menu .on , #menu ul li a:hover {
		font-weight:800;
	}
	
	#smartnavi{
		height:48px;
	}
	
	#menu ul li.iconimg {
		display: none;
	}
	

/* 6.0 - Inhalte */

	#showmobilnavi,
	#kontaktbox,
	#zeitenbox,
	#adressbox{
		display:none;
	}
	
	#lageplan{
		position:relative;
		width:100%;
		height:450px;
	}
	
	.ma{
		display:inline-block;
		margin:0 20px 60px;
		font-size:14px;
		width:235px;
		vertical-align:top;
	}
	
	#team .ma:nth-child(6){
		clear:left;
	}
	
	#team .spalte3:nth-child(3n+4){
		clear:both;
	}

/* 6.1 - Kontakt */

	.form, .nachricht, .btn, .formtext, .copy{
		position:relative;
		float:left;
		color:#004f88;
	font-family:verdana;

		font-size:12px;
	}
	
	.form, .nachricht, .btn{
		border-radius:6px;
		background:#fff;
		padding:5px 1%;
		margin-bottom:10px;
		border: 2px solid #5586ae;
		-webkit-border-radius:5px;
		border-radius:5px;
		color:#000;
	}

	.btn{
		color: #fff;
		font-weight:700;
		margin: 30px 0 0 0;
		cursor:pointer;
		border: 2px solid #5586ae;
		clear:both;
		float: left;
		background: rgb(91,93,124);
		background: -moz-linear-gradient(top,  rgba(91,93,124,1) 0%, rgba(40,42,73,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(91,93,124,1) 0%,rgba(40,42,73,1) 100%);
		background: linear-gradient(to bottom,  rgba(91,93,124,1) 0%,rgba(40,42,73,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5d7c', endColorstr='#282a49',GradientType=0 );
	}

	.form{
		width:100%;
	}

	.formtext{
		width:48%;
		margin-right:4%;
	}

	.formtext.margr{
		margin-right:0;
	}

	.nachricht{
		float:left;
		height:150px;
		width:100%;
	}

	.gruen{
		color:#74823d;
	}

	.rot{
		color:#d00005;
	}

	.info{
		margin-bottom:20px;
		margin-right:15px;
	}

/* 6.2 - News */



/* 6.3 - Slider */

	

/* 6.4 - Schnittstelleninhalte */

	

/* 6.5 - Impressum */

	

/* 7.0 - Media Queries */


	@media (min-width: 780px) {
	
		.iconimg h3{
			margin:24px 0;
			font-weight:bold;
			color:#fff;
		}
		
		.iconimg a{
			color:#2C598D;
			display:block;
			width:100%;
			line-height:20px;
			padding:150px 0 0 0;
			font-size:15px;
		}
		
		.iconimg div{
			height:140px;
			width:100%;
			overflow:hidden;
			display:block;
		}

		.iconimg a:hover div{
			background-size:160px auto;
		}
		
		.iconimg{
			background-size: 136px auto !important;
			color: #ffffff;
			display: inline-block;
			font-size: 12px;
			line-height: 0;
			margin-bottom: 40px;
			margin-right: 1.5%;
			padding-bottom: 0;
			vertical-align: top;
			width: 18%;
		}
		
		.iconimg, .iconimg a{
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-ms-transition: all 1s ease;
			-o-transition: all 1s ease;
			transition: all 1s ease;
		}
		
		.iconimg:hover{
			background-size:160px auto !important;
			padding-bottom:20px;
		}
		
		.iconimg:hover a{
			padding-top:200px;
			font-size:18px;
		}
	
	}

	/* Smaller than Large Desktop / Desktop Normale Größe */
	@media (max-width: 1360px) {

.ueberschrift {
	
	top: 30px;
	}	
		.hide1200{
			display:none
		}
		
		#teaser .panel-wrapper img,
		.wrap{
			width:940px;
		}#teaser2 .panel-wrapper img,
		.wrap{
			width:940px;
		}#teaser3 .panel-wrapper img,
		.wrap{
			width:940px;
		}
		
		#menu ul li a {
			padding: 20px 10px;
		}
		
		.ma {
			width: 245px;
		}
		
		#teaser {
			height: 180px;
		}#teaser2 {
			height: 180px;
		}#teaser3 {
			height: 180px;
		}
		
		#header{
			width:261px;
			right:679px;
		}
		
		.panel-wrapper{
			padding:0 !important;
		}
		#language {
   position: absolute;
right: 0;
top: 48px;
width: 100px;
height: 37px;
z-index: 999999;
   
   
}
	#menu ul{
	margin-right:0;
	}
	
	#logo > a > img{
	height: 76px;
width: 296px;
padding: 8px;
margin-top: 16px;
	}
	}

	/* Landscape tablet and desktop / Tablet quer und Desktop Klein */
	@media (max-width: 980px) {
		
		.hide980{
			display:none
		}
		
		.btn{
			margin: 20px 0 35px 0;
		}
		
		#teaser .panel-wrapper img,#teaser2 .panel-wrapper img,#teaser3 .panel-wrapper img,
		#footer,
		.wrap{
			width:740px;
		}
		
		#menu ul li a {
			padding: 20px 5px;
		}
		
		.spalte2{
			margin-bottom:0;
			width: 96%;
			margin: 0 2%;
			padding:0;
		}
		
		.news{
			margin-bottom:0px;
		}
		
		.ma {
			width: 180px;
		}
		
		#teaser {
			height: 160px;
		}#teaser2 {
			height: 160px;
		}#teaser3 {
			height: 160px;
		}
		
		#menu ul {
			font-size: 15px;
		}
		
		#header {
			right: 567px;
			width: 235px;
			
		}
		
		.center980{
			text-align:center;
		}
		
		.spalte3{
			width:46%;
		}
		
		#team .spalte3:nth-child(3n+4){
			clear:none;
		}
		
		#team .spalte3:nth-child(2n+3){
			clear:both;
		}
		
		
		#logo > a > img {
 height: 50px;
width: 180px;
padding: 0px;
margin-top: 31px;
			}
		
		#logo {
			right: 0;
margin: 0 auto;
left: 0;
width: 100%;
		}
		
		[class*="openclose_"] > .spalte2:last-child{
			margin-bottom:20px;
		}
		
		.zeitblock{
			width:33.33%;
		}
		
		.spalte2 .zeitblock:nth-child(4n){
			clear:left;
		}
		
		.iconimg {
			width: 31%;
		}
			#language {
    position: absolute;
    right:0px;
 
    width: 100px;
    height: 37px;

top: 48px;

z-index: 999999;
}

.mul8 {

    display: none;
}

.ueberschrift{
    color: #fff;
    position: absolute;
    bottom: 100px;
    right: 50px;
    font-size: 40px;
}

	}

	/* Landscape phone to portrait tablet / Smartphone quer bis Tablet hoch */
	@media (max-width: 780px) {
		
		.artikeltext {
    width: 80%;
}
		
		.hide780{
			display:none !important;
		}
		#content{
		padding-top:91px;
		}
		.content2{
		padding-top:0 !important;
		}
		#logo > a > img {
    height: 70px;
   top:10px;
    margin-top: 13px;
}
		.show780{
			display:inline-block;
		}
		
		#footer,
		#kontaktbox,
		#zeitenbox,
		#adressbox,
		.wrap{
			width:440px;
		}
		
		#showmobilnavi,
		.mobil,
		#kontaktbox,
		#mobil_kontaktbox,
		#adressbox,
		#menu ul {
			display:block;
		}
		
		#footer,
		.tab4{
			display:none;
		}
		
		.spalte2{
			margin-bottom:0px;
		}
		
		h2,
		.spalte,
		.spalte2{
			text-align:center;			
		}
		
		.spalte2 ul,
		ul.spalte2 {
			padding:0 0 0 20px;
		}
		
		.spalte2 ul li,
		ul.spalte2 li{
			text-align:left;
		}
		
		.iconimg {
			width: 100%;
		}
		
		#anmeldung_box,
		#menu ul li,
		.formtext,
		.nachricht,
		.form,
		#impressum,
		#online {
			width: 100%;
		}
		
		#mobil_menu span {
			background: #fff;
			display: block;
			height: 6px;
			left: 0;
			position: absolute;
			-webkit-transition: all .5s ease-out;
			-moz-transition: all .5s ease-out;
			-ms-transition: all .5s ease-out;
			-o-transition: all .5s ease-out;
			transition: all .5s ease-out;
			width: 30px;
		}
		
		.line1 {
			top: 0;
		}
		
		.line2, .line3 {
			top: 11px;
		}
		
		.line4 {
			top: 22px;
		}
		
		#mobil_menu.openmenu .line1, #mobil_menu.openmenu .line4 {
			opacity: 0;
		}
		
		#mobil_menu.openmenu .line1, #mobil_menu.openmenu .line2 {
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			-o-transform: rotate(135deg);
			-ms-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		
		#mobil_menu.openmenu .line3, #mobil_menu.openmenu .line4 {
			-moz-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			-o-transform: rotate(-135deg);
			-ms-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
		
		.mobil{
			cursor:pointer;
			float:left;
			margin:0 90px;
		}
		
		#menu,
		#kontaktbox,
		#zeitenbox,
		#adressbox{
			position:absolute;
			overflow:hidden;
			height:0;
			left:0;
			right:0;
			margin:0 auto;
			z-index:1;
			background:#fff;
		}
		
		#menu.open,
		#kontaktbox.open,
		#oeffnungszeitenbox.open,
		#formularbox.open{
			padding-top:50px;
		}
		
		#kontaktbox,
		#oeffnungszeitenbox,
		#formularbox{
			background:none;
			position:absolute;
			text-align:center;
			left: 0;
			margin: 0 auto;
			right: 0;
			z-index: 1;
		}
		
		#kontaktbox a{
			color:#fff;
		}
		
		#menu{
			background:none;
			z-index: 1;
		}
		
		#menu ul {
			background: #5586ae;
			padding: 100px 20px 0;
			border:1px solid #fff;
			-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
			box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
			margin-bottom:20px;
			width:100%;
			z-index:100;
		}
		
		#kontaktbox > div,
		#oeffnungszeitenbox > div,
		#formularbox > div{
			background: #5586ae;
			padding: 80px 20px 0;
			text-align: center;
			border:1px solid #fff;
			-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
			box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
			margin-bottom:20px;
			color:#fff;
		}
		
		#showmobilnavi, .mobil, 
		#kontaktbox, 
		#mobil_kontaktbox, 
		#menu ul {
			display: block;
		}
		
		#mobil_kontaktbox, 
		#mobil_oeffnungszeitenbox, 
		#mobil_formularbox {
			background-color: #5586ae;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 30px auto;
			cursor: pointer;
			display: inline-block;
			height: 48px;
			width: 48px;
		}
		
		.icon {
			fill: #ffffff;
			height: 48px;
			padding: 8px;
			width: 48px;
		}
		
		#mobil_kontaktbox:hover, 
		#mobil_oeffnungszeitenbox:hover, 
		#mobil_formularbox:hover,
		#mobil_menu:hover span {
			opacity:.9;
		}
		
		#menu ul li.iconimg {
			display: block;
			background:none;
		}
		
		.iconimg:hover {
			padding-bottom: 0px;
		}
		
		.iconimg:hover a {
			font-size: 15px;
			padding-top: 200px;
		}
		
		.formtext{
			margin-right:0%;
		}
		
		body, 
		.readtxt{
			font-size:18px;
		}
		
		#online{
			margin-left:10px;
			font-size:12px;
		}
		
		#impressum{
			margin-right:10px;
		}
		
		#teaser {
			height: 150px;
		}#teaser2 {
			height: 150px;
		}#teaser3 {
			height: 150px;
		}
		
		.ma {
			margin: 0 0 40px;
			width: 100%;
		}
		
		#inhalt_teaser .list{
			text-align:left;
			padding-left:20px;
		}#inhalt_teaser2 .list{
			text-align:left;
			padding-left:20px;
		}#inhalt_teaser3 .list{
			text-align:left;
			padding-left:20px;
		}
		
		#online{
			font-size:16px;
		}
		
		#impressum,
		#online{
			margin:5px 0;
			text-align:center;
		}
		
		#smartnavi{
			display:block;
		}
		
		#header {
			right: 230px;
			width: 100%;
		
		}
		
		#logo > a > img {
height: 80px;
width: 370px;
margin-top: 26px;

		}
		
		.spalte3{
			width:96%;
		}
		
		.mobil {
			float: left;
			margin: 0 7px;
		}
		
		#mobil_menu{
			position:absolute;
			left:130px;
			top:7px;
		}
		
		#teaser {
			height: 80px;
		}#teaser2 {
			height: 80px;
		}
		#teaser3 {
			height: 80px;
		}
		
		#footer_end {
			font-size:14px;
		}
		
		#showmobilnavi{
			width:100%;
		}
		
		.einrichtung {
			height: auto;
			margin: 0;
		}
		
		.zeitblock{
			width:100%;
		}
		
		.lageplan{
			height:250px;
		}
		
		.bl, .br{
			width:100%;
			margin:0 0 20px;
		}
		
		a[data-title],
		.lightboxstop{
			cursor:default;
		}
		
		#menu ul li a {
			padding: 10px 5px;
		}
		
		.openclose_openbox{
			overflow:auto !important;
		}
.ueberschrift {
    color: #fff;
    position: absolute;
    bottom: 130px;
    right: 50px;
    font-size: 20px;
}

#language {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 37px;
    top: 5px;
    z-index: 1;
}
#menu ul {
	
    padding: 10px 20px 0;
   
}
#menu ul li a{
	color:white;
  
   
}

#headerbalken{

	z-index:99;
	}

	}

	/* Portrait phones and down / Smartphone hoch und kleiner */
	@media (max-width: 480px) {
		
		.hide480{
			display:none
		}
		
		#header,
		#kontaktbox,
		#adressbox,
		.wrap{
			width:300px;
		}
		
		#logo {
			margin-left: 0px;
		}
		#logo {

    top: -35px;
}
		#logo > a > img{
		height: 69px;
width: 300px;
margin-top: 24px;
		}
		
		#header{
			right:0;
		}
		
		#content{
			padding-top:50px;
		}
		.content2{
		padding-top:0 !important;
		}
		#mobil_menu {
			
			top:10px;
		}
		
		.mobil {
			margin: 0 1px;
		}
		
		#menu.open, #kontaktbox.open, #zeitenbox.open, #adressbox.open {
			padding-top: 0px;
		}
		
		
		#kontaktbox > div, 
		#oeffnungszeitenbox > div, 
		#formularbox > div,
		#menu ul {
			padding-top:0;
		}
		
		#begriffbox h2{
			padding:0 90px;
		}
		#mobil_menu {

    left: 110px;

}

.ueberschrift{
    color: #fff;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 16px;
}

	#teaser {
			height: 60px;
		}#teaser2 {
			height: 60px;
		}#teaser3 {
			height: 60px;
		}

	}


/* 8.0 - Print */


