.ansprechpartner-wrapper.style1 .image {
  text-align: center;
}
.ansprechpartner-wrapper.style1 .image img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
.ansprechpartner-wrapper.style1 .content {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ansprechpartner-wrapper.style1 .content .text {
  color: #2D334A;
  font-size: 16px;
  font-weight: 400;
}
.ansprechpartner-wrapper.style1 .content .telefon {
  color: #78BB4B;
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 5px;
}
.ansprechpartner-wrapper.style1 .content .email {
  color: #78BB4B;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

#footer .ansprechpartner-wrapper .content {
  background: #fff;
}

.ansprechpartner-wrapper.style2 {
  background-color: #E7F3DF;
  display: flex;
  padding: 0 50px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .ansprechpartner-wrapper.style2 {
    flex-direction: column;
    background: none;
    padding: 0;
  }
}
.ansprechpartner-wrapper.style2 .left-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .ansprechpartner-wrapper.style2 .left-wrapper {
    padding: 30px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .ansprechpartner-wrapper.style2 .left-wrapper {
    order: 2;
    width: 100%;
    background: #E7F3DF;
    padding: 30px;
    border-radius: 30px;
  }
}
.ansprechpartner-wrapper.style2 .left-wrapper .title {
  font-size: 45px;
  font-weight: 700;
  color: #283063;
  margin-bottom: 40px;
  line-height: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .ansprechpartner-wrapper.style2 .left-wrapper .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .ansprechpartner-wrapper.style2 .left-wrapper .title {
    font-size: 25px;
  }
}
.ansprechpartner-wrapper.style2 .left-wrapper .name {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #283063;
}
.ansprechpartner-wrapper.style2 .left-wrapper .telefon, .ansprechpartner-wrapper.style2 .left-wrapper .email {
  font-size: 36px;
  font-weight: 300;
  color: #283063;
  margin-bottom: 25px;
  line-height: 2rem;
}
@media screen and (max-width: 1024px) {
  .ansprechpartner-wrapper.style2 .left-wrapper .telefon, .ansprechpartner-wrapper.style2 .left-wrapper .email {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .ansprechpartner-wrapper.style2 .left-wrapper .telefon, .ansprechpartner-wrapper.style2 .left-wrapper .email {
    font-size: 18px;
  }
}
.ansprechpartner-wrapper.style2 .left-wrapper .telefon img, .ansprechpartner-wrapper.style2 .left-wrapper .email img {
  margin-right: 25px;
}
.ansprechpartner-wrapper.style2 .left-wrapper .email {
  margin-bottom: 40px;
}
.ansprechpartner-wrapper.style2 .right-wrapper {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .ansprechpartner-wrapper.style2 .right-wrapper {
    order: 1;
    width: 100%;
    justify-content: center;
  }
}
.ansprechpartner-wrapper.style2 .right-wrapper .image {
  text-align: right;
}
.ansprechpartner-wrapper.style2 .right-wrapper .image img {
  margin-top: -70px;
}

@media screen and (max-width: 1024px) {
  .site-content * {
    hyphens: auto;
  }
}

/*# sourceMappingURL=ansprechpartner.css.map */
