/* Container für Linkboxen */
.link-box-container {
  display: flex;
  flex-wrap: wrap;
}

/* 2 pro Reihe */
.cols-2 .link-box {
  width: 50%;
}

/* 3 pro Reihe */
.cols-3 .link-box {
  width: 33.333%;
}

/* 4 pro Reihe */
.cols-4 .link-box {
  width: 25%;
}

/* Responsive */
@media (max-width: 991px) {
  .cols-2 .link-box,
  .cols-3 .link-box,
  .cols-4 .link-box {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .cols-2 .link-box,
  .cols-3 .link-box,
  .cols-4 .link-box {
    width: 100%;
  }
}
.cta-contact {
  text-align: center;
  margin: 30px 0;
}

.cta-contact a {
  display: inline-block;
  background: #9e1b34;
  color: #ffffff !important;
  padding: 18px 28px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

.cta-contact a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.linkbox {
    display:flex;
    flex-direction:column;
}

.linkbox .more {
  margin-top:auto;
}

.clickbox {
  position: relative;
}

.clickbox a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    text-indent: -9999px;
}

.clickbox img {
    pointer-events: none;
}
.service-image-left .image_container {
  float: left;
  width: 38%;
  margin: 0 30px 20px 0;
}

.service-image-left .ce_text,
.service-image-left .text {
  overflow: hidden;
}

.service-image-left img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .service-image-left .image_container {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.image-text {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.image-text figure,
.image-text .image_container {
  max-width: 350px;
}

.image-text .text {
  flex: 1;
}.image-text img {
  border-radius: 6px;
}
.news-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.news-left {
  width: 25%;
}

.news-right {
  width: 75%;
}

@media (max-width: 768px) {
  .news-wrapper {
    display: block;
  }
}
  .news-left,
  .news-right {
    width: 100%;
  }
.center-image,
.center-image .image_container,
.center-image figure {
  text-align: center !important;
}

.center-image img {
  display: inline-block !important;
  float: none !important;
  margin: 0 auto !important;
}
.md-block-grey {
  background: #f2f2f2;
  padding: 60px 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.md-block-white {
  background: #ffffff;
  padding: 90px 40px 60px 40px;
  margin: 0 auto 40px auto;
  max-width: 850px;
  box-sizing: border-box;
  background-image: url("/files/theme/img/drop.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px auto;
}

.ce_text h2 {
  color: #9e1b34; /* eure rote Farbe */
  font-weight: 600;
}

.feature-list {
    margin-top: 24px;
}

.feature-item {
    margin-bottom: 32px;
}

.feature-item h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px 0;
    color: #990033;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
}

.feature-item h3 i {
    width: 22px;
    min-width: 22px;
    color: #990033;
    font-size: 18px;
    text-align: center;
}

.feature-item p {
    margin: 0;
}

.feature-item {
    margin-bottom: 40px;
   
}

.feature-item h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
}

.feature-item h3 i {
    position: relative;
    top: -1px;
}

.feature-item p {
    margin-top: 6px;
}

.feature-list--cards {
    margin-top: 30px;
}

.feature-list--cards .feature-item {
    background: red !important;
}

.feature-block {
    background: #f5f6f7;
    padding: 30px 32px;
    border-radius: 8px;
    margin: 20px 0 40px 0;
}

.content-narrow {
    padding: 0 46px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #444;
  list-style: none;
}

.faq-item summary::before {
  content: "+";
  color: #b0003a;
  font-weight: bold;
  margin-right: 12px;
}

.faq-item[open] summary::before {
  content: "−";
}

.faq-item p {
  margin: 18px 0 0 28px;
  line-height: 1.6;
}

.img-top-space {
    margin-top: 40px;
}

.application-cta {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 60px;
}

.application-cta h2 {
    margin-top: 0;
    color: #999;
    font-weight: 400;
}

.application-cta p {
    max-width: 850px;
    line-height: 1.7;
}

.cta-button-wrap {
    margin-top: 40px;
    text-align: center;
}

.cta-button {
    display: inline-block;
    background: #a60035;
    color: #fff;
    padding: 18px 35px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.cta-button:hover {
    color: #fff;
    text-decoration: none;
    background: #8f002e;
}

.md-application-cta {
  margin: 40px 0;
  padding: 55px;
  background: #f2f2f2;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.md-cta-kicker {
  color: #9e1b34;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.md-cta-text h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 22px;
  color: #222;
}

.md-cta-text h2 span {
  color: #9e1b34;
}

.md-cta-text p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #333;
}

.md-cta-button {
  display: inline-block;
  background: #9e1b34;
  color: #fff !important;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.md-cta-button:hover {
  background: #86162c;
  color: #fff !important;
  transform: translateY(-2px);
}
}

@media (max-width: 768px) {
  .md-application-cta {
    padding: 35px 25px;
  }

  .md-cta-text h2 {
    font-size: 27px;
    color: #9e1b34;
  }
}
.application-highlights {
  background: #f2f2f2;
  margin: 28px 0 55px;
  padding: 30px 40px;
  border-radius: 14px;
  box-sizing: border-box;
}

.application-highlights h3 {
  color: #9e1b34;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 18px;
}

.application-highlights ul {
  margin-bottom: 0;
}

.application-highlights ul li {
  margin-bottom: 15px;
  line-height: 1.7;
}

.application-use-cases {
  background: #fafafa;
  padding: 24px 28px;
  border-radius: 12px;
  margin: 25px 0 45px;
}

.application-use-cases p {
  margin-top: 0;
}

.application-use-cases ul {
  margin-bottom: 0;
}

.application-use-cases li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.application-video video {
    border-radius: 12px;
}
.application-video {
  margin-bottom: 28px;
}
.why-microdrop {
padding: 70px 20px 100px;
text-align: center;
background: #fff;
}

.why-microdrop h2 {
color: #9e1b34;
font-size: 30px;
margin-bottom: 8px;
}

.why-subtitle {
margin-bottom: 42px;
font-size: 18px;
color: #555;
}

.why-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
max-width: 1200px;
margin: 0 auto;
}

.why-card {
background: #fff;
border-radius: 14px;
padding: 30px 24px 32px;
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
border: 1px solid #eee;
display: flex;
flex-direction: column;
align-items: center;
}

.why-icon {
width: 62px;
height: 62px;
margin: 0 auto 22px;
border-radius: 50%;
background: #f2f2f2;
color: #9e1b34;
font-size: 30px;
line-height: 62px;
font-weight: bold;
}

.why-card h3 {
color: #9e1b34;
font-size: 20px;
line-height: 1.2;
min-height: 48px;
margin: 0 0 16px;
display: flex;
align-items: flex-start;
justify-content: center;
}

.why-card p {
color: #444;
line-height: 1.6;
margin: 0;
max-width: 230px;
}

@media (max-width: 992px) {
.why-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 600px) {
.why-grid {
grid-template-columns: 1fr;
}

.why-card h3 {
min-height: auto;
}
.service-why {
  padding: 60px 0;
  background: #f5f5f5;
}

.service-why-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.service-why-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px auto;
}

.service-why-header h2 {
  margin-bottom: 18px;
  color: #9e1b34;
}

.service-why-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

.service-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-why-card {
  background: #ffffff;
  padding: 34px 26px 32px 26px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  min-height: 260px;
}

.service-why-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 22px auto;
  border-radius: 50%;
  background: #9e1b34;
  color: #ffffff;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
}

