   @charset "UTF-8";
ul.no-bullet,
ul.no-bullet > li {
  list-style: none;
  padding-left: 0;
}

ul.no-bullet::before,
ul.no-bullet > li::before {
  background-color: transparent;
}

.contents {
  display: contents;
}

.searchAutoSuggestBox {
  background: #FFFFFF;
  width: 100% !important;
  margin-top: 5px;
  padding: 20px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(8, 49, 99, 0.15);
          box-shadow: 0 2px 8px 0 rgba(8, 49, 99, 0.15);
  text-align: left;
  clear: both;
  position: absolute;
  z-index: 9999;
  margin-bottom: 0;
}

.searchAutoSuggestBox h3 + a:not(:last-child),
.searchAutoSuggestBox a + a:not(:last-child) {
  margin-bottom: 14px;
}

.searchAutoSuggestBox h3 {
  margin-bottom: 10px;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.33333;
  letter-spacing: .5px;
}

.searchAutoSuggestBox a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3125;
  letter-spacing: .2px;
  display: block !important;
}

.searchAutoSuggestBox a + h3 {
  padding-top: 20px;
  border-top: 2px solid #B4C1D0;
}

.searchAutoSuggestBox a:hover, .searchAutoSuggestBox a:active, .searchAutoSuggestBox a:focus, .searchAutoSuggestBox a.active {
  text-decoration: underline;
}

.searchAutoSuggestBox .active,
.searchAutoSuggestBox .active a {
  text-decoration: underline;
}

.searchAutoSuggestBox li {
  padding-left: 0;
}

.searchAutoSuggestBox li::before {
  content: none;
}

.searchAutoSuggestBox li li {
  margin-bottom: 14px;
}

.searchAutoSuggestBox > li + li h3 {
  padding-top: 20px;
  border-top: 2px solid #B4C1D0;
}

.searchAutoSuggestBox li:last-child li:last-child {
  margin-bottom: 0;
}

.c-accordion, .richtext-accordion {
  width: 100%;
}

.c-accordion__heading, .richtext-accordion .heading {
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 23px;
  border-top: 2px solid #B4C1D0;
  -webkit-transition: border-top-color 0.6s ease-in-out;
  transition: border-top-color 0.6s ease-in-out;
  font-weight: 800;
}

.c-accordion__heading, .richtext-accordion .heading,
.c-accordion__heading button,
.richtext-accordion .heading button {
  color: #083163;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-accordion__heading:nth-last-child(2) + *, .richtext-accordion .heading:nth-last-child(2) + * {
  border-bottom: 2px solid #B4C1D0;
  -webkit-transition: border-bottom-color 0.6s ease-in-out;
  transition: border-bottom-color 0.6s ease-in-out;
}

.c-accordion__heading:first-child, .richtext-accordion .heading:first-child {
  border-top: none;
}

.c-accordion__heading:hover + * + .c-accordion__heading, .richtext-accordion .heading:hover + * + .c-accordion__heading, .richtext-accordion .c-accordion__heading:hover + * + .heading, .richtext-accordion .heading:hover + * + .heading, .c-accordion__heading:focus + * + .c-accordion__heading, .richtext-accordion .heading:focus + * + .c-accordion__heading, .richtext-accordion .c-accordion__heading:focus + * + .heading, .richtext-accordion .heading:focus + * + .heading, .c-accordion__heading:active + * + .c-accordion__heading, .richtext-accordion .heading:active + * + .c-accordion__heading, .richtext-accordion .c-accordion__heading:active + * + .heading, .richtext-accordion .heading:active + * + .heading {
  border-top-color: #000000;
}

.c-accordion__heading:hover:nth-last-child(2) + *, .richtext-accordion .heading:hover:nth-last-child(2) + *, .c-accordion__heading:focus:nth-last-child(2) + *, .richtext-accordion .heading:focus:nth-last-child(2) + *, .c-accordion__heading:active:nth-last-child(2) + *, .richtext-accordion .heading:active:nth-last-child(2) + * {
  border-bottom-color: #000000;
}

.js-on .c-accordion__heading, .js-on .richtext-accordion .heading, .richtext-accordion .js-on .heading {
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}

.js-on .c-accordion__heading:hover::before, .js-on .richtext-accordion .heading:hover::before, .richtext-accordion .js-on .heading:hover::before, .js-on .c-accordion__heading:focus::before, .js-on .richtext-accordion .heading:focus::before, .richtext-accordion .js-on .heading:focus::before, .js-on .c-accordion__heading:active::before, .js-on .richtext-accordion .heading:active::before, .richtext-accordion .js-on .heading:active::before {
  background-color: #000000;
}

.js-on .c-accordion__heading::before, .js-on .richtext-accordion .heading::before, .richtext-accordion .js-on .heading::before, .js-on .c-accordion__heading::after, .js-on .richtext-accordion .heading::after, .richtext-accordion .js-on .heading::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-on .c-accordion__heading::before, .js-on .richtext-accordion .heading::before, .richtext-accordion .js-on .heading::before {
  content: none;
}

.js-on .c-accordion__heading::after, .js-on .richtext-accordion .heading::after, .richtext-accordion .js-on .heading::after {
  content: '+';
  top: 31px;
  font-weight: 900;
  right: 0;
  width: 10px;
  color: #083163;
  font-size: 22px;
  line-height: 10px;
  text-align: center;
}

.js-on .c-accordion__heading.inactive-control:nth-last-child(2), .js-on .richtext-accordion .inactive-control.heading:nth-last-child(2), .richtext-accordion .js-on .inactive-control.heading:nth-last-child(2) {
  border-bottom: 2px solid #B4C1D0;
  -webkit-transition: border-top-color 0.6s ease-in-out, border-bottom-color 0.6s ease-in-out;
  transition: border-top-color 0.6s ease-in-out, border-bottom-color 0.6s ease-in-out;
}

.js-on .c-accordion__heading.inactive-control:nth-last-child(2):hover, .js-on .richtext-accordion .inactive-control.heading:nth-last-child(2):hover, .richtext-accordion .js-on .inactive-control.heading:nth-last-child(2):hover, .js-on .c-accordion__heading.inactive-control:nth-last-child(2):focus, .js-on .richtext-accordion .inactive-control.heading:nth-last-child(2):focus, .richtext-accordion .js-on .inactive-control.heading:nth-last-child(2):focus, .js-on .c-accordion__heading.inactive-control:nth-last-child(2):active, .js-on .richtext-accordion .inactive-control.heading:nth-last-child(2):active, .richtext-accordion .js-on .inactive-control.heading:nth-last-child(2):active {
  border-bottom-color: #000000;
}

.js-on .c-accordion__heading.active-control::after, .js-on .richtext-accordion .active-control.heading::after, .richtext-accordion .js-on .active-control.heading::after {
  content: '-';
}


.c-accordion__heading button,
.richtext-accordion .heading button {
  cursor: pointer;
  text-align: left;
  font-weight: 800;
  line-height: 1.5;
}

.c-accordion__content, .richtext-accordion .heading + div {
  padding-bottom: 22px;
  overflow: auto;
}

.c-accordion__content > *:last-child, .richtext-accordion .heading + div > *:last-child {
  margin-bottom: 0;
}

.c-accordion .tabs-list, .richtext-accordion .tabs-list {
  display: none;
}

.c-accordion + p .c-button, .richtext-accordion + p .c-button {
  margin-top: 30px;
}

.c-alert-teaser__container {
  background-color: #94001E;
  padding: 16px;
}

.c-alert-teaser__headline {
  position: relative;
  margin-bottom: 12px;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #FFFFFF;
  font-weight: 700;
}

.c-alert-teaser__headline::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1779px -1402px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-alert-teaser__content > p {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #FFFFFF;
}

.c-alert-teaser__link-container {
  margin-bottom: 0;
}

.c-alert-teaser__link {
  position: relative;
  padding-right: 32px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  font-weight: 700;
}

.c-alert-teaser__link:hover, .c-alert-teaser__link:focus, .c-alert-teaser__link:active {
  color: #FFFFFF;
}

.c-alert-teaser__link::before {
  top: 3px;
  right: 8px;
}

.c-alert-teaser__link--internal::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -630px -2242px;
  width: 13.97px;
  height: 13px;
  display: inline-block;
  position: absolute;
}

.c-alert-teaser__link--external::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1200.42px -2124px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
}

.c-alert {
  background-color: #E1E6EC;
  padding-top: 24px;
  padding-bottom: 30px;
}

.c-arrival {
  display: block !important;
  max-width: 100%;
  margin-bottom: 30px;
}

.c-arrival .c-map-marker-count {
  color: transparent;
}

.c-breadcrumb {
  background: transparent;
  position: relative;
  z-index: 99;
}

.c-breadcrumb__list {
  padding: 0 0 5px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.c-breadcrumb__item {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 1.33333;
  white-space: nowrap;
  letter-spacing: .5px;
}

.c-breadcrumb__item a,
.c-breadcrumb__item strong {
  color: #083163;
}

.c-breadcrumb__item a {
  font-weight: 700;
}

.c-breadcrumb__item a[aria-current='page'] {
  font-weight: 400;
  cursor: auto;
}

.c-breadcrumb__item a[aria-current='page']:hover, .c-breadcrumb__item a[aria-current='page']:active, .c-breadcrumb__item a[aria-current='page']:focus {
  text-decoration: none;
}

.c-breadcrumb__item strong {
  font-weight: 400;
}

.c-breadcrumb__item::before {
  display: none;
}

.c-breadcrumb__item:not(:last-child) {
  margin-right: 22px;
  padding-right: 28px;
  position: relative;
}

.c-breadcrumb__item:not(:last-child)::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -741px;
  width: 6px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb__expander .c-breadcrumb__button {
  font-size: 1.2rem;
  font-weight: 700;
}

.c-breadcrumb__expander .c-breadcrumb__button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.c-breadcrumb br {
  display: none;
}

.c-bubble--blue .c-bubble__top,
.c-bubble--blue .c-bubble__bottom {
  background-color: #2E517B;
}

.c-bubble--blue .c-bubble__top {
  height: 42px;
  margin-left: 46px;
  margin-right: 46px;
}

.c-bubble--blue .c-bubble__top::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1369px -1098px;
  width: 46px;
  height: 42px;
  display: inline-block;
  position: absolute;
}

.c-bubble--blue .c-bubble__top::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1369px -814px;
  width: 46px;
  height: 42px;
  display: inline-block;
  position: absolute;
}

.c-bubble--blue .c-bubble__content {
  margin-top: -22px;
  margin-bottom: -16px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-bubble--blue .c-bubble__content::before {
  background-color: #2E517B;
  top: 22px;
  left: 0;
  right: 0;
  bottom: 16px;
}

.c-bubble--blue .c-bubble__bottom {
  height: 38px;
  margin-left: 46px;
  margin-right: 46px;
  margin-bottom: 14px;
}

.c-bubble--blue .c-bubble__bottom::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1369px -206px;
  width: 46px;
  height: 52px;
  display: inline-block;
  position: absolute;
}

.c-bubble--blue .c-bubble__bottom::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1369px -510px;
  width: 46px;
  height: 52px;
  display: inline-block;
  position: absolute;
}

.c-bubble__top, .c-bubble__bottom {
  background-color: #FFBF77;
  position: relative;
}

.c-bubble__top {
  height: 42px;
  margin-left: 46px;
  margin-right: 46px;
}

.c-bubble__top::before, .c-bubble__top::after {
  top: 0;
}

.c-bubble__top::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1369px -956px;
  width: 46px;
  height: 42px;
  display: inline-block;
  position: absolute;
  right: 100%;
}

.c-bubble__top::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -1358px;
  width: 46px;
  height: 42px;
  display: inline-block;
  position: absolute;
  left: 100%;
}

.c-bubble__content {
  margin-top: -22px;
  margin-bottom: -16px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.c-bubble__content > * {
  position: relative;
  z-index: 9;
}

.c-bubble__content > *:last-child {
  margin-bottom: 0;
}

.c-bubble__content > * .RichTextExtLink {
  font-weight: 700;
}

.c-bubble__content > * .RichTextExtLink::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1200.42px -2124px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-bubble__content::before {
  content: '';
  background-color: #FFBF77;
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  bottom: 16px;
}

.c-bubble__bottom {
  height: 38px;
  margin-left: 46px;
  margin-right: 46px;
  margin-bottom: 14px;
}

.c-bubble__bottom::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1369px -358px;
  width: 46px;
  height: 52px;
  display: inline-block;
  position: absolute;
  right: 100%;
}

.c-bubble__bottom::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1369px -662px;
  width: 46px;
  height: 52px;
  display: inline-block;
  position: absolute;
  left: 100%;
}

.c-button {
  white-space: normal;
}

.c-button:last-child {
  margin-bottom: 0;
}

.c-button + .c-button::after {
  content: '';
  display: table;
  clear: both;
}

.c-button a,
.c-button span, .c-button[type='submit'], .c-button[type='button'], .c-button[type='reset'], .c-button[href] {
  background-color: #083163;
  padding: 11px 26px 12px;
  border: 2px solid #083163;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3125;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  position: relative;
}

.c-button a:active, .c-button a:focus, .c-button a:hover,
.c-button span:active,
.c-button span:focus,
.c-button span:hover, .c-button[type='submit']:active, .c-button[type='submit']:focus, .c-button[type='submit']:hover, .c-button[type='button']:active, .c-button[type='button']:focus, .c-button[type='button']:hover, .c-button[type='reset']:active, .c-button[type='reset']:focus, .c-button[type='reset']:hover, .c-button[href]:active, .c-button[href]:focus, .c-button[href]:hover {
  background-color: #000000;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0 0 1px 1px #000000;
          box-shadow: 0 0 1px 1px #000000;
  text-decoration: none;
}

.c-button a[disabled]:hover, .c-button a[disabled]:focus, .c-button a[disabled]:active,
.c-button span[disabled]:hover,
.c-button span[disabled]:focus,
.c-button span[disabled]:active, .c-button[type='submit'][disabled]:hover, .c-button[type='submit'][disabled]:focus, .c-button[type='submit'][disabled]:active, .c-button[type='button'][disabled]:hover, .c-button[type='button'][disabled]:focus, .c-button[type='button'][disabled]:active, .c-button[type='reset'][disabled]:hover, .c-button[type='reset'][disabled]:focus, .c-button[type='reset'][disabled]:active, .c-button[href][disabled]:hover, .c-button[href][disabled]:focus, .c-button[href][disabled]:active {
  background: transparent;
  border-color: #A0A0A0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-button--expand a::before,
.c-button--expand span::before, .c-button--collapse a::before,
.c-button--collapse span::before {
  margin-right: 6px;
  display: inline-block;
}

.c-button--expand a::before,
.c-button--expand span::before {
  content: '\002B';
}

.c-button--collapse a::before,
.c-button--collapse span::before {
  content: '\2013';
}

.c-button--float {
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 20px;
  float: left;
}

.c-button--float:only-child {
  float: none;
}

.c-button--float + .c-button--float {
  margin-left: 1rem;
  margin-right: 0;
}

.c-button--float + *::after {
  content: '';
  display: table;
  clear: both;
}

.c-button--auto {
  width: auto;
}

.c-button--inverse a,
.c-button--inverse span, .c-button--inverse[type='submit'], .c-button--inverse[type='button'], .c-button--inverse[type='reset'], .c-button--inverse[href] {
  background-color: #FFFFFF;
  border-color: #6983A1;
  color: #083163;
}

.c-button--inverse a:hover, .c-button--inverse a:focus, .c-button--inverse a:active,
.c-button--inverse span:hover,
.c-button--inverse span:focus,
.c-button--inverse span:active, .c-button--inverse[type='submit']:hover, .c-button--inverse[type='submit']:focus, .c-button--inverse[type='submit']:active, .c-button--inverse[type='button']:hover, .c-button--inverse[type='button']:focus, .c-button--inverse[type='button']:active, .c-button--inverse[type='reset']:hover, .c-button--inverse[type='reset']:focus, .c-button--inverse[type='reset']:active, .c-button--inverse[href]:hover, .c-button--inverse[href]:focus, .c-button--inverse[href]:active {
  background: transparent;
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
}

.c-button--inverse.c-button--doc a::before,
.c-button--inverse.c-button--doc span::before, .c-button--inverse.c-button--doc[type='submit']::before, .c-button--inverse.c-button--doc[type='button']::before, .c-button--inverse.c-button--doc[type='reset']::before, .c-button--inverse.c-button--doc[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -285px -2124px;
  width: 13px;
  height: 16px;
  display: inline-block;
  position: absolute;
}

.c-button--inverse.c-button--cart a::before,
.c-button--inverse.c-button--cart span::before, .c-button--inverse.c-button--cart[type='submit']::before, .c-button--inverse.c-button--cart[type='button']::before, .c-button--inverse.c-button--cart[type='reset']::before, .c-button--inverse.c-button--cart[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -937px;
  width: 28px;
  height: 27px;
  display: inline-block;
  position: absolute;
}

.c-button--inverse.c-button--mail a::before,
.c-button--inverse.c-button--mail span::before, .c-button--inverse.c-button--mail[type='submit']::before, .c-button--inverse.c-button--mail[type='button']::before, .c-button--inverse.c-button--mail[type='reset']::before, .c-button--inverse.c-button--mail[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1242px -1199px;
  width: 18px;
  height: 12px;
  display: inline-block;
  position: absolute;
}

.c-button--disabled a,
.c-button--disabled span, .c-button--disabled[type='submit'], .c-button--disabled[type='button'], .c-button--disabled[type='reset'], .c-button--disabled[href] {
  background-color: #FFFFFF;
  border-color: #505050;
  color: #505050;
}

.c-button--disabled a:hover, .c-button--disabled a:focus, .c-button--disabled a:active,
.c-button--disabled span:hover,
.c-button--disabled span:focus,
.c-button--disabled span:active, .c-button--disabled[type='submit']:hover, .c-button--disabled[type='submit']:focus, .c-button--disabled[type='submit']:active, .c-button--disabled[type='button']:hover, .c-button--disabled[type='button']:focus, .c-button--disabled[type='button']:active, .c-button--disabled[type='reset']:hover, .c-button--disabled[type='reset']:focus, .c-button--disabled[type='reset']:active, .c-button--disabled[href]:hover, .c-button--disabled[href]:focus, .c-button--disabled[href]:active {
  background: #FFFFFF;
  border-color: #505050;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #505050;
  cursor: not-allowed;
}

.c-button--disabled.c-button--cart a::before,
.c-button--disabled.c-button--cart span::before, .c-button--disabled.c-button--cart[type='submit']::before, .c-button--disabled.c-button--cart[type='button']::before, .c-button--disabled.c-button--cart[type='reset']::before, .c-button--disabled.c-button--cart[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -1191px;
  width: 28px;
  height: 27px;
  display: inline-block;
  position: absolute;
}

.c-button--doc a,
.c-button--doc span, .c-button--doc[type='submit'], .c-button--doc[type='button'], .c-button--doc[type='reset'], .c-button--doc[href] {
  padding-left: 50px !important;
}

.c-button--doc a::before,
.c-button--doc span::before, .c-button--doc[type='submit']::before, .c-button--doc[type='button']::before, .c-button--doc[type='reset']::before, .c-button--doc[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1779px -538px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button--zip a,
.c-button--zip span, .c-button--zip[type='submit'], .c-button--zip[type='button'], .c-button--zip[type='reset'], .c-button--zip[href] {
  padding-left: 50px !important;
}

.c-button--zip a::before,
.c-button--zip span::before, .c-button--zip[type='submit']::before, .c-button--zip[type='button']::before, .c-button--zip[type='reset']::before, .c-button--zip[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -174px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button--cart a,
.c-button--cart span, .c-button--cart[type='submit'], .c-button--cart[type='button'], .c-button--cart[type='reset'], .c-button--cart[href] {
  padding-left: 50px !important;
}

.c-button--cart a::before,
.c-button--cart span::before, .c-button--cart[type='submit']::before, .c-button--cart[type='button']::before, .c-button--cart[type='reset']::before, .c-button--cart[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -1318px;
  width: 28px;
  height: 27px;
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button--mail a,
.c-button--mail span, .c-button--mail[type='submit'], .c-button--mail[type='button'], .c-button--mail[type='reset'], .c-button--mail[href] {
  padding-left: 50px !important;
}

.c-button--mail a::before,
.c-button--mail span::before, .c-button--mail[type='submit']::before, .c-button--mail[type='button']::before, .c-button--mail[type='reset']::before, .c-button--mail[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1124px -1199px;
  width: 18px;
  height: 12px;
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button--external a,
.c-button--external span, .c-button--external[type='submit'], .c-button--external[type='button'], .c-button--external[type='reset'], .c-button--external[href] {
  padding-left: 50px !important;
}

.c-button--external a::before,
.c-button--external span::before, .c-button--external[type='submit']::before, .c-button--external[type='button']::before, .c-button--external[type='reset']::before, .c-button--external[href]::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -670px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-steps .c-button--float {
  margin-top: 15px;
  margin-left: 0 !important;
}

.c-steps .c-button--float:last-child {
  margin-bottom: 15px;
}

+ .c-steps .c-button--float {
  margin-left: 0;
}

.c-button + .c-link__meta {
  display: block;
  padding-top: 15px;
}

.c-calc {
  background-color: #083163;
  margin: 40px -2rem 20px;
  padding: 24px 2rem 30px;
  color: #FFFFFF;
}

.c-calc form {
  margin-bottom: 0;
}

.c-calc .c-form h4,
.c-calc .c-form input {
  margin-bottom: 0;
}

.c-calc .c-form input {
  background-color: #E1E6EC;
  width: 100%;
  margin: 0;
  padding: 11px 38px 16px 12px;
  border: none;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3125;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.c-calc .c-form input::-webkit-inner-spin-button {
  display: none;
}

.c-calc .c-form .formLabel {
  margin: 0 17px 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-calc .c-form label {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: .2px;
}

.c-calc .c-form .c-calc__result .formLabel {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.33333;
}

.c-calc .c-form .c-calc__result label {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.33333;
}

.c-calc .c-form .c-calc__result input {
  background-color: transparent;
  width: 100%;
  padding: 0 0 12px;
  border: none;
  color: #FFFFFF;
  font-size: 2.1rem;
  line-height: 1.33333;
  text-align: center;
}

.c-calc .c-form .c-calc__result input, .c-calc .c-form .c-calc__result input:active, .c-calc .c-form .c-calc__result input:focus, .c-calc .c-form .c-calc__result input:hover {
  border-bottom: 2px solid #E1E6EC;
}

.c-calc .c-tooltip svg path {
  fill: #FFFFFF !important;
}

.c-calc .c-tooltip__content {
  width: 210px;
  right: 0;
  left: auto;
}

.c-calc .c-tooltip__content::before {
  right: -1px;
  left: auto;
  -webkit-transform: scaleX(-1) translateY(-17px);
      -ms-transform: scaleX(-1) translateY(-17px);
          transform: scaleX(-1) translateY(-17px);
}

.c-calc__form {
  margin-top: 30px;
}

.c-calc__input {
  background-color: #2E517B;
  margin-bottom: 40px;
  padding: 15px 5px;
  border-radius: 10px;
  position: relative;
}

.c-calc__input::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -2124px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}

.c-calc__input.is-last::after {
  display: none;
}

.c-calc__input--no-operator {
  margin-bottom: 2rem;
}

.c-calc__input--no-operator::before, .c-calc__input--no-operator::after {
  display: none !important;
}

.c-calc__select {
  position: relative;
}

.c-calc__select-heading {
  background-color: #E1E6EC;
  margin-bottom: 0;
  padding: 11px 38px 16px 12px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3125;
  position: relative;
  cursor: pointer;
}

.c-calc__select-heading::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1846px -2000px;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 12px;
}

.c-calc__select-heading.active-control::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-calc__select-list {
  background-color: #E1E6EC;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}

.js-rentenrechner .c-calc__select-list {
  height: 0;
  overflow: hidden;
}

.js-rentenrechner .c-calc__select-list.js-fancy-selects--expanded {
  height: auto;
}

.c-calc__select-item {
  margin-bottom: 0;
  padding: 11px 12px 16px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3125;
}

.c-calc__select-item:hover, .c-calc__select-item:focus, .c-calc__select-item:active {
  background: #6983A1;
  cursor: pointer;
}

.c-calc__select-item::before {
  display: none;
}

.c-calc__result {
  background-color: #2E517B;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.c-calc__result::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -878px;
  width: 20px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, -15px);
      -ms-transform: translate(-50%, -15px);
          transform: translate(-50%, -15px);
}

.c-card {
  background-color: #083163;
  padding: 13px;
  border-radius: 14px;
  display: block;
  -webkit-transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.c-card:active, .c-card:hover, .c-card:focus {
  -webkit-box-shadow: 0 0 0 2px #000000;
          box-shadow: 0 0 0 2px #000000;
  color: #000000;
  text-decoration: none;
}

.c-card:active .c-card__heading, .c-card:hover .c-card__heading, .c-card:focus .c-card__heading {
  color: inherit;
}

.c-card--bg-icon {
  position: relative;
  overflow: hidden;
}

.c-card--bg-icon-versicherte-rentner::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -330px;
  width: 127px;
  height: 178px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.82022);
      -ms-transform: scale(0.82022);
          transform: scale(0.82022);
}

.c-card--bg-icon-verwaltung-gerichte::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -887px -327px;
  width: 177px;
  height: 177px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.82486);
      -ms-transform: scale(0.82486);
          transform: scale(0.82486);
}

.c-card--bg-icon-selbstverwaltung::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -330px -50px;
  width: 179px;
  height: 165px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.81564);
      -ms-transform: scale(0.81564);
          transform: scale(0.81564);
}

