@charset "UTF-8";
/* CSS Document */

.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);display:none}
.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}
body.lb-disable-scrolling{overflow:hidden}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:1px}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:2px}
.lb-loader,.lb-nav{position:absolute;left:0}
.lb-outerContainer:after{display:table}
/* Bildrand */
.lb-container{padding:2px}

.lb-loader{top:43%;height:25%;width:100%}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.gif) no-repeat}
.lb-nav{top:0;height:100%;width:100%;z-index:10}

.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{
width:34%;left:0;float:left;background:url(images/prev.png) left 48% no-repeat;
filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s
}
.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;
background: url(images/next.png) right 48% no-repeat;
filter:alpha(Opacity=0);
opacity:0;-webkit-transition:opacity .6s;
-moz-transition:opacity .6s;
-o-transition:opacity .6s;
transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);
opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{display:table}
.lb-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:6px;color:#000}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}


html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

	
body {
		max-width: 1000px;
		margin-left: auto;
	margin-right: auto;
	 color: #000;
	background: #d1c7b7;
/*	 background-image: url(bilder/bg.gif); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center; */	 
}	

header {
 position: fixed; 
 margin-left: auto;
	margin-right: auto;
 	max-width: 1000px;
	vertical-align: top; 
	padding: 0px 20px 10px 20px;
  left: 0;
  right: 0;
 z-index:10;
	/* text-align: center; */
	background: #f8f1e6;
	/* background-image: url(bilder/obenbg.png); 
	background-size: contain;
	background-repeat: repeat-x;
	background-position:left top;  */
	height: 150px;
	
	
	}
	

.main {
	 padding: 170px 40px 10px 40px; 
	width: 100%;
	text-align: left; 
	background: #f8f1e6;
	
}

	
footer {

	 /* position: fixed; 
 padding: 20px 20px 10px;
  bottom: 0;
  left: 0;
  right: 0;
	
	text-align: center; 
	background: #000000;
	background-image: url(bilder/untenbg.png);
background-size: contain; */
	background-repeat: repeat-x;
	background-position:left top; 
	height: 80px;
	vertical-align: bottom; 
	
}

.mobilsichtbar {
	display : none;
	}


 img {
	max-width: 100%;
	height: auto;
	/*vertical-align: middle; 
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 9px;  */	
}


