/*
    Fügen Sie hier Ihre benutzerdefinierten CSS-Stile hinzu...
    Verwenden Sie diese Datei, wenn Sie ein bestehendes Theme anpassen wollen.

    Wollen Sie ein eigenes Theme erstellen, fügen Sie eine eigene css-Datei im
    Ordner ./assetsRT/client/css/themes/ ein.
    Die Datei muss mit "theme_" beginnen und die Endung ".css" haben.
    Empfohlen ist der Dateiname theme_ANZEIGENAME.css

    ***************************************************************************

    Add here your custom css-Styles...
    Use this file if you want to customize an existing theme.

    If you want to create your own theme, add your own css file to the
    ./assetsRT/client/css/themes/ folder.
    The file must start with "theme_" and end with ".css".
    The file name theme_DISPLAYNAME.css is recommended
*/
:root {
    background-color: #ffffff;
}

#footer {
    color: #f9e6e9;
    background-color: #ffffff;
}
#footer .copyright {
    color: #3a000b;
    background-color: rgb(255 255 255);
}
.sidebar-bg {
    background-color: #ffffff00;
    border-left: 0.15rem solid #ffffff;
}
.sidebar {
    background-color: #ffffff00;
}
#header {
    background-color: #ffffff;
    color: #f9e6e9;
}
#content {
    background-color: rgb(255 255 255);
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}
:root {
    --bs-warning-bg-subtle: #ffc20000;
}
.text-warning {
    color: #000000 !important;
}
.redactor-box.redactor-styles-on .redactor-toolbar.redactor-toolbar {
    background-color: #ffffff;
}
.border-primary {
    --bs-border-opacity: 1;
    border-color: rgb(193 0 36 / 0%) !important;
}
.redactor-toolbar a, .redactor-air a {
    border-color: #c9c9c9;
    color: #000000 !important;
}
.border-primary-subtle {
    /* border-color: var(--bs-primary-border-subtle) !important; */
}
.border-primary-subtle {
    border-color: #ffffff !important;
}