.fw-einsatzbox {
  display: block;
  background: #252525;
  color: #ffffff;
  border-left: 6px solid #dd2a1b;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 20px 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  font-family: inherit;
}

.fw-einsatzbox-icon {
  font-size: 32px;
  line-height: 1;
  flex: 0 0 auto;
}

.fw-einsatzbox-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.fw-einsatzbox-text {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.fw-einsatzbox-meta {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.95;
  margin-bottom: 10px;
}

.fw-einsatzbox-link {
  font-size: 15px;
  line-height: 1.45;
}

.fw-einsatzbox a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.fw-einsatzbox-beendet {
  border-left-color: #777777;
}

@media (max-width: 600px) {
  .fw-einsatzbox {
    gap: 12px;
    padding: 16px;
  }

  .fw-einsatzbox-icon {
    font-size: 28px;
  }

  .fw-einsatzbox-title {
    font-size: 20px;
  }

  .fw-einsatzbox-text,
  .fw-einsatzbox-meta {
    font-size: 15px;
  }
}


.fw-einsatzbox-title-icon {
  display: inline-block;
  font-size: 0.95em;
  line-height: 1;
  vertical-align: -0.05em;
}

.fw-einsatzbox-keyword { word-break: break-word; }
