.button {
    background-color: #ACD0EE;
    color: black; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin-bottom: 10px;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 2px 2px #787878;
    width: 320px;
    height: 50px;
    cursor: pointer;
}
.button:hover {
    background-color: white;
    color: red;
}
/* ---------- Termine START ---------- */
.term {
    margin-bottom: 10px;
    background-color: #ACD0EE;
    width: 99%;
    min-height: 70px;
    padding: 5px;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 10px;
    border-color: #114868;
    border-radius: 12px;
    box-shadow: 2px 2px 6px #787878;
    cursor: pointer;
}
@media only screen and (max-width: 1000px) {
    .term {
        width: 95%;
    }
} 
.term:hover {
    background-color: #33ff33;
    text-align: left;
}
.termDiv {
    width: 98%;
    border: 1px outset #333;
    border-radius: 12px;
    padding: 10px;
    background-color: #eee;
    box-shadow: 2px 2px 5px #777;
    margin-bottom: 10px;
}
.termDivActive {
    background-color: white;
    width: 98%;
    border: 2px solid red;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 2px 2px 5px #777;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
    .termDiv{
        width: 95%;
    }
} 
@media only screen and (max-width: 1000px) {
    .termDivActive{
        width: 95%;
    }
} 
@media only screen and (max-width: 1000px) {
    .termDivText {
        width: 95%;
    }
} 
/* ---------- Termine END ---------- */
.texteFont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: blue;
}
.buttonTexte {
    display: inline-block;
    background-color: #ACD0EE; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    color: black;
    width: 100%;
    min-height: 40px;
    margin: 4px 2px;
    padding: 8px;
    border: 1px;
    border-style: solid;
    border-color: #333;
    border-radius: 12px;
    box-shadow: 2px 2px #787878;
    cursor: pointer;
}
.buttonTexte:hover {
    background-color: #eee; 
    color: black;
}
.buttonBlueWhite {
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    border: 1px outset #333;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ACD0EE;
    box-shadow: 2px 2px 5px #888;
    color: blue;
    cursor: pointer;
}
.buttonBlueWhite:hover {
    background-color: white;
    color: red;
}
p.bottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
    color: #cccfff;
}
.buttonDownloads {
    display: block;
    background-color: #ACD0EE; 
    color: black;
    width: 80%;
    min-height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px;
    border-style: solid;
    border-color: #333;
    border-radius: 12px;
    box-shadow: 2px 2px #787878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.buttonDownloads:hover {
    background-color: #eee; 
    color: black;
}
@media only screen and (max-width: 1000px) {
    .buttonDownloads {
        font-size: 110%;
    }
} 
.buttonLinks{
    display: block;
    background-color: #ACD0EE; 
    color: black;
    width: 300px;
    min-height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px;
    border-style: solid;
    border-color: #333;
    border-radius: 12px;
    box-shadow: 2px 2px #787878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.buttonLinks:hover {
    background-color: #eee; 
    color: black;
}
.buttonFb{
    display: inline-block;
    background-color: #ACD0EE; 
    color: black;
    font-size: 110%;
    text-align: center;
    width: 99%;
    height: auto;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 2px 2px #787878;
    cursor: pointer;
}
.buttonFbText {
    display: inline-block;
    background-color: #bdd9f0; 
    color: black;
    width: 280px;
    min-height: 50px;
    border: 1px solid blue;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.buttonFbText:hover {
    background-color: #d0e0ed; 
    color: blue;
}
.buttonWeiter {
    display: inline;
    background-color: whitesmoke; 
    color: black;
    min-width: 100px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid #bbb;
    border-radius: 12px;
    box-shadow: 2px 2px 4px gainsboro;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.buttonWeiter:hover {
    background-color: white;
}
.buttonWeiterLong {
    display: inline;
    background-color: whitesmoke; 
    color: black;
    min-width: 130px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid #bbb;
    border-radius: 12px;
    box-shadow: 2px 2px 4px gainsboro;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.buttonWeiterLong:hover {
    background-color: white;
}
.buttonBack{
    display: inline;
    background-color: whitesmoke;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 75%;
    font-weight: normal;
    color: black;
    width: 65px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: .5px solid #222;
    border-radius: 12px;
    box-shadow: 2px 2px 4px gainsboro;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.buttonBack:hover {
    background-color: greenyellow;
}
.buttonSkeptix {
    background-color: #f2c840;
    color: black; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin-bottom: 10px;
    border: 1px solid #444;
    border-radius: 12px;
    box-shadow: 2px 2px 8px #787878;
    width: 150px;
    height: 50px;
    border: none;
    cursor: pointer;
}
.buttonSkeptix:hover {
    background-color: #f0ec85;
}
.vorstandWer {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 2px 2px 8px #787878;
    width: 95%;
    min-width: 300px;
    height: auto;
    min-height: 120px;
    margin-bottom: 10px;
    padding: 10px;
}