@media only screen and (min-width: 1769px) {
    .wp-block-column.nav--links.is-layout-flow.wp-block-column-is-layout-flow {
        flex-basis: auto !important;
    }

    .nav-container .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
    }
}

@media only screen and (max-width: 1769px) {
    .nav {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px) {
    .fixed-size {
        width: 900px;
    }

    .fixed-size--small {
        width: 600px;
    }
}

@media only screen and (max-width: 960px) {
    .fixed-size {
        width: 90vw;
    }

    .fixed-size--small {
        width: 70vw;
    }
}

@media only screen and (min-width: 781px) {
    .accordion figure {
        float: right;
    }
}

@media only screen and (max-width: 781px) {
    .banner-ladesaeule {
        min-height: 300px;
        max-height: 300px;
    }

    .banner-ladesaeule p,
    .banner-ladesaeule figure {
        text-align: center;
    }

    .galerie .spalte-o figure,
    .galerie .spalte-u figure {
        text-align: center;
    }

    .galerie .wp-block-column img,
    .galerie .spalte-o .wp-block-column:first-child img,
    .galerie .spalte-o .wp-block-column:last-child img,
    .galerie .spalte-u .wp-block-column:first-child img,
    .galerie .spalte-u .wp-block-column:last-child img {
        border-radius: 25px;
    }

    .banner-bewertung {
        min-height: 400px;
        max-height: 400px;
    }

    .banner-bewertung--socials.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
    }
}

@media only screen and (max-width: 345px) {
    .banner-ladesaeule {
        min-height: 350px;
        max-height: 350px;
    }

    .banner-bewertung {
        min-height: 500px;
        max-height: 500px;
    }

    .banner-bewertung .is-layout-flow>.alignleft,
    .banner-bewertung .is-layout-flow>.alignright {
        float: unset;
        margin-inline-start: 0;
        margin-inline-end: unset;
    }
}