body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}

/**************************************************************************
 CONTAINER
**************************************************************************/
html{
	height: 100%;
	margin-bottom: 1px; 
	margin:0;
	padding:0;
	overflow-y: scroll;
}

*{box-sizing:border-box;}

body{
	margin:0;
	padding:0;
	height: 100%;
	background-color: #f6f7f8;
	font-family: "Trebuchet MS",Helvetica,Myriad,sans-serif;
	font-size: 14px;
}

#outerwrap{
	position: relative;
	height: 100%;
	min-height: 700px;
}

#innerwrap{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	max-width: 1000px;
	width:100%;
	min-height: 700px;
	height: auto!important;
	height: 700px;
	background-color: #ffffff;
	overflow: hidden;
}

#metawrap{
	position: relative;
	top: 20px;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 100px;
}

#head{
	position: relative;
	width: 100%;
	height: 150px;
	background: url(../../files/themeTumler/img/bg_head.jpg) no-repeat;
	background-position: center bottom;
    	background-size: 100% auto;
	margin-bottom:50px;
}

#head div.line{
	position: absolute;
	z-index: 10;
	bottom: 10px;
	width: 100%;
	height: 5px;
	font-size: 0;
	background: url(../../files/themeTumler/img/bg_headline.png) repeat-x;
}

#mainmenu{display:none;}

#container{
	padding-left:300px;	
}

#subnav{
	float: left;
	margin-left: -300px;
    width: 300px;
}


#content{
	float: right;
	width: 100%;
	padding-left:0px;
	padding-right:30px;
	padding-bottom: 30px;
	
}

#content img {
    border: 1px solid #e6e6e6;
    margin: 20px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: -3px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    padding: 3px;
	max-width: 100%;
}




/**************************************************************************
 GLOBAL
**************************************************************************/


p{
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.5em;
}

h1.logo{
	position: relative;
	top: 52px;
	left: 30px;
	margin:0;
	padding:0;
	border-bottom: none;
}


h1 span{
	display: none;
}

h2{
	font-family: "Arial";
	color: #111111;
    font-size: 1.6em;
    font-weight: 600;
	margin-bottom:0px;}

h3{
    font-size: 1.3em;
    font-weight: 600;
	color: #948663;
	line-height: 1.25;
	margin-top:5px;
}

h1{
	font-size: 1.1em;
    font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
}

.clear{
	clear: both;
}

img{
	border:none;	
}

a{
	color: #948663;	
	outline: none;
}

a:hover{
	color: #000000;
}

a:active{
  outline: none;
}

a:focus{
  outline: none;
}

a.pdf {
	background-image:url(../../files/themeTumler/img/pdf-icon.gif) !important;
	padding-left:22px;
	background-repeat:no-repeat;
}

a.icon {
	background-repeat:no-repeat !important;
	margin-top:7px !important;
}

a.cta{
        background-color:#948663;
        border-radius:50px;
        color:#fff;
	padding:15px;            
}
a.cta:hover{
        color:#fff;
	background-color:#bcada6;            
}
     
div.line{
	background: url(../../files/themeTumler/img/line.gif) no-repeat center;
	height: 20px;
}

hr{
	background: url(../../files/themeTumler/img/line.gif) repeat-x center;
	height: 20px;
	border: none!important;
	margin-bottom:15px;
/*	margin-top:-30px; */
}

.center{
	text-align: center;
}

.mod_article{
	margin-bottom:30px;
}

.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}





/**************************************************************************
 BOX
**************************************************************************/


.box{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 20px;
	margin-bottom: 25px;
	background: url(../../files/themeTumler/img/bg_box.jpg) no-repeat;
	background-position: bottom;
}

.box .border{
	width: 13px;
	height: 13px;
	font-size: 0;
	position: absolute;
}

.box .border.topleft{
	top: -1px;
	left: -1px;
	background: url(../../files/themeTumler/img/border_box_top_left.png);
}

