.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: rgba(23, 29, 34, 0.75);
  font-family: 'Source Sans Pro – Lokal', sans-serif;
  color: #171d22;
  font-size: 14px;
  line-height: 1.45em;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.45em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  display: block;
  margin-bottom: 5px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px 11px;
  border-left: 5px solid #d4d4d4;
  font-size: 1.2em;
  line-height: 1.45em;
}

.style-section {
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 180px;
}

.style-section.off {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f8f8f8;
}

.style-section.allow-overflow {
  overflow: visible;
}

.style-section.parallax-section {
  overflow: hidden;
  height: auto;
  padding-top: 170px;
  padding-bottom: 120px;
}

.style-section.parallax-section-2 {
  overflow: hidden;
  height: 440px;
  margin-top: 20px;
  padding-top: 170px;
  padding-bottom: 200px;
}

.clean-t-custom-row {
  margin-right: -10px;
  margin-left: -10px;
}

.clean-t-custom-row.style {
  margin-bottom: 10px;
}

.clean-t-custom-row.inside-row {
  margin-right: 0px;
  margin-left: 0px;
}

.clean-t-custom-row.style-parallax-background-row {
  margin-top: 50px;
}

.clean-t-custom-column {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.clean-t-custom-column._25 {
  width: 25%;
}

.clean-t-custom-column._50 {
  width: 50%;
}

.clean-t-custom-column._50.inside-column {
  padding-right: 0px;
  padding-left: 0px;
}

.clean-t-custom-column._33 {
  width: 33.33%;
}

.clean-t-custom-column._66 {
  width: 66.66%;
}

.clean-t-custom-column._75 {
  width: 75%;
}

.clean-t-custom-column._20 {
  width: 20%;
}

.clean-t-custom-column._40 {
  width: 40%;
}

.clean-t-custom-column.fluent {
  margin-bottom: 10px;
}

.clean-t-custom-column.fluent._33 {
  width: 33.33%;
}

.clean-t-custom-column.fluent._33.style {
  height: 50px;
}

.clean-t-custom-column.fluent._25 {
  width: 25%;
}

.clean-t-custom-column.fluent._25.style {
  height: 50px;
}

.clean-t-custom-column._100 {
  width: 100%;
}

.clean-t-custom-column._3-12 {
  width: 25%;
}

.clean-t-custom-column._9-12 {
  width: 75%;
}

.style-column-fill {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: rgba(17, 148, 246, 0.4);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
}

.style-column-fill.style-fluent-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 148, 246, 0.7);
}

.style-column-fill.style-fluent-content.flex {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(17, 148, 246, 0.7);
}

.style-column-fill.inside-content-fill {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  border-radius: 5px;
}

.clean-t-h2-template {
  margin-top: 0px;
  margin-bottom: 55px;
  color: #4b4b4b;
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
}

.clean-t-h2-template.style-no-follow-content {
  margin-bottom: 0px;
}

.clean-t-h2-template.follow-desc {
  margin-bottom: 0px;
}

.clean-t-h2-template.follow-desc.off {
  color: #fff;
}

