@font-face {
  font-family: 'ZapfinoExtraLT-One';
  src: url("../fonts/ZapfinoExtraLT-One.eot");
  src: url("../fonts/ZapfinoExtraLT-One.otf") format("opentype"), url("../fonts/ZapfinoExtraLT-One.woff") format("woff"), url("../fonts/ZapfinoExtraLT-One.woff2") format("woff2"), url("../fonts/ZapfinoExtraLT-One.ttf") format("truetype");
}

/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-condensed-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v15-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-condensed-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-condensed-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v15-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

body {
     font-family: 'Open Sans Condensed', sans-serif;
  background-color: #e9edf1;
}
p, li {
  hyphens: auto;
     font-family: 'Open Sans Condensed', sans-serif;
}
div.body-innerwrapper section#sp-section-1 div.row {
	margin:auto;
	max-width: 1140px;
}

#sp-logo-und-menu, #sp-section-1  {
  height: 60px;
  background: #2d3a4b;
  /*background: #2d3a4b;*/
}
.sp-megamenu-parent {
  margin-right: 15px;
}
.burger-icon > span {
 background-color: #252525;
}

@media (max-width: 650px) {
.burger-icon > span {
 background-color: #ffffff;
}
.start .burger-icon > span {
 background-color: #252525;
}
  }
#sp-header {
  box-shadow: none;
  }
@media (max-width: 991px) {
  #sp-header {
    height: 80px;
  }
  #sp-header .logo {
    height: 80px;
  }
}

#sp-logo {
  /*  padding-top: 8px;
background-color:#ffffff;*/
}
.logo {
  /*background: rgba(255,255,255,1.00);*/
  font-size: 2.0rem;
  color: #212529;
  /*padding-left: 15px;
  border-left: solid #95c11f 40px;*/
}
.logo a {
  color: #212529;
}

#sp-header .logo a {
  color: rgb(255, 255, 255);
  color: #95c11f;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}

/*#sp-section-1 {
  background-image: url("../../../images/template/hg.png");
  background-repeat: repeat-y;
  background-size: auto;
  background-position: center;
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}*/
.sp-module-title {
  text-transform: uppercase;
  font-size: 3.0rem;
  margin: 1rem 0 1.25rem 225px;
  color: rgb(255, 255, 255);
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .sp-module-title {
    margin-left: 125px;
  }
}
/******** STRATSEITE  *******/
.start .logo {
  display: none;
}

.start .article-header {
    color: #ffffff;
}

.gruen {
  color: #95c11f;
}
.gelb {
  color: #ffc024;
}

a:hover.gruen, a:focus.gruen, a:active.gruen {
  color: #7aa01a;
}
a:hover.gelb, a:focus.gelb, a:active.gelb {
  color: #d19f1f;
}

.zitat, .zitat p{
  max-width: 70%;
  font-family: "ZapfinoExtraLT-One", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size:5rem;
  line-height: 5rem;
  margin: 0 auto;
  text-align: center;
  margin: 5rem auto;
}
.zitat.green {
    color: #2a7f62;
    text-shadow: 0.3px 0 0 #a84748;
}
.autor {
  font-size: 1rem;
  text-align: right;
  font-family: 'Open Sans Condensed', sans-serif;
  float: right;
}
#sp-main-body {
  background-image: url("../../../images/template/hg.png");
  background-repeat: repeat-y;
  background-size: auto;
  background-position: center;
  font-size: 20px;
  padding: 3rem 0!important;
}

/*MAINMENU*/
#sp-menu > .sp-column {
  height: 100%;
  float: right;
}
.sp-megamenu-parent > li> a {
	font-size: 1.4em
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  background-color: #95c11f;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 500;
    color: #fff !important;
}
.sp-megamenu-parent > li:hover > a {
  text-shadow: 1px 1px 2px #2d3a4b;
	/*  color: rgba(255,255,255,0.7);*/
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
  }
