html {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.body {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.aside-wrapper {
	flex-shrink: 1;
	flex-grow: 1;
	overflow: hidden;
}

.aside-wrapper--active {
	display: flex;
	flex-direction: row-reverse;
}

.scroll-area {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

.scroll-area>section {
	width: 100vw;
}

.aside-wrapper--active .scroll-area>section {
	width: initial;
	flex-grow: 1;
}

.limit-width {
	max-width: 60rem;
	margin: 0 auto;
	padding: 0 1rem;
}

p {
	margin: 1rem 0;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-row>*:not(:last-child) {
	margin-right: 1rem;
}

.flex-center {
	align-items: center;
}

blockquote.wp-block-quote p {
	/*font-size: 1.5rem !important;*/
}



.wp-block-columns.kundinnen-liste li{
	list-style: disc !important;
}
.wp-block-columns.kundinnen-liste li::marker {
	padding-left: 1rem !important;
}

