@charset "utf-8";

* {
  font-family: ptsansregular, Arial, helvetica, verdana, sans-serif;
}

.bold {
  font-weight: bold;
}

.bottom-border {
  border-bottom: solid 1px #ced4da;
  padding-bottom: 10px;
}

.copyright {
  color: #000000;
  font-size: 1rem;
  padding: 0 0 0 2rem;
  margin-bottom: 2rem;
}

.documents-ul {
  list-style-image: url("../img/weiter.png");
}

.documents-a {
  color: darkgreen;
  font-size: 20px;
}

.h20 {
  height: 20px;
}

.hint {
  background-color: lightpink;
  border: solid 1px red;
  color: black;
  padding: 5px;
  border-radius: 0.5em;
}

.hint2 {
  background-color: lightpink;
  border: solid 1px red;
  color: black;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: -380px;
  width: 400px;
  height: 20px;
}

.inner {
  margin: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #f8f8f8;
  border: solid 1px #ced4da;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.navlines {
  border-top: solid 1px #ced4da;
  border-bottom: solid 1px #ced4da;
}

.navline1 {
  margin: 0;
  padding: 5px 0 2px 0;
}

.navline2 {
  margin: 0;
  padding: 5px 0 2px 0;
  border-top: solid 1px #ced4da;
}

.navitem:not(:first-child)::before {
  content: "|";
  padding: 0 6px 0 3px;
  color: #c8c8c8;
}

.no-spaces {
  margin: 0;
  padding: 0;
}

#selection {
  position: relative;
  display: inline-block;
}

.selection-gefunden-item {
  padding: 0;
  margin: 0;
  color: darkgreen;
  cursor: pointer;
}

#selection-ergebnis {
  margin: 0 0 0 0;
  padding: 5px 5px 4px 5px;
  border-radius: 5px;
  border: solid 1px #ced4da;
  overflow: scroll;
  visibility: hidden;
}
