@charset "utf-8";
:root {
    --red: rgb(234, 36, 2);
    --green: #638f0c;
    --blue: #3074C6;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url(../pics/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.7em;
}

p {
    margin-bottom: 0.5em;
}
p:last-child {
    margin-bottom: 0;
}
.center {
    text-align: center;
}
#wrapper {
    display:flex;
    flex-direction: column;
    width: 820px;
    margin: 20px auto 0 auto;
    color: #262829;
}
article {
    background-color:beige;
    margin-bottom: 2em;
    padding: 0.6em 1.2em 1em 1.2em;
    background-color: rgba(255, 255, 255, 0.6);
    border: 3px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
h2 {
    color: rgb(35, 35, 35);
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 0.6em;
}
h3 {
    color: rgb(35, 35, 35);
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.6em;
}
.content {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.2em;
}
.content:last-child {
    margin-bottom: 0;
}
.col, .col1, .col2 {
    flex: 1;
}
.col1 {
    margin-right: 1.2em;
}
.col2 {
    margin-left: 1.2em;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--blue);
    font-size: 0.95em;
    font-weight: bold;
}

a:hover {
    opacity: 0.6;
}

#Seitenanfang {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 3em;
    color: var(--blau);
    z-index: 999;
    display: none;
}

#Seitenanfang a {
    opacity: 0.3;
    transition: color 1s, opacity 1s;
}

#Seitenanfang a:hover {
    color: var(--red);
    opacity: 0.6;
}

#banner {
    position: relative;
    text-align: center;
    width: 100%;
}

#updated {
    position: relative;
    grid-area: updated;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
}

#sprache {
    position: relative;
    grid-area: sprache;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

#imgBanner {
    width: 100%;
    height: auto;
}

#footer img {
    width: 100%;
    height: auto;
}

#abspann {
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 20px;
}

#banner h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.en #banner h1 {
    font-size: 1.6em;
}

#banner h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#wuerfel {
    margin-top: 24px;
    margin-bottom: 50px;
    color: rgb(18, 15, 15);
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#wuerfel table {
    display: inline-block;
}

#wuerfel td.schrift {
    padding-top: 10px;
}

#WM2022 div {
    float: left;
    margin-right: 10px;
}

#allgemeines {
    margin-top: 20px;
    padding: 2px 4px 2px 4px;
    border: 2px solid #0e659e;
    background-color: rgba(215, 230, 243, 0.4);
}

#pdf {
    margin-top: 100px;
    padding: 2px 4px 2px 4px;
    border: 2px solid #0e659e;
    background-color: rgba(215, 230, 243, 0.4);
}

#pdf-symbol {
    float: left;
    margin-right: 20px;
}

.clearboth {
    clear: both;
}

#banner h1,
#banner h3 {
    color: #0e659e;
}

ul {
    margin-left: 24px;
}

ol,
ul {
    margin-left: 36px;
    margin-top: 14px;
    margin-bottom: 14px;
}

li {
    margin-bottom: 6px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#new_champion {
    color: var(--red);
}

.endfassung {
    color: #C00;
    font-weight: bold;
}

.spielplan {
    margin-top: 20px;
    margin-left: -2px;
}

article .spielplan img {
    max-width: 540px;
    width: 100%;
    height: auto;
}

.bildunterschrift {
    color: #222;
    margin-right: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.starthinweis {
    color: #222;
    font-size: 0.8em;
    line-height: 1.1em;
}

.zeile1 {
    margin-bottom: 4px;
}

#neu2p0 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.1em;
}

.absatz {
    margin-bottom: 6px;
}

h4.automatic {
    margin-top: 10px;
}

.version {
    line-height: 1em;
}

.version ul {
    margin-top: 10px;
    line-height: 0.8em;
}

#abspann h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.uefa_logo a:hover {
    opacity: 0.6;
}

#em_logo,
#uefa_logo {
    display: inline-block;
}

#em_logo {
    margin-right: 100px;
}

#matrixlink {
    margin-top: 24px;
    margin-bottom: 24px;
}

#matrixlink a:hover {
    color: #fc7233;
}

#matrixlink a img:hover {
    opacity: 0.6;
}

.hervor {
    font-style: italic;
    font-weight: bold;
}

.datum {
    text-align: right;
}

.predictions {
    width: 963px;
    padding-left: 20px;
}

.predictions h3 {
    font-size: 1.3em;
    color: var(--red);
}

.predictions h4 {
    margin-top: 24px;
    font-size: 1.1em;
    color: var(--red);
}

#imgPredictions {
    width: 100%;
}

.impressum article {
    text-align: center;
}

.impressum #footer,
.fair_play #footer,
.beispiel #footer {
    margin-bottom: 30px;
}

.download-box {
    padding: 1px 6px 1px 6px;
    border: 2px solid #9ccf5e;
    background: rgba(255, 255, 255, 0.6);
}

.download-logo {
    margin: 8px;
    margin-right: 40px;
    float: left;
}

.link_zum_beispiel,
.weitere_screenshots {
    display: inline-block;
    padding: 1px 6px 1px 6px;
    border: 2px solid #9ccf5e;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
}

.link_fairplay {
    padding: 6px 6px 6px 6px;
    border: 2px solid #fa634f;
}

#wrapper .weitere {
    margin-bottom: 20px;
    line-height: 2.4em;
}

.link_zum_beispiel:hover {
    background: rgba(255, 255, 255, 0.9);
}

