/* Moderatorennavigation */ 
.modnav { display: flex; margin: 10px 0px; flex-wrap: wrap; }
.modnav .box6 { width: 48.5%; box-sizing: border-box; padding: 10px; }
.modnav .box7 { width: 51.5%; box-sizing: border-box; padding: 10px; border-left: solid 1px var(--wolfhr3); }

/* Blacklisttitel */ 
.bltitle { background: var(--wolfhighlight1); padding: 13px; font-family: 'Merriweather Sans', sans-serif; letter-spacing: 2px; font-size: 9px; text-transform: uppercase; color: var(--wolffont6); }

/* Blacklisttabs */ 
#blformatierung input { display: none; }                /* hide radio buttons */
#blformatierung input + label { display: inline-block } /* show labels in line */
#blformatierung  .tab { min-height: 500px; padding: 13px; box-sizing: border-box; }
#blformatierung  input ~ .tab { display: none }          /* hide contents */
/* show contents only for selected tab */
#blformatierung  #tab1:checked ~ .tab.content1,
#blformatierung  #tab2:checked ~ .tab.content2,
#blformatierung  #tab3:checked ~ .tab.content3 { display: block; }
#blformatierung  label { line-height: 17px; font-family: 'Merriweather Sans', sans-serif; letter-spacing: 2px; font-size: 9px; text-transform: uppercase; padding: 5px 5px 3px 5px; color: var(--wolffont4); } 
#blformatierung  .labelhg { background: var(--wolfhighlight4); display: flex; justify-content: space-evenly; }
#blformatierung  label:hover { color: var(--wolffont8); }

/* Formatierung in den Tabs */ 
.tabtitle { text-transform: uppercase; font-family: 'Merriweather Sans', sans-serif; font-size: 14px; color: var(--wolffont5); border-bottom: solid 1px var(--wolfhr3); padding:  0px 0px 5px 13px; }
.tabp { font-size:11px; line-height: 14px; text-align:justify; padding: 5px 5px 0px 5px; }
.inaktus a {  color: var(--wolffont5); }
.inaktus a:hover {  color: var(--wolffont8); }
.inaktus li { margin: 5px 0px; }
.inaktw { color: var(--warnung); }

/* Formatierung aus der php ansprechen */ 
.szenenzahl  { font-weight: bold; }
.szenenubersicht li { margin: 5px 0px; }
.szenenubersicht a { color: var(--wolffont5); }
.szenenubersicht a:hover {  color: var(--wolffont8); }
#blformatierung h4 { color: var(--wolffont7); padding: 10px 0px; border-top: solid 1px var(--wolfhr5); font-size: 14px; margin: 10px 0px 0px 0px; }
#blformatierung h4 + p { font-weight: bold; }

.blacklistdiv {width: calc(100%/3); padding:5px; box-sizing: border-box; background: var(--hgnormal); border-bottom: solid 1px var(--hggreyer);}
.blacklistrow {padding:5px; background: var(--hggreyer);}
.orange-text {color:#c99d32;}
.red-text {color:#a64141;}