.tx_spaeter_productfinder__overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  padding: 40px 0; }
  .tx_spaeter_productfinder__overlay__content {
    width: 948px;
    max-width: 96%;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 10px; }
  .tx_spaeter_productfinder__overlay__confirmation__logo {
    padding: 0 0 20px; }
    .tx_spaeter_productfinder__overlay__confirmation__logo img {
      width: 85px;
      height: auto;
      display: block;
      margin: 0 auto; }
  .tx_spaeter_productfinder__overlay__confirmation p {
    font-size: 1.375rem;
    line-height: 1.45455;
    margin: 0 0 2rem; }
  .tx_spaeter_productfinder__overlay_close {
    font-size: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    overflow: hidden;
    margin: 20px 20px 0 0; }
    .tx_spaeter_productfinder__overlay_close:after {
      content: "" !important;
      color: #fff;
      background: url("../Images/overlay-close.svg") no-repeat center center;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  @media (max-width: 550px) {
    .tx_spaeter_productfinder__overlay .hide-br-mobile br {
      display: none;
      position: absolute; } }
  .tx_spaeter_productfinder__overlay__select {
    z-index: 200000; }
  .tx_spaeter_productfinder__overlay h3 {
    text-align: center; }
  .tx_spaeter_productfinder__overlay .row {
    margin: 0 -10px; }
  .tx_spaeter_productfinder__overlay [class*=" col-"], .tx_spaeter_productfinder__overlay [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .tx_spaeter_productfinder__overlay form {
    max-width: 784px;
    margin: 0 auto; }
  .tx_spaeter_productfinder__overlay .clearfix p {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.33333;
    margin: 1.5rem 0 1.25rem; }
  .tx_spaeter_productfinder__overlay .form-navigation {
    padding: 0;
    text-align: right; }
    .tx_spaeter_productfinder__overlay .form-navigation .btn-toolbar:after {
      content: " ";
      display: table;
      clear: both; }
    .tx_spaeter_productfinder__overlay .form-navigation .btn-group {
      margin: 0; }
    .tx_spaeter_productfinder__overlay .form-navigation .btn-group.next.submit {
      display: block;
      width: 100%; }
  .tx_spaeter_productfinder__overlay .form__group {
    max-width: 100% !important; }
  .tx_spaeter_productfinder__overlay .form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons {
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 0 -10px; }
    @media (max-width: 550px) {
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons {
        flex-direction: column; } }
    .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label {
      flex: 1 0 auto;
      margin: 0 10px;
      padding: 10px;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #ececec; }
      @media (max-width: 550px) {
        .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label {
          margin-top: 10px;
          margin-bottom: 10px; } }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label:before {
        content: "";
        display: block;
        height: 82px;
        margin: 10px 0;
        background: transparent no-repeat center center; }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label[data-icon-label="telephone"]:before {
        background-image: url("../Images/spaeter-telefon.svg"); }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label[data-icon-label="online"]:before {
        background-image: url("../Images/spaeter-online.svg"); }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label[data-icon-label="inhouse"]:before {
        background-image: url("../Images/spaeter-ort.svg"); }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label:hover {
        background: #92d400;
        color: #fff; }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label[data-icon-label="telephone"]:hover:before {
        background-image: url("../Images/spaeter-telefon-weiss.svg"); }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label[data-icon-label="online"]:hover:before {
        background-image: url("../Images/spaeter-online-weiss.svg"); }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons label[data-icon-label="inhouse"]:hover:before {
        background-image: url("../Images/spaeter-ort-weiss.svg"); }
    .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons input {
      display: inline-block;
      position: absolute;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      overflow: hidden;
      margin: 0;
      padding: 0;
      bottom: 0;
      outline-color: transparent !important;
      outline-style: none !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      line-height: 0; }
      .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons input:checked + label {
        background: #70c603;
        color: #fff; }
        .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons input:checked + label:before {
          content: ""; }
        .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons input:checked + label[data-icon-label="telephone"]:before {
          background-image: url("../Images/spaeter-telefon-weiss.svg"); }
        .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons input:checked + label[data-icon-label="online"]:before {
          background-image: url("../Images/spaeter-online-weiss.svg"); }
        .tx_spaeter_productfinder__overlay .form__group-customer-contact-icons input:checked + label[data-icon-label="inhouse"]:before {
          background-image: url("../Images/spaeter-ort-weiss.svg"); }
  .tx_spaeter_productfinder__overlay .error.help-block {
    display: block;
    background-color: #ffdddd;
    color: red;
    padding: 10px; }

/*# sourceMappingURL=styles.css.map */
