/* **************
For Production
*/
.t3js-scaffold-header  {
    border-top: 5px solid #b40109;
}

.scaffold-topbar .topbar-site-container {
    display: flex;
}
.scaffold-topbar .topbar-site-container:after {
    content: "[Production]";
    color: #b40109;
    font-weight: bold;
    flex: 1 1 100%;
    text-align: center;
    font-size: 15px;
    margin: 8px;
}
/*Das ist nur drin, weil die Datei extensions/agaplesion_template/Resources/Public/css/agabackend.css auf production nicht geladen wird*/
.ck table thead tr.row-blue th, .row-blue {
    background:#edf6fa !important;
}
.ck table thead tr.row-grey th, .row-grey {
    background:#f7f7f7 !important;
}
.ck.ck-content figure table {
    --typo3-table-bg: transparent !important;
}
.ck table thead tr th {
    --typo3-table-bg: #fff !important;
    background: #fff !important;
}