/* Shadow Isles – Seitenhintergrund */
body{
  background: url(/images/shadow_isles/viego_bg.png) no-repeat center top fixed !important;
  background-size: cover !important;
  color:#eee;
}


:root {
  --mainfont: 'Apple Garamond', sans-serif;
  --subfont: "Playfair Display", system-ui;
  --textfont: 'Calibri';

  --verlauf: linear-gradient(180deg, var(--col1) 0%, var(--col2) 100%);
  --kat: #857b68;
  --col1: #97e8cd;
  --col2: #559678;
  --col3: #d5e4df;
  --col4: #0d0e0c98;
  --col5: #0d0e0ce0;
  --col6: #d5e4df4b;
  --col7: #d5e4df13;

  /* Hintergründe – DEINE Dateien */
  --background: url(/images/shadow_isles/viego_bg.png);
  --bg_sw:      url(/images/shadow_isles/viego_bg_dark.png);
  --bg_clear:   url(/images/shadow_isles/viego_bg_clear.png);

  /* Regionen – bleiben DEINE Namen.
     Lade die PNGs später exakt so hoch ODER passe nur den Dateinamen an. */
  --targon:       url(/images/shadow_isles/TARGON.png);
  --freljord:     url('/images/shadow_isles/THE FRELJORD.png');
  --void:         url('/images/shadow_isles/THE VOID.png');
  --zaun:         url(/images/shadow_isles/ZAUN.png);
  --bandle:       url('/images/shadow_isles/BANDLE CITY.png');
  --bilgewater:   url(/images/shadow_isles/BILGEWATER.png);
  --demacia:      url(/images/shadow_isles/DEMACIA.png);
  --ionia:        url(/images/shadow_isles/IONIA.png);
  --ixtal:        url(/images/shadow_isles/IXTAL.png);
  --noxus:        url(/images/shadow_isles/NOXUS.png);
  --piltover:     url(/images/shadow_isles/PILTOVER.png);
  --shadowisles:  url('/images/shadow_isles/SHADOW ISLES.png');
  --shurima:      url(/images/shadow_isles/SHURIMA.png);
}


.rk_bg {
    width: 100%;
    height: 100%;
    background-image: var(--background);
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-family: var(--textfont);
    color: var(--col3);
    text-align: justify;
    font-size: 14px;
    line-height: 19px;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--col6);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--col4);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--col6);
  }


.rk_bg a {
    text-decoration: none;
    color: var(--col3);
}

.rk_bg a:hover {
    color: var(--col2);
    transition: 0.5s;
}

/* NAVIGATION */
.navi_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px; 
    width: 50px;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 3;
    background-color: var(--col4);
}

.navi_links i {
    color: var(--col1);
}

.navi_links i:hover {
    color: var(--col2);
}


/* Tooltip container */
.navi_links_tooltip {
    position: relative;
    display: inline-block;
}
  
/* Tooltip text */
.navi_links_tooltip .navi_links_tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: var(--col5);
    color: var(--col3);
    text-align: center;
    top: -4px;
    margin-left: 5px;
    padding: 2px 0px;
/* Position the tooltip text */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.navi_links_tooltip:hover .navi_links_tooltiptext {
    visibility: visible;
}

.navi_oben {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    top: 0;
    position: fixed;
    z-index: 3;
    background-color: var(--col4);
    font-size: 11px;
    text-transform: uppercase;
}

.navi_oben div {
    margin-right: 40px;
    color: var(--col3);
}

.navi_oben div i {
    color: var(--col2);
    margin-right: 1px;
}

.user_icon {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    border: 10px solid var(--col4);
}

.user_icon img {
    width: 150px;
    height: 120px;
}

.user_icon img:hover {
    filter: grayscale(100%);
}

