.sticky-buttons-overlay-container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(450px, -50%);
  z-index: 101;
  transition: transform 0.375s ease-in-out;
  height: 0;
}
.sticky-buttons-overlay-container.sbo_ruf24 {
  margin-top: -140px;
}
.sticky-buttons-overlay-container.sbo_mutapp {
  margin-top: 42px;
  transform: translate(575px, -50%);
}

/* active trigger */
.sticky-buttons-overlay-container.active {
  transform: translate(0, -50%);
  transition: transform 0.375s ease-in-out;
}

/* buttons */
.sbo-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  width: 130px;
}

.sbo_ruf24-button {
  background: #fff;
  color: #910048;
}
.sbo_mutapp-button {
  background: #665eb0;
  color: #fff;
}

.sbo-btn h3 {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}

.sbo-btn p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
  margin: 0 0 10px 0;
}

/* content */
.sbo-content-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  /* position: relative; */
}

/* sbo-close-btn */
.sbo-close-btn,
.sbo-close-mobile-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: transparent;
  cursor: pointer;
  border: 2px solid #a283de;
  color: #a283de;
  font-size: 1.5rem;
  border-radius: 100%;
}

.sbo-inner-content-box {
  background: #fff;
  padding: 3rem;
  width: 450px;
  box-shadow: 0px 3px 6px #00000029;
}
.sbo-inner-content-box.sbo_mutapp-content-box {
  width: 575px;
}

.sbo-inner-content-box h3 {
  font-size: 2rem;
  margin: 0;
  color: #910048;
}
.sbo-inner-content-box.sbo_mutapp-content-box h3 {
  font-size: 1.5rem;
}

.sbo-inner-content-box p.sbo-content-subheadline {
  font-size: 1rem;
  padding: 18px 0;
  margin: 0;
  color: #910048;
}

.sbo_ruf24-content-box p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}

.sbo_ruf24-content-box a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 15px 0 10px 0;
  margin: 15px 0 0 0;
  color: #910048;
  border-top: 1px solid #910048;
  border-bottom: 1px solid #910048;
}

.sbo_mutapp-content-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem 1rem;
}

img.sbo_mutapp-preview {
  height: 300px;
  width: auto;
}

img.sbo-app-download-btn {
  width: 135px;
  height: auto;
}

/* mobile version */
#sticky-buttons-overlay-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #sticky-buttons-overlay-desktop {
    display: none;
  }
  #sticky-buttons-overlay-mobile {
    display: block;
  }

  /* mobile styles */

  #sticky-buttons-overlay-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1010;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70px;
  }

  .sbo_mobile-btn {
    width: 50%;
    height: 100%;
    background: #fff;
    border: none;
    padding: 0;
    box-shadow: 0px 3px 6px #00000029;
  }
  .sbo_mobile-btn-ruf24 {
    background: #fff;
    color: #910048;
  }
  .sbo_mobile-btn-mutapp {
    background: #665eb0;
    color: #fff;
  }
  .sbo_mobile-btn h3 {
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 0 5px 0;
  }
  .sbo_mobile-btn p {
    font-size: 0.9rem;
    line-height: 1;
    margin: 0;
  }

  .sbo_mobile-modal {
    position: fixed;
    top: 82px;
    left: 0;
    z-index: 102;
    width: 100%;
    height: calc(100% - 70px - 82px);
    background: #fff;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fadein 0.75s;
    box-shadow: 0px 3px 6px #00000029;
  }
  .sbo_mobile-modal.active {
    display: flex;
  }
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .sbo_mobile-modal img.sbo_mutapp-preview {
    width: 255px;
    height: auto;
  }

  .sbo_mobile-modal h3 {
    font-size: 1.4rem;
    margin: 0;
    color: #910048;
  }

  .sbo_mobile-modal p.sbo-content-subheadline {
    font-size: 1rem;
    padding: 18px 0;
    margin: 0;
    color: #910048;
  }

  .sbo_mobile-modal-ruf24 img {
    width: 100px;
    height: auto;
    margin-bottom: 50px;
  }
  .sbo_mobile-modal-ruf24 h3 {
    font-size: 2rem;
  }
  .sbo_mobile-modal-ruf24 p.sbo_mobile-inner-paragraph {
    font-size: 1rem;
    line-height: 1.5;
    padding: 2rem;
    margin: 0;
    text-align: center;
  }
  .sbo_mobile-modal-ruf24 a {
    display: block;
    width: calc(100% - 4rem);
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    padding: 15px 0 10px 0;
    margin: 15px 0 0 0;
    color: #910048;
    border-top: 1px solid #910048;
    border-bottom: 1px solid #910048;
  }
}