.service-why-card h3 {
  margin-bottom: 15px;
  color: #9e1b34;
  font-size: 19px;
  line-height: 1.3;
}

.service-why-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .service-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .service-why {
    padding: 45px 0;
  }

  .service-why-grid {
    grid-template-columns: 1fr;
  }

  .service-why-card {
    min-height: auto;
  }
}
.service-why .service-why-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 22px !important;
}

.service-why .service-why-card {
  display: block !important;
  background: #ffffff !important;
  padding: 30px 22px !important;
  text-align: center !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
}
.service-why {
  border: 5px solid red !important;
  background: yellow !important;
}
.service-process {
  padding: 55px 0 65px 0;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.service-process-header {
  max-width: 850px;
  margin: 0 auto 45px auto;
}

.service-process-header h2 {
  color: #9e1b34;
  margin-bottom: 12px;
}

.service-process-subtitle {
  font-size: 20px;
  color: #9e1b34;
  margin-bottom: 14px;
}

.service-process-header p {
  line-height: 1.7;
}

.service-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  position: relative;
}

.service-process-step {
  position: relative;
  padding: 0 20px;
}

.service-process-number {
  width: 46px;
  height: 46px;
  margin: 0 auto 22px auto;
  border-radius: 50%;
  background: #9e1b34;
  color: #fff;
  line-height: 46px;
  font-size: 22px;
  font-weight: bold;
}

.service-process-step h3 {
  color: #9e1b34;
  margin-bottom: 14px;
}

.service-process-step p {
  line-height: 1.65;
}

@media (max-width: 768px) {
  .service-process-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
}