#wrapper.beispiel {
    grid-template-columns: 334px auto;
}

.beispiel h3,
.download h3 {
    color: #c00;
}

.beispiel .spot {
    font-weight: bold;
    color: #c00;
}

.beispiel .tabelle {
    border-collapse: collapse;
    margin: 20px 40px 20px 80px;
}

.beispiel .tabelle table,
.beispiel .tabelle th,
.beispiel .tabelle td {
    border: 1px solid #0e659e;
}

.beispiel .tabelle td,
.beispiel .tabelle th {
    padding: 2px 8px 2px 8px;
    text-align: center;
}

.beispiel .tabelle th {
    font-size: 0.8em;
}

.beispiel p {
    margin-bottom: 20px;
}

.beispiel .fett {
    font-size: 0.98em;
    font-weight: bold;
}

.beispiel ol li {
    font-size: 0.84em;
    line-height: 120%;
}

.zusatzbemerkung {
    margin-top: 20px;
    font-size: 0.84em;
    line-height: 120%;
}

.beispiel .sterne {
    text-align: center;
    color: #aaa;
}

.download ul {
    margin-left: 40px;
    font-weight: bold;
}

.download ul .zusatzbemerkung {
    font-weight: normal;
}

#tabelle_direktvergleich {
    position: relative;
}

#hinweispfeil {
    position: absolute;
    top: 6px;
    left: 372px;
}

#vielSpass {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.zentriert {
    text-align: center;
}

.rot {
    color: #c00;
}

.red {
    color: var(--red);
}

.gruen {
    color: rgb(21, 112, 1);
    font-weight: bold;
}

.fett {
    font-weight: bold;
}

.klein {
    font-size: 0.8em;
    line-height: 1.1em;
}

p.klein {
    margin-bottom: 6px;
}

.groesser {
    font-size: 1.5em;
}

h4.rot {
    margin-bottom: 6px;
}

.excel_kenntnisse {
    font-size: 1.2em;
    margin-top: 8px;
}

.excel_kenntnisse img {
    margin-bottom: -10px;
}

#releases .tabelle {
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: -18px;
}

#releases .tabelle table,
#releases .tabelle th,
#releases .tabelle td {
    border: 1px solid #0e659e;
    font-size: 0.8em;
    line-height: 1.2em;
    vertical-align: top;
}

#releases .tabelle td,
#releases .tabelle th {
    padding: 2px 8px 2px 8px;
    text-align: center;
}

#releases .tabelle td:last-child {
    text-align: left;
}

.fair_play .tabelle {
    border-collapse: collapse;
    margin-top: 20px;
}

.fair_play .tabelle table,
.fair_play .tabelle th,
.fair_play .tabelle td {
    border: 1px solid #0e659e;
    font-size: 0.8em;
    line-height: 1.2em;
}

.fair_play .tabelle td,
.fair_play .tabelle th {
    padding: 2px 8px 2px 8px;
    text-align: center;
}

.fair_play .tabelle td:last-child {
    text-align: center;
}

.fair_play .tabelle th:first-child {
    min-width: 160px;
    font-size: 1.2em;
    background-color: #99c2f5;
}

.fair_play .tabelle th:last-child {
    background-color: #fdc9a7;
}

.ausgleich {
    padding-top: 0px;
}

@media (max-width: 840px) {
    #wrapper {
        display: block;
        margin: 0;
        max-width: 100%;
        width: 100%;
        font-size: 1.14em;
    }
    #banner {
        display: block;
        grid-area: none;
        width: 100%;
        margin-top: 20px;
    }
    #imgBanner {
        width: 100%;
        height: auto;
    }
    #updated {
        grid-area: none;
        margin-top: 36px;
    }
    #sprache {
        display: block;
        grid-area: none;
        margin-top: 5px;
    }
    #footer {
        width: 100%;
    }
    #abspann {
        width: 100%;
        margin-bottom: 20px;
    }
    #banner img,
    #footer img {
        width: 100%;
    }
    #banner h1 {
        margin-top: 10px;
        margin-bottom: 0;
    }
    #banner h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    #wuerfel {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    #wuerfel img.hunderter {
        width: 41px;
    }
    #wuerfel img.zehner {
        width: 40px;
    }
    #wuerfel img.einer {
        width: 42px;
    }
    .predictions,
    .impressum,
    .fair_play {
        width: 100%;
    }
    .impressum img {
        max-width: 520px;
        width: 100%;
    }
    #hinweispfeil {
        display: none;
    }
    .beispiel .tabelle {
        margin: 20px 0 20px 32px;
    }
    .spielplan {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }
    .spielplan img {
        max-width: 100%;
    }
    .klein {
        font-size: 0.9em;
        line-height: 1.2em;
    }
    .version ul {
        line-height: 0.9em;
    }
    #kostenlos,
    #neu2p0,
    .neu2p0_text {
        text-align: center;
    }
}

@media (max-width: 750px) {
    body {
        font-size: 0.92em;
    }
    .weitere_screenshots {
        display: block;
        width: 11em;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #em_logo,
    #uefa_logo {
        display: inline-block;
    }
}

@media (max-width: 520px) {
    body {
        font-size: 0.84em;
    }
    #em_logo,
    #uefa_logo {
        display: block;
    }
    #em_logo {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #pdf-symbol {
        float: none;
    }
    .beispiel .tabelle {
        margin: 20px 0 20px 0;
    }
}