/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  --font-bold: "Helvetica LT Std, Bold", Sans-serif;
  --font-roman: "Helvetica LT Std, Roman", Sans-serif;
  --green: #19693b;
}

#brennstoff .go-to-homepage-btn-desktop {
  height: 50vh;
}

#brennstoff .heading-menu-banner {
  transform: rotate(270deg);
}

#brennstoff .heading-menu-banner .elementor-heading-title {
  font-size: 30px;
  line-height: 35px;
  transform: translatex(-170px);
  width: max-content;
}

#brennstoff .large-header {
  height: 100vh;
}

#brennstoff .landingpage-header {
  min-height: 100vh;
  background-color: #def5d9;
}

#brennstoff .large-header,
#brennstoff .small-header,
#brennstoff .small-sub-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1350px) {
  #brennstoff .move-heading.move {
    padding-left: 341px;
  }
}

@media screen and (max-width: 1350px) and (min-width: 768px) {
  #brennstoff .large-header.elementor-element,
  #brennstoff .small-header.elementor-element,
  #brennstoff .small-sub-header.elementor-element {
    padding-left: 95px;
  }
}

#brennstoff .large-h2 .elementor-heading-title {
  font-size: 70px;
  line-height: 80px;
  margin-top: 130px;
  margin-bottom: 60px;
}

#brennstoff .large-subheading p {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 160px;
}

#brennstoff .h1-small .elementor-heading-title {
  padding-top: 200px;
  padding-bottom: 130px;
  font-size: 70px;
  line-height: 80px;
}

#brennstoff .h1-large .elementor-heading-title {
  font-size: 80px;
  line-height: 80px;
  margin-top: 200px;
}

#brennstoff .font-bold strong {
  font-family: var(--font-bold);
}

#brennstoff .section-heading .elementor-heading-title {
  font-size: 40px;
  line-height: 50px;
}

#brennstoff .section-subheading p {
  font-size: 30px;
  line-height: 42px;
}

#brennstoff .section-text p {
  font-size: 26px;
  line-height: 36px;
}

#brennstoff .seitenabstand {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  #brennstoff .large-h2 .elementor-heading-title {
    font-size: 60px;
    line-height: 70px;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  #brennstoff .large-subheading p {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 50px;
  }

  #brennstoff .section-heading .elementor-heading-title {
    font-size: 35px;
    line-height: 45px;
  }

  #brennstoff .section-subheading p {
    font-size: 25px;
    line-height: 35px;
  }

  #brennstoff .section-text p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  #brennstoff .h1-small .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  #brennstoff .h1-large .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 110px;
  }

  #brennstoff .large-h2 .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  #brennstoff .large-subheading p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  #brennstoff .section-heading .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  #brennstoff .section-subheading p {
    font-size: 22px;
    line-height: 32px;
  }
}

#brennstoff .menu-link a,
#brennstoff .menu-link .elementor-heading-title {
  font-size: 20px;
  line-height: 22px;
  color: var(--green);
  text-align: center;
  text-decoration: none;
}

#brennstoff .mobil-menu-link a,
#brennstoff .mobil-menu-link .elementor-heading-title {
  font-size: 12px;
  line-height: 14px;
  color: var(--green);
  text-decoration: none;
}

#brennstoff .menu-link-small a,
#brennstoff .menu-link-small .elementor-heading-title {
  text-align: center;
  color: var(--green);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

#brennstoff .menu-container {
  position: absolute;
  position: fixed;
  z-index: 9;
  width: auto;
  transform: translateX(-341px);
}

#brennstoff .menu-container.open {
  transform: unset;
}

#brennstoff .mobile-menu-container {
  position: fixed;
  z-index: 9;
  background-color: white;
}

#brennstoff .mobile-menu-container .dropdown-menu {
  display: none;
}

#brennstoff .mobile-menu-container .dropdown-menu.open {
  display: block;
}

#brennstoff .header-sidebar {
  box-shadow: 0px 0px 30px #00000029;
}

#brennstoff .mobile-header-banner {
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 20px;
}

#brennstoff .mobile-header-banner .elementor-icon-wrapper {
  display: flex;
}

#brennstoff .close-btn,
#brennstoff .open-menu-btn {
  cursor: pointer;
}

