:root {
  --firebrick: #cc2a27;
  --royal-blue: #295c90;
  --black: #0e1213;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

a {
  text-decoration: none;
}

.navbar-logo-left {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1620px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  min-width: 150px;
}

.nav-menu-wrapper {
  flex: 0 auto;
  padding-right: 25px;
}

.nav-menu-two {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .8rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 3px solid var(--firebrick);
}

.nav-link.blue {
  text-transform: uppercase;
}

.nav-link.blue.w--current {
  border-bottom-color: var(--royal-blue);
  text-transform: uppercase;
}

.nav-link.black.w--current {
  border-bottom-color: var(--black);
}

.body {
  font-family: Poppins, sans-serif;
}

.image {
  width: 25px;
}

.main-container {
  flex-direction: column;
  align-items: center;
  max-width: 1620px;
  display: flex;
}

.header-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
}

.header-wrapper._2 {
  height: 50vh;
}

.image-wrapper {
  clear: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  display: block;
  position: relative;
}

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

.content-wrapper {
  background-color: var(--firebrick);
  width: 40%;
  height: auto;
  padding: 40px 40px 60px;
  position: absolute;
  inset: auto auto auto 0%;
}

.content-wrapper.blue {
  background-color: var(--royal-blue);
  padding: 40px 40px 50px;
}

.content-wrapper.black {
  background-color: var(--black);
  padding: 40px 40px 50px;
}

.heading {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}

.paragraph {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
}

.section {
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
}

.section.grey {
  background-color: #f2f2f2;
  padding-bottom: 120px;
  padding-left: 5%;
  padding-right: 5%;
}

.section.bottom-margin {
  margin-bottom: 120px;
}

