@charset "UTF-8";

@media only screen and (max-width: 1200px) {
    .box-container-grid {
    grid-template-columns: repeat(3, 1fr);
    }
}


@media only screen and (max-width: 768px) {
    h3 {
        font-size: 1.25em
    }
    .box-container-grid {
    grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 670px) {
    #informationen,
    #buttons {
        float: none;
        padding-top: 0
    }
    header #lowerheader #titles {
        padding: 2em 1em;
    }
}
@media only screen and (max-width: 640px) {
    .kategorie {
        clear: both;
        float: none;
        text-align: left;
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    section#intro,
    div#main {
        padding-right: 1em;
        padding-left: 1em;
    }
    html {
        font-size: 100%;
    }
    header #upperheader {
        display: block;
    }
    header img#logo {
        width: 100%;
        max-width: unset;
    }
    header #upperheader #brandlogos .brandlogo {
        margin-left: 1em;
        max-height: 40px;
    }
    header #upperheader #brandlogos .brandlogo.ford {
        max-height: 35px;
    }
    header #lowerheader img#header {
        aspect-ratio: 4/3;
        object-fit: cover;
    }
    header #lowerheader h1.title {
        font-size: 2.125em;
        top: 0.5em;
    }
    header div#lowerheader div#titles h1 {
        font-size: 2em;
    }
    p.bigger,
    label {
        font-size: 1em
    }
    div.flex-elements.small > div {
        flex-basis: 35%;
    }
    div.flex-elements.small input[type=radio].css-radio + label.css-radio-label {
        line-height: 2em;
        padding-left: 3em;
    }
    input[type="radio"] + label.css-radio-label {
        line-height: 1.5em;
        padding-left: 2.5em;
    }
    #antwort label {
        font-size: 1.25em;
    }
    div#antwort {
        margin: -0.5em 0 1em 0;
    }
    footer > section#footer-inner {
        flex-direction: column;
    }
    footer > section#footer-inner > div {
        flex-basis: 100%;
    }
    footer div#logo {
        margin-bottom: 1em;
    }
}