.clean-t-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clean-t-flex-row.wrapped {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clean-t-flex-row.wrapped.style {
  margin-bottom: 10px;
}

.clean-t-flex-row.style-scroll-animation-row {
  margin-bottom: 20px;
}

.clean-t-flex-row.tooltips-row {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-flex-row.tooltips-row.perma-tooltip {
  margin-top: 50px;
}

.clean-t-flex-row.tilt-row {
  margin-top: 45px;
}

.clean-t-flex-row.inside-row {
  margin-right: 0px;
  margin-left: 0px;
}

.clean-t-flex-row.sg-flex-row {
  margin-right: -15px;
  margin-left: -15px;
}

.clean-t-flex-row.clean-t-sg-typo-row {
  margin-right: -30px;
  margin-left: -30px;
}

.clean-t-flex-column {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clean-t-flex-column.quarter.clean-t-perspective-element {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.clean-t-flex-column.fluent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-flex-column.fluent._33 {
  width: 33.33333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-flex-column.fluent._25 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-flex-column._33 {
  width: 33.33333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-flex-column._33.tooltips-button-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-flex-column._50 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-flex-column.inside-column {
  padding-right: 0px;
  padding-left: 0px;
}

.clean-t-flex-column.sg-flex-column {
  padding-right: 15px;
  padding-left: 15px;
}

.clean-t-flex-column.clean-t-sg-typo-column {
  padding-right: 30px;
  padding-left: 30px;
}

.clean-t-pre-h2-template {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.clean-t-pre-h2-template.elements {
  color: #00bcd6;
}

.clean-t-pre-h2-template.grid {
  color: #1194f6;
}

.clean-t-pre-h2-template.effects {
  color: #ec1561;
}

.clean-t-pre-h2-template.functions {
  color: #9d1bb2;
}

.flip-card-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.style-flip-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #fff;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.style-flip-card.back {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.flip-card-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card-wrapper {
  position: relative;
}

.flip-card-wrapper.style {
  padding-bottom: 100%;
}

.flip-card-icon {
  width: 50%;
  height: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 188, 214, 0.7);
  border-radius: 2px;
  background-color: rgba(0, 188, 214, 0.4);
  -webkit-transform: translate3d(0px, 0px, 35px);
  transform: translate3d(0px, 0px, 35px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card-icon.back {
  border-color: rgba(0, 188, 214, 0.5);
  background-color: rgba(0, 188, 214, 0.65);
  -webkit-transform: translate3d(0px, 0px, 35px);
  transform: translate3d(0px, 0px, 35px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.accordion-head {
  position: relative;
  width: 100%;
  color: #333;
  text-decoration: none;
}

.accordion-head.style {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: rgba(0, 188, 214, 0.7);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  cursor: pointer;
}

.accordion-head.style:hover {
  background-color: #00bcd6;
}

.accordion-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.accordion-content-1 {
  overflow: hidden;
}

.second-click-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.accordion-content-2 {
  overflow: hidden;
}

.accordion-content-3 {
  overflow: hidden;
}

.accordion-content-4 {
  overflow: hidden;
}

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

.accordion-icon-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'FontAwesome 4.6.3';
}

.accordion-icon-div.style {
  color: #fff;
}

.style-content-background {
  padding: 8px 10px 1px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #f8f8f8;
}

.accordion-icon {
  font-family: 'FontAwesome 4.7.0';
}

.accordion-icon-one-active {
  font-family: 'FontAwesome 4.7.0';
}

.clean-t-list-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clean-t-list-parent.sg-grid-list-parent {
  margin-bottom: 2px;
}

.clean-t-list-symbol-div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-list-symbol-div.style {
  padding-right: 10px;
  padding-left: 5px;
  color: #00bcd6;
  text-align: right;
}

.clean-t-list-symbol-div.sg-grid-list-symbol {
  width: 128px;
}

.clean-t-list-symbol-div.sg-list-icon-1 {
  padding-right: 12px;
}

.clean-t-list-content-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clean-t-white-surface {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.clean-t-white-surface.style {
  padding: 25px 15px;
}

.clean-t-text-field {
  height: 55px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-right: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(55, 75, 97, 0.1);
  font-size: 16px;
}

.clean-t-text-field:focus {
  background-color: rgba(0, 0, 0, 0.01);
}

.clean-t-text-field.text-area {
  height: auto;
  max-width: 100%;
  min-height: 170px;
  min-width: 100%;
  padding-right: 40px;
}

.clean-t-text-field.style {
  -webkit-transition: box-shadow 200ms ease, border 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease;
  color: #4b4b4b;
}

.clean-t-text-field.style:hover {
  border-color: #00bcd6;
}

.clean-t-text-field.style:focus {
  border-color: #00bcd6;
  background-color: rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 6px 0 rgba(0, 188, 214, 0.4);
}

.clean-t-text-field.dynamic-field {
  margin-bottom: 30px;
}

.clean-t-text-field.top-label {
  margin-bottom: 14px;
}

.clean-t-text-field.top-label.style {
  border-color: rgba(23, 29, 34, 0.1);
  background-color: #e9ebed;
}

.clean-t-text-field.top-label.lf-text-field {
  border-color: rgba(23, 29, 34, 0.1);
  background-color: rgba(23, 29, 34, 0.1);
}

.clean-t-text-field.top-label.lf-text-field:focus {
  box-shadow: 0 0 5px 0 rgba(23, 29, 34, 0.2);
}

.clean-t-text-field.non-form-field {
  padding-right: 12px;
  color: #4b4b4b;
}

.form-note-text {
  float: right;
  text-align: right;
}

.submit-button-style {
  background-color: rgba(0, 188, 214, 0.8);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.submit-button-style:hover {
  background-color: #00bcd6;
}

.color-code-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4px;
}

.color-code-div {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.color-code-div.code-blue {
  background-color: #1194f6;
}

.color-code-div.code-orange {
  background-color: #ff5722;
}

.color-code-div.code-green {
  background-color: #27d827;
}

.color-code-div.code-purple {
  background-color: #9d1bb2;
}

.color-code-div.code-turquoise {
  background-color: #00bcd6;
}

.color-code-div.code-pink {
  background-color: #ec1561;
}

.btn-frame {
  border: 2px solid #696969;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease, color 150ms ease;
  transition: background-color 200ms ease, color 150ms ease;
  color: #696969;
}

.btn-frame:hover {
  background-color: #696969;
  color: #fff;
}

.btn-frame.style {
  display: inline-block;
  margin-bottom: 20px;
  float: left;
  clear: left;
  border-color: #00bcd6;
  color: #00bcd6;
}

.btn-frame.style:hover {
  background-color: #00bcd6;
  color: #fff;
}

.btn-frame-icon {
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 13px;
  float: left;
  font-family: 'FontAwesome 4.7.0';
  font-size: 1.1em;
}

.btn-frame-text {
  padding: 7px 10px 8px 11px;
  float: left;
}

.tabs-container.style {
  margin-bottom: 40px;
}

.tabs-top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
  margin-left: -2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-top-content {
  margin-top: 5px;
}

.tabs-top-content.style {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #f8f8f8;
}

.tabs-top-tab-link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #f8f8f8;
  text-align: center;
}

.tabs-top-tab-link.w--current {
  background-color: #696969;
  color: #fff;
}

.tabs-top-tab-link.style {
  margin-right: 2px;
  margin-left: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 200ms ease, color 150ms ease;
  transition: background-color 200ms ease, color 150ms ease;
  color: #00bcd6;
  font-weight: 700;
}

.tabs-top-tab-link.style:hover {
  background-color: #00bcd6;
  color: #fff;
}

.tabs-top-tab-link.style.w--current {
  background-color: #00bcd6;
  color: #fff;
}

.tabs-top-pane.style {
  padding: 20px;
}

.style-image {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 188, 214, 0.4);
}

.tabs-top-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-left-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: -2px;
  margin-right: 4px;
  margin-bottom: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs-left-link-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 15px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f8f8f8;
}

.tabs-left-link-tab.style {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 200ms ease, color 150ms ease;
  transition: background-color 200ms ease, color 150ms ease;
  color: #00bcd6;
  font-weight: 700;
}

.tabs-left-link-tab.style:hover {
  background-color: #00bcd6;
  color: #fff;
}

.tabs-left-link-tab.style.w--current {
  background-color: #00bcd6;
  color: #fff;
}

.tabs-left-content {
  background-color: #f8f8f8;
}

.tabs-left-content.style {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
}

.tabs-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-underline {
  position: relative;
  color: #696969;
  text-decoration: none;
}

.btn-underline.style {
  margin-bottom: 30px;
  float: left;
  clear: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #00bcd6;
  font-weight: 600;
}

.btn-underline-text {
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-underline-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 2px;
  background-color: #696969;
}

.btn-underline-line.style {
  background-color: #00bcd6;
}

.btn-underline-line-perspective {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-perspective: 300px;
  perspective: 300px;
}

.btn-surface {
  color: #696969;
}

.btn-surface.style {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
  clear: left;
  color: #696969;
}

.btn-surface-hover-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-color: #696969;
  color: #fff;
  text-align: center;
}

.btn-surface-hover-div.test-icon-hover {
  background-color: hsla(0, 0%, 100%, 0);
  color: #696969;
}

.trest-2 {
  padding: 7px 10px 8px 11px;
  font-family: 'FontAwesome 4.7.0';
}

.style-window-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #1194f6;
}

.style-window-body.style-animation-window-body {
  background-color: #ec1561;
}

.style-window-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding-left: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.35);
}

.style-window-content-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 7px;
  background-color: #fff;
}

.style-window-content-body.layouts {
  position: relative;
  height: 200px;
}

.style-layouts-window-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.content-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-body.layout-full-vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-body.layout-full-vertical.style-animation-row-content {
  height: 240px;
}

.content-body.layout-full-vertical.style-animation-sequenz-content {
  height: 240px;
}

.layout-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.layout-sidebar-menu.style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 75px;
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
}

.layout-sidebar-content {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.style-layouts-sidebar-nav-link {
  margin-bottom: 2px;
  color: #1194f6;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.style-layouts-sidebar-nav-link.footer {
  margin-bottom: 0px;
  margin-left: 7px;
}

.style-layouts-sidebar-nav-link.normal-nav {
  margin-right: 5px;
  margin-bottom: 0px;
}

.style-layouts-sidebar-content-div {
  width: 220px;
  margin: 15px 0px 20px 15px;
}

.style-layouts-paragraph {
  color: #1194f6;
  font-size: 0.6em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.layout-full-navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.layout-full-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-full-content.style-animation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-layout-full-footer-div {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.style-layout-full-footer-div.no-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.style-layout-full-navbar-div {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.style-layout-full-container {
  display: block;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.style-layout-full-container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.style-layout-full-container.style-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.style-layout-full-container.content {
  margin-top: 30px;
  padding-top: 15px;
}

.style-layout-full-container.style-animation-wrapper {
  margin-bottom: 5px;
}

.clean-t-gallery-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.clean-t-gallery-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.clean-t-gallery-modal.show {
  display: block;
}

.gallerie-popup-div {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.clean-t-close-gallery-modal-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.clean-t-close-gallery-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  padding: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.clean-t-close-gallery-modal:hover {
  color: #fff;
}

.close-icon {
  font-family: 'FontAwesome 4.7.0';
  font-size: 28px;
}

.accordion-toggle {
  display: block;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.accordion-toggle.style {
  background-color: rgba(0, 188, 214, 0.7);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #f8f8f8;
}

.accordion-toggle.style:hover {
  background-color: #00bcd6;
}

.accordion-toggle.style.w--open {
  background-color: #00bcd6;
}

.gallerie-popup-content {
  position: relative;
  z-index: 20;
  display: inline-block;
  margin-top: 50vh;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.gallerie-popup-content.vertical-image {
  max-width: 70vh;
}

.gallerie-popup-content.horizontal-image {
  max-width: 110vh;
}

.image-hover-transp-01 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
}

._3d-layer-image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.btn-underline-colorbar {
  position: absolute;
  left: -120%;
  top: 0px;
  bottom: 0px;
  width: 120%;
  background-color: #696969;
}

.btn-underline-colorbar.style {
  background-color: #ec1561;
}

.success-message {
  border: 1px solid #27d827;
  background-color: rgba(39, 216, 39, 0.05);
  font-size: 1.1em;
  letter-spacing: 0.2px;
}

.error-message {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 12px;
  border: 1px solid #c40101;
}

.image-hover-icon-01 {
  font-family: 'FontAwesome 4.7.0';
  color: #fff;
  font-size: 34px;
  line-height: 1em;
}

.style-animation-row-image-div {
  padding: 7px;
  background-color: rgba(236, 21, 97, 0.7);
}

.style-animation-row-image-div.style-animation-sequenz-image {
  margin-bottom: 10px;
}

.style-animation-row-text-wrapper {
  padding-top: 11px;
}

.style-animation-row-text-div {
  height: 2px;
  margin-bottom: 6px;
  background-color: rgba(236, 21, 97, 0.6);
}

.style-animation-row-text-div.style-last-text {
  margin-right: 25%;
}

.style-animation-sequenz-wrapper {
  padding: 20px;
  background-color: rgba(236, 21, 97, 0.1);
}

.style-animation-sequenz-headline {
  margin-bottom: 8px;
  color: #ec1561;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.style-paragraph {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.45em;
  font-weight: 400;
  letter-spacing: 0px;
}

.accordion-dropdown {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0);
}

.accordion-icon-plus-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'FontAwesome 4.6.3';
}

.accordion-icon-minus-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'FontAwesome 4.6.3';
}

.clean-t-container {
  position: relative;
}

.style-button {
  border-radius: 4px;
  background-color: #00bcd6;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.style-button:hover {
  color: #fff;
}

.elements-tooltip-text-div {
  padding: 10px 10px 5px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.elements-tooltip-text-div.follow-element {
  margin-bottom: 20px;
}

.elements-tooltip-text-div.off-tooltip {
  background-color: #f8f8f8;
}

.highlight-html-attribute {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.highlight-html-attribute.html-value-elements {
  color: #00bcd6;
}

.highlight-html-attribute.html-value-effects {
  color: #ec1561;
}

.highlight-only-html-value {
  color: #00bcd6;
}

.style-paragraph-hint {
  border-bottom: 1px dotted #ff5722;
  color: #ff5722;
  font-weight: 700;
  cursor: help;
}

.style-paragraph-hint-plain {
  border-bottom: 1px dotted #000;
  cursor: help;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slider-wrapper {
  overflow: hidden;
  height: auto;
  padding-bottom: 80px;
}

.swiper-wrapper {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.swiper-button-next {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 60px;
  height: 120px;
  background-image: url('../images/swiper_arrow_2_right_turquoise.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  position: absolute;
  left: 0px;
  z-index: 1;
  width: 60px;
  height: 120px;
  background-image: url('../images/swiper_arrow_2_left_turquoise.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.parallax-backgrnd-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.parallax-backgrnd-div.pv-block.style-pv-block {
  background-image: url('../images/parallax_background_tile-Kopie_1parallax_background_tile Kopie.png');
  background-position: 0px 0px;
  background-size: 25px;
}

.parallax-backgrnd-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.parallax-backgrnd-container.pv-container {
  overflow: hidden;
}

.style-code-paragraph {
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.2px;
}

.code-property {
  color: rgba(236, 21, 97, 0.59);
}

.code-css-name {
  color: #ec1561;
}

.code-value {
  color: rgba(236, 21, 97, 0.35);
}

.code-script {
  color: #ec1561;
}

.code-url {
  color: rgba(236, 21, 97, 0.35);
}

.style-parallax-tutorial-image {
  float: right;
}

.tilt-wrapper.style-tilt-wrapper {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.style-tilt-div {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 6px;
  background-color: #ec1561;
}

.style-tilt-rectangle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.05);
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transform: translate3d(-50%, -50%, 20px) rotateX(-1deg) rotateY(1deg) rotateZ(0deg);
  transform: translate3d(-50%, -50%, 20px) rotateX(-1deg) rotateY(1deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.style-tilt-text {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 35px);
  transform: translate3d(0px, -50%, 35px);
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.6px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.code-note {
  color: #909090;
}

.list-symbol-icon {
  display: block;
}

.list-symbol-icon.style-tick {
  margin-top: 4px;
}

.clean-t-li {
  margin-bottom: 10px;
}

.clean-t-li.circle-medium-grey {
  color: #4b4b4b;
}

.clean-t-ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.clean-t-ul.no-bullets {
  list-style-type: none;
}

.clean-t-section-sg {
  padding-top: 65px;
  padding-bottom: 55px;
}

.clean-t-styleguide-line {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 1px;
  background-color: rgba(0, 0, 0, 0.25);
}

.clean-t-styleguide-line.sub-headline {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.clean-t-sg-section-heading {
  opacity: 0.9;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 1.45em;
  font-weight: 700;
  text-transform: uppercase;
}

.clean-t-sg-section-heading.typo {
  color: #00bcd6;
}

.clean-t-sg-section-heading.color {
  color: #9d1bb2;
}

.clean-t-sg-section-heading.grid {
  color: #ec1561;
}

.clean-t-sg-section-heading.logo {
  color: #1194f6;
}

.clean-t-sg-section-heading.components {
  color: #27d827;
}

.clean-t-sg-grid-block {
  padding-top: 60px;
  border-right: 2px solid rgba(236, 21, 97, 0.3);
  border-left: 2px solid rgba(236, 21, 97, 0.3);
  background-color: rgba(75, 75, 75, 0.1);
}

.clean-t-sg-grid-block.grid-block-first {
  border-left-color: #ec1561;
}

.clean-t-sg-grid-block.grid-block-last {
  border-right-color: #ec1561;
}

.clean-t-sg-grid-info-container {
  margin-top: 25px;
}

.clean-t-sg-text {
  color: #858585;
  font-size: 11px;
  line-height: 1.3em;
}

.clean-t-sg-text.clean-t-sg-type-typo {
  color: #00bcd6;
  font-weight: 700;
}

.clean-t-sg-text.sg-type-extra {
  margin-left: 20px;
}

.clean-t-sg-text.bold {
  font-weight: 700;
}

.clean-t-sg-text.clean-t-sg-type-logo {
  font-weight: 700;
}

.clean-t-sg-text.sg-extra-download {
  margin-top: -2px;
  margin-bottom: -1px;
  padding-top: 2px;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(17, 148, 246, 0);
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.clean-t-sg-text.sg-extra-download:hover {
  border-bottom-color: #1194f6;
  color: #1194f6;
}

.clean-t-sg-color-element-wrapper {
  margin-bottom: 25px;
}

.clean-t-sg-color-div {
  padding-top: 40%;
}

.clean-t-sg-color-div.sg-text-color-1 {
  background-color: rgba(157, 27, 178, 0.7);
}

.clean-t-sg-color-div.sg-text-color-2 {
  background-color: rgba(157, 27, 178, 0.5);
}

.clean-t-sg-color-div.sg-element-color-1 {
  background-color: rgba(106, 27, 178, 0.7);
}

.clean-t-sg-color-div.sg-element-color-2 {
  background-color: rgba(106, 27, 178, 0.5);
}

.clean-t-sg-color-div.sg-element-color-3 {
  background-color: rgba(106, 27, 178, 0.3);
}

.clean-t-sg-type-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clean-t-sg-type-text-wrapper.sg-type-typography-wrapper {
  margin-bottom: 40px;
}

.clean-t-sg-content-heading {
  margin-bottom: 8px;
  color: #4b4b4b;
  font-weight: 600;
}

.paragraph-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #00bcd6;
}

.paragraph-link:hover {
  color: #000;
}

.paragraph-link.functions-link {
  color: #9d1bb2;
}

.clean-t-sg-text-extra {
  color: #c2c2c2;
}

.default-button {
  display: inline-block;
  padding: 7px 11px 7px 12px;
  border-radius: 3px;
  background-color: #4b4b4b;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.default-button.step-btn {
  background-color: #1194f6;
  cursor: pointer;
}

.default-button.step-btn:hover {
  background-color: #4b4b4b;
}

.clean-t-testemonial-wrapper {
  position: relative;
  padding: 15px 25px 18px;
}

.clean-t-testemonial-text {
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
}

.clean-t-testemonial-icon {
  position: absolute;
  left: 0px;
  top: 19px;
  display: inline-block;
  opacity: 0.15;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: 'FontAwesome 4.7.0';
  font-size: 36px;
  line-height: 1em;
}

.clean-t-sg-logo-div {
  margin-bottom: 16px;
  padding: 25px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  background-color: rgba(75, 75, 75, 0.02);
  background-image: url('../images/image_background_raster_1image_background_raster.png');
  background-position: 0px 0px;
  background-size: 20px;
  text-align: center;
}

.clean-t-sg-logo-div.sg-logo-dark {
  background-color: rgba(75, 75, 75, 0.85);
}

.clean-t-sg-list-icon-1 {
  width: 16px;
  margin-top: -2px;
  opacity: 0.74;
}

.test-nav {
  margin-bottom: 40px;
}

.test-button {
  margin-right: 15px;
  padding: 9px 14px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #4b4b4b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.15));
  color: #fff;
  text-decoration: none;
}

.test-button:hover {
  opacity: 0.7;
  color: #fff;
}

.test-button.button-lila {
  background-color: #9d1bb2;
}

.test-button.button-blau {
  background-color: #1194f6;
}

.test-button.button-orange {
  background-color: #ff5722;
}

.test-isotope-button-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.test-item {
  display: block;
  width: 100%;
  height: 150px;
  padding: 35px;
  color: #fff;
}

.test-item.lila {
  background-color: #9d1bb2;
}

.test-item.blau {
  background-color: #1194f6;
}

.test-item.orange {
  background-color: #ff5722;
}

.test-search {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

.clean-t-home-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-home-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-button {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  padding: 7px 15px;
  border-radius: 3px;
  background-color: #1194f6;
  opacity: 1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
}

.clean-t-button:hover {
  background-color: #4b4b4b;
  opacity: 1;
  color: #fff;
}

.clean-t-button.functions-button {
  background-color: #9d1bb2;
}

.clean-t-button.functions-button:hover {
  background-color: #79058b;
}

.clean-t-button.change-btn {
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(2, 2, 2, 0.1);
}

.clean-t-button.change-btn:hover {
  background-color: #4b4b4b;
}

.test-form-clear-button {
  position: absolute;
  top: 40%;
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #4b4b4b;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'FontAwesome 4.7.0';
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  text-decoration: none;
}

.clean-t-checkbox-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 2px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.clean-t-toggle-el {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 39px;
  height: 26px;
  max-height: 26px;
  max-width: 39px;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.clean-t-checkbox-overlay-delete {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #4b4b4b;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.clean-t-checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-checkbox-wrapper.einwilligung-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clean-t-checkbox-label-delete {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 1.35em;
  font-weight: 400;
}

.clean-t-tickbox-tick-toggle-1 {
  position: absolute;
  display: inline-block;
  width: 17px;
  margin-top: 3px;
  margin-left: 3px;
}

.clean-t-h2-datenschutz {
  margin-top: 35px;
  font-size: 1.8em;
}

.clean-t-h3-datenschutz {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.clean-t-tilt-track-wrapper {
  padding: 25px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 60%;
  perspective-origin: 50% 60%;
}

.clean-t-tilt-track-wrapper.style-tilt-track-wrapper {
  padding: 25px;
}

.clean-t-tilt-track-wrapper.style-tilt-track-wrapper.style-tilt-300-perspective {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.clean-t-tilt-track-function {
  -webkit-transform: rotateX(-1deg) rotateY(1deg) rotateZ(0deg);
  transform: rotateX(-1deg) rotateY(1deg) rotateZ(0deg);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.clean-t-tilt-track-card {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 6px;
  background-color: #ec1561;
  -webkit-transform: rotateX(-1deg) rotateY(1deg) rotateZ(0deg);
  transform: rotateX(-1deg) rotateY(1deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.clean-t-dynamic-field-label {
  position: absolute;
  left: 14px;
  top: 11px;
  margin-top: 6px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: font-size 200ms ease, top 200ms ease, left 200ms ease, -webkit-transform 200ms ease;
  transition: font-size 200ms ease, top 200ms ease, left 200ms ease, -webkit-transform 200ms ease;
  transition: font-size 200ms ease, top 200ms ease, left 200ms ease, transform 200ms ease;
  transition: font-size 200ms ease, top 200ms ease, left 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.clean-t-radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.clean-t-radio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-radio-wrapper.anrede-wrapper {
  margin-left: 20px;
}

.clean-t-radio-wrapper.radio-button-wrapper {
  display: block;
  margin: 10px;
}

.clean-t-text-field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.clean-t-text-field-column {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clean-t-text-field-column.clean-t-radio-column {
  width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-text-field-column.clean-t-radio-column.g-s-f-radio-select-column {
  width: 120px;
}

.clean-t-text-field-column.column-hausnummer {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-text-field-column.column-plz {
  width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-text-field-label-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-text-field-label-wrap.upload-label-wrap {
  top: -21px;
}

.clean-t-text-field-label {
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4em;
}

.clean-t-text-field-label.clean-t-text-field-label-astrix {
  margin-left: 3px;
  padding-top: 5px;
  font-size: 1.2em;
  line-height: 0.5em;
}

.clean-t-text-field-label.anrede-label {
  margin-right: 5px;
}

.clean-t-text-field-label.optional-text {
  margin-left: 4px;
  color: #aaa;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.clean-t-text-field-label.headline-label {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.clean-t-text-field-label.cw-text-field-label {
  color: rgba(32, 51, 71, 0.65);
}

.clean-t-post-h2-template {
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.clean-t-post-h2-template.elements {
  color: #00bcd6;
}

.clean-t-post-h2-template.functions {
  color: #9d1bb2;
}

.clean-t-sub-category-head-wrap {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(75, 75, 75, 0.2);
}

.clean-t-sub-category-head-wrap.elements-category {
  border-bottom-color: rgba(0, 188, 214, 0.5);
}

.clean-t-sub-category-head-wrap.functions-category {
  border-bottom-color: rgba(157, 27, 178, 0.2);
}

.clean-t-sub-category-wrap {
  margin-bottom: 110px;
}

.clean-t-form-anrede-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-form-anrede-wrap.fixed-labels-wrap {
  margin-bottom: 35px;
}

.clean-t-form-anrede-wrap.fixed-labels-wrap {
  margin-bottom: 35px;
}

.clean-t-text-field-status-icon {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  display: block;
  width: 20px;
  opacity: 0;
}

.clean-t-text-field-status-icon.text-area-icon {
  right: 25px;
  bottom: auto;
  height: 40px;
}

.clean-t-text-field-wrapper {
  position: relative;
}

.clean-t-text-field-wrapper.radio-email {
  display: none;
}

.clean-t-text-field-wrapper.embed-upload-wrapper {
  margin-top: 38px;
}

.clean-t-text-field-wrapper.radio-switch-wrapper {
  margin-top: -6px;
}

.clean-t-dynamic-label-optional-text {
  opacity: 0.45;
  font-style: italic;
}

.clean-t-code-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clean-t-code-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-code-embed {
  overflow: hidden;
  width: 53px;
  height: 74px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #dadada;
}

.clean-t-code-desc-text {
  color: #272727;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 700;
}

.clean-t-iso-button-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clean-t-iso-element-1 {
  margin-bottom: 15px;
}

.clean-t-iso-button {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #e9e9e9;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  color: #222;
  font-weight: 600;
  text-decoration: none;
}

.clean-t-iso-button:hover {
  border-color: #9d1bb2;
  color: #9d1bb2;
}

.clean-t-iso-button.hor-button {
  margin: 0px 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.clean-t-iso-button.is-checked {
  background-color: rgba(157, 27, 178, 0.2);
}

.clean-t-iso-element-contant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(157, 27, 178, 0.02);
  background-color: rgba(157, 27, 178, 0.1);
}

.clean-t-iso-element-contant.style-iso-grey {
  border-color: rgba(0, 0, 0, 0.02);
  background-color: #ececec;
}

.style-iso-image-placeholder {
  margin-right: 25px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #9d1bb2;
}

.style-iso-image-placeholder.style-iso-placeholder-grey {
  background-color: #646363;
}

.style-iso-h2 {
  margin-top: -5px;
  margin-bottom: 5px;
  margin-left: -1px;
  color: #9d1bb2;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 700;
}

.style-iso-h2.style-iso-h2-grey {
  color: #313131;
}

.style-iso-paragraph {
  opacity: 0.75;
  color: #9d1bb2;
  font-size: 11px;
  line-height: 1.5em;
  font-weight: 400;
}

.style-iso-paragraph.style-iso-paragraph-grey {
  color: rgba(0, 0, 0, 0.75);
}

.clean-t-iso-search-wrap {
  margin-bottom: 15px;
}

.clean-t-post-h2-desc {
  margin-top: 20px;
  margin-bottom: 45px;
  color: rgba(75, 75, 75, 0.65);
  font-size: 13px;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.clean-t-post-h2-desc.post-h2-negative {
  color: hsla(0, 0%, 100%, 0.8);
}

.clean-t-iso-button-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clean-t-iso-element-container-2 {
  margin-right: -15px;
  margin-left: -15px;
}

.clean-t-iso-element-2 {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.clean-t-iso-button-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clean-t-iso-element-3 {
  margin-bottom: 15px;
}

.clean-t-iso-masonry-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-iso-search-field {
  margin-bottom: 0px;
}

.clean-t-iso-search-field.hor-field {
  margin-right: 4px;
}

.clean-t-iso-search-field-input {
  margin-bottom: 0px;
}

.clean-t-iso-element-4 {
  margin-bottom: 15px;
}

.clean-t-checkbox-dropdown-wrap {
  margin-bottom: 15px;
}

.clean-t-checkbox-dropdown-content {
  overflow: hidden;
  height: auto;
}

.clean-t-h4-datenschutz {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.4em;
}

.clean-t-cookie-container {
  position: fixed;
  top: 15px;
  right: 25px;
  z-index: 1000;
  display: block;
}

.clean-t-cookie-container.clean-t-template-container {
  position: absolute;
  top: 0px;
  right: 12px;
  display: block;
}

.clean-t-cookie-container.clean-t-template-container.bottom-container {
  top: auto;
  right: 15px;
  bottom: 10px;
}

.clean-t-cookie-icon-div {
  position: relative;
  width: 34px;
  height: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.05);
}

.clean-t-cookie-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.75;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clean-t-cookie-message {
  position: absolute;
  top: 33px;
  right: -12px;
}

.clean-t-cookie-message.bottom-message {
  top: auto;
  bottom: 39px;
}

.clean-t-cookie-message-surface {
  margin-top: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.8);
}

.clean-t-cookie-message-contant {
  min-width: 290px;
  padding: 24px 25px 25px 35px;
}

.clean-t-cookie-message-contant.larger-message {
  padding-right: 15px;
  padding-left: 25px;
}

.clean-t-cookie-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-cookie-headline {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
}

.clean-t-cookie-text {
  margin-bottom: 15px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.2px;
}

.clean-t-cookie-button {
  padding: 9px 14px 10px;
  border-radius: 2px;
  background-color: #1194f6;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.clean-t-cookie-button:hover {
  background-color: #ff5722;
  color: #fff;
}

.clean-t-cookie-button.clean-t-template {
  margin-right: 15px;
  padding: 9px 14px 10px;
  background-color: #9d1bb2;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
}

.clean-t-cookie-button.clean-t-template:hover {
  background-color: #79058b;
}

.clean-t-cookie-button.full-width {
  width: 100%;
  margin-right: 10px;
  text-align: center;
}

.clean-t-cookie-link {
  padding-top: 6px;
  padding-bottom: 7px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  line-height: 1.2em;
  font-weight: 600;
}

.clean-t-cookie-link.clean-t-template {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #b23ac5;
  font-size: 12px;
}

.clean-t-cookie-link.clean-t-template:hover {
  color: #ff7245;
}

.clean-t-cookie-link.clean-t-style-intext-link {
  color: #9d1bb2;
}

.clean-t-cookie-link.clean-t-style-intext-link:hover {
  color: #ff5722;
}

.clean-t-cookie-message-arrow {
  position: absolute;
  top: 0px;
  right: 23px;
  display: inline-block;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #000 #000 transparent;
  border-bottom-right-radius: 2px;
  opacity: 0.8;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.clean-t-cookie-message-arrow.bottom-message-arrow {
  top: auto;
  bottom: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clean-t-cookie-message-holder {
  position: relative;
  width: 100%;
  padding-top: 295px;
}

.clean-t-h4-datenschutz-increment {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.clean-t-recaptcha {
  margin-top: 50px;
  margin-bottom: 40px;
}

.clean-t-flip-cards-wrapper {
  margin-top: 40px;
}

.clean-t-text-field-single-label {
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4em;
  font-weight: 400;
}

.clean-t-text-field-single-label.clean-t-text-field-label-empty-astrix {
  margin-left: 4px;
}

.clean-t-nav-element-wrapper {
  margin-bottom: 35px;
}

.clean-t-nav-logo-link-div {
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
}

.clean-t-nav-logo-link-div.style-nav-logo {
  display: block;
  width: 89px;
  height: 64px;
  padding-top: 6px;
}

.clean-t-navbar {
  background-color: #f8f8f8;
}

.clean-t-navbar.style-navbar {
  position: relative;
  z-index: 1002;
  border-style: solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
}

.clean-t-navbar.style-navbar-2 {
  z-index: 1001;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.clean-t-navbar.style-navbar-fix {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-style: solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
}

.clean-t-nav-link {
  padding: 13px 16px 14px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.clean-t-nav-link:hover {
  color: #000;
}

.clean-t-nav-link.clean-t-dropdown-link {
  padding-right: 32px;
}

.clean-t-nav-link.clean-t-dropdown-link.w--open {
  color: #000;
}

.clean-t-nav-link.clean-t-dropdown-link.plus-dropdown-icon {
  padding-right: 36px;
}

.clean-t-nav-link.clean-t-dropdown-link.plus-dropdown-icon.style-nav-link {
  padding-right: 33px;
}

.clean-t-nav-link.clean-t-dropdown-link.style-nav-link {
  padding-right: 35px;
}

.clean-t-nav-link.clean-t-dropdown-link.style-nav-link.w--open {
  color: #00bcd6;
}

.clean-t-nav-link.style-nav-link {
  padding: 22px 20px;
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.clean-t-nav-link.style-nav-link:hover {
  color: #00bcd6;
}

.clean-t-nav-dropdown-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 17px;
  font-size: 14px;
}

.clean-t-nav-dropdown-icon.plus-icon {
  width: 10px;
  margin-top: 17px;
  background-image: url('../images/ui-nav-dropdown-grey-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.clean-t-nav-dropdown-icon.plus-icon.style-nav-dropdown-icon {
  margin-top: 25px;
}

.clean-t-nav-dropdown-icon.style-nav-dropdown-icon {
  margin-top: 25px;
  margin-right: 18px;
  margin-bottom: 25px;
}

.clean-t-dropdown-list {
  top: 48px;
  overflow: visible;
  background-color: transparent;
}

.clean-t-dropdown-list-wrapper {
  background-color: #fff;
}

.clean-t-dropdown-list-wrapper.style-dropdown-list-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.clean-t-dropdown-nav-link {
  color: #4b4b4b;
}

.clean-t-dropdown-nav-link.style-dropdown-nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.clean-t-dropdown-nav-link.style-dropdown-nav-link:hover {
  color: #00bcd6;
}

.clean-t-lists-content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.clean-t-ul-bg-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.clean-t-li-bg-icon {
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url('../images/icon_tick_turquoise.svg');
  background-position: 6px 4px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.clean-t-language-dropdown {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.08);
}

.clean-t-language-link {
  width: 47px;
  margin-right: 0px;
  padding: 8px 18px 9px 8px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.clean-t-language-link:hover {
  background-color: hsla(0, 0%, 100%, 0.14);
  color: #fff;
}

.clean-t-language-link.w--open {
  background-color: hsla(0, 0%, 100%, 0.14);
}

.clean-t-language-link.dropdown-link {
  background-color: #707070;
}

.clean-t-language-link.dropdown-link:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.clean-t-language-link.dropdown-link.w--current {
  color: #fff;
}

.clean-t-language-link.small-link {
  width: 47px;
  font-size: 11px;
}

.clean-t-language-link.large-link {
  width: 80px;
  margin-left: 28px;
  padding-bottom: 8px;
}

.clean-t-language-link.simple-lang-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 11px;
  text-align: left;
}

.clean-t-language-arrow {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 7px;
  height: 6px;
  background-image: url('../images/ui_icon_arrow-4_down_white.svg');
  background-position: 0px 0px;
  background-size: 7px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transform-origin: 50% 40% 0px;
  -ms-transform-origin: 50% 40% 0px;
  transform-origin: 50% 40% 0px;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.clean-t-language-icon {
  position: absolute;
  left: -21px;
  top: 8px;
  width: 16px;
  height: 16px;
  background-image: url('../images/ui_icon_language-2_white.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.clean-t-language-dropdown-list {
  background-color: transparent;
}

.clean-t-pre-navbar-2 {
  background-color: rgba(75, 75, 75, 0.5);
}

.clean-t-pre-nav-element-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-pre-nav-element-wrap.social-links-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.clean-t-pre-nav-element-wrap.phone-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
}

.clean-t-pre-nav-element-wrap.last-element-wrap {
  margin-right: 0px;
}

.clean-t-pre-nav-social-link {
  display: block;
  width: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
}

.clean-t-pre-nav-social-link:hover {
  opacity: 1;
}

.clean-t-pre-nav-social-link.facebook {
  background-image: url('../images/icon_social_facebook_white.svg');
}

.clean-t-pre-nav-social-link.twitter {
  background-image: url('../images/icon_social_twitter_white.svg');
}

.clean-t-pre-nav-social-link.instagram {
  background-image: url('../images/icon_social_instagram_white.svg');
}

.clean-t-pre-nav-social-link.xing {
  background-image: url('../images/icon_social_xing_white.svg');
}

.clean-t-pre-nav-social-link.linkedin {
  background-image: url('../images/icon_social_linkedin_white.svg');
}

.clean-t-pre-nav-social-link.youtube {
  background-image: url('../images/icon_social_youtube_white.svg');
}

.clean-t-pre-nav-phone-icon {
  width: 11px;
  height: 11px;
  background-image: url('../images/ui_phone_icon_white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.clean-t-pre-nav-phone-icon-wrap {
  margin-right: 9px;
  padding: 3px;
  border-radius: 2px;
  background-color: #4b4b4b;
}

.clean-t-pre-nav-phone-text {
  margin-top: 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.clean-t-pre-nav-container {
  float: right;
}

.clean-t-pre-nav-container.mobile-container {
  display: none;
}

.clean-t-pre-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.clean-t-nav-menu-extra-wrap {
  display: none;
}

.clean-t-nav-menu-lang-wrap {
  display: none;
}

.clean-t-lang-link-text {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.clean-t-lang-link-text.lang-text-link-inactive {
  opacity: 0.5;
}

.lang-text-inactive {
  opacity: 0.5;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.clean-t-lang-link-text-seperator {
  opacity: 0.5;
}

.clean-t-loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-loader-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-loader-circle-1 {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
  background-color: #00bcd6;
}

.clean-t-parallax-bg {
  position: absolute;
  left: 0px;
  top: -210px;
  right: 0px;
  bottom: -210px;
}

.clean-t-parallax-bg.style-parallax-bg {
  top: -100vh;
  bottom: -100vh;
  background-image: url('../images/parallax_background_tile-Kopie_1parallax_background_tile Kopie.png');
  background-position: 0px 0px;
  background-size: 25px;
}

.clean-t-parallax-bg.style-parallax-bg-2 {
  top: -100%;
  bottom: -100%;
  background-image: url('../images/parallax_background_tile-Kopie_1parallax_background_tile Kopie.png');
  background-position: 0px 0px;
  background-size: 25px;
}

.clean-t-parallax-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  overflow: hidden;
  height: 100vh;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.clean-t-parallax-container-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.clean-t-parallax-speed-container {
  position: absolute;
  top: 50%;
  right: 30px;
  overflow: hidden;
  width: 60px;
  height: 100vh;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.clean-t-parallax-speed-measure {
  position: absolute;
  left: 0px;
  top: -50vh;
  right: 0px;
  bottom: -50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.clean-t-prlx-spd-measure-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-spd-measure-line {
  width: 20%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 1px;
  background-color: rgba(0, 0, 0, 0.35);
}

.clean-t-spd-measure-line.large-line {
  width: 50%;
  padding-top: 1px;
  background-color: rgba(0, 0, 0, 0.7);
}

.clean-t-spd-measure-line.large-line.middle-line {
  width: 40%;
  padding-top: 2px;
  background-color: #000;
}

.clean-t-spd-measure-numbers-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45%;
}

.clean-t-spd-measure-value {
  position: absolute;
  top: 50%;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #000;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 700;
}

.clean-t-spd-measure-value._00-3 {
  left: -3px;
}

.clean-t-spd-measure-value._00-6 {
  left: -3px;
}

.clean-t-spd-measure-value._00-9 {
  left: -3px;
}

.clean-t-spd-measure-value._01-0 {
  left: -3px;
}

.clean-t-modal-button-container {
  text-align: center;
}

.clean-t-modal-wrapper {
  display: inline-block;
}

.clean-t-modal-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.clean-t-modal-overlay.show {
  display: block;
}

.clean-t-modal-content {
  padding: 60px 40px;
}

.clean-t-modal-close-overlay-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.clean-t-m-content-container {
  display: block;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.clean-t-m-content-wrapper {
  position: relative;
  z-index: 10;
}

.clean-t-m-content-div {
  padding: 45px;
}

.clean-t-modal-close-overlay-link-div {
  position: absolute;
  top: 0px;
  right: -55px;
  z-index: 20;
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: url('../images/ui_icon_close_white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.clean-t-modal-close-overlay-link-div:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.clean-t-modal-close-overlay-link-div.style-close-overlay-link-div {
  border-radius: 4px;
  background-color: #9d1bb2;
}

.clean-t-modal-close-overlay-link-div.style-close-overlay-link-div:hover {
  background-color: #79058b;
}

.clean-t-normal-radio-container {
  margin-bottom: 55px;
}

.clean-t-checkbox-icon {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  margin-left: 3px;
  background-image: url('../images/ui_form_tick_1.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.border-right-element {
  padding: 12px;
  border-right: 1px solid #000;
}

.clean-t-assurance-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-assurance-text {
  margin-bottom: 2px;
  color: rgba(34, 34, 34, 0.85);
  font-size: 9px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.clean-t-assurance-icon {
  margin-top: 1px;
  margin-right: 4px;
}

.clean-t-assurance-container {
  margin-top: 8px;
}

.clean-t-checkbox-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.06);
  background-color: rgba(23, 29, 34, 0.1);
}

.clean-t-tickbox {
  position: relative;
  display: inline-block;
  min-height: 24px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.clean-t-checkbox-el {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.clean-t-checkbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #00bcd6;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.clean-t-checkbox-overlay.lf-checkbox-overlay {
  background-color: #171d22;
}

.clean-t-checkbox-label {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
}

.clean-t-checkbox-label.hide {
  display: none;
}

.clean-t-radio {
  position: relative;
  min-height: 24px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-radio.radio-icon {
  width: 95px;
  padding-top: 100px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.clean-t-radio.radio-icon.large {
  width: 150px;
}

.clean-t-radio.radio-button {
  width: 95px;
  padding-top: 44px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.clean-t-radio.radio-button._w-140 {
  width: 140px;
}

.clean-t-radio.radio-button._w-160 {
  width: 160px;
}

.clean-t-radio.radio-button._w-180 {
  width: 180px;
}

.clean-t-radio.radio-button._w-200 {
  width: 200px;
}

.clean-t-radio-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  background-color: rgba(23, 29, 34, 0.1);
}

.clean-t-radio-bg.clean-t-radio-icon-bg {
  right: 0px;
  width: auto;
  height: 95px;
  max-height: 95px;
  max-width: none;
  border-radius: 2px;
}

.clean-t-radio-bg.clean-t-radio-icon-bg.large-bg {
  width: 150px;
  max-width: 150px;
}

.clean-t-radio-bg.clean-t-radio-button-bg {
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border-radius: 2px;
}

.clean-t-radio-bg.clean-t-radio-button-bg._w-140 {
  width: 140px;
  max-width: 140px;
}

.clean-t-radio-bg.clean-t-radio-button-bg._w-160 {
  width: 160px;
  max-width: 160px;
}

.clean-t-radio-bg.clean-t-radio-button-bg._w-180 {
  width: 180px;
  max-width: 180px;
}

.clean-t-radio-bg.clean-t-radio-button-bg._w-200 {
  width: 200px;
  max-width: 200px;
}

.clean-t-radio-el {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.clean-t-radio-el.clean-t-radio-icon-el {
  width: 95px;
  height: 95px;
  max-height: 95px;
  max-width: 95px;
}

.clean-t-radio-el.clean-t-radio-icon-el.large-el {
  width: 150px;
  max-width: 150px;
}

.clean-t-radio-el.clean-t-radio-button-el {
  width: 95px;
  height: 44px;
  max-height: 44px;
  max-width: 95px;
}

.clean-t-radio-el.clean-t-radio-button-el._w-140 {
  width: 140px;
  max-width: 140px;
}

.clean-t-radio-el.clean-t-radio-button-el._w-160 {
  width: 160px;
  max-width: 160px;
}

.clean-t-radio-el.clean-t-radio-button-el._w-180 {
  width: 180px;
  max-width: 180px;
}

.clean-t-radio-el.clean-t-radio-button-el._w-200 {
  width: 200px;
  max-width: 200px;
}

.clean-t-radio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background-color: #4b4b4b;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.clean-t-radio-overlay.radio-overlay-1 {
  background-color: #00bcd6;
}

.clean-t-radio-overlay.radio-icon-overlay {
  width: auto;
  height: 95px;
  max-height: 95px;
  max-width: none;
  border-radius: 2px;
  background-color: #00bcd6;
}

.clean-t-radio-overlay.radio-icon-overlay.large-overlay {
  width: 150px;
  max-width: 150px;
}

.clean-t-radio-overlay.radio-button-overlay {
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border-radius: 2px;
  background-color: #00bcd6;
}

.clean-t-radio-overlay.radio-button-overlay._w-140 {
  width: 140px;
  max-width: 140px;
}

.clean-t-radio-overlay.radio-button-overlay._w-160 {
  width: 160px;
  max-width: 160px;
}

.clean-t-radio-overlay.radio-button-overlay._w-200 {
  width: 200px;
  max-width: 200px;
}

.clean-t-radio-overlay.radio-button-overlay._w-180 {
  width: 180px;
  max-width: 180px;
}

.clean-t-radio-overlay.lf-radio-overlay-1 {
  background-color: #171d22;
}

.clean-t-radio-toggl {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.clean-t-toggle-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 39px;
  height: 26px;
  max-height: 26px;
  max-width: 39px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.06);
  background-color: #e2e2e2;
}

.clean-t-toggle {
  position: relative;
  display: inline-block;
  min-height: 26px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-left: 54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-toggle-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 39px;
  height: 26px;
  max-height: 26px;
  max-width: 39px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #4b4b4b;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.clean-t-toggle-overlay.toggle-overlay-1 {
  background-color: #00bcd6;
}

.clean-t-toggle-nub {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.m-form-embed-wrap {
  margin-top: 12px;
}

.clean-t-steps-form-container {
  padding: 20px 30px 30px;
}

.clean-t-steps-form-container.sf-container-style {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.02);
  background-color: rgba(0, 0, 0, 0.05);
}

.clean-t-step-input-message-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  margin-top: 12px;
  padding-left: 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.clean-t-input-message-icon {
  position: relative;
  top: -1px;
  width: 6px;
  height: 15px;
  margin-top: 1px;
  margin-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/ui_icon_arrow-4_right_red.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.clean-t-input-message-text {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}

.clean-t-input-message-text.red {
  color: #eb0800;
}

.clean-t-step-content {
  padding: 10px;
}

.clean-t-step-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  margin-right: -3px;
  margin-bottom: 15px;
  margin-left: -3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clean-t-steps-nav {
  position: absolute;
  left: 95px;
  top: 11px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
}

.clean-t-steps-nav-point {
  margin-right: 1px;
  margin-left: 1px;
  padding: 1px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.16);
}

.clean-t-steps-nav-point.w--current {
  background-color: #1194f6;
}

.clean-t-step-head-count-text-wrap {
  display: block;
}

.clean-t-step-head-count-text {
  display: inline;
  margin-bottom: 9px;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.clean-t-step-h2 {
  display: inline;
}

.clean-t-step-input-head-wrap {
  margin-bottom: 15px;
}

.clean-t-radio-icon-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/icon-form-gender-female.png');
  background-position: 50% 50%;
  background-size: 77px;
  background-repeat: no-repeat;
}

.clean-t-radio-icon-div.icon-male {
  background-image: url('../images/icon-form-gender-male.png');
}

.clean-t-radio-icon-div.icon-gender {
  background-image: url('../images/icon-form-gender-female.png');
  background-size: 77px;
}

.clean-t-radio-icon-div.icon-gender.icon-male {
  background-image: url('../images/icon-form-gender-male.png');
}

.clean-t-radio-icon-div.icon-rate {
  background-image: url('../images/icon-form-feel-bad.png');
  background-size: 77px;
}

.clean-t-radio-icon-div.icon-rate.rate-neutral {
  background-image: url('../images/icon-form-feel-neutral.png');
}

.clean-t-radio-icon-div.icon-rate.rate-positive {
  background-image: url('../images/icon-form-feel-good.png');
}

.clean-t-radio-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clean-t-step-single-input-container {
  max-width: 300px;
}

.clean-t-step-single-input-container.container-age {
  max-width: 110px;
}

.clean-t-text-field-container {
  position: relative;
}

.clean-t-radio-bg-text {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.06);
}

.clean-t-radio-bg-text.raise {
  position: relative;
  z-index: 1000;
}

.clean-t-radio-bg-text-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-text-field-inline-radio-wrap {
  margin-top: 10px;
}

.clean-t-text-final-name-field-wrapper {
  padding-left: 40px;
}

.clean-t-text-final-radio-wrapper {
  margin-top: 21px;
}

.clean-t-sf-final-btn-wrap {
  margin-top: 25px;
}

.clean-t-change-btn-icon {
  width: 12px;
  height: 18px;
  background-image: url('../images/ui_icon_arrow-3_left_white.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.clean-t-change-btn-icon.icon-arrow-left {
  position: relative;
  left: -1px;
}

.clean-t-change-btn-icon.icon-arrow-right {
  position: relative;
  right: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.clean-t-step-input-btn-wrap {
  margin-top: 12px;
}

.lf-section.light-grey {
  padding-top: 90px;
  padding-bottom: 90px;
}

.lf-section.light-grey.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e5e2de;
}

.lf-section.light-grey.footer.carbon {
  background-image: url('../images/image_footer_bg_carbon.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
}

.lf-section.padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.lf-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lf-hero-wrapper:hover {
  color: #fff;
}

.lf-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lf-hero-logo-wrapper {
  width: 500px;
}

.lf-hero-content-wrapper {
  margin-top: 25px;
  text-align: center;
}

.lf-hero-content-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.body {
  background-color: #f6f4f2;
  font-family: 'Source Sans Pro – Lokal', sans-serif;
  color: #171d22;
  letter-spacing: 1px;
}

.lf-hero-button {
  padding: 25px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.05);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.lf-hero-button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.lf-hero-button-wrapper {
  margin-top: 50px;
  text-align: center;
}

.lf-hero-button-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.horizont-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  -webkit-transform: scale3d(0.15, 1, 1);
  transform: scale3d(0.15, 1, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.horizont-line.bott-r {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.vert-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scale3d(1, 0.35, 1);
  transform: scale3d(1, 0.35, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vert-line.bott-r {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.text-block-2 {
  position: relative;
}

.lf-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.lf-contact-form-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clean-t-radio-overlay-2 {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background-color: #4b4b4b;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.clean-t-radio-overlay-2.cllb-aw-radio-overlay-1 {
  background-color: #6bb1e1;
}

.lf-call-info-text {
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: -0.2px;
}

.lf-call-info-text.form-headline {
  margin-bottom: 28px;
  font-size: 21px;
  line-height: 1.4em;
}

.clean-t-radio-1 {
  position: relative;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background-color: rgba(55, 75, 97, 0.1);
}

.clean-t-radio-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.cllb-ar-form-separator {
  height: 1px;
  margin-bottom: 25px;
  background-color: #e3e3e3;
}

.clean-t-checkbox-overlay-2 {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #4b4b4b;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.clean-t-checkbox-overlay-2.cllb-aw-checkbox-overlay {
  background-color: #6bb1e1;
}

.clean-t-text-field-2 {
  height: 55px;
  margin-bottom: 10px;
  padding-right: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease;
  color: #081033;
  font-size: 17px;
  font-weight: 600;
}

.clean-t-text-field-2:hover {
  border-color: #6bb1e1;
}

.clean-t-text-field-2:focus {
  border-color: #6bb1e1;
  background-color: rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 6px 0 rgba(107, 177, 225, 0.4);
}

.clean-t-text-field-2.top-label {
  margin-bottom: 30px;
}

.clean-t-text-field-label-wrap-2 {
  position: absolute;
  left: 0px;
  top: -18px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cllb-aw-form-assurance-message-text {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.clean-t-tickbox-1 {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.06);
  background-color: rgba(55, 75, 97, 0.1);
}

.cllb-aw-form-assurance-message-icon {
  margin-right: 5px;
  opacity: 0.7;
}

.clean-t-checkbox-label-2 {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.clean-t-checkbox-field-label {
  display: none;
}

.clean-t-checkbox {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.clean-t-checkbox-icon-1 {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  margin-left: 3px;
  background-image: url('../images/ui_form_tick_1.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cllb-aw-form-assurance-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-left: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-checkbox-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-checkbox-wrapper-2.einwilligung-wrapper {
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clean-t-text-field-label-2 {
  margin-bottom: 0px;
  font-size: 0.75em;
  line-height: 1.4em;
  font-weight: 600;
}

.clean-t-text-field-label-2.anrede-label {
  margin-right: 5px;
}

.clean-t-text-field-label-2.headline-label {
  margin-bottom: 37px;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

.clean-t-text-field-label-2.headline-label.first-label {
  margin-bottom: 10px;
}

.clean-t-radio-toggl-2 {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.lf-contact-button {
  position: relative;
  padding: 18px 40px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171d22;
  box-shadow: 0 8px 12px -8px rgba(55, 75, 97, 0.4);
  -webkit-transition: color 200ms ease, background-color 250ms ease;
  transition: color 200ms ease, background-color 250ms ease;
  font-weight: 700;
  text-transform: uppercase;
}

.lf-contact-button:hover {
  background-color: #000;
  color: #f8f8f8;
}

.clean-t-radio-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-t-radio-wrapper-2.anrede-wrapper {
  margin-left: 20px;
}

.link {
  color: #171d22;
}

.link:hover {
  color: #000;
}

.link.no-underline {
  text-decoration: none;
}

.link.no-underline.white {
  color: #fff;
}

.lf-contact-adress-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.lf-contact-separator {
  width: 2px;
  margin-right: 30px;
  margin-left: 30px;
  background-color: rgba(55, 75, 97, 0.2);
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-right {
  margin-left: -150px;
  padding: 90px 30px 60px 190px;
  background-color: #e9ebed;
}

.form-left {
  z-index: 10;
  margin-top: 60px;
  padding: 30px 30px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/image_footer_bg_carbon.jpg');
  background-position: 0% 50%;
  background-size: 1440px;
  box-shadow: 0 8px 12px -8px rgba(55, 75, 97, 0.4);
}

.lf-contact-info-wrapper {
  padding-left: 36px;
  font-weight: 700;
  text-decoration: none;
}

.lf-contact-info-wrapper.email {
  background-image: url('../images/icon_mail_blue.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.lf-contact-info-wrapper.email.margin-bottom {
  margin-bottom: 15px;
  background-image: url('../images/icon_mail_white.svg');
}

.lf-contact-info-wrapper.phone {
  background-image: url('../images/icon_phone_carbon.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.text-block-3 {
  padding-left: 36px;
}

.lit-adress-text {
  margin-bottom: 15px;
}

.lit-adress-seperator {
  margin-bottom: -30px;
}

.form-seperator {
  display: none;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.85);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

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

.clean-t-text-field-3 {
  height: 55px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-right: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transition: box-shadow 250ms ease, border-color 250ms ease;
  transition: box-shadow 250ms ease, border-color 250ms ease;
  font-size: 16px;
}

.clean-t-text-field-3:focus {
  background-color: rgba(0, 0, 0, 0.01);
}

.clean-t-text-field-3.text-area {
  height: auto;
  max-width: 100%;
  min-height: 170px;
  min-width: 100%;
  padding-right: 40px;
}

.clean-t-text-field-label-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cw-back-btn-wrap {
  display: none;
}

.lf-sticky-btn-content {
  width: 40px;
  height: 40px;
  background-color: #171d22;
  background-image: url('../images/icon_back-arrow_white.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.lf-sticky-btn-content:hover {
  background-color: #000;
}

.cw-content-limiter {
  max-width: 648px;
}

.cs-h2-impressum {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6em;
}

.cs-h3-impressum {
  margin-bottom: 2px;
  font-size: 1.1em;
  line-height: 1.45em;
  text-transform: none;
}

.lf-sticky-track {
  position: absolute;
  left: -80px;
  top: 0%;
  right: auto;
  bottom: 0%;
  padding-top: 8px;
}

.lf-sticky-btn-el {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.clean-h2-datenschutz-increment {
  margin-top: 35px;
  font-size: 25px;
  line-height: 35px;
}

.clean-list-datenschutz-default {
  margin-top: 15px;
  margin-bottom: 15px;
}

.clean-h3-datenschutz-increment {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
}

.clean-h4-datenschutz-increment {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.clean-404-headline-wrapper {
  position: relative;
}

.default-button-2 {
  position: relative;
  margin-left: -11px;
  padding: 7px 11px 12px 12px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 250ms ease, background-color 200ms ease;
  transition: color 250ms ease, background-color 200ms ease;
  color: rgba(68, 159, 209, 0.6);
  font-size: 11px;
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.default-button-2:hover {
  color: #449fd1;
}

.clean-404-message-headline {
  position: relative;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: -0.2px;
}

.clean-success-container {
  max-width: 640px;
  padding-left: 25px;
}

.clean-success-container.icon-container {
  padding-left: 95px;
}

.clean-full-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-btn-bottom-bar {
  position: absolute;
  left: 12px;
  top: auto;
  right: 11px;
  bottom: 10px;
  overflow: hidden;
  height: 3px;
  border-radius: 1px;
  background-color: #449fd1;
}

.clean-404-paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.d-btn-bottom-bar-cut-surface {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100px;
  height: 40px;
  margin-left: -19px;
  background-color: #449fd1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75));
  opacity: 0.49;
  -webkit-transform: translate(0%, -50%) skew(43deg, 0deg);
  -ms-transform: translate(0%, -50%) skew(43deg, 0deg);
  transform: translate(0%, -50%) skew(43deg, 0deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.clean-check-captcha-image {
  width: 184px;
  height: 78px;
  background-image: url('../images/image_info_captcha_correct.png');
  background-position: 0px 0px;
  background-size: 184px;
  background-repeat: no-repeat;
  cursor: not-allowed;
}

.clean-check-captcha-image.image-captcha-wrong {
  background-image: url('../images/image_info_captcha_wrong.png');
}

.default-button-3 {
  padding: 7px 11px 7px 12px;
  border-radius: 3px;
  background-color: #4b4b4b;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.default-button-3:hover {
  background-color: #000;
  color: #fff;
}

.clean-check-captcha-image-wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}

.check-captcha-headline-bold {
  color: #303030;
  font-weight: 800;
}

.clean-404-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clean-404-paragraph-2 {
  max-width: none;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.clean-check-captcha-headline {
  position: relative;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: -0.2px;
}

.clean-flex-column {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clean-flex-column.check-captcha-image-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.clean-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clean-flex-row.check-captcha-image-row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

html.w-mod-js *[data-ix="flip-card-initial"] {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

html.w-mod-js *[data-ix="accordion-content-hide"] {
  height: 0px;
}

html.w-mod-js *[data-ix="accordion-dropdown-initial"] {
  display: block;
  height: 0px;
}

html.w-mod-js *[data-ix="button-underline-initial"] {
  width: 0px;
}

html.w-mod-js *[data-ix="button-underline-3d-initial"] {
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="button-surface-initial"] {
  width: 0px;
}

html.w-mod-js *[data-ix="button-surface-initial-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="lightbox-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="img-hover-01-div-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

html.w-mod-js *[data-ix="img-hover-02-div-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="img-hover-02-icon-initial"] {
  -webkit-transform: scale(0.30000000000000004, 0.30000000000000004);
  -ms-transform: scale(0.30000000000000004, 0.30000000000000004);
  transform: scale(0.30000000000000004, 0.30000000000000004);
}

html.w-mod-js *[data-ix="cs-tickbox-1-initial"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000003, 0.7000000000000003);
  -ms-transform: scale(0.7000000000000003, 0.7000000000000003);
  transform: scale(0.7000000000000003, 0.7000000000000003);
}

html.w-mod-js *[data-ix="cs-checkbox-dropdown-initial"] {
  height: 0px;
}

html.w-mod-js *[data-ix="cs-dropdown-list-initial"] {
  height: 0px;
}

@media screen and (max-width: 991px) {
  .style-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .clean-t-custom-column.fluent._33 {
    width: 50%;
  }
  .clean-t-custom-column.fluent._25 {
    width: 33.33%;
  }
  .clean-t-flex-row.clean-t-sg-typo-row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .clean-t-flex-column.fluent {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .clean-t-flex-column.fluent._33 {
    width: 50%;
  }
  .clean-t-flex-column.fluent._33.style-element-gallerie {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .clean-t-flex-column.fluent._25 {
    width: 33.3333%;
  }
  .clean-t-flex-column._33 {
    width: 40%;
  }
  .clean-t-flex-column.clean-t-sg-typo-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .style-layouts-sidebar-content-div {
    width: auto;
    margin-right: 25px;
  }
  .clean-t-close-gallery-modal {
    top: 10px;
    right: 10px;
    color: #fff;
  }
  .gallerie-popup-content {
    margin-right: 40px;
    margin-left: 40px;
  }
  .clean-t-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tilt-wrapper.style-tilt-wrapper {
    padding: 0px;
  }
  .style-tilt-div {
    display: block;
    width: auto;
  }
  .clean-t-sg-grid-block {
    padding-top: 40px;
  }
  .clean-t-button {
    opacity: 1;
  }
  .clean-t-text-field-column.clean-t-radio-column.g-s-f-radio-select-column {
    width: 105px;
  }
  .clean-t-cookie-message-surface {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .clean-t-cookie-message-arrow {
    opacity: 0.9;
  }
  .clean-t-nav-element-wrapper {
    position: relative;
  }
  .clean-t-navbar.style-navbar {
    height: 66px;
  }
  .clean-t-navbar.style-navbar-2 {
    height: 66px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .clean-t-navbar.style-navbar-fix {
    height: 66px;
  }
  .clean-t-nav-link {
    display: block;
  }
  .clean-t-nav-link:hover {
    color: #4b4b4b;
  }
  .clean-t-nav-link.style-nav-link:hover {
    color: #4b4b4b;
  }
  .clean-t-nav-dropdown-icon {
    margin-top: 24px;
    margin-bottom: 25px;
  }
  .clean-t-nav-dropdown-icon.plus-icon {
    margin-top: 25px;
    margin-right: 17px;
    margin-bottom: 25px;
  }
  .clean-t-nav-menu {
    background-color: #ececec;
  }
  .clean-t-dropdown-list {
    overflow: hidden;
    width: auto;
  }
  .clean-t-dropdown-list-wrapper {
    border-style: solid none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    background-color: #f0f0f0;
    box-shadow: none;
  }
  .clean-t-dropdown-nav-link.style-dropdown-nav-link:hover {
    color: #4b4b4b;
  }
  .clean-t-nav-menu-button {
    padding: 15px 16px 14px;
    font-size: 35px;
  }
  .clean-t-nav-menu-button.w--open {
    background-color: #4b4b4b;
  }
  .clean-t-nav-menu-wrapper {
    position: relative;
    overflow: auto;
  }
  .clean-t-language-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .clean-t-language-link.small-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .clean-t-language-link.simple-lang-link {
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #4b4b4b;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .clean-t-language-arrow {
    top: 17px;
  }
  .clean-t-language-icon {
    top: 12px;
  }
  .clean-t-pre-navbar-2 {
    display: none;
  }
  .clean-t-pre-nav-element-wrap {
    margin-right: 0px;
    padding-right: 0px;
    float: none;
  }
  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 25px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .clean-t-pre-nav-social-link {
    width: 44px;
    height: 38px;
    background-size: 20px;
    opacity: 0.7;
  }
  .clean-t-pre-nav-social-link.facebook {
    background-image: url('../images/icon_social_facebook_black.svg');
  }
  .clean-t-pre-nav-social-link.twitter {
    background-image: url('../images/icon_social_twitter_black.svg');
  }
  .clean-t-pre-nav-social-link.instagram {
    background-image: url('../images/icon_social_instagram_black.svg');
  }
  .clean-t-pre-nav-social-link.xing {
    background-image: url('../images/icon_social_xing_black.svg');
  }
  .clean-t-pre-nav-social-link.linkedin {
    background-image: url('../images/icon_social_linkedin_black.svg');
  }
  .clean-t-pre-nav-social-link.youtube {
    background-image: url('../images/icon_social_youtube_black.svg');
  }
  .clean-t-pre-nav-phone-icon {
    width: 14px;
    height: 14px;
  }
  .clean-t-pre-nav-phone-icon-wrap {
    padding: 4px;
  }
  .clean-t-pre-nav-phone-text {
    color: #4b4b4b;
    font-size: 13px;
  }
  .clean-t-pre-nav-container {
    float: none;
  }
  .clean-t-pre-nav-container.mobile-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .clean-t-nav-menu-extra-wrap {
    display: block;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .clean-t-nav-menu-lang-wrap {
    display: block;
    max-width: 728px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 9px;
  }
  .lang-text-inactive {
    opacity: 0.4;
  }
  .clean-t-modal-close-overlay-link-div {
    top: -20px;
    right: -20px;
    color: #fff;
  }
  .clean-t-tickbox.tickbox-datenschutz {
    padding-top: 0px;
  }
  .lf-section.light-grey {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lit-adress-seperator {
    display: none;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(55, 75, 97, 0.2);
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cw-back-btn-wrap {
    display: block;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .lf-sticky-track {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 30px;
    margin-bottom: -30px;
    padding-top: 0px;
  }
  .lf-sticky-btn-el {
    position: static;
    top: auto;
  }
  .clean-success-container {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .style-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .clean-t-custom-column {
    float: none;
  }
  .clean-t-custom-column._25 {
    width: auto;
  }
  .clean-t-custom-column._25._75-combo {
    width: 100%;
  }
  .clean-t-custom-column._50 {
    width: auto;
  }
  .clean-t-custom-column._50._1-2 {
    width: 100%;
  }
  .clean-t-custom-column._33 {
    width: auto;
  }
  .clean-t-custom-column._33.style-parallax-background-column {
    margin-top: 15px;
  }
  .clean-t-custom-column._33.third-gap {
    margin-bottom: 30px;
  }
  .clean-t-custom-column._66 {
    width: 100%;
  }
  .clean-t-custom-column._75 {
    width: 100%;
  }
  .clean-t-custom-column._20 {
    width: 100%;
  }
  .clean-t-custom-column._40 {
    width: 100%;
  }
  .clean-t-custom-column.fluent._33 {
    width: auto;
  }
  .clean-t-custom-column.fluent._25 {
    width: auto;
  }
  .clean-t-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .clean-t-flex-row.wrapped {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .clean-t-flex-row.inside-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .clean-t-flex-row.style-animation-row {
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .clean-t-flex-row.style-animation-sequenz-row {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .clean-t-flex-row.style-scroll-animation-row {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .clean-t-flex-row.tooltips-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .clean-t-flex-row.sg-flex-row {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .clean-t-flex-column.quarter {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .clean-t-flex-column.fluent {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .clean-t-flex-column.fluent._33 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .clean-t-flex-column.fluent._33.style-element-gallerie {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .clean-t-flex-column.fluent._25 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .clean-t-flex-column._33 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column._33.style-animation-sequenz-column-33 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .clean-t-flex-column._33.tooltips-button-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .clean-t-flex-column._50 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .clean-t-flex-column.inside-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .clean-t-flex-column.style-animation-row-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .clean-t-flex-column.style-tilt-tracking-column {
    margin-top: 15px;
  }
  .clean-t-flex-column.sg-flex-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flip-card-wrapper.style {
    margin-bottom: 20px;
  }
  .tabs-left-menu {
    width: auto;
    margin: 0px -2px 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tabs-left-link-tab {
    margin: 0px 2px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs-left-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .style-window-body {
    margin-bottom: 15px;
  }
  .style-window-content-body {
    height: auto;
  }
  .style-window-content-body.layouts {
    height: auto;
    min-height: 150px;
  }
  .content-body.layout-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-body.layout-full-vertical.style-animation-row-content {
    height: 190px;
  }
  .content-body.layout-full-vertical.style-animation-sequenz-content {
    height: 270px;
  }
  .layout-sidebar-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .layout-sidebar-menu.style {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.16);
  }
  .layout-sidebar-content {
    overflow: visible;
  }
  .style-layouts-sidebar-nav-link {
    margin-right: 7px;
    margin-bottom: 0px;
  }
  .style-layouts-sidebar-content-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .style-layout-full-container {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .style-layout-full-container.content {
    padding-bottom: 10px;
  }
  .clean-t-gallery-modal {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .clean-t-close-gallery-modal {
    top: 0px;
    right: 0px;
  }
  .gallerie-popup-content {
    margin-right: 20px;
    margin-left: 20px;
  }
  .gallerie-popup-content.horizontal-image {
    max-width: 80vw;
  }
  .style-animation-row-text-wrapper {
    padding-top: 8px;
  }
  .style-animation-row-text-div {
    margin-bottom: 5px;
  }
  .clean-t-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .swiper-button-next {
    background-size: 12px;
  }
  .swiper-button-prev {
    background-size: 12px;
  }
  .style-parallax-tutorial-image {
    float: left;
  }
  .tilt-wrapper.style-tilt-wrapper {
    margin-bottom: 20px;
  }
  .clean-t-section-sg {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .clean-t-sg-grid-block {
    padding-top: 50px;
  }
  .clean-t-toggle-el {
    width: 47px;
    height: 34px;
    max-height: 34px;
    max-width: 47px;
  }
  .clean-t-tickbox-tick-toggle-1 {
    width: 27px;
  }
  .clean-t-h3-datenschutz {
    font-size: 1.35em;
  }
  .clean-t-text-field-column.clean-t-radio-column.g-s-f-radio-select-column {
    width: 120px;
  }
  .clean-t-iso-element-2 {
    width: 100%;
  }
  .clean-t-h4-datenschutz {
    font-size: 1.05em;
  }
  .clean-t-nav-logo-link-div {
    margin-left: 6px;
  }
  .clean-t-nav-logo-link-div.style-nav-logo {
    margin-left: 5px;
  }
  .clean-t-language-link.simple-lang-link {
    margin-right: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .clean-t-pre-nav-phone-icon {
    width: 18px;
    height: 18px;
  }
  .clean-t-pre-nav-phone-icon-wrap {
    margin-right: 0px;
    padding: 5px;
  }
  .clean-t-pre-nav-phone-text {
    display: none;
  }
  .clean-t-nav-menu-extra-wrap {
    padding-right: 8px;
    padding-left: 8px;
  }
  .clean-t-nav-menu-lang-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .clean-t-modal-content {
    padding: 40px 30px;
  }
  .clean-t-m-content-div {
    padding: 30px 25px 30px 30px;
  }
  .clean-t-checkbox-icon {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-left: 4px;
  }
  .clean-t-checkbox-bg {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-tickbox {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 40px;
  }
  .clean-t-checkbox-el {
    width: 34px;
    height: 34px;
  }
  .clean-t-checkbox-overlay {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-radio {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 40px;
  }
  .clean-t-radio.radio-button {
    width: 300px;
  }
  .clean-t-radio.radio-button._w-140 {
    width: 300px;
  }
  .clean-t-radio.radio-button._w-160 {
    width: 300px;
  }
  .clean-t-radio.radio-button._w-180 {
    width: 300px;
  }
  .clean-t-radio.radio-button._w-200 {
    width: 300px;
  }
  .clean-t-radio-bg {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg._w-140 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg._w-160 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg._w-180 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg._w-200 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-el {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-radio-el.clean-t-radio-button-el {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-el.clean-t-radio-button-el._w-140 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-el.clean-t-radio-button-el._w-160 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-el.clean-t-radio-button-el._w-180 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-el.clean-t-radio-button-el._w-200 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-overlay {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-radio-overlay.radio-button-overlay {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-overlay.radio-button-overlay._w-140 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-overlay.radio-button-overlay._w-160 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-overlay.radio-button-overlay._w-200 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-overlay.radio-button-overlay._w-180 {
    width: 300px;
    max-width: 300px;
  }
  .clean-t-radio-toggl {
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
  }
  .clean-t-toggle-bg {
    width: 47px;
    height: 34px;
    max-height: 34px;
    max-width: 47px;
  }
  .clean-t-toggle {
    min-height: 34px;
    padding-top: 7px;
  }
  .clean-t-toggle-overlay {
    width: 47px;
    height: 34px;
    max-height: 34px;
    max-width: 47px;
  }
  .clean-t-toggle-nub {
    left: 4px;
    top: 4px;
    width: 26px;
    height: 26px;
  }
  .clean-t-step-input-message-wrap {
    width: auto;
    margin-top: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .clean-t-input-message-icon {
    margin-right: 6px;
  }
  .clean-t-input-message-text {
    text-align: left;
  }
  .clean-t-steps-nav {
    left: 160px;
    right: 10px;
    width: auto;
  }
  .clean-t-steps-nav-point {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-radio-icon-container {
    margin-top: -12px;
    margin-bottom: -12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .clean-t-radio-icon-container.container-two-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .clean-t-text-final-name-field-wrapper {
    padding-top: 15px;
    padding-left: 0px;
  }
  .lf-section.light-grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lf-hero-logo-wrapper {
    width: 90%;
  }
  .clean-t-radio-1 {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-tickbox-1 {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-checkbox-icon-1 {
    width: 33px;
    height: 33px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .clean-t-radio-toggl-2 {
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
  }
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .form-right {
    margin-left: 0px;
    padding-top: 30px;
    padding-left: 30px;
  }
  .form-left {
    margin-top: 0px;
    background-color: #fff;
    box-shadow: none;
  }
  .lit-adress-seperator {
    display: block;
  }
  .lf-adress-seperator {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: -30px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(55, 75, 97, 0.2);
  }
  .div-block {
    width: 100%;
  }
  .form-seperator {
    display: block;
    width: 100%;
    height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
    text-align: center;
  }
  .seperator {
    width: 100%;
    height: 100%;
    background-color: rgba(55, 75, 97, 0.2);
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .clean-success-container {
    padding-left: 10px;
  }
  .clean-success-container.icon-container {
    padding-left: 75px;
  }
  .clean-check-captcha-image {
    width: 215px;
    height: 91px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: cover;
  }
  .clean-check-captcha-image-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .clean-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .clean-t-custom-column._25 {
    width: 100%;
  }
  .clean-t-custom-column.fluent._33 {
    width: 100%;
  }
  .clean-t-custom-column.fluent._25 {
    width: 100%;
  }
  .clean-t-flex-row.wrapped {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .clean-t-flex-row.style-scroll-animation-row {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clean-t-flex-row.tooltips-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clean-t-flex-row.tooltips-row.tooltip-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .clean-t-flex-column.quarter {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column.fluent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column.fluent._33 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column.fluent._33.style-element-gallerie {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column.fluent._25 {
    width: auto;
  }
  .clean-t-flex-column._33.tooltips-button-column {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .clean-t-flex-column.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column.auto.tooltip-column {
    margin-bottom: 15px;
  }
  .clean-t-flex-column._50 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabs-top-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs-top-content {
    margin-top: 0px;
  }
  .tabs-top-tab-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.5%;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
  }
  .tabs-top-tab-link.style {
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 2px;
  }
  .style-image {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .tabs-top-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tabs-left-menu {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs-left-link-tab {
    margin-bottom: 4px;
    -webkit-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .style-window-content-body.layouts {
    min-height: 0px;
  }
  .content-body.layout-full-vertical.style-animation-row-content {
    height: 210px;
  }
  .content-body.layout-full-vertical.style-animation-sequenz-content {
    height: 300px;
  }
  .clean-t-close-gallery-modal {
    top: 20px;
    right: 10px;
  }
  .gallerie-popup-content {
    margin-right: 10px;
    margin-left: 10px;
  }
  .gallerie-popup-content.horizontal-image {
    max-width: none;
  }
  .clean-t-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .elements-tooltip-text-div {
    position: relative;
  }
  .elements-tooltip-text-div.overflow-text-limit {
    overflow: hidden;
  }
  .clean-t-section-sg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .clean-t-sg-grid-block {
    padding-top: 40px;
  }
  .clean-t-sg-color-div {
    padding-top: 25%;
  }
  .clean-t-home-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .clean-t-button {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
  }
  .clean-t-radio-container.switch-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .clean-t-radio-wrapper.mobile-hor-wrap {
    margin-right: 16px;
  }
  .clean-t-text-field-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .clean-t-text-field-column.clean-t-radio-column.g-s-f-radio-select-column {
    width: auto;
  }
  .clean-t-text-field-column.column-hausnummer {
    width: auto;
  }
  .clean-t-text-field-column.column-plz {
    width: auto;
  }
  .clean-t-text-field-label-wrap.upload-label-wrap {
    top: -58px;
  }
  .clean-t-form-anrede-wrap.fixed-labels-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clean-t-form-anrede-wrap.fixed-labels-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .clean-t-text-field-wrapper.embed-upload-wrapper {
    margin-top: 74px;
  }
  .clean-t-text-field-wrapper.radio-switch-wrapper {
    margin-top: 0px;
    margin-bottom: 6px;
  }
  .clean-t-cookie-message-contant {
    min-width: 265px;
    padding: 22px 20px 24px 30px;
  }
  .clean-t-cookie-text {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .clean-t-cookie-button.clean-t-template {
    font-size: 15px;
  }
  .clean-t-nav-logo-link-div.style-nav-logo {
    width: 70px;
    height: 52px;
  }
  .clean-t-navbar.style-navbar {
    height: 52px;
  }
  .clean-t-navbar.style-navbar-2 {
    height: 54px;
  }
  .clean-t-navbar.style-navbar-fix {
    height: 52px;
  }
  .clean-t-nav-menu-button {
    padding: 9px 10px 8px;
  }
  .clean-t-language-link.simple-lang-link {
    padding-right: 6px;
    padding-left: 6px;
  }
  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .clean-t-modal-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .clean-t-m-content-div {
    padding: 25px 20px;
  }
  .clean-t-modal-close-overlay-link-div {
    top: -10px;
    right: -10px;
  }
  .clean-t-radio.radio-button {
    width: 100%;
  }
  .clean-t-radio.radio-button._w-140 {
    width: 100%;
  }
  .clean-t-radio.radio-button._w-160 {
    width: 100%;
  }
  .clean-t-radio.radio-button._w-180 {
    width: 100%;
  }
  .clean-t-radio.radio-button._w-200 {
    width: 100%;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg._w-140 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg._w-160 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg._w-180 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-bg.clean-t-radio-button-bg._w-200 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-el.clean-t-radio-button-el {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-el.clean-t-radio-button-el._w-140 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-el.clean-t-radio-button-el._w-160 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-el.clean-t-radio-button-el._w-180 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-el.clean-t-radio-button-el._w-200 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-overlay.radio-button-overlay {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-overlay.radio-button-overlay._w-140 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-overlay.radio-button-overlay._w-160 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-overlay.radio-button-overlay._w-200 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-radio-overlay.radio-button-overlay._w-180 {
    width: 100%;
    max-width: 100%;
  }
  .clean-t-steps-nav {
    left: 10px;
    top: 0px;
  }
  .clean-t-radio-icon-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lf-section.light-grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lf-hero-logo-wrapper {
    width: 100%;
  }
  .cllb-aw-form-assurance-message {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .clean-t-radio-wrapper-2.anrede-wrapper {
    margin-left: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .clean-success-container {
    margin-top: 30px;
    padding-left: 0px;
  }
  .clean-success-container.icon-container {
    padding-top: 65px;
    padding-left: 0px;
  }
  .clean-full-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@font-face {
  font-family: 'Source Sans Pro – Lokal';
  src: url('../fonts/source-sans-pro-v13-latin-200.woff2') format('woff2'), url('../fonts/source-sans-pro-v13-latin-200.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro – Lokal';
  src: url('../fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), url('../fonts/source-sans-pro-v13-latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro – Lokal';
  src: url('../fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), url('../fonts/source-sans-pro-v13-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro – Lokal';
  src: url('../fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), url('../fonts/source-sans-pro-v13-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro – Lokal';
  src: url('../fonts/source-sans-pro-v13-latin-900.woff2') format('woff2'), url('../fonts/source-sans-pro-v13-latin-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro – Lokal';
  src: url('../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-pro-v13-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}