/*
@author: Clemens Hofmann
@date: October 14, 2014
@copyright: Clemens Hofmann
@licence: creative commons
@version: 1.2

Im using the jquery lightbox plugin from Leandro Vieira Pinho (leandrovieira.com) and adapted some
key features for the websitebaker using.
*/

#header_top img{
	width: 800px;
	height: 110px;
	padding: 20px 10px 0px 0px;
}


/*  Alle Menüs: (Standarteinstellung) */
a.menu-default{
	font-size: 1.1em;
	color: rgb(140,140,140);
	font-weight: normal;
}

a.menu-standart{
	font-size: 1.1em;
	color: rgb(140,140,140);
	font-weight: normal;
}

a.menu-current{
	font-size: 1.1em;
	color: rgb(14,44,142);
	font-weight: bold;
}

a.menu-parent{
	font-size: 1.1em;
	color: rgb(14,44,142);
	font-weight: normal;
}

/*  Alle Menüs - ENDE */


/*  Main-Menü-Schrift:  */
.navigation a{
	line-height: 1.6em;
	text-decoration: none;
}

.navigation a:hover{	
	color: rgb(14,44,142);
	/*font-weight: bold;*/	
}

.navigation ul li ul li ul li a:hover {
	opacity: 0.9;
}

.navigation ul li ul li ul li a{
	color:rgb(100,100,100);
}

.navigation ul li ul li ul li a.menu-current{
	color: rgb(14,44,142);
}

.navigation ul li ul li ul li a.menu-parent{
	color: rgb(14,44,142);
}

/*  Main-Menü-Schrift-ENDE  */

/*  Fußbereich-Schrift:  */
#foot_boxes{
	font-size: 14px; 
	line-height: 1.6em;
	color: rgb(140,140,140);
}

#foot_boxes h1,#foot_boxes h2,#foot_boxes h3,#foot_boxes h4,#foot_boxes h5,#foot_boxes h6{
	font-size: 1.1em; 
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: rgb(140,140,140);
}

#foot_boxes a{
	text-decoration: none;
	color: rgb(140,140,140);
}

#foot_boxes a:hover{
	color: rgb(14,44,142);
}

#foot_boxes ul a{
	font-weight: bold;
}

#foot_boxes ul ul a{
	font-weight: normal;
}
/*  Fußbereich-Schrift-ENDE  */

/* ###  Top-Bereich  ### */
#intropic_area{
	background:transparent;
	width: auto;
	height: 360px;
	position: relative;
}

#header{
	position: static;
	background-color: rgb(231,232,234);	
	min-height:160px;
	height: 15%;
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#header #header_top{
	margin: auto;
	clear: both;
	height: 130px;
	width: 1222px;
	background-color:rgb(231,232,234);
	border: none;
	text-align: center;
	overflow: hidden;
}

#headschatten_pic{
	background-image:url(images/schatten.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
	border: none;
	z-index: 2;
}


/* ###  Top-Bereich - ENDE  ### */

/* ###  Haupt-Bereich  ### */

#conleft{	
	padding: 5px 0 0 0;
	float: left;
	height: 200px;
	width: 180px;
	border: none;
	background-color: transparent;
}

#conmid{
	float: left;
	height: auto;
	width: 800px;
	background-color: transparent;
	border: none;
}

#conright{	
	padding: 5px 0 0 0;
	float: right;
	height: auto;
	width: 200px;
	border: none;
	background-color: transparent;
	margin-left: 20px;
}

#infoblock{
	background-color: rgb(255,255,255);
	border: 0px solid rgb(225,225,225);
	height: auto;
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:5px;
	clear: both;
}

.navigation{	
	float: left;
	background-color: transparent;
	min-height: 100px;
	height: auto;
	width: 180px;
	position: static;	
	clear: both;
}

#conright #sidecontent{
	padding: 5px;
}

#sidecontent{
	background-color: transparent;
	float: left;
	min-height: 200px;
	width: 190px;
	position: static;
	overflow: hidden;
}

/*  Galerie:  */
#pics1 img:hover, #pics2 img:hover, #pics3 img:hover, #pics4 img:hover, #pics5 img:hover {
	border: solid rgb(180, 180, 180) 2px;
}
/*  Galerie  - ENDE  */


/* ###  Haupt-Bereich - ENDE  ### */

/* ###  Fuß-Bereich  ### */

#footschatten{
	background-image:url(images/schatten2.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
	border: none;
	clear: both;
}

#footer{
	position: static;
	background: rgb(231,232,234);
	min-height: 120px;
	height: 15%;
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0.5em;
	font-size: 0.4em;
}

#foot_boxes{
	height: auto;
	width: 1222px;
	border: none;
	margin: auto;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

#footy_one_fix{
	height: auto;
	width: 180px; /*info: width auf den beiden templates verschieden!*/
	background-color: transparent;
	float: left;
	text-align: left;
}

