li.widget_dcp_progress_bar_widget,
li.widget_dcp_course_menu_widget,
li.widget_dcp_back_to_course_overview_widget {
    list-style:none !important;
}


.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.accordion input{
  display: none;
}

.accordion .panel {
  margin: 0 auto;
  height: 0;
  overflow:hidden;
  background-color: white;
  line-height: 1.4;
  padding: 0 10px;
  box-sizing: border-box;
}

.accordion input:checked~.panel {
  height: auto;
  color: #333;
  padding: 5px;
}

.accordion label {
  cursor: pointer;
  background-color: #d3d3d3; /* hsl(200,80%,80%); */          /* Hellblau */
  border-bottom: 2px solid darkgrey; /* hsl(200,80%,80%); */
  display: block;
  padding: 0 0 0 10px;
  margin-top: 1em;
  width: 100%;
  color: #333;
  font-weight: 600;
  box-sizing: border-box;
  z-index: 100;
}

.accordion input:checked+label {
}

.accordion input[name="acc"] { display:none }

.accordion label:nth-child(odd)::after  { 
  content: "+"; 
  float:right;
  padding-right: 0.5em;
}

/* Fach geöffnet, dann verschwindet das Plus-Zeichen */
.accordion input.open:checked ~ label:nth-child(odd)::after {
    content: "-";
    padding-right: 0.6em;
}

/* und statt dessen erscheint das Minus-Zeichen */
.accordion input.open:checked ~ label.close::after {
  content: "–";
}






.text-complete {
    color: #198754!important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.nounderline {
    text-decoration: none !important;
}

.nounderline-color {
    text-decoration: none !important;
}

a:link.nounderline-color, a:visited.nounderline-color, a:link:active.nounderline-color, a:visited:active.nounderline-color {
    color: #222 !important;
}

.nounderline-white {
    text-decoration: none !important;
}

a:link.nounderline-white, a:visited.nounderline-white, a:link:active.nounderline-white, a:visited:active.nounderline-white {
    color: #FFF !important;
}

.menu-widget.active {
    font-weight: 900 !important;
}

.menu-widget {
    text-decoration: none !important;
}

.menu-widget .highlighted {
    color: #FFF !important;
}

a.menu-widget:link, a.menu-widget:visited, a.menu-widget:hover, a.menu-widget:focus, a.menu-widget:active, a.menu-widget:visited:hover {
    color: #222 !important;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.text-complete {
                    color: #198754!important;
                }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.nounderline {
    text-decoration: none !important;
}

.nounderline-color {
    text-decoration: none !important;
}

a:link.nounderline-color, a:visited.nounderline-color, a:link:active.nounderline-color, a:visited:active.nounderline-color {
    color: #222 !important;
}

.nounderline-white {
    text-decoration: none !important;
}

a:link.nounderline-white, a:visited.nounderline-white, a:link:active.nounderline-white, a:visited:active.nounderline-white {
    color: #FFF !important;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.tab-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top-color:transparent;
    border-radius: 0px;
    padding: 1em;
}