.c-card--bg-icon-reha-partner::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -277px -330px;
  width: 147px;
  height: 178px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.82022);
      -ms-transform: scale(0.82022);
          transform: scale(0.82022);
}

.c-card--bg-icon-presse::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -887px -50px;
  width: 177px;
  height: 177px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.82486);
      -ms-transform: scale(0.82486);
          transform: scale(0.82486);
}

.c-card--bg-icon-forschung::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -609px -308px;
  width: 158px;
  height: 178px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.82022);
      -ms-transform: scale(0.82022);
          transform: scale(0.82022);
}

.c-card--bg-icon-arbeitgeber-steuerberater::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -609px -50px;
  width: 178px;
  height: 158px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.82022);
      -ms-transform: scale(0.82022);
          transform: scale(0.82022);
}

.c-card--bg-icon-aerzte::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -608px;
  width: 177px;
  height: 160px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.82486);
      -ms-transform: scale(0.82486);
          transform: scale(0.82486);
}

.c-card--bg-icon:active, .c-card--bg-icon:hover, .c-card--bg-icon:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

.c-card--bg-icon::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -50px;
  width: 180px;
  height: 180px;
  display: inline-block;
  position: absolute;
  opacity: .25;
  right: -33px;
  bottom: -22px;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.c-card--flat {
  padding: 20px 15px 105px;
  border-radius: 0;
}

.c-card--flat.c-card--bg-icon-versicherte-rentner::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -330px;
  width: 127px;
  height: 178px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.8427);
      -ms-transform: scale(0.8427);
          transform: scale(0.8427);
}

.c-card--flat.c-card--bg-icon-verwaltung-gerichte::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -887px -327px;
  width: 177px;
  height: 177px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.84746);
      -ms-transform: scale(0.84746);
          transform: scale(0.84746);
}

.c-card--flat.c-card--bg-icon-selbstverwaltung::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -330px -50px;
  width: 179px;
  height: 165px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.83799);
      -ms-transform: scale(0.83799);
          transform: scale(0.83799);
}

.c-card--flat.c-card--bg-icon-reha-partner::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -277px -330px;
  width: 147px;
  height: 178px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.8427);
      -ms-transform: scale(0.8427);
          transform: scale(0.8427);
}

.c-card--flat.c-card--bg-icon-presse::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -887px -50px;
  width: 177px;
  height: 177px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.84746);
      -ms-transform: scale(0.84746);
          transform: scale(0.84746);
}

.c-card--flat.c-card--bg-icon-forschung::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -609px -308px;
  width: 158px;
  height: 178px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.8427);
      -ms-transform: scale(0.8427);
          transform: scale(0.8427);
}

.c-card--flat.c-card--bg-icon-arbeitgeber-steuerberater::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -609px -50px;
  width: 178px;
  height: 158px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.8427);
      -ms-transform: scale(0.8427);
          transform: scale(0.8427);
}

.c-card--flat.c-card--bg-icon-aerzte::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -608px;
  width: 177px;
  height: 160px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.84746);
      -ms-transform: scale(0.84746);
          transform: scale(0.84746);
}

.c-card--flat::after {
  opacity: .35;
  top: 100px;
  right: 15px;
  bottom: auto;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.c-card--image-inner {
  padding: 20px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-card--image-inner .c-card__text {
  padding-top: 14px;
}

.c-card--image-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-card--image-border .c-card__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.c-card--image-border .c-card__image {
  margin: 0 -13px -13px;
  border-radius: 0 0 14px 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}

.c-card--image-border .c-card__image img {
  width: 100%;
}

.c-card--image-border .c-card__overlay {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 9;
}

.c-card--image-border .c-card__overlay > div {
  position: relative;
}

.c-card--image-border .c-card__overlay canvas {
  width: 100%;
  display: block;
  visibility: hidden;
}

.c-card--image-border .c-card__overlay svg {
  position: absolute;
}

.c-card--green {
  background-color: #FFBF77;
}

.c-card--green .c-card__text > p:not(.more) {
  color: #000000;
}

.c-card--light {
  background-color: #B4C1D0;
}

.c-card--light .c-card__text > p:not(.more) {
  color: #000000;
}

.c-card--inverse {
  background-color: #FFFFFF;
}

.c-card--inverse .c-card__heading {
  color: #083163;
}

.c-card:not(.c-card--light):not(.c-card--green):not(.c-card--inverse) {
  color: #FFFFFF;
}

.c-card:not(.c-card--light):not(.c-card--green):not(.c-card--inverse):active, .c-card:not(.c-card--light):not(.c-card--green):not(.c-card--inverse):focus, .c-card:not(.c-card--light):not(.c-card--green):not(.c-card--inverse):hover {
  color: #FFFFFF;
}

.c-card:not(.c-card--light):not(.c-card--green):not(.c-card--inverse) .c-link--ext::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1200.42px -2124px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
}

.c-card__text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 9;
}

.c-card__heading {
  font-size: 1.8rem;
  line-height: 1.33333;
  letter-spacing: .225px;
}

.c-card__heading.c-link {
  text-decoration: none;
}

.c-card__category, .c-card__provider {
  margin-bottom: 6px;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.33333;
  letter-spacing: .5px;
  display: block;
}

.c-card__provider {
  margin-bottom: 4px;
  padding-left: 18px;
  position: relative;
}

.c-card__provider::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -514px;
  width: 13px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}

.c-card__subheading {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.25;
}

.c-card__subheading span {
  display: block;
}

.c-checklist ul {
  margin-bottom: 0;
}

.c-checklist ul:not(:last-child) {
  margin-bottom: 24px;
}

.c-checklist li {
  padding-left: 36px;
}

.c-checklist li::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -759px;
  width: 20px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-checklist li:not(:last-child) {
  margin-bottom: 20px;
}

.c-checklist li p:last-child {
  margin-bottom: 0;
}

.c-checklist h3 {
  margin-bottom: 5px;
  letter-spacing: .2px;
}

.c-columns h1,
.c-columns h2,
.c-columns h3,
.c-columns h4,
.c-columns h5,
.c-columns h6 {
  margin-bottom: 12px;
}

.c-columns p,
.c-columns ul {
  margin-bottom: 24px;
}

.c-contact-person {
  background: #E1E6EC;
  margin-bottom: 20px;
  padding: 20px 20px 35px;
}

.c-contact-person__textwrapper {
  margin-bottom: 20px;
}

.c-contact-person__list {
  margin-bottom: 0;
}

.c-contact-person__item {
  margin-bottom: 20px;
  padding-left: 0;
}

.c-contact-person__item::before {
  content: none;
}

.c-contact-person__item:last-child {
  margin-bottom: 0;
}

.c-contact-person__link {
  font-weight: 700;
  display: inline-block;
}

.c-contact {
  background: #E1E6EC;
  margin-bottom: 30px;
  padding: 20px 20px 25px;
  clear: both;
}

.c-contact + .c-contact {
  margin-top: 20px;
}

.c-contact__list {
  margin-bottom: 0;
}

.c-contact__item {
  margin-bottom: 20px;
  padding-left: 0;
}

.c-contact__item::before {
  content: none;
}

.c-contact__item:last-child {
  margin-bottom: 0;
}

.c-contact__item :last-child {
  margin-bottom: 0;
}

.c-contact__item span {
  margin-top: 21px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}

.c-contact__item span abbr {
  text-transform: uppercase;
}

.c-contact__link {
  line-height: 1.8 !important;
  position: relative;
}

.contactData {
  margin-left: 10px;
}

.contactData__data,
.contactData__data a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.2rem;
  white-space: nowrap;
}

.c-content-search .c-searchbar__input {
  background-color: #FFFFFF;
}

.c-content-search .c-searchbar__input, .c-content-search .c-searchbar__input:active, .c-content-search .c-searchbar__input:focus, .c-content-search .c-searchbar__input:hover {
  border-color: #FFFFFF;
}

.c-content-search .c-searchbar__submit {
  border: 2px solid #FFFFFF;
}

.c-content-search__form, .c-content-search__results {
  padding: 20px 15px;
}

.c-content-search__form > *:last-child, .c-content-search__results > *:last-child {
  margin-bottom: 0;
}

.c-content-search__form {
  background-color: #083163;
  color: #FFFFFF;
}

.c-content-search__form .c-tooltip svg path {
  fill: #FFFFFF !important;
}

.c-content-search__form .c-form input[type='radio'] + label::before,
.c-content-search__form .c-form input[type='radio'] + .formLabel::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -180px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-content-search__form .c-form input[type='radio']:checked + label::before,
.c-content-search__form .c-form input[type='radio']:checked + .formLabel::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -440px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
}

.c-content-search__input {
  margin-bottom: 30px;
}

.c-content-search__results {
  background-color: #E1E6EC;
}

.c-content-search__results-list {
  margin-bottom: 30px;
}

.c-distributor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
  position: relative;
}

.c-distributor__bubble {
  position: relative;
  z-index: 1;
}

.c-distributor__media {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: -55px;
  position: relative;
}

.c-distributor__breadcrumb {
  position: absolute;
  top: 0;
  max-width: 100%;
}

.c-error {
  margin-bottom: 30px;
  color: #AD0311;
  font-weight: 700;
}

.c-error a, .c-error a:active, .c-error a:focus, .c-error a:hover {
  color: #AD0311;
}

.c-error__list {
  margin-bottom: 0;
}

.c-error__item {
  padding-left: 30px;
}

.c-error__item::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1731px -2000px;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-content-search__form .c-error {
  background: #FFFFFF;
  padding: 5px;
}

.c-facets {
  background-color: #E1E6EC;
}

.l-content > .c-facets:first-child {
  margin-top: -30px;
  margin-bottom: 30px;
}

.c-facets__list {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
}

.c-facets__list::before, .c-facets__list::after {
  content: '';
  display: block;
  position: absolute;
}

.c-facets__list::before {
  border-left: 1px solid #FFFFFF;
  top: 0;
  left: 50%;
  bottom: 50%;
}

.c-facets__list::after {
  border-top: 1px solid #FFFFFF;
  top: 50%;
  left: 0;
  right: 0;
}

.c-facets__action {
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.c-facets__action:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.c-facets__action::before {
  display: none;
}

.c-facets__action--reset a::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -282px;
  width: 13px;
  height: 16px;
  display: inline-block;
  position: absolute;
  margin-left: 20px;
  position: relative;
}

.c-facets__action a {
  height: 54px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-facets__counter {
  background-color: #B4C1D0;
  width: 18px;
  margin-left: 16px;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
}

.c-facets__location {
  margin-bottom: 42px;
}

.c-facets__location label {
  display: block;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
}

.c-facets__location input[type=text] {
  background-color: #E1E6EC;
  padding: 13px 15px 15px;
  height: 55px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  border: none;
  width: 100%;
}

.c-facets__distance {
  margin-bottom: 42px;
}

.c-facets__distance fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.c-facets__distance legend {
  display: block;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 700;
}

.c-facets__distance-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-facets__distance-slider::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #E1E6EC;
  z-index: -2;
}

.c-facets__distance-slider .drv-radio-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.c-facets__distance-slider label,
.c-facets__distance-slider input[type=radio] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-facets__distance-slider input[type=radio] {
  height: auto;
  padding: initial;
}

.c-facets__distance-slider input[type=radio]:not(:checked), .c-facets__distance-slider input[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.c-facets__distance-slider input[type=radio]:not(:checked) + label,
.c-facets__distance-slider input[type=radio]:checked + label {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
  padding-top: 30px;
}

.c-facets__distance-slider input[type=radio]:checked + label {
  font-weight: 700;
}

.c-facets__distance-slider input[type=radio] + label::before {
  content: '';
  position: absolute;
  left: calc(50% - 24px);
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.c-facets__distance-slider input[type=radio]:not(:checked) + label::before {
  border: 4px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-facets__distance-slider input[type=radio]:checked + label::before {
  border: 4px solid #FFFFFF;
  background: #083163;
  -webkit-box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35);
          box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35);
}

.c-facets__distance-slider input[type=radio]:hover + label::before {
  border: 4px solid #FFFFFF;
  background: #6983A1;
  -webkit-box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35);
          box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35);
}

.c-facets__distance-slider input[type=radio]:focus + label::before {
  border: 4px solid #FFFFFF;
  background: #083163;
  -webkit-box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35), 0 0 0 2px #083163;
          box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35), 0 0 0 2px #083163;
}

.c-facets__distance-slider input[type=radio]:checked:hover + label::before {
  border: 4px solid #E1E6EC;
  background: #083163;
  -webkit-box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35);
          box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35);
}

.c-facets__distance-slider input[type=radio]:checked:hover:focus + label::before {
  border: 4px solid #FFFFFF;
  background: #083163;
  -webkit-box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35), 0 0 0 2px #083163;
          box-shadow: 0 2px 8px rgba(8, 49, 99, 0.35), 0 0 0 2px #083163;
}

.c-facets__distance-slider input[type=radio]:checked + label::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 50%;
  width: 100vw;
  height: 4px;
  background-color: #083163;
  z-index: -1;
}

.c-facets__submit input[type=submit] {
  width: 100%;
  padding: 11px 26px 12px;
  background-color: #083163;
  border: 2px solid #083163;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3125;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  position: relative;
}

.c-facets__submit input[type=submit]:active, .c-facets__submit input[type=submit]:focus, .c-facets__submit input[type=submit]:hover {
  background-color: #000000;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0 0 1px 1px #000000;
          box-shadow: 0 0 1px 1px #000000;
  text-decoration: none;
}

.js-on .c-fancyboxes.js-fancy-selects select {
  display: none;
}

.c-fancyboxes--white .c-fancyboxes__select-heading {
  background: #FFFFFF;
}

.c-fancyboxes--white .c-fancyboxes__select-list {
  background: #FFFFFF;
}

.c-fancyboxes form {
  margin-bottom: 0;
}

.c-fancyboxes .c-form h4,
.c-fancyboxes .c-form input {
  margin-bottom: 0;
}

.c-fancyboxes .c-form input {
  background-color: #E1E6EC;
  width: 100%;
  margin-bottom: 0;
  padding: 11px 38px 16px 12px;
  border: none;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3125;
}

.c-fancyboxes .c-form .formLabel {
  margin: 0 17px 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-fancyboxes .c-form label {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: .2px;
}

.c-fancyboxes .c-form .c-fancyboxes__result .formLabel {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.33333;
}

.c-fancyboxes .c-form .c-fancyboxes__result label {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.33333;
}

.c-fancyboxes .c-form .c-fancyboxes__result input {
  background-color: transparent;
  width: 100%;
  padding: 0 0 12px;
  border: none;
  color: #FFFFFF;
  font-size: 2.1rem;
  line-height: 1.33333;
  text-align: center;
}

.c-fancyboxes .c-form .c-fancyboxes__result input, .c-fancyboxes .c-form .c-fancyboxes__result input:active, .c-fancyboxes .c-form .c-fancyboxes__result input:focus, .c-fancyboxes .c-form .c-fancyboxes__result input:hover {
  border-bottom: 2px solid #E1E6EC;
}

.c-fancyboxes__form {
  margin-top: 30px;
}

.c-fancyboxes__form .column:not(:last-child) .c-fancyboxes__input {
  position: relative;
}

.c-fancyboxes__form .column:not(:last-child) .c-fancyboxes__input::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -2124px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}

.c-fancyboxes__input {
  background-color: #2E517B;
  margin-bottom: 40px;
  padding: 15px 5px;
  border-radius: 10px;
}

.c-fancyboxes__select {
  position: relative;
}

.c-fancyboxes__select-heading {
  background-color: #E1E6EC;
  margin-bottom: 15px;
  padding: 11px 38px 16px 12px;
  border: 1px solid transparent;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.3125;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.c-fancyboxes__select-heading::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1846px -2000px;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 12px;
}

.c-fancyboxes__select-heading.active-control {
  border-color: #6983A1 #6983A1 transparent;
}

.c-fancyboxes__select-heading.active-control::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-fancyboxes__select-list {
  background-color: #E1E6EC;
  border: 1px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}

.js-fancy-selects .c-fancyboxes__select-list {
  height: 0;
  overflow: hidden;
}

.js-fancy-selects .c-fancyboxes__select-list.js-fancy-selects--expanded {
  height: auto;
  max-height: 200px;
  border-color: transparent #6983A1 #6983A1;
  overflow-y: auto;
  z-index: 10;
}

.c-fancyboxes__select-item {
  margin-bottom: 0;
  padding: 11px 12px 16px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3125;
}

.c-fancyboxes__select-item:hover, .c-fancyboxes__select-item:focus, .c-fancyboxes__select-item:active, .c-fancyboxes__select-item[aria-selected=true] {
  background: #6983A1;
  cursor: pointer;
}

.c-fancyboxes__select-item::before {
  display: none;
}

.c-fancyboxes__result {
  background-color: #2E517B;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.c-fancyboxes__result::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -878px;
  width: 20px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, -15px);
      -ms-transform: translate(-50%, -15px);
          transform: translate(-50%, -15px);
}

.c-content-search__form .c-fancyboxes__select-item:hover, .c-content-search__form .c-fancyboxes__select-item:focus, .c-content-search__form .c-fancyboxes__select-item:active, .c-content-search__form .c-fancyboxes__select-item[aria-selected=true] {
  background: #E1E6EC;
  cursor: pointer;
}

.c-feature-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
  min-height: 48px;
}

.c-feature-list-item::before {
  content: none;
}

.c-feature-list-item__icon-container {
  display: inline-block;
  padding: 12px;
  position: absolute;
  width: 48px;
  text-align: center;
}

.c-feature-list-item__icon-container:before {
  border-radius: 50%;
  background-color: #FFE5CA;
  padding: 12px;
  position: absolute;
  height: 48px;
  width: 48px;
  content: "";
  z-index: -1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}

.c-feature-list-item__text-container {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: inline-block;
  padding: 0 24px 0 72px;
}

.c-feature-list-item__text-container > p {
  margin-bottom: 0;
}

