body {
	background-color: #000000;
	font-family: Times;
	color: #FFFFFF;
	line-height: 30px;
}

h1 {
  margin-top: px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  
}


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


a {
  color: #e61d33;
  text-decoration: none;
  font-size: 22px;
}

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

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

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

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

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

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


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

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

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



.navbar {
  position: fixed;
  width: 100%;
  padding-left: 30px;
  
}

.text-logo {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 75px;
  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: #000000;
}


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


.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: #000000;
}

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

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

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



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

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


@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h2 {
    padding-right: 0px;
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    font-size: 13px;
    line-height: 30px;
  }
  .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/back.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: px;
    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;
  }
}
