body {
    text-align: center;
    background-image: url(../img/bild1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0; /* Fallback-Hintergrundfarbe */
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.produkt img {
    width: 80%;
    max-width: 280px;
}

.paypal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    

}

p {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    text-align: justify;
    color: rgb(76, 76, 82);
}

.ausverkauft {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    background-color: #ffe6e6;
    border: 1px solid red;
    display: none;
}

h1, .delicious-handrawn-regular {
    font-family: "Delicious Handrawn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 65px;
    color: rgb(121, 68, 175);
}

div.produkt {
    border: 4px solid greenyellow;
    padding: 20px;
    margin: 5px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2 {
    color: rgb(211, 51, 91);
}

.hinweis {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
    margin-bottom: 40px;
    border-radius: 18px;
    font-family: "Delicious Handrawn", serif;
    font-size: 35px;
    background-color: red;
}

.hinweis:after {
    content: "";
    display: block;
    clear: both;
}

.farbe {
    color: white;
}

.hinweis:hover {
    background-color: blue;
}

#main-footer {
    margin-top: 25px;
    
   }
   #main-footer,p {
       text-align: center;
   }


#kontakt, p {
    color: green;
    padding: 15px 0;
}

.material-symbols-outlined {
    color: yellow;
    font-size: 48px !important;
}

 #ausverkauft-ZJXSS22KZF6GE ,#ausverkauft-QA45NXGX9TX7E ,#ausverkauft-64H8KCW5KHERN , #ausverkauft-SKR2UJSRMQFWU ,#ausverkauft-UBGYMSGMH9VM2 {
    display: none;
    color: red; 
    justify-content: center;

}
/* Standardmäßig den Ausverkauft-Hinweis verstecken */
.ausverkauft {
    display: none;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    background-color: #ffe6e6;
    border: 1px solid red;
    
}

/* PayPal-Button standardmäßig anzeigen */
.paypal-container {
    display: grid;
    place-items: center;
    justify-content: center;
   
  }

/* Wenn der Bestand 0 ist, PayPal-Button ausblenden und Ausverkauft-Hinweis anzeigen */
.bestand-leer .paypal-container {
    display: none;
    display: flex;
    justify-content: center;
    height: 10vh;
    margin: 0;
}

.bestand-leer .ausverkauft {
    display: block;
    display: flex;
    justify-content: center;
}
.bestand {
    color: blue;

}