/* HEADER */
.header_container {
    width: 900px;
    height: 450px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.logo_ue, .logo_ue a {
    font-family: var(--subfont);
    font-size: 100px;
    letter-spacing: 2px;
    background: var(--verlauf);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.logo_sub {
    font-family: var(--subfont);
    font-size: 20px;
    color: var(--col3);
    font-style: italic;
    letter-spacing: 3px;
    margin-top: 40px;
}

/* HEADERTABELLE */
.headertab_container {
    width: 900px;
    height: auto;
    padding: 20px 0px;
    margin: auto;
    background-color: var(--col4);
    background-image: var(--bg_sw);
    background-attachment: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.headertab_inhalt2 {
    width: 400px;
    height: 150px;
    background-color: var(--col5);
}

.headertab_inhalt1 {
    width: 400px;
    height: 125px;
    background-color: var(--col5);
    margin-bottom: 15px;
}

.si_ue_1 {
    font-family: var(--subfont);
    font-size: 14px;
    letter-spacing: 2px;
    text-align: right;
    padding-right: 20px;
    padding-top:10px;
    margin-bottom: 10px;
    font-style: italic;
    border-bottom: 1px solid var(--col6);
}

.header_text {
    overflow: auto;
    height: 75px;
    padding: 0px 10px;

}

/* FORUM */
.forumkat {
    width: 900px;
    height: 100px;
    background-image: var(--bg_clear);
    background-attachment: fixed;
    margin:auto;
    font-family: var(--subfont);
    color: var(--kat);
    font-size: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.forum_bit_par {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
    margin: auto;
    padding: 20px 25px 20px 10px;
    box-sizing: border-box;
    background-image: var(--bg_sw);
    background-attachment: fixed;
}

.forum_bit_box1 {
    width: 100px;
    height: 100px;
}

.forum_bit_box2 {
    width: 490px;
    height: 100px;
}

.fb_box2_titel, .fb_box2_titel a {
    font-size: 20px;
    font-family: var(--subfont);
    letter-spacing: 1px;
    background: var(--verlauf);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid var(--col7);
    padding-bottom: 4px;
}

.fb_box2_besch {
    height: 75px;
    overflow: auto;
    padding-right: 5px;
    box-sizing: border-box;
    background-color: var(--col4);
    padding: 4px 6px;
}

.forum_bit_box3 {
    width: 200px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.letzter_beitrag_titel {
    margin-bottom: 5px;
    display: inline-block; /* Für text-overflow notwendig */
    max-width: 150px; /* Maximale Breite des Textcontainers */
    white-space: nowrap; /* Verhindert Zeilenumbrüche */
    overflow: hidden; /* Versteckt den überflüssigen Text */
    text-overflow: ellipsis; /* Fügt "..." am Ende des abgeschnittenen Textes ein */
}

.letzter_beitrag_titel a {
    text-transform: uppercase;
    border-bottom: 1px solid var(--col6);
}

.letzter_beitrag_autor, .letzter_beitrag_wann {
    font-size: 12px;
}

.forum_bit_box4 {
    width: 200px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: auto;
    gap: 2px;
}

.forum_bit_box4 a {
    text-align: center;
    width: 100%;
    background-color: var(--col4);
    padding: 2px 0px;
}

/* INDEX BOARDSTATS */
/* REGIONEN */
.regionen_container {
    width: 700px;
    padding: 40px;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    font-size: 11px;
}

.regionen_container div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reg_targon, .reg_freljord, .reg_void, .reg_zaun, .reg_bandle, .reg_bilgewater, .reg_demacia, .reg_ionia, .reg_ixtal, .reg_noxus, .reg_piltover, .reg_shadowisles, .reg_shurima {
    width: 40px;
    height: 40px;
    background-image: var(--targon);
    background-size: contain;
}

.reg_freljord {
    background-image: var(--freljord);
}

.reg_void {
    background-image: var(--void);
}

.reg_zaun {
    background-image: var(--zaun);
}

.reg_bandle {
    background-image: var(--bandle);
}

.reg_bilgewater {
    background-image: var(--bilgewater);
} 

.reg_demacia {
    background-image: var(--demacia);
} 

.reg_ionia {
    background-image: var(--ionia);
} 

.reg_ixtal {
    background-image: var(--ixtal);
} 

.reg_noxus {
    background-image: var(--noxus);
}

.reg_piltover {
    background-image: var(--piltover);
} 

.reg_shadowisles {
    background-image: var(--shadowisles);
} 

.reg_shurima {
    background-image: var(--shurima);
}

/* RANDOMFACTS */
.random_container {
    width: 900px;
    height: auto;
    background-image: var(--bg_sw);
    background-attachment: fixed;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 25px;
    font-style: italic;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    font-family: var(--subfont);
}

/* ONLINE/ABWESEN */
.online_container {
    width: 900px;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    background-image: var(--bg_sw);
    background-attachment: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.online_container a {
    text-transform: uppercase;
}

.online_box1, .online_box2, .online_box3, .online_box4 {
    width:215px;
    background-color: var(--col4);
    padding: 5px;
    box-sizing: border-box;
}

.zitat_container {
    width: 900px;
    height: auto;
    background-image: var(--bg_sw);
    background-attachment: fixed;
    margin: auto;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.zitat_inhalt {
    margin-bottom: 20px;
}

.zitat_autor, .zitat_szene {
    font-size: 12px;
}

.zitat_autor a, .zitat_szene a {
    color: var(--col1);
}

/* START PROFIL */
.profil_container {
    width: 900px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-image: var(--bg_sw);
    background-attachment: fixed;
    margin: 50px auto;
}

.profil_oben {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.profil_textbox1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 600px;
    height: 400px;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--col4);
}

.profil_charaktername {
    text-align: center;
    padding-bottom: 10px;
    font-family: var(--subfont);
    color: var(--col2);
    font-size: 30px;
    letter-spacing: 2px;
    background: var(--verlauf);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid var(--col6);
}

.profil_charaktereigenschaften {
    height: 340px;
    overflow: auto;
    padding-right: 5px;
}

.profil_avaicon_box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 270px;
    height: 400px;
    background-color: var(--col4);
}

.profil_ava img {
    width: 250px;
    height: 200px;
}

.profil_icon img {
    width: 250px;
    height: 120px;
}

.profil_icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 20px;
}

.profil_icons i {
    color: var(--col2);
}

.profil_icons i:hover {
    color: var(--col1);
}

/* Tooltip container */
.profil_tooltip {
    position: relative;
    display: inline-block;
}
  
/* Tooltip text */
.profil_tooltip .profil_tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: var(--col5);
    color: var(--col3);
    text-align: center;
    top: -4px;
    margin-left: 5px;
    padding: 2px 0px;
    font-size: 14px;
/* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -100px; /* Use half of the width, to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.profil_tooltip:hover .profil_tooltiptext {
    visibility: visible;
}

.profil_char_facts_container {
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

.profil_char_fact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 35px;
    background-color: var(--col4);
    text-transform: uppercase;
    font-size: 12px;
}

.profil_char_fact i {
    margin-right: 5px;
    color: var(--col2);
}

/* PROFIL ALLGEMEINES */
.profil_allgemeines {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.profil_weitere_chars {
    width: 200px;
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: var(--col4);
    padding: 10px;
    box-sizing: border-box;
}

.profil_ue1 {
    height: 25px;
    width: 180px;
    text-align: center;
    font-family: var(--subfont);
    color: var(--col2);
    border-bottom: 1px solid var(--col6);
    font-size: 18px;
    letter-spacing: 1px;
    font-style: italic;
}

.profil_weitere_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 180px;
    height: 354px;
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.profil_weitere_box img {
    width: 131px;
    height: 104px;
    outline: 1px solid var(--col6);
    outline-offset: 4px;
}

.profil_userinfos {
    width: 380px;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.profil_user {
    width: 380px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--col4);
    text-align: center;
}

.profil_user i {
    color: var(--col2);
    margin-right: 5px;
}

.profil_profiltext_container {
    width: 250px;
    height: 400px;
    background-color: var(--col4);
    padding: 10px;
}

.profil_profiltext {
    height: 100%;
    padding-right: 5px;
    overflow: auto;
}

/* TAB MENÜ */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    /* kein background hier – sonst überschreibt es dein Bild */
}

.profil_tab-container {
    width: 880px;
    background-color: var(--col2);
    margin: 20px auto;
}

.profil_tab-header {
    display: flex;
}

.profil_tab-header button {
    flex: 1;
    padding: 10px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 16px;
}

.profil_tab-header button.active {
    background-color: var(--col4);
}

.profil_tab-content {
    display: none;
    padding: 20px 20px 0px 20px;
    background-color: var(--col4);
    height: 380px;
    overflow: auto;
}

.profil_tab-content.active {
    display: block;
    background-image: var(--bg_sw);
    background-attachment: fixed;
}

.profil_tab-link {
    flex: 1;
    padding: 10px;
    text-align: center;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: var(--col3);
    transition: color 1s;
    text-transform: uppercase;
    font-family: var(--subfont);
    letter-spacing: 1px;
}

.profil_tab-link:hover {
    background-color: var(--col4);
}

/* TAB ALLGEMEINE */
.profil_tab-content_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 840px;
}

.profil_tab-content_spalte {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profil_vorl_auss1, .profil_vorl_auss2 {
    display: flex;
    flex-direction: column;
    width: 400px;
    background-color: var(--col4);
    padding: 10px;
    box-sizing: border-box;
}

.profil_ue2 {
    height: 25px;
    width: 100%;
    text-align: center;
    font-family: var(--subfont);
    color: var(--col2);
    border-bottom: 1px solid var(--col6);
    font-size: 18px;
    letter-spacing: 1px;
    font-style: italic;
}

.profil_content_text1, .profil_content_text2 {
    height: 130px;
    overflow: auto;
    margin-top: 10px;
    padding-right: 5px;
    box-sizing: border-box;
}

.profil_content_text2 {
    height: 320px;
}

.profil_fahigkeiten {
    width: 400px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--col4);
}

/* TAB VERGANGENHEIT */
.profil_tab-content_container2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 840px;
}

.profil_tab-content_vergangenheit {
    background-color: var(--col4);
    padding: 10px;
    box-sizing: border-box;
    width: 450px;
}

.profil_tab-content_wdd {
    background-color: var(--col4);
    padding: 10px;
    box-sizing: border-box;
    width: 350px;
}

/* POSTBIT */

.postbit_container {
    width: 900px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-image: var(--bg_sw);
    background-attachment: fixed;
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* POSTBIT RECHTS */
.postbit_rechts {
    width: 610px;
    height: auto;
    box-sizing: border-box;
}

.postbit_titel {
    width: 610px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--col5);
}

.postbit_charaname {
    width: 90%;
    text-align: center;
    padding-bottom: 10px;
    font-family: var(--subfont);
    color: var(--col2);
    font-size: 30px;
    letter-spacing: 2px;
    background: var(--verlauf);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid var(--col6);
}

.postbit_benutzertitel {
    letter-spacing: 1px;
    font-style: italic;
}

.postbit_content {
    width: 600px;
    margin: 10px 0px 0px 10px;
    min-height: 614px;
    background-color: var(--col5);
}

.postbit_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--col7);
}

