:root {
	--color-hg: #fff; /** eee */
	--color-vg: #000;
	--color-border:#000000;
}

@font-face {
	font-family: 'PartyLabor';
	src: url('/css/fonts/NuerthonRegular.otf') format('opentype');
}

body {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	grid-template-rows: 1fr 100px; /**125 10 15 1fr 100**/
	
	font: 1em 'Arial','FreeSans','Bitstream Vera Sans','Dejavu Sans',sans-serif;
	font-weight: lighter;

	min-height:100vh; 

    /**	background: url('/graph/bgs/finesky.png') 0 0 / auto 100vh  no-repeat fixed;**/
	/**background-image: repeating-linear-gradient(135deg, #fff, #fff, #fff);**/
	background-color: var(--color-hg);
	color: var(--color-vg);
}

header {
	grid-column: 1 / span 3;
	grid-row: 1;
	z-index:+10;
	overflow: visible;

	position:fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 1px; /**90**/
	margin-right:50px; /**none**/

	background: url('/graph/bgs/headerinvertdarker.png') 0 0 / 100vw auto no-repeat fixed;
	background-clip: border-box;
/**	background-image: linear-gradient(0deg, #000, #111, #000);**/
	background-color:#000;
	text-align:center;
	align-items: center;
	justify-content: center;
	

	
/**	opacity: 1;**/


}

nav {
	grid-column: 1 / span 3;
	grid-row:    2;
	z-index:+20;

	position:fixed;
	top: 90px;
	left: 0;
	width: 100vw;
	height: 1px;/**30**/


}

nav ul {
	position:relative;
	left:-35px;
	top:-30px;
	height:28px;
	width: 100vw;
	
	list-style-type:none;
	
	border: 0px solid #555;
	text-align:center;
}

nav ul li {
    display:inline-block;
	min-height:21px;
	min-width:10vw;

	background-color: #fff;
	background-image:none;
	color:#485560;	
	
	border: 2px solid #485560;
	
	padding: 3px 5px 0 5px;
	margin-right:10px;
	

	
	text-align:center;
	font-weight:bold;
	font-family:Arial;
	
	box-shadow: inset 0 -0px 0 -0px #485560;
	text-decoration: none;
	transition: all .5s;

}

nav ul li:hover {
	/**background-image: linear-gradient(0deg, #424e54, #485560, #424e54);**/
	color:#fff;

	box-shadow: inset 0 -30px 0 #485560;
}

nav ul li.center {
	background-image:none;
	background-color:transparent;
	width:250px;
	border:none;
	box-shadow: none;
}

article {
	grid-column: 2 / span 2;
	grid-row: 1; /**4**/
	
	/**opacity: 1;
	filter: grayscale(100%);**/
	
	padding: 15px;
	
	border-left:solid 0px #485560;
	margin-right:50px; /**none**/
}

aside{
	grid-column: 1;
	grid-row: 1;/**4**/

	margin: 0 10px 0 10px;
	
/**	opacity: 0.85;
	filter: grayscale(100%);**/
	
	padding: 15px;
	
}

footer {
	grid-column: 1 / span 3;
	grid-row:    2;/**5**/
	
	text-align:center;
}


h1 { 
	font-size:1.8em;
	font-weight: strong;
	color:#485560;
	text-align:right;
	margin:0px;
	margin-top:0px;/**40**/
	padding:0;
	border-bottom:0px;
	height:126px;/**none**/
}
.H1O {
	position:relative;
	top:-5px;
	background-color:#fff;
	color:#485560;
	font-weight:lighter;
	border: none;
	padding:0 5px;
	margin:0;
	margin-right:3px;
	vertical-align:middle;
}
.H1A {
	background-color:#485560;
	color:#fff;
	font-weight:lighter;
	border: solid 3px #485560;
	padding: 0 3px;
	margin:0;
	margin-right:3px;

}

.H1B {
	background-color:#fff;
	color:#485560;
	border: solid 3px #485560;
	border-left:none;
	padding:0 5px 0 0;
	margin:0;
}

.H1L {
	background-color:#fff;
}

#H1Logo {
	display:overflow;
	position:relative;
		top:-5px;
 
	vertical-align:middle;
	right:-3px;
	height:222px;
}

h2 { 
	font-size:1em;
	color:#485560;
}

h3 {
	
}

h4 {
	
}

div {
	
}

.Framed{
	border-top:solid 1px #485560;
	border-bottom:solid 1px #485560;
	border-left:solid 1px #485560;
	padding: 10px 10px;
	padding-right:100px;
	margin-top:2px;

}

p {
	
}

img {
	
}

a {
	text-decoration:none;
	color: var(--color-vg);
}

ul {
	
}

li {
	
}

#headerlogo {
	position:relative;
	top:-24px; /**optional -27 oder +21**/
	height:222px;
}

#imagebreaker {
	grid-column: 1 / span 3;
	grid-row: 3;
	z-index:+9;
	overflow: visible;

	position:fixed;
	left:-10px;
	top:125px;
	width: 100vw;
	height: 15px;
	
	/**background: url('/graph/bgs/header.png') 0 0 / 100vw auto no-repeat fixed;**/
	background-clip: border-box;
	background-color: var(--color-hg);
	opacity: 1;
	filter: grayscale(0%);

	margin-top: 0;
}

#gelandet {
		background: url('/graph/bgs/Grass.png') right 0px bottom -570px / auto 100vh no-repeat local #eee;
}