body{
    color:#21367e;
}

#imgTag{
    height: 50px; 
    width: 50px;
    vertical-align: middle;
}

#linkTag{
    font-size: 18px;
    text-decoration: none;
}

#linkDivs{
    width: 100%;
    display: flex;
    text-align: center;
}

#Basisausbildung, #EFA, #WFA, #Meeting{
    width: 25%;
}

#newsHeader{
    text-align: center;
}

#secondBody{
    width: 100%;
    position: relative;
    right: 0;
    top: 10;
}

h1{
    font-size: 50px;
    color:#21367e;
    text-align: center;
}

h2{
    color:#21367e;
    text-align: center;
    font-size: 40px;
}

h3{
    color:#21367e;
    text-align: center;
    font-size: 30px;
}
h4{
    color:#21367e;
    font-size: 25px;
}

#Monatsbericht {

    float: left;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid black;
    top: 0%;
    min-height: 750px;

}

#Wichtige_Informationen {

    display: block;
    text-align: center;
    border: 1px solid black;
    float: right;
    width: 49.5%;
    top: 0%;
    min-height: 750px;

}

#terminTabs{
    color: white;
    width: 100%;
    min-height: 30px;
}
.terminTab{
    color: #21367e;
    background-color: white;
    width: 24.7%;
    border: none;
    font-size: 30px;
}

#newsTabs{
    color: white;
    width: 100%;
    min-height: 30px;
}
.newsTab{
    color: #21367e;
    background-color: white;
    width: 33%;
    border: none;
    font-size: 30px;
}

.terminArt, .newsArt{
    float: left;
    display: block;
    border: 1px solid black;
    top: 0%;
    width: 100%;
    min-height: 300px;
}

#terminListe{
    font-size: 20px;
}

#Basisausbildung:hover, #EFA:hover, #WFA:hover, #Meeting:hover, #news > div h3 label:hover, .terminTab:hover, .newsTab:hover, #SeminarTab, #EFS_News{
    background-color: #21367e;
    color: white;
    border-radius: 10px;
}

#formDiv{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}

#wifi{
    text-align: center;
}

#wifiHeader{
    font-size: 25px;
}

.WifiTable, .WifiTh, .WifiTd {
    border: 1px inset #21367e;
    border-radius: 10px;

    margin-left: auto;
    margin-right: auto;
}
.WifiTd{
    min-width:100px;
}