/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container .row [class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.container .row .col-lg-1-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
.container .row .col-lg-3-4 {
  flex: 0 0 75%;
  max-width: 75%;
}
.container .row .col-lg-2-3 {
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}
.container .row .col-lg-1-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.container .row .col-lg-1-3 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.container .row .col-lg-1-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.container-fluid {
  text-align: center;
}

@media (max-width: 1199px) {
  .container .row .col-md-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .row .col-md-4-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .row .col-md-2-3 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }
  .container .row .col-md-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .row .col-md-1-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .row .col-md-1-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 799px) {
  .container .row [class*=col-lg-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .row .col-sm-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .row .col-sm-4-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .row .col-sm-2-3 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }
  .container .row .col-sm-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .row .col-sm-1-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .row .col-sm-1-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@font-face {
  font-family: "MessinaSans-Book";
  src: url(../fonts/MessinaSansWeb-Book.eot), url(../fonts/MessinaSansWeb-Book.woff) format("woff"), url(../fonts/MessinaSansWeb-Book.woff2) format("woff2");
}
@font-face {
  font-family: "MessinaSans-SemiBold";
  src: url(../fonts/MessinaSansWeb-SemiBold.eot), url(../fonts/MessinaSansWeb-SemiBold.woff) format("woff"), url(../fonts/MessinaSansWeb-SemiBold.woff2) format("woff2");
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  color: #000000;
  font-family: "MessinaSans-Book", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
  overflow-x: hidden;
}

body.admin-bar .header-navigation {
  top: 32px;
}

body.header-all #header-all {
  display: block;
}

body.header-patienten-besucher #header-patienten-besucher {
  display: block;
}

body.header-zuweiser #header-zuweiser {
  display: block;
}

body.header-jobs #header-jobs {
  display: block;
}

a {
  text-decoration: none;
  color: #007D91;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

li {
  margin-bottom: 5px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: normal;
  font-family: "MessinaSans-SemiBold", Arial, sans-serif;
}

p {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

.mb-55 {
  margin-bottom: 55px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.2;
  /*display: inline-block;*/
}

body.has-post-thumbnail h1 {
  margin-top: 92px;
}

h1 {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 90px;
}

h2 {
  font-size: 2.75rem;
}

h3 {
  font-size: 2rem;
}

h4, h5, h6 {
  font-size: 1rem;
}

body.has-post-thumbnail header {
  margin-bottom: 86px;
}

header {
  padding-top: 43px;
  margin-bottom: 72px;
}
header a {
  text-decoration: none;
}
header .nav-link-patienten-besucher {
  padding-left: 40px;
}
header#header-default a {
  color: #000000;
}
header.header-navigation {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
  display: none;
}
header.header-navigation a {
  color: #FFFFFF;
  line-height: 1.3;
}
header.header-navigation#header-all {
  background-color: #007D91;
}
header.header-navigation#header-all .search-wrapper input {
  background-image: url(../img/icon-search-all.svg);
}
header.header-navigation#header-all .search-wrapper input::placeholder {
  color: #007D91;
  opacity: 1;
}
header.header-navigation#header-patienten-besucher {
  background-color: #00507D;
}
header.header-navigation#header-patienten-besucher .search-wrapper input {
  background-image: url(../img/icon-search-patienten-besucher.svg);
}
header.header-navigation#header-patienten-besucher .search-wrapper input::placeholder {
  color: #00507D;
  opacity: 1;
}
header.header-navigation#header-zuweiser {
  background-color: #B4B964;
}
header.header-navigation#header-zuweiser .search-wrapper input {
  background-image: url(../img/icon-search-zuweiser.svg);
}
header.header-navigation#header-zuweiser .search-wrapper input::placeholder {
  color: #B4B964;
  opacity: 1;
}
header.header-navigation#header-jobs {
  background-color: #005A3C;
}
header.header-navigation#header-jobs .search-wrapper input {
  background-image: url(../img/icon-search-jobs.svg);
}
header.header-navigation#header-jobs .search-wrapper input::placeholder {
  color: #005A3C;
  opacity: 1;
}
header.header-navigation .container .row:first-of-type {
  margin-bottom: 55px;
}
header.header-navigation .container .col-lg-1-2:last-child {
  justify-content: flex-end;
}
header.header-navigation .container .navigation-title {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
  display: inline-block;
}
header.header-navigation .container .search-wrapper {
  position: relative;
  margin-top: 58px;
}
header.header-navigation .container .search-wrapper input {
  border: 0;
  padding: 0 0 0 74px;
  height: 80px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  outline: none;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position-x: 26px;
  background-position-y: center;
  color: #FFFFFF;
}
header.header-navigation .container .search-wrapper span {
  position: absolute;
  left: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  height: 80px;
  top: 0;
}
header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header ul li {
  margin-bottom: 15px;
}
header ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul li a:hover {
  opacity: 0.6;
}
header .container #logo {
  width: 265px;
  margin-left: -104px;
}
header .container #burger {
  width: 30px;
  height: 20px;
}
header .container .col-lg-1-2:last-child {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 18px;
}
header .container .navigation-row .col-lg-1-4 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 18px;
}
header .container .navigation-row .col-lg-1-4 .muted {
  color: rgba(255, 255, 255, 0.4);
}

