* {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

body {
  margin: 0;
  padding: 0 0 140px 0;
}

a {
  text-decoration: none;
  color: black;
}

#header-wrapper {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #aaa;
  -webkit-box-shadow: 0 5px 15px -5px #aaaaaa;
  box-shadow: 0 5px 15px -5px #aaaaaa;
  position: fixed;
  z-index: 1000;
  background: white;
  justify-content: center;
}

#header {
  display: flex;
  padding: 10px 0;
}

#header-config {
  display: flex;
  align-items: center;
  position: relative;
}

#header-config > :first-child{
  padding-right: 10px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 0.9em;
}

#header-config-content {
  display: flex;
}

#header-config-content select {
  margin-right: 14px;
  border: none;
  background: #e3ecfa;
  padding: 2px;
}

#header #headline {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  padding-left: 50px;
}

#content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  top: 70px;
}

table {
  min-width: 800px;
  margin: 80px 60px;
  width: calc(50% - 120px);
  border-spacing: 0;
  -webkit-box-shadow: 0 0 19px -6px #AAAAAA;
  box-shadow: 0 0 19px -6px #AAAAAA;
}

.th-verein {
  width: 45%;
}

tr.verein td {
  font-weight: 600;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 2px 0;
}

td {
  text-align: center;
  padding: 5px;
}

td.farbe-S {
  background: #111;
  color: #eee;
}

td.farbe-W {
  background: #eee;
  color: #111;
}