.c-feature-list-item__count {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

.c-feature-list__list {
  margin-bottom: 8px;
}

.c-feedback {
  margin-top: 30px;
}

.c-feedback fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.c-feedback input {
  width: 100%;
}

.c-feedback__form {
  margin-bottom: 0;
}

.c-feedback__heading {
  margin-bottom: 20px;
}

.c-feedback__controls {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.c-feedback__button {
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  display: block !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-feedback__button.active-control,
.c-feedback__button.active-control + .c-feedback__button {
  background-color: #FFFFFF;
  border-color: #A0A0A0;
  color: #A0A0A0;
}

.c-feedback__button.active-control::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1500px -2000px;
  width: 16px;
  height: 14px;
  display: inline-block;
  position: absolute;
  margin-right: 8px;
  position: relative;
}

.c-feedback__form-group {
  background-color: #E1E6EC;
  margin-top: 30px;
  padding: 10px 15px;
}

.c-feedback__form-heading:last-child {
  margin-bottom: 0 !important;
}

.c-feedback__form-heading > em:last-child {
  margin-bottom: 0;
}

.c-form .c-feedback__form-heading.formLabel {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.33333;
}

.c-feedback__success {
  padding: 20px 30px;
}

.c-feedback__success :last-child {
  margin-bottom: 0;
}

.c-feedback.c-form textarea {
  background-color: #FFFFFF;
  margin-bottom: 0;
}

.c-filter-list__facets {
  position: relative;
}

.c-filter-list__facets > * {
  position: relative;
}

.c-filter-list__facets::before {
  content: '';
  background-color: #E1E6EC;
  width: 144em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-filter-list__button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 19px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
  text-align: center;
  letter-spacing: .2px;
  cursor: pointer;
}

.c-filter-list__results {
  margin-bottom: 25px;
}

.c-filter-result {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.c-filter-result--active {
  position: relative;
}

.c-filter-result--active > * {
  position: relative;
}

.c-filter-result--active::before {
  content: '';
  background-color: #FFBF77;
  width: 144em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-filter-result:not(.c-filter-result--active) {
  border-bottom: 1px solid #B4C1D0;
}

.c-filter-result__date > p {
  background-color: #083163;
  min-width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-filter-result__start, .c-filter-result__end {
  text-align: center;
}

.c-filter-result__end {
  padding-left: 20px;
  position: relative;
}

.c-filter-result__end::before {
  content: '\002D';
  font-weight: 700;
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-filter-result__day, .c-filter-result__month {
  display: block;
}

.c-filter-result__day {
  font-size: 2.1rem;
  line-height: 1.33333;
  letter-spacing: .3px;
}

.c-filter-result__month {
  margin-top: -4px;
  font-size: 1.2rem;
  line-height: 1.33333;
  text-transform: uppercase;
}

.c-filter-result__heading small {
  margin-bottom: 10px;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: .5px;
  display: block;
}

.c-filter-result__heading a {
  display: block;
}

.c-filter-result__provider {
  background: #FFFFFF;
  margin-bottom: 5px;
  padding: 5px 5px 5px 30px;
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
}

.c-filter-result__provider::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -514px;
  width: 13px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-filter-result__meta {
  margin-top: 20px;
  margin-bottom: 0;
}

.c-filter-result__meta li {
  margin-bottom: 0;
}

.c-filter-result__meta li:not(:last-child) {
  margin-bottom: 17px;
}

.c-filter-result__time, .c-filter-result__location {
  padding-left: 30px;
  position: relative;
}

.c-filter-result__time::before, .c-filter-result__location::before {
  top: 12px;
  left: 0;
}

.c-filter-result__time::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1660.76px -1628px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
}

.c-filter-result__location::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -1344px;
  width: 16px;
  height: 20px;
  display: inline-block;
  position: absolute;
}

.c-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.c-form fieldset + fieldset {
  margin-top: 10px;
}

.c-form fieldset .formHandle {
  margin-top: 0;
}

.c-form .formFieldGroup {
  display: grid;
  grid-template-columns: auto repeat(19, 1fr);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
}

.c-form .formFieldGroup > label {
  grid-column-start: 1 !important;
  grid-row-start: 1;
}

.c-form .formFieldGroup .formLegend {
  display: contents;
}

.c-form .formFieldGroup .formLegend > label {
  grid-column-start: 1 !important;
  grid-row-start: 1;
}

.c-form .formFieldGroup .formLegend > a {
  position: absolute;
}

.c-form .formFieldGroup .c-tooltip {
  grid-row-start: 1;
}

.c-form .formFieldGroup .formField {
  grid-column: span 20/ span 20;
  grid-column-start: 1;
  grid-row-start: 3;
}

.c-form .formFieldGroup .formError {
  grid-column: span 20 / span 20;
  grid-row-start: 2;
}

.c-form h1,
.c-form h2,
.c-form h3,
.c-form h4,
.c-form h5,
.c-form h6 {
  margin-bottom: 20px;
}

.c-form label,
.c-form .formLabel,
.c-form .formError,
.c-form .js-clientsidevalidation-errmsg {
  margin-bottom: 7px;
  font-size: 1.2rem;
  line-height: 1.33333;
  display: block;
  position: relative;
}

.c-form .js-clientsidevalidation-errmsg {
  display: none;
}

.c-form .js-clientsidevalidation-errmsg[aria-hidden=false] {
  display: block;
}

.c-form label,
.c-form .formLabel {
  font-weight: 700;
  letter-spacing: .5px;
}

.c-form label + .formError,
.c-form .formLabel + .formError {
  margin-top: -7px;
}

.c-form .formLabel--spacing {
  margin-bottom: 14px;
}

.c-form .formError,
.c-form .js-clientsidevalidation-errmsg[aria-hidden=false] {
  color: #AD0311;
  font-weight: 400;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.c-form .formError + input,
.c-form .formError + select,
.c-form .formError + textarea,
.c-form .formError ~ .c-fancyboxes__select .c-fancyboxes__select-heading,
.c-form .js-clientsidevalidation-errmsg[aria-hidden=false] + input,
.c-form .js-clientsidevalidation-errmsg[aria-hidden=false] + select,
.c-form .js-clientsidevalidation-errmsg[aria-hidden=false] + textarea,
.c-form .js-clientsidevalidation-errmsg[aria-hidden=false] ~ .c-fancyboxes__select .c-fancyboxes__select-heading {
  background-color: #F7E5E6;
  -webkit-box-shadow: inset 0 0 0 2px #AD0311;
          box-shadow: inset 0 0 0 2px #AD0311;
}

.c-form input,
.c-form select,
.c-form textarea {
  background-color: #E1E6EC;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 12px 17px;
  border: none;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: .2px;
}

.c-form input::-webkit-input-placeholder, .c-form select::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder {
  color: #505050;
  font-style: normal;
}

.c-form input::-moz-placeholder, .c-form select::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #505050;
  font-style: normal;
}

.c-form input:-ms-input-placeholder, .c-form select:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder {
  color: #505050;
  font-style: normal;
}

.c-form input::-ms-input-placeholder, .c-form select::-ms-input-placeholder, .c-form textarea::-ms-input-placeholder {
  color: #505050;
  font-style: normal;
}

.c-form input::placeholder,
.c-form select::placeholder,
.c-form textarea::placeholder {
  color: #505050;
  font-style: normal;
}

.c-form input[type='checkbox'], .c-form input[type='radio'] {
  width: 0;
  opacity: 0;
  position: absolute;
}

.c-form input[type='checkbox'] + label,
.c-form input[type='checkbox'] + .formLabel, .c-form input[type='radio'] + label,
.c-form input[type='radio'] + .formLabel {
  margin-bottom: 20px;
  padding-left: 38px;
  padding-right: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: .2px;
  position: relative;
}

.c-form input[type='checkbox'] + label::before,
.c-form input[type='checkbox'] + .formLabel::before, .c-form input[type='radio'] + label::before,
.c-form input[type='radio'] + .formLabel::before {
  cursor: pointer;
}

.c-form input[type='checkbox']:focus + label,
.c-form input[type='checkbox']:focus + .formLabel, .c-form input[type='radio']:focus + label,
.c-form input[type='radio']:focus + .formLabel {
  text-decoration: underline;
}

.c-form input[type='checkbox'] + label::before,
.c-form input[type='checkbox'] + .formLabel::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -809px;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-form input[type='checkbox']:checked + label::before,
.c-form input[type='checkbox']:checked + .formLabel::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -178px -1500px;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
}

.c-form input[type='radio'] + label::before,
.c-form input[type='radio'] + .formLabel::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-form input[type='radio']:checked + label::before,
.c-form input[type='radio']:checked + .formLabel::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -310px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
}

.c-form input[type='range'] {
  background-color: transparent;
  width: 100%;
  margin-top: 12px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-form input[type='range']::-webkit-slider-thumb {
  background-color: #FFFFFF;
  width: 12px;
  height: 24px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 50%;
  -webkit-appearance: none;
          appearance: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-form input[type='range']::-moz-range-thumb {
  background-color: #FFFFFF;
  width: 12px;
  height: 24px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
}

.c-form input[type='range']::-ms-thumb {
  background-color: #FFFFFF;
  width: 12px;
  height: 24px;
  border-radius: 4px;
  box-shadow: none;
}

.c-form input[type='range']::-webkit-slider-runnable-track {
  background-color: #E1E6EC;
  width: 100%;
  height: 12px;
}

.c-form input[type='range']::-moz-range-track {
  background-color: #E1E6EC;
  width: 100%;
  height: 12px;
}

.c-form input[type='range']::-ms-track {
  background-color: #E1E6EC;
  width: 100%;
  height: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  border: transparent;
  color: transparent;
  cursor: pointer;
  overflow: visible;
}

.c-form input[type='range']::-ms-fill-lower, .c-form input[type='range']::-ms-fill-upper {
  background-color: transparent;
}

.c-form textarea {
  resize: none;
}

.c-form .formHandle {
  margin-top: 30px;
}

.c-form .formHandle .c-button:only-child {
  width: auto;
}

.c-form .col2 .formField {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-form .col2 .formField > span {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.c-form .col3 .formField {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-form .col3 .formField > span {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.c-shoppingcart input:invalid {
  background-color: #F7E5E6;
  -webkit-box-shadow: inset 0 0 0 2px #AD0311;
          box-shadow: inset 0 0 0 2px #AD0311;
}

.c-content-search__form .formError {
  background-color: #FFFFFF;
  padding: 5px;
}

.c-formpackage-container.c-formpackage-container {
  margin-top: 40px;
}

.c-formpackage-container .c-fancyboxes__select {
  margin-bottom: 40px;
}

.c-full-link {
  position: relative;
}

.c-full-link__link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-full-link__link.c-full-link__link {
  position: absolute;
  z-index: 1;
}

.c-full-link__link:hover .c-full-link__main-link,
.c-full-link__link:hover * .c-full-link__main-link,
.c-full-link__link:hover ~ .c-full-link__main-link,
.c-full-link__link:hover ~ * .c-full-link__main-link, .c-full-link__link:focus .c-full-link__main-link,
.c-full-link__link:focus * .c-full-link__main-link,
.c-full-link__link:focus ~ .c-full-link__main-link,
.c-full-link__link:focus ~ * .c-full-link__main-link, .c-full-link__link:active .c-full-link__main-link,
.c-full-link__link:active * .c-full-link__main-link,
.c-full-link__link:active ~ .c-full-link__main-link,
.c-full-link__link:active ~ * .c-full-link__main-link {
  color: #000000;
  text-decoration: underline;
}

.s-inverse .c-full-link__link:hover .c-full-link__main-link,
.s-inverse .c-full-link__link:hover * .c-full-link__main-link,
.s-inverse .c-full-link__link:hover ~ .c-full-link__main-link,
.s-inverse .c-full-link__link:hover ~ * .c-full-link__main-link, .s-inverse .c-full-link__link:focus .c-full-link__main-link,
.s-inverse .c-full-link__link:focus * .c-full-link__main-link,
.s-inverse .c-full-link__link:focus ~ .c-full-link__main-link,
.s-inverse .c-full-link__link:focus ~ * .c-full-link__main-link, .s-inverse .c-full-link__link:active .c-full-link__main-link,
.s-inverse .c-full-link__link:active * .c-full-link__main-link,
.s-inverse .c-full-link__link:active ~ .c-full-link__main-link,
.s-inverse .c-full-link__link:active ~ * .c-full-link__main-link {
  color: #FFFFFF;
}

.c-full-link__main-link {
  pointer-events: none;
}

.s-info-tile .c-full-link__link {
  outline: solid 2px transparent;
  -webkit-transition: outline-color 0.6s ease-in-out;
  transition: outline-color 0.6s ease-in-out;
}

.s-info-tile .c-full-link__link:hover, .s-info-tile .c-full-link__link:active, .s-info-tile .c-full-link__link:focus {
  outline-color: #000000;
}

.s-info-tile .c-full-link__link:hover + .c-info-tile__headline, .s-info-tile .c-full-link__link:active + .c-info-tile__headline, .s-info-tile .c-full-link__link:focus + .c-info-tile__headline {
  color: #000000;
}

.c-full-link a,
.c-full-link abbr,
.c-full-link acronym,
.c-full-link dfn {
  position: relative;
  z-index: 2;
}

.c-glossaryindex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1rem 44px;
}

.c-glossaryindex__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.5rem;
      -ms-flex: 0 0 4.5rem;
          flex: 0 0 4.5rem;
  margin-bottom: 16px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-glossaryindex__item::before {
  display: none !important;
}

.c-glossaryindex__link, .c-glossaryindex__active, .c-glossaryindex__inactive {
  border-radius: 4px;
  display: block;
  font-size: 2.1rem;
  letter-spacing: .2px;
  line-height: 2.14286;
  text-align: center;
  width: 45px;
}

.c-glossaryindex__link {
  background: #083163;
  color: #FFFFFF;
}

.c-glossaryindex__link:active, .c-glossaryindex__link:focus, .c-glossaryindex__link:hover {
  color: #000000;
  background: #FFBF77;
  text-decoration: underline;
}

.c-glossaryindex__active {
  color: #000000;
  background: #FFBF77;
}

.c-glossaryindex__inactive {
  color: #000000;
  background: #E1E6EC;
}

.c-highlight {
  background-color: #E1E6EC;
  padding: 10px 15px 20px;
  clear: both;
}

p + .c-highlight {
  margin-top: 20px;
}

.c-highlight + * {
  margin-top: 30px;
}

.c-highlight a {
  font-weight: bold;
  text-decoration: underline;
}

.c-highlight a:active, .c-highlight a:focus, .c-highlight a:hover {
  text-decoration: none;
}

.c-infobox .c-highlight {
  margin: 0 0 17px;
  padding: 0 0 18px;
  border-bottom: 2px solid #B4C1D0;
}

.c-image-columns__image {
  margin-bottom: 30px;
}

.c-image-text-teaser {
  margin-bottom: 30px;
}

.c-image {
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 9;
}

.c-image img {
  display: block;
}

.c-image__source {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  border-radius: 3px 0 0;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.33333;
  letter-spacing: .5px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-info-tile-grid {
  margin-top: -40px;
}

.c-info-tile-grid__item {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-info-tile {
  width: 100%;
  padding: 16px;
  border: solid 2px #E1E6EC;
  overflow: hidden;
}

.c-info-tile__headline {
  margin-bottom: 16px;
  padding-right: 36px;
}

.c-info-tile__video {
  max-width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  display: block;
  position: relative;
}

.c-info-tile__video::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1164px -820px;
  width: 74px;
  height: 74px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-info-tile__video.c-info-tile__video:last-child {
  margin-bottom: -16px;
}

.c-info-tile__video:hover::before, .c-info-tile__video:active::before, .c-info-tile__video:focus::before {
  opacity: .5;
}

.c-info-tile--linked .c-info-tile__headline {
  color: #083163;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}

.c-info-tile--linked .c-info-tile__video:nth-last-child(2) {
  margin-bottom: -16px;
}

.c-info-tile--linked .c-info-tile__video + .c-info-tile__link-container {
  margin-top: 32px;
}

.c-info-tile--linked-int::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -1042px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 16px;
}

.c-info-tile--linked-ext::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -422px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 16px;
}

.c-info-tile--address {
  position: relative;
}

.c-info-tile--address::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -1224px;
  width: 16px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 16px;
}

.c-info-tile--address > address {
  margin-bottom: 24px;
  font-style: normal;
}

.c-info-tile--contact {
  position: relative;
}

.c-info-tile--contact::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1903px -298px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 16px;
}

.c-info-tile--form {
  position: relative;
}

.c-info-tile--form::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -1876px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 16px;
}

.c-info-tile--alert {
  background: #94001E;
  border-color: #94001E;
  position: relative;
}

.c-info-tile--alert * {
  color: #FFFFFF;
}

.c-info-tile--alert.c-info-tile--linked .c-info-tile__headline.c-info-tile__headline {
  color: #FFFFFF;
}

.c-info-tile--alert::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -1662px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 16px;
}

.c-info-tile--highlight {
  background: #E1E6EC;
  position: relative;
}

.c-info-tile--highlight::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -672px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 16px;
}

.c-info-tile > *:last-child {
  margin-bottom: 0;
}

.c-info-tile > *:last-child *:last-child {
  margin-bottom: 0;
}

.c-info-tile .picture {
  max-width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

.c-info-tile .picture:last-child {
  margin-bottom: -16px;
}

.c-infobox {
  margin-bottom: 30px;
}

.c-infobox p:last-child {
  margin-bottom: 0;
}

.c-infobox form {
  margin-bottom: 0;
}

.c-infobox form:not(:first-child) {
  margin-top: 40px;
}

.c-infobox form:not(:last-child) {
  margin-bottom: 40px;
}

.c-infobox input,
.c-infobox select,
.c-infobox textarea {
  background-color: #FFFFFF;
}

.c-infobox input::-webkit-input-placeholder, .c-infobox select::-webkit-input-placeholder, .c-infobox textarea::-webkit-input-placeholder {
  color: #000000;
}

.c-infobox input::-moz-placeholder, .c-infobox select::-moz-placeholder, .c-infobox textarea::-moz-placeholder {
  color: #000000;
}

.c-infobox input:-ms-input-placeholder, .c-infobox select:-ms-input-placeholder, .c-infobox textarea:-ms-input-placeholder {
  color: #000000;
}

.c-infobox input::-ms-input-placeholder, .c-infobox select::-ms-input-placeholder, .c-infobox textarea::-ms-input-placeholder {
  color: #000000;
}

.c-infobox input::placeholder,
.c-infobox select::placeholder,
.c-infobox textarea::placeholder {
  color: #000000;
}

.c-infobox .c-button {
  width: auto;
}

.c-infobox .RichTextIntLink,
.c-infobox .RichTextExtLink,
.c-infobox .c-link {
  margin-bottom: 17px;
  padding-left: 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #B4C1D0;
  font-weight: 700;
  line-height: 1.3125;
  text-decoration: none;
  display: block;
  position: relative;
}

.c-infobox .RichTextIntLink:hover, .c-infobox .RichTextIntLink:focus, .c-infobox .RichTextIntLink:active,
.c-infobox .RichTextExtLink:hover,
.c-infobox .RichTextExtLink:focus,
.c-infobox .RichTextExtLink:active,
.c-infobox .c-link:hover,
.c-infobox .c-link:focus,
.c-infobox .c-link:active {
  color: #000000;
  text-decoration: underline;
}

.c-infobox .RichTextIntLink::after,
.c-infobox .RichTextExtLink::after,
.c-infobox .c-link::after {
  margin-left: 0;
  position: absolute;
  top: 4px;
  left: auto;
  right: 0;
}

.c-infobox .RichTextIntLink::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -627px -2124px;
  width: 16px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-left: 0;
  position: absolute;
  top: 4px;
  left: auto;
  right: 0;
}

.c-infobox__heading {
  background-color: #083163;
  margin-bottom: 0;
  padding: 12px 55px 12px 15px;
  color: #FFFFFF;
  letter-spacing: .2px;
  position: relative;
}

.c-infobox__heading--info::after, .c-infobox__heading--online::after, .c-infobox__heading--phone::after, .c-infobox__heading--mail::after, .c-infobox__heading--contact::after, .c-infobox__heading--newsletter::after {
  content: '';
  display: block;
  top: 50%;
  right: 17px;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.c-infobox__heading--info::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -511px -2124px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) scale(1.33333);
      -ms-transform: translateY(-50%) scale(1.33333);
          transform: translateY(-50%) scale(1.33333);
}

.c-infobox__heading--online::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -743px -2124px;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) scale(1.33333);
      -ms-transform: translateY(-50%) scale(1.33333);
          transform: translateY(-50%) scale(1.33333);
}

.c-infobox__heading--phone::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1412.76px -1628px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) scale(0.91667);
      -ms-transform: translateY(-50%) scale(0.91667);
          transform: translateY(-50%) scale(0.91667);
}

.c-infobox__heading--mail::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1124px -1199px;
  width: 18px;
  height: 12px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) scale(1.27778);
      -ms-transform: translateY(-50%) scale(1.27778);
          transform: translateY(-50%) scale(1.27778);
}

.c-infobox__heading--contact::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1779px -50px;
  width: 24px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-infobox__heading--newsletter::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1369px -1240px;
  width: 34px;
  height: 12px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-infobox__content {
  background-color: #E1E6EC;
  padding: 20px 15px 25px;
}

.c-infobox__content > *:last-child {
  margin-bottom: 0;
}

.c-infobox--contact p {
  margin-bottom: 12px;
}

.c-infobox--contact p:last-child {
  margin-bottom: 0;
}

