﻿@charset "utf-8";	/* Standard-RTgames-CSS für RavenTeam-Games-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;
	}

article {
	margin-left: 1em;
	padding: 0em 2em 1em 2em;
	border: #333333 double 2px;
	}

article h3 {
	font-size: 140%;
	}

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;
   }

.controls {
	padding-left: 1em;
	}

/********************************************
/* Test Games (Rahmen etc.) */

.no_deko {
	list-style: none;
	}

.gamecontent {
   margin: 2em;
	min-width: 50em;
	min-height: 37.5em;
   border: 2px solid #999999;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -khtml-border-radius: 5px;
   -ms-border-radius: 5px;
   border-radius: 5px;
   }

#canvasBg {
   display: block;
   background: #FFFFFF;
   margin: auto;
   }

#canvasJet, #canvasEnemy, #canvasHUD {
   display: block;
   margin: -600px auto;
   }

/* Test Games Ende */
/********************************************

/* 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;	
		}

	#flexbox01 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		}

	article {
		min-width: 50em;
		min-height: 37.5em;
		}
	}