﻿@charset "utf-8";	/* Standard-Index(Main)-CSS für RavenTeam-IndexSeiten 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;	/* muss in body drin bleiben wegen der mainnews section! */
   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; /* extra für Chrome/Webkit, leider dafür in FF doppelt */
   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 */

.mainnews {
	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;
	}

.mainnews h2, .mainnews h3, .mainnews p {
	padding-left: 1em;
	}

.mainnews h3 span, .lnarticle h3 span {
	font-size: 80%;
	color: #CC9900;	
	}

#newsimage {
	float: right;
	padding: 0em 2em 1em 2em;
	}

/* Style für Newsbutton */ 
.newsbutton {
	margin: 1em;
	border: #D2BC6F double 2px;
	cursor: pointer;	/* ändert Mauszeiger in Hand */      
	padding: 0.3em;                           
	/* background gradient für alle Browser */   
	background-color: #333333;	/* für Browser die gradient nicht unterstützen*/
	background: -webkit-linear-gradient(#333333, #444444);
	background: -moz-linear-gradient(#333333, #444444);
	background: -o-linear-gradient(#333333, #444444); 
	background: linear-gradient(#333333, #444444);   
	/* Text innerhalb des Buttons */        
	font-family: Georgia, "Times New Roman", serif;
	color: #888888;
	font-size: 1em;
	letter-spacing: 0.08em;
	font-variant: small-caps;            
	/* rechts runde Spitze als Pfeil Darstellung */
	-webkit-border-radius: 0px 20px 20px 0px;          
	border-radius: 0px 20px 20px 0px;        
	/* Schatten */
	-webkit-box-shadow: #444444 0px 2px 6px;  
	box-shadow: #444444 0px 2px 6px;
	}                                    

/* Style hover + focus für Newsbutton */   
.newsbutton:hover, .newsbutton:focus {
	color:#D2BC6F;                 
	/* Schatten beim Drücken des Buttons aus, um Eindrück-Effekt zu simulieren */
	-webkit-box-shadow: #222222 0px 1px 0px;
	-moz-box-shadow: #222222 0px 1px 0px;  
	box-shadow: #222222 0px 1px 0px;
	}                           
/* Ende Newsbutton Style */
/* Ende Main News Absatz */

#recentnewssection {
	background: #222222;
	background-image: url(images/bg_schw_leinwand.png);
	border: #333333 double 3px;
	margin-top: 0.5em;
	min-height: 18.75em;
	}

.lastnews {
	margin-left: 1em;
	}

.lnarticle {
	margin: 0 1em 1em 1em;
   padding: 0.2em;  
	font-size: 90%;
	border: 1px solid #333333;
	border-radius: 3px;
/*** flex-grow, flex-shrink, flex-basis = The flex item grows three times as much as the other flex items to fit a larger container.
The flex item shrinks just as much as the other flex items to fit a smaller container.
The flex item's initial main size is 60% of its container. ***/
	-webkit-flex: 3 1 60%;
	flex: 3 1 60%;
	}

.lnarticlelink {
	padding-left: 1em;
	}

.featarticlelink {
	padding-left: 1em;
	}

article a:link, .footlist a:link {
   color: #999999;
   text-decoration: underline;
   }

article a:visited, .footlist a:visited {
   color: #D2BC6F;
	text-decoration: underline;
   }

article a:hover, article a:focus, article a:active, .footlist a:hover, .footlist a:focus, .footlist a:active {
   outline: #D2BC6F ridge 2px;
   }
/* Ende Recent News section */

/* Style für untere Feature-Artikel */
#featurearticlesection {
	background: #222222;
	background-image: url(images/bg_schw_leinwand.png);
	border: #333333 double 3px;
	margin-top: 0.5em;
	min-height: 18.75em;
	}

.featurearticleheadline {
	margin-left: 2em;
	}

#flexbox03 {
	align-items: baseline;
	}

.featurearticle {
	margin-left: 2.3em;
	margin-right: 2.3em;    
	font-size: 100%;
	-webkit-flex: 3 1 60%;
	flex: 3 1 60%;
	-webkit-box-shadow: #333333 2px 2px 2px 1px;
	-moz-box-shadow: #333333 2px 2px 2px 1px;      
	box-shadow: #333333 2px 2px 2px 1px;
	margin-bottom: 1em;
	padding: 0.2em;
	}

.featuresul {
	padding: 0em 0em 1em 1em;	
	}

/* 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 */
	#flexbox02 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;	
		}

	.lnarticle {
		max-width: 25em;
		}
	}

@media all and (max-width: 50em) {	/* 800px */
	.flexcontainer {
		-webkit-flex-flow: column;
		flex-flow: column;
		}
	
	#top {
		display: none;
		}

	.flexnav01 {
		margin-top: 1em;
		}

	.footlistcontainer {
		display: block;
		}
	}

@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;
		}

	.featurearticle {
   	max-width: 18.75em;
	}

	IMG.display320 {
		width: 15.625em;
		height: 5.625em;
		}   
	}

@media all and (min-width: 40em) {	/* 640px */
	.featurearticle {
		min-width: 15.625em;
		}
	}

@media all and (min-width: 56.25em) and (max-width: 73.125em) {	/* 900px + 1170px */
	#flexbox01 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		}

	IMG#featartimage {
		width: 15.625em;
		height: 5.625em;
		}

	.footlistcontainer {
		-webkit-flex-flow: column;
		flex-flow: column;
		} 
	}