* {
  font-family: var(--main-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" )
}

html {
  scroll-behavior: smooth;
}

body {
  background: #2E2C2C;
  word-break: break-word;
  --special-color: var(--main-color, #134876);
  --text-color: rgb(255, 255, 255);
}

/* Form General */
.form-step-text-link {
  opacity: 0.9;
  font-size: 1.25em;
  text-decoration-color: rgba(0, 0, 0, 0.33);
  color: #fff;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
  cursor: pointer;
}

:is(.form-step-text-link) path{
  stroke: #fff;
}


.form-button-prev {
    float: left;
    width: 50%;
    justify-content: start;
}

.form-button-next {
    float: right;
}

.form-step-text-link{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-step-text-link:hover{
  text-decoration: underline;
  text-decoration-color: #38F313;
}

/* Birthday */
.birthday-input {
  margin-right: 1em
}

/* Chrome, Safari, Edge, Opera */
.birthday-input::-webkit-outer-spin-button,
.birthday-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.birthday-input[type=number] {
  -moz-appearance: textfield;
}

#send-btn {
  transition: transform 100ms linear;
}

#send-btn:hover {
  transform: scale(1.05);
}

.funnel-wrapper {
  padding-top: 30px;
  margin: 0px auto;
  max-width: 100%;
}

.funnel-wrapper.funnel-w-s {
  width: 550px;
}

.funnel-wrapper.funnel-w-m {
  width: 760px;
}

.funnel-wrapper.funnel-w-l {
  width: 960px;
}

.form-step-heading {
  font-size: 1.7em;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-transform: none;
  font-weight: normal;
  color: rgb(255, 255, 255);
  margin-top: 1rem;
}
.form-step-desc {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 32px;
  color: #fff;
}
.form-step input[type=text],.form-step input[type=number],.form-step input[type=tel],.form-step input[type=email],
.form-step-button {
  position: relative;
  -webkit-appearance: none;
  transition: color 100ms linear;
  cursor: pointer;
  height: 4.5em;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  font-weight: 500;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #2E2C2C;
  border: 1px solid #ffffff;
  margin-bottom: 12px;
  color: #fff;
}
.form-step-button:not(#slider){
  width: 100%;
}

.form-step-button:hover, .form-step-button-image:hover {
  /*background-color: rgb(233, 232, 227)!important;*/
  transition: color 100ms linear !important;
  color: #38f313 !important;
}
.form-step-arrow {
  width: 1.75em;
  height: 1.75em;
}
.funnel-header,
.form-step {
  overflow: hidden;
  margin-right: 1em;
  margin-left: 1em;
}
.form-button-next * {
  pointer-events: none;
}


/* Loading */
.loading-logos {
  animation: slide 20s linear infinite;
  margin: 50px auto;
}
@keyframes slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
.success-animation {
  margin: 50px auto;
}
.checkmark_success {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards , scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(.65,0,.45,1) forwards;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(.65,0,.45,1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #4bb71b;
  }
}

@media (min-width: 768px) {
  .hero-header--cta {
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .hero-header--cta {
    display: flex;
  }
}

.hero-header--heading {
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-transform: none;
  font-weight: 700;
  color: rgb(33, 34, 36);
}
.hero-header--text {
  font-size: 1em;
  line-height: 2;
}
.hero-header--list {
  list-style: none;
  margin-bottom:1em;
  padding-left: 0.25em;
  font-size: 1em;
}
.hero-header--list li {
  margin: 0.5em 0;
  display: flex;
  align-items: center;
}
.hero-header--list li:before {
  content: '';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.25em;
  width: 1.25em;
  background-image: url("/assets/icon/checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.hero-header--cta {
  -webkit-appearance: none;
  /*border-radius: 10px;*/
  transition: background-color 100ms cubic-bezier(0.69, 0, 0.33, 0.99) 0s;
  cursor: pointer;
  height: 4em;
  padding: 0 1.5em;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: var(--main-color, #134876);
  color: #2E2C2C;
  font-weight: 700;
  margin: 1em 0;
}

:is(.hero-header--cta) svg {
  stroke: #2E2C2C;
}


.hero-header--image {
  max-height: 90vh;
  max-width: 50vw;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-header--hint {
  display: flex;
  font-size: 0.8em;
  color: #717171;
  align-items: center;
  padding-bottom: 3em;
}

.hero-header--hint svg {
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
}

.contact-form-input label{
  font-size:1.25em;
  color: #fff;
}
.hero-header--list.contact-form {
  font-size: .8em;
  margin: auto;
  width:fit-content;
  color: white;
}

.form-step select {
  border-radius: 10px;
  transition: background-color 100ms cubic-bezier(0.69, 0, 0.33, 0.99) 0s;
  cursor: pointer;
  height: 4.5em;
  width:8em;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  font-weight: 500;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: rgb(240, 239, 236);
  margin-bottom: 12px;
}

footer .footer-other-links:hover {
  color: #5f9ad7;
}

.full-height {
    min-height: 80vh;
}


.loader {
  -webkit-animation: 2s linear infinite svg-animation;
  animation: 2s linear infinite svg-animation;
  height: 24px;
  fill: #fff;
  margin: auto
}

@keyframes svg-animation {
  0% {
    transform: rotateZ(0)
  }

  100% {
    transform: rotateZ(360deg)
  }
}

.loader circle {
  -webkit-animation: 1.4s ease-in-out infinite both circle-animation;
  animation: 1.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: #fff;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  transform-origin: 50% 50%
}

@keyframes circle-animation {

  0%,
  25% {
    stroke-dashoffset: 280;
    transform: rotate(0)
  }

  50%,
  75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg)
  }

  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg)
  }
}


/* ProgressBar */
.funnel-header.progress-default  {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.funnel-header.progress-top {
    position:absolute;
    margin: 0;
    width: 100%;
    top:0;
    left:0;
    margin-bottom: 50px;
}

.progress-top .progressbar {
  margin: 0;
  border-radius:0;
}

.progress-top .progressbar .progress{
  border-radius: 0 4px 4px 0
}

.progressbar {
  position: relative;
  width: 100%;
  height: 8px;
  /*margin: 0 30px;*/
  /*border-radius: 4px;*/
  background-color: rgb(240, 239, 236);
}
.progressbar .progress {
  position: absolute;
  height: 100%;
  /*border-radius: 4px;*/
  background-color: var(--main-color, #4b9dec);
  transition: width 0.3s ease-out 0s;
}
input[type=range]{
    -webkit-appearance: none;
    width: 100%
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    margin: 1em 0 0 0;
    background: rgb(240, 239, 236);
    height: 1em;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    background:var(--main-color);
}

.img-card .form-step-arrow {
  display: none;
}
.img-card .form-step-button-image {
  -webkit-appearance: none;
  /*border-radius: 10px;*/
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /*background-color: rgb(240, 239, 236);*/
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  color: #fff;
}
.img-card .form-step-button-image--asset {
  height: 150px;
}
.img-card .form-step-button-image--asset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 0;
}
.img-card .form-step-button-image--content {
  padding: 16px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  width: 100%;
  justify-content: center;
}

.img-card {
  display: grid;
  grid-template-rows: auto;
  gap: 0.5em 1.5em;
  justify-content: center;

}
.funnel-w-s .img-card {
  grid-template-columns: 1fr 1fr;
}

.funnel-w-m .img-card {
  grid-template-columns: 1fr 1fr 1fr;
}

.funnel-w-l .img-card {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-default .form-step-button-image {
  -webkit-appearance: none;
  /*border-radius: 10px;*/
  cursor: pointer;
  height: 7em;
  width: 100%;
  padding-right: 16px;
  display: flex;
  font-weight: 500;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /*background-color: rgb(240, 239, 236);*/
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.img-default .form-step-button-image--content {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  width: 100%;
  justify-content: space-between;
  padding-left: 16px;
}
.img-default .form-step-button-image--asset {
  flex: 0 0 120px;
  height: 120%;
  -webkit-box-flex: 0;
}
.img-default .form-step-button-image--asset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 0;
}

.form-step-button-image.selected::after {
  content: url("data:image/svg+xml,%0A%3Csvg width='30' height='30' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 38.5C31.1127 38.5 38.5 31.1127 38.5 22C38.5 12.8873 31.1127 5.5 22 5.5C12.8873 5.5 5.5 12.8873 5.5 22C5.5 31.1127 12.8873 38.5 22 38.5Z' fill='{{ branding.color.getRgb() }}' stroke='{{ branding.color.getRgb() }}' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 22L20.1667 25.6667L27.5 18.3333' stroke='white' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 5%;
  top: 79%;
}











/* Redactor Master CSS */

:not(:is(.text-left, .text-center, .text-right)) > .text-left {
  width: 100%;
  display: block;
  text-align: left;
}

:not(:is(.text-left, .text-center, .text-right)) > .text-center {
  width: 100%;
  display: block;
  text-align: center;
}

:not(:is(.text-left, .text-center, .text-right)) > .text-right {
  width: 100%;
  display: block;
  text-align: right;
}

.font-super-light {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-bolder {
  font-weight: 900 !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

/* ENDE Redactor Master CSS */
