body {
  height: 100%;
  padding-left: 329px;
  background-color: #0c0c0c;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 58px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: 'Overpass Mono', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: lowercase;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  font-weight: 600;
}

blockquote {
  margin-top: 40px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  position: relative;
  margin-top: 40px;
  padding: 120px 40px 63px;
}

.section.section-gray {
  border-top: 1px none #e1e1e1;
  border-bottom: 1px none #e1e1e1;
  background-image: url('../images/2018-01-25_164912.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section-angebot {
  background-image: url('../images/2018-01-25_163937.jpg');
  background-position: 19% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-subheading {
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0 0 11px #000;
}

.section-subheading {
  font-family: 'Overpass Mono', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.section-title-group {
  margin-bottom: 80px;
  text-align: center;
}

.social-icon-link-small {
  margin-top: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #0c0c0c;
  text-align: center;
}

.footer-text {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.hero-title-wrapper {
  position: static;
  text-align: center;
}

.navbar-desktop {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #0c0c0c;
}

.nav-link {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.nav-link:hover {
  color: #fff;
  font-weight: 600;
}

.nav-link.w--current {
  margin-left: 1px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 16px;
  margin-bottom: 100px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.hero-section {
  display: block;
  height: 100vh;
  background-image: url('../images/2018-01-25_152608.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content {
  height: 100%;
}

.logo {
  text-align: right;
}

.bike-brands-table {
  margin-top: 139px;
  background-color: rgba(0, 0, 0, 0.2);
}

.map {
  margin-bottom: 35px;
  box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 0.2);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hours-wrapper {
  margin-bottom: 70px;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.2);
}

.text-block-hours {
  display: inline;
  font-family: 'Overpass Mono', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: lowercase;
}

.contact-wrapper {
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.wrapper-about-philosophie {
  margin-top: 70px;
}

.link-brand-left {
  display: inline-block;
  margin-right: 25px;
}

.link-brand-right {
  display: inline-block;
  margin-right: 25px;
  margin-left: 25px;
}

.info-icon {
  margin-right: 10px;
  margin-bottom: 3px;
}

.social-footer-text {
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
}

.container {
  position: relative;
  top: 200px;
}

.horizontal-divider {
  width: 45px;
  height: 3px;
  margin-bottom: 22px;
  background-color: #fff;
}

.div-block-kontakt {
  margin-top: 30px;
  margin-bottom: 25px;
}

.scroll-up-button {
  position: fixed;
  right: 8px;
  bottom: 41px;
  z-index: 9999;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.41);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.scroll-up-button:hover {
  background-color: #000;
}

.hero-heading {
  text-shadow: 0 0 11px #000;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #0c0c0c;
}

.logo-link-desktop {
  display: block;
  margin-top: 16px;
  margin-bottom: 100px;
  float: none;
  text-align: center;
}

.text-block-social {
  display: inline;
  font-family: 'Overpass Mono', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: lowercase;
}

.social-icon-link-large {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-link-large:hover {
  opacity: 0.7;
}

.fb-icon-small {
  margin-right: 10px;
  margin-bottom: 2px;
}

.div-block-column {
  min-height: 590px;
  padding: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  box-shadow: none;
}

.paragraph-angebot-highlight {
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 19px;
  font-weight: 700;
  text-align: left;
}

.text-hours-left {
  display: inline-block;
  margin-right: 40px;
  font-family: 'Overpass Mono', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: lowercase;
}

.div-block {
  display: inline-block;
  margin-right: 30px;
}

.div-block-2 {
  display: inline-block;
}

.text-hours-right {
  display: inline-block;
  font-family: 'Overpass Mono', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

.text-hours-left-2 {
  display: inline-block;
  margin-right: 147px;
  font-family: 'Overpass Mono', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: lowercase;
}

.hours-block {
  margin-bottom: 15px;
}

.text-block {
  display: inline-block;
  font-family: 'Overpass Mono', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

.rp-text-block {
  display: block;
  font-family: 'Overpass Mono', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: lowercase;
}

.rideprogression-box {
  margin-top: 40px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
}

.rp-link {
  margin-top: 25px;
}

.slider {
  height: 500px;
  margin-bottom: 55px;
}

.slide {
  background-image: url('../images/mountainthrill-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/mountainthrill-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/mountainthrill-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/mountainthrill-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/mountainthrill-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/mountainthrill-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/mountainthrill-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/mountainthrill-07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/mountainthrill-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/mountainthrill-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/mountainthrill-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/mountainthrill-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-404 {
  font-family: 'Overpass Mono', sans-serif;
}

.body {
  padding-left: 0px;
}

.image-6 {
  margin-bottom: 25px;
}

.icon {
  opacity: 0.5;
}

.slide-1-4 {
  background-image: url('../images/mountainthrill-12.jpg');
  background-position: 55% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fixed-background-1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url('../images/2018-01-25_152609.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block {
  margin-top: 60px;
}

.alert-banner {
  position: relative;
  top: 0px;
  display: none;
  overflow: visible;
  padding: 5px;
  background-color: #f8c740;
  color: #000;
  text-align: center;
}

.link-brand-center {
  margin-top: 25px;
  margin-left: 25px;
}

.slide-1-5 {
  background-image: url('../images/mountainthrill-11.jpg');
  background-position: 55% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-1-6 {
  background-image: url('../images/mountainthrill-09.jpg');
  background-position: 55% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-7 {
  background-color: transparent;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="mt-scroll-up-button"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }

  .hamburger-button {
    color: #fff;
    font-size: 28px;
  }

  .hamburger-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .hero-title-wrapper {
    top: 31%;
  }

  .navbar-desktop {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
    background-color: rgba(12, 12, 12, 0.8);
  }

  .nav-link {
    padding-left: 37px;
    text-align: left;
  }

  .nav-link.w--current {
    text-align: left;
  }

  .nav-menu {
    background-color: rgba(12, 12, 12, 0.8);
    color: rgba(0, 0, 0, 0.85);
  }

  .logo-link {
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 41px;
    float: left;
  }

  .logo-link.w--current {
    z-index: 2;
  }

  .social-footer {
    position: absolute;
    display: inline-block;
  }

  .container {
    top: 220px;
  }

  .logo-link-small {
    position: absolute;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 18px;
  }

  .logo-small {
    display: none;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
    background-color: rgba(12, 12, 12, 0.85);
  }

  .logo-link-desktop {
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 41px;
    float: left;
  }

  .logo-link-desktop.w--current {
    z-index: 2;
  }

  .div-block-column {
    min-height: 720px;
  }

  .alert-banner {
    top: 118px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-title-wrapper {
    top: 12%;
  }

  .nav-link {
    padding-left: 11px;
    font-size: 20px;
  }

  .logo-link {
    margin-left: 10px;
    padding-left: 0px;
  }

  .hero-section {
    height: 400px;
  }

  .bike-brands-table {
    margin-top: 50px;
  }

  .link-brand-left {
    width: 166px;
    margin-right: 15px;
  }

  .link-brand-right {
    width: 225px;
    margin-left: 15px;
  }

  .angebot-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    top: 125px;
  }

  .hero-heading {
    font-size: 44px;
  }

  .div-block-column {
    min-height: auto;
    margin-bottom: 15px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div-block-column:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-subheading {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .hero-title-wrapper {
    top: 33%;
  }

  .hero-section {
    height: 100vh;
  }

  .bike-brands-table {
    margin-top: 80px;
  }

  .link-brand-left {
    width: 166px;
    margin-right: 0px;
    margin-bottom: 9px;
  }

  .link-brand-right {
    width: 225px;
    margin-top: 10px;
    margin-left: 0px;
  }

  .angebot-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    top: 145px;
  }

  .hero-heading {
    font-size: 44px;
  }

  .logo-link-desktop {
    margin-left: 7px;
    padding-left: 0px;
  }

  .div-block-column {
    min-height: auto;
    margin-bottom: 15px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div-block-column:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .slide-nav {
    height: 65px;
  }
}

