@import url("../../includes/myfonts.css");
html {
    font-size: 64.5%;
}
body
{
    /*font-size: 1.8rem;*/
    /*font-family: 'Quicksand', sans-serif;*/
}
h0 { font-size: 3.4rem; }
h1 { font-size: 2.6rem; }
p { font-size: 1.8rem; }

input, button, select, textarea
{
    font-size: 80%;
}

@media screen and (min-width: 750px)
{

    h0 { font-size: 3.4rem; }
    input, button, select, textarea
    {
        font-size: 1.8rem;
    }
}

.panel-default
{
    color: #00549C;
    background-color: #81B13B ;

}

.panel-default>.panel-heading
{
    background-color: #81B13B ;
    color: #000000;
}

div.panel-heading
{
    background-color: #81B13B  !important;
    color: #00549C  !important;
}

div.sub-panel-heading
{
    background-color: #81B13B  !important;
    color: #FFFFFF !important;
    height: 28px;
    padding: 0px 15px;
    margin: 10px;
}

.container
{
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem !important;
    color: #000000;
}

.panel-success
{

    background-color: white;
}

.panel-success2
{
    border-color: #FF0000;
}

.panel-success>.panel-heading
{
    color: #000000  !important;
    background-color: #81B13B  !important;
}

.btn
{
    font-weight: 600;
    /*font-size: 20px;*/
    white-space:normal !important;
    word-wrap: break-word;
}

.form-group
{
    margin-left: 0px;
    margin-bottom: 2px;
}

.input-sm, .form-horizontal .form-group-sm .form-control
{
    font-size: 14px;
    color: #000;
}

input, button, select, textarea
{
    /*font-size: 14px; !important;*/
    color: #000;
    padding: 0px 0px;
    border: 1px solid #ccc;
}

.error
{
    color: #9C2C2A;
}

.form-group.required .control-label:after
{
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 1px;
    top: 0px;
}

@media screen and (min-width: 960px)
{
    .form-group.required .control-label:after
    {
        color: #d00;
        content: "*";
        position: absolute;
        margin-left: 2px;
        top: 0px;
    }
}

@media (min-width: 768px)
{
    .form-horizontal .control-label
    {
        padding-top: 0px !important;
        font-weight: bold;
    }
}

.control-label
{
         word-wrap: normal;
         font-size: 14px; !important;
         font-weight: bold; !important;
}

input[type=date]
  {
    line-height: 10px;
    /*height: 35px;*/
    /*width: 100%;*/
    margin-right: 5px;
    /*font-family: arial, sans-serif;*/
    font-size: 14px !important;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*background-color: lighten(#2f2f2f, 40%);*/
    /*outline: none;*/
    /*border: 0;*/
    /*border-radius: 3px;*/
    /*padding-left: 5px;*/
    /*color: #fff;*/
  }

.radio-inline input[type=radio]
{
    position: relative;
    display: inline;
    padding-left: 0;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 4px;
}

.lblradio, .lblcheckbox
{
    margin-right: 10px;
    font-size: 14px;
}

.collapse
{
    background-color: #ffffff;
}

/*.radio label, .checkbox label
{
    font-weight: 700;
}*/

label
{
    margin-bottom: 0px;
    margin-top: 0px;
}

.iban
{
    text-transform: uppercase;
}

.form-control
{
    background-color: whitesmoke;
}

.btn-primary
{
    background-color: #81B13B ;
    border-color: white;
    color: #000
}
.btn-success {
    background-color: #01586e !important;
    color: #fdfdfd !important;
    border: none !important;
}

.btn-danger {
    background-color: #eee241  !important;
    color: #00549C  !important;
    border: none !important;
}

.btnfertig
{
    background-color: #00549C ;
    border-color: white;
    color: #FFFFFF
}

.form-horizontal .checkbox, .form-horizontal .radio
{
    min-height: 35px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
    cursor: pointer;
}

.checkbox-inline, .radio-inline {
    font-size: 14px;
}