*,
.docr,
.docr * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.docr,
.docr button,
.docr input,
.docr select,
.docr textarea {
  font-family: 'docr-Basis', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 50px !important;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.docr .focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.docr hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.docr img {
  border: none;
  outline: none;
  vertical-align: middle;
}

.docr ul,
.docr li {
  margin: 0;
  padding: 0;
}

.docr .content ul,
.docr ul.liste,
.docr ul.aufzaehlung {
  list-style-type: square;
  padding: 0 0 0 15px;
  margin-left: 25px;
}
.docr .content ul li,
.docr ul.liste li,
.docr ul.aufzaehlung li {
  padding:0 0 6px 0;
}

.docr pre {
  font-size: 14px;
}

.docr code {
  display: inline-block;
  margin: 2px;
  padding: 2px 4px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #eee;
}

.docr iframe.vorschau {
  border: 1px solid #ccc;
  min-height: 800px;
  width: 100%;
}



/* allgemeine Schriftendefinitionen */

.docr a {
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
}
.docr a:hover {
  text-decoration: underline;
}
.docr a.alternativ {
  color: inherit;
  text-decoration: none;
}
.docr a.alternativ:hover {
  text-decoration: none;
  opacity: 0.7;
}
.docr a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.docr h1 {
  font-family: 'docr-Titel', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 15px 0;
  padding: 0;
}

.docr h2 {
  font-family: 'docr-Titel', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 10px 0;
  padding: 0;
}

.docr h3 {
  font-family: 'docr-Titel', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 8px 0;
  padding: 0;
}

.docr h4 {
  font-family: 'docr-Titel', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px 0;
  padding: 0;
}

@media only screen and (min-width: 576px) {
  .docr h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }

  .docr h2 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 15px 0;
  }

  .docr h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }

  .docr h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px 0;
  }
}


.docr p {
  margin: 0 0 20px 0;
}




.docr .bildunterschrift {
  margin-left: 0;
  margin-right: 0;
  padding: 2px;
  background-color: #EEEEEE;
}
.docr .bild-links,
.docr .bild-rechts {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 10px 0 10px;
}
.docr .bild-links {
  float: left;
  max-width: 40%;
  margin: 0 10px 0 0;
}
.docr .bild-mittig {
  text-align: center;
  max-width: 100%;
  height: auto;
  margin: 10px 0 10px 0;
}
.docr .bild-mittig img{
  max-width: 100%;
  height: auto;
}
.docr .bild-mittig > figure {
  display: inline-block;
}
.docr .bild-rechts {
  float: right;
  max-width: 40%;
  margin: 0 0 0 10px;
}


.docr .bild-links img,
.docr .bild-rechts img,
.docr .bild-mittig img {
  max-width: 100%;
  height: auto;
}


.docr .bild-begrenzen {
  max-width: 100%;
  height: auto;
  max-height: none;
}
.docr .bild-begrenzen img {
  width: 100%;
  max-width: 100% !important;
  object-fit: contain;
  object-position: center;
}
.docr .bild-einpassen,
.docr .bild-ausfuellen {
  position: relative;
  overflow: hidden;
}
.docr .bild-einpassen img,
.docr .bild-ausfuellen img {
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.docr .bild-ausfuellen img {
  object-fit: contain;
}
.docr .hg-ausfuellen {
  background-size: cover;
}



/* Formulare */
.docr form,
.docr fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.docr fieldset {
  margin: 0 0 30px 0;
}

/* Clearfix */
.docr fieldset:before,
.docr fieldset:after {
  content: " ";
  display: table;
}
.docr fieldset:after {
  clear: both;
}


/* Formularaufteilung und Feldbreiten */
.docr fieldset .halb                 { width: 49%; }

.docr input,
.docr textarea,
.docr select,
.docr .superselect,
.docr .cke_textarea_inline {
  width: 98%;
  font-size: 16px;
  line-height: 20px;
}
.docr input.auto-anpassung,
.docr textarea.auto-anpassung,
.docr select.auto-anpassung {
  width: auto !important;
}

.docr .CodeMirror {
  height: auto;
  color: inherit;
  border: 1px solid #ccc;
  background: #f5f5f5;
  font-size: 13px;
  width: 98%;
}
.docr .CodeMirror-focused {
  background: #fff;
}
.docr .CodeMirror-fullscreen {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 900000;
}
.docr .CodeMirror-fullscreen:before {
  content: "Click F11 or ESC to exit fullscreen mode.";
  display: block;
  position: absolute;
  right: 30px;
  color: rgba(0,0,0,.4);
}

.docr .feld .eingabe {
  margin-left: 0;
}

.docr .feld .b80                     { width: 100%; }
.docr .feld .dreiviertel, .feld .b75 { width: 100%; }
.docr .feld .zweidrittel, .feld .b66 { width: 100%; }
.docr .feld .b60                     { width: 100%; }
.docr .feld .halb, .feld .b50        { width: 100%; }
.docr .feld .b40                     { width: 100%; }
.docr .feld .drittel, .feld .b33     { width: 100%; }
.docr .feld .b30                     { width: 100%; }
.docr .feld .viertel, .feld .b25     { width: 23%; }
.docr .feld .fuenftel, .feld .b20    { width: 23%; }
.docr .feld .b15                     { width: 23%; }

@media only screen and (min-width: 576px) {
  .docr fieldset .halb                 { width: 100%; }
  .docr .feld .b80                     { width: 100%; }
  .docr .feld .dreiviertel, .feld .b75 { width: 100%; }
  .docr .feld .zweidrittel, .feld .b66 { width: 100%; }
  .docr .feld .b60                     { width: 100%; }
  .docr .feld .halb, .feld .b50        { width: 100%; }
  .docr .feld .b40                     { width: 48%; }
  .docr .feld .drittel, .feld .b33     { width: 48%; }
  .docr .feld .b30                     { width: 48%; }
  .docr .feld .viertel, .feld .b25     { width: 48%; }
  .docr .feld .fuenftel, .feld .b20    { width: 48%; }
  .docr .feld .b15                     { width: 48%; }
}

@media only screen and (min-width: 992px) {
  .docr fieldset .halb                 { width: 49%; }
  .docr fieldset.einspaltig .halb      { width: 48%; }
  .docr .feld .b80                     { width: 78%; }
  .docr .feld .dreiviertel, .feld .b75 { width: 73%; }
  .docr .feld .zweidrittel, .feld .b66 { width: 64%; }
  .docr .feld .b60                     { width: 58%; }
  .docr .feld .halb, .feld .b50        { width: 48%; }
  .docr .feld .b40                     { width: 38%; }
  .docr .feld .drittel, .feld .b33     { width: 31%; }
  .docr .feld .b30                     { width: 28%; }
  .docr .feld .viertel, .feld .b25     { width: 23%; }
  .docr .feld .fuenftel, .feld .b20    { width: 18%; }
  .docr .feld .b15                     { width: 13%; }

  .docr .voll > .feld {
    margin-right: 10px;
  }
  .docr .feld > label {
    width: 160px;
    float: left;
  }
  .docr .feld .eingabe {
    margin-left: 170px;
  }
}

.docr .feld .max-b80                               { max-width: 78%; }
.docr .feld .max-dreiviertel, .docr .feld .max-b75 { max-width: 73%; }
.docr .feld .max-zweidrittel, .docr .feld .max-b66 { max-width: 64%; }
.docr .feld .max-b60                               { max-width: 58%; }
.docr .feld .max-halb, .docr .feld .max-b50        { max-width: 48%; }
.docr .feld .max-b40                               { max-width: 38%; }
.docr .feld .max-drittel, .docr .feld .max-b33     { max-width: 31%; }
.docr .feld .max-b30                               { max-width: 28%; }
.docr .feld .max-viertel, .docr .feld .max-b25     { max-width: 23%; }
.docr .feld .max-fuenftel, .docr .feld .max-b20    { max-width: 18%; }
.docr .feld .max-b15                               { max-width: 13%; }

.docr .feld .b80,
.docr .feld .max-b80,
.docr .feld .dreiviertel,
.docr .feld .max-dreiviertel,
.docr .feld .b75,
.docr .feld .max-b75,
.docr .feld .zweidrittel,
.docr .feld .max-zweidrittel,
.docr .feld .b66,
.docr .feld .max-b66,
.docr .feld .b60,
.docr .feld .max-b60,
.docr .feld .halb,
.docr .feld .max-halb,
.docr .feld .b50,
.docr .feld .max-b50,
.docr .feld .b40,
.docr .feld .max-b40,
.docr .feld .drittel,
.docr .feld .max-drittel,
.docr .feld .b30,
.docr .feld .max-b30,
.docr .feld .b33,
.docr .feld .max-b33,
.docr .feld .viertel,
.docr .feld .max-viertel,
.docr .feld .b25,
.docr .feld .max-b25,
.docr .feld .fuenftel,
.docr .feld .max-fuenftel,
.docr .feld .b20,
.docr .feld .max-b20,
.docr .feld .b15,
.docr .feld .max-b15 {
  margin-right: 2%;
  float: left; /* damit die Leerzeichen im Quelltext zwischen den Feldern keine Breite einnehmen (wie bei inline-block), muss gefloatet werden */
}



.docr .feld .abstand {
  margin-bottom: 10px;
}
.docr .feld .abstand_oben {
  margin-top: 10px;
}



.docr .feld {
  margin: 0 20px 15px 0;
}
.docr .feld:after {
  clear: both;
  content: " ";
  display: table;
}
.docr fieldset.einspaltig .feld {
  margin-right: 0;
  margin-left: 0;
}

.docr .feld > label {
  display: block;
  line-height: 20px;
  padding: 5px 0 5px 0; /* Ausgleich für den oberen und unteren Innenabstand der Eingabefelder plus Rahmenlinie */
}
.docr .feld.pflicht > label {
  font-weight: 600;
}

.docr fieldset.einspaltig .feld > label {
  width: auto;
  float: none;
}
.docr .feld > label.eingabelabel {
  padding: 0;
}

.docr .feld .eingabe {
  /*min-height: 115px;*/
}
.docr .feld .eingabe + .eingabe {
  margin-top: 5px;
}
.docr fieldset.einspaltig .feld .eingabe {
  margin-left: 0;
}
.docr .feld .eingabe label,
.docr .check label,
.docr label.check {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-left: 30px;
  margin-right: 30px;
  width: auto;
}
.docr td > [role="checkbox"] {
  position: relative;
}
.docr .feld .eingabe label input[type=radio],
.docr .feld .eingabe label input[type=checkbox],
.docr .check input[type=radio],
.docr .check input[type=checkbox] {
  position: absolute;
  left: 0;
  margin-top: 3px;
}
.docr .feld .eingabe.eingerueckt {
  margin-left: 200px;
}
.docr .feld .eingabe .eingerueckt {
  margin-left: 30px;
}

.docr .feld .eingabe label + label,
.docr .feld .eingabe .hinweis + label,
.docr .feld .eingabe .hinweis + input,
.docr .feld .eingabe .hinweis + textarea {
  margin-top: 5px;
}

/* Felder um eine Reihe nach unten versetzen */
.docr .feld.versatz {
  margin-top: 45px;
}

.docr input[type=text],
.docr input[type=number],
.docr input[type=date],
.docr input[type=email],
.docr input[type=password],
.docr textarea,
.docr select,
.docr .feldzusatz span {
  padding: 4px 6px 4px 6px;
  margin: 0 0 0 0;
  line-height: 18px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  outline: none;
}
.docr select {
  height: 30px;  /* Höhe festlegen, sonst kommt es zu kleinen Abweichungen (vermutlich weil line-height ignoriert wird */
}
/* Farbe der Select-Options festlegen, sonst ist unter Umtänden weißer Text auf weißem Hintergrund (Chrome) */
.docr option {
  color: #333;
  background-color: #fff;
}

.docr input[type=text]:focus,
.docr input[type=number]:focus,
.docr input[type=date]:focus,
.docr input[type=email]:focus,
.docr input[type=password]:focus,
.docr textarea:focus,
.docr select:focus {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.docr input[disabled],
.docr input[disabled]:hover,
.docr input.disabled,
.docr input.disabled:hover,
.docr textarea[disabled],
.docr textarea[disabled]:hover,
.docr textarea.disabled,
.docr textarea.disabled:hover,
.docr select[disabled],
.docr select[disabled]:hover,
.docr select.disabled,
.docr select.disabled:hover {
  cursor: default;
  opacity: 0.5;
}


#docr_header input[type=text],
#docr_header input[type=number],
#docr_header input[type=date],
#docr_header input[type=email],
#docr_header input[type=password],
#docr_header textarea,
#docr_header select,
#docr_header .feldzusatz span {
  border: 1px solid #555;
  background: #555;
  border-radius: 4px;
}
#docr_header option {
  color: #fff;
  background-color: #333;
}
#docr_header input[type=text]:focus,
#docr_header input[type=number]:focus,
#docr_header input[type=date]:focus,
#docr_header input[type=email]:focus,
#docr_header input[type=password]:focus,
#docr_header textarea:focus,
#docr_header select:focus {
  background: #666;
  border: 1px solid #666;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}


