.forum_description {
  font-size: 10px;
  padding: 5px;
  text-align: justify;
  width: 270px;
  height: 100px;
  overflow: auto;
  font-family: 'Open Sans';
  border: 1px #000 solid;
  box-sizing: border-box;
}

.title {
    /* width: 165px; */
    /* height: 50px; */
    /* border: 1px solid #000; */
    /* padding: 5px; */
    text-align: center;
    /* font-size: 20px; */
    font-family: 'Style Script', cursive;
    font-size: 2.6rem;
    line-height: 2rem;
    box-sizing: boder-box;
    background: #ffffff4f;
}

.topics {
  border: 1px solid #000;
  padding: 7.5px 0;
  text-align: center;
  width: 88px;
  margin-top: 5px;
  float: left;
  font-size: 12px;
  font-family: 'Open Sans';
  box-sizing: border-box;
}

.t_margin {
    margin-right: 1px;
}

.subforums {
  width: 150px;
  height: 100px;
  overflow: auto;
  border: 1px solid #000;
  padding: 5px;
  box-sizing: border-box;
}

.sub {
  padding: 3px;
  margin: 2px 0;
  background: #cdcdcd;
  font-size: 10px;
  font-family: 'Open Sans';
}

.lastpost {
  border: 1px solid #000;
  height: 100px;
  width: 180px;
  padding: 5px;
  box-sizing: border-box;
}

.lastpost_title {
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans';
}

.line {
  width: 80%;
  height: 1px;
  background: #784d47;
  margin: 4px auto;
}

.date {
  font-size: 9pt;
  text-align: center;
  font-family: 'Open Sans';
}

.poster {
  font-size: 12px;
  font-family: 'Open Sans';
  text-align: center;
}
		
.h7 {
    background: #3a3f42;
    color: #a7aeb1;
    background-image: url(/design/blue/background.png);
    padding: 5px;
    overflow: hidden;
    font-family: oswald;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    margin: 3px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    letter-spacing: 0.5px;
    border: 1px solid #3a3f42;
}
		
		
h9 {
    text-align: center;
    color: var(--text);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -20px;
    background-image: var(--kategorieimg);
    min-width: 570px;
}	
		