body {
    background-color: #E6E5E4;
    padding: 0;
    font-family: 'Greta', Fallback, sans-serif;
}

@font-face {
    font-family: Greta;
    src: url("../fonts/GretaText-Regular_OTF/GretaTextStd Regular.otf") format("opentype");
}

#headerLoginPage {
    background-color: #E6E5E4;
}

#LogoBHR {
    float: left;
    padding-left: 30px;
    padding-top: 30px;
}

html,
body {
    min-height: 100%;
    min-width: 100%;
    overflow-x: hidden;
}

body {
    height: 100vh;
    width: 100vh
}

#BookingsUser {
    background-color: #A1A89C;
}

.container-fluid {
    height: 100%;
    padding: 0;
    margin: 0;
}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}

br {
    display: block;
    content: "";
}

button {
    background: none !important;
    border: none;
    font-family: 'Greta', Fallback, sans-serif;
    color: #3C3C3B;
    text-decoration: underline;
    cursor: pointer;
}

.btn-primary {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: 'Greta', Fallback, sans-serif;
    color: #3C3C3B;
    text-decoration: underline;
    cursor: pointer;
}

#button_login:hover {
    color: #BABFB7;
}

#button_Impressum:hover {
    color: white;
}

#button_Datenschutz:hover {
    color: white;
}


#button_Hilfe:hover {
    color: white;
}

#button_Vergessen:hover {
    color: #BABFB7;
}

.example::-webkit-scrollbar {
    display: none;
}

.example {
    -ms-overflow-style: none;
    scrollbar-width: none;
}