@charset "UTF-8";
/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
main {
  overflow: hidden;
}
.pq-section-sub-title {
  letter-spacing: 0.04em;
  font-family: var(--title-fonts);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  color: var(--primary-color);
  padding: 4px 2px;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-toggler .fa-times {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .fa-times {
  display: block;
}
.navbar-toggler[aria-expanded="false"] .fa-bars {
  display: block;
}
.navbar-toggler[aria-expanded="true"] .fa-bars {
  display: none;
}
/* ---------------------------- ANCHOR Home 3 Säulen --------------------------- */
section.client-services {
  padding: 65px 0 65px;
}
section.client-services .pq-bg-white {
  border-radius: 10px;
  padding: 50px 25px 0;
}
section.client-services .pq-bg-white h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212121;
  padding: 20px 15px 45px;
  border-radius: 10px;
  z-index: 2;
  font-size: 42px;
  font-weight: 400;
}
section.client-services .pq-bg-white .pq-icon-box .pq-icon-box-icon {
  margin-top: 55px;
  border-radius: 15px;
}
section.client-services .pq-bg-white .pq-icon-box .pq-icon-box-icon img {
  padding: 15px;
  margin-top: 0px;
}
section.client-services .pq-bg-white .pq-icon-box p {
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
  hyphens: auto;
  padding: 0 20px 20px 20px;
  color: #333;
}
/* ------------------------------ ANCHOR Banner ----------------------------- */
.home-slider {
  height: 800px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.home-slider .white-overlay {
  position: relative;
  z-index: 0;
}
.home-slider .white-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(77deg, white, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.25), #ffffff00);
  z-index: 0;
}
.home-slider .white-overlay img {
  height: 800px;
  object-fit: cover;
}
.home-slider .white-overlay .content-wrapper {
  position: absolute;
  left: 35%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 800px;
  z-index: 1;
  padding-right: 100px;
}
.home-slider .white-overlay .content-wrapper h1 {
  font-size: 62px;
  font-weight: 400;
  line-height: 74px;
  margin-bottom: 10px;
  hyphens: auto;
}
.home-slider .white-overlay .content-wrapper h1 span {
  color: var(--vision-color-primary);
  font-weight: 600;
}
.home-slider .white-overlay .content-wrapper h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  margin-top: -8px;
  margin-bottom: 25px;
  color: #353535;
  margin-left: 2px;
}
.home-slider .white-overlay .content-wrapper p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
  margin-left: 2px;
  text-align: left;
}
.home-slider .white-overlay .content-wrapper .btn-left {
  background-color: var(--vision-color-primary);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 25px;
  border-radius: 15px;
  margin-right: 10px;
  border: 1px solid var(--vision-color-primary);
  transition: 0.5s ease-in-out;
}
.home-slider .white-overlay .content-wrapper .btn-left i {
  color: #fff;
  font-size: 15px;
  margin-left: 8px;
  transition: 0.5s ease-in-out;
}
.home-slider .white-overlay .content-wrapper .btn-left:hover {
  background-color: #efefed;
  color: var(--vision-color-primary);
  border: 1px solid var(--vision-color-primary);
}
.home-slider .white-overlay .content-wrapper .btn-left:hover i {
  color: var(--vision-color-primary);
}
.home-slider .white-overlay .content-wrapper .btn-right {
  border: 1px solid var(--vision-color-primary);
  color: var(--vision-color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  padding: 18px 25px;
}
.home-slider .white-overlay .content-wrapper .btn-right:hover {
  background-color: var(--vision-color-primary);
  color: #fff;
  border: 1px solid var(--vision-color-primary);
}
.home-slider .white-overlay .content-wrapper .btn-right i {
  color: var(--vision-color-primary);
  font-size: 15px;
  margin-left: 8px;
  transition: 0.5s ease-in-out;
}
.home-slider .white-overlay .content-wrapper .btn-right:hover i {
  color: #fff;
}
/* ---------------------- ANCHOR Home ---------------------- */
section.explore {
  padding: 75px 0;
}
/* ----- About ----- */
.contact ul.pq-contact {
  padding-left: 0;
}
.contact ul.pq-contact li {
  padding-left: 0;
  list-style: none;
  list-style-type: none;
  padding-bottom: 0px;
}
.contact ul.pq-contact li .flex-direction {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
}
.contact ul.pq-contact li .flex-direction i {
  background-color: #65a558;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.contact ul.pq-contact li .flex-direction span, .contact ul.pq-contact li .flex-direction a {
  line-height: 20px;
  display: flex;
  align-items: center;
}
.contact ul.pq-contact li .flex-direction span:hover, .contact ul.pq-contact li .flex-direction a:hover {
  transition: 0.3s ease-in-out;
  color: #212121;
}
/*-- --*/
section.place img.pq-home9-img-overflow {
  margin: 30px 0 30px -40px;
  border-radius: 15px;
}
section.place .about-home-sec {
  padding-right: 150px;
}
section.place .signature img {
  width: 110px;
  height: auto;
}
/* ---------------------------- ANCHOR  Home Leistungen / Icons--------------------------- */
section.leistungen {
  padding: 120px 0 160px;
  background-color: #2f2b2b !important;
}
section.leistungen h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  margin-left: 0px;
}
section.leistungen p {
  margin-left: 3px;
  color: #fff;
}
section.leistungen .bg-tree {
  position: relative;
  /*    a {
      &:hover .leistungen-box-green {
        transform: scale(1.03);
        transition: 0.3s ease-in-out;
      } */
  /*   } */
}
section.leistungen .bg-tree::before {
  position: absolute;
  content: "";
  background-image: url("../images/images/baum-anders.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
  width: 900px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
}
section.leistungen .bg-tree a:hover .leistungen-box {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
}
section.leistungen .bg-tree a .leistungen-box {
  height: 80%;
  padding: 15px;
  border: 1px solid #efefed;
  border-radius: 5px;
  background: #65a5583d;
  margin: 40px 0 50px;
  z-index: 9;
  position: relative;
}
section.leistungen .bg-tree a .leistungen-box .text-wrapper img {
  background: #fff;
  object-fit: contain;
  width: 90px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 14px 12px;
  z-index: 2;
  position: relative;
  margin: 5px auto 25px;
  border-radius: 50%;
}
section.leistungen .bg-tree a .leistungen-box .text-wrapper h3 {
  text-align: center;
  color: #efefed;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}
section.leistungen .bg-tree a .leistungen-box .text-wrapper p {
  color: #fff;
  text-align: center;
  line-height: 26px;
}
section.leistungen .bg-tree .leistungen-box-green {
  height: 80%;
  padding: 15px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  margin: 40px 0;
}
section.leistungen .bg-tree .leistungen-box-green .text-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.leistungen .bg-tree .leistungen-box-green .text-wrapper img {
  background: #fff;
  object-fit: contain;
  width: 90px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 10px;
  z-index: 2;
  position: relative;
  margin: 5px auto 30px;
  border-radius: 50%;
}
section.leistungen .bg-tree .leistungen-box-green .text-wrapper h3 {
  text-align: center;
  color: #efefed;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}
section.leistungen .bg-tree .leistungen-box-green .text-wrapper p {
  text-align: center;
  color: #fff;
  line-height: 26px;
}
section.leistungen .bg-tree .leistungen-box-green .text-wrapper a.contact-button {
  background-color: #fff;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 10px;
  padding: 10px 20px;
}
section.leistungen .bg-tree .leistungen-box-green .text-wrapper a.contact-button:hover {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
}
section.cv h2 {
  font-size: 50px;
  font-weight: 600;
}
/* ------------------------- ANCHOR Home Mitgliedschaften ------------------------ */
section.mitgliedschaften {
  padding: 100px 0;
  background: #f0f0f0;
  /* ------ ANCHOR Engagement ------ */
}
section.mitgliedschaften h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  z-index: 9;
  color: var(--dark-color);
  padding: 0;
  margin: 0 0;
  position: relative;
  display: block;
}
section.mitgliedschaften section.engagement {
  padding: 75px 0 25px;
}
section.mitgliedschaften section.engagement .d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.mitgliedschaften section.engagement .text-content {
  padding: 30px;
}
section.mitgliedschaften section.engagement .text-content h2 {
  padding-bottom: 10px;
  line-height: 52px;
}
section.mitgliedschaften section.engagement section.plant-trees {
  margin: 50px 0;
}
section.mitgliedschaften section.engagement section.plant-trees h4 {
  margin-top: 20px;
  margin-bottom: 25px;
  color: var(--primary-color);
}
section.mitgliedschaften section.engagement section.plant-trees img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
section.mitgliedschaften .owl-carousel .owl-prev:hover {
  color: #fff;
  background-color: #2f2b2b;
}
section.mitgliedschaften .owl-carousel .owl-next:hover {
  background-color: #2f2b2b;
}
section.mitgliedschaften .owl-carousel i {
  font-size: 22px;
}
/* ----------------------------- ANCHOR Leistung Unterseite---------------------------- */
section.leistung {
  padding: 100px 0 0;
}
section.leistung .container-fluid {
  padding: 0;
}
section.leistung .container-fluid .row {
  display: flex;
  align-items: center;
}
section.leistung .container-fluid .row .order-lg-1 {
  position: relative;
}
section.leistung .container-fluid .row .order-lg-1 img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  margin-left: -50px;
  border-radius: 0px 15px 15px 0;
}
section.leistung .container-fluid .row .order-lg-1 p.img-text {
  position: absolute;
  content: "";
  right: 95px;
  left: auto;
  bottom: 45px;
  width: fit-content;
  height: 80px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 21px;
  font-weight: 600;
}
section.leistung .container-fluid .row .order-lg-1 .leistungen-box {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  left: -50px;
}
section.leistung .container-fluid .row .order-lg-1 .leistungen-box span {
  font-size: 21px;
  font-weight: 500;
}
section.leistung .container-fluid .row .order-lg-1 .leistungen-box h2 {
  margin-bottom: 15px;
}
section.leistung .container-fluid .row .order-lg-1 .leistungen-box p b, section.leistung .container-fluid .row .order-lg-1 .leistungen-box p strong {
  color: var(--primary-color);
}
section.leistung .container-fluid .row .order-lg-2 {
  position: relative;
}
section.leistung .container-fluid .row .order-lg-2 img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  margin-right: -50px;
  border-radius: 15px 0px 0px 15px;
  position: relative;
}
section.leistung .container-fluid .row .order-lg-2 p.img-text {
  position: absolute;
  content: "";
  left: 95px;
  bottom: 45px;
  right: auto;
  width: fit-content;
  height: 80px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 21px;
  font-weight: 600;
}
section.leistung .container-fluid .row .order-lg-2 .leistungen-box {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
section.leistung .container-fluid .row .order-lg-2 .leistungen-box span {
  font-size: 21px;
  font-weight: 600;
}
section.leistung .container-fluid .row .order-lg-2 .leistungen-box h2 {
  margin-bottom: 15px;
}
section.leistung .container-fluid .row .order-lg-2 .leistungen-box p b, section.leistung .container-fluid .row .order-lg-2 .leistungen-box p strong {
  color: var(--primary-color);
}
/* ----------------------------- ANCHOR Karriere ---------------------------- */
section#karriere {
  padding: 0px 0;
}
section#karriere span.pq-section-sub-title {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
}
section#karriere section.karriere-aufgaben {
  background-color: #fff;
  padding: 75px 60px 75px;
  border-radius: 15px;
}
section#karriere section.karriere-aufgaben .left-bg-img {
  position: relative;
}
section#karriere section.karriere-aufgaben .left-bg-img::before {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  width: 42%;
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
  margin: 0px 0;
  z-index: 0;
  border-radius: 5px;
}
section#karriere section.karriere-aufgaben .left-bg-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section#karriere section.karriere-aufgaben .erwartungen-wrapper {
  padding: 15px;
}
section#karriere section.karriere-aufgaben .erwartungen-wrapper h2 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
}
section#karriere section.karriere-aufgaben .erwartungen-wrapper p.h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-style: normal;
  line-height: 32px;
}
section#karriere section.karriere-aufgaben .erwartungen-wrapper ul {
  margin-top: 10px;
  padding-left: 15px;
}
section#karriere section.karriere-aufgaben .erwartungen-wrapper ul li {
  position: relative;
  list-style: none;
  line-height: 20px;
  padding: 0 0 8px 15px;
}
section#karriere section.karriere-aufgaben .erwartungen-wrapper ul li:before {
  position: absolute;
  content: "";
  background-color: var(--vision-color-primary);
  top: 6px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
