@import url(core/var.css);

.tabs {
    margin-top: 10px;
}

.tab-content {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.tab-content img {
    height: 35%;
    width: auto;
    max-height: 150px;
    max-width: 150px;
}

.tab-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    color: white;
    background-color: var(--main-color);
}

.tab-button:hover {
    cursor: pointer;
    color: var(--primary-color);
}

.banner {
    width: 100%;
    height: auto;
}

.therapie {
    text-align: left;
}

.button-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    margin: 1em 0; /* Adds space above/below (optional) */
}

.c-button {
    /* Optional styling */
    padding: 10px 20px;
}