/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 16px; line-height: 1.4; }

::-moz-selection { background: #ec7404; color: #fff; text-shadow: none; }
::selection { background: #ec7404; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

 


/* ################################################ 
					GRUNDLAYOUT
################################################ */	


body {
	background: #fff url(../img/hg.jpg) repeat;
	font-size: 16px;
}

#outer {
	width: 937px;
	text-align: right;
	margin: 0 auto;
	z-index: 0;
	position: relative;
	
}
#sm {
	margin-top: 100px;
	position: absolute;
	left: 898px;
	height: 460px;
}
#wrapper {
	background-color: #d3d4d6;
	z-index:	1;
	top: 0;
	left: 0;
	position: absolute;
	width: 870px;
	padding: 15px;
	text-align: left;
	
	-webkit-box-shadow:  8px 8px 3px 3px rgba(0, 0, 0, 0.2);
	        
	        box-shadow:  8px 8px 3px 3px rgba(0, 0, 0, 0.2);
	 
	min-height: 896px;
	 
	}
	
#main {
	font-size: 13px; /* 0.8em */
	line-height: 16px;
}
#main, #main p {
	margin-top: 0;
}
.himg img {

	-webkit-border-radius: 8px;
	    border-radius: 8px;
	    -webkit-box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	            
	            box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	 
}
.himg {
	float: left;
}

#content {
	
	float: left;
	width: 651px;
	
}

.hlist {
	position: absolute;
	margin-top: 8px !important;
}
#nav {
	font-size: 12px;
	height: 30px;
	margin-left: 3px;
	 
	 
}

#nav ul {
	list-style-type:none;
	  list-style-image:none;
	 margin:0px;
	 padding:0px;
/*	float: left;
	width: 615px;*/
}
#nav li {
	list-style-image:none;
	float: left;
}

#nav li.topm {
	float: left;
}

.topm a {
	float:left;
	   
	 
}

/*.topm ul {
	display: none;
	float: none;
	width: inherit;
}*/

/*.topm a {
	position: relative;
	z-index: 501;
	clear:both; /* special IE6 *!/
	 
}*/

#nav ul li a {
	text-decoration: none;
	color: #022859;
	padding: 8px 15px 4px 0px;
}

#nav ul li.active a {

	color: #ec7404;
	
}

#nav ul li a:hover {
	color: #ec7404;
}

 
/*
#nav .topm:hover ul {
  display:block;  
  z-index:500;
}*/



#menu {
	float: left;
}


.land {
	/*display: inline-block;*/
	position: absolute;
	left: 631px;	
	top: 227px;
	width: 23px;
	height: 16px;
}








	.bc {
		font-size: 10.5px;
		color: #babcbb;
		margin-bottom: 12px;
	}
	.bc a {
		color:  #babcbb !important;
	}
#search {
	float: right;
	margin-top: 7px;

}
#search input {
	border: none;
	width: 188px;
	-webkit-border-radius: 8px;
	    border-radius: 8px;
	    	background-color: #fadcc0 !important;
	  color: #f7ba84;
	  font-size: 13px;
	  padding: 0 8px;
}


#aside {
	
	float: left;
	margin-left: 15px;
	width: 204px;
}

#aside div.csc-default {
	width: 220px;
}
#aside div.ros {
	width: 174px;
}







/* ################################################ 
					CONTAINER
################################################ */	

 

.ros {
	-webkit-border-radius: 8px;
	    border-radius: 8px;
	    background-color: white;
	    padding: 14px;
	    
	   -webkit-box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	           
	           box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	           
}

.ros.h600 {
	height: 614px;	
}
	           
.ros.green {
	background-color: #98bf14;
} 
.ros.green.h405 {
	background-color: #98bf14;
	height: 395px;
}    

.green {
	color: #fff !important;
}     

#aside .green a{
	color: #fff;
	text-decoration: unde;
}
	           
.conbox1 div, .conbox3 div,.conbox2 div, .conbox50 div { //ehemals .ro
	-webkit-border-radius: 8px;
	    border-radius: 8px;
	    background-color: white;
	    padding: 14px;
	    
	   -webkit-box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	           
	           box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	          /* overflow: hidden;*/
	           }
	     

.conbox1 div.no-box, .conbox3 div.no-box,.conbox2 div.no-box, .conbox50 div.no-box, .conbox3 div #linksCube {
	overflow: visible !important;
	
}

	           
.conbox1 div div, .conbox3 div div, .conbox3 div.no-box, .conbox2 div div, .conbox2 div.no-box, .ros .conbox1 div, .conbox50 div div, .conbox50 div.no-box {
	-webkit-border-radius: 0 !important;
	    border-radius: 0 !important;
	    background-color: inherit !important;
	    padding: 0px;
	    
	   -webkit-box-shadow:  none;
	           
	           box-shadow:  none;
	            /*overflow: hidden;*/}
	
   

