div.Gesprächsprotokoll {

   display: flex;
   gap: 2em;

   div.Gespräch {
      margin-bottom: 2em;
      padding: 1em;
      border-radius: 11px;
      min-width: 20em;
      position: relative;
   }
   div.Läuft {
      background: #7dbf9724;
      border: 1px solid #47a85b38;
   }

   div.Beendet {
      background: #7d9abf24;
      border: 1px solid #4756a838;
   }

   .Dauer {

   }

   .WunschVonWem {

   }

   div.Dauer {

   }
}




div.GespracheBox {
   margin-bottom: 3em;
}
span.InfoData {
   font-size: 115%;
   background:#dfdfdf4c;
   padding:0.18em;
   padding-left: 0.4em;
   padding-left: 0.4em;
   border-radius: 0.4em;
}
h4 {
   font-size: 140%;
   font-weight: normal;
   border-bottom: 1px solid #575757;
   margin-bottom: 0.2em;
   margin-top: 1em;
}
textarea.Doku {
   width:100%;
   height:8em;
}