.docr input[type=radio],
.docr input[type=checkbox] {
  width: auto;
  border: none;
}

.docr textarea {
  resize: vertical;
  min-height: 120px;
}
.docr textarea.reihen3 {
  /* 45px pro Reihen inkl. Margin abzüglich 15px Margin der Textarea */
  height: 120px;
}
.docr textarea.reihen4 {
  height: 165px;
}
.docr textarea.reihen5 {
  height: 210px;
}
.docr textarea.reihen8 {
  height: 345px;
}
.docr textarea.reihen15 {
  height: 660px;
}

.docr .feldzusatz span {
  background: #ddd;
}
.docr .feldzusatz span + input,
.docr .feldzusatz span + textarea,
.docr .feldzusatz span + select,
.docr .feldzusatz span + select + .ts-wrapper .ts-control,
.docr .feldzusatz input + span,
.docr .feldzusatz textarea + span,
.docr .feldzusatz select + span,
.docr .feldzusatz .ts-wrapper + span {
  border-left: 0;
}
.docr .feldzusatz input,
.docr .feldzusatz textarea,
.docr .feldzusatz select,
.docr .feldzusatz span,
.docr .feldzusatz .ts-wrapper {
  float: left;
  margin-right: 0 !important;
}
.docr .feldzusatz:before,
.docr .feldzusatz:after {
  content: " ";
  display: table;
}
.docr .feldzusatz:after {
  clear: both;
}

::-webkit-input-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }


.docr .datepicker {
  width: 150px;
  padding-right: 28px !important;
}
.docr .datepicker.zeit {
  width: 200px;
}




/* Passwort-Anzeiger */
.docr .passwort-anzeigen {
  /* display: inline-block; */
  position: relative;
}
.docr .passwort-anzeigen input {
  padding-right: 30px;
}
.docr .passwort-anzeigen .schalter {
  position: absolute;
  top: 4px;
  right: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
  background: url('../docr-set/passwortanzeiger.svg') no-repeat center center;
  background-size: 80%;
}
.docr .passwort-anzeigen .schalter.aktiv {
  opacity: 1;
}





/* Tom-Select */
.docr .ts-wrapper {
  display: inline-flex;
  vertical-align: middle;
  min-height: 30px;
}
.docr .ts-control {
  padding: 4px 8px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
#docr_header .ts-control {
  background: #555;
  border: 1px solid #555;
  border-radius: 4px;
}
#docr_header .dropdown-active .ts-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.docr .ts-control input {
  width: auto !important;
}
.docr .ts-wrapper.input-active .ts-control,
.docr .ts-wrapper.dropdown-active .ts-control {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
#docr_header .ts-wrapper.input-active .ts-control,
#docr_header .ts-wrapper.dropdown-active .ts-control {
  background: #666;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.docr .ts-wrapper.multi.has-items .ts-control {
  padding: 4px 8px 1px 8px;
}
.docr .ts-wrapper.multi .ts-control > div {
  padding: 3px 6px 2px 6px;
}
.docr .ts-dropdown .active {
  background-color: #d54e21;
  color: #fff;
}
#docr_header .ts-dropdown {
  border: 1px solid #555;
  background: #666;
}
#docr_header .ts-dropdown .optgroup {
  border-top: 1px solid #222;
}
#docr_header .ts-dropdown .optgroup-header {
  color: #fff;
  background: #303030;
}