.box .border.topright{
	top: -1px;
	right: -1px;
	background: url(../../files/themeTumler/img/border_box_top_right.png);	
}

.box .border.bottomleft{
	bottom: -1px;
	left: -1px;
	background: url(../../files/themeTumler/img/border_box_bottom_left.png);	
}

.box .border.bottomright{
	bottom: -1px;
	right: -1px;
	background: url(../../files/themeTumler/img/border_box_bottom_right.png);	
}


.box img {
	border:1px solid #e6e6e6;	
	margin:20px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:-3px;
	color: #666666;
	font-weight: bold;
	text-align:center;
	padding:3px;
}

.box .caption{
	border:1px solid #e6e6e6;	
	margin:20px;
	margin-left:0px;
	margin-top:-1px;
	margin-bottom:10px;
	color: #666666;
	font-weight: bold;
	padding-left:3px;
	background-color:#E6E6E6;
	font-size:10px;
}

.box a.bildlink img{
	margin:3px;
	margin-bottom:0px;
}

.box a.bildlink{
	text-decoration: none;
}

.box a.bildlink:hover{
	color: #948663;
}

.box span.textback{
	background-color:#e6e6e6;	
	display:block;
	padding:3px;
	margin: -1px 3px 3px 3px;
	font-size:10px;
	text-align:left;
}

.box ul{
	list-style-image:url(../../files/themeTumler/img/nav_double_arrow.png);
}

.box ul li{
	margin-top:3px;
}


.box img.noborder{
	padding:0px;
	border:none;	
	float:none;
}

div.noborder img{
	padding:0px;
	border:none !important;	
	float:none;
}




/**************************************************************************
 NAVIGATION
**************************************************************************/

#nav ul{
	list-style: none;
	position: absolute;
	top: 55px;
	left: 235px;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0;
}

#nav ul li{
	float: left;
	margin-right: 35px;
}

#nav ul li a{
	text-decoration: none;
	color: #000000;
}

#nav ul li.active a{
	color: #948663;
}

#nav ul li.active strong{
	color: #948663;
}

#nav ul li a.trail {
	color: #948663;
}

#nav ul li a:hover{
	color: #948663;
}


#subnav div div{
	
	padding-left: 25px;

	overflow: hidden;
}

#subnav div div ul{
	list-style: none;
	padding: 0;
	margin: 0;

}

#subnav div div ul li{
	display: inline;
}

#subnav div div ul li {
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
	/*background: url(../../files/themeTumler/img/arrow.png) no-repeat;
	background-position: 0px 6px;*/
	background: url(../../files/themeTumler/img/nav_separator.jpg) no-repeat;
	background-position: bottom;	
	min-height: 18px;
	/*font-weight: bold;*/
}


#subnav div div ul li ul.level_2 li {
 margin-right:10px;
 margin-bottom:-2px;
}


#subnav div div ul li a{
	color: #000000;
}

#subnav div div ul li.active a{
	color: #948663;
}

#subnav div div ul li.active strong{
	color: #948663;
}

#subnav div div ul li.active ul li a{
	color: #000000;
}

#subnav div div ul li ul li.active a{
	color: #948663;
}

#subnav div div ul li a:hover{
	color: #948663;
}

#subnav div div ul li a{
	background: url(../../files/themeTumler/img/nav_double_arrow.png) no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
}

#subnav div div ul li strong{
	background: url(../../files/themeTumler/img/nav_double_arrow.png) no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	text-decoration: none;
	color: #948663;
}


#subnav div div ul li a:hover{
	color: #000000;
}

#subnav div div ul li ul li a, #subnav div div ul li ul li strong 
{
	font-size: 12px;
	padding: 3px 0 1px 20px;
}


#subnav div div ul li ul li a, #subnav div div ul li ul li strong{
	background: url(../../files/themeTumler/img/nav_arrow.png) no-repeat;
	background-position: 3px 5px;
}


