#site-header  {
display:none;
   }


#site-footer  {
display:none;
   }


.page-header  {
display:none;
   }

   .confirm-btn-kuchen {
       font-family: Arial, sans-serif !important;
       -webkit-text-size-adjust: none;
       font-variant-emoji: text; /* Verhindert Emoji-Darstellung */
   }

   .e-form__buttons {
     margin-top: 50px !important;
        }


#impressumButton {
height:40px !important;
       }


       /* Anpassungen für Tablets (768px bis 1024px) - iPads */
       @media screen and (min-width: 769px) and (max-width: 1024px) {
           .kuchen-entry-row {
               overflow: visible;
               padding-right: 100px !important;
           }

           .edit-btn-kuchen,
           .delete-btn-kuchen {
               opacity: 1 !important;
           }

           .edit-btn-kuchen {
               right: 50px !important;
           }

           .delete-btn-kuchen {
               right: 10px !important;
           }

           .confirm-btn-kuchen {
               right: 50px !important;
           }

           .cancel-btn-kuchen {
               right: 10px !important;
           }

           #submitBtn {
           margin-top: 150px !important;
               }


               .e-form__buttons {
                 margin-top: 100px !important;
                    }
       }



/* Anpassungen für kleine Bildschirme (z.B. unter 768px) */
@media screen and (max-width: 768px) {
   .entries-table {
   width:100% !important;
   }

   .fire {
margin-left: -8px !important;
}

#fire_1 {
margin-left: -16px !important;
}

.cake-input.visible {
    font-size: 10px;
    margin-left: -16px !important;
        width: 132px !important;

}

#submitBtn {
padding: 0px !important;
margin-top: 5px !important;
    }

    .kuchen-entry-row {
        overflow: visible;
        padding-right: 100px !important; /* Platz für die Buttons */
        width: calc(100% - 20px) !important; /* Breite anpassen */
        gap:5px !important;
    }

    .edit-btn-kuchen,
    .delete-btn-kuchen {
        opacity: 1 !important;
    }

    .edit-btn-kuchen {
        right: 50px !important;
    }

    .delete-btn-kuchen {
        right: 10px !important;
    }

    .confirm-btn-kuchen {
        right: 50px !important;
    }

    .cancel-btn-kuchen {
        right: 10px !important;
    }

    /* Anpassung für die bestehende Styles */
    .entry-name {
        width: 70px !important;
        font-size: 10px !important;
    }

    .cake-display {
        font-size: 10px !important;
        width: 140px !important; /* Verkürzen um Platz zu schaffen */
    }

    .cake-input {
        width: 150px !important;
    }

    .e-form__buttons {
    margin-top: 10px !important;
    }

}


@media (max-width: 800px) {

.entry-name {
    width: 65px !important;
    font-size:10px !important;
}

.cake-display {
    font-size:10px !important;
}

.kuchen-entry-row {
    width: 115%;
}

}


  #submitBtn {
    margin-top: 20px;
        border-radius: 50%;
        border: none;
        display: block;
        margin: 0 auto;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

        font-weight: 600;
        fill: #FFFFFF;
        border-radius: 100px 100px 100px 100px;
        padding: 60px;

        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px dotted;

        font-size: 16px;
        margin-top: 10px !important;
    }

    #submitBtn:disabled {
        color: white;
        cursor: not-allowed;
        border-style: dotted;
        animation: noe;
    }

      #submitBtn:enabled {
        color: white;
        cursor: pointer;
        border-style: solid;
        animation: pulse 3s ease-in-out infinite;
        background-color:#488a48;
    }

    #submitBtn:enabled:hover {
      background-color:#1db923;
  }


.dateBG {
    margin-top: -150px;
    background-color:none;
      }


/* Container für die Formularfelder */
.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


.elementor-widget-image svg,
.elementor-widget-lottie svg {
    isolation: isolate;
}

/* SVG-Definitionen isolieren */
svg defs {
    isolation: isolate;
}





/* Die drei Eingabefelder nebeneinander */
.elementor-field-group-name,
.elementor-field-group-kuchen,
.elementor-field-group-date {
    flex: 0 0 auto;
}

