
:root {
  --hintergrund: #ffffff;
  --oec: #4dc187;
  --station1: #d71f37;
  --station2: #f49521;
  --station3: #f2d114;
  --station4: #81c244;
  --station45: #44b696;
  --station5: #06aae9;
  --station6: #5972c6;
  --station7: #592e64;
  --karte: #444444;
  --gapcolor: #44444488;
  --gapwide: 4px;
  --h-color: #888888;
  --buttonlight: #ffffff;
  --buttondark: #444444;
  --headderheigt: 120px;
  --iconwidth: 42px;
  --logowidth: 84px;
}

body {
  font-family: 'Lato', sans-serif;
  background: var(--hintergrund);
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

h1, h2 {
  color: var(--h-color);
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
  color: var(--oec);
}

#headder {
  height: var(--headderheigt);
}

#map {
  min-height: 100px;
  height: calc(100vh - var(--headderheigt) - 100px);
}

.s1c {
  fill: #ffaa00 !important;
}

.invisiblestart {
  visibility: hidden;
}

.button {
  border: none;
  color: #ffffff;
  background: #444444;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.8s;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 0px 14px 0px 14px;
}

.ocb {
  background-color: var(--oec);
  color: var(--buttonlight);
}

.sx {
  white-space: nowrap;
}

@media (min-width: 500px) {
  .sx {
    width: 140px;
  }
  .rahmen {
    grid-template-columns: 150px auto;
  }
}
@media (max-width: 499px) {
  .sx {
    width: 70px;
  }
  .rahmen {
    grid-template-columns: 80px auto;
  }
  .w5 {
    font-size: 12px;
  }
  .button {
    padding-left: 4px;
  }
}

.s0 {
  color: var(--oec);
  background: var(--buttonlight);
  border: 2px solid var(--oec);
}
.s0:hover {
  color: var(--buttontextcolor);
  background: var(--oec);
}

.sk {
  color: var(--karte);
  background: var(--buttonlight);
  border: 2px solid var(--karte);
}
.sk:hover {
  color: var(--buttonlight);
  background: var(--karte);
}

.s1 {
  color: var(--station1);
  background: var(--buttonlight);
  border: 2px solid var(--station1);
}
.s1:hover {
  color: var(--buttonlight);
  background: var(--station1);
}

.s2 {
  color: var(--station2);
  background: var(--buttonlight);
  border: 2px solid var(--station2);
}
.s2:hover {
  color: var(--buttonlight);
  background: var(--station2);
}

.s3 {
  color: var(--station3);
  background: var(--buttonlight);
  border: 2px solid var(--station3);
}
.s3:hover {
  color: var(--buttondark);
  background: var(--station3);
}

.s4 {
  color: var(--station4);
  background: var(--buttonlight);
  border: 2px solid var(--station4);
}
.s4:hover {
  color: var(--buttonlight);
  background: var(--station4);
}



.s45 {
  color: var(--station45);
  background: var(--buttonlight);
  border: 2px solid var(--station45);
}
.s45:hover {
  color: var(--buttonlight);
  background: var(--station45);
}

.s5 {
  color: var(--station5);
  background: var(--buttonlight);
  border: 2px solid var(--station5);
}
.s5:hover {
  color: var(--buttonlight);
  background: var(--station5);
}

.s6 {
  color: var(--station6);
  background: var(--buttonlight);
  border: 2px solid var(--station6);
}
.s6:hover {
  color: var(--buttonlight);
  background: var(--station6);
}
.s7 {
  color: var(--station7);
  background: var(--buttonlight);
  border: 2px solid var(--station7);
}
.s7:hover {
  color: var(--buttonlight);
  background: var(--station7);
}

.pb {
  color: var(--oec);
  background: var(--buttonlight);
  border: 2px solid var(--oec);
}
.pb:hover {
  color: var(--buttonlight);
  background: var(--oec);
}




.ocb:hover {
  background-color: #ffaa00;
  color: var(--buttondark);
}

.logo {
  width: var(--logowidth);
}

.icon {
  width: var(--iconwidth);
}

.content {
  background: var(--hintergrund);
}

.menu {
  background: var(--hintergrund);
}

.rahmen {
  background: var(--gapcolor);
  display: grid;
  grid-gap: 4px;
  min-height: calc(100vh - var(--headderheigt) - 100px);
}

.middle {
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.center {
  align-items: center;
}

.middlelite {
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.content .middle {
  border-top: var(--gapwide) solid var(--gapcolor);
}

.bottom {
  font-size: 12px;
  position: fixed;
  bottom: 0;
}

.mw7 {
  max-width: 700px;
}

.pb {
  width: 280px;
}

.playani {
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0%  {
    background: var(--oec);
    color: var(--hintergrund);
  }
  50%   {
    background: var(--hintergrund);
    color: var(--oec);
  }
  100%  {
    background: var(--oec);
    color: var(--hintergrund);
  }
}

.video-h {
  height: 480px;
  width: 270px;
}

.logo-footer {
  max-width: var(--logowidth);
  max-height: var(--logowidth);
}
