
.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.fixed-table-body{
    padding-bottom: 15px;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
  font-weight: 500;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
}


.infotext{
    font-weight: bold;
    display: none;
}

/*
CD des Betreibers
*/
/* 
   Farben
    Schrift: 
        - blau (#00285E)
            - bei H-Tags, Links, Buttons, Menü
            - bei gelben Hintergrund
        - grau (rgb(102.102.102))
        - dunkel (#444) bei Texten mit gelben Hintergrund
    Hintergrund:
        - Weiss (#ffffff)
            abwechselnd mit Hellgraus
        - Hellgrau (rgb(244,244,244)) 
        - Gelb (#FFDC00)
            - Icons, Buttons, Infofelder, Rahmen, Trennelemente
*/
html, body{
    background: #fff;
}
h1,h2,h3,h4,h5,h6, a, button, .button, .menu, .text-blau{
    color: #00285E;
}
svg{
    color: #FFDC00;
}
.bg-hellgrau{
    background-color: rgb(244,244,244);
}

.button, .bg-gelb{
    background-color: #FFDC00 !important;
}

.text-gelb{
    color: #FFDC00 !important;
}
.btn-close{
    background-color: #FFDC00 !important;
}
.inputdiv{
    background-color: rgb(244,244,244);
}


.bg-body-tertiary{
    background-color: #00285E !important;
    color:  #FFDC00 !important;
}

.bg-body-tertiary a{
    color:  #999 !important;
}
.text-body-secondary{
    color:  #FFDC00 !important;
}

.kralos-small a{
    font-size: 10px;
    text-decoration: none;
    color: #999;
}

.nav-link.active{
    /*font-weight: bold;*/
    color: #FFDC00 !important;
}

/*.nav-link.active::after { 
    content:  ">";
    color: var(--accent); 
    font-size:1.3rem;
}*/

.anlagendateninput{
    background-color: #FFC000;
    padding: 0px 5px;
    border-radius: 3px;
    border: 1px solid #666;
    text-align: right;
    margin: 0;
}

span.anlagendaten{
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 3px;
    border: 1px solid #aaa;
    text-align: right;
}

.table-sm td{
    padding: 0.12rem 0.25rem;
}

.smalljanein{
    
}
.smalljanein .btn-group{
    float: right;
}

.smalljanein button.btn{
    padding: 0px 5px;
}

select.form-select.anlagendaten{
    
    background-color: #FFC000;
    padding: 0px 5px;
    
    border-radius: 3px;
    border: 1px solid #666;
   
    margin: 0;
}

select.form-select.anlagendaten option{
    
    background-color: #FFC000;
}

.quilleditor{
    padding: 5px;
    background-color:#efe0a0;
    border: 1px solid #000;
    
    
}


.formeleditor{
    padding: 5px;
    background-color: rgb(255, 192, 0);
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    
}


.quilleditor > p{
    padding: 0;
    margin: 0;
}

.quilleditor .ql-editor{
    padding: 0;
}

.variablencontainer{
    position: absolute;
    width: 300px;
    height: 40px;
    border: 1px solid #666;
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    display: none;
}


.variableplaceholder{
    font-size: bold;
    cursor: pointer;
    border: 1px solid #666;
    border-radius: 3px;
    background-color: rgba(200,200,200,0.3);
    padding: 1px 5px;
    
}

.tabelle-editfeld,
.formellink{
    border: 1px solid #000;
    padding: 3px 5px;
    overflow: hidden;
    height: 60px;
    background-color: #FFC000;
    width: 100%;
}

.textfeld{
    border: 1px solid #000;
    padding: 3px 5px;
    overflow: hidden;
    height: 100px;
    background-color: #FFC000;
    width: 100%;
}


.textkey{
    border: 1px solid #999;
    padding: 1px 3px;
    overflow: hidden;
    background-color: #fffeee;
    width: 100%;
}

.formellink{
    background-color: #efe0a0;
    /*background-color: #dfdfdf;*/
    cursor: pointer;
    /*font-size: 0.6em;*/
  position: relative;
  float: left;
  text-align: left !important;
  overflow-y: scroll;
  text-decoration: underline;
}
.formellink:hover{
    color: #00285E;
}



