/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

button,
hr,
input {
  overflow: visible;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}


/* Oxygen */

html {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: rgba(64, 64, 64, 1);
}

body.oxygen-aos-enabled {
  overflow-x: hidden;
}

*,
::after,
::before {
  box-sizing: inherit;
}

.ct-section-inner-wrap {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

div.ct-svg-icon>svg,
svg.ct-svg-icon {
  height: 1em !important;
  fill: currentColor;
}

.ct-columns-inner-wrap {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ct-column {
  float: left !important;
  word-break: break-word;
}

svg.ct-svg-icon {
  display: inline-block;
  width: 1em !important;
}

div.ct-svg-icon {
  display: inline-block;
  box-sizing: content-box;
  border-radius: 50%;
  width: auto;
}

div.ct-svg-icon>svg {
  width: 1em !important;
  display: block;
}

div.ct-fancy-icon {
  display: inline-flex;
  border-radius: 50%;
}

.ct-fancy-icon>svg {
  fill: currentColor;
}

.ct-columns-inner-wrap>.ct-column:first-child {
  margin-left: 0 !important;
}

.ct-columns-inner-wrap>.ct-column:last-child {
  margin-right: 0 !important;
}

.ct-video {
  width: 100%;
}

.ct-video>.oxygen-vsb-responsive-video-wrapper {
  position: relative;
}

.ct-video>.oxygen-vsb-responsive-video-wrapper>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oxy-nav-menu-list {
  display: flex;
  padding: 0;
  margin: 0;
}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color, border-color;
  border-color: transparent;
}

.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item>a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover>a {
  border-color: currentColor;
}

.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
  position: relative;
}

.oxy-nav-menu .menu-item .sub-menu {
  padding: 0;
  flex-direction: column;
  white-space: nowrap;
  transition-timing-function: ease-in-out;
  transition-property: visibility, opacity;
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 100%;
}

.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
  left: 100%;
  top: 0;
}

.oxy-nav-menu .menu-item:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.oxy-nav-menu .sub-menu li.menu-item {
  flex-direction: column;
}

@keyframes oxy_sticky_header_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.oxy-sticky-header-fade-in {
  animation-name: oxy_sticky_header_fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.oxy-header-wrapper {
  position: relative;
}

.oxy-header-row {
  width: 100%;
  display: block;
}

.oxy-header-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
  display: flex;
  align-items: center;
}

.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
  display: none;
}

.oxy-header-left {
  justify-content: flex-start;
}

.oxy-header-center {
  flex-grow: 1;
  justify-content: center;
}

.oxy-header-right {
  justify-content: flex-end;
}

.admin-bar .oxy-sticky-header-active {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .oxy-sticky-header-active {
    top: 46px !important;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .oxy-sticky-header-active {
    top: 0 !important;
  }
}

.oxy-video-background {
  position: relative;
  z-index: 1;
}

.oxy-video-background .oxy-video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.oxy-video-background .oxy-video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.oxy-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.oxy-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.unslider .unslider-fade ul li.unslider-active {
  position: relative;
}

.oxy-menu-toggle {
  cursor: pointer;
  display: none;
}

.oxy-nav-menu.oxy-nav-menu-open {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  z-index: 2147483642 !important;
  background-color: #fff;
}

.oxy-nav-menu.oxy-nav-menu-open>div:last-child {
  max-height: 100%;
  overflow: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}

.oxy-nav-menu-prevent-overflow {
  overflow: hidden;
  height: 100%;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
  display: initial;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
  flex-direction: column !important;
  width: 100%;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
  text-align: center;
  border: 0 !important;
  background-color: transparent !important;
  justify-content: center;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
  background-color: #fff;
  z-index: 2147483641;
}

.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children>a::after {
  display: none;
}

.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns .menu-item .sub-menu {
  display: flex;
  position: static;
  animation-name: none;
  visibility: visible;
  opacity: 1;
  transition-duration: 0s !important;
}

.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
  display: none;
}

.oxy-nav-menu-hamburger-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.oxy-nav-menu-hamburger {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.oxy-nav-menu-hamburger-line {
  border-radius: 2px;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger {
  transform: rotate(45deg);
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
  display: none;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  display: initial;
  position: relative;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  display: initial;
  position: relative;
  transform: rotate(90deg);
}

.oxy-nav-menu .menu-item a {
  display: flex;
  align-items: center;
}

.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
  flex-direction: row;
}

.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .menu-item-has-children>a::after {
  width: 0.35em;
  height: 0.35em;
  margin-left: 0.5em;
  border-right: 0.1em solid;
  border-top: 0.1em solid;
  transform: rotate(135deg);
  content: "";
}

.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .sub-menu .menu-item-has-children>a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical .menu-item-has-children>a::after {
  transform: rotate(45deg);
}

.oxy-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.oxy-social-icons a {
  line-height: 1;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.oxy-social-icons a svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.oxy-soundcloud {
  min-width: 300px;
  min-height: 120px;
}

.oxy-soundcloud iframe {
  width: 100%;
  height: 100%;
}

.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
  margin-right: 1em;
  float: left;
}

.comment-body .alignright,
.oxy-stock-content-styles .alignright {
  margin-left: 1em;
  float: right;
}

.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.comment-body img,
.oxy-stock-content-styles img {
  max-width: 100%;
}

.oxy-comment-form .comment-reply-title {
  margin-bottom: 0.5em;
}

.oxy-comment-form .logged-in-as {
  margin-bottom: 1em;
  font-size: 0.75em;
}

.oxy-comment-form #submit {
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  margin-top: 0.5em;
  border: none;
  font-weight: 700;
}

.oxy-comment-form input,
.oxy-comment-form textarea {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
  color: gray;
  width: 100%;
}

.oxy-comment-form label {
  font-weight: 700;
}

.oxy-comment-form .comment-form>p {
  margin-top: 0;
  margin-bottom: 1em;
}

.oxy-comments h3.comments-title {
  margin-bottom: 1em;
}

.oxy-comments ol.children,
.oxy-comments ol.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oxy-comments ol.children {
  margin-left: 50px;
}

.oxy-comments li.comment .comment-body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}

.oxy-comments li.comment .comment-body .comment-content {
  margin-bottom: 1em;
}

.oxy-comments .comment-meta .comment-author {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oxy-comments .comment-meta .comment-author .avatar {
  max-width: 64px;
  max-height: 64px;
  margin-right: 0.5em;
}

.oxy-comments .comment-meta .comment-author span.says::before {
  content: " ";
  white-space: pre;
}

.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.oxy-comments .comment-meta .comment-metadata {
  font-size: 0.75em;
  margin-top: 0.75em;
}

.oxy-comments .comment-meta .edit-link {
  margin-left: 0.5em;
}

.oxy-comments .reply {
  display: flex;
}

.oxy-comments .reply .comment-reply-link {
  font-size: 0.75em;
}

.oxy-comments .comment-meta {
  flex-wrap: wrap;
}

.oxy-comments .comment-awaiting-moderation {
  flex-basis: 100%;
}

.oxy-login-form p {
  display: flex;
  flex-direction: column;
}

.oxy-login-form input {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
}

.oxy-login-form input[type="submit"] {
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: 700;
}

.oxy-search-form input {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
}

.oxy-search-form input[type="submit"] {
  padding: calc(0.5em + 1px) 1em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
}

.oxy-search-form label.screen-reader-text {
  display: none;
}

.oxy-icon-box-icon {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}

.oxy-icon-box-content {
  flex-grow: 1;
  width: 100%;
}

.oxy-icon-box-heading,
.oxy-icon-box-text {
  margin: 0;
}

.oxy-icon-box {
  display: flex;
  align-items: flex-start;
}

.oxy-pricing-box {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  order: 10;
  display: flex;
  flex-direction: row;
}

.oxy-pricing-box-graphic>img {
  max-width: 100%;
  display: block;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
  order: 20;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  order: 30;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.oxy-pricing-box-amount {
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.oxy-pricing-box-currency {
  align-self: flex-start;
}

.oxy-pricing-box-amount-decimal {
  align-self: baseline;
}

.oxy-pricing-box-term {
  margin-left: 0.4em;
}

.oxy-pricing-box-sale-price {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  order: 40;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  order: 60;
}

@keyframes oxy_progress_bar_width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes oxy_progress_bar_stripes {
  from {
    background-position: 44px 0;
  }
  to {
    background-position: 0 0;
  }
}

.oxy-progress-bar-background,
.oxy-progress-bar-progress {
  background-position: top left;
  background-attachment: fixed;
  background-size: 44px 44px;
}

.oxy-progress-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.oxy-progress-bar-background {
  background-color: #d3d3d3;
  width: 100%;
}

.oxy-progress-bar-progress {
  padding: 20px;
  display: flex;
  background-color: #a9a9a9;
  align-items: center;
}

.oxy-progress-bar-overlay-percent {
  margin-left: auto;
  padding-left: 1em;
  font-size: 0.8em;
}

.oxy-tab,
.oxy-tab-content {
  padding: 20px;
}

.oxy-progress-bar-overlay-percent:empty {
  display: none;
}

.oxy-superbox {
  display: inline-flex;
}

.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
  display: flex;
}

.oxy-superbox-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
}

.oxy-superbox-primary {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.oxy-superbox-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oxy-tab {
  cursor: pointer;
}

.oxy-tabs-contents-content-hidden {
  display: none !important;
}

.oxy-testimonial {
  display: flex;
  width: 100%;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  display: flex;
  flex-direction: column;
}

.oxy-testimonial .oxy-testimonial-photo {
  border-radius: 50%;
}

.oxy-testimonial .oxy-testimonial-content-wrap {
  display: flex;
  flex-direction: column;
  order: 2;
}

.oxy-testimonial .oxy-testimonial-author-wrap {
  display: flex;
  flex-direction: column;
}

.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
  display: flex;
}

.oxy-toggle {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.oxy-toggle-content {
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oxy-expand-collapse-icon {
  align-self: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.4em;
  text-align: initial;
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
}

.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 1em;
  height: 0.16em;
  top: calc((1em / 2) - 0.08em);
  transition: 0.3s ease-in-out all;
  border-radius: 0.03em;
}

.oxy-expand-collapse-icon::after {
  transform: rotate(-90deg) scale(0);
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
  transform: rotate(-180deg);
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
  transform: rotate(-90deg);
}

[data-aos][data-aos=""] {
  transition-duration: 0s !important;
}

.oxy-modal-backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.oxygen-builder-body) .oxy-modal-backdrop {
  display: none;
}

body.oxygen-builder-body .oxy-modal-backdrop {
  height: 100vh;
}

.oxy-modal-backdrop.live {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1400;
}

.oxy-modal-backdrop.hidden {
  display: none;
}

.oxy-modal-backdrop.left {
  flex-direction: column;
  align-items: flex-start;
}

.oxy-modal-backdrop.right {
  flex-direction: column;
  align-items: flex-end;
}

.oxy-modal-backdrop.top {
  flex-direction: row;
  align-items: flex-start;
}

.oxy-modal-backdrop.bottom {
  flex-direction: row;
  align-items: flex-end;
}

.oxy-modal-backdrop.upper_left {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.oxy-modal-backdrop.upper_right {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}

.oxy-modal-backdrop.bottom_left {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.oxy-modal-backdrop.bottom_right {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.oxy-modal-backdrop .ct-modal {
  background-color: white;
  max-height: 100vh;
  overflow-y: auto;
}

div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
  align-self: stretch;
}

div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
  display: flex;
}

.oxy-rich-text p:first-child {
  margin-block-start: 0;
}

.oxy-rich-text p:last-child {
  margin-block-end: 0;
}


/* Custom HTML tag support */

:-webkit-any(li, div._important),
:is(li, div._important) {
  display: list-item;
}

:-webkit-any(table, div._important),
:is(table, div._important) {
  display: table;
}

:is(thead, div._important),
:-webkit-any(thead, div._important) {
  display: table-header-group;
}

:is(tr, div._important),
:-webkit-any(tr, div._important) {
  display: table-row;
}

:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
  display: table-row-group;
}

:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
  display: table-cell;
}

