/* ----- GENERATED FILE! Do NOT EDIT directly! -----
   Always edit and re-compile original {less}-file!
   ------------------------------------------------- 
   (c) Copyright FernUniversitaet in Hagen, ZMI
 */
.imgWithMap {
  float: left;
  position: relative;
  margin: 0 0 1em 0;
  padding: 0;
}
.imgWithMap img.clickmark,
.imgWithMap .clickmark img {
  background: none !important;
}
.imgWithMap .clickmark {
  display: none;
  position: absolute;
}
.imgWithMap .clickmark label {
  background-color: white;
  color: black;
  opacity: 0.6;
  display: inline;
  margin: 0;
  padding: 0 2px 0 5px;
  position: relative;
  top: -5px;
  font-size: 15px;
  /*20 px Höhe des Images ./. 5px Verschiebung nach oben */
}
@media (prefers-color-scheme: dark) {
  body:not(.disableDarkMode) .imgWithMap .clickmark label {
    background-color: black;
    color: white;
  }
}
h2 {
  clear: both;
}
tr.imgmapzuordnung.active {
  background-color: rgba(255, 255, 0, 0.2);
}
tr.imgmapzuordnung.active th {
  background-color: #c3d1d7;
}
@media (prefers-color-scheme: dark) {
  body:not(.disableDarkMode) tr.imgmapzuordnung.active,
  body:not(.disableDarkMode) tr.imgmapzuordnung.active th {
    background-color: rgba(255, 255, 0, 0.2);
  }
}
