/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}
/*.shadow {
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
		box-shadow: 0 0 5px #888;
} */
img {
	max-width: 100%;
}

/*heading*/
header.main {
	padding: 0 0 0 0;
  /* background-color:#3300ff;       zum TESTEN FARBE Blau  */            
/*  background: url(../welcome/eh-logo-960.jpg);     */
}

header h1.logo {
	margin: 7px 0 0 0;
	float: left;
}

/*navigation*/
nav.primary ul  {
  	margin: 0px;
  /* border-top: 1px solid #CCCCCC;   linie über nav */ 
}
nav.primary ul li {
	margin: 0px;
 /*  border-top: 1px solid #CCCCCC;  linie über nav */ 
}


nav.primary select {
	clear:both;
  display: none;
	width:  100%;
	height: 38px;
	margin: 21px 0;
}

nav.primary ul li {
	display: inline;
	float: left;
	position: relative;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 35px; /*  war auf 49px */
	padding:  3px 10px 2px 10px; /*  war auf: 0 14px; */
	color: #021666;   /* textfarbe dunkelblau */
	/* text-transform: uppercase; */
	width: 120px; /*  WIdth ist NEU */
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.04em; /*  war auf 0.08em */
}

nav.primary ul li a:hover {
	background: #e4e9fe;
	cursor: pointer;
}
nav.primary ul li > .active {        /*  ACTIVE Status der Seiten kopiert zum testen Farbe Hellblau  */
	color: #3e5dd1;
	cursor: pointer;
}  


/*sub menu*/
nav.primary ul ul {
	opacity: 0; 
  	filter: alpha(opacity=0); 

	position: absolute;
	top:100%;
	left: 0;
	z-index: 999;
	background: #DfDfDf;
	/* background: url(../images/bg_bottom.png);  */
 	
	height: 0px;
	overflow: hidden;
	
	width: 100%;
	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}

nav.primary ul li span {
	display: none;
}

nav.primary ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100); 
  	
	height: auto;
	overflow: auto;
}

nav.primary ul ul li {
	float: none;
	display: list-item;
	border-bottom: 1px solid #eeeeee; /* war original #383737 */
}

nav.primary ul ul li a {
	display: block;
	font-weight: normal;  /* NEU*/
	line-height: 20px;  /* war auf 30px */
	text-transform: none;
	letter-spacing: 0.0em;
}

nav.primary ul li:hover > a {
	background: #e6e6e6; /* war auf #424242 */ 
}
/* Ende NAvigation der  */

/* #Page Styles
================================================== */
img.produkt  {
    margin: 2px 2px 10px 20px;
  }
	
footer.main h6 {
	margin: 16px 0px 10px 55px;
  font-size: .8em;
	color: #c1c1c1;   /* hier war ein #text align: center# dabei */
  }
footer.main a {	
  color: #c1c1c1; 
	text-decoration: none;
}
footer.main a:hover {	
	text-decoration: none;
  color: #3E5DD1;
}
figure {
	padding: 6px;
	/* border: 1px solid #ededed; */
	background: #fff;
	line-height: 0px;
}

figcaption {
	font-size: .75em;
	text-align: center;
	padding: 14px 0;
}	
 /* #infospalte rechts
================================================== */
.loz {
	font-weight: 700;
	line-height: 1.0em;
	padding: 5px 0 4px 10px;
	background: #3E5DD1;  
	margin-top: 25px;
} 
.loz h5 {
    font-size: 0.9em;
    font-weight: 800;
    color: #FFFFFF;
} 
.aktuell {
	font-size: 1.0em;
	color: #545454;
	font-weight: 700;
	line-height: 1.4em;
	padding: 5px 0 10px 10px;
	border-bottom:1pt solid #3E5DD1;
}
.disclaimer {
   font-size: 0.8em;
   color:#545454;
   font-weight:0.9em;
   line-height:1.3em;
   padding: 10px 0 0 10px;
}
.disclaimer a {
    text-decoration:none;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.banner {
			display: none;
		}
	
		article .three.thumbnail {
			display: none;
		}
	
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		} 
		
		.bottom footer {
			text-align: center;
		}
	}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

.breadcrumb > h6 {             /* Breadcrumb*/
/*width: 650px; height: 16px;    */
  font-style: normal;
  font-weight: 500;
  font-size: .8em;
  background: transparent;
  margin-left: 60px; 
  color : #c1c1c1;
}
.breadcrumb a {
  font-weight: 500;
  color : #c1c1c1;
  background: transparent; 
  text-decoration: none;
}
.breadcrumb a:visited {
  color : #e4e4e4;
  background: transparent; 
  text-decoration: none;
}
.breadcrumb a:hover,.breadcrumb a:focus {
  color : #3E5DD1;
  background: transparent; 
  text-decoration: underline;
}
.breadcrumb a:active {
  color : #3E5DD1;
  background: transparent; 
  text-decoration: none;
} 							/* Ende vom Breadcrumb*/ 


/*pagination*/
nav.pagination ul {
	width: 100%;
	text-align: center;
	margin: 21px 0 35px 0;
}

nav.pagination li {
	display: inline;
}

nav.pagination li a {
	display: inline-block;
	line-height: 35px;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 0 7px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #cccccc;
}

nav.pagination li a.selected,
nav.pagination li a:hover {
	background: url(../images/bg_dark.png) #000;
	border: none;
	color: #fff;
}