@charset "UTF-8";
/*
 Theme CSS Overrides
 -------------------
 Verwende diese Datei für schnelle CSS-Anpassungen ohne Build-Prozess.
 Diese Datei wird NACH der gebündelten main.css geladen.
*/
/* oswald-regular - latin */
@font-face {
  font-family: "Oswald light";
  font-style: normal;
  font-weight: 400;
  src: url("../resources/assets/fonts/oswald-v57-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.video-text-block.lmt-block-container {
  margin: 0;
}

.video-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 40px;
}
.video-block .video-wrapper iframe {
  border-radius: 8px;
  width: 580px;
  height: 380px;
}
.video-block .button-group {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}
.video-block .button-group a {
  padding: 14px 32px;
  font-size: 14px;
  text-transform: none;
}
.video-block .button-group a.btn-primary {
  font-size: 16px;
  font-weight: 700;
  font-family: "Oswald", Open Sans;
}
.video-block .button-group a.link-primary {
  background: none;
  color: #5B8E31;
  border: none;
  padding: 14px 14px 14px 0;
  font-weight: 600;
}
.video-block .button-group a.link-primary:after {
  content: "→";
  font-family: Arial, sans-serif;
  position: relative;
  top: -2px;
  font-size: 1rem;
  padding-right: 0.5em;
  color: #5B8E31;
}
.video-block .heads {
  margin-bottom: 20px;
}
.video-block .heads .main-title {
  margin: 0;
  text-transform: uppercase;
}
.video-block .heads .sub-title {
  margin: 0;
  font-weight: 700;
}
.video-block .heads .intro-text {
  line-height: 1.1;
  font-family: "Oswald light", Open Sans;
  margin: 0;
}

.lmt-block-video-text .sub-title {
  color: #5B8E31;
  font-size: 13px;
}
.lmt-block-video-text .main-title {
  font-family: "Oswald", Open Sans;
  font-weight: bold;
  color: #003819;
  font-size: 40px;
}
.lmt-block-video-text .intro-text {
  font-weight: normal;
  font-size: 40px;
  color: #003819;
}

.benefits-block.lmt-block-container {
  margin: 0 !important;
}
.benefits-block .lmt-container-content {
  padding-top: 0;
  padding-bottom: 6rem;
}
.benefits-block .lmt-container-inside {
  padding: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 4px;
}

.benefit-icon {
  margin-bottom: 15px;
  height: 50px;
}
.benefit-icon img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.benefit-title {
  font-size: 18px;
  font-weight: 700;
  color: #003819;
  margin-bottom: 10px;
}

.benefit-text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.stellen-list {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}
.stellen-list .stellen-item {
  border: 1px solid #E0E0E0;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 20px;
  gap: 30px;
  flex-wrap: wrap;
}
.stellen-list .stellen-item a {
  align-self: center;
  border: 1px solid #5B8E31;
  color: #5B8E31;
  text-decoration: unset;
  padding: 10px 20px;
  border-radius: 40px;
}
.stellen-list .stellen-item a:after {
  content: "→";
  font-family: Arial, sans-serif;
  position: relative;
  top: -2px;
  font-size: 1rem;
  padding-left: 5px;
  color: #5B8E31;
}

