/* Start custom CSS for html, class: .elementor-element-d86ac55 *//* Ballonswelt simple premium category shortcuts */
.bw-simple-cats {
  width: 100%;
  max-width: 980px;
  margin: 18px auto 22px auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

.bw-simple-cat {
  flex: 1 1 0;
  max-width: 220px;
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #ead8dc;
  border-radius: 30px;
  color: #3a3032;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(175, 92, 108, 0.05);
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.bw-simple-cat:hover {
  background: #fff8f9;
  border-color: #d69ca7;
  color: #b85f70;
  text-decoration: none !important;
}

.bw-simple-icon {
  display: inline-block;
  margin-right: 7px;
  color: #c77b88;
  font-size: 16px;
  line-height: 1;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .bw-simple-cats {
    max-width: 720px;
    flex-wrap: wrap;
  }

  .bw-simple-cat {
    flex: 0 0 calc(50% - 10px);
    max-width: none;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-simple-cats {
    margin: 14px auto 18px auto;
    padding: 0 10px;
    gap: 8px;
  }

  .bw-simple-cat {
    flex: 0 0 calc(50% - 8px);
    height: 44px;
    padding: 0 8px;
    font-size: 12.5px;
    border-radius: 24px;
  }

  .bw-simple-icon {
    margin-right: 5px;
    font-size: 14px;
  }
}

/* Very small mobile */
@media only screen and (max-width: 420px) {
  .bw-simple-cat {
    flex: 0 0 100%;
    max-width: 310px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f38b48 *//* Ballonswelt full-width premium process strip */
.bw-process-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 18px;
  margin-bottom: 22px;
  padding: 24px 15px;
  background: #fff8f9;
  border-top: 1px solid #ead8dc;
  border-bottom: 1px solid #ead8dc;
  box-sizing: border-box;
}

.bw-process-full-inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bw-process-head {
  text-align: center;
  margin-bottom: 18px;
}

.bw-process-head span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #b85f70;
}

.bw-process-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  color: #3b3032;
  font-family: Georgia, "Times New Roman", serif;
}

.bw-process-steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.bw-process-step {
  width: 33.33%;
  padding: 0 28px;
  text-align: center;
  box-sizing: border-box;
}

.bw-process-step + .bw-process-step {
  border-left: 1px solid #ead8dc;
}

.bw-process-num {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #b85f70;
  font-family: Georgia, "Times New Roman", serif;
}

.bw-process-step strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #2d2d2d;
}

.bw-process-step p {
  margin: 0;
  font-size: 12.8px;
  line-height: 1.55;
  color: #6f6668;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .bw-process-full {
    padding: 22px 15px;
  }

  .bw-process-step {
    padding: 0 16px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-process-full {
    margin-top: 16px;
    margin-bottom: 20px;
    padding: 22px 16px;
  }

  .bw-process-head {
    margin-bottom: 14px;
  }

  .bw-process-head h2 {
    font-size: 17px;
  }

  .bw-process-steps {
    display: block;
  }

  .bw-process-step {
    width: 100%;
    padding: 14px 0;
    text-align: left;
    border-left: none !important;
    border-top: 1px solid #ead8dc;
  }

  .bw-process-step:first-child {
    border-top: none;
    padding-top: 0;
  }

  .bw-process-step:last-child {
    padding-bottom: 0;
  }

  .bw-process-num {
    margin-bottom: 5px;
  }

  .bw-process-step strong {
    font-size: 13.5px;
  }

  .bw-process-step p {
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b7371e *//* Ballonswelt trust row above product grid */
.bw-trust-row {
  max-width: 1180px;
  margin: 14px auto 22px auto;
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff8f9;
  border: 1px solid #ead8dc;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(175, 92, 108, 0.05);
  box-sizing: border-box;
}

.bw-trust-item {
  margin: 5px 14px;
  display: flex;
  align-items: center;
  color: #4a4042;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.bw-trust-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e7cbd2;
  border-radius: 50%;
  color: #b85f70;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .bw-trust-row {
    max-width: 760px;
  }

  .bw-trust-item {
    width: 42%;
    margin: 6px 10px;
    justify-content: flex-start;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-trust-row {
    margin: 12px auto 18px auto;
    padding: 12px 12px;
    border-radius: 14px;
  }

  .bw-trust-item {
    width: 100%;
    margin: 5px 0;
    font-size: 12.8px;
  }

  .bw-trust-icon {
    width: 21px;
    height: 21px;
    margin-right: 8px;
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c2ddf0 *//* Ballonswelt Hochzeit SEO + Conversion Section */
.bw-wedding-info {
  max-width: 1180px;
  margin: 42px auto 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.bw-wedding-info-inner {
  background: #fff8f9;
  border: 1px solid #ead8dc;
  border-radius: 22px;
  padding: 34px 34px 30px 34px;
  box-shadow: 0 10px 28px rgba(175, 92, 108, 0.06);
  box-sizing: border-box;
}

.bw-wedding-info-heading {
  max-width: 820px;
  margin: 0 auto 26px auto;
  text-align: center;
}

.bw-wedding-info-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #b85f70;
}

.bw-wedding-info-heading h2 {
  margin: 0 0 12px 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  color: #b45d6e;
  font-family: Georgia, "Times New Roman", serif;
}

.bw-wedding-info-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #665d5f;
}

.bw-wedding-info-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}

.bw-wedding-info-box {
  width: 31.5%;
  min-height: 165px;
  margin: 8px;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #ead8dc;
  border-radius: 16px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.bw-wedding-info-box:hover {
  border-color: #d69ca7;
  box-shadow: 0 10px 22px rgba(175, 92, 108, 0.08);
}

.bw-wedding-info-box h3 {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #2d2d2d;
}

.bw-wedding-info-box p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #6f6668;
}

.bw-wedding-info-text {
  max-width: 820px;
  margin: 22px auto 0 auto;
  padding-top: 18px;
  border-top: 1px solid #ead8dc;
  text-align: center;
}

.bw-wedding-info-text p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.75;
  color: #6b6062;
}

.bw-wedding-info-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bw-wedding-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  background: #b85f70;
  color: #ffffff !important;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(184, 95, 112, 0.18);
  transition: all 0.2s ease;
}

.bw-wedding-info-btn:hover {
  background: #a94f60;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.bw-wedding-info-link {
  color: #b85f70 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.bw-wedding-info-link:hover {
  color: #963f50 !important;
  text-decoration: underline !important;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .bw-wedding-info {
    margin: 34px auto 26px auto;
  }

  .bw-wedding-info-inner {
    padding: 30px 24px 26px 24px;
  }

  .bw-wedding-info-heading h2 {
    font-size: 25px;
  }

  .bw-wedding-info-box {
    width: 46%;
    min-height: 145px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-wedding-info {
    margin: 30px auto 24px auto;
    padding: 0 12px;
  }

  .bw-wedding-info-inner {
    padding: 24px 16px 22px 16px;
    border-radius: 18px;
  }

  .bw-wedding-info-label {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .bw-wedding-info-heading {
    margin-bottom: 20px;
  }

  .bw-wedding-info-heading h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .bw-wedding-info-heading p {
    font-size: 13px;
    line-height: 1.65;
  }

  .bw-wedding-info-grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .bw-wedding-info-box {
    width: 100%;
    min-height: auto;
    margin: 0 0 10px 0;
    padding: 18px 16px;
    border-radius: 14px;
  }

  .bw-wedding-info-box h3 {
    font-size: 14px;
  }

  .bw-wedding-info-box p {
    font-size: 13px;
  }

  .bw-wedding-info-text {
    margin-top: 18px;
    padding-top: 16px;
  }

  .bw-wedding-info-text p {
    font-size: 13px;
    line-height: 1.65;
  }

  .bw-wedding-info-actions {
    gap: 10px;
  }

  .bw-wedding-info-btn,
  .bw-wedding-info-link {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2062e4 *//* Ballonswelt FAQ Section */
.bw-faq-section {
  max-width: 1180px;
  margin: 42px auto 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.bw-faq-inner {
  background: #fff8f9;
  border: 1px solid #ead8dc;
  border-radius: 22px;
  padding: 34px 34px 30px 34px;
  box-shadow: 0 10px 28px rgba(175, 92, 108, 0.06);
  box-sizing: border-box;
}

.bw-faq-heading {
  max-width: 820px;
  margin: 0 auto 26px auto;
  text-align: center;
}

.bw-faq-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #b85f70;
}

.bw-faq-heading h2 {
  margin: 0 0 12px 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  color: #b45d6e;
  font-family: Georgia, "Times New Roman", serif;
}

.bw-faq-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #665d5f;
}

.bw-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.bw-faq-item {
  background: #ffffff;
  border: 1px solid #ead8dc;
  border-radius: 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.2s ease;
}

.bw-faq-item:hover {
  border-color: #d69ca7;
  box-shadow: 0 10px 22px rgba(175, 92, 108, 0.08);
}

.bw-faq-item summary {
  position: relative;
  padding: 17px 52px 17px 20px;
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.bw-faq-item summary::-webkit-details-marker {
  display: none;
}

.bw-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #b85f70;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.bw-faq-item[open] summary::after {
  content: "−";
}

.bw-faq-content {
  padding: 0 20px 18px 20px;
  color: #6f6668;
  font-size: 13.5px;
  line-height: 1.75;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .bw-faq-section {
    margin: 34px auto 26px auto;
  }

  .bw-faq-inner {
    padding: 30px 24px 26px 24px;
  }

  .bw-faq-heading h2 {
    font-size: 25px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-faq-section {
    margin: 30px auto 24px auto;
    padding: 0 12px;
  }

  .bw-faq-inner {
    padding: 24px 16px 22px 16px;
    border-radius: 18px;
  }

  .bw-faq-label {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .bw-faq-heading {
    margin-bottom: 20px;
  }

  .bw-faq-heading h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .bw-faq-heading p {
    font-size: 13px;
    line-height: 1.65;
  }

  .bw-faq-item {
    border-radius: 14px;
  }

  .bw-faq-item summary {
    padding: 15px 46px 15px 16px;
    font-size: 14px;
  }

  .bw-faq-item summary::after {
    right: 16px;
    font-size: 22px;
  }

  .bw-faq-content {
    padding: 0 16px 16px 16px;
    font-size: 13px;
    line-height: 1.65;
  }
}/* End custom CSS */