@charset "UTF-8";

.ueberschrift_container{
    width: 100%;
    height: 80px;
}

.inhalt_container{
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-left: 10%;
}

#ueberschrift{
    color: rgb(255, 0, 0);
    vertical-align: middle;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 7px;
}

#unter_ueberschrift{
    vertical-align: middle;
    text-align: center;
    font-size: 13.5pt;
    font-weight: bold;
    color: rgb(220, 0, 0);
    margin-top: 7px;
}

#table_funktionsname{
    width: 100%;
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 20px;
    align-content: center;
    text-align: center;
}
#table_funktionsname_zeilenfarbe{
    background-color: rgb(255, 255, 204);
}

.funktionsname_container{
    width: 100%;
    background-color: rgb(255, 255, 204);
    /*text-align: center;*/
    font-size: 13pt;
    font-weight: bold;
    margin-bottom:10px;
}

.person_container {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 11pt;
    margin-bottom: 20px;
    display: inline-block;
    }

.daten_person_container{
    width: 70%;
    height: auto;
    margin-left: 30%;
    text-align: center;
    font-size: 11pt;
}
.daten_person_table {
    font-size: 9pt;
    width: 100%;
}

.name_bild_Container{
    width: 25%;
    height:auto;
    float: left;
    text-align: center;
}

.brust_bild{
    width: 80%;
    height: auto;
}

button{
    width: 200px;
    /*margin-left: 10px;*/
    margin-bottom: 12px;
    margin-top: 5px;
    padding: 5px;
    border-radius: 8px;
    background-color: rgb(255,255,160);
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    color: #000;
    border: 1px solid rgb(100, 100, 100);
    box-shadow: 2px 2px 2px 2px rgb(51, 51, 51);
}
button:hover{
    background-color: deepskyblue !important;
    color: white !important;
}

h3{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

#link{
    font-size: small;
    color: rgb(51,153,0);
}

#mail_symbol{
    height: 9px;
    width: 13px;
}

#abteilungsleiter1{
    display: none;
}

#abteilungsleiter2{
    display: none;
}

#kassierin{
    display: none;
}

#schriftfuehrer{
    display: none;
}

#jugendwart{
    display: none;
}

#passwart{
    display: none;
}

#mitglied_vereinsausschuss{
    display: none;
}

#internetbeauftragter{
    display: none;
}

#materialwart{
    display: none;
}