/* Button + QR immer nebeneinander */
.cta-col .vc_btn3-container {
  float: left !important;
  width: auto !important;
  margin: 0 12px 0 0 !important; /* Abstand zum QR */
}

.cta-col .wpb_single_image {
  float: left !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
}

/* QR-Größe */
.cta-col .wpb_single_image img {
  width: 80px !important;  /* bei Bedarf anpassen */
  height: auto !important;
}

/* Float-Clear fix nach Button+QR, falls darunter Inhalt folgt */
.cta-col:after {
  content: "";
  display: block;
  clear: both;
}