llow" href="https://policies.google.com/technologies/cookies?hl=de"
            >https://policies.google.com/technologies/cookies?hl=de</a
        ></strong
    >
</p>
(()=>{"use strict";const e=document.getElementById("webview-container");function n(n,t,i){const o=document.createElement("li"),a=document.createElement("a");return a.href=e?`internal://${i}#${t}`:`${window.location.href.substring(window.origin.length)}#${t}`,a.textContent=n,a.className="accessNavigationLink",o.appendChild(a),o}window.AccessNavigationList=(e,t)=>{const{skipFooter:i,skipMainContent:o,skipNavigation:a}=JSON.parse(t),s=document.getElementsByClassName("section")[0];if(!s)return void console.warn('No <div> with data-zone-type="header" found.');const c=document.createElement("ul");c.className="accessNavigationList",c.appendChild(n(o,"main",e)),c.appendChild(n(i,"footer",e)),c.appendChild(n(a,"page-root",e)),s.prepend(c)}})();.post-template-default.single-post .heading-root.text-root {
	min-height: 40px;
	p {
		min-height: inherit;
	}
}

#commentform.form-submit-fail input:invalid + .form-label-error,
#commentform.form-submit-fail textarea:invalid + .form-label-error {
	display: block;
}

#commentform.form-submit-fail .form-message.form-error {
	display: flex;
}

#comments {
	padding: 4rem 3rem 0 3rem;

	@media (max-width: 1024px) {
		padding: 4rem 0rem 0rem 0rem;
	}

	textarea,
	input:not(#wp-comment-cookies-consent) {
		border-radius: 11px;
	}

	.comment-form-second-name,
	.says {
		display: none;
	}

	.comment-list {
		list-style: none;
		margin-block-end: 3rem;
		margin: 0px;
		padding: 0px;

		li {
			margin-bottom: 4rem;

			.comment-body {
				p {
					margin: 2rem 0;
					font-size: 1rem;
					line-height: 1.5rem;
				}
			}

			.comment-author.vcard {
				position: relativ;

				.gox-initals-avatar {
					background-color: var(--theme-colors-palette-accent3);
					color: var(--theme-colors-palette-light);
					font-size: 1.5em;
					font-weight: 700;
					border-radius: 50%;
					width: 50px;
					height: 50px;
					display: flex;
					align-items: center;
					justify-content: center;
					text-align: center;
					position: absolute;
				}

				cite {
					margin-left: 4rem;
					font-style: normal;
					font-size: 1.5rem;
				}
			}

			.comment-awaiting-moderation {
				position: absolute;
				margin-left: 4rem;
				font-size: 1rem;
				font-style: normal;
			}

			.comment-meta.commentmetadata {
				margin-left: 4rem;

				a {
					text-decoration: none;
					font-size: 1rem;
					color: inherit;
				}
			}

			.reply {
				text-align: right;

				a {
					text-decoration: none;
					font-size: 1rem;
				}

				text-align: right;
			}
		}

		ol li {
			list-style: none;
		}
	}

	#reply-title,
	h2 {
		font-family: var(--font-family);
	}

	.comments-title {
		font-size: 3.5rem;
		margin-bottom: 3rem;
	}

	#submit {
		background-color: var