.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #eee;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

p {
  margin-bottom: 1em;
}

a {
  color: #31aacf;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hbs-107-section {
  max-width: 1400px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: transparent;
  text-align: left;
}

.hbs-107-section.full {
  max-width: none;
}

.hbs-107-section.medium {
  max-width: 1100px;
}

.hbs-107-section.small {
  max-width: 800px;
}

.hbs-107-section.index {
  padding: 0rem;
  background-color: transparent;
}

.hbs-107-section.footer {
  margin-bottom: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.hbs-107-section.secondary {
  background-color: #444;
  color: #fff;
}

.hbs-107-section.primary {
  background-color: #31aacf;
  color: #fff;
}

.hbs-107-section.warning {
  background-color: #ff6d11;
  color: #fff;
}

.hbs-107-section.navigation {
  padding: 0rem;
}

.hbs-107-section.navigation.top {
  margin-top: 0rem;
  margin-bottom: -2rem;
}

.hbs-107-section.temp-hide {
  display: none;
}

.hbs-107-section.media {
  padding: 0rem;
}

.hbs-107-section.bright {
  background-color: #fff;
  color: #444;
}

.hbs-107-section.dark {
  background-color: #000;
  color: #fff;
}

.hbs-107-section.tertiary {
  background-color: #586b7c;
  color: #fff;
}

.hbs-107-section.subheader {
  margin-top: 0rem;
}

.hbs-107-container {
  max-width: 1400px;
}

.hbs-107-container.small {
  max-width: 800px;
}

.hbs-107-container.medium {
  max-width: 1100px;
}

.hbs-107-container.full {
  max-width: none;
}

.hbs-107-container.margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hbs-107-container.subheader {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hbs-107-index_grid {
  height: 66.66666666666667vh;
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Logo Logo Kopfzeile Kopfzeile"
    "Logo Logo News-Slider News-Slider"
    "Link-1 Link-2 News-Slider News-Slider"
    "Link-1 Link-2 News-Slider News-Slider"
    "Link-1 Link-2 News-Slider News-Slider"
    "Link-1 Link-2 News-Slider News-Slider"
    "Link-3 Link-3 News-Slider News-Slider"
    "Link-3 Link-3 News-Slider News-Slider";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.hbs-107-index_grid_logo_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hbs-107-index_grid_logo {
  width: auto;
  height: 100%;
}

.hbs-107-index_grid_link_block {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.hbs-107-index_grid_link_block:hover {
  text-decoration: none;
}

.hbs-107-index_grid_link_block._1 {
  background-color: #8acd9a;
}

.hbs-107-index_grid_link_block._2 {
  background-color: #d0d334;
}

.hbs-107-index_grid_link_block._3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #50c0c9;
}

.hbs-107-index_grid_news_slider {
  overflow: hidden;
}

.hbs-107-tile_wrapper {
  position: relative;
  display: block;
  height: 0px;
  padding-bottom: 100%;
  /* -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; */
}

.hbs-107-tile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.hbs-107-tile_header {
  overflow: auto;
  max-height: 18%;
  padding: 0.5em;
  background-color: transparent;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
}

.hbs-107-tile_header.warning {
  background-color: #ff6d11;
  color: #fff;
}

.hbs-107-tile_header.secondary {
  background-color: #444;
  color: #fff;
}

.hbs-107-tile_header.bright {
  background-color: #fff;
  color: #444;
}

.hbs-107-tile_header.tertiary {
  background-color: #586b7c;
  color: #fff;
}

.hbs-107-tile_header.primary {
  background-color: #31aacf;
  color: #fff;
}

.hbs-107-tile_header.dark {
  background-color: #000;
  color: #fff;
}

.hbs-107-tile_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../../images/Placeholder-1x1.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../../images/Placeholder-1x1.svg');
  background-image: url('../../images/Placeholder-1x1.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../../images/Placeholder-1x1.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.warning {
  background-image: url('../../images/Placeholder-3x4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 109, 17, 0.75)), to(rgba(255, 109, 17, 0.75))), url('../../images/Placeholder-3x4.svg');
  background-image: url('../../images/Placeholder-3x4.svg'), linear-gradient(180deg, rgba(255, 109, 17, 0.75), rgba(255, 109, 17, 0.75)), url('../../images/Placeholder-3x4.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.secondary {
  background-image: url('../../images/Placeholder-3x4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.5)), to(rgba(68, 68, 68, 0.5))), url('../../images/Placeholder-3x4.svg');
  background-image: url('../../images/Placeholder-3x4.svg'), linear-gradient(180deg, rgba(68, 68, 68, 0.5), rgba(68, 68, 68, 0.5)), url('../../images/Placeholder-3x4.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.bright {
  background-image: url('../../images/Placeholder-3x4.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../../images/Placeholder-3x4.svg');
  background-image: url('../../images/Placeholder-3x4.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../../images/Placeholder-3x4.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.tertiary {
  background-image: url('../../images/Placeholder-3x4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(88, 107, 124, 0.5)), to(rgba(88, 107, 124, 0.5))), url('../../images/Placeholder-3x4.svg');
  background-image: url('../../images/Placeholder-3x4.svg'), linear-gradient(180deg, rgba(88, 107, 124, 0.5), rgba(88, 107, 124, 0.5)), url('../../images/Placeholder-3x4.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.temp-4x3_original {
  background-image: url('../../images/Placeholder-4x3.svg');
}

.hbs-107-tile_body.temp-3x4 {
  background-image: url('../../images/Placeholder-3x4.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../../images/Placeholder-3x4.svg');
  background-image: url('../../images/Placeholder-3x4.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../../images/Placeholder-3x4.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.primary {
  background-image: url('../../images/Placeholder-3x4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(49, 170, 207, 0.5)), to(rgba(49, 170, 207, 0.5))), url('../../images/Placeholder-3x4.svg');
  background-image: url('../../images/Placeholder-3x4.svg'), linear-gradient(180deg, rgba(49, 170, 207, 0.5), rgba(49, 170, 207, 0.5)), url('../../images/Placeholder-3x4.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.temp-example_2 {
  background-image: url('../../images/DC21377.jpg');
}

.hbs-107-tile_body.dark {
  background-image: url('../../images/Placeholder-3x4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../../images/Placeholder-3x4.svg');
  background-image: url('../../images/Placeholder-3x4.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../images/Placeholder-3x4.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.full {
  background-image: url('../../images/Placeholder-1x1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hbs-107-tile_body.temp-geb-ude {
  background-image: url('../../images/HA21575.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp-4x3 {
  background-image: url('../../images/Placeholder-4x3.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../../images/Placeholder-4x3.svg');
  background-image: url('../../images/Placeholder-4x3.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../../images/Placeholder-4x3.svg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.temp-3x4_original {
  background-image: url('../../images/Placeholder-3x4.svg');
}

.hbs-107-tile_body.temp-sch-ler {
  background-image: url('../../images/DC21351.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../../images/DC21351.jpg');
  background-image: url('../../images/DC21351.jpg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../../images/DC21351.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hbs-107-tile_body.temp-sch-ler_1 {
  background-image: url('../../images/DC21341.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp-sch-ler_3 {
  background-image: url('../../images/HA21573-2.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp-sch-ler_2 {
  background-image: url('../../images/DC20873.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp-example_1 {
  background-image: url('../../images/DC21179.jpg');
}

.hbs-107-tile_body.temp-example_3 {
  background-image: url('../../images/DC20621.jpg');
}

.hbs-107-tile_body.temp-example_4 {
  background-image: url('../../images/DC20625.jpg');
}

.hbs-107-tile_body.temp-sch-ler_4 {
  background-image: url('../../images/DC21391.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp-sch-ler_5 {
  background-image: url('../../images/DC21068.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp-sch-ler_6 {
  background-image: url('../../images/DC20885.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp_sch-ler_7 {
  background-image: url('../../images/DC21125.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp-sch-ler_8 {
  background-image: url('../../images/DC21428.jpg');
  background-size: cover;
}

.hbs-107-tile_body.temp-sch-ler_9 {
  background-image: url('../../images/DC21330.jpg');
  background-size: cover;
}

.hbs-107-tile_footer {
  overflow: auto;
  max-height: 28%;
  padding: 1em;
  background-color: transparent;
  font-size: 0.9em;
  font-weight: 300;
}

.hbs-107-tile_footer.secondary {
  background-color: #444;
  color: #fff;
}

.hbs-107-tile_footer.bright {
  background-color: #fff;
  color: #444;
}

.hbs-107-tile_footer.tertiary {
  background-color: #586b7c;
  color: #fff;
}

.hbs-107-tile_footer.warning {
  background-color: #ff6d11;
  color: #fff;
}

.hbs-107-tile_footer.primary {
  background-color: #31aacf;
  color: #fff;
}

.hbs-107-tile_footer.dark {
  background-color: #000;
  color: #fff;
}

.hbs-107-index_grid_slider_mask {
  overflow: visible;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.hbs-107-index_grid_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hbs-107-index_grid_link_block_icon {
  width: auto;
  height: 3em;
  margin-bottom: 1em;
}

.hbs-107-index_grid_link_block_icon.horizontal {
  margin-right: 1em;
  margin-bottom: 0em;
}

.hbs-107-index_grid_header_navbar {
  background-color: transparent;
}

.hbs-107-index_grid_header_navbar_link {
  color: #586b7c;
}

.hbs-107-index_grid_header_navbar_link:hover {
  color: #31aacf;
  text-decoration: none;
}

.hbs-107-footer_col {
  padding: 2rem;
}

.hbs-107-footer_logo_wrapper {
  display: inline-block;
  padding: 1rem;
  background-color: #fff;
}

.hbs-107-footer_logo {
  width: 20rem;
  height: auto;
}

.hbs-107-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hbs-107-footer_address_item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.hbs-107-footer_address_item.name {
  font-size: 1.5rem;
  font-weight: 600;
}

.hbs-107-tabs_link {
  padding: 0.5rem 1.75rem 0.3rem;
  background-color: #eee;
  color: #586b7c;
  border-bottom: 0.2rem solid transparent;
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  -moz-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  -ms-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  -o-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
}

.hbs-107-tabs_link:hover {
  text-decoration: none;
  border-bottom-color: #31aacf;
}

.hbs-107-tabs_link.w--current {
  background-color: #31aacf;
  color: #fff;
}

.hbs-107-tabs_link.navigation {
  background-color: #fff;
  font-size: 1.2rem;
}

.hbs-107-tabs_pane {
  padding: 1rem;
  background-color: #eee;
}

.hbs-107-tabs_pane.navigation {
  padding-right: 0rem;
  padding-left: 0rem;
}

.hbs-107-tabs_pane_content {
  padding: 1rem;
  background-color: #fff;
}

.hbs-107-tabs_pane_content.navigation {
  padding-right: 0rem;
  padding-left: 0rem;
}

.hbs-107-button_group {
  margin: -0.5rem;
}

.temp-example_col {
  padding: 0.5rem;
}

.hbs-107-accordion {
  margin-bottom: 0.5rem;
  color: #444;
}

.hbs-107-accordion.navigation {
  margin-bottom: 0rem;
}

.hbs-107-accordion_header {
  padding: 0.75rem 3rem 0.75rem 2rem;
  background-color: #eee;
  background-image: url('../../Images/Frontend/iconmonstr-arrow-29.svg');
  background-position: 100% 50%;
  background-size: auto 1.5rem;
  background-repeat: no-repeat;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}

.hbs-107-accordion_header.navigation {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  background-size: auto 1rem;
  font-size: 0.95rem;
}

.hbs-107-accordion_header.navigation.link {
  background-image: none;
}

.hbs-107-accordion_header.navigation_inner {
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  background-color: transparent;
  background-size: auto 0.8rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.hbs-107-accordion_header.navigation_inner:hover {
  background-image: url('../../Images/Frontend/iconmonstr-arrow-29-31aacf.svg');
  color: #31aacf;
}

.hbs-107-accordion_header.navigation_inner.link {
  background-image: none;
}

.hbs-107-accordion_body {
  overflow: hidden;
  height: 0px;
  background-color: #eee;
}

.hbs-107-accordion_body.navigation_inner {
  background-color: transparent;
}

.hbs-107-accordion_body_content {
  overflow: hidden;
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}

.hbs-107-accordion_body_content.navigation_inner {
  margin: 0.25rem 0rem 0.25rem 0.5rem;
  padding: 0rem 0rem 0rem 0.25rem;
  border-left: 0.2em solid #ccc;
}

.hbs-107-accordion_body_content.navigation {
  margin: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.hbs-107-navigation {
  overflow: hidden;
  height: 0px;
  background-color: #eee;
}

.hbs-107-tabs_menu.navigation {
  text-align: center;
}

.hbs-107-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hbs-107-tabs {
  color: #444;
}

.hbs-107-tabs.navigation {
  padding-top: 2rem;
}

.hbs-107-navbar_button {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  background-image: url('../../Images/Frontend/iconmonstr-menu-1.svg');
  background-position: 50% 50%;
  background-size: auto 45%;
  background-repeat: no-repeat;
}

.hbs-107-navbar_quicklink_wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hbs-107-navbar_quicklink {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0.5rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
}

.hbs-107-navbar_quicklink.portal {
  background-image: url('../../Images/Frontend/iconmonstr-lock-3.svg');
}

.hbs-107-navbar_quicklink.representation-plan {
  background-image: url('../../Images/Frontend/iconmonstr-calendar-5.svg');
}

.hbs-107-navbar_quicklink.absence-message {
  background-image: url('../../Images/Frontend/iconmonstr-medical-3.svg');
}

.hbs-107-navbar_search_wrapper {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hbs-107-navbar_search {
  display: inline-block;
  width: auto;
  margin: 0.5rem;
  padding: 0.5rem 1.3rem 0.5rem 0.8rem;
  border-style: solid;
  border-width: 0.1em;
  border-color: #ccc;
  color: #ccc;
  cursor: text;
}

.hbs-107-navbar_search_button {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.5rem 0.5rem 0.5rem -0.5rem;
  padding: 0.5rem 0.8rem;
  border-style: solid solid solid none;
  border-width: 0.1em;
  border-color: #ccc;
  background-color: #eee;
  background-image: url('../../Images/Frontend/iconmonstr-magnifier-6.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  color: #ccc;
}

.hbs-107-button {
  margin: 0.5rem;
  padding: 0.5rem 0.8rem;
  border: 0.2em solid transparent;
  background-color: transparent;
}

.hbs-107-button:hover {
  color: #31aacf;
  text-decoration: none;
}

.hbs-107-button.primary {
  border-color: #31aacf;
  background-color: #31aacf;
  color: #fff;
}

.hbs-107-button.primary:hover {
  background-color: transparent;
  color: #31aacf;
}

.hbs-107-button.secondary {
  border-color: #444;
  background-color: #444;
  color: #fff;
}

.hbs-107-button.secondary:hover {
  background-color: transparent;
  color: #444;
}

.hbs-107-button.tertiary {
  border-color: #586b7c;
  background-color: #586b7c;
  color: #fff;
}

.hbs-107-button.tertiary:hover {
  background-color: transparent;
  color: #586b7c;
}

.hbs-107-button.warning {
  border-color: #ff6d11;
  background-color: #ff6d11;
  color: #fff;
}

.hbs-107-button.warning:hover {
  background-color: transparent;
  color: #ff6d11;
}

.hbs-107-button.bright {
  border-color: #fff;
  background-color: #fff;
  color: #444;
}

.hbs-107-button.bright:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.hbs-107-button.dark {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.hbs-107-button.dark:hover {
  background-color: transparent;
  color: #000;
}

.hbs-107-button.modal_close {
  margin: 0rem;
  font-size: 0.9rem;
}

.hbs-107-subheader_logo_wrapper {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hbs-107-subheader_logo {
  width: auto;
  height: 5rem;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.hbs-107-subheader_navbar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.hbs-107-subheader_navbar_link {
  color: #fff;
}

.hbs-107-subheader_navbar_link:hover {
  color: #31aacf;
  text-decoration: none;
}

.hsb-107-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1010;
  overflow: auto;
  padding-top: 2rem;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 500ms cubic-bezier(.645, .045, .355, 1);
  text-align: center;
}

.hsb-107-modal.dark {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.hsb-107-modal.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hbs-107-modal_close_icon {
  margin-right: 0.5em;
  font-size: 1.25em;
  font-weight: 700;
}

.hsb-107-modal_body {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity 500ms ease, -webkit-transform 1000ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 500ms ease, -webkit-transform 1000ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 500ms ease, transform 1000ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 500ms ease, transform 1000ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 1000ms cubic-bezier(.645, .045, .355, 1);
}

@media screen and (max-width: 991px) {
  .hbs-107-footer_logo {
    width: 18rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.95rem;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .hbs-107-section {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .hbs-107-tile_wrapper {
    padding-bottom: 125%;
  }

  .hbs-107-tile_wrapper.mobile_square {
    padding-bottom: 100%;
  }

  .hbs-107-footer_col {
    padding: 1rem;
  }

  .hbs-107-footer_logo {
    width: 16rem;
  }

  .hbs-107-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hbs-107-tabs_link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hbs-107-tabs_pane {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hbs-107-tabs_pane_content {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hbs-107-accordion_header {
    padding: 0.5rem 2rem 0.5rem 1rem;
    background-size: auto 1.25rem;
    font-size: 1rem;
  }

  .hbs-107-accordion_body_content {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hbs-107-button {
    font-size: 0.9rem;
  }

  .hsb-107-modal {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hbs-107-tabs_pane {
    padding-top: 0rem;
  }

  .hbs-107-subheader_logo {
    width: 90%;
    height: auto;
  }
}

#w-node-_82e878f3-821c-0224-36ee-1c2cc295a86b-4b3e14f3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Logo;
}

#w-node-_3afbf13b-45ce-c1fd-8e48-73559d89f58f-4b3e14f3 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  grid-area: Link-1;
}

#w-node-_6c026ba8-91d1-8fcb-bd6c-c00fda916db5-4b3e14f3 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  grid-area: Link-2;
}

#w-node-_7debd9de-c364-e6cc-26b4-387a36c763e6-4b3e14f3 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Link-3;
}

#w-node-af09878b-cd89-8c4e-c0bd-03a2d8ac7e13-4b3e14f3 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: Kopfzeile;
}

#w-node-a17f9009-2796-bb1d-1374-51a742cb894e-4b3e14f3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 13;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: News-Slider;
}
