/* acme-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Acme';
    font-weight: 400;
    src: url('fonts/acme-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

header {
    background: #f7d115;
}
nav {
    background-color: #4845a2;
    text-align: center;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
}
.menu a{
    color: white;
    text-decoration: none;
    padding:20px 80px 20px 80px;
}
.menu a:hover{
   color: black;
    background-color: #f7d115;
}
.logo-fortuna {
}
.logo-interreg {
    max-width: 100%;
    height: auto;

}

@media screen and (max-width: 1439px) {
    .logos img{
        width: 50%;
    }
}


h2{
    font-family: 'Acme',sans-serif;
    font-size: 42px;
    font-weight: 400;
}
body {
    font-family: Roboto,sans-serif;
    margin:0;
}

.container {
    width:100%;
    margin: 0;
    padding: 0 20px
}

@media screen and (min-width: 1440px) {
    .container {
        width:1440px;
        margin: 0 auto;
        padding:0;
    }
}

.logos{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.fullwidth {
    width: 100%;
}


@media screen and (min-width: 1440px) {
    .group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}
.group li {
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}
.group img {
    width: 120px;
    height: auto;
}
.playscore{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
}
.date {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
}
.game {
    background: #dfdfdf;
padding: 10px 10px 10px 10px;

}
.group h2 {
    background: #dfdfdf;
    padding: 1px 10px 1px 10px;
    margin:5px 0;
    text-align: center;
}
ul,li,ol {
    margin: 0;
    padding: 0;
}
.group a{
    display: block;
    text-align: center;
}
.group ol {
    list-style-position: inside;
}
.group ol li {
    list-style-type: decimal;
    padding: 12px 60px;
}

.tabelle li {
    margin: 10px 0;
    background: #dfdfdf;
}
.tabelle {
    margin: 10px 0;
}
.group a:link {
    background: #4845a2;
    padding: 14px 10px;
    color: white;
    text-decoration: none;
}
.group a:hover {
    background: #f7d115;
    color: black;
}
.datetime {
    padding-right: 24px;
}
.playscore span {
    padding: 20px;
}
.getcoach {
    text-align: center;
}
.coach img{
    width: 25%;
    height: auto;
}
.coach {
    Display: flex;
    justify-content: center;
    text-align: center;
}
@media screen and (min-width: 1440px) {
    .getcoach{
        width:50%;
        margin:0 auto;
    }
}
.getcoach a {
    background: #4845a2;
    color: white;
    text-decoration: none;
    padding: 14px 10px;

}
.getcoach a:hover {
    background: #f7d115;
    color: black;
}
.trainingsplan {
    text-align: center;
}
select {
    padding: 10px;
    width: 80%;
}
.player img {
    display:block;
    margin: 40px auto;
}

.table-wrapper{
    overflow-x: auto;
}
table th,td{
    outline: black solid 1px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
table th {
    background: #C0C0C0;
}
.time {
    background: #C0C0C0;
}
table {
    margin:0 auto;

}
footer {
    background: #f7d115;
    text-align: center;
}
footer .menu a {
    text-decoration: none;
    color: black;
}
footer .menu a:hover {
    color: #383576;
    text-decoration: underline;
}
.player {
    padding-bottom:  24px;
}