@media only screen and (max-width: 75em) { /* 1200/16 */

    .referenz,
    .referenz__title {
        font-size: var(--font-size__small);
    }
}

@media only screen and (max-width: 64em) { /* 1024/16 */

	.package__lst {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media only screen and (max-width: 48em) { /* 768/16 */

    .referenzen__lst {
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }
    .referenz,
    .referenz__title {
        font-size: var(--font-size__xsmall);
    }
    .referenz__content {
        padding: .9em;
    }

	.features__lst {
	    grid-template-columns: 100%;
	}
	.features__lst li {
		align-items: center;
	}
}

@media only screen and (max-width: 32.5em) { /* 520/16 */

	/* =content
	--------------------------------------------------------------- */

	/* Functions */
	.functions__lst {
		grid-template-columns: 100%;
	}

	/* Testimonial */
	.testimonials__lst {
		grid-template-columns: 100%;
	}

	/* =helper
	--------------------------------------------------------------- */
	.alignleft,
	.alignright,
	.aligncenter {
		float: none;
		display: block;
		max-width: 100%;
		margin: 1.5em 0;
	}
	.aligncenter > figure {
		display: table;
		width: auto;
	}
	.aligncenter figcaption {
		display: table-caption;
		caption-side: bottom;
	}

	.table-responsive {
		border-right: 1px solid #dcdfde;
		border-bottom: 0;
	}

	[class*="col-"] {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}