.docr .ts-wrapper.multi .ts-control > div.eingabe-tag {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ababab;
  padding: 2px 6px 1px 6px;
}
.docr .ts-wrapper.multi .ts-control > div.gruppen-tag {
  background-color: #864dcc;
}
/* Listeneintrag formatieren */
.docr .ts-wrapper .ts-dropdown .option.gruppen-tag {
  /* border-left: 3px solid #864dcc; */
}
.docr .ts-wrapper.multi .ts-control > div.gruppen-tag:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background: center center / 100% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-users-group' width='16' height='16' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E %3Cpath d='M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0'%3E%3C/path%3E %3Cpath d='M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1'%3E%3C/path%3E %3Cpath d='M15 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0'%3E%3C/path%3E %3Cpath d='M17 10h2a2 2 0 0 1 2 2v1'%3E%3C/path%3E %3Cpath d='M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0'%3E%3C/path%3E %3Cpath d='M3 13v-1a2 2 0 0 1 2 -2h2'%3E%3C/path%3E %3C/svg%3E");
}
.docr .ts-wrapper.multi .ts-control > div.nutzer-tag {
  background-color: #ECC218;
}
.docr .ts-wrapper.multi .ts-control > div.nutzer-tag:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background: center center / 100% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-user' width='16' height='16' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E %3Cpath d='M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0'%3E%3C/path%3E %3Cpath d='M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2'%3E%3C/path%3E %3C/svg%3E");
}









/* Schaltflächen */

.docr .sf {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 20px;
  margin: 4px 8px 4px 0;
  height: auto;
  /*min-width: 0;*/
  min-width: 38px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: inherit;
  text-align: center;
  text-transform: none;
  font-family: 'docr-Titel', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #888;
  border: 1px solid #888;
  user-select: none;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 3px;
  transition: color 250ms ease, background-color 250ms ease;
}
.docr .sf.rechts {
  margin: 4px 0 4px 8px;
}
.docr .sf:hover {
  background-color: #727272;
  border-color: #727272;
}

.docr .sf.mini {
  padding: 0 10px 0 10px;
  font-size: 13px;
  line-height: 20px;
}

.docr .sf.klein {
  padding: 0 15px 0 15px;
  font-size: 16px;
  line-height: 28px;
}

.docr .sf.gross {
  padding: 0 40px 0 40px;
  font-size: 20px;
  line-height: 50px;
}

.docr .sf.keintext {
  padding-left: 6px;
  padding-right: 6px;
}

.docr .sf.betont {
  color: #fff;
  background-color: #92c833;
  border-color: #92c833;
}
.docr .sf.betont:hover {
  background-color: #82b22e;
  border-color: #82b22e;
}

.docr .sf.warnung,
.docr form.sicherungshinweis.dirty .sf.warnung-sicherungshinweis {
  background-color: #d54e21;
  border-color: #d54e21;
}
.docr .sf.warnung:hover,
.docr form.sicherungshinweis.dirty .sf.warnung-sicherungshinweis:hover {
  background-color: #C1471D;
  border-color: #C1471D;
}

.docr .sf.hell {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.docr .sf.hell:hover {
  background-color: #eee;
  border-color: #ccc;
}

.docr .sf.dunkel {
  background-color: #555;
  border-color: #555;
}
.docr .sf.dunkel:hover {
  background-color: #444;
  border-color: #444;
}

.docr .sf.hell:active {
  color: #666;
}

/* Elemente mit Klasse bestaetigung erhalten beim ersten Klick zusätzlich die Klasse bestaetigt und sind erst danach "scharf" */
.docr .sf.bestaetigt {
  color: #fff;
  background-color: #7f39d5;
  border-color: #7f39d5;
}
.docr .sf.keintext.bestaetigt {
  text-indent: 0;
}
.docr .sf.keintext.bestaetigt:before {
  margin-right: 6px;
}
.docr .sf.bestaetigt:hover {
  background-color: #6a30b3;
  border-color: #6a30b3;
}

.docr .sf:active {
  color: #ddd;
}

.docr .sf.keintext[class^="i-"]:before,
.docr .sf.keintext[class*=" i-"]:before {
  margin-right: 0;
}
.docr .sf[class^="i-"]:before,
.docr .sf[class*=" i-"]:before,
.docr .sf.keintext.bestaetigt[class^="i-"]:before,
.docr .sf.keintext.bestaetigt[class*=" i-"]:before {
  margin-right: 0.5em;
}

.docr button[disabled],
.docr button[disabled]:hover,
.docr button.disabled,
.docr button.disabled:hover,
.docr .sf[disabled],
.docr .sf[disabled]:hover,
.docr .sf.disabled,
.docr .sf.disabled:hover {
  cursor: default;
  opacity: 0.5;
}













/* Hauptnavigation */

#docr_header,
#docr_header *,
#docr_menu,
#docr_menu * {
  box-sizing: border-box;
}

#docr_header,
#docr_header input,
#docr_header select,
#docr_header textarea,
#docr_menu {
  font-family: 'docr-Basis', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

#docr_header a,
#docr_menu a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: .2s;
}
#docr_header a:hover,
#docr_header a.active,
#docr_menu a:hover,
#docr_menu a.active {
  color: #92c833;;
  text-decoration: none;
}
#docr_header a:focus,
#docr_menu a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* Kopfleiste */
#docr_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #292927;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  padding: 0 20px;
  z-index: 80000;
}

#docr_header > div {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  column-gap: 20px;
}
#docr_header > div > * {
  flex-grow: 1;
}

#docr_header .logo {
  flex-grow: 0;
  flex-shrink: 0;
}
#docr_header .logo div {
  display: none;
}
#docr_header .logo:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url('../docr-set/logo-negativ.svg') no-repeat left center;
  background-size: contain;
  transition: all .3s;
}

#docr_header .titel {
  font-weight: 500;
  display: none;
}

#docr_header .optionen {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
#docr_header .optionen span {
  display: none;
}

#docr_header .profil {
  display: none;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  width: 35px;
  height: 35px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #555;
  overflow: hidden;
}
#docr_header .profil.inkognito {
  outline: 2px solid red;
}
#docr_header .profil .initiale {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
}
#docr_header .profil img {
  width: 100%;
}
#docr_header .profil img ~ .initiale {
  display: none;
}
#docr_header .profil:hover .initiale {
  display: block;
  background-color: rgb(0 0 0 / 40%);
}


/* Menü-Button */
.docr_menutoggler {
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 12px 40px 10px 15px;
  z-index: 80100;

  /* "Menü"-Text unsichtbar machen: */
  width: 48px;
  padding-right: 15px;
  text-indent: 100px;
  overflow: hidden;
  white-space: nowrap;
}
.docr_menutoggler > span {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  top: 50%;
  right: 15px;
  background: #333;
  transition: background .2s ease-out;
}
.docr_menutoggler > span:before,
.docr_menutoggler > span:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
#docr_header .docr_menutoggler > span,
#docr_header .docr_menutoggler > span:before,
#docr_header .docr_menutoggler > span:after {
  background: #fff;
}
.docr_menutoggler > span:before {
  top: 5px;
}
.docr_menutoggler > span:after {
  top: -5px;
}

.docr_menutoggler.active > span {
  background: transparent !important;
}
.docr_menutoggler.active > span:before {
  top: 0;
  transform: rotate(-45deg);
}
.docr_menutoggler.active > span:after {
  top: 0;
  transform: rotate(45deg);
}

#docr_header .docr_menutoggler {
  flex-grow: 0;
}


/* Menüleiste */
#docr_menu {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  height: 100vh;
  padding: 15px 0 20px 0;
  color: #fff;
  background-color: #3a383b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  z-index: 81000;
  transition: .3s;
}
#docr_menu.offen {
  left: 0;
}

#docr_menu > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#docr_menu .logo {
  padding: 0 20px 0 20px;
  margin-bottom: 2em;
}
#docr_menu .logo div {
  display: none;
}
#docr_menu .logo:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url('../docr-set/logo-negativ.svg') no-repeat center top;
  background-size: contain;
  transition: all .3s;
}

