h3 {
    /*margin-left: 12vw;*/
    text-align: left;
}

.sauna section:first-of-type {
    height: 100vh;
    max-height: 75vw;
}

main.zweiSpalten > section:not(:first-of-type) {
    display: block !important;
}


section {
    clear: both;
}

section > div.sauna {
    margin: 0 0 0 12vw;
}
section > div.sauna p {
    text-align: left;
}

section div.sidebar {
    float:right;
    max-width: 30%;
    padding: 0 2rem;
}
table {
/*    max-width: 60%;
    width: 100%;
*/}

table tr th {
    background: #DDD;
    white-space: nowrap;
    padding: 0.3em 0.8em;
}
table tr td {
    margin: 0;
    padding: 0.3em 0.8em;
    text-align: left;
    vertical-align: top;
    background-color: #EFCD0444;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    color: #163961;
}
table tr td.nowrap {
    white-space: nowrap;
}

table tr td.preis {
    text-align: right;
}

table p {
    margin: 0;
}
table tr td.remark {
    text-align: left;
    font-size: 0.7em;
    border-bottom: 1px solid #444;
}
div.download, div.download * {
    line-height: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
}
div.download {
    margin: 0.4rem 0;
    display: block;
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
}
div.download a {
    text-decoration: none;
}
img.icon {
    height: 1.5rem;
    width: auto;
    border-radius: 0;
}
