.postbit-head {
	display: flex;
}

.postbit-header {
  box-sizing: border-box;
  margin: auto;
  padding: 20px 50px;
	width: 862px;
  height: 110px;
  background-color: #aaa;
  background-image: url(../../../images/003/002background.jpg);
background-size: cover;
  background-attachment: fixed;
  text-align: right;
  font-size: 80px;
  color: #ddd;
  letter-spacing: 2px;
  opacity: .8;
  overflow: hidden;
text-transform: lowercase;
	position: relative;
	margin: auto;
}

.postbit-header-block {
	  box-sizing: border-box;
	height: 110px;
	width: 320px;
	background: #202020;
	opacity: .8;
	padding: 30px;
}

.postbit-header-block > span {
	display: block;
	color: #ccc;
	font-size: 9px;
	text-transform: uppercase;
    letter-spacing: 1px;
	margin: 5px 15px;
	font-weight: bold;
}
.postbit-header .name {
	position: absolute;
	left: 40px;
	top: 40px;
	opacity: .4;
}

.postbit-gif {
  padding: 5px;
  height: 70px;
  position: absolute;
	top: 15px;
	right: 25px;
	z-index: 9;
border: 1px solid #d4d4d4;
		background: url(../../../images/003/marble.png);
}

.postbit-gif::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 70px;
  height: 70px;
  background: linear-gradient(to bottom right, var(--akzent), #202020);
  opacity: .3;
}

.postbit-gif img {
  width: 70px;
  height: 70px;
  filter: grayscale(100%) brightness(70%);
}

.postbit-charaname {
	display: inline-block;
	position: absolute;
	left: 120px;
	top: 40px;
	background: #333;
	color: #ccc;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 25px;
	font-weight: bold;
}

.postbit-main {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	margin: auto;
}

.postbit-main .left {
	width: 860px;
	background: #ccc;
}

.postbit-main .right {
	box-sizing: border-box;
	width: 320px;
	background: #cfcfcf;
	border-right: 1px solid #dfdfdf;
}

.postbit-main .right img {
	width: 270px;
	height: 400px;
	display: block;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #dfdfdf;
	background: url(../../../images/003/marble.png);
	background-attachment: fixed;
}

.postbit-inplaytracker {
	box-sizing: boder-box;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;	
	background: #cfcfcf;
	margin-top: -20px;
}

.postbit-inplaytracker b {
	font-size: 9px;
}

.postbit-inplaytracker .field {
	box-sizing: border-box;
	width: 100%;
	margin: 20px auto;
	padding-bottom: 3px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 8px;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left; 
	padding-left: 20px;
	padding-bottom: 10px;
}

.postbit-inplaytracker .field:first-of-type {
	padding-top: 20px;
}

.postbit-fields {
	width: 291px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	margin: auto;
	margin-top: 0px;
	padding-top: 20px;
	background: #ccc;
}

.postbit-fields .field {
	box-sizing: border-box;
	width: 100%;
	margin: 20px auto;
	padding-bottom: 3px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 8px;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left; 
	padding-left: 20px;
	padding-bottom: 10px;
}
.postbit-fields .field span {
	color: var(--akzent);
	filter: brightness(70%);
}

.postbit-fields .field:first-of-type {
	margin: 0;
}
.postbit-fields .field:last-of-type,
.postbit-inplaytracker .field:last-of-type {
	border-bottom: 1px solid transparent;
	margin-bottom: 0px;
}

/*----Pinterest Widget-----*/
#pinterest-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(to bottom right, var(--akzent), #202020);
  opacity: .3;
  top: 0;
}

#pinterest-container {
	position: relative;
	box-sizing: border-box;
    width: 100%;
	height: 180px;
    overflow: hidden !important;
    box-shadow: none !important;
    border: none !important;
	margin: auto;
	opacity: .8;
	filter: brightness(70%);
}

#pinterest-container [class$=_img] {
	-webkit-filter: grayscale(100%) brightness(70%);
	filter: grayscale(100%) brightness(70%);
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important; 
 border: none !important;
}

#pinterest-container [class$=_col] {
  padding: 0px;
  margin-top: 0px;
  border: none !important;
}

#pinterest-container [class$=_button] {
  display: none !important;
    border: none !important;
}

#pinterest-container [class$=_board] {
  box-shadow: none !important;
    border: none !important;
	border-radius: unset !important;
}

#pinterest-container span span {
  overflow: hidden !important;
  height: 50% !important;
    border: 0px !important;
    box-shadow: none !important;
	padding:0px;
}

.postbit-buttons {
	box-sizing: border-box;
	float: left;
	margin: 10px;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 95%;
}

.postbit-buttons span {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Arial', sans-serif;
	background: #cfcfcf;
	border: 1px solid #dfdfdf;
	padding: 5px 10px;
	margin: 0px 5px;
	font-size: 8px;
	font-weight: bold;
}

.posturl {
	float: right;
}

.tyllist {
	box-sizing: border-box;
	margin: 20px auto;
	width: 80%;
	background: #cfcfcf;
	border: 1px solid #dfdfdf;
	padding: 25px;
	margin-bottom: 30px;
}

.tyllist b {
	font-size: 10px;
	color: #444;
}

.tyllist i {
	font-size: 9px;
	margin-right: 5px;
	font-weight: bold;
}

.showthread-title {
	box-sizing: border-box;
	background: #444;
	padding: 10px 25px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ccc;
	font-size: 9px;
	text-transform: uppercase;
}

.newthreadreply {
	display: inline-block;
	background: #444;
	padding: 15px 25px;
	margin: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ccc;
	font-size: 11px;
	text-transform: uppercase;	
}

.newthreadreply a {
	color: #ccc !important;
}

#player_quote{
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  position: relative;
  max-width: 70%;
  margin: 25px auto;
  text-align: right;
  line-height: 230%;
  padding: 25px 40px;
  background: #cfcfcf;
  border-right: 30px solid var(--akzent);
	margin-bottom: 50px;
	margin-top: 0px;
}

#player_quote .quote{
  text-align: center;
  position: relative;
	font-weight: bold;
}

#player_quote .quoted{
  font-size: 7px;
  font-style: italic;
  opacity: 0.6;
}

.showthread-inplaytracker {
	box-sizing: border-box;
width: 100%;
	display: flex;
}

.showthread-inplaytracker div {
	box-sizing: border-box;
  flex: 1 1 0;
  width: 0;
	margin: 10px 6px;
	background: #cfcfcf;
	padding: 20px;
	text-align: center;
	margin-top: 0px;
	border: 1px solid #d4d4d4;
}

.showthread-inplaytracker de {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 9px;
}

.showthread-inplaytracker div i {
	display: block;
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: normal;
}

.showthread-inplaytracker div:first-of-type {
	margin-left: 0px;
}

.showthread-inplaytracker .showthread_icon{font-family: "Font Awesome 6 Pro";font-weight: 400; font-style: normal;}

.showthread-inplaytracker .showthread_Status::before{content: "\f507";}
.showthread-inplaytracker .showthread_Art::before{content: "\f004";}
.showthread-inplaytracker .showthread_Avatarperson::before{content: "\f007";}
.showthread-inplaytracker .showthread_Ort::before{content: "\f59f";}
.showthread-inplaytracker .showthread_Wesen::before{content: "\f702";}

.showthread-inplaytracker .showthread_Epic::before{content: "\e1bb";}
.showthread-inplaytracker .showthread_Storming::before{content: "\e1bb";}
.showthread-inplaytracker .showthread_Think::before{content: "\e1bb";}