
.stellenB-header{
    border-bottom: 1px solid #fd0100;
}
.header-bg a:after {
    width:100%;
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(9,9,121,0) 50%, rgba(255,255,255,1) 100%); 
    height:100%;
  }
.logo img {
    max-height: 135px;
    width: 10%;
    margin-top: 2%;
    border-right: 1px solid #ddd ;
    padding-right: 2%;
    float: left;
}
.logo {
    margin-left: 7%;
    height: 142px;
}
.einrichtungsname{
    text-decoration: none;
    color: #b81822;
    margin: 2% 0% 0 1%;
    display: block;
    width: 50%;
    float: left;
    cursor: pointer;
}
.einrichtungsname:hover {
    text-decoration: none;
    color: #b81822;
}
.einrichtungsname p{
    margin: 0;
}
.viewselect button.plugin_maps.aktive {
    background-color: #b81822;
    color: #fff;
}
.tableRow td a {
    color: #fe0000;
}
.tableResult tbody tr:hover {
    background: #fcfdd9 !important;
}
.app-footer {
    border-top: 3px solid #fd0100;
}
