html {
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.75;
}
body {
    font-family: Merriweather, serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.75;
}
h1, .h1 {
    margin-top: 1em;
}
h1 + h2, h1 + .h2, .h1 + h2, .h1 + .h2 {
    margin-top: 0.5em;
}
h2, .h2 {
    margin-top: 2em;
}
h2 + h3, h2 + .h3, .h2 + h3, .h2 + .h3 {
    margin-top: 0.5em;
}
h3, .h3 {
    margin-top: 2em;
}
h3 + h4, h3 + .h4, .h3 + h4, .h3 + .h4, h2 + h4, h2 + .h4, .h2 + h4, .h2 + .h4 {
    margin-top: 0.5em;
}
h4, .h4 {
    margin-top: 1em;
}
ul {
    list-style: circle;
}
.handwritten {
    font-family: Caveat, cursive;
}
.navbar .navbar-toggler {
    border: none;
}
.navbar-brand {
    margin-top: 1.5em;
}
.logo-size {
    width: 50vw;
    max-width: 512px;
    padding: 0;
}
footer {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    padding-top: 7em;
    padding-bottom: 1.8em;
    text-align: right;
}
footer .bio-logos {
    float: left;
}
footer .bio-logos img {
    height: 3em;
    vertical-align: middle;
}
.small-nav-text {
    font-size: 0.8rem;
}
a, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
.secondary a, .secondary a:visited, .weiss a, .weiss a:visited {
    text-decoration: none;
}
.secondary a:hover, .secondary a:active, .weiss a:hover, .weiss a:active {
    text-decoration: underline;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
}
.theme-link {
    cursor: pointer
}
.theme-link.inline-nav {
    margin-left: 2em;
}
.theme-link.listed-nav {
    margin-left: 2em;
}

.embed-responsive-2by3::before {
    padding-top: 150%;
}
.embed-responsive-3by2::before {
    padding-top: 66.6666666%;
}
.embed-responsive-3by4::before {
    padding-top: 133.3333333%;
}
.embed-responsive-9by16::before {
    padding-top: 177.7777777%;
}

.siema-indicator {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.5em;
}
.siema-indicator * {
    cursor: pointer;
}

.collapsing-headline.collapsed .collapse-marker {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(145, 40, 30)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 10l6 6l6 -6' fill-opacity='0'/%3E%3C/svg%3E");
}
.collapsing-headline .collapse-marker {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(145, 40, 30)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 16l6 -6l6 6' fill-opacity='0'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.img-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 2em;
}
.img-row > img {
    flex-grow: 0;
    flex-shrink: 1;
    width: 100%;
    align-self: flex-start;
}
.img-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 2em;
}
.img-bar > img {
    flex-grow: 0;
    flex-shrink: 1;
    align-self: flex-start;
    margin-left: 5px;
}
.img-bar > img:first-child {
    margin-left: 0;
}
.img-row + p, .img-bar + p, .single-img-row + p, .single-img-bar + p {
    margin-top: 1em;
}
.content p > img {
    width: 100%;
}
.wein-beschreibung > h3 {
    clear: both;
}
.content .wein-beschreibung > p > img {
    float: left;
    width: 12%;
    height: auto;
    margin-right: 1em;
    margin-bottom: 2em;
    max-width: 10em;
}
.wein-distributeure h4 {
    font-size: 1.3rem;
}
.wein-distributeure h4.handwritten {
    font-size: 1.5rem;
}
.agb-content h3 {
    font-size: 1.5em;
}
.agb-content h4 {
    font-size: 1.25em;
}
#auszeichnungen img.award {
    float: right;
    height: 3em;
    width: auto;
}
.impressum-content .biolabel {
    width: 22em;
}

