/** Shopify CDN: Minification failed

Line 1459:0 Expected "}" to go with "{"

**/
.se-birthday {
    position: relative;
    color: #333;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.35;
    max-width: 100%;
  }

  .se-birthday *,
  .se-birthday *::before,
  .se-birthday *::after {
    box-sizing: border-box;
  }

  .se-birthday h1,
  .se-birthday h2,
  .se-birthday h3 {
    color: inherit;
    line-height: 1.25;
  }

  .se-birthday h1 {
    font-size: 18px;
    margin: 22px 0 8px;
  }

  .se-birthday h2 {
    font-size: 16px;
    margin: 20px 0 7px;
  }

  .se-birthday h3 {
    font-size: 14px;
    margin: 12px 0 5px;
  }

  .se-birthday p {
    margin: 0 0 8px;
  }

  .se-birthday ul {
    margin: 0 0 11px;
    padding-left: 19px;
  }

  .se-birthday li {
    margin: 0 0 4px;
  }

  .se-birthday a {
    color: #2b00ff !important;
    font-weight: 700;
    text-decoration: underline !important;
  }

  .se-divider {
    border: 0;
    border-top: 1px solid #d7d7d7;
    margin: 21px 0;
  }

  .se-video-wrap {
    background: #000;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 6px;
    overflow: hidden;
  }

  .se-video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: 50% 50% !important;
    margin: 0 !important;
    background: #000;
  }


  .se-sound {
    font-weight: 700;
    margin: 0 0 11px !important;
  }

  .se-info-box {
    background: #eaf5fb;
    border-left: 4px solid #5796b8;
    margin: 17px 0;
    padding: 10px 12px;
  }

  .se-info-box strong {
    display: block;
    margin-bottom: 3px;
  }

  .se-details {
    margin: 8px 0 14px;
  }

  .se-details summary {
    color: #2b00ff;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
  }

  .se-details[open] summary {
    margin-bottom: 10px;
  }

  .se-table {
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.18;
    margin: 6px 0 15px;
    width: 100%;
  }

  .se-table th,
  .se-table td {
    border: 1px solid #d8d8d8;
    padding: 2px 5px;
    text-align: left;
    vertical-align: top;
  }

  .se-table th {
    background: #edf5fa;
    font-weight: 700;
  }

  .se-table td:last-child,
  .se-table th:last-child {
    text-align: right;
    white-space: nowrap;
    width: 104px;
  }

  .se-calculator {
    background: #f7f7f7;
    border: 1px solid #d7d7d7;
    margin: 16px 0;
    padding: 8px 9px;
  }

  .se-field {
    margin: 0 0 8px;
  }

  .se-field > label,
  .se-field > strong {
    display: block;
    margin-bottom: 7px;
  }

  .se-select {
    background: #fff;
    border: 1px solid #999;
    font-size: 13px;
    font-weight: 400;
    height: 24px;
    min-height: 24px;
    padding: 1px 5px;
    width: 118px;
    max-width: 100%;
  }

  .se-radio {
    align-items: flex-start;
    display: flex;
    gap: 5px;
    margin: 0 0 4px;
  }

  .se-radio input {
    flex: 0 0 auto;
    margin-top: 1px;
    transform: scale(.85);
  }

  .se-quantity-grid {
    align-items: center;
    display: grid;
    gap: 4px 8px;
    grid-template-columns: minmax(150px, 1fr) auto;
    width: 100%;
  }

  .se-quantity-grid > .se-quantity {
    justify-self: end;
  }

  .se-quantity {
    align-items: center;
    display: flex;
    gap: 2px;
    width: max-content;
  }

  .se-quantity button {
    background: #fff;
    border: 1px solid #999;
    cursor: pointer;
    font-size: 14px;
    height: 22px;
    line-height: 1;
    padding: 0;
    width: 22px;
  }

  .se-quantity input {
    border: 1px solid #999;
    font-size: 13px;
    height: 22px;
    padding: 0 2px;
    text-align: center;
    width: 34px;
  }

  .se-message {
    background: #fff3cd;
    border: 1px solid #e1c76b;
    font-weight: 700;
    padding: 8px 9px;
  }

  .se-result {
    background: #fff;
    border: 2px solid #5796b8;
    display: none;
    margin-top: 13px;
    padding: 10px;
  }

  .se-result-row {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 2px 0;
  }

  .se-result-row span:last-child {
    font-weight: 700;
    white-space: nowrap;
  }

  .se-total {
    border-top: 2px solid #333;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 12px;
    justify-content: space-between;
    margin-top: 7px;
    padding-top: 7px;
  }

  .se-note {
    font-size: 13px;
    margin: 14px 0 0 !important;
  }

  .se-contact-image {
    display: block;
    height: auto;
    margin: 8px 0;
    max-width: 100%;
    width: 160px;
  }

  .se-map {
    border: 0;
    height: 450px;
    max-width: 600px;
    width: 100%;
  }

  @media (max-width: 600px) {
    .se-birthday {
      font-size: 14px;
      line-height: 1.4;
    }

    .se-birthday h1 {
      font-size: 18px;
    }

    .se-birthday h2 {
      font-size: 16px;
    }

    .se-table th,
    .se-table td {
      padding: 5px 5px;
    }

    .se-video {
      max-width: 100%;
    }

    .se-table td:last-child,
    .se-table th:last-child {
      width: 84px;
    }

    .se-calculator {
      padding: 12px;
    }

    .se-quantity-grid {
      grid-template-columns: minmax(145px, 1fr) auto;
      gap: 4px 6px;
      width: 100%;
    }

    .se-quantity {
      justify-self: end;
      margin-bottom: 0;
    }

    .se-map {
      height: 360px;
    }
  }

  .se-intro {
    position: relative;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 8px;
    align-items: start;
    margin: 0 0 14px;
    overflow: visible;
  }

  .se-elf {
    display: block;
    width: 112px;
    height: auto;
    margin: 0;
  }

  .se-intro-list {
    margin: 0 !important;
    padding-top: 60px;
    padding-left: 18px !important;
  }

  .se-intro-list li {
    margin-bottom: 5px;
  }

  .se-elf-box {
    position: relative;
    width: 112px;
    flex: 0 0 auto;
  }

  .se-magic-origin {
    position: absolute;
    left: 74.7%;
    top: 15.5%;
    width: 2px;
    height: 2px;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .se-magic-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
  }

  .se-star {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    color: #d4af37;
    line-height: 1;
    filter: drop-shadow(0 0 3px rgba(212, 175, 55, .85));
    transform-origin: center;
    will-change: transform, opacity;
    user-select: none;
  }

  .dark .se-star,
  [data-theme="dark"] .se-star {
    color: #f0c95a;
    filter: drop-shadow(0 0 4px rgba(255, 221, 120, .95));
  }

  @media (max-width: 600px) {
    .se-elf-box {
      width: 92px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .se-star {
      filter: drop-shadow(0 0 2px rgba(212, 175, 55, .75));
    }
  }

  @media (max-width: 600px) {
    .se-intro {
      grid-template-columns: 92px minmax(0, 1fr);
      column-gap: 6px;
    }

    .se-elf {
      width: 92px;
    }

    .se-intro-list {
      padding-top: 45px;
      padding-left: 16px !important;
    }

    .se-star {
      left: 78px;
      top: 28px;
    }
  }


  /* Finaler kompakter Tabellen-Rechner */
  .se-calc-table {
    border: 1px solid #cfdde5;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.2;
    margin: 8px 0 12px;
    table-layout: fixed;
    width: 100%;
  }

  .se-calc-table th,
  .se-calc-table td {
    border-bottom: 1px solid #e3e8eb;
    padding: 3px 6px;
    text-align: left;
    vertical-align: middle;
  }

  .se-calc-table tr:last-child td {
    border-bottom: 0;
  }

  .se-calc-table .se-calc-head th {
    background: #dbeef7;
    color: #24343d;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 7px;
  }

  .se-calc-table .se-calc-subhead td {
    background: #eef6fa;
    color: #24343d;
    font-weight: 700;
    padding: 4px 6px;
  }

  .se-calc-table .se-label {
    width: auto;
  }

  .se-calc-table .se-control {
    text-align: right;
    white-space: nowrap;
    width: 112px;
  }

  .se-calc-table .se-choice-cell {
    padding: 3px 6px;
  }

  .se-calc-table .se-radio {
    margin: 0;
    min-height: 18px;
  }

  .se-calc-table .se-radio input {
    margin-top: 1px;
    transform: scale(.82);
  }

  .se-calc-table .se-select {
    font-size: 12px;
    font-weight: 400;
    height: 21px;
    min-height: 21px;
    padding: 0 3px;
    width: 104px;
  }

  .se-calc-table .se-quantity {
    display: inline-flex;
    justify-content: flex-end;
    margin: 0;
    width: auto;
  }

  .se-calc-table .se-quantity button {
    font-size: 13px;
    height: 19px;
    min-height: 19px;
    width: 19px;
  }

  .se-calc-table .se-quantity input {
    font-size: 12px;
    height: 19px;
    min-height: 19px;
    padding: 0;
    width: 30px;
  }

  .se-calc-table .se-mixed-line {
    display: inline-block;
    padding-left: 16px;
  }

  .se-calc-divider td {
    border-top: 1px solid #b9cbd5;
  }

  .se-time-details {
    border-top: 1px solid #d5dde2;
    margin: 5px 0 0;
    padding-top: 5px;
  }

  .se-time-details summary {
    color: #2b00ff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
  }

  .se-time-table {
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 5px;
    width: 100%;
  }

  .se-time-table td {
    border-bottom: 1px solid #e3e8eb;
    padding: 3px 6px;
  }

  .se-time-table td:last-child {
    text-align: right;
    white-space: nowrap;
  }

  .se-message {
    font-size: 13px;
    margin-top: 7px;
    padding: 6px 7px;
  }

  .se-result {
    border: 1px solid #9ebdcd;
    margin-top: 9px;
    padding: 6px 8px;
  }

  .se-result-row {
    border-bottom: 1px solid #e4e8ea;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 2px 0;
  }

  .se-result-row span:last-child {
    font-weight: 400;
  }

  .se-total {
    border-top: 1px solid #40545f;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    margin-top: 4px;
    padding-top: 5px;
  }

  .se-calculator {
    padding: 8px;
  }

  @media (max-width: 600px) {
    .se-calc-table {
      font-size: 12.5px;
    }

    .se-calc-table th,
    .se-calc-table td {
      padding: 3px 4px;
    }

    .se-calc-table .se-control {
      width: 102px;
    }

    .se-calc-table .se-calc-head th {
      font-size: 13px;
    }
  }

  

  .dark .se-birthday,
  [data-theme="dark"] .se-birthday {
    color: #eceff1;
  }

  .dark .se-calculator,
  .dark .se-result,
  [data-theme="dark"] .se-calculator,
  [data-theme="dark"] .se-result {
    background: #202428;
    border-color: #59656c;
  }

  .dark .se-calc-table .se-calc-head th,
  [data-theme="dark"] .se-calc-table .se-calc-head th {
    background: #244a5c;
    color: #fff;
  }



  .se-divider-after-sound {
    margin: 5px 0 14px !important;
  }


  .se-calc-table .se-option-separator td {
    background: #f7fafb;
    border-bottom: 1px solid #b9cbd5;
    border-top: 1px solid #b9cbd5;
    height: 6px;
    padding: 0;
  }


  /* Videos: feste schwarze Bühne, Bildfläche mathematisch exakt zentriert */
  .se-birthday .se-video-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #000 !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
  }

  .se-birthday .se-video-wrap > video.se-video,
  .se-birthday .se-video-wrap > video.se-video-top {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    object-fit: contain !important;
    object-position: 50% 50% !important;
    background: transparent !important;
  }

  /* Mehr Luft und klare Gliederung nach dem zweiten Video */
  .se-divider-after-second-video {
    margin: 26px 0 20px !important;
  }

  .se-learning-box {
    color: #333 !important;
    margin: 0 0 24px !important;
  }

  .se-learning-box span {
    display: block;
  }

  .se-invitation-box {
    color: #333 !important;
    background: #f4f9fc;
    border: 1px solid #5796b8;
    border-top: 4px solid #5796b8;
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: 11px 13px 12px;
  }

  .se-invitation-box strong {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .se-invitation-box p {
    margin: 0 0 7px;
  }

  .se-divider-after-invitations {
    margin: 25px 0 21px !important;
  }


  /* Oberes Video: etwas größer, aber unverzerrt und exakt mittig */
  .se-birthday .se-video-wrap-top {
    width: min(calc(100% + 28px), calc(100vw - 16px)) !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
  }

  .se-birthday .se-video-wrap-top > video {
    object-fit: contain !important;
    object-position: 50% 50% !important;
    transform: none !important;
  }

  .se-surcharge-nowrap {
    display: inline-block;
    white-space: nowrap;
  }

  .se-calc-table .se-mixed-line {
    display: inline !important;
    padding-left: 0 !important;
  }

  .se-calc-table .se-quantity input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    box-sizing: border-box;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
  }

  .se-calc-table .se-quantity input[type="number"]::-webkit-inner-spin-button,
  .se-calc-table .se-quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .se-invitation-box {
    margin: 16px 0 18px;
  }

  .se-divider-after-learning {
    margin: 25px 0 21px !important;
  }

  @media (max-width: 600px) {
    .se-birthday .se-video-wrap-top {
      width: 100% !important;
      margin-left: 50% !important;
      margin-right: 0 !important;
      transform: translateX(-50%) !important;
    }
  }




  /* =========================================================
   SANDELFE – KORREKTUR FÜR PLUS/MINUS IM ALTEN SUPPLY-THEME
   Diesen Block ganz unten in sandelfe-kindergeburtstag.css
   einfügen.
   ========================================================= */