.postbit_head_links {
    display: flex;
    flex-direction: row;
}

.postbit_head_links div i {
    color: var(--col2);
    margin-right: 30px;
}

.postbit_head_links div i:hover {
    color: var(--col1);
}

.postbit_head_rechts a {
    color: var(--col2);
}

.postbit_head_rechts a:hover {
    color: var(--col1);
}

.postbit_post {
    padding: 20px 30px 30px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--col7);
    line-height: 20px;
}

.postbit_post i {
    color: var(--col1);
}

.postbit_sig {
    width: 610px;
    margin-top: 20px;
}

.postbit_sig img {
    display: flex;
    margin: auto;
}

/* POSTBIT LINKS */
.postbit_links {
    width: 270px;
    height: 614px;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--col4);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.postbit_profiltext {
    width: 250px;
    height: 105px;
    background-color: var(--col5);
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}

.postbit_shortfacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.postbit_fact {
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: var(--col5);
    text-transform: uppercase;
    font-size: 12px;
}

.postbit_fact_links {
    background-color: var(--col2);
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.postbit_fact_rechts {
    padding-right: 10px;
}

.postbit_username {
    background-color: var(--col5);
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--subfont);
    letter-spacing: 1px;
}

/* MEMBERLIST */
.memlist_container {
    width: 900px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    background-image: var(--bg_sw);
    background-attachment: fixed;
    margin: auto;
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
}