.start #sp-component {
  background-color: transparent;
}
.blog_start {
  margin: 50px 50px 200px 80px;
  max-width: 400px;
  padding-right: 25px;
}
@media (max-width:1200px) {
  .blog_start {
    margin: 20px 50px 200px 60px;
    max-width: 350px;
    padding-right: 20px;
  }
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: none!important;
}
/*STANDARD und GRÜN*/
.article-list .article .article-header h1, .article-list .article .article-header h2, h1 {
  font-size: calc(1.65rem + 1.5vw);
  margin: 0 0 1.25rem 0.75rem;
 /*color: rgb(255, 255, 255);*/
  padding-left: 15px;
  /*border-left: solid #95c11f 60px;*/
}
@media (max-width: 550px) {
  .article-list .article .article-header h1, .article-list .article .article-header h2, h1 {
    font-size: 2.0rem!important;
  }
}
h2 {
  text-transform: uppercase;
  padding-bottom: 5px;
  /*margin-bottom: 30px;*/
  font-weight: 400;
  text-shadow: 0 1px 0 white;
  /*border-bottom: 3px solid #95c11f;*/
}


h2.gruen-titel {
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: 400;
  border: none;
  font-size: 3.0rem;
  margin: 0 0 1.25rem 0.75rem;
  margin-left: 200px;
  color: rgb(255, 255, 255);
  padding-left: 15px;
}
h2.gelb-titel {
  text-transform: uppercase;
  border-left: solid #ffc024 60px;
  padding-bottom: 5px;
  font-weight: 400;
  border-bottom: none;
  font-size: 3.0rem;
  margin: 0 0 1.25rem 0.75rem;
  margin-left: 200px;
  color: rgb(255, 255, 255);
  padding-left: 15px;
}
.start .article-header {
  margin-left: 200px;
  text-transform: uppercase;
}

img {
  max-width: 100%;
  /*   box-shadow: 0px 0px 25px rgba(45, 58, 75, 0.7);
    height: auto;*/
}

.start .text {
  padding: 30px 30px 50px 20px;
  /*background-color: #ffffff;*/
  margin: 2rem 5rem;
}
.img {
  margin-bottom: 5%;
}
@media (max-width: 1199px) {
  div.blog.start div.article-list div.row div.col-md-12 div.article div.article-body div.article-header {
    margin-left: 100px;
  }
  h2.gruen-titel, h2.gelb-titel {
    margin-left: 110px;
  }

  .text {
    padding: 10px 10px 30px 10px;
  }
  .img {
    margin-bottom: 8%;
  }
}
@media (max-width: 991px) {
  #sp-main-body {
    background-image: url("../../../images/template/hg.png");
    background-repeat: repeat-y;
    background-size: 450px;
  }
  
  .article-list .article .article-header h2 {
    font-size: 2.5rem;
    margin: 0 0 0 0.75rem;
    color: rgb(255, 255, 255);
    padding-left: 15px;
  }
  div.blog.start div.article-list div.row div.col-md-12 div.article div.article-body div.article-header {
    margin-left: 65px;
  }
 .start .article-header h2, .article-list .article .article-header h2 {
    font-size: 2.2rem!important;
    margin: 0 0 1.25rem 1.00rem;
  }
  h2.gruen-titel, h2.gelb-titel, h2.tuerkis-titel, .start .article-header  {
    margin-left: 75px;
    font-size: 2.2rem;
  }

  .start .text {
    padding: 0px 115px 0px 20px;
    margin-bottom: 0px;
  }
  .img {
    padding-right: 50px;
  }
  img {
    /* display: flex;*/
    float: right;
  }
}
@media (max-width: 767px) {
  #sp-main-body {
    background-size: 350px;
  }
  .zitat {
    max-width: 90%;
    font-size: 3rem;
    line-height: 3rem;
  }
  .article-list .article {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
 
  div.blog.start div.article-list div.row div.col-md-12 div.article div.article-body div.article-header {
    margin-left: 45px;
  }
  .article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 2.0rem;
    margin: 0 0 1.25rem 1.00rem;
  }
  .start .text {
    padding: 10px 50px 0px 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .img {
    padding-right: 0;
  }
  .article-introtext h2 {
    font-size: 2.0rem;
  }
  img {
    float: right;
  }
  
.start #offcanvas-toggler > .fa {
    color: #2d3a4b!important;
}
#offcanvas-toggler > .fa {
    color: #ffffff !important;
}
}
@media screen and (max-width: 550px) {
  #sp-main-body {
    background-size: 300px;
  }
  .zitat {
    max-width: 270px;
  }
  .col-md-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
  div.blog.start div.article-list div.row div.col-md-12 div.article div.article-body div.article-header {
    margin-left: 0;
  }
  .article-introtext h2 {
    font-size: 1.8rem;
  }
  .start .text {
    padding: 10px 10px 0 20px;
    margin: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  h2.gruen-titel, h2.gelb-titel, h2.tuerkis-titel {
    margin-left: 65px;
    font-size: 1.8rem;
  }
}
/******* STANDARDSEITEN******/
#sp-main-body {
  background-image: url("../../../images/template/hg.png");
  background-repeat: repeat-y;
  background-size: auto;
  background-position: center;
  font-size: 20px;
}