.c-infobox--contact .c-link {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-infobox--contact .c-link::after {
  right: auto;
  left: 0;
}

.c-infobox--contact .c-link.c-link--reverse.c-link--mail::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.c-infobox--contact .c-link.c-link--reverse.c-link--phone::after {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-intro__bubble-wrapper {
  position: relative;
  z-index: 1;
}

.c-intro__main-bubble {
  margin-left: -2rem;
  z-index: -1;
}

.c-intro__secondary-bubble {
  margin-top: -50px;
  margin-right: -2rem;
  position: relative;
  z-index: 1;
}

.c-intro__copy {
  margin-top: 10px;
}

.c-intro__breadcrumb {
  margin-bottom: 15px;
}

.c-intro--has-secondary-bubble .c-intro__main-bubble .c-klinik-bubble__content {
  padding-bottom: 50px;
}

.c-joboffer-list-item {
  padding-left: 0;
  margin-bottom: 24px;
}

.c-joboffer-list-item::before {
  content: none;
}

.c-joboffer-list-item__link {
  display: block;
  border-bottom: 2px solid #B4C1D0;
}

.c-joboffer-list-item__link:hover, .c-joboffer-list-item__link:focus, .c-joboffer-list-item__link:active {
  border-color: rgba(0, 0, 0, 0.9);
  color: #000000;
  text-decoration: none;
}

.c-joboffer-list-item__link:hover .c-joboffer-list-item__title::before, .c-joboffer-list-item__link:focus .c-joboffer-list-item__title::before, .c-joboffer-list-item__link:active .c-joboffer-list-item__title::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -1166px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list-item__headline {
  margin-bottom: 20px;
}

.c-joboffer-list-item__title {
  display: block;
  position: relative;
  padding-right: 32px;
}

.c-joboffer-list-item__title::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -1042px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.c-joboffer-list-item__location, .c-joboffer-list-item__deadline {
  position: relative;
  padding-left: 32px;
  color: #000000;
}

.c-joboffer-list-item__location::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1043px -1628px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-joboffer-list-item__deadline::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1903px -1166px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-joboffer-list-item__deadline-wrapper {
  margin-bottom: 12px;
}

.c-joboffer-list-item--external .c-joboffer-list-item__link:hover .c-joboffer-list-item__title::before, .c-joboffer-list-item--external .c-joboffer-list-item__link:focus .c-joboffer-list-item__title::before, .c-joboffer-list-item--external .c-joboffer-list-item__link:active .c-joboffer-list-item__title::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -546px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list-item--external .c-joboffer-list-item__title::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -422px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list--search .c-joboffer-list-item__link {
  padding: 20px 20px 0 20px;
}

.c-joboffer-list__headline {
  display: inline-block;
  margin-right: 20px;
}

.c-joboffer-list__toggle-container {
  text-align: center;
  margin-top: -6px;
  margin-bottom: 20px;
}

.c-joboffer-list__button {
  position: relative;
  padding: 11px 22px 12px 44px;
  border-radius: 8px;
  color: #083163;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid transparent;
  cursor: pointer;
}

.c-joboffer-list__button:hover, .c-joboffer-list__button:focus, .c-joboffer-list__button:active {
  background-color: #083163;
  border-color: #083163;
  -webkit-box-shadow: 0 0 1px 1px #000000;
          box-shadow: 0 0 1px 1px #000000;
  color: #FFFFFF;
}

.c-joboffer-list__button:hover.c-joboffer-list__button--list::before, .c-joboffer-list__button:focus.c-joboffer-list__button--list::before, .c-joboffer-list__button:active.c-joboffer-list__button--list::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -546px -2000px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list__button:hover.c-joboffer-list__button--map::before, .c-joboffer-list__button:focus.c-joboffer-list__button--map::before, .c-joboffer-list__button:active.c-joboffer-list__button--map::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -796px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list__button::before {
  top: 9px;
  left: 13px;
}

.c-joboffer-list__button.js-joboffer-button--active {
  border-color: #000000;
  color: #000000;
}

.c-joboffer-list__button.js-joboffer-button--active:hover, .c-joboffer-list__button.js-joboffer-button--active:focus, .c-joboffer-list__button.js-joboffer-button--active:active {
  background-color: #FFFFFF;
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
  cursor: auto;
}

.c-joboffer-list__button.js-joboffer-button--active.c-joboffer-list__button--list::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -298px -2000px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list__button.js-joboffer-button--active.c-joboffer-list__button--map::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -1292px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list__button--list::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -174px -2000px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list__button--map {
  margin-left: 8px;
}

.c-joboffer-list__button--map::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -1416px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list__list {
  margin-bottom: 32px;
  clear: both;
}

.c-joboffer-list__list-header.c-joboffer-list__list-header {
  margin: 0;
}

.c-joboffer-list__list-header-item {
  margin-bottom: 0;
  padding: 20px;
  background-color: #083163;
  color: #FFFFFF;
  font-size: 1.6rem;
}

.c-joboffer-list__map.c-map__canvas {
  height: 440px;
}

.c-joboffer-list__map .leaflet-popup-content a {
  color: #072B57;
  font-size: 1.8rem;
  text-decoration: underline;
}

.c-joboffer-list__map .leaflet-popup-content a:after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -1042px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list__map .leaflet-popup-content a:hover, .c-joboffer-list__map .leaflet-popup-content a:focus, .c-joboffer-list__map .leaflet-popup-content a:active {
  border-color: rgba(0, 0, 0, 0.9);
  color: #000000;
  text-decoration: none;
}

.c-joboffer-list__map .leaflet-popup-content a:hover:after, .c-joboffer-list__map .leaflet-popup-content a:focus:after, .c-joboffer-list__map .leaflet-popup-content a:active:after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -1166px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-joboffer-list .js-joboffer-list--hidden,
.c-joboffer-list .js-joboffer-map--hidden {
  display: none;
}

.c-klinik-bubble {
  padding-bottom: 24px;
  position: relative;
}

.c-klinik-bubble::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -702px -1199px;
  width: 58px;
  height: 24px;
  display: inline-block;
  position: absolute;
  opacity: 0.95;
  left: 0;
  bottom: 1px;
}

.c-klinik-bubble__content {
  padding: 30px 35px 30px 20px;
  position: relative;
}

.c-klinik-bubble__content::before {
  content: '';
  background: #FFBF77;
  border-radius: 48px 48px 48px 0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.c-klinik-bubble__content > *:last-child,
.c-klinik-bubble__content > *:last-child *:last-child {
  margin-bottom: 0;
}

.c-klinik-bubble--flip::before {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-klinik-bubble--flip .c-klinik-bubble__content {
  padding-left: 35px;
  padding-right: 20px;
}

.c-klinik-bubble--flip .c-klinik-bubble__content::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-klinik-bubble--secondary::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -544px -1199px;
  width: 58px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-klinik-bubble--secondary .c-klinik-bubble__content::before {
  background: #E1E6EC;
}

.c-klinik-bubble--small .c-klinik-bubble__content p,
.c-klinik-bubble--small .c-klinik-bubble__content li {
  font-size: 1.6rem;
}

.c-klinik-bubble p,
.c-klinik-bubble li {
  font-size: 1.8rem;
}

.c-klinik-bubble p:not(:last-child),
.c-klinik-bubble ul:not(:last-child) {
  margin-bottom: 30px;
}

.c-lang-select {
  background-color: #FFFFFF;
  width: 200px;
  height: auto;
  margin: 18px 0 0;
  padding: 30px 20px 20px;
  border: 1px solid #B4C1D0;
  border-radius: 0 10px 10px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  overflow: visible;
}

.c-lang-select--mobile {
  background: transparent;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  position: static;
}

.c-lang-select--mobile .c-lang-select__link::before {
  background: #FFFFFF;
}

.c-lang-select::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -860px -1199px;
  width: 34px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: -1px;
}

.c-lang-select__close {
  width: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.c-lang-select__list {
  margin: 0;
}

.c-lang-select__item {
  margin: 0;
  padding: 0;
}

.c-lang-select__item::before {
  content: none;
}

.c-lang-select__item:not(:last-child) {
  margin-bottom: 20px;
}

.c-lang-select__link {
  padding-left: 50px;
  color: #083163 !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
}

.c-lang-select__link::before {
  content: attr(lang);
  background: #E1E6EC;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  color: #083163;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link {
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}

.c-link:hover, .c-link:focus, .c-link:active {
  color: #000000;
  text-decoration: none;
}

.c-link--int {
  text-decoration: none;
}

.c-link--int:hover, .c-link--int:focus, .c-link--int:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--int::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -627px -2124px;
  width: 16px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--ext {
  text-decoration: none;
}

.c-link--ext:hover, .c-link--ext:focus, .c-link--ext:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--ext::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1314.42px -2124px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--doc {
  text-decoration: none;
}

.c-link--doc:hover, .c-link--doc:focus, .c-link--doc:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--doc::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -804px -1500px;
  width: 20px;
  height: 25px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--fax {
  text-decoration: none;
}

.c-link--fax:hover, .c-link--fax:focus, .c-link--fax:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--fax::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -50px;
  width: 24px;
  height: 25px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--download {
  text-decoration: none;
}

.c-link--download:hover, .c-link--download:focus, .c-link--download:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--download::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -166px;
  width: 12px;
  height: 16px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--phone {
  text-decoration: none;
}

.c-link--phone:hover, .c-link--phone:focus, .c-link--phone:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--phone::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -1044px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--mail {
  text-decoration: none;
}

.c-link--mail:hover, .c-link--mail:focus, .c-link--mail:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--mail::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1282px -1500px;
  width: 24px;
  height: 16px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--consulting {
  text-decoration: none;
}

.c-link--consulting:hover, .c-link--consulting:focus, .c-link--consulting:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--consulting::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -306px -1500px;
  width: 24px;
  height: 27px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--contact {
  text-decoration: none;
}

.c-link--contact:hover, .c-link--contact:focus, .c-link--contact:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--contact::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1779px -170px;
  width: 24px;
  height: 20px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--geo {
  text-decoration: none;
}

.c-link--geo:hover, .c-link--geo:focus, .c-link--geo:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--geo::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1139px -2000px;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--shoppingcart {
  text-decoration: none;
}

.c-link--shoppingcart:hover, .c-link--shoppingcart:focus, .c-link--shoppingcart:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--shoppingcart::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -937px;
  width: 28px;
  height: 27px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-link--back {
  text-decoration: none;
}

.c-link--back:hover, .c-link--back:focus, .c-link--back:active {
  color: #000000;
  text-decoration: underline;
}

.c-link--back::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -627px -2124px;
  width: 16px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-right: 6px;
  position: relative;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-link--inverse, .c-link--inverse:active, .c-link--inverse:focus, .c-link--inverse:hover,
.s-inverse .c-link,
.s-inverse .c-link:active,
.s-inverse .c-link:focus,
.s-inverse .c-link:hover {
  color: #FFFFFF;
}

.c-link--inverse.c-link--int::after,
.s-inverse .c-link.c-link--int::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -630px -2242px;
  width: 13.97px;
  height: 13px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--ext::after,
.s-inverse .c-link.c-link--ext::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1200.42px -2124px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--doc::after,
.s-inverse .c-link.c-link--doc::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1037px -1500px;
  width: 20px;
  height: 25px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--fax::after,
.s-inverse .c-link.c-link--fax::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -175px;
  width: 24px;
  height: 25px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--download::after,
.s-inverse .c-link.c-link--download::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -398px;
  width: 12px;
  height: 16px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--phone::after,
.s-inverse .c-link.c-link--phone::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1412.76px -1628px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--mail::after,
.s-inverse .c-link.c-link--mail::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1530px -1500px;
  width: 24px;
  height: 16px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--consulting::after,
.s-inverse .c-link.c-link--consulting::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -430px -1500px;
  width: 24px;
  height: 27px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--contact::after,
.s-inverse .c-link.c-link--contact::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1779px -786px;
  width: 24px;
  height: 20px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--geo::after,
.s-inverse .c-link.c-link--geo::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1016px -2000px;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--inverse.c-link--shoppingcart::after,
.s-inverse .c-link.c-link--shoppingcart::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -1318px;
  width: 28px;
  height: 27px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-link--reverse {
  padding-right: 0;
}

.c-link--reverse.c-link--int::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--ext::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--doc::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--fax::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--download::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--phone::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--mail::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--consulting::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--contact::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--geo::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse.c-link--shoppingcart::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link--reverse::after {
  margin-left: 0;
  top: 11.5px;
  left: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.c-link--reverse.c-link {
  padding-left: 38px;
}

.c-link--reverse.c-link--phone::after {
  top: 14.5px;
}

.c-link--reverse.c-link--consulting::after {
  top: 10px;
}

.c-link--reverse.c-link--phone::after {
  -webkit-transform: translateY(-50%) scale(0.75);
      -ms-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
}

.c-link--reverse.c-link--fax::after {
  top: 12px;
}

.c-link--phone {
  padding-top: 3px;
  padding-bottom: 3px;
}

.c-link--border {
  border-bottom: 2px solid #B4C1D0;
}

.c-link--facebook, .c-link--twitter, .c-link--youtube, .c-link--instagram, .c-link--xing, .c-link--mastodon, .c-link--share {
  width: 100%;
  min-width: 50px;
  padding-top: 58px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  color: transparent !important;
  -webkit-transition: border ease-in-out .6s;
  transition: border ease-in-out .6s;
}

.c-link--facebook:hover, .c-link--facebook:focus, .c-link--facebook:active, .c-link--twitter:hover, .c-link--twitter:focus, .c-link--twitter:active, .c-link--youtube:hover, .c-link--youtube:focus, .c-link--youtube:active, .c-link--instagram:hover, .c-link--instagram:focus, .c-link--instagram:active, .c-link--xing:hover, .c-link--xing:focus, .c-link--xing:active, .c-link--mastodon:hover, .c-link--mastodon:focus, .c-link--mastodon:active, .c-link--share:hover, .c-link--share:focus, .c-link--share:active {
  color: #FFFFFF;
  text-decoration: underline;
}

.c-link--facebook::before, .c-link--twitter::before, .c-link--youtube::before, .c-link--instagram::before, .c-link--xing::before, .c-link--mastodon::before, .c-link--share::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-link--facebook::after, .c-link--twitter::after, .c-link--youtube::after, .c-link--instagram::after, .c-link--xing::after, .c-link--mastodon::after, .c-link--share::after {
  content: '';
  background: none;
  background-color: #FFFFFF;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
  max-width: 54px;
  max-height: 54px;
  min-height: 54px;
  min-width: 54px;
  margin: 0;
}

.c-link--facebook::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1786px -1752px;
  width: 11px;
  height: 23px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(1.6);
      -ms-transform: translateX(-50%) scale(1.6);
          transform: translateX(-50%) scale(1.6);
  top: unset;
  bottom: -3px;
}

.c-link--instagram::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -920px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-link--youtube::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -286px;
  width: 22px;
  height: 15px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
      -ms-transform: translate(-50%, -50%) scale(1.4);
          transform: translate(-50%, -50%) scale(1.4);
}

.c-link--mastodon::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1167px -1628px;
  width: 22.88px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-link--xing::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1535px -1876px;
  width: 21px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-link--share::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1903px -50px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-link--share:hover, .c-link--share:focus, .c-link--share:active {
  color: #000000;
}

.c-link__topline {
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .5px;
  display: block;
}

.c-link__region {
  padding-left: 22px;
  position: relative;
}

.c-link__region::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -514px;
  width: 13px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link__meta {
  margin-top: 8px;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: .5px;
  display: block;
}

.c-link__tag {
  background-color: #B4C1D0;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-footer .c-link {
  font-weight: 400;
}

.s-footer .c-link--int::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2027px -1166px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.s-footer .c-link--mail::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1406px -1500px;
  width: 24px;
  height: 16px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.75) translateY(-50%);
      -ms-transform: scale(0.75) translateY(-50%);
          transform: scale(0.75) translateY(-50%);
}

.s-footer .c-link--phone::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -298px -1876px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.s-footer li .c-link--int {
  padding-right: 50px;
  display: block;
}

.s-footer li .c-link--int::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(0.75);
      -ms-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
}

span.c-link,
strong.c-link {
  cursor: auto;
}

span.c-link:hover, span.c-link:focus, span.c-link:active,
strong.c-link:hover,
strong.c-link:focus,
strong.c-link:active {
  text-decoration: none;
}

h2 + .c-links {
  margin-top: -23px;
}

.c-links strong {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.c-links .c-button {
  margin-top: 16px;
}

.c-links .c-button--collapse {
  display: none;
}

.c-links__heading {
  margin-top: 3.2rem;
  margin-bottom: 0;
}

.c-links--narrow .c-links__list {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-links--narrow .c-links__item {
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.c-links--expanded .c-button--expand {
  display: none;
}

.c-links--expanded .c-button--collapse {
  display: block;
}

.c-links--expanded .c-links__item {
  display: block !important;
}

.c-links__list {
  margin-bottom: 0;
}

.c-links__item {
  margin-bottom: 0;
  padding-left: 0;
}

.c-links__item::before {
  display: none;
}

.c-links__link {
  height: 100%;
  padding: 16px 40px 16px 0;
  display: block;
  position: relative;
}

.c-links__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-links__link--has-topline.c-link {
  padding-top: 0;
}

.c-links__link--soldout {
  font-weight: inherit;
  cursor: auto;
}

.c-links__link--soldout::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -1064px;
  width: 28px;
  height: 27px;
  display: inline-block;
  position: absolute;
}

.c-links__link--soldout:hover::after, .c-links__link--soldout:focus::after, .c-links__link--soldout:active::after {
  right: 0 !important;
}

.c-links__link.c-link {
  text-decoration: none;
  -webkit-transition: border-color 0.6s ease-in-out, color 0.6s ease-in-out;
  transition: border-color 0.6s ease-in-out, color 0.6s ease-in-out;
}

.c-links__link.c-link:hover, .c-links__link.c-link:focus, .c-links__link.c-link:active {
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

.c-links__link.c-link:hover::after, .c-links__link.c-link:focus::after, .c-links__link.c-link:active::after {
  right: 10px;
}

.c-links__link.c-link::after {
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
}

.c-links__link.c-link--ext::after {
  -webkit-transform: translateY(-50%) scale(1.14286);
      -ms-transform: translateY(-50%) scale(1.14286);
          transform: translateY(-50%) scale(1.14286);
}

.c-links--marginbottom {
  margin-bottom: 12px;
}

strong.c-links__link.c-link--border {
  border-color: #000000;
}

strong.c-links__link::after {
  right: 10px;
  color: #000000;
  text-decoration: none;
}

.c-map-result {
  margin-bottom: 16px;
  border-bottom: 2px solid #B4C1D0;
}

.c-map-result p {
  line-height: 2;
}

.c-map-result__heading {
  margin-bottom: 20px;
}

.c-map-result__subheading {
  text-decoration: none;
}

.c-map-result__subheading,
.c-map-result__subheading a {
  color: #000000;
}

.c-map-result__subheading:hover, .c-map-result__subheading:focus, .c-map-result__subheading:active {
  text-decoration: underline;
}

.c-map-result__data {
  margin-bottom: 20px;
}

.c-map-result__data li {
  margin-bottom: 10px;
  line-height: 1.4375;
}

.c-map-result__hours, .c-map-result__distance, .c-map-result__slots {
  padding-left: 28px;
}

.c-map-result__hours::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1660.76px -1628px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
}

.c-map-result__distance::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -1344px;
  width: 16px;
  height: 20px;
  display: inline-block;
  position: absolute;
}

.c-map-result__slots::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -1583px;
  width: 17px;
  height: 19px;
  display: inline-block;
  position: absolute;
}

.c-map-result__item {
  padding-left: 0;
}

.c-map-result__item::before {
  content: none;
}

.c-map-result__button:last-child {
  margin-bottom: 15px;
}

.c-map-result__button a {
  text-align: center;
  border-color: #B4C1D0;
  background: transparent;
}

.c-map-result__button a:hover, .c-map-result__button a:active, .c-map-result__button a:focus {
  background: #FFFFFF;
}

.c-map-result__more {
  margin-top: 21px;
  margin-bottom: 0;
}

.c-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse wrap;
      -ms-flex-flow: column-reverse wrap;
          flex-flow: column-reverse wrap;
}

.c-map form {
  margin-bottom: 0;
}

.c-map fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.c-map .c-content-search__heading {
  margin-bottom: 25px;
}

.c-map__formwrapper {
  position: relative;
  z-index: 401;
  margin-top: -40px;
}

.c-map__input {
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-map__search {
  position: relative;
  z-index: 9;
}

.c-map__search input[type='checkbox'] + label::before,
.c-map__search input[type='checkbox'] + .formLabel::before {
  background: #FFFFFF;
}

.c-map__search input[type='checkbox']:checked + label::before,
.c-map__search input[type='checkbox']:checked + .formLabel::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -50px -1500px;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
}

.c-map__canvas {
  width: 100%;
  height: 320px;
}

.c-map-marker {
  padding: 7px 7px 14px;
  text-align: center;
}

.c-map-marker img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-map-marker-count {
  background: #FFFFFF;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 15px;
  display: inline-block;
  font-weight: 700;
}

.c-map .leaflet-popup-content a {
  color: #072B57;
  font-size: 1.8rem;
}

.c-map .leaflet-popup-content a::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -627px -2124px;
  width: 16px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  position: relative;
}

.c-map .leaflet-popup {
  margin-bottom: 35px;
}

.c-map .leaflet-popup-close-button,
.c-map .leaflet-popup-tip-container {
  display: none;
}

.c-map .leaflet-top.leaflet-left {
  width: 144rem;
  font-size: inherit;
  position: static;
}

.c-map .leaflet-control {
  z-index: 400;
}

.c-map .leaflet-control-zoom {
  border: none;
  float: none;
  position: absolute;
  left: 20px;
}

.c-map .leaflet-control-zoom.leaflet-control-zoom {
  margin: 0;
  bottom: 60px;
}

.c-map--search .leaflet-control-zoom {
  left: auto;
  right: 2rem;
  bottom: 85px;
}

.c-map .leaflet-control-zoom-in,
.c-map .leaflet-control-zoom-out {
  background: #072B57;
  border: none;
  border-radius: 5px !important;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
}

.c-map .leaflet-control-zoom-in {
  margin-bottom: 5px;
}

.s-arrival .c-map__canvas {
  height: 140px;
}

.s-arrival .c-map .leaflet-control-zoom.leaflet-control-zoom {
  right: 20px;
  bottom: 20px;
  left: auto;
}

.c-media-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-media-gallery .caption,
.c-media-gallery .source {
  padding-top: 10px;
  font-size: 1.3rem;
  line-height: 1.30769;
  color: #505050;
  letter-spacing: .5px;
  display: block;
  position: relative;
}

.c-media-gallery .slick-list {
  max-width: 100%;
}

.c-media-gallery .slick-dots {
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-media-gallery .navigation {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  position: relative;
  padding: 0 1rem;
}

.c-mobile-facets li::before {
  display: none;
}

.c-mobile-facets .mm-navbar {
  height: 54px;
  padding-right: 0;
  text-align: left;
}

.c-mobile-facets .mm-navbar .mm-btn {
  width: 34px;
  height: 54px;
}

.c-mobile-facets .mm-navbar .mm-title {
  height: 100%;
  padding: 0;
  color: #083163;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3125;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-mobile-facets .mm-panel:first-child, .c-mobile-facets .mm-panel#fm-panel__filter, .c-mobile-facets .mm-panel#fm-panel__sort {
  padding-top: 10px;
}

.c-mobile-facets .mm-panel:first-child .mm-navbar, .c-mobile-facets .mm-panel#fm-panel__filter .mm-navbar, .c-mobile-facets .mm-panel#fm-panel__sort .mm-navbar {
  display: none;
}

.c-mobile-facets .mm-panel:not(:first-child) {
  padding-top: 74px;
}

.c-mobile-facets .mm-panel .mm-navbar {
  padding-left: 44px;
  border-bottom: 2px solid #B4C1D0;
}

.c-mobile-facets .mm-listview > li > a,
.c-mobile-facets .mm-listview > li > span {
  padding: 20px 54px 20px 20px;
  color: #083163;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3125;
}

.c-mobile-facets .mm-listview > li:not(.mm-divider)::after {
  border-bottom: 2px solid #B4C1D0;
  left: 0;
}

.c-mobile-facets .mm-prev::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -857.94px -2242px;
  width: 13.97px;
  height: 13px;
  display: inline-block;
  position: absolute;
  border: none;
  left: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-mobile-facets .mm-next::after,
.c-mobile-facets .mm-arrow::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -857.94px -2242px;
  width: 13.97px;
  height: 13px;
  display: inline-block;
  position: absolute;
  border: none;
  right: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.c-mobile-facets__header {
  background-color: #E1E6EC;
  height: 54px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-mobile-facets__header h1 {
  margin-bottom: 0;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.33333;
}

.c-mobile-facets__close-btn {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-mobile-facets li.c-mobile-facets__item--facet::after, .c-mobile-facets li.c-mobile-facets__item--reset::after {
  display: none;
}

.c-mobile-facets li.c-mobile-facets__item--facet > a,
.c-mobile-facets li.c-mobile-facets__item--facet > span,
.c-mobile-facets li.c-mobile-facets__item--facet > strong, .c-mobile-facets li.c-mobile-facets__item--reset > a,
.c-mobile-facets li.c-mobile-facets__item--reset > span,
.c-mobile-facets li.c-mobile-facets__item--reset > strong {
  padding-top: 10px;
  padding-left: 54px;
  padding-bottom: 10px;
  color: #000000;
  font-weight: normal;
  letter-spacing: .2px;
}

.c-mobile-facets li.c-mobile-facets__item--facet > strong, .c-mobile-facets li.c-mobile-facets__item--reset > strong {
  width: 100%;
  display: block;
}

.c-mobile-facets li.c-mobile-facets__item--facet > a span:last-child:not(:first-child)::before,
.c-mobile-facets li.c-mobile-facets__item--facet > strong span:last-child:not(:first-child)::before {
  content: '\0028';
}

.c-mobile-facets li.c-mobile-facets__item--facet > a span:last-child:not(:first-child)::after,
.c-mobile-facets li.c-mobile-facets__item--facet > strong span:last-child:not(:first-child)::after {
  content: '\0029';
}

.c-mobile-facets li.c-mobile-facets__item--facet > a::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: scale(0.8) translateY(-50%);
      -ms-transform: scale(0.8) translateY(-50%);
          transform: scale(0.8) translateY(-50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.c-mobile-facets li.c-mobile-facets__item--facet > strong::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -310px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: scale(0.8) translateY(-50%);
      -ms-transform: scale(0.8) translateY(-50%);
          transform: scale(0.8) translateY(-50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.c-mobile-facets li.c-mobile-facets__item--reset > a,
.c-mobile-facets li.c-mobile-facets__item--reset > span {
  font-weight: bold;
}

.c-mobile-facets li.c-mobile-facets__item--reset > a::before,
.c-mobile-facets li.c-mobile-facets__item--reset > span::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -972.14px -2124px;
  width: 14.14px;
  height: 14.14px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-mobile-facets li.c-mobile-facets__item--reset > span {
  opacity: 0.33333;
}

.c-mobile-facets li.c-mobile-facets__item--reset > span::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1086.28px -2124px;
  width: 14.14px;
  height: 14.14px;
  display: inline-block;
  position: absolute;
}

.js-mobile-nav__hidden {
  height: 0 !important;
}

.js-mobile-nav__visible {
  margin-top: -10px;
}

.c-mobile-nav {
  background: #E1E6EC;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
}

.c-mobile-nav__toggle-button {
  width: 65px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 5px;
  padding-bottom: 5px;
  right: 0;
  cursor: pointer;
}

.c-mobile-nav__toggle-button-image {
  width: 25px;
  height: 19px;
}

.c-mobile-nav__toggle-button .c-mobile-nav__toggle-button-image--burger {
  display: block;
}

.c-mobile-nav__toggle-button .c-mobile-nav__toggle-button-image--close {
  display: none;
}

.c-mobile-nav__toggle-button.is-opened {
  background: #E1E6EC;
  border-top-left-radius: 8px;
}

.c-mobile-nav__toggle-button.is-opened .c-mobile-nav__toggle-button-image--burger {
  display: none;
}

.c-mobile-nav__toggle-button.is-opened .c-mobile-nav__toggle-button-image--close {
  display: block;
}

.c-mobile-nav__list {
  margin: 0;
  padding: 15px 20px;
  list-style: none;
}

.c-mobile-nav__list--animate {
  background: #E1E6EC;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  visibility: hidden;
}

.c-mobile-nav__list--animate.is-visible {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  visibility: visible;
}

.c-mobile-nav__list--animate.is-invisible {
  -webkit-transition: visibility 0.6s linear, -webkit-transform 0.6s linear;
  transition: visibility 0.6s linear, -webkit-transform 0.6s linear;
  transition: transform 0.6s linear, visibility 0.6s linear;
  transition: transform 0.6s linear, visibility 0.6s linear, -webkit-transform 0.6s linear;
}

.c-mobile-nav__item {
  padding-left: 0;
  list-style: none;
  position: static;
}

.c-mobile-nav__item::before {
  display: none;
}

.c-mobile-nav__item:not(:last-child) {
  margin: 0;
}

.c-mobile-nav__item--level1 > .c-mobile-nav__button,
.c-mobile-nav__item--level1 > .c-mobile-nav__link {
  border-bottom: 2px solid #B4C1D0;
  -webkit-transition: color 0.6s ease-in-out, border 0.6s ease-in-out;
  transition: color 0.6s ease-in-out, border 0.6s ease-in-out;
}

.c-mobile-nav__item--level1 > .c-mobile-nav__button:hover, .c-mobile-nav__item--level1 > .c-mobile-nav__button:focus, .c-mobile-nav__item--level1 > .c-mobile-nav__button:active,
.c-mobile-nav__item--level1 > .c-mobile-nav__link:hover,
.c-mobile-nav__item--level1 > .c-mobile-nav__link:focus,
.c-mobile-nav__item--level1 > .c-mobile-nav__link:active {
  border-bottom-color: #000000;
  color: #000000;
  text-decoration: none;
}

.c-mobile-nav__item > strong {
  text-decoration: underline;
  display: block;
  cursor: pointer;
  color: #004F80;
}

.c-mobile-nav__headline {
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 700;
  display: block;
}

.c-mobile-nav__subline {
  margin-bottom: 15px;
  font-size: 1.2rem;
  display: block;
}

.c-mobile-nav__button, .c-mobile-nav__link {
  width: 100%;
  padding: 15px 0;
  color: #004F80;
  font-weight: bold;
  line-height: inherit;
  text-align: left;
  display: block;
}

.navServiceOnlineServices .c-mobile-nav__button.hasIcon svg, .navServiceOnlineServices .c-mobile-nav__link.hasIcon svg {
  width: 22px;
  height: auto;
  margin-right: 10px;
}

.navServiceOnlineServices .c-mobile-nav__button.hasIcon::before, .navServiceOnlineServices .c-mobile-nav__link.hasIcon::before {
  content: none;
}

.c-mobile-nav__button.hasIcon, .c-mobile-nav__link.hasIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-mobile-nav__button {
  cursor: pointer;
}

.c-mobile-nav__button:active, .c-mobile-nav__button:focus, .c-mobile-nav__button:hover {
  text-decoration: underline;
}

.c-mobile-nav__button--back {
  margin-top: -15px;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.c-mobile-nav__button--back::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -627px -2124px;
  width: 16px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-mobile-nav__button--back::after {
  content: '';
  background: #B4C1D0;
  height: 2px;
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 0;
}

.c-mobile-nav__item--blue:first-child .c-mobile-nav__link {
  border-radius: 5px;
  margin-bottom: 20px;
}

.c-mobile-nav__link--white {
  background: #FFFFFF;
  min-height: 7.5rem;
  margin-bottom: 15px;
  padding: 15px !important;
  border-radius: 8px;
}

.c-mobile-nav__link--blue, .c-mobile-nav__item--blue > strong {
  background: #B4C1D0;
  padding: 15px !important;
  border-bottom: 2px solid #E1E6EC;
}

.c-mobile-nav__item--firstblue .c-mobile-nav__link--blue {
  border-radius: 8px 8px 0 0;
}

.c-mobile-nav__item--lastblue .c-mobile-nav__link--blue {
  margin-bottom: 30px;
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.c-mobile-nav__link--icon {
  position: relative;
  padding-right: 26px;
  border-bottom: 2px solid #B4C1D0;
}

.c-mobile-nav__link--icon::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -627px -2124px;
  width: 16px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 0;
}

.c-mobile-nav .navServiceOnlineServices {
  margin: 30px 0 15px;
}

.c-mobile-nav .navServiceOnlineServices > button,
.c-mobile-nav .navServiceOnlineServices > a {
  background: #072B57;
  padding: 15px;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
}

.c-mobile-nav .navServiceOnlineServices > button:hover, .c-mobile-nav .navServiceOnlineServices > button:focus, .c-mobile-nav .navServiceOnlineServices > button:active,
.c-mobile-nav .navServiceOnlineServices > a:hover,
.c-mobile-nav .navServiceOnlineServices > a:focus,
.c-mobile-nav .navServiceOnlineServices > a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

.c-mobile-nav .navServiceOnlineServices > button::before,
.c-mobile-nav .navServiceOnlineServices > a::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -168px -2124px;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  position: relative;
  top: 2px;
  right: 5px;
}

.c-mobile-nav .navServiceSuche > button,
.c-mobile-nav .navServiceSuche > a,
.c-mobile-nav .navServiceSprache > button,
.c-mobile-nav .navServiceSprache > a,
.c-mobile-nav .navServiceLS > button,
.c-mobile-nav .navServiceLS > a,
.c-mobile-nav .navServiceGS > button,
.c-mobile-nav .navServiceGS > a {
  color: #000000;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}

.c-mobile-nav .navServiceSuche > button::before, .c-mobile-nav .navServiceSuche > button::after,
.c-mobile-nav .navServiceSuche > a::before,
.c-mobile-nav .navServiceSuche > a::after,
.c-mobile-nav .navServiceSprache > button::before,
.c-mobile-nav .navServiceSprache > button::after,
.c-mobile-nav .navServiceSprache > a::before,
.c-mobile-nav .navServiceSprache > a::after,
.c-mobile-nav .navServiceLS > button::before,
.c-mobile-nav .navServiceLS > button::after,
.c-mobile-nav .navServiceLS > a::before,
.c-mobile-nav .navServiceLS > a::after,
.c-mobile-nav .navServiceGS > button::before,
.c-mobile-nav .navServiceGS > button::after,
.c-mobile-nav .navServiceGS > a::before,
.c-mobile-nav .navServiceGS > a::after {
  -webkit-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
}

.c-mobile-nav .navServiceSuche > button::before,
.c-mobile-nav .navServiceSuche > a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  border-radius: 8px;
  z-index: -1;
}

.c-mobile-nav .navServiceSuche > button:hover::before, .c-mobile-nav .navServiceSuche > button:active::before, .c-mobile-nav .navServiceSuche > button:focus::before,
.c-mobile-nav .navServiceSuche > a:hover::before,
.c-mobile-nav .navServiceSuche > a:active::before,
.c-mobile-nav .navServiceSuche > a:focus::before {
  background: #B4C1D0;
}

.c-mobile-nav .navServiceSprache > button::after,
.c-mobile-nav .navServiceSprache > a::after,
.c-mobile-nav .navServiceLS > button::after,
.c-mobile-nav .navServiceLS > a::after,
.c-mobile-nav .navServiceGS > button::after,
.c-mobile-nav .navServiceGS > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  border-radius: 8px;
  z-index: -1;
}

.c-mobile-nav .navServiceSprache > button:hover::after, .c-mobile-nav .navServiceSprache > button:active::after, .c-mobile-nav .navServiceSprache > button:focus::after,
.c-mobile-nav .navServiceSprache > a:hover::after,
.c-mobile-nav .navServiceSprache > a:active::after,
.c-mobile-nav .navServiceSprache > a:focus::after,
.c-mobile-nav .navServiceLS > button:hover::after,
.c-mobile-nav .navServiceLS > button:active::after,
.c-mobile-nav .navServiceLS > button:focus::after,
.c-mobile-nav .navServiceLS > a:hover::after,
.c-mobile-nav .navServiceLS > a:active::after,
.c-mobile-nav .navServiceLS > a:focus::after,
.c-mobile-nav .navServiceGS > button:hover::after,
.c-mobile-nav .navServiceGS > button:active::after,
.c-mobile-nav .navServiceGS > button:focus::after,
.c-mobile-nav .navServiceGS > a:hover::after,
.c-mobile-nav .navServiceGS > a:active::after,
.c-mobile-nav .navServiceGS > a:focus::after {
  background: #B4C1D0;
}

.c-mobile-nav .navServiceSuche > button,
.c-mobile-nav .navServiceSuche > a {
  padding-left: 23px;
  position: relative;
}

.c-mobile-nav .navServiceSuche > button::after,
.c-mobile-nav .navServiceSuche > a::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -282px -2242px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
}

.c-mobile-nav .navServiceSprache > button,
.c-mobile-nav .navServiceSprache > a {
  position: relative;
  padding-left: 23px;
}

.c-mobile-nav .navServiceSprache > button::before,
.c-mobile-nav .navServiceSprache > a::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -628px;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
}

