/*// KATEGORIEN//*/
.kategorie_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--box);
    padding:5px 0px 2px;
    box-sizing: border-box;
    width: 950px;
    height: 100px;
    margin: auto;
    text-align: center;
    border: 1px solid var(--boxborder);
    background-image: var(--kategorieimg);
}

.kategorie_box h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: var(--base);
    text-align: center;
    margin-bottom: 3px;
}

.kategorie_box h2 {
    font-family:Arial, Helvetica, sans-serif;
    color: var(--bunt);
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 27px;
    text-align: center;
    background: #1717178c;
}

/*// FOREN //*/
.forum_box {
    display: flex;
    flex-direction: row;
    width: var(--tabwidth);
    padding: 10px 30px;
    box-sizing: border-box;
    margin: 15px auto;
    background-color: var(--tabelle2);
    width: 950px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    margin-left: -40px;
}

.forum_beschreibung {
    width: 610px;
    height: 90px;
    background-color: var(--box);
    padding:20px;
    box-sizing: border-box;
    color: var(--text);
    overflow:auto;
    text-align: left;
    margin-top: -14px;
}

.forumbesch_box {
    overflow: auto;
    margin-top: 15px;
    height: 80px;
    margin-bottom:5px;
    line-height: var(--linehei);
    text-align: justify;
}

.forumbesch_thpo {
    color: var(--thpotext);
    text-align: right;
    font-size:11px;
}

.forum_unterforum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 224px;
    height:135px;
    background-color: var(--tabelle3);
    margin: 0px 5px;
    box-sizing: border-box;
    overflow: auto;
}

.forum_unterforum u1 {
    margin:5px 0px;
}



.forum_neualt {
    width:50px;
    height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--tabelle2);
}

.forum_neualt img {
    width:30px;
    height: 105px;
}


/*neue / keine neuen BeitrÃ¤ge*/

.forum_status {
    width: 20px;
    height: 135px;
}

.forum_on {
    width: 100px;
    height: 90px;
    background-color: var(--bunt);
    background: var(--onimg) no-repeat 0 0;
    margin-right: 12px;
    margin-left: -22px;
    margin-top: -14px;
}

.forum_off {
    width: 100px;
    height: 90px;
    background:  var(--offimg) no-repeat 0 0;
    margin-right: 12px;
    margin-left: -22px;
    margin-top: -14px;
}

.forum_offclose {
    width: 20px;
    height: 135px;
    /*background:  var(--offimg) no-repeat 0 0;*/
}

.forum_offlink {
    width: 20px;
    height: 135px;
    background-color: var(--bunt);
}

:root {
  --text: #9d8e80;
    --logoimg: url(
     https://rising-sun.what-lies-ahead.de/images/rsnew.png);
    --kategorieimg: url(
    https://sun.hearts-still-beating.de/images/cliffkat.png);
    --hintergrimg: url(
    https://rising-sun.what-lies-ahead.de/images/rsnewbgdark.png);
    --onimg: url(
    https://sun.hearts-still-beating.de/images/sason.png);
    --offimg: url(
   https://sun.hearts-still-beating.de/images/sasoff.png);
    /*   --mainfont:
    'Jost', sans-serif;*/
}