/* Button in eine neue Zeile erzwingen */
.e-form__buttons {
    flex-basis: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

/* Button selbst 200px breit */
.e-form__buttons button,
.elementor-button {
    width: 40px !important;
    max-width: 130px !important;
    width: 80px;
    height: 110px;
    font-size: 16px;
}

/* Responsive Design für kleinere Bildschirme */
@media (max-width: 768px) {
    .elementor-field-group-name,
    .elementor-field-group-kuchen,
    .elementor-field-group-date {
        flex-basis: 100%;
        max-width: 100%;
    }

    .e-form__buttons button,
    .elementor-button {
        width: 40px !important;
        max-width: 110px !important;
        width: 80px;
        height: 110px;
        font-size: 16px;
    }
}




.elementor-heading-title {
font-variant-numeric: tabular-nums;
}


#plate  {
    width: 98%;
    max-width: 1100px;
    margin: -3px auto;
}



.dateBG {
background-color: #ffcdfa;
}

#cake {
width:94%;
max-width: 950px;
 margin: 0 auto;
 background-color:#ef9051;
}


#topping {
width:90%;
max-width: 950px;
 margin: 0 auto;
 margin-bottom: -60px;
    z-index: 2;
}


#candleContainer {
margin-bottom: -20px !important;
}


.elementor-element-0537457 {
padding:0px;
}

.elementor-col-100{
width:auto !important;
margin:0 auto ;
}








.fire {
    opacity: 0;
    transition: opacity 0.6s ease-in;
}

.fire.visible {
    opacity: 1;
}


.e-con-inner {
  padding:0 !important;
}


/* ===== Kuchenliste Entry Rows ===== */
.elementor-form-fields-wrapper{


   }

   .topping{
   display:none;
      }



      .candleContainer {
        padding: 0px;
row-gap: 0px;
         }


         .candle{
         margin-top: -10px;
 }





.elementor-element-228ca25  {
padding:0;
   }



.volleyball-container {
       width: 100%;
       max-width: 100%;
       margin: 0 auto;
   }

   .volleyball-svg {
       width: 100%;
       height: auto;
       display: block;
   }

.candle img{
max-width: 15px;
}









* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", sans-serif;
  /*  background-color: #ffa468;
*/
    min-height: 100vh;
    padding: 40px 20px;
    background: linear-gradient(to bottom, #1a237e, #0d1421); */
}

.container {
    max-width: 600px;
    margin: 0 auto;
}

