@charset "UTF-8";
/* BI */
.kommunikation .bi {
  color: white;
  font-size: 1.5em;
}
.back .bi {
  font-size: 3rem;
  color: #C9DAC3;
}
.carousel-caption h2 .bi {
  color: white;
}
.social .bi {
  color: #C9DAC3;
  font-size: 2rem;
  margin-right: 0.7em;
}
.dreier .bi {
  font-size: 2rem;
}
/* GENERELL */
body {
  font-family: "Inter", sans-serif;
  padding-top: 60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  body {
    background-attachment: scroll;
  }
}
.schattele {
  -webkit-box-shadow: 0px 30px 40px -25px #333;
  -moz-box-shadow: 0px 30px 40px -25px #333;
  box-shadow: 0px 30px 40px -25px #333;
}
.schwinge {
  background-image: url(#WE:1774#);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.rounded {
  border-radius: 10px !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #C9DAC3;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #adc7a3;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed white;
  clear: both;
}
a {
  color: #C9DAC3;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.badge {
  font-weight: 400;
}
.hinterlegt {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-title {
  color: #C9DAC3;
}
.textschatten {
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.form-control {
  border-radius: 10px;
}
.desaturate {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate);
  /* Firefox 4-34 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.desaturate:hover {
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
/* CAROUSEL */
.carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(47, 71, 34, 0.78) 0%, rgba(47, 71, 34, 0.42) 45%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.carousel-caption {
  left: 5%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 52%;
  width: auto;
  background: none;
  z-index: 2;
}
.carousel-caption h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.2em;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
  margin-bottom: 14px;
  line-height: 1.2;
}
.carousel-caption p {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
  font-size: 1em;
  line-height: 1.65;
}
.btn-carousel {
  color: #fff !important;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 10px 28px;
  font-size: 0.85em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.22s, color 0.22s, border-color 0.22s;
  text-decoration: none;
  display: inline-block;
}
.btn-carousel:hover {
  background: #fff !important;
  color: #2F4722 !important;
  border-color: #fff;
}
.carousel-control-prev, .carousel-control-next {
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.85;
  transition: background-color 0.2s, opacity 0.2s;
}
.carousel-control-prev {
  left: 18px;
}
.carousel-control-next {
  right: 18px;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.28);
  opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 18px;
  height: 18px;
}
/* TYPE */
h1, h3, h4, h5, h2, p, ul, ol {
  color: #333;
}
h1, h3, h5 {
  font-family: "Playfair Display", Georgia, serif;
}
h1 {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 900;
}
@media (min-width: 576px) {
  h1 {
    font-size: 1.9em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.1em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 2.7em;
  }
}
h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
}
h3 {
  font-size: 1.6em;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-weight: 700;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 800;
}
p {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
}
ul, ol {
  line-height: 1.6em;
  font-weight: 400;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.einszueins {
  padding-bottom: 100%;
}
.goldenesrechteck {
  padding-bottom: 61.8%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.vierzudrei {
  padding-top: 75%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuneun {
  padding-top: 42.85%;
}
.zweiunddreissigzuneun {
  padding-top: 28.12%;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.ratio {
  border-radius: 10px;
  overflow: hidden;
}
.img-aspect-4x3 {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  /* Optional: passt das Bild an, um Überlauf zu vermeiden */
}
.card {
  background-color: #F4F4F4;
  border-radius: 10px;
}
.card-img-top {
  border-radius: 10px 10px 0 0;
}
.card-footer {
  border-top: 0;
}
/* NAVBAR */
.navbar {
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.22);
}
.navbar-brand {
  font-family: "Playfair Display", serif;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff !important;
  transition: color 0.2s;
}
.navbar-brand:hover {
  color: #C9DAC3 !important;
}
.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.83);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.7em;
  position: relative;
  padding-bottom: 8px;
  transition: color 0.2s;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #C9DAC3;
  border-radius: 2px;
  transition: left 0.25s ease, right 0.25s ease;
}
.navbar-nav .nav-item:not(.dropdown) .nav-link:hover::after {
  left: 8px;
  right: 8px;
}
.navbar-nav .nav-link:hover {
  color: #fff;
}
.bg-dark {
  background-color: #2F4722 !important;
}
.dropdown-menu {
  background-color: #2F4722;
  border: 0;
  border-top: 2px solid #4C7839;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
}
.dropdown-item {
  font-size: 0.8em;
  letter-spacing: 0.05em;
  padding: 10px 22px;
  color: rgba(255, 255, 255, 0.78);
  transition: background-color 0.15s, color 0.15s;
}
.dropdown-item:hover {
  background-color: #4C7839;
  color: #fff;
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
}
.inhalt {
  padding: 60px 0;
}
.social {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .headliner, .inhalt, .social {
    background-attachment: scroll;
  }
}
.social h3 {
  font-family: "Inter", sans-serif;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #797979;
}
.social .bi {
  color: #C9DAC3;
  font-size: 2em;
  transition: color 0.2s, transform 0.2s;
}
.social a:hover .bi {
  color: #4C7839;
  transform: scale(1.15);
}
/* FOOTER */
.dreier {
  padding: 55px 0 0 0;
  background-color: #4C7839;
}
.dreier h3 {
  color: #fff;
  font-size: 0.85em;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dreier p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}
.dreier a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
  transition: color 0.2s;
}
.dreier a:hover {
  color: #2F4722 !important;
}
.footer-col {
  padding-bottom: 50px;
}
.footer-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  margin: 0 auto 20px auto;
  color: #fff;
  font-size: 1.25em;
}
.footer-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.75) !important;
  font-weight: 400;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  transition: color 0.2s, padding-left 0.2s;
}
.footer-nav a:last-child {
  border-bottom: 0;
}
.footer-nav a:hover {
  color: #2F4722 !important;
  padding-left: 8px;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 500;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1em;
}
.btn-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #C9DAC3;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 800;
}
.btn-button {
  color: #333;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-button:hover {
  color: #F4F4F4;
  background-color: #333;
  border-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #C9DAC3;
  border-color: #C9DAC3;
}
.btn-primary:hover {
  color: #C9DAC3;
  background-color: #fff;
  border-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #2F4722;
  border-color: #2F4722;
  transform: rotate(-3deg);
}
.btn-outline-light {
  color: #2F4722;
  border-color: #2F4722;
  background-color: transparent;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 800px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
/* FEATURES */
.feature-block {
  display: flex;
}
.feature-block:nth-child(even) {
  flex-direction: row-reverse;
}
.feature-block:nth-child(even) h3 {
  text-align: right;
}
/* TOPTHEMEN CARDS */
.topthemen-section {
  padding: 75px 0;
  background-color: #F4F4F4;
}
.topthemen-card {
  background: #fff;
  border-radius: 10px;
  padding: 38px 32px 32px 32px;
  height: 100%;
  border: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.topthemen-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 40px rgba(47, 71, 34, 0.14);
}
.topthemen-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-color: #C9DAC3;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 1.45em;
  color: #2F4722;
  transition: background-color 0.25s, color 0.25s;
}
.topthemen-card:hover .topthemen-icon-wrap {
  background-color: #4C7839;
  color: #fff;
}
.topthemen-badge {
  font-size: 0.73em;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #797979;
  margin-bottom: 10px;
  display: block;
}
.topthemen-card h5 {
  color: #333;
  margin-bottom: 14px;
  line-height: 1.3;
}
.topthemen-card p {
  color: #797979;
  font-size: 0.9em;
  line-height: 1.75;
  flex-grow: 1;
}
.topthemen-mehr {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4C7839;
  font-weight: 700;
  font-size: 0.82em;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 20px;
  transition: color 0.2s, gap 0.2s;
}
.topthemen-mehr:hover {
  color: #2F4722;
  gap: 10px;
}
.topthemen-mehr .bi {
  font-size: 1em;
  transition: transform 0.2s;
}
.topthemen-mehr:hover .bi {
  transform: translateX(3px);
}
.topthemen-accent {
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #4C7839, #C9DAC3);
  border-radius: 10px 10px 0 0;
  margin: -38px -32px 32px -32px;
}
/* TIMELINE */
.tl-section {
  padding: 70px 0 40px 0;
  background-color: #F4F4F4;
}
.tl-wrap {
  position: relative;
  padding: 10px 0;
}
.tl-wrap::before {
  content: "";
  position: absolute;
  width: 3px;
  background: linear-gradient(to bottom, #C9DAC3, #4C7839 55%, #2F4722);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  z-index: 0;
}
.tl-item {
  padding: 0 65px 45px 0;
  position: relative;
  width: 50%;
}
.tl-item:nth-child(even) {
  left: 50%;
  padding: 0 0 45px 65px;
}
.tl-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -9px;
  top: 10px;
  border-radius: 50%;
  z-index: 2;
  background: #4C7839;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #C9DAC3;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.tl-item:nth-child(even) .tl-dot {
  right: auto;
  left: -9px;
}
.tl-item:hover .tl-dot {
  background: #2F4722;
  box-shadow: 0 0 0 4px #4C7839;
}
.tl-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px 30px;
  box-shadow: 0 3px 16px rgba(47, 71, 34, 0.08);
  border-top: 3px solid #4C7839;
  transition: transform 0.25s, box-shadow 0.25s;
}
.tl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(47, 71, 34, 0.14);
}
.tl-jahr {
  font-family: "Playfair Display", serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #4C7839;
  margin-bottom: 10px;
  display: block;
  line-height: 1.3;
}
.tl-text {
  color: #333;
  font-size: 0.9em;
  line-height: 1.78;
  margin: 0;
}
.tl-endpunkt {
  text-align: center;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
.tl-endpunkt-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #2F4722;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px #4C7839;
}
.tl-endpunkt-dot .bi {
  color: #fff;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .tl-wrap::before {
    left: 20px;
    transform: none;
  }
  .tl-item {
    width: 100%;
    left: 0 !important;
    padding: 0 0 38px 55px !important;
  }
  .tl-dot {
    left: 11px !important;
    right: auto !important;
    top: 8px;
  }
}
/* TIMELINE SPEZIAL-SEKTIONEN */
.tl-special {
  padding: 50px 0 70px 0;
  background-color: #F4F4F4;
}
.tl-special-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px 30px;
  height: 100%;
  border-left: 4px solid #4C7839;
  box-shadow: 0 3px 16px rgba(47, 71, 34, 0.08);
}
.tl-special-card h5 {
  color: #2F4722;
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
}
.tl-special-entry {
  display: flex;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #C9DAC3;
  align-items: baseline;
}
.tl-special-entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.tl-special-jahr {
  font-weight: 700;
  color: #4C7839;
  font-size: 0.85em;
  white-space: nowrap;
  min-width: 95px;
  font-family: "Playfair Display", serif;
}
.tl-special-text {
  color: #333;
  font-size: 0.88em;
  line-height: 1.65;
}
/* SEITENINTRO */
.seiten-intro {
  padding: 48px 0;
}
.seiten-divider {
  border: 0;
  border-top: 3px solid #4C7839;
  margin: 22px 0 0 0;
  opacity: 1;
}
.seiten-vorspann {
  font-size: 1.05em;
  color: #797979;
  max-width: 680px;
  line-height: 1.75;
  margin-top: 14px;
}
.text-center .seiten-vorspann {
  margin-left: auto;
  margin-right: auto;
}
.seiten-intro-editinfo {
  background: #f0f7ed;
  border: 1px solid #C9DAC3;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 12px;
  color: #2F4722;
  margin-bottom: 20px;
  display: inline-block;
}
/* MEDIADATEN */
.kennzahl-bereich {
  padding: 60px 0;
  background-color: #2F4722;
}
.kennzahl-zahl {
  font-size: 2.8em;
  font-weight: 900;
  color: #fff;
  font-family: "Playfair Display", serif;
  line-height: 1;
}
.kennzahl-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 8px;
}
.preistabelle {
  width: 100%;
  border-collapse: collapse;
}
.preistabelle thead th {
  background-color: #4C7839;
  color: #fff;
  padding: 12px 15px;
  border: 0;
  font-weight: 500;
  text-align: left;
}
.preistabelle tbody td {
  padding: 11px 15px;
  border-bottom: 1px solid #C9DAC3;
  vertical-align: middle;
}
.preistabelle tbody tr:last-child td {
  border-bottom: 0;
}
.preistabelle tbody tr:hover td {
  background-color: white;
}
.preistabelle .preis {
  font-weight: 700;
  color: #4C7839;
  white-space: nowrap;
  font-size: 1.05em;
}
.preistabelle .format-name {
  font-weight: 500;
}
.preistabelle .format-dim {
  color: #797979;
  font-size: 0.88em;
}
.md-box {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 35px;
  height: 100%;
}
.md-box-gruen {
  background-color: #C9DAC3;
  border-radius: 10px;
  padding: 35px;
  height: 100%;
}
.md-box-gruen h3, .md-box-gruen p, .md-box-gruen li {
  color: #2F4722;
}
.md-preis-gross {
  font-size: 2.2em;
  font-weight: 900;
  color: #4C7839;
  font-family: "Playfair Display", serif;
  line-height: 1;
}
.md-preis-label {
  font-size: 0.85em;
  color: #797979;
  margin-top: 4px;
}
.termin-row td {
  padding: 12px 15px;
  border-bottom: 1px solid #C9DAC3;
}
.termin-row:last-child td {
  border-bottom: 0;
}
.termin-badge {
  display: inline-block;
  background-color: #C9DAC3;
  color: #2F4722;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.md-download {
  padding: 70px 0;
  background-color: #2F4722;
}
.md-download h3, .md-download p {
  color: #fff;
}
.md-section-label {
  display: inline-block;
  background-color: #C9DAC3;
  color: #2F4722;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.format-cell {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}
.format-ref {
  position: absolute;
  inset: 0;
  background-color: #e4e4e4;
  border: 1px solid #c6c6c6;
  border-radius: 1px;
}
.format-icon {
  display: block;
  background-color: #C9DAC3;
  border: 1px solid #4C7839;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
/* MITARBEITER */
.mitarbeiter-section {
  padding: 70px 0;
}
.mitarbeiter-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(47, 71, 34, 0.09);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mitarbeiter-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 42px rgba(47, 71, 34, 0.17);
}
.mitarbeiter-img-wrap {
  aspect-ratio: 0.75;
  overflow: hidden;
  position: relative;
}
.mitarbeiter-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(25%);
  transition: filter 0.4s ease, transform 0.45s ease;
}
.mitarbeiter-card:hover .mitarbeiter-img-wrap img {
  filter: grayscale(0%);
  transform: scale(1.04);
}
.mitarbeiter-body {
  padding: 24px 26px 28px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mitarbeiter-body h5 {
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
  line-height: 1.3;
}
.mitarbeiter-funktion {
  font-style: italic;
  color: #4C7839;
  font-size: 0.88em;
  margin-bottom: 14px;
  font-weight: 400;
}
.mitarbeiter-divider {
  width: 34px;
  height: 2px;
  background: #C9DAC3;
  border-radius: 2px;
  margin-bottom: 14px;
}
.mitarbeiter-body > p {
  font-size: 0.88em;
  color: #797979;
  line-height: 1.72;
  margin-bottom: 14px;
  flex-grow: 1;
}
.mitarbeiter-kontakt {
  font-size: 0.85em;
  color: #797979;
  margin-bottom: 18px;
}
.mitarbeiter-kontakt div {
  padding: 3px 0;
}
.mitarbeiter-kontakt a {
  color: #797979;
  text-decoration: none;
  transition: color 0.2s;
}
.mitarbeiter-kontakt a:hover {
  color: #4C7839;
}
.mitarbeiter-kontakt .bi {
  color: #4C7839;
  margin-right: 7px;
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