section#karriere .deine-aufgaben {
  padding: 75px 0 0;
}
section#karriere .deine-aufgaben h2 {
  margin-bottom: 75px;
  text-align: center;
}
section#karriere .deine-aufgaben .bg-color {
  border-radius: 15px;
  background-color: #f7f7f7;
  padding: 75px 0 50px;
}
section#karriere .deine-aufgaben .bg-color .icon-flex {
  display: flex;
  justify-content: flex-start;
  align-items: unset;
}
section#karriere .deine-aufgaben .bg-color .icon-flex .icon-box {
  position: relative;
}
section#karriere .deine-aufgaben .bg-color .icon-flex .icon-box:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(101, 165, 88, 0.75);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
section#karriere .deine-aufgaben .bg-color .icon-flex p {
  z-index: 1;
  margin-left: 45px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
  height: 100px;
}
section#karriere section.mitbringen {
  padding: 60px 0 0;
}
section#karriere section.mitbringen section.mitbringen-wrapper {
  background-color: #fff;
  padding: 75px 60px 100px;
  border-radius: 15px;
}
section#karriere section.mitbringen section.mitbringen-wrapper h3 {
  padding-left: 10px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .icon-list-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0 10px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .icon-list-section img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 25px;
  background: #f9f9f9;
  padding: 12px;
  border-radius: 10px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .icon-list-section p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
