:root {
  --red: #e4131d;
  --blue: #b2c3d4;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 2.75em;
  font-weight: 700;
}

h2 {
  border-left: 8px solid var(--red);
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: .8em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.875em;
  font-weight: 400;
}

h4 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.875em;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
}

a {
  color: #f50000;
  text-decoration: underline;
}

li {
  color: #333;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 1em 1.25em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
}

.navbar_component {
  z-index: 1;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5em;
  padding-right: 5.5em;
  position: relative;
  transform: translate(0, 2em);
}

.metanavi {
  text-align: right;
  background-color: #fff;
}

.metanavi_link {
  color: #333;
  padding: .625em 1.25em;
  font-size: .8em;
  text-decoration: none;
  transition: color .2s;
}

.metanavi_link:hover {
  color: #a8a8a8;
  text-decoration: none;
}

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

.dropdown-list-megamenu.w--open {
  background-color: #fff;
  border-radius: 0 0 1em 1em;
  margin-top: 1.1875em;
}

.dropdown-list-megamenu.ddl-mega {
  background-color: #fff;
}

.dropdown-list-megamenu.ddl-mega.w--open {
  background-color: #0000;
  left: 0;
  right: 0;
  overflow: hidden;
}

.div-content-megamenu {
  opacity: 1;
  color: #333;
  background-color: #f7f7f7;
  border-top: 1px solid #e6e6e6;
  flex-flow: wrap;
  display: flex;
  overflow: hidden;
}

.content_navbar_megamenu {
  float: none;
  text-align: right;
}

.bg-megamenu {
  background-color: #fff;
  border-bottom: 6px solid silver;
}

.navlink-megamenu {
  text-decoration: none;
  transition: color .2s;
}

.navlink-megamenu:hover {
  color: #999;
  text-decoration: none;
}

.navlink-megamenu.w--current {
  color: #b1b1b1;
  text-decoration: none;
}

.navlink-megamenu.nl-mega {
  position: static;
}

.txt-mega {
  float: left;
}

.navbar_megamenu {
  background-color: #fff;
  border-radius: 2em;
  padding-right: 1.1em;
}

.dropdown-link {
  padding: .7em 1.35em;
  font-size: .9em;
  text-decoration: none;
  transition: color .2s;
}

.dropdown-link:hover {
  color: #a8a8a8;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: var(--blue);
}

.dropdown-toggle-megamenu {
  color: #000;
  text-transform: uppercase;
  height: 2.25em;
  padding: 1.55em 1em;
  font-size: .875em;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.dropdown-toggle-megamenu:hover {
  color: #999;
  text-decoration: none;
}

.dropdown-toggle-megamenu.w--current {
  color: var(--blue);
}

.dropdown-toggle-megamenu.mega.active {
  color: #afafaf;
}

.dropdown-toggle-megamenu.current {
  color: #b4b4b4;
}

.dropdown-toggle-megamenu.fat {
  background-color: var(--red);
  color: #fff;
  border-radius: 1.375em;
  height: 2.25em;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  margin-left: 1em;
  padding: .4em 1.3em;
}

.dropdown-toggle-megamenu.local {
  background-color: var(--red);
  color: #fff;
  border-radius: 1.375em;
  height: 2.25em;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  padding: .4em 1.3em;
}

.dropdown-toggle-megamenu.local.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 1em;
}

.dropdown-toggle-megamenu.local.left.blue {
  background-color: var(--blue);
}