:is(caption, div._important),
:-webkit-any(caption, div._important) {
  display: table-caption;
}

:is(colgroup, div._important),
:-webkit-any(colgroup, div._important) {
  display: table-column-group;
}

:is(col, div._important),
:-webkit-any(col, div._important) {
  display: table-column;
}

:is(tfoot, div._important),
:-webkit-any(tfoot, div._important) {
  display: table-footer-group;
}

@font-face {
  font-family: 'mv-boli';
  src: url('../fonts/64mv-boli.woff2') format('woff2'), url('../fonts/64mv-boli.woff') format('woff');
  font-display: auto;
}

.mv-boli {
  font-family: 'mv-boli' !important;
}

@font-face {
  font-family: 'din2014-bold';
  src: url('../fonts/1990din2014-bold.woff2') format('woff2'), url('../fonts/1990din2014-bold.woff') format('woff');
  font-display: auto;
}

.din2014-bold {
  font-family: 'din2014-bold' !important;
}

#section-9-6>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center
}

#section-9-6 {
  background-color: #54a630;
  height: 70px;
  position: sticky;
  z-index: 999;
  top: 0px
}

.section-auszeichnungen>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.section-auszeichnungen {
  background-image: url(../images/green-background.png);
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: -8px 0%
}

.section-schritte>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0
}

.section-schritte {
  background-color: #f9f9f9
}

#section-425-6>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0
}

#section-471-6>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0
}

#section-471-6 {
  background-color: #f9f9f9
}

#section-547-6>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0
}

.section-steuertacho>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0
}

.section-steuertacho {
  background-color: #f9f9f9
}

#section-719-6>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0
}

#section-750-6>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

#section-750-6 {
  background-color: #f9f9f9
}

.section-end>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center
}

.section-form>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 35px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0
}

.section-form {
  background-color: #68b845
}

#section-1053-6>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 0
}

#section-1053-6 {
  background-color: #54a630
}

@media (max-width:767px) {
  .section-auszeichnungen {
    background-size: auto 80vh
  }
}

@media (max-width:479px) {
  .section-auszeichnungen {
    background-size: auto 165vw
  }
}

#div_block-10-6 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

#div_block-13-6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

#div_block-17-6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

#div_block-33-6 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 80px
}

#div_block-29-6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

#div_block-45-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative
}

#div_block-49-6 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 90px
}

#div_block-59-6 {
  display: flex;
  flex-direction: row
}

#div_block-1301-6 {
  z-index: 6
}

#div_block-1304-6 {
  z-index: 5
}

#div_block-1303-6 {
  z-index: 4
}

#div_block-1305-6 {
  z-index: 3
}

#div_block-140-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative
}

#div_block-1135-6 {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  width: 100%;
  padding-left: 15px
}

#div_block-1129-6 {
  position: relative;
  margin-right: 45px;
  margin-top: 5px
}

#div_block-63-6 {
  display: flex;
  flex-direction: row
}

#div_block-64-6 {
  margin-right: 10px
}

#div_block-101-6 {
  display: flex;
  flex-direction: row
}

#div_block-102-6 {
  margin-right: 10px
}

#div_block-111-6 {
  display: flex;
  flex-direction: row
}

#div_block-112-6 {
  margin-right: 10px
}

#div_block-1109-6 {
  display: flex;
  flex-direction: row
}

#div_block-160-6 {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(203, 231, 212);
  border-radius: 5px
}

#div_block-160-6:hover {
  background-color: #dbe6d6
}

#div_block-165-6 {
  max-width: 400px;
  width: 100%;
  align-items: center
}

#div_block-183-6 {
  margin-bottom: 5px
}

#div_block-190-6 {
  margin-bottom: 5px
}

#div_block-193-6 {
  margin-bottom: 5px
}

#div_block-196-6 {
  margin-bottom: 5px
}

#div_block-199-6 {
  margin-bottom: 5px
}

#div_block-218-6 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 70px
}

#div_block-232-6 {
  display: flex;
  flex-direction: column;
  align-items: center
}

#div_block-237-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative
}

#div_block-245-6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

#div_block-255-6 {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 60px;
  padding-left: 0px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%)
}

#div_block-257-6 {
  display: flex;
  font-family: 'Lato';
  margin-right: 40px
}

#div_block-262-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative
}

#div_block-303-6 {
  margin-top: 20px;
  margin-bottom: 20px
}

#div_block-275-6 {
  margin-bottom: 5px
}

#div_block-286-6 {
  margin-bottom: 5px
}

#div_block-289-6 {
  margin-bottom: 5px
}

#div_block-292-6 {
  margin-bottom: 5px
}

#div_block-295-6 {
  margin-bottom: 5px
}

#div_block-321-6 {
  display: flex;
  flex-direction: column
}

#div_block-351-6 {
  display: flex
}

#div_block-342-6 {
  margin-left: 20px;
  margin-top: 30px
}

#div_block-328-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-333-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-336-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-357-6 {
  margin-top: 35px
}

#div_block-1275-6 {
  position: relative
}

#div_block-362-6 {
  margin-left: 20px;
  margin-top: 30px
}

#div_block-363-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-367-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-370-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-374-6 {
  display: flex
}

#div_block-379-6 {
  margin-left: 20px;
  margin-top: 30px
}

#div_block-380-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-384-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-387-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-420-6 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 70px
}

#div_block-1124-6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

#div_block-426-6 {
  display: flex;
  flex-direction: column;
  align-items: center
}

#div_block-427-6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

#div_block-436-6 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 40px;
  flex-wrap: wrap
}

#div_block-472-6 {
  display: flex;
  flex-direction: column;
  align-items: center
}

#div_block-477-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center
}

#div_block-487-6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around
}

#div_block-488-6 {
  position: relative
}

#div_block-510-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-516-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-520-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-548-6 {
  display: flex;
  flex-direction: column;
  align-items: center
}

#div_block-549-6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

#div_block-572-6 {
  display: flex;
  flex-direction: column;
  align-items: center
}

#div_block-573-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative
}

#div_block-578-6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px
}

#div_block-615-6 {
  display: flex;
  align-items: center;
  text-align: center
}

#div_block-642-6 {
  width: 100%;
  display: flex;
  flex-direction: row
}

#div_block-588-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-592-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-596-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-649-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-654-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-659-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-664-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-629-6 {
  margin-left: 40px
}

#div_block-630-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-634-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-638-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-672-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-676-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-680-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-684-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-706-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px
}

#div_block-714-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 35px;
  margin-right: 50px
}

#div_block-1445-127 {
  position: relative
}

#div_block-720-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

#div_block-726-6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

#div_block-727-6 {
  background-image: linear-gradient(rgb(84, 166, 48), rgb(84, 166, 48));
  border-radius: 5px;
  padding-left: 60px;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 80px
}

#div_block-740-6 {
  display: flex;
  flex-direction: row;
  margin-top: 20px
}

#div_block-729-6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

#div_block-744-6 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 60px;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%)
}

#div_block-751-6 {
  display: flex;
  flex-direction: column;
  align-items: center
}

#div_block-752-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center
}

#div_block-757-6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  justify-content: center
}

#div_block-762-6 {
  margin-left: 25px
}

#div_block-825-6 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-top: 35px;
  margin-bottom: 35px
}

#div_block-831-6 {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  margin-right: 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%)
}

#div_block-831-6:hover {
  background-color: #dbe6d6
}

#div_block-835-6 {
  color: #222222;
  font-family: Verdana, Geneva, sans-serif
}

#div_block-857-6 {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  margin-right: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%)
}

#div_block-857-6:hover {
  background-color: #dbe6d6
}

#div_block-859-6 {
  color: #222222;
  font-family: Verdana, Geneva, sans-serif
}

#div_block-867-6 {
  display: flex;
  align-items: center
}

#div_block-873-6 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: flex-end
}

#div_block-880-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 50px
}

#div_block-895-6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#div_block-897-6 {
  position: relative
}

#div_block-904-6 {
  position: absolute;
  right: 0;
  bottom: 15px;
}

#div_block-907-6 {
  width: 215px;
  height: 130px;
  position: absolute;
  bottom: 0px;
  left: -28px;
  font-family: 'Lato';
  color: white;
  padding-right: 19px;
  padding-top: 5px;
  padding-left: 19px;
  border-radius: 6px;
  background-color: rgb(236, 36, 43);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35), inset 0px 15px 50px 0px rgba(0, 0, 0, 0.19)
}

#div_block-896-6 {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px
}

#div_block-944-6 {
  position: relative
}

#div_block-935-6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

#div_block-976-6 {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: -6px;
  right: -147px
}

#div_block-1226-6 {
  margin-left: 110px;
  position: relative
}

#div_block-960-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-965-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-968-6 {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#div_block-991-6 {
  position: relative;
  display: flex;
  flex-direction: row
}

#div_block-996-6 {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-left: 18px;
  align-items: center
}

#div_block-1002-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

#div_block-1038-6 {
  margin-top: 35px;
  position: relative
}

#div_block-1034-6 {
  justify-content: center
}

#div_block-1040-6 {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: -190px;
  bottom: 16px
}

#div_block-1045-6 {
  margin-top: 25px
}

#div_block-1049-6 {
  display: flex;
  flex-direction: row;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(194, 194, 194);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  opacity: 0.8
}

#div_block-1054-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

#div_block-1336-6 {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center
}

#div_block-1337-6 {
  position: relative
}

#div_block-1374-6 {
  width: 100%;
  height: 100%;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-top-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 7px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: #e5ede2;
  font-family: Verdana, Geneva, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: overlay
}

#div_block-1414-6 {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center
}

#div_block-1415-6 {
  position: relative
}

#div_block-1417-6 {
  width: 100%;
  height: 100%;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-top-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 7px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: #e5ede2;
  font-family: Verdana, Geneva, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: overlay
}

#div_block-1430-6 {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center
}

#div_block-1431-6 {
  position: relative
}

#div_block-1433-6 {
  width: 100%;
  height: 100%;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-top-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 7px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: #e5ede2;
  font-family: Verdana, Geneva, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: overlay
}

#div_block-1435-6 {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center
}

#div_block-1436-6 {
  position: relative
}

#div_block-1438-6 {
  width: 100%;
  height: 100%;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-top-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 7px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: #e5ede2;
  font-family: Verdana, Geneva, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: overlay
}

@media (max-width:1120px) {
  #div_block-49-6 {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

@media (max-width:1120px) {
  #div_block-98-6 {
    margin-top: 50px
  }
}

