:root {
    --clGruen: #208033;
    --clhover: rgb(240, 100, 30);
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url(../pics2/Excel-Background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#Seitenanfang {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 3em;
    color: var(--blaugruen);
    z-index: 999;
    display: none;
}

#Seitenanfang {
    display: block;
}

#Seitenanfang a {
    opacity: 0.3;
}

#Seitenanfang a:hover {
    color: var(--magenta);
    opacity: 0.6;
}

#wrapper {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    margin: 20px auto 20px auto;
    width: 800px;
}

#hbExcel {
    text-align: center;
    margin-top: 16px;
}

h2 {
    color: var(--clGruen);
}

.abschnitt {
    border: 1px solid #c0c0c0;
    text-align: justify;
    -webkit-box-shadow: 2px 4px 4px #1b383b;
    -moz-box-shadow: 2px 4px 4px #1b383b;
    box-shadow: 2px 4px 4px #1b383b;
    margin-bottom: 36px;
}

.abschnitt h2,
.abschnitt h1 {
    text-align: center;
    line-height: 1.3em;
}

img {
    max-width: 100%;
    height: auto;
}

.float_left {
    float: left;
    margin-right: 1em;
}

.clear {
    clear: both;
}

.fett {
    font-weight: bold;
}

.text {
    color: #222;
    line-height: 1.6em;
    padding: 2px 2px 6px 2px;
}

#beispiel_1,
#beispiel_2 {
    border: 2px solid #808080;
}

#info1,
.info {
    margin-top: 30px;
    color: #666;
    padding: 0.6em 2em 0.6em 2em;
    background-color: rgba(255, 255, 255, 0.66);
}

#info1 h1 {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.2)
}

#info1 h1 img {
    vertical-align: middle;
    margin-top: -6px;
    margin-right: -8px;
}

.info h3 {
    margin-left: 2em;
}

.info li {
    margin-bottom: 0.3em;
}

.besonders {
    font-size: 1.2em;
    color: #222;
}

.hervor {
    font-size: 1.3em;
}

.gruen {
    color: var(--clGruen);
}

.zentriert {
    text-align: center;
}

#linkdownload {
    display: block;
    height: 2em;
    width: 10em;
    padding-top: 1em;
    border: 1px solid #888;
    margin: 0.8em auto 0.8em auto;
    font-size: 1.8em;
    background-color: #ffc;
}

a {
    outline: none;
    text-decoration: none;
    color: #3074C6;
}

a:hover {
    color: var(--clhover);
}

#paragraph {
    text-align: center;
    opacity: 0.5;
}

#pergament {
    float: left;
    width: 14em;
    height: 20em;
    padding: 2.8em 3em 0 3em;
    margin-right: 20px;
    margin-left: -6px;
    color: #865608;
    text-align: center;
    background-image: url('../pics2/Pergamentrolle.gif');
    background-size: 100% 100%;
    cursor: pointer;
}

#pergament h5 {
    font-size: 2em;
}

#pergament p {
    font-size: 1.4em;
    line-height: 1.4em;
}

#pergament .klein {
    font-size: 0.8em;
    line-height: 1em;
}

div.footer {
    text-align: center;
    margin-bottom: 20px;
}

.sehr_betont {
    display: inline-block;
    padding: 1px 6px 1px 6px;
    border: 2px solid #9ccf5e;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 960px) {
    #wrapper {
        font-size: 1.2em;
    }
}

@media (max-width: 830px) {
    #wrapper {
        margin: 0;
        max-width: 100%;
    }
    #info1,
    #wrapper .info {
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .abschnitt h2 {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    #info1,
    .info {
        padding: 0.6em 2em 0.6em 2em;
    }
    #pergament {
        float: none;
        max-width: 100%;
        padding: 2em 0.6em 0 0.8em;
        margin: 0 auto;
    }
}

@media (orientation: portrait) {
    body {
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
}