#docr_menu .fixieren {
  display: none;
  color: #888;
}
body.docr-menu-fixiert #docr_menu .fixieren {
  color: #fff;
}

#docr_menu .logout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 10px;
  margin-top: 30px;
  padding: 0 20px 0 20px;
  overflow: hidden;
}
#docr_menu .logout a:first-child {
    flex-shrink: 0;
}

#docr_menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #8b8b88 #5b5b58;
}
#docr_menu ul::-webkit-scrollbar {
  width: 3px;
  border-radius: 0;
  background-color: #5b5b58;
}
#docr_menu ul::-webkit-scrollbar-thumb {
  background-color: #8b8b88;
  border-radius: 0;
}

#docr_menu li {
  display: block;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 0.75em;
}

#docr_menu li a {
  display: block;
  line-height: 26px;
  padding: 4px 20px 2px 16px;
  border-left: 4px solid transparent;
}
#docr_menu a:hover,
#docr_menu li:hover > a {
  color: #92c833;
  border-left-color: #92c833;
}
#docr_menu a.active {
  color: #fff;
  background: #92c833;
}
#docr_menu a.active:hover,
#docr_menu li:hover > a.active {
  color: #fff;
  border-left-color: #fff;
}

#docr_menu i[class^="i-"] {
  font-size: 20px;
}

#docr_menu .navsektion {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  padding: 0 20px 0 20px;
  margin: 1.5em 0 0.5em 0;
}

#docr_menu li > a ~ div {
  overflow: hidden;
  max-height: 0;
  background-color: rgb(255 255 255 / 20%);
  transition: .3s ease-in-out;
}
#docr_menu li > a.active ~ div,
#docr_menu li:hover > a ~ div {
  max-height: 500px;
}


@media screen and (min-width: 992px) {
  body {
    padding-top: 50px !important;
    padding-left: 60px !important;
  }
  body.docr-menu-fixiert {
    padding-left: 220px !important;
  }

  #docr_header {
    padding: 0 30px 0 90px;
  }
  body.docr-menu-fixiert #docr_header {
    padding-left: 250px
  }

  #docr_header > div {
    height: 50px;
  }

  #docr_header .logo {
    display: none;
  }
  #docr_header .optionen span {
    display: inline;
  }
  #docr_header .titel,
  #docr_header .profil {
    display: block;
  }

  .docr_menutoggler {
    display: none;
  }

  #docr_menu {
    left: 0;
    padding: 15px 0 20px 0;
    width: 60px;
  }
  body.docr-menu-fixiert #docr_menu,
  #docr_menu:hover {
    width: 220px;
  }

  #docr_menu .logo:before {
    width: 20px;
  }
  body.docr-menu-fixiert #docr_menu .logo:before,
  #docr_menu:hover .logo:before {
    width: 40px;
  }

  #docr_menu .fixieren {
    display: block;
    position: absolute;
    right: 20px;
  }

  #docr_menu li > a.active ~ div {
    max-height: 0;
  }
  body.docr-menu-fixiert #docr_menu li > a.active ~ div,
  #docr_menu:hover li > a.active ~ div {
    max-height: 500px;
  }

  #docr_menu .logo div,
  #docr_menu a > span,
  #docr_menu .navsektion {
    opacity: 0;
    transition: opacity .3s;
  }

  body.docr-menu-fixiert #docr_menu .logo div,
  #docr_menu:hover .logo div,
  body.docr-menu-fixiert #docr_menu .fixieren,
  #docr_menu:hover .fixieren,
  body.docr-menu-fixiert #docr_menu a > span,
  #docr_menu:hover a > span,
  body.docr-menu-fixiert #docr_menu .navsektion,
  #docr_menu:hover .navsektion {
    opacity: 1;
  }

  #docr_menu .fixieren {
    opacity: 0;
    transition: opacity .1s 0s;
  }

  body.docr-menu-fixiert #docr_menu .fixieren,
  #docr_menu:hover .fixieren {
    opacity: 1;
    transition: opacity .3s 1s;
  }
}






/* Fussleiste */
#docr_abbinder {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26px;
  z-index: 80000;
  padding: 0;
  color: #fff;
  background-color: #292927;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, .2);
}

#docr_abbinder .cke {
  border: none;
}
#docr_abbinder .cke_bottom {
  background-image: none;
  color: #fff;
  background: #292927;
  box-shadow: none;
  border: none;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  #docr_abbinder {
    padding-left: 90px;
  }
  body.docr-menu-fixiert #docr_abbinder {
    padding-left: 250px
  }
}








/* Inhaltsbereich */
.docr #inhalt {
  /* margin: 40px 40px 40px 50px; */
  margin: 40px 4% 4% 4%;
}