@media (max-width:1120px) {
  #div_block-257-6 {
    margin-right: 10px
  }
}

@media (max-width:1120px) {
  #div_block-359-6 {
    margin-top: 40px
  }
}

@media (max-width:1120px) {
  #div_block-726-6 {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

@media (max-width:1120px) {
  #div_block-729-6 {
    margin-top: 50px
  }
}

@media (max-width:1120px) {
  #div_block-873-6 {
    display: flex;
    flex-direction: row
  }
}

@media (max-width:991px) {
  #div_block-160-6 {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

@media (max-width:991px) {
  #div_block-255-6 {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:991px) {
  #div_block-257-6 {
    margin-top: 20px;
    margin-right: 0px
  }
}

@media (max-width:991px) {
  #div_block-487-6 {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

@media (max-width:991px) {
  #div_block-578-6 {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:991px) {
  #div_block-615-6 {
    margin-bottom: 20px
  }
}

@media (max-width:991px) {
  #div_block-706-6 {
    width: 100%
  }
}

@media (max-width:991px) {
  #div_block-744-6 {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:991px) {
  #div_block-757-6 {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:991px) {
  #div_block-831-6 {
    margin-bottom: 0px
  }
}

@media (max-width:991px) {
  #div_block-873-6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
  }
}

@media (max-width:767px) {
  #div_block-17-6 {
    display: none
  }
  #div_block-904-6 {
	  position: absolute;
	  right: 0;
	  bottom: 1%
	}
}

@media (max-width:767px) {
  #div_block-29-6 {
    display: flex;
    flex-direction: row;
    align-items: flex-start
  }
}

@media (max-width:767px) {
  #div_block-1129-6 {
    display: none
  }
}

@media (max-width:767px) {
  #div_block-98-6 {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

@media (max-width:767px) {
  #div_block-160-6 {
    margin-top: 100px
  }
}

@media (max-width:767px) {
  #div_block-165-6 {
    margin-top: 50px
  }
}

@media (max-width:767px) {
  #div_block-218-6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
  }
}

@media (max-width:767px) {
  #div_block-255-6 {
    padding-left: 5px
  }
}

@media (max-width:767px) {
  #div_block-1275-6 {
    margin-left: -12px
  }
}

@media (max-width:767px) {
  #div_block-420-6 {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

@media (max-width:767px) {
  #div_block-1124-6 {
    margin-top: 50px
  }
}

@media (max-width:767px) {
  #div_block-642-6 {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:767px) {
  #div_block-629-6 {
    margin-left: 0px
  }
}

@media (max-width:767px) {
  #div_block-706-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
  }
}

@media (max-width:767px) {
  #div_block-714-6 {
    display: none
  }
}

@media (max-width:767px) {
  #div_block-726-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-around
  }
}

@media (max-width:767px) {
  #div_block-762-6 {
    margin-left: 0px
  }
}

@media (max-width:767px) {
  #div_block-976-6 {
    display: none
  }
}

@media (max-width:767px) {
  #div_block-1226-6 {
    margin-left: 0px
  }
}

@media (max-width:767px) {
  #div_block-1147-6 {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

@media (max-width:767px) {
  #div_block-1040-6 {
    display: none
  }
}

@media (max-width:767px) {
  #div_block-1045-6 {
    display: flex;
    justify-content: center
  }
}

@media (max-width:479px) {
  #div_block-64-6 {
    margin-right: 0px
  }
}

@media (max-width:479px) {
  #div_block-102-6 {
    margin-right: 0px
  }
}

@media (max-width:479px) {
  #div_block-112-6 {
    margin-right: 0px
  }
}

@media (max-width:479px) {
  #div_block-436-6 {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:479px) {
  #div_block-727-6 {
    padding-left: 40px;
    padding-right: 30px;
    width: 100%
  }
}

@media (max-width:479px) {
  #div_block-744-6 {
    padding-left: 5px;
    padding-right: 5px
  }
}

@media (max-width:479px) {
  #div_block-762-6 {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}


@media (max-width:479px) {
  #div_block-1147-6 {
    width: 100%;
    margin-bottom: 30px
  }
}

@media (max-width:479px) {
  #div_block-996-6 {
    display: none
  }
}

#headline-174-6 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 28px;
  color: #222222;
  margin-bottom: 30px
}

#headline-1338-6 {
  font-size: 25px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif
}

#headline-1342-6 {
  font-size: 19px;
  font-weight: 700
}

#headline-1347-6 {
  font-size: 19px;
  font-weight: 700
}

#headline-1353-6 {
  font-size: 19px;
  font-weight: 700
}

#headline-1358-6 {
  font-size: 19px;
  font-weight: 700
}

#headline-1363-6 {
  font-size: 19px;
  font-weight: 700
}

#text_block-18-6 {
  font-size: 14px;
  color: white;
  font-family: Verdana, Geneva, sans-serif;
  margin-right: 10px;
  text-align: right
}

#text_block-24-6 {
  color: #004c18;
  font-family: 'Lato';
  font-weight: 700
}

#text_block-38-6 {
  flex-direction: row
}

#text_block-43-6 {
  margin-top: 15px
}

#text_block-1331-6 {
  position: absolute;
  top: 53px
}

#text_block-1334-6 {
  position: absolute;
  top: -19px;
  right: -37px
}

#text_block-1130-6 {
  font-family: 'mv-boli';
  color: #3987d7;
  font-size: 17px;
  font-weight: 700
}

#text_block-1112-6 {
  font-family: 'mv-boli';
  font-size: 20px;
  color: #3987d7;
  margin-left: 15px;
  margin-top: -40px;
  font-weight: 700
}

#text_block-1163-6 {
  position: absolute;
  z-index: 1
}

#text_block-221-6 {
  text-align: center
}

#text_block-225-6 {
  text-align: center
}

#text_block-228-6 {
  text-align: center
}

#text_block-258-6 {
  margin-bottom: 0px;
  margin-right: 8px
}

#text_block-1181-6 {
  position: absolute
}

#text_block-266-6 {
  margin-top: 0px
}

#text_block-326-6 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: 'Lato';
  color: #222222
}

#text_block-1281-6 {
  position: absolute
}

#text_block-361-6 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: 'Lato';
  color: #222222
}

#text_block-378-6 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: 'Lato';
  color: #222222
}

#text_block-1127-6 {
  font-family: 'mv-boli';
  font-size: 20px;
  color: #3987d7;
  font-weight: 700
}

#text_block-496-6 {
  color: #54a630;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px
}

#text_block-501-6 {
  margin-top: 15px;
  margin-bottom: 15px
}

#text_block-507-6 {
  color: #222222;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 15px
}

#text_block-530-6 {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #222222
}

#text_block-618-6 {
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: #095024;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  margin-left: 63px
}

#text_block-584-6 {
  margin-bottom: 15px;
  color: #222222
}

#text_block-587-6 {
  color: #222222;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 20px
}

#text_block-692-6 {
  font-family: 'mv-boli';
  color: #3987d7;
  font-weight: 700;
  font-size: 20px
}

#text_block-732-6 {
  font-size: 55px;
  font-family: 'Lato';
  line-height: 65px;
  color: white;
  font-weight: 700
}

#text_block-733-6 {
  color: white;
  font-size: 22px;
  font-family: 'Lato'
}

#text_block-736-6 {
  text-align: center;
  font-size: 17px;
  font-family: 'Lato';
  font-style: italic;
  color: #222222;
  font-weight: 400
}

#text_block-1232-6 {
  text-align: center;
  font-size: 17px;
  font-family: 'Lato';
  font-style: italic;
  color: #222222;
  font-weight: 400
}

#text_block-1234-6 {
  text-align: center;
  font-size: 17px;
  font-family: 'Lato';
  font-style: italic;
  color: #222222;
  font-weight: 400
}

#text_block-1236-6 {
  text-align: center;
  font-size: 17px;
  font-family: 'Lato';
  font-style: italic;
  color: #222222;
  font-weight: 400
}

#text_block-1238-6 {
  text-align: center;
  font-size: 17px;
  font-family: 'Lato';
  font-style: italic;
  color: #222222;
  font-weight: 400
}

#text_block-763-6 {
  color: #222222
}

#text_block-840-6 {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 700
}

#text_block-861-6 {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 700
}

#text_block-826-6 {
  margin-bottom: 15px;
  color: #222222
}

#text_block-828-6 {
  margin-bottom: 15px;
  color: #222222
}

#text_block-901-6 {
  line-height: 22px
}

#text_block-909-6 {
  font-size: 22px;
  font-family: 'Lato';
  border-bottom-width: 1px;
  border-bottom-color: rgb(168, 11, 17);
  border-bottom-style: solid
}

#text_block-914-6 {
  font-family: 'din2014-bold';
  font-size: 39px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

#text_block-919-6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-transform: uppercase
}

#text_block-937-6 {
  font-family: 'Lato';
  font-size: 22px;
  color: #54a630;
}

#text_block-952-6 {
  color: #222222
}

#text_block-978-6 {
  font-family: 'mv-boli';
  color: #3987d7;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px
}

#text_block-1229-6 {
  position: absolute
}

#text_block-999-6 {
  color: #3987d7;
  font-size: 20px;
  font-family: 'mv-boli';
  font-weight: 600;
  margin-left: 10px;
  line-height: 28px
}

#text_block-1030-6 {
  color: white;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: -15px
}

#text_block-1004-6 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 40px;
  color: white
}

#text_block-1043-6 {
  font-family: 'mv-boli';
  font-size: 20px;
  color: white
}

#text_block-1046-6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px
}

#text_block-1080-6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: white;
  margin-top: 15px
}

#text_block-1340-6 {
  line-height: 25px
}

#text_block-1344-6 {
  line-height: 25px
}

#text_block-1350-6 {
  line-height: 25px
}

@media (max-width:991px) {
  #text_block-1004-6 {
    font-size: 30px
  }
}

@media (max-width:767px) {
  #text_block-1112-6 {
    display: none
  }
}

@media (max-width:767px) {
  #text_block-1127-6 {
    display: none
  }
}

@media (max-width:767px) {
  #text_block-618-6 {
    margin-left: 10px
  }
}

@media (max-width:767px) {
  #text_block-1004-6 {
    font-size: 23px
  }
}

@media (max-width:767px) {
  #text_block-1080-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
  }
}

@media (max-width:479px) {
  #text_block-1331-6 {
    position: absolute;
    top: 0px
  }
}

@media (max-width:479px) {
  #text_block-1334-6 {
    position: absolute;
    right: -46px
  }
}

@media (max-width:479px) {
  #text_block-258-6 {
    font-size: 20px
  }
}

@media (max-width:479px) {
  #text_block-732-6 {
    font-size: 40px;
    line-height: 50px
  }
}

@media (max-width:479px) {
  #text_block-763-6 {
    width: 100%
  }
}

@media (max-width:479px) {
  #text_block-826-6 {
    width: 100%
  }
}

@media (max-width:479px) {
  #text_block-1004-6 {
    text-align: center
  }
}

#_rich_text-1356-6 {
  font-size: 12px;
  line-height: 19px
}

#_rich_text-1361-6 {
  font-size: 12px;
  line-height: 19px
}

#_rich_text-1369-6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 19px
}

