html {
         background:url(/images/ABBH-old.jpg);
         background-attachment:fixed;
}

body {
        margin: 1em auto;
        max-width: 65em;
        font-family: sans-serif;
        color: #333333;
}
h1, main, aside, main svg {
        border-radius: 0.0px 0.0px;
        border: 1px solid;
        border-color: transparent;
        padding: 1em;
        margin: 1em;
}

h1 {
        border-color: transparent;
}

article img {
        width: 100%;
        float: top;
        margin-left: 0.2em;
}

figure {
  display: inline-block;
  border-color: transparent;
  width: 30%;
  margin: 0.2em;
}
figure img {
  width: 100%;
}
figure figcaption {
  font-style: italic;
}

main {
        display: block;
        min-height: 400px;
}

aside {
        background: #c4ced3;
        border-color: transparent;
}

body {
  display: flex;
  flex-flow: row wrap;
}
#hinweis {

        border-left: 5px solid #c32e04;
}

.hinweis {
        color: #c32e04;
        font-style: italic;
        border-bottom: 1px dotted;
        display:inline-block;
}

body {
  display: flex;
  flex-flow: row wrap;
}

header, nav, nav a, article, section, aside, footer {
  border-radius: 0px 0.0em 0.0em;
  border: 1px solid;
  border-color: transparent;
  padding: 1em;
  margin: 1em;
  flex: 1 100%;
}

header {
  background:url(/images/Hintergrund6.jpg);
  border-color: transparent;
  display: flex;
  flex-flow: row wrap;
}
header * {
  flex: 1 1 0%;
  margin: 0 1em;
}
header img {
  flex: 0 0 150px;
  margin-right: 20px;
}
header nav {
  flex: 1 1 100%;
  margin: .5em 2em;
  border-color: transparent;
}
nav ul, nav li{
  margin: 0 0.5em;
  padding: 0 0.5em;
  border: 0;
}
nav ul {
  display: flex;
  flex-direction: column;
}
nav li {
  list-style-type:none;
  margin: 1.3em 0;
  flex: 1 1 100%;
}
nav a {
  display:inline-block;
  width:95%;
  background:url(/images/Hintergrund6.jpg);
  border-color: transparent;
  margin: 0;
  text-decoration: none;
  text-align: center;
}

nav a:hover, nav a:focus {
  background-color: transparent;
}

nav a[aria-current=page] {
        color:black;
        font-weight:bold;
}

article {
  background:url(/images/Hintergrund6.jpg);
  border-color: transparent;
}

footer {
  background:url(/images/Hintergrund6.jpg);
  border-color: transparent;
  display: flex;
  flex-flow: row wrap;
}

footer * {
  flex: 1 1 0%;
  justify-content: space-between;
}
footer p:last-child {
  text-align: right;
}

nav ul {
  flex-direction: row;
}
nav li {
  margin: 0 10px;
  flex: 1 1 0%;
}
article {
  order: 2;
}
aside {

  flex: 1 auto;
  order: 4;
}
footer {
  order: 5;
}
}

table, th, td {
        width: 100%;
          border: 1px solid;
          border-collapse: collapse;
}

th, td {
        padding: .5em;
}

th {
        background: #c32e04;
        color: #ffede0;
}