/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
#stbd-dokument {
  font-family: akkostd;
}
#stbd-dokument div.prevnext, #stbd-dokument div.directory {
    display: none;
}
#stbd-dokument a:not([href]) {
    color: inherit !important;
    text-decoration: inherit !important;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
td[data-v-262ca604]:first-child {
  font-weight: 400;
  color: var(--primary);
  padding-right: 10px;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.thread-date[data-v-88d1a29e] {
  color: var(--font-dark);
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.quill-editor * {
  font-family: inherit !important;
}
.quill-editor .ql-snow .ql-tooltip::before {
  content: "URL besuchen:";
}
.quill-editor .ql-snow .ql-tooltip a.ql-action::after {
  content: 'Bearbeiten';
}
.quill-editor .ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Entfernen';
}
.quill-editor .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: 'Speichern';
}
.quill-editor .ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Link eingeben:";
}
.quill-editor .ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Formel eingeben:";
}
.quill-editor .ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Video eingeben:";
}
.quill-editor .ql-toolbar.ql-snow {
  border-radius: 4px 4px 0 0;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.quill-editor .ql-container.ql-snow {
  border-radius: 0 0 4px 4px;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.quill-editor div.ql-editor {
  font-size: 15px;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.forum-thread {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.forum-thread .new-thread {
    margin-bottom: -10px;
}
.forum-thread .new-thread .thread-title input {
      font-size: 15px;
      border-color: rgba(0, 0, 0, 0.1);
      border-radius: 4px;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.forum-thread[data-v-1518435d] {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.forum-thread .thread-content[data-v-1518435d], .forum-thread .answer[data-v-1518435d] {
    margin-bottom: -10px;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.stbd-start-icon[data-v-1df69466] {
  display: inline-block;
  float: left;
  margin: 10px;
  width: 238px;
  height: 225px;
}
.stbd-start-icon img[data-v-1df69466] {
    width: 236px;
    height: 120px;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.stbd-page {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
}
.stbd-page .stbdirekt-canvas, .stbd-page .stbdirekt-payload {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    text-align: justify;
}
.stbd-page p, .stbd-page .p {
    font-size: unset;
    font-weight: unset;
    text-align: justify;
}
.stbd-page * {
    max-width: 100% !important;
    line-height: inherit;
}
.stbd-page .body {
    color: inherit;
    text-align: inherit;
}
.stbd-page img {
    height: revert;
    vertical-align: revert;
    border-style: revert;
}

