.elementor-1759 .elementor-element.elementor-element-32e1b31d > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1759 .elementor-element.elementor-element-32e1b31d:not(.elementor-motion-effects-element-type-background), .elementor-1759 .elementor-element.elementor-element-32e1b31d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1759 .elementor-element.elementor-element-32e1b31d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1759 .elementor-element.elementor-element-32e1b31d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1759 .elementor-element.elementor-element-19f3ff4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-1759 .elementor-element.elementor-element-3d5f5c49 > .elementor-container{max-width:927px;}.elementor-1759 .elementor-element.elementor-element-3d5f5c49{padding:50px 0px 50px 0px;}.elementor-1759 .elementor-element.elementor-element-66d93052 > .elementor-element-populated{padding:0% 0% 0% 0%;}.elementor-1759 .elementor-element.elementor-element-3a90c3b{text-align:start;}.elementor-1759 .elementor-element.elementor-element-3a90c3b .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:44px;color:#0C642C;}.elementor-1759 .elementor-element.elementor-element-7df21773 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-1759 .elementor-element.elementor-element-62ed9cbc img{width:100%;}.elementor-1759 .elementor-element.elementor-element-0a88804{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-1759 .elementor-element.elementor-element-19f3ff4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1759 .elementor-element.elementor-element-3d5f5c49{margin-top:0px;margin-bottom:0px;padding:50px 40px 50px 40px;}.elementor-1759 .elementor-element.elementor-element-66d93052 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1759 .elementor-element.elementor-element-62ed9cbc{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-1759 .elementor-element.elementor-element-3d5f5c49{padding:50px 25px 50px 25px;}.elementor-1759 .elementor-element.elementor-element-62ed9cbc{padding:50px 0px 50px 0px;}}/* Start custom CSS for html, class: .elementor-element-2ce0ca4 */ * {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  margin: 0;
  background: #ffffff;
  color: #000000;
}

/* Hauptbereich */
.medizin-section {
  width: 100%;
  padding: 110px 24px;
  background: #ffffff;
}

.content {
  max-width: 1180px;
  margin: 0 auto;
}

/* Kleines Label */
.tag {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(12, 100, 44, 0.10);
  color: #0C642C;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* Haupttitel */
.title-big {
  margin: 0 0 34px;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1px;
  color: #0C642C;
}

/* Einleitung */
.lead {
  max-width: 1000px;
  margin-bottom: 56px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 400;
}

/* Leistungsbereich */
.themen-box {
  margin-bottom: 56px;
}

.themen-box h3 {
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 600;
  color: #0C642C;
}

/* Liste */
.themen-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.themen-box li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}

/* Grüner Punkt */
.themen-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0C642C;
}

/* Hinweis */
.hinweis {
  max-width: 1000px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 600;
  color: #0C642C;
}

/* Button */
.cta {
  margin-top: 60px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0C642C, #16833D);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(12, 100, 44, 0.25);
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(12, 100, 44, 0.35);
}

/* Tablet */
@media (max-width: 900px) {
  .medizin-section {
    padding: 80px 24px;
  }

  .title-big {
    font-size: 48px;
  }

  .lead,
  .hinweis,
  .themen-box li {
    font-size: 19px;
  }
}

/* Smartphone */
@media (max-width: 520px) {
  .medizin-section {
    padding: 60px 18px;
  }

  .title-big {
    font-size: 36px;
  }

  .lead,
  .hinweis,
  .themen-box li {
    font-size: 17px;
    line-height: 1.7;
  }

  .themen-box h3 {
    font-size: 24px;
  }

  .btn-primary {
    width: 100%;
  }
} /* End custom CSS */