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

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

a, .link {
  color: #5E92B3;
}

a:hover, .link:hover {
  color: #005287;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

#meta-top {
  background-color: #E2E7EB;
}

#meta-top-nav {
  padding: 5px 0;
}

#meta-top-links {
  margin: 0;
}

#meta-top-links li {
  padding: 0.25rem 1rem 0.25rem 0;
}

#meta-top-links li a, #lang-switcher li a {
  text-decoration: none;
  line-height: 18px;
  color: #000;
}

#meta-top-links li a:hover, #lang-switcher li a:hover {
  text-decoration: underline;
}

#meta-top-fau-link img {
  height: 18px;
  width: auto;
}

#meta-top-fau-link::before {
  content: "↑";
  font-size: 18px;
  margin-right: 4px;
}

#meta-main {
  margin-top: 32px;
  padding-bottom: 20px;
}

#meta-main-nav {
  justify-content: right;
}

#meta-main-links li {
  padding: 1rem;
}

#meta-main-links li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
}

#meta-main-links li a:hover {
  text-decoration: underline;
}

#header-box {
  background-color: #8C9FB1;
}

#header-box .container {
  padding-top: 16px;
  padding-bottom: 16px;
}

#header-box .container h1, h1 {
  font-weight: 400;
  font-size: 1.812rem;
}

#header-box .container h2, h2 {
  font-weight: 400;
  font-size: 1.25rem;
}

#content, .spacer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.spacer-bottom {
  margin-bottom: 16px;
}

.spacer-top {
  margin-top: 16px;
}

footer {
  background-color: #8C9FB1;
  padding-top: 32px;
  padding-bottom: 32px;
}

#meta-bottom-nav {
  justify-content: right;
}

#meta-bottom-links li {
  padding: 1rem;
}

#meta-bottom-links li a {
  text-decoration: none;
  color: #000;
}

#meta-bottom-links li a:hover {
  text-decoration: underline;
}

#form .row {
  margin-bottom: 16px;
}

table.wechselfarbe tr td {
  background: #CBD5DB;
}

table.wechselfarbe tr:nth-child(odd) td {
  background: #E4E9EC;
}

table.clickable tr:hover td {
  background: #9EBDD1 !important;
  cursor: pointer;
}

table.clickable tr th {
  background: #B6C2CE !important;
}

table.clickable th, table.clickable td {
  padding-left: 4px;
}

a.button {
  text-decoration: none;
  color: #000;
  border: 1px solid #666;
  padding: 5px;
  border-radius: 2px;
}

a.button:hover {
  background-color: #ddd;
}

.input-file {
  margin-top: 8px;
  margin-bottom: 8px;
}

.error {
  color: red;
  border: 1px solid #971B2F;
  padding: 16px;
  margin-bottom: 16px;
}

.error p {
  margin-bottom: 0;
}

input[readonly], textarea[readonly] {
  background-color: #E4E9EC;
}

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div :hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

div.display_page {
  overflow: auto;
  max-height: 600px;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 20px;
  margin: 20px;

}

/*# sourceMappingURL=screen.css.map */