.imgtr {
	
	/* max-width: 100%;
	height: auto;  */
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.imgrechts {
	
	/* max-width: 100%;
	height: auto;  */
    float: right;
    margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.pfeil {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 10px;
}

.fader { position: relative; display: inline-block; } .fader img { vertical-align: top; } .fader img.next { position: absolute; top: 0; left: 0; } 		

img {
	
	max-width: 100%;
	height: auto;
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.links {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
.imglink {
 /*  opacity: 0.9;*/
 
}	

.imglink:hover {
 transform: scale(1.02);
 box-shadow: 3px 3px 6px silver;
  /* border-width: 1px; 
  border-color: #666; 
  opacity: 1.0; */
 
}

.imgdvd:hover {
 transform: scale(1.02);
  /* border-width: 1px; 
  border-color: #666; 
  opacity: 1.0; */
 
}	

a.norm:link {  color:#846969; text-decoration:none; }
a.norm:hover {  color:#000; text-decoration:none; }
a.norm:visited {  color:#846969; text-decoration:none; }
a.norm:active { color:#846969; text-decoration:none; }

a.normg:link {  color:#c50c1f; text-decoration:none; font-size: 1.0em; }
a.normg:hover {  color:#3b7264; text-decoration:none; }
a.normg:visited {  color:#c50c1f; text-decoration:none; }
a.normg:active { color:#c50c1f; text-decoration:none; }

a.titel:link {  letter-spacing: 0.05em; font-size: 18px; font-weight: 200; color: #000;  text-decoration:none;}
a.titel:hover {  color:#b1a592; text-decoration:none; }
a.titel:visited {  color:#000000; text-decoration:none; }
a.titel:active { color:#000000; text-decoration:none; }

a.in:link {  color:#ccc; text-decoration:none; font-size: 0.8em; }
a.in:hover {  color:#cc0000; text-decoration:none; }
a.in:visited {  color:#ccc; text-decoration:none; }
a.in:active { color:#ccc; text-decoration:none; }

.button {
	border: 2px #c50c1f solid;
	padding: 5px 25px;
	border-radius: 30px;
	color: #c50c1f;
	text-decoration: none;
	
}
.lang {
	border: 1px #c50c1f solid;
	padding: 1px 15px;
	border-radius: 30px;
	color: #c50c1f;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 0.4em;
}

h2 {
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 0.4em;
	color: #000;	
}

h3 {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 1.0em;
	 color:#c50c1f;
}

h4 {
	font-size: 16px;
	font-weight: 200;	
}

p {
 /*	font-size: 15px;
	font-weight: 400;
	margin-bottom: 1.5em;   */
}

.klein {
	font-size: 0.9em;	
}

.kleiner {
	font-size: 0.6em;	
}

.gross {
	font-size: 1.0em;	
}

.bu {
	 display: none;
}

hr { 
    height: 1px; 
    margin: 0 auto;
    color: #e3b9bd;
	  width: 100%; 
}

.gold {
	color: #ff8f0b;
}

.rot {
	color: #c50c1f;
}

.balken {
	background-color: #5e71a8;
	 /*height: 10px; */
	width:  100%;
	max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.leerzeile {
	height: 10px;
	width: 100%;
}


.col {
	width: 100%;
	float: left;
	padding: 0px 10px 20px 10px;
}

.col-rechts {
		text-align: right;
	}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}	
	

.col-halb {
		width: 50%;
		padding: 0px 20px 0px 10px;
	}
	
.col-viertel {
		width: 25%;
		padding: 0px 0px 0px 50px;
	}
	
.col-dreiviertel {
		width: 75%;
		padding: 40px 10px 0px 10px;
		text-align: right;
	}
		
.col-drittel {
		width: 33.3%;
	}
.col-zweidrittel {
		width: 66.6%;
	}


	
 ol { 
 
 list-style: url("images/li.png");
 }
 
ol li {
	/* display:block; */
	float: righ;
	/* margin-left: 81px;
	margin-right: 1px; */
	margin-top: 5px;
	
}	
	
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none; 
	 margin:0;
	padding:0;
	 position: relative; 
}

/*Create a horizontal list with spacing   mod ul dazu*/
ul li {
	display:inline-block;
	float: righ;
	margin-right: 0px;
	margin-top: 0px;
}

/*Style for menu links  mod ul dazu*/
ul li a {
	display:block;
	/* min-width:150px; */
	 height: 25px; 
	text-align: right;
	/* line-height: 40px; */
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  */
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: 200;
	color: #000;
	border-width: 0px 1px 0px 0px;
	padding: 0px 20px 0px 20px;
	border-style: solid;
  border-color: #000;
	
		
	/*background: #22a1aa; */
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
color: #c00;
	
}


/*li a:hover::before {
	content: " > "; color: firebrick; font-size: 1.2em }
	margin-right: .1em;
	
} */

.aktiv a {
	
color: #c00;

}



/*Style for dropdown links*/
li:hover ul a {
	
	color: #333333;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	
	color: #c50c1f;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 80px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #6cbea9;
	font-size: 1.4em;
	text-align: center;
	padding: 5px 0px 5px 0px;
		background: #333;
	border-style: solid;
  border-color: #6cbea9;
  border-width: 0px 0px 1px 0px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}




/*Responsive Styles*/

@media screen and (max-width : 768px){
	/*Make dropdown links appear inline*/
	ul {
		 position: static; 
		display: none;
	}
	/*Create vertical spacing mod ul vorgesetzt*/
	ul li a{
		/* margin-bottom: 1px; */
		height: 40px; 
		border-width: 0px 0px 1px 0px;
		padding: 5px 10px 0px 10px;
			text-align: center;
background: #666;		
  border-style: solid;
  border-color: #6cbea9;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	
	
	
	header {
		height: auto;
			padding: 0px 5px 0px 5px;
} 


body {
		margin-left: auto;
	margin-right: auto;
	}

.main {
	 padding: 180px 10px 5px 10px; 
	width: 100%;
	text-align: left; 
}

/* footer {

position: fixed; 
 padding: 3px 10px 2px;
  bottom: 0;
  left: 0;
  right: 0;
	height: 90px;
	vertical-align: bottom; 
	
} */

.col {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
}
	
.col-halb {
		width: 100%;
	}
	
.col-viertel {
		width: 100%;
	}
	.col-dreiviertel {
		width: 100%;
	}
.col-drittel {
		width: 100%;
	}
.col-zweidrittel {
		width: 100%;
	}
	


.col-rechts {
		text-align: center;
	}

.unsichtbar {
	 display: none;
}

.mobilsichtbar {
	display:block;

	}
.gross {
	font-size: 1.5em;	
}

a.norm:link {  color:#846969; text-decoration:none;  font-size: 1.2em;}
	
	

}
