@charset "UTF-8";
/* ==========================================================================
   Team Mats Landingpage Styles (Page ID: 1167)
   ========================================================================== */
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Josefin Sans", sans-serif;
  --font4: "Arial", sans-serif;
  --font5: "Helvetica", sans-serif;
  --color-night-blue: #000843;
  --color-fiery-coral: #fc6676;
  --night-blue: #000843;
  --fiery-coral: #fc6676;
}

@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  /* Korrektur Titel Anzeige im Hero vor der Animation unterdrücken  */
  .elementor-invisible.title-mobile h3 {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .elementor-nav-menu--dropdown {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    top: 100% !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.08);
    padding: 1vw 6vw !important;
    z-index: 999999 !important;
  }
  .elementor-nav-menu--dropdown .elementor-nav-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .elementor-nav-menu--dropdown .elementor-nav-menu li.menu-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .elementor-nav-menu--dropdown .elementor-nav-menu li.menu-item:last-child {
    border-bottom: none;
  }
  .elementor-nav-menu--dropdown .elementor-nav-menu li.menu-item a {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 2.3;
    padding: 0 1.55vw;
    position: relative;
    color: #000843 !important;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    white-space: nowrap !important;
    background-color: transparent !important;
  }
  .elementor-nav-menu--dropdown .elementor-nav-menu li.menu-item a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--color-fiery-coral);
    transition: width 0.3s ease-in-out;
  }
  .elementor-nav-menu--dropdown .elementor-nav-menu li.menu-item a:hover::after {
    width: 100%;
  }
}
#menu-hauptmenu {
  position: relative;
  background-color: transparent;
}
#menu-hauptmenu .header-logo img {
  transition: transform 0.5s ease-in-out;
}
#menu-hauptmenu .header-logo img:hover {
  transform: scale(1.08);
}
#menu-hauptmenu .elementor-widget-nav-menu {
  justify-content: center;
}
#menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main ul.elementor-nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main ul.elementor-nav-menu .menu-item a {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1;
  padding: 0 1.55vw;
  position: relative;
}
#menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main ul.elementor-nav-menu .menu-item a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--color-fiery-coral);
  transition: width 0.3s ease-in-out;
}
#menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main ul.elementor-nav-menu .menu-item a.elementor-item-active {
  color: var(--color-fiery-coral);
  font-weight: 700;
}
#menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main ul.elementor-nav-menu .menu-item a:hover {
  color: var(--accent);
}
#menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main ul.elementor-nav-menu .menu-item a:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main ul.elementor-nav-menu .menu-item a {
    font-size: 16px !important;
    line-height: 2.3;
    background-color: #fff;
  }
  #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main ul.elementor-nav-menu .menu-item a.elementor-item-active {
    color: var(--color-fiery-coral) !important;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main {
    display: none !important;
  }
  #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-menu-toggle svg:not(.elementor-menu-toggle__icon--close) {
    display: block !important;
  }
  #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-menu-toggle svg.elementor-menu-toggle__icon--close {
    display: none !important;
  }
  #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-menu-toggle.elementor-active svg:not(.elementor-menu-toggle__icon--close), #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-menu-toggle[aria-expanded=true] svg:not(.elementor-menu-toggle__icon--close) {
    display: none !important;
  }
  #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-menu-toggle.elementor-active svg.elementor-menu-toggle__icon--close, #menu-hauptmenu .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-menu-toggle[aria-expanded=true] svg.elementor-menu-toggle__icon--close {
    display: block !important;
  }
}
#menu-hauptmenu .insta-bild {
  width: 2.3%;
}
@media (max-width: 767px) {
  #menu-hauptmenu {
    position: relative !important;
    padding: 5.3vw 3.8vw 0vw 5.1vw;
  }
  #menu-hauptmenu .elementor-column,
#menu-hauptmenu .elementor-widget-wrap,
#menu-hauptmenu .elementor-element,
#menu-hauptmenu .elementor-widget-nav-menu,
#menu-hauptmenu .wp-menu {
    position: static !important;
  }
  #menu-hauptmenu .header-logo {
    align-content: flex-end;
  }
  #menu-hauptmenu .header-logo a {
    vertical-align: bottom;
  }
  #menu-hauptmenu .header-logo img {
    width: 29.5vw;
  }
  #menu-hauptmenu .elementor-element:has(.wp-menu) {
    width: auto;
  }
  #menu-hauptmenu .elementor-element:has(.wp-menu) .wp-menu {
    order: 2;
    width: 13.7vw;
  }
  #menu-hauptmenu .elementor-element:has(.wp-menu) .wp-menu .elementor-menu-toggle {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0;
  }
  #menu-hauptmenu .elementor-element:has(.wp-menu) .wp-menu .elementor-menu-toggle svg {
    width: 5.7vw;
    height: 5.7vw;
  }
  #menu-hauptmenu .elementor-element:has(.wp-menu) .wp-menu .elementor-menu-toggle.elementor-active svg:first-child {
    display: none;
  }
  #menu-hauptmenu .elementor-element:has(.wp-menu) .insta-bild {
    width: 6vw;
  }
}

