/* line 1, ../scss/_reset.scss */
* {
  line-height: 1.3em;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* line 1, ../scss/_global.scss */
body {
  color: #004f9e;
  font-family: "museo-sans", Arial, sans-serif;
  text-align: center;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #fff 100px, #fff 100%);
  background: -moz-linear-gradient(top, #e5e5e5 0%, #fff 100px, #fff 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #fff 100px, #fff 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #fff 100px, #fff 100%);
  background: linear-gradient(top, #e5e5e5 0%, #fff 100px, #fff 100%);
  overflow-x: hidden;
}

/* line 16, ../scss/_global.scss */
h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "hwt-artz", Arial, sans-serif;
}

/* line 23, ../scss/_global.scss */
h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "hwt-artz", Arial, sans-serif;
  margin-bottom: 35px;
}

/* line 31, ../scss/_global.scss */
p {
  max-width: 500px;
  font-size: 15px;
  margin-bottom: 20px;
}

/* line 37, ../scss/_global.scss */
a {
  color: #da0813;
  text-decoration: none;
}
/* line 41, ../scss/_global.scss */
a.button {
  display: inline-block;
  border: 3px solid #da0813;
  padding: 5px 15px;
  position: relative;
  color: #004f9e;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  -ms-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
/* line 56, ../scss/_global.scss */
a.button:before {
  display: block;
  content: " ";
  border: 1px solid #da0813;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
/* line 67, ../scss/_global.scss */
a.button:hover, a.button:focus {
  background: #da0813;
  color: #fff;
}

/* line 75, ../scss/_global.scss */
#tb_logo {
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -107px;
  z-index: 100;
  background: #fff;
}

/* line 86, ../scss/_global.scss */
footer {
  margin-top: -50px;
  position: relative;
}
/* line 90, ../scss/_global.scss */
footer a {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background: #004f9e;
  display: block;
  height: 2.9vw;
  line-height: 2.9vw;
}

/* line 1, ../scss/_navigation.scss */
nav {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 100;
}
/* line 7, ../scss/_navigation.scss */
nav li {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
/* line 13, ../scss/_navigation.scss */
nav a {
  display: inline-block;
  padding: 3px 10px;
  background: #004f9e;
  color: #fff;
  font-family: "hwt-artz", Arial, sans-serif;
  font-size: 19px;
  letter-spacing: 1px;
  -webkit-transition: padding .2s;
  -moz-transition: padding .2s;
  -ms-transition: padding .2s;
  -o-transition: padding .2s;
  transition: padding .2s;
}
/* line 28, ../scss/_navigation.scss */
nav a:hover {
  padding-right: 30px;
}

/* line 1, ../scss/sections/_sect1.scss */
#sect_1 {
  position: relative;
  padding-top: 190px;
  min-height: 650px;
}
/* line 6, ../scss/sections/_sect1.scss */
#sect_1 img {
  max-width: 80vw;
  max-height: 80vh;
  margin-left: -30%;
}
/* line 12, ../scss/sections/_sect1.scss */
#sect_1 .text_container {
  position: absolute;
  top: 35%;
  left: 60%;
  text-align: left;
}
/* line 19, ../scss/sections/_sect1.scss */
#sect_1 h1 {
  margin-bottom: 10px;
}
/* line 23, ../scss/sections/_sect1.scss */
#sect_1 p {
  font-size: 20px;
  max-width: 360px;
  margin-bottom: 20px;
}
/* line 29, ../scss/sections/_sect1.scss */
#sect_1 a {
  margin-left: 10px;
}

/* line 1, ../scss/sections/_sect2.scss */
#sect_2 {
  position: relative;
}
/* line 4, ../scss/sections/_sect2.scss */
#sect_2 .text_container {
  text-align: left;
  max-width: 420px;
  margin: 20px auto;
  position: relative;
  left: 45%;
  margin-left: -420px;
}
/* line 14, ../scss/sections/_sect2.scss */
#sect_2 .blume {
  position: absolute;
  top: -70%;
  right: 30%;
  margin-right: -130px;
}
/* line 21, ../scss/sections/_sect2.scss */
#sect_2 .tschenkow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 450px;
}
/* line 27, ../scss/sections/_sect2.scss */
#sect_2 .tschenkow figure {
  position: relative;
}
/* line 31, ../scss/sections/_sect2.scss */
#sect_2 .tschenkow img {
  float: left;
  vertical-align: bottom;
}
/* line 36, ../scss/sections/_sect2.scss */
#sect_2 .tschenkow figcaption {
  text-align: left;
  padding-top: 180px;
  font-size: 13px;
}

/* line 1, ../scss/sections/_interstitial.scss */
#interstitial {
  height: 500px;
  position: relative;
}
/* line 5, ../scss/sections/_interstitial.scss */
#interstitial .banderole {
  position: relative;
  top: 280px;
  background: #da0813;
  height: 94px;
  z-index: 5;
}
/* line 13, ../scss/sections/_interstitial.scss */
#interstitial .volvo {
  position: relative;
  top: 37px;
  left: -150px;
  z-index: 10;
}
/* line 20, ../scss/sections/_interstitial.scss */
#interstitial .tanne {
  position: absolute;
  left: 50%;
  margin-left: -598px;
  z-index: 9;
  top: 29px;
}
/* line 28, ../scss/sections/_interstitial.scss */
#interstitial .matroschka {
  position: absolute;
  top: 27px;
  right: 15%;
  text-align: center;
  width: 310px;
}
@media screen and (max-width: 1200px) {
  /* line 28, ../scss/sections/_interstitial.scss */
  #interstitial .matroschka {
    right: 8%;
  }
}
/* line 39, ../scss/sections/_interstitial.scss */
#interstitial .matroschka h2,
#interstitial .matroschka span {
  color: #fff;
  position: absolute;
  z-index: 7;
  display: block;
  width: 100%;
  letter-spacing: 1px;
}
/* line 49, ../scss/sections/_interstitial.scss */
#interstitial .matroschka h2 {
  top: 265px;
}
/* line 53, ../scss/sections/_interstitial.scss */
#interstitial .matroschka span {
  font-family: "hwt-artz", Arial, sans-serif;
  font-size: 25px;
  top: 310px;
  font-weight: normal;
}
/* line 61, ../scss/sections/_interstitial.scss */
#interstitial .wellen {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  overflow: hidden;
  width: 350px;
  height: 75px;
}