section#karriere section.mitbringen section.mitbringen-wrapper .list-section h3 {
  margin-bottom: 50px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .list-section ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 45px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .list-section ul li img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-right: 25px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .list-section ul li h3 {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 56px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .counter-list-section {
  background: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 20px;
  border-radius: 15px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .counter-list-section li {
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
section#karriere section.mitbringen section.mitbringen-wrapper .counter-list-section li span {
  width: 60px;
  min-width: 60px;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  left: -20px;
  top: 0;
  color: #65a558;
}
section#karriere section.interesse {
  padding: 0px 0 75px;
  margin-top: -50px;
}
section#karriere section.interesse .interesse-box {
  background-color: #65a558;
  border-radius: 15px;
  padding: 50px;
}
section#karriere section.interesse .interesse-box h2 {
  color: #fff;
  margin-bottom: 20px;
}
section#karriere section.interesse .interesse-box h3 {
  color: #fff;
  margin-bottom: 5px;
}
section#karriere section.interesse .interesse-box p {
  color: #fff;
  margin-bottom: 25px;
}
section#karriere section.interesse .interesse-box a {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  color: #65a558;
}
section#karriere section.interesse .interesse-box a:hover {
  transition: 0.3s ease-in-out;
  background-color: #201e1e;
  color: #fff;
}
section#karriere .karriere-kontakt {
  margin: 110px 0;
}
section#karriere .karriere-kontakt ul.pq-contact {
  padding-left: 0;
}
section#karriere .karriere-kontakt ul.pq-contact li {
  padding-left: 0;
  list-style: none;
  list-style-type: none;
  padding-bottom: 10px;
}
section#karriere .karriere-kontakt ul.pq-contact li .flex-direction {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
}
section#karriere .karriere-kontakt ul.pq-contact li .flex-direction i {
  background-color: #65a558;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
