h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.brand-logo {
  position: relative;
  left: 0px;
  top: 0px;
  right: -1px;
  display: block;
  overflow: visible;
  width: 250px;
  height: 50px;
  margin: 10px;
  padding-top: 0px;
  background-image: url('../images/SNACKBOX_LOGO.png');
  background-position: 6px 0px;
  background-size: 241px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
  cursor: pointer;
}

.brand-logo:hover {
  background-image: url('../images/SNACKBOX_LOGO_HOVER.png');
  background-size: 241px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 95px;
  padding-bottom: 0px;
  border-bottom: 2px solid #323233;
  background-image: url('../images/header_bg.gif');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.nav-container {
  margin-top: 12px;
}

.nav-button-secondary {
  width: 200px;
  margin-top: 7px;
  margin-right: 15px;
  padding: 15px 15px 14px;
  border: 2px solid #72b7d3;
  border-radius: 5px;
  font-family: museo-sans-rounded, sans-serif;
  color: #72b7d3;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

.nav-button-secondary:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .17), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .17), hsla(0, 0%, 100%, 0));
}

.nav-button-secondary:active {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .17), hsla(0, 0%, 100%, .32));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .17), hsla(0, 0%, 100%, .32));
  color: #c1e3f1;
  text-shadow: 0 1px 0 #000;
}

.nav-button-secondary.w--current {
  color: #72b7d3;
}

.nav-button-secondary.nav_btn_active {
  border-color: #fff;
  box-shadow: inset 0 0 19px -9px #fff;
  color: #fff;
}

.nav-button-secondary.nav_btn_active.w--current {
  border-color: #fff;
  box-shadow: inset 0 0 19px -1px hsla(0, 0%, 100%, .37);
  color: #fff;
}