/* line 71, ../scss/sections/_interstitial.scss */
#interstitial_2 {
  position: relative;
  height: 450px;
}
/* line 75, ../scss/sections/_interstitial.scss */
#interstitial_2 .wellen {
  position: absolute;
  left: 0;
  top: 25%;
  height: 102px;
  width: 100%;
  background: url(../img/wellen.svg) top left repeat-x;
  background-size: 846px 90px;
}
/* line 85, ../scss/sections/_interstitial.scss */
#interstitial_2 .baer {
  position: relative;
  left: -10%;
  z-index: 3;
}
/* line 91, ../scss/sections/_interstitial.scss */
#interstitial_2 .balalaika {
  position: absolute;
  left: 10%;
  bottom: -10%;
}
/* line 97, ../scss/sections/_interstitial.scss */
#interstitial_2 .blume {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 70%;
  top: 50%;
}
@media screen and (max-width: 1200px) {
  /* line 97, ../scss/sections/_interstitial.scss */
  #interstitial_2 .blume {
    left: 82%;
  }
}

/* line 1, ../scss/sections/_sect3.scss */
#sect_3 {
  margin-top: 50px;
  position: relative;
}
/* line 5, ../scss/sections/_sect3.scss */
#sect_3 .text_container {
  text-align: left;
  max-width: 420px;
  margin: 20px auto;
  position: relative;
  left: 45%;
  margin-left: -420px;
}
/* line 15, ../scss/sections/_sect3.scss */
#sect_3 h2 {
  max-width: 300px;
}
/* line 19, ../scss/sections/_sect3.scss */
#sect_3 .wolf {
  position: absolute;
  bottom: 0;
  left: 50%;
}
/* line 24, ../scss/sections/_sect3.scss */
#sect_3 .wolf.leaving {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* line 33, ../scss/sections/_sect3.scss */
#sect_3 .wellen {
  position: absolute;
  right: 0;
  top: 20%;
  height: 102px;
  width: 30%;
  background: url(../img/wellen.svg) top right repeat-x;
  background-size: 846px 90px;
}

/* line 1, ../scss/sections/_sect4.scss */
#sect_4 {
  position: relative;
  margin-top: 150px;
}
/* line 5, ../scss/sections/_sect4.scss */
#sect_4 .map_container {
  width: 620px;
  text-transform: uppercase;
  position: absolute;
  left: 55%;
  margin-left: -620px;
  text-align: left;
}
/* line 13, ../scss/sections/_sect4.scss */
#sect_4 .map_container .datum {
  color: #da0813;
  font-weight: bold;
  font-family: "hwt-artz", Arial, sans-serif;
  font-size: 21px;
  padding-bottom: 5px;
  display: block;
}
/* line 22, ../scss/sections/_sect4.scss */
#sect_4 .map_container h2 {
  border-top: 2px solid #004f9e;
  padding-top: 5px;
  font-size: 38px;
}
/* line 28, ../scss/sections/_sect4.scss */
#sect_4 .map_container .start,
#sect_4 .map_container .ziel {
  margin-top: 40px;
  text-align: center;
  width: 150px;
  position: relative;
}
/* line 36, ../scss/sections/_sect4.scss */
#sect_4 .map_container .map,
#sect_4 .map_container .waypoints {
  position: absolute;
  right: 0;
  top: 0;
  width: 470px;
  height: 535px;
  overflow: hidden;
}
/* line 46, ../scss/sections/_sect4.scss */
#sect_4 .map_container .waypoints img {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 53, ../scss/sections/_sect4.scss */
#sect_4 .text_container {
  text-align: left;
  position: relative;
  left: 60%;
  max-width: 400px;
}
/* line 59, ../scss/sections/_sect4.scss */
#sect_4 .text_container h2 {
  margin-top: 70px;
}
/* line 65, ../scss/sections/_sect4.scss */
#sect_4 .buttons {
  text-align: center;
}
/* line 68, ../scss/sections/_sect4.scss */
#sect_4 .buttons a {
  margin: 10px auto;
}

/* line 1, ../scss/sections/_sect5.scss */
#sect_5 {
  padding: 50px;
}
/* line 4, ../scss/sections/_sect5.scss */
#sect_5 .fb_container {
  width: 100%;
  max-width: 500px;
  height: 500px;
  margin: 0 auto 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 1, ../scss/sections/_impressum.scss */
#impressum {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 0;
  overflow: hidden;
}
/* line 2, ../scss/sections/_impressum.scss */
#impressum .width_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 7, ../scss/sections/_impressum.scss */
#impressum .half {
  width: 40%;
  padding: 20px;
  float: left;
  text-align: left;
}
/* line 23, ../scss/sections/_impressum.scss */
#impressum.unfolded {
  max-height: 1000px;
}
/* line 27, ../scss/sections/_impressum.scss */
#impressum h3 {
  font-weight: bold;
  font-size: 15px;
}
