/*Nötig für Datepicker, da Bootstrap den Wert wohl recht klein setzt*/
html {
    font-size: 14px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.alert-info {
    background-color: #b6e5fd;
}

.turnierbaumlinie {
    position: absolute;
    border-top: 2px solid gray;
    z-index: 1;
    transform-origin: 0px 0px;
}

.kachelStartseite {
    background-color: white;
    opacity: 90%;
    font-size: 16px;
    color: #333333;
    border-spacing: 5px;
    padding:20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 2px 15px #888888;

}

.kachel {
    cursor: pointer;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    background-color: white;
    font-size: 20px;
    color: #333333;
    box-shadow: 0 2px 15px #888888;
}

.pageHeader {
    width: 100%;
    #font-style: oblique;
    #font-weight: bold;
    font-size:2em;
    letter-spacing: 5px;
    text-align: left;
    padding: 10px;
    display: flex;
    margin: auto;
    vertical-align: middle;
    align-items: center;
}

.darthelfertabelle {
    box-shadow: 0 2px 15px #888888;
    padding-left: 0px;
}

.ligashortoverview {
    background-color: white;
    font-size: 16px;
    color: #333333;
    border-spacing: 5px;
    padding:20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 5px;
    border-color: #5cb85c;
    border-top-width: 200px;
    box-shadow: 0 2px 15px #888888;
}
