body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 32px;
  padding-right: 128px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: #ea0909;
  text-decoration: underline;
}

.container {
  padding-top: 128px;
  padding-bottom: 128px;
}

.container.con-short {
  padding-top: 128px;
  padding-bottom: 0px;
}

.container.con-vid {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.con-short2 {
  padding-top: 64px;
}

.section.sec-2 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #000;
}

.section.sec-3 {
  background-color: #f2e8e5;
  background-image: linear-gradient(135deg, transparent, rgba(234, 9, 9, .06));
  color: #000;
}

.section.sec-vid {
  padding-bottom: 128px;
  background-image: url('../images/joel-filipe-191372-unsplashhhv.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section.sec-1 {
  overflow: hidden;
  background-image: url('../images/joel-filipe-191372-unsplashhhv.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.section.sec-quote {
  background-image: url('../images/joel-filipe-191372-unsplashhhv.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section.sec-ueber {
  background-image: url('../images/spendeport.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section.sec-links {
  background-color: #fff;
  color: #000;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-left: 32px;
  background-color: transparent;
}

.text-logo {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.text-logo-left {
  margin-right: 1.5px;
}

.text-logo-right {
  margin-left: 2px;
}

.menu-button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 32px;
}

.menu-button.w--open {
  z-index: 1000;
  background-color: #ea0909;
}

.brand {
  padding-top: 32px;
  padding-bottom: 32px;
}

.card {
  margin-top: 48px;
  padding: 64px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 8px 8px 50px 0 rgba(234, 9, 9, .1), 1px 1px 4px 0 rgba(234, 9, 9, .05);
  text-align: left;
}

.button {
  margin-top: 24px;
  margin-right: 24px;
  padding: 20px;
  float: left;
  border: 1px solid #ea0909;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ea0909;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ea0909;
  color: #fff;
}

.slider {
  height: auto;
  background-color: transparent;
}

.video {
  border-radius: 2px;
}

.ad-logo {
  max-height: 48px;
  max-width: 128px;
  margin: 48px 96px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.5;
}

.ad-logo.adlog-high {
  max-height: 64px;
}

.ad-logo.adlog-wide {
  max-width: 180px;
}

.ad-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -96px;
  margin-left: -96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.slide-nav {
  left: 0px;
  bottom: -16px;
  display: block;
  width: auto;
  max-width: 938px;
  text-align: left;
}

.slider-arrow {
  font-size: 24px;
  cursor: pointer;
}

.nav-menu {
  right: 0px;
  z-index: 900;
  width: 50vw;
  padding-top: 64px;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.nav-link {
  padding: 0px 0px 12px;
  font-size: 64px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #ea0909;
}

.div-block-2 {
  position: fixed;
  left: 0px;
  top: 100vh;
  right: 0px;
  bottom: 0px;
  margin-top: -148px;
  padding-left: 64px;
}

.text-red {
  color: #ea0909;
}

.text-block {
  position: absolute;
  left: -46px;
  top: 0px;
  margin-top: 33px;
  font-size: 14px;
}

.text-span {
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 4px;
  background-color: #ea0909;
  color: #fff;
}

.paragraph {
  padding-right: 128px;
}

.link {
  float: left;
  clear: left;
  color: hsla(0, 0%, 100%, .5);
  line-height: 32px;
  text-decoration: none;
}

.image-2 {
  position: absolute;
  top: 15vw;
  right: -35vw;
  bottom: 0px;
  z-index: 500;
  width: 55vw;
}

.div-block-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  height: 1px;
  background-color: #ea0909;
}

.image-3 {
  position: absolute;
  left: -20vw;
  top: -20vw;
  width: 50vw;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: -112px;
  right: 0px;
  display: block;
  width: 128px;
  height: 128px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ea0909;
  border-radius: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.column {
  margin-bottom: 24px;
}

.text-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 50px;
  color: #ea0909;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.image-4 {
  width: 28px;
  float: right;
}

.link-block {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block:hover {
  opacity: 1;
}

.text-block-3 {
  margin-right: 12px;
  float: right;
  line-height: 32px;
}

.column-2 {
  opacity: 0.5;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 44px;
  }
  h2 {
    padding-right: 0px;
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  .container {
    overflow: hidden;
    padding: 96px 16px;
  }
  .container.con-short {
    padding-top: 96px;
  }
  .section.sec-vid {
    padding-bottom: 64px;
  }
  .section.sec-ueber {
    background-position: 75% 50%;
  }
  .card {
    padding: 24px;
  }
  .ad-logo {
    margin-right: 48px;
    margin-left: 48px;
  }
  .ad-logos {
    margin-right: -48px;
    margin-left: -48px;
  }
  .slide-nav {
    display: none;
  }
  .slider-arrow {
    width: 84px;
  }
  .slider-arrow.right {
    margin-right: 66.66%;
  }
  .nav-menu {
    width: 100vw;
  }
  .nav-link {
    font-size: 48px;
    line-height: 44px;
  }
  .paragraph {
    padding-right: 0px;
  }
  .image-2 {
    top: 80vw;
    right: -25vw;
  }
  .div-block-4 {
    display: none;
  }
  .text-block-2 {
    display: none;
  }
  .heading {
    font-size: 48px;
    line-height: 44px;
  }
  .columns {
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 16px;
    padding-right: 24px;
  }
  .container {
    padding: 64px 24px;
  }
  .container.con-short {
    padding-top: 64px;
  }
  .section.sec-vid {
    padding-bottom: 0px;
    background-position: 75% 50%;
  }
  .section.sec-1 {
    background-image: url('../images/joel-filipe-191372-unsplashhhv.jpg');
    background-position: 75% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .section.sec-quote {
    background-position: 75% 50%;
  }
  .text-logo.footer {
    display: none;
  }
  .card {
    margin-top: 24px;
  }
  .ad-logo {
    margin-right: 12px;
    margin-left: 12px;
  }
  .ad-logos {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .image-2 {
    display: none;
    opacity: 0;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
  h2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
  p {
    font-size: 12px;
    line-height: 19px;
  }
  .container {
    padding: 32px 14px;
  }
  .section.sec-1 {
    padding-top: 64px;
  }
  .section.sec-ueber {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/spendeport.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/spendeport.jpg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .navbar {
    padding-left: 12px;
  }
  .card {
    padding: 12px;
  }
  .button {
    margin-top: 12px;
    padding: 12px;
    font-size: 12px;
    line-height: 14px;
  }
  .ad-logo {
    max-width: 96px;
  }
  .ad-logo.adlog-wide {
    max-width: 128px;
  }
  .slider-arrow {
    width: 24px;
    font-size: 16px;
  }
  .nav-menu {
    padding-left: 24px;
  }
  .nav-link {
    font-size: 24px;
    line-height: 24px;
  }
  .div-block-2 {
    margin-top: -124px;
    padding-left: 24px;
  }
  .paragraph {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
  }
  .link {
    width: 100%;
    text-align: center;
  }
  .columns {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mask {
    height: 298px;
  }
  .heading-2 {
    margin-left: 10px;
  }
  .heading-3 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .heading-4 {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .image-4 {
    float: none;
    clear: left;
  }
  .link-block {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  .text-block-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
  }
  .column-2 {
    margin-bottom: 40px;
  }
  .list-item {
    text-align: center;
  }
}

