/* Diese Datei enthaelt die StyleSheets fuer zentrale HTML-Formate und einige haeufig verwendete Klassen */
/*
Seiteneigenschaften
*/
body {
  margin: 0;
  padding: 0;
  font-size: 73%;
  font-family: arial, helvetica, sans-serif;
  line-height: 150%;
  color: #000;
  background-color: #fff;
}
/*
Ueberschriften
*/
h1 {
  font-size: 2em;
  line-height: 140%;
}
/* 1. Ordnung */
h2 {
  font-size: 1.7em;
  line-height: 140%;
}
/* 2. Ordnung */
h3 {
  font-size: 1.2em;
}
/* 3. Ordnung */
h4 {
  font-size: 1em;
}
/* 4. Ordnung */
h5 {
  font-size: 0.9em;
}
/* 5. Ordnung */
h6 {
  font-size: 0.8em;
}
/* 6. Ordnung */
/*
Links
*/
a {
  color: #003366;
  text-decoration: underline;
}
/* Noch nicht besuchter Link */
a:hover {
  color: #b00000;
  text-decoration: underline;
}
/* Hover-Effekt */
a:active {
  color: #003366;
  text-decoration: underline;
}
/* Gerade angeklickter Link */
/*
Listen
*/
ul {
  list-style-type: square;
}
/* Unnummerierte Liste */
ol {
  list-style-type: decimal;
}
/* Nummerierte Liste */
/* Listemelement */
/* Definitionsliste */
/* Zu definierender Ausdruck einer Definitionsliste */
/* Definierender Ausdruck einer Definitionsliste */
/*
Tabellen
*/
table {
  font-size: 1em;
}
/* Tabelle */
/* Tabellenzeile */
th {
  font-weight: bold;
}
/* Kopfzelle */
td {
  font-weight: normal;
}
/* Datenzelle */
/*
Grafiken
*/
img {
  border: 0;
}
/* Grafik */
/*
Layout-Elemente
*/
hr {
  height: 1px;
  color: #000000;
}
/* Horizontale Linie */
/*
Formulare
*/
form {
  margin: 0;
}
/* Formular */
/* einzeiliges Textfeld, Checkbox, Radiobutton, Dateiupload, Button etc. */
/* Auswahlliste */
/* Beschriftung fuer Formularfeld */
/* mehrzeiliges Textfeld */
/*
Logische Textauszeichnungen
*/
/* Abgekuerzte Schreibweise (z. B. "WWW") */
/* Abkuerzung (z. B. "z. B.") */
/* Adresse */
/* Zitat als Block */
/* Groessere Schrift */
/* Quelltext */
/* Zitat */
/* Ungueltiger Text */
/* Definition */
/* Stark hervorgehobener Text */
/* Neu hinzugekommener Text */
/* Tastatureingabe */
/* Vorformatierter Text */
/* Beispiel */
/* Kleinere Schrift */
/* Hervorgehobener Text */
/* Variable */
/*
Haeufig verwendete Klassen
*/
.breaker {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/* Breaker zur Aufhebung des Textflusses */
.invisible {
  display: none;
}
/* Nicht angezeigt */
/**
 * Liste in Tabellen Spalte/Zeile
 */
td > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 17px;
}
/* General Stylings
--------------------------------------------------------------------------------------------------------------------- */
.center {
  text-align: center;
}
/* Container
---------------------- */
.container-fluid-head {
  padding: 0;
}
/* Table
---------------------- */
#list_map_switcher {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  #result_view {
    padding: 0;
    margin: 0;
  }
  #list_map_switcher {
    padding: 20px 40px 20px 40px;
  }
  #selectbox_sort_wrapper {
    margin-top: 5vh;
  }
  #map_canvas {
    width: 100%;
  }
}
/* Header
--------------------------------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  background-color: #FFFFFF;
}
#header h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 23px;
  font-family: Verdana, Univers, arial, sans-serif;
}
#header h1 a {
  text-decoration: none;
  color: #6E6E6E;
}
#header #header-logo {
  float: left;
  margin-top: 22px;
  margin-left: 10px;
  max-height: 60px;
}
#header #header-appname {
  float: left;
  height: 70px;
  margin-left: 10px;
  margin-top: 19px;
  text-align: left;
  color: #707070;
}
#header #header-appname div {
  margin-top: 24px;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  #header #header-appname {
    display: none;
  }
}
/* Main
--------------------------------------------------------------------------------------------------------------------- */
main {
  min-height: 65vH;
}
/* Footer
--------------------------------------------------------------------------------------------------------------------- */
#footer-container {
  padding: 50px 0;
  text-align: left;
  margin-top: 50px;
  min-height: 12vh;
  color: #454542;
  background-color: #FFF;
}
#footer-container .row {
  margin: 0;
}
#footer-container a {
  color: #454542;
  text-decoration: none;
}
#footer-container a:hover {
  color: inherit;
  text-decoration: underline;
}
#footer-container a:hover i {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}
#footer-container hr {
  border-color: #454542;
}
#footer-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-container ul li {
  display: inline-block;
  margin: 10px 10px 10px 0px;
  padding: 0;
}
#footer-container .asideLinks ul li {
  display: block;
  text-align: right;
}
#footer-container .socialMedia a {
  font-size: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #footer-container .socialMedia {
    margin-top: 30px !important;
  }
  #footer-container .asideLinks ul li {
    text-align: left;
  }
}
/* Skiplinks
--------------------------------------------------------------------------------------------------------------------- */
.skiplink {
  position: absolute;
  z-index: 9999;
  top: 10px;
  left: 10px;
}
.skiplink a {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
}
.skiplink a:focus {
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
}
/* Navbar Top
--------------------------------------------------------------------------------------------------------------------- */
.navbar-collapse {
  text-align: left;
}
.navbar {
  min-height: 28px !important;
}
.navbar-nav > li {
  padding: 0;
}
.navbar-nav > li > a {
  font-size: larger;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default {
  margin-bottom: 20px;
}
.navbar-default .navbar-nav > li > a > i {
  display: none;
  margin: 5px;
}
.container-fluid > .navbar-collapse {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav > li > a > i {
    display: inline;
  }
}
.navbar {
  min-height: 28px !important;
}
@media only screen and (max-width: 767px) {
  #maincontent {
    padding-left: 0;
  }
  #maincontent a {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
/* Navbar Side
--------------------------------------------------------------------------------------------------------------------- */
.navlist {
  padding-top: 20px;
  overflow: hidden;
}
.subnav {
  padding-bottom: 15px;
}
.subnav li {
  position: relative;
}
.subnav.affix {
  top: 0;
  z-index: 1000;
}
.subnav i.fa {
  font-size: 13px;
}
#subnav-collapse {
  padding: 12px 25px;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
  position: relative;
}
#subnav-collapse i {
  position: absolute;
  right: 12px;
  top: 1.2em;
}
#subnav-collapse .subnav-table-row {
  display: table-row;
}
#subnav-collapse .subnav-table-cell {
  display: table-cell;
}
#subnav-collapse .subnav-table-cell-expand {
  display: table-cell;
  width: 100%;
}
.subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subnav ul li {
  margin: 0;
  padding: 0;
}
.subnav ul li a {
  display: block;
  padding: 12px 25px;
  text-decoration: none;
}
.searchresults_navlist {
  border-bottom: solid;
  border-top: solid;
  /* min-height: 10vh; */
  text-align: left;
  vertical-align: middle;
  font-size: large;
}
.breaker {
  margin-bottom: 10vh;
}
/* Homepage
--------------------------------------------------------------------------------------------------------------------- */
/* Jumbotron Search
---------------------- */
#jumbotron-home {
  background-size: cover;
  background-position: 70% 0 !important;
  border-radius: 0;
  min-height: 45vh;
  padding: 0;
  margin: 0;
  position: relative;
  padding-top: 25vh;
}
#jumbotron-home input,
#jumbotron-home select {
  height: auto;
}
#jumbotron-home #search-row {
  padding: 2rem;
}
#jumbotron-home #search-row label {
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #jumbotron-home {
    top: -20px;
  }
}
@media only screen and (max-width: 991px) {
  #jumbotron-home {
    min-height: auto;
    padding-top: 5vh;
  }
}
/* Info Text
---------------------- */
#info_text {
  padding: 50px 0;
  position: relative;
  top: -20px;
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  #info_text {
    top: -20px;
  }
}
/* Andere Produkte
---------------------- */
#pflege_arzt {
  padding: 50px 0;
}
#pflege_arzt > div img {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Suchergebnis
--------------------------------------------------------------------------------------------------------------------- */
/* Grid Float
---------------------- */
.col-left-to-right {
  float: right;
}
.col-right-to-left {
  float: left;
}
/* Extended Search
---------------------- */
@media only screen and (min-width: 768px) {
  #result_view {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #suchergebnisse_title {
    font-size: 28px;
  }
}
#suchergebnisse_title {
  text-align: left;
  margin-bottom: 2vh;
}
#navcolumn #search_btn {
  margin-top: 3vh;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #jumbotron-home #search_btn,
  #jumbotron-home input,
  #jumbotron-home select {
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
  }
}
#refresh_map_btn {
  z-index: 100;
  position: absolute;
  bottom: 5px;
  left: 100px;
}
.expand-content {
  display: none;
  margin-top: 25px;
}
.expand-content.open {
  display: block;
}
.search-filter {
  text-align: left;
  padding-left: 20px;
  min-height: 7vh;
}
.search-filter-topic h4 {
  display: block;
  padding: 12px 30px 12px 25px;
  margin: 0;
  text-decoration: none;
  font-size: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
}
.search-filter-topic i {
  float: left;
  margin-right: 5px;
}
.search-filter-topic > div > h4 > i {
  padding-right: 10px;
}
.search-filter-content {
  text-align: left;
  padding: 20px 28px;
  display: none;
}
.search-filter-content label {
  display: block;
}
/**
 * search map styling
 */