@media only screen and (min-width: 992px) {
  .docr #inhalt {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}






@media only screen and (max-width: 991px) {
  .docr h1 > div.rechts {
    float: none;
    width: 100%;
  }
}





/* Listen */

.docr .liste {
  margin: 50px -1% 50px -1%;
  width: 102%;
}
.docr .liste .liste {
  width: auto;
  margin: 0 0 30px 50px;
  border-top: none;
}
.docr .liste.kacheln {
  margin: 50px -30px 50px 0;
  width: 102%;
}
.docr .liste.kacheln.kompakt {
  margin: 30px -30px 30px 0;
}
.docr .liste.kacheln:before,
.docr .liste.kacheln:after {
  content: " ";
  display: table;
}
.docr .liste.kacheln:after {
  clear: both;
}

.docr .liste .eintrag {
  border-bottom: 1px solid #ccc;
}
.docr .liste.kacheln .eintrag {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 250px;
  height: 330px;
  margin: 0 30px 30px 0;
}
.docr .liste.kacheln.kompakt .eintrag {
  width: 175px;
  height: 250px;
  margin: 0 15px 15px 0;
}
/* Ankerziel hervorheben */
.docr .liste .eintrag:target {
  background-color: #fffde4;
}
.docr .liste:not(.kacheln) .eintrag:target {
  /* Hilfsmittel um beim Sprung zu Ankerpunkten einen Versatz zu erreichen, damit das Element nicht von der Menüleiste verdeckt wird */
  padding-top: 50px;
  margin-top: -50px;
  background-clip: content-box;
}
.docr .liste .eintrag:first-child {
  /* border-top: 1px solid #ccc; */
}
.docr .liste .eintrag:before,
.docr .liste .eintrag:after {
  content: " ";
  display: table;
}
.docr .liste .eintrag:after {
  clear: both;
}

.docr .liste .liste .eintrag:first-child {
  border-top: none;
}
.docr .liste .liste .eintrag:last-child {
  border-bottom: none;
}

.docr .liste .eintrag.ueberschrift {
  border-top: none;
  border-bottom: none;
}
.docr .liste .eintrag.ueberschrift h2 {
  margin: 30px 1% 30px 1%;
}
.docr .liste .liste .eintrag.ueberschrift h2 {
  font-size: 26px;
  line-height: 26px;
}

.docr .liste .eintrag:hover {
  background-color: #f5f5f5;
}
.docr .liste .liste .eintrag:hover {
  background-color: #e5e5e5;
}
.docr .liste.kacheln .eintrag:hover {
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.docr .liste .eintrag .bezeichnung {
  float: left;
  padding: 10px 1% 10px 1%;
  min-width: 50%;
}
.docr .liste.kacheln .eintrag .bezeichnung {
  float: none;
  padding: 15px 15px 5px 15px;
  min-width: 100%;
  height: 285px;
  overflow: hidden;
}
.docr .liste.kacheln.kompakt .eintrag .bezeichnung {
  padding: 10px 10px 5px 10px;
  height: 205px;
  font-size: 13px;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb #f0f0f0;
}
.docr .liste.kacheln.kompakt .eintrag .bezeichnung .hinweis {
  font-size: 12px;
}
.docr .liste.kacheln .eintrag .bezeichnung::-webkit-scrollbar {
  width: 3px;
  border-radius: 0;
  background-color: #f0f0f0;
}
.docr .liste.kacheln .eintrag .bezeichnung::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 0;
}

.docr .liste .vorschau {
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 175px; /* Seitenverhältnis 5:4 */
  height: 140px;
  overflow: hidden;
}
.docr .liste.kacheln .vorschau {
  float: none;
  width: calc(100% + 30px);
  height: 200px;
  margin: -15px -15px 5px -15px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.docr .liste.kacheln.kompakt .vorschau {
  width: calc(100% + 20px);
  height: 140px;
  margin: -10px -10px 5px -10px;
}
#modul_pagetemplates .liste .vorschau {
  height: 245px; /* Seitenverhältnis 5:7 */
}
.docr .liste .vorschau > * {
  max-width: 100%;
  max-height: 100%;
}
.docr .liste.kacheln .vorschau {
  position: relative;
  overflow: hidden;
}
.docr .liste.kacheln .vorschau > * {
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: scale-down;
  object-position: center;
}
.docr .liste.kacheln.einpassen .vorschau > * {
  object-fit: cover;
}
.docr .liste .vorschau .file-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.docr .liste .eintrag .schaltflaechen {
  padding: 10px 1% 10px 1%;
  margin: 0;
  text-align: right;
}
.docr .liste.kacheln .eintrag .schaltflaechen {
  padding: 0 15px 15px 15px;
  margin: 0;
  text-align: left;
}
.docr .liste.kacheln.kompakt .eintrag .schaltflaechen {
  padding: 5px 15px 10px 15px;
}
.docr .liste .eintrag .schaltflaechen:before,
.docr .liste .eintrag .schaltflaechen:after {
  content: " ";
  display: table;
}
.docr .liste .eintrag .schaltflaechen:after {
  clear: both;
}
.docr .liste .eintrag .schaltflaechen button,
.docr .liste .eintrag .schaltflaechen .sf {
  margin: 4px 0 4px 8px;
}
.docr .liste.kacheln .eintrag .schaltflaechen button,
.docr .liste.kacheln .eintrag .schaltflaechen .sf {
  margin: 4px 8px 4px 0;
  padding: 0 10px 0 10px;
  font-size: 13px;
  line-height: 20px;
}
.docr .liste.reduziert {
  margin-top: 25px;
}
.docr .liste.reduziert .detail {
  display: none;
  color: #777;
}
.docr .liste .datum {
  color: #777;
  font-weight: 700;
  padding-right: 10px;
}







/* Tabellen */

.docr .auflistung table {
  margin-bottom: 50px;
  border-collapse: collapse;
}
.docr .auflistung table tr:hover {
  background-color: #f5f5f5;
}
.docr .auflistung table th,
.docr .auflistung table td {
  padding: 3px 0;
  vertical-align: top;
  text-align: left;
}
.docr .auflistung table th + th,
.docr .auflistung table td + td {
  padding-left: 15px;
}
.docr .auflistung table th {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.docr .auflistung table td {
  border-bottom: 1px solid #f5f5f5;
}









/* Vorlagenauswahl */

.docr .vorlagenauswahl,
.docr .seitenvorlagenauswahl {
}

.docr .vorlagenauswahl .eintrag,
.docr .seitenvorlagenauswahl .eintrag {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  width: 250px; /* Seitenverhältnis 5:4 */
  height: 200px;
  overflow: hidden;
  border: 1px solid #ccc;
  cursor: pointer;
}
.docr .seitenvorlagenauswahl .eintrag {
  height: 350px; /* Seitenverhältnis 5:7 */
}

.docr .vorlagenauswahl .eintrag:hover,
.docr .seitenvorlagenauswahl .eintrag:hover {
  background-color: #f5f5f5;
}

.docr .vorlagenauswahl .eintrag .bezeichnung,
.docr .seitenvorlagenauswahl .eintrag .bezeichnung {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 90px;
  padding: 10px 2% 10px 2%;
  background-color: rgba(255,255,255,0.8);
  border-top: 1px solid #ccc;
}
.docr .vorlagenauswahl .eintrag .bezeichnung b,
.docr .seitenvorlagenauswahl .eintrag .bezeichnung b {
  display: inline-block;
}
.docr .seitenvorlagenauswahl .eintrag .hinweis {
  display: inline-block;
  padding: 10px 2% 10px 2%;
  width: 100%;
}

.docr .vorlagenauswahl .vorschau,
.docr .seitenvorlagenauswahl .vorschau {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.docr .vorlagenauswahl .vorschau > *,
.docr .seitenvorlagenauswahl .vorschau > * {
  max-width: 100%;
  max-height: 100%;
}








/* Akkordeon */

.docr .akkordeon {
}
.docr .akkordeon .akkordeon {
  margin: 0 0 30px 30px;
}

.docr .akkordeon_titel {
  cursor:pointer;
  font-weight: 700;
  padding: 10px 10px 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.docr .akkordeon_titel:before {
  float: left;
  margin-right: 10px;
  content: "\E368";
  font-family:'Glyphicons Regular';
  font-style:normal;
  font-weight:normal;
  font-size:24px;
  color:#888;
  line-height:1;
  vertical-align:top;
}

.docr .akkordeon_titel.aktiv {
  border-bottom: none;
}
.docr .akkordeon_titel.aktiv:before {
  content: "\E369";
}

.docr .akkordeon_inhalt {
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #dcdcdc;
}
.docr .akkordeon.listeninhalt .akkordeon_inhalt {
  padding: 0;
}
.docr .akkordeon.eingerueckt .akkordeon_inhalt {
  padding-left: 30px;
}
.docr .akkordeon_inhalt:after {
  clear: both;
}








/* Sektionen */

.docr .sektionen {
  max-width: 720px;
  margin: 60px -20px 30px 0;
}

.docr .sektion {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px;
  background: #fff;
}
.docr .sektionen.manage .sektion {
  border: 1px solid #ddd;
}
.docr .sektion:hover {
  background: #f2f2f2;
  /* box-shadow: 0 2px 7px rgba(0, 0, 0, .5); */
}

.docr .sektionen.manage .sektion {
  height: 250px;
  overflow: hidden;
  margin: 0 0 40px 0;
}
.docr .sektionen.manage .vorschau {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.docr .sektionen.manage .vorschau > * {
  width: 200%;
  height: 500px;
  transform: scale(0.5);
  transform-origin: left top;
  border: none;
}

.docr .sektion.bearbeiter .i-bearbeiter {
  color: #d54e21;
  font-weight: 700;
}

.docr .sektion .bezeichnung {
  overflow: hidden;
  height: 20px;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.docr .sektion .position,
#supra-hilfe .position {
  float: left;
  padding: 2px 12px 4px 12px;
  text-align: center;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  background-color: #bcbcbc;
  border-radius: 12px;
}

.docr .sektion .status {
  position: relative;
  display: none;
  overflow: hidden;
  /* height: 20px; */
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 18px;
}
.docr .sektionen.manage .sektion .status {
  display: block;
  z-index: 2;
}
.docr .sektion .status .symbol,
.docr .sektion .status .icon {
  margin: 0 10px 0 0;
}
.docr .sektion .status .icon {
  float: left;
}

.docr .sektion .datum {
  float: left;
  padding: 0 10px 5px 10px;
  color: #888;
  text-shadow: 1px 1px 1px #fff;
}

.docr .sektion .status .statustext {
  display: none;
}

.docr .sektion .beschreibung {
  display: none;
  font-size: 14px;
}
.docr .sektion .beschreibung label {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  margin-top: 15px;
}


.docr .sektion .bezeichnung:before,
.docr .sektion .status:before,
.docr .sektion .bezeichnung:after,
.docr .sektion .status:after {
  content: " ";
  display: table;
}
.docr .sektion .bezeichnung:after,
.docr .sektion .status:after {
  clear: both;
}




/* Sortieren, Deaktivieren, Löschen */

.docr .sortable-placeholder {
  margin: 10px 0 10px 0;
  background: #f5f5f5 !important;
  border: 1px dotted #888 !important;
  height: 60px;
}
.docr .liste .sortable-placeholder {
  /* display: table-row; */
}
.docr .sektionen .sortable-placeholder {
  margin: 0 0 40px 0;
  height: 250px;
}
.docr .liste .anfasser {
  margin: 9px 10px 0 0;
  cursor: move;
}

.docr .sektion.deaktivieren {
  opacity: 0.25;
}
.docr .sektion.loeschen {
  opacity: 1;
  background-color: #c33;
  border: 1px solid #c33 !important;
  outline: 3px solid #c33;
}
.docr .sektion.loeschen .vorschau {
  opacity: 0.3;
}
.docr .sektion .sf {
  position: relative;
  z-index: 2;
  float: right;
  font-size: 22px;
}
.docr .sektion .sf.loeschen {
  background-color: #cc3333;
}
.docr .sektion .sf.anfasser {
  cursor: move;
}




/* Scroll-Unterstützung beim Drag-n-Drop */
.docr #top_scroll_page,
.docr #bottom_scroll_page {
  height: 75px !important;
  background-color: #f5f5f5;
  background:rgba(0,0,0,0.1);
}
.docr #top_scroll_page {
  background: linear-gradient(to bottom, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0) 100%);
}
.docr #bottom_scroll_page {
  background: linear-gradient(to top, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0) 100%);
}