#subnavigation {
  text-align: right;
  position: fixed;
  width: 200px;
}
#subnavigation a {
  color: rgba(0, 0, 0, 0.4);
}
#subnavigation a:hover {
  text-decoration: none;
}

.element {
  margin-bottom: 140px;
}
.element .navigation-title {
  padding-top: 38px;
}
.element:not(.lead):not(.text-gross-wrapper) p {
  max-width: 730px;
}
.element .col-lg-3-4 > p:last-of-type {
  margin-bottom: 50px;
}
.element.text .col-lg-3-4 > p:last-of-type {
  margin-bottom: 0;
}
.element.text h2, .element.text h3, .element.text h4 {
  margin-top: 2rem;
}
.element.text-gross-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
}
.element.text-gross-wrapper.aquablau {
  background-color: rgba(0, 125, 145, 0.2);
}
.element.text-gross-wrapper.weidgruen {
  background-color: rgba(180, 185, 100, 0.5);
}
.element.text-gross-wrapper h2, .element.text-gross-wrapper p {
  font-size: 2rem;
}
.element.lead .col-lg-3-4 > p:last-of-type {
  margin-bottom: 0;
}
.element.lead .lead-text {
  font-size: 2rem;
}
.element.accordion .accordion-title {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  background-image: url(../img/icon-arrow-down-plus.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: top 32px right 115px;
  transition: padding-left 0.3s, opacity 0.3s;
}
.element.accordion .accordion-title:hover {
  padding-left: 20px;
  opacity: 0.6;
}
.element.accordion .accordion-title.open {
  background-image: url(../img/icon-arrow-down-minus.svg);
  background-position: top 43px right 115px;
}
.element.accordion .accordion-content {
  display: none;
  margin-bottom: 30px;
}
.element.accordion .accordion-content p {
  margin-top: 0;
}
.element.downloads a {
  display: block;
  border: 1px solid;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  margin-left: -24px;
  margin-bottom: 15px;
  font-size: 20px;
  background-image: url(../img/icon-download.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: top 32px right 105px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.element.downloads a:hover {
  padding-left: 43px;
  opacity: 0.6;
}
.element.bild-images .images {
  display: flex;
  justify-content: space-between;
}
.element.bild-images .images .caption {
  font-size: 0.8rem;
}
.element.bild-images .images.gutter div {
  width: 49%;
}
.element.links a {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 32px;
  background-image: url(../img/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: top 36px right 110px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.element.links a:hover {
  padding-left: 20px;
  opacity: 0.6;
}
.element.slider {
  margin-bottom: 260px;
}
.element.slider #blue-background {
  height: 650px;
  background-color: rgba(0, 125, 145, 0.4);
  position: absolute;
  width: 1070px;
  margin-left: -225px;
}
.element.slider .row {
  padding-top: 40px;
}
.element.slider .swiper-button-prev, .element.slider .swiper-button-next {
  width: 60px;
  height: 60px;
  outline: none;
}
.element.slider .swiper-button-prev:after, .element.slider .swiper-button-next:after {
  content: none;
}
.element.slider .swiper-button-next {
  background-image: url(../img/icon-slider-arrow-right.svg);
  right: 40px;
}
.element.slider .swiper-button-prev {
  background-image: url(../img/icon-slider-arrow-left.svg);
  left: 40px;
}
.element.slider #front-page-popup {
  width: 465px;
  height: 360px;
  position: absolute;
  margin-top: -250px;
  z-index: 10;
  margin-left: -125px;
  overflow: hidden;
}
.element.slider #front-page-popup .swiper-container-text {
  height: 100%;
}
.element.slider #front-page-popup .swiper-container-text .swiper-slide.aquablau {
  background-color: #007D91;
}
.element.slider #front-page-popup .swiper-container-text .swiper-slide.herbstrot {
  background-color: #BE5532;
}
.element.slider #front-page-popup .swiper-container-text .swiper-slide.tannengruen {
  background-color: #005A3C;
}
.element.slider #front-page-popup .swiper-container-text .swiper-slide a {
  color: #FFFFFF;
}
.element.slider #front-page-popup .swiper-container-text .swiper-slide a .title {
  margin: 20px 0 0 20px;
  color: rgba(255, 255, 255, 0.4);
}
.element.slider #front-page-popup .swiper-container-text .swiper-slide a .text {
  margin: 35px 0 0 125px;
  font-size: 2rem;
  line-height: 1.2;
  max-width: 70%;
}
.element.slider #front-page-popup .swiper-container-text .swiper-slide a .link {
  position: absolute;
  left: 125px;
  bottom: 40px;
}
.element.slider #front-page-popup .swiper-container-text .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.4);
}
.element.slider #front-page-popup .swiper-container-text .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 0.4);
}
.element.tabelle table {
  width: 100%;
  border-collapse: collapse;
}
.element.tabelle table tr td {
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}
.element.tabelle table tr:last-of-type td {
  border-bottom: 1px solid #cccccc;
}
.element.text-box .text-box-text {
  padding: 47px;
}
.element.text-box .text-box-text h2, .element.text-box .text-box-text h3 {
  font-size: 2rem;
  line-height: 1.36;
  margin-top: 0;
}
.element.text-box .text-box-text ul:last-child, .element.text-box .text-box-text p:last-child {
  margin-bottom: 0;
}
.element.text-box .text-box-text.aquablau {
  background-color: rgba(0, 125, 145, 0.1);
  color: #007D91;
}
.element.text-box .text-box-text.tannengruen {
  background-color: rgba(0, 90, 60, 0.1);
  color: #005A3C;
}
.element.text-box .text-box-text.herbstrot {
  background-color: rgba(190, 85, 50, 0.1);
  color: #BE5532;
}
.element.fachbereiche .navigation-title {
  padding-top: 0;
}
.element.fachbereiche .fachbereiche-panel {
  background-color: #EEF4F2;
  margin-left: -145px;
  display: flex;
  justify-content: space-between;
}
.element.fachbereiche .fachbereiche-panel .image-panel {
  width: 19%;
  padding-left: 50px;
  padding-top: 30px;
}
.element.fachbereiche .fachbereiche-panel .links-panel {
  width: 76%;
}
.element.fachbereiche .fachbereiche-panel .links-panel a {
  display: block;
  color: #005A3C;
  border-bottom: 1px solid #cccccc;
  padding-top: 30px;
  font-size: 32px;
  padding-bottom: 30px;
  background-image: url(../img/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: top 36px right 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.element.fachbereiche .fachbereiche-panel .links-panel a:hover {
  padding-left: 20px;
  opacity: 0.6;
}

footer {
  background-color: rgba(0, 0, 0, 0.04);
  padding-top: 100px;
  padding-bottom: 100px;
  color: rgba(0, 0, 0, 0.6);
}
footer a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer a:hover {
  opacity: 0.6;
}
footer p {
  margin-top: 0;
}
footer .row-footer-top {
  margin-bottom: 66px;
}
footer .row-footer-bottom a {
  opacity: 0.6;
}
footer .row-footer-bottom a:hover {
  opacity: 0.3;
}
footer .container .row-footer-mobile {
  display: none;
}

body.home footer {
  color: #000000;
  background-color: #96C3D7;
}
body.home footer a {
  color: #000000;
}

#scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-image: url(../img/icon-arrow-up.svg);
  width: 25px;
  height: 50px;
  display: none;
}

body.page-template-geschaeftsbericht-2020 .head-icons, body.page-template-geschaeftsbericht-2021 .head-icons, body.page-template-geschaeftsbericht-2022 .head-icons {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
body.page-template-geschaeftsbericht-2020 .head-icons.sticky, body.page-template-geschaeftsbericht-2021 .head-icons.sticky, body.page-template-geschaeftsbericht-2022 .head-icons.sticky {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  flex-wrap: nowrap;
  max-width: none;
  background-color: #FFFFFF;
}
body.page-template-geschaeftsbericht-2020 .head-icons.sticky a, body.page-template-geschaeftsbericht-2021 .head-icons.sticky a, body.page-template-geschaeftsbericht-2022 .head-icons.sticky a {
  width: 100%;
  min-height: 130px;
}
body.page-template-geschaeftsbericht-2020 .head-icons.sticky a label, body.page-template-geschaeftsbericht-2021 .head-icons.sticky a label, body.page-template-geschaeftsbericht-2022 .head-icons.sticky a label {
  margin-top: 10%;
  font-size: 18px;
  margin-bottom: 10px;
}
body.page-template-geschaeftsbericht-2020 .head-icons.sticky a .fa, body.page-template-geschaeftsbericht-2021 .head-icons.sticky a .fa, body.page-template-geschaeftsbericht-2022 .head-icons.sticky a .fa {
  font-size: 1.5rem;
}
body.page-template-geschaeftsbericht-2020 .head-icons a, body.page-template-geschaeftsbericht-2021 .head-icons a, body.page-template-geschaeftsbericht-2022 .head-icons a {
  width: 33.3333333%;
  min-height: 300px;
  text-align: center;
}
body.page-template-geschaeftsbericht-2020 .head-icons a label, body.page-template-geschaeftsbericht-2021 .head-icons a label, body.page-template-geschaeftsbericht-2022 .head-icons a label {
  margin-top: 25%;
  margin-bottom: 20px;
  display: block;
  font-size: 22px;
  color: #FFFFFF;
}
body.page-template-geschaeftsbericht-2020 .head-icons a .fa, body.page-template-geschaeftsbericht-2021 .head-icons a .fa, body.page-template-geschaeftsbericht-2022 .head-icons a .fa {
  color: #FFFFFF;
  font-size: 4rem;
}
body.page-template-geschaeftsbericht-2020 .head-icons .geschaeftsjahr, body.page-template-geschaeftsbericht-2021 .head-icons .geschaeftsjahr, body.page-template-geschaeftsbericht-2022 .head-icons .geschaeftsjahr {
  background-color: #c95229;
}
body.page-template-geschaeftsbericht-2020 .head-icons .stimmen, body.page-template-geschaeftsbericht-2021 .head-icons .stimmen, body.page-template-geschaeftsbericht-2022 .head-icons .stimmen {
  background-color: #00788d;
}
body.page-template-geschaeftsbericht-2020 .head-icons .zahlen, body.page-template-geschaeftsbericht-2021 .head-icons .zahlen, body.page-template-geschaeftsbericht-2022 .head-icons .zahlen {
  background-color: #005536;
}
body.page-template-geschaeftsbericht-2020 .head-icons .organisation, body.page-template-geschaeftsbericht-2021 .head-icons .organisation, body.page-template-geschaeftsbericht-2022 .head-icons .organisation {
  background-color: #64bdd5;
}
body.page-template-geschaeftsbericht-2020 .head-icons .infos, body.page-template-geschaeftsbericht-2021 .head-icons .infos, body.page-template-geschaeftsbericht-2022 .head-icons .infos {
  background-color: #aeae5d;
}
body.page-template-geschaeftsbericht-2020 .head-icons .download, body.page-template-geschaeftsbericht-2021 .head-icons .download, body.page-template-geschaeftsbericht-2022 .head-icons .download {
  background-color: #00517b;
}
body.page-template-geschaeftsbericht-2020 .readmore-link.more, body.page-template-geschaeftsbericht-2021 .readmore-link.more, body.page-template-geschaeftsbericht-2022 .readmore-link.more {
  display: block;
  margin-top: 1rem;
}
body.page-template-geschaeftsbericht-2020 .readmore-link svg, body.page-template-geschaeftsbericht-2021 .readmore-link svg, body.page-template-geschaeftsbericht-2022 .readmore-link svg {
  width: 21px;
}
body.page-template-geschaeftsbericht-2020 .readmore-link span, body.page-template-geschaeftsbericht-2021 .readmore-link span, body.page-template-geschaeftsbericht-2022 .readmore-link span {
  margin-left: 7px;
}
body.page-template-geschaeftsbericht-2020 p:last-of-type, body.page-template-geschaeftsbericht-2021 p:last-of-type, body.page-template-geschaeftsbericht-2022 p:last-of-type {
  margin-bottom: 1rem;
}
body.page-template-geschaeftsbericht-2020 .chart-description, body.page-template-geschaeftsbericht-2021 .chart-description, body.page-template-geschaeftsbericht-2022 .chart-description {
  margin-bottom: 0;
}
body.page-template-geschaeftsbericht-2020 .chart-margin, body.page-template-geschaeftsbericht-2021 .chart-margin, body.page-template-geschaeftsbericht-2022 .chart-margin {
  margin-bottom: 80px;
}
body.page-template-geschaeftsbericht-2020 h3, body.page-template-geschaeftsbericht-2021 h3, body.page-template-geschaeftsbericht-2022 h3 {
  margin-top: 0;
}
body.page-template-geschaeftsbericht-2020 h3.background-color, body.page-template-geschaeftsbericht-2021 h3.background-color, body.page-template-geschaeftsbericht-2022 h3.background-color {
  background: #f9f9f9;
  padding: 10px;
}
body.page-template-geschaeftsbericht-2020 h3.heading-closed, body.page-template-geschaeftsbericht-2021 h3.heading-closed, body.page-template-geschaeftsbericht-2022 h3.heading-closed {
  cursor: pointer;
  background: #f9f9f9;
  padding: 10px;
  background-image: url(../img/icon-arrow-down-plus.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: top 12px right 30px;
}
body.page-template-geschaeftsbericht-2020 h3.heading-open, body.page-template-geschaeftsbericht-2021 h3.heading-open, body.page-template-geschaeftsbericht-2022 h3.heading-open {
  background-image: url(../img/icon-arrow-down-minus.svg);
  background-position: top 29px right 30px;
}
body.page-template-geschaeftsbericht-2020 h4, body.page-template-geschaeftsbericht-2021 h4, body.page-template-geschaeftsbericht-2022 h4 {
  font-weight: bold;
  font-size: 22px;
}
body.page-template-geschaeftsbericht-2020 .table-scrollable, body.page-template-geschaeftsbericht-2021 .table-scrollable, body.page-template-geschaeftsbericht-2022 .table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
body.page-template-geschaeftsbericht-2020 table, body.page-template-geschaeftsbericht-2021 table, body.page-template-geschaeftsbericht-2022 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
body.page-template-geschaeftsbericht-2020 table.table-closed, body.page-template-geschaeftsbericht-2021 table.table-closed, body.page-template-geschaeftsbericht-2022 table.table-closed {
  display: none;
}
body.page-template-geschaeftsbericht-2020 table tr.bold, body.page-template-geschaeftsbericht-2021 table tr.bold, body.page-template-geschaeftsbericht-2022 table tr.bold {
  font-weight: bold;
}
body.page-template-geschaeftsbericht-2020 table tr td, body.page-template-geschaeftsbericht-2021 table tr td, body.page-template-geschaeftsbericht-2022 table tr td {
  padding: 10px;
  width: 50%;
}
body.page-template-geschaeftsbericht-2020 table tr:nth-of-type(odd), body.page-template-geschaeftsbericht-2021 table tr:nth-of-type(odd), body.page-template-geschaeftsbericht-2022 table tr:nth-of-type(odd) {
  background: #f9f9f9;
}
body.page-template-geschaeftsbericht-2020 table#patientenstatistik tr.no-background, body.page-template-geschaeftsbericht-2021 table#patientenstatistik tr.no-background, body.page-template-geschaeftsbericht-2022 table#patientenstatistik tr.no-background {
  background: #FFFFFF;
}
body.page-template-geschaeftsbericht-2020 table#patientenstatistik tr td, body.page-template-geschaeftsbericht-2021 table#patientenstatistik tr td, body.page-template-geschaeftsbericht-2022 table#patientenstatistik tr td {
  width: auto;
}
body.page-template-geschaeftsbericht-2020 .embed-container, body.page-template-geschaeftsbericht-2021 .embed-container, body.page-template-geschaeftsbericht-2022 .embed-container {
  padding: 56.25% 0 0 0;
  position: relative;
}
body.page-template-geschaeftsbericht-2020 .embed-container iframe,
body.page-template-geschaeftsbericht-2020 .embed-container object,
body.page-template-geschaeftsbericht-2020 .embed-container embed, body.page-template-geschaeftsbericht-2021 .embed-container iframe,
body.page-template-geschaeftsbericht-2021 .embed-container object,
body.page-template-geschaeftsbericht-2021 .embed-container embed, body.page-template-geschaeftsbericht-2022 .embed-container iframe,
body.page-template-geschaeftsbericht-2022 .embed-container object,
body.page-template-geschaeftsbericht-2022 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1679px) {
  body.page-template-geschaeftsbericht-2020 h3.heading-closed, body.page-template-geschaeftsbericht-2021 h3.heading-closed, body.page-template-geschaeftsbericht-2022 h3.heading-closed {
    background-size: 29px;
    background-position: top 10px right 30px;
  }
  body.page-template-geschaeftsbericht-2020 h3.heading-open, body.page-template-geschaeftsbericht-2021 h3.heading-open, body.page-template-geschaeftsbericht-2022 h3.heading-open {
    background-position: top 25px right 30px;
  }
}
@media (max-width: 800px) {
  body.page-template-geschaeftsbericht-2020 .head-icons a, body.page-template-geschaeftsbericht-2021 .head-icons a, body.page-template-geschaeftsbericht-2022 .head-icons a {
    width: 100%;
    min-height: 0;
  }
  body.page-template-geschaeftsbericht-2020 .head-icons a label, body.page-template-geschaeftsbericht-2021 .head-icons a label, body.page-template-geschaeftsbericht-2022 .head-icons a label {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0;
  }
  body.page-template-geschaeftsbericht-2020 .head-icons a .fa, body.page-template-geschaeftsbericht-2021 .head-icons a .fa, body.page-template-geschaeftsbericht-2022 .head-icons a .fa {
    display: none;
  }
  body.page-template-geschaeftsbericht-2020 .head-icons.sticky, body.page-template-geschaeftsbericht-2021 .head-icons.sticky, body.page-template-geschaeftsbericht-2022 .head-icons.sticky {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 32px;
  }

  .element.lead .lead-text {
    font-size: 32px;
  }
  .element.text-box .text-box-text h2, .element.text-box .text-box-text h3 {
    font-size: 32px;
  }
  .element.accordion .accordion-title {
    font-size: 1rem;
  }
  .element.downloads a {
    font-size: 1rem;
  }
  .element.slider .col-slider-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .element.slider .col-slider-2 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .element.slider #front-page-popup {
    margin-top: -150px;
  }
}
@media (max-width: 1679px) {
  html {
    font-size: 16px;
  }

  p, ul, li, .accordion-title {
    font-size: 20px !important;
  }

  h1 {
    font-size: 3.43rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.56rem;
  }

  header a, header .navigation-title {
    font-size: 1.25rem;
  }

  .element {
    margin-bottom: 110px;
  }
  .element.lead .lead-text {
    font-size: 1.56rem;
  }
  .element.text-box .text-box-text h2, .element.text-box .text-box-text h3 {
    font-size: 1.56rem;
  }
  .element.links a {
    font-size: 1.56rem;
  }
  .element.fachbereiche .fachbereiche-panel .image-panel {
    width: 17%;
    padding-left: 50px;
    padding-top: 35px;
  }
  .element.fachbereiche .fachbereiche-panel .links-panel a {
    font-size: 1.56rem;
  }
  .element.bild-images.two-images [class*=col-lg-] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer p {
    font-size: 16px !important;
  }
}
@media (max-width: 1450px) {
  header .container #logo {
    margin-left: 0;
  }

  #subnavigation {
    display: none;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 2.81rem;
  }

  p {
    font-size: 16px;
  }

  .element.lead [class*=col-lg-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .element.slider .col-slider-1 {
    display: none;
  }
  .element.slider .col-slider-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .element.slider #front-page-popup {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .element.slider #blue-background {
    display: none;
  }
  .element.slider .row {
    padding-top: 0;
  }
  .element.slider #front-page-popup {
    position: static;
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .element.slider #front-page-popup .swiper-container-text .swiper-slide a .text {
    margin: 20px 0 20px 20px;
  }
  .element.slider #front-page-popup .swiper-container-text .swiper-slide a .link {
    display: none;
  }
  .element.fachbereiche .fachbereiche-panel {
    padding: 20px;
    margin-left: 0;
  }
  .element.fachbereiche .fachbereiche-panel .image-panel {
    display: none;
  }
  .element.fachbereiche .fachbereiche-panel .links-panel {
    width: 100%;
  }
  .element.fachbereiche .fachbereiche-panel .links-panel a {
    background-position: top 36px right 2px;
  }
}
@media (max-width: 1100px) {
  header .nav-link-patienten-besucher {
    padding-left: 0;
  }
}
@media (max-width: 950px) {
  .display-none-sm {
    display: none !important;
  }

  .burger-col {
    justify-content: flex-end !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 850px) {
  .element.links a {
    background-position: top 36px right 2px;
  }
  .element.accordion .accordion-title {
    background-position: right 2px center;
  }
  .element.accordion .accordion-title.open {
    background-position: right 2px center;
  }
  .element.downloads a {
    background-position: top 34px right 10px;
  }
}
@media (max-width: 799px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  header.header-navigation#header-all .navigation-title {
    display: block;
  }
  header.header-navigation#header-all ul {
    display: none;
  }

  .element .navigation-title {
    display: none;
  }
  .element.downloads a {
    margin-left: 0;
  }
  .element.slider .swiper-button-prev, .element.slider .swiper-button-next {
    display: none;
  }
  .element.text-box .text-box-text {
    padding: 24px;
  }
  .element.text-box .text-box-text h2 {
    margin-top: 0;
    font-size: 1.555rem;
  }

  footer .container .row-footer-top, footer .container .row-footer-bottom {
    display: none;
  }
  footer .container .row-footer-mobile {
    display: block;
  }

  #scroll-to-top {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
