@font-face {
    font-family: "HelveticaNeueRoman";
    src:
        local("HelveticaNeueRoman"),
        url("../frontend/fonts/HelveticaNeueRoman.otf") format("opentype"),
        url("../frontend/fonts/HelveticaNeueRoman.otf") format("opentype");
}
:root {
    --default-font: "HelveticaNeueRoman", sans-serif;
    --default-fontSize:17px;
}
body#tinymce{
    font-family: var(--default-font), serif;
    font-size: var(--default-fontSize);
    color: #5a5a5f;
    line-height: 1.5;
}
.content{
    --primary: #b62b2b;
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}

.content p{
    font-size: 16px;
    font-weight: unset;
    margin-bottom: 0px;
    margin-top: 0px;
}
.content a:not(.keyword):not(.type-category):not(.type-chapter):not(.type-work):not(.group-Verweis):not([href^="http"])::before {
    content: "⏵";
    color: var(--primary);
    margin-right: -2px;
    margin-left: -0.25em;

}
.content a.keyword {
    border: 1px solid;
    border-color: var(--primary);
    padding: 0 1px;
    border-radius: 6px;
    margin: 2px;
}
.content a.type-category{
    cursor: pointer;
    background-color: #edeff1;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 2px;
    padding-right: 2px;

}
a::before{
    font-feature-settings: "liga";
    color: var(--primary);
    margin: 0 2px;
    font-family: 'Material Symbols Outlined';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}
.content a.type-category::before {
    /*font-family: "Material Icons";*/
    content: "call_made";

}