.selectfield{
    /*background-color: #fafafa;*/
}
.rteeditfeld,
.imgfeld,
.formelfeld{
    background-color: #efe0a0;
    /*background-color: #dfdfdf;*/
    cursor: pointer;
    overflow-y: scroll;
}

.beispiel{
    background-color: rgba(255, 192, 0, 0.4);
}
.markiert{
    
    background-color: #FFE699;
}
.r2ergebnis{
    color: rgba(0,0,0,0.3);
}
.markiert .r2ergebnis{
    font-weight: bold;
    color:#000;
}

.formelrow{
    border-radius: 5px;
}
.formularfeld{
    background-color: #f9f9f9;
    border-radius: 5px;
}


.formel-tab-link,
.tab-link {
    margin-bottom: -1px;
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #333;
  text-decoration: none;
  background: 0 0;
  border: 0;
  
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  border: 1px solid transparent;
  
}

.formel-tab-link.active,
.tab-link.active{
    
      border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;

    
    color: #495057;
background-color: #fff;

border-color: #dee2e6 #dee2e6 #fff;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,40,94,0.2) 100%);
    
}



.formspan {
  padding: 0px 3px;
  
  background-color: #fff;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.modalsmall{
    padding: 1px 3px;
    height: 30px;
border-radius: unset;
}

.gremove{
    border: none !important;
}



.ceditadiv{
    line-height: 1.6em;
    overflow: scroll;
    resize: both;
}


.bereichedit{
    line-height: 1.6em;
    overflow: scroll;
    resize: both;
    height: 30px;
}


.bereichrow{
    background-color: #eee;
    border-radius: 3px;
    border: 1 px solid #ccc;
}

.xrem{
    font-weight: bold;
    border: none;
}
.fulltextedit{
    /*display: none;*/
}

.meldungdiv{
    position: fixed;
    top: 00px;
    left: 50%;
    margin-left: -260px;
    width: 500px;
    height: 70px;
    padding: 10px;
    padding-top: 15px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #eee;
    box-shadow: 10px 10px 3px rgba(90,90,90,0.3);
}

.contenteditable{
    border: 1px solid #000;
padding: 3px 5px;
overflow: hidden;
height: 60px;
background-color: #FFC000;
overflow: scroll;
}

.checkfieldfield{
    margin: auto;
float: unset;
margin-left: 45%;
}

.Materialselectfeld option[value="1"] {
  background: rgba(200, 100, 100, 0.3);
}

@media (min-width: 768px) {
  .nav-link.active::after { 
    content:  ">";
    color: var(--accent); 
    /*font-size:1.3rem;*/
}
}


.nav-link.active svg{
    
}

.bgpvr{
    background-image: url('/web/img/pv-rechner.png');
    background-repeat: no-repeat;
    background-size: 180px 30px;
    background-position: center;
    background-position-x: 60%;
}

.hidden{
    display: none;
}

.sidebar .admins{
    font-size: 0.8em !important;
    color: #666 !important;
    
}
.sidebar .admins svg{
    color: #dd7700;
}

.noborder{
    border: none;
}



.table > :not(caption) > * > *{
    padding: 0 !important;
}

.editfield{
    width: 100%;
}

.bruttospan{
    width: 100%;
    display: inline-block;
}

.konfigtextfeld{
    height: 500px;
    border-radius: unset;
    overflow: scroll;
    margin-bottom: 10px;
    margin-top: 10px;
}

.normalfeld{
    padding: 3px;
border-radius: unset;
}
input.normalfeld{
    height: 36px;
}

@media (max-width: 640px) {
    
.bgpvr{
    background-size: 140px 26px;
    background-position-x: 70%;
}
}


@media (max-width: 500px) {
    
.bgpvr{
    background-size: 140px 26px;
    background-position-x: 80%;
}
}


@media (max-width: 420px) {
    
.bgpvr{
    background-size: 120px 20px;
    background-position-x: 80%;
}
}


@media (max-width: 360px) {
    
.bgpvr{
    background-size: 100px 18px;
    background-position-x: 80%;
}
}