.nav-button-primary {
  width: 200px;
  margin-top: 7px;
  margin-right: 15px;
  padding: 16px 15px 14px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(89deg, #f7aa27, #f9b31f 29%, #fbbc15);
  background-image: linear-gradient(1deg, #f7aa27, #f9b31f 29%, #fbbc15);
  box-shadow: 0 2px 0 1px #d09700;
  font-family: museo-sans-rounded, sans-serif;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .4);
}

.nav-button-primary:hover {
  background-image: -webkit-linear-gradient(89deg, #f7aa27, #fcbe3c 29%, #fde6a7);
  background-image: linear-gradient(1deg, #f7aa27, #fcbe3c 29%, #fde6a7);
}

.nav-button-primary:active {
  width: 201px;
  height: 53px;
  margin-right: 14px;
  background-image: -webkit-linear-gradient(270deg, #fde6a7, #fde6a7);
  background-image: linear-gradient(180deg, #fde6a7, #fde6a7);
  box-shadow: inset 0 0 8px 2px #94845d;
}

.nav-button-primary.w--current {
  color: #1d1d1b;
}

.nav-button-primary.nav-button-primary-active {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #f7aa27, #f9b31f 23%, #fbbc15 98%);
  background-image: linear-gradient(180deg, #f7aa27, #f9b31f 23%, #fbbc15 98%);
  box-shadow: inset 0 0 20px -1px #dd8d00, inset 0 0 25px 3px rgba(90, 58, 0, .2);
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.main-stage {
  width: 100%;
  float: none;
  background-image: url('../images/main_stage_background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main-stage-content {
  height: auto;
  max-height: 900px;
  padding-top: 0%;
}

.claim {
  margin-top: 110px;
  padding-top: 5%;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 1px 0 #4a463f, 0 2px 0 #4a463f, 0 4px 0 #4a463f, 0 6px 20px #4a463f, 1px 1px 8px rgba(0, 0, 0, .31), -2px 0 0 #000, 2px 0 0 #000, 0 -2px 0 #000, -1px 2px 0 #000;
}

.hero-image {
  display: block;
  overflow: visible;
  text-align: center;
}

.image {
  position: relative;
  z-index: 100;
  display: block;
  max-width: 80%;
  margin: -215px auto 0px 30px;
  float: none;
  text-align: center;
}

.section-intro {
  position: static;
  display: block;
  margin-top: -225px;
  margin-bottom: 0px;
}

.section-intro-slant {
  height: 165px;
  float: none;
  background-image: url('../images/section_slant_paper_A.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-intro-body {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  background-image: url('../images/section_paper_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.h1-intro {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  margin: 30px auto 25px;
  float: none;
  clear: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 44px;
  line-height: 59px;
  font-weight: 800;
  text-align: center;
}

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

.subtext {
  display: block;
  width: 90%;
  margin: 20px auto;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
  text-align: center;
}

.secondary-button {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 300px;
  height: 60px;
  margin: 35px auto 50px;
  padding-top: 18px;
  padding-bottom: 0px;
  float: none;
  border: 2px solid #4a463f;
  border-radius: 5px;
  background-color: transparent;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.secondary-button:hover {
  border-color: #4a463f;
  background-image: -webkit-linear-gradient(270deg, #f2f9fc, #e7f8ff);
  background-image: linear-gradient(180deg, #f2f9fc, #e7f8ff);
  color: #4a463f;
}

.secondary-button:active {
  background-image: -webkit-linear-gradient(270deg, rgba(114, 183, 211, .51), rgba(114, 183, 211, .51));
  background-image: linear-gradient(180deg, rgba(114, 183, 211, .51), rgba(114, 183, 211, .51));
  box-shadow: inset 0 0 21px 4px hsla(0, 0%, 100%, .57);
}

.secondary-button.tiny-button {
  width: 63%;
  height: 41px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 45px;
  padding-top: 9px;
  padding-right: 5px;
  padding-left: 5px;
  border-color: #1d1d1b;
  color: #1d1d1b;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .4);
  cursor: pointer;
}

.secondary-button.tiny-button:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, 0));
}

.secondary-button.tiny-button:active {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .24));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .24));
}

.secondary-button.secondary-button-small {
  margin-bottom: 30px;
}

.secondary-button.secondary-button-small.secondary-button-white {
  border-color: #fff;
  color: #fff;
}

.secondary-button.secondary-button-small.secondary-button-white:hover {
  color: #4a463f;
}

.secondary-button.secondary-button-small.secondary-button-white:active {
  color: #fff;
}

.button_3rd_order {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #f0864d;
  border-radius: 5px;
  background-color: #f0864d;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
}

.button_3rd_order:hover {
  border: 2px solid #f0864d;
  background-color: #fff;
  color: #f0864d;
}

.primary-button {
  position: relative;
  z-index: 120;
  display: block;
  width: 300px;
  height: 60px;
  margin: 35px auto 60px;
  padding: 20px 30px 0px;
  float: none;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #d09700;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, #f7aa27, #fab71b 47%, #fbbc15);
  background-image: linear-gradient(0deg, #f7aa27, #fab71b 47%, #fbbc15);
  box-shadow: 0 2px 0 1px #d09700, 0 3px 0 1px #d09700;
  font-family: museo-sans-rounded, sans-serif;
  color: #1d1d1b;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .4);
}

.primary-button:hover {
  background-image: -webkit-linear-gradient(90deg, #f7aa27, #fcbe3c 47%, #fde6a7);
  background-image: linear-gradient(0deg, #f7aa27, #fcbe3c 47%, #fde6a7);
}

.primary-button:active {
  background-image: -webkit-linear-gradient(270deg, #fde6a7, #fde6a7);
  background-image: linear-gradient(180deg, #fde6a7, #fde6a7);
  box-shadow: inset 0 0 8px 0 #94845d;
}

.primary-button.button-main {
  display: block;
  width: 250px;
  margin: 30px auto 0px;
  float: none;
  clear: none;
  text-align: center;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .4);
}

.primary-button.button-main:hover {
  background-image: -webkit-linear-gradient(90deg, #f7aa27, #fcbe3c 47%, #fde6a7);
  background-image: linear-gradient(0deg, #f7aa27, #fcbe3c 47%, #fde6a7);
}

.primary-button.button-main:active {
  height: 64px;
  margin-bottom: -4px;
  padding-top: 21px;
  background-image: -webkit-linear-gradient(270deg, #fde6a7, #fde6a7);
  background-image: linear-gradient(180deg, #fde6a7, #fde6a7);
  box-shadow: inset 0 0 8px 2px #94845d;
}

.primary-button.button-main.button-cta {
  /* *display: inline-block;*/
  width: auto;
  margin-top: 25px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .4);
}

.primary-button.button-main.button-cta:hover {
  background-image: -webkit-linear-gradient(90deg, #f7aa27, #fcbe3c 47%, #fde6a7);
  background-image: linear-gradient(0deg, #f7aa27, #fcbe3c 47%, #fde6a7);
}

.primary-button.button-main.button-cta:active {
  height: 64px;
  padding-top: 21px;
  background-image: -webkit-linear-gradient(270deg, #fde6a7, #fde6a7);
  background-image: linear-gradient(180deg, #fde6a7, #fde6a7);
  box-shadow: inset 0 0 8px 2px #94845d;
}

.primary-button.primary-button-fix {
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .4);
  cursor: pointer;
}

.primary-button.primary-button-fix:hover {
  background-image: -webkit-linear-gradient(90deg, #f7aa27, #fcbe3c 47%, #fde6a7);
  background-image: linear-gradient(0deg, #f7aa27, #fcbe3c 47%, #fde6a7);
}

.primary-button.primary-button-fix:active {
  height: 60px;
  padding-top: 21px;
  border-width: 2px;
  border-color: #000 #000 #d8c696;
  border-bottom-style: none;
  background-image: -webkit-linear-gradient(270deg, #fde6a7, #fde6a7);
  background-image: linear-gradient(180deg, #fde6a7, #fde6a7);
  box-shadow: inset 0 0 26px -10px #94845d;
}

.primary-button.form-button {
  position: static;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: none;
}

.spacer_large {
  height: 80px;
  margin-top: 0px;
}

.spacer_small {
  height: 20px;
  margin-top: 0px;
}

.section-brands {
  position: static;
  display: block;
  margin-top: -5%;
}

.section-brands-slant {
  position: relative;
  display: block;
  height: 165px;
  background-image: url('../images/section_slant_white_B.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.section-brands-body {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  background-image: url('../images/section_white.png'), url('../images/section_white.png');
  background-position: 0px 0px, 0px 0px;
  background-size: 100%, cover;
}

.h2-brands {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 44px;
  font-weight: 800;
  text-align: center;
}

.logo-column {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  float:right;
}

.logo-row {
  display: block;
  max-width: 85%;
  margin: 70px auto 40px;
}

.logo-row.logo-2nd-row-fix {
  margin-top: 30px;
}

.help-teaser {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
  overflow: visible;
  width: 676px;
  height: 213px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url('../images/candy_bar.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.help-icon {
  width: 115px;
  height: 115px;
  margin-top: 50px;
  margin-left: 0px;
  float: left;
  background-image: url('https://www.snackbox.de/wp-content/uploads/2023/05/help_icon2.png');
  background-position: 0px 0px;
  background-size: 90px 90px;
  background-repeat: no-repeat;
}

.help-text-head {
  display: inline-block;
  margin-top: 65px;
  margin-left: 30px;
  float: left;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

.help-text-copy {
  display: inline-block;
  margin-top: 15px;
  margin-left: 30px;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.help-text-number {
  display: inline-block;
  margin-top: 20px;
  margin-left: 30px;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.help-text-number:hover {
  text-decoration: underline;
}

.section-testimonial-slant {
  background-image: url('../images/section_slant_blue.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-testimonial {
  margin-top: 0%;
}

.section-testimonial-body {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/section_blue.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-1-img {
  position: static;
  display: block;
  width: 156px;
  height: 156px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  background-image: url('../images/testimonial_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-2-img {
  position: static;
  display: block;
  width: 156px;
  height: 156px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  background-image: url('../images/testimonial_2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-3-img {
  position: static;
  display: block;
  width: 156px;
  height: 156px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  background-image: url('../images/testimonial_3.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-4-img {
  position: static;
  display: block;
  float: left;
  width: 156px;
  height: 156px;
  margin-right: 30px;
  margin-left: 30px;
  background-image: url('../images/testimonial_4.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-quote {
  display: block;
  width: 95%;
  margin-top: 20px;
  margin-bottom: auto;
  margin-left: 30px;
  float: none;
  clear: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
}

.testimonial-content {
  display: block;
  width: 800px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-name {
  margin-top: 15px;
  margin-left: 0px;
  float: left;
  clear: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.section-cta {
  position: relative;
  margin-top: -35px;
}

.section-cta-slant {
  height: 100px;
  background-image: url('../images/light_blue_slant.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-cta-body {
  display: block;
  padding-bottom: 40px;
  background-image: url('../images/light_blue_body.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.head-cta {
  display: inline-block;
  width: auto;
  margin: auto auto -45px;
  float: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 50px;
  font-weight: 800;
  text-align: left;
}

.cta-product {
  position: static;
  display: block;
  width: 100%;
  height: 425px;
  min-width: 320px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  clear: none;
  background-image: url('../images/snackbox_product_top.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cta-subhead {
  display: block;
  margin-top: 40px;
  float: none;
  clear: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 36px;
  line-height: 45px;
  font-weight: 800;
}

.cta-text {
  margin-top: 20px;
  margin-bottom: 40px;
  float: none;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.hotline-abbinder {
  height: 80px;
  background-color: #fbbc15;
}

.phone-cta-text {
  position: static;
  display: block;
  overflow: visible;
  margin-right: 15px;
  float: left;
  clear: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #2c2a26;
  font-size: 24px;
  font-weight: 300;
  text-align: right;
}

.phone-cta-number {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #2c2a26;
  font-size: 35px;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
}

.hotline-content {
  position: relative;
  top: 40%;
  display: block;
  width: 745px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.section-additional-products {
  background-image: url('../images/section_paper.png');
  background-position: 0px 0px;
  background-size: cover;
}

.h2-additional-products {
  padding-top: 70px;
  padding-bottom: 25px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 44px;
  font-weight: 800;
}

.subhead-additional-products {
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.container-additional-products {
  display: block;
  margin-top: 30px;
}

.additional-product-img {
  overflow: visible;
  margin: 15px 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
}

.additional-products-cta-head {
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}

.additional-products-col {

}

.testimonial-slider {
  margin-top: -45px;
  background-color: hsla(0, 0%, 87%, 0);
}

.inline-logo {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  margin-top: -40px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: left;
}

.cta-logo-headline {
  display: block;
  text-align: center;
}

.h3-additional-products {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  text-align: left;
}

.h3-additional-products.stoerer-text {
  padding-top: 55px;
  padding-bottom: 10px;
  color: #1d1d1b;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  text-shadow: 0 1px 0 #fffbdb;
}

.h3-additional-products.stoerer-text.white-text {
  padding-top: 37px;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  text-shadow: 0 2px 0 #000;
}

.small-text {
  display: inline-block;
  float: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 15px;
  line-height: 23px;
}

.small-text.kundenliste {
  color: rgba(74, 70, 63, .8);
  line-height: 32px;
}

.footer-body {
  background-color: #143f51;
}

.footer-teaser-headline {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0px;
  float: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #dbeff9;
  font-weight: 800;
}

.footer-teaser-headline.footer-teaser-headline-left {
  display: block;
}

.footer-teaser-image {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: left;
}

.footer-teaser-text {
  display: inline-block;
  margin-bottom: 15px;
  float: none;
  color: #dbeff9;
}

.footer-teaser-text.footer-teaser-text-indent {
  width: 150px;
}

.text-link {
  position: static;
  display: block;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  direction: ltr;
  font-family: museo-sans-rounded, sans-serif;
  color: #f0864d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.text-link.text-link-footer {
  margin-left: 145px;
  float: left;
}

.text-link.text-link-footer:hover {
  margin-top: -5px;
  margin-left: 138px;
  padding: 4px 6px;
  border: 1px solid #f0864d;
  border-radius: 5px;
}

.text-link.text-link-footer:active {
  border-color: #d0e8f5;
  color: #d0e8f5;
}

.text-link.text-link-footer.text-link-footer-rechtliches {
  display: inline-block;
  overflow: visible;
  width: auto;
  margin-top: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: left;
  clear: left;
  text-align: left;
}

.text-link.text-link-footer.text-link-footer-rechtliches:hover {
  margin-top: -5px;
  margin-bottom: 6px;
  margin-left: -7px;
  padding-bottom: 4px;
}

.text-link.text-link-standortnummer {
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 20px;
}

.footer-teaser-content {
  float: none;
}

.footer-teaser-row {
  margin-top: 60px;
  margin-bottom: 30px;
}

.footer-divider-line {
  height: 1px;
  margin-bottom: 30px;
  background-color: #3c6273;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-meta-row {
  margin-bottom: 40px;
}

.footer-abbinder-row {
  background-image: url('../images/section_white.png');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.footer-abbinder-content {
  height: 70px;
}

.footer-abbinder-text {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 16px;
  line-height: 70px;
  font-weight: 300;
}

.help-teaser-content {
  position: static;
  display: block;
  margin-left: 80px;
  float: none;
  clear: none;
}

.arrow {
  cursor: pointer;
}

.stoerer-top {
  position: relative;
  left: 16px;
  top: 230px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  width: 230px;
  height: 234px;
  margin-right: 0px;
  margin-left: 697px;
  background-image: url('../images/stoerer_top.png');
  background-position: 0px 0px;
  background-size: contain;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2000ms linear;
  transition: opacity 2000ms linear;
}

.stoerer-top:hover {
  background-image: url('../images/stoerer_top.png');
  background-size: cover;
}

.cta-content-container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.stoerer-kein-abo {
  position: relative;
  z-index: 7;
  left: 783px;
  top: -65px;
  width: 148px;
  height: 148px;
  margin-bottom: -125px;
  background-image: url('../images/stoerer_kein_abo.png');
  background-position: 0px 0px;
  background-size: contain;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.body {
  overflow: visible;
}

.list-item {
  display: block;
  overflow: visible;
  margin-bottom: 0px;
  float: left;
  clear: none;
}

.list-item-slim {
  display: block;
  overflow: visible;
  margin-top: 15px;
  margin-bottom: 10px;
  float: left;
  clear: none;
}

.list-icon {
  display: inline-block;
  width: 46px;
  height: 37px;
  margin-right: 15px;
  margin-bottom: -50px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  background-image: url('../images/list_icon.png');
  background-position: 50% 0px;
  background-size: contain;
}

.list-headline {
  display: block;
  padding-left: 60px;
  float: none;
  clear: left;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 27px;
  line-height: 36px;
  font-weight: 800;
  text-align: left;
}

.list-subline {
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 60px;
  float: none;
  clear: left;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-indent: 0px;
}

.list-text-link {
  position: static;
  display: inline;
  padding-right: 6px;
  padding-left: 6px;
  float: none;
  clear: none;
  font-family: museo-sans-rounded, sans-serif;
  color: #f0864d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
  text-decoration: underline;
  text-indent: 0px;
}

.list-text-link:hover {
  text-decoration: underline;
}

.intro-content-page {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  float: none;
  clear: left;
  background-image: url('../images/section_paper.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.intro-container-page {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  text-align: center;
}

.h2-content-page {
  margin-bottom: 40px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 36px;
  font-weight: 800;
}

.logo-row-content {
  display: block;
  margin: 40px auto 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.logo-product {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.h3-kunden-slider {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.bio-note {
  display: block;
  margin: 20px auto;
  font-family: museo-sans-rounded, sans-serif;
  color: #26973d;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.col-fix {
  position: static;
}

.form-label {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 18px;
  text-align: left;
    clear: both;
}
.form-label.form-label-standortnummer {
    float: left;
    padding-top: 0;
    text-align: left;
    
}
.form-label.form-label-standortnummer.form-label-standortnummer-anmerkung {
  display: block;
  width: 80%;
  float: none;
  text-align: left;
}

.form-input {
  display: block;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 5px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 16px;
  font-weight: 500;
}

.form-dropdown {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 18px;
  text-align: left;
}


.form-label.form-label-standortnummer {
  width: 100%;
  padding-top: 0px;
  float: none;
  text-align: left;
  display:inline-block;

}

.form-label.form-label-standortnummer p {
    display: inline-block;
    width: 100%;
}

.form-label.form-label-standortnummer.form-label-standortnummer-first {
  padding-top: 20px;
}

.form-label.form-label-standortnummer.form-label-standortnummer-anmerkung {
  display: block;
  width: 100%;
  float: none;
  text-align: left;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 18px;
}


.form-input.form_input_standortnummer {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  float: left;
  text-align: left;
}

.form-input.form-input-standortnummer-anmerkung {
  width: 70%;
  margin-top: 0px;
}

.form-input.form-input-standortnummer-anmerkung.form-input-standortnummer-anmerkung {
  overflow: auto;
  width: 80%;
  height: 125px;
  padding-top: 0px;
}
.contact-form {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form-input-copytext {
  position: static;
  display: block;
  overflow: auto;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  border-radius: 5px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.h3-form-headline {
  display: block;
  width: 70%;
  margin: 50px auto 30px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.h3-form-headline.h3-form-headline-center {
  text-align: center;
}

.form-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.text-form-disclaimer {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.form-disclaimer {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.subpage-intro-text {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

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

.checkbox {
font-family: museo-sans-rounded, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  position: relative;
  display: block;
  float: left;
  overflow: visible;
  width: auto;
  height: auto;
  padding-right: 15px;
  padding-bottom: 15px;

}
.-text {
    display: block;
    margin: 0px auto;
    padding-left: 0px;
    float: right;
    font-family: museo-sans-rounded, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.checkbox.checkbox-product-option {
  margin-left: 0px;
  float: left;
  border-color: #70b3cf;
}

.h4-product-note {
  margin-bottom: 20px;
  font-family: museo-sans-rounded, sans-serif;
  color: #143f51;
  font-weight: 700;
}

.h3-product-name {
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
}

.product-option-text {
  margin-bottom: 20px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
}

.product-option-container {
  position: static;
  display: block;
  min-height: 686px;
  margin-right: -5px;
  margin-left: -5px;
  padding: 10px 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border: 0px solid #70b3cf;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.product-option-container:hover {
 
}

.product-option-row {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.product-option-size {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 12px;
}

.product-option-checkbox {
  position: static;
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  border: 0px solid #000;
  text-align: center;
}

.product-option-checkbox-text {
  display: block;
  margin: -20px auto;
  padding-left: 19px;
  float: right;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.product-option-select {
  display: block;
  width: auto;
  height: 50px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 12px;
  padding-bottom: 10px;
  border: 2px solid #70b3cf;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #70b3cf, #70b3cf);
  background-image: linear-gradient(180deg, #70b3cf, #70b3cf);
}

.form-select {
  display: block;
  width: 70%;
  height: 45px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 16px;
  text-indent: 5px;
}

.form-body {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 45px;
  clear: none;
  border-radius: 5px;
}

.form-body:hover {
  background-image: none;
}

.refill-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.freecall_note_footer {
  display: block;
  margin-top: -15px;
  float: right;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.standortnummer_container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

.standortnummer_img {
  margin-top: -8px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

html.w-mod-js *[data-ix="headline-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="hero-product-animation"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="stoerer-reveal"] {
  opacity: 0;
  -webkit-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}

html.w-mod-js *[data-ix="list-item-reveal-1"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="list-item-reveal-2"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="list-item-reveal-3"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="riegel-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="abo-stoerer-animation"] {
  opacity: 0;
  -webkit-transform: scale(1.26, 1.26);
  -ms-transform: scale(1.26, 1.26);
  transform: scale(1.26, 1.26);
}

html.w-mod-js *[data-ix="add-products-col-reveal-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="add-products-col-reveal-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="add-products-col-reveal-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="add-products-col-reveal-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="logo-row-reveal"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .navbar {
    width: 100vw;
  }
  .claim {
    margin-right: 50px;
    margin-bottom: 30px;
    margin-left: 50px;
  }
  .image {
    position: relative;
    overflow: visible;
    max-width: 75%;
  }
  .h1-intro {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
  }
  .subtext {
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 30px;
    font-size: 20px;
    text-align: left;
  }
  .primary-button {
    position: static;
    width: 500px;
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .primary-button.button-main.button-cta {
    display: inline-block;
    margin-top: 25px;
    margin-left: 55px;
    margin-bottom: 15px;
    padding-top: 20px;
    text-align: center;
  }
  .primary-button.form-button {
    width: 300px;
  }
  .spacer_large {
    margin-top: 0px;
  }
  .section-brands {
    margin-top: -15%;
  }
  .section-brands-slant {
    height: 160px;
    margin-top: auto;
  }
  .section-brands-body {
    position: static;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .h2-brands {
    display: block;
    margin-top: 0px;
    margin-bottom: auto;
    float: none;
    clear: none;
  }
  .logo-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .logo-row {
    display: block;
    margin: 95px auto 0px;
    padding-right: 0px;
    float: none;
    clear: none;
  }
  .logo-row.logo-2nd-row-fix {
    margin-top: 0px;
  }
  .help-teaser {
    width: auto;
    margin-right: 50px;
    margin-left: 50px;
    padding-right: 20px;
    background-size: contain;
  }
  .help-text-copy {
    font-size: 20px;
  }
  .help-text-number {
    font-size: 36px;
  }
  .testimonial-1-img {
    margin-left: 85px;
  }
    .testimonial-2-img {
    margin-left: 85px;
  }
    .testimonial-3-img {
    margin-left: 85px;
  }
    .testimonial-4-img {
    margin-left: 85px;
  }
  
  
  .testimonial-quote {
    display: inline;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
    font-size: 30px;
  }
  .testimonial-content {
    width: auto;
    padding-right: 70px;
  }
  .testimonial-name {
    font-size: 20px;
  }
  .head-cta {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
    clear: none;
    font-size: 44px;
    text-align: center;
  }
  .cta-product {
    position: static;
    display: block;
    width: auto;
    min-width: 400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: none;
    text-align: center;
  }
  .cta-subhead {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: left;
  }
  .cta-text {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
  }
  .subhead-additional-products {
    font-size: 20px;
  }
  .additional-product-img {
    display: block;
    max-width: 70%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .additional-products-cta-head {
    margin-top: 40px;
  }
  .inline-logo {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    margin: 15px auto 30px;
    float: none;
    clear: none;
  }
  .h3-additional-products {
    text-align: center;
  }
  .small-text {
    text-align: center;
  }
  .footer-teaser-headline {
    font-size: 20px;
  }
  .footer-teaser-image {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 30px;
  }
  .footer-teaser-text.footer-teaser-text-indent {
    width: 200px;
  }
  .text-link.text-link-footer {
    margin-left: 0px;
  }
  .text-link.text-link-footer:hover {
    margin-left: -7px;
    float: left;
    clear: none;
  }
  .text-link.text-link-footer.text-link-footer-rechtliches {
    display: inline-block;
    float: left;
    clear: left;
  }
    .text-link.text-link-standortnummer {
    padding-top: 20px;
  }
  
  .footer-teaser-content {
    margin-left: 20px;
  }
  .footer-teaser-row {
    margin-left: 0px;
  }
  .slide-nav {
    padding-top: 10px;
  }
  .arrow {
    display: block;
    margin-top: 25px;
  }
  .footer-about-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .stoerer-top {
    left: -217px;
    top: 97px;
    right: 0px;
    width: 231px;
  }
  .cta-content-container {
    position: static;
    display: block;
    margin-left: 20px;
    padding-right: 40px;
    float: none;
    clear: none;
    text-align: left;
  }
  .stoerer-kein-abo {
    left: 526px;
    z-index: 7;
  }
  .list-icon {
    margin-bottom: -40px;
  }
  .list-headline {
    margin-left: 60px;
    padding-left: 0px;
    float: none;
    font-size: 24px;
    line-height: 27px;
  }
  .list-subline {
    margin-top: 5px;
  }
  .intro-container-page {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .h3-kunden-slider {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .form-label {
    width: 90%;
  }
    .form-label.form-label-standortnummer.form-label-standortnummer-anmerkung {
    width: 90%;
  }
  .form-input {
    width: 90%;
  }
  .form-input.form_input_standortnummer {
    width: 90%;
  }
  .form-input {
    width: 90%;
  }
  .contact-form {
    width: 100%;
  }
  .form-input-copytext {
    width: 90%;
  }
  .h3-form-headline {
    margin-bottom: 40px;
  }
  .form-wrapper {
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right:15px;
  }
  .subpage-intro-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .h3-product-name {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-option-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-option-container {
    min-height: 686px;

  }
  .form-select {
    width: 90%;
  }
  .form-body {
    width: 100%;
  }
    .standortnummer_container {
    width: 100%;
  }
  .standortnummer_row {
    width: 100%;
  }
  .standortnummer_img {
    margin-left: 0px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .navbar {
    position: fixed;
    right: 0px;
    display: block;
    overflow: visible;
    width: 100vw;
  }
  
    .freecall_note_footer {
    display: block;
    padding-right: 90px;
    float: right;
  }
  
  .claim {
    margin-top: 95px;
    margin-right: 70px;
    margin-left: 70px;
  }
  .image {
    max-width: 68%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-intro-body {
    position: static;
    display: block;
  }
  .h1-intro {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
  }
  .subtext {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
  }
  .primary-button {
    width: 80%;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .primary-button.button-main.button-cta {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .primary-button.primary-button-main-stage-cta {
    display: block;
  }
  .primary-button.primary-button-fix {
    margin-top: 15px;
  }
  .primary-button.form-button {
    width: 250px;
  }
  .spacer_large {
    width: 100vw;
  }
  .section-brands {
    margin-top: 0%;
  }
  .section-brands-slant {
    position: static;
    display: block;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
  }
  .h2-brands {
    margin-top: 0px;
  }
  .logo-row {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
  }
  .help-teaser {
    position: static;
    display: inline;
    width: auto;
    background-image: none;
  }
  .help-teaser.help-teaser-fix {
    position: static;
    display: block;
    overflow: visible;
    background-image: none;
  }
  .help-icon {
    margin-bottom: 38px;
  }
  .help-text-head {
    font-size: 30px;
  }
  .help-text-number {
    margin-top: 20px;
    margin-left: 30px;
    float: none;
    clear: none;
    font-size: 30px;
  }
  .testimonial-1-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
    .testimonial-2-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
    .testimonial-3-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
    .testimonial-4-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  
  .testimonial-quote {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .testimonial-content {
    padding-right: 0px;
  }
  .cta-product {
    display: block;
    height: 419px;
    min-width: 370px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-size: contain;
    text-align: center;
  }
  .cta-subhead {
    text-align: center;
  }
  .cta-text {
    text-align: center;
  }
  .hotline-abbinder {
    height: 100px;
    padding-top: 20px;
  }
  .phone-cta-text {
    margin-top: 0px;
    margin-left: 30px;
    padding-top: 0px;
    float: none;
    font-size: 20px;
    text-align: center;
  }
  .phone-cta-number {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .hotline-content {
    position: static;
    display: inline;
    float: none;
    clear: none;
  }
  .h2-additional-products {
    width: 100vw;
    padding-right: 50px;
    padding-left: 50px;
    line-height: 48px;
  }
  .subhead-additional-products {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    line-height: 33px;
  }
  .container-additional-products.additional-products-cta {
    margin-top: 0px;
  }
  .additional-product-img {
    max-width: 50%;
  }
  .testimonial-slider {
    margin-bottom: 40px;
  }
  .h3-additional-products {
    text-align: center;
  }
  .small-text {
    margin-bottom: 30px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }
  .small-text.kundenliste {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-teaser-headline {
    display: block;
    float: none;
  }
  .footer-teaser-image {
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .footer-teaser-text.footer-teaser-text-indent {
    width: 300px;
    margin-bottom: 20px;
    float: left;
    clear: none;
  }
  .text-link.text-link-footer {
    position: static;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    text-align: left;
  }
  .footer-teaser-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-divider-line {
    margin-right: 25px;
    margin-left: 25px;
  }
  .footer-abbinder-content {
    height: 50px;
  }
  .footer-abbinder-text {
    padding-left: 25px;
    line-height: 50px;
  }
  .help-teaser-content {
    position: static;
    z-index: 100;
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 25px;
    padding-left: 40px;
    float: left;
    clear: none;
    background-color: #f0864d;
  }
  .slide-nav {
    position: static;
    margin-top: 20px;
    float: none;
    clear: none;
  }
  .arrow {
    margin-top: -25px;
    padding-left: 200px;
  }
  .rechtliches {
    padding-left: 25px;
  }
  .stoerer-top {
    left: -420px;
  }
  .cta-content-container {
    margin-left: auto;
  }
  .stoerer-kein-abo {
    position: relative;
    z-index: 7;
    left: 131px;
    top: 144px;
  }
  .body {
    overflow: visible;
  }
  .list-item {
    display: block;
    margin-left: 32px;
  }
  .intro-container-page {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .h2-content-page {
    margin-top: 60px;
  }
  .logo-row-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .logo-product {
    padding-bottom: 10px;
  }
  .kundeliste-row {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .h3-kunden-slider {
    margin-top: 0px;
    margin-bottom: 40px;
    line-height: 40px;
  }
  .main-stage-div {
    width: 100vw;
  }
  .col-fix {
    position: static;
    display: block;
  }
  .row-fix {
    width: 100vw;
  }
  .form-label {
    width: 90%;
  }
    .form-label.form-label-standortnummer {
    width: 95%;
  }
  .form-label.form-label-standortnummer.form-label-standortnummer-first {
    width: 95%;
  }
  .form-label.form-label-standortnummer.form-label-standortnummer-anmerkung {
    width: 87%;
  }
  .form-input {
    width: 90%;
  }
  .form-input.form_input_standortnummer {
    float: none;
  }
  .form-input {
    width: 90%;
  }
  .contact-form {
    width: 100%;
  }
  .h3-form-headline {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .form-wrapper {
    padding-bottom: 0px;
  }
  .form-disclaimer {
    width: 90%;
  }
  .subpage-intro-text {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .form-select {
    width: 90%;
  }
}

@media (max-width: 479px) {
  .brand-logo {
    position: relative;
    display: block;
    width: 70%;
    height: auto;
    max-height: 90px;
    min-height: 70px;
    margin: -3px auto 15px;
    padding-left: 0px;
    float: none;
    background-position: 50% 50%;
    background-size: contain;
    text-align: center;
  }
    .freecall_note_footer {
    display: block;
    margin-top: 6px;
    padding-right: 0px;
    float: none;
    text-align: center;
  }
  .brand-logo:hover {
    background-size: contain;
  }
  .brand-logo.w--current:hover {
    background-size: contain;
  }
  .navbar {
    width: 100vw;
    height: 50px;
  }
  .nav-container {
    width: 100vw;
    margin-top: 10px;
  }
  .claim {
    margin: 71px 0px 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 34px;
  }
  .image {
    max-width: 90%;
    margin-top: 0px;
  }
  .section-intro-slant {
    height: 50px;
    margin-top: 140px;
  }
  .h1-intro {
    display: block;
    margin: 40px auto 15px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .h1-intro.h1-intro-center {
    padding-right: 18px;
    padding-left: 18px;
  }
  .subtext {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }
  .secondary-button {
    position: static;
    display: block;
    width: 90%;
    height: auto;
    margin: 20px auto 30px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-left: 20px;
    float: none;
    clear: none;
    font-size: 22px;
    line-height: 24px;
  }
  .secondary-button.secondary-button-small {
    width: 75%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .primary-button {
    display: block;
    width: 90%;
    margin: 20px auto 30px;
    float: none;
  }
  .primary-button.button-main {
    position: static;
    width: 90%;
    margin-top: 21px;
    margin-right: 15px;
    margin-left: 15px;
    float: none;
    clear: none;
  }
  .primary-button.button-main.button-cta {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .primary-button.button-main.button-cta:active {
    margin-bottom: 11px;
  }
  .primary-button.primary-button-main-stage-cta {
    margin-top: 30px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .4);
  }
  .primary-button.primary-button-main-stage-cta:hover {
    background-image: -webkit-linear-gradient(90deg, #f7aa27, #fcbe3c 47%, #fde6a7);
    background-image: linear-gradient(0deg, #f7aa27, #fcbe3c 47%, #fde6a7);
  }
  .primary-button.primary-button-main-stage-cta:active {
    background-image: -webkit-linear-gradient(270deg, #fde6a7, #fde6a7);
    background-image: linear-gradient(180deg, #fde6a7, #fde6a7);
    box-shadow: inset 0 0 8px 2px #94845d;
  }
  .primary-button.primary-button-fix {
    margin-top: 30px;
  }
  .primary-button.form-button {
    width: 90%;
  }
  .spacer_large {
    height: 50px;
  }
  .section-brands {
    position: static;
    margin-top: -15%;
  }
  .section-brands-slant {
    position: relative;
    height: 60px;
  }
  .section-brands-body {
    padding-bottom: 0px;
  }
  .h2-brands {
    margin-top: 0px;
    font-size: 26px;
  }
  .logo-column {
    padding: 10px;
  }
  .logo-row {
    display: block;
    margin: 0px auto;
  }
  .help-teaser {
    position: static;
    display: block;
    overflow: visible;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .help-teaser.help-teaser-fix {
    position: static;
    display: inline;
    background-color: transparent;
    background-image: none;
  }
  .help-icon {
    position: static;
    display: block;
    overflow: visible;
    width: 120px;
    height: 120px;
    margin: 40px auto 15px;
    float: none;
    clear: none;
    text-align: center;
  }
  .help-text-head {
    position: static;
    display: inline-block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    font-size: 26px;
    text-align: center;
  }
  .help-text-copy {
    display: inline-block;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
    font-size: 18px;
    text-align: center;
  }
  .help-text-number {
    display: inline-block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    float: none;
    clear: left;
    font-size: 26px;
  }
  .section-testimonial-slant {
    display: block;
  }
  .testimonial-1-img {
  margin-right: auto;
  margin-left: auto;
  float: none;
  } 
  
  .testimonial-2-img {
  margin-right: auto;
  margin-left: auto;
  float: none;
  } 

  .testimonial-3-img {
  margin-right: auto;
  margin-left: auto;
  float: none;
  } 

  .testimonial-4-img {
  margin-right: auto;
  margin-left: auto;
  float: none;
  } 
  
  .testimonial-img {
    display: block;
    overflow: visible;
    width: 120px;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: none;
    text-align: center;
  }
  .testimonial-quote {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    clear: left;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }
  .testimonial-content {
    width: 100%;
    padding-right: 0px;
  }
  .testimonial-name {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    font-size: 16px;
    text-align: center;
  }
  .section-cta-slant {
    height: 50px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .head-cta {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    float: none;
    font-size: 36px;
    text-align: center;
  }
  .cta-product {
    position: static;
    display: block;
    width: 95%;
    height: 285px;
    min-width: 0px;
    margin: 0px auto;
    float: none;
    clear: none;
    background-position: 50% 50%;
    background-size: contain;
  }
  .cta-subhead {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .cta-text {
    margin: 10px 0px 20px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .hotline-abbinder {
    height: 150px;
    float: none;
  }
  .phone-cta-text {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 15px;
    float: none;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .phone-cta-number {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
    text-align: center;
  }
  .hotline-content {
    position: static;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .h2-additional-products {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 36px;
    line-height: 35px;
  }
  .subhead-additional-products {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .container-additional-products.additional-products-cta {
    padding-bottom: 25px;
  }
  .additional-product-img {
    display: block;
    max-width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .additional-products-cta-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }
  .testimonial-slider {
    height: 330px;
    margin-top: -44px;
    margin-bottom: 50px;
  }
  .inline-logo {
    max-width: 80%;
    margin-top: 0px;
    float: none;
    clear: left;
    text-align: center;
  }
  .cta-logo-headline {
    display: block;
    float: none;
    clear: none;
  }
  .h3-additional-products {
    font-size: 22px;
    text-align: center;
  }
  .h3-additional-products.stoerer-text.white-text {
    padding-top: 27px;
    font-size: 20px;
    line-height: 26px;
  }
  .small-text {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 24px;
    text-align: center;
  }
  .footer-teaser-headline {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer-teaser-headline.footer-teaser-headline-left {
    text-align: left;
  }
  .footer-teaser-image {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
  }
  .footer-teaser-text {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .footer-teaser-text.footer-teaser-text-indent {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text-link {
    margin-left: 0px;
  }
  .text-link.text-link-footer {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
    padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 1px;
    float: none;
    clear: left;
    text-align: center;
    cursor: pointer;
  }
    .text-link.text-link-standortnummer {
    font-size: 14px;
  }
  .text-link.text-link-footer:hover {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0px auto 28px;
    padding: 0px;
    float: none;
    clear: left;
    text-align: center;
    text-indent: -6px;
  }
  .text-link.text-link-footer.text-link-footer-rechtliches {
    padding-top: 0px;
  }
  .text-link.text-link-footer.text-link-footer-rechtliches:hover {
    display: block;
    width: auto;
    padding-top: 4px;
    padding-right: 6px;
    float: left;
    clear: left;
    text-align: left;
    text-indent: 6px;
  }
  .footer-teaser-content {
    margin-left: auto;
  }
  .footer-teaser-box {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .footer-divider-line {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
  .footer-logo {
    display: inline-block;
    margin-left: 0px;
    float: none;
  }
  .footer-meta-row {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-abbinder-content {
    height: 50px;
  }
  .footer-abbinder-text {
    margin-left: 15px;
    font-size: 14px;
    line-height: 50px;
  }
  .help-teaser-content {
    display: block;
    width: 100vw;
    margin: 20px auto 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #f0864d;
    text-align: center;
  }
  .slide-nav {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    clear: none;
  }
  .arrow {
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 100px;
  }
  .footer-about-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rechtliches {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cta-content-container {
    margin-left: 0px;
    padding-right: 0px;
  }
  .stoerer-kein-abo {
    left: 188px;
    top: 105px;
    bottom: 33px;
    z-index: 7;
    width: 100px;
    height: 100px;
  }
  .body {
    overflow: visible;
  }
  .list-item {
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 5px;
  }
  .list-icon {
    margin-right: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .list-headline {
    margin-left: 50px;
    font-size: 21px;
  }
  .list-subline {
    margin-left: 50px;
  }
  .intro-container-page {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .h2-content-page {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .h3-kunden-slider {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }
  .bio-note {
    margin-top: 0px;
    font-size: 15px;
  }
  .form-label {
    width: 100%;
  }
    .form-label.form-label-standortnummer {
    width: 100%;
  }
  .form-label.form-label-standortnummer.form-label-standortnummer-first {
    width: 100%;
  }
  .form-label.form-label-standortnummer.form-label-standortnummer-anmerkung {
    width: 95%;
  }
  .form-input {
    width: 100%;
    border-radius: 5px;
  }
  .form-input.form_input_standortnummer {
    width: 100%;
  }
  .form-input {
    width: 100%;
    border-radius: 5px;
  }
  .contact-form {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-input-copytext {
    width: 100%;
    border-radius: 5px;
  }
  .h3-form-headline {
    width: 100%;
    text-align: left;
  }
  .h3-form-headline.h3-form-headline-center {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
  }
  .form-wrapper {
    padding-bottom: 0px;
  }
  .form-disclaimer {
    width: 90%;
  }
  .subpage-intro-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .checkbox {
    display: block;
    border-radius: 0px;
  }
  .product-option-container {
    display: block;
    float: none;
  }
  .product-option-row {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .form-select {
    width: 100%;
  }

}

