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

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

body {
  font-family: 'Roboto Slab',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
}

p {
  margin: 1.7em 0;
}

a {
  color: #572fa2;
}

.small {
  margin: -16px 0 40px 0;
  font-weight: 400;
  color: #666;
  font-size: 13px;
  line-height: 1.3;
}

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

.container {

}

.width--fix {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

.hero {

}

.hero--fullsize {
  position: relative;
  height: 100vh;
  margin-bottom: 0;
  background-image: url('../images/d0-titelbild.jpg');
  background-size: cover;
  background-position: center;
}

.hero--fullsize.hero-01     { background-image:   url('../images/hero-d01.jpg');}
.hero--fullsize.hero-02     { background-image:   url('../images/hero-d02.jpg') }
.hero--fullsize.hero-03     { background-image:   url('../images/hero-d03.jpg') }
.hero--fullsize.hero-04     { background-image:   url('../images/hero-d04.jpg') }
.hero--fullsize.hero-05     { background-image:   url('../images/hero-d05.jpg') }
.hero--fullsize.hero-06     { background-image:   url('../images/hero-d06.jpg') }
.hero--fullsize.hero-07     { background-image:   url('../images/hero-d07.jpg') }
.hero--fullsize.hero-08     { background-image:   url('../images/hero-d08.jpg') }
.hero--fullsize.hero-09     { background-image:   url('../images/hero-d09.jpg') }
.hero--fullsize.hero-10     { background-image:   url('../images/hero-d10.jpg') }
.hero--fullsize.hero-11     { background-image:   url('../images/hero-d11.jpg') }

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

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

.hero__titel span {
  font-weight: 400;
}

.hero__logo {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  font-family: 'Roboto Slab',serif;
  text-align: center;
  color: #FFFFFF;
}

.main {
  margin-top: 40px;
}

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

.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 {
  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 {
}

.bild {
  margin: 0 -18px;
}

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

footer {
  background: #ddd;
  margin-top: 48px;
  padding: 12px;
  font-size: 14px;
}

footer a {
  text-decoration: none;
  color: #999;
}
footer a:hover {
  color: #000;
}

footer.home-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}

.circle {
  display: inline-block;
  width: 40px;
  height: auto;
  margin-right: 18px;
  margin-top: 12px;
  opacity: 0.7;
}

.circle:hover {
  opacity: 1;
}

.main__youtube {
  margin-top: 36px;
}

.youtube__container {
  width: 60%;
  float: left;
}
.youtube__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.youtube__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube__description {
  width: 35%;
  float: right;
}

.youtube__description p {
  margin: -8px 0 0 0;
}

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

.button--karte {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5em 1.5em;
  color: #fff;
  background-image: url(../images/map-button.jpg);
  background-size: cover;
  background-position: center;
  background-color: rgb(170, 26, 26);

  border-radius: 5em;
}

.button-karte:hover {
  
}