/* Base Font & Styles for Page ID 1167 */
.page-id-1167 {
  font-family: var(--font-family);
}
.page-id-1167 h1,
.page-id-1167 h2,
.page-id-1167 h3,
.page-id-1167 h4,
.page-id-1167 h5,
.page-id-1167 h6,
.page-id-1167 p,
.page-id-1167 a,
.page-id-1167 button,
.page-id-1167 input {
  font-family: var(--font-family);
}

/* ==========================================================================
   WIDGET 1: [team_mats_progress] (Fortschrittsbalken mit Tennisbällen)
   ========================================================================== */
.tm-progress-widget {
  max-width: 29.7vw;
  margin: 0 auto;
  font-family: var(--font-family);
  /* Row of 15 tennis balls */
}
.tm-progress-widget .tm-progress-card {
  background: #ffffff;
  border: 0.6px solid rgba(0, 8, 67, 0.3411764706);
  border-radius: 1vw;
  padding: 0.2vw 2vw 1.2vw 1.9vw;
  box-shadow: 0 10px 30px rgba(0, 8, 67, 0.04);
  margin-bottom: 1.3vw;
}
.tm-progress-widget .tm-progress-top {
  display: flex;
  align-items: flex-start;
  gap: 0.5vw;
}
.tm-progress-widget .tm-ball-main {
  width: 5.5vw;
  height: auto;
  flex-shrink: 0;
  display: none;
}
.tm-progress-widget .tm-ball-main .tm-ball-img-large {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(252, 102, 118, 0.35));
}
.tm-progress-widget .tm-progress-info {
  display: flex;
  flex-direction: column;
  padding-top: 1vw;
}
.tm-progress-widget .tm-progress-count {
  font-weight: 800;
  color: var(--color-night-blue);
  line-height: 1.1;
}
.tm-progress-widget .tm-progress-count .tm-count-num {
  font-size: 1.3vw;
}
.tm-progress-widget .tm-progress-count .tm-count-max {
  font-size: 1.3vw;
  color: var(--color-night-blue);
}
.tm-progress-widget .tm-progress-label {
  font-size: 1.2vw;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--color-fiery-coral);
  text-transform: uppercase;
  margin-top: 0;
}
.tm-progress-widget .tm-balls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6vw;
  padding-left: 0;
}
.tm-progress-widget .tm-balls-row .tm-ball-step {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tm-progress-widget .tm-balls-row .tm-ball-step .tm-empty-circle {
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 50%;
  border: 0.6px solid rgba(0, 8, 67, 0.3411764706);
  display: block;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.tm-progress-widget .tm-balls-row .tm-ball-step .tm-ball-img-small {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0 2px 5px rgba(252, 102, 118, 0.4));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  width: auto;
  height: 1.4vw;
  filter: drop-shadow(-5px 6px 9px rgba(252, 102, 118, 0.8));
}
.tm-progress-widget .tm-balls-row .tm-ball-step.is-filled .tm-empty-circle {
  opacity: 0;
}
.tm-progress-widget .tm-balls-row .tm-ball-step.is-filled .tm-ball-img-small {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tm-progress-widget {
    max-width: unset;
  }
  .tm-progress-widget .tm-progress-card {
    border-radius: 3vw;
    padding: 0.3vw 4.7vw 5.4vw 5.9vw;
    margin-bottom: 4.5vw;
  }
  .tm-progress-widget .tm-progress-card .tm-progress-top {
    gap: 2.3vw;
  }
  .tm-progress-widget .tm-progress-card .tm-progress-top .tm-ball-main {
    display: none;
  }
  .tm-progress-widget .tm-progress-card .tm-progress-top .tm-progress-info {
    padding-top: 3vw;
    gap: 0;
  }
  .tm-progress-widget .tm-progress-card .tm-progress-top .tm-progress-info .tm-progress-count .tm-count-num,
.tm-progress-widget .tm-progress-card .tm-progress-top .tm-progress-info .tm-progress-count .tm-count-max {
    font-size: 4.15vw;
  }
  .tm-progress-widget .tm-progress-card .tm-progress-top .tm-progress-info .tm-progress-label {
    font-size: 4vw;
  }
  .tm-progress-widget .tm-progress-card .tm-balls-row {
    gap: 0;
    margin-top: 3vw;
  }
  .tm-progress-widget .tm-progress-card .tm-balls-row .tm-ball-step .tm-ball-img-small {
    height: 4.1vw;
  }
  .tm-progress-widget .tm-progress-card .tm-balls-row .tm-ball-step .tm-empty-circle {
    width: 4vw;
    height: 4vw;
  }
}

.elementor-invisible .tm-progress-widget .tm-balls-row .tm-ball-step.is-filled .tm-ball-img-small {
  opacity: 0;
}

/* Action Pill Button */
.tm-btn-primary {
  display: inline-block !important;
  background: var(--color-fiery-coral);
  color: #ffffff;
  font-size: 1.08vw;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.54vw 1vw;
  border-radius: 3vw;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.tm-btn-primary:hover {
  background: var(--contrast);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(252, 102, 118, 0.5);
}
.tm-btn-primary:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .tm-btn-primary {
    font-size: 4.1vw;
    padding: 1.5vw 1vw;
    border-radius: 4vw;
  }
}

.tm-btn-block {
  display: block;
  width: 100%;
}

/* ==========================================================================
   WIDGET 2: [team_mats_form] (Spendenformular Card)
   ========================================================================== */
.tm-form-wrapper {
  font-family: var(--font-family);
  /* Toggle Buttons: Einmalig / Jährlich */
  /* Amount Buttons Grid */
  /* Payment Gateways Radios */
  /* Payment Logos */
  /* Form Feedback Message */
}
.tm-form-wrapper .tm-form-heading {
  font-size: 38px;
  font-weight: 900;
  color: var(--color-night-blue);
  line-height: 1.15;
  margin-bottom: 24px;
  text-align: left;
}
.tm-form-wrapper .tm-form-card {
  background: #ffffff;
  border: 1px solid #c9d5ea;
  border-radius: 1vw;
  padding: 2.2vw 2.6vw 1.2vw 2.6vw;
  box-shadow: 0 12px 35px rgba(0, 8, 67, 0.05);
}
.tm-form-wrapper .tm-form-sub {
  font-size: 1.44vw;
  font-weight: 600;
  color: var(--color-night-blue);
  margin-bottom: 1.2vw;
  line-height: 1.3;
}
.tm-form-wrapper .tm-amount-display {
  font-size: 2.05vw;
  font-weight: 700;
  color: var(--color-night-blue);
  line-height: 1.3;
  margin-bottom: 1.3vw;
}
.tm-form-wrapper .tm-field-group {
  margin-bottom: 0.9vw;
}
.tm-form-wrapper .tm-input {
  width: 100%;
  padding: 0.65vw 0.9vw;
  border: 1px solid #b8c8e0;
  border-radius: 0.8vw;
  font-size: 1vw;
  font-weight: 400;
  color: var(--color-night-blue);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 1;
}
.tm-form-wrapper .tm-input::-moz-placeholder {
  color: #a0aec0;
}
.tm-form-wrapper .tm-input::placeholder {
  color: #a0aec0;
}
.tm-form-wrapper .tm-input:focus {
  border-color: var(--color-fiery-coral);
  box-shadow: 0 0 0 3px rgba(252, 102, 118, 0.15);
}
.tm-form-wrapper #tm-custom-amount-wrap #tm_custom_amount::-moz-placeholder {
  font-size: 0.7vw;
}
.tm-form-wrapper #tm-custom-amount-wrap #tm_custom_amount::placeholder {
  font-size: 0.7vw;
}
.tm-form-wrapper .tm-toggle-group {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 12px;
}
.tm-form-wrapper .tm-toggle-group .tm-toggle-btn {
  flex: 1;
  padding: 11px 16px;
  border: 1px solid #b8c8e0;
  border-radius: 30px;
  background: #ffffff;
  color: var(--color-night-blue);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tm-form-wrapper .tm-toggle-group .tm-toggle-btn.active {
  background: var(--color-fiery-coral);
  border-color: var(--color-fiery-coral);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(252, 102, 118, 0.3);
}
.tm-form-wrapper .tm-amount-grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 0.8vw;
  margin-top: 2.1vw;
  margin-bottom: 2.2vw;
}
@media (max-width: 480px) {
  .tm-form-wrapper .tm-amount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tm-form-wrapper .tm-amount-grid .tm-amount-btn {
  padding: 0.4vw 1vw;
  border: 1px solid #b8c8e0;
  border-radius: 0.5vw;
  background: #ffffff;
  color: var(--color-night-blue);
  font-size: 1vw;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}
.tm-form-wrapper .tm-amount-grid .tm-amount-btn.active {
  background: var(--color-fiery-coral);
  border-color: var(--color-fiery-coral);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(252, 102, 118, 0.3);
}
.tm-form-wrapper .tm-custom-amount-wrap {
  margin-top: -1vw !important;
  margin-bottom: 1vw;
}
.tm-form-wrapper .tm-payment-gateways {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  margin-top: 1vw;
  margin-bottom: 1.2vw;
  text-align: left;
  padding: 0 0.2vw;
}
.tm-form-wrapper .tm-payment-gateways .tm-gateway-option {
  display: inline-flex;
  align-items: center;
  gap: 0.6vw;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.72vw;
  color: #2d3748;
  line-height: 1.3;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.tm-form-wrapper .tm-payment-gateways .tm-gateway-option:hover {
  opacity: 0.85;
}
.tm-form-wrapper .tm-payment-gateways .tm-gateway-option .tm-gateway-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  margin: 0;
}
.tm-form-wrapper .tm-payment-gateways .tm-gateway-option .tm-radio-custom {
  width: 1.1vw;
  height: 1.1vw;
  min-width: 1.1vw;
  border-radius: 50%;
  border: 1.5px solid #2d3748;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.tm-form-wrapper .tm-payment-gateways .tm-gateway-option .tm-radio-custom::after {
  content: "";
  width: 0.65vw;
  height: 0.65vw;
  border-radius: 50%;
  background: var(--color-fiery-coral);
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.tm-form-wrapper .tm-payment-gateways .tm-gateway-option .tm-gateway-radio:checked + .tm-radio-custom {
  border-color: #2d3748;
}
.tm-form-wrapper .tm-payment-gateways .tm-gateway-option .tm-gateway-radio:checked + .tm-radio-custom::after {
  opacity: 1;
  transform: scale(1);
}
.tm-form-wrapper .tm-payment-gateways .tm-gateway-option .tm-gateway-label {
  color: #2d3748;
  letter-spacing: -0.01em;
}
.tm-form-wrapper .tm-submit-btn {
  margin-top: 0;
  margin-bottom: 0.3vw;
  padding: 0.4vw 0.8vw;
  font-size: 1.05vw;
  border-radius: 0.8vw;
}
.tm-form-wrapper .tm-trust-note {
  font-size: 0.59vw;
  color: #718096;
  text-align: center;
  margin-bottom: 1.2vw;
  line-height: 1.4;
}
.tm-form-wrapper .tm-payment-logos {
  text-align: center;
  margin-top: 1.3vw;
}
.tm-form-wrapper .tm-payment-logos img {
  width: 100%;
  height: auto;
}
.tm-form-wrapper .tm-form-message {
  display: block;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.3vw;
  padding: 0.4vw 0.8vw;
  font-size: 1.05vw;
  border-radius: 0.8vw;
}
.tm-form-wrapper .tm-form-message.tm-success {
  background: #000843;
  color: #ffffff;
}
.tm-form-wrapper .tm-form-message.tm-error {
  background: #fff5f5;
  color: #9b2c2c;
  border: 1px solid #feb2b2;
}
@media (max-width: 767px) {
  .tm-form-wrapper .tm-form-card {
    border-radius: 3vw;
    padding: 6vw 8.4vw 0vw 7.2vw;
  }
  .tm-form-wrapper .tm-form-card .tm-form-sub {
    font-size: 4.1vw;
    line-height: 1.25;
    margin-bottom: 4.2vw;
  }
  .tm-form-wrapper .tm-form-card .tm-amount-display {
    font-size: 5.3vw;
    line-height: 1.3;
    margin-bottom: 4.7vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-field-group {
    margin-bottom: 2.8vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-field-group .tm-input {
    font-size: 4.15vw;
    padding: 3vw 2.5vw;
    border-radius: 1.7vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-amount-grid {
    margin-top: 8.6vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.1vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-amount-grid .tm-amount-btn {
    padding: 2vw 0.6vw;
    font-size: 4.1vw;
    border-radius: 2vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-amount-grid .tm-amount-btn:nth-child(4) {
    grid-column: 1/-1;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-custom-amount-wrap .tm-input {
    font-size: 3.6vw;
    padding: 1vw 2.5vw;
    border-radius: 1.5vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-custom-amount-wrap#tm-custom-amount-wrap #tm_custom_amount {
    font-size: 4.1vw;
    padding: 3vw 2.5vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-custom-amount-wrap#tm-custom-amount-wrap #tm_custom_amount::-moz-placeholder {
    font-size: 2.7vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-custom-amount-wrap#tm-custom-amount-wrap #tm_custom_amount::placeholder {
    font-size: 2.7vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-payment-gateways {
    gap: 2.5vw;
    margin-top: 5vw;
    margin-bottom: 2vw;
    padding: 0 0.5vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-payment-gateways .tm-gateway-option {
    gap: 2.5vw;
    font-size: 3.3vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-payment-gateways .tm-gateway-option .tm-radio-custom {
    width: 4.6vw;
    height: 4.6vw;
    min-width: 4.6vw;
    border-width: 1.5px;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-payment-gateways .tm-gateway-option .tm-radio-custom::after {
    width: 2.8vw;
    height: 2.8vw;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-btn-primary {
    margin-top: 4vw;
    margin-bottom: 1.2vw;
    padding: 2vw 6vw;
    font-size: 4.15vw;
    border-radius: 1.5vw;
    line-height: 1.3;
  }
  .tm-form-wrapper .tm-form-card .tm-donation-form .tm-trust-note {
    font-size: 3.1vw;
    margin-bottom: 4.5vw;
    line-height: 1.2;
  }
  .tm-form-wrapper .tm-form-card .tm-form-message {
    display: block;
    margin-bottom: 5.2vw;
    padding: 2vw 6vw;
    font-size: 4.15vw;
    border-radius: 1.5vw;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
  }
}

/* ==========================================================================
   WIDGET 3: [team_mats_donors] (100 Kreise Wall Grid)
   ========================================================================== */
.tm-donors-section {
  width: 100%;
  font-family: var(--font-family);
  /* 100 Circles Grid - Desktop */
  /* Mobile View (Slider: 4 Slides, 5x5 Grid per Slide = 25 Circles) */
}
.tm-donors-section .tm-donors-slider-outer {
  width: 100%;
  position: relative;
}
.tm-donors-section .tm-donors-nav-wrapper {
  display: none !important;
}
.tm-donors-section .tm-donors-grid {
  display: grid !important;
  grid-template-columns: repeat(15, 1fr) !important;
  gap: 1.2vw !important;
  align-items: center !important;
}
.tm-donors-section .tm-donors-grid .tm-donors-slide {
  display: contents !important;
}
.tm-donors-section .tm-donors-grid .tm-circle-slot {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.042vw;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tm-donors-section .tm-donors-grid .tm-circle-slot.is-filled {
  background: url("/wp-content/uploads/2026/08/bubble.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(252, 102, 118, 0.35), 0 2px 6px rgba(2, 8, 58, 0.3);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.tm-donors-section .tm-donors-grid .tm-circle-slot.is-filled:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(252, 102, 118, 0.55), 0 4px 10px rgba(2, 8, 58, 0.4);
}
.tm-donors-section .tm-donors-grid .tm-circle-slot.is-filled:active {
  transform: scale(0.92) !important;
  transition: transform 0.08s ease;
}
.tm-donors-section .tm-donors-grid .tm-circle-slot.is-empty {
  background: #ffffff;
  border: 1.5px solid #fc6676;
  opacity: 0.7;
}
.tm-donors-section .tm-donors-grid .tm-circle-slot.is-empty:hover {
  opacity: 1;
  transform: scale(1.08);
}
@media (max-width: 767px) {
  .tm-donors-section .tm-donors-slider-outer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .tm-donors-section .tm-donors-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    cursor: grab !important;
  }
  .tm-donors-section .tm-donors-grid.is-dragging {
    cursor: grabbing !important;
    scroll-snap-type: none !important;
    scroll-behavior: auto !important;
    user-select: none !important;
    -webkit-user-select: none !important;
  }
  .tm-donors-section .tm-donors-grid.is-dragging .tm-circle-slot {
    pointer-events: none !important;
  }
  .tm-donors-section .tm-donors-grid::-webkit-scrollbar {
    display: none !important;
  }
  .tm-donors-section .tm-donors-grid .tm-donors-slide {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 2.2vw !important;
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    scroll-snap-align: center !important;
    box-sizing: border-box !important;
    padding: 4px !important;
  }
  .tm-donors-section .tm-donors-grid .tm-circle-slot {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    aspect-ratio: 1/1 !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    font-size: 3.6vw !important;
  }
  .tm-donors-section .tm-donors-grid .tm-circle-slot .tm-initials {
    display: block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
  .tm-donors-section .tm-donors-grid .tm-circle-slot.is-filled:hover, .tm-donors-section .tm-donors-grid .tm-circle-slot.is-filled:active {
    transform: none !important;
    box-shadow: 0 4px 10px rgba(252, 102, 118, 0.3) !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1vw;
    margin-top: 7vw;
    width: 100% !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-dots {
    display: none;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 4px !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-dots .tm-dot {
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50% !important;
    background: rgba(0, 8, 67, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-dots .tm-dot.active {
    background: var(--color-fiery-coral) !important;
    transform: scale(1.3) !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: transparent !important;
    padding: 0 3vw !important;
    cursor: pointer !important;
    color: #000843 !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    font-size: 5.3vw !important;
    line-height: 1 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-nav:active {
    transform: scale(0.9) !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-nav img {
    display: none !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-nav::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    display: inline-block !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-nav.tm-donors-prev::before {
    content: "\f053" !important;
  }
  .tm-donors-section .tm-donors-nav-wrapper .tm-donors-nav.tm-donors-next::before {
    content: "\f054" !important;
  }
}

.partner-carousel .elementor-widget-image-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partner-carousel .elementor-widget-image-carousel .swiper-slide {
  padding: 0 1.7vw;
  margin: 0 0.7vw;
  border: 1px solid var(--color-night-blue);
  background: transparent;
  aspect-ratio: 4/3;
}
.partner-carousel .elementor-widget-image-carousel .swiper-slide figure {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.partner-carousel .elementor-widget-image-carousel .swiper-slide img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .partner-carousel .elementor-widget-image-carousel .swiper-slide {
    padding: 0 2.1vw;
    margin: 0 2.5vw;
    border: 1px solid #fff;
    border-radius: 3vw;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    aspect-ratio: 4/4;
    max-width: 28vw;
  }
  .partner-carousel .elementor-widget-image-carousel .swiper-slide img {
    filter: brightness(0) invert(1);
  }
}

/* ==========================================================================
   WIDGET 4: .why100-arguments (Mobile Accordion Transformation)
   ========================================================================== */
@media (max-width: 767px) {
  .why100-arguments,
.what-season {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.9vw !important;
    width: 100% !important;
  }
  .why100-arguments .elementor-container,
.why100-arguments .e-con-inner,
.why100-arguments .elementor-column,
.why100-arguments .elementor-widget-wrap,
.why100-arguments .argument,
.what-season .elementor-container,
.what-season .e-con-inner,
.what-season .elementor-column,
.what-season .elementor-widget-wrap,
.what-season .argument {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
  .why100-arguments .argument,
.what-season .argument {
    background: #ffffff !important;
    border: 1px solid rgba(252, 102, 118, 0.35) !important;
    border-radius: 2.7vw !important;
    padding: 5.7vw 3.7vw 5.7vw 5.6vw !important;
    box-shadow: 0 4px 15px rgba(0, 8, 67, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    position: relative !important;
    box-sizing: border-box !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .why100-arguments .argument .elementor-widget-container,
.what-season .argument .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
  }
  .why100-arguments .argument .elementor-icon-box-wrapper,
.what-season .argument .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
  }
  .why100-arguments .argument .elementor-icon-box-title,
.what-season .argument .elementor-icon-box-title {
    font-family: var(--font-family) !important;
    font-size: 4vw;
    font-weight: 700 !important;
    color: var(--color-fiery-coral) !important;
    margin: 0 !important;
    padding-right: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
  }
  .why100-arguments .argument .elementor-icon-box-title::after,
.what-season .argument .elementor-icon-box-title::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(50% - 7px) !important;
    width: 14px !important;
    height: 14px !important;
    border-right: 3px solid var(--color-fiery-coral) !important;
    border-bottom: 3px solid var(--color-fiery-coral) !important;
    transform: rotate(45deg) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .why100-arguments .argument .elementor-icon-box-title span,
.what-season .argument .elementor-icon-box-title span {
    font-size: 4.52vw;
    font-weight: 700 !important;
    color: var(--color-fiery-coral);
  }
  .why100-arguments .argument .elementor-icon-box-description,
.what-season .argument .elementor-icon-box-description {
    font-family: var(--font-family) !important;
    font-size: 4.1vw !important;
    line-height: 1.3 !important;
    color: var(--color-night-blue) !important;
    margin: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, margin-top 0.25s ease !important;
    padding-right: 27vw;
  }
  .why100-arguments .argument.is-open .elementor-icon-box-title::after,
.what-season .argument.is-open .elementor-icon-box-title::after {
    transform: rotate(-135deg) !important;
    top: calc(50% - 2px) !important;
  }
  .why100-arguments .argument.is-open .elementor-icon-box-description,
.what-season .argument.is-open .elementor-icon-box-description {
    max-height: 500px !important;
    opacity: 1 !important;
    margin-top: 5vw !important;
  }
}

@media (max-width: 767px) {
  .what-season .argument {
    padding: 5.7vw 3.7vw 5vw 5.6vw !important;
  }
  .what-season .argument .elementor-icon-box-description {
    padding-right: 0vw;
    line-height: 1.23 !important;
  }
}

/* ==========================================================================
   WIDGET 5: .make-possible (Mobile Slider Transformation)
   ========================================================================== */
.make-possible-slider-outer {
  width: 100%;
  position: relative;
}
.make-possible-slider-outer .make-possible-nav {
  display: none !important;
}
.make-possible-slider-outer .make-possible-nav.is-disabled {
  opacity: 0.25 !important;
  cursor: default !important;
  pointer-events: none !important;
}
@media (max-width: 767px) {
  .make-possible-slider-outer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .make-possible-slider-outer .make-possible-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    flex-shrink: 0 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 10 !important;
    color: #000843 !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    font-size: 5.3vw !important;
    line-height: 1 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }
  .make-possible-slider-outer .make-possible-nav:active {
    transform: scale(0.9) !important;
  }
  .make-possible-slider-outer .make-possible-nav img {
    display: none !important;
  }
  .make-possible-slider-outer .make-possible-nav::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    display: inline-block !important;
  }
  .make-possible-slider-outer .make-possible-nav.make-possible-prev::before {
    content: "\f053" !important;
  }
  .make-possible-slider-outer .make-possible-nav.make-possible-next::before {
    content: "\f054" !important;
  }
  .make-possible-slider-outer .make-possible,
.make-possible-slider-outer .unique-benefits {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    direction: ltr !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    width: calc(100% - 90px) !important;
    max-width: 59vw !important;
    margin: 0 auto !important;
    cursor: grab !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    -webkit-user-drag: none !important;
  }
  .make-possible-slider-outer .make-possible.is-dragging,
.make-possible-slider-outer .unique-benefits.is-dragging {
    cursor: grabbing !important;
    scroll-snap-type: none !important;
    scroll-behavior: auto !important;
  }
  .make-possible-slider-outer .make-possible::-webkit-scrollbar,
.make-possible-slider-outer .unique-benefits::-webkit-scrollbar {
    display: none !important;
  }
  .make-possible-slider-outer .make-possible .elementor-container,
.make-possible-slider-outer .make-possible .e-con-inner,
.make-possible-slider-outer .unique-benefits .elementor-container,
.make-possible-slider-outer .unique-benefits .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    direction: ltr !important;
  }
  .make-possible-slider-outer .make-possible .elementor-column,
.make-possible-slider-outer .make-possible .elementor-widget-wrap,
.make-possible-slider-outer .make-possible .elementor-widget,
.make-possible-slider-outer .make-possible > div,
.make-possible-slider-outer .unique-benefits .elementor-column,
.make-possible-slider-outer .unique-benefits .elementor-widget-wrap,
.make-possible-slider-outer .unique-benefits .elementor-widget,
.make-possible-slider-outer .unique-benefits > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    box-sizing: border-box !important;
  }
  .make-possible-slider-outer .make-possible > *,
.make-possible-slider-outer .unique-benefits > * {
    scroll-snap-align: center !important;
  }
  .make-possible-slider-outer .make-possible > * *,
.make-possible-slider-outer .unique-benefits > * * {
    scroll-snap-align: none !important;
  }
  .make-possible-slider-outer .make-possible .elementor-widget-icon-box,
.make-possible-slider-outer .make-possible .benefit,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box,
.make-possible-slider-outer .unique-benefits .benefit {
    aspect-ratio: 228/149 !important;
    height: auto !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-widget-container,
.make-possible-slider-outer .make-possible .benefit .elementor-widget-container,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-widget-container,
.make-possible-slider-outer .unique-benefits .benefit .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-icon-box-wrapper,
.make-possible-slider-outer .make-possible .benefit .elementor-icon-box-wrapper,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-icon-box-wrapper,
.make-possible-slider-outer .unique-benefits .benefit .elementor-icon-box-wrapper {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 4vw 3vw 1vw;
    text-align: center !important;
    gap: 0 !important;
  }
  .make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-icon-box-icon,
.make-possible-slider-outer .make-possible .benefit .elementor-icon-box-icon,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-icon-box-icon,
.make-possible-slider-outer .unique-benefits .benefit .elementor-icon-box-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-icon,
.make-possible-slider-outer .make-possible .benefit .elementor-icon,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-icon,
.make-possible-slider-outer .unique-benefits .benefit .elementor-icon {
    font-size: 44px !important;
    height: 18vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-icon svg,
.make-possible-slider-outer .make-possible .benefit .elementor-icon svg,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-icon svg,
.make-possible-slider-outer .unique-benefits .benefit .elementor-icon svg {
    height: 100%;
    width: auto;
  }
  .make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-icon-box-content,
.make-possible-slider-outer .make-possible .benefit .elementor-icon-box-content,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-icon-box-content,
.make-possible-slider-outer .unique-benefits .benefit .elementor-icon-box-content {
    width: 100% !important;
    text-align: center !important;
  }
  .make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-icon-box-title,
.make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-icon-box-title a,
.make-possible-slider-outer .make-possible .elementor-widget-icon-box .elementor-icon-box-title span,
.make-possible-slider-outer .make-possible .benefit .elementor-icon-box-title,
.make-possible-slider-outer .make-possible .benefit .elementor-icon-box-title a,
.make-possible-slider-outer .make-possible .benefit .elementor-icon-box-title span,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-icon-box-title,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-icon-box-title a,
.make-possible-slider-outer .unique-benefits .elementor-widget-icon-box .elementor-icon-box-title span,
.make-possible-slider-outer .unique-benefits .benefit .elementor-icon-box-title,
.make-possible-slider-outer .unique-benefits .benefit .elementor-icon-box-title a,
.make-possible-slider-outer .unique-benefits .benefit .elementor-icon-box-title span {
    font-family: var(--font-family) !important;
    font-size: 4.2vw;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    color: var(--color-night-blue) !important;
    text-transform: uppercase !important;
    text-align: center !important;
    display: block !important;
  }
}

@media (max-width: 767px) {
  .unique-benefits-section .make-possible-slider-outer {
    align-items: flex-start;
    margin-top: -5vw;
    margin-left: -3vw;
  }
  .unique-benefits-section .make-possible-slider-outer .unique-benefits {
    width: 103% !important;
    max-width: 103% !important;
  }
  .unique-benefits-section .make-possible-slider-outer .make-possible-nav {
    position: absolute;
    bottom: -8vw;
  }
  .unique-benefits-section .make-possible-slider-outer .make-possible-nav.make-possible-prev {
    left: 40%;
  }
  .unique-benefits-section .make-possible-slider-outer .make-possible-nav.make-possible-next {
    right: 34%;
  }
}

@media (max-width: 767px) {
  .support-possible {
    position: relative !important;
    z-index: 10 !important;
  }
  .support-possible .elementor-button,
.support-possible .elementor-element-33223b4 {
    font-size: 4vw !important;
    padding: 2.8vw 3.1vw !important;
    border-radius: 5vw !important;
    margin-top: 3.5vw;
    position: relative !important;
    z-index: 10 !important;
  }
}

@media (max-width: 767px) {
  .partner-slider-section {
    position: relative !important;
    z-index: 10 !important;
  }
  .partner-slider-section .elementor-button {
    font-size: 4.1vw !important;
    padding: 2.8vw 3.4vw !important;
    border-radius: 5vw !important;
    position: relative !important;
    z-index: 10 !important;
  }
}

@media (max-width: 767px) {
  .meilensteine-mats {
    position: relative !important;
    z-index: 1 !important;
  }
  .meilensteine-mats .elementor-element,
.meilensteine-mats .elementor-widget-image {
    position: relative !important;
    top: 0 !important;
  }
}

@media (max-width: 767px) {
  .meilensteine-slider .elementor-button {
    font-size: 4.1vw !important;
    padding: 2.1vw 10vw !important;
    border-radius: 7vw !important;
    position: relative !important;
    z-index: 10 !important;
    line-height: 1.2 !important;
  }
}

/* ==========================================================================
   Interactive Floating Soap Bubbles on Circle Click
   ========================================================================== */
.tm-floating-soap-bubble {
  position: fixed;
  left: var(--startX);
  top: var(--startY);
  transform: translate3d(-50%, -50%, 0);
  z-index: 9999999;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: floatSoapBubble 2.6s cubic-bezier(0.25, 1, 0.4, 1) forwards;
}
.tm-floating-soap-bubble .tm-bubble-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  position: relative;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: linear-gradient(135deg, rgba(252, 102, 118, 0.94) 0%, rgba(159, 32, 109, 0.96) 50%, rgba(2, 8, 58, 0.98) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1.5px 4px rgba(255, 255, 255, 0.6), inset 0 -2px 6px rgba(2, 8, 58, 0.5), 0 6px 20px rgba(252, 102, 118, 0.4), 0 2px 8px rgba(2, 8, 58, 0.35);
  animation: bubblePillMorph 2.6s ease-out forwards;
}
.tm-floating-soap-bubble .tm-bubble-text {
  color: #ffffff;
  font-family: var(--font-family, sans-serif);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(2, 8, 58, 0.8), 0 2px 6px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 2;
}
.tm-floating-soap-bubble .tm-bubble-shine {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 30%;
  height: 35%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 75%);
  transform: rotate(-15deg);
  pointer-events: none;
  z-index: 1;
}
.tm-floating-soap-bubble .tm-bubble-heart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
  animation: bubbleHeartMorph 2.6s ease-out forwards;
}
.tm-floating-soap-bubble .tm-bubble-heart svg {
  width: 23px;
  height: 23px;
  fill: #fc6676;
  filter: drop-shadow(0 2px 7px rgba(252, 102, 118, 0.85)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
}
@media (max-width: 767px) {
  .tm-floating-soap-bubble .tm-bubble-pill {
    padding: 7px 16px;
  }
  .tm-floating-soap-bubble .tm-bubble-text {
    font-size: 13.5px;
  }
  .tm-floating-soap-bubble .tm-bubble-heart svg {
    width: 20px;
    height: 20px;
  }
}

.tm-floating-micro-bubble {
  position: fixed;
  left: var(--startX);
  top: var(--startY);
  transform: translate3d(-50%, -50%, 0) scale(0.3);
  border-radius: 50%;
  z-index: 9999998;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95) 0%, rgba(252, 102, 118, 0.75) 45%, rgba(98, 21, 98, 0.88) 100%);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.8), 0 4px 12px rgba(252, 102, 118, 0.45);
  animation: floatMicroBubble 2.4s cubic-bezier(0.25, 1, 0.4, 1) forwards;
}

@keyframes floatSoapBubble {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(calc(-50% + var(--sway)), calc(-50% + var(--dist)), 0) rotate(var(--rot));
  }
}
@keyframes bubblePillMorph {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  48% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 0;
    transform: scale(0.45);
  }
  100% {
    opacity: 0;
    transform: scale(0.45);
  }
}
@keyframes bubbleHeartMorph {
  0%, 46% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  58% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(calc(var(--heartScale, 1) * 1.28));
  }
  68% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(calc(var(--heartScale, 1) * 0.95));
  }
  78% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(calc(var(--heartScale, 1) * 1.12));
  }
  88% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(calc(var(--heartScale, 1) * 1));
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(calc(var(--heartScale, 1) * 1.25));
  }
}
@keyframes floatMicroBubble {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.3);
  }
  20% {
    opacity: 0.9;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--sway)), calc(-50% + var(--dist)), 0) scale(1.25);
  }
}
/* ==========================================================================
   20x Click Ball Duplication Easter Egg (Multi-Ball Bouncing Fountain)
   ========================================================================== */
.tm-bouncing-ball {
  position: fixed;
  border-radius: 50%;
  background: url("/wp-content/uploads/2026/08/bubble.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.042vw;
  font-weight: 800;
  box-shadow: 0 8px 25px rgba(252, 102, 118, 0.8), 0 0 25px rgba(255, 255, 255, 0.8);
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 99999999;
  animation: bounceBallFountain 2.2s linear forwards;
}
@media (max-width: 767px) {
  .tm-bouncing-ball {
    font-size: 13px;
  }
}

@keyframes bounceBallFountain {
  0% {
    transform: translate3d(0, 0, 0) scale(0.6) rotate(0deg);
    opacity: 0;
  }
  8% {
    opacity: 1;
    box-shadow: 0 12px 35px rgba(252, 102, 118, 0.95), 0 0 35px rgba(255, 255, 255, 0.9);
  }
  20% {
    transform: translate3d(calc(var(--vx) * 0.22), var(--jumpY), 0) scale(var(--ballScale, 1.22)) rotate(calc(var(--rot) * 0.2));
    opacity: 1;
  }
  45% {
    transform: translate3d(calc(var(--vx) * 0.48), calc(var(--fallY) * 0.18), 0) scale(var(--ballScale, 1.14)) rotate(calc(var(--rot) * 0.45));
    opacity: 1;
  }
  72% {
    transform: translate3d(calc(var(--vx) * 0.74), calc(var(--fallY) * 0.52), 0) scale(var(--ballScale, 1.02)) rotate(calc(var(--rot) * 0.72));
    opacity: 0.95;
  }
  100% {
    transform: translate3d(var(--vx), var(--fallY), 0) scale(var(--ballScale, 0.85)) rotate(var(--rot));
    opacity: 0;
  }
}