﻿@charset "utf-8";	/* Standard-Inner(Main)-CSS für RavenTeam-Innermain-Seiten by Hexenmeister Raven 2016 */

a, ol, ul {
	margin: 0;
	padding: 0;
   text-decoration: none;
   }

ol, ul {
   list-style: outside;
   }

a {
	outline: 0;
	}

body {
	background: #000000;
   background-image: url(images/bg_schw_leinwand_nahtlos.png);
   font-family: Georgia, "Times New Roman", serif;
	font-size: 100.01%;
   line-height: 150%;
   color: #D2BC6F;	/* gold for Raven's "Black-Gold"-Theme */
	max-width: 75em;
   margin: 1em auto;
	}

ul {
	list-style-image: url(images/sternchen.png);
	}

.nolisymbol {
	list-style: circle;
	text-decoration: none;
	}

abbr[title], acronym[title] {
	border-bottom: #D2BC6F dotted 1px;
   cursor: help;
   }
 
#top {
	font-size: 70%;
	margin-left: 1em;
	}

.top_anker {
	float: right;
	margin: 0em 2em 1em 0em;
	}

.top_anker a:link {
   color: #999999;
   text-decoration: underline;
   }

.top_anker a:visited {
   color: #999999;
	text-decoration: underline;
   }

.top_anker a:hover, .top_anker a:focus, .top_anker a:active {
   outline: #999999 solid 1px;
   }     

.flexcontainer {
	background: #222222;
	background-image: url(images/bg_schw_leinwand.png);
	max-width: 75em; 
	min-height: 7.5em;   
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;  
	flex-flow: row;
	justify-content: space-around;
	align-items: center;	
	align-content: center;
	}

#flexbox01, #footer {
	border: #D2BC6F ridge 3px;
	}

.hideheadline {
	display: none;
	}

.flexnav01 {        /* evt. extra style für span einfügen */
	font-size: 150%;
	}

#mainnav a, #subnav a {
   color: #D2BC6F;
   border: #333333 double 2px;
   text-decoration: none;
	margin-left: 1em;
	}

#mainnav a:hover, #mainnav a:focus, #mainnav a:active, #subnav a:hover, #subnav a:focus, #subnav a:active {
   border: #D2BC6F ridge 2px;
   text-shadow: none;
   }

#subnav {
	font-size: 100%;
	}
/* Ende Header-Absatz */

#innerflexbox01 {
	background: #222222;
	background-image: url(images/bg_schw_leinwand.png);
	min-height: 18.75em;
	border: #333333 double 3px;
	margin-top: 0.5em;
	padding-bottom: 1.5em;
	align-items: baseline;
	padding: 1em;
	}

.navcolumnbox {
	-webkit-flex-flow: column;
	flex-flow: column;
	min-width: 12.5em;	/* extra für Chrome/webkit eingefügt, da sonst zu schmal angezeigt, nach anderer Lösung suchen */
	max-width: 15.625em; 
	}

.leftnavlistinner {
	padding: 0em 1em 1em 1em;
	border: #333333 double 2px;
	}

.leftnavlistinner h3 {
	font-size: 100%;
	}

#innernavleft02 {
	margin-top: 2em;
	}  
		 
.linklistul {
	padding-left: 1em;
	}

.ulkapsublist {
	margin-left: 0.5em;
	list-style: none;
	}

.ulkapsublist span {
	color: #D2BC6F;
	}

.ulkapsubsub1 {
	margin-left: 1em;
	list-style: none;
	}

article {
	margin-left: 1em;
	padding: 0em 2em 1em 2em;
	border: #333333 double 2px;
	}

article h3 {
	font-size: 140%;
	}

article h4 {
	font-size: 110%;
	padding-top: 1em;
	}

article h5 {
	font-size: 105%;
	}

aside {
	background: #222222;
	background-image: url(images/bg_schw_leinwand.png);
	font-size: 85%;
	min-width: 10em;
	max-width: 18em;
	margin: 2em;
	padding: 0em 1em 0.5em 1em;
	border: #D2BC6F dashed 1px;
	-moz-border-radius: 20px;
   -webkit-border-radius: 20px;
	border-radius: 20px; 
	}

aside h6 {
	text-decoration: underline;
	font-size: 90%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	}

aside.asidefloatlinks {
	float: left;
	}

aside.asidefloatrechts {
	float: right;
	}

aside ol {
	list-style: decimal;
	padding-left: 1em;
	}

IMG.displayed, IMG.displayed9090, IMG.displayed6060, IMG.displayed8080 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	}

IMG.displayed9090 {
	width: 90%;
	height: auto;
	}

IMG.displayed8080 {
	width: 80%;
	height: auto;
	}

IMG.displayed6060 {
	width: 60%;
	height: auto;
	}

article a:link, .leftnavlistinner a:link, .footlist a:link {
   color: #999999;
   text-decoration: underline;
   }

article a:visited, .leftnavlistinner a:visited, .footlist a:visited {
   color: #D2BC6F;
	text-decoration: underline;
   }

article a:hover, article a:focus, article a:active, .leftnavlistinner a:hover, .leftnavlistinner a:focus, .leftnavlistinner a:active, .footlist a:hover, .footlist a:focus, .footlist a:active {
   outline: #D2BC6F ridge 2px;
   }

/* footer und Copyright */
#footer {
	background: #222222;
	background-image: url(images/bg_schw_leinwand.png);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

.footheadline {
	margin-left: 1em;
	}

.footheadline span {
	font-size: 70%;
	}

.footlistcontainer {
	display: -webkit-flex;
	display: flex;
	}

.footlist, .foottext {
	min-width: 12.5em;
	padding-right: 1em;
	padding-left: 2em;
	}

.footlist {
	margin-bottom: 1em; 
	}

#copyright {
	margin-left: 2em;
	}

/*** media für smartphones/mobile ***/
@media all and (max-width: 64em) {	/* 1024px */
	#innerflexbox01 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;	
		}

	article {
		max-width: 37.5em;
		}
	}

@media all and (max-width: 50em) {	/* 800px */
	.flexcontainer {
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
		}     
	
/*	#top {
		display: none;
		}      */

	.flexnav01 {
		margin-top: 1em;
		}

	.footlistcontainer {
		display: block;
		}     
	}

@media all and (max-width: 40em) {	/* 640px */
	.flexcontainer {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		}

	article {
		margin-top: 0.5em;
		margin-left: 0em;
		max-width: 37.5em;
		}

	IMG.displayed {
		width: 25em;
		height: 12.5em;
		}   
	}

@media all and (max-width: 20em) {	/* 320px */
	.flexcontainer {
		-webkit-flex-flow: column;
		flex-flow: column;
		}

/*	#top {
		display: none;
		}  */

	.flexnav01 {
		margin-top: 1em;
		}

	.footlistcontainer {
		display: block;
		}

	article {
		margin-top: 0.5em;
		margin-left: 0em;
   	max-width: 15.625em;
		}

	IMG.displayed {
		width: 12.5em;
		height: 5em;
		}   
	}

@media all and (min-width: 56.25em) and (max-width: 73.125em) {	/* 900px + 1170px */ 
	#flexbox01 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		}

	#innerflexbox01 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;	
		}

	.footlistcontainer {
		-webkit-flex-flow: column;
		flex-flow: column;
		}
	}