@import url("https://kit.fontawesome.com/4ace67dda7.css");
.ck-editor p {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: lighter;
  color: #46464c;
}
.ck-editor p + p {
  margin-top: 1rem;
}
.ck-editor p.align-right {
  text-align: right;
}
.ck-editor p.text-center {
  text-align: center;
}
.ck-editor .background-primary * {
  color: #ffffff;
}
.ck-editor .space-after-none {
  padding-bottom: 0;
}
.ck-editor .space-before-none {
  padding-top: 0;
}
.ck-editor .space-after-verySmall {
  padding-bottom: 1rem;
}
.ck-editor .space-before-verySmall {
  padding-top: 1rem;
}
.ck-editor .space-after-small {
  padding-bottom: 2rem;
}
.ck-editor .space-before-small {
  padding-top: 2rem;
}
.ck-editor .space-after-default {
  padding-bottom: 4rem;
}
.ck-editor .space-before-default {
  padding-top: 4rem;
}
.ck-editor .space-after-large {
  padding-bottom: 6rem;
}
.ck-editor .space-before-large {
  padding-top: 6rem;
}
.ck-editor .space-after-veryLarge {
  padding-bottom: 8rem;
}
.ck-editor .space-before-veryLarge {
  padding-top: 8rem;
}
.ck-editor .background-black {
  background-color: #000000;
}
.ck-editor .color-black {
  color: #000000;
}
.ck-editor .background-white {
  background-color: #ffffff;
}
.ck-editor .color-white {
  color: #ffffff;
}
.ck-editor .background-primary {
  background-color: #d90514;
}
.ck-editor .color-primary {
  color: #d90514;
}
.ck-editor .background-secondary {
  background-color: #46464c;
}
.ck-editor .color-secondary {
  color: #46464c;
}
.ck-editor .background-tertiary {
  background-color: #efefef;
}
.ck-editor .color-tertiary {
  color: #efefef;
}
.ck-editor .background-primary-light {
  background-color: rgb(250.8108108108, 73.1891891892, 85.7567567568);
}
.ck-editor .color-primary-light {
  color: rgb(250.8108108108, 73.1891891892, 85.7567567568);
}
.ck-editor .background-secondary-light {
  background-color: rgb(118.904109589, 118.904109589, 129.095890411);
}
.ck-editor .color-secondary-light {
  color: rgb(118.904109589, 118.904109589, 129.095890411);
}
.ck-editor .background-tertiary-light {
  background-color: hsl(0, 0%, 113.7254901961%);
}
.ck-editor .color-tertiary-light {
  color: hsl(0, 0%, 113.7254901961%);
}
.ck-editor .icon-home::after {
  content: "\f015";
}
.ck-editor .icon-arrow::after {
  content: "\f0a9";
}
.ck-editor .icon-envelope::after {
  content: "\f0e0";
}
.ck-editor .icon-search::after {
  content: "\f002";
}
.ck-editor .icon-chevron-right::after {
  content: "\f054";
}
.ck-editor .icon-chevron-double::after {
  content: "\f324";
}
.ck-editor .icon-chevron-double-down::after {
  content: "\f322";
}
.ck-editor .icon-external::after {
  content: "\f08e";
}
.ck-editor .icon-filter::after {
  content: "\f1de";
}
.ck-editor .icon-x::after {
  content: "\f00d";
}
.ck-editor .icon-pen::after {
  content: "\f304";
}
.ck-editor .mt-0 {
  margin-top: 0rem !important;
}
.ck-editor .mr-0 {
  margin-right: 0rem !important;
}
.ck-editor .mb-0 {
  margin-bottom: 0rem !important;
}
.ck-editor .ml-0 {
  margin-left: 0rem !important;
}
.ck-editor .m-0 {
  margin: 0rem !important;
}
.ck-editor .mt-1 {
  margin-top: 0.25rem !important;
}
.ck-editor .mr-1 {
  margin-right: 0.25rem !important;
}
.ck-editor .mb-1 {
  margin-bottom: 0.25rem !important;
}
.ck-editor .ml-1 {
  margin-left: 0.25rem !important;
}
.ck-editor .m-1 {
  margin: 0.25rem !important;
}
.ck-editor .mt-2 {
  margin-top: 0.5rem !important;
}
.ck-editor .mr-2 {
  margin-right: 0.5rem !important;
}
.ck-editor .mb-2 {
  margin-bottom: 0.5rem !important;
}
.ck-editor .ml-2 {
  margin-left: 0.5rem !important;
}
.ck-editor .m-2 {
  margin: 0.5rem !important;
}
.ck-editor .mt-3 {
  margin-top: 0.75rem !important;
}
.ck-editor .mr-3 {
  margin-right: 0.75rem !important;
}
.ck-editor .mb-3 {
  margin-bottom: 0.75rem !important;
}
.ck-editor .ml-3 {
  margin-left: 0.75rem !important;
}
.ck-editor .m-3 {
  margin: 0.75rem !important;
}
.ck-editor .mt-4 {
  margin-top: 1rem !important;
}
.ck-editor .mr-4 {
  margin-right: 1rem !important;
}
.ck-editor .mb-4 {
  margin-bottom: 1rem !important;
}
.ck-editor .ml-4 {
  margin-left: 1rem !important;
}
.ck-editor .m-4 {
  margin: 1rem !important;
}
.ck-editor .mt-5 {
  margin-top: 2rem !important;
}
.ck-editor .mr-5 {
  margin-right: 2rem !important;
}
.ck-editor .mb-5 {
  margin-bottom: 2rem !important;
}
.ck-editor .ml-5 {
  margin-left: 2rem !important;
}
.ck-editor .m-5 {
  margin: 2rem !important;
}
.ck-editor .mt-6 {
  margin-top: 4rem !important;
}
.ck-editor .mr-6 {
  margin-right: 4rem !important;
}
.ck-editor .mb-6 {
  margin-bottom: 4rem !important;
}
.ck-editor .ml-6 {
  margin-left: 4rem !important;
}
.ck-editor .m-6 {
  margin: 4rem !important;
}
.ck-editor a,
.ck-editor button {
  position: relative;
  text-decoration: none;
  color: #d90514;
  font-size: 1rem;
  font-weight: lighter;
}
.ck-editor a:hover,
.ck-editor button:hover {
  cursor: pointer;
}
.ck-editor a:not([class]),
.ck-editor button:not([class]) {
  color: #d90514;
  transition: color 150ms ease-out;
}
.ck-editor a:not([class]):hover,
.ck-editor button:not([class]):hover {
  color: #000000;
}
.ck-editor a.btn,
.ck-editor button.btn {
  color: #000000;
  background-color: #efefef;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 100;
  padding: 1rem 1.75rem;
  border-radius: 0;
  text-align: left;
  max-width: max-content;
  display: inline-flex;
  transition: color 150ms, background-color 150ms;
}
.ck-editor a.btn.btn-primary,
.ck-editor button.btn.btn-primary {
  color: #d90514;
  background-color: transparent;
  border: 1.5px solid #d90514;
  box-shadow: none;
  transition: box-shadow 150ms ease-in-out;
}
.ck-editor a.btn.btn-primary:hover,
.ck-editor button.btn.btn-primary:hover {
  box-shadow: rgba(217, 5, 20, 0.25) 0px 0px 12px;
}
.ck-editor a.btn.btn-secondary,
.ck-editor button.btn.btn-secondary {
  color: #ffffff;
  background-color: #d90514;
  border: 1.5px solid #d90514;
  padding: 1rem 1.75rem;
  opacity: 1;
  transition: opacity 150ms ease-in-out;
}
.ck-editor a.btn.btn-secondary:hover,
.ck-editor button.btn.btn-secondary:hover {
  opacity: 0.85;
}
.ck-editor a.btn.btn-tertiary,
.ck-editor button.btn.btn-tertiary {
  color: #ffffff;
  background-color: #d90514;
  border: 1.5px solid #ffffff;
}
.ck-editor a.btn.btn-no-border,
.ck-editor button.btn.btn-no-border {
  border-color: transparent;
  transition: border-color 150ms ease-in-out;
  background-color: #ffffff;
}
.ck-editor a.btn.btn-no-border:hover,
.ck-editor button.btn.btn-no-border:hover {
  box-shadow: none;
  border-color: #d90514;
}
.ck-editor a.btn.btn-w-100,
.ck-editor button.btn.btn-w-100 {
  max-width: unset;
  justify-content: center;
  padding-left: 1.75rem;
}
.ck-editor a.btn.btn-w-100::after,
.ck-editor button.btn.btn-w-100::after {
  position: relative;
}
.ck-editor a.btn.icon-left,
.ck-editor button.btn.icon-left {
  padding-left: 3.75rem;
}
.ck-editor a.btn.icon-left::after,
.ck-editor button.btn.icon-left::after {
  position: absolute;
  left: 1.5rem;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  font-family: "Font Awesome 6 Sharp";
  color: inherit;
  font-size: inherit;
  font-weight: lighter;
  font-size: 1.25rem;
}
.ck-editor a.btn.icon-right,
.ck-editor button.btn.icon-right {
  padding-right: 3.75rem;
}
.ck-editor a.btn.icon-right::after,
.ck-editor button.btn.icon-right::after {
  position: absolute;
  right: 1.5rem;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  font-family: "Font Awesome 6 Sharp";
  color: inherit;
  font-size: inherit;
  font-weight: lighter;
  font-size: 1.25rem;
}
.ck-editor a:not(.btn).icon-left, .ck-editor a:not(.btn).icon-right,
.ck-editor button:not(.btn).icon-left,
.ck-editor button:not(.btn).icon-right {
  transition: color 150ms;
  white-space: nowrap;
}
.ck-editor a:not(.btn).icon-left:hover, .ck-editor a:not(.btn).icon-right:hover,
.ck-editor button:not(.btn).icon-left:hover,
.ck-editor button:not(.btn).icon-right:hover {
  color: #000000;
}
.ck-editor a:not(.btn).icon-left,
.ck-editor button:not(.btn).icon-left {
  padding-left: 1.5rem;
}
.ck-editor a:not(.btn).icon-left::after,
.ck-editor button:not(.btn).icon-left::after {
  position: absolute;
  left: 1.5rem;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  font-family: "Font Awesome 6 Sharp";
  color: inherit;
  font-size: inherit;
  font-weight: lighter;
  left: 0;
  font-size: 1rem;
  font-weight: light;
}
.ck-editor a:not(.btn).icon-left.icon-large,
.ck-editor button:not(.btn).icon-left.icon-large {
  padding-left: 2rem;
}
.ck-editor a:not(.btn).icon-left.icon-large::after,
.ck-editor button:not(.btn).icon-left.icon-large::after {
  font-size: 1.5rem;
  font-weight: lighter;
}
.ck-editor a:not(.btn).icon-right,
.ck-editor button:not(.btn).icon-right {
  padding-right: 1.5rem;
}
.ck-editor a:not(.btn).icon-right::after,
.ck-editor button:not(.btn).icon-right::after {
  position: absolute;
  right: 1.5rem;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  font-family: "Font Awesome 6 Sharp";
  color: inherit;
  font-size: inherit;
  font-weight: lighter;
  right: 0;
  font-size: 1rem;
  font-weight: light;
}
.ck-editor a:not(.btn).icon-right.icon-large,
.ck-editor button:not(.btn).icon-right.icon-large {
  padding-right: 2rem;
}
.ck-editor a:not(.btn).icon-right.icon-large::after,
.ck-editor button:not(.btn).icon-right.icon-large::after {
  font-size: 1.5rem;
  font-weight: lighter;
}
.ck-editor a:not(.btn).icon-deadcenter::after,
.ck-editor button:not(.btn).icon-deadcenter::after {
  top: 55%;
  font-size: 0.8rem;
  font-weight: normal;
  right: 0.25rem;
}
.ck-editor ul {
  font-size: 1rem;
  font-weight: lighter;
  color: #46464c;
  list-style-type: none !important;
  margin: 1rem 0;
  padding: 0;
}
.ck-editor [data-component=ceText] ul,
.ck-editor [data-component=ceCard] ul,
.ck-editor [data-component=ceTextMedia] ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-left: 1rem;
}
.ck-editor [data-component=ceText] ul.no-margin-left,
.ck-editor [data-component=ceCard] ul.no-margin-left,
.ck-editor [data-component=ceTextMedia] ul.no-margin-left {
  margin-left: 0;
}
.ck-editor h1 + ul,
.ck-editor .h1 + ul,
.ck-editor h2 + ul,
.ck-editor .h2 + ul,
.ck-editor h3 + ul,
.ck-editor .h3 + ul,
.ck-editor h4 + ul,
.ck-editor .h4 + ul,
.ck-editor h5 + ul,
.ck-editor .h5 + ul,
.ck-editor h6 + ul,
.ck-editor .h6 + ul {
  margin-top: 0;
}
.ck-editor ul li:not([class]):not([role]):not([id]):not([style]) {
  position: relative;
  padding-left: 1.35rem;
}
.ck-editor ul li:not([class]):not([role]):not([id]):not([style])::before {
  content: "";
  position: absolute;
  top: 0.49rem;
  left: 0.3rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000000;
}
.ck-editor ul li::marker {
  display: none !important;
  visibility: hidden;
  position: absolute;
  left: -1000000wv;
  outline: none;
}
.ck-editor .background-primary li::before {
  background-color: #ffffff !important;
}
.ck-editor .space-after-none {
  padding-bottom: 0;
}
.ck-editor .space-before-none {
  padding-top: 0;
}
.ck-editor .space-after-verySmall {
  padding-bottom: 1rem;
}
.ck-editor .space-before-verySmall {
  padding-top: 1rem;
}
.ck-editor .space-after-small {
  padding-bottom: 2rem;
}
.ck-editor .space-before-small {
  padding-top: 2rem;
}
.ck-editor .space-after-default {
  padding-bottom: 4rem;
}
.ck-editor .space-before-default {
  padding-top: 4rem;
}
.ck-editor .space-after-large {
  padding-bottom: 6rem;
}
.ck-editor .space-before-large {
  padding-top: 6rem;
}
.ck-editor .space-after-veryLarge {
  padding-bottom: 8rem;
}
.ck-editor .space-before-veryLarge {
  padding-top: 8rem;
}
.ck-editor .background-black {
  background-color: #000000;
}
.ck-editor .color-black {
  color: #000000;
}
.ck-editor .background-white {
  background-color: #ffffff;
}
.ck-editor .color-white {
  color: #ffffff;
}
.ck-editor .background-primary {
  background-color: #d90514;
}
.ck-editor .color-primary {
  color: #d90514;
}
.ck-editor .background-secondary {
  background-color: #46464c;
}
.ck-editor .color-secondary {
  color: #46464c;
}
.ck-editor .background-tertiary {
  background-color: #efefef;
}
.ck-editor .color-tertiary {
  color: #efefef;
}
.ck-editor .background-primary-light {
  background-color: rgb(250.8108108108, 73.1891891892, 85.7567567568);
}
.ck-editor .color-primary-light {
  color: rgb(250.8108108108, 73.1891891892, 85.7567567568);
}
.ck-editor .background-secondary-light {
  background-color: rgb(118.904109589, 118.904109589, 129.095890411);
}
.ck-editor .color-secondary-light {
  color: rgb(118.904109589, 118.904109589, 129.095890411);
}
.ck-editor .background-tertiary-light {
  background-color: hsl(0, 0%, 113.7254901961%);
}
.ck-editor .color-tertiary-light {
  color: hsl(0, 0%, 113.7254901961%);
}
.ck-editor .icon-home::after {
  content: "\f015";
}
.ck-editor .icon-arrow::after {
  content: "\f0a9";
}
.ck-editor .icon-envelope::after {
  content: "\f0e0";
}
.ck-editor .icon-search::after {
  content: "\f002";
}
.ck-editor .icon-chevron-right::after {
  content: "\f054";
}
.ck-editor .icon-chevron-double::after {
  content: "\f324";
}
.ck-editor .icon-chevron-double-down::after {
  content: "\f322";
}
.ck-editor .icon-external::after {
  content: "\f08e";
}
.ck-editor .icon-filter::after {
  content: "\f1de";
}
.ck-editor .icon-x::after {
  content: "\f00d";
}
.ck-editor .icon-pen::after {
  content: "\f304";
}
.ck-editor .mt-0 {
  margin-top: 0rem !important;
}
.ck-editor .mr-0 {
  margin-right: 0rem !important;
}
.ck-editor .mb-0 {
  margin-bottom: 0rem !important;
}
.ck-editor .ml-0 {
  margin-left: 0rem !important;
}
.ck-editor .m-0 {
  margin: 0rem !important;
}
.ck-editor .mt-1 {
  margin-top: 0.25rem !important;
}
.ck-editor .mr-1 {
  margin-right: 0.25rem !important;
}
.ck-editor .mb-1 {
  margin-bottom: 0.25rem !important;
}
.ck-editor .ml-1 {
  margin-left: 0.25rem !important;
}
.ck-editor .m-1 {
  margin: 0.25rem !important;
}
.ck-editor .mt-2 {
  margin-top: 0.5rem !important;
}
.ck-editor .mr-2 {
  margin-right: 0.5rem !important;
}
.ck-editor .mb-2 {
  margin-bottom: 0.5rem !important;
}
.ck-editor .ml-2 {
  margin-left: 0.5rem !important;
}
.ck-editor .m-2 {
  margin: 0.5rem !important;
}
.ck-editor .mt-3 {
  margin-top: 0.75rem !important;
}
.ck-editor .mr-3 {
  margin-right: 0.75rem !important;
}
.ck-editor .mb-3 {
  margin-bottom: 0.75rem !important;
}
.ck-editor .ml-3 {
  margin-left: 0.75rem !important;
}
.ck-editor .m-3 {
  margin: 0.75rem !important;
}
.ck-editor .mt-4 {
  margin-top: 1rem !important;
}
.ck-editor .mr-4 {
  margin-right: 1rem !important;
}
.ck-editor .mb-4 {
  margin-bottom: 1rem !important;
}
.ck-editor .ml-4 {
  margin-left: 1rem !important;
}
.ck-editor .m-4 {
  margin: 1rem !important;
}
.ck-editor .mt-5 {
  margin-top: 2rem !important;
}
.ck-editor .mr-5 {
  margin-right: 2rem !important;
}
.ck-editor .mb-5 {
  margin-bottom: 2rem !important;
}
.ck-editor .ml-5 {
  margin-left: 2rem !important;
}
.ck-editor .m-5 {
  margin: 2rem !important;
}
.ck-editor .mt-6 {
  margin-top: 4rem !important;
}
.ck-editor .mr-6 {
  margin-right: 4rem !important;
}
.ck-editor .mb-6 {
  margin-bottom: 4rem !important;
}
.ck-editor .ml-6 {
  margin-left: 4rem !important;
}
.ck-editor .m-6 {
  margin: 4rem !important;
}
.ck-editor figure.table {
  width: 100%;
  overflow: auto;
  color: #46464c;
  scrollbar-width: thin;
}
.ck-editor figure.table *::-webkit-scrollbar {
  display: unset !important;
}
.ck-editor figure.table table {
  margin-bottom: 3rem;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.ck-editor figure.table table ul li::before {
  width: 0.2rem !important;
  height: 0.2rem !important;
  top: 0.65rem !important;
}
.ck-editor figure.table table.table-even-odd-fill tr:nth-child(odd) {
  background-color: #efefef;
}
.ck-editor figure.table table.table-even-odd-fill td {
  border-bottom: none;
}
.ck-editor figure.table table.table-even-odd-fill td:first-child {
  padding-left: 1rem;
}
.ck-editor figure.table table.td-auto-width {
  display: block;
  max-width: 100%;
}
.ck-editor figure.table table.td-auto-width td {
  width: fit-content;
}
@media (max-width: 767px) {
  .ck-editor figure.table table.td-auto-width {
    width: max-content;
    max-width: 650px;
    min-width: 100%;
  }
}
.ck-editor figure.image {
  max-width: 400px;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.ck-editor ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0 !important;
}
.ck-editor ul.no-margin-left {
  margin-left: 0;
}
.ck-editor .btn {
  min-height: 3rem;
}
.ck-editor .icon-home::after {
  content: "\f015";
}
.ck-editor .icon-arrow::after {
  content: "\f0a9";
}
.ck-editor .icon-envelope::after {
  content: "\f0e0";
}
.ck-editor .icon-search::after {
  content: "\f002";
}
.ck-editor .icon-chevron-right::after {
  content: "\f054";
}
.ck-editor .icon-chevron-double::after {
  content: "\f324";
}
.ck-editor .icon-chevron-double-down::after {
  content: "\f322";
}
.ck-editor .icon-external::after {
  content: "\f08e";
}
.ck-editor .icon-filter::after {
  content: "\f1de";
}
.ck-editor .icon-x::after {
  content: "\f00d";
}
.ck-editor .icon-pen::after {
  content: "\f304";
}

#tab01-main-inhalt .card-body .card-attribute-preview,
#tab02-sidebar-inhalt .card-body .card-attribute-preview {
  display: flex;
  gap: 1rem;
}
#tab01-main-inhalt .card-body .card-attribute-preview:nth-child(1) .chip,
#tab02-sidebar-inhalt .card-body .card-attribute-preview:nth-child(1) .chip {
  font-weight: bold !important;
}
#tab01-main-inhalt .card-body .card-attribute-preview:nth-child(2)::before,
#tab02-sidebar-inhalt .card-body .card-attribute-preview:nth-child(2)::before {
  content: "Space Before: ";
  width: 100px;
}
#tab01-main-inhalt .card-body .card-attribute-preview:nth-child(3)::before,
#tab02-sidebar-inhalt .card-body .card-attribute-preview:nth-child(3)::before {
  content: "Space After:  ";
  width: 100px;
}
#tab01-main-inhalt .card-body .card-attribute-preview:nth-child(4)::before,
#tab02-sidebar-inhalt .card-body .card-attribute-preview:nth-child(4)::before {
  content: "Element-ID: ";
  width: 100px;
}

/*# sourceMappingURL=backend.min.css.map */
