@charset "UTF-8";
@media only screen and (max-width: 768px) {
    header h1 {
        left: 1.5rem;
        font-size: 3.5em
    }
    h3 {
        font-size: 1.25em
    }
}
@media only screen and (max-width: 670px) {
    #informationen,
    #buttons {
        float: none;
        padding-top: 0
    }
}
@media only screen and (max-width: 640px) {
    .kategorie {
        clear: both;
        float: none;
        text-align: left;
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    body {
        font-size: 90%;
    }
    header #upperheader {
        display: block;
    }
    header img#logo {
        margin-bottom: 1em;
        max-width: 300px;
        width: 70%;
    }
    header #upperheader #brandlogos .brandlogo {
        margin-left: 1em;
        max-height: 30px;
    }
    #intro h1.title {
        font-size: 1.5em;
    }
    p.bigger,
    label {
        font-size: 1em
    }
    /*
    input[type=checkbox].css-checkbox + label.css-label.small {
        padding-left: 2.5em;
    }
    input[type=checkbox].css-checkbox + label.css-label {
        background-position: 0 0;
    }
    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -128px
    }
    */
    section#intro > *,
    #headercontent,
    footer > div,
    .marginbox {
        width: 85%;
    }
    div#antwort {
        margin: -0.5em 0 1em 0;
    }
    div.flex-elements > div > img {
        margin-bottom: 1em;
    }
    div.flex-elements.small > div {
        flex-basis: 50%;
      }
    footer > div {
        display: block;
    }
    footer div#logo {
        margin-bottom: 1em;
    }
}
