@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap);

body {
background: #ebe0de;
/*background-image: url(https://www.transparenttextures.com/patterns/purty-wood.png); */
background-image: url(https://www.transparenttextures.com/patterns/low-contrast-linen.png);
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  background-attachment: fixed;
}

#header {
  width: 1080px;
  height: 600px;
  margin: auto;
  position: relative;
}

#container {
  width: 1080px;
  background: #ebe0de;
  margin: 20px auto;
  padding: 0px 0px 10px 0px;
}

#avatar {
  position: absolute;
  bottom: 0px;
  left: 30px;
  padding: 5px;
  background: #ebdad7;
  width: 240px;
}

.avatar-icon {
 background: #ebe0de; 
  padding: 3px;
    color: #954b29;
  font-size: 11px;
  text-align: center;
}

.avatar-link {
  background: #ebe0de;
  padding: 3px;
  width: 205px;
  text-align: center;
  color: #954b29;
  font-family: 'Calibri', sans-serif;
  font-size: 8px; 
  font-weight: bold;
  background: #ebe0de;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#nav-bar {
  box-sizing: border-box;
  padding: 10px;
  height: 45px;
  padding-left: 300px;
  background: #ebdad7;
  margin-top: -5px;
}

#nav-bar span {
  font-size: 15px;
  font-weight: bold;
}

#nav-bar .punkt {
  color: #954b29;
  font-family: 'Calibri', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;  
  font-weight: bold;
  background: #ebe0de;
  padding: 7px;
  float: left;
  margin: 0px 20px;
  text-transform: uppercase;
}

#headertabelle {
  width: 700px;
  height: 210px;
  position: absolute;
  left: 325px;
}

#headertabelle .zelle {
  box-sizing: border-box;
  width: 210px;
  float: left;
  margin: 0px 10px;
  background: #ebdad7;
  height: 210px;
}

#headertabelle .zelle::first-of-type {
margin-left: 10px;
}

#headertabelle .zelle .textbox {
  box-sizing: border-box;
  width: 80%;
  height: 170px;
  margin: 10px auto;
  background: #ebe0de;
  padding-top: 13px;
}

#headertabelle .zelle .textbox .text {
  width: 80%;
  height: 140px;
  overflow: auto;
  padding-right: 5px;
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  color: #954b29;
  line-height: 1.6em;
  margin: auto;
  text-align: justify;
}

#headertabelle .zelle .textbox .text::-webkit-scrollbar,
.unterforum .textbox .text::-webkit-scrollbar{
  width: 2px;
  background: #ebdad7;
}

#headertabelle .zelle .textbox .text::-webkit-scrollbar-thumb,
.unterforum .textbox .text::-webkit-scrollbar-thumb {
  background: #954b29;
}

img + .unterforum {
  margin-top: -10px;
}

.unterforum {
  box-sizing: border-box;
  width: 90%;
  margin: auto;
  padding: 5px;
  padding-bottom: 2px;
  background: #ebdad7;
  position: relative;
  z-index: 3;
}

.unterforum:nth-of-type(even) {
  background: #e7d5d2;
}

.unterforum:nth-of-type(odd) {
  background: #ebdad7;
}

