h3{
	position: relative;
	padding: 0;
	margin: 0px;
	font-family:"Protest Revolution", sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #BF8034;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h3 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
}

h3 em{
	font-style: normal;
	font-weight: 600;
}

.forumtitle h3 {
	font-size:60px; 
	font-weight:700;  
	letter-spacing:1px; 
	text-transform:uppercase; 
	width:160px; 
	text-align:center; 
	margin:0px; 
	white-space:nowrap; 
	padding-bottom:13px;
	position:absolute;
	margin-top: 0px;
  color: #BF8034 !important;
  margin-left: 450px;
	text-shadow:0.3px 0.5px 0.7px #000;
}
.forumcolor:link,.forumcolor:visited,.forumcolor:active{
	color:#BF8034 !important;
}

.forumtitleback{
	background:var(--backcolor2);
	width:1180px;
	height:100px;
	margin:10px;
}

.forumtitle h3:before {
	background-color: #D9A23D;
	content: '';
	display: block;
	height: 3px;
	width: 410px;
	margin-bottom: 5px;
	box-shadow:0.3px 0.5px 0.7px #000;
	margin-left: -300px;
  margin-top: 5px;
}

.forumtitle h3:after {
	background-color: #D9A23D;
	content: '';
	display: block;
	position:absolute; 
	right:0; 
	bottom:0;
	height: 3px;
width: 410px;
  margin-bottom: 0.3em;
  margin-right: -300px;
	box-shadow:0.7px 0.5px 0.3px #000;
}

.forumtitel2{
font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 160px;
  text-align: left;
  margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
  margin-top: 0px;
  margin-left: 0px;
  white-space: nowrap;
  padding-bottom: 13px;
  position: absolute;
  margin-top: -60px;
  color: #BF8034 !important;
  margin-left: 40px;
  text-shadow: 0.3px 0.5px 0.7px #000;
  font-family: "Protest Revolution", sans-serif;
}

.forumtitelborder{
	position:relative;
	border-top:30px solid var(--highlight);
	width: 500px;
  margin-left: 450px;
  margin-top: -150px;
}