@charset "CP850";
/**
 * Allgemein
 */
html {
  position: relative;
  min-height: 100%;
  min-width: 250px; }

body {
  background: #f8f8f8;
  font-size: 0.875rem;
  margin-bottom: 60px;
  padding-top: 74px; }

.hidden {
  display: none; }

.dwp-main {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }
  @media (max-width: 575px) {
    .dwp-main {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }

/**
 * Forms
 */
.dwp-cb-group {
  margin-left: 20px; }
  .dwp-cb-group label.error {
    display: block;
    margin-top: -2px; }
  .dwp-cb-group input.error {
    outline: 2px solid #dc3545;
    outline-offset: -1px; }

.form-group.required label.dwp-form-lbl:after,
.form-group.required legend.dwp-form-lbl:after {
  content: ' *';
  color: #dc3545; }

.dwp-form-lbl {
  font-size: 1rem; }

.form-control.error, .dwp-file-group.error {
  border: 2px #dc3545 solid; }

label.error,
span.error {
  color: #dc3545; }

.dwp-radio-group > .error {
  display: block; }

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none; }

.dwp-cnt {
  padding: 25px;
  margin-bottom: 25px; }

.dwp-cnt-lbl {
  margin-bottom: 25px; }

.reqFieldText .red {
  color: #dc3545; }

.form-control {
  border-radius: 0px; }

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c0c0c0; }

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c0c0c0; }

.val-upper {
  text-transform: uppercase; }

/**
 * Top Navbar
 */
.navbar {
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
  .navbar .navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    font-size: 1rem; }
    .navbar .navbar-brand #logo {
      width: 100px;
      height: 50px; }
    .navbar .navbar-brand #text {
      white-space: pre-line; }
  .navbar button:focus {
    outline: 0px; }
  .navbar #dropdownUserMenu i {
    padding-right: 9px; }
  .navbar #dropdownUserMenu span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 225px;
    vertical-align: middle; }

/**
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 74px 0 84px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); }
  .sidebar .sidebar-sticky {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%; }
  @supports (position: -webkit-sticky) or (position: sticky) {
    .sidebar .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky; } }
  .sidebar .nav {
    margin-left: 20px; }
  .sidebar .nav-item.parent {
    text-transform: uppercase;
    border-bottom: 1px solid #acb0b4;
    font-weight: bold;
    margin-bottom: 12px;
    margin-right: 20px; }
    .sidebar .nav-item.parent a:hover {
      padding-bottom: 2px;
      border-bottom: 3px solid #acb0b4; }
  .sidebar .nav-link {
    padding: 14px 20px 5px 0; }
  .sidebar ul.children {
    list-style: none;
    padding-left: 0px; }
    .sidebar ul.children .nav-link {
      padding-top: 0px;
      margin-left: 15px; }
      .sidebar ul.children .nav-link::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        position: relative;
        top: 14px;
        left: -12px;
        border-radius: 50%;
        background: #2f3a44; }
    .sidebar ul.children a.nav-link:hover {
      text-decoration: underline; }
    .sidebar ul.children a.nav-link:hover::before {
      left: -8px; }
  .sidebar a {
    color: #6d757c; }
    .sidebar a:hover {
      color: #acb0b4; }

/**
 * Footer
 */
.dwp-footer {
  position: absolute;
  box-shadow: inset -1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 100%;
  padding: 5px;
  z-index: 100; }
  .dwp-footer #powered-by-dorg {
    display: block;
    font-size: 0.5625rem;
    padding-top: 5px; }
  .dwp-footer .text a {
    text-decoration: none; }
    .dwp-footer .text a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .dwp-footer {
      position: fixed; } }
  .dwp-footer .row {
    margin-left: 0px;
    margin-right: 0px; }

/**
 * Content
 */
[role='main'] {
  padding-top: 48px;
  padding-bottom: 48px; }

.main-wrapper {
  margin-top: 25px;
  margin-bottom: 25px; }

.form-btn-wrapper {
  height: 38px; }

/**
 * Cookie-Consent
 */
.cookiealert {
  padding: 20px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #000;
  background: #fff;
  position: fixed;
  bottom: 0; }
  .cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms; }
  .cookiealert a {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .cookiealert {
      bottom: 25px;
      right: 25px;
      width: 280px; } }

/**
 * Space-Cards
 */
.dwp-space-cards a:hover {
  text-decoration: none !important; }
.dwp-space-cards .card {
  border-radius: 0px;
  margin: 10px;
  color: #000; }
  .dwp-space-cards .card i {
    margin: 20px; }

/**
 * Login-Seite
 */
.form-label-group {
  position: relative; }

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem; }

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out; }

.form-label-group input::-webkit-input-placeholder {
  color: transparent; }

.form-label-group input:-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-moz-placeholder {
  color: transparent; }