/* Farben der verschiedenen Sektions-Stati */
.docr .status_0    { background-color: #bcbcbc !important; } /* hellgrau */
.docr .status_1    { background-color: #5ec43c !important; } /* gelb */
.docr .status_2    { background-color: #cc3333 !important; } /* rot */






/* Inline-Templates nicht anzeigen */
[data-docr-template] {
  display: none;
}

[data-docr-segment] {
  position: relative;
}
[data-docr-segment] .docr-segmentsteuerung {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
[data-docr-segment] .docr-segmentsteuerung button {
  z-index: 2;
  float: right;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 3px;
  color: #fff;
  background-color: #888;
  cursor: pointer;
}
[data-docr-segment] .docr-segmentsteuerung button.segment-loeschen {
  background-color: #cc3333;
}
[data-docr-segment] .docr-segmentsteuerung button:before {
  margin: 0;
}



/* Editoren hervorheben */
.cke_editable:hover {
  outline: 1px dotted currentcolor;
  outline-offset: 3px;
}
.cke_focus {
  outline: 2px solid currentcolor !important;
  outline-offset: 3px;
}
.cke_editable.dirty {
  outline: 2px dotted #fd9d3a !important;
  outline-offset: 3px;
}

/* einfache Zeilenumbrüche im Editor sichtbar machen */
/* Deaktiviert wegen zwei Nebeneffekten:
   1) das Löschen des Umbruchs mit Entfernen- oder Rücktaste funktioniert nicht
   2 ) leere p-Tags sind im Quelltext als <p>&nbsp;</p> vorhanden, werden im Editor jedoch durch
   <p><br></p> ersetzt. Mit aktiviertem Styling ist die Höhe des leeren P-Tags im Editor dann 0px,
   in der öffentlichen Darstellung jedoch nicht. */
/* .cke_editable br {
  display: block;
  content: "";
}
.cke_editable br:before {
  position: absolute;
  display: block;
  content: "↵";
  margin-top: -6px;
  font-size: 12px;
  line-height: 12px;
  color: #ee9900;
  text-shadow: 0px 0px 0px rgb(255 255 255 / 30%);
} */








/* Tags */
.docr .tag {
  display: inline-block;
  padding: 0 5px 0 5px;
  margin: 0 0 5px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background-color: #a2a2a2;
  cursor: default;
  background-clip: padding-box;
  border-radius: 2px;
}
.docr .tag + .tag {
  margin-left: 5px;
}
.docr h2 .tag {
  vertical-align: top;
}
.docr .tag.betont {
  color: #fff;
  background-color: #92c833;
}
.docr .tag.alternativ {
  color: #fff;
  background-color: #ECC218;
}
.docr .tag.warnung {
  padding: 0 5px 0 5px; /* wird sonst auf 10px von allgemeiner Klasse warnung gesetzt */
  color: #fff;
  background-color: #d54e21;
}






/* Fortschrittsanzeige */
.docr .etappe {
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: nowrap;
  counter-reset: step;
}
.docr .etappe li {
  position: relative;
  flex: 3 1 0%;
  padding: 0.5em 30px 0.5em 8px;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  list-style-type: none;
  background-color: #d0d0d0;
  border-top-right-radius: 0.65em;
  border-bottom-right-radius: 0.65em;
}
.docr .etappe li.erledigt {
  background-color: #444;
}
.docr .etappe li.aktuell {
  background-color: #df2b2a;
  flex: 4 1 0%;
}
.docr .etappe li:first-child {
  border-top-left-radius: 0.65em;
  border-bottom-left-radius: 0.65em;
}
.docr .etappe li:before {
  position: absolute;
  display: block;
  z-index: 1;
  right: 0;
  top: -2px;
  bottom: -2px;
  content: counter(step);
  counter-increment: step;
  text-align: center;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 30px;
  line-height: 2em;
  border-top-right-radius: 0.65em;
  border-bottom-right-radius: 0.65em;
  background-color: inherit;
  font-weight: 700;
}
.docr .etappe li:after{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 20px;
  background-color: inherit;
  content: '';
}
.docr .etappe li:first-child:after{
  content: none;
}






/* Baumstruktur */
.docr .baumstruktur {
  position: relative;
  font-family: monospace;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.docr .baumstruktur span {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.4px;
  color: #aaa;
}
.docr .baumstruktur ul {
  padding-left: 5px;
  list-style: none;
}
.docr .baumstruktur ul li {
  position: relative;
  padding: 5px 5px 5px 15px;
}
.docr .baumstruktur ul li:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #666;
}
.docr .baumstruktur ul li:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #666;
}
.docr .baumstruktur ul li:last-child:after {
  height: 15px;
}
.docr .baumstruktur li > ul {
  display: none;
}
.docr .baumstruktur li > .offen ~ ul {
  display: block;
}
.docr .baumstruktur ul a {
  cursor: pointer;
  text-decoration: none;
}
.docr .baumstruktur ul a:hover {
  text-decoration: underline;
}

.docr .baumstruktur .ordner {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-bottom: -2px;
  margin-right: 8px;
  background-color: #2d7fd1;
  border-radius: 0 2px 2px 2px;
}
.docr .baumstruktur .ordner:after {
  position: absolute;
  content: '';
  top: -2px;
  left: 0px;
  width: 50%;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background-color: #235383;
}
.docr .baumstruktur .ordner.offen:after {
  background-color: #2d7fd1;
}
.docr .baumstruktur .ordner.offen:before {
  content: '';
  position: absolute;
  left: 1px;
  bottom: 0;
  width: 100%;
  height: 7px;
  border-top: 1px solid #122c46;
  border-left: 1px solid #122c46;
  border-radius: 2px 2px 0 0;
  background-color: #235383;
  transform: skew(-20deg);
}

.docr .baumstruktur .file-icon {
  width: 12px;
  height: 16px;
  margin-bottom: -3px;
  margin-right: 5px;
  border-radius: 2px;
}
.docr .baumstruktur .file-icon:before {
  border-bottom-left-radius: 1px;
  border-width: 3px;
}
.docr .baumstruktur .file-icon:after {
  content: "";
  left: 2px;
  right: 2px;
  bottom: 3px;
  width: auto;
  border-bottom: 2px solid rgba(255,255,255,.45);
}







/* Kontextmenue */
.docr-kontextmenue {
  width: auto !important;
}
.docr-kontextmenue ul {
  display: none;
}

.tooltipster-kontextmenue.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  background: #3c6b82;
  border-radius: 4px;
}
.tooltipster-kontextmenue.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #3c6b82;
}

.tooltipster-kontextmenue.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #3c6b82;
}

.tooltipster-kontextmenue.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #3c6b82;
}

.tooltipster-kontextmenue.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #3c6b82;
}
.tooltipster-kontextmenue.tooltipster-sidetip .tooltipster-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}

.tooltipster-kontextmenue ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}
.tooltipster-kontextmenue ul li {
  position: relative;
    border-left: 1px solid rgba(0,0,0,0.5);
}
.tooltipster-kontextmenue ul li:first-child {
  border: none;
}