.newoldicon {
  width: 120px;
  height: 120px;
  background: linear-gradient(to top right, #ebe0de 50%, transparent 50%);
  position: relative;
  display: inline-block;
}

.oldicon {
  height: 80px;
  width: 80px;
  background: url(http://k13324-2.server10.febas.net/rpgcandy/images/old.png);
  position: absolute;
  left: 15px;
  top: 20px;
  opacity: .8;
}

.newicon {
  height: 80px;
  width: 80px;
  background: url(http://k13324-2.server10.febas.net/rpgcandy/images/new.png);
   position: absolute;
  left: 30px;
  top: 20px;
  opacity: .8;
}

.postbit {
  width: 1066px;
  background: #EBE0DE;
  padding: 5px;
  margin: auto;
}

.postbit .userinfo {
  float: left;
  box-sizing: border-box;
  width: 300px;
  background: #E7D5D2;
  padding: 20px 5px;
}

.postbit .userinfo .avatar {
  position: relative;
  width: 240px;
  height: 280px;
  margin: auto;
  overflow: hidden;
}

.postbit .userinfo .avatar img {
  margin: auto;
  position: absolute;
  z-index: 1;
}

.postbit .userinfo .avatar .data {
  width: 200px;
  height: 100px;
  position: absolute;
  left: -140px;
  top: 80px;
  z-index: 2;
  transition: 1s;
}

.postbit .userinfo .avatar:hover .data {
  left: 40px;
  transition: 1s;
}

.postbit .userinfo .avatar .data .field {
  width: 120px;
  padding: 5px;
  font-family: 'Calibri', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: #505050;
  text-align: left;
  text-transform: uppercase;
  background: #EBE0DE;
  font-weight: bold;
  margin: 2px;
}

.postbit .userinfo .avatar .data .field i {
   color: #d6c11f;
}

.postbit .userinfo img {
  margin: auto;
  margin-top: 10px;
  width: 240px;
}

.postbit .userinfo .username {
  font-family: 'Bebas Neue', cursive;
  font-size: 25px;
  color: #954B29;
  text-align: center;
  margin-top: 20px;
}

.postbit .userinfo .username i {
  color: #d6c11f;
  font-size: 18px;
  margin-right: 3px;
}

.postbit .userinfo .spielername {
  font-family: 'Calibri', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: #954B29;
  text-align: center;
  text-transform: uppercase;
}

.postbit .userinfo .spielername i {
   color: #954B29;
}

.postbit .userinfo .desc {
  margin: auto;
  box-sizing: border-box;
  width: 90%;
  height: 200px;
  background: #EBE0DE;
  margin-top: 20px;
  padding-top: 10px;
}

.postbit .userinfo .desc .text {
  margin: auto;
  box-sizing: border-box;
  width: 90%;
  height: 180px;
  overflow: auto;
  scrollbar-width: 2px;
  text-align: justify;
  font-family: 'Calibri', sans-serif;
  line-height: 1.6em;
  color: #954b29;;
  font-size: 11px;
  padding-right: 5px;
}

.postbit .postinfo {
  box-sizing: border-box;
  float: left;
  width: 712px;
}

.postbit .postinfo .fields {
  box-sizing: border-box;
  padding: 10px;
  background: #E7D5D2;
}

.postbit .postinfo .field,
.postbit .reactions .field {
  display: inline-block;
  padding: 5px;
  font-family: 'Calibri', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: #954B29;
  text-align: center;
  text-transform: uppercase;
  background: #EBE0DE;
  font-weight: bold;
}

.postbit .postinfo .field i,
.postbit .reactions .field i {
   color: #d6c11f;
}

.postbit .postinfo .postcontent {
  margin: 30px auto;
  width: 80%;
  font-family: 'Calibri', sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  color: #954b29;
  text-align: justify;
}

.postbit .postinfo .signature {
  text-align: center;
}

.postbit .punkt {
  color: #954B29;
  font-family: 'Calibri', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;  
  font-weight: bold;
  background: #ebe0de;
  padding: 7px;
  float: left;
  margin: 0px 20px;
  text-transform: uppercase;
}

.postbit .reactions {
  text-align: left;
  padding: 20px;
}

#postbit .userinfo .desc .text::-webkit-scrollbar {
  width: 2px;
  background: #ebdad7;
}

.thead23 {
	background: #954B29;
	color: #ffffff;
	border-bottom: 1px solid #263c30;
	padding: 8px;
}

.thead23 a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead23 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead23 a:hover,
.thead23 a:active {
	color: #ffffff;
	text-decoration: underline;
}

.unterforum .forentitel {
  display: inline-block;
  font-size: 22px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #954b29;
  margin-top: 10px;
}

.unterforum .numbers {
  color: #954b29;
  font-family: 'Calibri', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;  
  background: #ebe0de;
  padding: 7px;
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
}

.unterforum .desc {
  box-sizing: border-box;
  width: 500px;
  color: #954b29;
  font-family: 'Calibri', sans-serif;
  font-size: 9px;
  letter-spacing: 3px;  
  padding: 7px;
  text-transform: uppercase;
  font-weight: bold;
}

.unterforum .textbox {
  box-sizing: border-box;
  height: 120px;
  margin: auto;
  background: #ebe0de;
  padding-top: 13px;
}

.unterforum .textbox .text {
  width: 80%;
  height: 100px;
  overflow: auto;
  padding-right: 5px;
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  color: #954b29;
  line-height: 1.6em;
  margin: auto;
  text-align: justify;
}

a {
  color: #954b29;
   text-decoration: inherit;
}

a:hover {
  text-decoration: underline;
}
		