@media screen and (max-width: 575px) {
    html {
        font-size: 17px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    footer .bio-logos {
        float: none;
    }
    footer .bio-logos img {
        float: none;
        height: 4em;
    }
    .wein-distributeure h4 {
        font-size: 1.2rem;
    }
    .wein-distributeure h4.handwritten {
        font-size: 1.3rem;
    }
    .navbar-brand {
        margin-top: 1em;
    }
    .wein-beschreibung > h3 {
        margin-bottom: -0.5em;
    }
    .wein-beschreibung p {
        position: relative;
        margin-left: 4em;
    }
    .content .wein-beschreibung > p > img {
        position: absolute;
        left: -4em;
        top: 1.3em;
        height: auto;
        width: 3.5em;
    }

    .collapsing-headline {
        position: relative;
        padding-right: 1em;
    }
    .collapsing-headline .collapse-marker {
        position: absolute;
        top: 0;
        right: -1em;
    }
}


html, body {
    background-color: #fff;
    color: #333;
}
.primary, .rot {
    color: #91321e;
}
.secondary, .weiss {
    color: #d89920;
}
footer, footer a, footer a:visited {
    color: #777;
}
.navbar-light .navbar-toggler.lang-toggle-icons {
    color: #bbb;
}
.navbar-light .navbar-toggler.lang-toggle-icons:hover {
    color: #888;
}
.navbar-dark .navbar-toggler.lang-toggle-icons {
    color: #666;
}
.navbar-dark .navbar-toggler.lang-toggle-icons:hover {
    color: #999;
}
a, a:visited, a:hover, a:active {
    color: #91321e;
}
a.close, a.close:visited {
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
a.close:hover, a.close:active {
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.secondary a, .secondary a:visited, .weiss a, .weiss a:visited, .secondary a:hover, .secondary a:active, .weiss a:hover, .weiss a:active {
    color: #d89920;
}
.siema-indicator {
    color: #666;
}
.siema-indicator .active {
    color: #91321e;
}
input {
    background-color: #eee;
    color: #333;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
    background-color: #aaa;
    color: #333;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover {
    background-color: #ccc;
    color: #91321e;
}
.d-light-block {
    display: block;
}
.d-light-inline-block {
    display: inline-block;
}
.d-dark-block {
    display: none;
}
.d-dark-inline-block {
    display: none;
}

.navbar-auto .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-auto .navbar-brand:focus, .navbar-auto .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-auto .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-auto .navbar-nav .nav-link:focus, .navbar-auto .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-auto .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-auto .navbar-nav .active > .nav-link, .navbar-auto .navbar-nav .nav-link.active, .navbar-auto .navbar-nav .nav-link.show, .navbar-auto .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-auto .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-auto .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-auto .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-auto .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-auto .navbar-text a:focus, .navbar-auto .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

@media (prefers-color-scheme: dark) {
    html, body {
        background-color: #000;
        color: #ccc;
    }
    .primary, .rot {
        color: #b1321e;
    }
    .secondary, .weiss {
        color: #d89920;
    }
    footer, footer a, footer a:visited {
        color: #aaa;
    }
    a, a:visited, a:hover, a:active {
        color: #b1321e;
    }
    .secondary a, .secondary a:visited, .weiss a, .weiss a:visited, .secondary a:hover, .secondary a:active, .weiss a:hover, .weiss a:active {
        color: #d89920;
    }
    a.close, a.close:visited {
        color: #aaa;
        text-decoration: none;
        text-shadow: 0 1px 0 #333;
    }
    a.close:hover, a.close:active {
        color: #ddd;
        text-decoration: none;
        text-shadow: 0 1px 0 #333;
    }
    .siema-indicator {
        color: #666;
    }
    .siema-indicator .active {
        color: #b1321e;
    }
    .d-light-block {
        display: none;
    }
    .d-light-inline-block {
        display: none;
    }
    .d-dark-block {
        display: block;
    }
    .d-dark-inline-block {
        display: inline-block;
    }


    .navbar-auto .navbar-brand {
        color: #fff
    }

    .navbar-auto .navbar-brand:focus, .navbar-auto .navbar-brand:hover {
        color: #fff
    }

    .navbar-auto .navbar-nav .nav-link {
        color: rgba(255, 255, 255, .5)
    }

    .navbar-auto .navbar-nav .nav-link:focus, .navbar-auto .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }

    .navbar-auto .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, .25)
    }

    .navbar-auto .navbar-nav .active > .nav-link, .navbar-auto .navbar-nav .nav-link.active, .navbar-auto .navbar-nav .nav-link.show, .navbar-auto .navbar-nav .show > .nav-link {
        color: #fff
    }

    .navbar-auto .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: rgba(255, 255, 255, .1)
    }

    .navbar-auto .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }

    .navbar-auto .navbar-text {
        color: rgba(255, 255, 255, .5)
    }

    .navbar-auto .navbar-text a {
        color: #fff
    }

    .navbar-auto .navbar-text a:focus, .navbar-auto .navbar-text a:hover {
        color: #fff
    }





    body.light {
        background-color: #fff;
        color: #333;
    }
    .light .primary, .light .rot {
        color: #91321e;
    }
    .light .secondary, .light .weiss {
        color: #d89920;
    }
    .light footer, .light footer a, .light footer a:visited {
        color: #777;
    }
    .light a, .light a:visited, .light a:hover, .light a:active {
        color: #91321e;
    }
    .light .secondary a, .light .secondary a:visited, .light .weiss a, .light .weiss a:visited, .light .secondary a:hover, .light .secondary a:active, .light .weiss a:hover, .light .weiss a:active {
        color: #d89920;
    }
    .light a.close, .light a.close:visited {
        color: #777;
        text-decoration: none;
        text-shadow: 0 1px 0 #fff;
    }
    .light a.close:hover, .light a.close:active {
        color: #333;
        text-decoration: none;
        text-shadow: 0 1px 0 #fff;
    }
    .light .siema-indicator {
        color: #666;
    }
    .light .siema-indicator .active {
        color: #91321e;
    }
    .light .d-light-block {
        display: block;
    }
    .light .d-light-inline-block {
        display: inline-block;
    }
    .light .d-dark-block {
        display: none;
    }
    .light .d-dark-inline-block {
        display: none;
    }


    .light .navbar-auto .navbar-brand {
        color: rgba(0, 0, 0, .9)
    }

    .light .navbar-auto .navbar-brand:focus, .light .navbar-auto .navbar-brand:hover {
        color: rgba(0, 0, 0, .9)
    }

    .light .navbar-auto .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .5)
    }

    .light .navbar-auto .navbar-nav .nav-link:focus, .light .navbar-auto .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .7)
    }

    .light .navbar-auto .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, .3)
    }

    .light .navbar-auto .navbar-nav .active > .nav-link, .light .navbar-auto .navbar-nav .nav-link.active, .light .navbar-auto .navbar-nav .nav-link.show, .light .navbar-auto .navbar-nav .show > .nav-link {
        color: rgba(0, 0, 0, .9)
    }

    .light .navbar-auto .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1)
    }

    .light .navbar-auto .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }

    .light .navbar-auto .navbar-text {
        color: rgba(0, 0, 0, .5)
    }

    .light .navbar-auto .navbar-text a {
        color: rgba(0, 0, 0, .9)
    }

    .light .navbar-auto .navbar-text a:focus, .light .navbar-auto .navbar-text a:hover {
        color: rgba(0, 0, 0, .9)
    }

}