#brennstoff .mobile-menu-close-btn {
  display: none;
}

#brennstoff .mobile-menu-open-btn,
#brennstoff .mobile-menu-close-btn {
  width: fit-content;
}

#brennstoff .mobile-menu-close-btn.show {
  display: block;
}

#brennstoff .mobile-menu-open-btn.hide {
  display: none;
}

#brennstoff .big-banner-container {
  padding: 210px 20px;
}

#brennstoff .big-banner-heading .elementor-heading-title {
  font-size: 90px;
  line-height: 100px;
}

@media screen and (max-width: 1024px) {
  #brennstoff .big-banner-heading .elementor-heading-title {
    font-size: 80px;
    line-height: 95px;
  }
}

@media screen and (max-width: 768px) {
  #brennstoff .big-banner-heading .elementor-heading-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media screen and (max-width: 500px) {
  #brennstoff .big-banner-heading .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }
}

#brennstoff .header-icon-box {
  position: relative;
}

#brennstoff .header-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-83%, -50%);
}

#brennstoff .header-icon.unsere-leistungen-icon {
  transform: translate(-83%, -62%);
}

#brennstoff .header-icon svg {
  width: 227px;
  height: 209px;
  object-fit: contain;
  transform: translate(35px, 26px);
}

#brennstoff .geschaeftsfuehrung-zitat-container .zitat-container {
  position: absolute;
  top: 0;
  left: 0;
  transform: translatey(100px);
  padding-left: 20px;
  padding-right: 20px;
}

#brennstoff .geschaeftsfuehrung-zitat-container .zitat-container p {
  font-size: 32px;
  line-height: 40px;
  color: white;
  text-align: center;
  max-width: 1082px;
}

@media screen and (max-width: 1500px) {
  #brennstoff .header-icon {
    transform: translate(125%, -50%);
  }
}

@media screen and (max-width: 1400px) {
  #brennstoff .geschaeftsfuehrung-zitat-container .zitat-container {
    transform: translatey(50px);
  }

  #brennstoff .geschaeftsfuehrung-zitat-container .zitat-container p {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 1024px) {
  #brennstoff .geschaeftsfuehrung-zitat-container .zitat-container {
    transform: translatey(50px);
  }

  #brennstoff .geschaeftsfuehrung-zitat-container .zitat-container p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 700px) {
  #brennstoff .header-icon {
    display: none;
  }

  #brennstoff .geschaeftsfuehrung-zitat-container .zitat-container p {
    font-size: 15px;
    line-height: 25px;
  }

  #brennstoff .geschaeftsfuehrung-zitat-container img {
    height: 500px;
    object-fit: cover;
    object-position: left;
  }
}

/* start: img-text-container */

#brennstoff .img-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#brennstoff .text-box,
#brennstoff .landing-page-text-box {
  display: grid;
  place-content: center;
}

#brennstoff .text-box-heading {
  margin-bottom: 60px;
}

#brennstoff .landing-page-text-box-heading {
  margin-bottom: 30px;
}

#brennstoff .text-box-heading,
#brennstoff .text-box-content {
  max-width: 526px;
}

#brennstoff .landing-page-text-box-heading,
#brennstoff .landing-page-text-box-content {
  max-width: 387px;
}

#brennstoff .text-box .landing-page-text-box-heading {
  margin-bottom: 34px;
}

#brennstoff .text-box.large,
#brennstoff .img-box {
  padding: 290px 20px;
}

#brennstoff .text-box {
  padding: 220px 20px;
}

#brennstoff .landing-page-text-box {
  padding: 170px 20px;
}

#brennstoff .text-box .text-box-heading .elementor-heading-title {
  font-size: 40px;
  line-height: 50px;
}

#brennstoff .text-box.large .text-box-heading .elementor-heading-title {
  font-size: 70px;
  line-height: 80px;
}

#brennstoff .text-box .text-box-content p {
  font-size: 18px;
  line-height: 27px;
}

#brennstoff .text-box.large .text-box-content p {
  font-size: 30px;
  line-height: 42px;
}

#brennstoff .text-box .text-box-icon {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 9;
}

#brennstoff .text-box.large .text-box-icon {
  position: absolute;
  top: -69px;
  right: 0;
}