#_rich_text-1429-6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 19px
}

#_rich_text-1434-6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 19px
}

#_rich_text-1439-6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 19px
}

#span-1133-6 {
  text-decoration: underline;
  color: #222222;
  url-encoded: true
}

#span-1133-6:hover {
  color: #222222
}

#span-1117-6 {
  text-decoration: underline;
  padding-top: 0px;
  color: #3987d7;
  url-encoded: true
}

#text_block-493-6 {
  position: absolute;
  bottom: 72px;
  text-align: right;
  text-decoration: underline;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #3987d7;
  url-encoded: true
}

#image-15-6 {
  margin-left: 25px
}

#image-16-6 {
  margin-top: 25px;
  z-index: 1
}

#image-1148-6 {
  position: absolute;
  right: 33px;
  bottom: -10px
}

#image-1132-6 {
  position: absolute;
  bottom: -19px;
  right: -19px
}

#image-1149-6 {
  position: absolute;
  right: 35px;
  bottom: -10px
}

#image-1111-6 {
  margin-left: 20px
}

#image-224-6 {
  margin-left: 50px
}

#image-235-6 {
  margin-right: 8px;
  margin-left: 10px
}

#image-256-6 {
  order: 0;
  flex-grow: 0;
  flex-shrink: 0;
  width:530px;
  max-width:100%;
}

#image-311-6 {
  margin-top: 15px;
  margin-bottom: 15px
}

#image-316-6 {
  transform: translate(57%);
  position: absolute;
  right: 5px;
  top: 80px
}

#image-322-6 {
  margin-left: -16px
}

#image-375-6 {
  margin-left: -20px
}

#image-421-6 {
  margin-right: 70px
}

#image-1150-6 {
  position: absolute;
  right: 33px;
  bottom: -10px
}

#image-1126-6 {
  margin-left: 30px;
  margin-right: 5px;
  margin-top: -5px
}

#image-428-6 {
  margin-right: 10px
}

#image-475-6 {
  margin-left: 15px;
  margin-right: 10px
}

#image-550-6 {
  margin-left: 11px
}

#image-697-6 {
  margin-right: 8px
}

#image-580-6 {
  margin-left: 50px
}

#image-1151-6 {
  position: absolute;
  right: 33px;
  bottom: -10px
}

#image-743-6 {
  margin-top: 17px;
  margin-left: 47px
}

#image-749-6 {
  position: absolute;
  right: -88px;
  top: 0px
}

#image-753-6 {
  margin-right: 10px;
  margin-left: 13px
}

#image-759-6 {
  margin-bottom: -33px;
  margin-left: 50px
}

#image-832-6 {
  margin-right: 30px;
  margin-top: 5px
}

#image-858-6 {
  margin-right: 30px;
  margin-top: 5px
}

#image-882-6 {
  margin-right: 10px;
  margin-left: 15px
}

#image-899-6 {
  margin-left: 25px;
  margin-top: -25px;

}

#image-974-6 {
  margin-top: 10px;
  margin-right: 10px
}

#image-1152-6 {
  position: absolute;
  right: 33px;
  bottom: -10px
}

#image-1153-6 {
  position: absolute;
  right: 30px;
  bottom: -10px
}

#image-1041-6 {
  margin-top: 30px;
  margin-right: 5px
}

#image-1051-6 {
  margin-right: 10px
}

#image-1395-6 {
  position: absolute;
  top: 10px;
  right: 26px;
  z-index: 1;
  cursor: pointer
}

#image-1416-6 {
  position: absolute;
  top: 10px;
  right: 26px;
  z-index: 1;
  cursor: pointer
}

#image-1432-6 {
  position: absolute;
  top: 10px;
  right: 26px;
  z-index: 1;
  cursor: pointer
}

#image-1437-6 {
  position: absolute;
  top: 10px;
  right: 26px;
  z-index: 1;
  cursor: pointer
}

@media (max-width:1120px) {
  #image-322-6 {
    margin-left: 0px
  }
}

@media (max-width:1120px) {
  #image-358-6 {
    margin-top: 0px;
    margin-left: 0px
  }
}

@media (max-width:1120px) {
  #image-375-6 {
    margin-left: 0px
  }
}

@media (max-width:991px) {
  #image-14-6 {
    width: 100px
  }
}

@media (max-width:991px) {
  #image-15-6 {
    width: 120px
  }
}

@media (max-width:991px) {
  #image-16-6 {
    width: 200px;
    margin-top: 10px
  }
}

@media (max-width:991px) {
  #image-1148-6 {
    position: absolute;
    right: 25px
  }
}

@media (max-width:991px) {
  #image-1149-6 {
    position: absolute;
    right: 25px
  }
}

@media (max-width:991px) {
  #image-235-6 {
    height: 27px
  }
}

@media (max-width:991px) {
  #image-1150-6 {
    position: absolute;
    right: 25px
  }
}

@media (max-width:991px) {
  #image-428-6 {
    height: 30px
  }
}

@media (max-width:991px) {
  #image-475-6 {
    height: 30px
  }
}

@media (max-width:991px) {
  #image-550-6 {
    margin-left: 10px;
    height: 25px
  }
}

@media (max-width:991px) {
  #image-697-6 {
    height: 30px
  }
}

@media (max-width:991px) {
  #image-1151-6 {
    position: absolute;
    right: 25px
  }
}

@media (max-width:991px) {
  #image-745-6 {
    margin-bottom: 50px
  }
}

@media (max-width:991px) {
  #image-753-6 {
    height: 30px
  }
}

@media (max-width:991px) {
  #image-759-6 {
    margin-left: 0px;
    margin-bottom: 0px
  }
}

@media (max-width:991px) {
  #image-872-6 {
    margin-top: 20px
  }
}

@media (max-width:991px) {
  #image-882-6 {
    height: 30px
  }
}

@media (max-width:991px) {
  #image-1152-6 {
    position: absolute;
    right: 25px
  }
}

@media (max-width:767px) {
  #image-16-6 {
    width: 200px
  }
}

@media (max-width:767px) {
  #image-1111-6 {
    display: none
  }
}

@media (max-width:767px) {
  #image-358-6 {
    padding-left: 25px;
    padding-right: 2px
  }
}

@media (max-width:767px) {
  #image-421-6 {
    margin-right: 0px
  }
}

@media (max-width:767px) {
  #image-1126-6 {
    display: none
  }
}

@media (max-width:767px) {
  #image-550-6 {
    height: 20px
  }
}

@media (max-width:767px) {
  #image-580-6 {
    margin-left: 0px
  }
}

@media (max-width:767px) {
  #image-713-6 {
    margin-top: 40px
  }
}

@media (max-width:767px) {
  #image-899-6 {
    margin-left: 0px
  }
}

@media (max-width:767px) {
  #image-949-6 {
    display: none
  }
}

@media (max-width:479px) {
  #image-14-6 {
    display: none
  }
}

@media (max-width:479px) {
  #image-16-6 {
    display: none
  }
}

@media (max-width:479px) {
  #image-697-6 {
    height: 20px;
    margin-right: 10px
  }
}

@media (max-width:479px) {
  #image-743-6 {
    display: none
  }
}

@media (max-width:479px) {
  #image-882-6 {
    margin-left: 0px;
    margin-right: 5px;
    height: 20px
  }
}

@media (max-width:479px) {
  #image-899-6 {
    width: 92%
  }
}

#fancy_icon-48-6 {
  color: #e4e9ed
}

#fancy_icon-48-6>svg {
  width: 16px;
  height: 16px
}

#fancy_icon-1316-6 {
  color: #bababa
}

#fancy_icon-1316-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-1316-6 {
  position: absolute;
  right: 3px;
  bottom: 31%;
  width: 13%
}

#fancy_icon-1317-6 {
  color: #bababa
}

#fancy_icon-1317-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-1317-6 {
  position: absolute;
  bottom: 22%;
  left: 8px;
  width: 13%
}

#fancy_icon-1319-6 {
  color: #bababa
}

#fancy_icon-1319-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-1319-6 {
  position: absolute;
  bottom: 14%;
  right: 2px;
  width: 13%
}

#fancy_icon-1321-6 {
  color: #ffffff
}

#fancy_icon-1321-6>svg {
  width: 13px;
  height: 13px
}

#fancy_icon-1321-6 {
  position: absolute;
  right: 1px;
  top: 5%;
  width: 13%
}

#fancy_icon-1162-6 {
  color: #e4e9ed
}

#fancy_icon-1162-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-1162-6 {
  position: absolute;
  right: 5px;
  bottom: 10px
}

#fancy_icon-243-6 {
  color: #888888
}

#fancy_icon-243-6>svg {
  width: 20px;
  height: 20px
}

#fancy_icon-260-6 {
  color: #888888
}

#fancy_icon-260-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-605-6 {
  color: #888888
}

#fancy_icon-605-6>svg {
  width: 20px;
  height: 20px
}

#fancy_icon-605-6 {
  margin-left: 10px
}

#fancy_icon-1448-127 {
  color: #ffffff
}

#fancy_icon-1448-127>svg {
  width: 13px;
  height: 13px
}

#fancy_icon-1448-127 {
  position: absolute;
  right: 1px;
  top: 4px
}

#fancy_icon-1200-6 {
  color: #e4e9ed
}

#fancy_icon-1200-6>svg {
  width: 14px;
  height: 14px
}

#fancy_icon-1200-6 {
  position: absolute;
  top: 11px;
  right: 4px
}

#fancy_icon-1201-6 {
  color: #bababa
}

#fancy_icon-1201-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-1201-6 {
  position: absolute;
  right: 2px;
  bottom: 1px
}

#fancy_icon-1203-6 {
  color: #bababa
}

#fancy_icon-1203-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-1203-6 {
  position: absolute;
  bottom: 6px;
  left: 6px
}

#fancy_icon-1205-6 {
  color: #bababa
}

#fancy_icon-1205-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-1205-6 {
  position: absolute;
  left: 1px;
  bottom: 20px
}

#fancy_icon-1207-6 {
  color: #e4e9ed
}

#fancy_icon-1207-6>svg {
  width: 15px;
  height: 15px
}

#fancy_icon-1207-6 {
  position: absolute;
  bottom: 6px;
  right: 6px
}

#fancy_icon-908-6 {
  color: #8e191b
}

#fancy_icon-908-6>svg {
  width: 13px;
  height: 13px
}

#fancy_icon-908-6 {
  position: absolute;
  right: 5px;
  bottom: 5px
}

#fancy_icon-936-6>svg {
  width: 30px;
  height: 30px
}

@media (max-width:479px) {
  #fancy_icon-1319-6 {
    position: absolute;
    bottom: 16%
  }
}

@media (max-width:479px) {
  #fancy_icon-1321-6 {
    position: absolute;
    top: 0px;
    right: 0px
  }
}

#code_block-1096-6 {
  display: flex;
  justify-content: center
}

#code_block-148-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0px
}

#code_block-1098-6 {
  align-items: center;
  display: flex
}

#code_block-1099-6 {
  display: flex
}

#code_block-1093-6 {
  margin-top: 25px
}

#code_block-1100-6 {
  display: flex
}

#code_block-1095-6 {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px
}

#code_block-748-6 {
  line-height: 0;
  position: relative
}

#code_block-928-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 33px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 53px;
  margin-top: 25px;
  box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.1)
}

