* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

button#status-button.status-online {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00a6fb !important;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border:1px solid #00a6fb !important;
    text-transform: uppercase;
}


button#status-button.status-offline {
    display: inline-block;
    padding: 10px 20px;
    background-color: #808080 !important;
    color: black;
    font-size: 16px;
    font-weight: bold;
    border:1px solid #808080 !important;
    text-transform: uppercase;
}

button#status-button.status-reserviert {
    display: inline-block;
    padding: 10px 20px;
    background-color: red !important;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border:1px solid red !important;
    text-transform: uppercase;
}

body {
    background-color: white;
}

.container {
    max-width: 960px;
}


.clickable-div {
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

.clickable-div:hover {
    background-color: #f0f0f0; /* Hintergrundfarbe beim Hover ändern */
}

.btn-group-lg .btn {
    font-size: 1.25rem;
    padding: 10px 20px;

}

input#profil_profile_picture {
    background-color: #00a6fb;
}

input#profil_profile_picture {
    background-color: #FFF; /* Grün */
    border: 1px solid #EFEFEF;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.card-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.speech-bubble {
    background: aliceblue;
    border: 1px solid lightskyblue;
}

.avatar {
    height: 3.5rem;
    width: 3.5rem;
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-bubble {
    font-style: italic;
    background-color: transparent !important;
}

li.me {
    background-color: #FFF !important;
}

li.you {
    background-color: #F9F9F9 !important;
}

a.btn-suche, a.btn-nachrichten {
    background-color: #F0B328 !important;
    border: 1px solid #F0B328 !important;
}

a.btn-angebot {
    background-color: #F0B328 !important;
    border: 1px solid #F0B328 !important;
}

a.btn-profil {
    background-color: #00a6fb !important;
    border: 1px solid #00a6fb !important;
}

.btn-passwort-vergessen, .btn-registrieren {
    background-color: #00a6fb !important;
}


.save-place-provider {
    background-color: #00a6fb !important;
    color: black !important;
}

.save-place-seeker {
    background-color: #F0B328 !important;
    color: black !important;
    border: 0 !important;
}

.white {
    background: #FFF !important;
    color: #FFF !important;
    border: 0 !important;
}

.gelb {
    background-color: #F0B328 !important;
    color: black !important;
}

a.seeker {
    background-color: #F0B328 !important;
    color: #000 !important;
    border: 0 !important;
}

.provider {
    background-color: #00a6fb !important;
    color: #000 !important;
    border: 0 !important;
}

.btn-primary, .btn-secondary {
    background-color: #00a6fb !important;
    border: 1px solid #00a6fb !important;
    color: black !important;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    /**  width: 120px;
      height: 90px; */
}

.delete-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 16px;
    cursor: pointer;
}

div#registration_form_roles input,
input#registration_form_agreeTerms{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}