.tooltipster-kontextmenue a {
  display: inline-block;
  padding: 0 10px 0 10px;
  height: auto;
  min-width: 0;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: inherit;
  text-transform: none;
  font-family: 'docr-Titel', sans-serif;
  font-weight: 400;
  text-decoration: none !important;
  color: #fff;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 250ms ease, background-color 250ms ease;
}
.tooltipster-kontextmenue a.bestaetigt {
  color: #fff;
  background-color: #7f39d5;
  border-color: #7f39d5;
}
.tooltipster-kontextmenue a:hover {
  background-color: rgba(0,0,0,.2);
}

.tooltipster-kontextmenue a.bestaetigt {
  background-color: #7f39d5;
}
.tooltipster-kontextmenue a.bestaetigt:hover {
  background-color: #6a30b3;
}
.tooltipster-kontextmenue a.keintext[class^="i-"]:before,
.tooltipster-kontextmenue a.keintext[class*=" i-"]:before {
  margin-right: 0;
}
.tooltipster-kontextmenue a[class^="i-"]:before,
.tooltipster-kontextmenue a[class*=" i-"]:before,
.tooltipster-kontextmenue a.keintext.bestaetigt[class^="i-"]:before,
.tooltipster-kontextmenue a.keintext.bestaetigt[class*=" i-"]:before {
  margin-right: 0.5em;
}







/* Box für Fehler-/Erfolgsmeldungen */
.docr .meldungsbox {
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
  padding: 10px;
  background-color: #f5f5f5;
}

.docr .fehler {
  font-weight: 700;
  color:#CE1A19;
}
.docr label.fehler {
  color: #CE1A19;
}
.docr input.fehler,
.docr textarea.fehler,
.docr select.fehler,
.docr .fehler textarea,
.docr .fehler select,
.docr .fehler .CodeMirror,
.docr .fehler .cke_editor_htmlinput,
.docr .fehler .cke_textarea_inline {
  border: 1px solid #CE1A19 !important;
}
.docr .fehler > .superselect .ts-control {
  font-weight: bold;
  color: #CE1A19;
  border: solid 1px #CE1A19 !important;
}
.docr .validierungshinweis,
.docr .validierungsfehler {
  display: none;
  width: 98%;
  font-weight: 700;
  padding: 10px 30px 10px 10px;
  margin: 30px 0 30px 0;
  color: #CE1A19;
  border: 1px solid #CE1A19 !important;
}

/* Placeholder im Fehlerfall rot färben */
.docr .fehler ::placeholder,
.docr .fehler::placeholder {
  font-weight: bold;
  color: #CE1A19;
}


.docr .meldung {
  font-weight: 700;
  color:#777;
}

.docr .erfolg {
  font-weight: 700;
  color:#509531;
}

.docr .melder {
  display: none;
}
.docr .melder.fehler,
.docr .melder.meldung,
.docr .melder.erfolg {
  display: block;
  margin-bottom: 20px;
}
.docr span.melder.fehler,
.docr span.melder.meldung,
.docr span.melder.erfolg {
  display: inline;
}





.docr #uploader {
  min-height: 140px;
}


.docr .dropzone {
  position: relative;
  border: 1px solid #ccc;
}
.docr .dropzone .vorschau {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.docr .dropzone .dz-message {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  background: rgba(255,255,255,0.5);
}
.docr .dropzone .dz-previews,
.docr .dropzone.ohne-miniaturen .dz-preview {
  position: absolute;
  top: 0;
}
.docr .dropzone .dz-preview .dz-error-mark svg g {
  fill: #CE1A19;
  stroke: #fff;
}
.docr .dropzone .dz-preview .dz-error-message {
  background: #CE1A19;
}
.docr .dropzone .dz-preview .dz-progress {
  height: 5px;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  margin: 0;
}
.docr .dropzone .dz-preview .dz-progress .dz-upload {
  background: #92c833;
}

.docr .dropzone.ohne-miniaturen .dz-preview .dz-image,
.docr .dropzone.ohne-miniaturen .dz-preview .dz-details {
  display: none;
}
.docr .dropzone.ohne-miniaturen .dz-previews,
.docr .dropzone.ohne-miniaturen .dz-preview {
  width: inherit;
  margin: 0;
}
.docr .dropzone.ohne-miniaturen .dz-preview .dz-error-message {
  top: 90px;
  left: 50%;
  margin-left: -70px;
}
.docr .dropzone.ohne-miniaturen .dz-preview .dz-progress {
  width: calc(100% - 2px);
  border: none;
}












/* Modul-spezifische Anpassungen */

/* Menü-Elemente verbergen */
#modul_login #docr_header,
#modul_login #docr_menu,
#modul_password #docr_header,
#modul_password #docr_menu,
#modul_ticket #docr_header,
#modul_ticket #docr_menu,
#modul_media_pick #docr_header .docr_menutoggler,
#modul_media_pick #docr_menu {
  display: none;
}

/* Logo auf Login-/Passwort-/Ticket-Seite */
#modul_login form .logo,
#modul_password form .logo,
#modul_ticket form .logo {
  display: block;
  margin-bottom: 4em;
}
#modul_login form .logo div,
#modul_password form .logo div,
#modul_ticket form .logo div {
  display: none;
}
#modul_login form .logo:before,
#modul_password form .logo:before,
#modul_ticket form .logo:before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url('../docr-set/logo.svg') no-repeat left center;
  background-size: contain;
  transition: all .3s;
}










/* folgende Klassen am Ende, um vorhergehende Definitionen überschreiben zu können */

/* Verhalten */

.docr .ku {
  white-space:nowrap;
}
.docr #htmlinhalt .ku {
  border-bottom: 1px dotted #666;
}

.docr .wu {
  word-wrap: break-word;
}

.docr .ib {
  display: inline-block;
}
.docr .i {
  display: inline;
}
.docr .b {
  display: block;
}

.docr .verdeckt {
  display: none;
}
.docr .verdeckt_erzwungen {
  display: none !important;
}

.docr .nicht-verfuegbar {
  text-decoration: line-through;
  color: #888;
}
.docr .nicht-auflisten {
  color: #888;
}

.docr .unauswaehlbar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}



/* allgemeine Formate */

.docr .text-links {
  text-align: left;
}
.docr .text-rechts {
  text-align: right;
}
.docr .text-mittig {
  text-align: center;
}
.docr .text-unten {
  vertical-align: bottom;
  display: table-cell;
}

.docr .links {
  float: left;
}
.docr .rechts {
  float: right;
}

.docr .hinweis {
  font-size: 13px;
  line-height: 16px;
  color: #777;
}

.docr .betont {
  color: #328A98;
}

.docr .warnung:not(.sf):not(button):not(.tag) {
  padding: 10px;
  background-color: #CE1A19;
  color: #fff;
}

.docr .abgerundet {
  border-radius: 4px;
}

.docr .schatten {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}






/* Spalten */

