#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: 'alpine';
    src: url('alpine-webfont.woff2') format('woff2'),
         url('alpine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'alpine-bold'; /* bold font */
  src: url("Alpine-Bold.woff") format("woff");
  font-weight: bold; font-style: normal; }

@font-face {
  font-family: 'alpine-italic'; /* italic font */
  src: url("Alpine-Italic.woff") format("woff");
  font-weight: normal; font-style: italic; }

@font-face {
  font-family: 'alpine-bolditalic'; /* bolditalic font */
  src: url("alpine-BoldItalic.woff") format("woff");
  font-weight: bold; font-style: italic; }

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

@font-face { font-family: 'acherusgrotesque';
             src: url('../style/acherusgrotesque-regular-webfont.woff2') format('woff2'); 
	}


.kopf {
	width:100vw;
	padding:0.3em;
	background-color:rgba(254, 255, 241, 0.7);
	border: .60em solid #d05943;
	border-image: url(randraute.png) 40 round;
	}

#kopfcontainer {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(254, 255, 241, 0.7);
	gap: 0em;
	border: .60em solid #d05943;
	border-image: url(randraute.png) 40 round;
}

#kopfcontainer > div {
	flex: 1 1 150px;
	text-shadow: .03em .03em #fefff1;
}	
	
header {
	right: 10px;
	position: absolute;
	padding: 10px;
	top: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
    background-color: #d05943;
    border-bottom: 1px solid black;
}

#steuerung li {
    list-style: none;
}

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

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

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

.sitemap {
	font-weight: 100 !important;
	font-style: italic;
	color: #3e2a27 !important;
	font-size: 1em;
	margin:0.2em 0em 0em 1em;
	}

.bildunterschrift {
	font-weight: 100 !important;
	font-style: italic;
	color: #3e2a27 !important;
	font-size: 0.7rem;
	}

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

a:hover {
	text-decoration:underline;
	color:#7a03a6;
	}	

.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: #e9c97a;
	padding: 1rem;
	text-shadow: .03em .03em #fefff1;
	border: .60em solid #d05943;
	border-image: url(randraute.png) 40 round;
}