.meta{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.meta ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.meta ul li{
	display: inline;
	margin-left: 20px;
	font-size: 11px;
}

.meta ul li a{
	text-decoration: none;
	color: #948663;
}

/**************************************************************************
 CONTENT PRESSE
**************************************************************************/

.presse h3{
	width: 500px;
	float: left;
}

.presse h3 a{
	color: #000000;
	text-decoration: none;
}

.presse p.date{
	float: left;
	width: 50px;
	margin: 0;
	padding: 7px 0 0 10px;
}

p.more a{
	position: relative;
	left: 510px;
}

.presse_detail .back{
	text-align: center;
	margin-top: 30px;
}

#karte {
	height: 350px;
	padding-bottom: 30px;
}

.mod_newslist, .mod_newslist .block {

	/*overflow: visible!important;*/
}

.mod_newsreader {
	width: 810px;
	padding: 0 20px;
	margin-top: -20px;
}

.mod_newsreader h2 {
	margin-bottom: 15px;
}

.mod_newsreader h3 {
	padding-bottom: 7px;
}

.mod_newslist h1 a, .mod_newslist h2 a, .mod_newslist h3 a {
	text-decoration: none;
}

.mod_newslist .layout_latest h2  {
	margin-bottom: 15px;
}

.mod_newsreader img {
	border:1px solid #e6e6e6;	
	margin:20px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:-3px;
	color: #666666;
	font-weight: bold;
	text-align:center;
	padding:3px;
}

.mod_newsreader .caption{
	border:1px solid #e6e6e6;	
	margin:20px;
	margin-left:0px;
	margin-top:-1px;
	margin-bottom:10px;
	color: #666666;
	font-weight: bold;
	padding-left:3px;
	background-color:#E6E6E6;
	font-size:10px;
}

.mod_newsreader .info {

	position: absolute;
	top: 5px;
	right: -230px;
}

.mod_newslist .info {

	position: absolute;
	top: 25px;
	right: 25px;
}

#fb_share{
	display:block;
	float:right;
	margin-right:35px;
	margin-top:-25px;
	opacity:0.5;
	filter: alpha(opacity = 50);
	text-decoration:none;
}




@media all and ( max-width: 900px ) {
	#nav ul{
		top:0;
		left:300px;
	}
	
	#nav ul li {
		float:none;
	}
}

@media all and ( max-width: 650px ) {
	#head{
		height:auto;
		margin-bottom:0;
	}
	
	#head div.line{
		position:static;
	}
	
	#subnav {
		float:none;
		width: 100%;
		margin-left:0;
		text-align: center;
	}
	#subnav div div ul li {
		background:none;
		padding: 2px 0 2px 0px;
	}
	
	#subnav div div{
		padding-left:0;	
	}
	
	#content {
	float:none;	
	padding-right: 0px;
	}
	
	#container{
		padding-left:0px;
		padding:10px;
	}
	
	#nav ul{position:static;
	
	}
	#nav ul li {
    margin-right: 0;
}
	
	#head{
		text-align:center;
	}
	
	h1.logo{position:static;
	padding:10px;}
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../files/themeTumler/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../files/themeTumler/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


@media print {

a img{
	border:none;	
}

#nav, #subnav, .textback, .meta, .mod_navigation, nav, .logo span, iframe[src*="facebook"] {
	display:none;
}

#content img{ 
	margin: 1mm 8mm 4mm 0;
        max-width: 40%;
        height: auto;
}

  .ce_text p img {
      float: left;
      margin: 1mm 8mm 4mm 0;
      height: auto;
  }

  /* WICHTIG: jeder folgende Absatz beginnt UNTER allen Floats */
  .ce_text p + p {
      clear: both;
  }

#container {
     padding-left: 0px;
}

#content{
  padding:0px;
}

#innerwrap{
  max-width:100%
}

#head {
   
    margin-bottom: 0px; 
}

h1.logo{
	left:0px;
}


}
