* {
  font-family: "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
div.veranstaltung {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 20;
}
.artikel {
  margin: 65px auto;
  max-width: 70.5882352941rem;
  padding: 0 20px;
  font-size: 1rem;
}
.header {
  border-bottom: 1px solid grey;
  height: 55px;
  padding: 5px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 10;
}
.header > .inhalt {
  margin: 0 auto;
  max-width: 70.5882352941rem;
  padding: 0 20px;
}
.header > .inhalt img {
  margin-right: 10px;
}
span.logo {
  height: 60px;
}
h1, h2, h3, h4, h5, h6 {
  color: #e46450;
  font-weight: lighter;
  word-break: normal;
  word-wrap: inherit;
}
h1 {
  font-size: 2.588rem;
}
nav ul {
  list-style: none;
}
td.nav {
  vertical-align: bottom;
  padding-bottom: 5px;
}
nav ul li a {
  color: #554f4a;
  text-decoration: none;
  padding: 10px;
}
nav > ul > li > ul {
  display: none;
}
nav > ul > li > ul a:hover {
  color: #0075a9;
}
nav > ul > li:hover > a {
  border-top: 3px solid #0075a9;
  border-left: 1px solid #e0ddd6;
  border-right: 1px solid #e0ddd6;
  padding: 9px;
}
nav > ul > li:hover > ul li a {
  display: block;
  padding: 5px;
}
nav > ul > li:hover > ul {
  position: fixed;
  display: block;
  top: 65px;
  padding: 10px;
  background: white;
  border: 1px solid #e0ddd6;
}
nav > ul > li {
  display: inline-block;
}
input, select, textarea {
  background: #FFF;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #0075a9;
  font-size: 1rem;
}
textarea, select, input, button { outline: none; }
input:focus, select:focus, textarea:focus {
  background: #FFF;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
}
button {
  background: #0075a9;
  border-color: #0075a9;
  height: 2.3529411765rem;
  line-height: 2.3529411765rem;
  color: white;
  padding: 0 1.4705882353rem;
  font-size: 1rem;
}
button.klein {
  background: #e0ddd6;
  margin: 0;
  border: none;
  color: black;
  border: 1px solid #000;
}
.artikel table {
  border-spacing: 0;
}
.artikel table td {
  padding: 3px;
}
.artikel table tr:first-child {
  font-weight: bold;
}
.artikel table tr:nth-child(odd) {
  background: #FFF;
}
.artikel table tr:nth-child(even) {
  background: #F9F9F9;
}

#folgen {
  width: 100%;
}
.erfolgreich {
  border: 1px solid #0B610B;
  background: #81F781;
  padding: 10px;
  color: #0B610B;
  margin: 10px;
}
.fehler {
  border: 1px solid #B40404;
  background: #F78181;
  padding: 10px;
  color: #B40404;
  margin: 10px;
}
#vereine {
  display: grid;
  grid-template-columns: 15% 20% auto;
  grid-column-gap: 20px;
}
#vereine ul.navi {
  list-style: none;
}
#vereine ul.navi a {
  width: 100%;
  color: black;
  text-decoration: none;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #e0ddd6;
}
#vereine ul.navi li:nth-child(even) a {
  background: #F9F9F9;
}
#vereine ul.navi li:first-child a {
  border-top: 1px solid #e0ddd6;
}
#vereine ul.navi a[href]:hover {
  background: #e0ddd6!important;
  color: #0075a9;
}
ul.liste li {
  margin-left: 25px;
}
div.add {
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
  background: #0075a9;
  color: white;
}
div.add button {
  text-decoration: none;
  color: white;
  padding: 5px;
  line-height: normal;
  height: 15px;
}
.kopfzeilePrint {
  display: none;
}
div.artikel li {
  margin-left: 15px;
}
