.comments-thread .comments-thread {
  padding-inline-start: 15px;
  border-inline-start: 1px solid grey;
}
.comments-comment {
  border-bottom: 1px solid grey;
}
.comments-comment:last-child {
  border-bottom: none;
}
.comments-comment.mobile-hidden-comment {
  border-bottom: none;
}
.comment {
  padding: 24px 0px 13px;
}
.comment .comment-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 11px;
}
.comment .comment-heading .comment-authored {
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: 11px;
  margin-inline-end: 15px;
}
.comment .comment-heading .comment-authored .author-avatar {
  margin-inline-end: 8px;
}
.comment .comment-heading .comment-authored .author-avatar img {
  object-fit: contain;
}
.comment .comment-heading .comment-authored .comment-meta .author-name {
  font-size: 520px;
  font-size: 16px;
  line-height: 24px;
}
.comment .comment-heading .comment-authored .comment-meta .comment-date {
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
}
.comment .comment-heading .comment-actions .comment-action {
  margin-inline-end: 16px;
  margin-bottom: 16px;
}
.comment .comment-heading .comment-actions .comment-action:last-child {
  margin-inline-end: 0;
}
.comment .comment-body {
  margin-bottom: 11px;
}
.comment .comment-body .comment-content {
  font-size: 16px;
  line-height: 24px;
}
.comment .comment-body .comment-content img {
  max-width: 100%;
}
.comment .comment-footer .reply-actions .reply-action {
  margin-top: 10px;
  margin-inline-end: 16px;
  margin-bottom: 16px;
}
.comment .comment-footer .reply-actions .reply-action:last-child {
  margin-inline-end: 0;
}

.modal-comment-warning {
  color: #d9534f;
  font-weight: bold;
}

a.btn.comment-action,
a.btn.comment-action:visited {
    color: #000;
}

.comments-thread-div {
  margin-top: 2rem;
}

/* Kommentar zum Datensatz Text verkleinern */
legend {
  font-size: 1rem;
  font-weight: 600;
}

/* Label Text über Kommentar-Textfeld entfernen */
#main-form.comment-form label.form-label {
  display: none;
}

/* Überschrift "Bestätigungscode eingeben" entfernt */
.modal-header.hidden-header {
  display: none;
}