@charset "utf-8";
:root {
    --clrot: rgb(240, 100, 30);
    --clblau: rgb(48, 116, 198);
    --schriftfarbe: rgb(80, 84, 86);
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    /*background-image: url(../pics/background.jpg);
    background-attachment: fixed;
    background-size: cover;*/
    background-color: rgb(248, 244, 228);
}

#Seitenanfang {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 3em;
    color: var(--clblau);
    z-index: 999;
}

#Seitenanfang a {
    opacity: 0.4;
}

#Seitenanfang a:hover {
    color: var(--clrot);
    opacity: 0.8;
}

p {
    margin-bottom: 10px;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--clblau);
    font-size: 0.95em;
}

a:hover {
    /*color: var(--clrot);*/
    color: #73b6f5;
}

ul {
    margin-left: 36px;
}

.pic {
    text-align: center;
    margin-bottom: 12px;
}

#wrapper {
    position: relative;
    display: grid;
    grid-template-rows: 0fr 0fr 0fr 0fr;
    grid-template-columns: 300px auto;
    grid-gap: 0;
    justify-items: left;
    grid-template-areas: "kopfzeile kopfzeile" "banner banner" "links rechts" "footer footer";
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    margin: 0 auto;
    max-width: 1345px;
    margin-top: 6px;
}

#wrapper.schmal {
    max-width: 1000px;
}

#kopfzeile {
    grid-area: kopfzeile;
    width: 100%;
    padding: 3px 0 9px 0;
    margin-bottom: 0px;
    border-bottom: 0px solid #ddd;
}

#kopfzeilelinks {
    float: left;
    width: 300px;
    margin-left: 4px;
}

#kopfzeilerechts {
    float: right;
    margin-right: 4px;
}

#kopfzeilelinks,
#kopfzeilerechts {
    font-size: 0.7em;
    color: #aaa;
}

#hbExcel {
    clear: both;
    text-align: center;
}

#hbExcel img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

#banner {
    position: relative;
    grid-area: banner;
    text-align: center;
    width: 100%;
}

#sprache {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

#links {
    grid-area: links;
    padding: 6px 4px 20px 8px;
    line-height: 1.4em;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

#rechts {
    grid-area: rechts;
    padding: 10px 8px 6px 16px;
    line-height: 1.7em;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
}

#links,
#rechts {
    color: var(--schriftfarbe);
}

#footer {
    justify-self: stretch;
    grid-area: footer;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: left;
    font-size: 0.8em;
}

#footer ul {
    list-style: none;
}

#footer li {
    display: inline-block;
    margin-right: 30px;
}

#banner h1,
#banner h2,
#rechts h3 {
    color: var(--clblau);
}

#banner h1 {
    margin-bottom: 30px;
}

#banner h2 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

#rechts h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#wrapper.druckbereich h3 {
    margin-top: 44px;
}

#rechts h4 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 1em;
    color: var(--clblau);
}

#links ol {
    margin-left: 36px;
}

#links li {
    margin-bottom: 6px;
}

#menulinks ul a {
    display: block;
}

.hervor {
    font-style: italic;
    font-weight: bold;
}

.zentriert {
    text-align: center;
}

.rot {
    color: var(--clrot);
}

.gruen {
    background-color: #e2efda;
    padding: 6px;
}

.fett {
    font-weight: bold;
}

.klein {
    font-size: 0.8em;
    line-height: 1.1em;
}

.groesser {
    font-size: 1.5em;
}

.sehr_betont {
    display: inline-block;
    padding: 1px 6px 1px 6px;
    border: 2px solid #9ccf5e;
    background: rgba(255, 255, 255, 0.6);
}

.handlungsschritte {
    font-size: 0.8em;
    font-weight: bold;
}

.allgemeine_syntax {
    /*border-bottom: 1px solid rgb(255, 229, 189);*/
    text-align: left;
}

.allgemein1 {
    font-size: 0.8em;
    font-weight: bold;
}

.allgemein2 {
    font-weight: bold;
    color: rgb(214, 151, 14);
}

.syntax {
    display: inline-block;
    border: 2px solid var(--clrot);
    margin-bottom: 10px;
    padding: 10px;
}

.abbildung {
    text-align: center;
    margin-bottom: 10px;
}

.zelladresse {
    color: rgb(12, 120, 50);
}

.formel {
    color: rgb(149, 130, 130);
}

.formel2 {
    color: var(--clrot);
}

.formelauswertung {
    color: #000;
    line-height: 1.4em;
}

.formelpunkt {
    color: #000;
    font-size: 1.1em;
    background-color: rgb(244, 244, 184);
}

.formelpunktimtext {
    color: #000;
}

.formelteil {
    color: #496;
    background-color: rgb(244, 244, 184);
}

.adressierung .formel {
    color: rgb(63, 134, 5);
}

.parameter {
    margin-left: 30px;
    margin-bottom: 20px;
}

.parameter td:first-child {
    padding-right: 12px;
}

.ausprobieren {
    font-size: 0.8em;
    font-weight: bold;
    color: var(--clrot);
}

.essential {
    border-left: 18px solid var(--clblau);
    padding-left: 12px;
}

iframe {
    margin-left: 30px;
    margin-bottom: 12px;
}

.allgemeine_hinweise {
    margin-top: 30px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.allgemeine_hinweise h4 {
    font-size: 1.25em;
    margin-bottom: 12px;
}

.impressum .zusatzbemerkung {
    font-size: 0.8em;
}

.impressum #rechts,
.datenschutz #rechts {
    text-align: center;
}

.impressum,
.datenschutz {
    width: 98.6%;
}

.paragraph {
    margin-top: 60px;
    margin-left: -300px;
}

.ornament {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 0.75em;
    color: #999;
}

#rechts img {
    max-width: 100%;
    height: auto;
}

#menuMatrix a {
    margin-bottom: 16px;
}

@media (max-width: 1160px) {
    #wrapper {
        display: block;
        margin: 0;
        max-width: 100%;
        width: 100%;
        font-size: 1.2em;
    }
    #kopfzeile {
        display: block;
    }
    #banner {
        display: block;
        grid-area: none;
        width: 100%;
        margin-top: 20px;
    }
    #sprache {
        display: block;
        margin-top: 5px;
    }
    #links {
        display: block;
        grid-area: none;
        padding: 6px 4px 20px 2px;
        font-size: 1em;
        line-height: 1.4em;
    }
    #rechts {
        display: block;
        grid-area: none;
        padding: 6px 2px 6px 2px;
        font-size: 1em;
        line-height: 1.7em;
        border: 3px solid #ccc;
    }
    #footer {
        grid-area: none;
        width: 100%;
        font-size: 1em;
        text-align: center;
    }
    #footer ul {
        margin: 0px;
        padding: 0px;
    }
    #footer li {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 1em;
    }
    #banner #sprache img {
        width: auto;
    }
    #banner h1 {
        margin-top: 10px;
        margin-bottom: 0;
    }
    #banner h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .klein {
        font-size: 0.9em;
        line-height: 1.3em;
    }
    .datenschutz #rechts img {
        width: auto;
        height: auto;
    }
    #rechts .ornament img {
        width: auto;
        height: auto;
    }
    .ornament {
        font-size: 0.85em;
    }
    iframe {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 720px) {
    #wrapper {
        font-size: 1.4em;
    }
    .ornament {
        font-size: 1em;
    }
}