#code_block-153-6 {
  margin-top: 25px
}

#code_block-1101-6 {
  display: flex
}

#code_block-1102-6 {
  display: flex
}

@media (max-width:479px) {
  #code_block-1095-6 {
    max-width: 295px
  }
}

@media (max-width:479px) {
  #code_block-928-6 {
    margin-left: 7px;
    padding-right: 30px
  }
}

#span-1142-6 {
  background-image: url(../images/hochste.png);
  background-size: 100% auto;
  width: 137px;
  height: 36px
}

#span-1156-6 {
  margin-top: 10px
}

#span-1325-6 {
  margin-top: 10px
}

#span-1329-6 {
  margin-top: 10px
}

#span-1332-6 {
  margin-top: 10px
}

#span-1120-6 {
  background-image: url(../images/chip-small.png);
  background-repeat: no-repeat;
  width: 47px;
  height: 15px;
  margin-top: 0px;
  margin-right: 4px;
  vertical-align: text-bottom
}

#span-1121-6 {
  background-image: url(../images/i-icon.png);
  width: 13px;
  height: 13px;
  vertical-align: text-bottom
}

#span-1172-6 {
  font-weight: 700
}

#span-1174-6 {
  color: blue
}

#span-621-6 {
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 700;
  width: 100%;
  text-align: center
}

#span-920-6 {
  margin-left: 5px
}

#span-922-6 {
  margin-left: 22px;
  margin-right: 22px
}

#span-924-6 {
  margin-right: 4px
}

@media (max-width:991px) {
  #span-1142-6 {
    width: 100px;
    height: 27px
  }
}

@media (max-width:479px) {
  #span-621-6 {
    font-size: 47px
  }
}

.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.ct-link-text {
  display: inline-block;
}

.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.ct-link-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}

.ct-image {
  max-width: 100%;
}

.ct-fancy-icon>svg {
  width: 55px;
  height: 55px;
}

.ct-inner-content {
  width: 100%;
}

.ct-slide {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-nestable-shortcode {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-comments {
  width: 100%;
  text-align: left;
}

.oxy-comment-form {
  width: 100%;
}

.oxy-login-form {
  width: 100%;
}

.oxy-search-form {
  width: 100%;
}

.oxy-tabs-contents {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab-content {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-testimonial {
  width: 100%;
}

.oxy-icon-box {
  width: 100%;
}

.oxy-pricing-box {
  width: 100%;
}

.oxy-posts-grid {
  width: 100%;
}

.oxy-gallery {
  width: 100%;
}

.ct-slider {
  width: 100%;
}

.oxy-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.ct-modal {
  flex-direction: column;
  align-items: flex-start;
}

.ct-span {
  display: inline-block;
  text-decoration: inherit;
}

.ct-widget {
  width: 100%;
}

.oxy-dynamic-list {
  width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ct-div-block,
  .oxy-post-content,
  .ct-text-block,
  .ct-headline,
  .oxy-rich-text,
  .ct-link-text {
    max-width: 100%;
  }
  img {
    flex-shrink: 0;
  }
  body * {
    min-height: 1px;
  }
}

.oxy-testimonial {
  flex-direction: row;
  align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
  width: 125px;
  height: 125px;
  margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
  align-items: flex-start;
  text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
  text-align: left;
  flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
  font-size: 21px;
  margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
  font-size: 16px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
  margin-top: 20px;
}


/* GLOBALS */

.oxy-pricing-box .oxy-pricing-box-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  alignment: center;
  text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  justify-content: center;
}


/* IMAGE */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  justify-content: center;
}


/* TITLE */

.oxy-pricing-box .oxy-pricing-box-title-title {
  font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
  font-size: 24px;
}


/* PRICE */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
  font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
  font-size: 80px;
  line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
  font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
  font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}


/* CONTENT */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}


/* CTA */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
  background-color: #000000;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
  animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
  background-color: #66aaff;
  padding: 40px;
  animation: none 0s paused, none 0s paused;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
  font-size: 30px;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
  font-size: 12px;
}

.ct-slider .unslider-nav ol li {
  border-color: #ffffff;
}

.ct-slider .unslider-nav ol li.unslider-active {
  background-color: #ffffff;
}

.ct-slider .ct-slide {
  padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
  transition-duration: 0.5s;
}

.oxy-pro-menu {
  menu_dropdown_animation: fade-up;
}

.oxy-pro-menu .oxy-pro-menu-list .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-list>.menu-item {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
  box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a div {
  margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
  top: 20px;
  left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container>div:first-child,
.oxy-pro-menu .oxy-pro-menu-open-container>div:first-child {
  oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-open-container {
  background-color: ;
  background-image: url();
  overlay-color: ;
  background-size: ;
  background-repeat: ;
  background-attachment: ;
  background-blend-mode: ;
  background-size-width: px;
  background-size-height: px;
  background-position: px px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children>a svg,
.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children>a svg {
  font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
  flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
  align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-shape-divider {
  width: 0px;
  height: 0px;
}

.oxy_shape_divider svg {
  width: 100%;
}

.ct-section-inner-wrap,
.oxy-header-container {
  max-width: 1120px;
}

body {
  font-family: 'Open Sans';
}

body {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}

.oxy-nav-menu-hamburger-line {
  background-color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro';
  font-size: 36px;
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
}

h3,
h4,
h5,
h6 {
  font-size: 24px;
}

h4,
h5,
h6 {
  font-size: 20px;
}

h5,
h6 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #0074db;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ct-link-text {
  text-decoration: ;
}

.ct-link {
  text-decoration: ;
}

.ct-link-button {
  border-radius: 3px;
}

.ct-section-inner-wrap {
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
}

.ct-new-columns>.ct-div-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.oxy-header-container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }
  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: "";
  }
  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }
  .ct-columns-inner-wrap {
    margin: 0 !important;
  }
}

.section {}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  padding-left: 5px !important;
  ;
  padding-right: 5px !important;
  px;
}

@media (max-width: 1120px) {
  .container {}
}

