:root {
	--backgound: #fceb02;
	--text-bg: #f0f0f0;
	--text-col: #000000;
	--text-menu:rgb(22, 6, 248);
	--linkfarbe: #09c;
	--hg-dark: #fceb02;
	;
	--hg-mid:#fceb02;
	--hg-light:#dfbfceb02;
	--hg-heute:#66209b;
  } 
  BODY{
	font-family : Verdana;
	font-size: 1em;
	font-weight : normal;
	font-style : normal;
	max-width: 1324px;
	flex-wrap: wrap;
	margin: auto;
}


P{
	font-family : Verdana;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}


/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
.pic {display: block; margin: 0; 
	/*border-radius: 10px;*/  
	width: 100%;
}
img{ 
	border-radius: 0px; 
	padding: 0px;
	margin: 0px;
/*	min-width: 240px;*/
	float: left;
}/*box-shadow: 5px 5px 5px #888888; }*/

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
main {
	position: relative;
	width: 100%;
	/*float:center;
	//-moz-box-align: center;         /* Mozilla
	/*-webkit-box-align: center;      /* WebKit 
	//box-align: center;               As specified */
}
article {  
	float: right;
	position: relative;
	width: 75%; 
	background: var(--text-bg);
	overflow: auto;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
	margin-left: 22%;
/*/	margin: 0 auto;
	//-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	//box-shadow: 0 0 10px rgba(0,0,0,0.2);
	//-webkit-border-radius: 10px;
	//border-radius: 10px; */

}
section {
	padding: 0px;
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #eeeeee;
	overflow: hidden;
	/*display:flex;
	//-webkit-box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
	//box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
	//-webkit-border-radius: 10px;
	//border-radius: 10px;*/

}

aside {
	position: relative;
	background: var(--text-bg);
	width:22%; 
	float: right;
	padding: 5px;
	margin: 0px 0px 15px 0px; 
}

.news {
	position: relative;
	background: var(--text-bg);
	width:25%; 
	min-width: 260px;
	float: right;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	/*height: 66vh;
	//-webkit-box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
	//box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
	//-webkit-border-radius: 10px;
	//border-radius: 10px;*/
}

.dl {
	float: left; 
	width: 150px; 
	height: 300px; 
	margin: 5px;
	background-color: var(--hg-light); 
	text-align: center;
	margin-top: 5%;
	overflow: hidden;

}


header {
	background-color: var(--hg-light);
	width: 100%;
	padding: 0px;
	height: 60px;
	float:left;
}
figure{
    text-align: left; vertical-align: top; width: 10%;
    float: left;
	min-height: 400px;
	margin: 20;
}
figure img{
    border: 1px solid black;
    float: left;
	margin-right: 15px;
	width: 100%;
}

.gb{
    text-align: left; vertical-align: top; width: 100px;
    float: left;
	min-height: 200px;
	margin: 10px;
}

footer {
	width:96%;
	padding:0px 2% 0 2%;
	
}
/*=================================================================*/
@media only screen and (max-width: 800px) { /*wenn kleiner als xxxpx*/
.news {
	float: right;
}
p {
	font-size: 1em;
	line-height: 1.1em;
	margin: 10px 0 0 0;
}

body{
	width: 100%;
	font-size: 0.8em;
	margin: 0;
	}

main {
	position: relative;
	float: left;
	width: 100%;
	margin: 2px 0 2px 0;
	/*-moz-box-align: center;         /* Mozilla/
	//-webkit-box-align: center;      /* WebKit 
	//box-align: center;              As specified */
}
article{  
	font-size: 1.1em;
	width: 100%; 
	background: var(--text-bg);
	overflow:hidden;
	padding: 5px;
	text-align: left;
	margin-left: 0 ;
	/*background-image: url("img/back1gn.jpg");
	//	min-width: 240px;
	//-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	//box-shadow: 0 0 10px rgba(0,0,0,0.2);
	//-webkit-border-radius: 10px;
	//border-radius: 10px;*/
}
aside {
    width: 100%; 
    min-width: 290px; 
  }

  
section {
    width:100%; 
    min-width: 290px;
  }
figure{
    text-align: left; vertical-align: top; width: 20%;
    min-height: 360px;
    margin: 15px;
  }

.gb{
    text-align: left; vertical-align: top; width: 60px;
    float: left;
	min-height: 122px;
	margin: 10px;
}


.dl {
	height: 175px; 
}
.index {
	width:100%; 
	margin-right: 0px;
}

}
/** CONTENT **/
		