.teaser-hg {
	padding: 0 !important;
	height: 204px !important;
	overflow: hidden !important;
	
}
.teaser-hg div {
	padding: 14px !important;
	height: 176px !important;
	
}
.teaser-hg div div {
	padding: 0px !important;
	height: 176px !important;
	
}

#main a .teaser-hg, #main  .teaser-hg a {
	color: #000 !important;
}

#main a .teaser-hg a.link-pfeil-gleiche-zeile, #main  .teaser-hg a.link-pfeil-gleiche-zeile {
	color: #ec7404 !important;
}


.teaser-hg600 {
	padding: 0 !important;
	height: inherit !important;
	overflow: hidden !important;
	
}

.teaser-hg600 div {
	padding: 14px !important;
	 
	
}
.teaser-hg600 div div {
	padding: 0px !important;
	 
	
}

#header img {
	float: left;
	     
}
#logobox {
 float: left;

  
	margin-left: 18px; 
}
#kontakt {
	font-size: 12px;
	line-height: 14px;
	color: #022859;
	margin-top: 119px;
	
}


#kontaktico{
float: right;
margin-top: 30px;

}
#tel {
	float: left;
	 
}
#tel a {
	color: #002857;
	text-decoration: none;
	margin-bottom: -9px;
	display:block;
}

#logobox div.ros{
	width: 176px;
	height: 176px;
}

.conbox {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	
}
.conbox1  {
	margin-bottom: 15px;
}

.conbox2 {
 
	
	width: 429px;
	margin-bottom: 15px;
	float: left;
	margin-left: 18px;
}

.conbox50 {
 
	
	width: 315px;
	margin-bottom: 15px;
	float: left;
	margin-left: 18px;
}



.conbox3 {
	 
	
	width: 204px;
	margin-bottom: 15px;
	float: left;
	margin-left: 18px;
}
.conbox3:first-child, .conbox2:first-child, .conbox50:first-child {
 
	
	
	margin-left: 0;
}
	
.conboxgreen {
	background-color: green;
	color: #fff;
	padding: 10px;
	
}

div.box.h204 div div {
	height: 176px;
	overflow: hidden;
}
div.box.h304 div div {
	height: 276px;
}
div.box.h404 div div {
	height: 395px;
}
}
div.box.h504 div div {
	height: 476px;
}

div.box.h604 div div {
	height: 614px;
}

.csc-textpic-text {
	overflow: visible !important;
}
figure {
	margin-bottom: 2px !important;
	margin-top: 2px !important;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-right: 8px !important;
}

div.box3 div div div, div.box2 div div div, div.box div div div{
	height: auto !important;
}
div.box3 div div div#linksCube, div.box2 div div div#linksCube, div.box div div div#linksCube{
	height: 170px !important;
}

a.dl, a.dlright {
	float:left;
	margin-right: 7px;
}
a.dlright {
	margin-right: 0;
}
a.dl .dldiv, a.dlright .dldiv{
	width: 95px;
	height: 89px;
	background:black;
	color: #000;
	text-align:center;
	padding: 5px 5px 8px 1px;
	font-size: .85em;
	line-height: 1.1em;
	-webkit-border-radius: 8px;
}

#main a.dl:hover, #main a:hover.dlright {
	text-decoration: none;
}


#linksCube {
	width: 170px !important;
	height: 170px !important;
	top: 18px;
	left: 18px;	
}

/* ################################################ 
					FORMATIERUNGEN
################################################ */
ul li {
	list-style-image: url('../img/bullet.png');
}

.green ul li {
	list-style-image: url('../img/bullet_w.gif');
}
#main li {
	padding-bottom: 5px;
}
#main a {
	color: #ec7404;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
	
}
h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 7px;
	line-height: 1.2em !important;
}
h1 {
	font-size: 1.3em;
}
div.box.h404 h1, .ros h1 {
	margin-bottom:  14px;
}

div.box.h404 h2, .ros  h2 {
	line-height: 1.3em !important;
}


h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}

.link-pfeil, .link_pfeil_, .link-pfeil-gleiche-zeile, .link-pfeil-gleiche-zeile_ {
	display: block;
	text-align: right;
	padding-right: 17px;	
	text-decoration: none;
	color: #ec7404 !important;
	background: url('../img/pfeil-rechts.png') no-repeat right 2px;
}
.link-pfeil-gleiche-zeile, .link-pfeil-gleiche-zeile_ {
	background: url('../img/pfeil-rechts.png') no-repeat right 1px;
	float: right;
	display: inline-block;
}

.link_weiss, link_weiss_ {
	
	color: #fff !important;
}

.align-justify{
	text-align:justify;
}
#footer {
	font-size: 12px;
}
#footer #company {
	float: left;
	
}

