.tx-bbbyond .flash-message {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #EBEEF0;
  border-radius: 6px;
  border: 1px solid #EBEEF0;
  padding: 1.5rem;
}
.tx-bbbyond .flash-message.flash-message-error {
  background-color: #ffd4d4;
  border-color: #ffd4d4;
  color: #7b0b0a;
}
.tx-bbbyond .flash-message.flash-message-ok {
  background-color: #d8f0de;
  border-color: #d8f0de;
  color: #1d662f;
}

.yond-registrationform .headline__wave {
  margin-bottom: 4rem;
}
.yond-registrationform fieldset {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .yond-registrationform fieldset {
    margin-bottom: 1rem;
  }
}
.yond-registrationform fieldset legend {
  font-size: 1.5rem;
  line-height: 105%;
  display: block;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: bold;
  margin: 1.5rem 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.yond-registrationform .form-group.has-error .form-control.has-error {
  border-color: #cc3333;
}
.yond-registrationform .form-group.has-error .error {
  color: #cc3333;
  display: inline-block;
  margin: -10px 0 20px 0;
}
.yond-registrationform .form-group.has-error .startdate + .error {
  display: block;
  margin: 1rem 0 20px 0;
}
.yond-registrationform .form-group.has-error.form-check > .form-check-label span:after {
  border-color: #cc3333;
}
.yond-registrationform .form-group.form-check {
  margin: 1.5rem 0;
}
.yond-registrationform .form-group > .upload + .upload-preview {
  margin-top: 1rem;
}
.yond-registrationform .form-group .upload-preview .item {
  height: 86px;
  max-width: 100%;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #e6f4fa;
  padding: 0.75rem 1.5rem;
}
.yond-registrationform .form-group .upload-preview .item.hidden {
  display: none;
}
.yond-registrationform .form-group .upload-preview .item figure {
  flex-grow: 0;
  max-height: 62px;
  width: 120px;
  max-width: 120px;
}
.yond-registrationform .form-group .upload-preview .item figure img {
  max-height: 62px;
  height: 62px;
  width: auto;
}
.yond-registrationform .form-group .upload-preview .item figure {
  margin-right: 1rem;
}
.yond-registrationform .form-group .upload-preview .item .content {
  flex-grow: 1;
  margin-right: 1rem;
}
.yond-registrationform .form-group .upload-preview .item .content .filename {
  display: block;
  line-height: 1.5rem;
}
.yond-registrationform .form-group .upload-preview .item .content .filesize {
  display: block;
  line-height: 1.5rem;
}
.yond-registrationform .form-group .upload-preview .item .action {
  flex-grow: 0;
}
.yond-registrationform .form-group .upload-preview .item .action input[type=checkbox] {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  outline: none !important;
}
.yond-registrationform .form-group .upload-preview .item .action input[type=checkbox] + input + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 -2px;
  border-radius: 0.5rem;
}
.yond-registrationform .form-group .upload-preview .item .action input[type=checkbox]:active + input + label .btn, .yond-registrationform .form-group .upload-preview .item .action input[type=checkbox]:hover + input + label .btn {
  background-color: #e6f4fa;
  border-color: #009dcc;
  color: #002541;
}
.yond-registrationform .form-group .upload-preview .item .action input[type=checkbox]:focus + input + label .btn {
  outline: 3px solid #035678;
  background-color: #05668E;
  border-color: #05668E;
  color: #ffffff;
}
.yond-registrationform .form-group input[type=file] {
  border-radius: 0.375rem;
  border: 1px solid #c4c9cc;
  background-color: #c4c9cc;
  box-shadow: none !important;
  color: #171b1f;
  font-size: 1.125rem;
  margin: 0 0 20px 0;
  padding: 11px 24px;
  width: 100%;
}
.yond-registrationform .form-group input[type=file]:hover, .yond-registrationform .form-group input[type=file]:active {
  outline: none;
  border: 1px solid #035678;
}
.yond-registrationform .form-group input[type=file]:focus {
  border-color: transparent;
  outline: 3px solid #035678;
}
.yond-registrationform .form-group .advice {
  display: inline-block;
  margin: -10px 0 20px 0;
}
.yond-registrationform .startdate {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.yond-registrationform .startdate input[type=radio] {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  outline: none !important;
}
.yond-registrationform .startdate input[type=radio] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 1rem 0 -2px;
  border-radius: 0.5rem;
}
.yond-registrationform .startdate input[type=radio] + label .btn {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 0.125rem solid #009dcc;
  color: #002541;
  border-radius: 0.375rem;
}
.yond-registrationform .startdate input[type=radio]:active + label .btn, .yond-registrationform .startdate input[type=radio]:hover + label .btn {
  background-color: #e6f4fa;
  border-color: #009dcc;
  color: #002541;
}
.yond-registrationform .startdate input[type=radio]:focus + label .btn {
  outline: 3px solid #035678;
  background-color: #05668E;
  border-color: #05668E;
  color: #ffffff;
}
.yond-registrationform .startdate input[type=radio]:checked + label .btn {
  background-color: #035678;
  border: 0.125rem solid #035678;
  color: #fff;
}
.yond-registrationform .startdate input[type=radio]:checked:active + label .btn, .yond-registrationform .startdate input[type=radio]:checked:hover + label .btn {
  background-color: #05668E;
}
.yond-registrationform .startdate input[type=radio]:checked:focus + label .btn {
  background-color: #05668E;
  outline: 3px solid #64d1f6;
}

