#page-sub-header {
  background: #fff;
}
.site-title, .site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.apps {
  margin-bottom: 30px;
}
.app-head {
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
  padding: 10px;
}
.app-row {
  border: 1px solid #ececec;
  color: #666;
  padding: 10px;
}
.app-row-name {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.app-row-link {
  float: right;
  margin-top: 8px;
}
.app-row-link a {
  color: #cd1432;
}
.app-row-link a:hover {
  color: #a01e3c;
}
.just {
  background-color: #fff;
}
.odd {
  background-color: #ececec;
}
.branch-news {
  margin-top: 30px;
}
.eo-button span {
  background-color: #cd1432;
  display: inline-block;
  height: 30px;
  color: #FFFFFF;
  padding: 0px 16px;
  font-size: 13px;
  line-height: 26px;
  border-color: #e26b75;
  vertical-align: middle;
}
.eo-button span:hover {
  background-color: #a01e3c;
}
.eo-info ul {
  list-style: none;
  padding: 0;
}
.eo-info li {
  padding-left: 1.3em;
  padding-bottom: 15px;
  color: #72747c;
}
.eo-info li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  color: #cd1432;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  font-weight: 900;
  /* hammer wichtig */
}
.magazine {
  margin-bottom: 30px;
}
.rechtespaltekanzleisingle a, .contact a {
  color: #cd1432;
}
.rechtespaltekanzleisingle a:hover, .contact a:hover {
  color: #a01e3c;
  text-decoration: none;
}
.contact {
  border-top: 1px #fff solid;
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}
.contact-title {
  font-weight: bold;
}
.contact-right {
  position: absolute;
  top: 10px;
  right: 5px;
  text-align: right;
}
.chancellery-news {
  margin-top: 30px;
  background-color: #8c1432;
  color: #fff;
}
.chancellery-news-title {
  display: inline-block;
  padding-left: 20px;
}
.chancellery-news-article-title {
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px #fff solid;
}
.chancellery-news-article-link {
  margin-top: 10px;
}
.chancellery-news-article-link a {
  color: #fff;
  text-decoration: underline;
}
.tile, .tile-highlight {
  color: #fff;
  text-align: left;
  height: 100px;
  position: relative;
  cursor: pointer;
}
.tile {
  background-color: #a01e3c;
}
.tile:hover {
  background-color: #8c1432;
}
.tile-highlight {
  background-color: #cd1432;
}
.tile-highlight:hover {
  background-color: #b41446;
}
.tile-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 80%;
  margin: auto;
}
/*
 .tile-text-small {
 font-size: 0.7rem;
 line-height: 14px;
 display: block;
 }
 .tile-text-big {
 font-size: 1.3rem;
 line-height: 27px;
 display: block;
 }
 */
.tile-text {
  font-size: 0.7rem;
  line-height: 14px;
  display: block;
}
.tile-text b {
  font-size: 1.3rem;
  line-height: 27px;
  display: block;
  font-weight: normal;
}
.login {
  position: relative;
}
.login-window, .login-window-fa2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  min-width: 300px;
  margin: auto;
  background-color: #ececec;
  opacity: 0.95;
  filter: alpha(opacity=95);
  padding: 20px;
}
.login-window {
  height: 250px;
}
.login-window-fa2 {
  height: 200px;
}
.login-input {
  border: 1px #fff solid;
  border-radius: 0;
  height: 2.5rem;
  min-width: 200px;
  outline: none;
}
.login-label {
  padding: 5px 0 3px 0;
}
.login-submit {
  width: 100%;
  text-align: right;
}
.login-forget {
  font-size: 0.7rem;
  padding-right: 40px;
  color: #cd1432;
}
.login-forget:hover {
  color: #a01e3c;
}
.main-branch-news, .branch-news {
  color: #72747c;
  line-height: 1.5rem;
}
.branch-news h1 {
  color: #000;
}
.profession {
  font-size: 15px;
}
.disabled-content {
  z-index: 12000 !important;
  background-color: lightgrey;
  opacity: 0.6;
  opacity: 0;
  pointer-events: none;
}
.disabled-content:before {
  content: "Bitte warten!";
  display: block;
  position: absolute;
  z-index: 12001 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  font-weight: bolder;
  padding: 10px;
  margin: 60px 10px 0 0;
  text-align: center;
  background-color: red;
  color: white;
  opacity: 1;
}
.content-loader {
  display: block;
  position: fixed;
  z-index: 11001 !important;
  background-color: #f5f5f5;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.content-loader div {
  width: 100%;
  height: 100%;
  position: relative;
}
.content-loader div div {
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
}
.content-loader div div img {
  width: 150px;
  height: 150px;
}
.login-middle-card > div:first-child {
  background-color: #ececec;
  padding: 0px 10px;
}
.login-middle-card > div:last-child {
  border: 1px solid #ececec;
  padding: 0px 10px;
  height: 120px;
}
.login-middle-card > div:last-child button {
  width: 150px;
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.color333 {
  color: #333;
}
footer ul.menu {
  list-style: none;
  padding: 0;
}
footer ul.menu li {
  padding-left: 0.9em;
}
footer ul.menu li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -0.9em;
  width: 0.9em;
  font-weight: 900;
  /* hammer wichtig */
}
.magazine .text2, .main-branch-news.text2, .branch-news.text2 {
  font-size: 1.125rem;
}
.card-body {
  padding-left: 2.25rem;
}
.app-row-helper {
  border: 1px solid #ececec;
  color: #666;
  padding: 10px;
  padding-left: 50px;
}
.app-row-badge {
  display: inline-block;
  position: relative;
  text-align: center;
}
.app-row-badge .app-row-badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.dropdown-menu .dropdown-item:hover:not(.disabled) {
  background: #f8f9fa;
}
