/* Container für Produkte */
#features .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Produktkarte */
#features .bg-white {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#features .bg-white:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Button-Styling */
#features .inline-block {
    display: inline-block;
    padding: 10px 24px;
    background-color: #BA9D89;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
}

#features .inline-block:hover {
    background-color: #a58b76;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Responsives Verhalten */
@media (max-width: 768px) {
    #features .bg-white {
        width: 100%;
    }
}

/* Container für Produkte */
#about .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Produktkarte */
#about .bg-white {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#about .bg-white:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Button-Styling */
#about .inline-block {
    display: inline-block;
    padding: 10px 24px;
    background-color: #BA9D89;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
}

#about .inline-block:hover {
    background-color: #a58b76;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Responsives Verhalten */
@media (max-width: 768px) {
    #about .bg-white {
        width: 100%;
    }
}

/* Beispiel-Klasse: .mail-button */
.mail-button {
    display: inline-block;
    background-color: #ba9d89;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
  
.mail-button:hover {
    background-color: #a58b76;
}

/* Container für Produkte */
#sustainability .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Produktkarte */
#sustainability .bg-white {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Button-Styling */
#sustainability .inline-block {
    display: inline-block;
    padding: 10px 24px;
    background-color: #BA9D89;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
}

#sustainability .inline-block:hover {
    background-color: #a58b76;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Nachhaltigkeitsbox */
#sustainability .sustainability-box {
    width: 76rem;
    min-height: 600px;
    margin: 0 auto;
}

/* Eigene Styles */
.btn-choco {
    background-color: #ba9d89; 
    color: #fff;
    transition: background-color 0.2s ease-in-out;
}
.btn-choco:hover {
    background-color: #a58a79;
}

html {
    scroll-behavior: smooth;
}

/* Styling für den About-Button */
.about-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #BA9D89;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 0.75rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 10;
}
  
.about-button:hover {
    background-color: #a58b76;
    transform: scale(1.05);
}

.btn-primary {
    background: #BA9D89;
    color: #fff;
    padding: .75rem 1.5rem;
    border-radius: .6rem;
    font-weight: 600;
    transition: .25s;
}
.btn-primary:hover {
    background: #a58b76;
    transform: scale(1.03);
}

.wizard-card {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* Mobile-Tap-Highlight ausblenden, ohne Keyboard-Accessibility zu zerstören */
@media (hover: none) and (pointer: coarse) {
  /* Entfernt das hellblaue Overlay beim Antippen */
  * { -webkit-tap-highlight-color: transparent !important; }

  /* Optional: verhindert das iOS-Callout (Langdruck-Menü) auf Bildern/SVG */
  img, svg { -webkit-touch-callout: none; }
}

/* Fokus-Ring nur für echte Tastatur-Nutzung anzeigen (Barrierefreiheit) */
:focus { outline: none; }
:focus-visible { outline: 2px solid #6b7280; outline-offset: 2px; }
/* Entfernt Tap-Highlight für alle klickbaren Elemente */
a, button, input, select, textarea, label, [role="button"] {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
}
