@font-face {
    font-family: eFootball;
    src: url(eFootballStencil-Regular.ttf);
}

body{
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(68, 63, 67);
    padding-left: 50px;
    padding-right: 50px;
    
}
.headline-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headline {
    font-family: efootball, sans-serif;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
}

.socials {
    color: black;
    text-decoration: none;
    margin-left: 16px;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.sivasli {
    width: 50%;
    margin-left: 20px;
}

.text-titel {
    text-align: center;
}

.text-h1 {
    font-family: eFootball, sans-serif;
    
}

.TabellenText {
    text-align: center;
    font-size: 50px;
}

.spieltag1 {
    margin: 0 auto;
    font-size: 25px;
    border-spacing: 20px;
    width: 100%;
    
}
.spieltag1-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
   
}
.spieltag3-4 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
.spieltag5-6 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
.spieltag7-8 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
.spieltag9-10 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

thead {
    background-color: #222A2A;
    color: white;
}

td {
    background-color: #DBD7CB;
    text-align: center;
}


.spieltag1-2 th:nth-child(1), .spieltag3-4 th:nth-child(1), .spieltag5-6 th:nth-child(1), .spieltag7-8 th:nth-child(1), .spieltag9-10 th:nth-child(1) {
    background-color: rgb(68, 63, 67);
}

.trophy {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    
}

.button-container {
    border-bottom: 1px solid white;
    padding: 1em 0;
    max-width: 70px;
}

.spielplan {
    color: black;
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
}
.ptag1, .ptag2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}