/*
 * KLARTEXT accessibility layer
 * Target: WCAG 2.1 AA
 */

:root {
	--klartext-link: #005f5d;
	--klartext-action: #006b68;
	--klartext-action-hover: #004b49;
	--klartext-ink: #0f121c;
	--klartext-focus: #0f121c;
	--klartext-footer: #a5d7d7;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	min-width: 0;
	overflow-wrap: break-word;
}

img,
video,
iframe {
	max-width: 100%;
	height: auto;
}

.screen-reader-text,
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.skip-link:focus {
	position: fixed !important;
	inset-block-start: 0.75rem;
	inset-inline-start: 0.75rem;
	z-index: 1000000;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0.75rem 1rem !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
	color: #fff !important;
	background: var(--klartext-ink) !important;
	border-radius: 0.25rem;
	text-decoration: underline;
}

:where(
	a,
	button,
	input,
	select,
	textarea,
	summary,
	[tabindex]:not([tabindex="-1"])
):focus-visible {
	outline: 0.1875rem solid var(--klartext-focus) !important;
	outline-offset: 0.1875rem !important;
	box-shadow: 0 0 0 0.3125rem #fff !important;
}

#pe-maincontent:focus {
	outline: 0;
}

#pe-content-part a,
#pe-bottom a,
#pe-footer a {
	color: var(--klartext-link);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

#pe-content-part a:hover,
#pe-content-part a:focus-visible,
#pe-bottom a:hover,
#pe-bottom a:focus-visible,
#pe-footer a:hover,
#pe-footer a:focus-visible {
	color: var(--klartext-action-hover);
	text-decoration: underline;
}

:where(
	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	.btn,
	.readmore
) {
	min-block-size: 2.75rem;
	font-size: 1rem;
	line-height: 1.25;
}

#pe-content-part :where(.button, .btn, .readmore, input[type="submit"]),
#pe-bottom :where(.button, .btn, input[type="submit"]) {
	color: #fff;
	background-color: var(--klartext-action);
	border-color: var(--klartext-action);
}

#pe-content-part a.button,
#pe-content-part a.btn,
#pe-content-part a.readmore,
#pe-bottom a.button,
#pe-bottom a.btn {
	color: #fff;
}

#pe-content-part :where(.button, .btn, .readmore, input[type="submit"]):hover,
#pe-content-part :where(.button, .btn, .readmore, input[type="submit"]):focus-visible,
#pe-bottom :where(.button, .btn, input[type="submit"]):hover,
#pe-bottom :where(.button, .btn, input[type="submit"]):focus-visible {
	color: #fff;
	background-color: var(--klartext-action-hover);
	border-color: var(--klartext-action-hover);
}

#pe-content-part a.button:hover,
#pe-content-part a.button:focus-visible,
#pe-content-part a.btn:hover,
#pe-content-part a.btn:focus-visible,
#pe-content-part a.readmore:hover,
#pe-content-part a.readmore:focus-visible,
#pe-bottom a.button:hover,
#pe-bottom a.button:focus-visible,
#pe-bottom a.btn:hover,
#pe-bottom a.btn:focus-visible {
	color: #fff;
}

#pe-footer {
	color: #323d4c;
}

#pe-copyrights {
	color: #fff;
}

#pe-footer a {
	color: var(--klartext-link);
}

#pe-copyrights a {
	color: #fff;
	text-decoration: underline;
}

.post-meta,
.post-meta a,
.pe-author-info,
.pe-author-info a,
.simple-author-box,
.simple-author-box a {
	color: var(--klartext-link);
}

#pe-top1 .rev_slider .tp-caption:not(.tp-shape):not([class*="shape"]) {
	color: #fff !important;
	background-color: rgba(15, 18, 28, 0.86) !important;
	padding: 0.15em 0.35em !important;
	text-shadow: none !important;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.pe-main-menu .menu-item-has-children:focus-within > .nav-dropdown,
.pe-main-menu .menu-item-has-children.is-keyboard-open > .nav-dropdown {
	display: block;
	visibility: visible;
	opacity: 1;
}

#pe-offcanvas-button .toggle-nav,
#pe-offcanvas-toolbar .toggle-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	color: inherit;
	background: transparent;
	cursor: pointer;
}

.apptimal-faq details {
	margin-block: 0.75rem;
	border: 0.0625rem solid #6c767d;
	border-radius: 0.25rem;
	background: #fff;
}

.apptimal-faq summary,
.faq-item summary {
	padding: 0.85rem 2.5rem 0.85rem 1rem;
	color: var(--klartext-ink);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
}

.apptimal-faq .faq-content,
.faq-item .faq-content {
	padding: 0.25rem 1rem 1rem;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
}

.team-card {
	list-style: none;
	padding: 1rem;
	border: 0.0625rem solid #6c767d;
	border-radius: 0.25rem;
}

.team-card:focus-visible {
	border-color: var(--klartext-ink);
}

.team-card img {
	display: block;
	max-width: 8.75rem;
	height: auto;
	margin-inline: auto;
}

.newsletter-heading {
	padding-block-start: 4.375rem;
}

.external-link-note,
.dialog-link-note {
	white-space: nowrap !important;
}

@media (max-width: 48rem) {
	#pe-logo-nav-in,
	#pe-bar-left,
	#pe-bar-right {
		width: 100%;
		max-width: 100%;
	}

	#pe-logo-nav-in {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	#pe-bar-left {
		flex: 1 1 12rem;
	}

	#pe-bar-right {
		flex: 0 1 auto;
	}

	#pe-maincontent,
	.pe-article-content,
	.pe-widget,
	[class*="col-"] {
		min-width: 0;
		max-width: 100%;
	}

	table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	.newsletter-heading {
		padding-block-start: 2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	:where(a, button, input, select, textarea, summary):focus-visible {
		outline: 0.1875rem solid CanvasText !important;
		box-shadow: none !important;
	}
}