body.dark {
    background-color: #000;
    color: #ccc;
}
.dark .primary, .dark .rot {
    color: #b1321e;
}
.dark .secondary, .dark .weiss {
    color: #d89920;
}
.dark footer, .dark footer a, .dark footer a:visited {
    color: #aaa;
}
.dark a, .dark a:visited, .dark a:hover, .dark a:active {
    color: #b1321e;
}
.dark .secondary a, .dark .secondary a:visited, .dark .weiss a, .dark .weiss a:visited, .dark .secondary a:hover, .dark .secondary a:active, .dark .weiss a:hover, .dark .weiss a:active {
    color: #d89920;
}
.dark a.close, .dark a.close:visited {
    color: #aaa;
    text-decoration: none;
    text-shadow: 0 1px 0 #333;
}
.dark a.close:hover, .dark a.close:active {
    color: #ddd;
    text-decoration: none;
    text-shadow: 0 1px 0 #333;
}
.dark .siema-indicator {
    color: #666;
}
.dark .siema-indicator .active {
    color: #b1321e;
}
.dark .d-light-block {
    display: none;
}
.dark .d-light-inline-block {
    display: none;
}
.dark .d-dark-block {
    display: block;
}
.dark .d-dark-inline-block {
    display: inline-block;
}

.dark .navbar-auto .navbar-brand {
    color: #fff
}

.dark .navbar-auto .navbar-brand:focus, .dark .navbar-auto .navbar-brand:hover {
    color: #fff
}

.dark .navbar-auto .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.dark .navbar-auto .navbar-nav .nav-link:focus, .dark .navbar-auto .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.dark .navbar-auto .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.dark .navbar-auto .navbar-nav .active > .nav-link, .dark .navbar-auto .navbar-nav .nav-link.active, .dark .navbar-auto .navbar-nav .nav-link.show, .dark .navbar-auto .navbar-nav .show > .nav-link {
    color: #fff
}

.dark .navbar-auto .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.dark .navbar-auto .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.dark .navbar-auto .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.dark .navbar-auto .navbar-text a {
    color: #fff
}

.dark .navbar-auto .navbar-text a:focus, .dark .navbar-auto .navbar-text a:hover {
    color: #fff
}

.disposal-content table {
    margin-bottom: 4em;
    width: 100%;
}
.disposal-content table td {
    border: 1px solid #777;
    padding: 0 10pt;
}
.disposal-content table .bold {
    font-weight: bold;
}
.disposal-content table td.center {
    text-align: center;
}