section#karriere .karriere-kontakt ul.pq-contact li .flex-direction span, section#karriere .karriere-kontakt ul.pq-contact li .flex-direction a {
  line-height: 20px;
  display: flex;
}
/* -------------------------- ANCHOR Kanzleileitung ------------------------- */
section.kanzleileitung {
  padding: 100px 0;
}
section.kanzleileitung section.kanzlei-header {
  margin-bottom: 70px;
}
section.kanzleileitung section.kanzlei-header .title-box {
  background-color: #fff;
  padding: 50px 50px 60px;
  border-radius: 15px;
  margin-right: -15px;
  margin-top: 82px;
  position: relative;
}
section.kanzleileitung section.kanzlei-header .title-box:before {
  content: "";
  background-color: var(--vision-color-primary);
  width: 73%;
  height: 5px;
  position: absolute;
  bottom: 58px;
  left: 50px;
  border-radius: 15px;
  z-index: 0;
}
section.kanzleileitung section.kanzlei-header .title-box h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  z-index: 9;
  color: var(--dark-color);
  padding: 0;
  margin: 0 0;
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
section.kanzleileitung section.kanzlei-header .title-box p.h3 {
  color: var(--dark-color);
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
section.kanzleileitung section.kanzlei-header img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  margin-left: -35px;
  border-radius: 15px;
}
section.kanzleileitung .meilensteine {
  position: relative;
}
section.kanzleileitung .meilensteine img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
section.kanzleileitung .meilensteine::before {
  position: absolute;
  content: "";
  background-image: url(../images/images/baum-anders.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  transform: translate(50%, 30%);
  opacity: 1;
  filter: invert(0.1);
  z-index: -2;
}
section.kanzleileitung .meilensteine .flex-center {
  margin-bottom: 40px;
}
section.kanzleileitung .meilensteine .flex-center .date-box {
  background: #fff;
  width: fit-content;
  min-width: 240px;
  padding: 25px;
  font-size: 18px;
  color: var(--dark-color);
  border-radius: 5px;
  position: relative;
}
section.kanzleileitung .meilensteine .flex-center .date-box:before {
  position: absolute;
  content: "";
  background-color: #65a558;
  left: -20px;
  top: -20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: -1;
}
section.kanzleileitung .meilensteine .flex-center .date-box:after {
  position: absolute;
  content: "";
  left: -45px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 300px;
  height: 5px;
  background-color: var(--primary-color);
  z-index: -1;
  opacity: 0.65;
}
section.kanzleileitung .meilensteine .flex-center .text-box {
  background: #fff;
  width: 100%;
  min-height: 100px;
  padding: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
section.kanzleileitung .meilensteine .flex-center .text-box p {
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  hyphens: auto;
  padding: 0 0px 0 0px;
  color: #333;
}
section.kanzleileitung .meilensteine .text-box-bottom {
  background: #ececec;
  width: 100%;
  padding: 35px 25px;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: 75px;
}
section.kanzleileitung .meilensteine .text-box-bottom p {
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  hyphens: auto;
  padding: 0 0px 0 0;
  color: #333;
}
section.kanzleileitung .box-title {
  margin-left: 75px;
  margin-top: 35px;
  margin-bottom: 35px;
}
section.kanzleileitung .box-title h4 {
  font-size: 32px;
  line-height: 30px;
  hyphens: auto;
  color: var(--dark-color);
}
/* ----------------------------- ANCHOR Kontakt ----------------------------- */
section.kontakt .bg-color-box {
  background-color: var(--vision-color-secondary);
  padding: 50px 0;
}
section.kontakt .bg-color-box .kontakt-white-box {
  background-color: #fff;
  padding: 50px 100px 50px 50px;
  border-radius: 10px;
  width: fit-content;
}
section.kontakt .bg-color-box .kontakt-white-box h2 {
  color: var(--dark-color);
  margin-bottom: 45px;
}
section.kontakt .bg-color-box .kontakt-white-box ul li {
  color: var(--dark-color);
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 15px;
}
section.kontakt .bg-color-box .kontakt-white-box ul li i {
  padding: 10px 10px;
  font-size: 28px;
  position: relative;
  bottom: 2px;
  border: 0px solid var(--dark-color);
  border-radius: 50%;
  margin-right: 30px;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
}
section.kontakt .bg-color-box .kontakt-white-box ul li strong {
  width: 100px;
  font-size: 18px;
  display: inline-block;
}
section.kontakt .bg-color-box .kontakt-white-box ul li span {
  margin-left: 20px;
}
section.kontakt .bg-color-box .kontakt-white-box ul li a {
  color: var(--dark-color);
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
section.kontakt .bg-color-box .kontakt-white-box ul li a:hover {
  color: #666;
}
/* ------ ANCHOR Kontakt Formular ------ */
section.kontaktformular {
  padding: 75px;
  background-color: #fff;
}
section.kontaktformular h2 {
  color: var(--primary-color);
  padding-bottom: 50px;
}
section.kontaktformular label {
  margin-bottom: 0.25rem;
  font-size: 17px;
}
section.kontaktformular textarea.form-control {
  height: 125px;
  border: 1px solid var(--primary-color);
}
section.kontaktformular .form-check {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  position: relative;
}
section.kontaktformular .form-check input[type="checkbox"].form-check-input {
  float: none;
  margin-right: 15px;
  height: 17px !important;
  width: 17px !important;
  accent-color: var(--primary-color);
  margin-top: -5px;
  padding: 8px;
  color: #fff !important;
}
section.kontaktformular .form-check-input:checked {
  background-color: #65a558 !important;
  border-color: #65a558 !important;
}
section.kontaktformular .form-check-input:focus {
  border-color: #65a558 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(101, 165, 88, 0.25) !important;
}
section.kontaktformular hr {
  margin: 15px 0 5px;
}
section.kontaktformular .location-box {
  padding: 50px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
}
section.kontaktformular .location-box h3 {
  color: #fff;
  margin-bottom: 15px;
}
section.kontaktformular .location-box ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 24px;
}
section.kontaktformular .location-box ul li i {
  color: var(--primary-color);
  background-color: #fff;
  padding: 0px 20px;
  font-size: 24px;
  position: relative;
  bottom: 2px;
  border: 0px solid #fff;
  border-radius: 50%;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
section.kontaktformular .iframe-wrapper iframe {
  width: 100%;
  height: 400px;
  outline: none;
  border: 0;
  border-radius: 10px;
}
/* ---------------------------- ANCHOR Impressum ---------------------------- */
.marginimpressum .fotonachweise {
  padding: 5px 0;
}
.marginimpressum .fotonachweise p {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */