@charset "utf-8";
/* ----- GENERATED FILE! Do NOT EDIT directly! -----
   Always edit and re-compile original {less}-file!
   ------------------------------------------------- 
   (c) Copyright FernUniversitaet in Hagen, ZDI
 */
#docframe {
  width: 100%;
  height: 90vh;
  border: 1px solid #eee;
}
#navigation {
  overflow-y: scroll;
}
#navigation #mainnavigation > ul.folding-arrows {
  padding-left: 1.9em;
}
#navigation #mainnavigation > ul.folding-arrows ul.folding-arrows {
  padding-left: 1.3em;
}
#navigation ul.folding-arrows {
  list-style-type: none;
}
#navigation ul.folding-arrows li {
  padding: 0.4em 0;
}
#navigation ul.folding-arrows form {
  display: inline;
}
#navigation ul.folding-arrows form button.small.pill {
  font-family: serif;
  font-weight: bold;
}
#navigation ul.folding-arrows svg.folding-arrow-icon path {
  stroke: #33C;
  stroke-width: 1.2;
  fill: none;
}
@media screen and (max-width: 45em) {
  #navigation ul.folding-arrows svg.folding-arrow-icon path {
    stroke: white;
  }
}
@media screen and (min-width: 45em) {
  #navigation {
    width: 18%;
    max-height: 90vh;
  }
}
#navigation li.unavailable a,
.kursmappeLegende .unavailable a {
  font-weight: normal;
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-style: wavy;
}
