/*	=================================
		Breakpoint
	================================= */

@media (max-width: 52.00em) {
    #intro .move, #emo,
    #pro .pros > div {
        display: none;
    }

    #pro .pros > .pad {
        max-width: none;
    }

    #praxis .swiper {
        max-width: none;
        padding: var(--edge) var(--edge) 2.00em;
    }

    article.reverse > div > div {
        flex-direction: row;
    }


    .tabpri {

        .price-anchor::before {
            bottom: 3em;
            grid-column: 3 / 4; /* Explizit die letzte Spalte */
            width: 100%; /* Füllt die gesamte Zelle aus */
            right: 0;
            left: auto;

        }
        > div{
            grid-template-columns: auto auto auto;
            cursor: pointer;

            > div {
                min-height: 3.00em;
            }

            > :first-child {
                grid-column-end: span 3;
            }
        }
    }

    .page.go > div > .important {
        order: 1;
    }

}


/*	=================================
		END
	================================= */


@media screen and (max-width: 52.00em) {
    .page.video.customer-story {
        div {
            div {
                grid-template-columns: 1fr;
            }
        }
    }
}
