@font-face {
  font-family: 'NexusSansPro';
  src: url('../fonts/NexusSansPro.woff2') format('woff2'),
    url('../fonts/NexusSansPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'NexusSansPro';
  src: url('../fonts/NexusSansPro-Bold.woff2') format('woff2'),
    url('../fonts/NexusSansPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'NexusSansPro';
  src: url('../fonts/NexusSansPro-Italic.woff2') format('woff2'),
    url('../fonts/NexusSansPro-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'NexusSansPro';
  src: url('../fonts/NexusSansPro-BoldItalic.woff2') format('woff2'),
    url('../fonts/NexusSansPro-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
body {
  font-family: 'NexusSansPro', Calibri, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
a {
  font-family: 'NexusSansPro', Calibri, Helvetica, Arial, sans-serif;
}
a {
  color: #6e0028;
  text-decoration: none;
  font-weight: inherit;
  transition: color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease,
    box-shadow 0.2s ease;
}
a:hover {
  opacity: 0.65;
}
.bg-grau {
  background-color: #dad9d6;
}
img {
  vertical-align: middle;
}
img {
  border: 0;
}
table {
  border-spacing: 0;
}
footer,
header,
main {
  display: block;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
body {
  background-color: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body {
  overflow-x: hidden;
}
footer {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 101;
}
footer {
  contain: layout paint style;
  overflow: hidden;
}

html {
  font-size: 100%; /* 16px */
}
body {
  font-size: 1rem;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
header,
footer {
  height: 4rem;
  padding-inline: 1rem;
  display: flex;
}
header {
  padding-bottom: 1rem;
  align-items: end;
  background: #fff;
}
footer {
  padding-top: 1rem;
  align-items: start;
}
.logo img {
  height: 2rem;
}
header::before {
  content: '';
  display: block;
  position: absolute;
  left: -6rem;
  right: -6rem;
  bottom: 0;
  top: 0;
  box-shadow: 0px 1.25rem 1.25rem -1.25rem rgba(0, 0, 0, 0.2);
  z-index: -1;
}
header .heading,
footer .heading {
  display: inline-block;
  font-weight: 700;
  line-height: 0.9;
}
header .heading {
  margin-right: auto;
}
footer .heading {
  margin-left: auto;
}
footer {
  position: relative;
}
.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.progress-bar {
  width: 0%;
  height: 100%;
  background: #6e0028;
  transition: width linear;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.timetable {
  width: 100%;
  border-collapse: collapse;
}
.timetable th,
.timetable td {
  padding: 0.75rem 1rem;
}
.timetable th {
  text-align: left;
}
.timetable thead tr,
.timetable tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  html {
    font-size: 112.5%; /* 18px */
  }
  main {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 125%; /* 20px */
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 150%; /* 24px */
  }
  main {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 200%; /* 32px */
  }
}
@media screen and (min-width: 3440px) {
  html {
    font-size: 300%; /* 48px */
  }
}