#brennstoff .text-box .text-box-icon svg {
  height: 220px;
  width: 220px;
}

#brennstoff .text-box.large .text-box-icon svg {
  height: 234px;
  width: 220px;
}

#brennstoff .vertikale-linie-text {
  margin-top: 50px;
  padding: 7px 20px;
  border-left: 4px solid white;
}

#brennstoff .landing-page-text-box {
  box-shadow: 0px -10px 20px #0000000a;
}

#brennstoff .landing-page-text-box-heading .elementor-heading-title {
  font-size: 32px;
  line-height: 38px;
}

#brennstoff .landing-page-text-box-content p {
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  #brennstoff .text-box.large .text-box-heading .elementor-heading-title {
    font-size: 50px;
    line-height: 60px;
  }

  #brennstoff .text-box.large .text-box-content p {
    font-size: 25px;
    line-height: 30px;
  }

  #brennstoff .text-box,
  #brennstoff .text-box.large,
  #brennstoff .landing-page-text-box {
    padding: 150px 20px;
  }
}

@media screen and (max-width: 768px) {
  #brennstoff .text-box.large .text-box-heading .elementor-heading-title {
    font-size: 40px;
    line-height: 50px;
  }

  #brennstoff .text-box.large .text-box-content p {
    font-size: 20px;
    line-height: 25px;
  }

  #brennstoff .landing-page-text-box-heading .elementor-heading-title {
    font-size: 40px;
    line-height: 50px;
  }

  #brennstoff .landing-page-text-box-heading .elementor-heading-title {
    font-size: 25px;
    line-height: 35px;
  }

  #brennstoff .landing-page-text-box-content p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* end: img-text-container */

/* start: presse-news-impressum-datenschutz */

#brennstoff .info-h1 .elementor-heading-title {
  font-size: 70px;
  line-height: 80px;
  margin-top: 170px;
  margin-bottom: 15px;
}

#brennstoff .info-large-subheading p {
  font-size: 30px;
  line-height: 42px;
}

#brennstoff .info-h2 .elementor-heading-title {
  font-size: 40px;
  line-height: 50px;
  margin-top: 69px;
}

#brennstoff .info-text p {
  font-size: 26px;
  line-height: 36px;
}

@media screen and (max-width: 1024px) {
  #brennstoff .info-h1 .elementor-heading-title {
    font-size: 60px;
    line-height: 70px;
  }

  #brennstoff .info-large-subheading p {
    font-size: 25px;
    line-height: 35px;
  }

  #brennstoff .info-h2 .elementor-heading-title {
    font-size: 35px;
    line-height: 45px;
    margin-top: 50px;
  }

  #brennstoff .info-text p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  #brennstoff .info-h1 .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 100px;
  }

  #brennstoff .info-large-subheading p {
    font-size: 20px;
    line-height: 30px;
  }

  #brennstoff .info-h2 .elementor-heading-title {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
  }

  #brennstoff .info-text p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 400px) {
  #brennstoff .word-wrap-link-mobile a {
    word-break: break-all;
  }
}

/* end: presse-news-impressum-datenschutz */

/* start: faq */

#brennstoff .faq-container {
  max-width: 1088px;
}

#brennstoff .faq-container .e-n-accordion-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

#brennstoff .faq-container .e-child {
  padding-top: 0;
  padding-bottom: 0;
}

#brennstoff .faq-container .e-n-accordion-item-title {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 2px solid #a9d685;
  display: flex;
  justify-content: space-between;
}

#brennstoff
  .faq-container
  .e-n-accordion-item-title
  .e-n-accordion-item-title-text {
  font-size: 24px;
  line-height: 32px;
}

#brennstoff .faq-container p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

#brennstoff .faq-container .e-n-accordion-item-title-icon .e-opened {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  #brennstoff
    .faq-container
    .e-n-accordion-item-title
    .e-n-accordion-item-title-text {
    font-size: 20px;
    line-height: 28px;
  }

  #brennstoff .faq-container p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* end: faq */

@media screen and (min-width: 768px) {
  #brennstoff .space-for-sidebar {
    padding-left: 75px;
  }
}

#brennstoff .footer-container a {
  color: white;
  text-decoration: none;
}

#brennstoff .overlay-index::before {
  z-index: 9;
}