#footer #slinks {
	float: right;
}
#slinks a,#slinks a:hover, #slinks a:active  {
	color: #000;
	text-decoration: none;
}

.Ebene1 {
	 display: none;
	position: absolute;
	width: 300px !important;
	color: #fff;
	padding: 10px;
	left: 511px;
	background: #EC7404;
	background: rgba(236, 116, 4, 0.9);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	        
	        box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	        z-index: 99;
}

.Ebene1 li {
	display: block !important;
}
.Ebene1 li a {
	padding: 2px !important;
	color: #fff !important;
}

.Ebene1 li a:hover {
	text-decoration: underline !important;
}


.Ebene1li {
 
}
.Ebene2 {
	margin-left: 30px;
}
.Ebene2li {
	 
}


/* ################################################ 
					tt_news
################################################ */	
.news-list-morelink {
	display: block;
	margin-top: 7px;
}
.news-list-morelink a{
	display: block;
	background: url('../img/pfeil-rechts.png') no-repeat left 1px;
	padding: 0 0 0 15px;
}
.news-list-item h2 a{
	color: #000 !important;	
}

.news-single-img {
	float: right;
}


#sm a {
	display: block;
	height: 93px;
	width: 38px;
	background: transparent url('/fileadmin/templates/img/sm-reiter.png') top left;
}

#sm .li { background-position: top left; }
#sm a.li:hover { background-position: -42px 0px; }
#sm .xi { background-position: 0px -91px; }
#sm a.xi:hover { background-position: -42px -91px; }
#sm .fb { background-position: 0px -183px; }
#sm a.fb:hover { background-position: -42px -183px; }
#sm .tw { background-position: 0px -274px; }
#sm a.tw:hover { background-position: -42px -274px; }
#sm .yt { background-position: 0px -366px; }
#sm a.yt:hover { background-position: -42px -366px; }
#grenz {
	display: none;
}

#main input {
	width: 99%;
	height: 1.5em;
	border: 1px solid #E3E3E3;	
	margin-bottom: 12px;
}
#main textarea {
	width: 99%;
	height: 80px;
	border: 1px solid #E3E3E3;	
	margin-bottom: 12px;
}
#main label {
	display: block;
}
#main input[type="submit"] {
	background: #EE7F01;
	color: #fff;
	/*width: 120px;*/
	width: inherit;
}

.csc-sitemap ul {
	margin: .5em 2em;
}

.csc-sitemap ul li {
	list-style-image: none;
}

label.error {
	margin: -7px 0 10px 0;
	color: #ff1111;
}









#newsblock {
	background: url('/fileadmin/templates/img/newsreiter03.png') no-repeat left top;
	height: 208px !important;
	width:600px;
	font-family: arial;
}

#newsblock.twitter {
	background: url('/fileadmin/templates/img/newsreiter01.png') no-repeat left top;
}
#newsblock.facebook {
	background: url('/fileadmin/templates/img/newsreiter02.png') no-repeat left top;
}
#newsblock.news {
	background: url('/fileadmin/templates/img/newsreiter03.png') no-repeat left top;
}





	#newstabs {
		float: left;
		width: 65px;
		height: 210px;
		 
	}
	
	#newstabs h3 {
		/*padding: 20px 0 20px 9px;*/
		padding: 0;
		margin: 0;
		font-size: 11px;
		font-weight: normal;
	}
	#newstabs h3 a {
		color: #fff;
		display: block;
		width: 60px;
		padding: 20px 0 35px 10px;
	}
	
	#newstabs h3 a {
		text-decoration: none !important;
	}
	
	#newstabs h3 a.active {
	/*	font-weight:bold;*/
	}
	
	#newstabs h3.facebook, #newstabs h3.news, #newstabs h3.newsall {
	/*	padding-top: 18px;*/
		
		
	}


	 	#newstabs h3:hover {
	 
		/*font-weight: bold;*/
	}
	#newsposts {
		margin-left: 76px;
	}
	#newsposts .newspost {
		display: none;
	}
	
	#newsposts .newspost.news {
		display: block;
	}
	
	.newspost  {
		font-size: 11px;
		font-size: normal;
		padding: 18px 20px 20px 20px !important;
		width: 318px;
		 
	}
	
	.newspost h3 {
		font-size: 11px;
		font-size: normal;
		padding: 0;
		margin: 0;
	}
	
	.newspost.twitter h3 {
		font-weight:normal;
	}
	.facebook p {
		margin: 0;
		padding: 0;
	}
	.newspost.facebook {
		font-size: 10px;
	}
	.newspost.facebook img {
		display: none;
	}


/* ################################################ 
					MEDIAQUERIES
################################################ */	


@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#main:before, #main:after, .news-single-item {  content: "";display: table; }
#main:after, .news-single-item { clear: both; }
#main, .news-single-item { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
