/*
Theme Name: Mein Astra Child Theme
Template: astra
*/

/* Universeller Button-Stil */
.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #b6bbbd;
    color: #000;
    text-decoration: none;
    border-radius: 0.3125rem;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #a0a5a3;
}

.center-button {
    text-align: center;
    margin-top: 1rem;
}