.footy_flex{
	height: auto;
	width: auto;
	max-width: 400px;
	margin: 0 25px 0 0;
	padding: 0 0 0 10px;
	background-color: transparent;
	float: left;
	text-align: left;
}

#foot_boxes ul{
	margin:0 0 0 20px;
	padding: 0px;
	background-color: transparent;
	list-style: none;
}

#foot_boxes ul ul{
	margin:0px;
}

/* ###  Fuß-Bereich - ENDE  ### */


/* Code zur Navmenü-Stylung */
.navigation ul{
	padding: 5px 5px 5px 10px;
	margin: 0px;
	list-style-type: none;	
	position:relative;
	width: 140px;
	background-color: rgb(231,232,234);
}

.navigation ul li ul{
	margin: 0px;
	padding: 0px;
}

.navigation a{
	height: auto;
	width: auto;	
	display: block;
	margin: 2px;
}

.navigation ul li {	/* Hauptebene */	
	display:block;
}

.navigation ul li ul li {	/* Zweite Ebene */
	display: none;	
	position: relative;
}

/* Dritte Ebene mit mehreren Blöcken: */
.navigation ul li ul li ul {	
	position: absolute;
	display: none;
	left: 140px;
	top: -20px;
	background-color: transparent;
	max-height: 300px;
	overflow: visible;
	width: auto;
	padding: 20px 20px 20px 0;
	z-index:5;
}	
	
.navigation ul li ul li ul li:nth-child(1n+13){
	left: 150px; 
	top: -295px;
}

.navigation ul li ul li ul li:nth-child(1n+25){
	left: 300px; 
	top: -590px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
	.navigation ul li ul li ul li:nth-child(1n+13){
		left: 150px; 
		top: -288px;
	}

	.navigation ul li ul li ul li:nth-child(1n+25){
		left: 300px; 
		top: -576px;
	}
}

.navigation ul li ul li ul li  a{
	margin: 0 0 0 10px;	
	background-color: rgb(231,232,234);
	opacity:0.85;
	width: 140px;
}

.navigation ul li ul li ul li ul li {		/* 4. Ebene, niemals hier zeigen!!! */
	display: none!important;
}

.navigation ul li ul li a{		/* Schrifteinrückung: */
	padding-left: 2em;
}

.navigation ul li ul li ul li a{	/* Schrifteinrückung: */
	padding-left: 5px;
}

/*  ohne JS: */
.navigation ul li:hover ul li{
	display: block;
}

.navigation ul li:hover  ul li ul {
	display: none;
}

.navigation ul li ul li:hover  ul  {
	display: block;
}

.navigation ul li ul li:hover  ul  li a{
	
}
/* ohne JS - ENDE */

/*  mit JS:  */
.navigation ul .menu-parent ul li{
	display:block;
}

.navigation ul .menu-current ul li{
	display:block;
}

.navigation ul .menu-standart:hover ul li{
	display: none;
}

.navigation ul .menu-current ul .menu-standart:hover ul li{
	display: block;
}

.navigation .menu-parent ul .menu-standart:hover ul li{
	display: block;
}
/*  mit JS - ENDE  */

.navigation a:hover{	
	background-color: rgb(231,232,234);
}

/* Menü-Stylung-Ende */

/*  Niederlassungsinfo  */

#nav_top ul{
	margin: 0px;
	padding: 0px;
}

#nl_arrow{
	width: 30px;
	height: 150px;
	position: relative;
	z-index: 4;
	left: 970px;
	top: -150px;
	background-image: url(images/pfeilgrafik_grau.png);
}

#nl_arrow:hover{
	background-image: url(images/pfeilgrafik_blau.png);
	cursor: pointer;
}

#nl_arrow a{
	text-decoration: none;
	opacity:0;
}

#nl_arrow a:hover{
	text-decoration: none;
}

/*  Niederlassungsinfo - ENDE  */

/*  für Niederlassungen Farbbildänderungen:  */

table img.bunt{
	display: none;
}

table.imgchange:hover .schreib_fenster{
	background-color: rgb(245,245,245);
}

table.imgchange:hover img.schwarz-weiss{
	display: none;
}

table.imgchange:hover img.bunt{
	display: block;
}

table.imgchange img{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 2px;
	left: 5px;
}
/*  für Niederlassungen Farbbildänderungen - ENDE  */

/*  ab hier: jquery lightbox0.5  */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	background-image:url(images/pfeilgrafik_blau_left.png);
	background-repeat:no-repeat;
	background-position: 20px 10px;
	opacity: 0;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	background-image:url(images/pfeilgrafik_blau_right.png);
	background-repeat:no-repeat;
	background-position: right 10px;
	opacity: 0;
}
#lightbox-nav-btnPrev:hover {
	opacity: 1;
}
#lightbox-nav-btnNext:hover{ 
	opacity: 1;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 100%; 
	float: left; 
	text-align: center; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/*  jquery lightbox0.5 - ENDE  */