.stellen-meta-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.stellen-meta-list li {
  margin-right: 25px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.stellen-meta-list li:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.stellen-meta-list li:nth-of-type(1):before {
  background-image: url("../resources/assets/images/icons/map-pin.svg");
}
.stellen-meta-list li:nth-of-type(2):before {
  background-image: url("../resources/assets/images/icons/briefcase.svg");
}
.stellen-meta-list li:nth-of-type(3):before {
  background-image: url("../resources/assets/images/icons/timer.svg");
}

.stellenanzeige-detail {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
}
.stellenanzeige-detail h1, .stellenanzeige-detail h2, .stellenanzeige-detail h3 {
  font-family: "Oswald", Open Sans;
}
.stellenanzeige-detail header {
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E0E0E0;
}
.stellenanzeige-detail header .header-apply-mobile {
  margin-top: 20px;
}
.stellenanzeige-detail .overline {
  display: block;
  color: #5B8E31;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.stellenanzeige-detail .entry-title {
  color: #003819;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.stellenanzeige-detail .entry-content {
  line-height: 1.8;
}
.stellenanzeige-detail .entry-content h2 {
  color: #003819;
  font-size: 28px;
  margin: 0 0 20px;
}
.stellenanzeige-detail .entry-content > div {
  margin-bottom: 50px;
}
.stellenanzeige-detail .entry-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}
.stellenanzeige-detail .entry-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.stellenanzeige-detail .entry-content ul li:before {
  position: absolute;
  left: 0;
  color: #5B8E31;
  font-weight: bold;
}
.stellenanzeige-detail .entry-content .section-aufgaben ul li:before, .stellenanzeige-detail .entry-content .section-profil ul li:before {
  content: "";
  background-image: url("../resources/assets/images/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 2px;
}
.stellenanzeige-detail .entry-content .section-angebote ul li:before {
  content: "";
  background-image: url("../resources/assets/images/icons/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 2px;
}
.stellenanzeige-detail .footer-actions-main .btn-back {
  background: none;
  color: #5B8E31;
  border: none;
  padding: 20px 0;
  font-weight: 600;
  text-transform: unset;
}
.stellenanzeige-detail .footer-actions-main .btn-back:before {
  content: "←";
  font-family: Arial, sans-serif;
  position: relative;
  top: -2px;
  font-size: 1rem;
  padding-right: 0.5em;
  color: #5B8E31;
}
.stellenanzeige-detail .btn-apply, .stellenanzeige-detail #applyModal .wpforms-submit {
  background-color: #5B8E31;
  border-radius: 8px;
  font-weight: bold;
  font-family: "Oswald", Open Sans;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stellenanzeige-detail .btn-apply:before, .stellenanzeige-detail #applyModal .wpforms-submit:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("../resources/assets/images/icons/send.svg");
}

.stellen-sidebar .sidebar-box {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #E0E0E0;
}
.stellen-sidebar .sidebar-box h3 {
  font-size: 1.25rem;
  color: #003819;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.stellen-sidebar .sidebar-box.box-apply {
  background-color: #003819;
  color: #FFFFFF;
}
.stellen-sidebar .sidebar-box.box-apply h3 {
  color: #FFFFFF;
}
.stellen-sidebar .sidebar-box.box-apply span {
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
.stellen-sidebar .sidebar-box.box-apply span a {
  color: #FFFFFF !important;
  font-weight: normal;
  text-decoration: none;
}
.stellen-sidebar .sidebar-box.box-eckdaten {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.stellen-sidebar .sidebar-box.box-eckdaten .meta-list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
}
.stellen-sidebar .sidebar-box.box-eckdaten .meta-list li .label {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
}
.stellen-sidebar .sidebar-box.box-eckdaten .meta-list li .value {
  font-size: 13px;
  font-weight: bold;
}
.stellen-sidebar .sidebar-box.box-ansprechpartner div {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
.stellen-sidebar .sidebar-box.box-ansprechpartner div img {
  grid-column: 1;
  grid-row: 1/3;
  width: 52px;
  height: 52px;
  border-radius: 52px;
}
.stellen-sidebar .sidebar-box.box-ansprechpartner div p.name {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 15px;
  color: #1a1a1a;
}
.stellen-sidebar .sidebar-box.box-ansprechpartner div span.stelle {
  grid-column: 2;
  grid-row: 2;
  font-size: 13px;
  color: #666666;
}
.stellen-sidebar .sidebar-box.box-ansprechpartner .email, .stellen-sidebar .sidebar-box.box-ansprechpartner .phone {
  display: flex;
  align-items: center;
}
.stellen-sidebar .sidebar-box.box-ansprechpartner .email a, .stellen-sidebar .sidebar-box.box-ansprechpartner .phone a {
  font-weight: normal;
}
.stellen-sidebar .sidebar-box.box-ansprechpartner .email:before, .stellen-sidebar .sidebar-box.box-ansprechpartner .phone:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.stellen-sidebar .sidebar-box.box-ansprechpartner .email:before {
  background-image: url("../resources/assets/images/icons/mail.svg");
}
.stellen-sidebar .sidebar-box.box-ansprechpartner .phone:before {
  background-image: url("../resources/assets/images/icons/phone.svg");
}
.stellen-sidebar .box-eckdaten .meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stellen-sidebar .box-eckdaten .meta-item {
  margin-bottom: 10px;
  font-size: 15px;
}
.stellen-sidebar .box-eckdaten .label {
  font-weight: 700;
  color: #5B8E31;
  display: inline-block;
  width: 100px;
}
.stellen-sidebar .box-ansprechpartner p {
  margin-bottom: 5px;
  font-size: 15px;
}
.stellen-sidebar .box-ansprechpartner a {
  color: #5B8E31;
  text-decoration: none;
}
.stellen-sidebar .box-share h3 {
  margin-bottom: 0;
  font-size: 16px;
}
.stellen-sidebar .box-share .share-links {
  display: flex;
  gap: 20px;
}
.stellen-sidebar .box-share .share-links .share-link {
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 0;
}
.stellen-sidebar .box-share .share-links .share-link:hover {
  background-color: #eee;
  border-color: #ccc;
}
.stellen-sidebar .box-apply .btn-apply {
  width: 100%;
  margin-top: 10px;
}

#applyModal .modal-header {
  background-color: #003819;
}
#applyModal .modal-header .modal-title {
  color: #FFFFFF;
}
#applyModal .modal-header .close span {
  color: #FFFFFF;
}

