﻿input, textarea {
        width: 100%;
    padding: 2%;
    font-size: 10pt;
    box-sizing: border-box;
}

form
{
    width: 97%;
}

.success {
    background-color: #6BCC7D;
    color: #14630E;
    padding: 10px 0px;
    text-align: center;
    list-style: none;
}

select
{
        padding: 1%;
    width: 100%;
}

textarea {
    height: 100px;
}

input[type=reset] {
    display: none;
}

input[type=submit] {
    margin: auto;
    width: 50%;
    margin-top: 10px;
    border: 2px solid #f9c76e;
    padding: 10px;
    background-color: #f9c76e;
    text-align: center;
    margin: 10px 0px;
    width: 100%;
    transition: 0.3s;
}

#msgFormField_704
{
    display: none;
}

.control-group {
    margin-bottom: 15px;
}

input[type=checkbox] {
    width: 30px;
}

.footerSub label {
    display: none;
}

.footerSub .control-group {
    display: inline-block;
    width: auto;
        margin-bottom: 0px;
}

.footerSub input[type=submit] {
    min-width: 70px;
}

@media all and (min-width: 768px) {

    form {
        width: 97%;
    }
}

@media all and (min-width: 1200px) {

    .footerSub .control-group {
        float: left;
        width: auto;
    }

    input[type=submit]:hover, .footerSub input[type=submit]:hover, .offerteSchotel:hover
    {
            border: 2px solid #930406;
    color: #FFFFFF;
    background-color: #920606;
    }
}
