#video_background {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	}

@font-face { font-family: 'Sigmar One Regular';
             src: url('../style/SigmarOne.ttf') format('truetype'); 
	}

@font-face { font-family: 'Erzaehltage';
             src: url('../style/Erzaehltage.ttf') format('truetype'); 
	}

@font-face { font-family: 'NeoSans';
             src: url('../style/Neo_Sans.otf') format('truetype'); 
	}
	
@font-face { font-family: 'NeoSans-Leicht';
             src: url('../style/Neo_Sans_Light.ttf') format('truetype'); 
	}

.kopf {
	width:100vw;
	padding:0.3em;
	background-color:rgba(254, 255, 241, 0.7);
	}
header {
	right: 10px;
	position: absolute;
	padding: 10px;
	top: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
    background-color: #6D614B;
    border-bottom: 1px solid black;
}

#steuerung li {
    list-style: none;
}

#steuerung a {
    display: block;
    padding: 0.5em;
    color: white;
    background-color: #6D614B;
}

#steuerung {
    float: left;
    width: 100%;
    display: none;
}
body
	{
	font-size: 1em;
	font-family: 'NeoSans-Leicht';
	background: #fefff1;
	}

h1 {
	width: 80vw;
	font-family: 'NeoSans-Leicht' !important;
	font-weight: 800 !important;
	color: #6D614B !important;
	font-size: 3rem;
	letter-spacing: 3 px !important;
	}
	
h2 {
	font-family: 'NeoSans-Leicht' !important;
	*font-weight: 800 !important;
	color: #6D614B !important;
	font-size: 1.5rem;
	}
	
h3 {
	font-family: 'NeoSans' !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6D614B !important;
	font-size: 1.2rem;
	}

a:link,a:visited {
	text-decoration:none;
	color:#000000;
	}

a:hover {
	text-decoration:underline;
	}	

.menue-button {
    display: block;
	position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.menue-button:hover {
    color: black;
	padding: 0.1em;
    background: orange;
}

#nav-menue:target #steuerung {
    display: block;
}

#nav-menue:target .menue-button-beschr-open {
    display: none ; 
}


#container {
	display: grid;
	grid-template-columns: repeat(auto-fill, 20em);
	gap: 2em;
	justify-content:center;
	box-sizing: border-box;
	height: 200px;
	width: 90vw;
	padding: 10px;
}

#container > div {
	background-color: #faffff;
	padding: 1rem;
	text-shadow: .03em .03em #fefff1;
}