.form-label-group input::placeholder {
  color: transparent; }

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem; }

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.625rem;
  color: #c0c0c0; }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none; }

  .form-label-group input::-ms-input-placeholder {
    color: #c0c0c0; } }
/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none; }

  .form-label-group input:-ms-input-placeholder {
    color: #c0c0c0; } }
.frameless-form {
  width: 100%;
  max-width: 420px;
  padding: 25px;
  margin: auto;
  min-width: 250px; }
  .frameless-form #powered-by-dorg {
    position: relative;
    top: 60px;
    font-size: 0.75rem; }
  .frameless-form span.error {
    position: relative; }
  .frameless-form #frameless-error {
    min-height: 47px; }

.navbar-nav ul.children {
  padding-left: 20px;
  list-style: none; }

/**
 * Ajax Loading Anzeige
 */
#loadingDiv {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  #loadingDiv .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -32px; }
  #loadingDiv span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 15px;
    margin-left: -85px; }

/**
 * no-script
 */
#dwp-noscript {
  position: fixed;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 0.75rem;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f7f7f7;
  white-space: nowrap; }
  #dwp-noscript .dwp-noscript-inner {
    white-space: normal;
    width: 380px;
    vertical-align: middle;
    text-align: center;
    display: inline-block; }
  #dwp-noscript .dwp-noscript-logo {
    display: inline-block;
    margin-bottom: 45px;
    width: 200px;
    height: 100px; }
  #dwp-noscript .dwp-noscript-maintext {
    font-size: 2em; }
  #dwp-noscript button {
    cursor: pointer;
    padding: 8px;
    font-size: 0.75rem;
    float: right;
    border-radius: 2px;
    border: 1px solid #aeaeae;
    background: #f6f6f6;
    float: none; }

#dwp-noscript:before {
  content: '';
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block; }

/*
 * DWP-Files-Comp
 */
.dwp-files-table {
  width: 100%; }

.custom-file-input ~ .custom-file-label::after {
  content: "Datei hinzufügen"; }

@media (max-width: 767px) {
  .table-responsive {
    max-height: none !important; } }

/*
 * DWP-Download-Comp
 */
.dwp-download-comp .dwp-download-grp-btn.collapsed i::before {
  content: "\f0da"; }
.dwp-download-comp .dwp-download-grp-btn {
  text-decoration: none !important;
  color: inherit;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  display: block; }
  .dwp-download-comp .dwp-download-grp-btn i {
    display: inline-block;
    width: 10px; }
.dwp-download-comp .dwp-download-grp-list li:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.05); }
.dwp-download-comp .dwp-download-grp-list li:hover > .dwp-download-main > .infos > .size,
.dwp-download-comp .dwp-download-grp-list li:hover > .dwp-download-main > .infos > .filename {
  color: #000; }
.dwp-download-comp .dwp-download-grp-list {
  list-style: none;
  padding: 0; }
  .dwp-download-comp .dwp-download-grp-list a {
    text-decoration: none;
    color: #000;
    display: inline-block; }
    .dwp-download-comp .dwp-download-grp-list a i {
      color: #777; }
    @media (min-width: 576px) {
      .dwp-download-comp .dwp-download-grp-list a {
        margin-bottom: 10px; } }
  .dwp-download-comp .dwp-download-grp-list .infos {
    color: #aaa;
    font-size: 0.9em; }
    @media (min-width: 576px) {
      .dwp-download-comp .dwp-download-grp-list .infos {
        width: 85%; } }
  .dwp-download-comp .dwp-download-grp-list li {
    padding: 5px; }
    @media (min-width: 576px) {
      .dwp-download-comp .dwp-download-grp-list li {
        display: flex; } }
.dwp-download-comp .dwp-download-main {
  display: inline-block;
  flex: 1;
  padding-bottom: 7px; }
  @media (min-width: 576px) {
    .dwp-download-comp .dwp-download-main {
      padding-right: 30px;
      padding-bottom: 0px; } }
.dwp-download-comp .btn-group {
  display: block; }
.dwp-download-comp .dwp-download-sub-grp {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important; }
.dwp-download-comp .dwp-download-grp .dwp-download-grp {
  flex: 1; }
  .dwp-download-comp .dwp-download-grp .dwp-download-grp ul {
    margin-left: 19px;
    margin-bottom: 10px; }
    @media (max-width: 575px) {
      .dwp-download-comp .dwp-download-grp .dwp-download-grp ul {
        margin-left: 9px; } }
  .dwp-download-comp .dwp-download-grp .dwp-download-grp .dwp-download-grp-btn {
    padding-left: 38px; }
    @media (max-width: 575px) {
      .dwp-download-comp .dwp-download-grp .dwp-download-grp .dwp-download-grp-btn {
        padding-left: 18px; } }
.dwp-download-comp .dwp-download-grp-btn {
  margin-bottom: 0 !important; }
.dwp-download-comp .dwp-download-get.btn {
  white-space: nowrap; }
  @media (max-width: 575px) {
    .dwp-download-comp .dwp-download-get.btn {
      margin-bottom: 3px; } }
.dwp-download-comp .dwp-download-icon {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 2em;
  width: 3em; }
  @media (max-width: 575px) {
    .dwp-download-comp .dwp-download-icon {
      display: none; } }

/* Step-Anzeige in Firefox viel zu klein, siehe Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=947365 baw. für Firefox ausblenden */
input[type=number] {
  -moz-appearance: textfield; }
