
@charset "utf-8";

/*Text und Text innerhalb von Text bold setzen*/
 .ptext2 {
	 hyphens: auto;
	-ms-hyphens: auto;
 }
 
 .pbold {
	 font-weight:bold;
 }

.pbold2 {
	font-family:"RUB Scala MZ";
	font-weight:bold;
	 font-size: 1.1em;
	line-height:1.3em;
	color:#606060; /*dunkelgrau*/
	hyphens: auto;
	-ms-hyphens: auto;
 }

.pboldgrau {
	color: #606060;
	 font-weight:bold;
 }

/* Ueberschriften Anpassung */

h5 { font-family:"RUB Scala MZ";
	 font-weight:bold;
	 font-size: 0.8em;
	 line-height:1em;
	 color:#606060; /*dunkelgrau*/
	 hyphens: auto;
	 -ms-hyphens: auto;
 }
	


/*Textanpassung in geordneten Listen*/
.oltext{
	font-family:"RUB Scala MZ";
	font-size: 1.1em;
	line-height:1.3em;
	color:#606060; /*dunkelgrau*/
	hyphens: auto;
	-ms-hyphens: auto;
}

/*Listenpunkte (Quadrate) Ferbe geben*/
.liststyle {
	color: #17365C;  /*dunkelblau */
}

.ultext {
	font-family:"RUB Scala MZ";
	font-size: 1.1em;
	line-height:1.3em;
	color:#606060; /*dunkelgrau*/
	hyphens: auto;
	-ms-hyphens: auto;
}
	

/*Tabellenkopf Schriftangabe und Ausrichtung*/
.tabheader {
	font-family: RubFlama, "RUB Scala MZ", "RUB Scala TZ", "RubFlama Light";
	text-align: left;
}

/*Tabellentext Farbe geben und Schriftgroesse anpassen*/	
.tablerowtext {
	font-family:"RUB Scala MZ";
	font-size: 1.1em;
	line-height:1.3em;
	color:#606060; /*dunkelgrau*/
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   }