.yond-registrationreview {
  margin-bottom: 2rem;
}
.yond-registrationreview .headline__wave {
  margin-bottom: 4rem;
}
.yond-registrationreview .fieldset {
  margin: 2rem 0 3rem;
}
.yond-registrationreview .fieldset .heading {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}
.yond-registrationreview .review-item {
  padding: 0.7rem 2rem;
  background-color: #fff;
  border-bottom: 1px solid #EBEEF0;
  display: flex;
  font-size: 18px;
  line-height: 1.6rem;
}
.yond-registrationreview .review-item:nth-child(2n+1) {
  background: #FAFBFC;
}
.yond-registrationreview .review-item .title {
  min-width: 300px;
  color: #035678;
}
@media (max-width: 767px) {
  .yond-registrationreview .review-item {
    display: block;
    line-height: 1.8rem;
  }
}
.yond-registrationreview .review-actions .btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.yond-registrationreview .spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 1rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.tariffs > div {
  margin-bottom: 2rem;
}
.tariffs .tariff.bs-teaser {
  border-radius: 0.5rem;
  box-shadow: 4px 16px 16px 0px rgba(0, 37, 65, 0.0784313725);
  padding: 0;
  margin-bottom: 1.5rem;
  height: 100%;
}
.tariffs .tariff.bs-teaser .bs-teaser__wrap {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tariffs .tariff.bs-teaser .teaser-headline {
  min-height: 90px;
  padding: 1rem;
  background-color: #fff;
}
.tariffs .tariff.bs-teaser .teaser-headline .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
}
.tariffs .tariff.bs-teaser .teaser-headline .subtitle {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.tariffs .tariff.bs-teaser .teaser-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.tariffs .tariff.bs-teaser .teaser-content {
  margin: 1.5rem;
  padding: 0 0 0.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  border-bottom: 2px solid #F0F3F5;
}
.tariffs .tariff.bs-teaser .teaser-content .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.tariffs .tariff.bs-teaser .teaser-content ul.facts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tariffs .tariff.bs-teaser .teaser-content ul.facts li {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #035678;
  margin: 0 0 0.8rem 0;
  padding-left: 1.75rem;
  background: transparent no-repeat 4px center;
  background-size: auto 16px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M1.5 4.5C1.5 3.70435 1.81607 2.94129 2.37868 2.37868C2.94129 1.81607 3.70435 1.5 4.5 1.5C5.29565 1.5 6.05871 1.81607 6.62132 2.37868C7.18393 2.94129 7.5 3.70435 7.5 4.5C7.5 5.29565 7.18393 6.05871 6.62132 6.62132C6.05871 7.18393 5.29565 7.5 4.5 7.5C3.70435 7.5 2.94129 7.18393 2.37868 6.62132C1.81607 6.05871 1.5 5.29565 1.5 4.5ZM5.25 8.9375C7.37813 8.58125 9 6.72813 9 4.5C9 2.01562 6.98438 0 4.5 0C2.01562 0 0 2.01562 0 4.5C0 6.73125 1.62188 8.58125 3.75 8.9375V15.25C3.75 15.6656 4.08437 16 4.5 16C4.91563 16 5.25 15.6656 5.25 15.25V8.9375Z' fill='%23035678'/%3E%3C/svg%3E");
}
.tariffs .tariff.bs-teaser .teaser-content ul.facts li.fact-who {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M1.5 4.5C1.5 3.70435 1.81607 2.94129 2.37868 2.37868C2.94129 1.81607 3.70435 1.5 4.5 1.5C5.29565 1.5 6.05871 1.81607 6.62132 2.37868C7.18393 2.94129 7.5 3.70435 7.5 4.5C7.5 5.29565 7.18393 6.05871 6.62132 6.62132C6.05871 7.18393 5.29565 7.5 4.5 7.5C3.70435 7.5 2.94129 7.18393 2.37868 6.62132C1.81607 6.05871 1.5 5.29565 1.5 4.5ZM5.25 8.9375C7.37813 8.58125 9 6.72813 9 4.5C9 2.01562 6.98438 0 4.5 0C2.01562 0 0 2.01562 0 4.5C0 6.73125 1.62188 8.58125 3.75 8.9375V15.25C3.75 15.6656 4.08437 16 4.5 16C4.91563 16 5.25 15.6656 5.25 15.25V8.9375Z' fill='%23035678'/%3E%3C/svg%3E");
}
.tariffs .tariff.bs-teaser .teaser-content ul.facts li.fact-howoften {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.5 8C14.5 9.72391 13.8152 11.3772 12.5962 12.5962C11.3772 13.8152 9.72391 14.5 8 14.5C6.27609 14.5 4.62279 13.8152 3.40381 12.5962C2.18482 11.3772 1.5 9.72391 1.5 8C1.5 6.27609 2.18482 4.62279 3.40381 3.40381C4.62279 2.18482 6.27609 1.5 8 1.5C9.72391 1.5 11.3772 2.18482 12.5962 3.40381C13.8152 4.62279 14.5 6.27609 14.5 8ZM0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8ZM7.25 3.75V8C7.25 8.25 7.375 8.48438 7.58437 8.625L10.5844 10.625C10.9281 10.8562 11.3938 10.7625 11.625 10.4156C11.8562 10.0687 11.7625 9.60625 11.4156 9.375L8.75 7.6V3.75C8.75 3.33437 8.41562 3 8 3C7.58437 3 7.25 3.33437 7.25 3.75Z' fill='%23035678'/%3E%3C/svg%3E");
  background-position-x: left;
}
.tariffs .tariff.bs-teaser a.variant {
  display: block;
  font-size: 1.2rem;
  padding: 1rem 0;
  margin: 0rem 1rem 1.5rem;
}
.tariffs .tariff.bs-teaser a.variant.btn-secondary {
  padding: 0.7rem 0;
}
.tariffs .tariff.bs-teaser.color-lightblue .teaser-headline {
  background-color: #E6F4FA;
}
.tariffs .tariff.bs-teaser.color-blue .teaser-headline {
  background-color: #0099CC;
  color: #fff;
}
.tariffs .tariff.bs-teaser.color-blue .teaser-headline * {
  color: #fff;
}
.tariffs .tariff.bs-teaser.color-darkblue .teaser-headline {
  background-color: #035678;
  color: #fff;
}
.tariffs .tariff.bs-teaser.color-darkblue .teaser-headline * {
  color: #fff;
}

/*# sourceMappingURL=yond-form.css.map */