a.type-audio_vis_work:before, a.type-bibl:before, a.type-insz:before, a.type-work:before, a.type-price:before, a.group-Verweis:before{
    content: "east" /*!important*/;
    vertical-align: middle;
    -webkit-text-stroke: 0.1px #fff;
    margin-right: 2px /*!important*/;
    margin-left: 0 /*!important*/;
    text-transform: none;
    display: inline-block;
    margin-top: -2px;
}
p {
    margin-bottom: 0.5rem;
}
span.br:before {
    content: "\a";
    display: block;
    font-size: 25%;
    white-space: pre;
}
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-modal.show {
    display: block;
    z-index: 100000;
}
.custom-modal-content {
    min-width: 420px;
    max-width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.custom-modal-content .custom-title {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.custom-modal-content p{
    margin: 0;
    padding: 0;
}
.custom-modal-close {
    position: absolute;
    top: 9px;
    right: 18px;
    font-size: 32px;
    cursor: pointer;
    color: #dadada;
}
.rendition-smallCaps {
    font-size: larger;
    font-weight: 500;
    color: var(--csred);
    font-variant: small-caps;
}
.rendition-it{
    font-style: italic;
}
.rendition-fontsize_larger{
    font-size:1.25rem;
}
.rendition-newline{
    display: block;
}
.rendition-citation,.citation{
    margin-top: 1rem;
    font-size: small;
    line-height: normal;
}
.rendition-bold{
    font-weight: bold;
}
.rendition-inline{
    display: inline !important;
}
p.rendition-newline{
    display: block !important;
}
.small, small,.rendition-small {
    font-size: 80%;
    font-weight: 400;
}
.title{
    font-style: italic;
}
.textContent{
    display: inline !important;
}
.icon-textContent{
    width: 25px;
    height: auto;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: -6px;
}
.list-unstyled ul ul ul {
    display: none;
}
@media only screen and (max-width: 420px) {
    .custom-modal-content {
        min-width: 90% !important;
        max-width: 90% !important;
    }
}
.navbar-nav li:last-child {
    border: none;
}
.navbar-nav ul {
    margin: 0;
    padding: 0;
}
.navbar-nav ul li {
    list-style: none;
}
.navbar-nav .center {
    text-wrap: auto;
}
.navbar-nav .backend-widget-nav {
    display: flex;
    align-items: center;
    margin: 0 1rem;
}
.navbar-nav .backend-widget-nav .material-icons-round{
    font-size: 1.1rem;
}
.navbar-nav span {
    line-height: 1;
}
.navbar-nav .backend-widget-nav a {
    margin-right: auto;
}
.navbar-nav .nav-item i {
    min-width: 1.2rem !important;
}
span.title {
    font-style: italic;
}
.edit-article {
    background: #efefef;
    padding: 1px 7px;
    font-size: 12px;
    color: #ff123d;
    border-radius: 5px;
}
.edit-article:hover {
    background: #ff123d;
    color: #fff;
}
.pointer {
    cursor: pointer;
}
.article {
    width: 100%;
    margin-top: 2rem;
}
.article .Pseudo_title {
    color: #5580b8;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
}
.article .editBtn {
    color: var(--bs-code-color);
    margin-left: 10px;
}
.article .editBtn:hover {
    color: var(--bs-danger);
}
.deleteBtn {
    color: #2b5276;
    margin-left: 10px;
}
.deleteBtn:hover {
    color: #326c9f;
}
.article > li.article_item {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    align-items: center;
    padding: 0.8rem 0;
    line-height: 30px;
}
.article_item ul li:last-child{
    border-bottom: 0px;
}
.article > li.article_item .list {
    margin-bottom: 3px;
    padding: 5px 0;
}
.article li:before {
    content: "";
    width: 15%;
    height: 2px;
    display: block;
    background: var(--csred);
    z-index: 900000;
    position: absolute;
    top: -2px;
    left: 0;
}
.article li .list h2, .article_item .list h2 {
    color: #2a2a2a;
    font-size: 15px;
    margin-bottom: inherit;
    font-weight: 600;
    display: inline-block;
}
.article li .images img {
    max-width: 100%;
    height: 150px;
}
.article li .parent {
    font-weight: 700;
}
.article li .parent i svg {
    width: 20px;
    height: auto;
}
.article li .slug {
    color: var(--bs-dark);
    font-size: 14px;
    font-weight: 600;
}
.custom_image {
    width: 100%;
}
.custom_image img {
    max-width: 100%;
    object-fit: fill;
}
.multiInputForm {
    margin-bottom: 1rem;
}
.chapter.Pseudo_title {
    font-size: 23px;
    font-weight: 700;
    padding: .5rem 0;
    margin: 2rem 0 0 0;
    float: left;
    width: 100%;
}
h2.Pseudo_title {
    color: var(--csred);
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 300 ;
}
.multiInputForm .boxField{
    display: flex;
    gap: 20px;
    align-items: center;
    border: double 1px transparent;
    border-radius: 8px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #c3c9ff, #333);
    border-image: linear-gradient(to right, #4355ff 0%, #fff 50%, #d2d2d2 70%) 1;
    padding: 5px 1.5rem;
}
a.page-link.active,a.page-link:hover,.bg-gradient-danger:hover{
    background-image: linear-gradient(353deg, #ff0000 0%, #ff0025 100%);
}
.bg-gradient-danger{
    background-image: linear-gradient(310deg, #910909 0%, #ff667c 100%)
}
.btn-search {
    background: var(--csred);
    width: max-content;
    min-width: max-content;
    border: 1px solid var(--accent-color);
    color: #fff;
}
.btn-search {
    background: var(--csred-hover);
}
.multiInputForm .boxField .field {
    flex: 100%;
}
.multiInputForm .boxField .field:last-child {
    flex: none;
}
.multiInputForm .boxField button.add {
    width: auto;
    padding: 10px 24px;
    margin: 0;
    background: #71a966;
    margin-top: 14px;
}
.multiInputForm .boxField button.add:hover {
    background: #49813e;
}
.multiInputForm .boxField button.remove {
    width: auto;
    padding: 10px 24px;
    margin: 0;
    background: #d83030;
    margin-top: 14px;
}
.multiInputForm .boxField button.remove:hover {
    background: #ba1b1b;
}
.select2-results__option {
    font-size: 14px;
    color: #333;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #333;
}
@media only screen and (max-width: 596px) {
    .article > li {
        display: block;
    }
    .article > li > *:first-child {
        border-right: none;
    }
}