.docr .spalten {
  padding-left: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.docr .spalten:before,
.docr .spalten:after {
  content: " ";
  display: table;
}
.docr .spalten:after {
  clear: both;
}
.docr .spalte {
  float: left;
  padding-right: 30px;
  padding-bottom: 40px;
}
.docr .spalten.zweier .spalte:nth-child(2n+1) {
  clear:left;
}
.docr .spalten.dreier .spalte:nth-child(3n+1) {
  clear:left;
}
.docr .spalten.vierer .spalte:nth-child(4n+1) {
  clear:left;
}
.docr .spalten.fuenfer .spalte:nth-child(5n+1) {
  clear:left;
}

@media only screen and (min-width: 992px) {
  .docr .spalten {
    padding-left: 50px;
    margin-left: -50px;
    margin-right: -50px;
  }
  .docr .spalte {
    padding-right: 50px;
  }
}





/* Breiten */

.docr .voll, .docr .b100        { width: 100%; }
.docr .b80                      { width: 100%; }
.docr .dreiviertel, .docr .b75  { width: 100%; }
.docr .b70                      { width: 100%; }
.docr .zweidrittel, .docr .b66  { width: 100%; }
.docr .b60                      { width: 100%; }
.docr .halb, .docr .b50         { width: 100%; }
.docr .b40                      { width: 100%; }
.docr .drittel, .docr .b33      { width: 100%; }
.docr .b30                      { width: 100%; }
.docr .viertel, .docr .b25      { width:  50%; }
.docr .fuenftel, .docr .b20     { width:  50%; }
.docr .b15                      { width:  50%; }
.docr .achtel, .docr .b12_5     { width:  50%; }

.docr .voll\!, .docr .b100\!        { width: 100%; }
.docr .b80\!                        { width:  80%; }
.docr .dreiviertel\!, .docr .b75\!  { width:  75%; }
.docr .b70\!                        { width:  70%; }
.docr .zweidrittel\!, .docr .b66\!  { width:  66.6%; }
.docr .b60\!                        { width:  60%; }
.docr .halb\!, .docr .b50\!         { width:  50%; }
.docr .b40\!                        { width:  40%; }
.docr .drittel\!, .docr .b33\!      { width:  33.3%; }
.docr .b30\!                        { width:  30%; }
.docr .viertel\!, .docr .b25\!      { width:  25%; }
.docr .fuenftel\!, .docr .b20\!     { width:  20%; }
.docr .b15\!                        { width:  15%; }
.docr .achtel\!, .docr .b12_5\!     { width:  12.5%; }

.docr .max-b80                         { max-width: 80%; }
.docr .max-dreiviertel, .docr .max-b75 { max-width: 75%; }
.docr .max-zweidrittel, .docr .max-b66 { max-width: 66.6%; }
.docr .max-b60                         { max-width: 60%; }
.docr .max-halb, .docr .max-b50        { max-width: 50%; }
.docr .max-b40                         { max-width: 40%; }
.docr .max-drittel, .docr .max-b33     { max-width: 33.3%; }
.docr .max-b30                         { max-width: 30%; }
.docr .max-viertel, .docr .max-b25     { max-width: 25%; }
.docr .max-fuenftel, .docr .max-b20    { max-width: 20%; }
.docr .max-b15                         { max-width: 15%; }
.docr .max-achtel, .docr .max-b12_5    { max-width: 12.5%; }

@media only screen and (min-width: 576px) {
  .docr .voll, .docr .b100        { width: 100%; }
  .docr .b80                      { width: 100%; }
  .docr .dreiviertel, .docr .b75  { width: 100%; }
  .docr .b70                      { width: 100%; }
  .docr .zweidrittel, .docr .b66  { width: 100%; }
  .docr .b60                      { width: 100%; }
  .docr .halb, .docr .b50         { width: 100%; }
  .docr .b40                      { width: 100%; }
  .docr .drittel, .docr .b33      { width:  50%; }
  .docr .b30                      { width:  50%; }
  .docr .viertel, .docr .b25      { width:  50%; }
  .docr .fuenftel, .docr .b20     { width:  50%; }
  .docr .b15                      { width:  50%; }
  .docr .achtel, .docr .b12_5     { width:  50%; }
}

@media only screen and (min-width: 992px) {
  .docr .voll, .docr .b100        { width: 100%; }
  .docr .b80                      { width:  80%; }
  .docr .dreiviertel, .docr .b75  { width:  75%; }
  .docr .b70                      { width:  70%; }
  .docr .zweidrittel, .docr .b66  { width:  66.6%; }
  .docr .b60                      { width:  60%; }
  .docr .halb, .docr .b50         { width:  50%; }
  .docr .b40                      { width:  40%; }
  .docr .drittel, .docr .b33      { width:  33.3%; }
  .docr .b30                      { width:  30%; }
  .docr .viertel, .docr .b25      { width:  25%; }
  .docr .fuenftel, .docr .b20     { width:  20%; }
  .docr .b15                      { width:  15%; }
  .docr .achtel, .docr .b12_5     { width:  12.5%; }
}

@media only screen and (max-width: 991px) {
  .docr .mobil-voll, .docr .mobil-b100        { width: 100%; }
  .docr .mobil-b80                            { width:  80%; }
  .docr .mobil-dreiviertel, .docr .mobil-b75  { width:  75%; }
  .docr .mobil-b70                            { width:  70%; }
  .docr .mobil-zweidrittel, .docr .mobil-b66  { width:  66%; }
  .docr .mobil-b60                            { width:  60%; }
  .docr .mobil-halb, .docr .mobil-b50         { width:  50%; }
  .docr .mobil-b40                            { width:  40%; }
  .docr .mobil-drittel, .docr .mobil-b33      { width:  33%; }
  .docr .mobil-b30                            { width:  30%; }
  .docr .mobil-viertel, .docr .mobil-b25      { width:  25%; }
  .docr .mobil-fuenftel, .docr .mobil-b20     { width:  20%; }
  .docr .mobil-b15                            { width:  15%; }
  .docr .mobil-achtel, .docr .mobil-b12_5     { width:  12.5%; }
}

.docr .max-b300 { max-width: 300px; }
.docr .max-b400 { max-width: 400px; }
.docr .max-b500 { max-width: 500px; }
.docr .max-b600 { max-width: 600px; }
.docr .max-b700 { max-width: 700px; }
.docr .max-b800 { max-width: 800px; }






/* Abstände */

.docr .keinabstand { margin: 0 !important; }

.docr .kleinerabstandlinks  { margin-left: 20px !important; }
.docr .kleinerabstandrechts { margin-right: 20px !important; }
.docr .kleinerabstandoben   { margin-top: 20px !important; }
.docr .kleinerabstandunten  { margin-bottom: 20px !important; }

.docr .abstandlinks  { margin-left: 40px !important; }
.docr .abstandrechts { margin-right: 40px !important; }
.docr .abstandoben   { margin-top: 40px !important; }
.docr .abstandunten  { margin-bottom: 40px !important; }

.docr .grosserabstandlinks  { margin-left: 80px !important; }
.docr .grosserabstandrechts { margin-right: 80px !important; }
.docr .grosserabstandoben   { margin-top: 80px !important; }
.docr .grosserabstandunten  { margin-bottom: 80px !important; }












/* Signal-Effekte */

.docr .ladeblinker {
  -webkit-animation: blink 1000ms linear infinite;
  animation: blink 1000ms linear infinite;
}
@-webkit-keyframes blink {
  from { opacity: 1; }
  50%  { opacity: 0.2; }
  to   { opacity: 1; }
}
@keyframes blink {
  from { opacity: 1; }
  50%  { opacity: 0.2; }
  to   { opacity: 1; }
}

.docr .shake {
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.docr .bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

.docr .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.docr .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.docr .hidden {
  display: none !important;
  visibility: hidden;
}

.docr .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.docr .visuallyhidden.focusable:active,
.docr .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.docr .invisible {
  visibility: hidden;
}

.docr .clearfix:before,
.docr.clearfix:before,
.docr .clearfix:after,
.docr.clearfix:after {
  content: " ";
  display: table;
}

.docr .clearfix:after,
.docr.clearfix:after {
  clear: both;
}






/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

  .docr * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .docr a,
  .docr a:visited {
    text-decoration: underline;
  }

  .docr a[href]:after {
    content: " (" attr(href) ")";
  }

  .docr abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .docr .ir a:after,
  .docr a[href^="javascript:"]:after,
  .docr a[href^="#"]:after {
    content: "";
  }

  .docr pre,
  .docr blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .docr thead {
    display: table-header-group; /* h5bp.com/t */
  }

  .docr tr,
  .docr img {
    page-break-inside: avoid;
  }

  .docr img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  .docr p,
  .docr h2,
  .docr h3 {
    orphans: 3;
    widows: 3;
  }

  .docr h2,
  .docr h3 {
    page-break-after: avoid;
  }


  #docr_menu {
    display: none;
  }

  .docr .sektionen {
    margin: 20px -20px 0 0;
  }
  .docr .sektion .beschreibung {
    font-size: 13px;
  }
  .docr .sektion .beschreibung label {
    font-size: 12px;
  }

  .docr.ansicht-liste .sektion {
    margin: 0 0 30px 0;
    padding: 10px 0 10px 0;
    page-break-inside: avoid;
  }
  .docr.ansicht-liste .sektion .beschreibung .bearbeiter,
  .docr.ansicht-liste .sektion .beschreibung .bemerkungen,
  .docr.ansicht-liste .sektion .beschreibung .kontakt {
    min-height: 40px;
  }

  @page {
    size: landscape;
  }


}
