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

.bw-simple-cat {
  width: 220px;
  height: 48px;
  margin: 6px;
  padding: 0 16px;
  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;
  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: 8px;
  color: #c77b88;
  font-size: 16px;
  line-height: 1;
}

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

  .bw-simple-cat {
    width: 270px;
  }
}

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

  .bw-simple-cat {
    width: 46%;
    height: 44px;
    margin: 5px;
    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 {
    width: 100%;
    max-width: 310px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a978a7d *//* Geburtstag - So funktioniert’s full-width premium strip */
.bw-process-full {
  width: 100%;
  margin: 18px auto 22px auto;
  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;
  }

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

/* Mobile */
@media only screen and (max-width: 767px) {
  .bw-process-full {
    margin: 16px auto 20px auto;
    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;
    font-size: 10.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-deb44e8 *//* Geburtstag 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;
    padding: 12px 16px;
  }

  .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 12px 18px 12px;
    padding: 12px 14px;
    border-radius: 14px;
    justify-content: flex-start;
  }

  .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-de1e823 *//* Geburtstag SEO + Conversion Section */
.bw-info-section {
  max-width: 1180px;
  margin: 42px auto 32px 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: 850px;
  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.28;
  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: 155px;
  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: 850px;
  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 28px 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-c762ba7 *//* Ballonswelt Premium FAQ */
.bw-faq-section {
  width: 100%;
  max-width: 1180px;
  margin: 36px auto 38px 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: 760px;
  margin: 0 auto 24px auto;
  text-align: center;
}

.bw-faq-eyebrow {
  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 10px 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.7;
  color: #665d5f;
}

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

.bw-faq-item {
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #ead8dc;
  border-radius: 14px;
  overflow: hidden;
  box-sizing: border-box;
}

.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: 18px;
  top: 14px;
  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;
}

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

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

.bw-faq-answer p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #6b6062;
}

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

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

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

  .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 16px;
  }

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