

/* TBonn */

.MuiPaper-elevation1 {
    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 30%) !important;
}

.MuiPaper-rounded  {
    /*border-radius: 25px !important;*/
}

.clickable:hover {
    background-color: #ec949b;
    color: #393333;
}

.MuiAppBar-root img.logo {
    height: 65px;
}

.MuiAppBar-root div.nav-left {
    background-color: #ededed;
    height: 65px;
}

.MuiAppBar-root div.nav-center {
    background-color: #ededed;
    height: 65px;
}

.MuiAppBar-root div.nav-right {
    background-color: #ededed;
    height: 65px;
    flex: 0 0 300px;
}
.MuiAppBar-root .sub-logo {
    display: inline-block;
    padding-top: 15px;
    line-height: 64px;
    vertical-align: center;
}
.MuiAppBar-root .sub-logo img {
    height: 35px;
}

.MuiPaper-root .news-title {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}