/*! Statische Textseite */

		.page-template-static-text {
			#page {
				container-type: inline-size;
				container-name: page;
			}
			.static-text-wrapper {
				margin: 100px auto;
				max-width: var(--hoou-content-max-width);
				font-size: 16px;
			}

			main.wrappedContent {
				padding: 0;
			}

			@container page (max-width: 768px) {
				.wrappedContent .static-text-wrapper {
					margin: 60px auto;
				}
			}

			.static-text-wrapper .entry-content {
				margin-top: 20px;
			}
		}
