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

.kopf {
	width:100vw;
	padding:0em;
	background-color:rgba(254, 255, 241, 0.7);
	}
	
#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	{
		background-color: #903c31;
		}


a:hover {
	text-decoration:underline;
	}

a:link		{
		text-decoration:none;
  		color:#777777;
		}
  
a:visited		{
		text-decoration:none;
  		color:#666666;
		}

a:active		{
  		color:#FF0000;
		}

p		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:12pt;
		line-height:23px; 
		font-weight:500;
		margin-left:12px;
		margin-bottom: 15px;
		}

.phervorgehoben {
		font-size:14pt;
		font-weight:800;
		}

textarea		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:10pt;
		line-height:23px; 
		font-weight:500;
		margin-left:12px;
		margin-bottom: 15px;
		}

ul		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:10pt;
		line-height:23px; 
		font-weight:500;
		margin-left:12px;
		margin-bottom: 10px;
		}

td		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:10pt;
		font-weight:500;
		margin-left:12px;
		}

h1		{
		color:#000000;
		font-family: EnglischeFraktur,FetteFraktur,Ondine,"Old English Text MT",Helvetica,Arial;
		font-size:18pt;
		font-weight: 900;
		margin-left: 0px;
		}

h2		{
		color:#000000;
		font-family: Fraktur,FetteFraktur,Ondine,"Old English Text MT",Helvetica,Arial;
		font-size:16pt;
		font-weight:800;
		margin-left:0px;
		}
		
.containerh2 {
		margin-bottom: 0px;	
		}		

h3		{
		color:#777777;
		font-family: Fraktur,FetteFraktur,Ondine,"Old English Text MT",Helvetica,Arial;
		font-size:14pt;
		font-weight:700;
		margin-left:0px;
		}

h4		{
		color:#999999;
		font-family: Fraktur,FetteFraktur,Ondine,"Old English Text MT",Helvetica,Arial;
		font-size:12pt;
		font-weight:600;
		margin-left:0px;
		}

h5		{
		color:#777777;
		font-family: Fraktur,FetteFraktur,Ondine,"Old English Text MT",Helvetica,Arial;
		font-size:10pt;
		font-style:normal;
		font-weight:500;
		margin-left:0px;
		}

.containerbild	{
		width: 20em;
		margin-left:-1em;
		margin-top:-1em;
		}
.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-image:url(amtshofmauer.gif);
	background-color: #ccccc4;
	padding: 1rem 1rem 0.1rem 1rem;
	text-shadow: .03em .03em #fefff1;
}