.memlist_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 270px;
    height: auto;
    background-color: var(--col4);
    border: 1px solid var(--col7);
    padding: 10px;
    padding-top: 0px;
    box-sizing: border-box;
}

.memlist_charaname {
    text-align: center;
    padding: 15px;
    font-family: var(--subfont);
    color: var(--col2);
    font-size: 18px;
    letter-spacing: 3px;
    background: var(--verlauf);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.memlist_fact, .memlist_username {
    width: 250px;
    height: auto;
    padding: 3px;
    text-align:center;
    border: 1px solid var(--col7);
    background-color: var(--col5);
    font-size: 12px;
    box-sizing: border-box;
}

.memlist_username {
    background-color: var(--col2);
}

.memlist_fact i, .memlist_username i {
    margin-right: 5px;
    color: var(--col2);
    font-size: 14px;
}

.memlist_szenentitel {
    text-transform: uppercase;
    display: inline-block; /* Für text-overflow notwendig */
    max-width: 150px; /* Maximale Breite des Textcontainers */
    white-space: nowrap; /* Verhindert Zeilenumbrüche */
    overflow: hidden; /* Versteckt den überflüssigen Text */
    text-overflow: ellipsis; /* Fügt "..." am Ende des abgeschnittenen Textes ein */
    margin-bottom: -5px;
}

/* Standard-Container transparent machen */
#container {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Standard-Header/MyBB-Logo ausblenden */
#logo,
#panel,
#header .wrapper,
ul.top_links {
    display: none !important;
}

/* Damit der Hintergrund überall sichtbar ist */
body {
    background: var(--background) no-repeat center top fixed !important;
    background-size: cover !important;
    margin: 0;
}