#search_map_overlay {
  display: none;
}
#search_map_preview {
  display: none;
  margin: 0 0 30px;
  height: 200px;
  cursor: pointer;
}
#search_map {
  margin: 0;
  margin-bottom: 60px;
  height: 400px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #search_map_overlay {
    z-index: 1;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #search_map_preview {
    display: block;
  }
  #search_map_back {
    display: block;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0;
    position: relative;
    cursor: pointer;
  }
  #search_map {
    margin: 0;
    height: 100%;
  }
  #refresh_map_btn {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
#map_canvas {
  z-index: 1;
  width: 100%;
  height: 100%;
}
#update_search_notice {
  position: fixed;
  display: none;
  width: 100%;
  padding: 12px 25px;
  bottom: 0;
  z-index: 10;
  text-align: center;
}
#reset_search_notice {
  position: fixed;
  display: none;
  width: 100%;
  padding: 12px 25px;
  bottom: 0;
  z-index: 10;
  text-align: center;
}
/*
Content-Darstellung
*/
.contactdetails {
  margin-bottom: 5px;
}
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 667px) {
  .rowtable-link {
    padding-top: 13px;
  }
  .rowtable {
    border-top: 1px solid;
  }
}
#iframe-piwik {
  border: 0;
  height: 350px;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  #iframe-piwik {
    height: 200px;
  }
}
/*
Admin-Modus
*/
.adminmode {
  color: #7a43b6;
}
.alert.alert-info .alert-link {
  text-decoration: underline;
}
.modal-content {
  height: auto;
}
.modal-body {
  max-height: 77%;
  max-height: calc(90vH - 120px) !important;
  overflow-y: auto;
}
.third-party-consent {
  overflow: hidden;
  background: url(/suche/images/maps-background.png) no-repeat;
}
.third-party-consent .tpc-text {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  font-size: 12px;
  line-height: 140%;
  max-width: 400px;
  margin: 10px;
}
.third-party-consent .tpc-text h3 {
  margin-top: 0;
  padding: 0 0 10px;
  border-bottom: 2px dotted #ccc;
}
a.glossar {
  text-decoration: none;
}
.mt-10 {
  margin-top: 10px;
}
.title_hospital {
  padding-bottom: 32px;
}
.title_hospital h2 {
  margin-bottom: 5px;
}
.hospital_specialist_department {
  font-size: 1.2em;
  padding-bottom: 5px;
}
/* Qualitätsindikatoren
--------------------------------------------------------------------------------------------------------------------- */
#tbl-kennzahlen table th {
  color: #000000;
  background-color: #F3F3F3;
}
#tbl-kennzahlen table td {
  color: #000000;
}
#tbl-kennzahlen .fa-chevron-down,
#tbl-kennzahlen .fa-chevron-up {
  color: #454542;
}
#tbl-kennzahlen .row-subline td,
#tbl-kennzahlen .row-subline-detail td,
#tbl-kennzahlen .td-detail-left {
  border: none;
}
#tbl-kennzahlen .lb-toggle {
  cursor: pointer;
}
#tbl-kennzahlen .col-zaehlbereich {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #tbl-kennzahlen {
    font-size: 11px;
  }
  table#tbl-kennzahlen th,
  table#tbl-kennzahlen td {
    border: none;
    padding: 5px 3px;
  }
}
@media only screen and (min-width: 992px) {
  #tbl-kennzahlen .td-detail-left {
    padding-left: 60px ;
  }
}
#qi-legend {
  margin: 30px 0;
  font-size: 14px;
  padding: 10px;
  background: #eee;
}
/* Hinweis */
@media only screen and (max-width: 991px) {
  .navispaltehinweis {
    display: none;
  }
}
.rowtable-header {
  padding: 8px;
  font-weight: bold;
}
.rowtable-data {
  border-bottom: 1px solid;
  margin: 10px 0;
  /*
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    */
}
.rowtable-link {
  padding-bottom: 2px;
  font-size: small;
  text-align: right;
}
.rowtable-line {
  border-top: 1px solid;
}
.rowtable-line-bottom {
  border-bottom: 1px solid;
}
#glossarArticles h3 {
  padding-top: 40px;
}
/**
 * Homepage: Suche
 */
