#headerimg { width: 1100px; height: 550px; background-color: #000b19; background-image: url(https://smoke-rpg.de/images/orangeblack/Header.png); background-repeat:no-repeat; background-position: center center } 

#headerimg #headertab { width: 1000px; height: 490px; padding-top: 30px; opacity: 0; transition: 0.6s all ease-in-out; -moz-transition: 0.6s all ease-in-out; -webkit-transition: 0.6s all ease-in-out; -ms-transition: 0.6s all ease-in-out; -o-transition: 0.6s all ease-in-out; } 

#headerimg:hover #headertab { opacity: 0.9; transition: 0.6s all ease-in-out; -moz-transition: 0.6s all ease-in-out; -webkit-transition: 0.6s all ease-in-out; -ms-transition: 0.6s all ease-in-out; -o-transition: 0.6s all ease-in-out;} 

.headerbox { height: 320px; width: 300px; background: #061828;} .headernews { height: 30px; background: #061828; } 

 .headerboxtitel { width: 200px; height: 20px; padding: 10px; text-align: center; background: linear-gradient(45deg,#000b19,#061828,#b1ae6c); font-family: 'Saltwater'; color: #b3b3b3; font-size: 30px; letter-spacing: 2px; } 

.headerboxtext { height: 250px; padding: 10px; width: 260px; background: #000b19; margin-top: 16px; font-family: 'Antonio'; font-size: 14px; color: #b3b3b3; line-height: 1.1em; text-align: justify; overflow: auto; } 
.headerboxtext2 { height: 350px; padding: 10px; width: 190px; background: #000b19; margin-top: 16px; font-family: 'Imbue'; font-size: 16px; color: #b3b3b3; line-height: 1.1em; text-align: justify; overflow: auto; } 

 .headernewstitel { height: 20px; width: 120px; background: #030C17; font-family: 'Saltwater'; color: #b3b3b3; font-size: 25px; letter-spacing: 2px; text-align: center; padding: 10px; } 

 .headernewstext { height: 20px; padding: 3px; width: 480px; font-family: 'Imbue'; font-size: 16px; color: #b3b3b3; line-height: 1.1em; text-align: justify; margin-top: -5px;} 

 .teambild { border-radius: 29px; margin: 2px; }

.headerboxtext b{color: #ebefc4;}

.epic_header_menu-item {

  height: 30px;
background: var(--highlight);
border-radius: 30px;
  color: #b3b3b3;
  font-size: 16px;
  transition: 0.5s ease-out;
  padding: 5px;
  display: flex;
  justify-content: left;
  align-items: left;
  fa-primary-color: #018ca9;

}

.epic_header_menu-item:hover {
  cursor: pointer;
  color: #b3b3b3;
  background: var(--highlight);
  border-radius: 50px;
  padding: 10px;
}

.headerboxtext::-webkit-scrollbar {
width:6px;
}

.headerboxtext::-webkit-scrollbar-track-piece {
background-color:#042030;
}

.headerboxtext::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#030C17;
}
		
		