/* CKEditor Anpassungen */
.ck.ck-style-panel .ck-style-grid {
  column-gap: unset !important;
  row-gap: unset !important;
}

.ck.ck-style-panel .ck-style-grid {
  display: block !important;
  grid-template-columns: unset !important;
  justify-content: unset !important;
}

.ck.ck-style-panel {
  min-width: 200px !important;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  flex-direction: unset !important;
  justify-content: unset !important;
  min-height: unset !important;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

.ck.ck-style-panel .ck-style-grid__button + .ck-style-grid__button {
  margin-top: 5px;
}

.ck.ck-style-grid__button__preview {
  display: none !important;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled.ck-off {
  display: none !important;
}

/* Textarea */
.ck.ck-editor__main > .ck-editor__editable {
  padding: 5px !important;
}


