body{
    background-color: #f4f4f4;
    font-family: 'Montserrat', sans-serif;
}
.custom-container {
    display: flex;
    justify-content: center;
    padding-top: 8vh;
    margin: 0;
}
.button-container {
    text-align: center;
}
.button-w2 button{
    width: 60vw;
}
button {
    font-weight: 600; /* Matches the bold font-weight defined in @font-face */
    font-style: normal;
    font-size: 20px;

    margin: 10px;
    padding: 10px 20px;
    font-size: 25px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #DCEAD7;
    width: 385px;
}
button:hover {
    background-color: #BDD7B3;
}
.centered-div{
    text-align: center; /* Center the text horizontally */
    padding-top: 2vh;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; /* Matches the bold font-weight defined in @font-face */
    font-style: normal;
    font-size: 30px;
}
.centered-div2{
    text-align: center; /* Center the text horizontally */
    padding-top: 5vh;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; /* Matches the bold font-weight defined in @font-face */
    font-style: normal;
    font-size: 25px;

}
#_kunde, #_grund, #verordnung{
    display: none;
}
#_kalender{
    padding-top: 5vh;
}

.hidden{
    display: none;
}
.akustiker-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    margin: 0;
    padding-top: 2vh;

}

.image-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center; /* Align text under the images */
}

.image-container .my-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 20px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto; /* Center images */
}

.image-container .my-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    cursor: pointer;
}

.name {
    margin-top: 10px; /* Space between the image and the name */
    font-size: 14px;
    font-weight: bold;
}