/* Textformatierungen für die einzelne Vereinsseite  */
/* ================================================ */

/* Abschnitt Verein  */
/* ================ */

.verein_show_title{
    padding-top:12px;
    font-family:Ronaldson;
    color:white;
    font-size:38px;
    text-align: center;
}
.verein_table_titel{
    color:white;
    font-size:15px;
    text-align:left;
    padding-left:20px;
    font-weight:bold;
    font-family: SwallowKick;
}

.verein_table_bold{
    font-size:12px;
    color:white;
    font-weight: bold;
    text-decoration: none;
}
.verein_table_text{
    font-size:13px;
    color:white;
    text-decoration: none;
}
.verein_bio{
    color:white;
    font-size:17px;
    text-decoration: none;
    /* padding-bottom: 10px; */
}
.verein_bio_title{
    padding-top:35px;
    color:white;
    font-family:Ronaldson;
    font-size:28px;
}

/* Abschnitt Spielstatistik  */
/* ======================== */

.meldung_games{
    font-size:14px;
    text-decoration: none;
}
.meldung_spiele{
    color:white;
}
.meldung_siege{
    color:white;
}
.meldung_unentschieden{
    color:white;
}

/* Abschnitt TEAM */
/* ============== */

.team_title{
    font-family:Ronaldson;
    font-size:30px;
    text-align:center;
    color:white;
}
.gamer_tag_name{
    font-weight: bold;
    font-size:20px;
    text-decoration: none;
    color:black;
    font-family: SwallowKickT;
}
.gamer_tag_bold{
    font-weight: bold;
    font-size:20px;
    text-decoration: none;
    color:black;
}
.gamer_tag_text{
    font-size: 20px;
    text-decoration: none;
    color:black;
}
.member_title{
    font-family:Ronaldson;
    font-size:30px;
    text-align:center;
    color:black;
}

.title{
    color:black;
    font-size:13px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 1.5;
    /* padding-left: 5px; */
}
.members_name{
    font-size:25px;
    color:black;
    font-family: SwallowKickT;
    /* line-height:1.0; */
    margin: 20px 0 30px;
    letter-spacing: .3em;
}
.members_bold{
    font-weight:bold;
    text-decoration: none;
    color:black;
    font-family: SwallowKickT;
}
.members_desc{
    font-weight:normal;
    text-decoration: none;
    font-size:16px;
    color:black;
    text-align:left;
    letter-spacing: 0em;
    font-family: SwallowKickT;
    line-height: 1.5;

}

/* Abschnitt Teammitglied */
/* ====================== */
.member_text{
    font-size:18px;
    color:black;
    text-decoration: none;
    font-family: SimplySansB;
} 
.member_name{
    font-size:40px;
    color:black;
    font-weight:bold;
    text-decoration: none;
    font-family: ModernAntiquaBook;
    padding-left: 10px;
    letter-spacing: 0.3em;

} 
.member_bio{
    color:white;
    font-size:17px;
    text-decoration: none;
    /* padding-bottom: 10px; */
}

.verein_bio_text{
  color:white;
  font-size:17px;
  text-decoration: none;
  padding-top:5px;
}