<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen and (min-width: 768px) {
  .frame {
    margin-bottom: 40px;
  }
}

.sub {
  font-size: 0.7em;
  top: -0.4em;
}

.fonts-loaded .body__headline,
.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3,
.fonts-loaded h4 {
  font-family: "IBM Plex Sans", sans-serif;
}

.body__headline,
h1,
h2,
h3,
h4 {
  line-height: 1.5;
}
@media print {
  .body__headline,
  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
    page-break-before: avoid;
  }
}

.body__headline--h1,
h1 {
  border-bottom: 1px solid #eee;
  font-size: 1.875rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .body__headline--h1,
  h1 {
    font-size: 2rem;
  }
}

.body__headline--h2,
h2 {
  font-size: 1.75rem;
}

.body__headline--h3,
h3 {
  font-size: 1.5rem;
}

.body__headline--h4,
h4 {
  font-size: 1.25rem;
}

.body__headline--home {
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
}

a {
  color: #e30613;
  text-decoration: underline;
}
a:hover {
  color: #c00510;
}
@media print {
  a:not(.btn) {
    text-decoration: none;
  }
}
a.external-link:after {
  display: inline-block;
  content: "";
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/external-link.svg') no-repeat 3px 7px;
  background-size: 13px 13px;
  height: 18px;
  width: 18px;
}
a.download:after {
  display: inline-block;
  content: " ";
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/download.svg') no-repeat 3px 6px;
  background-size: 16px 16px;
  height: 20px;
  width: 20px;
}
a.mail {
  white-space: nowrap;
}
a.mail:before {
  display: inline-block;
  content: " ";
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/envelope.svg') no-repeat 0 0;
  background-size: 14px 14px;
  padding: 14px 0 0 20px;
}
a.phone:before {
  display: inline-block;
  content: " ";
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/phone.svg') no-repeat 0 0;
  background-size: 14px 14px;
  padding: 14px 0 0 20px;
}
a.btn {
  color: #f7f7f7;
  padding: 2px 20px;
  font-weight: 600;
}

span.highlight {
  padding: 0 3px;
  background: #e30613;
  color: #f7f7f7;
  display: inline-block;
}
span.phone:before {
  display: inline-block;
  content: " ";
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/phone.svg') no-repeat 0 0;
  background-size: 14px 14px;
  padding: 14px 0 0 20px;
}
span.fax:before {
  display: inline-block;
  content: " ";
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/fax.svg') no-repeat 0 0;
  background-size: 14px 14px;
  padding: 14px 0 0 20px;
}

ul {
  list-style: none;
}
ul li {
  margin-bottom: 5px;
}
ul li:before {
  content: "";
  display: inline-block;
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/list.svg') no-repeat 0 0;
  background-size: 16px 16px;
  margin-top: 4px;
  padding: 8px;
  position: relative;
  left: -16px;
  margin-left: -16px;
  float: left;
}

ol li {
  margin-bottom: 5px;
  margin-left: -10px;
  padding: 8px;
}

table {
  margin-bottom: 20px;
}

figcaption {
  font-size: 0.875rem;
}

.fonts-loaded .body {
  font-family: "Open Sans", sans-serif;
}

.body {
  background: #fafafa;
  font-weight: 400;
  overflow-y: scroll;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}
