.helfer_box {
    margin-block-start: 0.83em;
    background-color: rgb(142, 106, 136);
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.swissvolunteers_titel {
    color: rgb(222, 185, 203);
}

.swissvolunteers_logo {
    width: 90%;
}

.swissvolunteers_logo img {
    max-width: 100%;
}

.box_button {
    width: 80%;
    min-width: 200px;
}

.box_button:hover {
    transform: scale(1.1);
}

.box_button_frame {
    margin: 10px 5px 10px 5px;
    padding: 10px 0px 10px 0px;
    background-color: #f5f5f5;
    /* border: 1px solid black; */
    border-radius: 17px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box_button_frame h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px -2px 0px;
    font-size: 22px;
}
