@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey-body-color: #484848;
  --black: black;
  --bet-blau-main: var(--bet-gelb-1);
  --dark-slate-blue: #006cba;
  --bet-gelb-1: #ffed00;
  --white: #fff;
  --bc-bg: #e4f3ff;
  --bet-gelb: #ffed0000;
  --bet-yellow: var(--dark-slate-blue);
  --bet-blue: #57b33e;
  --button-text-on-blue: var(--white);
  --less-black: #1f242c;
  --section-bg-color: var(--yell-cre);
  --yell-cre: #faffa3;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dim-grey-body-color);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: #1f242c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
}

h2 {
  color: #1f242c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .3s;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
}

li {
  background-image: url('../images/check-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 26px;
  list-style-type: none;
}

blockquote {
  background-color: var(--bet-blau-main);
  color: #fffaf2;
  background-image: url('../images/quate-icon.svg');
  background-position: 4% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 0 solid #000;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 35px 36px 40px 110px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.about-contaier {
  max-width: 100%;
}

.breadcrumb-title {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 19px;
}

.type-col {
  background-color: #f3f3f3;
  border-radius: 4px;
  width: 31%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.text-link {
  color: #000;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text-link.w--current {
  color: #79a206;
}

.text-black {
  color: #15110b;
}

.praimary-color {
  background-color: var(--bet-blau-main);
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.praimary-color.secondery-color {
  background-color: var(--bet-gelb-1);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.praimary-color.body-color {
  background-color: #484848;
}

.type-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.light-section {
  float: right;
  width: 80%;
  margin-top: 125px;
  position: relative;
  overflow: auto;
}

.line-shape-block {
  background-color: var(--white);
  width: 5px;
  height: 1px;
}

.current-page-name {
  text-transform: capitalize;
}

.paragraph-container {
  background-color: #0000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.paragraph-container.bottom {
  background-color: #0000;
  border-radius: 0 0 10px 10px;
}

.paragraph-container.bg-theme {
  background-color: var(--bet-blau-main);
  border-radius: 0;
}

.breadcrumb-link-block {
  grid-column-gap: 10px;
  color: var(--white);
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.breadcrumb-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 368px;
  padding-top: 127px;
  padding-bottom: 127px;
  display: flex;
}

.container-design {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.button-row {
  margin-top: 60px;
}

.dark-block {
  background-color: #0000;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.dark-block.first-block {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-description {
  padding-top: 10px;
  padding-bottom: 0;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.breadcrumb-inner {
  color: #fff;
}

.color-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.text-highlight {
  background-color: #f3f3f3;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.secondry-font-title {
  color: #15110b;
  margin-top: 0;
  margin-bottom: 0;
}

.button-primary {
  grid-column-gap: 15px;
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  background-color: #fffb00;
  border: 1px solid #000;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 175px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.button-primary:hover {
  border-color: var(--bet-gelb);
  background-color: var(--bet-yellow);
  color: #fff;
}

.button-primary.another-button {
  border-color: var(--bet-gelb);
  background-color: var(--bet-yellow);
  color: var(--bet-blau-main);
}

.button-primary.another-button:hover {
  border-color: var(--black);
  background-color: var(--bet-blau-main);
  color: var(--black);
}

.button-primary.another-button.service-section-button {
  background-color: var(--bet-yellow);
}

.button-primary.another-button.service-section-button:hover {
  background-color: var(--bet-blau-main);
}

.button-primary.another-button.service-section-button.service-section-button_divide {
  border-color: var(--bet-blau-main);
  background-color: var(--bet-yellow);
  color: var(--white);
}

.button-primary.consultancy-button {
  position: relative;
}

.button-primary.consultancy-button:hover {
  color: var(--black);
  background-color: #0000;
}

.button-primary.consultancy-button.w--current {
  border-color: var(--black);
  background-color: #0000;
}

.button-primary.fw-400 {
  font-size: 16px;
  font-weight: 400;
}

.button-primary.fw-400.w--current {
  border-color: var(--bet-gelb);
  background-color: var(--bet-gelb);
  color: var(--white);
}

.button-primary.fw-400.w--current:hover {
  background-color: var(--dark-slate-blue);
}

.button-primary.pagination-button {
  grid-column-gap: 10px;
  min-width: 120px;
}

.button-primary.contact-button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.contact-button:hover {
  border-color: var(--bet-gelb);
  background-color: var(--bet-gelb);
}

.button-primary.search-page-button {
  border-color: var(--bet-blau-main);
  background-color: var(--bet-blau-main);
  color: var(--white);
  min-width: 140px;
  margin-top: 20px;
}

.button-primary.search-page-button:hover {
  border-color: var(--bet-yellow);
  background-color: var(--bet-yellow);
}

.button-primary.password-button {
  align-self: center;
  margin-top: 25px;
}

.button-primary.error-button {
  align-self: center;
}

.button-primary.button-section:hover {
  background-color: var(--bet-blau-main);
  border-radius: 20px;
}

.text-white {
  color: #fff;
}

.guide-block {
  color: #15110b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.guide-block.secondary {
  font-weight: 700;
}

.style-guide-label {
  text-transform: none;
}

.side-panel {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100vh;
  padding: 75px 35px 35px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.page-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.style-guide-text-block {
  color: #15110b;
  font-size: 24px;
  font-weight: 700;
}

.contant-row {
  grid-column-gap: 20px;
  text-transform: none;
  flex-flow: wrap;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.breadcrumb-backlink {
  color: var(--white);
  letter-spacing: .04em;
  text-decoration: none;
}

.breadcrumb-backlink:hover {
  color: var(--bet-yellow);
}

.color-block-parent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 20%;
  display: flex;
}

.light-block-flat {
  background-color: #0000;
  width: 100%;
  padding: 0 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.heading-row {
  clear: left;
  width: 100%;
  margin-top: 25px;
  position: relative;
}

.primary-typography-title {
  margin-top: 0;
  margin-bottom: 0;
}

.another-container {
  padding-left: 15px;
  padding-right: 15px;
}

.another-container.ptb-80px {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.button-text {
  text-transform: none;
  font-style: normal;
}

.button-text.button-text-divider {
  color: var(--white);
}

.button-text.button-text-divider:hover {
  color: var(--bet-gelb);
}

.button-text.button-text-1920 {
  color: var(--white);
}

.fontawesome-icon {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.fontawesome-icon.arrow-icon {
  color: var(--dark-slate-blue);
  font-size: 20px;
}

.fontawesome-icon.testi-icon {
  border: 1px solid var(--less-black);
  color: var(--less-black);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 93px;
  max-width: 93px;
  height: 100%;
  max-height: 55px;
  font-size: 20px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.fontawesome-icon.testi-icon:hover {
  border-color: var(--bet-gelb);
  color: var(--bet-gelb);
}

.fontawesome-icon.brand-icon {
  color: var(--dark-slate-blue);
  font-family: "Fa brands 400", sans-serif;
}

.fontawesome-icon.sidebar-icon {
  color: var(--white);
  font-size: 10px;
}

.fontawesome-icon.faq-icon {
  color: var(--white);
  font-size: 16px;
}

.header-top-section {
  z-index: 1;
  color: var(--white);
  background-color: #004184;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  line-height: 18px;
  display: flex;
}

.header-content-wrapper.d-u-md-none {
  display: flex;
}

.header-content-wrapper.d-u-md-block {
  display: none;
}

.header-content-side {
  grid-column-gap: 41px;
  display: flex;
}

.header-single-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.number-link {
  color: var(--white);
  text-decoration: none;
}

.number-link:hover {
  color: var(--bet-yellow);
}

.header-right-text {
  font-weight: 500;
}

.header-design-shape {
  z-index: -1;
  border-bottom: 450px solid var(--bet-blau-main);
  border-left: 450px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header-design-shape:hover {
  border-bottom-color: var(--bet-gelb);
  background-color: #0000;
}

.navigation-section {
  background-color: #e9f1e7;
}

.nav-dropdown-icon {
  margin-right: 0;
  font-size: 13px;
}

.nav-dropdown-icon:hover {
  color: var(--dark-slate-blue);
}

.mobile-margin-top-10 {
  background-image: none;
  padding-left: 0;
  overflow: hidden;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #c39953;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 29px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: inline-block;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.navbar {
  background-color: #e4f3ff00;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list:hover {
  color: var(--dark-slate-blue);
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  transition: top .3s;
  top: 102%;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 5px;
  width: 190px;
  max-width: 190px;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 100%;
  box-shadow: 0 4px 12px #00000026;
}

.nav-dropdown-toggle {
  color: #1f242c;
  border-bottom: 1px solid #0000;
  padding: 0 14px 0 0;
  font-size: 15px;
  line-height: 85px;
  transition: border-color .3s, color .3s;
}

.nav-dropdown-toggle:hover {
  border-bottom-color: var(--bet-yellow);
  color: var(--dark-slate-blue);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link {
  color: #1f242c;
  border-bottom: 1px solid #0000;
  line-height: 85px;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.nav-link:hover {
  border-bottom-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom-color: var(--bet-yellow);
  color: var(--dark-slate-blue);
}

.nav-link.w--current:hover {
  color: var(--dark-slate-blue);
  -webkit-text-stroke-color: var(--dark-slate-blue);
}

.nav-dropdown-link {
  color: #1f242c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  transition: color .3s;
}

.nav-dropdown-link:hover {
  color: var(--dark-slate-blue);
  -webkit-text-stroke-color: var(--dark-slate-blue);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--bet-yellow);
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-dropdown {
  display: flex;
}

.nav-menu-wrapper {
  padding-right: 19px;
}

.nav-list-item {
  background-image: none;
  padding-left: 0;
}

.navbar-left.d-lg-none {
  display: none;
}

.left-top-line {
  background-color: var(--bet-yellow);
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: -1px;
  left: -1px;
}

.left-bottom-line {
  background-color: var(--bet-yellow);
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: -1px;
}

.right-top-line {
  background-color: var(--bet-yellow);
  width: 20px;
  height: 1px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.right-button-line {
  background-color: var(--bet-yellow);
  width: 1px;
  height: 20px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.slider-section {
  background-color: #f8f8f8;
  background-image: url('../images/slider-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-section.slider-section3 {
  background-image: linear-gradient(to bottom, var(--bet-blau-main), var(--bet-blau-main)), url('../images/slider-bg.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-section.slider-section2 {
  background-image: url('../images/slider-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 69px;
}

.slider-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  flex-flow: row;
  place-content: space-between center;
  align-items: center;
  max-width: 1290px;
  min-height: 300px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.slider-wrapper.slider-wraooer-divider {
  min-height: 1em;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.slider-wrapper.slider-wrapper-divide {
  grid-column-gap: 0px;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-wrapper.slider-wrapper-gasspeicher {
  flex-direction: row;
  justify-content: center;
  min-height: 330px;
  padding-top: 0;
  padding-bottom: 100px;
}

.slider-wrapper.slider-wrapper-ersatz {
  flex-direction: row;
  padding-top: 0;
}

.slider-wrapper.slider-wrapper-rohrleitung {
  flex-direction: row;
  justify-content: center;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 111px;
}

.slider-wrapper.slider-wrapper-sanierung {
  flex-direction: row;
  justify-content: center;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 97px;
}

.slider-wrapper.slider-wrapper-r-hrwerke {
  flex-direction: row;
  min-height: 400px;
  padding-top: 0;
}

.intro-line-shape {
  background-color: var(--dark-slate-blue);
  width: 40px;
  height: 4px;
}

.intro-line-shape.intro-line-shape-divider {
  background-color: var(--white);
}

.slider-content {
  max-width: 960px;
  margin-top: 40px;
}

.slider-content.slider-content-divider {
  flex: 0 auto;
  max-width: 100%;
}

.slider-content.slider-content-divide {
  flex: 1;
  max-width: 100%;
}

.slider-content.slider-content-jgsanlagen {
  max-width: 960px;
}

.slider-title {
  color: #0092ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.slider-title.slider-title-service {
  padding-top: 40px;
  font-size: 40px;
}

.slider-title.slider-title-service.slider-title-service-divide {
  color: #000;
  text-align: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.slider-title.slider-title-video {
  color: var(--white);
  background-color: #00418447;
  background-image: linear-gradient(#fff0, #fff0);
  margin-bottom: 27px;
  padding: 14px 40px 20px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.slider-details-text {
  color: var(--black);
  background-color: #fdfdfde0;
  margin-top: 33px;
  margin-bottom: 33px;
  padding: 20px;
}

.slider-intro-box {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.intro-text {
  color: var(--dark-slate-blue);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.3px;
}

.intro-text.intro-text-divider {
  color: var(--white);
}

.slider-button-block {
  grid-column-gap: 20px;
  display: flex;
}

.slider-button-block.slider-button-block-divider {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-button-block.slider-button-block-divide {
  justify-content: center;
  padding-bottom: 76px;
}

.slider-image-block {
  z-index: 1;
  height: auto;
  position: relative;
}

.slider-content-left {
  height: 50%;
  padding-bottom: 0;
}

.image-bg-shape {
  z-index: -1;
  background-color: var(--bc-bg);
  width: 100%;
  max-width: 335px;
  height: 100%;
  max-height: 417px;
  position: absolute;
  bottom: -28px;
  left: -27px;
  transform: rotate(-15deg);
}

.slider-main-image-8000 {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 500px;
  margin-top: 0;
  padding-top: 40px;
  text-decoration: line-through;
}

.slider-main-image-8000.slider-main-image-anlagen {
  max-width: 470px;
  padding-top: 0;
}

.curved-image {
  z-index: -1;
  max-width: 65%;
  position: absolute;
  top: 127px;
  right: -120px;
}

.client-logo-section {
  background-color: var(--bet-gelb-1);
  padding-top: 60px;
  padding-bottom: 60px;
}

.client-logo-section.about-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.client-logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bet-gelb);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  padding: 55px 50px;
  display: grid;
  overflow: hidden;
}

.client-logo-wrapper.about-page {
  background-color: #0000;
  padding: 20px 0;
}

.client-logo-inner {
  justify-content: space-between;
  width: 960px;
  max-width: 960px;
  display: flex;
}

.single-logo {
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.single-client-logo {
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.service-section {
  background-image: linear-gradient(47deg, #fff, #ffffffeb 51%, #ffffffad 99%, #fff);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 0;
  box-shadow: 0 -2px 20px 12px #00000038;
}

.service-section.pt-0px {
  padding-top: 0;
}

.service-section.service-section2 {
  background-image: linear-gradient(to bottom, var(--white), var(--white)), url('../images/Ausserbetriebnahme.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  mix-blend-mode: normal;
  background-position: 0 0, 100% 0, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-top: 0 solid #000;
  padding-bottom: 0;
  box-shadow: 1px -1px 16px 15px #0003;
}

.service-section.service-section2.service-section3 {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url('../images/Schwefel_Biogasanlage_Dach.jpg'), url('../images/demontage_Dach.jpg');
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  margin-top: 0;
  padding-bottom: 0;
}

.service-section.service-section2.service-section3.service-section4 {
  background-image: linear-gradient(to bottom, var(--white), var(--white)), url('../images/Sanierte_Anlage.jpg'), url('../images/Biogasanlagen-Fermentersanierung.jpg');
  background-position: 0 0, 50%, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  padding-bottom: 0;
}

.service-section.service-section2.service-section3.service-section4.service-section5 {
  background-image: linear-gradient(48deg, #fff, #ffffff6b), url('../images/Foliendach-Biogasanlage-Demontage.jpg'), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-size: auto, cover, cover, cover;
  background-attachment: scroll, fixed, fixed, fixed;
  padding-bottom: 0;
}

.service-section.service-section2.service-section3.service-section4.service-section5.service-section6 {
  background-image: linear-gradient(#fff, #fff), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  padding-bottom: 0;
}

.service-section.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7 {
  background-image: linear-gradient(24deg, var(--white), #fffffff2 7%, #ffffff54), url('../images/Schwefelfilter-Dachmontage-Biogasanlage.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50% 0, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  padding-bottom: 0;
}

.service-section.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7.service-section8, .service-section.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7.service-section9 {
  background-image: linear-gradient(#fff, #fff), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.service-section.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7.service-section9.service-section8 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.service-section.service-section2.service-section3.service-section4.service-section5.service-section6.service-section-divider {
  background-image: linear-gradient(to bottom, var(--bet-blau-main), var(--bet-blau-main)), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.service-section.service-section-divider {
  background-image: linear-gradient(47deg, #fff, #ffffffeb 51%, #ffffffad 99%, #fff);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.service-section.service-section-divider.service-section-jgsanlagen {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.service-section.service-section-divide {
  background-image: linear-gradient(to bottom, var(--bet-gelb-1), var(--bet-gelb-1)), linear-gradient(to bottom, var(--bet-gelb), var(--bet-gelb));
  padding-top: 60px;
}

.service-section.service-section-kontakt {
  padding-bottom: 100px;
}

.section-title-block {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-title-block.center-block {
  max-width: 100%;
}

.section-title-block.license-block {
  max-width: 600px;
}

.section-title-block.faq-section-title {
  max-width: 800px;
}

.section-title-8m3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 19px;
  line-height: 35px;
}

.section-title-8m3.team-member-name {
  color: var(--bet-blau-main);
}

.section-title-8m3.password-title {
  margin-top: 30px;
}

.section-title-8m3.faq-section-title, .section-summary {
  margin-bottom: 0;
}

.title-block, .service-wrapper-block {
  margin-top: 50px;
}

.service-wrapper-block.mt-0px {
  margin-top: 0;
}

.service-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list.service-page {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item.service-page {
  max-width: 100%;
}

.single-service-block {
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 30px 25px;
  transition: border-color .3s, box-shadow .3s;
}

.single-service-block:hover {
  border-color: #0000;
  box-shadow: 4px 0 15px #0000001a;
}

.service-thumb-block {
  width: 100%;
  display: block;
  overflow: hidden;
}

.service-thumb-image {
  width: 100%;
}

.service-thumb-link-block {
  display: block;
}

.service-content-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.service-category-link {
  color: var(--dark-slate-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.service-category-link:hover {
  color: var(--bet-gelb);
}

.service-category-link:focus, .service-category-link:visited {
  color: var(--dark-slate-blue);
}

.service-details-link {
  color: #1f242c;
  text-decoration: none;
}

.service-details-link:hover {
  color: var(--bet-yellow);
}

.service-title {
  font-size: 22px;
  line-height: 32px;
}

.service-title:hover {
  color: var(--bet-gelb);
}

.service-button-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.about-section {
  background-color: var(--section-bg-color);
  opacity: 1;
  padding-top: 114px;
  padding-bottom: 114px;
}

.about-section.about-section2 {
  background-color: var(--section-bg-color);
  background-image: linear-gradient(#fffce3, #fffce3);
}

.about-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.about-left-side {
  width: 100%;
  max-width: 665px;
  height: 15%;
}

.about-right-side {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.about-image.up-down-loop-animaion {
  background-color: #0000;
}

.section-intro-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.imtro-line-shape {
  background-color: var(--dark-slate-blue);
  width: 40px;
  height: 3px;
}

.imtro-line-shape.bg-light {
  background-color: var(--dark-slate-blue);
}

.section-intro-text {
  color: var(--dark-slate-blue);
  letter-spacing: .12em;
  -webkit-text-stroke-color: var(--dark-slate-blue);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.section-intro-text.contact-intro {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-intro-text.bg-light {
  color: var(--dark-slate-blue);
}

.section-content-title {
  margin-top: 32px;
  margin-bottom: 31px;
}

.section-content-title.testi-title {
  margin-top: 0;
  margin-bottom: 27px;
}

.section-content-summary.testi-summary {
  margin-bottom: 13px;
}

.about-content {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.single-about-content {
  grid-column-gap: 32px;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.icon-side {
  border: 2px solid var(--dark-slate-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 39px;
  min-width: 39px;
  height: 39px;
  display: flex;
}

.about-content-text {
  color: var(--less-black);
  font-weight: 500;
}

.project-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-title-block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.project-tab-wrapper {
  flex-direction: column;
}

.project-tab-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.project-list {
  grid-column-gap: 30px;
  grid-row-gap: 33px;
  flex-wrap: wrap;
  grid-template: "Area-3 Area-2 Area"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-project-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.project-thumbnail-block {
  overflow: hidden;
}

.project-thumbnail-image {
  width: 100%;
}

.project-content-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-category-title {
  color: var(--dark-slate-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.project-category-title:hover {
  color: var(--bet-gelb);
  -webkit-text-stroke-color: var(--bet-gelb);
}

.project-title-link {
  color: var(--less-black);
  text-decoration: none;
}

.project-title-link:hover {
  color: var(--bet-yellow);
}

.project-title {
  font-size: 22px;
  line-height: 30px;
}

.project-title:hover {
  color: var(--bet-gelb);
}

.project-thumbnail-link {
  display: block;
}

.counter-section {
  background-color: var(--dark-slate-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.counter-wrapper {
  justify-content: space-between;
  display: flex;
}

.single-counter {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-number {
  color: #fff;
  margin-bottom: 8px;
  font-size: 75px;
  line-height: 102px;
}

.counter-sub-text {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.design-shape {
  background-color: #fff3;
  width: 2px;
  height: 200px;
  position: relative;
}

.small-design-shape {
  background-color: var(--white);
  width: 2px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-section {
  background-color: #faffa333;
  background-image: none;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.testimonial-title-block {
  width: 100%;
  max-width: 399px;
}

.testimonial-content-block {
  width: 100%;
  max-width: 563px;
}

.testimonial-slider-author-job-title {
  color: var(--dark-slate-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.testimonial-slider-author-block {
  border: 1px solid var(--dark-slate-blue);
  background-color: #eff6ed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  display: flex;
}

.testi-right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 10%;
  margin-bottom: 0;
  left: 115px;
}

.testimonial-slider-content-text {
  max-width: 486px;
  margin-top: 32px;
  margin-bottom: 26px;
  font-size: 18px;
  font-style: italic;
  line-height: 38px;
}

.testimonial-slider-wrapper {
  background-color: #0000;
  height: auto;
}

.testimonial-slider-author-name {
  color: var(--less-black);
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.testimonial-slider-item-inner {
  padding-bottom: 54px;
  padding-left: 70px;
  padding-right: 86px;
}

.d-none {
  display: none;
}

.testi-left-arrow {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 10%;
  margin-bottom: 0;
}

.testimonial-slider-mask {
  max-width: 641px;
  height: auto;
  min-height: 522px;
  padding-top: 45px;
}

.testimonial-slider-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slider-author-image {
  width: 70px;
  height: 70px;
}

.testimonial-slider-item {
  background-color: var(--white);
}

.blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-end;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.blog-left-block {
  width: 100%;
  max-width: 350px;
  height: 100%;
}

.blog-left-block.hover-image-block {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.blog-left-block.blog-static-image {
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.blog-right-block {
  width: 100%;
  max-width: 520px;
}

.blog-left-image {
  object-fit: cover;
  height: 100%;
}

.blog-left-image.hover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-list {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.blog-post-list.blog-page {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-list.sidebar-block {
  grid-row-gap: 25px;
}

.single-blog-wrapper {
  z-index: 1;
  grid-column-gap: 25px;
  border: 1px solid #eaeaea;
  align-items: center;
  padding: 18px 36px 15px 25px;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.single-blog-wrapper:hover {
  border-color: var(--dark-slate-blue);
}

.single-blog-wrapper.blog-page {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 25px;
}

.single-blog-wrapper.sidebar-block {
  grid-column-gap: 16px;
  border-style: none;
  align-items: flex-start;
  padding: 0;
}

.blog-thumbnail {
  display: inline-block;
}

.blog-thumbnail.blog-page {
  width: 100%;
  display: block;
}

.blog-thumbnail.sidebar-block {
  display: flex;
}

.blog-thumbnail-image {
  width: 100%;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
}

.blog-thumbnail-image.blog-page {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  height: 350px;
  min-height: 100%;
  max-height: 100%;
}

.blog-thumbnail-image.sidebar-block {
  min-width: 68px;
  max-width: 68px;
  min-height: 65px;
  max-height: 100%;
}

.blog-content.blog-page {
  flex-direction: column;
  display: flex;
}

.blog-content.sidebar-block {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.blog-link-block {
  color: var(--less-black);
  text-decoration: none;
}

.blog-link-block:hover {
  color: var(--bet-yellow);
}

.blog-title {
  font-size: 19px;
  line-height: 32px;
}

.blog-title:hover {
  color: var(--bet-gelb);
  -webkit-text-stroke-color: var(--bet-gelb);
}

.blog-title.sidebar-block {
  font-size: 16px;
  line-height: 21px;
}

.blog-thumb-link-block {
  overflow: hidden;
}

.blog-thumb-link-block.blog-page {
  display: block;
}

.blog-date-block {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.blog-date-block.sidebar-block {
  margin-top: 0;
}

.blog-square-block {
  background-color: var(--dark-slate-blue);
  width: 5px;
  height: 5px;
}

.blog-date {
  font-size: 14px;
}

.blog-line-shape {
  background-color: #eaeaea;
  width: 1px;
  height: 486px;
  max-height: 486px;
}

.blog-color-line {
  background-color: var(--dark-slate-blue);
  width: 1px;
  height: 70px;
  position: absolute;
  left: -32px;
}

.contact-info-section {
  background-image: url('../images/contact-info-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 85px;
}

.contact-info-wrapper {
  grid-column-gap: 4px;
  justify-content: space-between;
  display: flex;
}

.single-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  background-color: var(--bet-blau-main);
  align-items: center;
  width: 100%;
  max-width: 583px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 30px;
  display: flex;
}

.single-content-wrapper.bg-theme-color {
  background-color: var(--dark-slate-blue);
}

.content-icon-block {
  background-color: #ffffff26;
  border: 8px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  min-height: 96px;
  display: flex;
}

.icon-inner {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.cumtent-text-block {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.content-text {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.content-link {
  color: #fff;
  min-width: 280px;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.title-line-shape {
  background-color: var(--white);
  width: 42px;
  height: 3px;
}

.contact-title-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.footer-social-block {
  grid-column-gap: 13px;
  margin-top: 30px;
  display: flex;
}

.footer-social-block.sidebar-social-block {
  display: none;
}

.footer-inner {
  color: #fff;
  background-color: #1f242c;
  background-image: url('../images/footer-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-button {
  background-color: var(--bet-blau-main);
  background-image: url('../images/paper-plane-regular.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 50px;
  min-height: 51px;
  padding: 10px 0;
  font-size: 16px;
  transition: background-color .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.subscribe-button:hover {
  background-color: var(--bet-yellow);
}

.address-block {
  grid-column-gap: 15px;
  align-items: flex-start;
  font-style: normal;
  display: flex;
}

.single-link-block {
  grid-column-gap: 13px;
  color: var(--white);
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
  transition: padding-left .3s, color .3s;
  display: flex;
}

.single-link-block:hover {
  color: var(--bet-yellow);
  padding-left: 5px;
}

.footer-content {
  max-width: 287px;
  margin-bottom: 30px;
}

.footer-content-block {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.subscribe-input-field {
  background-color: #fff;
  border: 1px solid #0000;
  width: 100%;
  min-width: 270px;
  height: 51px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 55px;
  transition: border-color .3s;
}

.subscribe-input-field:focus {
  border: 1px solid #5a48e0;
}

.subscribe-input-field::placeholder {
  color: #5d5f6c;
}

.footer-subscribe-form {
  margin-bottom: 0;
}

.footer-bottom-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
}

.bottom-link {
  color: var(--section-bg-color);
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.bottom-link:hover {
  color: var(--bet-gelb);
}

.footer-title {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.footer-menu-text:hover {
  color: var(--bet-blau-main);
  -webkit-text-stroke-color: var(--bet-gelb);
}

.subscribe-wrapper {
  position: relative;
}

.footer-block {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-address-text {
  color: var(--white);
  max-width: 177px;
  font-size: 16px;
}

.social-link-block {
  background-color: #2a2e41;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-link-block.footer-social {
  background-color: var(--bet-gelb);
  color: var(--white);
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.social-link-block.footer-social:hover {
  background-color: var(--bet-gelb);
}

.footer-details-text {
  color: var(--white);
  font-size: 16px;
}

.footer-details-text.update-text {
  max-width: 270px;
}

.footer-bottom {
  grid-column-gap: 10px;
  background-color: #30353f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fffb00;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
}

.company-link {
  color: var(--section-bg-color);
  font-weight: 500;
  text-decoration: none;
}

.company-link:hover {
  color: var(--bet-gelb);
}

.title-underline {
  z-index: 2;
  background-color: #c4c4c433;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 54px;
}

.footer-title-block {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 52px;
  display: flex;
  position: relative;
}

.footer-square-shape {
  background-color: var(--bet-blau-main);
  width: 8px;
  height: 8px;
}

.footer-color-shape {
  background-color: var(--bet-blau-main);
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -21px;
}

.bottom-border {
  z-index: -1;
  background-color: #c4c4c433;
  width: 100%;
  min-width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  top: 54px;
}

.breadcurmb-section {
  background-image: url('../images/Rohre_Anlage_gelb.jpg'), url('../images/U_breadcrumb-bg.jpg');
  background-position: 50% 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: contain, cover;
  background-attachment: fixed, scroll;
}

.breadcurmb-section.breadcurmb-section-service {
  background-image: url('../images/U_breadcrumb-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.breadcrumb-wrapper-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 209px;
  padding-bottom: 134px;
  display: flex;
}

.team-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-wrapper {
  margin-top: 50px;
}

.team-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-thumb-block {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.team-thumb-link-block {
  display: block;
}

.team-thumb-image {
  width: 100%;
}

.team-content-block {
  grid-row-gap: 7px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.team-details-link {
  color: var(--less-black);
  text-decoration: none;
}

.team-details-link:hover {
  color: var(--bet-yellow);
}

.team-title {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
}

.team-title:hover {
  color: var(--bet-gelb);
}

.team-job-title {
  color: var(--dark-slate-blue);
  letter-spacing: .1em;
  -webkit-text-stroke-color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.single-team-wrapper {
  grid-row-gap: 30px;
  border: 1px solid #eaeaea;
  flex-direction: column;
  padding: 30px;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.single-team-wrapper:hover {
  border-color: #0000;
  box-shadow: 4px 0 15px #0000001a;
}

.team-social-wrapper {
  z-index: 2;
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-left: -77.5px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.single-social-link {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--bet-blau-main);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.single-social-link:hover {
  border-color: var(--bet-yellow);
  background-color: var(--bet-yellow);
  color: var(--white);
}

.pagination-wrapper {
  margin-top: 60px;
}

.service-details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-details-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.service-sidebar {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.service-details-content {
  width: 100%;
  max-width: 860px;
}

.sidebar-box {
  grid-row-gap: 25px;
  background-color: #eff4f2;
  flex-direction: column;
  padding: 33px 30px 40px 33px;
  display: flex;
}

.sidebar-service-list {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.sidebar-service-link-block {
  z-index: 1;
  background-color: var(--white);
  color: var(--less-black);
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 15px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.49px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.sidebar-service-link-block:hover {
  background-color: var(--bet-yellow);
  color: #fff;
  border-bottom-color: #c39953;
}

.sidebar-title-block {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sidebar-title-block.contact-block {
  grid-row-gap: 9px;
}

.sidebar-title {
  color: var(--less-black);
  font-size: 22px;
  line-height: 30px;
}

.sidebar-title.contact-heading {
  font-size: 20px;
}

.design-block {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.long-shape {
  background-color: var(--dark-slate-blue);
  min-width: 46px;
  max-width: 46px;
  min-height: 2px;
}

.shot-shape {
  background-color: var(--bet-gelb);
  min-width: 12px;
  max-width: 12px;
  min-height: 2px;
}

.icon-block {
  background-color: var(--bet-yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
}

.icon-block.faq-icon {
  background-color: var(--dark-slate-blue);
  width: 25px;
  min-width: 25px;
  height: 25px;
}

.sidebar-banner-block {
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-banner-image {
  width: 100%;
}

.sidebar-banner-content {
  text-align: center;
  background-image: url('../images/sidebar-banner-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 40px 33px 33px;
  display: flex;
}

.sidebar-content-inner {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sidebar-icon-block {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 75px;
  max-width: 75px;
  height: 100%;
  min-height: 75px;
  max-height: 75px;
  margin-bottom: 24px;
  display: flex;
}

.banner-title {
  color: var(--white);
  max-width: 215px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.banner-contect-title {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.contect-link-block {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.contect-link-block:hover {
  color: var(--bet-yellow);
}

.service-details-main-image-block {
  border-radius: 10px;
  overflow: hidden;
}

.service-details-image {
  width: 100%;
}

.service-details-title {
  margin-top: 46px;
  margin-bottom: 27px;
}

.service-details-content-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.service-details-content-image {
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.service-details-content-image-one {
  width: 100%;
}

.stats-charts-block {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
  display: flex;
}

.stats-content {
  width: 100%;
  max-width: 100%;
}

.chart-summary-one {
  margin-bottom: 29px;
}

.chart-side {
  width: 100%;
  max-width: 100%;
}

.chart-image {
  margin-top: 30px;
  padding-bottom: 30px;
}

.chart-value {
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.chart-single-value {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.chart-single-value.retail {
  color: #3098f4;
}

.chart-single-value.generation {
  color: #5f14ff;
}

.chart-single-value.project-thumbnail-link {
  color: #fdd247;
}

.chart-single-value.industrial {
  color: #03c17b;
}

.chart-single-value.scences {
  color: #ff8214;
}

.color-circle {
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.color-circle.retail {
  background-color: #3098f4;
}

.color-circle.generation {
  background-color: #5f14ff;
}

.color-circle.oil {
  background-color: #fdd247;
}

.color-circle.industrial {
  background-color: #03c17b;
}

.color-circle.scences {
  background-color: #ff8214;
}

.service-video-block {
  margin-bottom: 45px;
}

.service-video-inner {
  z-index: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.live-video-block {
  z-index: 1;
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live-video-block-inner {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.video-overlay {
  background-color: #1941718f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-overview-title {
  color: var(--less-black);
  margin-bottom: 27px;
  font-size: 50px;
  line-height: 62px;
}

.service-overview-summary-one {
  margin-bottom: 29px;
}

.accordion-item {
  background-color: #0000;
}

.accordion-text {
  padding-top: 20px;
}

.faq-wrapper {
  margin-top: 60px;
}

.faq-wrapper.faq-page {
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.accordion-item-trigger {
  cursor: pointer;
  object-fit: fill;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  display: flex;
  position: relative;
}

.accordion-item-content {
  margin-top: 10px;
  padding: 0 25px 25px;
  overflow: hidden;
}

.faq-title {
  color: var(--less-black);
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.chart-title {
  color: var(--less-black);
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
  font-size: 50px;
  line-height: 62px;
}

.project-details-section {
  padding-top: 100px;
  padding-bottom: 73px;
}

.project-detail-top-block {
  grid-column-gap: 30px;
  display: flex;
}

.project-detail-image-block {
  object-fit: fill;
  border-radius: 10px;
  width: 100%;
  max-width: 770px;
  overflow: visible;
}

.project-detail-content {
  width: 100%;
  max-width: 320px;
}

.project-detail-image {
  width: 100%;
}

.project-single-detail {
  border-bottom: 1px solid #d3deda;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  line-height: 20.49px;
  display: flex;
}

.project-single-detail.border-none {
  border-bottom-style: none;
}

.project-paramiter {
  color: var(--less-black);
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.project-value {
  color: #676868;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.project-detail-inner {
  margin-top: -9px;
}

.project-category-link {
  color: #676868;
  text-decoration: none;
}

.project-category-link:hover {
  color: var(--bet-yellow);
}

.project-category-link-list {
  grid-column-gap: 5px;
  display: flex;
}

.project-social-media {
  grid-column-gap: 10px;
  margin-top: 18px;
  display: flex;
}

.project-single-social-media {
  color: var(--bet-blau-main);
  background-color: #f7f7f7;
  border: 1px solid #57b33e4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.project-single-social-media:hover {
  border-color: var(--bet-yellow);
  background-color: var(--bet-yellow);
  color: var(--white);
}

.project-deatil-title-block {
  margin-top: 46px;
}

.project-deatil-title {
  margin-bottom: 27px;
}

.project-details-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.project-detail-page-image {
  border-radius: 10px;
  width: 100%;
}

.project-details-rich-text-block {
  height: auto;
}

.project-details-rich-text-block h2, .project-details-rich-text-block p {
  margin-bottom: 27px;
}

.section-title-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 66px;
  display: flex;
  position: relative;
}

.relative-product-title-block {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.relative-product-title-block.flex-div {
  grid-column-gap: 15px;
  flex-direction: row;
}

.blog-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-page-section.pt-0px {
  padding-top: 0;
}

.blog-post-summary {
  margin-top: 9px;
  margin-bottom: 30px;
}

.blog-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-detail-content {
  width: 100%;
  max-width: 790px;
}

.blog-sidebar {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.blog-detail-image-block {
  border-radius: 10px;
  overflow: hidden;
}

.blog-detail-image {
  width: 100%;
}

.blog-detail-date {
  margin-top: 15px;
  margin-bottom: 16px;
}

.blog-detail-rich-text h2 {
  margin-bottom: 27px;
}

.blog-detail-rich-text p {
  margin-bottom: 25px;
}

.blog-detail-rich-text h4 {
  color: var(--less-black);
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}

.tag-text-block {
  color: var(--less-black);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.tag-share-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #e3e0e0;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
}

.tag-side {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.single-tag-item-list {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.single-tag-item {
  margin-left: 5px;
}

.tag-link-text {
  color: #9e9e9e;
  border: 1px solid #d2d2d2;
  border-radius: 78px;
  justify-content: center;
  align-items: center;
  padding: 1px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.tag-link-text:hover {
  border-color: var(--bet-yellow);
  background-color: var(--bet-yellow);
  color: var(--white);
}

.blog-search-form {
  margin-bottom: 0;
  position: relative;
}

.property-search-single-field {
  background-color: #0000;
  border: 1px solid #01614e99;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 40px;
  transition: box-shadow .2s, border-color .2s;
}

.property-search-single-field:focus {
  border-color: #ff6500;
  box-shadow: 0 6px 15px #0000001a;
}

.property-search-single-field::placeholder {
  color: #494949;
}

.property-search-single-field.blog-search-field {
  background-color: var(--bet-blau-main);
  color: #fff;
  border-style: none;
  border-width: 0;
  border-bottom-color: #244d4d80;
  border-left-color: #c39953;
  border-right-color: #244d4d80;
  border-radius: 0;
  height: 57px;
  padding-left: 24px;
  padding-right: 65px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.property-search-single-field.blog-search-field::placeholder {
  color: #fff;
}

.search-button {
  background-color: var(--bet-blau-main);
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #ffffff82;
  min-width: 60px;
  height: 25px;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.blog-category-link-text {
  color: var(--less-black);
  border-bottom: 1px solid #cccfcc;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 24.6px;
  text-decoration: none;
  transition: border-color .3s, padding-left .3s, color .3s;
  display: inline-block;
}

.blog-category-link-text:hover {
  border-bottom-color: var(--bet-yellow);
  color: var(--bet-yellow);
  padding-left: 5px;
}

.team-menber-details-block {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.team-thumbnail {
  border-radius: 5px;
  width: 100%;
  max-width: 470px;
}

.team-details-name {
  line-height: 1;
}

.social-icon-wrapper {
  grid-column-gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.team-thumbnail-inner {
  border-radius: 5px;
  overflow: hidden;
}

.team-details-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.team-value {
  color: var(--dim-grey-body-color);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.team-rich-text p {
  margin-bottom: 27px;
}

.team-rich-text h4 {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 40px;
}

.team-popertise {
  color: var(--less-black);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.team-details-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.team-details-content {
  width: 100%;
  max-width: 670px;
}

.team-single-block {
  grid-column-gap: 10px;
  display: flex;
}

.team-thumbnail-image {
  width: 100%;
}

.team-details-content-inner {
  margin-bottom: 30px;
}

.single-social-icon {
  border: 1px solid var(--bet-blau-main);
  color: var(--bet-blau-main);
  background-color: #57b33e26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.single-social-icon:hover {
  border-color: var(--bet-blau-main);
  background-color: var(--bet-blau-main);
  color: var(--white);
}

.team-member-number-link {
  color: var(--dim-grey-body-color);
  font-family: Manrope, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.team-member-number-link:hover {
  color: var(--bet-yellow);
}

.contact-icon-image {
  background-color: var(--white);
  border: 1px solid #ededed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
}

.call-inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-size: 16px;
  display: flex;
}

.contact-content-inner {
  grid-row-gap: 21px;
  flex-direction: column;
  display: flex;
}

.email-link {
  color: var(--dark-slate-blue);
  margin-right: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.email-link:hover {
  color: var(--bet-yellow);
}

.single-contact {
  grid-column-gap: 20px;
  color: var(--dim-grey-body-color);
  background-color: #e9f0ff;
  border-radius: 5px;
  align-items: flex-start;
  min-height: 280px;
  padding: 35px 20px;
  display: flex;
}

.contact-addres-text {
  color: var(--bet-yellow);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.contact-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.call-wrapper {
  flex-direction: column;
  display: flex;
}

.mail-block {
  color: var(--dark-slate-blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-field {
  border: 1px solid #cacaca;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  transition: box-shadow .3s, border-color .4s;
}

.form-input-field:focus {
  border-color: var(--bet-yellow);
  background-color: #0000;
  box-shadow: 0 0 15px #0000001a;
}

.form-input-field::placeholder {
  text-transform: capitalize;
}

.form-textarea {
  border: 1px solid #cacaca;
  border-radius: 8px;
  min-height: 196px;
  padding-left: 20px;
  transition: box-shadow .3s, border-color .4s;
}

.form-textarea:focus {
  border-color: var(--bet-yellow);
  background-color: #0000;
  box-shadow: 0 0 15px #0000001a;
}

.form-textarea::placeholder {
  text-transform: capitalize;
}

.form-block {
  margin-bottom: 0;
}

.contect-form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contect-form-section.pt-0px {
  padding-top: 57px;
}

.contact-form-wrapper {
  margin-top: 40px;
}

.form {
  flex-direction: column;
  display: flex;
}

.map-wrapper {
  width: 100%;
  height: 100%;
  max-height: 643px;
  overflow: hidden;
}

.map-inner {
  flex-wrap: wrap;
  align-items: stretch;
}

.license-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 60px;
  display: grid;
}

.license-inner {
  flex: 0 auto;
}

.license-single-item {
  background-color: #fff;
  border: 1px solid #57b33e99;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 6px 15px #0000001a;
}

.licenses-title {
  color: var(--less-black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
}

.license-link {
  color: var(--bet-blau-main);
  text-transform: capitalize;
  margin-top: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.license-link:hover {
  color: var(--bet-yellow);
}

.changelog-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #57b33e99;
  border-radius: 10px;
  max-width: 550px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 6px 15px #0000001a;
}

.version-title {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.relesed {
  background-color: var(--bet-blau-main);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: auto;
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 44px;
  display: inline-block;
}

.released-date {
  color: #15110b;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.bold-text {
  color: #000;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

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

.utility-page-wrap.error-page {
  width: 100%;
  height: 100%;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.utility-page-content.error-page {
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-title {
  margin-bottom: 20px;
}

.search-page-wrapper-block {
  margin-bottom: 40px;
}

.search-link-title {
  color: var(--bet-blau-main);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.search-link-title:hover {
  color: var(--bet-yellow);
}

.search-result-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.password-label {
  margin-bottom: 10px;
}

.error-text {
  margin-bottom: 30px;
}

.error-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

.error-image {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hiden {
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  border: 1px solid var(--black);
  background-color: var(--less-black);
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hover:hover {
  color: var(--dark-slate-blue);
}

.body {
  background-color: #fff;
}

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

.slide2 {
  background-image: url('../images/slider_1.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.paragraph {
  color: var(--white);
  margin-top: 63px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 200px;
  font-size: 100px;
  font-weight: 700;
}

.slider {
  height: 40em;
  margin-bottom: 0;
}

.slide_sitemain_middle1 {
  background-image: url('../images/slider_1.jpg');
  background-position: 50%;
  background-size: auto;
  height: auto;
}

.slider-2 {
  height: 40em;
}

.text-block {
  margin-top: 33px;
}

.rich-text-block {
  margin-top: 20px;
  padding-top: 0;
}

.block-quote {
  background-color: var(--bet-yellow);
}

.container-content {
  margin-left: auto;
}

.grid {
  grid-template-areas: "Area";
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.slide1 {
  background-image: url('../images/Gasanlage.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-bottom: 0;
}

.container-3 {
  background-color: #0000;
  padding-top: 52px;
  padding-bottom: 52px;
}

.heading {
  color: #fff;
  text-shadow: 4px 1px 5px #0003;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 0 #0003;
}

.mask {
  background-image: linear-gradient(#000, #fff);
}

.left-arrow {
  transition: opacity .2s;
}

.heading-2 {
  float: none;
  color: var(--dark-slate-blue);
  font-family: Exo, sans-serif;
  position: static;
}

.heading-2.heading-mini-2 {
  color: var(--bet-gelb);
  padding-left: 5px;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-2 {
  background-color: var(--black);
  opacity: 1;
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(#000, #fff);
  background-clip: border-box;
  outline: 8px #080c10;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-3 {
  font-size: 23px;
}

.paragraph-mini.paragraph-mobile {
  color: var(--white);
  background-color: #287dcd00;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.slider-3 {
  height: 500px;
}

.button {
  background-color: var(--dark-slate-blue);
  border-radius: 10px;
  margin-top: 18px;
}

.button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.slider-4 {
  min-height: 690px;
}

.slide-2 {
  background-image: url('../images/Firefly-Eine-sehr-große-Biogasanlage-Kühe-stehen-auf-einer-Weide-und-man-sieht-auch-Maisfelder.jpg'), url('../images/biogasanlage-blau-silber.jpg');
  background-position: 50%, 0 0;
  background-size: auto, cover;
  max-height: 783px;
}

.container-4 {
  margin-top: 60px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 90px;
}

.image {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  overflow-wrap: normal;
  width: 50%;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.image-2 {
  clear: right;
  object-fit: cover;
}

.div-block {
  background-color: #fff;
  margin-top: -100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block.div2 {
  color: var(--black);
  background-color: red;
  margin-top: 105px;
}

.div-block.div2.div3 {
  background-color: #bd6767;
}

.flex-block {
  clear: none;
  width: 50%;
  height: 29%;
  position: static;
}

.rich-text-block-2 {
  clear: none;
  position: static;
}

.flex-block-2 {
  clear: right;
  width: 50%;
  position: relative;
  top: -306px;
  left: 508px;
}

.grid-2 {
  margin-top: 6px;
}

.service-heading {
  color: #008df1;
  text-align: center;
  font-size: 40px;
}

.service-heading.service-heading-divide {
  padding-top: 23px;
  font-size: 40px;
}

.image-3 {
  text-align: left;
}

.icon {
  margin-right: -2px;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  color: var(--white);
}

.heading-3-divide {
  text-align: center;
  margin-bottom: 36px;
}

.rich-text-block-4 {
  text-align: left;
  padding-bottom: 20px;
}

.paragraph-9 {
  aspect-ratio: auto;
  line-height: 23px;
}

.paragraph-10 {
  padding-top: 10px;
  line-height: 23px;
}

.list {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-11 {
  line-height: 23px;
}

.list-2, .list-3, .list-4, .list-5 {
  padding-left: 40px;
  padding-right: 0;
}

.paragraph-12, .paragraph-13 {
  line-height: 23px;
}

.paragraph-14 {
  background-color: #fff0;
}

.rich-text-block-6, .container-6 {
  max-width: 960px;
}

.lightbox-link {
  background-image: url('../images/JGS-SILO.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.image-4 {
  background-image: url('../images/Entschwefelung_Holzdach.jpg'), url('../images/JGS-SILO.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section {
  background-image: linear-gradient(72deg, #fff, #fffffff7 74%, #ffffff4f 100%, #fff), url('../images/JGS-SILO.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section.section-g-lle {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 0;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 960px;
  max-width: 100%;
  display: grid;
}

.paragraph-15 {
  line-height: 23px;
}

.background-video {
  background-image: linear-gradient(#fbff0080, #fbff0080);
}

.mask-2 {
  min-height: 500px;
}

.slide-nav {
  padding-top: 0;
  padding-bottom: 0;
  inset: auto 0% 0%;
}

.silo-slide-1 {
  background-image: url('../images/Sickersaftgrube_mit_Folie.jpg'), url('../images/Silage_Silo_2.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.columbox-silo {
  padding-bottom: 20px;
}

.stellenangebote-p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 23px;
}

.subtitel-jobs {
  color: var(--bet-blau-main);
  font-size: 16px;
  font-weight: 500;
}

.slide-nav-2, .slide-nav-3 {
  padding-bottom: 40px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-4 {
  background-image: url('../images/Foliendach_Demontage.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/Foliendach-Biogasanlage-Demontage.jpg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-block-home {
  padding-left: 0;
  padding-right: 0;
}

.slide-6 {
  background-image: url('../images/Silo_001.jpg');
  background-position: 50% 55%;
  background-size: cover;
}

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

.slide-8 {
  background-image: url('../images/A-Bock_Sanierung_4a.jpg');
  background-position: 50%;
  background-size: cover;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_label {
  color: #364259;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_trigger, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_title {
  color: #364259;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_text {
  color: #364259;
  font-size: .75rem;
}

.fs-cc-prefs_content {
  border: 0 solid #000;
  border-bottom-style: none;
  border-radius: 0;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  overflow: auto;
}

.fs-cc-manager_component-2 {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_title-2 {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text-2 {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-banner_text-2 {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_component-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_content-2 {
  border-radius: 0;
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.image-8 {
  max-width: 95%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #52bef4;
  border: 2px solid #0000;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #52bef4;
  background-color: #f5f5f5;
  border-width: 2px;
  border-color: #52bef4;
  border-radius: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.fs-cc-prefs_button {
  background-color: #5d6a83;
  border: 1px #364259;
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #5d6a83;
  background-color: #fff;
  border: 2px solid #5d6a83;
  border-radius: 0;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text-link {
  color: #52bef4;
  border-bottom: 2px solid #4353ff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_text-3 {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  overflow: auto;
}

.impressum-text {
  padding-bottom: 40px;
  line-height: 23px;
}

.impressum-divblock {
  margin-bottom: 0;
}

.datenschutz-text {
  line-height: 23px;
}

.datenschutz-text.datenschutz-text-mobile {
  text-align: left;
}

.block-quote-2 {
  color: var(--bet-yellow);
}

.heading-detail-small {
  color: #020e27;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.contact-icon-square {
  background-color: #4754ff;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 24px;
  display: flex;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-block {
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

.contact-wrapper-2 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  box-shadow: 68px 68px 140px -32px #02082c0a;
}

.button-form-centre {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.paragraph-large {
  direction: ltr;
  color: #364259;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-large.text-weight-medium {
  font-size: 12px;
  font-weight: 500;
}

.text-field {
  color: #020e27;
  background-color: #0000;
  border: 1px solid #e4e8f1;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.text-field:hover {
  border-color: #4754ff;
}

.text-field:active {
  border-color: #000;
}

.text-field:focus {
  border-color: #4754ff;
}

.text-field::placeholder {
  color: #5d6a83;
}

.contact-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  grid-auto-flow: row;
  margin-top: 48px;
  margin-bottom: 32px;
}

.form-2 {
  display: block;
}

.button-form-submit {
  color: #fff;
  text-align: center;
  background-color: #0e1681;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 12px 44px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-form-submit:hover {
  color: #fff;
  background-color: #4754ff;
}

.text-field-large {
  background-color: #0000;
  border: 1px solid #e4e8f1;
  height: 100%;
  min-height: 172px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
}

.text-field-large:hover {
  border-color: #4754ff;
}

.text-field-large:active {
  border-color: #000;
}

.text-field-large:focus {
  border-color: #4754ff;
}

.contact-form-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.textarea {
  min-height: 300px;
}

.page-wrapper-copy {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-details-text-copy {
  outline-color: var(--bet-yellow);
  outline-offset: 0px;
  color: var(--black);
  background-color: #fffc;
  border: 0 #000;
  border-radius: 0;
  outline-width: 1px;
  outline-style: none;
  margin-top: 33px;
  margin-bottom: 33px;
  padding: 20px;
}

.flex-block-4 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.image-9 {
  box-sizing: border-box;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 500px;
  margin-left: 0;
  display: block;
}

.button-primary-copy {
  grid-column-gap: 15px;
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 175px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.button-primary-copy:hover {
  border-color: var(--bet-gelb);
  background-color: var(--bet-gelb);
  color: #fff;
}

.button-primary-copy.another-button {
  border-color: var(--bet-gelb);
  background-color: var(--bet-yellow);
  color: var(--bet-blau-main);
}

.button-primary-copy.another-button:hover {
  border-color: var(--black);
  background-color: var(--bet-blau-main);
  color: var(--black);
}

.button-primary-copy.another-button.service-section-button {
  background-color: var(--bet-yellow);
}

.button-primary-copy.another-button.service-section-button:hover {
  background-color: var(--bet-blau-main);
}

.button-primary-copy.another-button.service-section-button.service-section-button_divide {
  border-color: var(--bet-blau-main);
  background-color: var(--bet-yellow);
  color: var(--white);
}

.button-primary-copy.consultancy-button {
  position: relative;
}

.button-primary-copy.consultancy-button:hover {
  color: var(--black);
  background-color: #0000;
}

.button-primary-copy.consultancy-button.w--current {
  border-color: var(--black);
  background-color: #0000;
}

.button-primary-copy.fw-400 {
  font-size: 16px;
  font-weight: 400;
}

.button-primary-copy.fw-400.w--current {
  border-color: var(--bet-gelb);
  background-color: var(--bet-gelb);
  color: var(--white);
}

.button-primary-copy.fw-400.w--current:hover {
  background-color: var(--dark-slate-blue);
}

.button-primary-copy.pagination-button {
  grid-column-gap: 10px;
  min-width: 120px;
}

.button-primary-copy.contact-button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-copy.contact-button:hover {
  border-color: var(--bet-gelb);
  background-color: var(--bet-gelb);
}

.button-primary-copy.search-page-button {
  border-color: var(--bet-blau-main);
  background-color: var(--bet-blau-main);
  color: var(--white);
  min-width: 140px;
  margin-top: 20px;
}

.button-primary-copy.search-page-button:hover {
  border-color: var(--bet-yellow);
  background-color: var(--bet-yellow);
}

.button-primary-copy.password-button {
  align-self: center;
  margin-top: 25px;
}

.button-primary-copy.error-button {
  align-self: center;
}

.button-primary-copy.button-section:hover {
  background-color: var(--bet-blau-main);
  border-radius: 20px;
}

.button-primary-copy.another-button-copy {
  border-color: var(--bet-gelb);
  background-color: var(--bet-yellow);
  color: var(--bet-blau-main);
}

.button-primary-copy.another-button-copy:hover {
  border-color: var(--black);
  background-color: var(--bet-blau-main);
  color: var(--black);
}

.button-primary-copy.another-button-copy.service-section-button {
  background-color: var(--bet-yellow);
}

.button-primary-copy.another-button-copy.service-section-button:hover {
  background-color: var(--bet-blau-main);
}

.button-primary-copy.another-button-copy.service-section-button.service-section-button_divide {
  border-color: var(--bet-blau-main);
  background-color: var(--bet-yellow);
  color: var(--white);
}

.slider-button-block-copy {
  grid-column-gap: 20px;
  display: flex;
}

.slider-button-block-copy.slider-button-block-divider {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-button-block-copy.slider-button-block-divide {
  justify-content: center;
  padding-bottom: 76px;
}

.slider-section-copy {
  background-color: #f8f8f8;
  background-image: url('../images/slider-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-section-copy.slider-section3 {
  background-image: linear-gradient(to bottom, var(--bet-blau-main), var(--bet-blau-main)), url('../images/slider-bg.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-section-copy.slider-section2 {
  background-image: linear-gradient(#b6000080, #b6000080), url('../images/slider-bg.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.counter-section-copy {
  background-color: var(--dark-slate-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-section-copy {
  background-color: #f1f1f1;
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  padding-top: 100px;
  padding-bottom: 60px;
  box-shadow: 0 -2px 20px 12px #00000038;
}

.service-section-copy.pt-0px {
  padding-top: 0;
}

.service-section-copy.service-section2 {
  background-image: linear-gradient(to bottom, var(--white), var(--white)), url('../images/Ausserbetriebnahme.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  mix-blend-mode: normal;
  background-position: 0 0, 100% 0, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-top: 0 solid #000;
  padding-bottom: 0;
  box-shadow: 1px -1px 16px 15px #0003;
}

.service-section-copy.service-section2.service-section3 {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url('../images/Schwefel_Biogasanlage_Dach.jpg'), url('../images/demontage_Dach.jpg');
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  margin-top: 0;
  padding-bottom: 0;
}

.service-section-copy.service-section2.service-section3.service-section4 {
  background-image: linear-gradient(to bottom, var(--white), var(--white)), url('../images/Sanierte_Anlage.jpg'), url('../images/Biogasanlagen-Fermentersanierung.jpg');
  background-position: 0 0, 50%, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  padding-bottom: 0;
}

.service-section-copy.service-section2.service-section3.service-section4.service-section5 {
  background-image: linear-gradient(48deg, #fff, #ffffff6b), url('../images/Foliendach-Biogasanlage-Demontage.jpg'), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-size: auto, cover, cover, cover;
  background-attachment: scroll, fixed, fixed, fixed;
  padding-bottom: 0;
}

.service-section-copy.service-section2.service-section3.service-section4.service-section5.service-section6 {
  background-image: linear-gradient(#fff, #fff), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  padding-bottom: 0;
}

.service-section-copy.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7 {
  background-image: linear-gradient(24deg, var(--white), #fffffff2 7%, #ffffff54), url('../images/Schwefelfilter-Dachmontage-Biogasanlage.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50% 0, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  padding-bottom: 0;
}

.service-section-copy.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7.service-section8, .service-section-copy.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7.service-section9 {
  background-image: linear-gradient(#fff, #fff), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.service-section-copy.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7.service-section9.service-section8 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.service-section-copy.service-section2.service-section3.service-section4.service-section5.service-section6.service-section-divider {
  background-image: linear-gradient(to bottom, var(--bet-blau-main), var(--bet-blau-main)), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.service-section-copy.service-section-divider {
  background-image: linear-gradient(47deg, #fff, #ffffffeb 51%, #ffffffad 99%, #fff);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.service-section-copy.service-section-divider.service-section-jgsanlagen {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.service-section-copy.service-section-divide {
  background-image: linear-gradient(to bottom, var(--bet-gelb-1), var(--bet-gelb-1)), linear-gradient(to bottom, var(--bet-gelb), var(--bet-gelb));
  padding-top: 60px;
}

.service-section-copy.service-section-kontakt {
  padding-bottom: 100px;
}

._8mimg {
  background-image: url('../images/Firefly-Eine-sehr-große-Biogasanlage-Kühe-stehen-auf-einer-Weide-und-man-sieht-auch-Maisfelder.jpg');
  background-position: 50%;
  background-size: cover;
  height: 15vh;
}

._8m3p {
  padding-top: 20px;
  line-height: 23px;
}

._8m3head {
  text-align: center;
  padding-bottom: 40px;
  font-weight: 300;
}

._8mimg-copy {
  background-image: url('../images/energi.jpg');
  background-position: 50%;
  background-size: cover;
  height: 15vh;
}

._8mimg-copy-copy {
  background-image: url('../images/Foerderung.jpg');
  background-position: 50%;
  background-size: cover;
  height: 15vh;
}

._8mtext {
  padding-bottom: 40px;
}

.text-span {
  font-size: 30px;
  font-weight: 300;
  line-height: 10px;
}

.bold-text-4 {
  color: #6db100;
}

.container-8 {
  max-width: 100px;
}

.image-18 {
  align-self: center;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  display: flex;
}

.link-block {
  flex: 1;
  min-width: 120px;
  max-width: none;
  max-height: 50px;
  margin-top: -35px;
  padding-right: 80px;
}

.link-block-2 {
  min-width: 80px;
  max-width: 140px;
  padding-right: 26px;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 960px;
  }

  .container.service-container {
    max-width: 100%;
    padding-left: 55px;
    padding-right: 55px;
  }

  .container.about-contaier {
    max-width: 1438px;
  }

  .breadcrumb-title {
    font-size: 64px;
  }

  .breadcrumb-link-block {
    line-height: 21px;
  }

  .button-primary {
    background-color: var(--bet-blau-main);
  }

  .button-primary.another-button {
    color: var(--bet-blau-main);
  }

  .button-primary.another-button:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary.another-button.service-section-button {
    background-color: var(--bet-yellow);
  }

  .button-primary.another-button.service-section-button:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary.another-button.service-section-button.service-section-button_divide {
    background-color: var(--bet-yellow);
    color: var(--white);
  }

  .button-primary.fw-400 {
    align-self: stretch;
    min-height: 80px;
    font-size: 19px;
  }

  .button-primary.button-section:hover {
    background-color: var(--bet-blue);
  }

  .button-text {
    color: var(--black);
    background-color: #fff0;
  }

  .button-text.button-text-1920 {
    color: var(--white);
  }

  .header-design-shape {
    border-bottom-width: 350px;
    border-bottom-color: var(--bet-blau-main);
    background-color: var(--bet-gelb);
    border-left-width: 350px;
  }

  .mobile-margin-top-10 {
    background-image: none;
    padding-left: 0;
  }

  .button-primary-2 {
    min-width: 140px;
    min-height: 50px;
    display: inline-block;
  }

  .navbar {
    padding-bottom: 20px;
  }

  .nav-menu-two {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .nav-list-item {
    background-image: none;
    padding-left: 0;
  }

  .slider-section.slider-section2 {
    background-image: url('../images/slider-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-wrapper {
    flex-direction: row;
    justify-content: center;
    min-height: 300px;
    padding-top: 55px;
    padding-bottom: 100px;
  }

  .slider-wrapper.slider-wrapper-divide {
    max-width: 960px;
    min-height: 250px;
  }

  .slider-wrapper.slider-wrapper-gasspeicher, .slider-wrapper.slider-wrapper-ersatz {
    flex-direction: row;
    justify-content: center;
  }

  .slider-wrapper.slider-wrapper-rohrleitung {
    flex-direction: row;
    justify-content: center;
    min-height: 500px;
  }

  .slider-wrapper.slider-wrapper-sanierung {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .slider-wrapper.slider-wrapper-r-hrwerke {
    flex-direction: row;
    justify-content: center;
  }

  .slider-content.slider-content-divide {
    flex: 1;
    align-self: auto;
    display: block;
  }

  .slider-content.slider-content-jgsanlagen {
    max-width: 960px;
  }

  .slider-title.slider-title-service {
    line-height: 50px;
  }

  .slider-title.slider-title-service.slider-title-service-divide {
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 50px;
  }

  .slider-intro-box.slider-intro-box-divide {
    text-align: left;
  }

  .slider-button-block.slider-button-block-divide {
    justify-content: center;
    padding-bottom: 60px;
  }

  .slider-content-left {
    padding-bottom: 0;
  }

  .image-bg-shape {
    max-width: 401px;
    max-height: 501px;
  }

  .slider-main-image-8000 {
    max-width: 500px;
    margin-top: 0;
  }

  .slider-main-image-8000.silder-main-image-vertical {
    background-image: none;
  }

  .curved-image {
    z-index: -5;
    max-width: 100%;
    top: 127px;
    right: -170px;
  }

  .client-logo-section {
    background-color: var(--bet-gelb-1);
    padding-top: 0;
    padding-bottom: 5px;
  }

  .client-logo-section.about-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .client-logo-wrapper {
    background-color: var(--bet-gelb);
    max-width: 1200px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .client-logo-inner {
    width: 1200px;
  }

  .service-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-section.service-section2.service-section3 {
    background-image: linear-gradient(#ffffffab, #ffffffab), url('../images/Schwefel_Biogasanlage_Dach.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .service-section.service-section2.service-section3.service-section4 {
    background-image: linear-gradient(#ffffffa3, #ffffffa3), url('../images/Sanierte_Anlage.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .service-section.service-section-divide {
    background-image: linear-gradient(#ffed00, #ffed00);
  }

  .section-title-8m3 {
    color: #242c1f;
    font-size: 30px;
    line-height: 40px;
  }

  .service-wrapper-block {
    margin-top: 70px;
  }

  .service-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .service-button-block {
    margin-top: 60px;
  }

  .about-section.about-section2 {
    color: var(--bet-yellow);
    background-image: linear-gradient(#fffce3, #fffce3);
  }

  .about-wrapper {
    grid-column-gap: 98px;
  }

  .about-right-side {
    align-items: stretch;
    padding-right: 40px;
  }

  .project-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-title-block {
    max-width: 1300px;
    margin-bottom: 75px;
  }

  .project-tab-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .project-tab-menu {
    flex-direction: column;
    max-width: 300px;
    margin-bottom: 0;
    margin-right: 50px;
  }

  .testimonial-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonial-wrapper {
    grid-column-gap: 132px;
  }

  .testimonial-title-block {
    max-width: 399px;
  }

  .testimonial-content-block {
    max-width: 639px;
  }

  .testimonial-slider-content-text {
    font-size: 22px;
    line-height: 38px;
  }

  .testimonial-slider-item-inner {
    max-width: 908px;
  }

  .blog-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blog-wrapper {
    grid-column-gap: 56px;
    margin-top: 70px;
  }

  .blog-left-block {
    max-width: 486px;
  }

  .blog-right-block {
    max-width: 570px;
  }

  .blog-post-list {
    grid-row-gap: 25px;
  }

  .blog-post-list.blog-page {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .single-blog-wrapper {
    grid-column-gap: 36px;
    padding-top: 20px;
    padding-bottom: 13px;
    padding-right: 40px;
  }

  .single-blog-wrapper.blog-page {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    flex-direction: row;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .blog-thumbnail.blog-page {
    width: auto;
  }

  .blog-thumbnail-image.blog-page {
    min-width: 214px;
    max-width: 214px;
    min-height: 243px;
    max-height: 243px;
  }

  .blog-color-line {
    left: -58px;
  }

  .single-content-wrapper {
    grid-column-gap: 37px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .cumtent-text-block {
    grid-row-gap: 12px;
  }

  .content-text {
    font-size: 20px;
    line-height: 27px;
  }

  .content-link {
    min-width: 280px;
    font-size: 23px;
    line-height: 30px;
  }

  .title-line-shape {
    width: 42px;
  }

  .address-block {
    max-width: 235px;
    margin-top: -8px;
    font-size: 18px;
    line-height: 30px;
  }

  .breadcurmb-section.breadcurmb-section-service {
    background-image: url('../images/Rohre_Anlage_gelb.jpg'), url('../images/U_breadcrumb-bg.jpg');
    background-position: 50% 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: contain, cover;
    background-attachment: fixed, scroll;
  }

  .team-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .team-wrapper {
    margin-top: 70px;
  }

  .service-details-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sidebar-title.contact-heading {
    font-size: 24px;
  }

  .stats-content {
    max-width: 460px;
  }

  .chart-side {
    max-width: 370px;
  }

  .chart-image {
    margin-top: 0;
  }

  .project-details-section {
    padding-top: 120px;
    padding-bottom: 93px;
  }

  .project-detail-image-block {
    max-width: 770px;
  }

  .project-detail-content {
    max-width: 370px;
  }

  .relative-product-title-block {
    margin-bottom: 50px;
  }

  .blog-page-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blog-details-wrapper {
    grid-column-gap: 45px;
    flex-direction: row;
    align-items: flex-start;
  }

  .tag-share-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .team-details-section {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .team-details-wrapper {
    grid-column-gap: 40px;
  }

  .email-link {
    font-size: 18px;
    line-height: 30px;
  }

  .single-contact {
    grid-column-gap: 29px;
    min-height: 280px;
    padding: 35px 30px;
  }

  .contact-addres-text {
    font-size: 18px;
    line-height: 30px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .form-textarea {
    min-height: 260px;
  }

  .contect-form-section {
    padding-top: 111px;
    padding-bottom: 130px;
  }

  .contect-form-section.pt-0px {
    padding-bottom: 120px;
  }

  .map-section {
    position: relative;
  }

  .utility-page-content {
    max-width: 400px;
  }

  .paragraph-mini {
    padding-bottom: 25px;
    padding-right: 226px;
  }

  .slide-2 {
    background-image: url('../images/Biogasanlage_back.jpg'), url('../images/Gasanlage_float_2.jpg');
    background-position: 50%, 50% 100%;
    background-size: cover, cover;
  }

  .service-heading.service-heading-divide {
    max-width: 960px;
    font-size: 40px;
  }

  .heading-3-divide {
    margin-bottom: 43px;
    font-size: 50px;
    line-height: 60px;
  }

  .rich-text-block-3 {
    text-align: center;
  }

  .list-item-2 {
    padding-left: 26px;
    padding-right: 10px;
  }

  .paragraph-11 {
    line-height: 23px;
  }

  .list-2, .list-3, .list-4, .list-5 {
    padding-left: 40px;
    padding-right: 0;
  }

  .background-video {
    background-image: linear-gradient(#fff20080, #fff20080);
  }

  .silo-slide-1 {
    background-image: url('../images/Silage_Silo_2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .silo-slide-1.silo-slide-2 {
    background-image: url('../images/Sickersaftgrube_mit_Folie.jpg'), url('../images/Silage_Silo_2.jpg');
    background-position: 0 0, 50%;
    background-size: cover, cover;
  }

  .heading-4 {
    padding-top: 0;
  }

  .image-5 {
    max-width: 960px;
    display: inline-block;
  }

  .quick-stack-block-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell, .cell-2, .cell-3 {
    align-items: center;
  }

  .paragraph-16, .paragraph-17, .paragraph-18 {
    text-align: center;
  }

  .slide-6 {
    background-image: url('../images/Silo_001.jpg');
    background-position: 50% 55%;
    background-size: cover;
  }

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

  .slide-nav-4 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .slide-nav-5 {
    background-image: none;
  }

  .slide-8 {
    background-image: url('../images/A-Bock_Sanierung_4a.jpg'), url('../images/Silage_Silo_2.jpg');
    background-position: 50%, 50%;
    background-size: cover, cover;
  }

  .impressum-divblock {
    margin-bottom: -78px;
  }

  .button-primary-copy {
    background-color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button {
    color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button.service-section-button {
    background-color: var(--bet-yellow);
  }

  .button-primary-copy.another-button.service-section-button:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button.service-section-button.service-section-button_divide {
    background-color: var(--bet-yellow);
    color: var(--white);
  }

  .button-primary-copy.fw-400 {
    align-self: stretch;
    min-height: 80px;
    font-size: 19px;
  }

  .button-primary-copy.button-section:hover {
    background-color: var(--bet-blue);
  }

  .button-primary-copy.another-button-copy {
    color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button-copy:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button-copy.service-section-button {
    background-color: var(--bet-yellow);
  }

  .button-primary-copy.another-button-copy.service-section-button:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button-copy.service-section-button.service-section-button_divide {
    background-color: var(--bet-yellow);
    color: var(--white);
  }

  .slider-button-block-copy.slider-button-block-divide {
    justify-content: center;
    padding-bottom: 60px;
  }

  .service-section-copy {
    background-color: #f1f1f1;
    background-image: linear-gradient(#f1f1f1, #f1f1f1);
    padding-top: 120px;
    padding-bottom: 71px;
  }

  .service-section-copy.service-section2.service-section3 {
    background-image: linear-gradient(#ffffffab, #ffffffab), url('../images/Schwefel_Biogasanlage_Dach.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .service-section-copy.service-section2.service-section3.service-section4 {
    background-image: linear-gradient(#ffffffa3, #ffffffa3), url('../images/Sanierte_Anlage.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .service-section-copy.service-section-divide {
    background-image: linear-gradient(#ffed00, #ffed00);
  }

  ._8mimg {
    background-image: url('../images/Firefly-Eine-sehr-große-Biogasanlage-Kühe-stehen-auf-einer-Weide-und-man-sieht-auch-Maisfelder.jpg');
    background-position: 50%;
    background-size: cover;
    height: 15vh;
  }

  ._8m3p {
    padding-top: 20px;
    line-height: 23px;
  }

  ._8m3head {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 400;
  }

  ._8m3head._8m31440._8m31280 {
    text-align: center;
    padding-top: 78px;
    padding-bottom: 40px;
    font-weight: 300;
  }

  ._8mimg-copy {
    background-image: url('../images/energi.jpg');
    background-position: 50%;
    background-size: cover;
    height: 15vh;
  }

  ._8mimg-copy-copy {
    background-image: url('../images/Foerderung.jpg');
    background-position: 50%;
    background-size: cover;
    height: 15vh;
  }

  ._8mtext {
    color: var(--dim-grey-body-color);
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 23px;
  }

  ._8mtext.urkunde {
    color: var(--dim-grey-body-color);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 23px;
  }

  .bold-text-3 {
    font-size: 40px;
    font-weight: 500;
  }

  .text-span {
    margin-right: 0;
    font-weight: 300;
  }

  .bold-text-4 {
    color: #78b900;
  }

  .slider_submobile {
    padding-bottom: 25px;
    font-size: 20px;
  }

  .text-span-3 {
    color: var(--bet-yellow);
    font-weight: 400;
  }

  .text-span-4 {
    color: var(--bet-yellow);
    font-family: Exo, sans-serif;
    font-weight: 300;
  }

  .text-span-6 {
    color: var(--bet-yellow);
    font-family: Open Sans, sans-serif;
    font-weight: 100;
  }

  .container-8 {
    max-width: 100px;
  }

  .image-18 {
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    display: block;
  }

  .container.service-container {
    padding-left: 138px;
    padding-right: 138px;
  }

  .button-primary, .button-primary.another-button:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary.another-button.service-section-button {
    background-color: var(--dark-slate-blue);
  }

  .button-text {
    color: var(--black);
  }

  .button-text.button-text-1920 {
    color: var(--white);
  }

  .button-text.button-text-1920:hover {
    color: var(--black);
  }

  .header-design-shape {
    border-bottom-color: var(--bet-blau-main);
    background-color: var(--bet-gelb);
  }

  .navbar {
    background-color: #eaff001f;
    padding-bottom: 20px;
  }

  .nav-menu-two {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .slider-section.slider-section2 {
    background-image: url('../images/slider-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-wrapper.slider-wrapper-divide {
    grid-column-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    min-height: 100px;
    padding-top: 0;
    line-height: 40px;
    position: static;
  }

  .slider-wrapper.slider-wrapper-r-hrwerke {
    min-height: 0;
    padding-bottom: 60px;
  }

  .slider-wrapper.slider-wrapper-silo {
    padding-bottom: 85px;
  }

  .slider-title.slider-title-service.slider-title-service-divide {
    color: #000;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 20px;
  }

  .slider-button-block {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .slider-button-block.slider-button-block-divide {
    padding-top: 40px;
  }

  .slider-content-left {
    padding-bottom: 0;
  }

  .client-logo-section {
    background-color: var(--bet-gelb-1);
  }

  .service-section {
    background-image: linear-gradient(47deg, #ffffffbf, #fffc 95%, #fff0);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .service-section.service-section2 {
    background-image: linear-gradient(#fff, #ffffff91 97%, #fff), url('../images/Ausserbetriebnahme.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }

  .service-section.service-section2.service-section3 {
    background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/Schwefel_Biogasanlage_Dach.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
    padding-bottom: 60px;
  }

  .service-section.service-section2.service-section3.service-section4 {
    background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/Sanierte_Anlage.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .service-section.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7.service-section8 {
    padding-top: 10px;
  }

  .service-section.service-section-divide {
    background-image: linear-gradient(to bottom, #ffed00, #ffed00), linear-gradient(to bottom, var(--bet-gelb), var(--bet-gelb)), linear-gradient(to bottom, transparent, transparent);
  }

  .service-section.service-section-gas-widescreen {
    background-image: linear-gradient(#fff, #fff), url('../images/Biogasanlage-bild-1024x664.webp'), url('../images/Waermetauscher.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat-y, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }

  .section-title-8m3 {
    flex: 0 auto;
    padding-top: 15px;
  }

  .service-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
  }

  .single-content-wrapper {
    background-color: var(--bet-blau-main);
  }

  .single-content-wrapper.bg-theme-color {
    max-width: 583px;
    padding-right: 49px;
  }

  .content-link {
    min-width: 280px;
    font-size: 23px;
    line-height: 30px;
  }

  .footer-content-block {
    justify-content: space-between;
  }

  .footer-square-shape {
    background-color: var(--bet-blau-main);
  }

  .breadcurmb-section.breadcurmb-section-service {
    background-image: url('../images/Rohre_Anlage_gelb.jpg'), url('../images/U_breadcrumb-bg.jpg');
    background-position: 50% 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: contain, cover;
    background-attachment: fixed, scroll;
  }

  .slide-2 {
    background-image: url('../images/Biogasanlage_back.jpg'), url('../images/Gasanlage_float_2.jpg');
    background-position: 50% 100%, 50%;
    background-size: cover, cover;
  }

  .service-heading.service-heading-divide, .heading-3-divide {
    margin-bottom: 0;
  }

  .list-2, .list-3, .list-4, .list-5 {
    padding-left: 40px;
    padding-right: 0;
  }

  .slider-5 {
    height: 400px;
  }

  .heading-5 {
    font-size: 60px;
    line-height: 70px;
  }

  .slide-4 {
    background-size: cover;
  }

  .cell, .cell-2, .cell-3 {
    align-items: center;
  }

  .slide-6 {
    background-image: url('../images/Silo_001.jpg');
    background-position: 50% 60%;
    background-size: cover;
  }

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

  .slide-8 {
    background-image: url('../images/A-Bock_Sanierung_4a.jpg'), url('../images/Silage_Silo_2.jpg');
    background-position: 50%, 50%;
    background-size: cover, cover;
  }

  .impressum-divblock {
    margin-bottom: -78px;
  }

  .textarea {
    border: 1px solid var(--dark-slate-blue);
    min-height: 300px;
  }

  .text-field-2 {
    border: 1px solid var(--bet-yellow);
    border-radius: 2px;
  }

  .text-field-3, .text-field-4 {
    border: 1px solid var(--dark-slate-blue);
  }

  .flex-block-4 {
    flex-flow: wrap;
  }

  .image-9 {
    margin-left: auto;
  }

  .button-primary-copy {
    background-color: var(--bet-gelb);
  }

  .button-primary-copy.another-button:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button.service-section-button {
    background-color: var(--dark-slate-blue);
  }

  .button-primary-copy.another-button-copy:hover {
    background-color: var(--bet-blau-main);
  }

  .button-primary-copy.another-button-copy.service-section-button {
    background-color: var(--dark-slate-blue);
  }

  .slider-button-block-copy {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .slider-button-block-copy.slider-button-block-divide {
    padding-top: 40px;
  }

  .service-section-copy {
    background-image: linear-gradient(#f1f1f1, #f1f1f1);
  }

  .service-section-copy.service-section2 {
    background-image: linear-gradient(#fff, #ffffff91 97%, #fff), url('../images/Ausserbetriebnahme.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }

  .service-section-copy.service-section2.service-section3 {
    background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/Schwefel_Biogasanlage_Dach.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
    padding-bottom: 60px;
  }

  .service-section-copy.service-section2.service-section3.service-section4 {
    background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/Sanierte_Anlage.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .service-section-copy.service-section2.service-section3.service-section4.service-section5.service-section6.service-section7.service-section8 {
    padding-top: 10px;
  }

  .service-section-copy.service-section-divide {
    background-image: linear-gradient(to bottom, #ffed00, #ffed00), linear-gradient(to bottom, var(--bet-gelb), var(--bet-gelb)), linear-gradient(to bottom, transparent, transparent);
  }

  .service-section-copy.service-section-gas-widescreen {
    background-image: linear-gradient(#fff, #fff), url('../images/Biogasanlage-bild-1024x664.webp'), url('../images/Waermetauscher.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat-y, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }

  ._8mimg {
    background-image: url('../images/Firefly-Eine-sehr-große-Biogasanlage-Kühe-stehen-auf-einer-Weide-und-man-sieht-auch-Maisfelder.jpg');
    background-position: 50%;
    background-size: cover;
    max-width: 100%;
    height: 100vh;
    max-height: 180px;
  }

  ._8m3p {
    padding-top: 10px;
    line-height: 25px;
  }

  ._8m3head {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 400;
  }

  ._8m3head._8m31440 {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 300;
  }

  ._8m3head._8m31440._8m31280 {
    padding-top: 53px;
  }

  ._8mimg-copy {
    background-image: url('../images/energi.jpg');
    background-position: 50%;
    background-size: cover;
    max-width: 100%;
    height: 100vh;
    max-height: 180px;
  }

  ._8mimg-copy-copy {
    background-image: url('../images/Foerderung.jpg');
    background-position: 50%;
    background-size: cover;
    max-width: 100%;
    height: 100vh;
    max-height: 180px;
  }

  ._8mtext {
    color: var(--dim-grey-body-color);
    font-size: 18px;
  }

  ._8mtext.urkunde {
    color: var(--dim-grey-body-color);
    font-size: 20px;
    line-height: 23px;
  }

  .bold-text-3 {
    font-size: 50px;
  }

  .text-span {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }

  .container-8 {
    max-width: 100px;
  }

  .image-18 {
    align-self: center;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    background-color: #fff0;
  }

  .container.service-container {
    max-width: 1700px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .container.container-gas-section {
    background-color: #fff0;
    margin-top: -122px;
    padding-top: 0;
    padding-left: 0;
  }

  .breadcrumb-link-block {
    line-height: 36px;
  }

  .button-primary {
    background-color: var(--bet-blau-main);
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .button-primary:hover {
    background-color: var(--bc-bg);
    color: #fff;
    -webkit-text-stroke-color: var(--dark-slate-blue);
  }

  .button-primary.another-button, .button-primary.another-button.service-section-button:hover {
    background-color: var(--dark-slate-blue);
  }

  .page-wrapper {
    z-index: 2;
  }

  .button-text {
    color: var(--black);
    -webkit-text-stroke-color: transparent;
  }

  .button-text:hover {
    -webkit-text-stroke-color: var(--black);
    background-color: #0000;
  }

  .button-text.button-text-1920 {
    color: var(--button-text-on-blue);
  }

  .header-design-shape {
    z-index: -1;
    object-fit: fill;
    background-color: #13127b;
    border-bottom-width: 667px;
    border-bottom-color: #f2ff00;
    border-left-width: 667px;
  }

  .navbar {
    background-color: #eaff001f;
    padding-bottom: 21px;
  }

  .nav-menu-two {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .slider-section.slider-section3 {
    background-image: url('../images/slider-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-section.slider-section2 {
    background-image: url('../images/slider-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 91px;
    padding-bottom: 108px;
  }

  .slider-wrapper {
    flex-direction: row;
  }

  .slider-wrapper.slider-wrapper-gasspeicher {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro-line-shape {
    background-color: #002595;
  }

  .slider-title.slider-title-service.slider-title-service-divide {
    padding-bottom: 20px;
  }

  .slider-title.slider-title-video {
    color: var(--white);
    font-weight: 100;
  }

  .slider-button-block.slider-button-block-divide {
    padding-top: 40px;
  }

  .client-logo-section {
    background-color: var(--bet-gelb-1);
  }

  .service-section {
    background-image: linear-gradient(47deg, #ffffffbf, #fffc 95%, #fff0);
  }

  .service-section.service-section2.service-section3 {
    background-image: linear-gradient(65deg, #fff, #ffffff29), url('../images/Schwefel_Biogasanlage_Dach.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
    padding-bottom: 60px;
  }

  .service-section.service-section2.service-section3.service-section4.service-section5 {
    background-color: #fff;
    background-image: linear-gradient(145deg, #fff, #ffffff6b 76%), url('../images/Foliendach-Biogasanlage-Demontage.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }

  .service-section.service-section2.service-section3.service-section4.service-section5.service-section6.service-section-divider {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .service-section.service-section-divide {
    padding-bottom: 60px;
  }

  .service-section.service-section-gas-widescreen {
    background-image: linear-gradient(47deg, #ffffffbf, #fffc 95%, #fff0);
    padding-top: 120px;
  }

  .section-title-8m3 {
    width: 1000px;
    height: 140px;
    margin-bottom: -63px;
  }

  .service-list {
    justify-content: space-between;
  }

  .about-section.about-section2 {
    margin-bottom: 12px;
    padding-bottom: 109px;
  }

  .project-tab-menu {
    max-width: 340px;
    margin-right: 80px;
  }

  .blog-left-block {
    height: 100%;
  }

  .single-content-wrapper {
    background-color: var(--bet-gelb-1);
  }

  .single-content-wrapper.bg-theme-color {
    max-width: 583px;
    padding-right: 50px;
  }

  .content-link {
    min-width: 280px;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
  }

  .footer-inner {
    background-position: 75%;
  }

  .footer-content-block {
    justify-content: space-between;
  }

  .project-detail-top-block {
    object-fit: contain;
    flex-wrap: nowrap;
  }

  .project-detail-image {
    float: none;
    clear: none;
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    max-width: 900px;
  }

  .single-contact {
    text-align: left;
  }

  .map-inner {
    height: 500px;
    min-height: 500px;
    max-height: 550px;
  }

  .slider-4 {
    height: 500px;
  }

  .slide-2 {
    object-fit: fill;
    background-image: url('../images/Biogasanlage_back.jpg'), url('../images/Gasanlage_float_2.jpg');
    background-position: 50%, 50%;
    background-size: cover, cover;
  }

  .list-2, .list-3, .list-4, .list-5 {
    padding-left: 40px;
    padding-right: 0;
  }

  .section {
    background-size: auto, cover;
  }

  .silo-slide-1 {
    background-image: url('../images/Sickersaftgrube_mit_Folie.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-5 {
    height: 40vh;
  }

  .heading-4.heading-4-horizontal {
    max-width: 0;
    font-size: 50px;
  }

  .slide-4 {
    background-position: 50%;
    background-size: cover;
  }

  .image-7 {
    display: block;
  }

  .cell {
    flex-flow: wrap;
    justify-content: center;
  }

  .cell-2, .cell-3 {
    align-items: center;
  }

  .slide-6 {
    background-image: url('../images/Silo_001.jpg');
    background-position: 50% 55%;
    background-size: cover;
    background-attachment: fixed;
  }

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

  .page-wrapper-copy {
    z-index: 2;
  }

  .slider-details-text-copy {
    text-align: center;
    text-overflow: clip;
    background-image: linear-gradient(#fff0, #fff0);
    font-size: 24px;
    font-weight: 400;
  }

  .flex-block-3 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .flex-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-9 {
    width: 231px;
    height: 150px;
    margin-left: 0;
  }

  .paragraph-19 {
    min-width: 24px;
  }

  .slider_sub {
    text-align: center;
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
  }

  .button-primary-copy {
    background-color: var(--bet-blau-main);
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .button-primary-copy:hover {
    background-color: var(--bet-gelb-1);
    color: #fff;
    -webkit-text-stroke-color: var(--dark-slate-blue);
  }

  .button-primary-copy.another-button, .button-primary-copy.another-button.service-section-button:hover {
    background-color: var(--dark-slate-blue);
  }

  .button-primary-copy.another-button-copy {
    background-color: var(--dark-slate-blue);
    border-radius: 20px;
  }

  .button-primary-copy.another-button-copy.service-section-button:hover {
    background-color: var(--dark-slate-blue);
  }

  .slider-button-block-copy {
    justify-content: center;
    align-items: center;
  }

  .slider-button-block-copy.slider-button-block-divide {
    padding-top: 40px;
  }

  .slider-section-copy {
    padding-bottom: 76px;
  }

  .column {
    display: flex;
  }

  .counter-section-copy {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    background-color: var(--bet-blau-main);
    flex-flow: wrap;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .service-section-copy {
    box-shadow: none;
    background-image: linear-gradient(#f1f1f1, #f1f1f1);
    padding-bottom: 45px;
  }

  .service-section-copy.service-section2.service-section3 {
    background-image: linear-gradient(65deg, #fff, #ffffff29), url('../images/Schwefel_Biogasanlage_Dach.jpg'), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
    padding-bottom: 60px;
  }

  .service-section-copy.service-section2.service-section3.service-section4.service-section5 {
    background-color: #fff;
    background-image: linear-gradient(145deg, #fff, #ffffff6b 76%), url('../images/Foliendach-Biogasanlage-Demontage.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }

  .service-section-copy.service-section2.service-section3.service-section4.service-section5.service-section6.service-section-divider {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .service-section-copy.service-section-divide {
    padding-bottom: 60px;
  }

  .service-section-copy.service-section-gas-widescreen {
    background-image: linear-gradient(47deg, #ffffffbf, #fffc 95%, #fff0);
    padding-top: 120px;
  }

  .columns {
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    background-color: var(--bet-yellow);
    word-break: normal;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    display: flex;
  }

  .column-3 {
    -webkit-text-fill-color: inherit;
    background-color: #860404;
    background-clip: border-box;
  }

  .rich-text-block-10 {
    background-color: var(--bet-blue);
  }

  .quick-stack {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    width: 100%;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-10 {
    object-fit: contain;
  }

  .image-11 {
    box-sizing: border-box;
    object-fit: contain;
  }

  .image-12 {
    aspect-ratio: auto;
  }

  .image-12._8m3imgbox {
    box-sizing: content-box;
    float: none;
    clear: none;
    object-fit: fill;
    max-width: 100px;
    overflow: clip;
  }

  ._8mimg {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 100%;
    background-image: url('../images/Firefly-Eine-sehr-große-Biogasanlage-Kühe-stehen-auf-einer-Weide-und-man-sieht-auch-Maisfelder.jpg');
    background-position: 0 0;
    background-size: cover;
    max-width: 100%;
    height: 100vh;
    max-height: 180px;
    overflow: clip;
  }

  .image-13 {
    object-fit: contain;
    object-position: 50% 0%;
    padding-top: 0;
  }

  .image-14 {
    object-fit: contain;
  }

  .image-15 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    background-image: url('../images/Firefly-Eine-sehr-große-Biogasanlage-Kühe-stehen-auf-einer-Weide-und-man-sieht-auch-Maisfelder.jpg');
    background-position: 0 0;
    background-size: auto;
    max-width: none;
    padding-top: 0;
    overflow: clip;
  }

  .column-4, .column-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._8m3p {
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  ._8m3head {
    text-align: center;
    padding-bottom: 58px;
    font-weight: 400;
  }

  ._8m3prx-para {
    padding-bottom: 40px;
  }

  ._8mimg-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 180px;
    overflow: clip;
  }

  ._8m3head-copy {
    text-align: center;
    padding-bottom: 58px;
    font-weight: 400;
  }

  ._8mig-2 {
    box-sizing: border-box;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 50% 50%;
    background-clip: border-box;
    height: 100vh;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._8mimg-3 {
    margin-left: auto;
    margin-right: auto;
  }

  ._8mimg-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 100%;
    background-image: url('../images/energi.jpg'), linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0, 0 0;
    background-size: cover, auto, auto;
    max-width: 100%;
    height: 100vh;
    max-height: 180px;
    overflow: clip;
  }

  ._8mimg-copy-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 100%;
    background-image: url('../images/Foerderung.jpg'), url('../images/Firefly-Eine-sehr-große-Biogasanlage-Kühe-stehen-auf-einer-Weide-und-man-sieht-auch-Maisfelder.jpg');
    background-position: 50%, 0 0;
    background-size: cover, cover;
    max-width: 100%;
    height: 100vh;
    max-height: 180px;
    overflow: clip;
  }

  ._8mimg-copy-copy.praxis {
    background-image: linear-gradient(#000, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Firefly-Eine-sehr-große-Biogasanlage-Kühe-stehen-auf-einer-Weide-und-man-sieht-auch-Maisfelder.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, cover;
  }

  ._8mtext {
    color: var(--dim-grey-body-color);
    font-size: 20px;
  }

  ._8mtext.urkunde {
    color: var(--dim-grey-body-color);
    padding-top: 20px;
  }

  .bold-text-3 {
    color: var(--bet-yellow);
    font-size: 50px;
  }

  .text-span, .bold-text-4 {
    font-family: Open Sans, sans-serif;
  }

  .text-span-2 {
    color: var(--bet-yellow);
    font-family: Roboto, sans-serif;
  }

  .slider_submobile {
    text-align: center;
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
  }

  .image-17 {
    background-image: url('../images/UDZ-Siegel_Steffen-Bloek--BET-Anlagenbau-GmbH.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .div {
    display: flex;
  }

  .container-8 {
    max-width: 100px;
  }

  .image-18 {
    order: 0;
    align-self: center;
  }

  .image-19 {
    margin-right: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  li {
    background-position: 0 0;
  }

  .container.service-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .breadcrumb-title {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 62px;
  }

  .type-col {
    width: 46%;
  }

  .text-link {
    margin-right: 50px;
  }

  .light-section {
    float: none;
    clear: left;
    width: 100%;
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .breadcrumb-wrapper {
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .color-row {
    flex-wrap: wrap;
  }

  .text-highlight {
    padding: 20px;
  }

  .button-primary {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary.sideber-button {
    color: var(--white);
    border-color: #fff9;
  }

  .button-primary.sideber-button:hover {
    border-color: var(--bet-yellow);
  }

  .side-panel {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 140px 10px 25px;
    display: flex;
    position: relative;
  }

  .color-block-parent {
    width: 30%;
  }

  .header-content-wrapper {
    font-size: 14px;
  }

  .header-content-wrapper.d-u-md-none {
    display: none;
  }

  .header-content-wrapper.d-u-md-block {
    display: block;
  }

  .header-content-wrapper.d-u-md-block.nav-sidebar {
    color: var(--white);
    border-top: 1px solid #fff9;
    border-bottom: 1px solid #fff9;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    display: block;
  }

  .header-content-side {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-content-side.nav-sidebar {
    justify-content: flex-start;
  }

  .header-design-shape {
    border-bottom-width: 265px;
    border-left-width: 265px;
    display: none;
  }

  .navigation-section {
    z-index: 1;
    min-height: 68px;
  }

  .nav-dropdown-icon {
    position: absolute;
    right: 0;
  }

  .button-primary-2 {
    padding: 10px 25px;
    font-size: 12px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    box-shadow: none;
    background-color: #087512;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 5px;
  }

  .nav-dropdown-toggle {
    color: var(--white);
    border-bottom-style: none;
    width: 100%;
    padding-right: 18px;
    line-height: 25px;
  }

  .nav-link {
    color: var(--white);
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 5px;
    line-height: 25px;
  }

  .nav-link:hover {
    border-bottom-color: var(--bet-yellow);
  }

  .nav-dropdown-link {
    color: var(--white);
  }

  .nav-dropdown-link.w--current {
    color: var(--bet-yellow);
  }

  .navbar-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button {
    background-color: var(--dark-slate-blue);
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--bet-yellow);
    color: #fff;
  }

  .nav-menu-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--dark-slate-blue);
    border-bottom: 1px solid #fff9;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    display: flex;
  }

  .nav-menu-two.bb-0px {
    background-color: var(--dark-slate-blue);
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .logo-image {
    margin-top: 10px;
    padding-left: 20px;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-menu-wrapper {
    background-color: var(--dark-slate-blue);
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 30px;
    position: absolute;
    overflow: visible;
  }

  .navbar-left.d-lg-block {
    display: none;
  }

  .navbar-left.d-lg-none {
    background-color: var(--dark-slate-blue);
    justify-content: flex-start;
    display: flex;
  }

  .slider-section.slider-section2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-wrapper {
    flex-direction: column;
    min-height: 600px;
    padding-bottom: 80px;
  }

  .slider-wrapper.slider-wrapper-gasspeicher {
    flex-direction: column;
  }

  .slider-wrapper.slider-wrapper-ersatz {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }

  .slider-wrapper.slider-wrapper-rohrleitung {
    flex-direction: column;
    justify-content: center;
  }

  .slider-wrapper.slider-wrapper-sanierung, .slider-wrapper.slider-wrapper-r-hrwerke {
    flex-direction: column;
  }

  .slider-content {
    max-width: 650px;
    margin-top: 0;
  }

  .slider-title.slider-title-service {
    line-height: 40px;
  }

  .slider-title.slider-title-service.slider-title-service-divide {
    text-align: center;
    padding-bottom: 18px;
    padding-left: 87px;
    position: static;
  }

  .slider-button-block.slider-button-block-divide {
    justify-content: center;
    padding-bottom: 40px;
  }

  .slider-content-left {
    padding-bottom: 0;
  }

  .slider-main-image-8000 {
    float: none;
    clear: none;
    object-fit: contain;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 36px;
    display: inline-block;
    position: static;
  }

  .slider-main-image-8000.silder-main-image-vertical {
    background-image: none;
    padding-bottom: 61px;
  }

  .slider-main-image-8000.slider-main-image-anlagen {
    max-width: 300px;
  }

  .client-logo-section {
    padding-top: 80px;
  }

  .client-logo-section.about-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-section {
    margin-right: 0;
    padding: 80px 0;
  }

  .section-title-8m3 {
    font-size: 32px;
    line-height: 42px;
  }

  .service-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-title {
    font-size: 17px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-left-side {
    margin-left: auto;
    margin-right: auto;
  }

  .about-right-side {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-title-block {
    margin-bottom: 40px;
  }

  .project-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .project-title {
    font-size: 20px;
  }

  .counter-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .counter-number {
    font-size: 48px;
    line-height: 62px;
  }

  .counter-sub-text {
    font-size: 18px;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .testimonial-slider-content-text {
    font-size: 18px;
    line-height: 38px;
  }

  .testimonial-slider-item-inner {
    max-width: 600px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 40px;
  }

  .blog-left-block {
    max-width: 100%;
  }

  .blog-left-block.hover-image-block {
    height: 100%;
    max-height: 400px;
    display: block;
  }

  .blog-left-block.blog-static-image {
    max-height: 400px;
    position: relative;
  }

  .blog-right-block {
    max-width: 100%;
  }

  .blog-left-image {
    width: 100%;
    max-height: 400px;
  }

  .blog-thumbnail-image.blog-page {
    height: 300px;
  }

  .blog-line-shape, .blog-color-line {
    display: none;
  }

  .contact-info-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single-content-wrapper {
    background-color: var(--bet-blau-main);
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-icon-block {
    min-width: 60px;
    min-height: 60px;
  }

  .icon-inner {
    width: 52px;
    height: 52px;
  }

  .content-icon-image {
    max-width: 45%;
  }

  .content-link {
    font-size: 23px;
    line-height: 32px;
  }

  .content-link.content-link-tablet {
    min-width: 0;
  }

  .footer-social-block.sidebar-social-block {
    margin-left: 30px;
    display: flex;
  }

  .footer-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-content-block {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-details-text {
    padding-left: 20px;
  }

  .title-underline {
    display: none;
  }

  .bottom-border {
    display: block;
  }

  .breadcurmb-section.breadcurmb-section-service {
    background-image: url('../images/Rohre_Anlage_gelb.jpg'), url('../images/U_breadcrumb-bg.jpg');
    background-position: 50% 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: contain, cover;
    background-attachment: fixed, scroll;
  }

  .breadcrumb-wrapper-2 {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .team-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-wrapper {
    margin-top: 40px;
  }

  .team-list {
    grid-column-gap: 20px;
  }

  .team-title {
    font-size: 20px;
  }

  .single-team-wrapper {
    padding: 20px;
  }

  .pagination-wrapper {
    margin-top: 40px;
  }

  .service-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .service-details-title {
    margin-top: 30px;
  }

  .service-details-content-image-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .stats-charts-block, .service-video-block {
    margin-bottom: 30px;
  }

  .live-video-block-inner {
    width: 80px;
    height: 80px;
  }

  .video-play-icon {
    max-width: 30%;
  }

  .service-overview-title {
    font-size: 36px;
    line-height: 48px;
  }

  .faq-wrapper {
    margin-top: 30px;
  }

  .chart-title {
    font-size: 36px;
    line-height: 48px;
  }

  .project-details-section {
    padding-top: 80px;
    padding-bottom: 53px;
  }

  .project-detail-top-block {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .project-detail-image-block, .project-detail-content {
    max-width: 100%;
  }

  .section-title-block-2 {
    margin-bottom: 40px;
  }

  .blog-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-detail-rich-text h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .team-menber-details-block {
    grid-row-gap: 5px;
  }

  .team-details-name {
    font-size: 24px;
    line-height: 36px;
  }

  .team-details-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .team-value {
    font-size: 16px;
  }

  .team-rich-text h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .team-rich-text h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 36px;
  }

  .team-popertise {
    font-size: 16px;
  }

  .team-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .contact-icon-image {
    margin-bottom: 20px;
  }

  .single-contact {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .contact-wrapper {
    grid-column-gap: 20px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .contect-form-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-form-wrapper {
    margin-top: 30px;
  }

  .map-wrapper {
    max-height: 400px;
  }

  .license-wrapper {
    margin-top: 40px;
  }

  .changelog-wrapper {
    margin-top: 30px;
  }

  .released-date {
    font-size: 18px;
    font-weight: 500;
  }

  .utility-page-content.error-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-content-left {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .rich-text-block {
    line-height: 23px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-mini.paragraph-mobile {
    background-color: #287dcd00;
  }

  .slide-2 {
    background-position: 0 0;
    background-size: cover;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .flex-block-2 {
    position: static;
    top: -314px;
    left: 371px;
  }

  .service-heading.service-heading-divide {
    padding-top: 40px;
  }

  .heading-3-divide {
    text-align: center;
  }

  .list {
    padding-left: 0;
    padding-right: 0;
  }

  .list-2, .list-3, .list-4, .list-5, .list-6 {
    padding-left: 0;
  }

  .container-6 {
    max-width: 650px;
  }

  .section.section-g-lle {
    background-image: linear-gradient(#fff, #fff);
  }

  .grid-3 {
    width: 650px;
  }

  .list-item-5 {
    font-size: 15px;
    line-height: 23px;
  }

  .background-video {
    background-image: linear-gradient(#f1ed0096, #f1ed0096);
  }

  .mask-2 {
    min-height: 400px;
  }

  .silo-slide-1 {
    background-image: url('../images/Sickersaftgrube_mit_Folie.jpg');
    background-position: 50% 30%;
  }

  .stellenangebote-p, .subtitel-jobs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell {
    align-items: flex-start;
  }

  .heading-6, .heading-7, .heading-8 {
    padding-top: 20px;
  }

  .slide-8 {
    background-image: url('../images/A-Bock_Sanierung_4a.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .list-item-6 {
    line-height: 23px;
  }

  .list-item-13 {
    padding-top: 0;
    line-height: 23px;
  }

  .list-item-28, .list-item-29 {
    line-height: 23px;
  }

  .list-7, .list-8, .list-9, .list-10, .list-11, .list-12 {
    padding-top: 20px;
  }

  .fs-cc-banner_text-2, .fs-cc-banner_text-3 {
    margin-right: 0;
  }

  .datenschutz-text.datenschutz-text-mobile {
    max-width: 880px;
  }

  .button-primary-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary-copy.sideber-button {
    color: var(--white);
    border-color: #fff9;
  }

  .button-primary-copy.sideber-button:hover {
    border-color: var(--bet-yellow);
  }

  .slider-button-block-copy.slider-button-block-divide {
    justify-content: center;
    padding-bottom: 40px;
  }

  .counter-section-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-section-copy {
    margin-right: 0;
    padding: 80px 0;
  }

  ._8m3head {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 600;
  }

  ._8m3head._8m31440._8m31280 {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 300;
  }

  ._8mtext {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._8mtext.urkunde {
    padding-left: 0;
  }

  .heading-9 {
    font-size: 21px;
  }

  .container-8 {
    padding-left: 30px;
  }

  .image-18 {
    max-width: 200%;
    margin-top: auto;
    padding-top: 0;
  }

  .image-19 {
    z-index: 3;
    align-self: center;
    max-width: 150%;
    padding-top: 0;
    position: relative;
    top: -40px;
    bottom: 50px;
    left: 2px;
  }

  .flex-block-6 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .link-block {
    min-width: 19%;
    max-width: 10%;
    min-height: 100%;
    max-height: 60px;
    margin-top: -84px;
    margin-left: -166px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  li {
    background-position: 0 40%;
  }

  blockquote {
    background-position: 8% 20%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .breadcrumb-title {
    font-size: 36px;
    line-height: 48px;
  }

  .type-col {
    width: 100%;
  }

  .breadcrumb-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-highlight {
    padding: 9px;
  }

  .button-primary.another-button.service-section-button.service-section-button_divide, .button-primary.sideber-button {
    color: var(--white);
  }

  .side-panel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .color-block-parent {
    width: 45%;
  }

  .another-container {
    padding: 20px 5px;
  }

  .fontawesome-icon.faq-icon {
    font-size: 16px;
  }

  .header-content-wrapper.d-u-md-none {
    display: none;
  }

  .header-content-wrapper.d-u-md-block {
    justify-content: center;
    display: flex;
  }

  .header-content-wrapper.d-u-md-block.nav-sidebar {
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .header-content-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-content-side.nav-sidebar {
    align-items: flex-start;
    padding-top: 10px;
  }

  .header-design-shape {
    border-bottom-width: 200px;
    border-left-width: 200px;
    display: none;
  }

  .navigation-section {
    min-height: 58px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    position: absolute;
  }

  .nav-dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .menu-button {
    margin-top: 5px;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-two.bb-0px {
    border-bottom-style: none;
  }

  .logo-image {
    max-width: 80%;
    margin-top: 5px;
    padding-left: 20px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-wrapper {
    max-width: 300px;
    padding-top: 20px;
  }

  .slider-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 140px;
  }

  .slider-wrapper.slider-wrapper-sanierung {
    flex-direction: column;
  }

  .slider-content {
    max-width: 650px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-content.slider-content-jgsanlagen {
    background-image: linear-gradient(#fff, #fff);
  }

  .slider-title.slider-title-service {
    padding-top: 20px;
  }

  .slider-details-text {
    background-color: #fdfdfde0;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px;
  }

  .intro-text {
    margin-top: 0;
    font-size: 18px;
  }

  .slider-content-left {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-bg-shape {
    max-width: 401px;
    max-height: 501px;
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .slider-main-image-8000 {
    color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .slider-main-image-8000.silder-main-image-vertical {
    padding-bottom: 0;
  }

  .slider-main-image-8000.slider-main-image-anlagen {
    max-width: 240px;
  }

  .curved-image {
    max-width: 100%;
    display: none;
    top: auto;
    bottom: 12%;
    right: 0;
  }

  .service-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-8m3 {
    font-size: 28px;
    line-height: 36px;
  }

  .service-list, .service-list.service-page {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .service-title {
    font-size: 18px;
  }

  .about-section.about-section2 {
    background-color: var(--button-text-on-blue);
  }

  .project-tab-menu {
    flex-wrap: wrap;
  }

  .project-list {
    grid-template-columns: 1fr 1fr;
  }

  .counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .counter-number {
    font-size: 36px;
    line-height: 48px;
  }

  .counter-sub-text {
    font-size: 16px;
    line-height: 28px;
  }

  .design-shape {
    display: none;
  }

  .testi-right-arrow {
    align-items: flex-end;
  }

  .testimonial-slider-item-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testi-left-arrow {
    align-items: flex-end;
  }

  .blog-left-block.hover-image-block {
    height: 100%;
    max-height: 300px;
  }

  .blog-left-block.blog-static-image, .blog-left-image {
    max-height: 300px;
  }

  .blog-post-list.blog-page {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .single-blog-wrapper.blog-page {
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
  }

  .blog-thumbnail-image.blog-page {
    height: auto;
  }

  .contact-info-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-content-block {
    flex-wrap: wrap;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-title {
    font-size: 19px;
  }

  .single-team-wrapper {
    grid-row-gap: 20px;
  }

  .service-details-content-image-block {
    grid-column-gap: 20px;
  }

  .service-overview-title {
    font-size: 28px;
    line-height: 36px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .faq-title {
    font-size: 18px;
  }

  .chart-title {
    font-size: 28px;
    line-height: 36px;
  }

  .project-details-image-block {
    grid-column-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .project-details-rich-text-block h2 {
    margin-bottom: 20px;
  }

  .blog-detail-rich-text h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .tag-share-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .single-tag-item {
    margin-left: 10px;
  }

  .team-rich-text h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .team-rich-text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .email-link {
    font-size: 16px;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .contect-form-section.pt-0px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-wrapper {
    margin-top: 20px;
  }

  .license-wrapper {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .license-inner {
    width: 100%;
  }

  .licenses-title {
    font-size: 24px;
  }

  .changelog-wrapper {
    margin-top: 20px;
  }

  .error-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .header-content-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--white);
    flex-direction: column;
    display: flex;
  }

  .header-content-right {
    grid-column-gap: 10px;
    display: flex;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 15px;
  }

  .heading, .heading-2.heading-mini-2 {
    padding-left: 20px;
  }

  .paragraph-mini.paragraph-mobile {
    background-color: #287dcd00;
    padding-left: 20px;
    padding-right: 0;
  }

  .slide-2 {
    background-image: url('../images/Biogasanlage_back.jpg'), url('../images/Gasanlage_float_2.jpg');
    background-position: 50%, 0%;
    background-size: auto, cover;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .image-2, .paragraph-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-5 {
    padding-left: 30px;
  }

  .flex-block-2 {
    top: -513px;
    left: 266px;
  }

  .service-heading {
    padding-bottom: 10px;
    font-size: 32px;
  }

  .list-6 {
    padding-left: 0;
  }

  .grid-3 {
    width: 510px;
  }

  .rich-text-block-9 {
    line-height: 23px;
  }

  .background-video {
    background-image: linear-gradient(#f5e00080, #f5e00080);
  }

  .silo-slide-1 {
    background-image: url('../images/Sickersaftgrube_mit_Folie.jpg'), url('../images/Silage_Silo_2.jpg');
    background-position: 50%, 50%;
    background-size: cover, cover;
  }

  .image-6 {
    display: block;
  }

  .cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center flex-start;
    padding-top: 0;
    display: flex;
  }

  .cell-3 {
    align-items: flex-start;
  }

  .heading-6, .heading-7, .heading-8 {
    padding-top: 20px;
  }

  .slide-8 {
    background-image: url('../images/A-Bock_Sanierung_4a.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title, .fs-cc-prefs_title-2 {
    font-size: 1.25rem;
  }

  .image-8 {
    max-width: 100%;
  }

  .impressum-divblock {
    max-width: 520px;
    padding-left: 25px;
  }

  .datenschutz-text.datenschutz-text-mobile {
    max-width: 520px;
  }

  .contact-grid, .contact-form-grid-2 {
    grid-template-columns: 1fr;
  }

  .slider-details-text-copy {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .image-9 {
    margin-left: 47px;
  }

  .button-primary-copy.another-button.service-section-button.service-section-button_divide, .button-primary-copy.sideber-button, .button-primary-copy.another-button-copy.service-section-button.service-section-button_divide {
    color: var(--white);
  }

  .service-section-copy {
    background-color: #f8f8f8;
    background-image: url('../images/slider-bg.svg');
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4, .column-5 {
    padding-top: 40px;
  }

  ._8m3head {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 400;
  }

  ._8mtext.urkunde {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 20px;
    line-height: 23px;
  }

  .bold-text-3 {
    font-size: 23px;
  }

  .column-6 {
    padding-top: 40px;
  }

  .flex-block-5 {
    flex-flow: column;
  }

  .image-19 {
    max-width: 190%;
    top: 46px;
    left: 56px;
  }

  .link-block {
    min-width: 25%;
    margin-left: -20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  li {
    background-position: 0 20%;
  }

  blockquote {
    background-position: 5% 22%;
    padding-left: 70px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .container {
    margin-top: 0;
  }

  .container.service-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumb-title {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .type-col {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .praimary-color {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-section {
    margin-top: 0;
  }

  .breadcrumb-link-block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .breadcrumb-wrapper {
    text-align: center;
  }

  .color-row {
    flex-direction: row;
  }

  .text-highlight {
    width: 50%;
    padding: 20px 10px;
  }

  .button-primary {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .guide-block {
    width: 50%;
  }

  .side-panel {
    flex-flow: column wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .color-block-parent {
    width: 90%;
    margin-right: 3%;
  }

  .another-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fontawesome-icon.arrow-icon {
    font-size: 16px;
  }

  .fontawesome-icon.testi-icon {
    min-width: 60px;
    max-width: 60px;
  }

  .header-content-side {
    grid-row-gap: 15px;
  }

  .button-primary-2 {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .menu-button {
    background-color: var(--dark-slate-blue);
    margin-top: 7px;
    padding: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .logo-image {
    max-width: 70%;
    margin-top: 7px;
    padding-left: 20px;
  }

  .navbar-left.d-lg-block {
    display: none;
  }

  .slider-wrapper {
    padding: 0 20px 120px;
  }

  .slider-wrapper.slider-wrapper-r-hrwerke {
    flex-direction: column;
  }

  .slider-wrapper.slider-wrapper-silo {
    padding-left: 0;
  }

  .slider-content {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-content.slider-content-jgsanlagen {
    max-width: 250px;
    display: block;
  }

  .slider-title {
    font-size: 36px;
    line-height: 48px;
  }

  .slider-title.slider-title-service {
    font-size: 20px;
    line-height: 20px;
  }

  .slider-title.slider-title-service.slider-title-service-divide {
    padding-left: 23px;
    font-size: 20px;
  }

  .slider-title.slider-title-video {
    padding-top: 18px;
    padding-left: 20px;
    font-size: 20px;
  }

  .slider-details-text {
    background-color: #ffffffba;
    padding: 17px 20px 20px;
    line-height: 23px;
  }

  .slider-button-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-bg-shape {
    padding-left: 0;
  }

  .slider-main-image-8000 {
    max-width: 226px;
  }

  .slider-main-image-8000.silder-main-image-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-main-image-8000.slider-main-image-anlagen {
    object-fit: fill;
    width: 200px;
    max-width: 200px;
  }

  .client-logo-section {
    padding-top: 60px;
  }

  .client-logo-section.about-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-section {
    padding: 60px 0;
  }

  .service-section.service-section2.service-section3 {
    background-image: linear-gradient(to top, #ffffff6e, #fff 80% 100%, #fff), url('../images/Entschwefelung_Holzdach_2.jpg'), url('../images/demontage_Dach.jpg');
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }

  .service-section.service-section2.service-section3.service-section4.service-section5 {
    background-image: linear-gradient(98deg, #fff 36%, #ffffff6b), url('../images/Foliendach-Biogasanlage-Demontage.jpg'), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
    background-position: 0 0, 50%, 50%, 50%;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, cover, cover, cover;
    background-attachment: scroll, fixed, fixed, fixed;
  }

  .section-title-block {
    margin-bottom: 30px;
  }

  .section-title-8m3 {
    padding-top: 15px;
    font-size: 24px;
    line-height: 32px;
  }

  .section-title-8m3.another-title {
    margin-bottom: 5px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-list.service-page {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-item {
    max-width: 100%;
  }

  .service-title {
    font-size: 20px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-section.about-section2 {
    margin-top: 0;
  }

  .about-image.up-down-loop-animaion {
    max-width: 120%;
    margin-left: -30px;
    display: inline-block;
  }

  .section-content-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .single-about-content {
    align-items: flex-start;
  }

  .icon-side {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-top: 7px;
  }

  .project-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-tab-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .project-tab-content {
    flex-direction: row;
    display: flex;
  }

  .project-list {
    float: none;
    clear: left;
    grid-template-columns: 1fr;
    position: static;
  }

  .project-content-block {
    flex-flow: column;
  }

  .counter-wrapper {
    grid-row-gap: 30px;
  }

  .single-counter {
    width: 100%;
  }

  .testimonial-section {
    padding: 60px 20px;
  }

  .testimonial-slider-author-job-title {
    font-size: 12px;
  }

  .testi-right-arrow {
    margin-bottom: 20px;
    left: 80px;
  }

  .testimonial-slider-content-text {
    font-size: 16px;
    line-height: 32px;
  }

  .testimonial-slider-author-name {
    font-size: 16px;
    line-height: 28px;
  }

  .testimonial-slider-item-inner {
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testi-left-arrow {
    margin-bottom: 20px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-left-block.hover-image-block, .blog-left-block.blog-static-image, .blog-left-image {
    max-height: 200px;
  }

  .blog-post-list {
    grid-row-gap: 30px;
  }

  .blog-post-list.sidebar-block {
    grid-row-gap: 35px;
  }

  .single-blog-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px 20px;
  }

  .single-blog-wrapper.blog-page {
    flex-direction: column;
  }

  .blog-thumbnail {
    width: 100%;
    display: block;
  }

  .blog-thumbnail.sidebar-block {
    width: 100%;
  }

  .blog-thumbnail-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .blog-thumbnail-image.sidebar-block {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .blog-title.sidebar-block {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-thumb-link-block {
    width: 100%;
    display: block;
  }

  .contact-info-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .content-link {
    font-size: 20px;
    line-height: 25px;
  }

  .content-link.content-link-tablet.content-link-handy {
    font-size: 30px;
  }

  .content-link.content-link-mobile {
    min-width: 0;
    font-size: 23px;
  }

  .contact-title-block {
    justify-content: center;
  }

  .footer-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .address-block {
    padding-left: 15px;
  }

  .single-link-block {
    padding-left: 20px;
  }

  .footer-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }

  .footer-bottom-text {
    padding-bottom: 5px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-block {
    width: 100%;
    margin-top: 20px;
  }

  .footer-details-text {
    padding-left: 15px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-copyright {
    padding-bottom: 0;
    line-height: 30px;
  }

  .footer-square-shape {
    background-color: var(--bet-blau-main);
  }

  .bottom-border {
    top: 40px;
  }

  .team-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-details-wrapper {
    grid-row-gap: 30px;
  }

  .service-details-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .service-details-content-image-block {
    grid-column-gap: 15px;
  }

  .chart-single-value {
    max-width: 100%;
  }

  .service-video-block {
    margin-bottom: 20px;
  }

  .live-video-block-inner {
    width: 50px;
    height: 50px;
  }

  .service-overview-title {
    margin-bottom: 20px;
  }

  .accordion-item, .accordion-item-trigger, .accordion-item-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-title {
    font-size: 16px;
  }

  .chart-title {
    margin-bottom: 20px;
  }

  .project-details-section {
    padding-top: 60px;
    padding-bottom: 33px;
  }

  .project-detail-top-block {
    grid-row-gap: 60px;
  }

  .project-deatil-title {
    margin-bottom: 20px;
  }

  .project-details-image-block {
    grid-column-gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-title-block-2 {
    margin-bottom: 30px;
  }

  .relative-product-title-block {
    margin-bottom: 20px;
  }

  .relative-product-title-block.flex-div {
    flex-direction: column;
  }

  .blog-page-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-detail-rich-text h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .tag-share-wrapper {
    flex-direction: column;
  }

  .tag-side {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .single-tag-item-list {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .single-tag-item {
    margin-left: 5px;
  }

  .team-details-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .team-rich-text h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .team-rich-text h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .contact-content-inner, .single-contact {
    text-align: center;
  }

  .contact-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contect-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contect-form-section.pt-0px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-wrapper {
    margin-top: 0;
  }

  .map-wrapper {
    max-height: 300px;
  }

  .license-single-item {
    padding: 20px;
  }

  .licenses-title {
    font-size: 20px;
  }

  .released-date {
    margin-left: 10px;
    font-size: 16px;
  }

  .bold-text {
    font-size: 16px;
  }

  .utility-page-content {
    max-width: 290px;
  }

  .utility-page-content.error-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .error-image {
    max-width: 90%;
  }

  .header-content-left {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-content-right {
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: center;
  }

  .container-2 {
    max-width: none;
  }

  .heading {
    padding-left: 20px;
    font-size: 35px;
    line-height: 1em;
  }

  .heading-2.heading-mini-2 {
    color: var(--bet-gelb);
    -webkit-text-stroke-color: var(--black);
    padding-left: 20px;
    line-height: 1em;
  }

  .paragraph-mini.paragraph-mobile {
    color: var(--white);
    text-indent: 0;
    column-count: auto;
    white-space: normal;
    word-break: normal;
    background-color: #287dcd00;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1em;
  }

  .button-mini-2 {
    margin-left: 20px;
    padding-left: 15px;
  }

  .slider-4 {
    min-height: 800px;
  }

  .slide-2 {
    background-image: url('../images/Biogasanlage_back.jpg'), url('../images/Gasanlage_float_2.jpg');
    background-position: 100% 100%, 50%;
    background-size: cover, cover;
    max-height: 800px;
    padding-top: 93px;
  }

  .container-5 {
    max-width: none;
  }

  .image-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-heading {
    text-align: center;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .service-heading.service-heading-divide {
    text-align: center;
    padding-bottom: 25px;
    font-size: 30px;
  }

  .rich-text-block-4 {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block-5, .list-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item-3 {
    padding-left: 26px;
  }

  .paragraph-14 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
  }

  .rich-text-block-6, .rich-text-block-7, .rich-text-block-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-3 {
    padding-left: 15px;
  }

  .list-item-4 {
    line-height: 20px;
  }

  .container-6 {
    max-width: 270px;
  }

  .section {
    background-image: linear-gradient(#fff, #fff), url('../images/JGS-SILO.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .grid-3 {
    float: none;
    clear: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-content: space-between;
    width: 270px;
    max-width: 100%;
  }

  .mask-2 {
    min-height: 150px;
  }

  .stellenangebote-p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-section-slider {
    max-width: none;
    padding-bottom: 0;
  }

  .slide-4 {
    background-image: url('../images/Foliendach_Demontage.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .heading-6, .heading-7, .heading-8 {
    padding-top: 20px;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .bold-text-2, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30 {
    line-height: 23px;
  }

  .fs-cc-prefs_component-2, .fs-cc-prefs_content-2 {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .datenschutz-text.datenschutz-text-mobile {
    max-width: 280px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .container-7 {
    margin-right: 0;
  }

  .contact-block {
    justify-content: flex-start;
    padding: 14px;
  }

  .contact-wrapper-2 {
    margin-top: 40px;
  }

  .paragraph-large.text-weight-medium {
    text-align: left;
  }

  .slider-details-text-copy {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 23px;
  }

  .button-primary-copy {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .button-primary-copy.another-button-copy {
    margin-top: 30px;
    padding-top: 14px;
  }

  .slider-button-block-copy {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-section-copy {
    background-color: #f8f8f8;
    background-image: url('../images/slider-bg.svg');
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
    padding: 60px 0;
  }

  .service-section-copy.service-section2.service-section3 {
    background-image: linear-gradient(to top, #ffffff6e, #fff 80% 100%, #fff), url('../images/Entschwefelung_Holzdach_2.jpg'), url('../images/demontage_Dach.jpg');
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }

  .service-section-copy.service-section2.service-section3.service-section4.service-section5 {
    background-image: linear-gradient(98deg, #fff 36%, #ffffff6b), url('../images/Foliendach-Biogasanlage-Demontage.jpg'), url('../images/gears-6191108.jpg'), url('../images/Holzdach-Biogasanlagen-Fermenter.jpg');
    background-position: 0 0, 50%, 50%, 50%;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, cover, cover, cover;
    background-attachment: scroll, fixed, fixed, fixed;
  }

  ._8mimg {
    padding-bottom: 0;
  }

  ._8mtext {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._8mtext.urkunde {
    padding-top: 20px;
  }

  .bold-text-3 {
    font-size: 23px;
  }

  .text-span {
    font-size: 25px;
  }

  .slider_submobile {
    background-color: #ffffff9e;
    padding: 15px 20px 16px;
  }

  .column-6 {
    padding-top: 40px;
  }

  .quick-stack-2 {
    box-sizing: border-box;
    float: none;
    text-align: left;
  }

  .image-16 {
    padding-left: 0;
  }

  .flex-block-5 {
    flex-flow: column;
  }

  .text-span-5 {
    color: var(--bet-yellow);
    font-family: Lato, sans-serif;
  }

  .image-18 {
    max-width: 150%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 3px;
  }

  .image-19 {
    top: 140px;
    left: -135px;
  }

  .left-arrow-2 {
    background-color: #fdfdfd00;
  }

  .image-20 {
    max-width: 50%;
    padding-left: 0;
  }

  .lightbox-link-2 {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 37px;
  }

  .right-arrow-2 {
    padding-bottom: 0;
  }

  .link-block {
    min-width: 40%;
    max-width: 50%;
    min-height: 20%;
    max-height: 120px;
    margin-top: 0;
    margin-left: 20px;
    padding-right: 53px;
  }
}

#w-node-_2d776f95-3295-2977-3f15-c6f3270c392d-0a95188f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_358c14a0-ef4f-81ec-db29-127e16566060-0a951921 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_358c14a0-ef4f-81ec-db29-127e16566064-0a951921 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_358c14a0-ef4f-81ec-db29-127e16566060-0a95193d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_358c14a0-ef4f-81ec-db29-127e16566064-0a95193d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5e4405a-4e34-fc1d-c2a9-5836dfaa8c6d-0a95193f, #w-node-_2fdd515f-e8c4-f271-7606-c9a9b7ad6177-0a95196e, #w-node-_2fdd515f-e8c4-f271-7606-c9a9b7ad617f-0a95196e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fdd515f-e8c4-f271-7606-c9a9b7ad6193-0a95196e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_358c14a0-ef4f-81ec-db29-127e1656605c-0a951921, #w-node-_358c14a0-ef4f-81ec-db29-127e1656605e-0a951921 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_358c14a0-ef4f-81ec-db29-127e16566060-0a951921 {
    grid-column: span 2 / span 2;
  }

  #w-node-_358c14a0-ef4f-81ec-db29-127e16566062-0a951921, #w-node-_358c14a0-ef4f-81ec-db29-127e1656605c-0a95193d, #w-node-_358c14a0-ef4f-81ec-db29-127e1656605e-0a95193d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_358c14a0-ef4f-81ec-db29-127e16566060-0a95193d {
    grid-column: span 2 / span 2;
  }

  #w-node-_358c14a0-ef4f-81ec-db29-127e16566062-0a95193d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fdd515f-e8c4-f271-7606-c9a9b7ad6193-0a95196e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d776f95-3295-2977-3f15-c6f3270c392d-0a95188f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_358c14a0-ef4f-81ec-db29-127e1656605c-0a951921, #w-node-_358c14a0-ef4f-81ec-db29-127e1656605e-0a951921, #w-node-_358c14a0-ef4f-81ec-db29-127e16566060-0a951921, #w-node-_358c14a0-ef4f-81ec-db29-127e16566062-0a951921 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7dc19a2f-1a0f-3e16-8c46-b71f52fb4d13-0a95193d {
    place-self: start;
  }

  #w-node-_358c14a0-ef4f-81ec-db29-127e1656605c-0a95193d, #w-node-_358c14a0-ef4f-81ec-db29-127e1656605e-0a95193d, #w-node-_358c14a0-ef4f-81ec-db29-127e16566060-0a95193d, #w-node-_358c14a0-ef4f-81ec-db29-127e16566062-0a95193d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}