/* Start custom CSS for html, class: .elementor-element-e4dec51 *//* Ballonswelt Geburtstag category shortcuts */
.bw-bday-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-bday-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-bday-cat:hover {
  background: #fff8f9;
  border-color: #d69ca7;
  color: #b85f70;
  text-decoration: none !important;
}

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

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

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

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

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

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

/* Very small mobile */
@media only screen and (max-width: 420px) {
  .bw-bday-cat {
    flex: 0 0 100%;
    max-width: 310px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67d8c87 */.bw-editorial-service {
  max-width: 980px;
  margin: 14px auto 24px auto;
  padding: 12px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ead8dc;
  border-bottom: 1px solid #ead8dc;
  background: transparent;
  box-sizing: border-box;
}

.bw-editorial-service span {
  position: relative;
  padding: 0 18px;
  color: #5f5355;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.bw-editorial-service span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #ead8dc;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .bw-editorial-service {
    flex-wrap: wrap;
    padding: 10px 8px;
    margin: 12px auto 20px auto;
  }

  .bw-editorial-service span {
    width: 50%;
    padding: 6px 8px;
    font-size: 12.5px;
    white-space: normal;
    box-sizing: border-box;
  }

  .bw-editorial-service span:nth-child(2)::after {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .bw-editorial-service span {
    width: 100%;
  }

  .bw-editorial-service span::after {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d39248 *//* Ballonswelt SEO + Conversion Section */
.bw-info-section {
  max-width: 1180px;
  margin: 42px auto 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.bw-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-info-heading {
  max-width: 820px;
  margin: 0 auto 26px auto;
  text-align: center;
}

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

.bw-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-info-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #665d5f;
}

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

.bw-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-info-box:hover {
  border-color: #d69ca7;
  box-shadow: 0 10px 22px rgba(175, 92, 108, 0.08);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bw-info-text p {
    font-size: 13px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-831ddf1 *//* Ballonswelt Premium FAQ */
.bw-faq-section {
  width: 100%;
  max-width: 1420px;
  margin: 42px auto 38px;
  padding: 0 16px;
  box-sizing: border-box;
}

.bw-faq-inner {
  background: linear-gradient(135deg, #fffafa 0%, #fff4f6 100%);
  border: 1px solid #efd9de;
  border-radius: 22px;
  padding: 34px 38px;
  box-shadow: 0 14px 38px rgba(175, 92, 108, 0.07);
}

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

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

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

.bw-faq-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6f6264;
}

.bw-faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.bw-faq-item {
  background: #fff;
  border: 1px solid #ecd9dd;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

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

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

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

.bw-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff1f4;
  color: #b85f70;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
  transition: all 0.22s ease;
}

.bw-faq-item[open] summary::after {
  content: "−";
  background: #b85f70;
  color: #fff;
}

.bw-faq-answer {
  padding: 0 20px 18px;
}

.bw-faq-answer p {
  margin: 0;
  padding-top: 2px;
  font-size: 13.5px;
  line-height: 1.75;
  color: #6b6264;
}

@media (max-width: 767px) {
  .bw-faq-section {
    margin: 30px auto 28px;
    padding: 0 12px;
  }

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

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

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

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

  .bw-faq-answer {
    padding: 0 16px 16px;
  }

  .bw-faq-answer p {
    font-size: 13px;
  }
}/* End custom CSS */