.lt-footer{
    padding-top: 100px;
}
.lt-input{
    border-radius: 0px !important;
    border: 1px solid #DAD9D4 !important;
    font-size: 0.9rem !important;
    font-family: 'Open Sans';
    color: #000 !important;
    padding: 0.5rem;
}
.form-control{
    border: 1px solid #DAD9D4 !important;
    font-size: 0.9rem !important;
    font-family: 'Open Sans';
    color: #000 !important;
}

.lt-footer input, .lt-footer label{
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-family: 'Open Sans';
}

.form-control:focus{
    box-shadow: none !important;
    border-radius: 0px !important
}

.lt-form-option{
    border-bottom: 1px solid #DAD9D4;
}

.lt-form-option label{
    padding-bottom: 15px !important;
}

.lt-footer textarea{
    border-radius: 0px;
    border-color: #DAD9D4;
}

.form-button{
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #31302B;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    background: #C48D67;
    border: none;
    color: #fff;
    letter-spacing: 2px;
}

.form-button:hover{
    box-shadow: inset 500px 0 0 0 #DAD9D4;;
    color: #000;
}

.footer-input-width, .custom-radio{
    width: 48%;
    cursor:default;
}

main #kontakt .lt-footer label{
    margin-bottom: 0.5rem;
    font-family: 'Open Sans', Geneva, Verdana, sans-serif !important;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

main #kontakt .lt-footer h2{
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

main #kontakt .lt-footer h2::before{
    display: none;
}

.form-group{
    margin-bottom: 1rem;
}

main #kontakt .lt-footer p{
    margin-bottom: 0;
}

#formular{
    scroll-margin-top: 7.5rem;
}

.message.success{
    background: #546d28;
    color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 576px) {
    .footer-input-width, .custom-radio{
        width: 100%;
    }
    .lt-footer{
        padding-top: 1.6rem;
    }
}