.elementor-1781 .elementor-element.elementor-element-6c7c8b3d > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1781 .elementor-element.elementor-element-6c7c8b3d:not(.elementor-motion-effects-element-type-background), .elementor-1781 .elementor-element.elementor-element-6c7c8b3d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1781 .elementor-element.elementor-element-6c7c8b3d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1781 .elementor-element.elementor-element-6c7c8b3d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1781 .elementor-element.elementor-element-7f55f201 > .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-1781 .elementor-element.elementor-element-5033b56 > .elementor-container{max-width:927px;}.elementor-1781 .elementor-element.elementor-element-5033b56{padding:50px 0px 50px 0px;}.elementor-1781 .elementor-element.elementor-element-6ed2eaf4 > .elementor-element-populated{padding:0% 0% 0% 0%;}.elementor-1781 .elementor-element.elementor-element-1eb8fa09{text-align:center;}.elementor-1781 .elementor-element.elementor-element-1eb8fa09 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:44px;color:#0C642C;}.elementor-1781 .elementor-element.elementor-element-7feef54e > .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-1781 .elementor-element.elementor-element-3931d11 img{width:100%;}.elementor-1781 .elementor-element.elementor-element-64ebb12{--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-1781 .elementor-element.elementor-element-7f55f201 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1781 .elementor-element.elementor-element-5033b56{margin-top:0px;margin-bottom:0px;padding:50px 40px 50px 40px;}.elementor-1781 .elementor-element.elementor-element-6ed2eaf4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1781 .elementor-element.elementor-element-3931d11{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-1781 .elementor-element.elementor-element-5033b56{padding:50px 25px 50px 25px;}.elementor-1781 .elementor-element.elementor-element-3931d11{padding:50px 0px 50px 0px;}}/* Start custom CSS for html, class: .elementor-element-cd332c6 */ * {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
  background: #ffffff;
  color: #000;
}


/* Hauptbereich */
.medizin-section {
  width: 100%;
  padding: 110px 24px;
}

.content {
  max-width: 1180px;
  margin: 0 auto;
}


/* Kategorien-Tag */
.tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(12, 100, 44, 0.10);
  color: #0C642C;
  font-size: 15px;
  font-weight: 700;
}


/* Hauptüberschrift */
.title-big {
  margin: 24px 0 30px;
  font-size: 64px;
  font-weight: 600;
  color: #0C642C;
  line-height: 1.1;
  letter-spacing: -1px;
}


/* Einleitung */
.lead {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 55px;
  max-width: 1000px;
}


/* Inhaltliche Bereiche */
.themen-box,
.highlight-box,
.notice-card {
  margin-top: 45px;
}


/* Moderne Karten */
.highlight-box,
.notice-card {
  background: #f7fbf8;
  border-left: 6px solid #0C642C;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.06);
}


/* Überschriften */
h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #0C642C;
}


/* Texte */
p,
li {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}


/* Liste */
.themen-box ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.themen-box li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 25px;
}

.themen-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0C642C;
}

.themen-box strong {
  color: #0C642C;
  font-weight: 600;
}


/* Hinweisbox */
.notice-card {
  background: linear-gradient(
    135deg,
    rgba(12, 100, 44, 0.08),
    rgba(12, 100, 44, 0.03)
  );
}


/* Button */
.cta {
  margin-top: 60px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 18px 42px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(
    135deg,
    #0C642C 0%,
    #16833D 100%
  );
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(12,100,44,0.25);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(12,100,44,0.35);
}


/* Tablet */
@media (max-width: 900px) {

  .medizin-section {
    padding: 80px 22px;
  }

  .title-big {
    font-size: 46px;
  }

  h3 {
    font-size: 26px;
  }

  p,
  li {
    font-size: 18px;
  }
}


/* Smartphone */
@media (max-width: 520px) {

  .medizin-section {
    padding: 60px 18px;
  }

  .title-big {
    font-size: 34px;
  }

  h3 {
    font-size: 22px;
  }

  p,
  li {
    font-size: 17px;
    line-height: 1.7;
  }

  .btn-primary {
    width: 100%;
  }
} /* End custom CSS */