.section-header {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-2 {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-2.list {
  margin-bottom: 5px;
  padding-left: 0;
}

.paragraph-2.white {
  color: #fff;
  font-weight: 400;
}

.paragraph-2.white.light {
  font-weight: 300;
}

.paragraph-2.tipp {
  font-size: .8rem;
}

.div-block-3 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  height: 420px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .32s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3:hover {
  width: 75%;
}

.wrapper-horizontal-accordion {
  margin-left: 30px;
  margin-right: -10px;
  display: flex;
}

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

.image-3 {
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0%;
}

.red-cover {
  background-color: var(--firebrick);
  opacity: .7;
  mix-blend-mode: multiply;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0%;
}

.red-cover.blue {
  background-color: var(--royal-blue);
}

.red-cover.black {
  background-color: var(--black);
  opacity: .55;
}

.h3-center {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: relative;
}

.h3-center.absolute {
  position: absolute;
  inset: 8% 0% auto;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-2.white {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  top: auto;
}

.wrapper-logo {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-logo {
  filter: grayscale();
  mix-blend-mode: normal;
  object-fit: contain;
  width: 120px;
  height: 80px;
  transition: all .25s;
}

.image-logo:hover {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  width: 130px;
  height: 80px;
}

.image-logo.klein {
  width: 100px;
  height: 60px;
}

.image-logo.klein:hover {
  width: 110px;
  height: 60px;
}

.image-logo.klein.height:hover {
  height: 70px;
}

.abstand {
  height: 120px;
}

.abstand.klein {
  height: 25px;
}

.tabs {
  width: 100%;
  margin-top: 35px;
}

.tab-pane {
  background-color: #fff;
  width: 100%;
  padding-top: 32px;
  padding-right: 32px;
}

.tab-link {
  background-color: #f7f7f7;
  border-right: 1px solid #d3d3d3;
}

.tab-link.w--current {
  color: var(--firebrick);
  background-color: #fff;
  font-weight: 500;
}

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

.tab-link.black {
  color: var(--black);
}

.tab-link-tab-2 {
  background-color: #f5f4f4;
}

.grid {
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  place-items: start stretch;
  width: auto;
  overflow: hidden;
}

.div-block-4 {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 340px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4.padding {
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-5 {
  object-position: 50% 100%;
  width: auto;
  height: 340px;
  max-height: 340px;
  position: relative;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-4._2 {
  object-position: 50% 50%;
}

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 340px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hide-content {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
  position: relative;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
}

.button {
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 12px;
  transition: all .25s;
}

.button:hover, .button.invert {
  background-color: var(--firebrick);
  color: #fff;
}

.button.invert:hover {
  color: var(--firebrick);
  background-color: #fff;
  border-color: #fff;
}

.list {
  padding-left: 15px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  width: 100%;
  margin-top: 15px;
}

.grid-2._2 {
  grid-template-columns: 1fr .7fr;
  margin-top: 16px;
}

.quotes-wrapper {
  border: 1px solid #c7c4c4;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
  padding: 44px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote {
  object-fit: contain;
  width: 240px;
  height: 160px;
  position: absolute;
  inset: auto -4% -24px auto;
}

.paragraph-4 {
  font-weight: 300;
}

.paragraph-4.caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

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

.section-cta {
  background-image: url('../images/MHT_WEBSITE_START.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.section-cta._2 {
  background-image: url('../images/MHT-Heizung-Hintergrund.webp');
  background-attachment: scroll;
  height: auto;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: relative;
}

.section-cta._2.kaelte {
  background-image: url('../images/MHT_WEBSITE_LEISTUNGEN_KAELTE_background.webp');
}

.section-cta._2.sanitaer {
  background-image: url('../images/MHT_WEBSITE_LEISTUNGEN_SANITAER_backgrounf.webp');
}

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

.div-block-8 {
  width: 100%;
  height: 100%;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  width: 55%;
}

.accordion-title {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.content {
  position: relative;
  overflow: hidden;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  padding-bottom: 20px;
}

.list-2 {
  padding-left: 0;
}

.list-item {
  background-image: url('../images/Icon-feather-check-square.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 14px;
  padding-left: 30px;
}

.heading-5 {
  color: #707070;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.3;
}

.lottie {
  width: 25px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-vorteile {
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
}

.vorteile {
  color: var(--firebrick);
  border: 1px solid #858585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  padding: 20px;
  font-weight: 600;
  display: flex;
}

.paragraph-5 {
  font-size: 88px;
}

.counter {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
}

.counter.blue {
  color: var(--royal-blue);
}

.counter.black {
  color: var(--black);
}

.paragraph-6 {
  color: #747474;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.dark-background {
  opacity: .62;
  mix-blend-mode: overlay;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.wrapper-cta-inhalt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-dark {
  background-color: #000;
  border-bottom: 0 #0000;
  height: 100%;
  padding: 50px 5% 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-wrap: nowrap;
  place-content: center space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 140px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 70%;
  display: block;
}

.footer-block {
  color: #fff;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-block._2 {
  justify-content: center;
  height: auto;
  display: inline;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.title-small:hover {
  color: #ffffffbf;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #ffffffbf;
}

.footer-link.light {
  margin-left: 47px;
  font-size: 12px;
  font-weight: 300;
}

.footer-social-block {
  opacity: .87;
  mix-blend-mode: normal;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: block;
}

.footer-social-link {
  margin-left: 20px;
  transition: all .3s;
}

.footer-social-link:hover {
  opacity: .7;
}

.footer-divider {
  background-color: #cc2a278f;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.m {
  width: 90px;
  height: auto;
}

.link-block {
  height: auto;
  text-decoration: none;
}

.text-span {
  letter-spacing: 1px;
}

.social {
  width: 20px;
  height: auto;
}

.color-background {
  background-color: var(--firebrick);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-background.blue {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  display: block;
}

.color-background.black {
  background-color: var(--black);
}

.footer-2-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center space-around;
  width: 100%;
  height: auto;
}

.div-block-11 {
  height: auto;
}

.contact {
  transition: all .25s;
}

.contact:hover {
  transform: scale(1.1);
}

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

.image-7 {
  object-fit: cover;
  width: 100%;
  min-width: auto;
  height: 100%;
}

.list-3 {
  padding-left: 15px;
}

.tabs-content {
  width: 100%;
}

.link {
  color: #333;
  text-decoration: none;
}

.wrapper-loop-logos {
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logos-container {
  justify-content: space-around;
  width: auto;
  min-width: 200%;
  display: flex;
}

.link-block-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  cursor: pointer;
}

.subheading {
  color: #fff;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4;
}

.list-4 {
  padding-left: 15px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_component-2 {
  z-index: 9998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #3d3d3e;
  border-bottom: 1px solid #3d3d3e;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_button-2 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  border-color: var(--firebrick);
  color: #3d3d3e;
  background-color: #fff;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-manager_icon-2 {
  background-color: #0000;
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_component-2 {
  z-index: 999;
  cursor: pointer;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_label {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_button-2 {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  border: 2px solid #0000;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: var(--firebrick);
  color: #3d3d3e;
  background-color: #0000;
  font-weight: 500;
}

.fs-cc-prefs_text {
  color: #3d3d3e;
  font-size: .75rem;
}

.fs-cc-prefs_title {
  color: #3d3d3e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.list-item-2 {
  margin-right: 38px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-brand {
    width: 160px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    padding-right: 0;
  }

  .nav-menu-two {
    background-color: #0000;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding: 20px;
    list-style-type: none;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--firebrick);
    color: #fff;
  }

  .content-wrapper {
    padding: 19px 36px 41px;
  }

  .content-wrapper.black {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-2 {
    font-weight: 300;
  }

  .div-block-3:hover {
    width: 75%;
  }

  .wrapper-horizontal-accordion {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .columns {
    width: 100%;
  }

  .grid {
    display: block;
  }

  .div-block-4 {
    padding-top: 15px;
  }

  .div-block-7 {
    margin-bottom: 35px;
    padding-top: 9px;
  }

  .quotes-wrapper {
    height: auto;
  }

  .quote {
    width: 140px;
    bottom: -16%;
  }

  .accordion-wrapper {
    width: auto;
  }

  .wrapper-vorteile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vorteile {
    width: auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

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

  .column-2 {
    padding-bottom: 30px;
  }

  .div-block-12 {
    height: 10px;
    min-height: 10px;
  }

  .icon {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .list-item-2 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #ffffff9c;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .header-wrapper {
    flex-direction: column;
    height: auto;
  }

  .image-wrapper {
    padding-left: 0%;
  }

  .content-wrapper {
    width: 60%;
    inset: auto auto 0% 0%;
  }

  .content-wrapper.black {
    width: auto;
    position: relative;
  }

  .div-block-3, .div-block-3:hover {
    width: auto;
  }

  .wrapper-horizontal-accordion {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: row;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: grid;
  }

  .columns {
    width: 100%;
    position: relative;
  }

  .wrapper-logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .quotes-wrapper {
    padding: 27px;
  }

  .list-item {
    background-size: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: space-between;
    align-items: center;
  }

  .footer-block._2 {
    justify-content: space-around;
    width: 80%;
    display: flex;
  }

  .footer-link:hover {
    color: #ffffffbf;
  }

  .footer-link.light {
    margin-left: 0;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .grid-4 {
    justify-content: space-around;
    display: flex;
  }

  .div-block-11 {
    display: none;
  }

  .column {
    display: flex;
  }

  .lottie-animation {
    width: 35px;
    height: 35px;
  }

  .contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-loop-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .logos-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between space-around;
    min-width: auto;
    display: grid;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    padding-top: 0;
  }

  .navbar-brand {
    width: 140px;
  }

  .nav-menu-two {
    background-color: #ffffff9c;
    border-radius: 0;
    flex-direction: row;
    padding-bottom: 0;
    padding-right: 5px;
  }

  .nav-link {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: var(--firebrick);
  }

  .image {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-wrapper {
    height: auto;
    display: block;
  }

  .image-wrapper {
    height: 50vh;
    padding-left: 0%;
  }

  .content-wrapper {
    width: auto;
    position: relative;
  }

  .content-wrapper.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.black {
    padding: 10px 20px 20px;
  }

  .heading {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .paragraph {
    line-height: 1.4;
  }

  .section {
    padding-top: 80px;
  }

  .section-header {
    height: auto;
  }

  .paragraph-2 {
    font-weight: 400;
  }

  .div-block-3 {
    height: 200px;
    margin-bottom: 20px;
  }

  .div-block-3:hover {
    height: 400px;
  }

  .wrapper-horizontal-accordion {
    display: block;
  }

  .h3-center {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-2 {
    line-height: 1.2;
  }

  .heading-2.white {
    font-size: 1.3rem;
  }

  .image-logo {
    width: 90px;
    height: 60px;
  }

  .abstand {
    height: 100px;
  }

  .tab-pane {
    padding-right: 0;
  }

  .tab-link, .tab-link.w--current {
    border-bottom: 1px solid #e6e6e6;
    border-right-style: none;
    border-right-width: 0;
  }

  .grid {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-4 {
    order: 0;
    height: auto;
    max-height: 300px;
    padding-top: 0;
    display: block;
  }

  .div-block-4.padding {
    flex-wrap: nowrap;
    align-content: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-5 {
    height: 300px;
  }

  .div-block-6 {
    order: 0;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 10px;
    display: block;
  }

  .heading-3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .div-block-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    margin-top: 10px;
  }

  .grid-2 {
    display: block;
  }

  .quotes-wrapper {
    margin-top: 20px;
  }

  .quote {
    inset: auto 0% -46px auto;
  }

  .content {
    display: flex;
  }

  .grid-3, .wrapper-vorteile {
    display: block;
  }

  .vorteile {
    margin-bottom: 20px;
  }

  .wrapper-cta-inhalt {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-2 {
    max-width: none;
  }

  .footer-block {
    flex-direction: column;
    display: flex;
  }

  .footer-block._2 {
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .footer-link {
    margin-top: 0;
  }

  .footer-link.light {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .column {
    display: flex;
  }

  .div-block-13 {
    margin-top: 25px;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }

  .contact {
    display: inline;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .list-item-2 {
    margin-right: 30px;
  }

  .image-8 {
    padding-top: 6px;
  }
}

#w-node-_7c855e41-e7b1-fe63-1f97-3bbe56302fe7-56302fdc {
  place-self: center end;
}

#w-node-_7c855e41-e7b1-fe63-1f97-3bbe56302fee-56302fdc, #w-node-_7c855e41-e7b1-fe63-1f97-3bbe56302ff1-56302fdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c855e41-e7b1-fe63-1f97-3bbe56302ff2-56302fdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_60ae75ee-39ee-b427-c831-b08210a90e51-0ef429f9, #w-node-_43b0ef15-6dbf-4b08-f24e-2a8fc445d55a-0ef429f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a19fc3f2-6dc7-2899-ed72-f5ab1ab1cb44-0ef429f9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bbf75804-d5c5-8d24-c493-5b1cbb64ba9d-0ef429f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bec2d1c-0718-04ec-76a4-be9ed9ebe655-0ef429f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bec2d1c-0718-04ec-76a4-be9ed9ebe657-0ef429f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0bec2d1c-0718-04ec-76a4-be9ed9ebe65c-0ef429f9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0bec2d1c-0718-04ec-76a4-be9ed9ebe667-0ef429f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de171136-0a35-f635-3979-b0f5cf012cd6-0ef429f9, #w-node-_19f84ee9-f228-7bea-6f57-4ca860b910f5-0ef429f9, #w-node-_4bcf91c6-5b02-36ea-2d80-2c59873932dc-0ef429f9, #w-node-_4bcf91c6-5b02-36ea-2d80-2c59873932dd-0ef429f9, #w-node-_0da2744e-f22c-b1dc-5b86-7d8ecfd17d4e-0ef429f9, #w-node-_0da2744e-f22c-b1dc-5b86-7d8ecfd17d5e-0ef429f9, #w-node-_0da2744e-f22c-b1dc-5b86-7d8ecfd17d5f-0ef429f9, #w-node-_0da2744e-f22c-b1dc-5b86-7d8ecfd17d67-0ef429f9, #w-node-_0da2744e-f22c-b1dc-5b86-7d8ecfd17d73-0ef429f9, #w-node-_0da2744e-f22c-b1dc-5b86-7d8ecfd17d7c-0ef429f9, #w-node-_0da2744e-f22c-b1dc-5b86-7d8ecfd17d81-0ef429f9, #w-node-_0da2744e-f22c-b1dc-5b86-7d8ecfd17d82-0ef429f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1162fe34-7bc3-30cc-b922-a803fa91ec33-0ef429f9, #w-node-d98169d3-b1c2-dd83-98ba-31c00ea97fe8-0ef429f9, #w-node-_064be729-8b2b-6515-3fff-c07d51028165-0ef429f9, #w-node-e33f62ef-4773-9fdb-5eda-661ce3aa7fc0-0ef429f9, #w-node-_4a42aab1-391f-c228-c175-db3591785ab0-0ef429f9, #w-node-_8683e251-9d90-1857-681a-ad4e1d925462-0ef429f9 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}