body {
  background: #fff;
  color: #000;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 5px;
}

.einsatz-container {
  max-width: 800px;
  margin: 0 auto;
}

.einsatz-titel {
  background: #ff0000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  margin-bottom: 15px;
}

.einsatz-block {
  display: flex;
  justify-content: space-between;
   margin-left: -2px;
  margin-bottom: 10px;
  font-size: 13px;
}

.einsatz-details {
  width: 540px;
  height: 192px;
  margin-top: -2px;
  overflow: hidden;
}

.einsatz-bild img {
  width: 250px;
  height: 188px;
  object-fit: cover;
  border: none;
}

.einsatz-tabelle {
    width: 100%;
  height: 192px;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #000;
}

.einsatz-tabelle th {
  background: #dcdcdc;
  color: #959595;
  text-align: left;
  padding-left: 10px;
  width: 150px;
  height: 10px;
  border: 2px solid #fff;
   
}

.einsatz-tabelle td {
  background: #efefef;
  color: #ff0000;
  font-weight: bold;
  padding-left: 10px;
  border: 2px solid #fff;
}