h1 {
    color: white;
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

.entries-table {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kuchen-entry-row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 10px 10px;
    padding-right: 15px;
    margin-bottom: 10px;
    margin-right: 0;
    border: 1px solid white;
    border-radius: 8px;
    background: none;
    height: 46px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.kuchen-entry-row.deleting {
    opacity: 0;
    transform: translateX(-20px);
}

.entry-name {
    color: white;
    font-weight: 600;
    width: 150px;
    flex-shrink: 0;
}

.cake-display {
    color: white;
    width: 200px;
    flex-shrink: 0;
    line-height: 1.5;
    font-size: 16px;
}

.cake-display.hidden {
    display: none;
}

.cake-input {
    display: none;
    width: 200px;
    padding: 3px 21px !important;
    margin: 0;
    border: 1px solid white;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.5;
    font-family: inherit;
    height: 32px;
    color: black;
    background: white;
    outline: none;
        font-size: 16px;
    margin-left: -22px !important;
    width: 222px !important;
    font-weight:600 !important;
}

.cake-input.visible {
    display: block;
}

.edit-btn-kuchen,
.confirm-btn-kuchen,
.delete-btn-kuchen,
.cancel-btn-kuchen {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid white;
    border-radius: 20px;
    background: none;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.kuchen-entry-row:hover .edit-btn-kuchen,
.kuchen-entry-row:hover .delete-btn-kuchen {
    opacity: 1;
}

.edit-btn-kuchen {
    right: -45px;
}

.edit-btn-kuchen:hover {
    border-color: #4CAF50;
    color: #4CAF50;
    background:none;
}

.edit-btn-kuchen.hidden {
    display: none;
}

.confirm-btn-kuchen {
    right: -45px;
    font-size: 18px;
    display: none;
    cursor: not-allowed;
}

.confirm-btn-kuchen.visible {
    display: flex;
    opacity: 0.4;
    background:none;
}

.confirm-btn-kuchen.active {
    opacity: 1;
    cursor: pointer;
}

.confirm-btn-kuchen.active:hover {
    border-color: #4CAF50;
    color: #4CAF50;
    background:none;
}

.delete-btn-kuchen {
    right: -85px;
    font-size: 20px;
}

.delete-btn-kuchen::before {
    content: '×';
    display: block;
    transform: translateY(-2px); /* Negativer Wert = höher, positiver = tiefer */
}

.delete-btn-kuchen:hover {
    border-color: #ff6b6b;
    color: #ff6b6b;
    background:none
}

.delete-btn-kuchen.hidden {
    display: none;
}

.cancel-btn-kuchen {
    right: -85px;
    font-size: 20px;
    display: none;
}

.cancel-btn-kuchen {
    right: -85px;
    font-size: 20px;
    display: none;
}

.cancel-btn-kuchen::before {
    content: '×';
    display: block;
    transform: translateY(-2px);
}

.cancel-btn-kuchen.visible {
    display: flex;
    opacity: 1;
}

.cancel-btn-kuchen:hover {
    border-color: #ff4c64;
    color: #ff4c64;
    background:none;
}

.kuchen-message {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    z-index: 10000;
    animation: slideIn 0.3s ease-out;
}

.kuchen-message.success {
    background: rgba(76, 175, 80, 0.9);
}

@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.delete-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.delete-modal-overlay.visible {
    opacity: 1;
}

.delete-modal-overlay.hiding {
    opacity: 0;
}

.delete-modal {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 450px;
    width: 90%;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.2s ease;
}

.delete-modal-overlay.visible .delete-modal {
    opacity: 1;
    transform: scale(1);
}

.delete-modal-title {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.delete-modal-text {
    margin: 0 0 25px 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.delete-modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.delete-modal-cancel,
.delete-modal-confirm {
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.delete-modal-cancel {
    border: 1px solid #ddd;
    background: white;
    color: #333;
}

.delete-modal-cancel:hover {
    background: #f5f5f5;
}

.delete-modal-confirm {
    border: none;
    background: #ff6b6b;
    color: white;
}

.delete-modal-confirm:hover {
    background: #ff4444;
}


















html, body {
      margin-top:0px !important;
    scroll-behavior: auto; /* Verhindert sanftes Scrollen beim Laden */
    scroll-padding-top: 0; /* Optional: Scroll-Anker verhindern */

    font-family: "Mark Pro", Sans-serif;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    margin: 0;
    padding: 0;
     /*
 transition: height 1000ms ease-in-out;

    height: 100%;
   */
}


html {

    }

body {
    margin: 0;
    padding: 0;
    background: #061552 !important;

   /* background: linear-gradient(to bottom, #1a237e, #0d1421); */
/*
    background: linear-gradient(to bottom, #1a237e, #0d1421);
*/


/*
     background: linear-gradient(180deg, #1a237e, #0d1421);
*/
/*
    background-attachment: fixed; /* Wichtig für lange Seiten */
/*background:blue !important;
*/

    }




    .volleyball-text {
        animation: pulseCycle 8s infinite ease-in-out;
    }

     #volleyball-text:hover {
        fill: #FF9B22 !important;
        cursor: pointer !important;
    }

     .pointer:hover {
        cursor: default !important;
    }

    #rotating-circle {
        animation: pulseCycle 8s infinite ease-in-out, rotate 12s infinite linear;
        transform-origin: 321.9px 108px;
    }

    @keyframes rotate {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    @keyframes pulseCycle {
        0% { fill: #f4d03f; }
        16.67% { fill: #f7dc6f; }
        33.33% { fill: #f1c40f; }
        50% { fill: rgb(255, 155, 34); }
        66.67% { fill: #e67e22; }
        83.33% { fill: #f4d03f; }
        100% { fill: #f4d03f; }
    }

    @media (max-width: 768px) {
        .volleyball-container { padding: 15px 0; }
    }

    @media (max-width: 480px) {
        .volleyball-container { padding: 10px 0; }
    }