.se-birthday .se-calc-table td.se-control {
  width: 118px !important;
  min-width: 118px !important;
  padding: 5px 7px !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.se-birthday .se-calc-table .se-quantity {
  display: inline-grid !important;
  grid-template-columns: 24px 34px 24px !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 4px !important;
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}

.se-birthday .se-calc-table .se-quantity button,
.se-birthday .se-calc-table .se-quantity input[type="number"] {
  position: static !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border: 1px solid #9aa7ad !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  background: #ffffff !important;
  background-image: none !important;
  color: #222222 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.se-birthday .se-calc-table .se-quantity button {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  padding: 0 !important;
  line-height: 22px !important;
  text-align: center !important;
  cursor: pointer !important;
}

.se-birthday .se-calc-table .se-quantity button::before,
.se-birthday .se-calc-table .se-quantity button::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
}

.se-birthday .se-calc-table .se-quantity input[type="number"] {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  padding: 0 !important;
  line-height: 22px !important;
  text-align: center !important;
}

.se-birthday .se-calc-table .se-quantity input[type="number"]::-webkit-inner-spin-button,
.se-birthday .se-calc-table .se-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
}

@media (max-width: 560px) {
  .se-birthday .se-calc-table td.se-control {
    width: 104px !important;
    min-width: 104px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}








/* SANDELFE – ENDGÜLTIGE KORREKTUR DER MENGENFELDER */
.se-birthday .se-calc-table td.se-control {
  width: 112px !important;
  min-width: 112px !important;
  padding: 5px 7px !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.se-birthday .se-calc-table .se-quantity {
  display: inline-grid !important;
  grid-template-columns: 24px 34px 24px !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 4px !important;
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.se-birthday .se-calc-table .se-quantity > button,
.se-birthday .se-calc-table .se-quantity > input {
  position: static !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #9aa7ad !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  background: #ffffff !important;
  background-image: none !important;
  color: #222222 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.se-birthday .se-calc-table .se-quantity > button {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  line-height: 22px !important;
  text-align: center !important;
  cursor: pointer !important;
}

.se-birthday .se-calc-table .se-quantity > input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  line-height: 22px !important;
  text-align: center !important;
}

.se-birthday .se-calc-table .se-quantity > button::before,
.se-birthday .se-calc-table .se-quantity > button::after,
.se-birthday .se-calc-table .se-quantity > input::before,
.se-birthday .se-calc-table .se-quantity > input::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 560px) {
  .se-birthday .se-calc-table td.se-control {
    width: 104px !important;
    min-width: 104px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}



/* SANDELFE – HANDY-KORREKTUR PREISTABELLE */
@media (max-width: 600px) {
  .se-birthday .se-table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    box-sizing: border-box !important;
  }

  .se-birthday .se-table th,
  .se-birthday .se-table td {
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .se-birthday .se-table th:first-child,
  .se-birthday .se-table td:first-child {
    width: auto !important;
  }

  .se-birthday .se-table th:last-child,
  .se-birthday .se-table td:last-child {
    width: 88px !important;
    max-width: 88px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    text-align: right !important;
  }

  .se-birthday .se-table th:last-child {
    white-space: normal !important;
    line-height: 1.12 !important;
  }

  .se-birthday .se-table td:last-child {
    white-space: nowrap !important;
  }
}




/* SANDELFE – HANDY: BEIDE VIDEOS FAST VOLLE BILDSCHIRMBREITE */
@media (max-width: 600px) {
  .se-birthday .se-video-wrap,
  .se-birthday .se-video-wrap-top {
    width: calc(100vw - 16px) !important;
    max-width: none !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
  }

  .se-birthday .se-video-wrap > video,
  .se-birthday .se-video-wrap-top > video {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: 50% 50% !important;
  }
}
/* SANDELFE – HANDY: HOCHKANTVIDEOS WIRKLICH GROSS DARSTELLEN */
@media (max-width: 600px) {
  .se-birthday .se-video-wrap,
  .se-birthday .se-video-wrap-top,
  .se-birthday .se-video-wrap-secondary {
    position: relative !important;
    width: calc(100vw - 12px) !important;
    max-width: none !important;
    aspect-ratio: 9 / 16 !important;
    height: auto !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  .se-birthday .se-video-wrap > video,
  .se-birthday .se-video-wrap-top > video,
  .se-birthday .se-video-wrap-secondary > video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: 50% 50% !important;
    transform: none !important;
  }
}






/* SANDELFE – HANDY: VIDEOS OHNE SCHWARZE RIESENFLÄCHEN */
@media (max-width: 600px) {
  .se-birthday .se-video-wrap,
  .se-birthday .se-video-wrap-top,
  .se-birthday .se-video-wrap-secondary {
    position: relative !important;
    width: calc(100vw - 16px) !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  .se-birthday .se-video-wrap > video,
  .se-birthday .se-video-wrap-top > video,
  .se-birthday .se-video-wrap-secondary > video {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: 50% 50% !important;
    transform: none !important;
  }
}


/* SANDELFE – HANDY: VIDEOS OHNE SCHWARZE RIESENFLÄCHEN */
@media (max-width: 600px) {
  .se-birthday .se-video-wrap,







  /* SANDELFE – NOTFALL-WIEDERHERSTELLUNG BEIDER VIDEOS */
.se-birthday .se-video-wrap,
.se-birthday .se-video-wrap-top,
.se-birthday .se-video-wrap-secondary {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  overflow: hidden !important;
  background: #000 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.se-birthday .se-video-wrap > video,
.se-birthday .se-video-wrap-top > video,
.se-birthday .se-video-wrap-secondary > video,
.se-birthday video.se-video,
.se-birthday video.se-video-top {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: #000 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 600px) {
  .se-birthday .se-video-wrap,
  .se-birthday .se-video-wrap-top,
  .se-birthday .se-video-wrap-secondary {
    width: calc(100vw - 16px) !important;
    max-width: none !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
    aspect-ratio: 16 / 9 !important;
  }
}





/* SANDELFE – ENDGÜLTIGE VIDEO-DARSTELLUNG AUF HANDY UND DESKTOP */
.se-birthday .se-video-wrap,
.se-birthday .se-video-wrap-top,
.se-birthday .se-video-wrap-secondary {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: var(--se-video-ratio, 16 / 9) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  overflow: hidden !important;
  background: #000 !important;
}

.se-birthday .se-video-wrap > video,
.se-birthday .se-video-wrap-top > video,
.se-birthday .se-video-wrap-secondary > video {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: #000 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.se-birthday .se-video-fullscreen-row {
  margin: 7px 0 18px !important;
  text-align: center !important;
}

.se-birthday .se-video-fullscreen-button {
  display: inline-block !important;
  min-height: 38px !important;
  padding: 7px 16px !important;
  border: 1px solid #315f83 !important;
  border-radius: 4px !important;
  background: #d8eaf5 !important;
  color: #173a54 !important;
  font: inherit !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
}

@media (max-width: 600px) {
  .se-birthday .se-video-wrap,
  .se-birthday .se-video-wrap-top,
  .se-birthday .se-video-wrap-secondary {
    width: calc(100vw - 12px) !important;
    max-width: none !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
  }

  .se-birthday .se-video-fullscreen-button {
    width: min(100%, 280px) !important;
  }
}




/* SANDELFE – VIDEOS AUTOMATISCH GROSS, OHNE EXTRA-BUTTON */

/* Den zuvor ergänzten Vollbild-Button vollständig ausblenden */
.se-birthday .se-video-fullscreen-row,
.se-birthday .se-video-fullscreen-button {
  display: none !important;
}

/* Videos immer in ihrer Box vollständig und groß anzeigen */
.se-birthday .se-video-wrap,
.se-birthday .se-video-wrap-top,
.se-birthday .se-video-wrap-secondary {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: var(--se-video-ratio, 16 / 9) !important;
  overflow: hidden !important;
  background: #000 !important;
}

.se-birthday .se-video-wrap > video,
.se-birthday .se-video-wrap-top > video,
.se-birthday .se-video-wrap-secondary > video {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
}

/* Auf dem Handy nahezu die gesamte Bildschirmbreite nutzen */
@media (max-width: 600px) {
  .se-birthday .se-video-wrap,
  .se-birthday .se-video-wrap-top,
  .se-birthday .se-video-wrap-secondary {
    width: calc(100vw - 8px) !important;
    max-width: calc(100vw - 8px) !important;
    margin-left: calc(50% - 50vw + 4px) !important;
    margin-right: 0 !important;
    transform: none !important;
  }
}







/* =========================================================
   SANDELFE – ENDGÜLTIGE VIDEO-KORREKTUR
   Beide Originalvideos sind quadratisch.
   Dieser Block muss GANZ UNTEN in die CSS-Datei.
   ========================================================= */

/* Alten Zusatzbutton sicher entfernen */
.se-birthday .se-video-fullscreen-row,
.se-birthday .se-video-fullscreen-button {
  display: none !important;
}

/* Beide Videoboxen: quadratisch, groß und exakt mittig */
.se-birthday .se-video-wrap,
.se-birthday .se-video-wrap-top,
.se-birthday .se-video-wrap-secondary {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  margin: 18px auto !important;
  padding: 0 !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  overflow: hidden !important;
  background: #000 !important;
}

/* Das eigentliche Video füllt die quadratische Box vollständig */
.se-birthday .se-video-wrap > video,
.se-birthday .se-video-wrap-top > video,
.se-birthday .se-video-wrap-secondary > video,
.se-birthday video.se-video,
.se-birthday video.se-video-top {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: #000 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Handy: fast die gesamte Bildschirmbreite, exakt zentriert */
@media (max-width: 600px) {
  .se-birthday .se-video-wrap,
  .se-birthday .se-video-wrap-top,
  .se-birthday .se-video-wrap-secondary {
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* Echtes Vollbild: mittig statt links versetzt */
.se-birthday video:fullscreen,
.se-birthday video:-webkit-full-screen {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: #000 !important;
}
