@charset "utf-8";
:root {
    --blau: #0e659e;
    --gruen: #0e9e51;
    --clblau: rgb(48, 116, 198);
    --h3color: rgb(255, 80, 0);
    --breite: 1240px;
    --breite2: 920px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../pics/background.jpg);
    background-color: #eaf3c0;
    background-attachment: fixed;
    background-size: cover;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.2em;
    padding-top: 16px;
    word-wrap: break-word;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--blau);
    font-weight: bold;
}

a:hover {
    color: var(--h3color);
}

.formel {
    color: var(--clblau);
}

.range {
    color: var(--clblau);
}

.gruen {
    color: var(--gruen);
}

.essential {
    border-left: 18px solid var(--clblau);
    padding-left: 12px;
}

#hbExcel {
    text-align: center;
}

#picBanner {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    max-width: var(--breite);
    margin-top: 20px;
}

#wrapper.small2 {
    max-width: var(--breite2);
    font-size: 0.9em;
}

#rechts.small2 {
    line-height: 1.3em;
}

#wrapper.impressum {
    margin-bottom: 60px;
}

#rechts img {
    max-width: 100%;
    height: auto;
}

#rechts #download-symbol img {
    width: 131px;
}

#banner {
    position: relative;
    text-align: center;
}

#footer {
    margin-bottom: 16px;
    text-align: center;
}

#sprache {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

#links {
    padding: 6px 4px 20px 2px;
    line-height: 1.4em;
}

#backlink {
    margin-bottom: 1em;
}

#rechts {
    padding: 6px 8px 6px 16px;
    line-height: 1.7em;
    background-color: rgba(255, 255, 255, 0.85);
    border: 3px solid #ccc;
}

#rechts h3 {
    margin-top: 0.6em;
    margin-bottom: 1em;
    color: var(--h3color);
    font-size: 1.4em;
}

#rechts p {
    margin-bottom: 16px;
}

.tab {
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--blau);
}

.tab th, .tab td {
    border: 1px solid var(--blau);
    padding: 2px 8px 2px 8px;
    text-align: center;
}

.tab th {
    font-size: 0.8em;
    line-height: 1.2em;
}

.table_container {
    overflow-x: auto;
}

table.tabelle {
    border-collapse: collapse;
    border: 3px solid #107fc7;
    margin-top: 22px;
    margin-bottom: 22px;
}

table.tabelle th,
table.tabelle td {
    text-align: left;
    border: 1px solid #107fc7;
}

table.tabelle th {
    padding: 13px 10px 13px 10px;
    background: rgba(142, 212, 229, 0.2);
}

table.tabelle td {
    padding: 13px 10px 13px 10px;
}

table.tabelle tr:first-child {
    border-bottom: 2px solid #107fc7;
}

table.tabelle tr:last-child {
    border: 1px solid #107fc7;
}

#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(--magenta);
    opacity: 0.6;
}

#rechts h3.untertitel {
    margin-bottom: 8px;
}

#rechts h4.untertitel {
    margin-bottom: 30px;
    color: var(--h3color);
}

.small2 #rechts h4.untertitel {
    margin-bottom: 12px;
}

#abspann {
    text-align: center;
    width: var(--breite);
    margin-bottom: 20px;
}

#banner h1 {
    margin-top: 0px;
    margin-bottom: 16px;
}

.en #banner h1 {
    font-size: 1.6em;
}

#banner h3 {
    margin-top: 0px;
    margin-bottom: 16px;
}

.download-box {
    margin-top: 10px;
    padding: 2px 4px 2px 4px;
    border: 2px solid var(--blau);
    background-color: rgba(215, 230, 243, 0.4);
}

#download-symbol {
    float: left;
}

#download-symbol {
    margin-right: 25px;
}

.clearboth {
    clear: both;
}

#banner h1,
#banner h3 {
    color: var(--blau);
}

#links ul {
    margin-left: 24px;
}

#rechts ol,
#rechts ul {
    margin-left: 36px;
    margin-top: 14px;
}

#links li {
    margin-bottom: 6px;
}

#links h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#links,
#rechts {
    color: #505456;
}

#abspann h4 {
    margin-top: 50px;
    margin-bottom: 20px;
    color: var(--h3color);
}

.hervor {
    font-style: italic;
    font-weight: bold;
}

.impressum #rechts {
    text-align: center;
}

.impressum #footer {
    margin-bottom: 30px;
}

.download h3 {
    color: #c00;
}

#hinweispfeil {
    position: absolute;
    top: 6px;
    left: 400px;
}

.zentriert {
    text-align: center;
}

#rechts .zentriert img {
    width: 160px;
    height: auto;
}

.rot {
    color: #c00;
}

.orange {
    color: var(--h3color);
}

.fett {
    font-weight: bold;
}

.klein {
    font-size: 0.8em;
    line-height: 1.1em;
}

.distanz {
    margin-top: 6px;
}

p.klein {
    margin-bottom: 6px;
}

#rechts h4.rot {
    margin-bottom: 6px;
}

.datum {
    margin-right: 6px;
    text-align: right;
    color: #666;
}

.impressum #rechts img {
    width: 520px;
}

@media (max-width: 1260px) {
    #wrapper {
        display: block;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
    #banner {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    #sprache {
        display: block;
        margin-top: 5px;
    }
    #links {
        display: none;
        padding: 6px 4px 20px 2px;
    }
    #rechts {
        display: block;
        padding: 6px 8px 6px 8px;
        border: 3px solid #ccc;
    }
    #footer {
        width: 100%;
    }
    #abspann {
        width: 100%;
        margin-bottom: 20px;
    }
    #banner h1 {
        margin-top: 10px;
        margin-bottom: 0;
    }
    #banner h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .impressum #rechts,
    .fair_play #rechts {
        width: 100%;
    }
    .impressum #rechts img {
        width: 100%;
    }
    #hinweispfeil {
        display: none;
    }
    .beispiel .tabelle {
        margin: 20px 0 20px 32px;
    }
    .klein {
        font-size: 0.9em;
        line-height: 1.2em;
    }
    #hbExcel img {
        width: 24.9vw;
        height: auto;
    }
}

@media (max-width: 820px) {
    table.tabelle {
        max-width: 100%;
        font-size: min(3vw, 1em);
    }
}

@media (max-width: 700px) {
    body {
        font-size: 1em;
    }
}

@media (max-width: 520px) {
    #download-symbol {
        float: none;
    }
    table.tabelle {
        font-size: min(4vw, 1em);
    }
}
