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

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 54px;
  font-weight: 200;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 200;
}

h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: #c00;
  text-decoration: none;
}

a:hover {
  color: #db4c4c;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 200;
}

blockquote {
  border-left: 0px none #000;
  font-size: 24px;
  line-height: 32px;
}

.sg-container {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 5px solid #cfcfcf;
}

.sg-selector--inline {
  width: 3px;
  padding: 3px 6px;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: Haufemerriweather, sans-serif;
  color: #c00;
  font-weight: 400;
}

.sg-selector--inline.selector--grey {
  color: #777;
}

.text--lead {
  font-size: 24px;
  line-height: 32px;
}

.text--highlighted {
  font-style: italic;
  font-weight: 700;
}

.body--lexware {
  font-family: Haufemerriweathersans, sans-serif;
  font-weight: 200;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 28px;
}

.button {
  padding: 12px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
}

.button:hover {
  background-color: #db4c4c;
  color: #fff;
}

.button.button--primary {
  background-color: #99b019;
  color: #fff;
}

.button.button--primary:hover {
  background-color: #acc61c;
}

.button.button--primary.button--arrow-right {
  background-image: url('../images/arrow-right-white.svg');
  background-position: 94% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button.button--primary.button--pricing {
  display: block;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.button.button--primary.button--product {
  text-align: center;
}

.button.button--large {
  padding: 18px 30px;
  font-size: 24px;
}

.button.button--small {
  padding: 9px 15px;
  font-size: 14px;
}

.button.button--link {
  background-color: transparent;
  box-shadow: none;
}

.button.button--link:hover {
  color: #db4c4c;
}

.button.button--link.button--arrow-right:hover {
  background-image: url('../images/arrow-right-hover-color.svg');
  background-position: 95% 50%;
  background-size: 12px;
}

.button.button--outline {
  border: 3px solid #ccc;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.button--outline:hover {
  border-color: #999;
  color: #333;
}

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

.button.button--grey:hover {
  background-color: #db4c4c;
}

.button.button--grey.u-content-center {
  position: static;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  font-family: 'Glyphicons regular', sans-serif;
}

.button.button--arrow-right {
  position: relative;
  top: 0px;
  right: 16px;
  bottom: 0px;
  display: block;
  width: 190px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 8px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  background-image: url('../images/green_arrow.svg');
  background-position: 94% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400;
}

.button.button--arrow-right:hover {
  background-image: url('../images/red_arrow.svg');
  background-position: 94% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #c00;
}

.button.button--arrow-right.mehr_lesen {
  padding-left: 20px;
}

.button.button--block {
  display: block;
  width: 100%;
}

.sg-row {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 80%, .5);
}

.teaser {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
}

.teaser__img.edited {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.teaser__text {
  font-size: 14px;
  line-height: 21px;
}

.teaser__headline {
  font-size: 24px;
  font-weight: 300;
}

.teaser__headline.edited_2 {
  font-size: 17px;
  text-align: center;
}

.teaser__link {
  padding-right: 30px;
  background-image: url('../images/arrow-right-red.svg');
  background-position: 100% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  font-size: 14px;
  text-align: right;
}

.sg-farben {
  margin-bottom: 20px;
}

.sg-farben_farbe {
  min-height: 100px;
}

.sg-farben_farbe.sg-farben_farbe--hover-color {
  background-color: #db4c4c;
}

.sg-farben_farbe.sg-farben_farbe--brand {
  background-color: #c00;
}

.sg-farben_farbe.sg-farben_farbe--sec-accent {
  background-color: #99b019;
}

.sg-farben_farbe.sg-farben_farbe--sec-hover-color {
  background-color: #acc61c;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-prim {
  background-color: #999;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-sec {
  background-color: #333;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-ter {
  background-color: #666;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-quat {
  background-color: #ccc;
}

.sg-farben_farbe.sg-farben_farbe--ui-bg-color {
  background-color: #f5f5f5;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-plus-sec {
  background-color: #652b99;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-plus-prim {
  background-color: #4799d5;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-plus-ter {
  background-color: #9e0152;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-plus-quat {
  background-color: #f5bd4e;
}

.sg-farben_farbe.sg-farben_farbe--ui-color-plus-quin {
  background-color: #eb6005;
}

.text--small {
  font-size: 14px;
}

.sg-farben__title {
  font-size: 21px;
}

.glyphicons {
  display: inline-block;
  font-family: 'Glyphicons regular', sans-serif;
}

.glyphicons.list__item-icon {
  margin-right: 10px;
}

.glyphicons.footer-teaser__kontakt-icon {
  width: 100px;
  margin-right: 20px;
  font-size: 36px;
}

.glyphicons.icon--green {
  color: #99b019;
}

.sg-icon {
  margin-bottom: 40px;
}

.sg-icon__icon {
  font-size: 60px;
  text-align: center;
}

.sg-icon__name {
  margin-top: 20px;
  font-family: Haufemerriweathersans, sans-serif;
  text-align: center;
}

.sg-icon__code {
  font-family: Inconsolata, monospace;
  text-align: center;
}

.text--link {
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c00;
  text-decoration: none;
}

.text--link:hover {
  border-bottom-color: #999;
  color: #db4c4c;
}

.sg-selector {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 5px 15px;
  float: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-family: Haufemerriweather, sans-serif;
  color: #c00;
  font-weight: 400;
}

.sg-selector.u-margin-top30 {
  margin-top: 30px;
}

.sg-selector.u-margin-top60 {
  margin-top: 60px;
}

.sg-selector.u-margin-bottom30 {
  margin-bottom: 30px;
}

.sg-selector.u-margin-bottom60 {
  margin-bottom: 60px;
}

.sg-selector.u-content-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sg-selector.u-textalign-center {
  text-align: center;
}

.sg-selector.u-padding-top30 {
  padding-top: 30px;
}

.sg-selector.u-padding-top60 {
  padding-top: 60px;
}

.sg-selector.u-padding-bottom30 {
  padding-bottom: 30px;
}

.sg-selector.u-padding-bottom60 {
  padding-bottom: 60px;
}

.sg-selector.u-margin-top120 {
  margin-top: 120px;
}

.teaser__content {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sg-navigation {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 3000;
  display: block;
  width: 56px;
  background-color: #f5f5f5;
  text-align: center;
}

.sg-navigation__dropdown.w--open {
  bottom: 66px;
  background-color: #f5f5f5;
}

.sg-navigation__link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.sg-navigation__link:hover {
  color: #db4c4c;
}

.sg-navigation__link.w--current {
  color: #c00;
}

.hero {
  position: relative;
  min-height: 800px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .3)), url('../images/sample-background_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .3)), url('../images/sample-background_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-repeat: repeat, no-repeat;
}

.hero.hero--dark {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url('../images/sample-background_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url('../images/sample-background_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-repeat: repeat, no-repeat;
}

.hero.hero--arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .3)), url('../images/sample-background_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .3)), url('../images/sample-background_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.hero--overlap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  background-size: auto, cover;
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__headline {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Haufemerriweathersans, sans-serif;
  color: #fff;
  font-size: 64px;
  font-weight: 200;
}

.hero__headline.hero__headline--bg-light {
  padding: 20px 30px;
  background-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.hero__headline.hero__headline--bg-dark {
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, .3);
}

.hero__text {
  margin-bottom: 40px;
  font-family: Haufemerriweathersans, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 24px;
  line-height: 32px;
}

.hero__image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.product {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  font-size: 24px;
  line-height: 34px;
}

.product.product--bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/sample-product-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.product__image {
  position: absolute;
  width: 800px;
}

.product__image.product__image--right {
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

.product__image.product__image--left {
  top: 0px;
  right: 0px;
}

.product__content.product__content--dark-bg {
  color: #fff;
}

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

.product__bg-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 55%;
  background-color: rgba(51, 51, 51, .8);
}

.product__bg-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 55%;
  background-color: rgba(51, 51, 51, .8);
}

.section--separator {
  height: 50px;
}

.feature {
  margin-bottom: 20px;
  padding: 10px 15px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  text-align: left;
}

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

.feature__text {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

.feature__headline {
  font-family: Haufemerriweathersans, sans-serif;
  color: #c00;
  font-size: 18px;
  font-weight: 200;
}

.feature__icon {
  text-align: center;
}

.u-margin-b {
  margin-bottom: 50px;
}

.table__row-head {
  padding-bottom: 10px;
  border-bottom: 5px solid #ccc;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
}

.table {
  text-align: left;
}

.table__cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 2px;
  border-top-color: hsla(0, 0%, 80%, .7);
  border-right-width: 2px;
  border-right-color: hsla(0, 0%, 80%, .7);
  border-left-width: 2px;
  border-left-color: hsla(0, 0%, 80%, .7);
  text-align: left;
}

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

.table__row {
  border-bottom: 2px solid hsla(0, 0%, 80%, .7);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.table__row:hover {
  background-color: #f5f5f5;
}

.table__cell--center {
  display: inline-block;
}

.navbar {
  z-index: 2000;
  height: 50px;
  background-color: #c00;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
}

.navbar__item {
  height: 50px;
  padding: 11px 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
}

.navbar__item:hover {
  background-color: #fff;
  color: #db4c4c;
}

.navbar__item.w--current {
  background-color: #fff;
  color: #333;
}

.navbar__item.w--current:hover {
  color: #db4c4c;
}

.navbar__menu {
  height: 50px;
  margin-left: 20px;
  float: left;
}

.navbar__brand {
  padding-top: 11px;
}

.navbar__dropdown {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 14px;
}

.navbar__dropdown:hover {
  background-color: #fff;
  color: #db4c4c;
}

.navbar__dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .32);
  font-size: 14px;
}