.hochste-title {
  font-family: 'Lato';
  color: white;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .hochste-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hochste-title {
    font-size: 23px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hochste-title {}
  .hochste-title:not(.ct-section):not(.oxy-easy-posts),
  .hochste-title.oxy-easy-posts .oxy-posts,
  .hochste-title.ct-section .ct-section-inner-wrap {
    display: block;
  }
}

.uber-steuer {
  font-family: 'Lato';
  color: white;
  text-align: center;
  font-size: 22px;
}

@media (max-width: 479px) {
  .uber-steuer {
    font-size: 20px;
  }
}

.hochste-img {}

@media (max-width: 991px) {
  .hochste-img {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .hochste-img {}
}

@media (max-width: 479px) {
  .hochste-img {}
}

.chip-pics:hover {
  filter: grayscale(0%);
}

.chip-pics {
  margin-bottom: 15px;
  filter: grayscale(100%);
}

.golden-cup-div:hover {
  background-color: #dbe6d6;
}

.golden-cup-div {
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 250px;
  background-color: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.golden-cup-div:not(.ct-section):not(.oxy-easy-posts),
.golden-cup-div.oxy-easy-posts .oxy-posts,
.golden-cup-div.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1120px) {
  .golden-cup-div {}
}

@media (max-width: 767px) {
  .golden-cup-div {
    margin-top: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 479px) {
  .golden-cup-div {
    margin-right: 0px;
  }
}

.golden-cup-text {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #222222;
  line-height: 1.5;
}

.cup-img {
  margin-bottom: 20px;
}

.cup-text-background {
  background-color: rgb(245, 238, 165);
  line-height: 1.1;
}

.golden-cup-group {
  margin-bottom: 10px;
}

.golden-cup-group:not(.ct-section):not(.oxy-easy-posts),
.golden-cup-group.oxy-easy-posts .oxy-posts,
.golden-cup-group.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

@media (max-width: 767px) {
  .golden-cup-group {}
  .golden-cup-group:not(.ct-section):not(.oxy-easy-posts),
  .golden-cup-group.oxy-easy-posts .oxy-posts,
  .golden-cup-group.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.taxman-img {
  margin-top: 0px;
}

.taxman-price-group {
  margin-top: -30px;
  margin-right: 0px;
}

.taxman-price-group:not(.ct-section):not(.oxy-easy-posts),
.taxman-price-group.oxy-easy-posts .oxy-posts,
.taxman-price-group.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1120px) {
  .taxman-price-group {}
}

@media (max-width: 767px) {
  .taxman-price-group {
    margin-top: -5px;
    margin-right: 31px;
  }
}

@media (max-width: 479px) {
  .taxman-price-group {
    margin-top: -45px;
    margin-right: 24px;
  }
}

.first-price {
  font-family: 'Lato';
  color: #e40613;
  font-size: 17px;
  text-decoration: line-through;
}

.second-price {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 700;
  color: #76c070;
}

.checkbox-group {
  font-family: Verdana, Geneva, sans-serif;
  padding-left: 0px;
  font-size: 14px;
  color: rgb(34, 34, 34);
}

.checkbox-group:not(.ct-section):not(.oxy-easy-posts),
.checkbox-group.oxy-easy-posts .oxy-posts,
.checkbox-group.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.select-box {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

.download-btn:hover {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

.download-btn {
  font-family: 'Lato';
  padding-right: 20px;
  padding-left: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(255, 215, 59);
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  cursor: pointer;
}

.download-btn:not(.ct-section):not(.oxy-easy-posts),
.download-btn.oxy-easy-posts .oxy-posts,
.download-btn.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 991px) {
  .download-btn {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.download-btn-text {
  font-family: 'Lato';
  color: #004c18;
  font-size: 22px;
  font-weight: 700;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .download-btn-text {
    font-size: 20px;
  }
}

.small-container {
  max-width: 1080px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
}

.small-container:not(.ct-section):not(.oxy-easy-posts),
.small-container.oxy-easy-posts .oxy-posts,
.small-container.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

.taxman-left-region {}

.taxman-left-region:not(.ct-section):not(.oxy-easy-posts),
.taxman-left-region.oxy-easy-posts .oxy-posts,
.taxman-left-region.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

.golden-right-region {
  margin-right: 100px;
}

@media (max-width: 1120px) {
  .golden-right-region {
    margin-right: 0px;
  }
}

.microsoft-window {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #222222;
}

.green-checkbox {
  color: #61b75a;
}

.green-checkbox>svg {
  width: 22px;
  height: 22px;
}

.green-checkbox {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .green-checkbox {}
}

.service-tested {
  transform: translateY(-40%);
  position: absolute;
  right: 0px;
  top: 0px;
}

.three-books-div {
  margin-right: 10px;
  margin-left: 30px;
  position: relative;
}

.three-books-div:not(.ct-section):not(.oxy-easy-posts),
.three-books-div.oxy-easy-posts .oxy-posts,
.three-books-div.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.three-books-desc {
  font-family: Verdana, Geneva, sans-serif;
  color: #222222;
  font-size: 14px;
}

.three-books-desc:not(.ct-section):not(.oxy-easy-posts),
.three-books-desc.oxy-easy-posts .oxy-posts,
.three-books-desc.ct-section .ct-section-inner-wrap {
  display: inline-block;
}

.system-anford {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 28px;
  color: #222222;
  margin-bottom: 30px;
}

.schritten-zur-title {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 40px;
  color: #222222;
  line-height: 50px;
  letter-spacing: -1.2px;
}

@media (max-width: 991px) {
  .schritten-zur-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .schritten-zur-title {
    font-size: 21px;
  }
}

.mit-der {
  font-family: 'Lato';
  color: #222222;
  text-align: center;
  font-size: 22px;
  margin-top: 18px;
}

.system-anford-desc {
  width: 100%;
  line-height: 28px;
}

.system-anford-desc:not(.ct-section):not(.oxy-easy-posts),
.system-anford-desc.oxy-easy-posts .oxy-posts,
.system-anford-desc.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .system-anford-desc {}
  .system-anford-desc:not(.ct-section):not(.oxy-easy-posts),
  .system-anford-desc.oxy-easy-posts .oxy-posts,
  .system-anford-desc.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}

.einfache-schritt {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #222222;
  line-height: 21px;
}

.system-anford-desc-1 {
  width: 100%;
  line-height: 28px;
  margin-bottom: 10px;
}

.system-anford-desc-1:not(.ct-section):not(.oxy-easy-posts),
.system-anford-desc-1.oxy-easy-posts .oxy-posts,
.system-anford-desc-1.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.display-parent-div {
  margin-top: 65px;
}

.display-parent-div:not(.ct-section):not(.oxy-easy-posts),
.display-parent-div.oxy-easy-posts .oxy-posts,
.display-parent-div.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1120px) {
  .display-parent-div {}
  .display-parent-div:not(.ct-section):not(.oxy-easy-posts),
  .display-parent-div.oxy-easy-posts .oxy-posts,
  .display-parent-div.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.display-right-div {
  margin-left: 40px;
}

@media (max-width: 1120px) {
  .display-right-div {
    margin-left: 0px;
  }
}

.maximale-green-btn {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: white;
  padding: 10px 16px;
}

.maximale-green-btn {
  font-family: 'Lato';
  text-align: left;
  width: 415px;
  font-size: 28px;
  background-color: rgb(84, 166, 48);
  margin-bottom: 5px;
  color: white;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

@media (max-width: 479px) {
  .maximale-green-btn:hover {}
  .maximale-green-btn {
    width: 100%;
    font-size: 20px;
  }
}

.lamp-parent-div {}

.lamp-parent-div:not(.ct-section):not(.oxy-easy-posts),
.lamp-parent-div.oxy-easy-posts .oxy-posts,
.lamp-parent-div.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.smile-pic {
  margin-top: 30px;
}

.check-pic {
  margin-top: 25px;
}

.einfache-schritt-center {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #222222;
  line-height: 21px;
  text-align: center;
  margin-top: 25px;
}

.logo-five-imgs {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .logo-five-imgs {
    margin-top: 20px;
  }
}

.two-points {}

.e-mail-address {
  font-family: 'Lato';
  font-size: 22px;
  line-height: 48px;
  color: #888888;
  margin-top: 45px;
  position: relative;
}

.e-mail-address:not(.ct-section):not(.oxy-easy-posts),
.e-mail-address.oxy-easy-posts .oxy-posts,
.e-mail-address.ct-section .ct-section-inner-wrap {
  display: flex;
}

@media (max-width: 991px) {
  .e-mail-address {
    position: relative;
  }
  .e-mail-address:not(.ct-section):not(.oxy-easy-posts),
  .e-mail-address.oxy-easy-posts .oxy-posts,
  .e-mail-address.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
}

.footer-menu-text:hover {
  color: white;
  text-decoration: underline;
}

.footer-menu-text {
  margin-left: 13px;
  margin-right: 13px;
  color: white;
  cursor: pointer;
}

.hour {
  letter-spacing: -2px;
}

.min {
  letter-spacing: -2px;
}

.second {
  letter-spacing: -2px;
}

.container-1 {}

.jahre {}

.bitte-ton-anschalten {}

.zufriedene-div {}

.beratung-parent-div {}

.beratung-div {}

.rabatt-parent-div {}

.kaufpreis-icon {
  color: #333333;
}

.kaufpreis-icon>svg {
  width: 55px;
  height: 55px;
}

.kaufpreis-icon {}

.kaufpreis-icon-text {
  transform: translate(65%, 95%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.kaufpreis-icon-text:not(.ct-section):not(.oxy-easy-posts),
.kaufpreis-icon-text.oxy-easy-posts .oxy-posts,
.kaufpreis-icon-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.service-tested-icon {}

.service-tested-text {
  transform: translate(65%, 95%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.service-tested-text:not(.ct-section):not(.oxy-easy-posts),
.service-tested-text.oxy-easy-posts .oxy-posts,
.service-tested-text.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 1120px) {
  .service-tested-text {
    position: absolute;
    right: 125px;
    width: 188px;
  }
}

.chip-text {
  transform: translate(65%, 105%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 100px;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 335px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.chip-text:not(.ct-section):not(.oxy-easy-posts),
.chip-text.oxy-easy-posts .oxy-posts,
.chip-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.chip-icon {}

.hochsten-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  width: 235px;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.hochsten-text:not(.ct-section):not(.oxy-easy-posts),
.hochsten-text.oxy-easy-posts .oxy-posts,
.hochsten-text.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 767px) {
  .hochsten-text {
    position: absolute;
    right: 60px;
  }
}

@media (max-width: 479px) {
  .hochsten-text {
    position: absolute;
    right: 147px;
  }
}

.hochsten-icon {}

.garantiert-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 105px;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 235px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.garantiert-text:not(.ct-section):not(.oxy-easy-posts),
.garantiert-text.oxy-easy-posts .oxy-posts,
.garantiert-text.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 1120px) {
  .garantiert-text {
    position: absolute;
    right: 135px;
  }
}

@media (max-width: 767px) {
  .garantiert-text {
    position: absolute;
    right: 130px;
  }
}

@media (max-width: 479px) {
  .garantiert-text {
    position: absolute;
    right: 153px;
  }
}

.garantiert-icon {}

.ruckzahlung-icon {}

.ruckzahlung-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 235px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.ruckzahlung-text:not(.ct-section):not(.oxy-easy-posts),
.ruckzahlung-text.oxy-easy-posts .oxy-posts,
.ruckzahlung-text.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 767px) {
  .ruckzahlung-text {
    position: absolute;
    right: 115px;
  }
}

@media (max-width: 479px) {
  .ruckzahlung-text {
    position: absolute;
    right: 140px;
  }
}

.pc-magazin {}

.pc-magazin-icon {}

.pc-magazin-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  right: 0px;
  top: -12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.pc-magazin-text:not(.ct-section):not(.oxy-easy-posts),
.pc-magazin-text.oxy-easy-posts .oxy-posts,
.pc-magazin-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.sehr-gut-icon {}

.sehr-gut-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 0px;
  bottom: -3px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.sehr-gut-text:not(.ct-section):not(.oxy-easy-posts),
.sehr-gut-text.oxy-easy-posts .oxy-posts,
.sehr-gut-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.tester-gut-icon {}

.tester-gut-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  right: 59px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.tester-gut-text:not(.ct-section):not(.oxy-easy-posts),
.tester-gut-text.oxy-easy-posts .oxy-posts,
.tester-gut-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.chip-icon-2 {}

.chip-text-2 {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 29px;
  bottom: 12px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.chip-text-2:not(.ct-section):not(.oxy-easy-posts),
.chip-text-2.oxy-easy-posts .oxy-posts,
.chip-text-2.ct-section .ct-section-inner-wrap {
  display: none;
}

.service-tested-2-icon {}

.service-tested-2-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  left: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.service-tested-2-text:not(.ct-section):not(.oxy-easy-posts),
.service-tested-2-text.oxy-easy-posts .oxy-posts,
.service-tested-2-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.hrg-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  bottom: -30px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  right: 171px;
  width: 235px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.hrg-text:not(.ct-section):not(.oxy-easy-posts),
.hrg-text.oxy-easy-posts .oxy-posts,
.hrg-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.person-desk-one {
  max-width: 410px;
}

.person-desk-two {
  max-width: 410px;
}

.person-desk-two:not(.ct-section):not(.oxy-easy-posts),
.person-desk-two.oxy-easy-posts .oxy-posts,
.person-desk-two.ct-section .ct-section-inner-wrap {
  display: none;
}

.person-desk-three {
  max-width: 410px;
}

.person-desk-three:not(.ct-section):not(.oxy-easy-posts),
.person-desk-three.oxy-easy-posts .oxy-posts,
.person-desk-three.ct-section .ct-section-inner-wrap {
  display: none;
}

.person-desk-four {
  max-width: 410px;
}

.person-desk-four:not(.ct-section):not(.oxy-easy-posts),
.person-desk-four.oxy-easy-posts .oxy-posts,
.person-desk-four.ct-section .ct-section-inner-wrap {
  display: none;
}

.person-desk-five {
  max-width: 410px;
}

.person-desk-five:not(.ct-section):not(.oxy-easy-posts),
.person-desk-five.oxy-easy-posts .oxy-posts,
.person-desk-five.ct-section .ct-section-inner-wrap {
  display: none;
}

.span-detail-btn:hover {
  text-decoration: underline;
}

.span-detail-btn {
  color: #3b88d7;
}

.hrg-icon {}

.rabatt-nur-noch-text {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  bottom: -10px;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 296px;
  right: -50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.rabatt-nur-noch-text:not(.ct-section):not(.oxy-easy-posts),
.rabatt-nur-noch-text.oxy-easy-posts .oxy-posts,
.rabatt-nur-noch-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.rabatt-nur-noch-icon {}

.weiter-btn {}

.hrg-left {
  transform: translate(65%, 95%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  left: -139px;
  top: -39px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.hrg-left-icon {}

.hrg-left-text {
  transform: translate(65%, 95%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  left: -139px;
  top: -20px;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.hrg-left-text:not(.ct-section):not(.oxy-easy-posts),
.hrg-left-text.oxy-easy-posts .oxy-posts,
.hrg-left-text.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 767px) {
  .hrg-left-text {
    position: absolute;
    top: -35px;
  }
}

@media (max-width: 479px) {
  .hrg-left-text {
    position: absolute;
    top: -55px;
  }
}

.more-text {}

.more-text:not(.ct-section):not(.oxy-easy-posts),
.more-text.oxy-easy-posts .oxy-posts,
.more-text.ct-section .ct-section-inner-wrap {
  display: none;
}

.hrg-i {
  position: absolute;
  margin-top: -37px;
  margin-left: -44px;
  max-width: 222px;
}

@media (max-width: 767px) {
  .hrg-i {
    margin-left: 0vw;
    margin-top: -6vw;
    width: 36vw;
  }
}

.left-four-pictures:hover {}

.left-four-pictures {
  position: relative;
}

.chip-text-3 {
  transform: translate(90%, 40%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  right: -37px;
  top: 26px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.chip-text-3:not(.ct-section):not(.oxy-easy-posts),
.chip-text-3.oxy-easy-posts .oxy-posts,
.chip-text-3.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 479px) {
  .chip-text-3 {
    position: absolute;
    top: -5px;
    right: -46px;
  }
}

.computer-bild {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  right: -5px;
  top: 26px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.computer-bild:not(.ct-section):not(.oxy-easy-posts),
.computer-bild.oxy-easy-posts .oxy-posts,
.computer-bild.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 479px) {
  .computer-bild {
    position: absolute;
    top: -5px;
    right: -46px;
  }
}

.pc-sehr-gut {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  right: -37px;
  top: 26px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.pc-sehr-gut:not(.ct-section):not(.oxy-easy-posts),
.pc-sehr-gut.oxy-easy-posts .oxy-posts,
.pc-sehr-gut.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 479px) {
  .pc-sehr-gut {
    position: absolute;
    top: 0px;
    right: -46px;
  }
}

.pc-mag-sehr-gut {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  right: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.pc-mag-sehr-gut:not(.ct-section):not(.oxy-easy-posts),
.pc-mag-sehr-gut.oxy-easy-posts .oxy-posts,
.pc-mag-sehr-gut.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 479px) {
  .pc-mag-sehr-gut {
    position: absolute;
    right: -46px;
  }
}

.info-icons {}

.modal-dialog {
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
  height: 100%;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-top-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 7px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  background-color: #e5ede2;
  overflow: overlay;
}

.multiple-close {}

.datensch {}

.dialog-parent {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.dialog-parent:not(.ct-section):not(.oxy-easy-posts),
.dialog-parent.oxy-easy-posts .oxy-posts,
.dialog-parent.ct-section .ct-section-inner-wrap {
  display: none;
  align-items: center;
  justify-content: center;
}

.agb-rich-text {}

.agb {
  background-color: rgba(0, 0, 0, 0.2);
}

.impressum {}

.impressum-rich-text {}

.widerrufsrecht {}

.widerrufsrecht-rich-text {}

.info-icon-2 {}

.pc-mag-sehr-gut-2 {
  transform: translate(65%, 97%);
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  font-size: 12px;
  color: black;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  z-index: 2;
  width: 300px;
  right: 195px;
  top: -16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.pc-mag-sehr-gut-2:not(.ct-section):not(.oxy-easy-posts),
.pc-mag-sehr-gut-2.oxy-easy-posts .oxy-posts,
.pc-mag-sehr-gut-2.ct-section .ct-section-inner-wrap {
  display: none;
}

@media (max-width: 479px) {
  .pc-mag-sehr-gut-2 {
    position: absolute;
    right: -46px;
  }
}

.special-c {}

#FontAwesomeicon-check-circle>title {
  display: none;
}

#FontAwesomeicon-info-circle>title {
  display: none;
}

.checkbox-group>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
}

a.checkbox-link {
  color: #222222 !important;
  text-decoration: none !important;
  font-size: inherit;
  font-family: inherit;
  display: flex;
}

span.checkbox-text {
  margin-left: 15px;
  margin-top: 1px;
  display: block;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  left: -3px;
  top: -3px;
  border: 1px solid #808080;
  content: "";
  background: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  border-radius: 3px;
  background-color: rgb(249, 249, 249);
}

input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: -3px;
  top: -25px;
  width: 22px;
  height: 22px;
  border-width: 1px;
  border-style: solid;
  border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
  content: "";
  background-color: rgb(249, 249, 249);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}

.checkbox-group div:first-child input[type="checkbox"]:after {
  background-image: url('../images/check.png'), linear-gradient(135deg, rgb(249, 249, 249) 0%, rgb(249, 249, 249) 100%);
}

.select-box select {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  border-radius: 3px;
  background-color: rgb(249, 249, 249);
  font-family: Verdana, Geneva, sans-serif;
  color: rgb(34, 34, 34);
  font-size: 14px;
  padding: 5px 10px;
}

.e-mail-address input[type='email'] {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(194, 194, 194);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  width: 399px;
  padding-left: 23px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  outline: 0;
}

.container::after,
.container::before {
  content: none !important;
}

.chip-pics.active {
  filter: grayscale(0%);
}

.agb-rich-text h1 {
  line-height: 26px;
  font-size: 1.5em;
  font-weight: bold;
}

.agb-rich-text h3,
h2 {
  font-size: 19px !important;
  font-weight: bold !important;
}

.agb-rich-text h4 {
  font-size: 12px !important;
  font-weight: bold !important;
}

.agb-rich-text p {
  font-size: 14px !important;
}

.impressum-rich-text h1 {
  line-height: 26px;
  font-size: 1.5em;
  font-weight: bold;
}

.impressum-rich-text h2 {
  font-size: 25px !important;
  font-weight: bold !important;
}

.impressum-rich-text h4 {
  font-size: 12px !important;
  font-weight: bold !important;
}

.impressum-rich-text p {
  font-size: 14px !important;
}

.widerrufsrecht-rich-text h1 {
  line-height: 26px;
  font-size: 1.5em;
  font-weight: bold;
}

.widerrufsrecht-rich-text h3,
h2 {
  font-size: 19px !important;
  font-weight: bold !important;
}

.widerrufsrecht-rich-text h4 {
  font-size: 12px !important;
  font-weight: bold !important;
}

.widerrufsrecht-rich-text p {
  font-size: 14px !important;
}

@media(max-width:1280px) {
  .golden-right-region {
    margin-right: 0px !important;
  }
  .container-1 {
    justify-content: center !important;
  }
  .jahre {
    display: none !important;
  }
  .bitte-ton-anschalten {
    display: none;
  }
  .zufriedene-div {
    align-items: center;
  }
  .beratung-parent-div {
    display: flex;
    flex-direction: column !important;
  }
  .beratung-div {
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
}

@media(max-width:1200px) {
  .rabatt-parent-div {
    flex-direction: column !important;
    align-items: center;
  }
}

@media(max-width:991px) {
  .beratung-parent-div {
    display: flex;
    flex-direction: row !important;
  }
  .beratung-div {
    margin-right: 20px !important;
  }
}

@media(max-width:767px) {
  .beratung-parent-div {
    flex-direction: column !important;
  }
  .beratung-div {
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }
}

@media(max-width:479px) {
  video {
    width: 100%;
  }
  .e-mail-address input[type='email'] {
    width: 100%;
  }
}

.styleSelect_link {
  font-size: 14px;
  color: #333333 !important;
}

.styleSelect_description {
  color: #777;
}

.styleSelect_link:hover {
  text-decoration: none;
}

.yearSelect {
  list-style: none;
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  border: 1px solid #aaaaaa;
  display: none;
  position: absolute;
  background: white;
  z-index: 1;
}

.yearSelect li {
  padding: 2px 4px;
}

.yearSelect li:hover {
  background: #eee;
}

.yearSelectDiv {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  border-radius: 3px;
  background-color: rgb(249, 249, 249);
  font-family: Verdana;
  font-size: 14px;
  font-size: 14px;
  padding: 4px 8px;
  position: relative;
  width: 220px;
  cursor: pointer;
}

.yearSelectDiv::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  border: solid black;
  border-width: 0px 1px 1px 0px;
  border-color: #333333;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  right: 12px;
  top: 24%;
}

.carousel-inner {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  border-radius: 5px;
  height: 250px;
}

.carousel-inner>.active {
  display: flex;
}

.carousel-control.left {
  left: -110px;
}

.carousel-control.right {
  right: -110px !important;
}

.carousel-inner>.item {
  padding: 20px 40px;
  height: 100%;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  margin: auto;
}

#myCarousel {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}

#thumbCarousel {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}

#thumbCarousel .thumb {
  margin-right: 10px;
  background: #fff;
}

#thumbCarousel .thumb:last-child {
  margin-right: 0;
}

.thumb:hover {
  cursor: pointer;
}

.thumb img {
  opacity: 0.5;
  max-width: 100%;
}

.thumb img:hover {
  opacity: 1;
}

.thumb.active img {
  opacity: 1;
}

.carousel-control {
  display: block !important;
  bottom: unset !important;
  top: 25% !important;
  width: auto !important;
}

.carousel-control.left {
  background-color: unset !important;
  background-image: unset !important;
}

.carousel-control.right {
  background-color: unset !important;
  background-image: unset !important;
}

.item>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.item>div>div:first-child {
  width: 45%;
  text-align: center;
}

.item>div>div:last-child {
  width: 55%;
}

#myCarousel div.item img {
  transform: scale(1.3);
}

@media(max-width:992px) {
  #myCarousel {
    max-width: 60%;
  }
  .carousel-inner {
    height: 350px;
  }
  .carousel-control {
    top: 32% !important;
  }
  .carousel-control.left {
    left: -100px;
  }
  .carousel-control.right {
    right: -100px !important;
  }
  #thumbCarousel .thumb {
    width: 15%;
  }
  .item>div {
    flex-direction: column;
    justify-content: center;
  }
  .item>div>div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .item>div>div:last-child {
    width: 100%;
  }
}

@media(max-width:767px) {
  .carousel-inner {
    height: 400px;
  }
  .carousel-control {
    top: 34% !important;
  }
  .carousel-control.left {
    left: -80px;
  }
  .carousel-control.right {
    right: -80px !important;
  }
  .carousel-inner>.item {
    padding: 20px 20px;
  }
  .carousel-inner>.item img {
    max-width: 100%;
  }
}

@media(max-width:479px) {
  .carousel-inner {
    height: 600px;
  }
  .carousel-control.left {
    left: -60px;
  }
  .carousel-control.right {
    right: -60px !important;
    width: 40px;
  }
  .carousel-control.left img,
  .carousel-control.right img {
    width: 40px;
  }
  #myCarousel div.item img {
    transform: scale(1);
  }
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider1 {
  width: 100%;
  height: 170px;
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-slide {
  margin: 0px 10px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /*background: transparent;*/
  opacity: 0.5;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -10px;
}

[dir='rtl'] .slick-prev {
  right: -10px;
  left: auto;
}


/*.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}*/

.slick-next {
  right: -10px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -10px;
}


/*.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}*/


/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
  color: black;
}

.slider1 {}

.slick-prev {
  background-image: url('../images/left-arrow.png');
  background-repeat: no-repeat;
}

.slick-next {
  background-image: url('../images/right-arrow.png');
  background-repeat: no-repeat;
}

.slick-active img {}

.slick-track .slick-active.one img,
.slick-track .slick-active.five img {
  transform: scale(0.5);
}

.slick-track .slick-active.two img,
.slick-track .slick-active.four img {
  transform: scale(0.75);
}

.slick-track .slick-active.three {
  opacity: 1 !important;
}

.slick-track .slick-active.three img {
  transform: scale(1.5);
}

.slick-slide>img {
  transform: scale(0.5);
  border-radius: 50%;
  transition: all ease-in-out .3s;
}

.slick-slide>span {
  text-align: center;
  display: none;
  position: absolute;
  bottom: 0px;
  font-family: 'Lato';
  font-weight: bold;
  font-style: italic;
  color: #54a630;
}

.slick-track .slick-active.three span {
  display: block;
}

.slick-track .slick-active.two img {
  margin-left: -20px;
}

.slick-track .slick-active.four img {
  margin-left: 20px;
}

.slick-current {
  opacity: 0.5 !important;
}

@media(max-width:767px) {
  .slider1 {
    width: 90%;
    margin: auto;
  }
}

@media(max-width:479px) {
  .slider1 {
    width: 100%;
    margin: auto;
  }
  .slick-track .slick-active.one img,
  .slick-track .slick-active.five img {
    transform: scale(0.75);
  }
  .slick-track .slick-active.two img,
  .slick-track .slick-active.four img {
    transform: scale(1);
  }
  .slick-track .slick-active.three {
    opacity: 1 !important;
  }
  .slick-track .slick-active.three img {
    transform: scale(1.5);
  }
  .slick-slide>img {
    transform: scale(0.75);
    border-radius: 50%;
    transition: all ease-in-out .3s;
  }
  .slick-track .slick-active.two img {
    margin-left: -8px;
  }
  .slick-track .slick-active.four img {
    margin-left: 8px;
  }
  .slick-current {
    opacity: 0.75 !important;
  }
}

.mute-img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

@media(max-width:479px) {
  .mute-img {
    top: 30px;
  }
}

@media(max-width:370px) {
  .mute-img {
    top: 40px;
  }
}

.error-message {
  background: #ee0101;
  z-index: 5001;
  color: #fff;
  font-family: Tahoma;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 30px;
  margin-left: 10px;
}

.error-parent-div {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translate(100%, -50%);
}

.checked-img {
  margin-left: 15px;
  display: none;
}

.invalid-img {
  margin-left: 15px;
  display: none;
}

.error-message {
  display: none;
}

.require-field {
  display: none;
}

@media(max-width:991px) {
  .error-parent-div {
    position: static;
    transform: none;
    margin-top: 10px;
    justify-content: center;
  }
}

.ct-FontAwesomeicon-check-circle {
  width: 0.85714285714286em
}

.ct-FontAwesomeicon-info-circle {
  width: 0.85714285714286em
}

/*iframe Size*/
.iframe_size{
  width: 758px; 
  height: 558px;
}

/*Button Style Weiter*/
.btn_weiter{
  font-family: 'Lato';
  color: #004c18;
  font-size: 22px;
  font-weight: 700;
  width: 269px;
  padding: 9px 20px 9px 30px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(255, 215, 59);
  box-shadow: 5.142px 6.128px 6px 0px rgb(12 57 29 / 10%);
  cursor: pointer;
  margin-right: 15px;
}

.svg_weiter{
  vertical-align: middle;
  margin-left: 5px;
}

/*Cookie-Einstellungen*/
.a_cookies{
  color: white;
}

.a_cookies:hover {
  color: white;
  text-decoration: underline;
}


.btn-cursor{	
    position: absolute;
    right: 11px;
    bottom: -50px;
}



.site-nav {
	background-color:#fff;
	border-radius:5px;
	box-shadow:0px 0px 15px 0px rgb(0 0 0 / 10%);
	width:172px;
	position:fixed;
	top:20%;
	right:0px;
	z-index:10;
}

.site-nav ul {
	padding:0px;
	margin:0px;
}


.site-nav__item {
	padding:7px 30px;
	list-style-type:none;
	cursor:pointer;
}

.site-nav__item a {
	font-size:14px;
	color:#888888;
}

.site-nav__item:hover a {
	font-size:14px;
	color:#888888;
	text-decoration:none;
}

.site-nav__item.active a {
	color:#68b845;
	font-weight:bold;
}

.site-nav__item.active:before {
	content:"";
	width:3px;
	height:25px;
	background-color:#68b845;
	position:absolute;
	left:0px;
}

.site-nav__item.marked {
	padding:9px 30px 18px 30px;
}

.site-nav__item.marked.active:before {
	display:none;
}

.site-nav__item.marked a {
	background-color:#ffd73b;
	padding:8px 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


.shadow-box {
	background-color:#fff;
	border-radius:10px;
	box-shadow:0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.inner_content {
	width:1080px;
	max-width:100%;
	margin:auto;
}


.shadow-box__big-hl {
	font-family:Lato, Arial !important;
	font-size:40px !important;
	text-align:center;
	color:#222222;
	margin-bottom:15px;
}

.shadow-box__big-hl .bigger {
	font-size:70px !important;
}

.shadow-box__sub-hl {
	font-family:Lato, Arial !important;
	font-size:22px !important;
	text-align:center;
	color:#222222;
}

.flex {
	display:flex;
}

.flex-ai-center {
	align-items:center;
}

.flex-jc-center {
	justify-content:center;
}

.flex-jc-around {
	justify-content:space-around;
}

.flex-wrap {
	flex-wrap:wrap;
}

.flex-col {
	flex-direction:column;
}

.kunden_gif_outer {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.big_hl {
	font-family:Lato, Arial;
	font-size:50px !important;
	color:#000;
	text-align:center;
}

@media(max-width:900px) {
	.big_hl {
		font-size:30px !important;
	}
}
@media(max-width:550px) {
	.big_hl {
		font-size:22px !important;
	}
}


.taxman-img--margin {
	margin:0 0 0 35px;
}

.section-auszeichnungen.side-pages {
	background-position:0px -45%;
}

@media(max-width:1120px) {
	.section-auszeichnungen.side-pages {
		background-position:0px -12%;
	}
}

.small-container.padding {
	padding:10px 70px 30px 50px;
}

.flex_top {
	display:flex; 
	align-items:center; 
	justify-content:right; 
	flex-wrap:wrap; 
	gap:90px; 
	width:100%;
	margin:35px 0;
}

@media(max-width:1150px) {
	.flex_top {
		justify-content:center;
		gap:0;
	}
}

.service-tested.v2 {
	transform: translate(100%, -50%);
    position: absolute;
    right: -25px;
    top: 0px;
}

@media(max-width:680px) {
	.service-tested.v2 {
		display:none;
	}
}

.testi_img {
	margin-bottom:40px;
}

.testi_text {
	font-size:14px;
	color:#000;
	font-weight:normal;
	font-style:normal;
}

.testi_name {
	font-family:Lato, Arial;
	font-size:22px;
}

.testi_green {
	color:#54a630;
	font-weight:bold;
}


.side-pages-v {
	background-position:0px -20%;
}

.ratgeber-half {
	background-color:#fff;
	box-shadow:0px 0px 15px 0px rgb(0 0 0 / 10%);
	width:305px;
	padding:18px 25px 10px 30px;
	position:relative;
}

.ratgeber-half__hl {
	font-family:Lato, Arial;
	font-size:20px;
	color:#54a630;
	line-height:1.3em;
	margin-bottom:20px;
}

.ratgeber-half__number {
	background-color:#61b75a;
	width:31px;
	height:31px;
	border-radius:50%;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:-15px;
	left:20px;
}

.slider_produkt_outer {
	width:950px;
	max-width:100%;
	margin:50px auto 0 auto;
}

.slider_produkt_outer .slick-current {
	opacity:1 !important;
}

.slider_produkt_outer img {
	box-shadow:0px 0px 8px #48484845;
}

.slider_produkt_outer .slick-prev {
	background-image:url(../images/left-slider-icon.png);
	width:56px;
	height:56px;
	left:-80px;
}

.slider_produkt_outer .slick-next {
	background-image:url(../images/left-slider-icon.png);
	width:56px;
	height:56px;
	transform:rotate(180deg) translate(0,50%);
	right:-80px;
}

.slider_produkt_outer .slick-dots {
	bottom:-50px;
}

.slider_produkt_outer .slick-dots li {
	width:19px;
	height:19px;
	background-color:#fff;
	border:1px solid #3987d7;
	border-radius:100%;
	box-sizing:border-box;
	opacity:1;
	color:transparent;
}

.slider_produkt_outer .slick-dots li.slick-active {
	background-color:#3987d7;
}

.slider_produkt_outer .slick-slide {
	position:relative;
}

.slider_produkt_outer .slick-slide>img {
	transform:scale(1) !important;
	border-radius:0;
	transition:none;
}

.slider_produkt_box {
	background-color:#61b75a;
	border-radius:10px;
	box-shadow:0px 0px 8px #48484845;
	width:240px;
	padding:25px 30px;
	position:absolute;
	bottom:30px;
	right:10px;
	font-family:Verdana;
	color:#fff;
}
	
.kreis_vorkenntnisse {
	position:absolute; 
	top:30px; 
	right:-100px;
}

@media(max-width:1300px) {
	.kreis_vorkenntnisse {
		position:absolute;
		top:0;
		right:0;
	}
}

@media(max-width:800px) {
	.kreis_vorkenntnisse {
		display:none;
	}
}

.number-1 {
	position:absolute;
	top:160px;
}

.pfeil_ton {
	position:absolute;
	top:-10px;
	left:-45px;
}


.sale-badge{
position: absolute;
top: -34px;
left: 23px;
z-index:2;
}

.sale-badge2{
position: absolute;
    top: -64px;
    left: -12px;
}

.money{
	position: absolute;
	bottom: -31px;
	right: -92px;
}
@media(max-width:580px) {
	.money{
		display:none;
	}
	.image-899-6-2{max-width:80%;}
}

#div_block-904-6-2{
position: absolute;
right: -15%;
bottom: 34%;
}
@media(max-width:580px) {
	#div_block-904-6-2{	
	right: -8px;
	bottom: 39%;
	}
}



.discount {
    position:absolute;
		bottom:-29px;
		left:50%;
		transform:translateX(-50%)
}
.discount p {
    font-size: 14px;
    background-color: #f5eea5;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 2px;
    display: inline;
}


.relative{position:relative;}

#div_block-907-6-2 {
  width: 215px;
  height: 130px;
  position: absolute;
  bottom: 0px;
  left: -28px;
  font-family: 'Lato';
  color: white;
  padding-right: 19px;
  padding-top: 5px;
  padding-left: 19px;
  border-radius: 6px;
  background-color: rgb(236, 36, 43);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35), inset 0px 15px 50px 0px rgba(0, 0, 0, 0.19)
}

#div_block-143-6-2{
    position: absolute;
    right: -89px;
    bottom: 140px;
}

.hide_1280px{display:block;}
@media(max-width:1280px) {
	.hide_1280px{display:none !important;}
}

/* Begin Beste Steuersoftware */

.beste-steuersoftware {
  padding: 80px 2% 25px;
  display: flex;
  background-image: url('../images/bg_beste_ss.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.beste-ss-container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.beste-ss-container .heading {
  align-self: flex-start;
  margin-top: 25px;
}

.beste-ss-container .heading h2 {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 55px !important;
  line-height: 80px !important;
}

.beste-ss-container .heading h2 span {
  font-size: 90px;
}

.ss-containers {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.ss-containers .ss-containers-inner {
  max-width: 300px;
  width: 100%;
  height: 157px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: #222;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.ss-containers .ss-containers-inner:hover {
  background-color: #dbe6d6;
}

.ss-containers .ss-containers-inner img {
  margin-bottom: 15px;
}

.ss-containers .ss-containers-inner p span {
  background-color: #F5EEA5;
  font-weight: 700;
}

@media (max-width:1085px) {
  .beste-ss-container {
    flex-direction: column;
  }

  .beste-ss-container .heading {
    align-self: unset;
    margin: 0 0 40px 0;
  }
}

@media (max-width:768px) {
  .ss-containers {
    justify-content: center;  
  }
}

@media (max-width:550px) {
  .beste-steuersoftware {
    padding: 40px 2% 25px;
  }

  .beste-ss-container .heading h2 {
    font-size: 40px !important;
    line-height: 55px !important;
  }

  .beste-ss-container .heading h2 span {
    font-size: 55px;
  }
}

/* End Beste Steuersoftware */