<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#headerimg { width: 1100px; height: 599px; background-image: url(https://everyone-assemble.de/images/Ironman/ironbanner.jpg); } 

#headerimg #headertab { width: 900px; height: 470px; 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: rgb(20, 29, 34 ,0.5);} .headernews { height: 30px; background: #141d22; } 

 .headerboxtitel { width: 180px; height: 20px; padding: 10px; text-align: center; font-family: 'antonio', sans-serif; color: #BAB5B5; font-size: 20px; letter-spacing: 2px; text-transform: uppercase;} 

.headerboxtext { height: 250px; padding: 10px; width: 260px; background: #141d22; margin-top: 16px; font-family: 'antonio', sans-serif; font-size: 14px; color: #BAB5B5; line-height: 1.1em; text-align: justify; overflow: auto; } 
.headerboxtext2 { height: 350px; padding: 10px; width: 190px; background: #0a1b47; margin-top: 16px; font-family: 'antonio', sans-serif; font-size: 16px; color: #BAB5B5; line-height: 1.1em; text-align: justify; overflow: auto; } 

 .headernewstitel { height: 20px; width: 120px; font-family: 'antonio', sans-serif; color: #BAB5B5; font-size: 20px; letter-spacing: 2px; text-align: center; padding: 10px; text-transform: uppercase;} 

 .headernewstext { height: 20px; padding: 3px; width: 480px; font-family: 'antonio', sans-serif; font-size: 16px; color: #BAB5B5; line-height: 1.1em; text-align: justify; margin-top: -5px;} 

 .teambild { border-radius: 29px; margin: 2px; }

.epic_header_menu-item {

  height: 20px;

border-radius: 30px;
  color: #989c9d;
  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: #BAB5B5;

  border-radius: 30px;
  padding: 10px;
}

.headerboxtext::-webkit-scrollbar {
width:6px;
}

.headerboxtext::-webkit-scrollbar-track-piece {
background-color:#010313;
}

.headerboxtext::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#141311;
}
		</pre></body></html>