.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 {
  font-family: 'Open Sans', sans-serif;
  color: #081033;
  font-size: 16px;
  line-height: 1.45em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #081033;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -0.6px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #081033;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #081033;
  text-decoration: underline;
}

a:hover {
  color: #6bb1e1;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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;
}

.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.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-flex-row.sg-flex-row {
  margin-right: -15px;
  margin-left: -15px;
}

.clean-flex-row.clean-sg-typo-row {
  margin-right: -30px;
  margin-left: -30px;
}

.clean-flex-row.check-captcha-image-row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.clean-flex-column {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clean-flex-column.fluent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-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-flex-column.sg-flex-column {
  padding-right: 15px;
  padding-left: 15px;
}

.clean-flex-column.clean-sg-typo-column {
  padding-right: 30px;
  padding-left: 30px;
}

.clean-flex-column.check-captcha-image-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.clean-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-list-parent.sg-grid-list-parent {
  margin-bottom: 2px;
}

.clean-list-symbol-div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-list-symbol-div.sg-grid-list-symbol {
  width: 128px;
}

.clean-list-symbol-div.sg-list-icon-1 {
  padding-right: 12px;
}

.clean-list-content-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.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;
}

.cs-h3-impressum {
  margin-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.45em;
  text-transform: none;
}

.cs-h2-impressum {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6em;
}

.cs-h2-impressum.cllb-impressum-headline {
  font-size: 1.4em;
}

.style-paragraph {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.45em;
  font-weight: 400;
  letter-spacing: 0px;
}

.clean-container {
  position: relative;
}

.clean-li {
  margin-bottom: 10px;
}

.clean-li.circle-medium-grey {
  color: #4b4b4b;
}

.clean-ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.clean-ul.no-bullets {
  list-style-type: none;
}

.clean-section-sg {
  padding-top: 65px;
  padding-bottom: 55px;
}

.clean-styleguide-line {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 1px;
  background-color: rgba(0, 0, 0, 0.25);
}

.clean-styleguide-line.sub-headline {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.clean-sg-section-heading {
  opacity: 0.9;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 1.45em;
  font-weight: 700;
  text-transform: uppercase;
}

.clean-sg-section-heading.typo {
  color: #00bcd6;
}

.clean-sg-section-heading.color {
  color: #9d1bb2;
}

.clean-sg-section-heading.grid {
  color: #ec1561;
}

.clean-sg-section-heading.logo {
  color: #1194f6;
}

.clean-sg-section-heading.components {
  color: #27d827;
}

.clean-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-sg-grid-block.grid-block-first {
  border-left-color: #ec1561;
}

.clean-sg-grid-block.grid-block-last {
  border-right-color: #ec1561;
}

.clean-sg-grid-info-container {
  margin-top: 25px;
}

.clean-sg-text {
  color: #858585;
  font-size: 11px;
  line-height: 1.3em;
}

.clean-sg-text.clean-sg-type-typo {
  color: #00bcd6;
  font-weight: 700;
}

.clean-sg-text.sg-type-extra {
  margin-left: 20px;
}

.clean-sg-text.bold {
  font-weight: 700;
}

.clean-sg-text.clean-sg-type-logo {
  font-weight: 700;
}

.clean-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-sg-text.sg-extra-download:hover {
  border-bottom-color: #1194f6;
  color: #1194f6;
}

.clean-sg-color-element-wrapper {
  margin-bottom: 25px;
}

.clean-sg-color-div {
  padding-top: 40%;
}

.clean-sg-color-div.sg-text-color-1 {
  background-color: rgba(157, 27, 178, 0.7);
}

.clean-sg-color-div.sg-text-color-2 {
  background-color: rgba(157, 27, 178, 0.5);
}

.clean-sg-color-div.sg-element-color-1 {
  background-color: rgba(106, 27, 178, 0.7);
}

.clean-sg-color-div.sg-element-color-2 {
  background-color: rgba(106, 27, 178, 0.5);
}

.clean-sg-color-div.sg-element-color-3 {
  background-color: rgba(106, 27, 178, 0.3);
}

.clean-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-sg-type-text-wrapper.sg-type-typography-wrapper {
  margin-bottom: 40px;
}

.clean-sg-content-heading {
  margin-bottom: 8px;
  color: #4b4b4b;
  font-weight: 600;
}

.clean-sg-text-extra {
  color: #c2c2c2;
}

.default-button {
  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;
}

.clean-testemonial-wrapper {
  position: relative;
  padding: 15px 25px 18px;
}

.clean-testemonial-text {
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
}

.clean-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-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-sg-logo-div.sg-logo-dark {
  background-color: rgba(75, 75, 75, 0.85);
}

.clean-sg-list-icon-1 {
  width: 16px;
  margin-top: -2px;
  opacity: 0.74;
}

.clean-cookie-container {
  position: fixed;
  left: 25px;
  bottom: 15px;
  z-index: 1000;
  display: none;
}

.clean-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-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-cookie-message {
  position: absolute;
  left: -15px;
  bottom: 48px;
}

.clean-cookie-message-surface {
  margin-top: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.8);
}

.clean-cookie-message-contant {
  min-width: 290px;
  padding: 24px 25px 25px 35px;
}

.clean-cookie-message-contant.larger-message {
  padding-right: 15px;
  padding-left: 25px;
}

.clean-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-cookie-headline {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
}

.clean-cookie-text {
  margin-bottom: 15px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.2px;
}

.clean-cookie-button {
  padding: 9px 14px 10px;
  border-radius: 2px;
  background-color: #6bb1e1;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.clean-cookie-button:hover {
  background-color: #347eb0;
  color: #fff;
}

.clean-cookie-button.clean-template {
  margin-right: 15px;
  padding: 9px 14px 10px;
  background-color: #1194f6;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
}

.clean-cookie-button.clean-template:hover {
  background-color: #ff5722;
}

.clean-cookie-button.full-width {
  width: 100%;
  margin-right: 10px;
  text-align: center;
}

.clean-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-cookie-link.clean-style-intext-link {
  color: #1194f6;
}

.clean-cookie-link.clean-style-intext-link:hover {
  color: #ff5722;
}

.clean-cookie-link.cllb-aw-cookie-text-link {
  color: #6bb1e1;
}

.clean-cookie-link.cllb-aw-cookie-text-link:hover {
  color: #347eb0;
}