.tablerowtext2 {
	font-family:"RUB Scala MZ";
	font-size: 1.1em;
	line-height:1.3em;
	color:#606060; /*dunkelgrau*/
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.tablerowtext3 {
	font-size: 1.1em;
	line-height:1.3em;
	padding: 2px;
	margin-top:10px;
	/*border-top: 2px solid #606060;*/ /*dunkelgrau*/ 
}

.tablerowtext4 {
	font-family:"RUB Scala MZ";
	font-size: 1.1em;
	line-height:1.3em;
	color:#606060; /*dunkelgrau*/
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   }
   
.tablerow2 {
	margin-left:550px;
}

.table3spaltentext {
	font-size: 0.8em;
	color: #606060; /*dunkelgrau*/
}

tr.space {
	border-spacing: 10em;
}

.inlinetextgrau {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	color:#606060; /*dunkelgrau*/
	font-family:"RUB Scala MZ";
	font-weight:normal;
	font-size: 1.1em;
	line-height:1.3em;
	/*text-decoration:underline;*/
	}
	
.inlinetextblau {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	color:#17365C; /*dunkelblau*/
	font-family:"RUBFlama";
	font-size: 1.1em;
	line-height:1.3em;
	/*text-decoration:underline;*/
	}
	
.inlinetextgruen {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	color:#8dae10; /*hellgruen*/
	font-family:"RUB Scala MZ";
	font-size: 1.1em;
	line-height:1.3em;
	/*text-decoration:underline;*/
	}
	
.inlinelinktextblau {
	font-family:"RUBFlama";
	/*font-size: 1.1em;
	line-height:1.3em;*/
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	color:#17365C; /*dunkelblau*/
	text-decoration:underline;
	}
	
.inlinelinktextblau:hover {
	color:#0066CC;	
	text-decoration:underline;
}	


.inlinelinktextgrau {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	color:#606060; /*dunkelgrau*/
	font-family:"RUB Scala MZ";
	font-size: 1.1em;
	line-height:1.3em;
	text-decoration:underline;
	}
	
.inlinelinktextgrau:hover {
	color:#0033ff; /*hellblau*/	
	text-decoration:underline;
}	

.inlinelinktextgrau2 {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	color:#606060; /*dunkelgrau*/
	font-family:"RUB Scala MZ";
	font-size: 1.00em;
	line-height:1.3em;
	text-decoration:underline;
	}
	
.inlinelinktextgrau2:hover {
	color:#0066CC;	
	text-decoration:underline;
}	

.inlinelinktextgruen {
	font-family:"RUB Scala MZ";
	font-size: 1.1em;
	line-height:1.3em;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	color:#8dae10; /*hellgruen*/
	text-decoration:underline;
	}
	
.inlinelinktextgruen:hover {
	color:#0066CC;	
	text-decoration:underline;
}	

.inlinelinkgrau {
	color:#606060; /*dunkelgrau*/
	text-decoration:underline;
	}


.inlinelinkgrau:hover {
	color:#0033ff; /*hellblau*/	
	text-decoration:underline;
}

.inlinelinkblau {
	color:#17365C; /*dunkelblau*/
	text-decoration:underline;
	}


.inlinelinkblau:hover {
	color:#0066CC;
	text-decoration:underline;
}

.inlinelinkblauheader {
	color:#17365C; /*dunkelblau*/
	text-decoration:none;
	}


.inlinelinkblauheader:hover {
	color:#8dae10; /*hellgruen*/
	text-decoration:underline;
}

.inlinelinkblauheader:visited {
	color:#17365C; /*dunkelblau*/
	text-decoration:underline;
}

/*.inlinelinkblauheader:visited {
    color:#17365C; dunkelblau
    background-color: transparent;
    text-decoration: underline;
}*/

.imginline {
	width: 12.5em;
}

.textitalic {
	font-style: italic;
}

.capitals {
	text-transform:uppercase;
	font-family:RubFlama;
	}
	
.screentext {
	font-family:"Lucida Console";
	color:#800;
}

.textimginline {
	margin-top:0.4em;
	}
	
.pmargintop {
	margin-top: 0.5em;
}

.slideu img {
	background-color:transparent;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.slideu img, .slideg img {
	background-color:transparent;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.slicknav_brand2 {
  color:#17365C;
  font-family:RubFlama;
  font-weight:bold;
  font-size: 1.0em;
  line-height: 30px;
  padding: 7px 20px;
  height: 44px; 
  }

/*Table Responsive Options*/

.info-table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    color: #314351;
    font-size: 0.857em;
    line-height: 1em;
    margin-bottom: 17px;
    font-family: "museo-sans",sans-serif;
}
.info-table a {
    color: #4183C4;
    text-decoration: none;
}
.info-table a:hover {
    color: #2a5886;
    text-decoration: none;
    background-color: inherit;
}
.info-table th, .info-table td {
    border: 1px solid #BCBABA;
    border-top-color: #FFF;
    border-right: none;
    padding: 8px 20px 8px 23px;
    text-align: left;
    vertical-align: middle;
    background: #EEE;
    margin: 0;
}

.info-table th {
    background: #58a7e6;
    text-align:center;
    font-size: 1.083em;
    line-height: 1.538em;
    padding: 6px 20px 5px 23px;
    color: #ddedfa;
    text-shadow: 0px -1px 1px rgba(0, 81, 168, 0.38);
    border-color: #2c90df;
    font-weight: 900;
}

.info-table th:last-child {
    border-right: 1px solid #BCBABA;
    text-align: center;
}

.info-table td.last, .info-table td:last-child {
    border-right: 1px solid #C2CAD0;
}

.info-table .even td, .info-table tr:nth-child(even) td {
    background: #E7E7E7;
}


#table_aktuelles {
	/*@media screen and (max-width:900px) {*/

table {width:100%; table-layout:auto;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:normal;font-size:1.1em; color:#606060; dunkelgrau*/}
tbody td {display: block; text-align:center;/* padding-left:30px;*/}
tbody td:before {
	clear:both; 
    content: attr(data-th); 
    display: block;
    text-align:center;  
	}
   }
/*}*/

hr {
	background:#17365C; 
	height:3px;
	border: none 
	}

.hr {
	background:#5B5B5B; 
	height:5px;
	border: none;
	margin-top:-25px; 
	}
	
.rssfeed {
	border-bottom:dashed;
}

#bildquelle {
	background-color: #CCCCCC; /*Hintergrund grau*/
	margin-bottom: -15px;
}

.bildquelleScala {
	font-size: 0.7em;
	line-height: 0.9em;
	font-style: italic;
	text-align: right;
	color:#606060; /*dunkelgrau*/
	margin-right: 5px;
}

.bildquelleFlama {
	font-family:"RUBFlama";
	font-size: 0.7em;
	line-height: 1.1em;
	font-style: italic;
	text-align: right;
	color:#606060; /*dunkelgrau*/
	margin-right: 5px;
}

/*media Queries Anpassung*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

/*@media only screen and (max-width: 481px max-resolution: 72px) {*/

#bildquelle {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*}*/
/*img {
	max-width: 33%;
	height:99%;
	width:auto;
}*/

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
	
	#bildquelle {
	clear: both;
	float: left;
	margin-left: 0;
	width: 91.5254%;
	display: block;
}

.rssfloatright{
	clear:both;
	float:none;
		
	}
	
/*.gridContainer .clearfix #thema #rand .span {
	display:none;
	float:-9999px;
}*/

/*img {
	max-width: 80%;
	height:auto;
	width:auto;
}*/

}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
	
	#bildquelle {
	clear: both;
	float: left;
	margin-left: 0;
	width: 91.5254%;
	display: block;
}

#rssfeedmain a span {
	display:none;
	}

/*img {
	max-width: 100%;
	height:auto;
	width:auto;
}
*/
}

.rssfeedarchiv {
	float:right; 
	font-size:75%; 
	line-height:0.7em; 
	text-align:right;
	margin-right:5px;
}

.rssfloatright {
	float:right;
	margin-left:80%;
}

.rssfeedimg {
	width:7%; 
	margin:6px; 
	margin-bottom:12px;
	margin-right:18px;
	margin-top:-1px;
	float:right;
	}

#rssfeedmain {
	float:right; 
	margin-top:-60px; 
	margin-left:120px;
}



/*#rssfeedmain a  {
	width:7%; 
	margin:7px; 
	margin-bottom:12px; 
	margin-right:-100px;
	}
*/

/*table {
	width:100%;
}

table, td, tr, th {
	border:2px solid black;
	border-collapse: collapse;
	text-align: left;
}

td, tr, th {
	padding:1em;
}

th {
	background:#eee;
	font-weight: bold;
}

@media screen and (max-width:700px) {
	
	table, tr, td {
		padding:0;
		border:1px solid black;
	}

	table {
		border:none;
	}

	thead {
		display:none;
	}

	tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	td {
		float: left;
		width: 100%;
		padding:1em;
	}

	td::before {
		content:attr(data-label);
		background: #eee;
		border-right:2px solid black;
		width: 20%;
		float:left;
		padding:1em;
		font-weight: bold;
		margin:-1em 1em -1em -1em;
	}
}*/