.welcome_box {
width: 33%;
  background-image: url(/images/fb_pic.png);
  background-size: 140%;
}

.wel_facts {
margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.wel_fact {
padding: 3px 8px;
  border: 1px solid var(--golden);
  font-size: 10px;
  text-transform: uppercase;
}

.wel_ue {
font-weight: bold;
  text-transform: uppercase;
  color: var(--golden);
  font-size: 15px;
  letter-spacing: 1px;
}

.wel_inhalt {
box-sizing: border-box;
  background: var(--paper);
  margin: 20px;
  padding: 30px;
  text-align: justify;
  line-height: 170%;
  height: 398px;
}

.welbox {
display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fb_left4 {
box-sizing: border-box;
  padding: 40px;
}

.subforums1 {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: right;
	width: 66%;
}

.fb_descr5 {
margin-left: 20px;
  margin-top: 30px;
  text-align: justify;
  font-size: 12px;
  line-height: 170%;
  width: 400px;
	height: 39px;
}

.fb4 {
width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--paper);
  background-image: var(--tpaper);
  box-sizing: border-box;
  position: relative;
	height:214px;
}

.fb_descr b, .fb_descr i, .fb_descr5 i {
color:var(--golden);
}

/*WHITELIST*/

.wl_wrap{max-width:1100px;margin:12px auto}
.wl_title{margin:12px 0}
.wl_meta{display:flex;gap:18px;flex-wrap:wrap;background:#f7f7f7;border:1px solid #ddd;padding:10px;border-radius:6px;margin-bottom:10px}
.wl_badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;line-height:18px;border:1px solid #bbb;margin-left:6px;background:#fff}
.wl_badge.required{border-color:#c00}
.wl_badge.cleared{border-color:#090}
.wl_badge.open{border-color:#06c}
.wl_badge.closed{border-color:#666}
.wl_btn{padding:6px 10px;border:1px solid #777;border-radius:6px;background:#fff;cursor:pointer}
.wl_btn:hover{background:#f0f0f0}
.wl_note{font-size:12px;opacity:0.85}
.wl_table td{vertical-align:middle}
.wl_notice{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff7d6;border:1px solid #e8d48a;padding:10px;border-radius:8px;margin:10px 0}
.wl_notice_left{line-height:1.4}
.wl_notice_right .button{display:inline-block;padding:6px 10px;border:1px solid #777;border-radius:6px;background:#fff;text-decoration:none}
.wl_notice_right .button:hover{background:#f0f0f0}

/*BEWERBER CHECKLIST*/

.app_box {
padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.applicant-checklist-item {
font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.process_bar_small {
background: var(--paper);
  overflow: hidden;
  height: 4px;
  margin-bottom: 8px;
}

.app_c_box {
display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--golden);
  letter-spacing: 1px;
}

.applicant-checklist-cat {
width: 15.9%;
}

.applicant-checklist-progress {
width: 100%;
  padding: 20px;
}

.process_status {
opacity: 0.85;
  font-size: 9px;
  margin-top: 5px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
}

.process_bar {
background: var(--line1);
  overflow: hidden;
  height: 8px;
}

.progress_ue {
display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.applicant_trow1 {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.applicant_thead {
background: var(--golden);
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.applicant_wrapper {
width: 85%;
  margin: 50px auto;
  background: var(--paper);
}

/*HOVER AVATAR*/

.avatartip{
  position: absolute;
  z-index: 99999;
  padding: 6px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
  pointer-events: none;
}
.avatartip img{
  display: block;
  max-width: 80px;
  max-height: 80px;
  border-radius: 6px;
}


/*GERÜCHT*/

.rumor_add {
font-size: 9px;
  text-transform: uppercase;
}

.ip_line {
width: 50%;
  background: var(--golden);
  height: 1px;
  margin: 20px auto;
}

.rpgRumorBox{
margin-top: 10px;
}

.rpgRumorHead{
display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rpgRumorMeta{
  opacity:.7;
  white-space:nowrap;
}

.rpgRumorText{
  margin-top:4px;
	font-size:12px;
}


/*HAUSBALKEN*/

/* Farben der Balken */
.color-wealth { background: linear-gradient(90deg, #ffd700, #b8860b); } /* Gold */
.color-power  { background: linear-gradient(90deg, #ff4d4d, #8b0000); } /* Rot */
.color-rep    { background: linear-gradient(90deg, #87ceeb, #4682b4); } /* Blau */

.hoz-bar-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 2px;
}

.hoz-icon { 
font-size: 10px;
  width: 14px;
  text-align: center;
}

.hoz-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    margin-bottom: 4px;
}

.hoz-admin-inline a {
text-decoration: none;
  padding: 0px;
}

/* Der graue Hintergrund des Balkens */
.hoz-progress-container {
background-color: var(--line1);
  height: 3px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Der farbige Fortschritt */
.hoz-progress-bar {
    background: linear-gradient(90deg, #d4af37, #f9e076); /* Goldverlauf */
    height: 100%;
    transition: width 0.5s ease-in-out;
}

.hoz-wrap {
display: grid;
  grid-template-columns: repeat(2, minmax(175px, 1fr));
  gap: 5px;
}
.hoz-title {
font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--golden);
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.hoz-row { 
display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  margin-top: 9px;
}

.hoz-label { width: 80px; font-size: 12px; opacity: 0.9; }
.hoz-bar { flex: 1; height: 10px; border: 1px solid #555; border-radius: 999px; overflow: hidden; }
.hoz-bar > span { display: block; height: 100%; background: #7aa; }
.hoz-val { width: 32px; text-align: right; }

.inplaynews {
width: 100%;
  background-image: url(/images/stats_back.png);
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 30px;
  background-position-y: -28%;
  height: 258px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--link);
}

.ipn_box {
width: 32.1%;
	font-size: 12px;
  box-sizing: border-box;
font-size: 12px;
  line-height: 170%;
  text-align: justify;
}

.fb1 {
  background-color: var(--paper);
  background-image: var(--tpaper);
  box-sizing: border-box;
  position: relative;
  width: 32.7%;
}

.forumbit_line2 {
	position:relative;
height: 20px;
  width: 100%;
  border-top: 1px solid var(--golden);
  z-index: 1;}

.fb_lp1 {
position: relative;
  z-index: 1;
  top: 20px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
color: var(--link);
}

.fb_right1 {
background-image: url(/images/fb_pic.png);
  height: 150px;
  position: relative;
  bottom: -21px;
}

.fb_left1 {
  box-sizing: border-box;
  padding: 40px;
}

/*FOOTER*/
.theme1 {
display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.away {
margin-left: 20px;
  font-size: 10px;
  text-transform: uppercase;
  height: 60px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}

.stats_right {
width: 37%;
}

.stats_wel {
font-family: var(--mainfont);
  text-transform: uppercase;
  color: var(--golden);
  font-size: 20px;
  padding-top: 20px;
}

.leg_box {
width: 20%;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
}

.legende {
display: flex;
  flex-wrap: wrap;
	margin-top: 20px;
}

.whosonline {
font-size: 15px;
  text-transform: uppercase;
  padding: 20px;
  height: 120px;
}

.stats_left {
margin-left: 20px;

  width: 60%;
}

.i_board {
	color: var(--white);
background-image: url(/images/stats_back.png);
  height: 300px;
  background-position-y: -33%;
	margin-top: 80px;
	display:flex;
	flex-wrap:wrap;
}

/*FOREN*/

.lastposter_icon {
width: 41px;
  border: 1px solid var(--golden);
  padding: 5px;
}

.forumbit {
margin-bottom:30px;
}

.fb_author {
font-size: 10px;
  text-transform: uppercase;
  margin-top: 10px;
	color: var(--link);
}

.fb_topic {
text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
	margin-bottom: -10px;
}

.fb_topic a {
color: var(--white);
}

.fb_lp {
	color: var(--link);
position: relative;
  z-index: 1;
  top: 20px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb_descr {
	margin-left: 20px;
margin-top: 30px;
  text-align: justify;
  font-size: 12px;
	line-height: 170%;
}

.fb_kat a {
color: var(--golden);
  border-bottom: 1px solid var(--golden);
  padding: 10px;
}

.fb_kat {
font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.fb_left {
width: 60%;
  box-sizing: border-box;
  padding: 40px;
}

.fb_right {
width: 35%;
  position: absolute;
  right: 0px;
  background-image: url(/images/fb_pic.png);
height: 214px;
	
}

.forumbit_line1 {
height: 20px;
  width: 100%;
  border-top: 1px solid var(--golden);
	z-index: 1;
}

.forumbit_line {
height: 20px;
  width: 100%;
  border-bottom: 1px solid var(--golden);
	z-index: 1;
}

.subforums {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
justify-content:right;
}

.fb {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
background-color: var(--paper);
  background-image: var(--tpaper);
  box-sizing: border-box;
	position:relative;
}

.forum_name {
font-family: var(--mainfont);
  color: var(--golden);
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 1px;
	margin-bottom: 20px;
}