.turnier-container, .turnier-container h1, .turnier-container h2, .turnier-container h3 {
    color:#fff;
}

.turnier-banner {
    width:650px;
    max-width:90%;
    margin-top:50px;
}

.turnier-spielplan img, .turnier-flag {
    width:25px;
    vertical-align: middle;
    margin-top:-3px;
}

.turnier-box {
    background: #f5f5f5;
    border:1px solid #999;
    color: #222;
    text-align: center;
    border-radius: 4px;
}

.turnier-box:not(.twolines) {
    padding: 10px 4px;
    margin-top:4px;
}

.twolines {
    padding: 4px 4px;
    margin-top:0px;
}

#fullModalFenster {
    height:100vh;
}
#fullModalFenster>div,#fullModalFenster>div>iframe {
    height:calc(100vh - 50px);
}

#TuerContent {
    background-color:#001D3D;
}
input[type="number"] {
    background:#fff!important;
}
