@charset "UTF-8";
/***********************
Farben
***********************/
/***********************
Allgemein
***********************/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body, html {
  font-family: 'Fira Sans';
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 16px;
  scroll-behavior: smooth;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
div {
  width: 100%;
}
.width {
  max-width: 1670px;
  margin: 0 auto;
  position: relative;
}
img, picture {
  max-width: 100%;
  height: auto;
}
p, ul, ol, table {
  font-size: 16px;
  line-height: 24px;
  color: #5e728b;
  margin-bottom: 25px;
}
a, a:link, a:visited {
  color: var(--primaer);
  text-decoration: underline;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: var(--primaer);
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button, a.button:link, a.button:visited, input[type="submit"].button, span.button, a.button:hover, a.button:focus, a.button:active {
  display: inline-block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: normal;
  padding: 0px 35px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
a.button.primaer, a.button.primaer:link, a.button.primaer:visited, input[type="submit"].button.primaer, span.button.primaer {
  background: var(--primaer);
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.primaer:after, a.button.primaer:link:after, a.button.primaer:visited:after, input[type="submit"].button.primaer:after, span.button.primaer:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_klein.svg);
  margin-left: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.primaer.mini, a.button.primaer.mini:link, a.button.primaer.mini:visited, input[type="submit"].button.primaer.mini, span.button.primaer.mini {
  padding: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
}
a.button.primaer:hover, a.button.primaer:focus, a.button.primaer:active, input[type="submit"].button.primaer:hover, input[type="submit"].button.primaer:focus, input[type="submit"].button.primaer:active, span.button.primaer:hover, span.button.primaer:focus, span.button.primaer:active {
  background: var(--primaer_dark);
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.sekundaer, a.button.sekundaer:link, a.button.sekundaer:visited, input[type="submit"].button.sekundaer, span.button.sekundaer {
  line-height: 48px;
  background: transparent;
  color: var(--primaer);
  border: 1px solid var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.sekundaer:after, a.button.sekundaer:link:after, a.button.sekundaer:visited:after, input[type="submit"].button.sekundaer:after, span.button.sekundaer:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_mittelblau_klein.svg);
  margin-left: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.sekundaer:hover, a.button.sekundaer:focus, a.button.sekundaer:active, input[type="submit"].button.sekundaer:hover, input[type="submit"].button.sekundaer:focus, input[type="submit"].button.sekundaer:active span.button.sekundaer:hover, span.button.sekundaer:focus, span.button.sekundaer:active {
  color: var(--primaer_dark);
  border: 1px solid var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.sekundaer:hover:after, a.button.sekundaer:focus:after, a.button.sekundaer:active:after, input[type="submit"].button.sekundaer:hover:after, input[type="submit"].button.sekundaer:focus:after, input[type="submit"].button.sekundaer:active span.button.sekundaer:hover:after, span.button.sekundaer:focus:after, span.button.sekundaer:active:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_dunkelblau_klein.svg);
  margin-left: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.link, a.button.link:link, a.button.link:visited, input[type="submit"].button.link, span.button.link {
  background-color: var(--primaer);
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_mittel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px;
  height: 50px;
  width: 50px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.link:hover, a.button.link:focus, a.button.link:active, input[type="submit"].button.link:hover, input[type="submit"].button.link:focus, input[type="submit"].button.link:active span.button.link:hover, span.button.link:focus, span.button.link:active {
  background-color: var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.link_weiter, a.link_weiter:link, a.link_weiter:visited {
  display: inline-block;
  color: var(--primaer_dark);
  text-decoration: none;
  background-image: url(//basics.klinikum-amberg.de/images/icon_link_weiter.svg);
  background-repeat: no-repeat;
  background-position: left top 3px;
  padding: 0px 0px 0px 60px;
}
a.link_weiter:hover, a.link_weiter:focus, a.link_weiter:active {
  color: var(--primaer);
  background-position: left 10px top 3px;
}
a.link_zurueck, a.link_zurueck:link, a.link_zurueck:visited {
  display: inline-block;
  color: var(--primaer_dark);
  text-decoration: none;
  background-image: url(//basics.klinikum-amberg.de/images/icon_link_zurueck.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 0px 0px 45px;
}
a.link_zurueck:hover, a.link_zurueck:focus, a.link_zurueck:active {
  color: var(--primaer);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}
h1 {
  font-size: 33px;
  line-height: normal;
  font-weight: bold;
  color: var(--primaer_dark);
  margin-bottom: 50px;
}
h2 {
  font-size: 27px;
  line-height: normal;
  font-weight: normal;
  color: var(--primaer_dark);
  margin-bottom: 25px;
}
h2.h2_linie {
  border-bottom: 1px solid var(--primaer_dark);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
h3 {
  font-size: 21px;
  line-height: normal;
  font-weight: normal;
  color: var(--primaer_dark);
  margin-bottom: 10px;
}
h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  color: var(--primaer_dark);
  margin-bottom: 3px;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.googlemaps_hinweis {
  background: #eff4fa;
  padding: 100px 30px;
  text-align: center;
}
.responsive_video, .responsive-video, .cookiebox {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.responsive_video iframe, .responsive-video iframe, .cookiebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT, .responsive-video .noYT, .cookiebox .noYT {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #eff4fa;
  text-align: center;
  padding: 15px;
}
.responsive_video .noYT .noYT_box, .responsive-video .noYT .noYT_box, .cookiebox .noYT .noYT_box {
  display: table;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT .noYT_box .noYT_center, .responsive-video .noYT .noYT_box .noYT_center, .cookiebox .noYT .noYT_box .noYT_center {
  display: table-cell;
  vertical-align: middle;
}
.cookiebox {
  padding: 0px;
  height: auto;
}
.cookiebox .noYT {
  position: relative;
  padding: 40px;
}
.cookiebox .noYT p {
  margin: 0px;
}
#phone {
  display: none;
}
.bild_links {
  float: left;
  margin: 0px 15px 5px 0px;
}
#karte div {
  width: inherit;
}
.content.hellblau {
  background: #eff4fa;
  padding: 80px 0px 40px 0px;
}
.content ul, .content ol {
  padding-left: 18px;
}
.content .suche_facbereich_box {
  margin-bottom: 45px;
}
.content .suche_facbereich {
  background: #eff4fa;
  padding: 25px 10px 1px 20px;
}
.content .suche_facbereich .navigator {
  margin-bottom: 25px;
}
.content .suche_facbereich .navigator h3 {
  cursor: pointer;
  padding: 3px 30px 3px 0px;
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_geschlossen.svg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 22px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content .suche_facbereich .navigator h3.akkordeon_offen {
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_offen.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content .suche_facbereich .navigator h3:hover, .content .suche_facbereich .navigator h3:focus, .content .suche_facbereich .navigator h3:active {
  color: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content .suche_facbereich .navigator #navigator_content {
  width: 99%;
  width: calc(100% - 10px);
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.content .suche_facbereich .navigator #navigator_content p {
  font-weight: 600;
  color: var(--primaer_dark);
  text-align: center;
  margin-bottom: 20px;
  /*background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_dunkelblau_mittel.svg);
					background-repeat: no-repeat;
					background-position: right center;*/
}
.content .suche_facbereich .navigator #navigator_content .fortschritt {
  margin-bottom: 20px;
  text-align: center;
}
.content .suche_facbereich .navigator #navigator_content .fortschritt span {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 4px;
  margin: 0px 2px 5px 2px;
  background: #D7DBDE;
}
.content .suche_facbereich .navigator #navigator_content .fortschritt span.active {
  background: #778FAC;
}
.content .suche_facbereich .navigator #navigator_content div a, .content .suche_facbereich .navigator #navigator_content div a:link, .content .suche_facbereich .navigator #navigator_content div a:visited {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  color: var(--primaer);
  background: #EFF9FF;
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_mittelblau_mittel.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.content .suche_facbereich .navigator #navigator_content div a:hover, .content .suche_facbereich .navigator #navigator_content div a:focus, .content .suche_facbereich .navigator #navigator_content div a:active {
  color: #ffffff;
  background: var(--primaer);
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_mittel.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.content .suche_facbereich .navigator .navigator_suche {
  width: 99%;
  width: calc(100% - 10px);
  background: var(--primaer);
  padding: 30px 30px 45px 30px;
}
.content .suche_facbereich .navigator .navigator_suche p {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.content .suche_facbereich .navigator .navigator_suche form {
  width: 100%;
  position: relative;
}
.content .suche_facbereich .navigator .navigator_suche form #navigator_suchbegriff {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 50px 0px 15px;
  background: #ffffff;
  border: none;
  color: #5e728b;
  font-size: 16px;
}
.content .suche_facbereich .navigator .navigator_suche form #navigator_suchbutton {
  text-indent: -9999px;
  display: block;
  width: 35px;
  height: 50px;
  background: none;
  background-image: url(//basics.klinikum-amberg.de/images/header_icon_suche.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
}
.mfp-figure:after {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: none;
}
/*  ------------------------------------------------------
AKKORDEON
--------------------------------------------------------*/
a.akk_anzeigen, a.akk_anzeigen:link, a.akk_anzeigen:visited {
  display: block;
  padding: 3px 7px;
  background-color: #eee;
  color: #aaa;
  margin-bottom: 15px;
}
a.akk_anzeigen:hover, a.akk_anzeigen:focus, a.akk_anzeigen:active {
  color: #000000;
  text-decoration: none;
}
.linie {
  border-bottom: 1px solid #eee;
  margin: 0px 0px 15px 0px;
}
h2.akkordeon {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  color: #000000;
}
p.akkordeonteaser {
  color: #aaa;
}
.akkordeontext3 img, .akkordeontext3 video {
  margin-bottom: 20px;
}
/***********************
Anker
***********************/
.ankerbox {
  position: relative;
}
.ankerbox a {
  position: absolute;
  top: -100px;
}
/***********************
Notfallzeile
***********************/
a.headertext_notfall_link, a.headertext_notfall_link:link, a.headertext_notfall_link:visited, a.headertext_notfall_link:hover, a.headertext_notfall_link:focus, a.headertext_notfall_link:active {
  text-decoration: none;
}
.headertext_notfall {
  background: #C11417;
  margin-bottom: 15px;
  padding: 15px 0px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headertext_notfall:hover, .headertext_notfall:focus, .headertext_notfall:active {
  background: var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headertext_notfall p {
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  margin: 0px;
  text-decoration: none;
}
/***********************
Banner / Popup
***********************/
@keyframes bannerHeight {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.banner {
  padding: 10px 0px;
  animation: bannerHeight 1s;
  -webkit-animation: bannerHeight 1s;
  -moz-animation: bannerHeight 1s;
  -ms-animation: bannerHeight 1s;
  -o-animation: bannerHeight 1s;
}
.banner.primaer {
  background: var(--primaer);
}
.banner.primaer a.button.primaer, .banner.primaer a.button.primaer:link, .banner.primaer a.button.primaer:visited {
  background: var(--primaer_dark);
}
.banner.primaer a.button.primaer:hover, .banner.primaer a.button.primaer:focus, .banner.primaer a.button.primaer:active {
  background: #5e728b;
}
.banner.primaer_dunkel {
  background: var(--primaer_dark);
}
.banner.primaer_dunkel a.button.primaer:hover, .banner.primaer_dunkel a.button.primaer:focus, .banner.primaer_dunkel a.button.primaer:active {
  background: #5e728b;
}
.banner.rot {
  background: #C11417;
}
.banner.rot a.button.primaer, .banner.rot a.button.primaer:link, .banner.rot a.button.primaer:visited {
  background: var(--primaer_dark);
}
.banner.rot a.button.primaer:hover, .banner.rot a.button.primaer:focus, .banner.rot a.button.primaer:active {
  background: var(--primaer);
}
.banner.hellgrau {
  background: #eff4fa;
}
.banner.hellgrau p, .banner.hellgrau ul, .banner.hellgrau ol {
  color: #5e728b;
}
.banner.hellgrau p a, .banner.hellgrau p a:link, .banner.hellgrau p a:visited, .banner.hellgrau ul a, .banner.hellgrau ul a:link, .banner.hellgrau ul a:visited, .banner.hellgrau ol a, .banner.hellgrau ol a:link, .banner.hellgrau ol a:visited {
  color: #5e728b;
  text-decoration: underline;
}
.banner.hellgrau p a:hover, .banner.hellgrau p a:focus, .banner.hellgrau p a:active, .banner.hellgrau ul a:hover, .banner.hellgrau ul a:focus, .banner.hellgrau ul a:active, .banner.hellgrau ol a:hover, .banner.hellgrau ol a:focus, .banner.hellgrau ol a:active {
  color: #5e728b;
  text-decoration: none;
}
.banner img {
  display: block;
  margin: 0 auto;
}
.banner p, .banner ul, .banner ol {
  color: #ffffff;
  margin: 0px;
}
.banner p a, .banner p a:link, .banner p a:visited, .banner ul a, .banner ul a:link, .banner ul a:visited, .banner ol a, .banner ol a:link, .banner ol a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.banner p a:hover, .banner p a:focus, .banner p a:active, .banner ul a:hover, .banner ul a:focus, .banner ul a:active, .banner ol a:hover, .banner ol a:focus, .banner ol a:active {
  color: #ffffff;
  text-decoration: none;
}
.banner a.button.primaer, .banner a.button.primaer:link, .banner a.button.primaer:visited, .banner a.button.primaer:hover, .banner a.button.primaer:focus, .banner a.button.primaer:active {
  height: auto;
  line-height: normal;
  padding: 16px 35px;
}
#popupMeldung .modal-content {
  border: none;
}
#popupMeldung .modal-content.primaer {
  background: var(--primaer);
}
#popupMeldung .modal-content.primaer h1, #popupMeldung .modal-content.primaer h2, #popupMeldung .modal-content.primaer h3, #popupMeldung .modal-content.primaer p, #popupMeldung .modal-content.primaer ul, #popupMeldung .modal-content.primaer ol, #popupMeldung .modal-content.primaer .close {
  color: #ffffff;
}
#popupMeldung .modal-content.primaer h1 a, #popupMeldung .modal-content.primaer h1 a:link, #popupMeldung .modal-content.primaer h1 a:visited, #popupMeldung .modal-content.primaer h2 a, #popupMeldung .modal-content.primaer h2 a:link, #popupMeldung .modal-content.primaer h2 a:visited, #popupMeldung .modal-content.primaer h3 a, #popupMeldung .modal-content.primaer h3 a:link, #popupMeldung .modal-content.primaer h3 a:visited, #popupMeldung .modal-content.primaer p a, #popupMeldung .modal-content.primaer p a:link, #popupMeldung .modal-content.primaer p a:visited, #popupMeldung .modal-content.primaer ul a, #popupMeldung .modal-content.primaer ul a:link, #popupMeldung .modal-content.primaer ul a:visited, #popupMeldung .modal-content.primaer ol a, #popupMeldung .modal-content.primaer ol a:link, #popupMeldung .modal-content.primaer ol a:visited, #popupMeldung .modal-content.primaer .close a, #popupMeldung .modal-content.primaer .close a:link, #popupMeldung .modal-content.primaer .close a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#popupMeldung .modal-content.primaer h1 a:hover, #popupMeldung .modal-content.primaer h1 a:focus, #popupMeldung .modal-content.primaer h1 a:active, #popupMeldung .modal-content.primaer h2 a:hover, #popupMeldung .modal-content.primaer h2 a:focus, #popupMeldung .modal-content.primaer h2 a:active, #popupMeldung .modal-content.primaer h3 a:hover, #popupMeldung .modal-content.primaer h3 a:focus, #popupMeldung .modal-content.primaer h3 a:active, #popupMeldung .modal-content.primaer p a:hover, #popupMeldung .modal-content.primaer p a:focus, #popupMeldung .modal-content.primaer p a:active, #popupMeldung .modal-content.primaer ul a:hover, #popupMeldung .modal-content.primaer ul a:focus, #popupMeldung .modal-content.primaer ul a:active, #popupMeldung .modal-content.primaer ol a:hover, #popupMeldung .modal-content.primaer ol a:focus, #popupMeldung .modal-content.primaer ol a:active, #popupMeldung .modal-content.primaer .close a:hover, #popupMeldung .modal-content.primaer .close a:focus, #popupMeldung .modal-content.primaer .close a:active {
  color: #ffffff;
  text-decoration: none;
}
#popupMeldung .modal-content.primaer a.button.primaer, #popupMeldung .modal-content.primaer a.button.primaer:link, #popupMeldung .modal-content.primaer a.button.primaer:visited {
  background: var(--primaer_dark);
}
#popupMeldung .modal-content.primaer a.button.primaer:hover, #popupMeldung .modal-content.primaer a.button.primaer:focus, #popupMeldung .modal-content.primaer a.button.primaer:active {
  background: #5e728b;
}
#popupMeldung .modal-content.primaer_dunkel {
  background: var(--primaer_dark);
}
#popupMeldung .modal-content.primaer_dunkel h1, #popupMeldung .modal-content.primaer_dunkel h2, #popupMeldung .modal-content.primaer_dunkel h3, #popupMeldung .modal-content.primaer_dunkel p, #popupMeldung .modal-content.primaer_dunkel ul, #popupMeldung .modal-content.primaer_dunkel ol, #popupMeldung .modal-content.primaer_dunkel .close {
  color: #ffffff;
}
#popupMeldung .modal-content.primaer_dunkel h1 a, #popupMeldung .modal-content.primaer_dunkel h1 a:link, #popupMeldung .modal-content.primaer_dunkel h1 a:visited, #popupMeldung .modal-content.primaer_dunkel h2 a, #popupMeldung .modal-content.primaer_dunkel h2 a:link, #popupMeldung .modal-content.primaer_dunkel h2 a:visited, #popupMeldung .modal-content.primaer_dunkel h3 a, #popupMeldung .modal-content.primaer_dunkel h3 a:link, #popupMeldung .modal-content.primaer_dunkel h3 a:visited, #popupMeldung .modal-content.primaer_dunkel p a, #popupMeldung .modal-content.primaer_dunkel p a:link, #popupMeldung .modal-content.primaer_dunkel p a:visited, #popupMeldung .modal-content.primaer_dunkel ul a, #popupMeldung .modal-content.primaer_dunkel ul a:link, #popupMeldung .modal-content.primaer_dunkel ul a:visited, #popupMeldung .modal-content.primaer_dunkel ol a, #popupMeldung .modal-content.primaer_dunkel ol a:link, #popupMeldung .modal-content.primaer_dunkel ol a:visited, #popupMeldung .modal-content.primaer_dunkel .close a, #popupMeldung .modal-content.primaer_dunkel .close a:link, #popupMeldung .modal-content.primaer_dunkel .close a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#popupMeldung .modal-content.primaer_dunkel h1 a:hover, #popupMeldung .modal-content.primaer_dunkel h1 a:focus, #popupMeldung .modal-content.primaer_dunkel h1 a:active, #popupMeldung .modal-content.primaer_dunkel h2 a:hover, #popupMeldung .modal-content.primaer_dunkel h2 a:focus, #popupMeldung .modal-content.primaer_dunkel h2 a:active, #popupMeldung .modal-content.primaer_dunkel h3 a:hover, #popupMeldung .modal-content.primaer_dunkel h3 a:focus, #popupMeldung .modal-content.primaer_dunkel h3 a:active, #popupMeldung .modal-content.primaer_dunkel p a:hover, #popupMeldung .modal-content.primaer_dunkel p a:focus, #popupMeldung .modal-content.primaer_dunkel p a:active, #popupMeldung .modal-content.primaer_dunkel ul a:hover, #popupMeldung .modal-content.primaer_dunkel ul a:focus, #popupMeldung .modal-content.primaer_dunkel ul a:active, #popupMeldung .modal-content.primaer_dunkel ol a:hover, #popupMeldung .modal-content.primaer_dunkel ol a:focus, #popupMeldung .modal-content.primaer_dunkel ol a:active, #popupMeldung .modal-content.primaer_dunkel .close a:hover, #popupMeldung .modal-content.primaer_dunkel .close a:focus, #popupMeldung .modal-content.primaer_dunkel .close a:active {
  color: #ffffff;
  text-decoration: none;
}
#popupMeldung .modal-content.primaer_dunkel a.button.primaer:hover, #popupMeldung .modal-content.primaer_dunkel a.button.primaer:focus, #popupMeldung .modal-content.primaer_dunkel a.button.primaer:active {
  background: #5e728b;
}
#popupMeldung .modal-content.rot {
  background: #C11417;
}
#popupMeldung .modal-content.rot h1, #popupMeldung .modal-content.rot h2, #popupMeldung .modal-content.rot h3, #popupMeldung .modal-content.rot p, #popupMeldung .modal-content.rot ul, #popupMeldung .modal-content.rot ol, #popupMeldung .modal-content.rot .close {
  color: #ffffff;
}
#popupMeldung .modal-content.rot h1 a, #popupMeldung .modal-content.rot h1 a:link, #popupMeldung .modal-content.rot h1 a:visited, #popupMeldung .modal-content.rot h2 a, #popupMeldung .modal-content.rot h2 a:link, #popupMeldung .modal-content.rot h2 a:visited, #popupMeldung .modal-content.rot h3 a, #popupMeldung .modal-content.rot h3 a:link, #popupMeldung .modal-content.rot h3 a:visited, #popupMeldung .modal-content.rot p a, #popupMeldung .modal-content.rot p a:link, #popupMeldung .modal-content.rot p a:visited, #popupMeldung .modal-content.rot ul a, #popupMeldung .modal-content.rot ul a:link, #popupMeldung .modal-content.rot ul a:visited, #popupMeldung .modal-content.rot ol a, #popupMeldung .modal-content.rot ol a:link, #popupMeldung .modal-content.rot ol a:visited, #popupMeldung .modal-content.rot .close a, #popupMeldung .modal-content.rot .close a:link, #popupMeldung .modal-content.rot .close a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#popupMeldung .modal-content.rot h1 a:hover, #popupMeldung .modal-content.rot h1 a:focus, #popupMeldung .modal-content.rot h1 a:active, #popupMeldung .modal-content.rot h2 a:hover, #popupMeldung .modal-content.rot h2 a:focus, #popupMeldung .modal-content.rot h2 a:active, #popupMeldung .modal-content.rot h3 a:hover, #popupMeldung .modal-content.rot h3 a:focus, #popupMeldung .modal-content.rot h3 a:active, #popupMeldung .modal-content.rot p a:hover, #popupMeldung .modal-content.rot p a:focus, #popupMeldung .modal-content.rot p a:active, #popupMeldung .modal-content.rot ul a:hover, #popupMeldung .modal-content.rot ul a:focus, #popupMeldung .modal-content.rot ul a:active, #popupMeldung .modal-content.rot ol a:hover, #popupMeldung .modal-content.rot ol a:focus, #popupMeldung .modal-content.rot ol a:active, #popupMeldung .modal-content.rot .close a:hover, #popupMeldung .modal-content.rot .close a:focus, #popupMeldung .modal-content.rot .close a:active {
  color: #ffffff;
  text-decoration: none;
}
#popupMeldung .modal-content.rot a.button.primaer, #popupMeldung .modal-content.rot a.button.primaer:link, #popupMeldung .modal-content.rot a.button.primaer:visited {
  background: var(--primaer_dark);
}
#popupMeldung .modal-content.rot a.button.primaer:hover, #popupMeldung .modal-content.rot a.button.primaer:focus, #popupMeldung .modal-content.rot a.button.primaer:active {
  background: var(--primaer);
}
#popupMeldung .modal-content.hellgrau {
  background: #eff4fa;
}
#popupMeldung .modal-content .modal-header {
  border-bottom: none;
  padding: 5px;
}
#popupMeldung .modal-content .modal-header .close {
  text-shadow: none;
  font-size: 40px;
  line-height: 20px;
  font-weight: normal;
}
#popupMeldung .modal-content .modal-body {
  padding: 5px 25px 25px 25px;
}
#popupMeldung .modal-content .modal-body img {
  display: block;
  margin: 0px auto 25px auto;
}
#popupMeldung .modal-content .modal-body ul, #popupMeldung .modal-content .modal-body ol {
  padding-left: 16px;
}
#popupMeldung .modal-content .modal-body .buttonbox {
  text-align: center;
}
/***********************
Modal Allgemein
***********************/
.popup_allgemein .modal-content {
  border: none;
}
.popup_allgemein .modal-content .modal-header {
  border-bottom: none;
  padding: 5px;
}
.popup_allgemein .modal-content .modal-header .close {
  text-shadow: none;
  font-size: 40px;
  line-height: 20px;
  font-weight: normal;
}
.popup_allgemein .modal-content .modal-body {
  padding: 5px 25px 25px 25px;
}
.popup_allgemein .modal-content .modal-body img {
  display: block;
  margin: 0px auto 25px auto;
}
.popup_allgemein .modal-content .modal-body p, .popup_allgemein .modal-content .modal-body ul, .popup_allgemein .modal-content .modal-body ol {
  font-weight: 300;
}
.popup_allgemein .modal-content .modal-body p strong, .popup_allgemein .modal-content .modal-body ul strong, .popup_allgemein .modal-content .modal-body ol strong {
  font-weight: bold;
}
.popup_allgemein .modal-content .modal-body ul, .popup_allgemein .modal-content .modal-body ol {
  padding-left: 16px;
}
.popup_allgemein .modal-content .modal-body .buttonbox {
  text-align: center;
}
/***********************
Meta
***********************/
.meta {
  text-align: right;
}
.meta ul.sprache {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.meta ul.sprache li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.meta ul.sprache li a, .meta ul.sprache li a:link, .meta ul.sprache li a:visited {
  display: block;
  font-style: 15px;
  color: var(--primaer_dark);
  text-decoration: none;
  background: url(//basics.klinikum-amberg.de/images/header_icon_sprache.svg), url(//basics.klinikum-amberg.de/images/icon_select_pfeil.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  padding: 13px 20px 13px 30px;
}
.meta ul.sprache li a:hover, .meta ul.sprache li a:focus, .meta ul.sprache li a:active {
  color: var(--primaer);
}
.meta ul.sprache li:hover ul, .meta ul.sprache li:focus ul, .meta ul.sprache li:active ul {
  display: block;
}
.meta ul.sprache li ul {
  display: none;
  position: absolute;
  right: 0px;
  top: 50px;
  background: #ffffff;
  border: 1px solid #dce4ed;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 0px;
  z-index: 1000;
}
.meta ul.sprache li ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 43%;
  left: calc(50% - 9px);
  top: -9px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent var(--primaer) transparent;
}
.meta ul.sprache li ul li {
  display: block;
  border-top: 1px solid #B4C0CE;
}
.meta ul.sprache li ul li:first-child {
  border-top: none;
}
.meta ul.sprache li ul li a, .meta ul.sprache li ul li a:link, .meta ul.sprache li ul li a:visited {
  background: none;
  padding: 5px 20px;
}
.meta a.notfall, .meta a.notfall:link, .meta a.notfall:visited {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  font-size: 19px;
  font-weight: normal;
  color: #ffffff;
  background: #C11417;
  text-decoration: none;
}
.meta a.notfall:before, .meta a.notfall:link:before, .meta a.notfall:visited:before {
  content: url(//basics.klinikum-amberg.de/images/header_icon_notfall.svg);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.meta a.notfall:hover, .meta a.notfall:focus, .meta a.notfall:active {
  background: var(--primaer_dark);
}
/***********************
Header
***********************/
.header {
  padding: 15px 0px 30px 0px;
}
.header ul {
  display: block;
  list-style-type: none;
  margin: 0px 0px 0px -15px;
  padding: 0px;
}
.header ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header ul li a, .header ul li a:link, .header ul li a:visited {
  display: block;
  padding: 15px 15px;
  font-size: 21px;
  font-weight: normal;
  color: var(--primaer_dark);
  text-decoration: none;
}
.header ul li a:hover, .header ul li a:focus, .header ul li a:active {
  color: var(--primaer);
}
.header ul li.active a, .header ul li.active a:link, .header ul li.active a:visited, .header ul li.active a:hover, .header ul li.active a:focus, .header ul li.active a:active {
  color: var(--primaer);
  font-weight: bold;
}
.header ul li.active ul li a, .header ul li.active ul li a:link, .header ul li.active ul li a:visited {
  font-weight: normal;
  color: var(--primaer_dark);
}
.header ul li.active ul li a:hover, .header ul li.active ul li a:focus, .header ul li.active ul li a:active {
  color: var(--primaer);
}
.header ul li.active ul li.active a, .header ul li.active ul li.active a:link, .header ul li.active ul li.active a:visited, .header ul li.active ul li.active a:hover, .header ul li.active ul li.active a:focus, .header ul li.active ul li.active a:active {
  color: var(--primaer);
  font-weight: bold;
}
.header ul li:hover ul, .header ul li:focus ul, .header ul li:active ul {
  display: block;
}
.header ul li ul {
  margin: 0px;
  display: none;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  top: 53px;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #dce4ed;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.header ul li ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 30px;
  top: -9px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent var(--primaer) transparent;
}
.header ul li ul li {
  display: block;
  border-top: 1px solid #B4C0CE;
}
.header ul li ul li:first-child {
  border-top: none;
}
.header ul li ul li a, .header ul li ul li a:link, .header ul li ul li a:visited {
  display: block;
  padding: 10px 30px;
  color: var(--primaer_dark);
  font-size: 16px;
  font-weight: normal;
}
.header ul li ul li a:hover, .header ul li ul li a:focus, .header ul li ul li a:active {
  color: var(--primaer);
}
.header ul li ul li.active a, .header ul li ul li.active a:link, .header ul li ul li.active a:visited, .header ul li ul li.active a:hover, .header ul li ul li.active a:focus, .header ul li ul li.active a:active {
  color: var(--primaer);
  font-weight: bold;
}
.header button.mobilebutton {
  background: none;
  border: none;
  display: block;
  text-align: right;
  cursor: pointer;
  outline: none;
  margin: 0px 0px 0px auto;
}
.header button.mobilebutton p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  color: var(--primaer);
  display: none;
}
.header button.mobilebutton .icon {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header button.mobilebutton .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--primaer);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header button.mobilebutton .icon span:nth-child(1) {
  top: 0px;
}
.header button.mobilebutton .icon span:nth-child(2) {
  top: 8px;
}
.header button.mobilebutton .icon span:nth-child(3) {
  top: 16px;
}
.header button.mobilebutton.open .icon span:nth-child(1) {
  top: 6px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header button.mobilebutton.open .icon span:nth-child(2) {
  opacity: 0;
}
.header button.mobilebutton.open .icon span:nth-child(3) {
  top: 6px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .mobilemenu {
  position: absolute;
  left: 0px;
  top: 11px;
  z-index: 2000;
  width: 100%;
  background: #ffffff;
  text-align: center;
  border: 1px solid #dce4ed;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 80vh;
  height: calc(100vh - 108px);
  overflow: auto;
}
.header .mobilemenu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: -9px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent var(--primaer) transparent;
}
.header .mobilemenu ul {
  margin: 0px;
  text-align: left;
}
.header .mobilemenu ul li {
  display: block;
  margin: 0px;
  border-top: 1px solid #B4C0CE;
}
.header .mobilemenu ul li:first-child {
  border-top: none;
}
.header .mobilemenu ul li a, .header .mobilemenu ul li a:link, .header .mobilemenu ul li a:visited {
  position: relative;
  padding-right: 60px;
}
.header .mobilemenu ul li a.mobnavpfeil, .header .mobilemenu ul li a.mobnavpfeilfix, .header .mobilemenu ul li a:link.mobnavpfeil, .header .mobilemenu ul li a:link.mobnavpfeilfix, .header .mobilemenu ul li a:visited.mobnavpfeil, .header .mobilemenu ul li a:visited.mobnavpfeilfix {
  position: absolute;
  right: 4px;
  top: 0px;
  height: 54px;
  width: 50px;
  padding: 0px;
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_geschlossen.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
.header .mobilemenu ul li a.mobnavpfeil.pfeil-offen, .header .mobilemenu ul li a.mobnavpfeilfix.pfeil-offen, .header .mobilemenu ul li a:link.mobnavpfeil.pfeil-offen, .header .mobilemenu ul li a:link.mobnavpfeilfix.pfeil-offen, .header .mobilemenu ul li a:visited.mobnavpfeil.pfeil-offen, .header .mobilemenu ul li a:visited.mobnavpfeilfix.pfeil-offen {
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_offen.svg);
}
.header .mobilemenu ul ul {
  position: relative;
  left: inherit;
  top: inherit;
  white-space: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  line-height: normal;
  border: none;
  background: #eff4fa;
}
.header .mobilemenu ul ul:before {
  display: none;
}
.header .mobilemenu ul ul li a, .header .mobilemenu ul ul li a:link, .header .mobilemenu ul ul li a:visited {
  padding: 10px 60px 10px 30px;
}
.header .mobilemenu ul ul li a.mobnavpfeil, .header .mobilemenu ul ul li a:link.mobnavpfeil, .header .mobilemenu ul ul li a:visited.mobnavpfeil {
  height: 44px;
}
.header .mobilemenu ul ul li ul {
  background: #ffffff;
}
.header .mobilemenu ul ul li ul li a, .header .mobilemenu ul ul li ul li a:link, .header .mobilemenu ul ul li ul li a:visited {
  padding: 10px 60px 10px 45px;
}
.header .mobilemenu ul ul li ul li ul {
  background: #eff4fa;
}
.header .mobilemenu ul ul li ul li ul li a, .header .mobilemenu ul ul li ul li ul li a:link, .header .mobilemenu ul ul li ul li ul li a:visited {
  padding: 10px 60px 10px 60px;
}
.header .mobilemenu ul ul li ul li ul li ul {
  background: #ffffff;
}
.header .mobilemenu ul ul li ul li ul li ul li a, .header .mobilemenu ul ul li ul li ul li ul li a:link, .header .mobilemenu ul ul li ul li ul li ul li a:visited {
  padding: 10px 60px 10px 75px;
}
.header .mobilemenu .suchbox {
  position: relative;
  padding: 15px;
  width: 100%;
  border-top: 1px solid #B4C0CE;
}
.header .mobilemenu .suchbox #suchfeld, .header .mobilemenu .suchbox #suchfeld_mobile, .header .mobilemenu .suchbox #suchfeld_sticky, .header .mobilemenu .suchbox #suchfeld_sticky_mobile {
  background: #ffffff;
  border: 1px solid #B4C0CE;
  color: #5e728b;
  font-size: 15px;
  font-weight: normal;
  padding: 0px 40px 0px 10px;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.header .mobilemenu .suchbox #suchbutton, .header .mobilemenu .suchbox #suchbutton_mobile, .header .mobilemenu .suchbox #suchbutton_sticky, .header .mobilemenu .suchbox #suchbutton_mobile_sticky {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: var(--primaer);
  background-image: url(//basics.klinikum-amberg.de/images/header_icon_suche_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1100;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header .mobilemenu .suchbox #suchbutton:hover, .header .mobilemenu .suchbox #suchbutton:focus, .header .mobilemenu .suchbox #suchbutton:active, .header .mobilemenu .suchbox #suchbutton_mobile:hover, .header .mobilemenu .suchbox #suchbutton_mobile:focus, .header .mobilemenu .suchbox #suchbutton_mobile:active, .header .mobilemenu .suchbox #suchbutton_sticky:hover, .header .mobilemenu .suchbox #suchbutton_sticky:focus, .header .mobilemenu .suchbox #suchbutton_sticky:active, .header .mobilemenu .suchbox #suchbutton_mobile_sticky:hover, .header .mobilemenu .suchbox #suchbutton_mobile_sticky:focus, .header .mobilemenu .suchbox #suchbutton_mobile_sticky:active {
  background-color: var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header#scrollnavi {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2000;
  width: 100%;
  background: #ffffff;
  border: 1px solid #dce4ed;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 0px;
}
.header#scrollnavi .mobilemenu {
  height: 90vh;
  height: calc(100vh - 55px);
}
.header .suche {
  position: relative;
}
.header .suche button {
  display: inline-block;
  border: none;
  background: none;
  background-image: url(//basics.klinikum-amberg.de/images/header_icon_suche.svg);
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 25px;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header .suche button:hover, .header .suche button:focus, .header .suche button:active {
  opacity: 0.8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header .suche .suchbox {
  position: absolute;
  right: 0px;
  top: 41px;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #dce4ed;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 10px;
  width: 300px;
}
.header .suche .suchbox:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 2px;
  top: -9px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent var(--primaer) transparent;
}
.header .suche .suchbox #suchfeld, .header .suche .suchbox #suchfeld_mobile, .header .suche .suchbox #suchfeld_sticky, .header .suche .suchbox #suchfeld_sticky_mobile {
  background: #ffffff;
  border: 1px solid #B4C0CE;
  color: #5e728b;
  font-size: 15px;
  font-weight: normal;
  padding: 0px 40px 0px 10px;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.header .suche .suchbox #suchbutton, .header .suche .suchbox #suchbutton_mobile, .header .suche .suchbox #suchbutton_sticky, .header .suche .suchbox #suchbutton_mobile_sticky {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: var(--primaer);
  background-image: url(//basics.klinikum-amberg.de/images/header_icon_suche_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1100;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header .suche .suchbox #suchbutton:hover, .header .suche .suchbox #suchbutton:focus, .header .suche .suchbox #suchbutton:active, .header .suche .suchbox #suchbutton_mobile:hover, .header .suche .suchbox #suchbutton_mobile:focus, .header .suche .suchbox #suchbutton_mobile:active, .header .suche .suchbox #suchbutton_sticky:hover, .header .suche .suchbox #suchbutton_sticky:focus, .header .suche .suchbox #suchbutton_sticky:active, .header .suche .suchbox #suchbutton_mobile_sticky:hover, .header .suche .suchbox #suchbutton_mobile_sticky:focus, .header .suche .suchbox #suchbutton_mobile_sticky:active {
  background-color: var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
Headerbild
***********************/
.headerbild_leer {
  height: 50px;
}
.headerbild.klein {
  position: relative;
  margin-bottom: 60px;
}
.headerbild.klein .width {
  position: relative;
}
.headerbild.klein .bildbox .box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
}
.headerbild.klein .textbox {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 100;
}
.headerbild.klein .textbox .box {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0090df+0,00bddf+100&1+0,0.95+100 */
  background: -moz-linear-gradient(-45deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#var(--verlauf_headerbild_start_hex)', endColorstr='#var(--verlauf_headerbild_ende_hex)',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  backdrop-filter: blur(11px);
  height: 100%;
  padding: 5px 2vw;
  position: relative;
}
.headerbild.klein .textbox .box.dunkel .box_table .box_tablecell h1 {
  color: var(--primaer_dark);
}
.headerbild.klein .textbox .box .box_table {
  display: table;
  width: 100%;
  height: 100%;
}
.headerbild.klein .textbox .box .box_table .box_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.headerbild.klein .textbox .box .box_table .box_tablecell h1 {
  color: #ffffff;
  margin: 0px;
  font-weight: 500;
}
.headerbild.klein .textbox .box .design {
  position: absolute;
  top: 0px;
  right: -198px;
  width: auto;
}
.headerbild.balken {
  position: relative;
  margin-bottom: 70px;
}
.headerbild.balken .width {
  position: relative;
}
.headerbild.balken .bg .box {
  background-color: #dce4ed;
  background-image: url(//basics.klinikum-amberg.de/images/bildergalerie_eckenelement_grau.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  height: 200px;
}
.headerbild.balken .textbox {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
}
.headerbild.balken .textbox .box {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0090df+0,00bddf+100&1+0,0.95+100 */
  background: -moz-linear-gradient(-45deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#var(--verlauf_headerbild_start_hex)', endColorstr='#var(--verlauf_headerbild_ende_hex)',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  backdrop-filter: blur(11px);
  padding: 35px 2vw;
  position: relative;
}
.headerbild.balken .textbox .box.dunkel h1 {
  color: var(--primaer_dark);
}
.headerbild.balken .textbox .box h1 {
  color: #ffffff;
  margin: 0px;
  font-weight: 500;
}
.headerbild.slickslider {
  overflow: hidden;
  position: relative;
  margin: 0px;
}
.headerbild.slickslider.abstand_unten {
  margin-bottom: 60px;
}
.headerbild.slickslider .width {
  position: relative;
}
.headerbild.slickslider .bildbox .box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 650px;
}
.headerbild.slickslider .textbox {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 450px;
  z-index: 100;
}
.headerbild.slickslider .textbox .box {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0090df+0,00bddf+100&1+0,0.95+100 */
  background: -moz-linear-gradient(-45deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, var(--verlauf_headerbild_start_rgb) 0%, var(--verlauf_headerbild_ende_rgb) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#var(--verlauf_headerbild_start_hex)', endColorstr='#var(--verlauf_headerbild_ende_hex)',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  backdrop-filter: blur(11px);
  height: 100%;
  padding: 5px 2vw;
  position: relative;
}
.headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell h1, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell p {
  color: var(--primaer_dark);
}
.headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:link, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:visited {
  border: 1px solid var(--primaer_dark);
  color: var(--primaer_dark);
}
.headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:after, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:link:after, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:visited:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_dunkelblau_klein.svg);
}
.headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:hover, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:focus, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:active {
  background: var(--primaer_dark);
  color: #ffffff;
}
.headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:hover:after, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:focus:after, .headerbild.slickslider .textbox .box.dunkel .box_table .box_tablecell a.button.sekundaer:active:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_klein.svg);
}
.headerbild.slickslider .textbox .box .box_table {
  display: table;
  width: 100%;
  height: 100%;
}
.headerbild.slickslider .textbox .box .box_table .box_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.headerbild.slickslider .textbox .box .box_table .box_tablecell p {
  font-size: 15px;
  line-height: normal;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.headerbild.slickslider .textbox .box .box_table .box_tablecell h1 {
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 500;
}
.headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer, .headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:link, .headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:visited {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:after, .headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:link:after, .headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:visited:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_klein.svg);
}
.headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:hover, .headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:focus, .headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:active {
  background: #ffffff;
  color: var(--primaer);
}
.headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:hover:after, .headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:focus:after, .headerbild.slickslider .textbox .box .box_table .box_tablecell a.button.sekundaer:active:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_mittelblau_klein.svg);
}
.headerbild.slickslider .textbox .box .design {
  position: absolute;
  top: 0px;
  right: -198px;
  width: auto;
}
.headerbild.slickslider .slick-list .slick-track .slick-slide {
  height: auto;
}
.headerbild.slickslider .slick-prev, .headerbild.slickslider .slick-next {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.headerbild.slickslider:hover .slick-prev, .headerbild.slickslider:focus .slick-prev, .headerbild.slickslider:active .slick-prev {
  left: 15px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.headerbild.slickslider:hover .slick-next, .headerbild.slickslider:focus .slick-next, .headerbild.slickslider:active .slick-next {
  right: 15px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.headerbild.slickslider .slick-dots {
  margin: 0px;
  bottom: 145px;
  left: 15px;
  display: inline-block;
  width: 17%;
  text-align: left;
}
.headerbild.slickslider .slick-dots li {
  width: 22%;
  height: auto;
  display: inline-block;
  margin: 0px 8% 0px 0px;
}
.headerbild.slickslider .slick-dots li button {
  padding: 0px;
  height: 5px;
  width: 100%;
  background: #D7DBDE;
  border: 0px;
}
.headerbild.slickslider .slick-dots li button:before {
  display: none;
}
.headerbild.slickslider .slick-dots li.slick-active button {
  background: var(--primaer_dark);
}
.headerbild img, .headerbild picture {
  width: 100%;
  height: auto;
}
/***********************
Sticky Schnellkontakt
***********************/
.sticky_schnellkontakt {
  position: fixed;
  right: 0px;
  top: 26vh;
  z-index: 1000;
  width: 60px;
}
.sticky_schnellkontakt a, .sticky_schnellkontakt a:link, .sticky_schnellkontakt a:visited {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
}
.sticky_schnellkontakt a:hover, .sticky_schnellkontakt a:focus, .sticky_schnellkontakt a:active {
  background-color: #eff4fa;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1050;
}
/***********************
1-sp. | Schnellverlinkung
***********************/
.schnellverlinkung {
  position: relative;
}
.schnellverlinkung .width {
  position: relative;
}
.schnellverlinkung .box {
  position: absolute;
  left: 0px;
  top: -100px;
}
.schnellverlinkung .box a, .schnellverlinkung .box a:link, .schnellverlinkung .box a:visited, .schnellverlinkung .box a:hover, .schnellverlinkung .box a:focus, .schnellverlinkung .box a:active {
  text-decoration: none;
}
.schnellverlinkung .box .buttonbox {
  background: var(--primaer_dark);
  height: 100px;
  width: 100%;
  padding: 5px;
  border-left: 1px solid #5E728B;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.schnellverlinkung .box .buttonbox .buttonbox_table {
  display: table;
  width: 100%;
  height: 100%;
}
.schnellverlinkung .box .buttonbox .buttonbox_table .buttonbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.schnellverlinkung .box .buttonbox .buttonbox_table .buttonbox_tablecell span {
  color: #ffffff;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
.schnellverlinkung .box .buttonbox:hover, .schnellverlinkung .box .buttonbox:focus, .schnellverlinkung .box .buttonbox:active {
  background: var(--primaer);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
1-sp. | Einstiegsbox
***********************/
.einstiegsbox {
  background: #eff4fa;
  padding: 50px 0px 90px 0px;
  margin-bottom: 60px;
  position: relative;
}
.einstiegsbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  top: -100px;
  z-index: -1;
  background: #eff4fa;
}
.einstiegsbox .akkordeonbox {
  background: #ffffff;
  border: 1px solid #dce4ed;
  margin-bottom: 70px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.einstiegsbox .akkordeonbox .akkordeonblock {
  padding: 0px 40px;
  border-top: 1px solid #B4C0CE;
}
.einstiegsbox .akkordeonbox .akkordeonblock:first-child {
  border-top: none;
}
.einstiegsbox .akkordeonbox .akkordeonblock img {
  padding: 0px 50px 15px 0px;
}
.einstiegsbox .akkordeonbox .akkordeonblock h3 {
  padding: 25px 0px 25px 60px;
  margin-bottom: 0px;
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_geschlossen.svg);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsbox .akkordeonbox .akkordeonblock h3:hover, .einstiegsbox .akkordeonbox .akkordeonblock h3:focus, .einstiegsbox .akkordeonbox .akkordeonblock h3:active {
  color: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsbox .akkordeonbox .akkordeonblock h3.akkordeon_offen {
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_offen.svg);
}
.einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext {
  padding: 0px 0px 15px 10px;
}
.einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext h3 {
  padding: 0px;
  background: none;
  cursor: inherit;
}
.einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext h3:hover, .einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext h3:focus, .einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext h3:active {
  color: inherit;
}
.einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext ul, .einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext ol {
  padding-left: 17px;
}
.einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext p, .einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext ul, .einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext ol {
  font-weight: 300;
}
.einstiegsbox .akkordeonbox .akkordeonblock .akkordeontext a.button {
  margin: 0px 10px 25px 0px;
}
.einstiegsbox .links {
  border-top: 2px solid #ffffff;
}
.einstiegsbox .links .row .linkbox {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsbox .links .row .linkbox.border_left_none {
  border-left: none;
}
.einstiegsbox .links .row .linkbox a, .einstiegsbox .links .row .linkbox a:link, .einstiegsbox .links .row .linkbox a:visited {
  display: table;
  width: 100%;
  height: 75px;
  padding: 0px 10px 0px 50px;
  text-decoration: none;
  color: #ffffff;
}
.einstiegsbox .links .row .linkbox a .linkbox_tablecell, .einstiegsbox .links .row .linkbox a:link .linkbox_tablecell, .einstiegsbox .links .row .linkbox a:visited .linkbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.einstiegsbox .links .row .linkbox a .linkbox_tablecell .bild, .einstiegsbox .links .row .linkbox a:link .linkbox_tablecell .bild, .einstiegsbox .links .row .linkbox a:visited .linkbox_tablecell .bild {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  margin-right: 15px;
}
.einstiegsbox .links .row .linkbox a .linkbox_tablecell .text, .einstiegsbox .links .row .linkbox a:link .linkbox_tablecell .text, .einstiegsbox .links .row .linkbox a:visited .linkbox_tablecell .text {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  width: calc(100% - 50px);
  color: var(--primaer_dark);
  font-size: 21px;
  line-height: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.einstiegsbox .links .row .linkbox a:hover, .einstiegsbox .links .row .linkbox a:focus, .einstiegsbox .links .row .linkbox a:active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #ffffff;
}
.einstiegsbox .links .row .linkbox a:hover .linkbox_tablecell .text, .einstiegsbox .links .row .linkbox a:focus .linkbox_tablecell .text, .einstiegsbox .links .row .linkbox a:active .linkbox_tablecell .text {
  color: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsbox .links .row .col-xl-4:first-child .linkbox, .einstiegsbox .links .row .col-lg-4:first-child .linkbox, .einstiegsbox .links .row .col-md-4:first-child .linkbox, .einstiegsbox .links .row .col-sm-4:first-child .linkbox, .einstiegsbox .links .row .col-12:first-child .linkbox {
  border-left: none;
}
/***********************
1-sp. | Aktuelles & Facbereichssuche
***********************/
.aktuelles_fachbereichsuche {
  margin-bottom: 50px;
}
.aktuelles_fachbereichsuche a, .aktuelles_fachbereichsuche a:link, .aktuelles_fachbereichsuche a:visited, .aktuelles_fachbereichsuche a:hover, .aktuelles_fachbereichsuche a:focus, .aktuelles_fachbereichsuche a:active {
  text-decoration: none;
}
.aktuelles_fachbereichsuche .aktuelles_blockbox {
  border-bottom: 1px solid #B4C0CE;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.aktuelles_fachbereichsuche .aktuelles_blockbox:last-child {
  border-bottom: none;
}
.aktuelles_fachbereichsuche .aktuelles_blockbox:hover, .aktuelles_fachbereichsuche .aktuelles_blockbox:focus, .aktuelles_fachbereichsuche .aktuelles_blockbox:active {
  /*border-bottom: none;*/
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.aktuelles_fachbereichsuche .aktuelles_block {
  padding: 25px 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.aktuelles_fachbereichsuche .aktuelles_block:hover, .aktuelles_fachbereichsuche .aktuelles_block:focus, .aktuelles_fachbereichsuche .aktuelles_block:active {
  padding: 25px;
  border: none;
  /*background: $hellgrau_header;*/
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.aktuelles_fachbereichsuche .aktuelles_block .text {
  padding-left: 40px;
}
.aktuelles_fachbereichsuche .aktuelles_block .text p {
  margin: 0px;
  font-weight: 300;
}
.aktuelles_fachbereichsuche .aktuelles_block .text p.datum {
  color: var(--primaer);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.aktuelles_fachbereichsuche .aktuelles_block .text h4 {
  margin-bottom: 25px;
}
.aktuelles_fachbereichsuche .suche_facbereich {
  background: #eff4fa;
  padding: 25px 30px 1px 30px;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator h3 {
  cursor: pointer;
  padding: 3px 30px 3px 0px;
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_geschlossen.svg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator h3.akkordeon_offen {
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_offen.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator h3:hover, .aktuelles_fachbereichsuche .suche_facbereich .navigator h3:focus, .aktuelles_fachbereichsuche .suche_facbereich .navigator h3:active {
  color: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator.offen {
  margin-bottom: 45px;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content p {
  font-weight: 600;
  color: var(--primaer_dark);
  text-align: center;
  margin-bottom: 20px;
  /*background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_dunkelblau_mittel.svg);
					background-repeat: no-repeat;
					background-position: right center;*/
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content .fortschritt {
  margin-bottom: 20px;
  text-align: center;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content .fortschritt span {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 4px;
  margin: 0px 2px 5px 2px;
  background: #D7DBDE;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content .fortschritt span.active {
  background: #778FAC;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content div a, .aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content div a:link, .aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content div a:visited {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  line-height: normal;
  padding: 10px 25px 10px 15px;
  color: var(--primaer);
  background: #EFF9FF;
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_mittelblau_mittel.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content div a:hover, .aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content div a:focus, .aktuelles_fachbereichsuche .suche_facbereich .navigator #navigator_content div a:active {
  color: #ffffff;
  background: var(--primaer);
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_mittel.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator .navigator_suche {
  background: var(--primaer);
  padding: 30px 30px 45px 30px;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator .navigator_suche p {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator .navigator_suche form {
  width: 100%;
  position: relative;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator .navigator_suche form #navigator_suchbegriff {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 50px 0px 15px;
  background: #ffffff;
  border: none;
  color: #5e728b;
  font-size: 16px;
}
.aktuelles_fachbereichsuche .suche_facbereich .navigator .navigator_suche form #navigator_suchbutton {
  text-indent: -9999px;
  display: block;
  width: 35px;
  height: 50px;
  background: none;
  background-image: url(//basics.klinikum-amberg.de/images/header_icon_suche.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
}
.fachbereiche .aktiv a {
  color: #F00;
}
/***********************
Aktuelles Liste
***********************/
.aktuelles_liste {
  padding-bottom: 100px;
}
.aktuelles_liste a, .aktuelles_liste a:link, .aktuelles_liste a:visited, .aktuelles_liste a:hover, .aktuelles_liste a:focus {
  text-decoration: none;
}
.aktuelles_liste .box {
  padding: 25px 0px;
  position: relative;
}
.aktuelles_liste .box:before {
  content: "";
  display: block;
  width: 95%;
  width: calc(100% - 30px);
  height: 1px;
  background: #B4C0CE;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
}
.aktuelles_liste .box .text p {
  font-weight: 300;
}
.aktuelles_liste .box .text p.datum {
  color: var(--primaer);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.aktuelles_liste .box .text h4 {
  margin-bottom: 25px;
}
.aktuelles_liste .pagination {
  padding-top: 25px;
  text-align: center;
}
.aktuelles_liste .pagination a, .aktuelles_liste .pagination a:link, .aktuelles_liste .pagination a:visited {
  display: inline-block;
  vertical-align: top;
  background-color: #5e728b;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.aktuelles_liste .pagination a.back, .aktuelles_liste .pagination a:link.back, .aktuelles_liste .pagination a:visited.back {
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_links_weiss_klein.svg);
}
.aktuelles_liste .pagination a.next, .aktuelles_liste .pagination a:link.next, .aktuelles_liste .pagination a:visited.next {
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_klein.svg);
}
.aktuelles_liste .pagination a:hover, .aktuelles_liste .pagination a:focus, .aktuelles_liste .pagination a:active {
  background-color: var(--primaer);
}
/***********************
1-sp. | Zweispalter Bild & Text
***********************/
.zweispalter_text_bild.hellblau {
  background: #eff4fa;
}
.zweispalter_text_bild .textbox {
  background: var(--primaer);
  padding: 10px 55px;
  height: 450px;
}
.zweispalter_text_bild .textbox .textbox_table {
  display: table;
  width: 100%;
  height: 100%;
}
.zweispalter_text_bild .textbox .textbox_table .textbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.zweispalter_text_bild .textbox p {
  color: #ffffff;
  margin-bottom: 30px;
}
.zweispalter_text_bild .textbox p.zusatz {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.zweispalter_text_bild .textbox h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.zweispalter_text_bild .textbox a.button.sekundaer, .zweispalter_text_bild .textbox a.button.sekundaer:link, .zweispalter_text_bild .textbox a.button.sekundaer:visited {
  color: #ffffff;
  border-color: #ffffff;
}
.zweispalter_text_bild .textbox a.button.sekundaer:after, .zweispalter_text_bild .textbox a.button.sekundaer:link:after, .zweispalter_text_bild .textbox a.button.sekundaer:visited:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_links_weiss_klein.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.zweispalter_text_bild .textbox a.button.sekundaer:hover, .zweispalter_text_bild .textbox a.button.sekundaer:focus, .zweispalter_text_bild .textbox a.button.sekundaer:active {
  color: var(--primaer_dark);
  border-color: var(--primaer_dark);
}
.zweispalter_text_bild .textbox a.button.sekundaer:hover:after, .zweispalter_text_bild .textbox a.button.sekundaer:focus:after, .zweispalter_text_bild .textbox a.button.sekundaer:active:after {
  content: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_dunkelblau_klein.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.zweispalter_text_bild .bildbox {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.zweispalter_text_bild .bildbox a.button.link, .zweispalter_text_bild .bildbox a.button.link:link, .zweispalter_text_bild .bildbox a.button.link:visited, .zweispalter_text_bild .bildbox a.button.link:hover, .zweispalter_text_bild .bildbox a.button.link:focus, .zweispalter_text_bild .bildbox a.button.link:active {
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
/***********************
1-sp. | Dreierblock
***********************/
.dreierblock {
  background: #eff4fa;
  padding: 110px 0px 80px 0px;
  position: relative;
}
.dreierblock:before {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background: #eff4fa;
  position: absolute;
  left: 0px;
  top: -130px;
  z-index: -1;
}
.dreierblock.weiss {
  background: #ffffff;
  padding: 0px 0px 60px 0px;
}
.dreierblock.weiss:before {
  display: none;
}
.dreierblock.weiss .box {
  background: #eff4fa;
}
.dreierblock.weiss .box .text h3 {
  background: #eff4fa;
}
.dreierblock.boxen:before {
  display: none;
}
.dreierblock.boxen .box {
  margin-bottom: 30px;
}
.dreierblock p, .dreierblock ul, .dreierblock ol, .dreierblock table {
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
}
.dreierblock p strong, .dreierblock ul strong, .dreierblock ol strong, .dreierblock table strong {
  font-weight: bold;
}
.dreierblock p a, .dreierblock p a:link, .dreierblock p a:visited, .dreierblock p a:hover, .dreierblock p a:focus, .dreierblock p a:active, .dreierblock ul a, .dreierblock ul a:link, .dreierblock ul a:visited, .dreierblock ul a:hover, .dreierblock ul a:focus, .dreierblock ul a:active, .dreierblock ol a, .dreierblock ol a:link, .dreierblock ol a:visited, .dreierblock ol a:hover, .dreierblock ol a:focus, .dreierblock ol a:active, .dreierblock table a, .dreierblock table a:link, .dreierblock table a:visited, .dreierblock table a:hover, .dreierblock table a:focus, .dreierblock table a:active {
  font-weight: normal;
}
.dreierblock ul, .dreierblock ol {
  padding-left: 17px;
}
.dreierblock ul {
  list-style-type: square;
}
.dreierblock a, .dreierblock a:link, .dreierblock a:visited, .dreierblock a:hover, .dreierblock a:focus {
  text-decoration: none;
}
.dreierblock .box {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.dreierblock .box .bild {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.dreierblock .box .bild span.button.link, .dreierblock .box .bild span.button.link:hover, .dreierblock .box .bild span.button.link:focus, .dreierblock .box .bild span.button.link:active {
  position: absolute;
  right: 30px;
  bottom: 35px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.dreierblock .box .bild span.button.link:hover, .dreierblock .box .bild span.button.link:focus, .dreierblock .box .bild span.button.link:active {
  background-color: var(--primaer_dark);
}
.dreierblock .box .text h3 {
  padding: 25px 40px;
  margin: 0px;
  background: #ffffff;
}
.dreierblock .dreierblock_slider {
  margin: 0px;
}
.dreierblock .dreierblock_slider .slick-dots {
  margin: 0px;
  position: relative;
  bottom: inherit;
  left: inherit;
  display: block;
  width: 100%;
  text-align: center;
}
.dreierblock .dreierblock_slider .slick-dots li {
  width: 30px;
  height: auto;
  display: inline-block;
  margin: 0px 5px;
}
.dreierblock .dreierblock_slider .slick-dots li button {
  padding: 0px;
  height: 4px;
  width: 100%;
  background: #D7DBDE;
  border: 0px;
}
.dreierblock .dreierblock_slider .slick-dots li button:before {
  display: none;
}
.dreierblock .dreierblock_slider .slick-dots li.slick-active button {
  background: var(--primaer_dark);
}
/***********************
1-sp. | Logoslider
***********************/
.logoslider {
  background: #cad6e3;
  padding: 70px 0px 75px 0px;
}
.logoslider .logoslider_slider {
  margin: 0px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.logoslider .logoslider_slider .slick-list {
  padding: 30px 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.logoslider .logoslider_slider .box {
  text-align: center;
  border-right: 1px solid #B4C0CE;
}
.logoslider .logoslider_slider .box img {
  max-height: 100%;
  width: auto;
  max-width: inherit;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.logoslider .logoslider_slider .box img:hover, .logoslider .logoslider_slider .box img:focus, .logoslider .logoslider_slider .box img:active {
  filter: grayscale(0%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.logoslider .logoslider_slider .slick-prev, .logoslider .logoslider_slider .slick-next {
  width: 50px;
  height: 50px;
  padding: 0px;
  background-color: var(--primaer);
  background-position: center center;
  background-repeat: no-repeat;
  top: 27%;
  top: calc(50% - 50px);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.logoslider .logoslider_slider .slick-prev:before, .logoslider .logoslider_slider .slick-next:before {
  display: none;
}
.logoslider .logoslider_slider .slick-prev:hover, .logoslider .logoslider_slider .slick-prev:focus, .logoslider .logoslider_slider .slick-prev:active, .logoslider .logoslider_slider .slick-next:hover, .logoslider .logoslider_slider .slick-next:focus, .logoslider .logoslider_slider .slick-next:active {
  background-color: var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.logoslider .logoslider_slider .slick-prev.slick-disabled, .logoslider .logoslider_slider .slick-next.slick-disabled {
  background-color: #cad6e3;
  cursor: not-allowed;
}
.logoslider .logoslider_slider .slick-prev {
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_links_weiss_mittel.svg);
  left: -50px;
}
.logoslider .logoslider_slider .slick-next {
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_mittel.svg);
  right: -50px;
}
.logoslider .logoslider_slider .slick-dots {
  list-style-type: none;
  position: relative;
  bottom: inherit;
  padding-top: 45px;
  margin: 0px;
}
.logoslider .logoslider_slider .slick-dots li {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px 10px;
}
.logoslider .logoslider_slider .slick-dots li button {
  height: 5px;
  width: 55px;
  padding: 0px;
  background: #ffffff;
}
.logoslider .logoslider_slider .slick-dots li button:before {
  display: none;
}
.logoslider .logoslider_slider .slick-dots li.slick-active button {
  background: var(--primaer_dark);
}
.logoslider.schmal {
  background: none;
  padding: 0px;
  margin-bottom: 80px;
}
.logoslider.schmal .logoslider_slider .slick-list {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.logoslider.schmal .logoslider_slider .slick-dots {
  padding-top: 15px;
}
.logoslider.schmal .logoslider_slider .slick-dots li button {
  background: #cad6e3;
}
.logoslider.schmal .logoslider_slider .slick-dots li.slick-active button, .logoslider.schmal .logoslider_slider .slick-dots li :hover button, .logoslider.schmal .logoslider_slider .slick-dots li :focus button, .logoslider.schmal .logoslider_slider .slick-dots li :active button {
  background: var(--primaer_dark);
}
/***********************
x-sp. | Zweispaltige Boxen
***********************/
.zweispaltige_boxen {
  margin-bottom: 20px;
}
.zweispaltige_boxen .box {
  padding: 15px 40px 40px 40px;
  margin-bottom: 50px;
  height: 80%;
  height: calc(100% - 50px);
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.zweispaltige_boxen .box h3 {
  padding: 25px 0px;
  margin-bottom: 25px;
  border-bottom: 1px solid #B4C0CE;
}
.zweispaltige_boxen .box h3.icon {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  padding-left: 45px;
}
.zweispaltige_boxen .box p {
  font-weight: 300;
}
/***********************
x-sp. | Linkliste
***********************/
.linkliste {
  margin-bottom: 50px;
}
.linkliste .linkliste_block {
  margin-bottom: 60px;
}
.linkliste .linkliste_block h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primaer_dark);
}
.linkliste .linkliste_block a.link_weiter, .linkliste .linkliste_block a.link_weiter:link, .linkliste .linkliste_block a.link_weiter:visited {
  display: block;
  font-size: 21px;
  border-bottom: 1px solid #B4C0CE;
  padding-top: 12px;
  padding-bottom: 12px;
  background-position: left top 9px;
}
.linkliste .linkliste_block a.link_weiter.ebene_2, .linkliste .linkliste_block a.link_weiter:link.ebene_2, .linkliste .linkliste_block a.link_weiter:visited.ebene_2 {
  padding-left: 90px;
  background-position: left 30px top 9px;
}
.linkliste .linkliste_block a.link_weiter.ebene_3, .linkliste .linkliste_block a.link_weiter:link.ebene_3, .linkliste .linkliste_block a.link_weiter:visited.ebene_3 {
  padding-left: 120px;
  background-position: left 60px top 9px;
}
.linkliste .linkliste_block a.link_weiter:hover, .linkliste .linkliste_block a.link_weiter:focus, .linkliste .linkliste_block a.link_weiter:active {
  background-position: left 10px top 9px;
}
.linkliste .linkliste_block a.link_weiter:hover.ebene_2, .linkliste .linkliste_block a.link_weiter:focus.ebene_2, .linkliste .linkliste_block a.link_weiter:active.ebene_2 {
  background-position: left 40px top 9px;
}
.linkliste .linkliste_block a.link_weiter:hover.ebene_3, .linkliste .linkliste_block a.link_weiter:focus.ebene_3, .linkliste .linkliste_block a.link_weiter:active.ebene_3 {
  background-position: left 70px top 9px;
}
/***********************
x-sp. | Akkordeon Inhalt
***********************/
.akkordeon_inhalt {
  padding-bottom: 40px;
}
.akkordeon_inhalt h2 {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primaer_dark);
}
.akkordeon_inhalt p, .akkordeon_inhalt ul, .akkordeon_inhalt ol, .akkordeon_inhalt table {
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
}
.akkordeon_inhalt p strong, .akkordeon_inhalt ul strong, .akkordeon_inhalt ol strong, .akkordeon_inhalt table strong {
  font-weight: bold;
}
.akkordeon_inhalt p a, .akkordeon_inhalt p a:link, .akkordeon_inhalt p a:visited, .akkordeon_inhalt p a:hover, .akkordeon_inhalt p a:focus, .akkordeon_inhalt p a:active, .akkordeon_inhalt ul a, .akkordeon_inhalt ul a:link, .akkordeon_inhalt ul a:visited, .akkordeon_inhalt ul a:hover, .akkordeon_inhalt ul a:focus, .akkordeon_inhalt ul a:active, .akkordeon_inhalt ol a, .akkordeon_inhalt ol a:link, .akkordeon_inhalt ol a:visited, .akkordeon_inhalt ol a:hover, .akkordeon_inhalt ol a:focus, .akkordeon_inhalt ol a:active, .akkordeon_inhalt table a, .akkordeon_inhalt table a:link, .akkordeon_inhalt table a:visited, .akkordeon_inhalt table a:hover, .akkordeon_inhalt table a:focus, .akkordeon_inhalt table a:active {
  font-weight: normal;
}
.akkordeon_inhalt ul, .akkordeon_inhalt ol {
  padding-left: 17px;
}
.akkordeon_inhalt ul {
  list-style-type: square;
}
.akkordeon_inhalt .akkordeonbox {
  margin-bottom: 40px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock h3.akkordeon {
  border-bottom: 1px solid #B4C0CE;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_geschlossen.svg);
  background-repeat: no-repeat;
  background-position: left top 6px;
  padding: 12px 0px 12px 60px;
  margin: 0px;
  cursor: pointer;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock h3.akkordeon:hover, .akkordeon_inhalt .akkordeonbox .akkordeonblock h3.akkordeon:focus, .akkordeon_inhalt .akkordeonbox .akkordeonblock h3.akkordeon:active {
  color: var(--primaer);
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock h3.akkordeon.akkordeon_offen {
  background-image: url(//basics.klinikum-amberg.de/images/icon_akkordeon_offen.svg);
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock img {
  padding: 0px 50px 15px 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock img.bild_text {
  display: block;
  margin: 0px auto;
  padding: 0px 30px 25px 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock img.text_bild {
  display: block;
  margin: 0px auto;
  padding: 0px 0px 25px 30px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock img.bild {
  display: block;
  margin: 0px auto;
  padding: 0px 0px 25px 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext {
  padding: 25px 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext .row {
  padding-bottom: 15px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext a.button.primaer {
  margin: 0px 15px 15px 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext .boxenliste {
  padding: 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext .boxenliste img {
  padding: 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext .boxenliste .box {
  padding-bottom: 5px;
  padding-right: 15px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext .boxenliste .box .bild {
  margin-right: 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext .boxenliste .box.liste {
  padding-bottom: 15px;
  padding-right: 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .akkordeontext .boxenliste .box.liste .row {
  padding: 0px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .bilderleiste {
  margin-bottom: 10px;
}
.akkordeon_inhalt .akkordeonbox .akkordeonblock .bilderleiste img {
  padding: 0px 15px 15px 0px;
  margin: 0px;
}
/***********************
x-sp. | Headline & text
***********************/
.headline_text {
  padding-bottom: 80px;
}
.headline_text h4 {
  font-size: 17px;
  font-weight: 500;
}
.headline_text p, .headline_text ul, .headline_text ol, .headline_text table {
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
}
.headline_text p strong, .headline_text ul strong, .headline_text ol strong, .headline_text table strong {
  font-weight: bold;
}
.headline_text p a, .headline_text p a:link, .headline_text p a:visited, .headline_text p a:hover, .headline_text p a:focus, .headline_text p a:active, .headline_text ul a, .headline_text ul a:link, .headline_text ul a:visited, .headline_text ul a:hover, .headline_text ul a:focus, .headline_text ul a:active, .headline_text ol a, .headline_text ol a:link, .headline_text ol a:visited, .headline_text ol a:hover, .headline_text ol a:focus, .headline_text ol a:active, .headline_text table a, .headline_text table a:link, .headline_text table a:visited, .headline_text table a:hover, .headline_text table a:focus, .headline_text table a:active {
  font-weight: normal;
}
.headline_text p.suchergebnis li, .headline_text ul.suchergebnis li, .headline_text ol.suchergebnis li, .headline_text table.suchergebnis li {
  padding-bottom: 15px;
}
.headline_text p.suchergebnis li a, .headline_text p.suchergebnis li a:link, .headline_text p.suchergebnis li a:visited, .headline_text ul.suchergebnis li a, .headline_text ul.suchergebnis li a:link, .headline_text ul.suchergebnis li a:visited, .headline_text ol.suchergebnis li a, .headline_text ol.suchergebnis li a:link, .headline_text ol.suchergebnis li a:visited, .headline_text table.suchergebnis li a, .headline_text table.suchergebnis li a:link, .headline_text table.suchergebnis li a:visited {
  text-decoration: none;
  color: #5e728b;
}
.headline_text p.suchergebnis li a strong, .headline_text p.suchergebnis li a:link strong, .headline_text p.suchergebnis li a:visited strong, .headline_text ul.suchergebnis li a strong, .headline_text ul.suchergebnis li a:link strong, .headline_text ul.suchergebnis li a:visited strong, .headline_text ol.suchergebnis li a strong, .headline_text ol.suchergebnis li a:link strong, .headline_text ol.suchergebnis li a:visited strong, .headline_text table.suchergebnis li a strong, .headline_text table.suchergebnis li a:link strong, .headline_text table.suchergebnis li a:visited strong {
  color: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text p.suchergebnis li a:hover, .headline_text p.suchergebnis li a:focus, .headline_text p.suchergebnis li a:active, .headline_text ul.suchergebnis li a:hover, .headline_text ul.suchergebnis li a:focus, .headline_text ul.suchergebnis li a:active, .headline_text ol.suchergebnis li a:hover, .headline_text ol.suchergebnis li a:focus, .headline_text ol.suchergebnis li a:active, .headline_text table.suchergebnis li a:hover, .headline_text table.suchergebnis li a:focus, .headline_text table.suchergebnis li a:active {
  text-decoration: none;
  color: var(--primaer_dark);
}
.headline_text p.suchergebnis li a:hover strong, .headline_text p.suchergebnis li a:focus strong, .headline_text p.suchergebnis li a:active strong, .headline_text ul.suchergebnis li a:hover strong, .headline_text ul.suchergebnis li a:focus strong, .headline_text ul.suchergebnis li a:active strong, .headline_text ol.suchergebnis li a:hover strong, .headline_text ol.suchergebnis li a:focus strong, .headline_text ol.suchergebnis li a:active strong, .headline_text table.suchergebnis li a:hover strong, .headline_text table.suchergebnis li a:focus strong, .headline_text table.suchergebnis li a:active strong {
  color: var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text p .button.primaer, .headline_text ul .button.primaer, .headline_text ol .button.primaer, .headline_text table .button.primaer {
  margin: 0px;
}
.headline_text ul, .headline_text ol {
  padding-left: 17px;
}
.headline_text ul {
  list-style-type: square;
}
.headline_text img.bild_25 {
  width: 25%;
  /*border: 3px solid $hellgrau_bg;*/
}
.headline_text img.bild_50 {
  width: 50%;
  /*border: 3px solid $hellgrau_bg;*/
}
.headline_text img.bild_links {
  float: left;
  margin: 0px 30px 10px 0px;
}
.headline_text img.bild_rechts {
  float: right;
  margin: 0px 0px 10px 30px;
}
.headline_text .button.primaer {
  margin: 0px 5px 10px 0px;
}
.headline_text.fachbereiche a.link, .headline_text.fachbereiche a.link:link, .headline_text.fachbereiche a.link:visited {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  padding: 10px 25px 10px 15px;
  color: var(--primaer);
  text-decoration: none;
  background: #EFF9FF;
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_mittelblau_mittel.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.headline_text.fachbereiche a.link.active, .headline_text.fachbereiche a.link:link.active, .headline_text.fachbereiche a.link:visited.active {
  background: var(--primaer);
  color: #ffffff;
  cursor: inherit;
}
.headline_text.fachbereiche a.link:hover, .headline_text.fachbereiche a.link:focus, .headline_text.fachbereiche a.link:active {
  color: #ffffff;
  background: var(--primaer);
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_mittel.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.headline_text.fachbereiche a.link:hover.active, .headline_text.fachbereiche a.link:focus.active, .headline_text.fachbereiche a.link:active.active {
  background: var(--primaer);
  color: #ffffff;
  cursor: inherit;
}
.headline_text.fachbereiche form {
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}
.headline_text.fachbereiche form #navigator_suchbegriff {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 50px 0px 15px;
  background: #EFF9FF;
  border: none;
  color: #5e728b;
  font-size: 16px;
}
.headline_text.fachbereiche form #navigator_suchbutton {
  text-indent: -9999px;
  display: block;
  width: 35px;
  height: 50px;
  background: none;
  background-image: url(//basics.klinikum-amberg.de/images/header_icon_suche.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
}
.headline_text.fachbereiche .spezialisierungen {
  width: 100%;
  max-width: 950px;
  margin-bottom: 45px;
}
.headline_text.fachbereiche .spezialisierungen .spezialisierung {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.headline_text.fachbereiche .spezialisierungen .spezialisierung a, .headline_text.fachbereiche .spezialisierungen .spezialisierung a:link, .headline_text.fachbereiche .spezialisierungen .spezialisierung a:visited {
  display: block;
  color: var(--primaer);
  background: #EFF9FF;
  padding: 5px 10px;
  margin: 0px 5px 5px 0px;
}
.headline_text.fachbereiche .spezialisierungen .spezialisierung a:hover, .headline_text.fachbereiche .spezialisierungen .spezialisierung a:focus, .headline_text.fachbereiche .spezialisierungen .spezialisierung a:active, .headline_text.fachbereiche .spezialisierungen .spezialisierung a.active, .headline_text.fachbereiche .spezialisierungen .spezialisierung a.active:link, .headline_text.fachbereiche .spezialisierungen .spezialisierung a.active:visited {
  color: #ffffff;
  background: var(--primaer);
}
.headline_text.fachbereiche .spezialisierungen a.loeschen, .headline_text.fachbereiche .spezialisierungen a.loeschen:link, .headline_text.fachbereiche .spezialisierungen a.loeschen:visited {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: #5e728b;
  padding: 5px 12px;
  margin: 0px 3px 5px;
  text-decoration: none;
}
.headline_text.fachbereiche .spezialisierungen a.loeschen:hover, .headline_text.fachbereiche .spezialisierungen a.loeschen:focus, .headline_text.fachbereiche .spezialisierungen a.loeschen:active {
  background: #C11417;
}
.headline_text.fachbereiche .person {
  margin-bottom: 45px;
}
.headline_text.fachbereiche .linkbox {
  margin-bottom: 45px;
}
.headline_text.fachbereiche .linkbox p, .headline_text.fachbereiche .linkbox ul, .headline_text.fachbereiche .linkbox ol {
  margin-bottom: 0px;
  line-height: normal;
  list-style-type: none;
  padding: 0px;
}
.headline_text.fachbereiche .linkbox p a.link, .headline_text.fachbereiche .linkbox p a.link:link, .headline_text.fachbereiche .linkbox p a.link:visited, .headline_text.fachbereiche .linkbox ul a.link, .headline_text.fachbereiche .linkbox ul a.link:link, .headline_text.fachbereiche .linkbox ul a.link:visited, .headline_text.fachbereiche .linkbox ol a.link, .headline_text.fachbereiche .linkbox ol a.link:link, .headline_text.fachbereiche .linkbox ol a.link:visited {
  display: inline-block;
  height: auto;
}
.headline_text.fachbereiche .linkbox p a.link span, .headline_text.fachbereiche .linkbox p a.link:link span, .headline_text.fachbereiche .linkbox p a.link:visited span, .headline_text.fachbereiche .linkbox ul a.link span, .headline_text.fachbereiche .linkbox ul a.link:link span, .headline_text.fachbereiche .linkbox ul a.link:visited span, .headline_text.fachbereiche .linkbox ol a.link span, .headline_text.fachbereiche .linkbox ol a.link:link span, .headline_text.fachbereiche .linkbox ol a.link:visited span {
  color: #5e728b;
  font-weight: 300;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text.fachbereiche .linkbox p a.link:hover span, .headline_text.fachbereiche .linkbox p a.link:focus span, .headline_text.fachbereiche .linkbox p a.link:active span, .headline_text.fachbereiche .linkbox ul a.link:hover span, .headline_text.fachbereiche .linkbox ul a.link:focus span, .headline_text.fachbereiche .linkbox ul a.link:active span, .headline_text.fachbereiche .linkbox ol a.link:hover span, .headline_text.fachbereiche .linkbox ol a.link:focus span, .headline_text.fachbereiche .linkbox ol a.link:active span {
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text.fachbereiche .bereichsbox {
  margin-bottom: 45px;
}
.headline_text.newsseite img {
  margin-bottom: 25px;
}
.headline_text.newsseite p.datum {
  color: var(--primaer);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.headline_text.videoliste .responsive-video {
  margin-bottom: 25px;
}
/***********************
Linke Spalte - Allgemein
***********************/
.linke_spalte .row {
  padding-right: 25px;
}
.linke_spalte h3 {
  padding-bottom: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #B4C0CE;
}
/***********************
Linke Spalte - Navigation
***********************/
.linke_spalte ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 80px;
}
.linke_spalte ul li {
  display: block;
}
.linke_spalte ul li a, .linke_spalte ul li a:link, .linke_spalte ul li a:visited {
  display: block;
  color: #5e728b;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 0px;
}
.linke_spalte ul li a:hover, .linke_spalte ul li a:focus, .linke_spalte ul li a:active {
  color: var(--primaer);
  text-decoration: none;
}
.linke_spalte ul li a.link_zurueck, .linke_spalte ul li a.link_zurueck:link, .linke_spalte ul li a.link_zurueck:visited, .linke_spalte ul li a.link_zurueck:hover, .linke_spalte ul li a.link_zurueck:focus, .linke_spalte ul li a.link_zurueck:active {
  padding: 5px 0px 5px 45px;
  margin-top: 20px;
}
.linke_spalte ul li.active > a, .linke_spalte ul li.active > a:link, .linke_spalte ul li.active > a:visited, .linke_spalte ul li.active > a:hover, .linke_spalte ul li.active > a:focus, .linke_spalte ul li.active > a:active {
  color: var(--primaer);
  font-weight: bold;
}
.linke_spalte ul li.active > ul {
  margin-bottom: 0px;
}
.linke_spalte ul li.active > ul li a, .linke_spalte ul li.active > ul li a:link, .linke_spalte ul li.active > ul li a:visited {
  color: #5e728b;
  font-weight: normal;
}
.linke_spalte ul li.active > ul li a:hover, .linke_spalte ul li.active > ul li a:focus, .linke_spalte ul li.active > ul li a:active {
  color: var(--primaer);
  font-weight: normal;
}
.linke_spalte ul li.active > ul li.active > a, .linke_spalte ul li.active > ul li.active > a:link, .linke_spalte ul li.active > ul li.active > a:visited, .linke_spalte ul li.active > ul li.active > a:hover, .linke_spalte ul li.active > ul li.active > a:focus, .linke_spalte ul li.active > ul li.active > a:active {
  color: var(--primaer);
  font-weight: bold;
}
.linke_spalte ul li ul {
  margin-bottom: 0px;
}
.linke_spalte ul.infonavi ul {
  padding-left: 20px;
}
/***********************
Rechte Spalte - Allgemein
***********************/
.rechte_spalte .row {
  padding-left: 25px;
}
.rechte_spalte h3 {
  margin-bottom: 20px;
}
/***********************
Rechte Spalte - Textbox
***********************/
.rechte_spalte .bild {
  width: 100%;
  height: auto;
  border: 3px solid #eff4fa;
  margin-bottom: -3px;
}
.rechte_spalte .bildbox {
  padding: 25px 20px 0px 20px;
  background: #eff4fa;
}
.rechte_spalte .bildbox .bild {
  border: none;
  margin: 0px;
  width: 140px;
  max-width: 100%;
}
.rechte_spalte .textbox_rechts {
  padding: 25px 20px;
  background: #eff4fa;
  margin-bottom: 50px;
  overflow: auto;
}
.rechte_spalte .textbox_rechts.kein_abstand_unten {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.rechte_spalte .textbox_rechts p, .rechte_spalte .textbox_rechts ul, .rechte_spalte .textbox_rechts ol, .rechte_spalte .textbox_rechts table {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.rechte_spalte .textbox_rechts p strong, .rechte_spalte .textbox_rechts ul strong, .rechte_spalte .textbox_rechts ol strong, .rechte_spalte .textbox_rechts table strong {
  font-weight: bold;
}
.rechte_spalte .textbox_rechts p a, .rechte_spalte .textbox_rechts p a:link, .rechte_spalte .textbox_rechts p a:visited, .rechte_spalte .textbox_rechts p a:hover, .rechte_spalte .textbox_rechts p a:focus, .rechte_spalte .textbox_rechts p a:active, .rechte_spalte .textbox_rechts ul a, .rechte_spalte .textbox_rechts ul a:link, .rechte_spalte .textbox_rechts ul a:visited, .rechte_spalte .textbox_rechts ul a:hover, .rechte_spalte .textbox_rechts ul a:focus, .rechte_spalte .textbox_rechts ul a:active, .rechte_spalte .textbox_rechts ol a, .rechte_spalte .textbox_rechts ol a:link, .rechte_spalte .textbox_rechts ol a:visited, .rechte_spalte .textbox_rechts ol a:hover, .rechte_spalte .textbox_rechts ol a:focus, .rechte_spalte .textbox_rechts ol a:active, .rechte_spalte .textbox_rechts table a, .rechte_spalte .textbox_rechts table a:link, .rechte_spalte .textbox_rechts table a:visited, .rechte_spalte .textbox_rechts table a:hover, .rechte_spalte .textbox_rechts table a:focus, .rechte_spalte .textbox_rechts table a:active {
  font-weight: normal;
}
.rechte_spalte .textbox_rechts ul, .rechte_spalte .textbox_rechts ol {
  padding-left: 16px;
}
.rechte_spalte .textbox_rechts ul {
  list-style-type: square;
}
.rechte_spalte .textbox_rechts .buttonbox br:first-child {
  display: none;
}
.rechte_spalte .textbox_rechts .buttonbox .button.primaer {
  margin-top: 10px;
}
.rechte_spalte a.notfallbox_link, .rechte_spalte a.notfallbox_link:link, .rechte_spalte a.notfallbox_link:visited, .rechte_spalte a.notfallbox_link:hover, .rechte_spalte a.notfallbox_link:focus, .rechte_spalte a.notfallbox_link:active {
  text-decoration: none;
}
.rechte_spalte .textbox_rechts.nofallbox {
  padding: 15px 20px 1px 20px;
  background: #C11417;
  margin-bottom: 50px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.rechte_spalte .textbox_rechts.nofallbox:hover, .rechte_spalte .textbox_rechts.nofallbox:focus, .rechte_spalte .textbox_rechts.nofallbox:active {
  background: var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.rechte_spalte .textbox_rechts.nofallbox h1, .rechte_spalte .textbox_rechts.nofallbox h2, .rechte_spalte .textbox_rechts.nofallbox h3, .rechte_spalte .textbox_rechts.nofallbox h4, .rechte_spalte .textbox_rechts.nofallbox p, .rechte_spalte .textbox_rechts.nofallbox ul, .rechte_spalte .textbox_rechts.nofallbox ol {
  color: #ffffff;
}
.rechte_spalte .textbox_rechts.nofallbox h3 {
  background-image: url(//basics.klinikum-amberg.de/images/header_icon_notfall.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0px 10px 25px;
}
.rechte_spalte .textbox_rechts.nofallbox p, .rechte_spalte .textbox_rechts.nofallbox ul, .rechte_spalte .textbox_rechts.nofallbox ol {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
/***********************
Rechte Spalte - Veranstaltungsbox
***********************/
.rechte_spalte .veranstaltungsbox {
  margin-bottom: 45px;
}
.rechte_spalte .veranstaltungsbox h3 {
  margin-bottom: 35px;
}
.rechte_spalte .veranstaltungsbox .box {
  padding: 70px 20px 50px 20px;
  background: #eff4fa;
  position: relative;
}
.rechte_spalte .veranstaltungsbox .box p {
  margin: 0px;
}
.rechte_spalte .veranstaltungsbox .box p.datum {
  color: var(--primaer);
  font-weight: bold;
}
.rechte_spalte .veranstaltungsbox .box .kalender {
  width: 57px;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
  background: #ffffff;
  position: relative;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -30px;
  left: 40%;
  left: calc(50% - 28px);
}
.rechte_spalte .veranstaltungsbox .box .kalender .linie {
  width: 3px;
  height: 8px;
  background: #A7B4C4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  top: -4px;
  z-index: 10;
}
.rechte_spalte .veranstaltungsbox .box .kalender .linie.links {
  left: 13px;
}
.rechte_spalte .veranstaltungsbox .box .kalender .linie.rechts {
  right: 13px;
}
.rechte_spalte .veranstaltungsbox .box .kalender .tag {
  background: #ffffff;
  border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  -ms-border-radius: 2px 2px 0px 0px;
  -o-border-radius: 2px 2px 0px 0px;
}
.rechte_spalte .veranstaltungsbox .box .kalender .tag p {
  color: var(--primaer);
  font-size: 25px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.rechte_spalte .veranstaltungsbox .box .kalender .monat {
  background: var(--primaer);
  border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  -ms-border-radius: 0px 0px 2px 2px;
  -o-border-radius: 0px 0px 2px 2px;
}
.rechte_spalte .veranstaltungsbox .box .kalender .monat p {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
/***********************
Rechte Spalte - Bilder
***********************/
.rechte_spalte .bilderbox {
  margin-bottom: 45px;
}
.rechte_spalte .bilderbox.weiss .box {
  background: none;
  padding: 0px;
}
.rechte_spalte .bilderbox .box {
  background: #eff4fa;
  padding: 25px 20px 15px 20px;
}
.rechte_spalte .bilderbox .box.zweispaltig .zweispaltig_box {
  display: flex;
  flex-wrap: wrap;
}
.rechte_spalte .bilderbox .box.zweispaltig .zweispaltig_box .bildbox {
  padding: 0px;
  /*margin: 0px 5px 10px 5px;*/
  margin: 0px 10px 10px 0px;
}
.rechte_spalte .bilderbox .box.zweispaltig .zweispaltig_box .bildbox.liste_frei {
  width: auto;
}
.rechte_spalte .bilderbox .box.zweispaltig .zweispaltig_box .bildbox.liste_einspaltig {
  width: 100%;
  margin-right: 0px;
}
.rechte_spalte .bilderbox .box.zweispaltig .zweispaltig_box .bildbox.liste_zweispaltig {
  width: 46%;
  width: calc(50% - 10px);
}
.rechte_spalte .bilderbox .box.zweispaltig .zweispaltig_box .bildbox.liste_dreispaltig {
  width: 30%;
  width: calc(33.333% - 10px);
}
.rechte_spalte .bilderbox .box.zweispaltig .textbox_box {
  padding: 10px 0px;
}
.rechte_spalte .bilderbox .box a, .rechte_spalte .bilderbox .box a:link, .rechte_spalte .bilderbox .box a:visited, .rechte_spalte .bilderbox .box a:hover, .rechte_spalte .bilderbox .box a:focus, .rechte_spalte .bilderbox .box a:active {
  text-decoration: none;
}
.rechte_spalte .bilderbox .box .bildbox {
  margin-bottom: 10px;
  padding: 0px;
  /*background: $weiss;*/
  /*img {
					display: block;
					margin: 0px auto;
				}*/
}
.rechte_spalte .bilderbox .box .bildbox p {
  background: #5e728b;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0px;
  font-size: 14px;
  line-height: normal;
  font-weight: 300px;
  text-align: center;
}
.rechte_spalte .bilderbox .box .bilderslider {
  margin-bottom: 0px;
}
.rechte_spalte .bilderbox .box .bilderslider div img {
  width: auto;
}
.rechte_spalte .bilderbox .box .bilderslider .slick-prev, .rechte_spalte .bilderbox .box .bilderslider .slick-next {
  width: 30px;
  height: 30px;
  padding: 0px;
  background-color: var(--primaer);
  background-position: center center;
  background-repeat: no-repeat;
  top: 40%;
  top: calc(50% - 15px);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.rechte_spalte .bilderbox .box .bilderslider .slick-prev:before, .rechte_spalte .bilderbox .box .bilderslider .slick-next:before {
  display: none;
}
.rechte_spalte .bilderbox .box .bilderslider .slick-prev:hover, .rechte_spalte .bilderbox .box .bilderslider .slick-prev:focus, .rechte_spalte .bilderbox .box .bilderslider .slick-prev:active, .rechte_spalte .bilderbox .box .bilderslider .slick-next:hover, .rechte_spalte .bilderbox .box .bilderslider .slick-next:focus, .rechte_spalte .bilderbox .box .bilderslider .slick-next:active {
  background-color: var(--primaer_dark);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.rechte_spalte .bilderbox .box .bilderslider .slick-prev {
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_links_weiss_mittel.svg);
  left: -15px;
}
.rechte_spalte .bilderbox .box .bilderslider .slick-next {
  background-image: url(//basics.klinikum-amberg.de/images/icon_pfeil_rechts_weiss_mittel.svg);
  right: -15px;
}
/***********************
Bilderleiste
***********************/
.bilderleiste {
  margin-bottom: 80px;
}
.bilderleiste h4 {
  font-size: 17px;
  font-weight: 500;
}
.bilderleiste p, .bilderleiste ul, .bilderleiste ol, .bilderleiste table {
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
}
.bilderleiste p strong, .bilderleiste ul strong, .bilderleiste ol strong, .bilderleiste table strong {
  font-weight: bold;
}
.bilderleiste p a, .bilderleiste p a:link, .bilderleiste p a:visited, .bilderleiste p a:hover, .bilderleiste p a:focus, .bilderleiste p a:active, .bilderleiste ul a, .bilderleiste ul a:link, .bilderleiste ul a:visited, .bilderleiste ul a:hover, .bilderleiste ul a:focus, .bilderleiste ul a:active, .bilderleiste ol a, .bilderleiste ol a:link, .bilderleiste ol a:visited, .bilderleiste ol a:hover, .bilderleiste ol a:focus, .bilderleiste ol a:active, .bilderleiste table a, .bilderleiste table a:link, .bilderleiste table a:visited, .bilderleiste table a:hover, .bilderleiste table a:focus, .bilderleiste table a:active {
  font-weight: normal;
}
.bilderleiste ul, .bilderleiste ol {
  padding-left: 17px;
}
.bilderleiste ul {
  list-style-type: square;
}
.bilderleiste img {
  width: 100%;
  height: auto;
  /*border: 3px solid $hellgrau_bg;*/
  margin-bottom: 25px;
}
.bilderleiste .buttonbox {
  padding-bottom: 25px;
}
.bilderleiste .buttonbox .button {
  margin: 0px 3px 5px 0px;
}
/***********************
Formulare
***********************/
.formular {
  margin-bottom: 80px;
}
.formular h3 {
  font-weight: bold;
  margin-bottom: 25px;
}
.formular h3 small, .formular h3 .klein {
  font-weight: normal;
  font-size: 80%;
}
.formular p.ohne_abstand {
  margin-bottom: 0px;
}
.formular p.weniger_abstand {
  margin-bottom: 10px;
}
.formular hr {
  border: none;
  height: 1px;
  background: #dce4ed;
  margin: 10px 0px 20px 0px;
}
.formular .form-group {
  margin-bottom: 15px;
}
.formular .form-group label {
  color: #5e728b;
  margin-bottom: 2px;
  font-size: 14px;
  margin-right: 15px;
}
.formular .form-group select, .formular .form-group input[type="text"], .formular .form-group input[type="email"], .formular .form-group textarea {
  border: 1px solid #dce4ed;
  color: var(--primaer_dark);
  font-size: 16px;
}
.formular .form-group input[type="checkbox"] {
  border: 1px solid #dce4ed;
}
.formular .form-group input[type="radio"] {
  border: 1px solid #dce4ed;
}
.formular .form-group.captcha_div img {
  border: 1px solid #dce4ed;
  width: 90%;
  height: auto;
}
/***********************
Veranstaltungsliste
***********************/
.veranstaltungsliste {
  margin-bottom: 70px;
}
.veranstaltungsliste p, .veranstaltungsliste ul, .veranstaltungsliste ol {
  font-weight: 300;
}
.veranstaltungsliste .veranstaltungstyp_auswahl {
  background: #eff4fa;
  padding: 15px 20px;
  margin-bottom: 40px;
}
.veranstaltungsliste .veranstaltungstyp_auswahl p {
  display: inline-block;
  vertical-align: top;
  margin: 0px 15px 5px 0px;
}
.veranstaltungsliste .veranstaltungstyp_auswahl p span {
  display: inline-block;
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  margin-right: 8px;
}
.veranstaltungsliste .block {
  padding: 15px 5px;
  background: #eff4fa;
  margin-bottom: 10px;
  position: relative;
}
.veranstaltungsliste .block .veranstaltungstyp {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 5px;
  z-index: 100;
}
.veranstaltungsliste .block p {
  margin: 0px;
}
.veranstaltungsliste .block p.datum {
  color: var(--primaer);
  font-weight: bold;
}
.veranstaltungsliste .block .kalender {
  width: 57px;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
  background: #ffffff;
  position: relative;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.veranstaltungsliste .block .kalender .linie {
  width: 3px;
  height: 8px;
  background: #A7B4C4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  top: -4px;
  z-index: 10;
}
.veranstaltungsliste .block .kalender .linie.links {
  left: 13px;
}
.veranstaltungsliste .block .kalender .linie.rechts {
  right: 13px;
}
.veranstaltungsliste .block .kalender .tag {
  background: #ffffff;
  border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  -ms-border-radius: 2px 2px 0px 0px;
  -o-border-radius: 2px 2px 0px 0px;
}
.veranstaltungsliste .block .kalender .tag p {
  color: var(--primaer);
  font-size: 25px;
  /*line-height: 55px;*/
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.veranstaltungsliste .block .kalender .monat {
  background: var(--primaer);
  border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  -ms-border-radius: 0px 0px 2px 2px;
  -o-border-radius: 0px 0px 2px 2px;
}
.veranstaltungsliste .block .kalender .monat p {
  color: #ffffff;
  font-size: 15px;
  /*line-height: 30px;*/
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
/***********************
Boxenliste
***********************/
.boxenliste {
  padding-bottom: 20px;
}
.boxenliste p {
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
}
.boxenliste p strong {
  font-weight: bold;
}
.boxenliste .row {
  padding-bottom: 30px;
}
.boxenliste .row .row {
  padding-bottom: 0px;
}
.boxenliste .box {
  padding-bottom: 30px;
}
.boxenliste .box.liste {
  padding-bottom: 20px;
}
.boxenliste .box.liste:last-child {
  padding-bottom: 30px;
}
.boxenliste .box.liste .bild {
  width: 98%;
  width: calc(100% - 15px);
}
.boxenliste .box.liste p, .boxenliste .box.liste ul, .boxenliste .box.liste ol {
  margin-bottom: 10px;
}
.boxenliste .box .bild {
  margin-bottom: 15px;
}
.boxenliste .box .bild img {
  display: block;
  margin: 0 auto;
}
.boxenliste .box .bild.Boxenliste_quadratisch, .boxenliste .box .bild.Boxenliste_normal {
  background: #eff4fa;
  padding: 30px;
  height: 200px;
}
.boxenliste .box .bild.Boxenliste_quadratisch img, .boxenliste .box .bild.Boxenliste_normal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eff4fa;
}
.boxenliste .box .bild.Boxenliste_normal_weiss {
  height: 140px;
}
.boxenliste .box .bild.Boxenliste_normal_weiss img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.boxenliste .box p, .boxenliste .box ul, .boxenliste .box ol {
  font-weight: 300px;
}
/***********************
Stellenliste
***********************/
.stellenliste {
  padding-bottom: 30px;
}
.stellenliste .filter {
  margin-bottom: 30px;
}
.stellenliste .filter form {
  width: 100%;
}
.stellenliste .filter form select {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0px 15px;
}
.stellenliste .filter form a.button.primaer, .stellenliste .filter form input[type="submit"].button.primaer {
  width: 100%;
  text-align: center;
}
.stellenliste a {
  text-decoration: none;
}
.stellenliste .abstand {
  height: 40px;
}
.stellenliste .box {
  background: #ffffff;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 25px 15px 10px 15px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.stellenliste .box:hover, .stellenliste .box:focus, .stellenliste .box:active {
  background: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.stellenliste .box:hover p, .stellenliste .box:focus p, .stellenliste .box:active p {
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.stellenliste .box.header {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: inherit;
  background: #5e728b;
  padding-bottom: 20px;
}
.stellenliste .box.header p {
  color: #ffffff;
}
.stellenliste .box h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.stellenliste .box h3 span {
  font-size: 16px;
  font-weight: 300;
  display: block;
}
.stellenliste .box p {
  margin-bottom: 5px;
  font-weight: 300;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.stellenliste .box p.abstand_unten {
  margin-bottom: 15px;
}
.stellenliste .box p strong {
  font-weight: bold;
}
/***********************
Formular Stellensuche
***********************/
.formStellen {
  background: #3D526C;
  padding: 30px 15px;
}
.formStellen p {
  color: #ffffff;
  text-align: center;
  margin: 0px;
  font-weight: 300;
  font-size: 20px;
}
.formStellen p select {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0px 15px;
  /*border: 1px solid $hellgrau_header;*/
  border: 1px solid #5e728b;
  background: #5e728b;
  /*color: var(--primaer_dark);*/
  color: #ffffff;
  font-size: 16px;
  margin: 3px;
  font-size: 19px;
}
.formStellen p .button.primaer {
  /*display: block;
			width: auto;
			margin: 20px auto 3px auto;*/
  vertical-align: middle;
  margin: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
/***********************
Footer
***********************/
.footer {
  padding: 25px 0px;
  background: #3D526C;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .siegel {
  display: block;
  margin: 0px auto;
}
.footer p {
  color: #ADB5BF;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
}
.footer p a, .footer p a:link, .footer p a:visited {
  color: #ADB5BF;
  text-decoration: none;
}
.footer p a:hover, .footer p a:focus, .footer p a:active {
  color: #ADB5BF;
  text-decoration: underline;
}
.footer ul {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  list-style-type: none;
}
.footer ul li {
  display: block;
}
.footer ul li a, .footer ul li a:link, .footer ul li a:visited {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  color: #ABB3BC;
  text-decoration: none;
}
.footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
  text-decoration: underline;
}
.footer ul li.active a, .footer ul li.active a:link, .footer ul li.active a:visited, .footer ul li.active a:hover, .footer ul li.active a:focus, .footer ul li.active a:active {
  font-weight: bold;
}
.footer ul.main li a, .footer ul.main li a:link, .footer ul.main li a:visited {
  color: #ffffff;
}
.footer ul.main li a:hover, .footer ul.main li a:focus, .footer ul.main li a:active {
  text-decoration: underline;
}
.footer ul.main li.active a, .footer ul.main li.active a:link, .footer ul.main li.active a:visited, .footer ul.main li.active a:hover, .footer ul.main li.active a:focus, .footer ul.main li.active a:active {
  font-weight: bold;
}
.footer .copyright {
  padding-top: 20px;
  margin-top: 60px;
  border-top: 2px solid #223A57;
}
.footer .copyright p {
  display: inline-block;
  vertical-align: middle;
  color: #ADB5BF;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin: 0px;
}
.footer .copyright .social {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0px 15px;
}
.footer .copyright .social a, .footer .copyright .social a:link, .footer .copyright .social a:visited, .footer .copyright .social a:hover, .footer .copyright .social a:focus, .footer .copyright .social a:active {
  text-decoration: none;
}
.footer .copyright .social img {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
/***********************
Media Query
***********************/
@media (max-width: 991.98px) {
  .einstiegsbox .links .row .linkbox.border_left_none {
    border-left: 2px solid #ffffff;
  }
  .einstiegsbox .links .row .linkbox.border_left_none.border_left_none_mobile {
    border-left: none;
  }
  .einstiegsbox .links .row .linkbox.border_left_none_mobile {
    border-left: none;
  }
  .aktuelles_fachbereichsuche .suche_facbereich {
    margin-top: 40px;
  }
  .logoslider .row .col-md-11, .logoslider .row .col-sm-12, .logoslider .row .col-12 {
    padding-right: 0px;
  }
  .logoslider .row .col-md-11 .col-12, .logoslider .row .col-sm-12 .col-12, .logoslider .row .col-12 .col-12 {
    padding-right: 15px;
  }
  .rechte_spalte .row {
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding-bottom: 10px;
  }
  .header#scrollnavi .logo {
    margin-bottom: 0px;
  }
  .headerbild.slickslider .bildbox {
    margin-top: -68px;
    z-index: 100;
    position: relative;
    padding-left: 4.1%;
  }
  .headerbild.slickslider .bildbox .box {
    position: relative;
    height: auto;
  }
  .headerbild.slickslider .bildbox .box img {
    width: 100%;
    height: auto;
  }
  .headerbild.slickslider .bildbox .box:before {
    content: url(//basics.klinikum-amberg.de/images/bildergalerie_eckenelement_mobile.svg);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200;
  }
  .headerbild.slickslider .bildbox .col-sm-12, .headerbild.slickslider .bildbox .col-12 {
    padding-right: 0px;
  }
  .headerbild.slickslider .textbox {
    position: relative;
    height: auto;
    padding-right: 4.1%;
  }
  .headerbild.slickslider .textbox .box {
    padding: 45px 15px 110px 11.5%;
  }
  .headerbild.slickslider .textbox .box .design {
    display: none;
  }
  .headerbild.slickslider .textbox .col-sm-12, .headerbild.slickslider .textbox .col-12 {
    padding-left: 0px;
  }
  .headerbild.slickslider .slick-dots {
    left: 15%;
    bottom: 10px;
  }
  .headerbild.klein .bildbox {
    margin-top: -68px;
    z-index: 100;
    position: relative;
    padding-left: 4.1%;
  }
  .headerbild.klein .bildbox .box {
    position: relative;
    height: auto;
  }
  .headerbild.klein .bildbox .box img {
    width: 100%;
    height: auto;
  }
  .headerbild.klein .bildbox .box:before {
    content: url(//basics.klinikum-amberg.de/images/bildergalerie_eckenelement_mobile.svg);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200;
  }
  .headerbild.klein .bildbox .col-sm-12, .headerbild.klein .bildbox .col-12 {
    padding-right: 0px;
  }
  .headerbild.klein .textbox {
    position: relative;
    height: auto;
    padding-right: 4.1%;
  }
  .headerbild.klein .textbox .box {
    padding: 45px 15px 110px 11.5%;
  }
  .headerbild.klein .textbox .box .design {
    display: none;
  }
  .headerbild.klein .textbox .col-sm-12, .headerbild.klein .textbox .col-12 {
    padding-left: 0px;
  }
  .linke_spalte .box_infonavi {
    display: none;
  }
  .schnellverlinkung {
    background: #eff4fa;
  }
  .schnellverlinkung .box {
    position: relative;
    top: inherit;
  }
  .schnellverlinkung .box .buttonbox {
    border-top: 1px solid #5E728B;
  }
  .aktuelles_fachbereichsuche .aktuelles_block {
    padding: 15px 0px;
  }
  .aktuelles_fachbereichsuche .aktuelles_block:hover, .aktuelles_fachbereichsuche .aktuelles_block:focus, .aktuelles_fachbereichsuche .aktuelles_block:active {
    padding: 15px;
  }
  .aktuelles_fachbereichsuche .aktuelles_block .text {
    padding-left: 20px;
  }
  .aktuelles_fachbereichsuche .suche_facbereich {
    margin-top: 50px;
  }
  .zweispalter_text_bild .textbox {
    padding: 60px 20px;
    height: auto;
  }
  .zweispalter_text_bild .bildbox {
    height: 0px;
    padding-bottom: 60%;
  }
  .dreierblock {
    padding: 65px 0px 60px 0px;
    padding-top: 65px;
  }
  .logoslider {
    padding-bottom: 55px;
  }
  .logoslider .logoslider_slider .slick-dots {
    padding-top: 15px;
  }
  .logoslider .logoslider_slider .slick-dots li {
    margin: 0px 5px;
  }
  .logoslider .logoslider_slider .slick-dots li button {
    width: 25px;
    height: 4px;
  }
  .formStellen p {
    font-size: 16px;
  }
  .formStellen p select {
    font-size: 16px;
  }
  .formStellen p .button.primaer {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .headerbild.slickslider .bildbox {
    padding-left: 0px;
  }
  .headerbild.slickslider .textbox {
    padding-right: 0px;
  }
  .headerbild.slickslider .textbox .box .box_table .box_tablecell h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .headerbild.klein .bildbox {
    padding-left: 0px;
  }
  .headerbild.klein .textbox {
    padding-right: 0px;
  }
  .headerbild.klein .textbox .box .box_table .box_tablecell h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .headerbild.balken .bg {
    display: none;
  }
  .headerbild.balken .textbox {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
  }
  .schnellverlinkung .box .buttonbox {
    height: auto;
    padding: 17px 30px;
    text-align: left;
  }
  .schnellverlinkung .box .buttonbox .buttonbox_table .buttonbox_tablecell span {
    font-size: 17px;
  }
  .einstiegsbox .akkordeonbox .akkordeonblock {
    padding: 0px 15px;
  }
  .einstiegsbox .akkordeonbox .akkordeonblock h3 {
    padding: 15px 0px 15px 45px;
    font-size: 16px;
  }
  .einstiegsbox .links .row .linkbox a, .einstiegsbox .links .row .linkbox a:link, .einstiegsbox .links .row .linkbox a:visited {
    padding: 0px 10px;
  }
  .einstiegsbox .links .row .linkbox a .linkbox_tablecell .text, .einstiegsbox .links .row .linkbox a:link .linkbox_tablecell .text, .einstiegsbox .links .row .linkbox a:visited .linkbox_tablecell .text {
    font-size: 16px;
    line-height: 18px;
  }
  .linkliste .linkliste_block a.link_weiter, .linkliste .linkliste_block a.link_weiter:link, .linkliste .linkliste_block a.link_weiter:visited {
    font-size: 16px;
    line-height: 18px;
    background-position: left top 2px;
  }
  .aktuelles_fachbereichsuche h1 {
    margin-bottom: 30px;
  }
  .aktuelles_fachbereichsuche .aktuelles_block .text p.datum {
    margin-bottom: 0px;
  }
  .footer .copyright {
    margin-top: 0px;
    text-align: center;
  }
  .footer .copyright .social {
    margin-top: 5px;
  }
}
@media (max-width: 479.98px) {
  .headline_text img.bild_25, .headline_text img.bild_50 {
    width: 100%;
    float: none;
    clear: both;
    margin: 0px 0px 10px 0px;
    /*border: 3px solid $hellgrau_bg;*/
  }
}
