h1 {
  border-bottom: 3px solid #eb830a; 
  padding-bottom: 13px;
  margin: 18px 0 30px 0;
  font-size: 18px;
  font-weight: normal;
}

h2 {
  border-bottom: 3px solid #e7e7e7;
  padding-bottom: 13px;
  margin: 50px 0 30px 0;
  font-size: 18px;
  font-weight: normal;
}

h3 {
  border-bottom: 1px solid #2c862e;  
  padding-bottom: 13px;
  margin: 50px 0 30px 0;
  font-size: 18px;
  font-weight: normal;
}

h3.center {
  text-align: center;
}

h1.twocolors, h2.twocolors, h3.twocolors {
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #005874;
}

h1.twocolors span, h2.twocolors span, h3.twocolors span {
  color: #2c862e;
}

@media (max-width: 1000px) {
  h1.twocolors, h2.twocolors, h3.twocolors {
    font-size: 24px;
  }
}

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #959595;
  box-sizing: content-box;
  height: 0;
}

a {
  color: #2c862e;
  text-decoration: none;
}

a[href^="tel:"] {
  color: #000;
}

.boxen > div {
  background: #eee;
  padding: 30px;
  border-radius: 10px;
}
.boxen h3 {
  margin-top: 0;
}
.boxen ul {
  margin-bottom: 0;
  padding-left: 13px;
}
ul li::marker {
  color: #2c862e;
} 

/* Bild und Text */
.bildtext.ssb1 {
  position: relative;
  margin-bottom: 50px;
}
.bildtext.ssb1 .text1 {
  margin-top: 50px;
}
.bildtext.ssb1 .text2 {
  width: 600px;
  position: absolute;
  top: 210px;
  right: 220px;
  border-bottom: 10px solid #2c862e;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
@media screen and (max-width: 1500px) {
  .bildtext.ssb1 {
    margin-bottom: 100px;
  }
  .bildtext.ssb1 .text2 {
    top: 220px;
    right: 150px;
  }
}
@media screen and (max-width: 1299px) {
  .bildtext.ssb1 {
    margin-bottom: 0px;
  }
  .bildtext.ssb1 .text2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .bildtext.ssb1 .text1 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .bildtext.ssb1 .text1 {
    margin-bottom: 9px;
  }
  .bildtext.ssb1 .text2 {
    box-shadow: none;
    padding: 0;
    border: 0;
  }
}
.ssb1 .d-flex {
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .ssb1 .d-flex {
    display: block !important;
  }
  .ssb1 .d-flex .img-after {
    margin-bottom: 35px;
  }
}
.ssb1 .d-flex > div {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .ssb1 .d-flex > div {
    width: 100% !important;
  }
}
.ssb1 .d-flex img {
  width: 100%;
}
.ssb1 .d-flex .kasten {
  width: 48%;
  margin-top: 12px;
}

.statementboxen {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 660px) {
  .statementboxen {
    display: block;
  }
}
.statementboxen > div {
  width: 48%;
}
@media screen and (max-width: 660px) {
  .statementboxen > div {
    width: 100% !important;
  }
}
.statementboxen .textbox {
  text-align: center;
  font-size: 200%;
  margin-top: 0;
  background: #2c862e;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
@media screen and (max-width: 992px) {
  .statementboxen .textbox {
    font-size: 150%;
    padding: 25px;
  }
}
.statementboxen .textbox div {
  text-align: center;
  color: #fff;
}
.statementboxen img {
  width: 100%;
}

.ul-style ul li::marker, .accordion ul li::marker {
  color: #2c862e;
}

.ul-style ul, .accordion ul {
  padding-left: 13px;
}

.tablet, .smartphone {
    display: none;
}

@media screen and (max-width: 1299px) {
    .desktop {
        display: none;
    }
    .tablet {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .tablet {
        display: none;
    }
    .smartphone {
        display: block;
    }
}

@media screen and (max-width: 767px) {
  .bild-links-text-rechts .d-flex {   
    display: block !important
  }
  .bild-links-text-rechts .img-after {
    margin-right: 0px !important;
  }
}