div.mod-languages ul li.lang-active {
  background-color: #ffffff;
}
div.mod-languages li {
  margin: 0px;
}
div.mod-languages a {
  padding: 3px;
}

.camera_wrap a.camera-button {
    font-size: 0.8em;
  color: #000;
  display: none;
} 
a.btn camera-button {
color: 000;
}
h3.mslider-title {
  margin: 10;
  background-color: #000000;
}
dt.article-info-term {
display: none;
}
.article-info dd {
    padding-bottom: 15px;
}
/*-------------- ANFANG damit Icons in Buttons gleich groß bleiben--------------*/
.buttonck.iconck.inner > .pbckicon {
min-width: 26px;
}
/*-------------- ANFANG responsive Tabelle--------------*/
table th, table td {  white-space: nowrap;}

/*-------------- ANFANG Liste mit FontAwesome Module--------------*/
ul.black {
  list-style-type: none;
  padding: 0px 0px 0px 15px;
  margin: 0 0 0 0px;
}

li.black {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px
}

li.black::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f138";
  color: #000000;
}
ul.white {
  list-style-type: none;
  padding: 0px 0px 0px 15px;
  margin: 0 0 0 0px;
}

li.white {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px
}

li.white::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f138";
  color: #ffffff;
}
/*-------------- ENDE Liste mit FontAwesome Module--------------*/
