.htmx-indicator {
  opacity: 0;
  transition: opacity 500ms ease-in;
  display: none;
}

.htmx-request .htmx-indicator, .htmx-request.htmx-indicator {
  opacity: 1;
  display: inline;
}

body.screen {
  margin: 0;
  overflow: visible;
  transition: opacity 0.4s;
  opacity: 1;
}
body.screen.fadeout {
  opacity: 0;
}

* {
  box-sizing: border-box;
}

.meldung {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  height: 100vh;
}
.meldung.mit_foto_1 .text {
  width: 50vw;
  word-wrap: anywhere;
}
.meldung.mit_foto_1 img {
  width: 50vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p.metadaten {
  color: #555;
  font-size: 0.8em;
}

.btn {
  margin: 2px;
}

.form-check-ben {
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 1em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.neu-fe {
  background: #2ec52e;
  border-radius: 22px;
  padding: 0.1em 0.2em;
  border: 6px solid green;
}/*# sourceMappingURL=v-screen-comm.css.map */