:root {
    font-size: 62.5%;
  }

body {
    background: #F9F9F9 none repeat scroll 0% 0%;
    color: #000;
    margin: 0;
    font-size: 1.5rem !important;
    font-family:Arial, sans-serif;
    
    height: unset!important;
}

h4 {
    line-height: 2rem;
    font-weight:normal;
    color: #fff;
}

form input {
    border: none !important;
    border-bottom: .01rem solid #0E171C !important;
    background-color: #F9F9F9 !important;
    color: #000 !important;
    border-radius: 0% !important;
}

form input:active, form input:focus {
    box-shadow: none !important;
}

form button, form input {
    font-size: 1.4rem !important;
}

.error {
    font-size: 1.2rem;
    margin-top: .5rem;
}

.buchung_message {
    color: #6c757d;
    font-size: 1.4rem;
}

.comment-length-wrapper {
    color: #494f54;
    float: right;
    font-size: 1.2rem;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 110;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    text-align: center;
}

@media (max-width: 460px){
    .list-group .d-flex{
        margin-bottom: 8px;
        flex-flow: row wrap !important;
    }
    .list-group .d-flex .input-group.col-2{
        min-width: 100%;
    }
}

@media (max-height: 926px) {
    .form-check-input {
        margin-left: .75rem !important; 
    } 
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 100;
}

.submitBtn {
    font-size: 1.5rem;
}

button:disabled {
    background-color: #494f54 !important;
}