.c-mobile-nav .navServiceLS > button,
.c-mobile-nav .navServiceLS > a {
  position: relative;
  padding-left: 24px;
}

.c-mobile-nav .navServiceLS > button::before,
.c-mobile-nav .navServiceLS > a::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -1939px;
  width: 14px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
}

.c-mobile-nav .navServiceGS > button,
.c-mobile-nav .navServiceGS > a {
  position: relative;
  padding-left: 26px;
}

.c-mobile-nav .navServiceGS > button::before,
.c-mobile-nav .navServiceGS > a::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -522px;
  width: 16px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
}

.c-nav-meta {
  display: none;
}

.c-nav-module ul {
  margin-bottom: 0;
}

.c-nav-module__column {
  margin-top: 2px;
  margin-bottom: 0;
}

.c-nav-module__column::before {
  content: none;
}

.c-nav-module__column:first-child {
  margin-top: 0;
}

.c-nav-module__column:first-child .c-nav-module__link {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.c-nav-module__column:last-child .c-nav-module__link {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.c-nav-module__link {
  background: #B4C1D0;
  height: 100%;
  padding: 10px;
  display: block;
  color: #072B57;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-nav-overlay {
  display: none;
}

body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}

.c-nav-primary {
  display: none;
}

.c-nav-toggle .c-page-header__stage {
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
}

.c-nav-toggle .c-page-header__heading {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.c-nav-toggle .c-page-header__text {
  padding: 0 2rem;
}

.c-nav-toggle .toggleEntry {
  max-width: 123.6em;
  padding-bottom: 5px;
}

.c-nav-toggle h1.heading {
  padding-left: 2rem;
  padding-right: 2rem;
}

.js-on .c-nav-toggle .richtext-accordion h1.heading:before {
  top: calc(50% - 5px);
  right: 10px;
  background-color: #083163;
  border-radius: 5px;
  padding: 20px;
}

.js-on .c-nav-toggle .richtext-accordion h1.heading:after {
  top: calc(50% - 5px);
  right: 22px;
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1616px -2000px;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-on .c-nav-toggle .richtext-accordion h1.heading.active-control:before {
  top: calc(50% - 5px);
  right: 10px;
  background-color: #083163;
  border-radius: 5px;
  padding: 20px;
}

.js-on .c-nav-toggle .richtext-accordion h1.heading.active-control:after {
  top: calc(50% - 5px);
  right: 22px;
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1616px -2000px;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.c-nav-toggle .c-links__list {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px 0;
}

.c-nav-toggle .tabs-container > div {
  background-color: #E1E6EC;
  padding-bottom: 0 !important;
}

.c-nav-toggle .c-links__item {
  padding: 0 0 10px;
}

.c-nav-toggle .c-links__item .c-links__link {
  display: block;
  min-height: calc((21/16) * 1.6rem * 2 + 10px + 16px);
  background: #083163;
  border-radius: 8px;
  padding: 10px 16px 12px;
  color: #FFFFFF;
  line-height: calc(21/16);
  font-size: 1.6rem;
  font-weight: bold;
}

.c-nav-toggle .c-links__item .c-links__link:hover, .c-nav-toggle .c-links__item .c-links__link:focus, .c-nav-toggle .c-links__item .c-links__link:active {
  color: #FFFFFF;
}

.c-nav-toggle .c-links__item .c-links__link:focus {
  border: #000000 2px solid;
  text-decoration: underline;
}

.c-nav-toggle .c-links__item .c-links__link:after {
  background: unset;
}

.c-navindex {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-navindex:not(:last-child) {
  margin-bottom: 80px;
}

.c-navindex .button {
  background-color: #FFFFFF;
  min-width: 50px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #B4C1D0;
  border-radius: 10px;
  line-height: 50px;
  display: block;
  overflow: hidden;
  -webkit-transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
}

.c-navindex .button svg {
  display: block;
}

.c-navindex .button[href] {
  background-color: #083163;
  border-color: #083163;
}

.c-navindex .button[href]:active, .c-navindex .button[href]:focus, .c-navindex .button[href]:hover {
  background-color: #000000;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0 0 1px 1px #000000;
          box-shadow: 0 0 1px 1px #000000;
  color: #FFFFFF;
  text-decoration: none;
}

.c-navindex .button[href]:active svg .bg, .c-navindex .button[href]:focus svg .bg, .c-navindex .button[href]:hover svg .bg {
  fill: #000000 !important;
}

.c-navindex .button:not([href]) path {
  fill: #FFFFFF;
}

.c-navindex .button:not([href]) path:last-child {
  fill: #A0A0A0;
}

.c-navindex .button.back {
  margin-right: 30px;
  padding: 0;
}

.c-navindex .button.back svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-navindex .button.forward {
  margin-left: 30px;
  padding: 0;
}

.c-navindex ul {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-navindex li {
  margin-bottom: 0;
  padding-left: 0;
}

.c-navindex li::before {
  display: none;
}

.c-navindex strong,
.c-navindex .page {
  width: 18px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 1.8rem;
  line-height: 1.38889;
  text-align: center;
  letter-spacing: .2px;
  display: block;
}

.c-navindex strong {
  border-bottom: 2px solid #083163;
  position: relative;
}

.c-navindex .page {
  border-bottom: 2px solid transparent;
}

.c-navindex .page:active, .c-navindex .page:focus, .c-navindex .page:hover {
  border-color: #083163;
  font-weight: 700;
  text-decoration: none;
}

.c-page-header-slider {
  position: relative;
  overflow: hidden;
}

.c-page-header-slider::before {
  content: '';
  width: 100%;
  height: 60%;
  top: -2px;
  background: #FFBF77;
  z-index: -1;
  position: absolute;
}

.c-page-header-slider__track {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 1;
}

.c-page-header-slider__track::before {
  content: '';
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 40%;
  z-index: 0;
  bottom: 0;
}

.c-page-header-slider__track::after {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(65% - 2px);
  background: #FFBF77;
  top: 0;
  z-index: -1;
}

.c-page-header-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  display: none;
}

.c-page-header-slider__slide:first-child {
  display: block !important;
}

.was-init .c-page-header-slider__slide {
  display: block;
}

.c-page-header-slider__slide *:not([style*="#fff"]) {
  fill: #FFBF77 !important;
}

.c-page-header-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  bottom: 0;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.c-page-header-slider__dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}

.c-page-header-slider__dots li::before {
  content: none;
}

.c-page-header-slider__dots li button {
  border: 2px solid #083163;
  border-radius: 4px;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
}

.c-page-header-slider__dots li button.is-active {
  background-color: #083163;
}

.c-page-header-slider__navigation {
  display: none;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 24px 20px 16px;
}

.was-init .c-page-header-slider__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-page-header-slider__play {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  cursor: pointer;
}

.c-page-header-slider__play.pause img {
  content: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/slide-pause.svg?__blob=normal&v=1);
}

.c-page-header-slider__prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
}

.c-page-header-slider__next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  cursor: pointer;
}

.c-page-header-slider .c-page-header {
  background-color: transparent;
}

.c-page-header {
  background-color: #FFBF77;
  min-height: 165px;
}

.c-page-header__stage {
  max-width: 123.6em;
  margin-left: 1rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
}

.c-page-header__heading, .c-page-header__text, .c-page-header__media {
  width: 100%;
  min-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-page-header__heading > *:last-child, .c-page-header__text > *:last-child {
  margin-bottom: 0;
}

.c-page-header__link {
  margin-bottom: 16px;
  letter-spacing: .2px;
}

.c-page-header__heading {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 15px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-page-header__text {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.c-page-header__text + .c-page-header__media {
  margin-bottom: 5px;
}

.c-page-header__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.c-page-header__media::after {
  content: '';
  background: #FFFFFF;
  width: 100vw;
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-page-header__media-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

.c-page-header__media-wrapper--video:hover::before, .c-page-header__media-wrapper--video:focus::before, .c-page-header__media-wrapper--video:active::before {
  opacity: .7;
}

.c-page-header__media-wrapper--video::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1164px -820px;
  width: 74px;
  height: 74px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-page-header__media-wrapper svg {
  width: 100%;
}

.c-page-header__media-wrapper,
.c-page-header__media-wrapper > * {
  position: relative;
  z-index: 9;
}

.c-page-header__media-wrapper img {
  width: 100%;
  padding: 1px;
  display: block;
}

.c-page-header__media-text {
  margin: 0;
  padding-left: 40px;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  z-index: 99;
}

.c-page-header__media-meta {
  padding-left: 5px;
  color: inherit;
  font-weight: 400;
}

.c-page-header__overlay {
  height: auto;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-page-header__bubble {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 12px;
  position: relative;
}

.c-page-header__bubble::after {
  content: '';
  background: #FFFFFF;
  margin-left: -1rem;
  margin-right: -1rem;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-page-header__bubble-wrapper {
  background: #FFBF77;
  max-width: 230px;
  min-height: 42px;
  margin: -42px 0 0 auto;
  padding: 20px;
  border-radius: 14% 14% 0 14% / 26% 26% 0 26%;
  position: relative;
  z-index: 99;
}

.c-page-header__bubble-wrapper::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1226px -1025px;
  width: 34px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -12px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-page-header__bubble-wrapper--small {
  max-width: 200px;
}

.c-page-header__bubble-wrapper p:last-child {
  margin-bottom: 0;
}

.c-page-header__bubble-content {
  padding: 0 15px;
  position: relative;
}

.c-page-header__bubble-content > * {
  position: relative;
}

.c-page-header__label, .c-page-header__value {
  font-size: 1.6rem;
  display: inline-block;
}

.c-page-header__value {
  margin-right: 40px;
}

.c-page-header--has-media:not(.c-page-header--reverse) + .l-content {
  padding-top: 10px;
}

.c-page-header--has-media .c-page-header__heading {
  margin-bottom: 10px;
}

.c-page-header--has-media .c-page-header__text,
.c-page-header--has-media .c-page-header__text > * {
  position: relative;
}

.c-page-header--has-media .c-page-header__text::before {
  content: '';
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  top: -20px;
  left: -1rem;
  right: -1rem;
  bottom: 0;
}

.c-page-header:not(.c-page-header--has-media) .c-page-header__text {
  margin-bottom: 20px;
}

.c-page-header--reverse .c-page-header__overlay {
  -webkit-transform: translateX(-50%) scaleX(-1);
      -ms-transform: translateX(-50%) scaleX(-1);
          transform: translateX(-50%) scaleX(-1);
}

.c-preview {
  background: #CA0101;
  width: 100%;
  height: 40px;
  color: #FFFFFF;
}

.c-preview a {
  color: inherit;
}

.c-preview * {
  margin-bottom: 0;
}

.c-preview .row {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-rating__rating-container {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
  padding: 0 16px;
}

.c-rating__rating-container::before {
  content: '';
  position: absolute;
  background-color: #FFE5CA;
  height: 48px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 32px;
  z-index: -1;
}

.c-rating__big-rating {
  display: inline-block;
  margin-bottom: 0;
  font-size: 6.4rem;
  line-height: 6.4rem;
  letter-spacing: -2px;
}

.c-rating__icon-container {
  display: inline-block;
  margin-left: 8px;
}

.c-rating__icon {
  display: inline-block;
  margin-right: 3px;
}

.c-rating__icon:last-child {
  margin-right: 0;
}

.c-rating__icon > svg {
  margin-bottom: 6px;
}

.c-rating__small-rating {
  margin-bottom: 5px;
}

.c-rating__source-container {
  margin-top: 28px;
}

.c-rating__source-container > p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #505050;
}

.c-related__list {
  margin: 0;
  padding: 0;
  display: block;
}

.c-related__item {
  margin-bottom: 40px;
  padding-left: 0;
  padding-bottom: 40px;
  border-bottom: 2px solid #B4C1D0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.c-related__item::before {
  content: none;
}

.c-related__item--spacing {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.c-related__item--spacing:first-child {
  margin-top: 0;
}

.c-related__item--spacing:last-child {
  padding-bottom: 0;
}

.c-related__item--compact {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-related__item--compact .c-related__link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-related__image {
  background: #B4C1D0;
  width: 130px;
  height: 80px;
  margin-bottom: 10px;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  position: relative;
}

.c-related__image img {
  max-height: 100%;
  margin: auto;
}

.c-related__image--preview::before {
  content: '';
  background: #083163;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.c-related__image--preview::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -643px;
  width: 20px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.c-related__text {
  padding-right: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.c-related__link {
  margin-bottom: 10px;
  display: inline-block;
}

.c-related__link--int {
  display: block;
}

.c-related__link--int::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -627px -2124px;
  width: 16px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(1.25);
      -ms-transform: translateY(-50%) scale(1.25);
          transform: translateY(-50%) scale(1.25);
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
}

.c-related__link--int:hover::after, .c-related__link--int:focus::after, .c-related__link--int:active::after {
  right: 20px;
}

.c-related__link--ext {
  display: block;
}

.c-related__link--ext::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1314.42px -2124px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(1.42857);
      -ms-transform: translateY(-50%) scale(1.42857);
          transform: translateY(-50%) scale(1.42857);
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
}

.c-related__link--ext:hover::after, .c-related__link--ext:focus::after, .c-related__link--ext:active::after {
  right: 20px;
}

.c-related__link--download {
  display: block;
}

.c-related__link--download::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -166px;
  width: 12px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(1.42857);
      -ms-transform: translateY(-50%) scale(1.42857);
          transform: translateY(-50%) scale(1.42857);
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
}

.c-related__link--download:hover::after, .c-related__link--download:focus::after, .c-related__link--download:active::after {
  right: 20px;
}

.c-related__headline {
  margin: 0;
  display: block;
}

.c-related__meta {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.c-related__meta a {
  text-decoration: underline;
}

.c-related__meta a:hover, .c-related__meta a:focus, .c-related__meta a:active {
  text-decoration: none;
}

.c-related__meta--last {
  margin-bottom: 25px;
}

.c-related__meta--last ~ * {
  margin-right: -70px;
}

.c-related__actions {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  right: 0;
}

.c-related__item--image .c-related__actions {
  top: 90px;
}

.c-related__action-item {
  margin-bottom: 25px;
  padding: 0;
}

.c-related__action-item::before {
  content: none;
}

.c-related__action-item:last-child {
  margin-bottom: 0;
}

.c-related__action-link {
  width: 50px;
  display: block;
}

.c-related__action-link img {
  margin-left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.c-related__action-link:hover img, .c-related__action-link:focus img, .c-related__action-link:active img {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-related + .c-related {
  margin-top: 70px;
}

.c-related__download {
  margin-bottom: 10px;
  margin-top: -20px;
}

h2.c-related__headline {
  padding-top: 5rem;
  margin-bottom: 2.3rem;
}

.c-result {
  margin-bottom: 20px;
}

.c-result__text {
  padding-bottom: 17px;
  border-bottom: 2px solid #B4C1D0;
}

.c-result__text--spacing-top {
  padding-top: 15px;
}

.c-result__location {
  padding-left: 30px;
  position: relative;
}

.c-result__location::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -1344px;
  width: 16px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-result__link {
  width: 100%;
  line-height: 1.5;
  text-decoration: none;
}

.c-result__heading {
  margin-bottom: 8px;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.c-result__meta {
  margin-bottom: 11px;
  font-size: 1.2rem;
  line-height: 1.33333;
  letter-spacing: .5px;
  display: block;
}

.c-result__meta a {
  text-decoration: underline;
}

.c-result__meta a:active, .c-result__meta a:focus, .c-result__meta a:hover {
  text-decoration: none;
}

.c-result__type {
  font-weight: 700;
}

.c-result__date {
  font-weight: 400;
}

.c-result__region {
  padding-left: 22px;
  position: relative;
}

.c-result__region::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -514px;
  width: 13px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-result__file, .c-result__document {
  display: block;
}

.c-result__file:not(:last-child) {
  margin-bottom: 12px;
}

.c-result__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.c-result__actions a::after {
  margin-left: 0;
}

.c-result__excerpt > :last-child {
  margin-bottom: 0;
}

.c-result__data {
  display: table;
}

.c-result__data-item {
  display: table-row;
}

.c-result__data-item span {
  display: table-cell;
}

.c-result__data-item span:first-child {
  padding-right: 20px;
  font-weight: 700;
}

.c-result__data-item::before {
  display: none;
}

.c-result__image {
  display: none;
}

.c-richtext__button {
  margin-top: 24px;
}

.c-search-overlay {
  padding-top: 93px;
  padding-bottom: 100px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow-x: hidden;
}

.c-search-overlay::before {
  content: '';
  background-color: #E1E6EC;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.c-search-overlay::after {
  content: '';
  background: rgba(255, 255, 255, 0.75);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-search-overlay .c-searchbar__input {
  background-color: #FFFFFF;
}

.c-search-overlay .searchAutoSuggestBox {
  background-color: transparent;
  width: 100% !important;
  margin-top: 40px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block !important;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  top: 0 !important;
}

.c-search-overlay .searchAutoSuggestBox::before {
  content: '';
  background: #E1E6EC;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-search-overlay__close-btn {
  padding-right: 32px;
  color: #083163;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33333;
  letter-spacing: .2px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
}

.c-search-overlay__close-btn::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -972.14px -2124px;
  width: 14.14px;
  height: 14.14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-searchbar {
  position: relative;
  z-index: 100;
}

.c-searchbar fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.c-searchbar p {
  margin-bottom: 0;
}

.c-searchbar__form {
  margin-bottom: 0;
}

.c-searchbar .formField {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-searchbar .formField::before {
  content: '';
  background-color: #E1E6EC;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 2px #6983A1;
          box-shadow: inset 0 0 0 2px #6983A1;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.c-searchbar .formField * {
  z-index: 1;
}

.c-searchbar input[type='text'], .c-searchbar input[type='search'] {
  background-color: transparent;
  width: 0;
  height: 50px;
  margin: 0;
  padding: 0 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.25;
}

.c-searchbar input[type='text'], .c-searchbar input[type='text']:active, .c-searchbar input[type='text']:hover, .c-searchbar input[type='text']:focus, .c-searchbar input[type='search'], .c-searchbar input[type='search']:active, .c-searchbar input[type='search']:hover, .c-searchbar input[type='search']:focus {
  border: none;
}

.c-searchbar button {
  background-color: #083163;
  min-width: 48px;
  height: 48px;
  border: 2px solid #083163;
  border-radius: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
}

.c-searchbar button:active, .c-searchbar button:hover, .c-searchbar button:focus {
  background-color: #000000;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0 0 1px 1px #000000;
          box-shadow: 0 0 1px 1px #000000;
  text-decoration: none;
}

.c-searchbar button img {
  width: 16px;
  height: 16px;
}

.c-searchbar button span {
  display: none;
}

.c-searchbar--small-button .formField::before {
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
          box-shadow: inset 0 0 0 2px #FFFFFF;
}

.c-searchbar--small-button button {
  min-width: 44px;
  height: 44px;
  margin-right: 2px;
}

.c-searchbar--small-button img {
  margin: 0 !important;
}

.c-searchbar--white .formField::before {
  background: #FFFFFF;
}

.c-searchbar--white-button {
  z-index: 4;
}

.c-searchbar--white-button button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-searchbar--white-button button::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -282px -2242px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.c-searchbar--white-button button:hover span, .c-searchbar--white-button button:focus span, .c-searchbar--white-button button:active span {
  color: #FFFFFF;
}

.c-searchbar--white-button button:hover::before, .c-searchbar--white-button button:focus::before, .c-searchbar--white-button button:active::before {
  display: none;
}

.c-searchbar--white-button button img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.c-searchbar--white-button button span {
  display: block;
  color: #083163;
  font-weight: 800;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}

.c-page-header .c-searchbar {
  margin-bottom: 30px;
}

~ .c-page-header .c-searchbar {
  margin-top: -25px;
}

.c-page-header .c-searchbar__input {
  background-color: #FFFFFF;
}

.c-search-overlay .c-searchbar .formField::before {
  height: 50px;
}

.c-select {
  position: relative;
}

.c-select .js-off {
  display: none;
}

.c-select__heading {
  background-color: #2E517B;
  margin-bottom: 25px;
  padding: 11px 37px 16px 12px;
  font-size: 1.6rem;
  line-height: 1.3125;
  position: relative;
  cursor: pointer;
}

.c-select__heading::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1616px -2000px;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-select__heading.active-control::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.c-select__heading button {
  color: inherit;
  font: inherit;
  cursor: inherit;
}

.c-select__list {
  background-color: #2E517B;
  margin: 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 9;
}

.c-select__list li {
  margin-bottom: 0;
}

.c-select__item {
  padding: 0;
}

.c-select__link {
  padding: 11px 0 16px;
  display: block;
}

.c-shariff {
  width: 100%;
  position: absolute;
  top: auto !important;
  right: 0;
  z-index: 999;
}

.c-shariff::after {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.c-shariff__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 999;
}

.c-shariff h3 {
  display: none;
}

.c-shariff ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-shariff .close {
  width: 8.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  cursor: pointer;
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.c-shariff .close::before {
  content: '';
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-box-shadow: inset 0 0 0 0 transparent;
          box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow 0.6s ease-in-out;
  transition: -webkit-box-shadow 0.6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
}

.c-shariff .close:hover::before, .c-shariff .close:active::before, .c-shariff .close:focus::before {
  -webkit-box-shadow: inset 0 0 10px 5px #FFFFFF;
          box-shadow: inset 0 0 10px 5px #FFFFFF;
}

.c-shariff .close::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -858px -2124px;
  width: 14.14px;
  height: 14.14px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-shariff .close img {
  display: block;
  position: absolute;
  top: 27px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-shariff .share_text {
  display: none;
}

.c-shariff .shariff-button {
  margin: 0;
  padding: 0;
  display: block;
}

.c-shariff .shariff-button::before {
  content: none;
}

.c-shariff .shariff-button a {
  min-width: 100px;
  padding: 70px 0 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.c-shariff .shariff-button a:hover, .c-shariff .shariff-button a:active, .c-shariff .shariff-button a:focus {
  color: #FFFFFF;
}

.c-shariff .shariff-button a:hover::before, .c-shariff .shariff-button a:active::before, .c-shariff .shariff-button a:focus::before {
  border-color: #FFFFFF;
}

.c-shariff .shariff-button a:focus-visible {
  outline: 2px solid #FFFFFF;
}

.c-shariff .shariff-button a::after {
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-shariff .shariff-button.copy a:hover::before, .c-shariff .shariff-button.copy a:active::before, .c-shariff .shariff-button.copy a:focus::before {
  border-color: #000000;
}

.c-shariff .shariff-button.copy a::before {
  background-color: #FFFFFF;
}

.c-shariff .shariff-button.copy a::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -695px;
  width: 30px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 22px;
}

.c-shariff .shariff-button.xing a::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1777px -1876px;
  width: 21px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 16px;
}

.c-shariff .shariff-button.mastodon a::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1289.88px -1628px;
  width: 22.88px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 17px;
}

.c-shariff .shariff-button.facebook a::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -794px -2000px;
  width: 11px;
  height: 23px;
  display: inline-block;
  position: absolute;
  top: 16px;
}

.c-shariff .shariff-button.instagram a::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1655px -1168px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 16px;
}

.c-sitemap {
  margin-bottom: 30px;
}

.c-sitemap__list {
  padding-bottom: 20px;
}

.c-sitemap__item {
  padding-left: 0;
}

.c-sitemap__item:last-child {
  margin-bottom: 0;
}

.c-sitemap__form input {
  background-color: #2E517B;
  width: calc(100% - 48px);
  color: #FFFFFF;
}

.c-sitemap__form input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.c-sitemap__form input::-moz-placeholder {
  color: #FFFFFF;
}

.c-sitemap__form input:-ms-input-placeholder {
  color: #FFFFFF;
}

.c-sitemap__form input::-ms-input-placeholder {
  color: #FFFFFF;
}

.c-sitemap__form input::placeholder {
  color: #FFFFFF;
}

.c-sitemap__form button {
  background-color: #FFFFFF;
  height: 48px;
  margin-left: 8px;
  border-radius: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  position: relative;
  cursor: pointer;
}

.c-sitemap__form button img {
  height: 12px;
}

.c-sitemap__form button span {
  display: none;
}

.c-sitemap__form .formLabel {
  position: absolute;
}

.c-sitemap__form .formField {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-sitemap__form.c-form input {
  margin-bottom: 20px;
}

.js-on .c-sitemap__container {
  border-bottom: 2px solid #163D6C;
}

.js-on .c-sitemap__heading {
  margin-top: 20px;
}

.js-on .c-sitemap__heading.heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-right: 27px;
  padding-bottom: 12px;
  position: relative;
  cursor: pointer;
}

.js-on .c-sitemap__heading.heading.active-control::after, .js-on .c-sitemap__heading.heading.inactive-control::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1616px -2000px;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-on .c-sitemap__heading.heading.active-control::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.c-social__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-social__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.33333%;
      -ms-flex: 0 1 33.33333%;
          flex: 0 1 33.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-social__link {
  width: 58px;
  height: 58px;
  color: #000000;
  border: 10px solid transparent;
  border-radius: 100%;
  padding: 0 !important;
}

.c-social__link:active, .c-social__link:focus, .c-social__link:hover {
  border-color: #000000;
}

.c-sort {
  position: relative;
}

.c-sort__heading {
  background: #FFFFFF;
  margin-bottom: 0;
  padding: 14px 78px 14px 13px;
  border: none;
  color: #000000;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.33333;
  position: relative;
  cursor: pointer;
}

.c-sort__heading::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1846px -2000px;
  width: 15px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-sort__heading.active-control {
  border-color: #FFFFFF;
}

.c-sort__heading.active-control::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-sort__list {
  background: #B4C1D0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.c-sort__order {
  margin-bottom: 0;
  padding: 0;
}

.c-sort__order::before {
  display: none;
}

.c-sort__order a {
  padding: 12px 15px 15px;
  color: #000000;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.33333;
  display: block;
}

.c-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-stage__media {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  position: relative;
  -webkit-transition: top 30ms ease-in-out;
  transition: top 30ms ease-in-out;
}

.c-stage__bubble {
  margin-top: -30px;
  z-index: 1;
}

.has-scrolled-once .c-stage__bubble::before {
  opacity: 0;
}

.c-stage__bubble ul > li {
  padding-left: 36px;
}

.c-stage__bubble ul > li::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -759px;
  width: 20px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes scroll {
  0%,
  30%,
  60% {
    bottom: 20px;
  }
  15%,
  45% {
    bottom: 25px;
  }
}

@keyframes scroll {
  0%,
  30%,
  60% {
    bottom: 20px;
  }
  15%,
  45% {
    bottom: 25px;
  }
}

.c-steps {
  padding-left: 0;
  padding-bottom: 36px;
  display: block !important;
  clear: both;
}

.c-steps > li {
  position: relative;
  clear: both;
}

.c-steps > li ul {
  counter-reset: item 0;
}

.c-steps > li li {
  counter-increment: none;
}

.c-steps > li li::before {
  content: '';
}

.c-steps > li li li::before {
  content: '–';
}

.c-steps > li::before {
  content: counter(item);
  background-color: #FFBF77;
  width: 40px;
  height: 40px;
  margin-top: 54px;
  margin-bottom: 44px;
  border-radius: 6px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.33333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-steps > li::after {
  content: '';
  background-image: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/ol-border-small.svg?__blob=normal&v=1);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 16px 140px;
  width: 16px;
  height: 128px;
  display: block;
  position: absolute;
  top: -44px;
  left: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-steps > li:first-child::before {
  margin-top: 0;
}

.c-steps > li:first-child::after {
  height: 44px;
  top: 40px;
}

.c-steps li li::after {
  content: '';
  display: table;
  clear: both;
}

.c-steps::after {
  content: '';
  background-image: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/ol-border-small.svg?__blob=normal&v=1);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 16px 140px;
  width: 16px;
  height: 38px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-steps .c-link {
  text-decoration: underline;
}

.c-steps .c-link::after {
  display: none;
}

.c-steps .c-link:active, .c-steps .c-link:focus, .c-steps .c-link:hover {
  text-decoration: none;
}

h2 + .c-steps {
  padding-top: 0 !important;
}

.c-sticky-container {
  background-color: #FFFFFF;
  max-width: 370px;
  padding: 20px 15px;
  border: 1px solid #B4C1D0;
  border-radius: 8px;
  visibility: hidden;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  max-height: calc(100vh - 30px);
  overflow-y: auto !important;
}

.c-sticky-container.js-transition {
  -webkit-transition: height 1s, min-width 1s, padding 1s, visibility 1s, background-color 1s;
  transition: height 1s, min-width 1s, padding 1s, visibility 1s, background-color 1s;
}

.c-sticky-container.js-hide {
  background-color: #083163;
  min-width: 100%;
  height: 100% !important;
  padding: 0;
  visibility: hidden;
  overflow: hidden;
}

.c-sticky-container.js-hide > * {
  visibility: hidden;
}

.c-sticky-container.js-show {
  background-color: #FFFFFF;
  visibility: visible;
  overflow: hidden;
}

.c-sticky-container span {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}

.c-sticky-container__heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.3125;
}

.c-sticky-container__close {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -972.14px -2124px;
  width: 14.14px;
  height: 14.14px;
  display: inline-block;
  position: absolute;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.c-sticky-container__start, .c-sticky-container__end {
  text-transform: uppercase;
  display: block;
}

.c-sticky-container__list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #B4C1D0;
}

.c-sticky-container__item {
  margin-bottom: 18px;
  padding-left: 0;
}

.c-sticky-container__item::before {
  display: none;
}

.c-sticky-container__item:last-child {
  margin-bottom: 0;
}

.c-sticky-container__link {
  margin-bottom: 14px;
}

.c-sticky-container .c-link {
  padding-left: 32px;
}

.c-sticky-container .c-link--phone {
  font-size: 1.8rem;
  line-height: 1.27778;
  display: block;
}

.c-sticky-container .c-link--mail::after, .c-sticky-container .c-link--consulting::after, .c-sticky-container .c-link--contact::after {
  margin-left: 0 !important;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-sticky-container .c-link--contact::after {
  -webkit-transform: translateY(-50%) scale(0.75);
      -ms-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.c-sticky-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  left: 0;
  right: 15px;
  bottom: 15px;
  z-index: 402;
}

.js-off .c-sticky-nav {
  display: none;
}

.c-sticky-nav__list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-sticky-nav__item {
  margin-bottom: 0;
  padding-left: 0;
  position: static;
}

.c-sticky-nav__item::before {
  display: none;
}

.c-sticky-nav__item:not(:last-child) {
  margin-right: 8px;
}

.c-sticky-nav__item > a {
  width: 48px;
  height: 48px;
  border: 1px solid #B4C1D0;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
}

.c-sticky-nav__item > a img {
  max-width: 25px;
  max-height: 25px;
  margin: auto;
}

.c-sticky-nav__item--cart > a, .c-sticky-nav__item--contact > a {
  background-color: #083163;
  border-color: #083163;
}

.c-sticky-nav__item--cart > a:active, .c-sticky-nav__item--cart > a:focus, .c-sticky-nav__item--cart > a:hover, .c-sticky-nav__item--contact > a:active, .c-sticky-nav__item--contact > a:focus, .c-sticky-nav__item--contact > a:hover {
  background-color: #000000;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0 0 1px 1px #000000;
          box-shadow: 0 0 1px 1px #000000;
  text-decoration: none;
}

.c-sticky-nav__item--contact {
  position: relative;
}

.c-sticky-nav__item--contact > a > span {
  display: none;
}

.c-sticky-nav__item--cart > a span {
  background: #FFBF77;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
}

.c-sticky-nav__item--to-top > a {
  background-color: #FFFFFF;
}

.c-sticky-nav__item--to-top > a:hover, .c-sticky-nav__item--to-top > a:focus, .c-sticky-nav__item--to-top > a:active {
  background: transparent;
  color: #000000;
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-team__member {
  margin-bottom: 23px;
}

.c-team__member .h3 {
  margin-bottom: 12px;
}

.c-team .picture {
  margin-left: 0;
}

.c-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-teaser:active, .c-teaser:focus, .c-teaser:hover {
  text-decoration: none;
}

.c-teaser:active .c-teaser__link, .c-teaser:focus .c-teaser__link, .c-teaser:hover .c-teaser__link {
  text-decoration: underline;
}

.c-teaser:active .c-teaser__image::before, .c-teaser:focus .c-teaser__image::before, .c-teaser:hover .c-teaser__image::before {
  opacity: .6;
}

.c-teaser:active .c-teaser__button span, .c-teaser:focus .c-teaser__button span, .c-teaser:hover .c-teaser__button span {
  text-decoration: underline;
}

.c-teaser--audio .c-teaser__type {
  padding-left: 22px;
  position: relative;
}

.c-teaser--audio .c-teaser__type::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1428.42px -2124px;
  width: 14px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-teaser--audio .c-teaser__image::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -217px -1025px;
  width: 74px;
  height: 74px;
  display: inline-block;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-teaser--brochure .c-teaser__type {
  padding-left: 22px;
  position: relative;
}

.c-teaser--brochure .c-teaser__type::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -398px -2124px;
  width: 13px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-teaser--images .c-teaser__type {
  padding-left: 22px;
  position: relative;
}

.c-teaser--images .c-teaser__type::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1384px -2000px;
  width: 16px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-teaser--video .c-teaser__type {
  padding-left: 22px;
  position: relative;
}

.c-teaser--video .c-teaser__type::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -514px -2242px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-teaser--video .c-teaser__image::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1164px -820px;
  width: 74px;
  height: 74px;
  display: inline-block;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-teaser--horizontal + .c-teaser--horizontal {
  margin-top: 20px;
}

.c-teaser--horizontal .c-teaser__text {
  padding-left: 20px;
  padding-bottom: 20px;
}

.c-teaser--horizontal .c-teaser__text::before {
  content: '';
  background-color: #FFBF77;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: -20px;
  bottom: 0;
  pointer-events: none;
}

.c-teaser--horizontal .c-teaser__text,
.c-teaser--horizontal .c-teaser__text > * {
  position: relative;
}

.c-teaser--horizontal .c-link--int::after {
  display: none;
}

.c-teaser--horizontal .c-teaser__image {
  margin-bottom: 20px;
  position: relative;
}

.c-teaser--horizontal.c-teaser--reverse .c-teaser__text {
  padding-left: 0;
  padding-right: 20px;
}

.c-teaser--horizontal.c-teaser--reverse .c-teaser__text::before {
  left: -20px;
  right: 0;
}

.c-teaser:not(.c-teaser--horizontal).c-teaser--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.c-teaser:not(.c-teaser--horizontal).c-teaser--reverse .c-teaser__heading {
  margin-bottom: 15px;
  padding-right: 70px;
}

.c-teaser:not(.c-teaser--horizontal).c-teaser--reverse .c-teaser__image {
  margin-bottom: 0;
}

.c-teaser--media {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-teaser--media .c-teaser__text,
.c-teaser--media .c-teaser__image {
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-teaser--media .c-teaser__media-container {
  margin-top: 20px;
  margin-left: calc(-100% - 2rem);
  margin-bottom: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.c-teaser--media .c-teaser__meta-container {
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-teaser--media .c-teaser__meta {
  padding: 0;
}

.c-teaser--media .c-teaser__link {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-teaser--media .c-teaser__type {
  font-weight: 700;
}

.c-teaser--media .c-teaser__file {
  font-weight: 400;
}

.c-teaser--media .c-teaser__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-teaser--media .c-teaser__heading {
  height: 100%;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-teaser--media .c-teaser__heading::after {
  display: none;
}

.c-teaser--media .c-teaser__image {
  margin-bottom: 0;
}

.c-teaser--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-teaser--top .c-teaser__meta-container {
  margin-bottom: 11px;
}

.c-teaser--top .c-teaser__meta {
  background-color: transparent;
  padding: 0;
}

.c-teaser--top .c-teaser__text {
  background-color: #FFBF77;
  padding: 20px 20px 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-teaser--top .c-teaser__text::before {
  display: none;
}

.c-teaser--top .c-teaser__heading::after {
  display: none;
}

.c-teaser--top .c-teaser__image {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-teaser--video .c-teaser__image::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1164px -820px;
  width: 74px;
  height: 74px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-teaser--audio .c-teaser__image::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -217px -1025px;
  width: 74px;
  height: 74px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-teaser--noImage {
  padding: 40px;
  background-color: #FFBF77;
}

.c-teaser__text, .c-teaser__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-teaser__image {
  margin-bottom: -12px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-teaser__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-teaser__text p:last-child {
  margin-bottom: 0;
}

.c-teaser__text p:not(.more) {
  color: #000000;
}

.c-teaser__text--noImage p:last-child {
  margin-bottom: 0;
}

.c-teaser__text--noImage p:not(.more) {
  color: #000000;
}

.c-teaser__heading {
  width: 100%;
  margin-bottom: 8px;
  color: #083163;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 99;
}

.c-teaser__meta-container {
  margin-bottom: 13px;
  display: block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.c-teaser__meta {
  background-color: #FFFFFF;
  margin-right: auto;
  padding: 4px 8px;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.33333;
  display: block;
}

.c-teaser__location {
  padding-left: 30px;
  position: relative;
}

.c-teaser__location::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2151px -1344px;
  width: 16px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-teaser__type:not(:last-child) {
  margin-right: 5px;
}

.c-teaser__date {
  font-weight: normal;
}

.c-teaser__button {
  margin-top: 20px;
}

.c-content-search__results .c-teaser__meta {
  background: transparent;
}

.c-toc {
  background-color: #E1E6EC;
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 2px solid #FFFFFF;
}

.c-toc__list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow-x: auto;
}

.c-toc__item {
  margin-bottom: 0;
  padding-left: 0;
}

.c-toc__item::before {
  display: none;
}

.c-toc__item:not(:last-child) {
  margin-right: 30px;
}

.c-toc__link {
  max-width: 230px;
  padding-right: 21px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.33333;
  white-space: nowrap;
  letter-spacing: .5px;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}

.c-toc__link:hover, .c-toc__link:focus, .c-toc__link:active {
  color: #000000;
  text-decoration: underline;
}

.c-toc__link:hover::after, .c-toc__link:focus::after, .c-toc__link:active::after {
  top: 13px;
}

.c-toc__link::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -1172px;
  width: 9px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}

.c-tooltip {
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  overflow: visible;
  justify-self: flex-start;
  margin-bottom: 10px;
}

.c-tooltip__button {
  cursor: pointer;
  height: 16px;
  margin-bottom: 7px;
  width: auto;
}

.c-tooltip__button::marker {
  content: none;
}

.c-tooltip__content {
  background-color: #FFFFFF;
  padding: 15px 10px;
  border: 1px solid #B4C1D0;
  border-radius: 14px;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.61538;
  letter-spacing: .5px;
  position: relative;
  margin-bottom: 25px;
  -webkit-transform: translateX(7px);
      -ms-transform: translateX(7px);
          transform: translateX(7px);
  min-width: 100px;
  max-width: 60%;
  overflow: visible;
  width: auto !important;
}

.c-tooltip__content::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -384px -1199px;
  width: 60px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate(-1px, -17px);
      -ms-transform: translate(-1px, -17px);
          transform: translate(-1px, -17px);
  z-index: 0;
}

.c-calc .c-tooltip {
  overflow: unset;
}

.c-calc .c-tooltip__content {
  position: absolute;
  overflow: unset;
  max-width: 100%;
  width: 100% !important;
  bottom: 30px;
  min-width: 160px;
  left: 10px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.formLabel:has(> .c-tooltip) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.formLabel:has(> .c-tooltip) label {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding-left: 1px;
}

.row:has(> .column > .formLabel > .c-tooltip) {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c3-tooltip-container {
  max-width: 33%;
}

.c3-chart-arc:nth-of-type(1) > text, .c3-chart-arc:nth-of-type(4) > text, .c3-chart-arc:nth-of-type(5) > text {
  fill: #000000;
}

p.chart {
  margin-top: 40px;
}

.consent-wrapper {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 5px;
}

.consent-wrapper h3 {
  margin-bottom: .5rem;
}

.consent-wrapper p {
  margin-bottom: 1rem;
}

.consent-button {
  background: #083163;
  margin: 0 0 0 10px;
  padding: 9px 10px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
}

.consent-button:active, .consent-button:focus, .consent-button:hover {
  background: #585858;
  text-decoration: underline;
  cursor: pointer;
}

.consent-required {
  margin-bottom: 20px;
}

.cookiebanner {
  background: #FFFFFF;
  padding: 30px 10px;
  border-bottom: 3px solid #004F80;
  overflow: hidden;
}

.cookiebanner .wrapper {
  width: 100%;
}

.cookiebanner h2 {
  margin-bottom: 20px;
}

.cookiebanner .all {
  display: none;
  overflow: visible;
}

.cookiebanner .RichTextIntLink {
  text-decoration: underline;
}

.cookiebanner .RichTextIntLink:hover, .cookiebanner .RichTextIntLink:focus, .cookiebanner .RichTextIntLink:active {
  text-decoration: none;
}

.cookiebanner.classic {
  background: #004F80;
  color: #FFFFFF;
}

.js-on .cookiebanner {
  background-color: rgba(80, 80, 80, 0.8);
  width: 100%;
  height: auto;
  border: none;
  position: fixed;
  bottom: 0;
  z-index: 1099;
  overflow: inherit;
}

.js-on .cookiebanner__relative {
  position: relative !important;
}

.js-on .cookiebanner.top {
  padding-top: 4.8rem;
  top: -1000px;
  bottom: auto;
}

.js-on .cookiebanner.top .cookiebannerbox {
  top: 15px;
}

.js-on .cookiebanner.classic {
  background-color: #004F80;
  color: #FFFFFF;
}

.js-on .cookiebanner.classic .cookiebannerbox {
  top: 0;
  bottom: 0;
}

.js-on .cookiebanner.classic .cookiebannerbox > div {
  background-color: #004F80;
  padding: 10px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}

.js-on .cookiebanner.classic .cookiebannerbox > div .button {
  background-color: #FFFFFF;
  color: #004F80;
}

.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink {
  padding-left: 20px;
  color: #FFFFFF;
  position: relative;
}

.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -851px;
  width: 6px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 9px;
}

.js-on .cookiebanner.classic.top .cookiebannerbox > div {
  background-color: #004F80;
  padding: 10px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}

.js-on .cookiebannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.js-on .cookiebannerbox > div {
  background: #FFFFFF;
  width: 97%;
  margin: 0 auto;
  padding: 10px 10px 0;
  -webkit-box-shadow: 0 0 10px #000000;
          box-shadow: 0 0 10px #000000;
  display: block;
  overflow: hidden;
}

.js-on .cookiebannerbox > div .all {
  margin-bottom: 10px;
  display: block;
}

.js-on .cookiebannerbox > div .button {
  margin-left: 10px;
  margin-bottom: 10px;
}

.js-on .cookiebannerbox .picture {
  display: none;
}

.js-off .cookiebanner {
  display: none;
}

.docData {
  background-color: #E1E6EC;
  margin-bottom: 40px;
  padding: 25px 30px 35px;
}

.docData,
.docData3 {
  overflow: hidden;
}

.docData .label,
.docData3 .label {
  display: block;
  font-weight: bold;
}

.docData .value,
.docData3 .value {
  display: block;
}

.docData a,
.docData3 a {
  display: inline;
}

.docData2 .label {
  display: block;
  font-weight: bold;
}

.docData2 .value {
  display: block;
}

.docData2 a {
  display: inline;
}

.c-dossier__documents {
  margin-top: 60px;
}

.c-dossier__entry {
  padding: 30px 0;
  margin: 30px 0;
  position: relative;
}

.c-dossier__entry::after, .c-dossier__entry::before {
  display: block;
  content: '';
  border-bottom: 2px solid #B4C1D0;
  position: absolute;
  left: 0;
  right: 0;
}

.c-dossier__entry::before {
  top: 0;
}

.c-dossier__entry::after {
  bottom: 0;
}

#ergebnis {
  background: #E1E6EC;
  padding: 20px;
  margin-bottom: 20px;
}

#menu.js-facet-filter .mm-panels {
  top: 42px;
}

#menu.js-facet-filter .js-facet-quantity::before {
  content: ' (';
}

#menu.js-facet-filter .js-facet-quantity::after {
  content: ')';
}

@font-face {
  font-family: 'Barlow';
  src: local("Barlow Bold"), local("Barlow-Bold"), url("/static/fonts/barlow/subset-Barlow-Bold.woff2") format("woff2"), url("/static/fonts/barlow/subset-Barlow-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  unicode-range: "U+0020−007F, U+0080−00FF, U+0100−017F, U+0180−024F";
}

@font-face {
  font-family: 'Barlow';
  src: local("Barlow Bold Italic"), local("Barlow-BoldItalic"), url("/static/fonts/barlow/subset-Barlow-BoldItalic.woff2") format("woff2"), url("/static/fonts/barlow/subset-Barlow-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  unicode-range: "U+0020−007F, U+0080−00FF, U+0100−017F, U+0180−024F";
}

@font-face {
  font-family: 'Barlow';
  src: local("Barlow Regular"), local("Barlow-Regular"), url("/static/fonts/barlow/subset-Barlow-Regular.woff2") format("woff2"), url("/static/fonts/barlow/subset-Barlow-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: "U+0020−007F, U+0080−00FF, U+0100−017F, U+0180−024F";
}

@font-face {
  font-family: 'Barlow';
  src: local("Barlow Italic"), local("Barlow-Italic"), url("/static/fonts/barlow/subset-Barlow-Italic.woff2") format("woff2"), url("/static/fonts/barlow/subset-Barlow-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  unicode-range: "U+0020−007F, U+0080−00FF, U+0100−017F, U+0180−024F";
}

@font-face {
  font-family: 'Barlow';
  src: local("Barlow Light"), local("Barlow-Light"), url("/static/fonts/barlow/subset-Barlow-Light.woff2") format("woff2"), url("/static/fonts/barlow/subset-Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  unicode-range: "U+0020−007F, U+0080−00FF, U+0100−017F, U+0180−024F";
}

@font-face {
  font-family: 'Barlow';
  src: local("Barlow Light Italic"), local("Barlow-LightItalic"), url("/static/fonts/barlow/subset-Barlow-LightItalic.woff2") format("woff2"), url("/static/fonts/barlow/subset-Barlow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  unicode-range: "U+0020−007F, U+0080−00FF, U+0100−017F, U+0180−024F";
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("/static/fonts/noto/subset-NotoSans-Bold.woff2") format("woff2"), url("/static/fonts/noto/subset-NotoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  unicode-range: "U+0600−06FF, U+0980−09FF, U+0400−04FF, U+0500−052F, U+0900−097F, U+0370−03FF, U+0A80−0AFF, U+0A00−0A7F, U+0590−05FF, U+0C80−0CFF, U+1780−17FF, U+0D00−0D7F, U+1000−109F, U+0B00−0B7F, U+0D80−0DFF, U+0B80−0BFF, U+0C00−0C7F, U+0E00−0E7F, U+AA80−AADF";
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url("/static/fonts/noto/subset-NotoSans-BoldItalic.woff2") format("woff2"), url("/static/fonts/noto/subset-NotoSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  unicode-range: "U+0600−06FF, U+0980−09FF, U+0400−04FF, U+0500−052F, U+0900−097F, U+0370−03FF, U+0A80−0AFF, U+0A00−0A7F, U+0590−05FF, U+0C80−0CFF, U+1780−17FF, U+0D00−0D7F, U+1000−109F, U+0B00−0B7F, U+0D80−0DFF, U+0B80−0BFF, U+0C00−0C7F, U+0E00−0E7F, U+AA80−AADF";
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("/static/fonts/noto/subset-NotoSans-Regular.woff2") format("woff2"), url("/static/fonts/noto/subset-NotoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: "U+0600−06FF, U+0980−09FF, U+0400−04FF, U+0500−052F, U+0900−097F, U+0370−03FF, U+0A80−0AFF, U+0A00−0A7F, U+0590−05FF, U+0C80−0CFF, U+1780−17FF, U+0D00−0D7F, U+1000−109F, U+0B00−0B7F, U+0D80−0DFF, U+0B80−0BFF, U+0C00−0C7F, U+0E00−0E7F, U+AA80−AADF";
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("/static/fonts/noto/subset-NotoSans-Italic.woff2") format("woff2"), url("/static/fonts/noto/subset-NotoSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  unicode-range: "U+0600−06FF, U+0980−09FF, U+0400−04FF, U+0500−052F, U+0900−097F, U+0370−03FF, U+0A80−0AFF, U+0A00−0A7F, U+0590−05FF, U+0C80−0CFF, U+1780−17FF, U+0D00−0D7F, U+1000−109F, U+0B00−0B7F, U+0D80−0DFF, U+0B80−0BFF, U+0C00−0C7F, U+0E00−0E7F, U+AA80−AADF";
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Light"), local("NotoSans-Light"), url("/static/fonts/noto/subset-NotoSans-Light.woff2") format("woff2"), url("/static/fonts/noto/subset-NotoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  unicode-range: "U+0600−06FF, U+0980−09FF, U+0400−04FF, U+0500−052F, U+0900−097F, U+0370−03FF, U+0A80−0AFF, U+0A00−0A7F, U+0590−05FF, U+0C80−0CFF, U+1780−17FF, U+0D00−0D7F, U+1000−109F, U+0B00−0B7F, U+0D80−0DFF, U+0B80−0BFF, U+0C00−0C7F, U+0E00−0E7F, U+AA80−AADF";
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Light Italic"), local("NotoSans-LightItalic"), url("/static/fonts/noto/subset-NotoSans-LightItalic.woff2") format("woff2"), url("/static/fonts/noto/subset-NotoSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  unicode-range: "U+0600−06FF, U+0980−09FF, U+0400−04FF, U+0500−052F, U+0900−097F, U+0370−03FF, U+0A80−0AFF, U+0A00−0A7F, U+0590−05FF, U+0C80−0CFF, U+1780−17FF, U+0D00−0D7F, U+1000−109F, U+0B00−0B7F, U+0D80−0DFF, U+0B80−0BFF, U+0C00−0C7F, U+0E00−0E7F, U+AA80−AADF";
}

ol {
  list-style-type: none;
}

.all {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}

.wrapper-teaser .all,
.boxWrapper .all,
.service-border .all,
.live-calendar .all {
  margin-bottom: 0;
}

.content .all {
  background: #E1E6EC;
}

.button {
  border-radius: 5px;
  font-weight: bold;
  clear: left;
  display: block;
  padding: 9px 10px;
  color: #FFFFFF;
  background-color: #004F80;
  line-height: 1;
  text-transform: uppercase;
  word-spacing: .25em;
}

.all .button {
  float: right;
  color: #FFFFFF;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

body > div {
  font-size: 100%;
}

html {
  scroll-behavior: smooth;
}

#matomoTracking input[type='radio'] {
  margin-top: 7px;
  clear: both;
  width: 2em;
  float: left;
}

#matomoTracking label {
  font-weight: normal;
  font-style: normal;
  display: table;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.gsb_popOver-container {
  background: #FFFFFF;
  margin: 0 10px 30px;
  padding: 50px 20px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px #585858;
          box-shadow: 0 0 6px #585858;
  display: none;
  position: absolute;
  z-index: 999;
}

.gsb_popOver-container::after {
  content: '';
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 2px 2px 3px rgba(88, 88, 88, 0.4);
          box-shadow: 2px 2px 3px rgba(88, 88, 88, 0.4);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
          transform: translateX(-50%) translateY(50%) rotate(45deg);
}

.gsb_popOver-container p {
  margin-bottom: 20px;
}

.gsb_popOver-container p:last-child {
  margin-bottom: 0;
}

.gsb_popOver-show {
  display: block;
}

.gsb_popOver-closeBtn {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -972.14px -2124px;
  width: 14.14px;
  height: 14.14px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.gsb_popOver-closeBtn:hover, .gsb_popOver-closeBtn:focus, .gsb_popOver-closeBtn:active {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -858px -2124px;
  width: 14.14px;
  height: 14.14px;
  display: inline-block;
  position: absolute;
  background-color: #004F80;
}

.gsb_popOver-closeBtn:hover::after, .gsb_popOver-closeBtn:focus::after, .gsb_popOver-closeBtn:active::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 0 3px #004F80;
          box-shadow: inset 0 0 0 3px #004F80;
}

.gsb_popOver-pos-left {
  margin-right: 30px;
  margin-bottom: 0;
}

.gsb_popOver-pos-left::after {
  top: 50%;
  left: auto;
  right: 0;
  bottom: auto;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(315deg);
      -ms-transform: translateX(50%) translateY(-50%) rotate(315deg);
          transform: translateX(50%) translateY(-50%) rotate(315deg);
}

.gsb_popOver-pos-right {
  margin-left: 30px;
  margin-bottom: 0;
}

.gsb_popOver-pos-right::after {
  top: 50%;
  left: 0;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.gsb_popOver-pos-bottom {
  margin-top: 30px;
  margin-bottom: 0;
}

.gsb_popOver-pos-bottom::after {
  top: 0;
  left: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg);
          transform: translateX(-50%) translateY(-50%) rotate(225deg);
}

.glossaryIndex.navIndex li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.glossaryIndex.navIndex .page,
.glossaryIndex.navIndex strong {
  min-width: 2em;
  display: block;
}

.glossaryIndex span {
  background: #E1E6EC;
}

.l-cards__column {
  margin-bottom: 20px;
}

.l-container {
  max-width: 144em;
  margin-left: auto;
  margin-right: auto;
}

.l-content-wrapper {
  padding-bottom: 60px;
}

.l-content-wrapper--space-before {
  padding-top: 30px;
}

.l-content-wrapper--less-space-after {
  padding-bottom: 30px;
}

.l-content-wrapper--contactData {
  padding: 75px 0;
}

.l-footer {
  margin-bottom: 100px;
}

.l-footer li {
  padding-left: 0;
}

.l-footer__top {
  padding-top: 30px;
}

.l-footer__top > *:last-child {
  position: relative;
}

.l-footer__top > *:last-child::after {
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  border-bottom: solid 2px #FFE5CA;
  content: '';
}

.l-footer__top > .row > .column, .l-footer__bottom > .row > .column {
  padding-bottom: 12px;
}

.l-footer__bottom {
  padding-top: 25px;
}

.l-footer__bottom li .c-link {
  padding-right: 0;
}

.l-footer__bottom li .c-link::after {
  content: none;
}

.l-footer__site-map-item {
  margin-right: 15px;
}

.l-header {
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
}

.l-header__logo a {
  display: block;
}

.l-header__logo a:focus {
  border: 2px dotted #D3DB2B;
}

.l-header__logo img {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}

.l-related {
  padding-top: 24px;
  padding-bottom: 10px;
}

.l-related__column {
  margin-bottom: 20px;
}

.l-related .c-card {
  height: 100%;
  min-height: 100px;
}

.l-results--marginbottom {
  margin-bottom: 12px;
}

.l-teaser + p {
  margin-top: 24px;
}

.l-teaser + p:last-child {
  margin-bottom: 0;
}

.l-teaser,
.l-teaser > * {
  position: relative;
}

.l-teaser--border .l-teaser__column {
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.l-teaser--border .l-teaser__column::after {
  content: '';
  border-bottom: 2px solid #B4C1D0;
  display: block;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
}

.l-teaser--border .l-teaser__column:not(:first-child) {
  padding-top: 20px;
}

.l-teaser--border-top::before, .l-teaser--border-bottom::before {
  content: '';
  background-color: #FFBF77;
  display: block;
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
}

.l-teaser--border-top {
  padding-top: 20px;
}

.l-teaser--border-top::before {
  top: 0;
  left: -3rem;
  right: -3rem;
}

.l-teaser--border-top .c-teaser__image {
  margin-bottom: 20px !important;
}

.l-teaser--border-bottom .c-teaser__type {
  padding-left: 0;
}

.l-teaser--border-bottom .c-teaser__type::before {
  display: none;
}

.l-teaser--border-bottom .c-teaser__link:first-child {
  margin-top: 30px;
}

.l-teaser--border-bottom::before {
  content: '';
  width: 144em;
  display: block;
  top: 90px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-teaser--border-bottom .l-teaser__column {
  margin-bottom: 30px;
}

.l-teaser--border-bottom .l-teaser__column:not(:first-child) .c-teaser__image {
  display: none;
}

.l-teaser__column {
  margin-bottom: 20px;
}

.l-teaser__link a {
  margin-bottom: 22px;
  display: inline-block;
}

.l-teaser__row.slick-initialized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-teaser .navigation {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  min-height: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  position: relative;
}

.l-teaser .navigation button {
  z-index: 99999;
}

.l-teaser .navigation button img {
  pointer-events: none;
}

.l-teaser .slick-dots {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: -42px;
  position: static;
  max-width: calc(100% - 120px);
  margin-left: 60px;
}

.l-teaser .slick-list {
  max-width: 100%;
}

.l-text-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse wrap;
      -ms-flex-flow: column-reverse wrap;
          flex-flow: column-reverse wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.l-text-image__text, .l-text-image__image {
  padding-left: 1rem;
  padding-right: 1rem;
}

.l-text-image__text, .l-text-image__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.l-text-image__image .c-image {
  width: 100%;
  margin-bottom: 16px;
}

.l-track {
  margin: 0 -2rem 24px;
}

.l-track .l-track__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-left: 0;
  margin-right: 0;
  overflow-x: auto;
}

.l-track .l-track__row::before, .l-track .l-track__row::after {
  display: block;
  content: '';
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10px;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}

.l-track__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 1rem;
}

.l-track__card {
  width: 180px;
  height: 186px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 90vw;
  padding: 4em 20px 20px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mfp-inline-holder .mfp-content.multimedia .wrapper-text,
.mfp-ajax-holder .mfp-content.multimedia .wrapper-text {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.mfp-inline-holder .mfp-content.multimedia .source,
.mfp-ajax-holder .mfp-content.multimedia .source {
  margin: 20px 20px 10px;
}

.mfp-inline-holder .mfp-content.multimedia .mejs__inner,
.mfp-inline-holder .mfp-content.multimedia .mejs__container,
.mfp-inline-holder .mfp-content.multimedia iframe,
.mfp-ajax-holder .mfp-content.multimedia .mejs__inner,
.mfp-ajax-holder .mfp-content.multimedia .mejs__container,
.mfp-ajax-holder .mfp-content.multimedia iframe {
  max-width: 90vw;
}

.mfp-inline-holder .mfp-content.multimedia .mejs__wrapper,
.mfp-ajax-holder .mfp-content.multimedia .mejs__wrapper {
  min-height: unset !important;
  min-width: unset !important;
}

.mfp-inline-holder .mfp-content.multimedia .consent-required,
.mfp-ajax-holder .mfp-content.multimedia .consent-required {
  max-width: 100% !important;
  min-width: 100% !important;
  max-height: 100% !important;
  min-height: unset !important;
  height: auto !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.mfp-inline-holder .mfp-content.multimedia .consent-wrapper,
.mfp-ajax-holder .mfp-content.multimedia .consent-wrapper {
  padding: 20px;
}

h1 .mfp-inline-holder .mfp-content button.mfp-close, h1
.mfp-ajax-holder .mfp-content button.mfp-close {
  width: 0;
  line-height: 0;
  position: absolute;
  left: -2000px;
  overflow: hidden;
}

.mfp-inline-holder .mfp-content button.mfp-close,
.mfp-ajax-holder .mfp-content button.mfp-close {
  width: auto;
  height: auto;
  padding-right: 25px;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mfp-inline-holder .mfp-content button.mfp-close::before,
.mfp-ajax-holder .mfp-content button.mfp-close::before {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -858px -2124px;
  width: 14.14px;
  height: 14.14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mfp-inline-holder .mfp-content button.mfp-close:hover, .mfp-inline-holder .mfp-content button.mfp-close:focus, .mfp-inline-holder .mfp-content button.mfp-close:active,
.mfp-ajax-holder .mfp-content button.mfp-close:hover,
.mfp-ajax-holder .mfp-content button.mfp-close:focus,
.mfp-ajax-holder .mfp-content button.mfp-close:active {
  text-decoration: underline;
}

.mfp-inline-holder .mfp-content .all,
.mfp-ajax-holder .mfp-content .all {
  margin-bottom: 0;
}

.mfp-inline-holder .mfp-content .glossarEntry,
.mfp-ajax-holder .mfp-content .glossarEntry {
  background: #FFFFFF;
  padding: 20px;
}

.mfp-inline-holder .mfp-content .glossarEntry ul,
.mfp-ajax-holder .mfp-content .glossarEntry ul {
  margin-bottom: 40px;
}

.mfp-inline-holder .mfp-content .picture,
.mfp-ajax-holder .mfp-content .picture {
  background: transparent;
}

.mfp-inline-holder .mfp-content .picture.poster,
.mfp-ajax-holder .mfp-content .picture.poster {
  max-width: 100%;
}

.mfp-inline-holder .mfp-content img,
.mfp-ajax-holder .mfp-content img {
  margin: 0 auto;
  display: block;
}

.mfp-inline-holder .mfp-content .slide h1,
.mfp-ajax-holder .mfp-content .slide h1 {
  padding: 20px 5em 0 20px;
}

.mfp-inline-holder .mfp-content .slide .position,
.mfp-ajax-holder .mfp-content .slide .position {
  position: absolute;
  top: 5.5em;
  right: 40px;
}

.mfp-inline-holder .mfp-content .slide video,
.mfp-ajax-holder .mfp-content .slide video {
  margin: 0 auto;
  display: block;
}

.mfp-inline-holder .mfp-content .wrapper-text,
.mfp-ajax-holder .mfp-content .wrapper-text {
  margin-left: 20px;
  margin-right: 200px;
  display: block;
}

.mfp-inline-holder .mfp-content .caption,
.mfp-inline-holder .mfp-content .source,
.mfp-ajax-holder .mfp-content .caption,
.mfp-ajax-holder .mfp-content .source {
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  display: block;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.mfp-inline-holder .mfp-content .source,
.mfp-ajax-holder .mfp-content .source {
  margin: 20px 60px 10px;
}

.mfp-inline-holder .mfp-content .source cite,
.mfp-ajax-holder .mfp-content .source cite {
  background: transparent;
  color: #FFFFFF;
  font: inherit;
}

.mfp-gallery .mfp-inline-holder .mfp-content,
.mfp-gallery .mfp-ajax-holder .mfp-content {
  width: 900px;
}

.mfp-container .mfp-arrow {
  width: 14px;
  height: 23px;
}

.mfp-container .mfp-arrow, .mfp-container .mfp-arrow:active {
  margin-top: 0;
}

.mfp-container .mfp-arrow::before, .mfp-container .mfp-arrow::after,
.mfp-container .mfp-arrow .mfp-b,
.mfp-container .mfp-arrow .mfp-a {
  width: 14px;
  height: 23px;
  margin: 0;
  padding: 0;
  border: none;
}

.mfp-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mfp-pagination li {
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
}

.mfp-pagination li::before {
  content: none;
}

.mfp-pagination li.active button::before {
  opacity: 1;
}

.mfp-pagination button {
  background: transparent;
  width: auto;
  height: auto;
  padding: 5px;
  border: none;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
}

.mfp-pagination button::before {
  content: '';
  background: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: block;
  opacity: .5;
}

ul.links {
  margin-bottom: 40px;
}

ul.links a,
ul.links strong {
  display: block;
  padding-left: 20px;
  position: relative;
}

.mm-search {
  display: none;
}

.mm-menu .mobile-head {
  width: 0;
  line-height: 0;
  position: absolute;
  left: -2000px;
  overflow: hidden;
}

.mm-menu .mobile-head h1 {
  width: 0;
  line-height: 0;
  position: absolute;
  left: -2000px;
  overflow: hidden;
}

.mm-btn {
  left: 0;
}

.mejs__wrapper {
  margin: 0 auto;
}

video,
.mejs__container {
  margin: 0 auto 40px;
}

.supplement video, .supplement
.mejs__container {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.mejs__container {
  max-height: 80vh;
  /* Aktiv-Darstellung von Audiodeskription und DGS in Video */
}

.mejs__container:focus {
  -webkit-box-shadow: 0 0 0 1px #FFBF77;
          box-shadow: 0 0 0 1px #FFBF77;
}

.mejs__container .mejs__captions-selector.mejs__captions-selector.mejs__captions-selector {
  width: 100px;
  height: 65px;
}

.mejs__container .mejs__captions-selector.mejs__captions-selector.mejs__captions-selector ul {
  padding-left: 0;
}

.mejs__container .mejs__captions-selector.mejs__captions-selector.mejs__captions-selector ul input {
  margin: 5px 5px 0 0;
  padding: 0;
}

.mejs__container *:focus {
  outline: 2px solid #FFFFFF;
}

.mejs__container *:focus:hover, .mejs__container *:focus:hover:active {
  outline: none;
}

.mejs__container video:focus {
  outline-color: rgba(55, 55, 55, 0.7);
  outline-offset: -2px;
}

.mejs__container .audio-description-on > button::after,
.mejs__container .video-description-on > button::after {
  content: '✔';
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #333333, 1px -1px 0 #333333, -1px 1px 0 #333333, 1px 1px 0 #333333;
  display: block;
  font-size: 1.2rem;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: .5rem;
}

.mejs__wrapper.has-external-controls .mejs__controls {
  display: none;
}

.mejs__controls.mejs__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 55, 55, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(55, 55, 55, 0.7), rgba(0, 0, 0, 0.7));
}

.mejs__button button:focus, .mejs__button button.focus-within {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.mejs__button button:focus, .mejs__button button:focus-within {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.galleryBox .mejs__wrapper {
  margin-top: 46px;
}

.galleryBox .mejs__wrapper .mejs__container {
  margin: 0 auto;
}

.mejs__captions-selector.mejs__captions-selector {
  height: auto !important;
  margin-right: auto;
  left: auto;
  right: 50%;
  bottom: 100%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.mejs__captions-selector-list-item {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.mejs__captions-selector-list-item::before {
  content: none;
}

.mejs__captions-selector-list-item:hover {
  background-color: transparent !important;
}

.mejs__captions-selector-label {
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 30px;
  padding-bottom: 6px;
  font-size: 1.2rem;
  position: relative;
}

.mejs__captions-selector-label:active, .mejs__captions-selector-label:focus, .mejs__captions-selector-label:hover {
  text-decoration: underline;
}

.mejs__captions-selector-label::before {
  content: '';
  background-image: radial-gradient(transparent 0, transparent 50%, #FFFFFF 50%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mejs__captions-selector-label[class*='-selected']::before {
  background-image: radial-gradient(#FFFFFF 0, #FFFFFF 20%, transparent 20%, transparent 50%, #FFFFFF 50%, #FFFFFF 100%);
}

.mejs__captions-selector-input:focus + label {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
}

.mejs__captions-selected {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.mejs__time-handle-content {
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  top: -7px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mejs__captions-button .mejs__icon-captions {
  fill: #000000;
}

.mejs__wrapper.has-external-controls--youtube {
  background-size: auto !important;
}

.mejs__wrapper.has-external-controls--youtube .mejs__overlay-play {
  width: auto !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mejs__wrapper.has-external-controls--youtube .mejs__iframe-overlay {
  display: none !important;
}

.navPrimary {
  position: relative;
  clear: both;
}

.navPrimary a {
  color: #000000;
  padding: 20px 0;
  display: block;
}

.navSkip,
.navSkip a {
  left: -2000px;
  line-height: 0;
  position: absolute;
  width: 0;
}

.navSkip a:focus, .navSkip a:active {
  background-color: #004F80;
  color: #FFFFFF;
  font-size: 1.6rem;
  height: auto;
  left: calc(2000px + 50vw);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 0 20px;
  top: 75px;
  width: 180px;
  z-index: 1000;
  text-align: center;
}

.richtext-accordion.gsb-toggle {
  margin-bottom: 12px;
}

.c-page-header .richtext-accordion .heading {
  border: none !important;
}

.c-page-header .richtext-accordion .heading + div {
  border: none;
}

.c-page-header .richtext-accordion button {
  font-size: 2.6rem;
  line-height: 1.34615;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.richtext > .row > .column > h2:not(:first-child) {
  padding-top: 5rem;
}

.richtext > .row > .column > h3:not(:first-child) {
  padding-top: 3.8rem;
}

.richtext > .row > .column > h4:not(:first-child) {
  padding-top: 3.2rem;
}

.richtext ul h2,
.richtext ul h3,
.richtext ul h4 {
  line-height: 1;
  margin-bottom: 0;
}

p, li, td, th, blockquote, dt, dd, caption, .formError, address, .address {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.4375;
}

ul {
  margin-bottom: 12px;
  list-style: none;
}

ul > li {
  padding-left: 23px;
  position: relative;
}

ul > li::before {
  content: '';
  background-color: #083163;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-inverse ul > li::before {
  background-color: #FFFFFF;
}

ul ul > li {
  padding-left: 19px;
}

ul ul > li::before {
  content: '–';
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-block;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

ol {
  margin-bottom: 12px;
  list-style: none;
  counter-reset: item;
  position: relative;
}

ol > li {
  padding-left: 19px;
  counter-increment: item;
}

ol > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 12px;
}

.no-bullet > li {
  padding-left: 0;
  position: static;
}

.no-bullet > li::before {
  content: none;
}

blockquote,
q {
  quotes: '' '' '' '';
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: '' '' '' '';
}

blockquote {
  padding: 0;
  border-left: none;
}

blockquote p {
  color: #232323;
  font-size: 1.9rem;
  line-height: 1.52632;
}

blockquote p:first-child::before {
  content: '\00BB\0020';
}

blockquote p:first-child:last-child::after {
  content: '\0020\00AB';
}

blockquote p:nth-last-child(2) {
  margin-bottom: 15px;
}

blockquote p:nth-last-child(2)::after {
  content: '\0020\00AB';
}

blockquote cite {
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #000000;
  margin-top: -5px;
}

cite {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  display: inline;
}

cite::before {
  content: none;
}

button {
  color: inherit;
}

abbr,
dfn {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #083163), color-stop(0%, #FFFFFF));
  background-image: linear-gradient(to right, #083163 40%, #FFFFFF 0%);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 5px 1px;
}

abbr, abbr[title],
dfn,
dfn[title] {
  border-bottom: none;
}

table {
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 20px;
  clear: both;
  border-collapse: separate;
  table-layout: fixed;
}

table.even-odd tr:nth-child(odd) {
  background: #E1E6EC;
}

table td.right, table td.left {
  float: none !important;
}

table td abbr {
  font-weight: normal;
}

table a {
  text-decoration: underline;
}

table a:hover, table a:active, table a:focus {
  text-decoration: none;
}

table .sortUp,
table .sortDown {
  padding-right: 14px;
  display: inline-block;
  position: relative;
}

table .sortUp::after,
table .sortDown::after {
  top: 8px;
  right: 0;
}

table .sortUp::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -1066px;
  width: 9px;
  height: 6px;
  display: inline-block;
  position: absolute;
}

table .sortDown::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -960px;
  width: 9px;
  height: 6px;
  display: inline-block;
  position: absolute;
}

table .odd {
  background-color: #E1E6EC;
}

table .even {
  background-color: #FFFFFF;
}

table .width15 {
  width: 15%;
}

table .width20 {
  width: 20%;
}

table .width25 {
  width: 25%;
}

table .width30 {
  width: 30%;
}

table .width35 {
  width: 35%;
}

table .width40 {
  width: 40%;
}

table .width45 {
  width: 45%;
}

table .width50 {
  width: 50%;
}

table .width70 {
  width: 70%;
}

table .width80 {
  width: 80%;
}

table .width85 {
  width: 85%;
}

caption {
  padding-bottom: 20px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

tbody {
  padding: 0 0 10px;
}

th {
  background: #083163;
  padding: 14px 15px 18px;
  color: #FFFFFF;
  text-align: left;
}

th:not(:last-child) {
  border-right: 2px solid #FFFFFF;
}

th a {
  text-decoration: none;
}

th a, th a:active, th a:focus, th a:hover {
  color: #FFFFFF;
}

th a:active, th a:focus, th a:hover {
  text-decoration: underline;
}

td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

td:not(:last-child) {
  border-right: 2px solid #B4C1D0;
}

.responsiveTableWrapper {
  margin-bottom: 40px;
  display: block !important;
  position: relative;
}

.responsiveTableWrapper::before, .responsiveTableWrapper::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.responsiveTableWrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(transparent));
  background: linear-gradient(to right, #FFFFFF, transparent);
  left: 0;
}

.responsiveTableWrapper::after {
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(transparent));
  background: linear-gradient(to left, #FFFFFF, transparent);
  right: 0;
}

.responsiveTableWrapper.is-scroll-left::before {
  width: 20px;
}

.responsiveTableWrapper.is-scroll-right::after {
  width: 20px;
}

.responsiveTable {
  overflow-x: scroll;
}

.responsiveTable table {
  width: 637px;
}

dl {
  margin: 0 0 20px;
  overflow: hidden;
}

dt {
  padding-right: 15px;
  font-weight: bold;
  display: block;
  float: left;
  clear: both;
}

dd {
  margin-bottom: .3rem;
  display: block;
}

p.left,
td.left,
th.left {
  text-align: left;
}

p.right,
td.right,
th.right {
  text-align: right;
}

p.center,
td.center,
th.center {
  text-align: center;
}

p.justify,
td.justify,
th.justify {
  text-align: justify;
}

.picture {
  max-width: 100%;
  margin: 0 auto 18px;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.picture a,
.picture a span {
  display: block;
}

.picture.linksOhne {
  margin-left: 0;
  margin-right: 0;
}

.picture.rechtsOhne {
  margin-left: auto;
  margin-right: 0;
}

.picture .loupe {
  display: none;
}

.picture .wrapper {
  max-width: 100%;
  display: inline-block;
  position: relative;
}

.picture .wrapper-text {
  display: inline-block;
  position: relative;
}

.picture .caption {
  padding-top: 12px;
  color: #505050;
  font-size: 1.2rem;
  line-height: 1.33333;
  letter-spacing: .5px;
  display: block;
  position: relative;
}

.picture .source {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.33333;
  position: absolute;
  left: 0;
  bottom: 0;
}

.richtext-accordion + .picture {
  margin-top: 30px;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: underline;
}

a.external, a.RichTextWikiLink, a.RichTextExtLink, a.ExternalLink {
  padding-right: 26px;
  font-weight: bold;
  text-decoration: underline;
  position: static;
}

a.external:hover, a.external:focus, a.external:active, a.RichTextWikiLink:hover, a.RichTextWikiLink:focus, a.RichTextWikiLink:active, a.RichTextExtLink:hover, a.RichTextExtLink:focus, a.RichTextExtLink:active, a.ExternalLink:hover, a.ExternalLink:focus, a.ExternalLink:active {
  text-decoration: none;
}

a.external::after, a.RichTextWikiLink::after, a.RichTextExtLink::after, a.ExternalLink::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1314.42px -2124px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(4px, 6px);
      -ms-transform: translate(4px, 6px);
          transform: translate(4px, 6px);
}

a.RichTextIntLink {
  font-weight: bold;
  text-decoration: underline;
}

a.RichTextIntLink:hover, a.RichTextIntLink:focus, a.RichTextIntLink:active {
  text-decoration: none;
}

a.RichTextGlossarLink, a.GlossarEntry {
  border-bottom: 1px dotted #7F7F7F;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  cursor: help;
}

a.RichTextGlossarLink:hover, a.RichTextGlossarLink:focus, a.RichTextGlossarLink:active, a.GlossarEntry:hover, a.GlossarEntry:focus, a.GlossarEntry:active {
  border-bottom: 1px solid #7F7F7F;
  text-decoration: none;
}

a.ContactData {
  padding-right: 30px;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}

a.ContactData:hover, a.ContactData:focus, a.ContactData:active {
  text-decoration: none;
}

a.ContactData::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1242px -1199px;
  width: 18px;
  height: 12px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(5px, 8px);
      -ms-transform: translate(5px, 8px);
          transform: translate(5px, 8px);
}

a.download, a.Publication {
  padding-right: 24px;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}

a.download:hover, a.download:focus, a.download:active, a.Publication:hover, a.Publication:focus, a.Publication:active {
  text-decoration: none;
}

a.download::after, a.Publication::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -2273px -166px;
  width: 12px;
  height: 16px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(4px, 6px);
      -ms-transform: translate(4px, 6px);
          transform: translate(4px, 6px);
}

a.shoppingCartLink {
  padding-right: 28px;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}

a.shoppingCartLink:hover, a.shoppingCartLink:focus, a.shoppingCartLink:active {
  text-decoration: none;
}

a.shoppingCartLink::after {
  content: '';
  background: url(https://www.rotmainklinik.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1525px -937px;
  width: 28px;
  height: 27px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(2px, 0) scale(0.75);
      -ms-transform: translate(2px, 0) scale(0.75);
          transform: translate(2px, 0) scale(0.75);
}

.has-tip {
  color: inherit;
  font-weight: inherit;
}

.has-tip:focus, .has-tip:hover, .has-tip:active {
  color: inherit;
  font-weight: inherit;
}

.richtext .c-form:not(:first-child) {
  margin-top: 30px;
}

.c-form .c-button:not(.c-button--float) {
  margin-top: 30px;
}

.c-form .c-button:not(.c-button--float) a,
.c-form .c-button:not(.c-button--float) span {
  text-align: center;
  display: block;
}

.c-form .c-button:not(.c-button--float) + .c-button {
  margin-top: 30px;
}

.c-form .l-links {
  width: 100%;
}

.c-form .l-links__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.searchString {
  font-weight: 700;
  font-style: normal;
}

video {
  max-width: 100%;
}

.s-footer address {
  font-style: normal;
}

.c-column-left {
  float: left;
  width: 50%;
}

.c-column-right {
  float: left;
  width: 50%;
}

.c-column-right::after {
  content: "";
  display: table;
  clear: both;
}

.sitemap h2 {
  border-bottom: solid 1px #004F80;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sitemap ul {
  list-style-type: none !important;
  padding-left: 0;
}

.sitemap ul ul {
  margin-left: 40px;
}

.sitemap ul + h2 {
  margin-top: 40px;
}

.sitemap li {
  padding-left: 0;
}

.sitemap li::before {
  display: none;
}

.StndGallery,
.default-slideshow {
  position: relative;
}

.StndGallery .slick-dots li,
.default-slideshow .slick-dots li {
  height: auto;
  width: auto;
  margin: 0 5px;
}

.StndGallery .slick-dots li::before,
.default-slideshow .slick-dots li::before {
  content: none;
}

.StndGallery .slick-dots button,
.default-slideshow .slick-dots button {
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px;
}

.StndGallery .slick-dots button:hover::before, .StndGallery .slick-dots button:focus::before, .StndGallery .slick-dots button:active::before,
.default-slideshow .slick-dots button:hover::before,
.default-slideshow .slick-dots button:focus::before,
.default-slideshow .slick-dots button:active::before {
  background: #083163;
  border-color: #083163;
}

.StndGallery .slick-dots button::before,
.default-slideshow .slick-dots button::before {
  content: '';
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border: 2px solid #083163;
  border-radius: 3px;
  opacity: 1 !important;
  display: block;
}

.StndGallery .slick-dots .slick-active button::before,
.default-slideshow .slick-dots .slick-active button::before {
  background: #083163;
  border-color: #083163;
}

.StndGallery .slick-dots .slick-active button:hover::before, .StndGallery .slick-dots .slick-active button:focus::before, .StndGallery .slick-dots .slick-active button:active::before,
.default-slideshow .slick-dots .slick-active button:hover::before,
.default-slideshow .slick-dots .slick-active button:focus::before,
.default-slideshow .slick-dots .slick-active button:active::before {
  background: #FFFFFF;
}

.StndGallery .slick-slide p,
.default-slideshow .slick-slide p {
  margin-bottom: 0;
}

.StndGallery .slick-slide:has(.picture) .mejs__wrapper,
.default-slideshow .slick-slide:has(.picture) .mejs__wrapper {
  margin-top: 0 !important;
}

.StndGallery img,
.StndGallery .picture,
.default-slideshow img,
.default-slideshow .picture {
  margin: 0 auto;
  display: block;
  clear: both;
}

.StndGallery video,
.default-slideshow video {
  margin: 0 auto;
}

.StndGallery .navigation .back,
.StndGallery .navigation .next,
.StndGallery .navigation .slick-arrow > button,
.default-slideshow .navigation .back,
.default-slideshow .navigation .next,
.default-slideshow .navigation .slick-arrow > button {
  width: 53px;
  height: 53px;
  cursor: pointer;
}

.StndGallery .navigation .back > img,
.StndGallery .navigation .next > img,
.StndGallery .navigation .slick-arrow > button > img,
.default-slideshow .navigation .back > img,
.default-slideshow .navigation .next > img,
.default-slideshow .navigation .slick-arrow > button > img {
  width: 100%;
}

.StndGallery .navigation .back:not([disabled]):hover, .StndGallery .navigation .back:not([disabled]):focus, .StndGallery .navigation .back:not([disabled]):active,
.StndGallery .navigation .next:not([disabled]):hover,
.StndGallery .navigation .next:not([disabled]):focus,
.StndGallery .navigation .next:not([disabled]):active,
.StndGallery .navigation .slick-arrow > button:not([disabled]):hover,
.StndGallery .navigation .slick-arrow > button:not([disabled]):focus,
.StndGallery .navigation .slick-arrow > button:not([disabled]):active,
.default-slideshow .navigation .back:not([disabled]):hover,
.default-slideshow .navigation .back:not([disabled]):focus,
.default-slideshow .navigation .back:not([disabled]):active,
.default-slideshow .navigation .next:not([disabled]):hover,
.default-slideshow .navigation .next:not([disabled]):focus,
.default-slideshow .navigation .next:not([disabled]):active,
.default-slideshow .navigation .slick-arrow > button:not([disabled]):hover,
.default-slideshow .navigation .slick-arrow > button:not([disabled]):focus,
.default-slideshow .navigation .slick-arrow > button:not([disabled]):active {
  opacity: .6;
}

.StndGallery .navigation .next,
.default-slideshow .navigation .next {
  right: 0;
}

.StndGallery .navigation .back,
.default-slideshow .navigation .back {
  left: 0;
}

.StndGallery .wrapper-text,
.default-slideshow .wrapper-text {
  display: block;
  position: relative;
}

.StndGallery {
  border-top: 2px solid #CCCCCC;
  padding-top: 80px;
  margin-bottom: 100px;
}

.StndGallery .slick-dots {
  margin: 0;
  position: absolute;
  top: -53px;
  bottom: auto;
}

.StndGallery .navigation {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 999;
}

.StndGallery .navigation .back,
.StndGallery .navigation .next,
.StndGallery .navigation .slick-arrow > button {
  width: 53px;
  height: 53px;
  cursor: pointer;
  position: absolute;
}

.js-on .StndGallery .navigation {
  top: -68px;
}

.StndGallery .mejs__wrapper + p .caption {
  display: block;
  margin-bottom: 5px;
}

.richtext p + .StndGallery {
  margin-top: 20px;
}

.slick-list {
  height: auto !important;
}

.slick-slide {
  height: auto !important;
}

.stage {
  background: #004F80;
}

.stage .stage-wrapper {
  position: relative;
  max-width: 123.6em;
  margin: 0 auto;
  overflow: hidden;
}

.stage .textContainer h3 {
  font-size: 2.5rem;
  margin: 40px 20px;
}

.stage .textContainer h3 a {
  color: #FFFFFF;
}

.stage .textContainer p {
  display: none;
}

.stage .imageContainer {
  position: relative;
  text-align: center;
}

.stage .imageContainer a {
  display: block;
}

.stage .imageContainer a:focus {
  outline: 1px dotted #FFFFFF;
  margin: 1px;
}

.stage .imageContainer img {
  margin-bottom: 0;
}

.stage video,
.stage .mejs-container {
  margin-bottom: 0;
}

.stage .teaser {
  border-bottom: none;
}

.stage .teaser.hidden {
  visibility: hidden;
}

.stage .pagination {
  margin-bottom: 40px;
  width: 100%;
}

.stage .pagination ul {
  text-align: center;
}

.stage .pagination li {
  display: inline-block;
  list-style-type: none;
  font-size: 2.2rem;
  margin-right: 5px;
}

.stage .pagination a,
.stage .pagination strong {
  font-weight: bold;
  border-radius: 5px;
  clear: left;
  display: block;
  padding: 7px 13px 8px;
  line-height: 1;
  text-transform: uppercase;
}

.stage .pagination a {
  color: #FFFFFF;
  background-color: #004F80;
}

.stage .pagination strong {
  color: #004F80;
  background-color: #FFFFFF;
}

.stage .navigation {
  display: none;
}

.js-on .stage .stage-container {
  margin-bottom: 0;
}

.js-on .stage .teaser {
  float: left;
  /*Nur bei fade-effect*/
  /*position: absolute;*/
  width: 100%;
}

.js-on .stage .pagination {
  display: none;
}

.js-on .stage .slick-dots {
  position: static;
  margin-bottom: 40px;
}

.js-on .stage .slick-dots button {
  height: 20px;
  width: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  line-height: 1.2;
  background-color: transparent;
  text-indent: -99999px;
  content: none;
}

.js-on .stage .slick-dots button:hover, .js-on .stage .slick-dots button:focus, .js-on .stage .slick-dots button:active {
  background-color: #FFFFFF;
}

.js-on .stage .slick-dots .slick-active button {
  background-color: #FFFFFF;
}

.js-on .stage .slick-dots .slick-active button:hover, .js-on .stage .slick-dots .slick-active button:focus, .js-on .stage .slick-dots .slick-active button:active {
  background-color: transparent;
}

.js-on .stage .navigation {
  display: block;
  top: 26%;
  left: 0;
  position: absolute;
  width: 100%;
}

.js-on .stage .navigation button {
  height: 43px;
  width: 30px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-on .stage .navigation button:hover, .js-on .stage .navigation button:active {
  opacity: .8;
}

.js-on .stage .navigation button:focus {
  background: #004F80 none repeat scroll 0 0;
  outline: 1px solid #004F80;
  border-radius: 0;
}

.js-on .stage .navigation .next {
  right: 10px;
}

.js-on .stage .navigation .prev {
  left: 10px;
}

.tooltip {
  background-color: #FFFFFF;
  padding: 14px;
  border: 1px solid #B4C1D0;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  color: #505050;
  font-size: 1.3rem;
  line-height: 1.30769;
  letter-spacing: .5px;
}

.tooltip::before {
  display: none !important;
}

.wrapperDivisions {
  overflow: hidden;
}

.row {
  margin-left: 1rem;
  margin-right: 1rem;
}

.h {
  /* Typography
   ========================================================================== */
  /* Color
   ========================================================================== */
  /* Position
   ========================================================================== */
  /* Hide
   ========================================================================== */
  /* Block
   ========================================================================== */
  /* No margin
   ========================================================================== */
}

.h-font-size-small p, .h-font-size-small li, .h-font-size-small td, .h-font-size-small th, .h-font-size-small blockquote, .h-font-size-small dt, .h-font-size-small dd, .h-font-size-small caption, .h-font-size-small .formError, .h-font-size-small address, .h-font-size-small .address, .h-font-size-reset p, .h-font-size-reset li, .h-font-size-reset td, .h-font-size-reset th, .h-font-size-reset blockquote, .h-font-size-reset dt, .h-font-size-reset dd, .h-font-size-reset caption, .h-font-size-reset .formError, .h-font-size-reset address, .h-font-size-reset .address {
  margin-bottom: 12px;
}

.h-font-size-small p,
.h-font-size-small p a,
.h-font-size-small p strong, .h-font-size-small li,
.h-font-size-small li a,
.h-font-size-small li strong, .h-font-size-small td,
.h-font-size-small td a,
.h-font-size-small td strong, .h-font-size-small th,
.h-font-size-small th a,
.h-font-size-small th strong, .h-font-size-small blockquote,
.h-font-size-small blockquote a,
.h-font-size-small blockquote strong, .h-font-size-small dt,
.h-font-size-small dt a,
.h-font-size-small dt strong, .h-font-size-small dd,
.h-font-size-small dd a,
.h-font-size-small dd strong, .h-font-size-small caption,
.h-font-size-small caption a,
.h-font-size-small caption strong, .h-font-size-small .formError,
.h-font-size-small .formError a,
.h-font-size-small .formError strong, .h-font-size-small address,
.h-font-size-small address a,
.h-font-size-small address strong, .h-font-size-small .address,
.h-font-size-small .address a,
.h-font-size-small .address strong, .h-font-size-reset p,
.h-font-size-reset p a,
.h-font-size-reset p strong, .h-font-size-reset li,
.h-font-size-reset li a,
.h-font-size-reset li strong, .h-font-size-reset td,
.h-font-size-reset td a,
.h-font-size-reset td strong, .h-font-size-reset th,
.h-font-size-reset th a,
.h-font-size-reset th strong, .h-font-size-reset blockquote,
.h-font-size-reset blockquote a,
.h-font-size-reset blockquote strong, .h-font-size-reset dt,
.h-font-size-reset dt a,
.h-font-size-reset dt strong, .h-font-size-reset dd,
.h-font-size-reset dd a,
.h-font-size-reset dd strong, .h-font-size-reset caption,
.h-font-size-reset caption a,
.h-font-size-reset caption strong, .h-font-size-reset .formError,
.h-font-size-reset .formError a,
.h-font-size-reset .formError strong, .h-font-size-reset address,
.h-font-size-reset address a,
.h-font-size-reset address strong, .h-font-size-reset .address,
.h-font-size-reset .address a,
.h-font-size-reset .address strong {
  font-size: 1.6rem;
  line-height: 1.4375;
}

.h-bg-color-chambray {
  background-color: #2E517B;
  color: #FFFFFF;
}

.h-bg-color-chambray a, .h-bg-color-chambray a:active, .h-bg-color-chambray a:hover, .h-bg-color-chambray a:focus {
  color: #FFFFFF;
}

.h-bg-color-deep-sapphire {
  background-color: #083163;
  color: #FFFFFF;
}

.h-bg-color-deep-sapphire a, .h-bg-color-deep-sapphire a:active, .h-bg-color-deep-sapphire a:hover, .h-bg-color-deep-sapphire a:focus {
  color: #FFFFFF;
}

.h-bg-color-mellow-apricot {
  background-color: #FFBF77;
  color: #000000;
}

.h-bg-color-mellow-apricot a, .h-bg-color-mellow-apricot a:active, .h-bg-color-mellow-apricot a:hover, .h-bg-color-mellow-apricot a:focus {
  color: #000000;
}

.h-bg-color-tequila {
  background-color: #FFE5CA;
  color: #000000;
}

.h-bg-color-tequila a, .h-bg-color-tequila a:active, .h-bg-color-tequila a:hover, .h-bg-color-tequila a:focus {
  color: #000000;
}

.h-relative {
  position: relative !important;
}

.h-hide {
  display: none !important;
}

.h-block {
  display: block !important;
}

.h-no-margin {
  margin: 0 !important;
}

.h-inline-block {
  display: inline-block !important;
}

.h-inline-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.aural {
  left: -2000px !important;
  line-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 0 !important;
}

.clear {
  clear: both !important;
} 