<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
 --main: #061828; /*maincolor*/
 --boxes:#000b19; /*boxenhintergrund*/
  --text:#ebefc4; /*maintextcolor*/
  --contrast:#ebefc4; /*contrast to main*/
  --ub:'Gilda Display', serif;
  --font: 'Jomolhari', serif;
}

a {
  text-decoration:none;
  color:var(--main);
  opacity:0.95;
  transition:0.3s ease-in;
}

a:hover {
  color:var(--contrast);
}

.fehn_container {
  font-family:var(--font);
width: 1050px;
  margin:auto;

  background:var(--boxes);
  border:5px solid var(--main);
}

.fehn_posthead {
  display:flex;
  justify-content:space-between;
  margin:20px 20px 0 20px;
 border-bottom:15px solid var(--main); 
  padding-bottom:10px;
}

.fehn_postusername {
  font-family:var(--ub);
  color:var(--main);
  font-size:36px;
  
}

.fehn_postusername a{
  font-family:var(--ub);
  color:var(--main);
  font-size:36px;
  
}

.fehn_postquote {
  color:var(--main);
}

.fehn_postflex {
  display:flex;
  padding:20px;
}

.fehn_postsubava  {
width:180px;
  justify-content:space-between;
margin-left:20px;

}

.fehn_postava {
margin-left:20px;
}

.fehn_postgroup {
  width:55px;
  height:55px;

  transform:rotate(45deg);
  margin-top:-35px;
}

.fehn_postgroup i {
  color:var(--boxes);
  font-size:23px;
  transform:rotate(-45deg);
  margin-top:15px;
  margin-left:13px;
}

.fehn_postdesript {
  font-size:14px;
  opacity:0.8;
  text-align:justify;
  line-height:1.5;
  padding: 20px 0px;
height: 150px;
overflow: auto;
}

.fehn_postdesript::-webkit-scrollbar, p.joker::-webkit-scrollbar {
  width: 1px;
  background: #7c5846;
} 
.fehn_postdesript::-webkit-scrollbar, p.joker::-webkit-scrollbar {
  width: 3px;
}
.fehn_postdesript::-webkit-scrollbar-thumb, p.joker::-webkit-scrollbar-thumb {
  background-color: #7c5846;
}
.fehn_postdesript::-webkit-scrollbar-track, p.joker::-webkit-scrollbar-track {
  background-color: #7c5846;
  border: 1px solid #7c5846;
} 

.fehn_postfact, .fehn_postinfo {
  background:#061828;
  color:#ebefc4;
  justify-content:center;
  display:flex;
  align-items:center;
  font-size:13px;
font-family: antonio;
  padding:10px;
}

.fehn_postfact {
  margin-bottom:10px;
}


.fehn_posticon img {
  max-width:180px;
margin-left:20px;
}

.fehn_postawards {
  color:var(--main);
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  font-size:28px;
  margin:10px 0px;
}

.fehn_posttext {
  padding:0px 50px;
}

.fehn_postheadinfos {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
}

.fehn_postinfo {
  flex: 1 0 30%;
}

.fehn_postinfos {
 text-align:center;
  opacity:0.4;
  font-size:12px;
}

.fehn_postmessage {
  width: 750px;
  text-align:justify;
  margin: 20px auto;
font-size: 18px;
}

.fehn_postbuttons {
  background:var(--main);
color: #ebefc4;
  height:50px;
  display:flex;
  align-items:center;
font-family: antonio;
  justify-content:flex-end;
  paddin-top: 5px;
}

.fehn_postbuttons a{
color: #ebefc4;
}

.fehn_postbutton {

  margin-left:10px;
  padding:5px;
}

.fehn_postbutton:hover {
  background:var(--main);
  color:var(--contrast);
  cursor:pointer;
}
		</pre></body></html>