.dropdown-toggle-megamenu.local.right {
  background-color: var(--blue);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-megamenu.local.right.red {
  background-color: var(--red);
}

.brand {
  z-index: 1;
  width: 9.375em;
  margin-left: 2em;
  position: relative;
}

.icon-mega {
  float: right;
  margin-left: .625em;
  margin-right: 0;
  padding-top: .1875em;
  position: static;
}

.div-content-mm-left {
  column-count: 2;
  column-rule: 1px solid #e3e3e3;
  flex: 1;
  column-gap: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  font-size: .9em;
  line-height: 1.1;
}

.div-content-mm-right {
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  flex: none;
  width: 50%;
  padding-left: 1.8em;
  padding-right: 1.8em;
  font-size: .9em;
}

.div-box-mm-left {
  border-top: 1px solid #e3e3e3;
  width: 100%;
  padding: 1em 1.8em;
  display: inline-block;
}

.txt-hl-mm {
  color: #333;
  text-transform: uppercase;
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.txt-hl-mm:hover {
  color: #9c9c9c;
  text-decoration: none;
}

.txt-hl-mm.w--current {
  color: #cecece;
  text-decoration: none;
}

.txt-hl-mm.nohover {
  text-decoration: none;
}

.txt-hl-mm.nohover:hover {
  color: #333;
  text-decoration: none;
}

.txt-link-mm {
  color: #333;
  margin-top: 1em;
  margin-bottom: 1em;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.txt-link-mm:hover {
  color: #9c9c9c;
  text-decoration: none;
}

.txt-link-mm.w--current {
  color: #c9c9c9;
  text-decoration: none;
}

.div-hl-mm-right {
  padding-top: 1em;
  padding-bottom: 1em;
}

.div-feature-mm {
  color: #4c4c4c;
  margin-bottom: 30px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.div-feature-mm:hover {
  color: #9c9c9c;
}

.div-feature-mm-left {
  flex: none;
  width: 14vw;
  max-width: 220px;
}

.div-feature-mm-right {
  padding-left: 1.25em;
}

.div-hl-feature-mm {
  text-transform: uppercase;
  margin-bottom: 1.25em;
  font-weight: 700;
  text-decoration: none;
}

.header_component {
  background-color: #4b4b4b;
  position: relative;
}

.header_content {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.content_subline {
  color: #9b9b9b;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.6em;
}

.content_wrapper_txt_img-float {
  margin-top: -2em;
}

.content_image_float-right {
  float: right;
  width: 50%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
}

.content_image_float-right.image_float-small {
  width: 33.3333%;
  padding-bottom: 1em;
}

.content_image {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
  position: relative;
}

.content_wrapper_txt_img-center {
  justify-content: space-between;
  align-items: center;
  margin-left: -1em;
  margin-right: -1em;
  display: flex;
}

.content_wrapper_txt_img-center.flip_horizontal {
  flex-direction: row-reverse;
}

.content_txt_img_center-left {
  margin-top: -2em;
  margin-bottom: -.625em;
  padding-left: 1em;
  padding-right: 1em;
}

.content_txt_img_center-right {
  flex: none;
  max-width: 50%;
  padding-left: 1em;
  padding-right: 1em;
}

.content_txt_img_center-right.image_center_small {
  width: 33.3333%;
}

.content_element {
  padding-top: 2em;
  padding-bottom: 2em;
}

.content_wrapper_3grid {
  align-items: stretch;
  margin-left: -1em;
  margin-right: -1em;
  display: flex;
  overflow: hidden;
}

._3grid_left {
  width: 66.6667%;
  height: 100%;
  padding: 1em;
}

._3grid_right {
  width: 33.3333%;
}

._3grid_right-top, ._3grid_right-bottom {
  height: 50%;
  padding: 1em;
}

._3grid_image {
  position: relative;
}

.content_wrapper_2grid {
  display: flex;
}

._2grid_left {
  width: 50%;
  padding-right: 1em;
}

._2grid_right {
  width: 50%;
  padding-left: 1em;
}

.content_wrapper_3row {
  flex-wrap: wrap;
  margin: -1em;
  display: flex;
}

._3row_content {
  width: 33.3333%;
  padding: 1em;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide_txtimage {
  width: 33.3333%;
  padding-left: 1em;
  padding-right: 1em;
}

.slider_nav {
  position: static;
}

.slider_arrow {
  color: #aaa;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0;
  margin-left: .5em;
  margin-right: .5em;
  font-size: 30px;
}

.content_slide_txtimage {
  border: 1px solid #e7e7e7;
  padding: 1.25em;
}

.image_slider_txtimage {
  position: relative;
}

.mask {
  padding-top: 1em;
  padding-bottom: 1em;
}

.text_slider_txtimage {
  text-align: center;
  border-top: 1px solid #dfdfdf;
  min-height: 5.5em;
  padding-top: 1em;
}

.content_wrapper_txtimageslider {
  margin: -1em;
}

.imageslider {
  background-color: #0000;
  height: auto;
}

.content_slide_imageslider {
  position: relative;
}

.content_wrapper_downloads {
  background-color: #ebebeb;
  padding: 1.25em;
}

.downloads_subline {
  margin-bottom: 2em;
}

.downloaditem {
  color: #4c4c4c;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  transition: color .2s;
  display: flex;
}

.downloaditem:hover {
  color: #c2c2c2;
}

.downloaditem_image {
  flex: none;
  max-width: 6.5em;
  margin-right: 1em;
}

.downloaditem_image.downloaditem_image-small {
  max-width: 3em;
}

.download_text {
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: underline;
}

.content_wrapper_teamgrid {
  flex-wrap: wrap;
  margin: -1em;
  display: flex;
}

.teamgrid_column {
  width: 33.3333%;
  padding: 1em;
}

.teamgrid_image {
  position: relative;
}

.teamgrid_top {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.teamgrid_name {
  margin-bottom: .3em;
  font-size: 1.2em;
  font-weight: 700;
}

.teamgrid_bottom {
  padding-top: .75em;
}

.teamgrid_kontaktitem {
  color: #333;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.teamgrid_kontaktitem:hover {
  color: #b9b9b9;
  text-decoration: none;
}

.kontaktitem_icon {
  width: 2em;
  height: 2em;
  margin-right: .5em;
}

.section-footer {
  font-size: .9rem;
  line-height: 1.4;
}

.footer_top {
  background-image: linear-gradient(302deg, #c4d0dd, #92a5b4);
  border-radius: 2.875em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
}

.wrapper_footer-top {
  align-items: stretch;
  display: flex;
}

.footer_top-left {
  color: #fff;
  border-right: 1px solid #fff;
  flex: 0 auto;
  margin-right: 2em;
  padding-right: 4.5em;
  font-size: 1rem;
}

.footer_top-left.noline {
  border: 1px #000;
}

.footer_top-right {
  color: #fff;
}

.footer_block {
  color: #fff;
  flex-direction: column;
  flex: none;
  margin-bottom: .5em;
  text-decoration: none;
  display: block;
}

.footer_block.meta {
  border-top: 1px solid #bdbdbd;
  margin-top: 1em;
  padding-top: 1em;
  font-size: .9em;
}

.hl_footer {
  letter-spacing: .28px;
  font-weight: 600;
  transition: color .2s;
}

.hl_footer:hover {
  color: #7c7c7c;
}

.hl_footer.nohover {
  margin-bottom: .2em;
}

.hl_footer.nohover:hover {
  color: #fff;
}

.footer_link {
  color: #fff;
  letter-spacing: .25px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer_link:hover {
  color: #7c7c7c;
  text-decoration: none;
}

.footer_link.w--current {
  color: #252525;
}

.footer_link.meta {
  color: #c9c9c9;
}

.footer_link.meta:hover {
  color: #fff;
}

.logo_footer {
  margin-bottom: 3em;
}

.txtlink-footer {
  color: #fff;
  transition: color .2s;
}

.txtlink-footer:hover {
  color: #7c7c7c;
}

.footer_sublinks {
  border-left: 1px solid #bdbdbd;
  margin-top: .3em;
  margin-bottom: 1em;
  padding-left: 1em;
}

.footer_sublink {
  color: #fff;
  letter-spacing: .25px;
  font-size: .9em;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer_sublink:hover {
  color: #7c7c7c;
  text-decoration: none;
}

.footer_sublink.w--current {
  color: #252525;
}

.footer_bottom {
  padding: 1.25em 2.5em;
}

.wrapper_footer-bottom {
  justify-content: center;
  display: flex;
}

.footer_bottom-left, .footer_bottom-right {
  align-self: center;
}

.footer_sociallink {
  margin-right: 1em;
}

.txt-copyright {
  color: #828282;
  text-align: right;
}

.txtlink-bottom {
  color: #b3b3b3;
  transition: color .2s;
}

.txtlink-bottom:hover {
  color: #d01b22;
}

.wrapper_passende-artikel {
  flex-wrap: wrap;
  margin-top: 4em;
  margin-right: -2em;
  display: flex;
}

.wrapper_passender-artikel {
  width: 50%;
  padding-bottom: 4em;
  padding-right: 2em;
  position: relative;
}

.content_passender-artikel {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 16em;
  margin-left: 4em;
  padding: 2em 2em 2em 14.5em;
  display: flex;
  position: static;
}

.text_passender-artikel {
  align-self: flex-end;
  font-weight: 700;
}

.button_newsteaser1 {
  margin-top: 2em;
  display: flex;
}

.arrowbutton {
  color: #4c4c4c;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  flex-direction: row;
  flex: none;
  align-items: center;
  padding: 1em;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s linear;
  display: flex;
  box-shadow: inset 0 0 #eee;
}

.arrowbutton:hover {
  color: #4c4c4c;
  text-decoration: none;
  box-shadow: inset 0 -81px #eee;
}

.arrow_button {
  margin-right: .6em;
}

.image_passender-artikel {
  width: 17em;
  max-width: 17em;
  height: 17em;
  max-height: 17em;
  position: absolute;
  inset: -2em auto auto 0%;
}

.wrapper_newsteaser1 {
  flex-wrap: wrap;
  margin-left: -.6em;
  margin-right: -.6em;
  display: flex;
}

.box_newsteaser1 {
  width: 25%;
  padding: .6em;
}

.box_newsteaser1._50p {
  width: 50%;
}

.content_-newsteaser1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.25em;
  display: flex;
  box-shadow: 0 1px 15px #0000001a;
}

.image_newsteaser1 {
  margin-bottom: 1.5em;
  position: relative;
}

.hl_newsteaser1 {
  font-weight: 700;
}

.date_newsteaser1 {
  margin-bottom: 1em;
}

.date_newsteaser1.header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider_newsteaser1 {
  background-color: #838383;
  width: 3.4375em;
  height: .25em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.divider_newsteaser1.header {
  background-color: #fff;
}

.alle_news {
  justify-content: center;
  margin-top: 3em;
  display: flex;
}

.button-alle {
  color: #fff;
  text-align: center;
  background-color: #969696;
  padding: .7em;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button-alle:hover {
  color: #fff;
  background-color: #c4c4c4;
  text-decoration: none;
}

.wrapper_blogteaser1 {
  margin-left: -.6em;
  margin-right: -.6em;
  display: flex;
}

.content_wrapper_4row {
  flex-wrap: wrap;
  margin: -1em;
  display: flex;
}

._4row_content {
  width: 25%;
  padding: 1em;
}

.breadcrumbs_component {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: center;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  overflow: hidden;
}

.div-breadcrumb {
  color: #4c4c4c;
  letter-spacing: .5px;
  text-transform: uppercase;
  align-self: stretch;
  align-items: center;
  height: 2.8em;
  font-size: .75em;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.div-breadcrumb:hover {
  color: #afafaf;
  text-decoration: none;
}

.div-arrow-breadcrumb {
  margin-left: 1em;
  margin-right: 1em;
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.5em;
  display: flex;
}

.pagination_item {
  color: #bdbdbd;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  height: 2.8em;
  margin-top: -1px;
  margin-left: -1px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.pagination_item:hover {
  color: #bdbdbd;
  background-color: #eee;
  text-decoration: none;
}

.pagination_item.active {
  color: #fff;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}

.news_template-left {
  width: 70%;
  padding-right: 3em;
}

.news_template-right {
  width: 30%;
  padding-top: 1.25em;
}

.news_leadin {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 3em;
  font-size: 1.2rem;
  font-weight: 700;
}

.autor_name {
  margin-bottom: 1.25em;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.tags.align-left {
  text-align: left;
}

.tag_item {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  background-color: #f0f0f0;
  margin: .25em;
  padding: .3em .7em;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.tag_item:hover {
  background-color: #e2e2e1;
  text-decoration: none;
}

.tags_hl {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 700;
}

.beitrag_sidebar_item {
  color: #333;
  text-align: left;
  align-items: center;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.beitrag_sidebar_item:hover {
  color: #a1a1a1;
  text-decoration: none;
}

.beitrag_sidebar_date {
  font-weight: 700;
}

.h4-beitrag {
  margin-top: 0;
  font-size: 17px;
  line-height: 19px;
}

.beitrag_sidenar_daten {
  font-size: .8rem;
}

.div-aktuelle-beitraege {
  margin-bottom: 0;
  position: static;
  top: 60px;
}

.sharelink {
  margin-right: 1px;
  transition: opacity .2s;
}

.sharelink:hover {
  opacity: .5;
}

.share_print_button {
  color: #333;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.share_print_button:hover {
  color: #c5c5c5;
  text-decoration: none;
}

.wrapper_share_links {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.share_hl {
  color: #2a2a2a;
  text-transform: none;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.share_print_icon {
  margin-right: .7em;
}

.share_print_text {
  font-size: .8em;
}

.left {
  text-align: left;
}

.wrapper_back {
  margin-top: 0;
  margin-bottom: 3em;
  display: flex;
}

.back_button {
  color: #fff;
  background-color: #8f8f8f;
  border-radius: .5em;
  align-items: center;
  padding: 1em;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.back_button:hover {
  background-color: #cacaca;
}

.back_button_icon {
  align-self: stretch;
  align-items: center;
  margin-right: 1em;
  display: flex;
}

.news_template_autor {
  align-items: center;
  font-size: .8em;
  font-weight: 700;
  display: flex;
}

.autor_icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.4em;
  height: 2.4em;
  margin-right: 1em;
  overflow: hidden;
}

.autor_divider {
  background-color: #151515;
  width: 1px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.autor_divider.header {
  background-color: #fff;
}

.news_template_autor_left {
  color: #333;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.news_template_autor_left:hover {
  color: #adadad;
  text-decoration: none;
}

.news_template_autor_left.header {
  color: #fff;
}

.news_tabs_items {
  z-index: 1;
  text-align: center;
}

.news_tabs_iteam {
  color: #333;
  text-transform: uppercase;
  padding: .5em 1em;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.news_tabs_iteam:hover {
  color: #c9c9c9;
  text-decoration: none;
}

.news_tabs_iteam.active {
  background-color: #e4e4e4;
}

.news_tabs_iteam.active:hover {
  color: #333;
}

.news_tabs {
  margin-bottom: -2em;
  padding-bottom: 2em;
}

.wrapper_news_tabs {
  border-top: 1px solid #e6e3e3;
  margin-top: 3em;
  padding-top: 3em;
  overflow: hidden;
}

.tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #838383;
  margin-bottom: 1em;
  padding: 1em;
  font-size: .5em;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.tag:hover {
  color: #fff;
  background-color: #bebebe;
  text-decoration: none;
}

.box_blogpost2 {
  background-color: #fff;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  display: flex;
}

.box_blogpost2.flip-horizonatl {
  flex-direction: row-reverse;
}

.image_blogpost2 {
  background-image: url('../images/dummy_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  min-height: 20em;
  position: relative;
}

.text_blogpost2 {
  width: 60%;
  padding: 2em;
}

.copyright_image {
  z-index: 1;
  color: #969696;
  background-color: #f3f2f2;
  padding: .6em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .65em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.copyright_image.copyright_image_top {
  inset: 0% 0% auto auto;
}

.content_image-subline {
  background-color: #f5f5f5;
  margin-top: 1px;
  padding: .7em 1.5em;
  font-size: .8125em;
}

.content_slide_image {
  background-color: #f1f1f1;
  align-items: center;
  height: 12.5em;
  display: flex;
}

.content_wrapper_imgeslider {
  margin-left: -1em;
  margin-right: -1em;
}

.slide_image {
  width: 20%;
  padding-left: 1em;
  padding-right: 1em;
}

.beitrag_sidebar_item-2 {
  color: #333;
  margin-bottom: 2.5em;
  text-decoration: none;
  transition: color .2s;
}

.beitrag_sidebar_item-2:hover {
  color: #a1a1a1;
  text-decoration: none;
}

.beitrag_sidebar_image {
  background-image: url('../images/dummy_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1em;
  position: relative;
}

.faq {
  margin-bottom: -1px;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-weight: 700;
  display: flex;
}

.hl_faq_question {
  align-items: center;
  display: flex;
}

.faq_answer {
  flex-direction: column;
  overflow: hidden;
}

.txt-answer {
  border-left: 4px solid #929292;
  margin-top: .6em;
  margin-bottom: 2em;
  padding-left: 1.25em;
}

.content_wrapper_akkordion {
  padding: 0 1.5em;
  overflow: hidden;
  box-shadow: 0 6px 24px #00000026;
}

.faq_item {
  border-bottom: 1px solid #e6e6e6;
}

.faq_arrow {
  flex: none;
}

.content_wrapper_text_text {
  align-items: flex-start;
  margin: -1em -1em 1em;
  display: flex;
}

.text_text-left {
  padding-left: 1em;
  padding-right: 1em;
}

.text_text-right {
  flex: none;
  max-width: 50%;
  padding-left: 1em;
  padding-right: 1em;
}

.content_wrapper_2columns {
  column-count: 2;
  column-gap: 30px;
}

._4row_image, ._3row_image, .wrapper_3grid_image {
  display: inline-block;
  position: relative;
}

.content_img_center, ._2grid_image {
  display: block;
  position: relative;
}

.box_events {
  background-color: #fff;
  margin-bottom: 1.25em;
  display: flex;
}

.image_events {
  background-image: url('../images/dummy_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  min-height: 20em;
  display: flex;
  position: relative;
}

.text_events {
  width: 60%;
  padding: 2em;
}

.wrapper_data_event {
  margin-bottom: 1em;
  font-size: .75em;
  font-weight: 700;
}

.data_event {
  flex-wrap: wrap;
  display: flex;
}

.item_data_event {
  flex: none;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-right: 1.25em;
  display: flex;
}

.icon_event {
  margin-right: .8em;
}

.date_event {
  color: #fff;
  background-color: #8d8d8d;
  border-radius: 5px;
  align-self: flex-start;
  padding: 1em;
  font-size: .75em;
  display: flex;
  position: absolute;
  inset: 1.25em auto auto 1.25em;
}

.date_event_left {
  text-align: center;
  width: 3.5em;
}

.date_event_right {
  text-align: center;
  width: 50px;
}

.date_event_top {
  padding-bottom: .5em;
  font-weight: 700;
}

.date_event_bottom {
  border-top: 1px solid #b9b9b9;
  padding-top: .5em;
}

.date_event_middle {
  padding-top: .5em;
  font-weight: 700;
}

.event_details {
  border-radius: 12px;
  margin-bottom: 3em;
  box-shadow: 0 1px 17px #00000026;
}

.event_details_item {
  border-bottom: 1px solid #ebebeb;
  padding: 1.25em;
}

.event_details_item_hl {
  align-items: center;
  margin-bottom: .5em;
  font-weight: 700;
  display: flex;
}

.event_details_item_icon {
  width: 2em;
}

.event_details_item_text {
  margin-bottom: .8em;
  padding-left: 2em;
}

.event_details_item_link {
  color: #666;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.event_details_item_link:hover {
  color: #a3a3a3;
  text-decoration: none;
}

.event_details_item_link_icon {
  margin-right: .7em;
}

.event_details_item_links {
  padding-left: 2em;
}

.navbar_fixed {
  z-index: 9999;
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_shadow {
  background-image: linear-gradient(#0000001a, #0000);
  height: 20px;
  display: none;
}

.navbar_fixed_shadow {
  background-image: linear-gradient(#0000001a, #0000);
  height: 20px;
  display: block;
}

.tags_sidebar {
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 2.5em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.content_wrapper_tags {
  border-top: 1px solid #b5b5b5;
  padding-top: 1.8em;
}

.wrapper_blogteaser_columns {
  column-count: 3;
  column-rule: 1px solid #d3d3d3;
  column-gap: 2em;
}

.item_blogteaser_columns {
  padding-bottom: 2.8em;
  display: inline-block;
}

.content_item_blogteaser_columns {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.content_wrapper_autor {
  border-top: 1px solid #b5b5b5;
  padding-top: 2em;
  display: flex;
}

.autor-left {
  padding-bottom: 2em;
}

.image_autor {
  border-radius: 50%;
  flex: none;
  width: 6.25em;
  height: 6.25em;
  margin-right: 1.25em;
  overflow: hidden;
}

.autor_contact {
  margin-top: 1em;
  margin-left: -.4em;
  margin-right: -.4em;
}

.autor_contact_link {
  padding: .4em;
  transition: opacity .2s;
}

.autor_contact_link:hover {
  opacity: .5;
}

.autor_link {
  color: #c2c2c2;
  transition: color .2s;
}

.autor_link:hover {
  color: #333;
}

.autor_sidebar {
  border-bottom: 1px solid #b5b5b5;
  flex-direction: column;
  padding-bottom: 2.5em;
  display: flex;
}

.margin-xhuge {
  margin: 8em;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.page-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4em;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-align-right {
  text-align: right;
}

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125em;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5em;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1em;
}

.padding-custom1 {
  padding: 1.5em;
}

.spacer-medium {
  width: 100%;
  padding-top: 2em;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1em;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-xsmall {
  padding: .5em;
}

.padding-xhuge {
  padding: 8em;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5em;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12em;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-huge {
  margin: 6em;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2em;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5em;
}

.margin-xlarge {
  margin: 4em;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1em;
}

.text-color-black {
  color: #000;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5em;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5em;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-align-left {
  text-align: left;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5em;
}

.margin-custom3 {
  margin: 3.5em;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8em;
}

.margin-xxsmall {
  margin: .25em;
}

.padding-custom2 {
  padding: 2.5em;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4em;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125em;
}

.padding-global {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.padding-large {
  padding: 3em;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6em;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25em;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25em;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12em;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5em;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2em;
}

.padding-section-large {
  padding-top: 8em;
  padding-bottom: 8em;
}

.spacer-large {
  padding-top: 3em;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6em;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12em;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5em;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3em;
}

.padding-tiny {
  padding: .125em;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.section_home-header {
  margin-bottom: 4em;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
}

.home_header_component {
  border-radius: 2.8125em;
  height: 54em;
  position: relative;
  overflow: hidden;
}

.home_header_component.home {
  background-color: var(--blue);
}

.home_header_component.small {
  background-color: var(--blue);
  height: 31em;
}

.section_blog-teaser, .section_event-teaser {
  background-color: #ebebeb;
}

.footer_component {
  padding-left: 1em;
  padding-right: 1em;
}

.section_content {
  overflow: clip;
}

.content_image_float-left {
  float: left;
  width: 50%;
  padding: 2em 2em 2em 0;
}

.content_image_float-left.image_float-small {
  width: 33.3333%;
  padding-bottom: 1em;
}

.image_cover {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image_cover.ar_square {
  aspect-ratio: 1;
}

.image_cover.ar_16_9 {
  aspect-ratio: 16 / 9;
}

.image_contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section_teaser {
  background-color: #ebebeb;
}

.section_newsoverview {
  background-color: #f8f8f8;
}

.pagination_item-last {
  color: #bdbdbd;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.8em;
  margin-top: -1px;
  margin-left: -1px;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.pagination_item-last:hover {
  color: #bdbdbd;
  background-color: #eee;
  text-decoration: none;
}

.wrapper_news_template {
  display: flex;
}

.sidebar_hl {
  margin-bottom: 1.25em;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.header_overlay {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header_overlay_content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar_sticky {
  position: sticky;
  top: 60px;
}

.event_template_date {
  color: #333;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image_autor_sidebar {
  border-radius: 50%;
  flex: none;
  width: 6.25em;
  height: 6.25em;
  margin-right: 1.25em;
  overflow: hidden;
}

.button_beitraege_sidebar {
  margin-top: 2em;
  display: flex;
}

.header_component_overlay {
  background-color: #4b4b4b;
  height: 42em;
  position: relative;
}

.wrapper_autor_overview {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper_autor_overview-right {
  text-align: center;
}

.autor_overview_image {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  overflow: hidden;
}

.content_subline_autor {
  color: #9b9b9b;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.6em;
}

.content_wrapper_kontakt {
  padding-top: 3.3em;
  display: flex;
}

.kontakt-left {
  width: 65%;
  padding-right: 1em;
}

.kontakt-right {
  flex: 1;
  padding-left: 1em;
}

.textarea {
  min-height: 154px;
}

.checkbox {
  margin-top: 1.25em;
  margin-bottom: 1em;
  padding-left: 19px;
}

.txt_datenschutz_form {
  color: #4c4c4c;
  margin-top: 1em;
  margin-bottom: 2em;
}

.submit_button {
  justify-content: flex-end;
  display: flex;
}

.div-arrowbutton {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #d01b22;
  border-radius: 3px;
  flex-direction: row-reverse;
  flex: none;
  align-items: center;
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: box-shadow .2s linear;
  display: flex;
  box-shadow: inset 0 0 #b8b8b8;
}

.div-arrowbutton:hover {
  text-decoration: none;
  box-shadow: inset 0 -81px #b8b8b8;
}

.div-arrowbutton.auf-rot {
  color: #d01b22;
  background-color: #fff;
  justify-content: center;
  box-shadow: inset 0 0 #ffd0d2;
}

.div-arrowbutton.auf-rot:hover {
  box-shadow: inset 0 -81px #ffd0d2;
}

.div-arrow-button {
  flex: none;
  padding-left: 13px;
}

.kontaktbox-right {
  text-align: center;
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
  display: flex;
}

.image_kontaktbox-right {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 10.25em;
  height: 10.25em;
  overflow: hidden;
  transform: translate(0, -3.5em);
}

.txtlink {
  text-decoration: underline;
  transition: color .2s;
}

.txtlink:hover {
  color: #d01b22;
}

.slider_kundenstimmen {
  margin-left: -.5em;
  margin-right: -.5em;
}

.section_kundenstimmen {
  position: relative;
}

.padding-global-2 {
  z-index: 1;
  padding-left: 2.5em;
  padding-right: 2.5em;
  position: relative;
}

.icon_kundendaten {
  color: #fff;
  text-align: center;
  background-color: #cacaca;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.25em;
  height: 3.25em;
  margin-right: 1em;
  font-weight: 700;
  display: flex;
}

.wrapper_kundenslider {
  padding-left: .5em;
  padding-right: .5em;
}

.kundendaten {
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.kundendaten_name {
  font-weight: 900;
}

.icon_quote {
  margin-bottom: 2.5em;
}

.slide {
  width: 50%;
}

.h2_home_blog {
  margin-bottom: .2em;
  font-size: 4.6875em;
  font-weight: 600;
  line-height: 1;
}

.slide-nav {
  display: none;
}

.text_kundendaten {
  line-height: 1;
}

.content_kundenslider {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border: 1px solid #bfc5d6;
  border-radius: 1.7em;
  padding: 2em;
}

.wrapper_h2_home_kundenstimmen {
  width: 40%;
  margin-bottom: 8em;
  margin-left: auto;
  margin-right: auto;
}

.text_kundenslider {
  margin-bottom: 2.5em;
}

.left-arrow-2 {
  background-color: #c5c5c5;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 3.75rem;
  margin-top: -5.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: background-color .2s;
  display: flex;
  right: 7.5rem;
}

.left-arrow-2:hover {
  background-color: #7f8bad;
}

.right-arrow-2 {
  background-color: #c5c5c5;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 3.75rem;
  margin-top: -5.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: background-color .2s;
  display: flex;
  left: 7.5rem;
}

.right-arrow-2:hover {
  background-color: #7f8bad;
}

.kundenstimmen_decoration_ornament {
  width: 42.5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0% -14%;
}

.slider-2 {
  background-color: #fff0;
  height: auto;
}

.heading {
  display: inline;
}

.content_wrapper_full_width {
  justify-content: center;
  align-items: flex-end;
  height: 45vw;
  display: flex;
  position: relative;
}

.backimage_full_width {
  background-color: #e9e9e9;
  background-image: url('../images/dummy_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.div-box-full-width {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .82px;
  text-transform: uppercase;
  background-color: #d01b22;
  width: 520px;
  padding: 60px;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  bottom: -60px;
}

.div-button-full-width {
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.content_element-2 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.logos {
  white-space: nowrap;
  display: flex;
  overflow: hidden;
}

.logos-slide {
  flex: none;
}

.logo_slider {
  width: auto;
  height: 5.5rem;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.spacer {
  padding: 1em 0;
}

.spacer.small {
  padding-top: 2em;
  padding-bottom: 2em;
}

.spacer.medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.spacer.large {
  padding-top: 5em;
  padding-bottom: 5em;
}

.txt-answer-2 {
  border-left: 4px solid #838383;
  margin-top: .6em;
  margin-bottom: 2em;
  padding-left: 1.25em;
}

.hl_faq_question-2 {
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.wrapper_faq {
  overflow: hidden;
}

.hl_infobox {
  margin-top: 1rem;
  margin-bottom: .3rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.icon_infobox {
  background-color: #01a4da;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .6rem;
  display: flex;
}

.item_infobox {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  width: 50%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 1.6rem;
}

.infobox_left {
  width: 33.3333%;
  padding: 1.6rem;
}

.content_infobox {
  background-color: #fff;
  border-radius: .6rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 24px #00000026;
}

.faq_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.infobox_right {
  flex-flow: wrap;
  flex: 1;
  margin: -1px -2px -2px 0;
  display: flex;
}

.content_counter {
  justify-content: space-between;
  display: flex;
}

.counter_element {
  border-left: 1px solid #333;
  width: 25%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.counter-number {
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
}

.txt_full_width {
  opacity: .99;
  color: #fff;
  width: calc(50% - 10rem);
  padding-right: 4rem;
}

.content_wrapper_full_width_overlay {
  justify-content: flex-start;
  align-items: center;
  height: 50vw;
  display: flex;
  position: relative;
}

.headervideo {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper_button {
  margin-top: 1rem;
}

.backimage_full_width_overlay {
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.overlay_backgblur {
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #01a4dacc;
  width: calc(50% - 10rem);
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-2 {
  color: #01a4da;
  text-align: center;
  background-color: #fff;
  border-radius: .3rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.button-2.neg {
  color: #fff;
  background-color: #01a4da;
  margin-bottom: .5rem;
  margin-right: .5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .2s;
}

.button-2.neg:hover {
  background-color: #000;
}

.h2_image {
  margin-top: 0;
  font-size: 3rem;
  line-height: 1;
}

.buttons {
  margin-top: 1em;
}

.content_wrapper_full_width-2 {
  justify-content: flex-start;
  align-items: center;
  height: 50vw;
  display: flex;
  position: relative;
}

.backimage_fixed {
  background-color: #e9e9e9;
  background-image: url('../images/fixedimage.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: -2434px;
  margin-right: -2434px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.fixed_overlay {
  text-align: center;
  background-color: #fff;
  border-radius: .6rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 6rem);
  box-shadow: 0 2px 20px #0003;
}

.h2-fixedbox {
  color: #01a4da;
  margin-top: 0;
}

._3column_top {
  padding-bottom: 1.25em;
}

._3column_item {
  color: #333;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

._3column_button {
  border-top: 1px solid #e0e0e0;
  margin-top: 1.25rem;
  padding-top: 1.25em;
}

._3column_hl {
  margin-bottom: .3em;
  font-size: 1.2em;
  font-weight: 500;
}

._3column_bottom {
  border-top: 1px solid #e0e0e0;
  padding-top: .75em;
}

._3column_image {
  border-radius: .6rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

._3column_content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

._3column_icon {
  width: 2em;
  height: 2em;
  margin-right: .5em;
}

.content_wrapper_3columns {
  flex-wrap: wrap;
  margin: -1em;
  display: flex;
}

._3column {
  flex: 1;
  min-width: 33.3333%;
  padding: 1em;
}

.content_wrapper_iconelement1 {
  flex-flow: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.item_iconelement1 {
  flex: 1;
  min-width: 33.3333%;
  padding: 1rem;
}

.hl_iconelement1 {
  margin-top: 1rem;
  margin-bottom: .3rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.wrapper-image-answer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 2em;
  display: flex;
}

.image-answer {
  flex: 1;
}

.content_wrapper_grid_hover {
  flex-flow: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.grid_hover_item {
  width: 25%;
  padding: .5rem;
}

.grid_hover_base {
  aspect-ratio: 1;
  color: #fff;
  background-color: #01a4da;
  border-radius: .6rem;
  align-items: flex-end;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid_hover_image {
  transition: opacity .5s;
  display: block;
  position: absolute;
  inset: 0%;
}

.grid_hover_image:hover {
  opacity: .06;
}

.image_grid_hover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hl_3row {
  margin-top: 1rem;
  margin-bottom: .3rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.content_wrapper_logogrid {
  border-radius: .6rem;
  overflow: hidden;
  box-shadow: 0 6px 24px #00000026;
}

.items_logogrid {
  flex-flow: wrap;
  margin: -5px;
  line-height: 0;
  display: flex;
}

.item_logogrid {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  flex: 0 auto;
  width: 20%;
  margin-top: -1px;
  margin-right: -1px;
  padding: 3.5rem;
}

.image-header {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content_wrapper_timeline {
  margin: 12em 4.7em;
}

.content_element-3 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.slider-top-middle-cricle {
  background-color: #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.slider-wrapper {
  flex-flow: column;
  display: flex;
}

.slider-bottom-right-date {
  margin-bottom: 1em;
  font-size: 1.56rem;
  font-weight: 700;
}

.swiper-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
}

.slider-top-right-date {
  margin-top: 1em;
  font-size: 1.56rem;
  font-weight: 700;
}

.slider-main_component {
  position: relative;
}

.left-arrow-slider {
  color: #000;
  background-color: #fff;
  border: .25rem solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

.gleich-height {
  display: flex;
}

.gleich-height.arrows-timeline {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 3.9em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider-main-wrap {
  position: relative;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide._25p {
  width: 25%;
}

.slider-bottom-right {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  height: 100%;
  padding-top: 3em;
  padding-left: 1.75em;
  display: flex;
}

.h2-timeline {
  margin-bottom: 2em;
}

.slider-bottom-middle {
  flex-flow: column-reverse;
  flex: none;
  align-items: center;
  width: 12px;
  display: flex;
}

.wrapper-slider-nav {
  flex: none;
  display: flex;
}

.slider-divider {
  background-color: #000;
  width: 2.6em;
  height: .375em;
}

.slider-bottom-left {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 4.3rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  display: flex;
}

.slider-icon {
  width: 4.25em;
}

.div-arrow-slider {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: -.25rem;
}

.slider-divider-right {
  background-color: #000;
  flex: 1;
  height: .375em;
}

.slider-top-right-hl {
  font-weight: 700;
}

.swiper {
  overflow: hidden;
}

.slider-top-middle-line {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.gleich-height-2 {
  display: flex;
}

.slider-top-left {
  flex: none;
  width: 4.3rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

.slider-top-right {
  flex: 0 auto;
  padding-bottom: 3em;
  padding-left: 1.75em;
}

.slider-middle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-top-middle {
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 12px;
  display: flex;
}

.bgimages {
  position: fixed;
  top: 0;
}

.bgimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.header_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.wrapper_headline_start {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 83em;
  margin-left: auto;
  margin-right: auto;
}

.h1_home {
  color: var(--red);
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
  padding: .5rem 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.85;
  display: inline;
}

.h1_home.big {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  font-size: 3.5rem;
}

.spicetomeetyou {
  z-index: 1;
  width: 11.5em;
  position: absolute;
  inset: auto 4em -5.7em auto;
}

.features {
  background-color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.item_feature {
  color: #333;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.item_feature.link {
  transition: background-color .2s;
}

.item_feature.link:hover {
  background-color: #dbdbdb;
}

.icon_feature {
  flex: none;
  max-width: 3.1875em;
  margin-right: 1.5em;
}

.divider_feature {
  background-color: #d9d9d9;
  flex: none;
  width: 1px;
}

.intro {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  display: flex;
}

.intro_left {
  width: 30%;
}

.intro_right {
  width: 70%;
}

.kontakt_button {
  background-color: var(--red);
  letter-spacing: .56px;
  text-transform: uppercase;
  border-radius: 1.6em;
  padding: .5625em 1.9em;
  font-size: .875rem;
  font-weight: 700;
}

.kontakt_text {
  margin-top: 2.5em;
  margin-left: 1em;
  font-size: .875rem;
}

.kontakt_text.nomargin {
  margin-top: 0;
}

.leadin_text {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  font-weight: 700;
}

.contentbox {
  margin-bottom: 3em;
  position: relative;
}

.wrapper_box {
  padding-top: 1.5em;
}

.gradient {
  background-image: linear-gradient(#e5e8ed, #fff);
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.wrapper_contentbox {
  z-index: 1;
  padding-top: 4em;
  position: relative;
}

.box {
  background-color: #fff;
  border-radius: 1.6875em;
  flex-flow: wrap;
  overflow: hidden;
  box-shadow: 0 4px 35px #00000024;
}

.box_item {
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  flex: 1;
  padding: 2.5em;
}

.box_item._33 {
  flex: 0 auto;
  width: 33.3333%;
}

.box_item._50 {
  flex: none;
  width: 50%;
}

.box_item._66 {
  max-width: 66.6667%;
}

.hl_box {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 600;
}

.wrapper_box_item {
  flex-flow: wrap;
  margin: -1px;
  display: flex;
}

.additional {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin-top: 5em;
  display: flex;
}

.additional_left, .additional_right {
  width: 50%;
}

.list {
  margin-bottom: 3em;
  padding-left: 17px;
}

.list-item {
  color: var(--red);
  padding-left: 1em;
}

.list_text {
  color: #333;
  font-weight: 400;
}

.heading-2 {
  margin-bottom: 1em;
}

.sl {
  color: var(--red);
  text-transform: uppercase;
  margin-top: .5em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.sl.white {
  color: var(--white);
}

.divider_header {
  background-color: var(--red);
  width: 6em;
  height: 4px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.sl2 {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.wrapper_hl_txt {
  width: 35.625em;
}

.features_header {
  margin-top: 2em;
}

.item_feature_header {
  align-items: center;
  display: flex;
}

.icon_feature_header {
  flex: none;
  width: 3.375em;
  margin-right: 2em;
}

.txt_feature_header {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4em;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
}

.wrapper_headline_start-copy {
  align-items: center;
  padding-bottom: 8em;
  padding-left: 4em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.wrapper_headline_start-copy.subsites {
  padding-bottom: 0;
}

.wrapper_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper_wrapper.nopadding {
  padding-bottom: 0;
}

.wrapper_box_hl {
  min-height: 4.5em;
  color: var(--red);
  margin-bottom: .5em;
  line-height: 1.2;
}

.wrapper_box_hl.small_gap {
  min-height: 3em;
  margin-bottom: 0;
}

.image_box {
  margin-top: 3em;
}

._2spalten {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.paragraph {
  flex: 1;
}

.download {
  background-color: var(--red);
  color: #fff;
  border-radius: 1.375em;
  justify-content: space-between;
  align-items: center;
  padding: .6em 1.8em;
  text-decoration: none;
  display: flex;
}

.download_icon {
  margin-left: 1em;
}

.sprache, .extra {
  display: inline-block;
}

.wrapper-features {
  background-color: #fff;
  border-radius: 1.375em;
  margin-bottom: 2em;
  overflow: hidden;
  box-shadow: 0 4px 29px #00000024;
}

.wrapper_wrapper-home {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper_wrapper-home.nopadding, .wrapper_wrapper-home._404 {
  padding-bottom: 0;
}

.h1_home-home {
  color: var(--red);
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
  padding: .5rem 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.85;
  display: inline;
}

.h1_home-home.big {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  font-size: 3.5rem;
}

.overlay {
  background-image: linear-gradient(0deg, #abbdcf, #abbdcf00);
  display: none;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

html.w-mod-js [data-ix="navbar-hidden"] {
  display: none;
  transform: translate(0, -80px);
}

@media screen and (min-width: 1920px) {
  .txtlink {
    color: #d01b22;
    text-decoration: underline;
  }

  .content_wrapper_full_width, .content_wrapper_full_width_overlay {
    height: 800px;
  }

  .headervideo {
    position: relative;
  }

  .content_wrapper_full_width-2 {
    height: 800px;
  }

  .image-header {
    object-fit: cover;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 3vw;
    padding-left: 2vw;
    font-size: 3vw;
  }

  h3 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .navbar_component {
    z-index: 3;
    padding: 2vw 0 1vw;
    transform: none;
  }

  .body {
    font-size: 1rem;
  }

  .dropdown-list-megamenu.w--open {
    margin-top: 0;
  }

  .dropdown-list-megamenu.ddl-mega.w--open {
    position: static;
  }

  .content_navbar_megamenu {
    z-index: 2;
    background-color: #fff;
    border-radius: 0;
    overflow: auto;
    box-shadow: 0 9px 9px #0000001a;
  }

  .navlink-megamenu {
    display: block;
  }

  .navbar_megamenu {
    border-radius: 2.4em;
    padding-right: 0;
  }

  .dropdown-toggle-megamenu {
    border-bottom: 1px solid #dbdbdb;
    height: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-size: 1.1em;
    display: block;
  }

  .dropdown-toggle-megamenu.mega {
    border-bottom: 1px solid #dbdbdb;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .dropdown-toggle-megamenu.mega.w--open {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .dropdown-toggle-megamenu.fat {
    margin-right: 0;
  }

  .brand {
    margin-left: 1.25em;
  }

  .div-content-mm-left {
    font-size: 1em;
  }

  .div-content-mm-right {
    display: none;
  }

  .div-box-mm-left {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .content_slide_imageslider {
    max-height: none;
  }

  .footer_top {
    border-radius: 4vw;
    padding: 2.5em 2em;
  }

  .footer_top-left {
    flex: 1;
    padding-right: 2em;
    font-size: .8rem;
  }

  .footer_top-right {
    column-count: 1;
  }

  .footer_sublink {
    letter-spacing: normal;
    font-size: 15px;
    line-height: 23px;
  }

  .wrapper_passende-artikel {
    flex-direction: column;
    margin-right: 0;
  }

  .wrapper_passender-artikel {
    width: 100%;
    padding-right: 0;
  }

  .content_passender-artikel {
    height: 50vw;
    padding-left: 7em;
  }

  .text_passender-artikel {
    width: 50%;
  }

  .image_passender-artikel {
    width: 50vw;
    max-width: none;
    height: 50vw;
    max-height: none;
  }

  .box_newsteaser1 {
    width: 50%;
  }

  .hl_newsteaser1 {
    font-size: 1.2em;
  }

  ._4row_content {
    width: 50%;
  }

  .div-breadcrumb {
    height: auto;
  }

  .pagination {
    margin-bottom: 3em;
  }

  .news_template-left {
    width: 65%;
    padding-right: 1.5em;
  }

  .news_template-right {
    width: 35%;
  }

  .news_leadin {
    margin-bottom: 2em;
  }

  .beitrag_sidebar_item_content {
    flex: none;
  }

  .beitrag_sidebar_item {
    text-align: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .news_tabs_items {
    white-space: nowrap;
    overflow: visible;
  }

  .news_tabs_iteam {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 13px;
    transition: color .2s;
  }

  .news_tabs_iteam:hover {
    color: #323232;
  }

  .news_tabs {
    overflow: scroll;
  }

  .wrapper_news_tabs {
    margin-top: 2em;
    padding-top: 2em;
  }

  .tag {
    font-size: .7em;
  }

  .content_slide_image {
    height: 28vw;
  }

  .slide_image {
    width: 33.3333%;
  }

  .event_details_item {
    font-size: 13px;
    line-height: 19px;
  }

  .navbar_shadow, .navbar_fixed_shadow {
    display: block;
  }

  .autor_sidebar {
    padding-bottom: 3vw;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 2em;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-global {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .section_home-header {
    margin-bottom: 8vw;
  }

  .home_header_component {
    border-radius: 4vw;
    height: auto;
    overflow: hidden;
  }

  .home_header_component.home {
    height: 54vw;
  }

  .image_autor_sidebar {
    margin-bottom: 1em;
    margin-right: 0;
  }

  .button_beitraege_sidebar {
    justify-content: center;
  }

  .header_component_overlay {
    height: 36em;
  }

  .content_kundenslider {
    padding: 1.5em;
  }

  .wrapper_h2_home_kundenstimmen {
    width: 100%;
  }

  .kundenstimmen_decoration_ornament {
    width: 38em;
  }

  .menu-button {
    background-color: #e9e9e9;
    border-radius: 50%;
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--red);
    border-radius: 50%;
    margin-bottom: 12px;
    padding: 12px;
  }

  .content_wrapper_full_width {
    height: 60vw;
  }

  .backimage_full_width {
    margin-left: -22px;
    margin-right: -22px;
  }

  .div-box-full-width {
    padding: 35px 30px;
    font-size: 23px;
    line-height: 30px;
  }

  .div-button-full-width {
    margin-top: 25px;
  }

  .content_element-2 {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .logo_slider {
    height: 4.8rem;
    margin-left: .8rem;
    margin-right: .8rem;
  }

  .item_infobox {
    width: 50%;
  }

  .infobox_left {
    width: 100%;
  }

  .content_infobox {
    flex-flow: column;
  }

  .infobox_right {
    margin-left: -2px;
  }

  .counter_element {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .counter-number {
    font-size: 9vw;
  }

  .txt_full_width {
    width: 50%;
    padding-right: 2vw;
  }

  .content_wrapper_full_width_overlay {
    height: 80vw;
  }

  .overlay_backgblur {
    width: 50%;
  }

  .h2_image {
    font-size: 5vw;
  }

  .content_wrapper_full_width-2 {
    height: 80vw;
  }

  .backimage_fixed {
    margin-left: -40px;
    margin-right: -40px;
  }

  .fixed_overlay {
    width: 70%;
    padding: 1.5rem;
  }

  .content_wrapper_3columns {
    margin-left: -.5em;
    margin-right: -.5em;
  }

  ._3column {
    padding: .5em;
  }

  .content_wrapper_iconelement1 {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .item_iconelement1 {
    padding: .5rem;
  }

  .grid_hover_item {
    width: 33.3333%;
  }

  .grid_hover_base {
    padding: 3vw;
    line-height: 1.2;
  }

  .item_logogrid {
    width: 25%;
    padding: 4vw;
  }

  .content_wrapper_timeline {
    margin: 20vw 0;
  }

  .content_element-3 {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .slider-bottom-right-date {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .slider-top-right-date {
    margin-top: 20px;
    font-size: 25px;
  }

  .left-arrow-slider {
    border-width: .45vw;
    width: 6vw;
    height: 6vw;
  }

  .swiper-slide._25p {
    width: 50%;
  }

  .slider-bottom-right {
    padding-top: 40px;
    padding-left: 20px;
  }

  .slider-divider {
    width: 35px;
    height: 5px;
  }

  .slider-bottom-left {
    width: 60px;
    font-size: 40px;
  }

  .slider-icon {
    width: 60px;
  }

  .div-arrow-slider {
    margin-left: -.45vw;
  }

  .slider-divider-right {
    height: 5px;
  }

  .slider-top-left {
    width: 60px;
    font-size: 40px;
  }

  .slider-top-right {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .header_image {
    position: absolute;
  }

  .wrapper_headline_start {
    max-width: none;
  }

  .h1_home {
    padding-top: .7vw;
    padding-bottom: .7vw;
    font-size: 3.5vw;
    line-height: 6.6vw;
  }

  .h1_home.big {
    padding-left: 1.7vw;
    padding-right: 1.7vw;
    font-size: 3.4vw;
  }

  .spicetomeetyou {
    z-index: 2;
    width: 20vw;
    bottom: -10vw;
    right: 4vw;
  }

  .features {
    padding-left: 0;
    padding-right: 0;
  }

  .item_feature {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: .9rem;
  }

  .icon_feature {
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .intro {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .kontakt_text {
    margin-top: 4vw;
  }

  .leadin_text {
    font-size: 1rem;
  }

  .contentbox {
    margin-bottom: 4vw;
  }

  .gradient {
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper_contentbox {
    padding-top: 4vw;
  }

  .box {
    border-radius: 4vw;
  }

  .box_item._33 {
    padding: 2.5vw;
  }

  .box_item._50 {
    padding: 3.5vw;
  }

  .box_item._66 {
    max-width: none;
    padding: 3.5vw;
  }

  .hl_box {
    font-size: .9em;
  }

  .list-item {
    padding-left: 1vw;
  }

  .sl {
    margin-top: 1.5vw;
    font-size: 2vw;
  }

  .divider_header {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .sl2 {
    font-size: 1.5vw;
    font-weight: 600;
  }

  .wrapper_hl_txt {
    width: 46vw;
  }

  .features_header {
    margin-top: 4vw;
  }

  .icon_feature_header {
    width: 6.2vw;
    margin-right: 2.5vw;
  }

  .txt_feature_header {
    min-height: auto;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    font-size: 1.6vw;
    font-weight: 600;
  }

  .wrapper_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 9vw;
    padding-bottom: 0;
  }

  .wrapper_wrapper.nopadding {
    z-index: 1;
    padding: 6vw 5vw;
    position: relative;
  }

  .wrapper_box_hl {
    min-height: 7vw;
    font-size: 2vw;
  }

  ._2spalten {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .sprache {
    display: flex;
  }

  .extra {
    flex-flow: row;
    display: flex;
  }

  .wrapper-features {
    margin-bottom: 2vw;
  }

  .text-block-2 {
    font-size: .75rem;
  }

  .wrapper_wrapper-home {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 9vw 4vw 0;
  }

  .wrapper_wrapper-home.nopadding {
    padding: 6vw 5vw;
    position: relative;
  }

  .h1_home-home {
    padding: .7vw 2vw;
    font-size: 3.5vw;
    line-height: 6.6vw;
  }

  .h1_home-home.big {
    padding-left: 1.7vw;
    padding-right: 1.7vw;
    font-size: 3.4vw;
  }

  .heading-3 {
    margin-bottom: 3vw;
    padding-left: 2vw;
    font-size: 3vw;
  }

  .overlay {
    z-index: 1;
    opacity: .81;
    background-image: linear-gradient(29deg, #abbdcf, #abbdcf00);
    display: block;
  }

  .heading-6 {
    padding-left: 3vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 4vw;
    font-size: 5vw;
  }

  h3 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .brand {
    padding-left: 0;
  }

  .content_subline {
    font-size: 21px;
    line-height: 23px;
  }

  .content_wrapper_txt_img-float {
    margin-top: 0;
  }

  .content_image_float-right {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .content_image_float-right.image_float-small {
    width: 100%;
  }

  .content_wrapper_txt_img-center {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .content_wrapper_txt_img-center.flip_horizontal {
    flex-direction: column-reverse;
  }

  .content_txt_img_center-left {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content_txt_img_center-right {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content_txt_img_center-right.image_center_small {
    width: 100%;
  }

  .content_wrapper_3grid {
    flex-direction: column;
  }

  ._3grid_left, ._3grid_right {
    width: 100%;
  }

  .content_wrapper_2grid {
    flex-direction: row;
  }

  ._2grid_left, ._2grid_right {
    width: 50%;
  }

  .content_wrapper_3row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  ._3row_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide_txtimage {
    width: 50%;
  }

  .content_wrapper_txtimageslider {
    margin-bottom: 0;
  }

  .content_slide_imageslider {
    height: 60vw;
  }

  .teamgrid_column {
    width: 50%;
  }

  .footer_top {
    padding-top: 2.5em;
    padding-bottom: .5em;
  }

  .wrapper_footer-top {
    flex-direction: column;
  }

  .footer_top-left {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    margin-bottom: 2em;
    margin-right: 0;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .logo_footer {
    margin-bottom: 2em;
  }

  .footer_bottom {
    text-align: center;
  }

  .wrapper_footer-bottom {
    flex-direction: column;
  }

  .footer_sociallink {
    margin-left: .4em;
    margin-right: .4em;
  }

  .txt-copyright {
    text-align: center;
    margin-top: 1.25em;
    margin-left: 0;
  }

  .content_passender-artikel {
    height: auto;
    min-height: 23em;
    padding-left: 1.7em;
  }

  .text_passender-artikel {
    width: 62%;
  }

  .image_passender-artikel {
    width: 38vw;
    height: 38vw;
    top: -4%;
  }

  .alle_news {
    margin-top: 2em;
  }

  .content_wrapper_4row {
    flex-direction: row;
  }

  ._4row_content {
    width: 50%;
  }

  .news_template-left {
    width: 100%;
    padding-right: 0;
  }

  .news_template-right {
    width: 100%;
  }

  .news_leadin {
    font-size: 1.3em;
  }

  .tags.align-left {
    text-align: center;
  }

  .beitrag_sidebar_item_content {
    flex: 0 100%;
  }

  .beitrag_sidebar_item {
    text-align: left;
    flex-direction: row;
    display: flex;
  }

  .news_tabs_iteam.w--current {
    background-color: #efebe7;
  }

  .box_blogpost2, .box_blogpost2.flip-horizonatl {
    flex-direction: column;
  }

  .image_blogpost2 {
    width: 100%;
    height: 50vw;
    min-height: auto;
  }

  .text_blogpost2 {
    width: 100%;
  }

  .slide_image {
    width: 33.3333%;
  }

  .beitrag_sidebar_image {
    height: 50vw;
  }

  .faq_arrow {
    margin-left: 1.25em;
  }

  .content_wrapper_text_text {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .text_text-left {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text_text-right {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content_wrapper_2columns {
    column-gap: 20px;
  }

  .box_events {
    flex-direction: column;
  }

  .image_events {
    width: 100%;
    height: 50vw;
    min-height: auto;
  }

  .text_events {
    width: 100%;
  }

  .date_event {
    font-size: .8em;
  }

  .event_details_item {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .content_wrapper_tags {
    padding-top: 3vw;
  }

  .wrapper_blogteaser_columns {
    column-count: 2;
    column-gap: 2em;
  }

  .autor_sidebar {
    flex-direction: row;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .content_image_float-left {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content_image_float-left.image_float-small {
    width: 100%;
    padding-bottom: 0;
  }

  .wrapper_news_template {
    flex-direction: column;
  }

  .left-arrow, .right-arrow {
    width: 1.4em;
  }

  .image_autor_sidebar {
    margin-right: 1.25em;
  }

  .button_beitraege_sidebar {
    justify-content: flex-start;
  }

  .header_component_overlay {
    height: 31em;
  }

  .content_subline_autor {
    font-size: 21px;
    line-height: 23px;
  }

  .content_wrapper_kontakt {
    flex-direction: column;
    column-gap: 20px;
  }

  .kontakt-left {
    width: 100%;
    padding-right: 0;
  }

  .kontakt-right {
    width: 100%;
    padding-left: 0;
  }

  .kontaktbox-right {
    margin-top: 4em;
  }

  .section_kundenstimmen {
    padding-bottom: 5em;
  }

  .padding-global-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .slide {
    width: 100%;
  }

  .kundenstimmen_decoration_ornament {
    width: 28em;
    display: none;
    bottom: 8%;
  }

  .content_wrapper_full_width {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .backimage_full_width {
    flex: none;
    width: 100%;
    height: 40vw;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-box-full-width {
    width: auto;
    padding: 30px 40px;
    font-size: 20px;
    line-height: 27px;
    position: static;
  }

  .div-button-full-width {
    margin-top: 15px;
  }

  .content_element-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .logo_slider {
    height: 4.1rem;
    margin-left: .7rem;
    margin-right: .7rem;
  }

  .item_infobox {
    width: 50%;
  }

  .infobox_left {
    width: 100%;
  }

  .content_infobox {
    flex-flow: column;
  }

  .infobox_right {
    margin-left: -2px;
  }

  .txt_full_width {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #03a4dacc;
    width: 100%;
    padding: 4vw;
    position: absolute;
    inset: auto 0% 1.25rem;
  }

  .content_wrapper_full_width_overlay {
    height: 60vh;
    min-height: 510px;
  }

  .backimage_full_width_overlay {
    flex: none;
  }

  .overlay_backgblur {
    width: 100%;
    height: 50%;
    display: none;
    inset: auto 0% 0%;
  }

  .button-2.neg {
    margin-bottom: .5rem;
  }

  .content_wrapper_full_width-2 {
    height: 60vh;
    min-height: 510px;
  }

  .backimage_fixed {
    flex: none;
  }

  .fixed_overlay {
    width: 80%;
  }

  ._3column {
    flex: 0 auto;
    width: 50%;
  }

  .item_iconelement1 {
    flex: none;
    width: 50%;
    min-width: auto;
  }

  .grid_hover_item {
    width: 50%;
    padding-bottom: 0;
  }

  .grid_hover_base {
    padding: 4vw;
    font-size: .8rem;
  }

  .item_logogrid {
    width: 33.3333%;
    padding: 5vw;
  }

  .content_element-3 {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }

  .slider-bottom-right-date, .slider-top-right-date {
    font-size: 20px;
  }

  .left-arrow-slider {
    border-width: .55vw;
    width: 8vw;
    height: 8vw;
  }

  .swiper-slide._25p {
    width: 50%;
  }

  .slider-bottom-right {
    padding-left: 10px;
  }

  .wrapper-slider-nav {
    border-width: .7vw;
  }

  .slider-divider {
    width: 22px;
  }

  .slider-bottom-left {
    width: 37px;
    font-size: 25px;
  }

  .slider-icon {
    width: 41px;
  }

  .slider-top-right-sl {
    font-size: 12px;
  }

  .div-arrow-slider {
    margin-left: -.55vw;
  }

  .slider-top-right-hl {
    font-size: 12px;
  }

  .slider-top-left {
    width: 37px;
    font-size: 25px;
  }

  .slider-top-right {
    padding-left: 10px;
  }

  .header_image {
    object-position: 65% 50%;
  }

  .h1_home.big {
    font-size: 4vw;
  }

  .spicetomeetyou {
    width: 18vw;
    bottom: -9vw;
    right: 3.7vw;
  }

  .features {
    flex-flow: wrap;
    margin: -1px;
    padding: 0;
    display: flex;
  }

  .item_feature {
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    flex: none;
    width: 50%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .icon_feature {
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .divider_feature {
    display: none;
  }

  .intro {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column-reverse;
  }

  .intro_left, .intro_right {
    width: 100%;
  }

  .gradient {
    flex: none;
  }

  .wrapper_contentbox {
    padding-top: 4vw;
  }

  .box_item._33 {
    width: 50%;
  }

  .box_item._66 {
    flex: 0 auto;
    width: 50%;
  }

  .additional {
    flex-flow: column;
  }

  .additional_left, .additional_right {
    width: 100%;
  }

  .sl {
    font-size: 2.5vw;
  }

  .sl2 {
    font-size: 2vw;
    font-weight: 600;
  }

  .wrapper_hl_txt {
    width: 61vw;
  }

  .features_header {
    margin-top: 4.5vw;
  }

  .txt_feature_header {
    font-size: 2vw;
    font-weight: 600;
  }

  .wrapper_wrapper {
    padding-top: 13vw;
  }

  .wrapper_wrapper.nopadding {
    padding: 11vw 4vw;
  }

  .wrapper_box_hl {
    font-size: 3vw;
  }

  ._2spalten {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
  }

  .wrapper_wrapper-home.nopadding {
    padding: 11vw 4vw;
  }

  .h1_home-home.big {
    font-size: 4vw;
  }

  .overlay {
    opacity: 1;
  }

  .heading-4 {
    font-size: 4.5vw;
  }

  .heading-5 {
    padding-left: 4vw;
  }

  .heading-6 {
    padding-left: 4vw;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.3em;
    line-height: 1.1;
  }

  h2 {
    margin-bottom: 8vw;
    font-size: 6.5vw;
  }

  h3 {
    font-size: 6vw;
  }

  .navbar_component {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .navbar_megamenu {
    border-radius: 0;
  }

  .brand {
    margin-left: 1em;
  }

  .div-content-mm-left {
    column-count: 1;
  }

  .content_wrapper_3grid {
    margin-left: 0;
    margin-right: 0;
  }

  ._3grid_left {
    padding: 0;
  }

  ._3grid_right-top, ._3grid_right-bottom {
    padding: .6em 0;
  }

  .content_wrapper_2grid {
    flex-direction: column;
  }

  ._2grid_left {
    width: 100%;
    margin-top: .6em;
    margin-bottom: .6em;
    padding-right: 0;
  }

  ._2grid_right {
    width: 100%;
    margin-top: .6em;
    margin-bottom: .6em;
    padding-left: 0;
  }

  .content_wrapper_3row {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._3row_content {
    padding-top: .6em;
    padding-bottom: .6em;
  }

  .slide_txtimage {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider_nav {
    display: none;
  }

  .slider_arrow {
    margin-left: 0;
    margin-right: 0;
  }

  .content_slide_txtimage {
    padding: 1em;
  }

  .mask {
    padding-bottom: 47px;
  }

  .content_wrapper_txtimageslider {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .downloaditem_image {
    max-width: 3em;
  }

  .download_text {
    font-size: 12px;
    line-height: 17px;
  }

  .content_wrapper_teamgrid {
    flex-direction: column;
    margin: 0;
  }

  .teamgrid_column {
    width: 100%;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    padding: 0;
  }

  .footer_bottom {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .txt-copyright {
    margin-top: 20px;
  }

  .wrapper_passende-artikel {
    margin-top: 0;
  }

  .wrapper_passender-artikel {
    flex-direction: column-reverse;
    padding-top: .6em;
    padding-bottom: .6em;
    display: flex;
  }

  .content_passender-artikel {
    height: auto;
    min-height: auto;
    margin-left: 0;
    padding: 1.25em;
  }

  .text_passender-artikel {
    width: auto;
  }

  .image_passender-artikel {
    width: auto;
    height: 80vw;
    position: static;
  }

  .wrapper_newsteaser1 {
    margin-left: 0;
    margin-right: 0;
  }

  .box_newsteaser1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .box_newsteaser1._50p {
    width: 100%;
  }

  .alle_news {
    margin-top: 1.5em;
  }

  .wrapper_blogteaser1, .content_wrapper_4row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  ._4row_content {
    width: 100%;
    padding: .6em 0;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .pagination_item {
    margin-top: -1px;
  }

  .news_template-left {
    margin-bottom: 60px;
  }

  .news_leadin {
    font-size: 1.2em;
  }

  .tags {
    text-align: center;
  }

  .beitrag_sidebar_item {
    text-align: center;
    flex-direction: column;
  }

  .news_template_autor {
    justify-content: flex-start;
  }

  .wrapper_news_tabs {
    margin-top: 1em;
    padding-top: 1em;
  }

  .box_blogpost2 {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .image_blogpost2 {
    height: 60vw;
  }

  .text_blogpost2 {
    padding: 1.25em;
  }

  .content_slide_image {
    height: 89vw;
    padding: 1em;
  }

  .content_wrapper_imgeslider {
    margin-left: 0;
    margin-right: 0;
  }

  .slide_image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_question {
    font-size: 15px;
  }

  .content_wrapper_2columns {
    column-count: 1;
  }

  .wrapper_3grid_image {
    padding-top: .6em;
    padding-bottom: .6em;
  }

  .image_events {
    height: 60vw;
  }

  .text_events {
    padding: 1.25em;
  }

  .tags_sidebar {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .wrapper_blogteaser_columns {
    column-count: 1;
    column-rule-style: none;
    column-gap: 0;
  }

  .content_wrapper_autor {
    text-align: center;
    flex-direction: column;
  }

  .autor-left {
    justify-content: center;
    padding-bottom: 5vw;
    padding-right: 0;
    display: flex;
  }

  .image_autor {
    margin-right: 0;
  }

  .autor_sidebar {
    text-align: center;
    flex-direction: column;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 1em;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-section-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_header_component.home {
    height: 62vw;
  }

  .pagination_item-last {
    margin-top: -1px;
  }

  .sidebar_hl {
    text-align: center;
  }

  .image_autor_sidebar {
    margin-right: 0;
  }

  .button_beitraege_sidebar {
    justify-content: center;
  }

  .content_wrapper_kontakt {
    column-count: 1;
  }

  .h2_home_blog {
    margin-top: .5em;
    font-size: 3.5em;
  }

  .content_wrapper_full_width {
    margin-top: 20px;
  }

  .backimage_full_width {
    height: 50vw;
  }

  .div-box-full-width {
    padding: 20px;
    font-size: 17px;
    line-height: 20px;
  }

  .logo_slider {
    height: 2.7rem;
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .spacer {
    padding-top: 1em;
  }

  .item_infobox {
    width: 100%;
    margin-right: 0;
    padding: 1rem;
  }

  .infobox_left {
    padding: 1rem;
  }

  .faq_question-2 {
    font-size: 15px;
  }

  .content_counter {
    flex-flow: column;
  }

  .counter_element {
    border-bottom: 1px solid #333;
    border-left-style: none;
    width: auto;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .counter-number {
    font-size: 22vw;
  }

  .content_wrapper_full_width_overlay {
    height: 60vh;
  }

  .button-2.neg {
    margin-bottom: .5rem;
  }

  .content_wrapper_full_width-2 {
    height: 60vh;
  }

  .fixed_overlay {
    width: 93%;
  }

  .content_wrapper_3columns {
    flex-direction: column;
    margin: 0;
  }

  ._3column {
    width: 100%;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    padding: 0;
  }

  .content_wrapper_iconelement1 {
    margin-left: 0;
    margin-right: 0;
  }

  .item_iconelement1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content_wrapper_grid_hover {
    margin-left: 0;
    margin-right: 0;
  }

  .grid_hover_item {
    width: 100%;
    padding: 0;
  }

  .grid_hover_base {
    padding: 7vw;
  }

  .item_logogrid {
    width: 50%;
    padding: 7vw;
  }

  .left-arrow-slider {
    color: #000;
    border-width: .8vw;
    width: 13vw;
    height: 13vw;
    font-size: 25px;
  }

  .swiper-slide._25p {
    width: 100%;
  }

  .div-arrow-slider {
    margin-left: -.8vw;
  }

  .header_image {
    object-position: 70% 50%;
  }

  .h1_home {
    font-size: 4vw;
    line-height: 7.5vw;
  }

  .h1_home.big {
    font-size: 7vw;
    line-height: 12vw;
  }

  .spicetomeetyou {
    width: 24vw;
    bottom: -12vw;
    right: 1.3em;
  }

  .intro {
    flex-flow: column-reverse;
  }

  .intro_left, .intro_right {
    width: 100%;
  }

  .gradient {
    height: 50vw;
  }

  .box_item._33, .box_item._50, .box_item._66 {
    width: 100%;
    padding: 6.5vw;
  }

  .sl {
    margin-top: 4vw;
    font-size: 4vw;
  }

  .divider_header {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .sl2 {
    font-size: 3vw;
    font-weight: 600;
  }

  .wrapper_hl_txt {
    width: 65vw;
  }

  .features_header {
    margin-top: 7vw;
  }

  .icon_feature_header {
    width: 8vw;
  }

  .txt_feature_header {
    font-size: 3vw;
  }

  .wrapper_wrapper {
    padding-top: 19vw;
    padding-left: 3.1em;
    padding-right: 3.1em;
  }

  .wrapper_wrapper.nopadding {
    padding: 18vw 4vw;
  }

  .wrapper_box_hl {
    min-height: auto;
    font-size: 5vw;
  }

  .wrapper_wrapper-home.nopadding {
    padding: 18vw 4vw;
  }

  .h1_home-home {
    font-size: 4vw;
    line-height: 7.5vw;
  }

  .h1_home-home.big {
    font-size: 6vw;
  }

  .overlay {
    background-image: linear-gradient(29deg, #abbdcf 26%, #abbdcf00);
  }

  .heading-6 {
    padding-left: 5vw;
  }
}


