body {
  font-family: Manrope, sans-serif;
  color: #293d33;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 60px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 1px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #006837;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #006837;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #84b15e;
  text-decoration: none;
}

a:hover {
  color: #e3f3d3;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.1);
}

.container {
  width: 1200px;
}

.container.referenzen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.brand {
  margin-right: 20px;
  float: left;
}

.heading {
  display: inline-block;
  color: #006837;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.footer1 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #293d33;
}

.section.footer2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2c5441;
  color: #fff;
}

.section.titlesection {
  margin-top: 80px;
}

.section.partner {
  margin-top: 20px;
}

.section.referenzen-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.unternehmen {
  margin-bottom: 40px;
}

.slider {
  height: 500px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.slider.home2 {
  margin-top: 20px;
}

.slide {
  padding-top: 22%;
  padding-right: 100px;
  padding-left: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide.bild1 {
  background-image: url('../images/YARA-Dülmen_2014-22.jpg');
}

.slide.bild1.home-2 {
  padding-top: 20%;
  text-align: left;
}

.slide.bild2 {
  background-image: url('../images/gtd.jpg');
}

.slide.bild2.home-2 {
  padding-top: 20%;
  text-align: left;
}

.main-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-top: 20px;
  padding: 16px 30px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #006837;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #006837;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #e3f3d3;
  color: #006837;
}

.button.white {
  border-color: #e3f3d3;
  color: #e3f3d3;
}

.button.white:hover {
  background-color: #202d26;
}

.button.slidebutton {
  border-color: #fff;
  background-color: rgba(41, 61, 51, 0.75);
  color: #fff;
}

.button.slidebutton:hover {
  background-color: #006837;
}

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

.nav-link {
  padding-top: 38px;
  padding-bottom: 20px;
  box-shadow: inset 0 1px 0 0 #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.nav-link:hover {
  box-shadow: inset 0 4px 0 0 #84b15e;
  color: #84b15e;
}

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

.logo-div {
  display: inline-block;
  margin-top: 12px;
  padding-right: 20px;
}

.logo-div:hover {
  opacity: 0.7;
}

.leistungen-tab {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block {
  display: inline-block;
  width: 80%;
  padding-bottom: 10px;
}

.div-block {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/leaf.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-div {
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-white {
  color: #fff;
  font-weight: 400;
}

.link-block {
  display: block;
  margin-top: -2px;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(227, 243, 211, 0.2);
}

.copyright {
  display: inline-block;
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  letter-spacing: 0.4px;
}

.greenbox {
  overflow: scroll;
  width: 50%;
  height: 400px;
  padding: 40px 60px;
  float: right;
  background-color: #e3f3d3;
}

.videobox {
  width: 50%;
  height: 400px;
  float: left;
}

.background-video {
  height: 400px;
}

.partnerlogo-div {
  color: rgba(41, 61, 51, 0.75);
  font-size: 12px;
  text-align: center;
}

.partner-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list {
  background-color: #293d33;
}

.dropdown-link {
  color: #e3f3d3;
  letter-spacing: 0.4px;
}

.dropdown-link:hover {
  padding-left: 30px;
  background-color: #006837;
  color: #fff;
}

.dropdown-link.w--current {
  padding-left: 30px;
  color: #fff;
}

.icon {
  padding-top: 9px;
}

.referenz-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  padding: 20px 40px 40px;
  background-color: transparent;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.details-text {
  position: absolute;
  bottom: 40px;
}

.color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  padding: 20px 40px 40px;
  background-color: rgba(227, 243, 211, 0.4);
}

.color-overlay.dark {
  background-color: rgba(0, 104, 55, 0.1);
}

.img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 400px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 300px;
  -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;
  background-color: #293d33;
}

.lightbox-link {
  position: relative;
  height: 100%;
}

.lightbox-link:hover {
  opacity: 0.5;
}

.image-copy {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.left-arrow:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.right-arrow {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-2 {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: rgba(41, 61, 51, 0.7);
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #006837;
  background-color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-field:hover {
  background-color: rgba(227, 243, 211, 0.5);
}

.text-field:focus {
  border-bottom-color: #84b15e;
  background-color: #e3f3d3;
}

.anfahrt-div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}

.inner-div {
  overflow: hidden;
  height: 100%;
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
  background-image: url('../images/anfahrt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.maps-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: rgba(73, 47, 48, 0.7);
  opacity: 0;
  color: #fff;
  font-size: 20px;
}

.maps-link:hover {
  background-color: rgba(41, 61, 51, 0.75);
  opacity: 1;
  color: #fff;
}

html.w-mod-js *[data-ix="content-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="pageload"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .anfahrt-div {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .inner-div {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .inner-div {
    padding: 60px;
  }
}

@media screen and (max-width: 479px) {
  .inner-div {
    padding: 30px;
  }
}

#w-node-8cc042da7521-4589e2fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-8cc042da7511-4589e2fa {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-8cc042da7515-4589e2fa {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-8cc042da7519-4589e2fa {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-8cc042da751d-4589e2fa {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