.lmt-block-services .services .service-item .service-item-text, .lmt-block-news .news .excerpt {
  color: #666;
}

.karriere [class*=has-background-dim-].has-white-background-color {
  background-position-y: 36%;
}
.karriere [class*=has-background-dim-].has-white-background-color:before {
  background: linear-gradient(91deg, rgba(0, 56, 25, 0.89) 0%, rgba(0, 56, 25, 0) 100%);
  opacity: unset;
}
.karriere [class*=has-background-dim-].has-white-background-color h1 {
  color: white;
  margin: 0 0 15px 0;
}
.karriere [class*=has-background-dim-].has-white-background-color p {
  color: white;
}
.karriere [class*=has-background-dim-].has-white-background-color p:has(a) {
  margin-top: 50px;
}
.karriere [class*=has-background-dim-].has-white-background-color a {
  color: white;
  background-color: #5b8e31;
  padding: 14px 24px;
  border-color: #5b8e31;
  border-radius: 2rem;
  text-decoration: none;
}
.karriere [class*=has-background-dim-].has-white-background-color .content {
  margin: 0;
}
.karriere [class*=has-background-dim-].has-white-background-color .lmt-container-content {
  justify-content: end;
  padding-bottom: 90px;
}

.home [class*=has-background-dim-].has-white-background-color {
  background-position-y: 36%;
}
.home [class*=has-background-dim-].has-white-background-color:before {
  background: linear-gradient(180deg, rgba(0, 56, 25, 0.69) 0%, rgba(0, 56, 25, 0.8) 55%, rgba(0, 56, 25, 0.93) 100%);
  opacity: unset;
}

.lmt-block-upcoming-events .lmt-container-inside {
  padding: 100px 0;
}

/* Event Banner */
.lmt-block-upcoming-events .lmt-container-content {
  display: block !important;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box {
  width: 100%;
  display: grid;
  grid-template-columns: 65% 35%;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-info-wrapper {
  color: white;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-info-wrapper .sub-head {
  color: #6CAD36;
  font-size: 12px;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-info-wrapper h2 {
  color: white;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-info-wrapper p {
  font-size: 16px;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-info-wrapper .buttons a {
  text-transform: unset;
  padding: 14px 32px;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-info-wrapper .buttons a:nth-of-type(2) {
  border-color: white;
  background-color: transparent;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-wrapper {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  border-radius: 8px;
  padding: 40px 20px;
  color: white;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-wrapper h3 {
  font-size: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-wrapper .events-list li {
  display: flex;
  flex-direction: column;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-wrapper .events-list li time {
  flex-direction: row !important;
  color: #6CAD36;
  gap: 5px;
  margin-bottom: 6px;
  font-size: 14px;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-wrapper .events-list li time .month {
  text-transform: none;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-wrapper .buttons a {
  background-color: unset;
  color: #6CAD36;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  padding: 0;
}
.lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-wrapper .buttons a:after {
  content: "→";
  font-family: Arial, sans-serif;
  position: relative;
  top: -2px;
  font-size: 1rem;
  padding-right: 0.5em;
  color: #6CAD36;
}

@media screen and (max-width: 1200px) {
  .video-block {
    flex-wrap: wrap;
  }
  .video-block .main-title,
  .video-block .intro-text {
    font-size: calc(1.375rem + 1.5vw);
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .lmt-block-upcoming-events .lmt-container-content {
    padding: 5rem 15px 0 15px;
  }
  .lmt-block-upcoming-events .lmt-container-content .events-flex-box {
    grid-template-columns: 1fr;
  }
  .lmt-block-upcoming-events .lmt-container-content .events-flex-box .event-wrapper {
    margin-top: 40px;
  }
  .video-block .col-video,
  .video-block .video-wrapper {
    width: 100%;
  }
  .video-block .video-wrapper iframe {
    width: 100%;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .benefits-header .main-title,
  .benefits-header .intro-text {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media screen and (max-width: 576px) {
  .video-block {
    width: 100%;
    margin: auto;
  }
  .stellenanzeige-detail header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .stellenanzeige-detail header .header-apply-mobile a {
    width: 100%;
  }
}
.unsolicited-application-button {
  margin: 0 auto 70px auto;
  text-align: center;
}
.unsolicited-application-button a {
  color: #5B8E31;
}

.unsolicited-application-container {
  display: none !important;
  margin-top: 50px;
}
.unsolicited-application-container.is-visible {
  display: flex !important;
}

/*# sourceMappingURL=style-overrides.css.map */
