@media screen and (max-width:450px) {

	/*HEADER*/
	.header {
		height: 2.5rem;
	}

	.logo {
		height: 2rem;
	}

	.headerText {
		display: none;
	}

	/*FOOTER*/
	.footerText {
		font-size: var(--vpv-font-size-text-xs);
	}

	/*CONTAINER*/
	.container-content {
		margin-top: 2.25rem;
		padding-bottom: 2em;
	}

	/*LABELS*/
	#serviceHeading {
		font-size: var(--vpv-font-size-text-sm);
	}

	#serviceText {
		font-size: var(--vpv-font-size-text-sm);
	}

	.label-auth-identifiziert {
		font-size: var(--vpv-font-size-text-sm);
	}

	.label-auth-identifiziert-beschreibung {
		font-size: var(--vpv-font-size-text-sm);
	}

	/*OTHER*/
	.sidebar {
		font-size: var(--vpv-font-size-text-md);
	}

}