@import url(//fonts.googleapis.com/css?family=Roboto|Roboto+Slab);
*, :after, :before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@page {
  margin: 8mm 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



body {
  font-family: 'Roboto Slab',sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}

p {
  margin: 1.7em 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
    width: 210mm;
    margin: 0 auto;
}

.width--fix {
  max-width: 900px;
    max-width: 180mm;
  margin: 0 auto;
}

.hero {

}

.hero--fullsize {
  position: relative;
  height: 100vh;
    height: 400px;
    max-width: 100%;
  margin-bottom: 40px;
  background-image: url('../images/d0-titelbild-d1.jpg');
  background-size: cover;
  background-position: center;

  page-break-before: always;
}

.hero__titel {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  font-family: 'Roboto Slab',serif;
  text-align: center;
  color: #FFFFFF;
}

.hero__titel.print-title {
  display: block;
}

.hero__titel span {
  font-weight: 400;
}

.strecke {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
}

.strecke a {
  color: gray;
  font-weight: 400;
  text-decoration: none;
}

.link-to-day a {
  text-decoration: none;
}

.link-to-day__strecke {
  display: block;
  margin: 0 0 16px 0;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 1;
}

.go-nav {
  display: none;
  margin-bottom: 48px;
}

.go-prev {
  width: 34%;
  float: left;
  text-align: left;
}

.go-overview {
  width: 33%;
  float: left;
  text-align: center;
}

.go-next {
  width: 33%;
  float: right;
  text-align: right;
}

.maintext {
}

.legende {
  margin: 0;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
}
