/*Überschriften für Tabellen*/

@media screen and (max-width: 724px) {

  .sundays td:nth-of-type(1):before { content: "Datum"; }
  .sundays td:nth-of-type(2):before { content: "Ort"; }
  .sundays td:nth-of-type(3):before { content: "Anlass"; }
  .sundays td:nth-of-type(4):before { content: "Öffnungszeiten"; }

  .mondays td:nth-of-type(1):before { content: "Titel 1"; }
  .mondays td:nth-of-type(2):before { content: "Titel 2"; }
  .mondays td:nth-of-type(3):before { content: "Titel 3"; }
  .mondays td:nth-of-type(4):before { content: "Titel 4"; }

  .vos td:nth-of-type(1):before { content: "Einkaufscentren"; }
  .vos td:nth-of-type(2):before { content: "Möbelhäuser"; }
  .vos td:nth-of-type(3):before { content: "Elektromärkte"; }
  .vos td:nth-of-type(4):before { content: "Baumärkte"; }
  .vos td:nth-of-type(5):before { content: "Weitere Geschäfte"; }

  .vos2017 td:nth-of-type(1):before { content: "Datum"; }
  .vos2017 td:nth-of-type(2):before { content: "Anlass"; }

  .vos2016 td:nth-of-type(1):before { content: "Datum"; }
  .vos2016 td:nth-of-type(2):before { content: "Anlass"; }

  .feiertage td:nth-of-type(1):before { content: "Feiertag"; }
  .feiertage td:nth-of-type(2):before { content: "Datum"; }
  .feiertage td:nth-of-type(3):before { content: "Wochentag"; }
  .feiertage td:nth-of-type(4):before { content: "Weitere Infos"; }

  .sbahn td:nth-of-type(1):before { content: "S-Bahn Linie"; }
  .sbahn td:nth-of-type(2):before { content: "Strecke"; }
  .sbahn td:nth-of-type(3):before { content: "Fahrdauer"; }
  .sbahn td:nth-of-type(4):before { content: "Länge der Strecke"; }
  .sbahn td:nth-of-type(5):before { content: "Anzahl der Bahnhöfe"; }

}

@media screen and (min-width: 1080px) {
    .container {
        border: 2px solid #970000;
        margin-top: 20px;
    }

@media screen and (min-width: 1024px) {
  nav[role=navigation] ul li a {
  padding: 0.66em 1.10em;
 }
}

.grid.clear1 {
  border: 0px solid #dde4e6;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #970000;
  color: #fff;
  }
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #c40000;
  color: #fff
  }