div.body-wrapper div.body-innerwrapper header#sp-header div.container div.container-inner div.row div#sp-menu.col-4.col-lg-9 div.sp-column nav.sp-megamenu-wrapper ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block li.sp-menu-item.current-item.active a {
  background-color: #bd0001;
}
#sp-right {
    background-color: rgba(233, 237, 241, 1);
}
#sp-component {
  background-color: rgba(233, 237, 241, 1);
}
div.article-details {
  margin-left: 0px;
  margin-top: 0px;
  padding: 50px 20px;
}
div.article-details div.article-header h1 {

  font-size: 3.0rem;
  padding-left: 15px;
}
div.article-details div div.grid50 div.text {
  margin-top: 0px;
}
div.article-details div div.grid50 div.text h2 {

  margin-bottom: 25px;
}
.text {
  margin: 0;
  padding: 0;
}
.contact {
  max-width: 700px;
  padding: 30px;
  border: solid 1px #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}
#sp-footer a, #sp-bottom a {
  color: #ffffff;
}
div#sp-footer2 ul.menu li.item-117.current.active, html body.site.helix-ultimate.com-content.view-article.layout-default.task-none.itemid-116.de-de.ltr.sticky-header.layout-fluid.offcanvas-init.offcanvs-position-right div.body-wrapper div.body-innerwrapper footer#sp-footer div.container div.container-inner div.row div#sp-footer2.col-lg-6 div.sp-column div.sp-module div.sp-module-content ul.menu li.item-116.current.active {
  background-color: #bd0001;
  box-shadow: 0 0 0 15px #bd0001;
}
@media (max-width: 480px) {
  .angebote .img.green {
    box-shadow: 20px 20px 0px #95c11f;
  }
  div.article-details div.article-header h1 {
    font-size: 2.0rem;
    padding-left: 15px;
  }
}
@media (max-width: 400px) {
  .logo {
    font-size: 1.7rem;
    padding-left: 12px;

  }
}

.btn {
    border-radius: 0;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #b40001;
    text-shadow: 1px 1px 2px #ffffff;
}

#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
    margin-top: 30px;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 50px;
    border: 1px solid #ffffff;
    padding: 30px;
    border-radius: 3px;
}

#cookiehintsubmit.btn, #cookiehintsubmit {
    background: #95c11f !important;
        background-image: none;
    color: #fff !important;
}

.article-list .article .featured-article-badge { 
  display: none; 
  visibility: hidden;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #cccccc;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #252525;
}

h1 {
  display: flex;
  align-items: center;
}
.top {
  margin: 8rem 1rem 2rem 0;
}

h1::before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: #95c11f;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 550px) {
h1::before {
  content: "";
  width: 60px;
  height: 60px;
}
  }
.img-border {
  border: 15px solid #2E925E;
 border: 15px solid #ffc024;
  border-radius: 50%;
  margin: -4rem -2rem;
}
.article-back {
  background-color: #ffffff;
  box-shadow: #95c11f 5rem 5rem 0;
  margin: 2rem 1rem;
}
  .article2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
/* .article3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }*/
.article3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
   grid-template-columns: repeat(3, 1fr);
}
  section {
    padding: 2rem;
  }

  /* 📱 Responsive: ab 768px stapeln */
  @media (max-width: 768px) {
    .article2, .article3 {
      grid-template-columns: 1fr;
    }
  }

.article3 section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 300px;
}
.article3 img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.big {
  font-size: 3rem;
  display: flex;
  align-items: center; /* vertikal zentriert */
  color: #2a7f62; 
  font-weight: bold;
}

.pfeil::before {
  content: "➜"; /* kräftiger Pfeil */
  font-size: 5rem; 
  font-weight: bold;
  line-height: 1;
  color: #2a7f62; 
  padding-right: 1rem;
}
.step1 {
  padding-left: 4rem;
}
.step2 {
  padding-left: 3rem;
}
.step3 {
  padding-left: 2rem;
}
.step4 {
  padding-left: 1rem;
}