@media print {
  .body {
    background: #fff;
  }
}
.body__link {
  color: #e30613;
}
.body__link:hover {
  color: #c00510;
}
.body__link--small {
  font-size: 0.875rem;
}
.body__link--no-copy {
  color: #e30613;
  font-weight: normal;
  text-decoration: none;
}
.body__link--no-copy:hover {
  font-weight: normal;
  text-decoration: underline;
}
@media print {
  .body__link--back {
    display: none;
  }
}
.body__link-group:before, .body__link-group:after {
  content: " ";
  display: table;
}
.body__link-group:after {
  clear: both;
  display: block;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.body__link-group {
  *zoom: 1;
}
.body__link-element {
  float: right;
  margin-right: 20px;
}
.body__link-element--first {
  margin-right: 0;
}
.body__icon {
  background-size: cover;
  float: left;
  height: 15px;
  margin-right: 5px;
  margin-top: 4px;
  width: 15px;
  padding: 7px;
}
.body__icon--text-small {
  margin-top: 5px;
}
.body__icon--search {
  height: 18px;
  margin-top: 0;
  width: 18px;
}
@media only screen and (min-width: 576px) {
  .body__icon--search {
    margin-left: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .body__icon--search {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .body__icon--search {
    margin-left: -5px;
  }
}
@media only screen and (min-width: 1200px) {
  .body__icon--search {
    margin-left: 0;
  }
}
.body__icon--hamburger {
  cursor: pointer;
  float: right;
  height: 32px;
  width: 32px;
}
.body__icon--to-top {
  float: none;
  padding: 30px 40px 2px;
}
.body__btn {
  background: #e30613;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #f7f7f7;
  padding: 4px 20px;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .body__btn {
    font-size: 0.875rem;
  }
}
.body__btn:hover, .body__btn:active {
  background: #ca0511;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
  color: #f7f7f7;
  text-decoration: none;
}
.body__btn--icon {
  padding-left: 15px;
}
.body__btn--small {
  font-size: 0.875rem;
}
.body__btn--low-key {
  border: 1px solid #63676d;
  background: none;
  color: #333;
  font-weight: 400;
}
.body__btn--low-key:active, .body__btn--low-key:focus, .body__btn--low-key:hover {
  background: none;
  color: #333;
}
.body__btn--mimic-link {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #333;
  padding: 0;
}
.body__btn--mimic-link:hover {
  background: transparent;
  box-shadow: none;
  color: #333;
}

.menu {
  font-family: "IBM Plex Sans", sans-serif;
}
.menu__item {
  display: inline;
}
.menu__item:before {
  display: none;
}
.menu__link {
  text-decoration: none;
}

.menu--breadcrumbs,
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  font-size: 0.875rem;
  padding: 0;
}
.menu--breadcrumbs:before, .menu--breadcrumbs:after,
.breadcrumb:before,
.breadcrumb:after {
  content: " ";
  display: table;
}
.menu--breadcrumbs:after,
.breadcrumb:after {
  clear: both;
  display: block;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.menu--breadcrumbs,
.breadcrumb {
  *zoom: 1;
}

.breadcrumb li:nth-child(2) a {
  pointer-events: none;
  text-transform: uppercase;
}
.breadcrumb li {
  list-style: none;
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 0;
}

.menu--breadcrumbs .menu__link,
.breadcrumb a {
  text-decoration: none;
  color: #333;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.menu--breadcrumbs .menu__link:after,
.breadcrumb a:after {
  display: inline-block;
  content: "";
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/Arrows/angle-right.svg') no-repeat 6px 0;
  background-size: 12px 12px;
  padding: 10px 0 0 20px;
}

.menu--breadcrumbs .menu__link--non-clickable {
  text-transform: uppercase;
}

.menu--breadcrumbs .menu__link--last:after,
.breadcrumb li:last-child a:after {
  display: none;
}

#footerMenu-chili {
  word-wrap: break-word;
}

.menu--footer {
  padding: 0;
  font-weight: 600;
}
.menu--footer .menu__item:after {
  content: "|";
  margin: 0 3px;
}
.menu--footer .menu__item--last:after {
  content: "";
}

.menu--main {
  position: relative;
  font-weight: 600;
  text-align: left;
  margin-top: 56px;
  margin-bottom: 0;
  background: #fff;
  padding: 30px 15px 15px;
  top: -55px;
  opacity: 0.98;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  border-bottom: 3px solid #eee;
}
.menu--main:before, .menu--main:after {
  content: " ";
  display: table;
}
.menu--main:after {
  clear: both;
  display: block;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.menu--main {
  *zoom: 1;
}
@media only screen and (min-width: 768px) {
  .menu--main {
    margin-top: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .menu--main {
    margin-top: 12px;
    text-align: right;
    padding: 0;
    top: 0;
    overflow-y: inherit;
    border-bottom: 0;
  }
}
.menu--main .menu__item {
  border-top: 1px solid #eee;
  display: block;
  padding: 5px 2px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .menu--main .menu__item {
    border-top: none;
    display: inline;
    margin: 0 0 0 5px;
    padding-left: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu--main .menu__item {
    padding-right: 0;
    margin: 0 0 0 20px;
    padding-left: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .menu--main .menu__item--click {
    border-top: 2px solid #e30613;
  }
}
.menu--main .menu__item:hover .menu__link {
  color: #e30613;
  text-decoration: none;
}
.menu--main .menu__link {
  cursor: pointer;
  color: #333;
}
.menu--main .menu__link--active {
  color: #e30613;
}

.menu--meta {
  padding: 0;
  font-weight: 600;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: -10px;
}
@media only screen and (min-width: 576px) {
  .menu--meta {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .menu--meta {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .menu--meta {
    margin-top: 12px;
  }
}
.menu--meta .menu__link {
  color: #333;
}
.menu--meta .menu__link--active {
  color: #e30613;
}
.menu--meta .menu__link:hover {
  text-decoration: none;
  color: #e30613;
}

.menu--side {
  padding: 0;
  margin: -15px -15px 55px;
}
.menu--side .menu__item:before {
  background: none;
}
.menu--side .menu__link {
  display: block;
  background: #c7c7c7;
  font-weight: 800;
  color: #333;
  padding: 10px 10px 5px;
  margin-bottom: 5px;
}
.menu--side .menu__link:hover, .menu--side .menu__link--active {
  text-decoration: none;
  color: #f7f7f7;
  background: #e30613;
}

.submenu {
  display: none;
  background: #fff;
  opacity: 0.99;
  list-style: none;
  position: relative;
  width: 100%;
  z-index: 100;
  text-align: left;
  font-size: 1rem;
  padding: 10px 15px;
  margin-top: 6px;
}
@media only screen and (min-width: 992px) {
  .submenu {
    padding: 30px 20px 20px;
    position: absolute;
    width: 957px;
    left: -96px;
    margin-top: 4px;
    border-bottom: 2px solid #c7c7c7;
  }
}
@media only screen and (min-width: 1200px) {
  .submenu {
    position: absolute;
    width: 1137px;
    left: -110px;
  }
}
.submenu__item {
  cursor: default;
}
@media only screen and (min-width: 992px) {
  .submenu__item {
    float: left;
    width: 228px;
    padding: 0 10px;
    border-left: 1px solid #c7c7c7;
  }
}
@media only screen and (min-width: 1200px) {
  .submenu__item {
    float: left;
    width: 273px;
  }
}
.submenu__item:before {
  display: none;
}
.submenu__link {
  color: #333;
  font-weight: 800;
  text-decoration: none;
}
.submenu__link--active {
  color: #e30613;
}
.submenu__link:hover {
  color: #e30613;
}

.submenu--level4 {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  padding: 0;
  border: 0;
  margin-top: -5px;
}
.submenu--level4 .submenu__item {
  float: none;
  border: 0;
  margin-bottom: 0;
}
.submenu--level4 .submenu__link {
  font-weight: 600;
  font-size: 0.875rem;
  display: block;
  padding: 10px 10px 5px;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #eee;
}
@media only screen and (min-width: 992px) {
  .submenu--level4 .submenu__link {
    margin-right: -72px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .submenu--level4 .submenu__link {
    margin-right: -88px;
  }
}
.submenu--level4 .submenu__link--first {
  border-top: 0;
}
.submenu--level4 .submenu__link--last {
  padding-bottom: 10px;
}
.submenu--level4 .submenu__link:hover, .submenu--level4 .submenu__link--active {
  text-decoration: none;
  color: #e30613;
  background: #eee;
}

.subsubmenu {
  padding: 0;
  font-size: 0.875rem;
  margin-top: 15px;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) {
  .subsubmenu {
    margin-left: 0;
  }
}
.subsubmenu__item {
  margin-bottom: 15px;
}
.subsubmenu__item:before {
  display: none;
}
.subsubmenu__link {
  text-decoration: none;
  color: #333;
}
.subsubmenu__link--active {
  color: #e30613;
}
.subsubmenu__link:hover {
  color: #e30613;
}

.banner {
  position: relative;
  z-index: 10;
  top: 0;
  max-height: 400px;
  overflow: hidden;
}
.banner__image {
  z-index: 1;
  width: 100%;
  margin-top: 75px;
}
@media only screen and (min-width: 992px) {
  .banner__image {
    margin-top: 80px;
  }
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Images/bg-header.svg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 98px;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 104px;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    height: 123px;
    background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Images/bg-header--lg.svg');
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Images/bg-header--xl.svg');
  }
}
@media print {
  .header {
    background: none;
    position: relative;
  }
}
.header__header-pdf {
  background: #fff;
}
.header__logo {
  position: absolute;
  transition: top 0.2s linear;
  top: -30px;
  width: 90px;
  height: 78px;
}
@media only screen and (min-width: 992px) {
  .header__logo {
    top: -35px;
    width: 105px;
    height: 91px;
  }
}
@media print {
  .header__logo {
    position: relative;
    top: 0;
  }
}

.header--scroll {
  background: #fff;
  height: 90px;
}
@media only screen and (min-width: 992px) {
  .header--scroll {
    background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Images/bg-header--lg--scroll.svg');
  }
}
@media only screen and (min-width: 1200px) {
  .header--scroll {
    background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Images/bg-header--xl--scroll.svg');
  }
}
.header--scroll .header__logo {
  transition: top 0.2s linear;
  top: -30px;
}
@media only screen and (min-width: 992px) {
  .header--scroll .header__logo {
    top: -46px;
  }
}
@media only screen and (min-width: 1200px) {
  .header--scroll .header__logo {
    top: -41px;
  }
}

.search {
  margin-top: 7px;
  margin-bottom: 0;
  padding: 1px;
}
@media only screen and (min-width: 992px) {
  .search {
    margin-bottom: 10px;
  }
}
.search__form {
  background: #fff;
  height: 30px;
  opacity: 0.7;
  border: 1px solid #eee;
}
.search__input {
  background: transparent;
  border: 1px solid #fff;
  float: left;
  width: 85%;
  border-right: none;
  text-indent: 10px;
}
.search__input::placeholder {
  color: #333;
  opacity: 1;
}
.search__input:focus {
  background: radial-gradient(130% 160% at top left, #fafafa 78%, #fff 78%);
}
.search__button {
  background: transparent;
  width: 15%;
  padding: 4px;
  border: 1px solid #fff;
  border-left: none;
  cursor: pointer;
}

.accordion {
  margin-bottom: 20px;
}
.accordion__item {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.accordion__head {
  cursor: pointer;
  background: #eee;
  padding: 15px 40px 10px 50px;
  display: block;
  font-weight: 600;
  height: 100%;
  position: relative;
}
.accordion__icon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 30;
}
.accordion__icon {
  position: absolute;
  right: 10px;
  width: 20px;
  top: 17%;
  padding: 0;
}
.accordion__icon--question {
  z-index: 20;
  left: 10px;
  right: inherit;
  fill: #63676d;
}
.accordion__icon--settings {
  z-index: 20;
  left: 10px;
  right: inherit;
  fill: #63676d;
}
.accordion__body {
  background: #fafafa;
  display: none;
  padding: 15px 15px 1px;
  margin-bottom: 10px;
}
.accordion__description {
  margin-bottom: 15px;
}
.accordion__cookie {
  padding-bottom: 5px;
}
.accordion__btn {
  margin-top: 30px;
  width: auto;
  padding: 10px 30px;
  font-size: 1rem;
  height: auto;
}

.accordion--cookie-settings {
  background: #fafafa;
  padding: 40px 30px;
}
.accordion--cookie-settings .accordion__body {
  margin-left: 40px;
}
.accordion--cookie-settings .accordion__icon {
  top: 17%;
  height: 32px;
  width: 20px;
}

.allgemeines {
  background: #63676d;
  color: #f7f7f7;
  margin-bottom: 30px;
  padding: 15px 10px;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 576px) {
  .allgemeines {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .allgemeines {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .allgemeines {
    height: 180px;
  }
}
.allgemeines__link {
  color: #f7f7f7;
  text-decoration: none;
  display: block;
}
.allgemeines__link:hover {
  text-decoration: none;
}
.allgemeines--last {
  margin-bottom: 0;
}
.allgemeines__button {
  bottom: 10px;
  position: absolute;
}
.allgemeines__header {
  line-height: 1.2;
}
.allgemeines__text {
  font-weight: 600;
  padding-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .allgemeines__text {
    padding: 0;
  }
}

.allgemeines--bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.allgemeines--bg-image .allgemeines__text {
  width: 60%;
}
@media only screen and (min-width: 576px) {
  .allgemeines--bg-image .allgemeines__text {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .allgemeines--bg-image .allgemeines__text {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .allgemeines--bg-image .allgemeines__text {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .allgemeines--bg-image .allgemeines__text {
    width: 55%;
  }
}

.allgemeines--bg-transition {
  background: #7b8088 url(/typo3conf/ext/cellent_contentelements/Resources/Public/Images/gradient.svg) no-repeat;
  background-size: cover;
  background-position-x: -200px;
}
@media only screen and (min-width: 320px) {
  .allgemeines--bg-transition {
    background-position-x: 0;
  }
}
@media only screen and (min-width: 576px) {
  .allgemeines--bg-transition {
    background-position-x: -60px;
  }
}
@media only screen and (min-width: 768px) {
  .allgemeines--bg-transition {
    background-position-x: 0;
  }
}
@media only screen and (min-width: 992px) {
  .allgemeines--bg-transition {
    background-position-x: -160px;
  }
}

.ansprechpartner {
  margin-bottom: 20px;
}
.ansprechpartner__element {
  margin-bottom: 10px;
}
.ansprechpartner__element:before, .ansprechpartner__element:after {
  content: " ";
  display: table;
}
.ansprechpartner__element:after {
  clear: both;
  display: block;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.ansprechpartner__element {
  *zoom: 1;
}
.ansprechpartner__element--last {
  margin-bottom: 0;
}
.ansprechpartner__portrait {
  float: left;
  margin-right: 10px;
}
.ansprechpartner__name {
  font-weight: 600;
}
.ansprechpartner__icon {
  height: 14px;
  width: 14px;
}

.arztdetails__details {
  margin-bottom: 40px;
}
.arztdetails__gruppe {
  margin-bottom: 20px;
}
.arztdetails__gruppe:before, .arztdetails__gruppe:after {
  content: " ";
  display: table;
}
.arztdetails__gruppe:after {
  clear: both;
  display: block;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.arztdetails__gruppe {
  *zoom: 1;
}
@media only screen and (min-width: 768px) {
  .arztdetails__key {
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .arztdetails__value {
    margin-left: 170px;
  }
}
.arztdetails__link--small {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .arztdetails__link--small {
    font-size: 0.875rem;
  }
}

.aside {
  padding: 15px;
  margin-bottom: 40px;
}
.aside__content {
  background: #fff;
  margin: -15px;
  padding: 15px;
}

.autocomplete {
  background: #fff;
  border: 1px solid #aaa;
  border-top: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.autocomplete__label {
  color: #999;
  font-size: 0.8125rem;
  padding: 3px 5px 0 0;
  text-align: right;
}
.autocomplete__suggestion {
  background: #fff;
  cursor: pointer;
  padding: 0 5px;
}
.autocomplete__suggestion strong {
  color: #e30613;
  font-weight: normal;
}
.autocomplete .autocomplete-selected {
  background: #e30613;
  color: #fff;
}
.autocomplete .autocomplete-selected strong {
  color: #fff;
}

.bereitschaftsdienste {
  margin-top: 40px;
}
.bereitschaftsdienste__select {
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .bereitschaftsdienste__select {
    margin-bottom: 0;
  }
}
.bereitschaftsdienste__submit {
  margin-bottom: 20px;
  background: #eee;
}
@media only screen and (min-width: 576px) {
  .bereitschaftsdienste__submit {
    margin-bottom: 0;
  }
}
.bereitschaftsdienste__sprengel {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.bereitschaftsdienste__item {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.bereitschaftsdienste__item--last {
  margin-bottom: 0;
}
.bereitschaftsdienste__name {
  font-weight: 600;
  position: relative;
  top: -5px;
}
.bereitschaftsdienste__address {
  font-size: 0.875rem;
  margin-bottom: 5px;
  float: left;
  width: 90%;
}
.bereitschaftsdienste__ordinationszeiten {
  font-size: 0.875rem;
  float: left;
  width: 90%;
}
.bereitschaftsdienste__no-result {
  display: none;
}

.bereitschaftsdienste--show {
  margin-top: 0;
}
.bereitschaftsdienste--show .bereitschaftsdienste__list {
  margin-bottom: 40px;
}
.bereitschaftsdienste--show .bereitschaftsdienste__day {
  font-weight: 600;
}
.bereitschaftsdienste--show .bereitschaftsdienste__ordinationszeiten {
  float: none;
  width: auto;
}

.bg-adler__image {
  position: absolute;
  height: auto;
  z-index: 0;
}

.calendar {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
  margin-top: 10px;
  margin-bottom: 15px;
}
.calendar__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
}
.calendar__icon {
  border: 3px solid transparent;
  color: #333;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.25, 1);
  background-repeat: no-repeat;
  background-size: 1rem;
  height: 2rem;
  width: 2rem;
}
.calendar__icon:active, .calendar__icon:hover {
  background-color: #63676d;
  color: #f7f7f7;
}
.calendar__prev, .calendar__next {
  grid-row: 1;
  align-self: center;
  cursor: pointer;
}
.calendar__prev {
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/Arrows/angle-left.svg');
  background-position: 3px 6px;
  grid-column: 1;
}
.calendar__next {
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/Arrows/angle-right.svg');
  background-position: 4px 6px;
  grid-column: 3;
}
.calendar__current {
  grid-row: 1;
  grid-column: 2;
  justify-self: center;
}
.calendar__days-of-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  border-bottom: 2px solid #c7c7c7;
}
.calendar__day-of-week {
  justify-self: center;
}
.calendar__date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.calendar__day {
  color: #333;
  background: none;
  border: none;
  margin: 0 10px;
  padding: 3px 0;
}
@media only screen and (min-width: 992px) {
  .calendar__day {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .calendar__day {
    margin: 0 25px;
  }
}
.calendar__day:hover {
  background: #eee;
}
.calendar__day--highlight {
  font-weight: bold;
  color: #e30613;
}
.calendar__day--today {
  background: #eee;
  font-weight: normal;
}
.calendar__day--selected {
  background: #c7c7c7;
  font-weight: bold;
}
.calendar__footer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}
.calendar__today-btn {
  grid-row: 1;
  grid-column: 7 !important;
  border: 3px solid transparent;
  color: #333;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.25, 1);
  background-color: #eee;
}
.calendar__today-btn:active, .calendar__today-btn:hover {
  background-color: #63676d;
  color: #f7f7f7;
}

.category {
  background: radial-gradient(130% 160% at top left, #fafafa 80%, #fafafa 80%);
  padding: 20px 0;
}
.category__link {
  text-decoration: none;
}
.category__link--active {
  font-weight: 800;
}
.category__reset {
  color: #333;
  padding: 20px 12px;
  font-weight: 600;
}

.ce-gallery img {
  width: 100%;
}
.ce-gallery__row {
  margin-left: -1px;
  margin-right: -1px;
}
@media only screen and (min-width: 576px) {
  .ce-gallery__row {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media only screen and (min-width: 768px) {
  .ce-gallery__row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.ce-gallery__col {
  padding-left: 1px;
  padding-right: 1px;
}
@media only screen and (min-width: 576px) {
  .ce-gallery__col {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .ce-gallery__col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ce-gallery__img-wrap {
  margin-bottom: 2px;
}
@media only screen and (min-width: 576px) {
  .ce-gallery__img-wrap {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .ce-gallery__img-wrap {
    margin-bottom: 16px;
  }
}
.ce-gallery figure {
  display: table;
}
.ce-gallery .image-caption {
  display: table-caption;
  caption-side: bottom;
  background: #eee;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 10px;
}
.ce-gallery .image-copyright {
  display: block;
  background: #eee;
  font-size: 0.813rem;
  line-height: 1.2;
  padding: 10px;
}

.ce-uploads {
  margin-bottom: 20px;
}
.ce-uploads__description {
  font-size: 0.875rem;
  margin-left: 20px;
}
.ce-uploads__file-size {
  font-size: 0.875rem;
  margin-left: 20px;
}
.ce-uploads__file-name {
  padding: 0 20px;
}

.cookie-consent {
  background: #eee;
  bottom: 0;
  font-size: 1rem;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
@media print {
  .cookie-consent {
    display: none;
  }
}
.cookie-consent__message {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .cookie-consent__message {
    width: 80%;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .cookie-consent__message {
    width: 85%;
    float: left;
  }
}
.cookie-consent__btn {
  cursor: pointer;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 1rem;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .cookie-consent__btn {
    float: right;
  }
}
.cookie-consent__btn:hover, .cookie-consent__btn:active {
  color: #fff;
}

.cc-invisible {
  display: none;
}

.content__bg {
  background: #fff;
}
.content--home {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
  .content--home {
    margin-top: 70px;
  }
}

.cta {
  margin-bottom: 30px;
}
.cta__link {
  background: #e30613;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #f7f7f7;
  display: inline-block;
  padding: 3px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.25rem;
}
.cta__link:hover, .cta__link:active {
  background: #ca0511;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
  color: #f7f7f7;
  text-decoration: none;
}
.cta__link--external:after {
  display: inline-block;
  content: "";
  background: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/external-link-light.svg') no-repeat 3px 7px;
  background-size: 18px 18px;
  height: 22px;
  width: 22px;
}
.cta__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.cta__description {
  font-size: 1rem;
  margin-top: -3px;
  display: block;
}

.datepicker {
  border-radius: 4px;
  font-size: 0.94rem;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #7f8180;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #7f8180;
  cursor: default;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #63676d;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
  color: #000;
  background-color: #4b4e52;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #4b4e52;
}
.datepicker table tr td.today:active, .datepicker table tr td.today.active {
  color: #000;
  background-color: #4b4e52;
}
.datepicker table tr td.today:active:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #3a3c40;
}
.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled].focus, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #63676d;
}
.datepicker table tr td.today.focused {
  background: #4b4e52;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #63676d;
  color: #7f8180;
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #eee;
  background-color: #e30613;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.highlighted.focus {
  color: #eee;
  background-color: #b1050f;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  color: #eee;
  background-color: #b1050f;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted.active {
  color: #eee;
  background-color: #b1050f;
}
.datepicker table tr td.active:active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active.focus {
  color: #eee;
  background-color: #8f040c;
}
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled].focus, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #e30613;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #7f8180;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #eee;
  background-color: #e30613;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.focus {
  color: #eee;
  background-color: #b1050f;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #eee;
  background-color: #b1050f;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active {
  color: #eee;
  background-color: #b1050f;
}
.datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #eee;
  background-color: #8f040c;
}
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled].focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled].focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled].focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled].focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #e30613;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #7f8180;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.filter__head {
  margin-bottom: 10px;
}
.filter__body {
  background: radial-gradient(130% 160% at top left, #fafafa 80%, #fafafa 80%);
  padding: 10px;
}
@media only screen and (min-width: 576px) {
  .filter__reset-container {
    text-align: right;
  }
}
.filter__reset {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
  font-size: 0.938rem;
}
.filter__amountitems {
  font-size: 0.938rem;
  margin: 15px 0 30px;
  font-weight: 600;
}
.filter__input, .filter__select {
  background: #fff !important;
}

.form__label,
.form label {
  font-size: 0.938rem;
}
.form__label--align-right,
.form label--align-right {
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .form__label--align-right,
  .form label--align-right {
    text-align: right;
  }
}
.form__error {
  background-color: #ff937e;
  border: 1px solid #e30613;
  margin: 5px 0 0;
  color: #e30613;
  padding: 4px 0 6px 5px;
  font-size: 0.938rem !important;
  width: 100%;
  display: block;
}
.form__input, .form__select,
.form .form-control {
  background: #fafafa;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  font-size: 0.938rem;
}
.form__input:focus, .form__select:focus,
.form .form-control:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  outline: none !important;
}
.form__input:placeholder, .form__select:placeholder,
.form .form-control:placeholder {
  font-size: 0.9rem;
}
.form__input[readonly], .form__select[readonly],
.form .form-control[readonly] {
  background: #ebebeb;
}
.form__input:disabled, .form__select:disabled,
.form .form-control:disabled {
  background: none;
  opacity: 0.2;
}
.form__fieldset legend {
  font-weight: bold;
}
.form__radio:focus, .form__checkbox:focus,
.form .form-check-input:focus {
  outline: none;
  cursor: pointer;
}
.form__radio:hover, .form__checkbox:hover,
.form .form-check-input:hover {
  cursor: pointer;
}
.form__radio:disabled + label, .form__checkbox:disabled + label,
.form .form-check-input:disabled + label {
  color: #7f8180;
}
.form .form-check-label,
.form .radio__label {
  cursor: pointer;
}
.form__submit {
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  padding: 5px 30px;
  background: #e30613;
  font-weight: 600;
  color: #f7f7f7;
  border-radius: 3px;
}
.form__submit:hover, .form__submit:focus {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}
.form__submit--low-key {
  border: 1px solid #63676d;
  background: none;
  color: #333;
  font-weight: 400;
}
.form__file-label,
.form .custom-file-label {
  border-radius: 0;
  background: #fafafa;
}
.form__file-label:after,
.form .custom-file-label:after {
  content: "Durchsuchen";
  background: #ebebeb;
}
.form__paragraph {
  font-size: 0.938rem;
}
.form .radio {
  display: inline-block;
  margin-right: 0;
  width: 100%;
}
.form .radio__options {
  display: block;
}
.form .radio__options--inline {
  display: inline-block;
}
.form .radio__options--inline:not(:first-child) {
  margin-left: 11px;
}
.form .radio .parsley-errors-list {
  clear: right;
  float: right;
}
.form .required {
  font-size: 0.875rem;
  padding: 0 0 0 2px;
}
.form .help-block {
  font-size: 0.875rem;
  font-style: italic;
}
.form .actions {
  display: inline-block;
}

.parsley-errors-list {
  display: none;
  margin: 5px 0 15px;
  padding: 0;
  list-style-type: none;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  width: 100%;
  float: none;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list li {
  color: #a94442;
  padding: 4px 0 0 5px;
  font-size: 0.9rem;
}

.parsley-errors-list li:before {
  background: none;
}

.form--search {
  margin-bottom: 30px;
}
.form--search .form-group {
  margin-bottom: 5px;
}
.form--search label {
  font-size: 1rem;
}

.functionary__row {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .functionary__row {
    display: flex;
  }
}
.functionary__portrait {
  margin-bottom: 20px;
  margin-right: 20px;
  height: 40%;
  width: 40%;
}
@media only screen and (min-width: 992px) {
  .functionary__portrait {
    height: fit-content;
    margin-bottom: 0;
    width: fit-content;
  }
}
.functionary__list-committees {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .functionary__link--small {
    font-size: 0.875rem;
  }
}

.home-tile {
  margin-top: 30px;
}
.home-tile__separator {
  background: #c7c7c7;
  height: 1px;
  width: 100%;
}
.home-tile .body__link-group {
  margin-top: 11px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .home-tile .body__link-group {
    font-size: 1rem;
  }
}

.home-tile--login {
  background: radial-gradient(114% 167% at top left, #b2b4b3 80%, #cccdcd 81%);
  padding: 10px;
}

.home-tile--fortbildungen {
  margin-top: 60px;
  margin-bottom: 60px;
}
.home-tile--fortbildungen .body__link-group {
  margin: -10px 0 20px;
}
@media only screen and (min-width: 768px) {
  .home-tile--fortbildungen .body__link-group {
    margin: 10px 0 0;
  }
}
.home-tile--fortbildungen .body__link-element {
  float: left;
}
@media only screen and (min-width: 768px) {
  .home-tile--fortbildungen .body__link-element {
    float: right;
  }
}

.home-tile--news {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home-tile--news {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-tile--news {
    height: 309px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-tile--news {
    height: 227px;
    margin-top: 10px;
  }
}

.iframe {
  border: none;
  min-width: 100%;
  width: 1px;
}

.jobs__element {
  margin-top: 25px;
  border-bottom: 1px solid #eee;
}
.jobs__body {
  border-bottom: 1px solid #eee;
  margin: 20px 0 0;
  padding-bottom: 30px;
}
@media print {
  .jobs__body {
    border-bottom: none;
  }
}
.jobs__header {
  border-bottom: 1px solid #eee;
}
@media print {
  .jobs__header {
    border-bottom: none;
  }
}
.jobs__link {
  text-decoration: none;
  font-weight: bold;
  color: #e30613;
}
.jobs__link:hover {
  text-decoration: underline;
}
.jobs__teaser {
  margin-top: 10px;
}
.jobs__icon-wrapper {
  background: #e30613;
  text-align: center;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
.jobs__icon {
  width: 20px;
  height: 20px;
  margin: 9px 0 0 10px;
}
.jobs__footer {
  margin: 30px 0;
}
.jobs__tag-item {
  background: #eee;
  font-size: 0.875rem;
  text-align: right;
  padding: 0;
  font-weight: 600;
}
.jobs__pdf-download {
  background: #eee;
  color: #333;
  display: inline-block;
}
@media print {
  .jobs__pdf-download {
    display: none;
  }
}
@media print {
  .jobs__row {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.list__item--hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.list__element {
  margin-bottom: 10px;
  background: white;
  padding: 0 0 10px;
}
.list__header {
  background: #e30613;
  padding: 5px 15px;
  color: #f7f7f7;
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .list__header {
    font-size: 1.25rem;
  }
}
.list__header--sub {
  background: #fafafa;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.list__footer {
  border-top: 1px solid #fafafa;
  padding: 10px;
}
.list__icon {
  display: inline-block;
  height: 14px;
  margin-top: 4px;
  width: 14px;
}
.list__link {
  font-weight: normal;
  color: #333;
}
.list__link:hover {
  font-weight: normal;
}
.list__no-result {
  display: none;
}
.list__title {
  text-transform: none;
  font-size: 1.3rem;
}

.list--functionaries {
  padding: 0;
}
.list--functionaries .list__inner-list {
  padding: 0;
}
.list--functionaries .list__element {
  padding: 0;
}
.list--functionaries .list__element:before {
  background: none;
}
.list--functionaries .list__element--inner-list {
  display: flex;
  flex-direction: row;
}
.list--functionaries .list__img-wrap {
  margin-right: 15px;
}
.list--functionaries .list__name {
  font-weight: bolder;
}
.list--functionaries .list__function {
  font-size: 0.875rem;
}

.list--show {
  margin-bottom: 40px;
}
.list--show .list__row {
  padding: 5px;
}
@media only screen and (min-width: 576px) {
  .list--show .list__row {
    border-top: 1px solid #fafafa;
  }
}
@media only screen and (min-width: 576px) {
  .list--show .list__row--last {
    border-bottom: 1px solid #fafafa;
  }
}
.list--show .list__row--head {
  background: white;
}
.list--show .list__row:hover {
  background: white;
}

.list--staff {
  padding: 0;
}
.list--staff .list__inner-list {
  padding: 15px;
}
.list--staff .list__img-wrap {
  float: left;
  width: 30%;
}
@media only screen and (min-width: 992px) {
  .list--staff .list__img-wrap {
    width: 20%;
  }
}
.list--staff .list__info-wrap {
  float: left;
  width: 70%;
  padding-left: 10px;
}
@media only screen and (min-width: 576px) {
  .list--staff .list__info-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .list--staff .list__info-wrap {
    width: 80%;
  }
}
.list--staff .list__element {
  padding: 0;
}
.list--staff .list__element:before {
  background: none;
}
.list--staff .list__name {
  font-weight: bolder;
}
.list--staff .list__assignment {
  margin-bottom: 10px;
}
.list--staff .list__phone {
  margin-top: -7px;
  margin-bottom: 10px;
}

.maincontent {
  background: #fff;
  padding: 15px;
  margin-bottom: 40px;
}

.mfp__download {
  float: left;
  margin-right: 20px;
  margin-top: -3px;
  text-decoration: none;
}
.mfp__download:hover {
  color: #f7f7f7;
}
.mfp__caption {
  color: #333;
  margin-bottom: 0;
}

.mfp-img {
  padding-top: 0;
}

img.mfp-img {
  padding-bottom: 0;
}

.mfp-bottom-bar {
  background: #fff;
  padding: 10px;
  margin-top: 0;
}

.mfp-title {
  min-height: 21px;
}

.mfp-counter {
  color: #333;
  font-size: 0.875rem;
  right: 10px;
  top: 10px;
}

.news__article {
  margin-bottom: 1.5rem;
}
.news__link {
  text-decoration: none;
}
.news__header {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
.news__img-wrap {
  min-height: 120px;
  float: left;
  margin-right: 10px;
  width: 15%;
}
.news__teaser-text {
  color: #333;
  font-size: 0.875rem;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.news__category-list {
  padding: 0;
}
.news__category-list:before, .news__category-list:after {
  content: " ";
  display: table;
}
.news__category-list:after {
  clear: both;
  display: block;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.news__category-list {
  *zoom: 1;
}
.news__category-item {
  background: #63676d;
  color: #f7f7f7;
  float: left;
  font-size: 0.825rem;
  font-weight: 600;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}
.news__category-item:before {
  display: none;
}
.news__footer {
  padding: 10px 0;
  margin: 15px 0;
  border-top: 1px solid #eee;
}
.news__date {
  font-size: 0.875rem;
}
.news__img-caption {
  background: #ededed;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

.news--classifieds .news__item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.news--classifieds .news__item--last {
  border-bottom: 0;
}

.news--home .news__item {
  margin-bottom: 20px;
}
.news--home .news__item--last {
  margin-bottom: 0;
}
.news--home .news__teaser-text {
  font-size: 0.875rem;
  margin-bottom: 7px;
  border-bottom: 0;
}
.news--home .news__link--header {
  color: #333;
}
.news--home .news__link--header:hover {
  color: #c00510;
}
.news--home .news__link--more {
  font-size: 0.875rem;
}

.news--single .news__teaser-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.news--single .news__contact {
  margin-bottom: 40px;
}

.pagination,
.f3-widget-paginator {
  padding: 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.pagination:before, .pagination:after,
.f3-widget-paginator:before,
.f3-widget-paginator:after {
  content: " ";
  display: table;
}
.pagination:after,
.f3-widget-paginator:after {
  clear: both;
  display: block;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.pagination,
.f3-widget-paginator {
  *zoom: 1;
}

.pagination__list {
  padding: 0;
}

.pagination__element,
.pagination li,
.f3-widget-paginator li {
  float: left;
  list-style-type: none;
  margin-right: 5px;
}
.pagination__element:before,
.pagination li:before,
.f3-widget-paginator li:before {
  display: none;
}

.pagination__element .active a.page,
.pagination li .active a.page,
.f3-widget-paginator li.current {
  background-color: #63676d;
  color: #f7f7f7;
  cursor: pointer;
  display: table-cell;
  height: 2rem;
  line-height: 1.625rem;
  min-width: 2rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.25, 1);
}

.pagination__element .disabled a,
.pagination li .disabled a,
.f3-widget-paginator li .disabled a {
  cursor: default;
}

.pagination__element .disabled a:hover,
.pagination li .disabled a:hover {
  background-color: #eee;
  box-shadow: none;
  color: #333;
}

.pagination__link,
.pagination a.page,
.f3-widget-paginator li a {
  background-color: #eee;
  border: 3px solid transparent;
  color: #333;
  cursor: pointer;
  display: table-cell;
  height: 2rem;
  line-height: 1.625rem;
  min-width: 2rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.25, 1);
}

.pagination__link:active, .pagination__link:hover,
.pagination a.page:active,
.pagination a.page:hover,
.f3-widget-paginator a.page:active,
.f3-widget-paginator a.page:hover {
  background-color: #63676d;
  color: #f7f7f7;
  text-decoration: none;
}

.pagination__link--current,
.pagination a.page--current {
  background-color: #63676d;
  color: #f7f7f7;
  cursor: default;
}
.pagination__link--current:active, .pagination__link--current:hover,
.pagination a.page--current:active,
.pagination a.page--current:hover {
  box-shadow: none;
  color: #f7f7f7;
}
.pagination__link--disabled,
.pagination a.page--disabled {
  cursor: default;
}
.pagination__link--disabled:hover,
.pagination a.page--disabled:hover {
  background-color: #eee;
  box-shadow: none;
  color: #333;
}
.pagination__link--icon,
.pagination a.page--icon {
  background-repeat: no-repeat;
  background-size: 1rem;
  display: block;
  height: 2rem;
  width: 2rem;
}
.pagination__link--prev,
.pagination a.page--prev {
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/Arrows/angle-left.svg');
  background-position: 3px 6px;
}
.pagination__link--next,
.pagination a.page--next {
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/Arrows/angle-right.svg');
  background-position: 4px 6px;
}

.praxisvertretungen {
  margin-top: 20px;
}
.praxisvertretungen__container {
  border-bottom: 1px solid #eee;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.praxisvertretungen__header {
  font-weight: 600;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .praxisvertretungen__header {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .praxisvertretungen__header {
    width: 20%;
  }
}
.praxisvertretungen__cell {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .praxisvertretungen__cell {
    float: left;
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .praxisvertretungen__cell {
    width: 80%;
  }
}
.praxisvertretungen__no-results {
  margin: 20px 0;
}

.related {
  margin-bottom: 20px;
  margin-top: 20px;
}
.related__box-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.related__link {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.39rem;
  color: #333;
  text-decoration: none;
}
.related__link:hover {
  text-decoration: none;
}
.related__title {
  text-decoration: underline;
}
.related__description {
  font-weight: 400;
  text-decoration: none;
}
.related__description:hover {
  text-decoration: none;
}

.related--files .related__link {
  font-weight: normal;
  color: #e30613;
  text-decoration: underline;
}
.related--files .related__link:hover {
  color: #c00510;
  text-decoration: underline;
}
.related--files .related__element {
  margin-bottom: 10px;
}
.related--files .related__files-size {
  font-size: 0.875rem;
  margin-left: 20px;
}
.related--files .related__files-description {
  font-size: 0.875rem;
}
.related--files .related__icon {
  fill: #333;
  width: 25px;
  height: 25px;
}

.related--news .related__element {
  margin-bottom: 1rem;
}
.related--news .related__link {
  font-size: 1rem;
}

.search-filter {
  font-size: 0.875rem;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0;
}
.search-filter__list {
  margin: 0;
  padding: 0;
}
.search-filter__item {
  margin-bottom: 0;
}
.search-filter__item:before {
  display: none;
}

.search-resultlist__num-results {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.search-resultlist__item {
  margin: 20px 0;
}
.search-resultlist__title a {
  text-decoration: none;
}
.search-resultlist__title a:active, .search-resultlist__title a:focus, .search-resultlist__title a:hover {
  text-decoration: underline;
}
.search-resultlist__teaser {
  font-size: 0.875rem;
}
.search-resultlist__url {
  margin: 10px 0;
  font-size: 0.9rem;
}
.search-resultlist__link {
  color: #b1050f;
}
.search-resultlist .hit {
  font-weight: bold;
}
.search-resultlist__footer {
  padding: 20px 0;
}
.search-resultlist__result-txt {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.services {
  margin-bottom: 20px;
  padding: 0;
}
.services__element {
  margin-bottom: 6px;
}
.services__element:before, .services__element:after {
  content: " ";
  display: table;
}
.services__element:after {
  clear: both;
  display: block;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.services__element {
  *zoom: 1;
}
.services__element:before {
  display: none;
}
.services__element--last {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .services__element--last {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .services__element--last {
    margin-bottom: 0;
  }
}
.services__image {
  float: left;
  margin: 0 20px 20px 0;
}
.services__image--last {
  margin-bottom: 0;
}
.services__text {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.services__text--last {
  margin-bottom: 0;
}
.services__title {
  display: inherit;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .services__title {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .services__title {
    font-size: 1rem;
  }
}
.services__link {
  color: #333;
  text-decoration: none;
}
.services__link:hover {
  color: #e30613;
  text-decoration: none;
}

.services--aside .services__image {
  float: left;
  margin: 0 20px 20px 0;
}
.services--aside .services__image--last {
  margin-bottom: 0;
}

.shariff {
  float: left;
  width: 40%;
  margin-left: 30%;
}
@media only screen and (min-width: 576px) {
  .shariff {
    margin-left: 0;
    padding-left: 120px;
    width: 82%;
  }
}
@media only screen and (min-width: 768px) {
  .shariff {
    padding-left: 265px;
  }
}
@media only screen and (min-width: 992px) {
  .shariff {
    padding-left: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .shariff {
    padding-left: 0;
  }
}
.shariff__btn {
  border-radius: 0;
  box-shadow: none;
  font-weight: 600;
  padding: 2px 10px 1px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  float: right;
  width: 28%;
}
@media only screen and (min-width: 576px) {
  .shariff__btn {
    width: 17%;
  }
}
.shariff .shariff-button {
  display: inline-block;
  width: 35px;
  cursor: pointer;
  background-size: 17px !important;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .shariff .shariff-button {
    padding: 0 10px 0 25px;
    width: 90px;
    margin-right: 5px;
  }
}
.shariff .shariff-button:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.22);
}
.shariff .shariff-button a {
  color: #f7f7f7;
  text-decoration: none;
  display: block;
}
.shariff .shariff-button.facebook {
  background: #3e5593;
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/facebook-f.svg');
}
.shariff .shariff-button.twitter {
  background: #50a7e7;
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/twitter.svg');
}
.shariff .shariff-button.mail {
  background: #63676d;
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/envelope-light.svg');
}
.shariff .shariff-button.whatsapp {
  background: #5cbe4a;
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/whatsapp.svg');
}
.shariff .shariff-button.print {
  background: #7f8180;
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/print.svg');
}
.shariff .shariff-button.info {
  background: #eee;
  background-image: url('../../../_assets/b19a9ade16c8d9b58cfd7b08b3242ac0/Icons/info.svg');
}
.shariff .shariff-button.info a {
  color: #333;
}
.shariff .shariff-button.facebook, .shariff .shariff-button.twitter, .shariff .shariff-button.mail, .shariff .shariff-button.whatsapp, .shariff .shariff-button.print, .shariff .shariff-button.info {
  background-repeat: no-repeat;
  background-position: 9px 4px;
}
@media only screen and (min-width: 1200px) {
  .shariff .shariff-button.facebook, .shariff .shariff-button.twitter, .shariff .shariff-button.mail, .shariff .shariff-button.whatsapp, .shariff .shariff-button.print, .shariff .shariff-button.info {
    background-position: 4px 4px;
  }
}
.shariff li:before {
  display: none;
}
.shariff ul {
  margin-bottom: 0;
  padding-left: 0;
}
.shariff ul li {
  margin-bottom: 10px;
}
.shariff .share_text {
  font-size: 0.875rem;
  display: inline-block;
  text-indent: -9999px;
}
@media only screen and (min-width: 1200px) {
  .shariff .share_text {
    text-indent: 0;
  }
}

.spinner {
  bottom: 0;
  display: none;
  height: 200px;
  left: 0;
  margin: auto;
  right: 0;
  position: fixed;
  top: 0;
  width: 200px;
  z-index: 10000;
}
.spinner__animation, .spinner__animation:after {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.spinner__animation {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 1.1em solid rgba(227, 6, 19, 0.2);
  border-left: 1.1em solid #e30613;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.switch {
  position: relative;
  width: 60px;
  user-select: none;
}
@media only screen and (min-width: 576px) {
  .switch {
    width: 70px;
  }
}
.switch__checkbox {
  display: none;
}
.switch__label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}
.switch__inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.switch__inner:before, .switch__inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 2px 0;
  line-height: 1.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  background-color: #eee;
  color: #333;
}
.switch__inner:before {
  content: "Ein";
  padding-left: 10px;
}
@media only screen and (min-width: 576px) {
  .switch__inner:before {
    padding-left: 15px;
  }
}
.switch__inner:after {
  content: "Aus";
  padding-right: 5px;
  text-align: right;
}
@media only screen and (min-width: 576px) {
  .switch__inner:after {
    padding-right: 15px;
  }
}
.switch__switch {
  display: block;
  width: 20px;
  height: 30px;
  margin: 0;
  background: #63676d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 576px) {
  .switch__switch {
    right: 50px;
  }
}

.switch__checkbox:checked + .switch__label .switch__inner {
  margin-left: 0;
}

.switch__checkbox:checked + .switch__label .switch__switch {
  right: 0;
  background-color: #e30613;
}

.teaser {
  position: relative;
}
.teaser__box {
  background: #fff;
  opacity: 0.9;
  position: relative;
  padding: 15px 15px 40px 15px;
  z-index: 200;
  width: 100%;
  min-height: 205px;
}
@media only screen and (min-width: 576px) {
  .teaser__box {
    min-height: 100px;
  }
}
.teaser__box:hover {
  background: #eee;
}
.teaser__image {
  width: 100%;
}
.teaser__link {
  text-decoration: none;
  color: #333;
}
.teaser__link:hover {
  text-decoration: none;
  color: #333;
}
.teaser .slick-arrow__icon {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  cursor: pointer;
  position: absolute;
  top: 10%;
  z-index: 20;
  opacity: 0.7;
  background-color: #7f8180;
}
@media only screen and (min-width: 576px) {
  .teaser .slick-arrow__icon {
    top: 25%;
  }
}
.teaser .slick-arrow__icon--next {
  right: 10px;
}
.teaser .slick-arrow__icon--prev {
  left: 10px;
}
.teaser .slick-dots {
  list-style: none;
  font-size: 0;
  position: absolute;
  right: 15px;
  bottom: 0;
}
.teaser .slick-dots li {
  float: left;
  padding: 0 0 0 5px;
}
.teaser .slick-dots li:before {
  display: none;
}
.teaser .slick-dots li button {
  padding: 3px 20px;
  cursor: pointer;
  background: #e30613;
  border: 1px solid #e30613;
  opacity: 0.3;
}
.teaser .slick-dots li.slick-active button {
  opacity: 1;
}
@media print {
  .teaser .slick-slide {
    display: none !important;
  }
  .teaser .slick-slide.slick-active {
    display: block !important;
  }
  .teaser .slick-list {
    height: auto !important;
  }
  .teaser .slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }
  .teaser .slick-track .slick-slide {
    width: auto !important;
  }
}

.training__toggle-view {
  margin-bottom: 10px;
}
.training__btn {
  margin-bottom: 10px;
  background: #eee;
  border: 1px solid #eee;
  font-weight: 600;
  padding: 3px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 576px) {
  .training__btn {
    padding: 5px;
    font-size: 1rem;
  }
}
.training__btn:hover {
  background: #e30613;
  border: 1px solid #e30613;
  color: #fff;
}
.training__btn--active {
  background: #e30613;
  border: 1px solid #e30613;
  color: #fff;
}
.training__date-wrapper {
  background: #d5d5d5;
  color: #333;
  padding: 5px 5px 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .training__date-wrapper {
    margin-right: 10px;
    margin-bottom: 0;
    min-height: 65px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .training__date-wrapper {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .training__date-wrapper--home {
    font-size: 1.5rem;
  }
}
.training__date-day {
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .training__date-day {
    display: block;
  }
}
.training__date-month {
  margin-top: -5px;
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .training__date-month {
    display: block;
  }
}
.training__text-wrapper {
  margin-bottom: 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #c7c7c7;
}
@media only screen and (min-width: 576px) {
  .training__text-wrapper {
    border-bottom: 1px solid #c7c7c7;
  }
}
.training__text-wrapper--home {
  border-bottom: none;
}
@media only screen and (min-width: 576px) {
  .training__text-wrapper--home {
    border-bottom: 1px solid #c7c7c7;
  }
}
@media only screen and (min-width: 992px) {
  .training__text-wrapper--home {
    height: 130px;
  }
}
.training__icon-marker {
  position: relative;
  margin-left: -1px;
  display: inline-block;
  padding: 9px;
}
.training__item {
  text-decoration: none;
  color: #333;
  font-size: 0.875rem;
}
.training__item:hover {
  text-decoration: none;
  color: #e30613;
}
.training__item:hover .training__title {
  text-decoration: underline;
}
.training__title {
  color: #e30613;
  font-weight: bold;
  font-size: 0.9375rem;
  padding-bottom: 5px;
}
.training__title--calendar, .training__time--calendar, .training__address--calendar {
  padding-left: 15px;
}
.training__vertical-line {
  border-left: 1px solid #eee;
  margin-left: -35px;
  padding-right: 15px;
}
.training__link-dfp {
  font-size: 0.875rem;
  font-weight: 600;
}
.training__header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.training__id {
  font-size: 0.875rem;
}
.training__tag-item {
  background: #eee;
  margin: 5px 5px 5px 0;
  font-size: 0.875rem;
  text-align: right;
  padding: 0;
  font-weight: 600;
}
.training__info {
  font-size: 0.875rem;
  margin-bottom: 25px;
}
.training__info-link {
  margin-top: -5px;
}
.training__icon-wrapper {
  background: #e30613;
  color: #f7f7f7;
  text-align: center;
  font-weight: 600;
  width: 40px;
  height: 40px;
}
.training__icon {
  width: 20px;
  height: 20px;
  margin: 9px 0 0 10px;
}
.training__dfp {
  font-size: 1rem;
  padding: 8px 0 0 3px;
}
.training__paragraph {
  font-size: 1.25rem;
  padding-top: 5px;
}
.training__separator-header {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
}
.training__registration {
  margin: 30px 0;
}
.training__img {
  margin-bottom: 30px;
}
.training__img--portrait {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.training__back {
  margin-top: 60px;
  font-size: 0.875rem;
}

.zahlenfakten__item {
  background: #eee;
  min-height: 135px;
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.zahlenfakten__list {
  margin-top: 15px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  margin-right: -15px;
}
@media only screen and (min-width: 576px) {
  .zahlenfakten__list {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .zahlenfakten__list {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.zahlenfakten__list--title {
  margin-bottom: 2rem;
}
.zahlenfakten__button {
  display: inline-block;
  border: 0;
  color: #e30613;
  line-height: 2rem;
  background: transparent;
}
.zahlenfakten__number {
  font-size: 1.875rem;
  font-weight: bold;
}

.footer {
  background: radial-gradient(110% 90% at top left, #3b3b3b 100%, #333 101%);
  color: #f7f7f7;
  padding: 10px 0 20px;
  font-size: 0.938rem;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 10px 0 5px;
  }
}
@media print {
  .footer {
    background: none;
    border-top: 2px solid #c7c7c7;
    color: #333;
  }
}
.footer a {
  color: #f7f7f7;
}
@media print {
  .footer a {
    color: #333;
  }
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
@media print {
  .footer__contact {
    margin-bottom: 30px;
  }
}

@media print {
  .banner {
    display: none;
  }
}

.tx-kesearch-pi1 {
    font-family: Sans-Serif;
}

/* Clearer */
.tx-kesearch-pi1 .clearer {
    display: block;
    height: 1px;
    line-height: 1px;
    clear: both;
}

/* formElements */
.tx-kesearch-pi1 form{
    border: 0 none;
    margin: 0 0 20px 0;
}
.tx-kesearch-pi1 form fieldset{
	margin:0;
	padding:0;
}
.tx-kesearch-pi1 .kesearch_searchbox {
	border:none;
}
.tx-kesearch-pi1 input[type="search"],
.tx-kesearch-pi1 select,
.tx-kesearch-pi1 textarea{
    padding: 0.3em 0.3em 0.3em 0.4em;
    background: white;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2b2b2b;
}
.tx-kesearch-pi1 input[type="search"]:focus,
.tx-kesearch-pi1 input[type="search"]:hover,
.tx-kesearch-pi1 select:focus,
.tx-kesearch-pi1 select:hover,
.tx-kesearch-pi1 textarea:focus,
.tx-kesearch-pi1 textarea:hover{
    box-shadow: 0 0 3px #bbbbbb;
    border: 1px solid #b2b2b2;
    color: #000;
}

/* Buttons */
a.kesGreyButt,
span.resetbutt a,
span.submitbutt input,
input.kesGreyButt,
span.kesGreyButt{
    font-size:1em;
    font-family: Sans-Serif;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
	display: block;
    cursor: pointer;
	min-width:70px;
	max-width:140px;
    -moz-user-select: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f6f6f6, #f0f0f0);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #444;
    text-align: center;
    text-decoration: none;
}

/* fix firefox button size (line-height is not working in firefox submit button)*/
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
li.checkboxButtonSubmit span,
span.submitbutt input,
input.kesGreyButt[type="submit"]{
	min-width:169px;
	max-width:220px;
}

span.resetbutt {
	float:left;
}

span.resetbutt a:hover,
span.submitbutt input:hover,
input.kesGreyButt:hover,
span.kesGreyButt:hover{
    text-decoration: none;
    cursor: pointer;
	background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #222;
}
span.kesGreyButt a{
    text-decoration: none;
    color:#444;
    text-shadow: 0px 1px 0px #ffffff;
}
span.kesGreyButt a:hover{
    text-decoration: none;
    color:#000;
    text-shadow: 0px -1px 0px #ffffff;
}
/* buttFixes */
#kesearch_filters .list li.checkboxButton,
#kesearch_filters .list li.checkboxButtonSubmit{
    text-decoration: none !important;
    padding-bottom: 5px;
}
#kesearch_filters .list li.checkboxButtonSubmit{ margin-bottom: 1px;}
#kesearch_filters .list li.checkboxButtonSubmit{ padding-bottom: 0;}

/* SearchBox */
div.kesearchbox{
    position: relative;
    height: 35px;
    margin: 0 0 10px 0;
}
#ke_search_sword {
    position: absolute;
    top: 1px;
    width: 220px;
    height: auto;
    padding: 8px 40px 7px 9px;
    margin: 0;
    display: inline;
}
#kesearch_submit{
    position: absolute;
    top: 3px;
    left: 237px;
    height: 28px;
    width: 28px;
    border: 0 none;
    padding: 0;
}
#kesearch_submit:focus,
#kesearch_submit:hover{
    box-shadow: 0 0 0 white;
    border: 0 none;
    cursor: pointer;
}

/* Filters */
#kesearch_filters select {
    margin: 0 0 10px 0;
}
#kesearch_filters .list {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
}
#kesearch_filters .list .head {
    display:block;
    border-bottom: 1px solid #CFCFCF;
    padding: 5px;
}
#kesearch_filters .list ul {
    padding: 10px;
    margin: 0;
    list-style-type:none;
}
#kesearch_filters .list ul.expanded { display:block; }
#kesearch_filters .list ul.closed { display:none; }
#kesearch_filters .list li {
    display:block;
    list-style-type:none;
    margin:0 0 10px 0;
    line-height:16px;
    color: #444;
}
#kesearch_filters .list li a{
    color: #444;
}
#kesearch_filters .list a.kesGreyButt {
   margin-left: 10px;
}
#kesearch_filters .list li:hover,
#kesearch_filters .list li a:hover{
    text-decoration: none;
    color: #444;
    cursor: pointer;
}
#kesearch_filters .list li.selected { font-weight: bold; }
#kesearch_filters .list li.parent0,
#kesearch_filters .list li.level0 { margin-left: 14px; }
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.level1 { margin-left: 21px; }
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.level2 { margin-left: 28px; }
#kesearch_filters .list li.parent3,
#kesearch_filters .list li.level3 { margin-left: 35px; }
#kesearch_filters .list li.parent0,
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.parent3 {
    font-weight: bold;
    list-style-position: outside;
}

/* Checkboxes */
#kesearch_filters .list ul.checkboxList{ padding-bottom: 1px; }
#kesearch_filters .list li.optionCheckBox {
    float: left;
    width: 200px;
    text-decoration: none;
    margin-bottom: 4px;
}
#kesearch_filters .list li.optionCheckBox input[type="checkbox"]{
    float: left;
    margin: 0 5px 0 0;
}
#kesearch_filters .list li.clearer {
    font-size: 0;
    line-height: 0;
    float: none;
    margin: 0 !important;
}
#kesearch_filters label{
    display:block;
    font-weight:bold;
    color: #353535;
    margin:0 0 4px 0;
}
#kesearch_filters .list li.region {
    font-weight: bold;
    margin-top: 5px;
}
#kesearch_filters .list li.noclick { cursor: default !important; }
#kesearch_filters .list li.country { margin-left: 7px; }

/* SPECIAL CSS CLASS */
#kesearch_filters .small {
    display:block;
    height: 65px;
    max-height: 65px;
    overflow-y: auto;
    overflow-x: hidden;
}
#kesearch_filters .larger {
    display:block;
    height: 130px;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Results */
#kesearch_num_results{
	color:#898989;
	float:left;
}

#kesearch_results .result-list-item{
	clear:both;
    margin: 20px 0 30px 0;
    padding: 0;
}
#kesearch_results .result-list-item .result-number,
#kesearch_results .result-list-item .result-title {
	font-size:1.2em;
}
#kesearch_results {
	clear:both;
	margin-top:20px;
}
#kesearch_results .result-list-item .result-teaser {
	color:#707070;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page { }

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
    float:left;
    margin-top:2px;
    margin-right:5px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: red;
    font-weight: bold;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
    border: 1px solid #D3D3D3;
    display: block;
    float: right;
    height: 10px;
    width: 48px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
    background-color: #D3D3D3;
    border: 1px solid #898989;
    display: block;
    height: 10px;
    margin: -1px 0 0 -1px;
}

/* Query time */
.tx-kesearch-pi1 #kesearch_query_time {
    font-style: italic;
    text-align: center;
    font-size: 80%;
}

/* Searchbox */
.tx-kesearch-pi1 .searchbox {
    margin-bottom: 5px;
}
.tx-kesearch-pi1 .searchbox input {
    margin-left: 0;
    width: 145px;
}
.tx-kesearch-pi1 .searchbox input.submit {
    width: 18px;
    height: 18px;
    border: none;
    background: none;
    vertical-align: middle;
}
.tx-kesearch-pi1 form.static .searchbox input.submit {
    margin-top: -16px;
}
.tx-kesearch-pi1 form.ajax .searchbox input.submit {
    margin-top: -4px;
}
.tx-kesearch-pi1 .searchbox .search_input {
    float:left;
    margin-right: 5px;
}

/* General Message */
.tx-kesearch-pi1 .general-message {
    padding: 5px;
}
.tx-kesearch-pi1 .general-message .image {
    float:left;
    vertical-align: middle;
    margin-right: 10px;
}

/* Pagebrowser */
.kesearch_pagebrowser ul {
    display: inline;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.kesearch_pagebrowser ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}
#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
    text-align: center;
    word-wrap: break-word;
    color:#707070;
}
#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total{
    padding: 8px 0;
    background:#fff;
    margin-bottom: 15px;
}
#kesearch_pagebrowser_top .pages_total { border-bottom: 1px solid #cccccc; }
#kesearch_pagebrowser_bottom .pages_total { border-top: 1px solid #cccccc; }
#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt{
    margin: 0 0 5px 0;
}
#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser { margin: 0 auto 0; }

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a { padding: 3px; }
#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover { cursor:pointer; }
#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom  a.current {
   font-weight: bold;
   color:#000;
   text-decoration:none;
}
#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser{
    border:1px solid;
}

/* Ordering */
.tx-kesearch-pi1 #kesearch_ordering span.down {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: #FF0000 transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0;
}
.tx-kesearch-pi1 #kesearch_ordering span.up {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent #FF0000;
    border-style: none solid solid;
    border-width: 0 4px 4px;
}
.tx-kesearch-pi1 #kesearch_ordering div.ordering {
	float:right;
	max-width:300px;
}
.tx-kesearch-pi1 #kesearch_ordering ul {
    display: inline-block;
    height: 20px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
.tx-kesearch-pi1 #kesearch_ordering ul li {
    float: left;
    margin-right: 10px;
}
.tx-kesearch-pi1 #kesearch_ordering div.clearer {
    clear: left;
}
/* needed for autocomplete */
ul.ui-autocomplete li a {
	font-size: 12px;
}
</pre></body></html>