/* Helper */
* {
    font-family: Verdana, "DejaVu Sans","Bitstream Vera Sans", Sans-serif;
}
.break {
    margin: 0;
    margin-bottom: 20px;
}
.bold {
    font-weight: bold;
}
.cyan  {
    color: #121d86;
}
a {
    color: #121d86;
}
.map p {
    margin-top: 0;
}
.shadow {
    box-shadow: 2px 2px 5px 1px rgba(50, 50, 50, 0.75);
}
.defont {
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
}
.grey {
     color: #151514;
}
.unvisibleblock {
	position:absolute;
	visibility:hidden;
	display:block;
}
/* Real */
body {
    background-color: #ffffff;
}
@media only screen and (max-width: 980px) {
	body {
		background-color:#ffffff;
	}
	.hide_mobile {
		display: none;
	}
	div.notdienst {
		visibility:hidden;
	}
	.home div.notdienst {
		visibility:visible;
	}
	.center_teaser {
    	margin-bottom: 11px;
	}
	.ausgleich {
		height:81px;
		width: unset;
	}
	.logo {
	    float: left;
   		 margin-left: 0px;
   		 max-width: 90%;
   		 margin: 15px 0 0 0;
   		 padding: 10px;
	}
	.container {
	    width: 100%;
	    height: auto;
	    margin: 0;
	    border: 0;
	    border-bottom: 0;
	    background-color: #ffffff;
	}
	.content {
		padding:0 10px;
	}
	.center_teaser img {
		width: 100%;
	}
	.pure-u-15-24, .pure-u-2-5, .pure-u-1-4 {
		width:100%;
	}
	.pure-u-1-4 {
		padding: 0 10px;
	}
	.main {
	    margin-right: 5px;
	    clear:both;
	}
	.map p.five {
		width:200px;
	}
	.wasserzeichen {
		display:none;
	}
	.nav_mobile {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		background-color: #444444;
		z-index:99999;
		padding:0;
		margin:0;
		display:none;
	}
	.nav_mobile .nav_container {
		padding: 50px 0 0 0;
	}
	.nav_mobile a {
		font-size: 1em;
		color: #dddddd;
		text-decoration: none;
		border-top: 1px solid #222222;
		padding:20px 10px 10px;
		display:block;
	}
	.nav_mobile a.active, .nav_mobile a:hover {
		background-color: #151514;
	}
	.nav_mobile .nav_item {
		width:100%;	
		margin:0;
		height:auto;
	}
	.nav_mobile .cyan a.imp.cyna {
		color: #dddddd;
		margin:0;	
	}
	.nav_mobile .nav_item br {
		display:none;
	}
	.menu_icon {
		position: absolute;
		top:10px;
		right:10px;
		z-index: 9999999;
	}
	.menu_icon:hover {
		cursor:pointer;
	}
	.menu_icon div {
  		width: 35px;
  		height: 5px;
  		background-color: black;
  		margin: 6px 0;
	    transition: 0.4s;
	}
	.menu_icon.change .bar1 {
  		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
  		transform: rotate(-45deg) translate(-9px, 6px) ;
	}
	.menu_icon.change .bar2 {
  		opacity: 0;
	}
	.menu_icon.change .bar3 {
  		-webkit-transform: rotate(45deg) translate(-8px, -8px);
  		transform: rotate(45deg) translate(-8px, -8px);
	}
	.right .apotheken_logo {
		position:absolute;
		top:0;
	    right: 79px;
	    width:50px;
	}
	.right {
		position: relative;
		width: 100%;
		height:60px;
	}
	.right .notdienst {
		position:absolute;
		top:35px;
	    right: 20px;
	}
	.notdienst {
	    margin-top: 0px;
	}
	.notdienst a {
	    color: #151514;
	    font-size:12px;
	}
	.parken_center {
	    position: relative;
	    height: 73px;
	    width: 74px;
	    margin-left: 0;
	    z-index: 100;
	}
	.fwaw_galerie li > img {
		display:block;
		width:100%;
		height:auto;
		max-height:500px;
		max-width:100%;
		margin:0 auto;		
	}
}
@media only screen and (min-width: 980px) {
	.center_teaser {
   	 	margin-bottom: 31px;
	}
	.hide_regular {
		display: none !important;
	}
	.hide_mobile {
		display:block;
	}
	.border {
	    border-radius: 3px;
	    border: 3px solid #eee;
	    padding: 10px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.ausgleich {
	    height: 71px;
	    float:left;
	    margin-top: 8px
	}	
	.container {
	    width: 906px;
	    height: auto;
	    margin: auto;
	    margin-top: 15px;
	    margin-bottom: 30px;
	    /*border: 1px solid #82737e;*/
	    /*border-bottom: 2px solid #82737e;*/
	    padding: 30px;
	    padding-bottom: 15px;
	    background-color: white;
	}
	.center_teaser img {
		width: 902px; 
	}
	.main {
	    margin-right: 5px;
	    height: 415px;
	    padding-top: 15px;
	    overflow-y: auto;
	}
	.nav_item.start {
	    background-image: url("../res/start.png");
	}
	.nav_item.kontakt {
	    background-image: url("../res/kontakt.png");
	}
	.nav_item.stellenangebote {
	    background-image: url("../res/stellenangebote.png");
	}
	.nav_item.galerie {
	    background-image: url("../res/galerie.png");
	}
	.start:hover, .active .start {
	    background-image: url("../res/start_select.png");
	}
	.kontakt:hover, .active .kontakt {
	     background-image: url("../res/kontakt_select.png");
	}
	.galerie:hover, .active .galerie {
	    background-image: url("../res/galerie_select.png");
	}
	.stellenangebote:hover, .active .stellenangebote {
	    background-image: url("../res/stellenangebote_select.png");
	}
	.nav_item {
	    width: 118px;
	    height: 33px;
	    margin-bottom: 15px;
	    border-radius: 0;
	   	color: rgba(255,255,255,0);
	}
	.nav_item img {
	    margin-top: 20px;
	    margin-left: -30px;
	}
	.pure-u-15-24 {
		width: 60%;
		padding:0 0 0 10px;
	}	
	.nav_item_noborder .nav_item {
		height:18px;
		margin-bottom:10px;
	}
	.apotheken_logo {
	    float:left;
	    margin-right: 10px;
	    margin-top: 0;
	}
	.notdienst {
	    margin-top: 55px;
	}
	.notdienst a {
	    color: #151514;
	    font-size:12px;
	}
	.impressum_content p.left {
	    float: left;
	    width: 50%;
	}
	.impressum_content p.right {
	    float: right;
	    width: 50%;
	}
	.parken_center {
	    position: relative;
	    height: 73px;
	    width: 74px;
	    margin-left: auto;
	    margin-right: auto;
	    z-index: 100;
	}
	.fwaw_galerie li > img {
		width:auto;
		height:auto;
		max-height:400px;
		max-width:500px;
		margin:0 auto;		
	}
}
.map {
    margin-left: 5px;
    font-size: 8.5pt;
    height: 415px;
    padding-top: 15px;
    position: relative;
}
.map p.five {
    position: relative;
    margin-bottom: 5px;
    z-index: 100;
}
.headline {
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
    font-size: 27px;
    margin-top: 35px;
    float: right;
}
.logo {
    float: left;
    margin-left: 0px;
}
.nav_item_border {
    cursor: pointer;
}




.nav a {
    text-decoration: none;
    color: black;
    font-family: Verdana, "DejaVu Sans","Bitstream Vera Sans", Sans-serif;
}
.cyan a {
    color:#121d86;
}

h3 {
    margin-top: 0;
    font-size: 14pt;
    font-family: Verdana, "DejaVu Sans","Bitstream Vera Sans", Sans-serif;
    font-weight: normal;
}
.content {
    font-size: 10pt;
    color: #151514;
}
.time {
    float: right;
}
.call {
    display: block;
    float: left;
    width: 60px;

}
.karte {
    position: relative;
    margin: 0;
    top: 0;
    left: -15px;
    z-index:;
    
}
.contentkarte {
    overflow: hidden;
}
.headlinekarte {
    position: relative;
    z-index: 99;
}
.wasserzeichen {
    position: relative;
    left: 7px;
    top: -288px;
    bottom: 0;
    z-index: 0;
    width: 218px;
}
.wasserzeichen img {
    width: 100%;
}
.imp {
    font-size: 8.5pt;
    margin-left: 22px;
}
.impressum_content p {
    font-size: 10pt;
}
.clear {
    clear: both;
}
.bs {
	margin-left:-30px;
}
#preload-001 {
    background-image: url("../res/kontakt_select.png");
    display: none;
}
#preload-002 {
    background-image: url("../res/start_select.png");
    display: none;
}
.fwaw_galerie {
	margin:0 auto;
	padding:0;
	position: relative;
	width:97%;
	overflow:hidden;
	
}
.fwaw_galerie li {
	list-style-type: none;
	visibility:hidden;
}
.prev, .next {
	font-size: 20px;
	border:10px solid white;
	border-radius:15px;
	width:10px;
	height:10px;
	line-height:10px;
	box-shadow: 2px 2px 6px black;
}
.prev:hover, .next:hover {
	cursor: pointer;
}
.prev {
	float: left;
	background-color:#fafafa;	
	margin-left:5px;
}
.next {
	float: right;
	background-color:#fafafa;
	margin-right:5px;
}