.clean-cookie-message-arrow {
  position: absolute;
  left: 26px;
  bottom: -6px;
  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(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clean-full-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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-404-headline-wrapper {
  position: relative;
}

.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-message-headline {
  position: relative;
  margin-bottom: 15px;
  color: #081033;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: -0.2px;
}

.clean-404-paragraph {
  max-width: none;
  margin-bottom: 25px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.clean-success-container {
  margin-right: 30px;
  margin-left: 95px;
}

.clean-h2-datenschutz-increment {
  margin-top: 35px;
  font-size: 25px;
  line-height: 35px;
}

.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-list-datenschutz-default {
  margin-top: 15px;
  margin-bottom: 15px;
}

.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');
}

.clean-check-captcha-image-wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}

.clean-check-captcha-headline {
  position: relative;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: -0.2px;
}

.check-captcha-headline-bold {
  color: #303030;
  font-weight: 800;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.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 {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  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;
}

.clean-t-button:hover {
  background-color: #4b4b4b;
  opacity: 1;
  color: #fff;
}

.cllb-aw-header-content-wrap {
  position: relative;
  padding-top: 220px;
  padding-bottom: 130px;
  text-align: center;
}

.cllb-aw-header-content-wrap.news-detail {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cllb-aw-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cllb-aw-section.grey-section {
  background-color: #f6f6f6;
}

.cllb-aw-section.follow-section {
  padding-bottom: 35px;
}

.cllb-aw-section.sofort-check-section {
  margin-top: -100px;
  padding-top: 0px;
}

.cllb-aw-section.cta-section {
  background-image: url('../images/image-bg-schritte.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cllb-aw-section.cta-section.cta-02 {
  background-image: url('../images/image-bg-cta_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cllb-aw-section._4steps {
  background-image: url('../images/image-cta-bg-temp.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cllb-aw-hero-parallax-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.cllb-aw-hero-parallax-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/image-hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cllb-aw-h1-hero {
  margin-bottom: 15px;
}

.cllb-aw-h1-hero.headline-width-custom {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.cllb-aw-sub-hero-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
}

.cllb-aw-hero-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cllb-aw-top-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 154px;
  height: 154px;
  background-image: url('../images/logo-top.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.cllb-aw-top-logo.logo-head-img {
  border-right: 1px solid #fff;
}

.cllb-aw-info-div {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 999;
  padding: 26px 24px 26px 58px;
  background-color: #fff;
  background-image: url('../images/icon-info-darkblue.svg');
  background-position: 22px 26px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.cllb-aw-fixed-button-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
}

.cllb-aw-hero-contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px;
  background-color: #6bb1e1;
  -webkit-transition: color 200ms ease, background-color 250ms ease;
  transition: color 200ms ease, background-color 250ms ease;
  color: #fff;
  line-height: 1.4em;
  font-weight: 600;
  text-decoration: none;
}

.cllb-aw-hero-contact-button:hover {
  background-color: #081033;
  color: #fff;
}

.cllb-aw-hero-contact-button.direction-btn {
  padding: 9px 16px 11px;
  background-color: #fff;
  color: #fc9707;
}

.cllb-aw-hero-contact-button.direction-btn.btn-prev {
  padding-left: 12px;
}

.cllb-aw-hero-contact-button.direction-btn.btn-prev.restart-btn {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.55);
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: border-color 250ms ease, color 200ms ease, background-color 250ms ease;
  transition: border-color 250ms ease, color 200ms ease, background-color 250ms ease;
  color: #fff;
}

.cllb-aw-hero-contact-button.direction-btn.btn-prev.restart-btn:hover {
  border-color: #fff;
}

.cllb-aw-hero-contact-button.direction-btn.btn-next {
  margin-left: 10px;
  padding-right: 12px;
}

.cllb-aw-hero-contact-button.cta-button {
  background-color: #fc9707;
}

.cllb-aw-hero-contact-button.cta-button:hover {
  background-color: #e78d0d;
}

.cllb-aw-hero-contact-button.cta-button._9292 {
  background-color: #fff;
  color: #fc9707;
}

.cllb-aw-hero-contact-button.cta-button.white.small {
  padding: 8px 16px 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 11px;
}

.cllb-aw-hero-contact-button-icon {
  width: 16px;
  height: 20px;
  margin-top: 4px;
  margin-left: 15px;
  background-image: url('../images/icon-arrow-right-white_1.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.cllb-aw-hero-contact-button-icon.icon-next {
  margin-top: 1px;
  margin-left: 10px;
  background-image: url('../images/icon-arrow-right-white_1.svg');
}

.cllb-aw-hero-contact-button-icon.icon-prev {
  margin-top: 1px;
  margin-right: 10px;
  margin-left: 0px;
  background-image: url('../images/icon-arrow-right-white_1.svg');
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cllb-aw-hero-contact-button-icon.icon-prev.negative {
  background-image: url('../images/icon-arrow-right-white.svg');
}

.cllb-aw-hero-contact-button-icon.icon-restart {
  width: 18px;
  height: 20px;
  margin-top: 1px;
  margin-right: 6px;
  margin-left: 7px;
  background-image: url('../images/icon-restart-white.svg');
  background-size: contain;
}

.cllb-aw-hero-contact-button-icon.icon-white {
  background-image: url('../images/icon-arrow-right-white.svg');
}

.cllb-aw-hero-contact-button-icon.icon-white.small {
  width: 8px;
  height: 12px;
  background-size: contain;
}

.cllb-aw-hero-button-column {
  padding-right: 12px;
  padding-left: 12px;
}

.cllb-aw-hero-call-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 15px 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px;
  background-color: #fff;
  box-shadow: 0 8px 12px -8px rgba(8, 26, 39, 0.4);
  -webkit-transition: color 200ms ease, background-color 250ms ease;
  transition: color 200ms ease, background-color 250ms ease;
  color: #6bb1e1;
  line-height: 1.4em;
  font-weight: 600;
  text-decoration: none;
}

.cllb-aw-hero-call-button.blue-button {
  background-color: #6bb1e1;
  color: #fff;
}

.cllb-aw-hero-call-button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 52px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background-image: url('../images/icon-phone-blue.svg');
  background-position: 60% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.cllb-aw-hero-call-button-link.white-icon {
  background-image: url('../images/icon-phone-white.svg');
}

.cllb-aw-hero-call-button-link.desktop {
  display: block;
}

.cllb-aw-hero-call-button-link.mobil {
  display: none;
}

.cllb-aw-hero-call-button-text {
  margin-top: 1px;
}

.cllb-aw-hero-call-button-text.mobile {
  display: none;
}

.cllb-aw-hero-section {
  position: relative;
}

.cllb-aw-content-centered {
  text-align: center;
}

.cllb-aw-siegel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cllb-aw-siegel-column {
  padding-right: 30px;
  padding-left: 30px;
}

.clean-t-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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.inside-row {
  margin-right: 0px;
  margin-left: 0px;
}

.clean-t-flex-column {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clean-t-flex-column.inside-column {
  padding-right: 0px;
  padding-left: 0px;
}

.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._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.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._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._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.form-column {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-flex-column.cllb-aw-s-f-conclusion-box-column {
  width: 24%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-pre-h2-template {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.clean-t-pre-h2-template.grid {
  color: #1194f6;
}

.clean-t-pre-h2-template.elements {
  color: #00bcd6;
}

.clean-t-container {
  position: relative;
}

.clean-t-h2-template {
  margin-top: 0px;
  margin-bottom: 55px;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4b;
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
}

.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-custom-column {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.clean-t-custom-column._40 {
  width: 40%;
}

.clean-t-custom-column._33 {
  width: 33.33%;
}

.clean-t-custom-column._75 {
  width: 75%;
}

.clean-t-custom-column._50 {
  width: 50%;
}

.clean-t-custom-column._50.inside-column {
  padding-right: 0px;
  padding-left: 0px;
}

.clean-t-custom-column.fluent {
  margin-bottom: 10px;
}

.clean-t-custom-column.fluent._25 {
  width: 25%;
}

.clean-t-custom-column.fluent._25.style {
  height: 50px;
}

.clean-t-custom-column.fluent._33 {
  width: 33.33%;
}

.clean-t-custom-column.fluent._33.style {
  height: 50px;
}

.clean-t-custom-column._66 {
  width: 66.66%;
}

.clean-t-custom-column._100 {
  width: 100%;
}

.clean-t-custom-column._25 {
  width: 25%;
}

.clean-t-custom-column._20 {
  width: 20%;
}

.clean-t-custom-row {
  margin-right: -10px;
  margin-left: -10px;
}

.clean-t-custom-row.inside-row {
  margin-right: 0px;
  margin-left: 0px;
}

.clean-t-custom-row.style {
  margin-bottom: 10px;
}

.cllb-aw-c-call-div {
  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;
}

.cllb-aw-c-call-info-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.cllb-aw-c-call-info-text.phone-nmbr-next {
  margin-right: 15px;
}

.cllb-aw-c-call-info-text.centered {
  text-align: center;
}

.cllb-aw-c-separator-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cllb-aw-c-separator-line {
  padding-top: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e3e3e3;
}

.cllb-aw-c-seperator-text {
  margin-right: 14px;
  margin-left: 14px;
  color: rgba(8, 16, 51, 0.6);
  font-weight: 700;
}

.clean-t-checkbox-field-label {
  display: none;
}

.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-flex-row-2 {
  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-2.tooltips-row {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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-checkbox-1 {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 26px;
  max-height: 26px;
  max-width: 39px;
  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: #e2e2e2;
}

.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-code-desc-text {
  color: #272727;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 700;
}

.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.off-tooltip {
  background-color: #f8f8f8;
}

.form-note-text {
  float: right;
  text-align: right;
}

.clean-t-text-field {
  height: 36px;
  margin-bottom: 10px;
  padding-top: 7px;
  padding-right: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.14);
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.clean-t-text-field:hover {
  border-color: #6bb1e1;
}

.clean-t-text-field: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::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.clean-t-text-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.clean-t-text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.clean-t-text-field::placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.clean-t-text-field.dynamic-field {
  margin-bottom: 30px;
}

.clean-t-text-field.text-area {
  height: auto;
  max-width: 100%;
  min-height: 170px;
  min-width: 100%;
  padding-right: 40px;
}

.clean-t-text-field.text-area.dynamic-field {
  margin-top: 40px;
}

.clean-t-text-field.style {
  -webkit-transition: box-shadow 200ms ease, border 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease;
  color: #00bcd6;
}

.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.top-label {
  margin-bottom: 30px;
}

.clean-t-text-field.top-label:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.clean-t-text-field.top-label:focus {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.12);
}

.clean-t-text-field.top-label.number-input {
  margin-bottom: 10px;
  padding-right: 12px;
}

.clean-t-text-field.cllb-aw-s-f-input {
  padding-right: 12px;
}

.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-checkbox-dropdown-content {
  overflow: hidden;
  height: auto;
}

.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;
}

.clean-t-checkbox-icon-1.steps-form-datenschutz-checkbox-icon {
  background-image: url('../images/icon-tick-orange.svg');
}

.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.final-form-wrap {
  margin-bottom: 25px;
}

.clean-t-flex-column-2 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clean-t-flex-column-2._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-2._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-recaptcha {
  margin-top: 50px;
  margin-bottom: 40px;
}

.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: #e2e2e2;
}

.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);
  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;
}

.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-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-sub-category-wrap {
  margin-bottom: 110px;
}

.clean-t-text-field-label-wrap {
  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;
}

.clean-t-checkbox-label {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.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-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-post-h2-template {
  font-family: 'Open Sans', sans-serif;
  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;
}

.success-message {
  border: 1px solid #27d827;
  background-color: rgba(39, 216, 39, 0.05);
  font-size: 1.1em;
  letter-spacing: 0.2px;
}

.highlight-html-attribute {
  font-family: Bitter, serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.clean-t-normal-radio-container {
  margin-bottom: 55px;
}

.clean-t-tickbox-tick-toggle-1 {
  position: absolute;
  display: inline-block;
  width: 17px;
  margin-top: 3px;
  margin-left: 3px;
}

.clean-t-radio-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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-checkbox-overlay {
  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.toggle-overlay-1 {
  background-color: #00bcd6;
}

.clean-t-checkbox-overlay.cllb-aw-checkbox-overlay {
  background-color: #6bb1e1;
}

.clean-t-checkbox-overlay.cllb-aw-checkbox-overlay.negative {
  background-color: #fff;
}

.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: #e2e2e2;
}

.clean-t-tickbox-1.negative {
  border-color: hsla(0, 0%, 100%, 0.12);
  background-color: hsla(0, 0%, 100%, 0.5);
}

.clean-t-checkbox-wrapper {
  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.einwilligung-wrapper {
  margin-top: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clean-t-checkbox-wrapper.einwilligung-wrapper.cllb-aw-s-f-einwilligung-wrapper {
  margin-top: 0px;
}

.error-message {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 12px;
  border: 1px solid #c40101;
}

.clean-t-text-field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.clean-t-radio-overlay {
  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.radio-overlay-1 {
  background-color: #00bcd6;
}

.clean-t-radio-overlay.cllb-aw-radio-overlay-1 {
  background-color: #6bb1e1;
}

.clean-t-tickbox-tick-1 {
  display: block;
  width: 100%;
}

.clean-t-radio-wrapper {
  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.anrede-wrapper {
  margin-left: 20px;
}

.submit-button-style {
  float: right;
  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;
}

.clean-t-checkbox-dropdown-wrap {
  margin-bottom: 15px;
}

.clean-t-dynamic-label-optional-text {
  opacity: 0.45;
  font-style: italic;
}

.clean-t-text-field-label {
  margin-bottom: 0px;
  font-size: 0.75em;
  line-height: 1.4em;
  font-weight: 600;
}

.clean-t-text-field-label.anrede-label {
  margin-right: 5px;
}

.clean-t-text-field-label.optional-text {
  margin-left: 4px;
  color: hsla(0, 0%, 100%, 0.5);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.clean-t-text-field-label.clean-t-text-field-label-astrix {
  margin-left: 3px;
  padding-top: 5px;
  color: #00bcd6;
  font-size: 1.2em;
  line-height: 0.5em;
  font-weight: 700;
}

.clean-t-text-field-label.cllb-aw-q-text-label {
  font-size: 1.1em;
  font-weight: 400;
}

.clean-t-text-field-wrapper {
  position: relative;
}

.clean-t-text-field-wrapper.radio-email {
  display: none;
}

.clean-t-text-field-wrapper.its-a-trap-wrap {
  display: none;
}

.clean-t-text-field-wrapper.cllb-aw-s-f-input-year-wrapper {
  width: 200px;
}

.clean-t-radio {
  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-aw-form {
  margin-top: 18px;
}

.cllb-aw-form-assurance-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.cllb-aw-form-assurance-message.aligne-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cllb-aw-form-assurance-message.aligne-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cllb-aw-form-assurance-message-text {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.cllb-aw-form-assurance-message-icon {
  margin-right: 5px;
  opacity: 0.7;
}

.cllb-aw-button {
  position: relative;
  padding: 12px 24px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px;
  background-color: #6bb1e1;
  box-shadow: 0 8px 12px -8px rgba(8, 26, 39, 0.4);
  -webkit-transition: color 200ms ease, background-color 250ms ease;
  transition: color 200ms ease, background-color 250ms ease;
  color: #f8f8f8;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.cllb-aw-button:hover {
  background-color: #081033;
  color: #f8f8f8;
}

.cllb-aw-button.steps-form-button {
  background-color: #fff;
  color: #6bb1e1;
}

.cllb-aw-c-ap-wrapper {
  display: inline-block;
}

.cllb-aw-c-ap-element {
  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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 16, 51, 0.2);
  background-color: #f6f6f6;
}

.cllb-aw-c-ap-el-name-div {
  margin-bottom: 18px;
}

.cllb-aw-c-ap-el-text-content {
  padding: 18px 14px 10px;
}

.cllb-aw-c-ap-el-pos-text {
  color: rgba(8, 16, 51, 0.6);
  font-weight: 700;
}

.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.cllb-aw-c-ap-list-symbol {
  width: 22px;
}

.clean-t-list-symbol-div.cllb-aw-cta-list-symbol {
  width: 38px;
}

.clean-t-list-symbol-div.cllb-aw-intro-square-list-symbol {
  width: 34px;
}

.clean-t-list-content-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.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.cllb-aw-c-ap-el-list-parent {
  margin-bottom: 8px;
}

.clean-t-list-parent.cllb-aw-cta-list-parent {
  margin-top: 15px;
  margin-bottom: 15px;
}

.clean-t-list-parent.steps-form-conclusion-list-parent {
  margin-bottom: 5px;
}

.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;
}

.list-symbol-icon {
  display: block;
}

.list-symbol-icon.style-tick {
  margin-top: 4px;
}

.cllb-aw-list-symbol-icon {
  display: block;
  opacity: 0.7;
}

.cllb-aw-list-symbol-icon.email-icon {
  margin-top: 2px;
}

.cllb-aw-c-ap-el-contact-text {
  color: #6bb1e1;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
}

.cllb-aw-c-ap-el-contact-text.mobile {
  display: none;
}

.cllb-aw-c-ap-el-contact-text-link {
  display: inline;
  color: #6bb1e1;
  text-decoration: none;
}

.cllb-aw-c-ap-el-contact-text-link:hover {
  color: #081033;
}

.cllb-aw-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(8, 16, 51, 0.15);
}

.cllb-aw-footer-text {
  font-size: 14px;
  line-height: 1.4em;
}

.cllb-aw-footer-link-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;
}

.cllb-aw-footer-link {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.4em;
  text-decoration: none;
}

.cllb-aw-footer-link-separator {
  height: 16px;
  padding-left: 1px;
  background-color: #081033;
}

.cllb-aw-cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/image-cta-bg-temp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cllb-aw-cta-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;
}

.cllb-aw-h2-cta {
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
}

.cllb-aw-cta-separator {
  height: 130px;
  margin-right: 40px;
  margin-left: 40px;
  padding-left: 2px;
  background-color: hsla(0, 0%, 100%, 0.45);
}

.cllb-aw-cta-list-wrapper {
  width: 648px;
}

.cllb-aw-cta-list-text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.cllb-aw-cta-list-symbol-icon {
  display: block;
  margin-top: 3px;
  opacity: 0.7;
}

.cllb-aw-testemonials-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.cllb-aw-tm-container {
  position: relative;
  height: 100%;
  text-align: left;
}

.cllb-aw-tm-content {
  padding-top: 18px;
  padding-bottom: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cllb-aw-tm-content-text {
  font-size: 18px;
  line-height: 1.4em;
  font-style: italic;
}

.cllb-aw-tm-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cllb-aw-tm-person-wrap {
  position: relative;
  padding-top: 9px;
  padding-right: 110px;
  padding-bottom: 18px;
}

.cllb-aw-tm-person-text-name {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
}

.cllb-aw-tm-person-text-name.bewertung-text {
  color: rgba(8, 16, 51, 0.4);
}

.cllb-aw-intro-headline {
  position: relative;
}

.cllb-aw-intro-headline-icon-div {
  position: absolute;
  left: -74px;
  top: 8px;
  width: 47px;
  height: 50px;
  background-color: #6bb1e1;
  background-image: url('../images/icon-attention-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.cllb-aw-intro-headline-icon-div.icon-gavel {
  background-image: url('../images/icon-urteil-update.svg');
  background-position: 53% 41%;
  background-size: 27px;
}

.cllb-aw-intro-sub-headline-text {
  margin-bottom: 25px;
  color: #444;
  font-size: 20px;
  line-height: 1.4em;
}

.cllb-aw-intro-square-list-symbol-icon {
  display: block;
  width: 20px;
  margin-top: 3px;
  opacity: 0.7;
}

.cllb-aw-intro-square-list-symbol-icon.full-opacity {
  opacity: 1;
}

.cllb-aw-schritte-bottom {
  padding-bottom: 50px;
}

.cllb-aw-schritte-headline-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.cllb-aw-schritte-top {
  background-image: url('../images/image-bg-schritte.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cllb-aw-schritt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26px;
  padding-left: 26px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.cllb-aw-schritt-number-div {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  padding-top: 32px;
  border-radius: 50%;
  background-color: #081033;
  color: #fff;
  font-size: 37px;
  font-weight: 600;
}

.cllb-aw-h3-schritt {
  max-width: 182px;
  margin-bottom: 20px;
}

.cllb-aw-schritte-wrapper {
  margin-top: -48px;
}

.cllb-aw-schritte-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cllb-aw-schritte-button-wrapper.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cllb-aw-schritte-button-wrapper.align-edges {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cllb-aw-schritte-button-wrapper.align-edges.top-wrapper {
  margin-top: 0px;
  margin-bottom: 25px;
}

.cllb-aw-schritte-button-wrapper.align-edges.form-slide-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cllb-aw-schritte-button-wrapper.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cllb-aw-schritte-button-wrapper.sticky-cta {
  margin-top: 0px;
}

.cllb-aw-schritte-button-wrapper.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cllb-aw-schritte-button-wrapper.align-left-all {
  -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;
}

.cllb-aw-h2-kontakt-mobil {
  display: none;
}

.cllb-aw-h1-impressum {
  color: #081033;
}

.cllb-aw-back-button-wrap-top {
  margin-bottom: 35px;
}

.cllb-aw-back-button-wrap-bottom {
  margin-top: 45px;
}

.cllb-aw-news-info-wrap {
  max-width: 720px;
}

.cllb-aw-small-p {
  margin-bottom: 0px;
  color: rgba(8, 16, 51, 0.6);
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: -0.3px;
}

.cllb-aw-small-p.bold {
  color: #081033;
  font-weight: 700;
}

.cllb-aw-urteile-slider-wrap {
  margin-top: 65px;
}

.cllb-aw-slider-arrow {
  left: auto;
  top: -50px;
  right: 0px;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-color: rgba(8, 16, 51, 0.25);
  font-size: 22px;
}

.cllb-aw-slider-arrow.arrow-left {
  right: 45px;
}

.cllb-aw-slider-nav {
  left: 20px;
  top: -47px;
  right: 100px;
  bottom: auto;
  height: 37px;
  text-align: right;
}

.cllb-aw-slider-element {
  height: auto;
  background-color: transparent;
}

.cllb-aw-slider-slide {
  width: 33.3333%;
}

.cllb-aw-slider-contant-seperator {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 1px;
  background-color: rgba(8, 16, 51, 0.15);
}

.cllb-aw-slider-contant-seperator.news-detail-cta-seperator {
  margin-top: 0px;
  margin-bottom: 35px;
}

.cllb-aw-slider-conant-icon-div {
  position: absolute;
  left: -14px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-color: #6bb1e1;
  background-image: url('../images/icon-urteil-update.svg');
  background-position: 50% 43%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.cllb-aw-slider-conant-icon-div.orange {
  background-color: #fc9707;
}

.surface-white {
  background-color: #fff;
}

.surface-white.fit-height {
  height: 100%;
}

.cllb-aw-news-contant-wrapper {
  position: relative;
  max-width: 680px;
}

.cllb-aw-h1-news-detail {
  margin-bottom: 6px;
  color: #081033;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.cllb-aw-news-contant-info-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;
}

.cllb-aw-news-contant-info-text {
  color: rgba(8, 16, 51, 0.6);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}

.cllb-aw-news-contant-text-wrap {
  margin-top: 40px;
}

.cllb-aw-news-contant-rt p {
  margin-bottom: 20px;
  line-height: 1.5em;
  letter-spacing: -0.3px;
}

.cllb-aw-news-contant-rt h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 600;
}

.cllb-aw-news-detail-back-track {
  position: absolute;
  left: -60px;
  top: 0px;
  bottom: 0px;
}

.cllb-aw-news-detail-back-btn {
  width: 40px;
  height: 40px;
  background-color: rgba(8, 16, 51, 0.25);
  background-image: url('../images/icon-arrow-white.svg');
  background-position: 48% 52%;
  background-size: 19px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
}

.cllb-aw-news-detail-back-btn:hover {
  background-color: #6bb1e1;
}

.cllb-aw-news-detail-back-btn-wrap {
  margin-bottom: 20px;
}

.cllb-aw-news-detail-back-mobile-wrap {
  display: none;
}

.cllb-aw-news-detail-cta-el {
  margin-top: 20px;
}

.cllb-aw-button-wrap {
  margin-top: 28px;
}

.cllb-aw-button-wrap.left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cllb-aw-h2-news-detail-cta {
  font-size: 25px;
}

.cllb-aw-fixed-button {
  position: fixed;
  top: 0px;
  right: 30px;
  z-index: 999;
  padding: 18px 60px 18px 20px;
  background-color: #6bb1e1;
  background-image: url('../images/icon-test-cta-copy.svg');
  background-position: 93% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 12px 0 rgba(8, 16, 51, 0.13), 0 2px 5px 0 rgba(8, 16, 51, 0.1);
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  text-decoration: none;
}

.cllb-aw-fixed-button:hover {
  background-color: #081033;
}

.cllb-aw-pre-form-text-wrap {
  margin-top: 15px;
  margin-bottom: 30px;
}

.cllb-logo-row {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cllb-logo-column {
  width: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cllb-logo-wrapper {
  padding: 10px;
  text-align: center;
}

.cllb-aw-section-full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 205px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cllb-aw-container-full-height {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cllb-aw-text-content-container {
  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;
}

.cllb-aw-text-content-div {
  width: 616px;
  margin-bottom: 50px;
}

.cllb-aw-h2-form {
  margin-bottom: 30px;
  color: #fff;
  font-size: 26px;
}

.cllb-aw-h2-form.h2-final-msg {
  font-size: 28px;
  font-weight: 400;
}

.cllb-aw-h2-form.inline-headline {
  display: inline;
}

.cllb-aw-schnelltest-slider {
  height: auto;
  margin-right: -20px;
  margin-left: -20px;
  background-color: transparent;
}

.cllb-aw-schnelltest-slider-arrow {
  display: none;
}

.cllb-aw-st-slider-nav {
  position: absolute;
  left: 20px;
  top: 0px;
  right: 20px;
  bottom: auto;
}

.cllb-aw-st-slider-content {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.cllb-aw-st-slider-conclusion-div {
  display: none;
  margin-bottom: 35px;
}

.cllb-aw-st-slider-conclusion-div.conclusion-not-possible {
  display: block;
}

.cllb-aw-h3-form {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #fff;
}

.wi-input-message-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  -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;
}

.wi-input-message-icon {
  position: relative;
  top: -1px;
  width: 24px;
  height: 17px;
  margin-top: 1px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/icon-pen-white.svg');
  background-position: 0px 0px;
  background-size: 24px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.wi-input-message-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

.cllb-aw-span-last-msg {
  font-weight: 700;
  letter-spacing: -0.8px;
}

.cllb-aw-head-img-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 153px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 16, 51, 0.5)), to(rgba(8, 16, 51, 0.5))), url('../images/image-bg-schnelltest-hero.jpg');
  background-image: linear-gradient(180deg, rgba(8, 16, 51, 0.5), rgba(8, 16, 51, 0.5)), url('../images/image-bg-schnelltest-hero.jpg');
  background-position: 0px 0px, 0% 53%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.clean-t-radio-2 {
  position: relative;
  min-height: 24px;
  margin-bottom: 0px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clean-t-radio-bg-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.clean-t-radio-el-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.clean-t-radio-overlay-2 {
  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.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: #fff;
}

.clean-t-radio-toggl-2 {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: block;
  border-radius: 50%;
  background-color: #fc9707;
  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;
}

.cllb-aw-head-text-wrap {
  position: absolute;
  left: 154px;
  right: 0px;
  bottom: 43px;
  padding-right: 60px;
  padding-left: 60px;
}

.cllb-aw-head-text {
  color: #fff;
  font-size: 28px;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: -0.6px;
}

.cllb-aw-headline-inline-container {
  margin-bottom: 30px;
}

.cllb-aw-headline-inline-container.conclusion-container {
  margin-bottom: 15px;
}

.cllb-aw-sofort-check-wrapper {
  padding: 1px 50px 20px;
  background-color: #fc9707;
  background-image: url('../images/image-bg-sofort-check.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 12px 0 rgba(8, 16, 51, 0.1), 4px 4px 12px 0 rgba(8, 16, 51, 0.1);
  color: #fff;
}

.cllb-aw-sofort-check-sidenote {
  padding-top: 10px;
  font-size: 14px;
}

.clean-t-list-content-div-garantie {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cllb-aw-garantie-list-text {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.cllb-aw-slider-conant-wrapper-urteile {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding: 24px 25px 20px 30px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(8, 16, 51, 0.1), 0 5px 12px 0 rgba(8, 16, 51, 0.13);
}

.cllb-aw-slider-urteil-entschaedigung {
  color: #fc9707;
  font-weight: 700;
}

.cllb-aw-slider-hersteller-logo-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.mask {
  padding-top: 5px;
  padding-bottom: 30px;
}

.cllb-aw-4-steps-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 55px;
}

.cllb-aw-1-step-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cllb-aw-1-step-headline {
  font-size: 15px;
  font-weight: 700;
}

.cllb-aw-1-step-content-text {
  margin-bottom: 0px;
  font-size: 15px;
}

.cllb-aw-4-steps-count {
  position: absolute;
  left: 0%;
  top: -25px;
  right: 0%;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 50%;
  background-color: #081033;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.white {
  color: #fff;
}

.white.centered {
  text-align: center;
}

.cllb-aw-step-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(8, 16, 51, 0.13), 4px 4px 12px 0 rgba(8, 16, 51, 0.1);
}

.cllb-aw-step-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 0px;
  -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(8, 16, 51, 0.05);
}

.cllb-aw-step-content-wrapper {
  padding: 20px 15px 20px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cllb-aw-sticky-cta-section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fc9707;
  box-shadow: 4px 4px 12px 0 rgba(8, 16, 51, 0.13), 4px 4px 12px 0 rgba(8, 16, 51, 0.1);
}

.cllb-aw-sticky-cta-heading {
  font-size: 2em;
  line-height: 1.45em;
  font-weight: 600;
  text-align: center;
}

.cllb-aw-cta-content-wrapper {
  -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;
  color: #fff;
}

.clean-t-pre-h2-template-2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.clean-t-pre-h2-template-2.elements {
  color: #00bcd6;
}

.clean-t-h2-template-2 {
  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;
}

.cllb-aw-cta-sticky-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-subline {
  font-size: 20px;
}

.cllb-aw-sofort-check-attention-wrapper {
  background-color: #f6f6f6;
}

.cllb-aw-sofort-check-attention-content-wrapper {
  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;
}

.cllb-aw-sofort-check-attention-text {
  font-size: 24px;
  font-weight: 700;
}

.cllb-aw-s-f-datenschutz-link {
  color: #fff;
}

.cllb-aw-s-f-datenschutz-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.g-s-f-single-multi-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g-s-f-single-multi-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cllb-aw-s-f-conclusion-box-div {
  margin-top: 3px;
  padding: 10px 15px 12px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 18px;
  background-image: url('../images/icon-attention-white.svg');
  background-position: 16px 12px;
  background-size: 6px;
  background-repeat: no-repeat;
  font-style: italic;
  font-weight: 600;
}

.cllb-aw-4-steaps-kosten {
  margin-top: 4px;
  margin-right: 6px;
  margin-left: 6px;
  color: #78c67d;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 600;
}

.cllb-aw-4-steaps-kosten.rechtsschutz {
  margin-right: 10px;
  margin-left: 10px;
  color: #6bb1e1;
  font-size: 15px;
}

.cllb-aw-step-end-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 10px 7px;
  -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(8, 16, 51, 0.05);
}

.cllb-aw-4-steps-cta-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cllb-aw-steps-form-button-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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cllb-aw-s-f-dropdown-wrap {
  max-width: 300px;
}

.cllb-aw-step-content-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.align-center {
  text-align: center;
}

html.w-mod-js *[data-ix="cs-checkbox-dropdown-initial"] {
  height: 0px;
}

html.w-mod-js *[data-ix="cs-tickbox-1-initial"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000002, 0.7000000000000002);
  -ms-transform: scale(0.7000000000000002, 0.7000000000000002);
  transform: scale(0.7000000000000002, 0.7000000000000002);
}

html.w-mod-js *[data-ix="wi-hide-warning-message"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .style-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .clean-flex-row.clean-sg-typo-row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .clean-flex-column.fluent {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .clean-flex-column.fluent._25 {
    width: 33.3333%;
  }
  .clean-flex-column.clean-sg-typo-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .clean-sg-grid-block {
    padding-top: 40px;
  }
  .clean-cookie-message-surface {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .clean-cookie-message-arrow {
    opacity: 0.9;
  }
  .clean-t-button {
    opacity: 1;
  }
  .cllb-aw-hero-button-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cllb-aw-hero-call-button-link.desktop {
    display: none;
  }
  .cllb-aw-hero-call-button-link.mobil {
    display: block;
  }
  .cllb-aw-hero-call-button-text {
    display: none;
  }
  .cllb-aw-hero-call-button-text.mobile {
    display: block;
  }
  .clean-t-flex-column.fluent {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .clean-t-flex-column.fluent._25 {
    width: 33.3333%;
  }
  .clean-t-flex-column.fluent._33 {
    width: 50%;
  }
  .clean-t-flex-column._33 {
    width: 40%;
  }
  .clean-t-flex-column.form-column {
    width: 65%;
  }
  .clean-t-flex-column.cllb-aw-s-f-conclusion-box-column {
    width: 30%;
  }
  .clean-t-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .clean-t-custom-column.fluent._25 {
    width: 33.33%;
  }
  .clean-t-custom-column.fluent._33 {
    width: 50%;
  }
  .clean-t-flex-column-2._33 {
    width: 40%;
  }
  .cllb-aw-c-ap-el-contact-text.mobile {
    display: block;
  }
  .cllb-aw-c-ap-el-contact-text.desktop-only {
    display: none;
  }
  .cllb-aw-cta-separator {
    height: 220px;
  }
  .cllb-aw-tm-person-wrap {
    padding-right: 94px;
  }
  .cllb-aw-intro-headline-icon-div {
    position: static;
    margin-bottom: 16px;
  }
  .cllb-aw-schritt-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cllb-aw-mobile-phone-link {
    display: inline;
    color: #fff;
    text-decoration: none;
  }
  .cllb-aw-mobile-phone-link:hover {
    color: #fff;
  }
  .cllb-aw-mobile-phone-link.blue-text {
    color: #6bb1e1;
  }
  .cllb-aw-mobile-phone-link.blue-text:hover {
    color: #6bb1e1;
  }
  .cllb-aw-slider-nav {
    left: 15px;
    text-align: left;
  }
  .cllb-aw-news-contant-wrapper {
    max-width: 650px;
  }
  .cllb-aw-news-detail-back-track {
    display: none;
  }
  .cllb-aw-news-detail-back-mobile-wrap {
    display: block;
  }
  .cllb-aw-news-detail-back-mobile-wrap.top-wrap {
    margin-top: -25px;
    margin-bottom: 20px;
  }
  .cllb-aw-news-detail-back-mobile-wrap.bottom-wrap {
    margin-top: 0px;
  }
  .cllb-aw-fixed-button:hover {
    background-color: #6bb1e1;
  }
  .cllb-aw-section-full-height {
    display: block;
  }
  .cllb-aw-text-content-container {
    display: block;
  }
  .cllb-aw-text-content-div {
    width: auto;
  }
  .cllb-aw-head-text-wrap {
    bottom: 20px;
  }
  .cllb-aw-slider-conant-wrapper-urteile {
    margin-right: 15px;
    margin-left: 15px;
  }
  .cllb-aw-4-steps-wrapper {
    padding-top: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cllb-aw-4-steps-count {
    left: 0%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .cllb-aw-step-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cllb-aw-step-icon-wrapper {
    min-width: 130px;
    padding-top: 0px;
    padding-left: 20px;
  }
  .cllb-aw-step-content-wrapper {
    text-align: left;
  }
  .cllb-aw-sofort-check-attention-text {
    font-size: 22px;
  }
  .cllb-aw-step-end-wrapper {
    width: 135px;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cllb-aw-4-steps-cta-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.5em;
  }
  .style-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .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;
  }
  .clean-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-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-flex-column.fluent {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .clean-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-flex-column.sg-flex-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .clean-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .clean-section-sg {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .clean-sg-grid-block {
    padding-top: 50px;
  }
  .clean-success-container {
    max-width: 420px;
    margin-right: 30px;
    margin-left: 30px;
    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;
  }
  .cllb-aw-header-content-wrap {
    padding-top: 165px;
    padding-bottom: 50px;
  }
  .cllb-aw-h1-hero {
    margin-bottom: 70px;
    font-size: 2.25em;
  }
  .cllb-aw-hero-button-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cllb-aw-top-logo {
    width: 124px;
    height: 124px;
  }
  .cllb-aw-top-logo.logo-head-img {
    left: 0px;
  }
  .cllb-aw-info-div {
    right: 0px;
    padding: 18px 14px 19px 46px;
    background-position: 17px 19px;
    background-size: 20px;
  }
  .cllb-aw-fixed-button-text {
    font-size: 15px;
  }
  .cllb-aw-hero-contact-button-icon.icon-white.small {
    margin-top: 2px;
  }
  .cllb-aw-hero-button-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cllb-aw-siegel-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cllb-aw-siegel-column {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .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-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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._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.fluent._33 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .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._33 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column.form-column {
    width: auto;
  }
  .clean-t-flex-column.cllb-aw-s-f-conclusion-box-column {
    width: auto;
  }
  .clean-t-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .clean-t-custom-column {
    float: none;
  }
  .clean-t-custom-column._40 {
    width: 100%;
  }
  .clean-t-custom-column._33 {
    width: auto;
  }
  .clean-t-custom-column._75 {
    width: 100%;
  }
  .clean-t-custom-column._50 {
    width: auto;
  }
  .clean-t-custom-column._50._1-2 {
    width: 100%;
  }
  .clean-t-custom-column.fluent._25 {
    width: auto;
  }
  .clean-t-custom-column.fluent._33 {
    width: auto;
  }
  .clean-t-custom-column._66 {
    width: 100%;
  }
  .clean-t-custom-column._25 {
    width: auto;
  }
  .clean-t-custom-column._25._75-combo {
    width: 100%;
  }
  .clean-t-custom-column._20 {
    width: 100%;
  }
  .clean-t-flex-row-2 {
    -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-2.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-2.inside-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .clean-t-checkbox-toggle.toggle-1 {
    width: 26px;
    height: 26px;
    margin-top: 3px;
    margin-left: 3px;
  }
  .clean-t-checkbox-1 {
    width: 47px;
    height: 34px;
    max-height: 34px;
    max-width: 47px;
  }
  .clean-t-text-field {
    height: 38px;
  }
  .clean-t-checkbox-icon-1 {
    width: 33px;
    height: 33px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .clean-t-flex-column-2._33 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column-2._33.tooltips-button-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .clean-t-flex-column-2.inside-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .clean-t-radio-1 {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-radio-toggl {
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
  }
  .clean-t-tickbox-tick-toggle-1 {
    width: 27px;
  }
  .clean-t-tickbox-1 {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-text-field-label.anrede-label.radio-label {
    font-size: 1em;
  }
  .clean-t-text-field-label.cllb-aw-q-text-label {
    margin-top: 4px;
  }
  .clean-t-text-field-wrapper.cllb-aw-s-f-input-year-wrapper {
    width: auto;
  }
  .cllb-aw-form-assurance-message {
    margin-top: 5px;
  }
  .cllb-aw-c-ap-wrapper {
    margin-bottom: 40px;
  }
  .cllb-aw-c-ap-element {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cllb-aw-c-ap-el-text-content {
    padding-right: 34px;
    padding-left: 34px;
  }
  .cllb-aw-footer-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cllb-aw-footer-text {
    max-width: 210px;
  }
  .cllb-aw-footer-link-wrap {
    -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;
  }
  .cllb-aw-footer-link-separator {
    height: auto;
    margin: 4px 8px 2px;
    padding-top: 1px;
    padding-left: 0px;
  }
  .cllb-aw-cta-container {
    -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;
  }
  .cllb-aw-cta-separator {
    height: auto;
    margin: 30px 0px 25px;
    padding-top: 2px;
    padding-left: 0px;
  }
  .cllb-aw-cta-list-wrapper {
    width: auto;
  }
  .cllb-aw-testemonials-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cllb-aw-tm-container {
    margin-bottom: 20px;
  }
  .cllb-aw-schritt-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cllb-aw-schritt-number-div {
    margin-bottom: 10px;
  }
  .cllb-aw-h3-schritt {
    max-width: none;
  }
  .cllb-aw-schritte-button-wrapper.align-edges.form-slide-wrapper {
    margin-top: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cllb-aw-c-ap-container {
    text-align: center;
  }
  .cllb-aw-h2-kontakt-mobil {
    display: block;
    margin-bottom: 35px;
  }
  .cllb-aw-slider-slide {
    width: 100%;
  }
  .cllb-aw-news-contant-wrapper {
    max-width: none;
  }
  .cllb-aw-fixed-button {
    right: 0px;
    padding-right: 48px;
    background-size: 24px;
  }
  .cllb-logo-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cllb-logo-column {
    width: 50%;
  }
  .cllb-logo-wrapper {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .cllb-aw-section-full-height {
    padding-top: 125px;
  }
  .cllb-aw-h2-form.h2-final-msg.inline-headline.last-slide-headline {
    font-size: 26px;
  }
  .wi-input-message-wrap {
    width: auto;
    margin-top: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wi-input-message-icon {
    margin-right: 6px;
  }
  .wi-input-message-text {
    text-align: left;
  }
  .cllb-aw-head-img-div {
    height: 123px;
  }
  .clean-t-radio-2 {
    min-height: 34px;
    padding-left: 40px;
  }
  .clean-t-radio-2.anrede-radio {
    padding-top: 5px;
  }
  .clean-t-radio-bg-2 {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-radio-el-2 {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-radio-overlay-2 {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }
  .clean-t-radio-toggl-2 {
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
  }
  .cllb-aw-head-text-wrap {
    left: 124px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cllb-aw-head-text {
    font-size: 21px;
  }
  .cllb-aw-sofort-check-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cllb-aw-4-steps-wrapper {
    padding-left: 0px;
  }
  .cllb-aw-4-steps-count {
    margin-bottom: 10px;
  }
  .cllb-aw-sticky-cta-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cllb-aw-sticky-cta-heading {
    padding-bottom: 15px;
    font-size: 1.75em;
  }
  .cllb-aw-cta-sticky-wrapper {
    padding-bottom: 15px;
    -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;
  }
  .cllb-aw-sofort-check-attention-text {
    font-size: 16px;
  }
  .g-s-f-single-multi-column {
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .g-s-f-single-multi-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cllb-aw-step-end-wrapper {
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cllb-aw-steps-form-button-wrap {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 16px;
  }
  .clean-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-flex-column.fluent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-flex-column.fluent._25 {
    width: auto;
  }
  .clean-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .clean-section-sg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .clean-sg-grid-block {
    padding-top: 40px;
  }
  .clean-sg-color-div {
    padding-top: 25%;
  }
  .clean-cookie-message-contant {
    min-width: 265px;
    padding: 22px 20px 24px 30px;
  }
  .clean-cookie-text {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .clean-cookie-button.clean-template {
    font-size: 15px;
  }
  .clean-success-container {
    margin-top: 80px;
    padding-left: 0px;
  }
  .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;
  }
  .cllb-aw-header-content-wrap {
    padding-top: 135px;
    padding-bottom: 50px;
  }
  .cllb-aw-hero-button-wrap {
    margin-top: 30px;
  }
  .cllb-aw-top-logo {
    width: 94px;
    height: 94px;
  }
  .cllb-aw-info-div {
    padding-top: 13px;
    padding-bottom: 14px;
    background-position: 15px 13px;
  }
  .cllb-aw-fixed-button-text {
    width: 89px;
    font-size: 13px;
    letter-spacing: 0.2px;
  }
  .cllb-aw-hero-contact-button {
    font-size: 14px;
  }
  .cllb-aw-hero-contact-button.direction-btn.btn-prev.restart-btn {
    margin-top: 15px;
  }
  .cllb-aw-hero-contact-button-icon.icon-white.small {
    margin-top: 2px;
  }
  .cllb-aw-hero-button-column {
    padding: 10px 0px;
  }
  .cllb-aw-siegel-column {
    padding: 20px 18px;
  }
  .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-column.quarter {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column.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._25 {
    width: auto;
  }
  .clean-t-flex-column.fluent._33 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column._50 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .clean-t-custom-column.fluent._25 {
    width: 100%;
  }
  .clean-t-custom-column.fluent._33 {
    width: 100%;
  }
  .clean-t-custom-column._25 {
    width: 100%;
  }
  .cllb-aw-c-call-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cllb-aw-c-call-info-text.phone-nmbr-next {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .clean-t-flex-row-2.tooltips-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elements-tooltip-text-div {
    position: relative;
  }
  .elements-tooltip-text-div.overflow-text-limit {
    overflow: hidden;
  }
  .clean-t-flex-column-2.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clean-t-flex-column-2.auto.tooltip-column {
    margin-bottom: 15px;
  }
  .clean-t-flex-column-2._33.tooltips-button-column {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .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;
  }
  .cllb-aw-form-assurance-message {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cllb-aw-button {
    margin-right: -15px;
    margin-left: -15px;
  }
  .cllb-aw-button.no-margin {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cllb-aw-button.steps-form-button {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cllb-aw-c-ap-element {
    -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;
  }
  .cllb-aw-c-ap-el-text-content {
    padding-right: 18px;
    padding-left: 18px;
  }
  .cllb-aw-footer-text {
    max-width: 130px;
  }
  .cllb-aw-intro-sub-headline-text {
    font-size: 19px;
  }
  .cllb-aw-schritt-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cllb-aw-schritte-button-wrapper {
    margin-top: 35px;
  }
  .cllb-aw-schritte-button-wrapper.align-edges.top-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;
  }
  .cllb-aw-news-contant-info-text {
    margin-left: 7px;
    font-size: 13px;
    line-height: 1.7em;
  }
  .cllb-aw-fixed-button {
    padding-top: 10px;
    padding-right: 45px;
    padding-bottom: 11px;
  }
  .cllb-logo-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cllb-logo-wrapper {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .cllb-aw-section-full-height {
    padding-top: 95px;
  }
  .cllb-aw-head-img-div {
    height: 93px;
    background-size: 127%;
  }
  .clean-t-radio-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cllb-aw-head-text-wrap {
    left: 94px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cllb-aw-head-text {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
  .cllb-aw-sofort-check-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cllb-aw-4-steps-wrapper {
    padding-top: 35px;
  }
  .cllb-aw-4-steps-count {
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cllb-aw-step-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cllb-aw-step-icon-wrapper {
    padding-top: 20px;
    padding-left: 10px;
  }
  .cllb-aw-sticky-cta-section {
    left: 0px;
    right: 0px;
  }
  .cllb-aw-sticky-cta-heading {
    font-size: 24px;
  }
  .cta-subline {
    font-size: 18px;
  }
  .cllb-aw-sofort-check-attention-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .cllb-aw-step-end-wrapper {
    width: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