#mainsearch-keyvisual {
  height: auto;
}
#mainsearch-keyvisual img {
  width: 100%;
}
#mainsearch-headline {
  padding: 5px 10px;
  background: #C7C8CA;
  color: #000;
  font-weight: bold;
}
#mainsearch {
  background: #e4e4e4;
  clear: both;
}
#mainsearch form {
  clear: both;
  padding: 15px 30px 15px 30px;
  margin: 0;
  position: relative;
}
#mainsearch p {
  padding: 0;
  margin: 8px 0;
}
#mainsearch label {
  display: block;
  float: left;
  width: 7em;
}
#mainsearch input[type=submit] {
  position: relative;
  left: 7em;
}
#mainsearch label#lbl_searchdata_maxdistance {
  display: inline;
  float: none;
  width: auto;
}
#mainsearch #hinweis-erweiterte-suche {
  margin-top: 15px;
  font-size: 11px;
}
.autocomplete-suggestions {
  position: absolute!important;
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #f3f4f5;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  font-size: 12px;
}
.autocomplete-suggestion {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.autocomplete-suggestion span.inactive {
  color: #999;
  font-style: italic;
}
.autocomplete-no-suggestion {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  color: #999;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  color: #0073AA;
}
.autocomplete-group {
  padding: 0;
}
.autocomplete-group strong {
  padding: 15px 5px 3px;
  display: block;
  border-bottom: 1px solid #ccc;
  color: #000;
  background-color: #F0F0F0;
  font-weight: bold;
}
#presearch_list .modal-body {
  max-height: calc(100% - 150px);
  background-color: #ffffff;
}
@media only screen and (max-width: 450px) {
  #presearch_list .modal-body {
    max-height: calc(100% - 200px);
  }
}
@media only screen and (max-width: 320px) {
  #presearch_list .modal-body {
    max-height: calc(100% - 230px);
  }
}
#presearch_list table td strong {
  color: #0073aa;
}
#presearch_list table td.inactive,
#presearch_list table td.inactive * {
  color: #999999 !important;
}
#presearch_list .modal-content {
  background-color: #F0F0F0;
}
#pagination {
  float: left;
}
#pagination strong {
  font-size: 130%;
}
#pagination span a {
  font-size: 170%;
  font-weight: bold;
  color: #004762;
  text-decoration: none;
}
#pagination span a:hover {
  text-decoration: underline !important;
}
table.colortable td {
  padding: 10px !important;
}
.why {
  margin: 10px 0;
  font-size: 90%;
  color: #666;
}
.why a {
  color: #666 !important;
}
.why-button {
  margin-top: 5px;
  background: #E9E9E9;
  border: 1px solid #dcdad1;
  padding: 3px 5px;
  float: left;
  cursor: pointer;
  z-index: 2;
}
.why-button:hover {
  background-color: #ddd;
}
.why-button.open {
  background-color: #E9E9E9;
}
.why .why-button i {
  font-size: 80%;
}
.why-info {
  clear: both;
  background: #E9E9E9;
  border: 1px solid #dcdad1;
  display: none;
  padding: 2px 5px;
  position: relative;
  top: -1px;
  z-index: 1;
  width: 80%;
}
@media (max-width: 768px) {
  .why-info {
    width: auto;
  }
}
#plzsearch {
  position: relative;
}
#plzinfo {
  position: absolute;
  bottom: 3em;
  left: -20px;
  width: 280px;
  top: 25px;
  height: 3em;
  font-size: 11px;
  background-color: #EBEEF7;
  border: 1px solid #C3CDE8;
  padding: 10px 10px;
  z-index: 5000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 2px 2px rgba(66, 66, 66, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(66, 66, 66, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(66, 66, 66, 0.2);
}
#plzinfo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: auto;
  left: 40px;
  top: -15px;
  width: 0;
  height: 0;
  border-width: 0 15px 15px;
  border-style: solid;
  border-color: #EBEEF7 transparent;
}
/* Body
---------------------- */
body {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  color: #454542;
  font-family: 'SoletoTK', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
}
/* Headlines
---------------------- */
h1,
h2,
h3 {
  color: #000;
  font-family: 'SoletoTKHeadline', sans-serif;
}
/* Hyperreferences
---------------------- */
a,
a.btn-link {
  color: #454542;
  text-decoration: underline;
}
a:focus,
a:hover,
a:active,
a:focus.btn-link,
a:hover.btn-link,
a:active.btn-link {
  color: #292927;
  text-decoration: underline;
}
a.map-btn-href {
  color: #FFFFFF;
  text-decoration: underline;
}
a.btn,
.nav a {
  text-decoration: none;
}
span.description {
  color: #707070;
  font-size: 90%;
}
span.badge {
  color: #292927;
  background: #e8e000;
  font-weight: normal;
  cursor: help;
}
span.badge.badge-navbar {
  color: #000;
  background: #FFFFFF;
}
/* Forms
---------------------- */
.form-group {
  position: relative;
  clear: both;
}
.btn-primary {
  background-color: #454542;
  border-color: #454542;
  color: #FFFFFF;
  border-radius: 6px;
  border-width: 1px;
}
.btn-primary:hover {
  background-color: #454542;
  border-color: #454542;
  color: #FFFFFF;
}
.btn-primary:active {
  background-color: #454542 !important;
  border-color: #454542 !important;
  color: #FFFFFF !important;
}
.btn-primary:focus {
  background-color: #454542;
  border-color: #454542;
  color: #FFFFFF;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #B3B3B3;
}
.form_notice {
  background: #0073AA;
  color: #FFFFFF;
}
/* Glossar
---------------------- */
.glossar-underline {
  text-decoration-color: #454542;
}
.glossar-href {
  color: #000;
}
.glossar-icon {
  color: #454542;
}
.table-striped {
  border-collapse: initial;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #FFF;
}
.table th {
  background-color: #f5f2ef;
  color: #454542;
}
/*
--------------------------------------------------------------------------------------------------------------------- */
.hospital_location {
  color: #707070;
}
/* Navbar Top
--------------------------------------------------------------------------------------------------------------------- */
.navbar-default {
  background-color: #454542;
}
.navbar-default .navbar-nav > li > a {
  color: #F5F2EF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #454542;
  color: #FFFFFF;
}
.navbar-toggle {
  color: #454542;
  background-color: #FFFFFF;
  padding: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 465px) {
  #header-logo {
    width: 35vw;
    height: auto;
  }
  #header-appname {
    margin-left: 0;
    border-left: none;
    font-size: 7vw;
  }
}
@media only screen and (max-width: 365px) {
  #header-appname {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 255px) {
  #header-appname {
    font-size: 4.5vw;
  }
}
@media only screen and (device-width: 720px) and (device-height: 1280px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #header-logo {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .collapsing,
  .in {
    background-color: #FFFFFF;
  }
  .collapsing ul li a,
  .in ul li a {
    color: #707070 !important;
  }
  .collapsing ul li a:hover,
  .in ul li a:hover {
    color: #0073AA;
  }
  .collapsing ul li,
  .in ul li {
    border-bottom: 1px solid #FFF;
  }
}
#maincontent {
  border-color: #C2C2C2 !important;
}
#content a.external:after {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  text-decoration: none;
}
/* Navbar Side
--------------------------------------------------------------------------------------------------------------------- */
.subnav li {
  background-color: #FFFFFF;
}
.subnav li a {
  color: #454542;
}
.subnav li a:hover {
  background-color: #f5f2ef;
  color: #292927;
}
.subnav li.active a {
  background-color: #f5f2ef;
  color: #454542;
}
.subnav #subnav-collapse {
  background-color: #454542;
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .subnav li {
    background-color: #F3F3F3;
    border-bottom: 1px solid #FFFFFF;
  }
}
.searchresults_navlist {
  border-color: #454542;
}
/* Homepage
--------------------------------------------------------------------------------------------------------------------- */
/* Jumbotron Search
---------------------- */
#jumbotron-home {
  background: url("../images/header-jumbotron.jpg") top no-repeat;
}
#jumbotron-home #search-row {
  background-color: rgba(255, 255, 255, 0.4);
}
#jumbotron-home #search-row label {
  color: #454542;
}
/* Suchergebnis
----------------------------------------------------------------------------------------------------------------------*/
/* Extended Search
---------------------- */
#suchergebnisse_title > span {
  color: #888;
}
.search-filter {
  background-color: #454542;
  color: #FFFFFF;
}
.search-filter-topic {
  background-color: #f5f2ef;
  color: #454542;
  border-color: #FFFFFF;
  cursor: pointer;
}
.search-filter-content {
  background-color: #FFFFFF;
}
#update_search_notice {
  background-color: #f5f2ef;
  border: 1px solid #454542;
}
#reset_search_notice {
  background-color: #f5f2ef;
  border: 1px solid #454542;
}
@media only screen and (max-width: 767px) {
  #search_map_overlay {
    background-color: #FFFFFF;
  }
  #search_map_back {
    color: #FFFFFF;
    background-color: #454542;
  }
}
#searchresults .hospital-info {
  position: relative;
}
#searchresults a {
  text-decoration: none;
}
#searchresults a:hover,
#searchresults a:active {
  text-decoration: underline;
}
#searchresults a.main-link {
  font-size: large;
  font-weight: bold;
}
#searchresults > tbody > tr > td {
  padding: 30px 15px;
  vertical-align: top;
}
#searchresults .hospital-icons {
  float: right;
  color: #333;
  margin-bottom: 10px;
}
#searchresults .hospital-icons .hospital-icon {
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.02);
  padding: 5px 5px;
  margin-left: 15px;
  text-align: center;
  width: 100px;
}
#searchresults .hospital-icons .hospital-icon i {
  display: block;
  font-size: 24px;
}
#searchresults .hospital-icons .hospital-icon span {
  display: block;
}
#searchresults .hospital-icons .hospital-icon span.info {
  margin-top: 3px;
  font-size: 10px;
  text-transform: uppercase;
}
#searchresults .hospital-icons .hospital-icon span.value {
  font-size: 16px;
  font-weight: bold;
}
@media (orientation: portrait) and (max-width: 768px) {
  #searchresults .hospital-icons {
    float: none;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  #searchresults .hospital-icons .hospital-icon {
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
    width: 95px;
  }
  #searchresults .hospital-icons .hospital-icon:first-child {
    margin-left: 0;
  }
  #searchresults .hospital-icons .hospital-icon:last-child {
    margin-right: 0;
  }
}
/* Content-Darstellung
--------------------------------------------------------------------------------------------------------------------- */
.rowtable-header {
  background-color: #f5f2ef;
  color: #454542;
}
.rowtable-data {
  border-bottom-color: #eee;
}
.rowtable-description {
  color: #707070;
  font-size: 90%;
}
.rowtable-line {
  border-top-color: #eee;
}
.rowtable-line-bottom {
  border-bottom-color: #eee;
}
@media only screen and (max-width: 667px) {
  .rowtable {
    border-top-color: #eee;
  }
}
/* Pagination
--------------------------------------------------------------------------------------------------------------------- */
.pagination > li > a,
.pagination > li > span {
  padding: 5px 10px !important;
  font-size: 120%;
  margin: 5px 2px 5px 0 !important;
}
.pagination > li > a {
  color: #454542;
  background-color: transparent;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #FFFFFF;
  background-color: #454542;
  border-color: #454542;
  font-weight: normal;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #292927;
  background-color: #f5f2ef;
  border-color: #f5f2ef;
  font-weight: normal;
}
#feedbackform-dialog {
  font-size: 14px;
  line-height: 1.4em;
}
.feedbackform-container {
  display: block;
  position: fixed;
  right: 0;
  top: 65vh;
  z-index: 1000;
  animation: blinker 1.3s ease-in-out;
}
.feedbackform-container div {
  float: right;
  background-color: #e8e000;
  width: 50px;
  white-space: nowrap;
  -webkit-transition-property: width;
  -webkit-transition-duration: 2s;
  transition: all 500ms;
  clear: both;
  margin-bottom: 1px;
}
.feedbackform-container div:hover {
  width: 275px;
}
.feedbackform-container a {
  border: 3px solid #e8e000;
  padding: 8px 15px 8px 8px;
  display: block;
  text-decoration: none;
  color: #292927 !important;
}
.feedbackform-container a i {
  font-size: 1.6em;
  margin-right: 10px;
}
@keyframes blinker {
  0% {
    right: -100px;
    opacity: 0;
  }
}
.table-modal-multiselect tr {
  height: 1px;
}
.table-modal-multiselect tr td {
  height: 100%;
  text-align: left;
}
.table-modal-multiselect tr .multiselect-text-cell {
  padding: 0;
}
.table-modal-multiselect tr .multiselect-text-cell label {
  height: 100%;
  min-height: 100%;
  display: block;
  padding: 9px 0;
  font-weight: 300;
  text-align: left;
}
#leichte-sprache h2 {
  margin-top: 50px;
}
#leichte-sprache img {
  margin: 10px 0;
}
@media print {
  #navbar-links {
    display: none !important;
  }
  .navbar-toggle {
    display: none !important;
  }
  .subnav {
    display: none !important;
  }
  .feedbackform-container {
    display: none !important;
  }
  .progress {
    position: relative;
  }
  .progress-bar {
    position: relative;
    float: left;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-bottom: 2rem solid #ffffff;
  }
  .progress-bar-success {
    border-bottom-color: #3eb000;
  }
  .progress-bar-info {
    border-bottom-color: #5bc0de;
  }
  .progress-bar-warning {
    border-bottom-color: #ffb83c;
  }
  .progress-bar-danger {
    border-bottom-color: #cc0000;
  }
  a[href]:after {
    content: none;
  }
}
@font-face {
  font-family: SoletoTK;
  src: url(../fonts/SoletoTK_W_Lt.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SoletoTK;
  src: url(../fonts/SoletoTK_W_Md.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SoletoTKHeadline;
  src: url(../fonts/SoletoTKHeadline_W_Lt.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SoletoTKHeadline;
  src: url(../fonts/SoletoTKHeadline_W_Md.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.btn-sm {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
#search_header .btn-link:hover {
  text-decoration: underline;
}
#search-filter .form-control {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.btn-primary:hover {
  text-decoration: underline;
}
.form-control {
  border-radius: 0;
  border-color: #a0a09f;
  transition: none;
  box-shadow: none !important;
}
.form-control:hover,
.form-control:focus {
  border-color: #454542;
  box-shadow: none;
}
#header #header-logo {
  width: 65px;
  max-height: none;
}
#header #header-appname {
  display: none;
}
#searchdata_plzort,
input#plzort {
  background-image: url(../images/ortung.png);
  background-position: 96% center;
  background-repeat: no-repeat;
}
select {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1.3333333 !important;
  cursor: pointer;
  background-image: url(../images/arrow-updown.png) !important;
  background-position: 96% center !important;
  background-repeat: no-repeat !important;
}
select::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  #header-appname {
    display: none;
  }
  .navbar-header {
    position: relative;
  }
  .navbar-nav {
    margin-left: 130px;
  }
  .navbar-default {
    overflow: hidden !important;
  }
  .navbar-nav > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #b00;
  }
  #header {
    margin-bottom: 0;
  }
  #header #header-logo {
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 999;
    width: 85px;
    padding: 0;
    margin: 0;
  }
  #content.container {
    margin-top: 30px;
  }
}
.navbar-default .navbar-nav > li > a {
  padding-left: 2vw;
  padding-right: 2vw;
  position: relative;
}
.navbar-default .navbar-nav > li > a:after {
  content: "";
  background: #777;
  position: absolute;
  right: 0;
  top: 20px;
  height: 40%;
  width: 1px;
}
#jumbotron-home {
  padding-top: 164px;
}
#jumbotron-home h1 {
  font-size: 45px;
  line-height: 52px;
  font-family: SoletoTKHeadline, sans-serif;
  font-weight: normal;
  margin: 0 0 35px;
}
#jumbotron-home h1 span {
  white-space: nowrap;
}
#jumbotron-home #search-row {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 100px;
  width: 780px;
}
#jumbotron-home #search-row .col-md-2,
#jumbotron-home #search-row .col-md-3,
#jumbotron-home #search-row .col-md-4 {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
}
#jumbotron-home #search-row input,
#jumbotron-home #search-row select {
  display: block;
  width: 100%;
}
#jumbotron-home .form-control,
#jumbotron-home .btn {
  border-radius: 0;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
#info_text {
  padding: 0;
}
#info_text .row {
  width: 780px;
  padding: 0 0 50px 100px;
}
#info_text .row strong {
  font-size: 30px;
  line-height: 36px;
  font-family: SoletoTKHeadline, sans-serif;
  font-weight: normal;
}
#info_text .row p {
  margin: 2em 0;
}
#pflege_arzt {
  padding: 0;
  background: #f6f5f4;
}
#pflege_arzt h2 {
  margin: 30px 0;
}
#pflege_arzt .row {
  padding: 0 0 50px 100px;
}
#pflege_arzt .row article {
  background: #fff;
  padding: 30px;
  margin: 30px 0 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #jumbotron-home #search-row {
    width: auto;
    padding: 20px 40px;
  }
  #info_text {
    padding: 20px 40px;
  }
  #info_text .row {
    width: auto;
    padding: 0;
  }
  #pflege_arzt {
    padding: 20px 40px;
  }
  #pflege_arzt .row {
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  #jumbotron-home #search_btn {
    position: absolute;
    left: 680px;
    bottom: 40px;
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}