.navbar__dropdown-link {
  border-left: 5px solid #fff;
}

.navbar__dropdown-link:hover {
  border-left: 5px solid #db4c4c;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  color: #db4c4c;
}

.navbar-page {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 1500;
  height: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
}

.navbar-page__menu {
  height: 50px;
  float: right;
  text-align: left;
}

.navbar-page__item {
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 5px;
  border-bottom: 4px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.navbar-page__item:hover {
  padding-bottom: 11px;
  border-bottom-width: 2px;
  border-bottom-color: #db4c4c;
  color: #db4c4c;
}

.navbar-page__item.w--current {
  border-bottom: 4px solid #c00;
  color: #c00;
}

.navbar-page__item.navbar-page__item-home {
  margin-left: 0px;
  padding-left: 0px;
  font-weight: 700;
}

.navbar-small {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
}

.navbar-small__brand {
  float: left;
  clear: none;
  font-size: 14px;
}

.navbar-small__menu {
  float: right;
}

.navbar-small__brand-text {
  font-family: Haufemerriweathersans, sans-serif;
  font-weight: 700;
}

.navbar-small__menu-item {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-small__menu-list {
  font-size: 14px;
}

.table-pricing__head {
  position: static;
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 3px 3px 1px;
  border-color: #ccc;
}

.table-pricing__col {
  border: 2px none #ccc;
  background-color: #f5f5f5;
}

.table-pricing__heading {
  position: relative;
  left: 0px;
  top: 60px;
  right: 0px;
  display: inline-block;
  margin: 0px auto 0px 10px;
}

.table-pricing__price {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}

.table-pricing__features {
  height: 220px;
  padding-top: 10px;
}

.table-pricing__texticon {
  display: block;
  text-align: right;
}

.table-pricing__icon {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  float: left;
}

.table-pricing__text {
  position: relative;
  left: 10px;
  top: 8px;
  bottom: 0px;
  display: block;
  padding-top: 0px;
  text-align: right;
}

.table-pricing__std {
  width: 32%;
  height: 400px;
  padding-top: 0px;
  padding-bottom: 15px;
  border: 2px solid #ccc;
}

.table-pricing__column--pro {
  margin-bottom: 0px;
  padding: 0px 0px 10px;
  background-color: #f5f5f5;
  box-shadow: 0 3px 20px 1px #ccc;
}

.table-pricing__head-highlight {
  height: 125px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  background-color: #99b019;
}

.table-pricing__heading--highlight {
  position: relative;
  left: 0px;
  top: 70px;
  display: inline-block;
  margin: 0px 0px 0px 10px;
  color: #fff;
}

.table-pricing__price--alternative {
  display: block;
  height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.table-pricing__price--highlight {
  margin-bottom: 5px;
  color: #99b019;
  font-size: 30px;
  font-weight: 400;
}

.table-pricing__price--alternative--pro {
  display: block;
  height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.row--test {
  display: block;
}

.body--neutral {
  font-family: 'Droid Sans', sans-serif;
}

.quote__marks {
  display: inline;
  width: 100px;
  margin-right: 20px;
  padding-top: 15px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/quote-marks.svg');
  background-position: 50% 0px;
  background-size: 91px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.quote__text {
  display: inline;
  float: right;
  clear: none;
  font-size: 28px;
  line-height: 36px;
}

.list__item.list__item--spaced {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.navbar-float {
  padding: 15px 30px;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
}

.navbar-float.navbar-float--sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3678;
}

.sg-section--bg {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url('../images/sample-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.navbar-float__brand {
  padding-top: 18px;
}

.navbar-float__item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar-float__item:hover {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  color: #db4c4c;
}

.navbar-float__dropdown {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar-float__dropdown:hover {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  color: #db4c4c;
}

.navbar-float__dropdown-list.w--open {
  margin-top: 0px;
  background-color: #fff;
}

.navbar-float__dropdown-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar-float__dropdown-item:hover {
  color: #db4c4c;
}

.social__headline {
  text-align: center;
}

.social {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.social__row {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.social__box {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #ccc;
  border-left-width: 1px;
  border-left-color: #ccc;
}

.social__column {
  padding: 15px;
}

.social__column--highlight {
  padding: 15px;
  background-color: #f5f5f5;
}

.footer {
  position: relative;
  left: 0px;
  top: 113px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #666;
  color: #ccc;
}

.footer.footer--teaser {
  margin-top: 120px;
}

.footer__link {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ccc;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.footer__link:hover {
  color: #db4c4c;
}

.footer__link:focus {
  color: #fff;
}

.footer__heading {
  color: #fff;
  font-weight: 200;
}

.footer-social {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333;
  color: #ccc;
  text-align: center;
}

.footer-social__link {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ccc;
  text-decoration: none;
}

.footer-social__link:hover {
  color: #fff;
}

.footer-social__text {
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
}

.footer-teaser {
  margin-top: -100px;
  margin-right: 100px;
  margin-left: 100px;
  padding: 15px 30px;
  background-color: #ccc;
}

.footer-teaser__heading {
  margin-bottom: 30px;
  color: #333;
  font-weight: 200;
}

.footer-teaser__kontakt {
  margin-bottom: 20px;
  color: #333;
}

.footer-teaser__kontakt-text {
  display: inline;
  color: #333;
  text-decoration: none;
}

.footer-teaser__kontakt-text:hover {
  color: #db4c4c;
}

.footer-teaser__kontakt-icon {
  display: inline;
  margin-right: 15px;
  padding: 10px;
  font-size: 36px;
}

.footer__row {
  margin-bottom: 20px;
}

.footer-teaser__tabs-menu {
  text-align: center;
}

.footer-teaser__tabs-link {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #333;
}

.footer-teaser__tabs-link.w--current {
  background-color: transparent;
  font-weight: 400;
}

.footer__column {
  margin-bottom: 30px;
}

.tab-nav__menu {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #666;
  text-align: center;
}

.tab-nav__link {
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f5f5f5;
}

.tab-nav__link:hover {
  opacity: 1;
}

.tab-nav__link.w--current {
  position: relative;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.tab-nav__link-icon {
  margin-bottom: 20px;
  font-size: 36px;
  text-align: center;
}

.tab-nav__active-arrow {
  position: absolute;
  left: 0px;
  top: 130px;
  right: 0px;
  text-align: center;
}

.tab-nav__pane {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-nav__content-heading {
  margin-bottom: 25px;
  text-align: center;
}

.accordion {
  margin-bottom: 6px;
}

.accordion__content-4 {
  overflow: hidden;
  background-color: transparent;
}

.accordion__button {
  display: block;
  padding-left: 25px;
  background-color: #f5f5f5;
  font-family: Haufemerriweathersans, sans-serif;
  color: #666;
}

.accordion__button:hover {
  color: #99b019;
}

.accordion__button:active {
  color: #99b019;
}

.accordion__content--1 {
  overflow: hidden;
  padding-left: 25px;
}

.accordion__content--2 {
  overflow: hidden;
  padding-left: 25px;
}

.accordion__content--3 {
  overflow: hidden;
  padding-left: 25px;
}

.table-pricing {
  margin-bottom: 25px;
}

.table-pricing__column {
  margin-top: 25px;
  padding-bottom: 10px;
  box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, .12);
}

.table-pricing__text--small {
  position: relative;
  left: 0px;
  top: 8px;
  bottom: 0px;
  display: block;
  font-size: 14px;
}

.table-pricing__placeholder {
  height: 50px;
}

.form-newsletter {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #333;
  color: #f5f5f5;
}

.icons {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.icons__icon {
  margin-bottom: 20px;
  font-size: 60px;
}

.list__item-img {
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 3px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.list__item-img.list__item-img--check {
  background-image: url('../images/check-green.svg');
}

.list__item-img.list__item-img-plus {
  padding-left: 40px;
  background-image: url('../images/plus.svg');
  background-position: 10px 5px;
  background-size: 15px;
}

.list__item-img.list__item-img-check-o {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 40px;
  background-image: url('../images/chack-o.svg');
  background-size: 25px;
}

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

.table-product {
  font-size: 16px;
}

.table-product__title-col {
  position: relative;
}

.table-product__content-col {
  text-align: center;
}

.table-product__head-cell {
  height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  background-color: #f5f5f5;
}

.table-product__cell {
  display: block;
  min-height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #ccc;
}

.table-product__hidden-1 {
  overflow: hidden;
}

.table-product__cell-blank {
  min-height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 10px;
}

.table-product__cell-bg {
  min-height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 10px;
  background-color: #f5f5f5;
}

.table-product__toggle {
  position: static;
  top: 15px;
  right: 15px;
  color: #999;
}

.table-product__toggle-text {
  position: static;
  display: inline-block;
}

.table-product__hidden-2 {
  overflow: hidden;
}

.form-newsletter__wrapper {
  margin-top: 20px;
}

.form__button {
  margin-top: 30px;
}

.form__text-field {
  min-height: 50px;
  border-style: none;
  box-shadow: inset 3px 3px 3px 0 #ccc;
  font-size: 16px;
}

.form__wrapper {
  margin-top: 20px;
}

.form__text-area {
  min-height: 100px;
  box-shadow: inset 3px 3px 3px 0 #ccc;
  font-size: 16px;
}

.form__note {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  text-align: right;
}

.form__success {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-hero {
  width: 550px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.form-hero__field {
  display: inline-block;
  height: 75px;
  float: left;
  background-color: #fff;
  box-shadow: inset 3px 3px 3px 0 #ccc;
  color: #333;
  font-size: 21px;
}

.form-hero__button {
  position: absolute;
  display: inline-block;
  height: 75px;
  margin-left: -145px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  background-color: #99b019;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-hero__button:hover {
  background-color: #acc61c;
}

.form-hero__success {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.form-hero__error {
  color: #c00;
}

.table-product__title-col-icon {
  display: inline-block;
  width: auto;
}

.table-product__title-col-text {
  display: inline-block;
  width: 80%;
  margin-right: 10px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-product__col-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.table-product__hidden-3 {
  overflow: hidden;
}

.table-product__hidden-4 {
  overflow: hidden;
}

.table-product__hidden-5 {
  overflow: hidden;
}

.title-product__pricing-col-cell {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}

.table-product__pricing-row {
  padding-top: 0px;
}

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

.table-product__button {
  margin-top: 15px;
  background-color: #99b019;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.table-product__button:hover {
  background-color: #acc61c;
  color: #fff;
}

.table-product__pricing-cell {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.table-product__col-highlighted {
  border-right: 2px solid #99b019;
  border-left: 2px solid #99b019;
}

.table-product__col-highlighted-bottom {
  border-right: 2px solid #99b019;
  border-bottom: 2px solid #99b019;
  border-left: 2px solid #99b019;
}

.table-product__col-highlighted-top {
  border-top: 2px solid #99b019;
  border-right: 2px solid #99b019;
  border-left: 2px solid #99b019;
  color: #fff;
}

.table-product__head-cell-highlighted {
  height: 45px;
  padding-top: 10px;
  background-color: #99b019;
}

.table-pricing__body {
  padding-right: 10px;
  padding-left: 10px;
}

.table-pricing__test {
  color: #999;
  font-size: 16px;
  text-align: right;
}

.table-pricing__warranty {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}

.table-pricing__test-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #999;
}

.table-pricing__test-link:hover {
  color: #666;
}

.footer-sticky {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c00;
  color: #fff;
}

.footer-sticky__text {
  font-size: 21px;
}

.footer-sticky__text-small {
  font-size: 16px;
}

.footer-sticky__close {
  position: absolute;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, .7);
}

.footer-sticky__close:hover {
  color: #fff;
}

.sg-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
  text-align: center;
}

.navbar-content.navbar-content--fixed {
  position: fixed;
  top: 120px;
  z-index: 900;
  width: 18.3%;
  background-color: #fff;
}

.navbar-content.navbar-content--fixed.lx-navbar-content {
  margin-top: 80px;
}

.navbar-content__headline {
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px none #999;
  color: #333;
  font-size: 14px;
  font-weight: 200;
}

.navbar-content__item {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-left: 5px solid #fff;
  color: #333;
  font-size: 14px;
}

.navbar-content__item:hover {
  margin-left: 3px;
  border-left: 2px solid #db4c4c;
}

.navbar-content__item:focus {
  color: #333;
}

.navbar-content__item.navbar-content__item--active {
  border-left-color: #db4c4c;
  color: #db4c4c;
}

.navbar-content__item.navbar-content__item--active:hover {
  margin-left: 0px;
  border-left-width: 5px;
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: hsla(0, 0%, 40%, .3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.back-top:hover {
  background-color: rgba(204, 0, 0, .5);
}

.back-top__link {
  padding: 10px;
}

.value-animation {
  color: #fff;
}

.counter {
  position: relative;
  height: 230px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.counter__value {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1000;
  padding-bottom: 20px;
  font-size: 42px;
  text-align: center;
}

.counter__divider {
  position: absolute;
  left: 0px;
  top: 145px;
  right: 0px;
  z-index: 1000;
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, .3);
  text-align: left;
}

.counter__text {
  position: absolute;
  left: 0px;
  top: 150px;
  right: 0px;
  z-index: 1000;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.counter__icon {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  z-index: 500;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 40px 35px 35px;
  border: 3px solid #c00;
  border-radius: 120px;
  background-color: #fff;
  color: #c00;
  font-size: 50px;
  text-align: center;
}

.p--serif {
  font-family: Haufemerriweather, sans-serif;
  font-weight: 300;
}

.section-overlap {
  margin-top: -50px;
}

.section-overlap__content {
  background-color: #fff;
}

.section-overlap__bg {
  margin-right: 50px;
  margin-left: 50px;
  background-color: #fff;
}

.hero__overlap {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  margin-top: -80px;
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 50px;
  background-color: #fff;
}

.shop-hero {
  margin-top: 50px;
}

.shop_hero-placeholder {
  height: 400px;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  text-align: center;
}

.section_product {
  margin-top: 60px;
}

.heading-quote {
  font-size: 33px;
}

.subheading-quote {
  margin-top: -20px;
  font-size: 15px;
}

.text_quote {
  margin-top: 20px;
  font-size: 19px;
  text-align: left;
}

.origin_quote {
  font-size: 16px;
}

.alle-funktionen {
  margin-top: 40px;
  background-image: -webkit-linear-gradient(270deg, #f2f2f2, #f2f2f2);
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
}

.image_features {
  margin-top: 70px;
}

.preise {
  margin-top: 120px;
}

.presse {
  margin-top: 120px;
}

.faq {
  margin-top: 120px;
}

.teaser_weiteres {
  margin-top: 120px;
}

.lx-margin-top60 {
  margin-top: 60px;
  text-align: left;
}

.lx-margin-top60.lx-back-grey {
  background-image: -webkit-linear-gradient(270deg, #ccc, #ccc);
  background-image: linear-gradient(180deg, #ccc, #ccc);
}

.lx-font-white {
  color: #fff;
}

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

.lx-textalign-center.lx-back-darkgrey {
  background-image: -webkit-linear-gradient(270deg, #666, #666);
  background-image: linear-gradient(180deg, #666, #666);
}

.lx-textalign-center.lx-back-darkgrey.lx-font-white.lx-marginbottom-zero {
  margin-bottom: 0px;
}

.lx-textalign-center.lx-back-darkgrey.lx-font-white.lx-marginbottom-zero.lx-padding-top-30 {
  padding-top: 30px;
}

.lx-textalign-center.lx-back-darkgrey.lx-font-white.lx-marginbottom-zero.lx-padding-top-30.lx-margin-top-400 {
  margin-top: 400px;
}

.lx-back-darkgrey {
  background-image: -webkit-linear-gradient(270deg, #666, #666);
  background-image: linear-gradient(180deg, #666, #666);
}

.lx-content-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.navbar-page__home {
  float: left;
}

.navbar-page__cta {
  float: right;
  font-size: 14px;
}

.sg-navigation__dropdown-icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.lx-margin-top30 {
  margin-top: 30px;
}

.lx-margin-bottom30 {
  margin-bottom: 30px;
}

.lx-margin-bottom60 {
  margin-bottom: 60px;
}

.lx-padding-top30 {
  padding-top: 30px;
}

.lx-padding-top60 {
  padding-top: 60px;
}

.lx-padding-bottom30 {
  padding-bottom: 30px;
}

.lx-padding-bottom60 {
  padding-bottom: 60px;
}

.footer-nav__arrow {
  float: right;
  clear: none;
}

.footer-nav__icon {
  display: none;
}

.product__screenshot {
  position: absolute;
  left: 14.8%;
  top: 7%;
  width: 70.2%;
}

.product__screenshot-left {
  position: absolute;
  top: 7%;
  right: 15%;
  width: 70.2%;
}

.product__column {
  margin-top: 100px;
}

.product__device {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 700px;
  margin-bottom: 50px;
}

.product__device.product__device--center {
  width: auto;
  margin-top: 110px;
}

.product__screenshot-center {
  position: absolute;
  left: 14.9%;
  top: 7%;
  width: 70%;
}

.product__screenshot-center.product__screenshot-center--mid {
  left: 14.8%;
  top: 7%;
  width: 70%;
}

.counter__icon-bg {
  position: static;
  left: 61px;
  top: -30px;
  right: 0px;
  width: 115px;
  height: 70px;
  margin-top: -35px;
  margin-right: 50px;
  margin-left: 50px;
  background-color: #fff;
}

.navbar-content__head {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.navbar-content__toggle-icon {
  display: inline-block;
  width: 20px;
  margin-left: 15px;
}

.navbar-content-center {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
}

.navbar-content-center.navbar-content-center--sticky {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
}

.navbar-content-center.navbar-content-center--stick {
  position: fixed;
  top: 0px;
  width: 100%;
}

.navbar-content-center__list {
  padding-left: 0px;
}

.navbar-content-center__link {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}

.navbar-content-center__head-link {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

.navbar-content-center__link-text {
  display: inline-block;
}

.u-margin-top60 {
  margin-top: 60px;
}

.u-margin-top30 {
  margin-top: 30px;
}

.u-margin-top120 {
  margin-top: 120px;
}

.u-margin-top120.sg-selector {
  margin-top: 120px;
}

.sg-nav-menue {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3000;
  width: 20%;
  float: none;
}

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

.sg-menue-button {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  background-color: #999;
}

.sg-menue-button:hover {
  color: #000;
}

.sg-menue-button.frontpage {
  position: static;
  left: 0px;
  top: 0px;
  bottom: auto;
  display: block;
  text-align: center;
}

.u-margin-bottom30 {
  margin-bottom: 30px;
}

.u-margin-bottom60 {
  margin-bottom: 60px;
}

.u-margin-bottom120 {
  margin-bottom: 120px;
}

.u-padding-top30 {
  padding-top: 30px;
}

.u-padding-top60 {
  padding-top: 60px;
}

.u-padding-bottom30 {
  padding-bottom: 30px;
}

.u-padding-bottom60 {
  padding-bottom: 60px;
}

.hero__overlap-content-bg {
  width: 100%;
  margin-right: 100px;
  margin-left: 100px;
  background-color: #fff;
}

.hero__arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  margin-bottom: -1px;
  background-image: url('../images/swoosh-negative-bottom-white.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.teaser__link-block {
  color: #333;
}

.teaser__link-block:hover {
  color: #db4c4c;
}

.form__select-field {
  height: 55px;
  margin-bottom: 0px;
  padding: 12px;
  color: #666;
  font-size: 16px;
}

.counter__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #c00;
  -webkit-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}

.social__butotn {
  padding-top: 50px;
  padding-bottom: 50px;
}

.key-value__headline {
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

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

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

.select-container {
  margin-bottom: 10px;
}

.sg-fx-demo {
  position: relative;
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
  border: 5px solid #c00;
  background-color: #f5f5f5;
  text-align: center;
}

.sg-fx-demo__img {
  max-width: 35%;
}

.fx-hover-reveal__content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(204, 0, 0, .25), rgba(219, 76, 76, .5));
  background-image: linear-gradient(180deg, rgba(204, 0, 0, .25), rgba(219, 76, 76, .5));
  opacity: 0;
}

.sg-fx-demo__text {
  padding-top: 150px;
}

.fx-staggered-scroll {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fx-staggered-scroll--01 {
  border: 5px solid #c00;
}

.fx-staggered-scroll--02 {
  border: 5px solid #c00;
}

.fx-staggered-scroll--03 {
  border: 5px solid #c00;
}

.fx-staggered-scroll--04 {
  border: 5px solid #c00;
}

.sg-navigation__toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lx-hero-baukasten {
  height: 60%;
}

.sg-navigation__home {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sg-navigation__home-img {
  position: relative;
  display: block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.lx-badge {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2050;
}

.slider_section {
  height: auto;
  margin-bottom: 0px;
}

.container_slider {
  height: auto;
  margin-bottom: 14px;
}

.slider_header {
  height: autopx;
  margin-bottom: 0px;
}

.image {
  display: block;
  height: 330px;
}

._3_spalten_stimmen {
  display: inline-block;
}

.icon {
  margin-right: 30px;
  margin-left: 19px;
}

.icon-2 {
  margin-right: 40px;
}

.column_01 {
  padding-right: 5px;
}

.column_02 {
  padding-right: 5px;
  padding-left: 5px;
}

.column_03 {
  padding-right: 0px;
  padding-left: 5px;
}

.kundenstimme_div {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 99%;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.kundenstimme_div.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.kundenstimme_div.kettmann.desktop {
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
}

.kundenstimme_div.horbach {
  padding-bottom: 14px;
}

.kundenstimme_div.horbach.desktop {
  width: 96%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.kundenstimme_div.tupy {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 22px;
  padding-bottom: 56px;
}

.kundenstimme_div.tupy.desktop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.kundenstimme_div.otto {
  position: static;
  margin-bottom: 22px;
  padding-bottom: 57px;
}

.kundenstimme_div.noller {
  margin-bottom: 22px;
  padding-bottom: 55px;
}

.kunde_bild {
  width: 100%;
  padding-left: 1px;
}

.heading {
  display: block;
  margin-top: 34px;
  margin-bottom: 1px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
}

.heading.white {
  margin-top: 10px;
  margin-left: -30px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.block-quote {
  font-family: Merriweather, serif;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

.text-block {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Haufemerriweathersans, sans-serif;
  color: #999;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.image-2 {
  margin-top: 25px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.link {
  padding-right: 20px;
  float: right;
  text-align: right;
}

.slide-nav {
  position: absolute;
  left: 0px;
  top: 275px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mask {
  display: block;
  height: 100%;
}

.column {
  padding-left: 5px;
}

.heading-2 {
  margin-top: 104px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.kundenstimmen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kundenstimmen_section {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.padding_div {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 33%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div_red {
  position: relative;
  width: 33.3%;
  height: 450px;
  background-color: #c00;
}

.div_green {
  position: relative;
  display: block;
  width: 33.3%;
  height: 300px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #acc61c;
}

.div_grey {
  position: relative;
  width: 33.3%;
  height: 400px;
  background-color: #666;
}

.div_blue {
  position: relative;
  width: 33.3%;
  height: 500px;
  background-color: #4799d5;
}

.kundenstimmen_alle {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: left;
}

.item {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-left: 0px;
  padding: 0px 0px 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.column-2 {
  padding-right: 6px;
  padding-left: 6px;
}

.column-1 {
  position: static;
  padding-right: 6px;
  padding-left: 8px;
}

.kundenstimme_vid {
  margin-bottom: 16px;
}

.icon-3 {
  margin-left: 0px;
}

.column-3 {
  padding-right: 6px;
  padding-left: 6px;
}

.heading-3 {
  margin-top: 50px;
  margin-bottom: 29px;
  font-family: Haufemerriweathersans, sans-serif;
  color: #99b019;
  font-size: 34px;
  line-height: 46px;
}

.vorteile {
  margin-top: 90px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #f5f5f5;
  color: #ccc;
}

.body-2 {
  border-style: none;
}

.text-block-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 24px;
  padding-left: 5px;
  font-family: Haufemerriweathersans, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.image-3 {
  margin-top: 17px;
  margin-bottom: 8px;
  margin-left: 15px;
}

.image-3.check_drei {
  margin-top: 83px;
}

.ihre_vorteile_head {
  padding-left: 11px;
  font-family: Haufemerriweathersans, sans-serif;
  color: #666;
  font-weight: 400;
  text-align: center;
}

.form-wrapper {
  padding-right: 24px;
}

.submit-button {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #99b019;
}

.field-label {
  margin-bottom: 0px;
  clear: left;
  font-size: 13px;
}

.field-label-2 {
  margin-bottom: 0px;
  font-size: 13px;
}

.text-field {
  margin-bottom: 20px;
  font-size: 13px;
}

.text-field:focus {
  border: 2px solid #99b019;
}

.text-field-2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 13px;
}

.text-field-2:focus {
  border: 2px solid #99b019;
  background-image: none;
}

.select-field {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #999;
  font-size: 13px;
  font-weight: 300;
}

.select-field:focus {
  border: 2px solid #99b019;
}

.textarea {
  min-height: 90px;
  margin-bottom: 23px;
  color: #99b019;
  font-size: 13px;
}

.textarea:focus {
  border: 2px solid #99b019;
}

.field-label-3 {
  margin-left: 1px;
  padding-left: 8px;
  color: #666;
  font-size: 13px;
}

.radio-button {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  background-image: url('../images/chack-o.svg');
  background-position: 0px 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  color: #99b019;
}

.radio-button:active {
  background-image: url('../images/chack-o.svg');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.radio-button:focus {
  background-image: url('../images/chack-o.svg');
  background-position: 0px 0px;
  background-size: 75px;
  color: #99b019;
}

.radio-button-field {
  width: 14%;
  margin-bottom: 12px;
  float: left;
}

.checkbox-field {
  padding-left: 170px;
}

.checkbox {
  width: 25px;
  height: 25px;
  border: 1px solid #99b019;
  border-radius: 0px;
  font-family: Haufemerriweathersans, sans-serif;
}

.checkbox:focus {
  background-image: url('../images/green_check-01.svg');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.field-label-4 {
  font-family: Haufemerriweathersans, sans-serif;
  font-size: 13px;
}

.form-2 {
  margin-bottom: 68px;
}

.noch_fragen {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 12px;
  padding-left: 17px;
  font-family: Haufemerriweathersans, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.link-2 {
  color: #99b019;
  font-weight: 700;
}

.link-2:hover {
  font-weight: 700;
}

.link-2:active {
  font-weight: 700;
}

.link-2:focus {
  font-weight: 700;
}

.hinweis_kasten {
  padding: 32px 16px;
  border-style: none;
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
  color: #ccc;
}

.hinweis_text {
  color: #99b019;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-3 {
  margin-top: 16px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.link-3 {
  color: #99b019;
}

.column-6 {
  left: -3px;
}

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

.link-block {
  background-image: -webkit-linear-gradient(270deg, #eb6005, #eb6005), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, #eb6005, #eb6005), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.link-block.psst {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 57px;
  padding: 23px 18px;
}

.text-block-4 {
  margin-top: 11px;
  font-family: Haufemerriweathersans, sans-serif;
  color: #f5f5f5;
  font-size: 60px;
}

.text-block-5 {
  margin-top: 26px;
  color: #f5f5f5;
  font-size: 30px;
}

.text-block-6 {
  margin-top: 10px;
  color: #f5f5f5;
}

.text-span-2 {
  font-size: 30px;
  font-weight: 700;
}

.jetzt_mitmachen_teaser {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.jetzt_mitmachen_teaser.landscape {
  display: none;
}

.mitmachen_link {
  width: 99%;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 13px;
  padding-left: 6px;
  background-image: -webkit-linear-gradient(270deg, #99b019, #99b019);
  background-image: linear-gradient(180deg, #99b019, #99b019);
}

.mitmachen_table {
  width: 100%;
  height: 100px;
}

.mitmachen_bild {
  margin-top: 6px;
  margin-left: 2px;
}

.mitmachen_head {
  margin-top: 6px;
  margin-bottom: 0px;
  padding-right: 22px;
  color: #f5f5f5;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.image-4 {
  margin-right: 14px;
  padding-right: 0px;
  float: right;
  text-align: right;
}

.stimme_abgeben {
  position: relative;
  width: 90%;
  height: 40px;
  margin-bottom: 16px;
  margin-left: 11px;
  padding-right: 0px;
  border-style: none;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.table_stimme_abgeben {
  height: 40px;
  padding-left: 0px;
}

.arrow_buttongrafik {
  margin-top: 6px;
  margin-left: 30px;
}

.text-block-7 {
  margin-top: 7px;
  padding-left: 25px;
  color: #99b019;
  font-size: 20px;
  font-weight: 300;
}

.right-arrow {
  margin-right: -19px;
}

.left-arrow {
  margin-left: -16px;
}

.paragraph {
  margin-top: 17px;
  font-family: Haufemerriweathersans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.paragraph-2 {
  margin-top: 17px;
  font-family: Haufemerriweathersans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.link-4 {
  color: #99b019;
  font-weight: 400;
}

.paragraph-3 {
  margin-top: 17px;
  font-family: Haufemerriweathersans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.container-2 {
  height: 100%;
}

.paragraph-4 {
  margin-top: 17px;
  font-family: Haufemerriweathersans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.accordion_content-4 {
  padding-left: 25px;
  font-family: Haufemerriweathersans, sans-serif;
  color: #666;
  font-weight: 400;
}

.button_stimme_abgeben {
  margin-top: 44px;
  margin-bottom: 83px;
  background-image: -webkit-linear-gradient(270deg, #99b019, #99b019);
  background-image: linear-gradient(180deg, #99b019, #99b019);
  font-family: Haufemerriweathersans, sans-serif;
  color: #fff;
  font-weight: 300;
}

.button_stimme_abgeben:hover {
  background-color: #eb6005;
  background-image: -webkit-linear-gradient(270deg, #eb6005, #eb6005), -webkit-linear-gradient(270deg, #99b019, #99b019);
  background-image: linear-gradient(180deg, #eb6005, #eb6005), linear-gradient(180deg, #99b019, #99b019);
  color: #f5f5f5;
}

.einverstndniserklrung {
  margin-top: -27px;
  margin-bottom: 25px;
  padding-left: 18px;
  color: #999;
  font-size: 14px;
  line-height: 22px;
}

.link-5 {
  color: #666;
  font-size: 16px;
  font-weight: 700;
}

.link-5:hover {
  color: #99b019;
}

.link-5:focus {
  color: #99b019;
}

.text-block-8 {
  margin-bottom: 27px;
  color: #999;
  font-size: 13px;
}

.zusatz_head {
  margin-left: 124px;
  font-family: Haufemerriweathersans, sans-serif;
  color: #f5f5f5;
  font-size: 34px;
  line-height: 50px;
  font-weight: 300;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row {
  display: block;
}

html.w-mod-js *[data-ix="accordion-display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="table-display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="footer-sticky-hide"] {
  display: none;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="back-top"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="footer-nav-display-none"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="fx-scroll-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fx-staggered-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fx-staggered-scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9) translate(0px, 0px);
  -ms-transform: scale(0.9, 0.9) translate(0px, 0px);
  transform: scale(0.9, 0.9) translate(0px, 0px);
}

html.w-mod-js *[data-ix="fx-staggered-scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9) translate(0px, 0px);
  -ms-transform: scale(0.9, 0.9) translate(0px, 0px);
  transform: scale(0.9, 0.9) translate(0px, 0px);
}

html.w-mod-js *[data-ix="fx-staggered-scroll-4"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9) translate(0px, 0px);
  -ms-transform: scale(0.9, 0.9) translate(0px, 0px);
  transform: scale(0.9, 0.9) translate(0px, 0px);
}

@media (max-width: 991px) {
  .button.button--arrow-right {
    margin-right: 10px;
    padding-right: 42px;
    background-image: url('../images/green_arrow.svg');
    background-position: 93% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .sg-navigation {
    bottom: 0px;
    display: block;
  }
  .navbar__item {
    color: #333;
  }
  .navbar__menu {
    height: auto;
    margin-left: 0px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  }
  .navbar__dropdown {
    padding-left: 16px;
    color: #333;
  }
  .navbar-page {
    display: none;
  }
  .table-pricing__features {
    height: 260px;
  }
  .navbar-float__dropdown-list.w--open {
    color: #666;
    font-size: 16px;
  }
  .navbar-float__dropdown-item {
    color: #666;
  }
  .footer-teaser {
    margin-right: 0px;
    margin-left: 0px;
  }
  .list__item-img {
    background-position: 5px 3px;
  }
  .navbar-float__menu {
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);
  }
  .navbar__dropdown-icon {
    color: #c00;
  }
  .navbar__menu-button {
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 14px;
    float: left;
    color: #fff;
  }
  .navbar__menu-button.w--open {
    padding-left: 14px;
    background-color: transparent;
  }
  .navbar__menu-button-text {
    position: absolute;
    left: 50px;
    top: 12px;
    display: inline-block;
    font-size: 12px;
  }
  .navbar__menu-button-icon {
    display: inline-block;
    overflow: hidden;
    height: 0px;
    font-size: 30px;
  }
  .navbar-float__menu-button.w--open {
    background-color: transparent;
  }
  .navbar-float__menu-button-icon {
    color: #333;
  }
  .table-product__title-col-icon {
    display: none;
  }
  .table-product__title-col-text {
    display: block;
    margin-right: 30px;
    margin-left: 0px;
  }
  .table-product__button {
    padding: 5px;
  }
  .navbar-content {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 900;
    overflow: hidden;
    height: 47px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .12);
  }
  .navbar-content.navbar-content--fixed {
    top: 0px;
    width: 100%;
  }
  .navbar-content__headline {
    display: inline-block;
    margin-bottom: 0px;
    border-bottom-style: none;
    border-bottom-color: hsla(0, 0%, 80%, .5);
    color: #333;
    text-align: center;
  }
  .navbar-content__item {
    margin-left: 0px;
    border-bottom: 1px solid hsla(0, 0%, 80%, .5);
  }
  .counter__value {
    z-index: 600;
  }
  .hero__overlap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-nav__icon {
    display: none;
  }
  .product__column {
    margin-top: 160px;
  }
  .product__device.product__device--center {
    margin-top: 170px;
  }
  .product__screenshot-center.product__screenshot-center--mid {
    width: 70%;
  }
  .counter__icon-bg {
    margin-left: 25px;
  }
  .navbar-content-mobile__text {
    width: 100%;
    float: left;
    text-align: center;
  }
  .navbar-content-mobile__bar {
    float: left;
  }
  .navbar-content__head {
    margin-bottom: 0px;
    text-align: center;
  }
  .navbar-content__toggle-icon {
    display: inline-block;
    width: 20px;
    margin-left: 15px;
  }
  .navbar-content-center__head-link {
    display: block;
  }
  .sg-nav-menue {
    position: fixed;
    float: none;
    clear: none;
  }
  .sg-menue-button {
    display: block;
  }
  .hero__arrow {
    background-position: 50% 100%;
  }
  .navbar__menu-btnico {
    padding-top: 5px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .navbar__menu-btnico-line {
    height: 3px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  .navbar__menu-btnico-line-01 {
    height: 3px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  .navbar__menu-btnico-line-02 {
    height: 3px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  .navbar__menu-btnico-line-03 {
    height: 3px;
    background-color: #fff;
  }
  .slider_section {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    float: left;
  }
  .container_slider {
    position: static;
    height: auto;
    margin-bottom: 8px;
  }
  .slider_header {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: auto;
  }
  .image {
    display: block;
    height: auto;
  }
  .kundenstimme_div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .kundenstimme_div.horbach {
    width: 100%;
    margin-bottom: 22px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .kundenstimme_div.tupy {
    width: 100%;
    padding-bottom: 0px;
  }
  .kundenstimme_div.tupy.desktop {
    width: 32%;
  }
  .kundenstimme_div.otto {
    width: 100%;
    padding-bottom: 0px;
  }
  .kundenstimme_div.noller {
    width: 100%;
    padding-bottom: 0px;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
  }
  .heading.white {
    margin-top: 12px;
    margin-left: -12px;
    font-size: 14px;
  }
  .block-quote {
    position: relative;
    font-size: 14px;
    line-height: 22px;
  }
  .slide-nav {
    top: 208px;
    margin-bottom: 0px;
  }
  .column {
    padding-left: 5px;
  }
  .container {
    position: static;
    display: block;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container.kundenstimmen {
    position: static;
    display: block;
  }
  .kundenstimmen_section {
    display: block;
  }
  .item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .heading-3 {
    line-height: 44px;
  }
  .vorteile {
    margin-top: 90px;
  }
  .text-block-2 {
    padding-left: 13px;
  }
  .image-3 {
    margin-top: 13px;
    margin-bottom: 32px;
    clear: left;
  }
  .form-wrapper {
    padding-right: 0px;
  }
  .textarea {
    min-height: 110px;
  }
  .radio-button-field {
    width: 20%;
  }
  .hinweis_kasten {
    margin-bottom: 3px;
  }
  .check_ikons {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block.psst {
    margin-bottom: 50px;
  }
  .text-block-4 {
    font-size: 50px;
  }
  .text-block-5 {
    margin-top: 13px;
  }
  .mitmachen_link {
    padding-left: 5px;
  }
  .mitmachen_table {
    height: auto;
  }
  .mitmachen_bild {
    margin-left: 0px;
  }
  .mitmachen_head {
    margin-top: 13px;
    margin-bottom: -6px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 35px;
  }
  .stimme_abgeben {
    margin-top: 17px;
    margin-bottom: 6px;
    margin-left: 7px;
  }
  .table_stimme_abgeben {
    padding-left: 0px;
  }
  .arrow_buttongrafik {
    margin-left: 24px;
  }
  .text-block-7 {
    padding-left: 20px;
    font-size: 16px;
  }
  .right-arrow {
    margin-right: -17px;
    margin-left: -17px;
  }
  .left-arrow {
    margin-right: -17px;
    margin-left: -17px;
  }
}

@media (max-width: 767px) {
  .button.button--arrow-right {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-image: url('../images/green_arrow.svg');
    background-position: 94% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    line-height: 18px;
  }
  .sg-navigation {
    position: fixed;
    z-index: 50;
  }
  .hero.hero--arrow {
    min-height: 600px;
  }
  .product__image.product__image--right {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product__image.product__image--left {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product__bg-left {
    width: 100%;
  }
  .product__bg-right {
    width: 100%;
  }
  .feature__text {
    text-align: left;
  }
  .feature__headline {
    text-align: left;
  }
  .navbar-page {
    display: none;
  }
  .table-pricing__features {
    height: auto;
    padding-bottom: 20px;
  }
  .footer.footer--teaser {
    margin-top: 400px;
  }
  .footer-social__text {
    margin-bottom: 30px;
  }
  .footer-teaser {
    position: static;
    left: 10px;
    right: 10px;
    bottom: 60px;
    margin-top: 10px;
  }
  .footer__column {
    border-bottom: 1px solid #999;
  }
  .table-pricing__column {
    margin-bottom: 20px;
  }
  .list__item-img.list__item-img-check-o {
    height: 35px;
  }
  .table-product__cell-blank {
    border-bottom: 1px solid #ccc;
  }
  .table-product__cell-bg {
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
  }
  .table-product__title-col-text {
    font-weight: 400;
  }
  .title-product__pricing-col-cell {
    text-align: center;
  }
  .footer-sticky {
    height: 150px;
  }
  .footer-sticky__text {
    text-align: center;
  }
  .footer-sticky__text-small {
    text-align: center;
  }
  .footer-sticky__close {
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
  }
  .post-social.social-horizontal {
    padding-right: 50px;
    padding-left: 50px;
  }
  .counter__icon {
    width: 110px;
    height: 110px;
    padding-top: 35px;
  }
  .hero__overlap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-nav__body {
    overflow: hidden;
  }
  .footer-nav__body-01 {
    display: none;
  }
  .footer-nav__icon {
    display: block;
    margin-top: 8px;
    float: right;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer-nav__body-02 {
    display: none;
  }
  .footer-nav__body-03 {
    display: none;
  }
  .product__screenshot {
    overflow: hidden;
  }
  .product__column {
    margin-top: 0px;
  }
  .product__device {
    width: auto;
  }
  .product__device.product__device--center {
    margin-top: 20px;
  }
  .counter__icon-bg {
    width: 102px;
    margin-right: 5px;
    margin-left: 10px;
  }
  .footer-sticky__col {
    margin-top: 20px;
    text-align: center;
  }
  .sg-menue-button {
    display: block;
  }
  .footer-nav__body-04 {
    display: none;
  }
  .footer-nav__body-05 {
    display: none;
  }
  .footer-nav__body-06 {
    display: none;
  }
  .footer-nav__body-07 {
    display: none;
  }
  .slider_section {
    margin-bottom: 3px;
  }
  .container_slider {
    margin-top: -22px;
    margin-bottom: 12px;
  }
  .icon {
    margin-right: 23px;
    margin-left: 23px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .kundenstimme_div {
    position: relative;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .kundenstimme_div.horbach {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .kundenstimme_div.tupy {
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .kundenstimme_div.otto {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }
  .kundenstimme_div.noller {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .kunde_bild {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .heading {
    text-align: center;
  }
  .heading.white {
    margin-top: 9px;
    margin-left: -60px;
    padding-right: 19px;
    text-align: left;
  }
  .block-quote {
    text-align: left;
  }
  .text-block {
    text-align: left;
  }
  .slide-nav {
    top: 161px;
  }
  .container {
    padding-left: 10px;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
  }
  .column-1 {
    bottom: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .heading-3 {
    margin-top: 26px;
    padding-right: 71px;
    padding-left: 29px;
    font-size: 26px;
    line-height: 34px;
  }
  .vorteile {
    margin-top: 38px;
  }
  .text-block-2 {
    margin-bottom: 26px;
  }
  .image-3 {
    margin-bottom: 7px;
    margin-left: 25px;
  }
  .image-3.check_drei {
    margin-top: 51px;
  }
  .form-wrapper {
    margin-left: 0px;
  }
  .radio-button-field {
    margin-right: 0px;
  }
  .form-2 {
    margin-bottom: 0px;
  }
  .hinweis_kasten {
    margin-bottom: 5px;
  }
  .column-4 {
    padding-right: 29px;
    padding-left: 33px;
  }
  .column-5 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .column-6 {
    left: -29px;
    padding-right: 0px;
  }
  .link-block.psst {
    margin-bottom: 34px;
    padding-left: 25px;
  }
  .text-block-4 {
    margin-top: 25px;
    margin-left: -6px;
    font-size: 90px;
  }
  .text-block-5 {
    margin-top: 32px;
    font-size: 40px;
  }
  .text-block-6 {
    margin-top: 13px;
  }
  .jetzt_mitmachen_teaser {
    display: none;
  }
  .jetzt_mitmachen_teaser.landscape {
    display: block;
  }
  .mitmachen_link {
    width: 100%;
    padding-right: 94px;
    padding-left: 94px;
    float: left;
  }
  .mitmachen_bild {
    margin-top: 3px;
  }
  .mitmachen_head {
    margin-top: 17px;
    margin-bottom: 9px;
    padding-left: 0px;
    font-size: 30px;
    text-align: center;
  }
  .arrow_buttongrafik {
    margin-left: 39px;
  }
  .text-block-7 {
    padding-left: 42px;
    font-size: 22px;
  }
  .column-8 {
    position: static;
  }
  .right-arrow {
    margin-right: -24px;
    margin-left: -24px;
  }
  .left-arrow {
    margin-right: -26px;
    margin-left: -26px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .sg-container {
    overflow: hidden;
  }
  .text--lead {
    font-size: 21px;
    line-height: 28px;
  }
  .text--small {
    font-size: 12px;
  }
  .sg-navigation {
    width: 60px;
  }
  .hero.hero--arrow {
    min-height: 500px;
  }
  .hero__headline {
    font-size: 54px;
    line-height: 60px;
  }
  .product.product--bg {
    background-position: 50% 0px;
  }
  .table__row-head {
    font-size: 16px;
  }
  .table__text {
    font-size: 14px;
    line-height: 18px;
  }
  .navbar.nav {
    margin-bottom: 22px;
  }
  .navbar-small__menu-list {
    display: none;
  }
  .quote__marks {
    width: 50px;
    margin-right: 10px;
  }
  .quote__text {
    font-size: 24px;
    line-height: 32px;
  }
  .footer.footer--teaser {
    margin-top: 400px;
  }
  .footer__heading {
    float: left;
  }
  .footer-social__link {
    display: block;
    margin-bottom: 10px;
  }
  .footer-teaser {
    position: static;
    bottom: 60px;
    margin-top: 10px;
  }
  .footer-teaser__kontakt-text {
    font-size: 14px;
  }
  .footer-teaser__kontakt-icon {
    font-size: 21px;
  }
  .footer-teaser__tabs-link {
    text-align: center;
  }
  .footer__column {
    border-bottom: 1px solid #999;
  }
  .tab-nav__menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tab-nav__link {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-nav__active-arrow {
    top: 110px;
  }
  .tab-nav__link-text {
    display: block;
    font-size: 12px;
    text-align: center;
  }
  .tab-nav__content-heading {
    text-align: left;
  }
  .form-hero {
    width: 100%;
  }
  .form-hero__field {
    height: 50px;
    font-size: 16px;
  }
  .form-hero__button {
    height: 50px;
    margin-left: -115px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .table-product__button {
    padding: 5px;
    font-size: 12px;
  }
  .table-product__pricing-cell {
    font-size: 14px;
  }
  .footer-sticky {
    height: 130px;
  }
  .footer-sticky__text {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 21px;
  }
  .footer-sticky__text-small {
    display: none;
  }
  .footer-sticky__close {
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .post-social.social-horizontal {
    padding-right: 0px;
    padding-left: 0px;
  }
  .counter {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .tab-nav__link-text-short {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-nav__body {
    display: block;
    overflow: hidden;
  }
  .footer-nav__body-01 {
    display: none;
    overflow: hidden;
  }
  .footer-nav__icon {
    display: block;
    margin-top: 8px;
    float: right;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer-nav__body-02 {
    display: none;
  }
  .footer-nav__body-03 {
    display: none;
  }
  .product__screenshot {
    height: 134px;
  }
  .counter__icon-bg {
    width: 140px;
    margin-left: 80px;
  }
  .footer-sticky__col {
    margin-top: 10px;
  }
  .sg-fx-demo__text {
    padding-top: 120px;
  }
  .slider_section {
    display: none;
  }
  .slider_header {
    display: none;
  }
  .kundenstimme_div.horbach {
    margin-right: 0px;
  }
  .kundenstimme_div.otto {
    margin-right: 0px;
  }
  .kunde_bild {
    position: relative;
    margin-left: 0px;
  }
  .heading {
    text-align: left;
  }
  .heading.white {
    margin-top: -57px;
    margin-left: 82px;
    padding-right: 31px;
    float: none;
    clear: left;
  }
  .column-1 {
    position: relative;
    top: -12px;
  }
  .heading-3 {
    margin-top: 26px;
    padding-right: 27px;
    padding-left: 24px;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .text-block-2 {
    padding-right: 14px;
  }
  .image-3 {
    margin-bottom: 29px;
    margin-left: 9px;
  }
  .image-3.check_drei {
    margin-top: 68px;
  }
  .form-wrapper {
    padding-right: 0px;
  }
  .text-field-2 {
    margin-bottom: 12px;
  }
  .textarea {
    min-height: 160px;
  }
  .radio-button-field {
    width: 30%;
  }
  .hinweis_kasten {
    margin-bottom: 35px;
    padding-top: 24px;
    padding-bottom: 23px;
  }
  .column-4 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .column-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .check_ikons {
    left: 0px;
    top: 0px;
    bottom: 0px;
  }
  .column-6 {
    left: -8px;
  }
  .link-block.psst {
    margin-top: 0px;
    margin-bottom: 36px;
  }
  .text-block-4 {
    font-size: 60px;
  }
  .text-block-5 {
    margin-top: 23px;
    font-size: 30px;
  }
  .text-block-6 {
    line-height: 30px;
  }
  .mitmachen_link {
    padding-right: 10px;
    padding-left: 18px;
  }
  .mitmachen_bild {
    margin-top: -3px;
    float: none;
    clear: none;
  }
  .mitmachen_head {
    padding-right: 0px;
    padding-left: 10px;
    font-size: 28px;
    text-align: left;
  }
  .table_stimme_abgeben {
    width: 100%;
  }
  .arrow_buttongrafik {
    margin-right: 18px;
    float: right;
  }
  .text-block-7 {
    width: 100%;
    padding-left: 16px;
    font-size: 20px;
  }
  .column-7 {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .table_format_stimme {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
  }
}

@font-face {
  font-family: 'Glyphicons regular';
  src: url('../fonts/glyphicons-regular.woff2') format('woff2'), url('../fonts/glyphicons-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-regular.woff') format('woff'), url('../fonts/glyphicons-regular.ttf') format('truetype'), url('../fonts/glyphicons-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Haufemerriweather';
  src: url('../fonts/haufemerriweather-bold.eot') format('embedded-opentype'), url('../fonts/haufemerriweather-bold.woff') format('woff'), url('../fonts/haufemerriweather-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Haufemerriweather';
  src: url('../fonts/haufemerriweather.eot') format('embedded-opentype'), url('../fonts/haufemerriweather.woff') format('woff'), url('../fonts/haufemerriweather.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Haufemerriweathersans';
  src: url('../fonts/haufemerriweathersans-bold.eot') format('embedded-opentype'), url('../fonts/haufemerriweathersans-bold.woff') format('woff'), url('../fonts/haufemerriweathersans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Haufemerriweathersans';
  src: url('../fonts/haufemerriweathersans.eot') format('embedded-opentype'), url('../fonts/haufemerriweathersans.woff') format('woff'), url('../fonts/haufemerriweathersans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Haufemerriweathersans';
  src: url('../fonts/haufemerriweathersansxlt.eot') format('embedded-opentype'), url('../fonts/haufemerriweathersansxlt.woff') format('woff'), url('../fonts/haufemerriweathersansxlt.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Haufemerriweather';
  src: url('../fonts/haufemerriweatherlight.eot') format('embedded-opentype'), url('../fonts/haufemerriweatherlight.woff') format('woff'), url('../fonts/haufemerriweatherlight.ttf') format('truetype'), url('../fonts/haufemerriweatherlight.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Haufemerriweather';
  src: url('../fonts/haufemerriweatherxlt.eot') format('embedded-opentype'), url('../fonts/haufemerriweatherxlt.woff') format('woff'), url('../fonts/haufemerriweatherxlt.ttf') format('truetype'), url('../fonts/haufemerriweatherxlt.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Haufemerriweathersans';
  src: url('../fonts/haufemerriweathersanslt.woff') format('woff'), url('../fonts/haufemerriweathersanslt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}