body{
    padding-top: 110px;

}


.navbar {
    min-height: 100px;
    padding-right: 10px;
}

.navbar-default {
    background-color: #e6e6e6;
    border-color: #e7e7e7;
}
.navbar-btn{

}

.btn-menu{
    height: 80px;
    width: 100px;
    margin-left: 10px;
    background-color: #89152c;
    border-color: #6f2131;
    color: #fff;
    padding-top: 25px;
}

.btn-menu:hover{
    color: #e7e7e7;
    background-color: #ab112f;
}

.btn-menu:visited{
    color: #fff;
    background-color: #ab112f;
}

.untermenu{
    margin-left: 75px;
}
.btn-umenu{
    height: 80px;
    margin-left: 10px;
    margin-top: 20px;
    background-color: #e6e6e6;
    border-color: #000;
    color: #000;
    padding-top: 25px;
}
.btn-umenu:hover{
    color: #e7e7e7;
    background-color: #ab112f;
}
.logo_start{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.filterbox {
    background-color: #fdfdfd !important;
    border: 1px solid #ccc;
    margin: 0 0 10px;
    min-height: 100px;
    padding: 10px 10px;
    position: relative;
}

.link{
    cursor: pointer;
    color: #0044cc;
}

.form-horizontal .control-label {
    padding-top: 0px;
}
.hiddenPdf{
  visibility: hidden;
}
#rechForm_left{
    width: 50%;
    float: left;
}

#rechForm_right{
    width: 50%;
    float: right;

}
.modal-body {
    height: 480px;
    overflow-y: auto;
}
.modal-dialog{
    overflow-y: initial !important
}
