@charset "UTF-8";
@import url(minimal.css);

html {
 background: #111;
 color: #ddd
}

form input, form button, form textarea, form select {
 background: rgba(0, 0, 0, 0.3);
 color:  rgba(255, 255, 255, 0.8)
}

/* Verweise */
a:link{
 color: #f66;
 text-decoration: underline
}
a:visited{
 color: #f08;
 text-decoration: underline
}
a:hover{
 color:#f2c
}
a:active{
 color:#a0a
}
a:focus{
 color:#0a0;
}

.inline-block, p.nachricht {
 display: inline-block;
 width: auto;
 width: fit-content
}

/* Anordnung für breite Anzeige */
@media (min-width: 40em)  {
html {margin-left: 9em}
nav#Hauptmenu {
 width: 9em;
 overflow: auto;
 position: fixed;
 top: 0.1em;
 left: 0.1em;
 bottom: 0.1em;
 margin: 0;
 padding: 0.1em
}

nav#Hauptmenu * {
 text-align: center;
 margin-left: auto;
 margin-right: auto
}

nav#Hauptmenu h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
nav#Hauptmenu form {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

nav#Hauptmenu select {
  height: 8em
}
nav#Hauptmenu option {
  display: block
}
nav#Hauptmenu select + br {
  display: block
}


/* Schnacken */
html#Schnacken body {
margin-top: 0;
}
html#Schnacken h1 {
margin: 0.2rem;
margin-top: 0rem;
}

html#Schnacken figure#f {
 height: calc(100vh - 8.5rem);
}

html#Schnacken form#e {
 margin-bottom: 0;
}

html#Schnacken form#e input[type='text'] {
 display: inline-block;
 width: 80%;
 min-width: 10em
}

html#Schnacken nav#Hauptmenu {margin-top: 0}

figure img {max-width: calc(100vw - 15em)}
}