@charset "UTF-8";
/*!
Theme Name: fbeta-ehealth
Theme URI: https://ehealth-insights.com
Author: Claudius Herwig
Author URI: https://claudiusherwig.de
Description: 
Version: 1.0.0

Text Domain: epatient
Tags:  custom-logo, custom-menu, featured-images

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --scroll-bar: 8px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Typography
--------------------------------------------- */
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v44-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/open-sans-v44-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/open-sans-v44-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/open-sans-v44-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-v44-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/open-sans-v44-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-condensed-v15-latin-700.woff2") format("woff2");
}
p {
  margin-bottom: 1.5em;
}

strong,
b {
  font-weight: bold;
  color: #056B82;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.bold {
  font-weight: 600;
}

.has-small-font-size {
  font-size: 0.8em;
}

.has-medium-font-size {
  font-size: 34px;
  font-size: clamp(1.2em, 3vw, 36px);
}

.has-large-font-size {
  font-size: 50px;
  font-size: clamp(1.6em, 4vw, 50px);
}

.has-xlarge-font-size {
  font-size: 110px;
  font-size: clamp(2em, 2em + (1vw - 0.3em) * 6, 110px);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.has-xlarge-font-size strong {
  font-weight: 600;
}

.is-style-nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #056B82;
  margin-top: 1em;
  margin-bottom: 1em;
}

h1 {
  font-size: 2rem;
  font-size: clamp(1.5rem, 0.9718rem + 1.6901vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
}

h2, .h2 {
  font-size: 1.75rem;
  font-size: clamp(1.25rem, 0.9859rem + 0.8451vw, 2rem);
  font-weight: 600;
  line-height: 1.1;
}

h3, .h3 {
  font-size: 1.35rem;
  font-size: clamp(1.15rem, 1.0268rem + 0.3944vw, 1.5rem);
  font-weight: 600;
  line-height: 1.1;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 0.75em 1.2em;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?14d981b");
  src: url("fonts/icomoon.eot?14d981b#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?14d981b") format("truetype"), url("fonts/icomoon.woff?14d981b") format("woff"), url("fonts/icomoon.svg?14d981b#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconbefore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconbefore:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down-small:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-xing:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-form:before {
  content: "\e909";
}

.iconbutton:before {
  display: none;
}
.iconbutton .wp-block-button__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.iconbutton .wp-block-button__link:before {
  color: #FFFFFF;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.3em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconbutton .icon-arrow-down-small .wp-block-button__link:before {
  content: "\e90a";
}
.iconbutton.icon-arrow-right .wp-block-button__link:before {
  content: "\e900";
}
.iconbutton.icon-search .wp-block-button__link:before {
  content: "\e901";
}
.iconbutton.icon-download .wp-block-button__link:before {
  content: "\e902";
}
.iconbutton.icon-mail .wp-block-button__link:before {
  content: "\e903";
}
.iconbutton.icon-phone .wp-block-button__link:before {
  content: "\e904";
}
.iconbutton.icon-xing .wp-block-button__link:before {
  content: "\e905";
}
.iconbutton.icon-facebook:before {
  content: "\e906";
}
.iconbutton.icon-linkedin .wp-block-button__link:before {
  content: "\e907";
}
.iconbutton.icon-twitter .wp-block-button__link:before {
  content: "\e908";
}
.iconbutton.icon-form .wp-block-button__link:before {
  content: "\e909";
}

.schleifchen {
  position: relative;
}
.schleifchen::before {
  content: url(assets/icons/schleife.svg);
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: -2rem;
  margin-left: -2.5rem;
}

/* Elements
--------------------------------------------- */
/* 1rem = 20px*/
html {
  font-size: 18px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #1A1A1A;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background: #F5F5F5;
}

.site {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
      grid-template-areas: "header" "main" "footer";
  min-height: 100%;
}

.site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}

.site-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
}
.site-footer strong,
.site-footer b,
.site-footer a,
.site-footer a:hover,
.site-footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer strong {
  font-weight: 600;
}

.site-header {
  background-color: #FFFFFF;
  position: relative;
  z-index: 9;
}

.site-footer {
  position: relative;
  margin-top: 5rem;
  z-index: 9;
  background: #056B82;
  color: #FFFFFF;
}
.site-info {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.909em;
  background: #033540;
}

hr {
  background-color: #666666;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

hr.wp-block-separator {
  border: 0;
  background-clip: unset !important;
  -webkit-text-fill-color: inherit !important;
}
hr.wp-block-separator.is-style-wide {
  height: 8px;
  border: none;
  width: 4em;
  margin-left: 0;
}
hr.wp-block-separator.is-style-wide.aligncenter {
  margin-left: auto;
}
.has-gold-background-color hr.wp-block-separator {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe296), to(#f6c02f));
  background-image: linear-gradient(to left, #ffe296, #f6c02f);
}

ul,
ol {
  margin: 0 0 1.5em 0;
}
ul li,
ol li {
  margin-bottom: 0.5em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.checkbox-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul.checkbox-list li {
  display: inline-block;
  padding-right: 0.5em;
}

.entry-content ul {
  padding-left: 1.5em;
}
.entry-content ul li {
  position: relative;
}
.entry-content ul li::before {
  content: "";
  position: absolute;
  left: -1.25em;
  top: 0.6em;
  margin-right: 0.08em;
  vertical-align: 0.1875em;
  display: inline-block;
  width: 0.375em;
  height: 0.375em;
  background: #BB2D4D;
}

ul.is-style-checkbox {
  padding-left: 3em;
}
ul.is-style-checkbox li {
  position: relative;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
}
ul.is-style-checkbox li::before {
  content: "✔";
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAE9WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgMTAuMC1jMDAwIDc5LmQwNGNjMTY5OCwgMjAyNS8wNy8wMi0xMjoxODoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI3LjIgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDI2LTAxLTI3VDE3OjM4OjMyKzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNi0wMS0yN1QxNzo0OToxOSswMTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNi0wMS0yN1QxNzo0OToxOSswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MGNiNDM3MmEtNWE1OS00ODRkLThmNGMtNjQ2NTNjOTQzYWJlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBjYjQzNzJhLTVhNTktNDg0ZC04ZjRjLTY0NjUzYzk0M2FiZSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjBjYjQzNzJhLTVhNTktNDg0ZC04ZjRjLTY0NjUzYzk0M2FiZSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MGNiNDM3MmEtNWE1OS00ODRkLThmNGMtNjQ2NTNjOTQzYWJlIiBzdEV2dDp3aGVuPSIyMDI2LTAxLTI3VDE3OjM4OjMyKzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjcuMiAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7uKzj1AAABfUlEQVRYhe2WrU4DQRSFP6aAqsI31TVIHAIcmAo8BlNCBaYvgMVUkICA12Ddmj4ACEItGxyaByA3uZtMJrOzs39dUW7SZCe9s+ebezInu7N3c0efZXpV5x+A7QEY9wkwBj6A+74AEmAIzIBPdxqmY3E59UifBeILyDYFcKWnFmGpX+DabTIdicuYl4741D19lwCJI/4EpL5G07HvUt/AoqjZFIzvNXR3A3Xq8f0stMF4xBPdlFSEkN4HR/zW53sI4BGY6PNEIWLL3iviK+ClbJNx1nJN1tZ6pHbE+H7s+H4eQ22cdabjzyGG+mJvjAZ8n8eI+wByiLm+KIeYFUAU+Z42AUBfMPVASLoV+U6s77E5kOppbIiljhyFsX1f+6K2rAaDo5PQ/2/AAXAI7OvvAvjxRO0l8F4VwET0LHS09iSeY6O2DQD0SgmEr1ahqC0rU6HXzYjavtcFyJyMyO97tikANyNq+27Xbo09eUY0Fpeq+z3QingTgNbKbD3AH6xXUOiyB/ueAAAAAElFTkSuQmCC);
  display: block;
  position: absolute;
  top: -0.3em;
  left: -3em;
  width: 2em;
  height: 2em;
  border: 2px solid #BB2D4D;
  background: #FFFFFF;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #1A1A1A;
}
a:visited {
  color: #1A1A1A;
}
a:hover, a:focus, a:active {
  color: #1A1A1A;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
a.wp-block-button__link {
  --angle: 270deg;
  border: 2px solid #BB2D4D;
  border-radius: 0;
  background: #BB2D4D;
  color: #fff;
  padding: calc(0.8em + 2px) calc(2em + 2px);
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
a.wp-block-button__link:hover {
  background: #FFFFFF;
  color: #686F73;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
a.wp-block-button__link:active,
a.wp-block-button__link:focus {
  background: #FFFFFF;
  color: text-grau;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-buttons > .wp-block-button {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.wp-block-buttons .is-style-outline > .wp-block-button__link {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  border: 2px solid #BB2D4D;
  color: #686F73;
}
.wp-block-buttons .is-style-outline > .wp-block-button__link:not(.has-background) {
  background: #FFFFFF;
}
.wp-block-buttons .is-style-outline > .wp-block-button__link.has-text-color:not(.has-gold-color) {
  border-color: currentColor;
}
.wp-block-buttons .is-style-outline > .wp-block-button__link:hover {
  -webkit-animation: 5s rotate linear infinite;
          animation: 5s rotate linear infinite;
}
.wp-block-buttons .is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-buttons .is-style-outline > .wp-block-button__link.has-gold-color {
  color: #686F73;
  -webkit-text-fill-color: inherit;
}
.wp-block-buttons .is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .wp-block-buttons .is-style-outline > .wp-block-button__link:not(.has-text-color):active, .wp-block-buttons .is-style-outline > .wp-block-button__link:not(.has-text-color):focus, .wp-block-buttons .is-style-outline > .wp-block-button__link.has-gold-color:hover, .wp-block-buttons .is-style-outline > .wp-block-button__link.has-gold-color:active, .wp-block-buttons .is-style-outline > .wp-block-button__link.has-gold-color:focus {
  background-color: #FFFFFF;
  color: #686F73;
}
.wp-block-buttons.is-style-btngroup {
  gap: 0;
}
.wp-block-buttons.is-style-btngroup .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons.is-style-btngroup .wp-block-button {
  margin-right: -2px;
}
.wp-block-buttons.is-style-btngroup .wp-block-button:last-child .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons.is-style-btngroup .wp-block-button:first-child .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons.is-style-btngroup .wp-block-button:first-child:last-child .wp-block-button__link {
  border-radius: 0;
}

@-webkit-keyframes rotate {
  to {
    --angle: 630deg;
  }
}

@keyframes rotate {
  to {
    --angle: 630deg;
  }
}
@property --angle {
  syntax: "<angle>";
  initial-value: 270deg;
  inherits: false;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #1A1A1A;
  border: 2px solid #BB2D4D;
  padding: 0.6em 1em;
  margin-bottom: 1em;
  outline: none;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #1A1A1A;
}

select {
  border: 2px solid #BB2D4D;
  border-radius: 0px;
}

textarea {
  width: 100%;
}

[type=checkbox] {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 0.25em;
}
[type=checkbox]:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -1px;
  left: -1px;
  width: 0.8em;
  height: 0.8em;
  z-index: 0;
  border: 2px solid #f1efec;
  border-radius: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type=checkbox] {
  /*    &:after {
                    border: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0);
            background-color: transparent;
        }*/
  /*    &:checked:after {
            top: -0.25em;
            left: 1px;
            width: 0.25em;
            height: .8em;
            border-top: 2px solid transparent;
            border-left: 2px solid transparent;
            border-right: 2px solid $sand;
            border-bottom: 32px solid $sand;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }*/
}
[type=checkbox]:checked:after {
  content: "✔";
  position: absolute;
  top: 0em;
  left: 0.2em;
  line-height: 0.8;
  font-size: 0.8em;
  color: #1A1A1A;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1A1A1A;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1A1A1A;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1A1A1A;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #1A1A1A;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  background: none;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 0.3;
  pointer-events: all;
}

label {
  line-height: 1.5;
  display: block;
  padding: 0.5em;
}

.nf-form-wrap #ninja_forms_required_items,
.nf-form-wrap .nf-field-container {
  margin-bottom: 1.35em;
}
.nf-form-wrap .nf-form-content {
  max-width: none;
}
.nf-form-wrap .nf-form-content .one-half {
  margin-bottom: 1.35em;
}
.nf-form-wrap .nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-wrap .nf-form-content input.ninja-forms-field,
.nf-form-wrap .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: auto;
  font-size: 1em;
}
.nf-form-wrap .nf-form-content button,
.nf-form-wrap .nf-form-content input[type=button],
.nf-form-wrap .nf-form-content input[type=submit] {
  background: #1A1A1A;
  color: #FFFFFF;
  font-size: 1em;
  padding: 0.6rem 1.5rem;
  border: 2px solid transparent;
  border-radius: 2em;
  height: auto;
}
.nf-form-wrap .nf-form-content button:hover,
.nf-form-wrap .nf-form-content input[type=button]:hover,
.nf-form-wrap .nf-form-content input[type=submit]:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-wrap .nf-form-content input:not([type=button]):not([type=submit]),
.nf-form-wrap .nf-form-content textarea {
  background: #FFFFFF;
  border: 2px solid #BB2D4D;
  border-radius: 0.5em;
  padding: 0.6em 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1A1A1A;
  font-size: 1em;
}
.nf-form-wrap .nf-form-fields-required {
  font-size: 1em;
  margin-bottom: 1em;
}

.has-background .nf-form-content .list-select-wrap .nf-field-element > div,
.has-background .nf-form-content input:not([type=button]):not([type=submit]),
.has-background .nf-form-content textarea {
  border: none;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 1.35em;
}

.nf-error input {
  border-color: #e80000;
}

.nf-form-fields-required {
  font-size: 0.778rem;
}

.nf-error-msg.nf-error-required-error, .nf-error-msg.nf-error-field-errors {
  color: #e80000;
  font-size: 0.778rem;
}

.nf-field-label {
  margin-bottom: 0.25rem;
}

#ninja_forms_required_items,
.nf-field-container {
  clear: both;
  position: relative;
  margin-bottom: 1.25rem;
}

.nf-field .list-wrap ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}
.nf-field .list-wrap ul li::before {
  display: none;
}
.nf-field .checkbox-wrap {
  position: relative;
}
.nf-field .checkbox-wrap .nf-field-label {
  position: relative;
}
.nf-field .checkbox-wrap .nf-field-label label::before {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 3px;
  border: 2px solid #BB2D4D;
  border-radius: 4px;
  background: white;
  margin-right: 1em;
}
.nf-field .checkbox-wrap .nf-field-label label:hover::before {
  background: #1A1A1A;
}
.nf-field .checkbox-wrap .nf-field-label label.nf-checked-label::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 0.7rem;
  color: #fff;
}
.nf-field .checkbox-wrap .nf-field-label label.nf-checked-label::before {
  background: #1A1A1A;
  border-color: #1A1A1A;
}
.nf-field .checkbox-wrap .nf-field-element {
  position: absolute;
  top: 0;
}
.nf-field .listradio-wrap .nf-field-element input {
  display: none;
}
.nf-field .listradio-wrap .nf-field-element label:after {
  top: 0.5em;
  border: 2px solid #1A1A1A;
  width: 1.2em;
  height: 1.2em;
}
.nf-field .listradio-wrap .nf-field-element label.nf-checked-label:before {
  background: #000;
  top: 0.8em;
  left: -1.35em;
}
.nf-field .listselect-wrap {
  position: relative;
}
.nf-field .listselect-wrap .nf-field-element select {
  min-height: 2.85em;
}
.nf-field .listselect-wrap .nf-field-element select.ninja-forms-field {
  color: #000;
  padding: 0.6em 1em;
}
.nf-field .listselect-wrap .nf-field-element > div {
  height: 100% !important;
}
.nf-field .listselect-wrap .nf-field-element > div:after {
  font-size: 1em;
  height: 2.8em;
  line-height: 2.8em;
}

.submit-container {
  margin: 2rem auto;
}

.nf-form-hp {
  height: 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .site-main {
    padding-top: 100px;
  }
}

.site-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-all 0.35s;
  -webkit-transition: -webkit-all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  height: 90px;
}
.site-header > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 330px 1fr;
  grid-template-columns: 330px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .site-header > div {
    -ms-grid-columns: 66% 34%;
    grid-template-columns: 66% 34%;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header {
    height: 100px;
  }
}
.site-header.header-down {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  height: 90px;
}
@media only screen and (max-width: 1024px) {
  .site-header.header-down {
    height: 100px;
  }
}
.site-header.header-up {
  height: 59.985px;
}
@media only screen and (max-width: 1024px) {
  .site-header.header-up {
    height: 100px;
  }
}

.site-branding {
  margin: 0.5rem 1rem;
  line-height: 0;
}
@media only screen and (max-width: 600px) {
  .site-branding {
    width: 220px;
  }
}

.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul.menu {
  display: block;
}
.main-navigation ul.menu ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  margin-left: 0;
  background: #BB2D4D;
}
.main-navigation ul.menu ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul.menu ul li {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.main-navigation ul.menu ul li:hover > ul, .main-navigation ul.menu ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul.menu ul a {
  width: 250px;
  color: #FFFFFF;
}
.main-navigation ul.menu li:hover > ul,
.main-navigation ul.menu li.focus > ul {
  left: auto;
}
.main-navigation ul.menu li.icon {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-navigation ul.menu li.icon:hover {
  color: #BB2D4D;
}
.main-navigation li:not(.button):not(.icon) {
  position: relative;
  margin-bottom: 0;
}
.main-navigation li:not(.button):not(.icon):hover, .main-navigation li:not(.button):not(.icon).focus {
  background: #BB2D4D;
}
.main-navigation li:not(.button):not(.icon):hover > a, .main-navigation li:not(.button):not(.icon).focus > a {
  color: #fff;
}
.main-navigation a {
  display: block;
  padding: 0.5em 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.main-navigation .button a {
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  margin: 0 0 0 1rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  color: #FFFFFF !important;
}
.main-navigation .button a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #FFFFFF;
  border: 2px solid #BB2D4D;
}
.main-navigation .button a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #BB2D4D;
}
.main-navigation .button a:hover {
  color: #686F73 !important;
}
.main-navigation .button a:hover::after {
  opacity: 0;
}

.main-navigation #primary-menu {
  visibility: hidden;
  height: 0;
}
.main-navigation ul.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-navigation ul.nav-menu > li > a {
  white-space: nowrap;
  color: #686F73;
}
.main-navigation ul.nav-menu > li.menu-item-has-children > a {
  padding-right: 2rem;
}
.main-navigation ul.nav-menu > li.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid currentColor;
  position: absolute;
  top: 45%;
  right: 1rem;
}
.main-navigation ul.nav-menu ul.sub-menu {
  margin-top: -1px;
  padding: 1em 0 1em 0;
}
.main-navigation ul.nav-menu ul.sub-menu li a {
  padding: 0.4em 1em;
}
.main-navigation ul.nav-menu ul.sub-menu li:hover, .main-navigation ul.nav-menu ul.sub-menu li.focus {
  background: rgba(0, 0, 0, 0.4);
}
.main-navigation ul.nav-menu ul.sub-menu li:hover > a, .main-navigation ul.nav-menu ul.sub-menu li.focus > a {
  color: #FFFFFF;
}
.main-navigation .nav-menu > .current_page_item > a,
.main-navigation .nav-menu > .current-menu-item > a,
.main-navigation .nav-menu > .current_page_ancestor > a,
.main-navigation .nav-menu > .current-menu-ancestor > a {
  color: #056B82;
}
.main-navigation .sub-menu > .current_page_item,
.main-navigation .sub-menu > .current-menu-item,
.main-navigation .sub-menu > .current_page_ancestor,
.main-navigation .sub-menu > .current-menu-ancestor {
  background: rgba(0, 0, 0, 0.4);
}
.main-navigation .current_page_item:hover > a,
.main-navigation .current-menu-item:hover > a,
.main-navigation .current_page_ancestor:hover > a,
.main-navigation .current-menu-ancestor:hover > a {
  color: #fff !important;
}

.desktop-menu #primary-menu {
  visibility: visible;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .mobile-menu {
    -ms-grid-columns: 45% 1fr;
    grid-template-columns: 45% 1fr;
  }
}
.mobile-menu .main-navigation {
  height: 0;
  border: none;
}

/* Small menu. */
.menu-toggle {
  display: none;
}
.mobile-menu .menu-toggle {
  display: block;
}

.menu-toggle {
  display: none;
  width: 3em;
  height: 3em;
  z-index: 2;
  position: relative;
  border: none;
  padding: 0;
}
.menu-toggle span {
  width: 50%;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  margin-top: -2px;
  -webkit-transition: 0.22s;
  transition: 0.22s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -12px;
  left: 0;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.22s;
  transition: 0.22s;
}
.menu-toggle span:after {
  top: auto;
  bottom: -12px;
  -webkit-transition: 0.22s;
  transition: 0.22s;
}
.menu-toggle:hover span:before, .menu-toggle:hover span:after {
  left: -3px;
  -webkit-transition: 0.22s;
  transition: 0.22s;
}
.menu-toggle[aria-expanded=true] span {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.menu-toggle[aria-expanded=true] span:before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu-toggle[aria-expanded=true] span:after {
  left: 0;
  top: 0;
}

.main-navigation.toggled ul {
  position: absolute;
  background: #f1efec;
  right: 0;
  padding: 1em 0;
}

.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.site-footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-bottom: 4em;
}
.site-footer__navigation .social-nav {
  border-right: 1px solid #666666;
}
.site-footer__navigation .social-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 3em;
  gap: 1em;
}
@media (max-width: 640px) {
  .site-footer__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer__navigation .social-nav {
    border-right: 0;
  }
  .site-footer__navigation .social-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sidebar-footer {
  min-width: 19ch;
}
.sidebar-footer #block-2 p {
  margin-top: 0.5em;
}

.footer-nav {
  margin-left: 4em;
  width: 100%;
}
.footer-nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4em;
}
.footer-nav ul.menu span {
  display: inline-block;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 0.75em;
}
.footer-nav ul.menu li {
  padding: 0.5em 0;
}
.footer-nav ul.menu li a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFFFFF;
}
.footer-nav ul.menu ul.sub-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 640px) {
  .footer-nav {
    margin-left: 0;
  }
  .footer-nav ul.menu {
    gap: 2em;
  }
  .footer-nav ul.menu span {
    font-size: 1.5em;
    padding-bottom: 0.5em;
  }
  .footer-nav ul.menu li {
    padding: 0.25em 0;
  }
}

ul.menu li.icon {
  position: relative;
  display: inline-block;
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
ul.menu li.icon::before {
  -webkit-transform: translate(5%, -2%);
          transform: translate(5%, -2%);
  display: inline-block;
}
ul.menu li.icon:hover, ul.menu li.icon.focus {
  color: currentColor;
}
ul.menu li.icon a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
}
ul.menu li.icon:last-child {
  margin-right: 0;
}
ul.menu li.iconbefore:before {
  color: #BB2D4D;
}
ul.menu li.iconbefore a {
  padding-left: 0.5rem;
}
@media (max-width: 1100px) {
  ul.menu li.iconbefore {
    padding-right: 1.5rem;
  }
  ul.menu li.iconbefore a {
    padding-left: 0.5rem;
    position: absolute;
    text-indent: -9999em;
    font-size: 0;
  }
}
ul.menu li {
  margin-bottom: 0;
}

.onlymobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .onlymobile {
    display: block;
  }
}

.onlydesktop {
  display: block;
}
@media only screen and (max-width: 700px) {
  .onlydesktop {
    display: none;
  }
}

.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-hidden {
  display: none !important;
}

.mm {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  color: #1A1A1A;
  font-size: 1rem;
  background-color: #f1efec;
  line-height: 24px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mm {
  cursor: pointer;
}

.mm:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: 25px;
  left: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
}

#mmenu-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 0;
  width: 50px;
  line-height: 50px;
}
#mmenu-close:before, #mmenu-close:after {
  position: absolute;
  top: 11px;
  left: 50%;
  content: " ";
  height: 30px;
  width: 4px;
  background-color: #1A1A1A;
}
#mmenu-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mmenu-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mm.mm--main {
  cursor: default;
}

.mm.mm--main:before {
  content: none;
  display: none;
}

.mm:after {
  content: attr(data-mm-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: 50px;
  padding: 0 40px;
  padding: 0 40px;
  line-height: 50px;
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm.mm--main:after {
  padding-left: 25px;
  padding-left: 25px;
}

.mm ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 50px;
  top: 50px;
  left: 100%;
  bottom: 0;
  width: 200%;
  padding-right: 100%;
  overflow: visible;
  overflow-y: auto;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
  border-top: 1px solid #686F73;
}

.mm ul:after {
  content: "";
  display: block;
  height: 50px;
  height: 50px;
}

.mm > ul {
  left: 0;
}

.mm ul.mm--open {
  left: 0;
}

.mm ul.mm--parent {
  left: -100%;
  overflow-y: hidden;
}

.mm li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm li:not(.icon):before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: 25px;
  right: 25px;
  right: 25px;
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm li:not(.icon):after {
  content: "";
  display: block;
  border-top: 1px solid #686F73;
}

.mm li.icon {
  font-size: 2em !important;
}

.mm a,
.mm span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: 13px 20px;
}

.mm a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm a:not(:last-child) {
  width: calc(100% - 50px);
}

.mm a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #686F73;
}

.mm span {
  background: 0 0;
}

.mm.mm--dark {
  background: #333;
  color: #ccc;
}

.mm.mm--vertical:after,
.mm.mm--vertical:before {
  content: none;
  display: none;
}

.mm.mm--vertical {
  overflow-y: auto;
}

.mm.mm--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm.mm--vertical ul ul {
  display: none;
  padding-left: 20px;
}

.mm.mm--vertical ul ul:after {
  height: 25px;
  height: 25px;
}

.mm.mm--vertical ul.mm--open {
  display: block;
}

.mm.mm--vertical li.mm--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm.mm--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.mm-body--open {
  overflow-y: hidden;
}

.mm {
  pointer-events: auto;
}

.mm.mm--offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9995;
  width: 100%;
  min-width: 300px;
  max-width: 480px;
  -webkit-transition: bottom 0s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: bottom 0s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, bottom 0s ease 0s;
  transition: transform 0.3s ease 0s, bottom 0s ease 0s, -webkit-transform 0.3s ease 0s;
}

.mm.mm--offcanvas:not(.mm--open) {
  bottom: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0s, 0.6s;
  transition-delay: 0s, 0.6s;
}

.mm.mm--right {
  left: auto;
  right: 0;
}

.mm.mm--right:not(.mm--open) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.mm-blocker {
  pointer-events: auto;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(26, 26, 26, 0.5);
  top: 100%;
  z-index: 9990;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-timing-function: ease, linear;
  transition-timing-function: ease, linear;
  -webkit-transition-duration: 0.45s, 0s;
  transition-duration: 0.45s, 0s;
  -webkit-transition-delay: 0s, 0.45s;
  transition-delay: 0s, 0.45s;
}

.mm-blocker.mm--open {
  top: 0;
  z-index: 9999;
  width: 0;
  min-width: calc(100% - 480px);
  max-width: calc(100% - 300px);
  opacity: 1;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.mm.mm--right {
  left: auto;
  right: 0;
}

.mm.mm--right:not(.mm--open) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.mm-blocker.mm--right {
  right: auto;
  left: 0;
}

/* Posts and pages
--------------------------------------------- */
.wp-block-columns .wp-block-column {
  margin-bottom: 1em;
}
.wp-block-columns .wp-block-column *:first-child {
  margin-top: 0;
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 1em;
  }
  .wp-block-columns .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 0.5em) !important;
        flex-basis: calc(50% - 0.5em) !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 1em;
  }
}
.wp-block-columns .wp-block-column.has-background {
  padding: 1em 1em 0;
}
@media (min-width: 782px) {
  .wp-block-columns .wp-block-column.has-background {
    padding: 2em 2em 1em;
  }
}
.wp-block-columns .wp-block-column.has-background .wp-block-image {
  margin: -1em -1em 1em;
}
@media (min-width: 782px) {
  .wp-block-columns .wp-block-column.has-background .wp-block-image {
    margin: -2em -2em 1em;
  }
}
.has-background .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns:has(.nf-form-cont) {
  padding-left: 1em;
  padding-right: 1em;
}

.wp-block-group.has-background {
  padding: 4em 0;
}
.wp-block-group.is-style-header {
  background-color: #fff;
  margin-top: -5em;
  max-width: min(100vw - 4rem, 1260px + 2em + 2em) !important;
  padding: 2em;
  padding-bottom: 0em;
  position: relative;
  margin-bottom: 0;
}
.wp-block-group.is-style-header h1 {
  margin: 0 auto 1rem;
}
.wp-block-group.is-style-header h2 {
  margin: 0 auto 1rem;
}
.wp-block-group.is-style-header hr {
  margin-top: 2.5em;
  margin-bottom: 2.5rem;
}

.wp-block-media-text {
  margin-top: 4em;
  margin-bottom: 5em;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 2em;
}
.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}
.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 2em 1em;
  }
}
.wp-block-media-text.is-style-card {
  -webkit-box-shadow: 0 2em 2.7em 0 rgba(29, 13, 3, 0.2);
          box-shadow: 0 2em 2.7em 0 rgba(29, 13, 3, 0.2);
  border-radius: 1em;
  overflow: hidden;
}
.wp-block-media-text.is-style-card:not(.has-background) {
  background-color: #fff;
}
.wp-block-media-text.is-style-card .wp-block-media-text__media {
  height: 100%;
}
.wp-block-media-text.is-style-card .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-media-text.is-style-card-vert {
  -webkit-box-shadow: 0 2em 2.7em 0 rgba(29, 13, 3, 0.2);
          box-shadow: 0 2em 2.7em 0 rgba(29, 13, 3, 0.2);
  border-radius: 1em;
  overflow: hidden;
  display: block;
}
.wp-block-media-text.is-style-card-vert:not(.has-background) {
  background-color: #fff;
}
.wp-block-media-text.is-style-card-vert.is-image-fill .wp-block-media-text__media {
  height: 0;
  min-height: auto;
  padding-bottom: 66%;
  width: 100%;
}
@media (min-width: 601px) {
  .wp-block-media-text.is-style-gradient .wp-block-media-text__content {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .wp-block-media-text.is-style-gradient:not(.has-media-on-the-right) .wp-block-media-text__media {
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(33%, rgb(255, 255, 255)));
    -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 33%);
            mask-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(33%, rgb(255, 255, 255)));
            mask-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 33%);
  }
  .wp-block-media-text.is-style-gradient:not(.has-media-on-the-right) .wp-block-media-text__content {
    margin-left: -15%;
    z-index: 1;
    margin-right: auto;
    max-width: min(100vw - 4rem, 840px + 15%);
  }
  .wp-block-media-text.is-style-gradient.has-media-on-the-right .wp-block-media-text__media {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33%, rgb(255, 255, 255)));
    -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 33%);
            mask-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33%, rgb(255, 255, 255)));
            mask-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 33%);
  }
  .wp-block-media-text.is-style-gradient.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
    margin-right: -15%;
    z-index: 1;
    margin-left: auto;
    max-width: min(100vw - 4rem, 840px + 15%);
  }
}
.wp-block-media-text.is-style-50p {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-media-text.is-style-50p .wp-block-media-text__media {
  background-position: 95% 50% !important;
}
.wp-block-media-text.is-style-50p .wp-block-media-text__media::before {
  display: none;
}
.wp-block-media-text.is-style-50p .wp-block-media-text__content {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 1700px) {
  .wp-block-media-text.is-style-50p .wp-block-media-text__content {
    padding-left: 4em;
  }
}
.wp-block-media-text.is-style-50p .nf-form-cont {
  max-width: 740px;
}
@media (max-width: 1100px) {
  .wp-block-media-text.is-style-50p {
    display: block;
  }
  .wp-block-media-text.is-style-50p .wp-block-media-text__media {
    display: none;
  }
}

.wp-block-buttons {
  margin-top: 1.5rem;
}

header .wp-block-cover, header.wp-block-cover {
  margin-bottom: 1.5em;
}
header .mt-0 {
  margin-top: 0em;
}
header .mt-2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
header.mb {
  margin-bottom: 2.5em;
}

.wp-block-cover {
  padding: 3em 1em;
  min-height: 520px;
}
.wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.archive .wp-block-cover img {
  -o-object-position: 49% 27%;
     object-position: 49% 27%;
}

.wp-block-cover.has-custom-content-position {
  padding-bottom: 0;
  margin-bottom: 3em;
}
.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: 100% !important;
  max-width: min(100vw - 4rem, 1680px);
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container h1 {
  position: relative;
  display: inline-block;
  margin-bottom: -0.7em;
  margin-left: -1em !important;
}
.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 50vw;
  min-width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: -1;
}

.wp-block-latest-posts {
  color: #1A1A1A;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 0 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-latest-posts.is-grid li {
    margin: 0 2rem 2rem 0;
    width: 100%;
  }
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 1rem);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 1.3333rem);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(33.33333% - 1.3333rem);
  }
}
.wp-block-latest-posts a:not(.wp-block-button__link) {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #1A1A1A;
  font-weight: 700;
}
.wp-block-latest-posts .category {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 1rem 0 0.5rem;
  letter-spacing: 3.14px;
  color: #997e60;
  text-transform: uppercase;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  position: relative;
  line-height: 0;
  padding-bottom: 54.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
  width: 100%;
  max-width: none;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image .wp-block-latest-posts__post-date {
  background-color: #1A1A1A;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image .wp-block-latest-posts__post-date span {
  display: block;
  text-align: center;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image .wp-block-latest-posts__post-date span:first-child {
  color: #f1efec;
  font-size: min(max(1rem, 3vw), 2rem);
  line-height: 1;
  font-weight: 700;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image .wp-block-latest-posts__post-date span:last-child {
  color: #FFFFFF;
  line-height: 1.67;
  letter-spacing: 0.35em;
  font-size: min(max(0.6rem, 1vw), 1rem);
}
.wp-block-latest-posts .aktuelles .wp-block-latest-posts__featured-image {
  padding-bottom: 66.66%;
}
.wp-block-latest-posts .aktuelles .wp-block-latest-posts__featured-image a {
  height: 100%;
  width: 100%;
  position: absolute;
}
.wp-block-latest-posts .aktuelles .wp-block-latest-posts__featured-image a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.7;
  background-image: linear-gradient(54deg, #0002a0 -6%, rgba(150, 102, 102, 0.2) 66%, #c7b199);
}
.wp-block-latest-posts .pressespiegel {
  text-align: center;
}
.wp-block-latest-posts .pressespiegel .category {
  display: none;
}

.ps-item {
  display: -ms-grid;
  display: grid;
  gap: 1.5em;
  -ms-grid-columns: 200px 1.5em 1fr 1.5em 215px;
  grid-template-columns: 200px 1fr 215px;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
}
.ps-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  height: 160px;
  width: 200px;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1.5em 15em 0 rgba(177, 170, 163, 0.2);
          box-shadow: 0 1.5em 15em 0 rgba(177, 170, 163, 0.2);
  padding: 1em;
}
.ps-item .logo img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-item .entry-meta {
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #056B82;
}
.ps-item .entry-title {
  margin-top: 0;
  margin-bottom: 0;
}
.ps-item.news {
  -ms-grid-columns: 200px 1fr 235px;
  grid-template-columns: 200px 1fr 235px;
}
.ps-item.news .logo {
  position: relative;
  overflow: hidden;
}
.ps-item.news .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .ps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
  }
  .ps-item .content {
    width: calc(100% - 200px - 1em);
  }
  .ps-item .wp-block-buttons {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 599px) {
  .ps-item .content {
    width: 100%;
  }
  .ps-item .wp-block-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1em;
  }
}

.flex-cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  grid-gap: 3em;
  margin-top: 3em;
  margin-bottom: 3em;
}
.flex-cards > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-cards .wp-block-media-text {
  margin: 0 auto;
}
.flex-cards a.wp-block-button__link {
  font-size: 0.8em;
}
.flex-cards .wp-block-media-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}
.flex-cards .wp-block-media-text__content .wp-block-buttons,
.flex-cards .wp-block-media-text__content .arm_download_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
}
.flex-cards .wp-block-media-text__content .arm_download_file {
  margin-top: 0.25rem;
}

.logowall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
}
.logowall .logo {
  position: relative;
  background-color: #fff;
  min-width: 180px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  padding: 1em;
}
.logowall .logo figure {
  position: relative;
  margin: 0;
}
.logowall .logo figure::before {
  content: "";
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  display: block;
}
.logowall .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.logowall.flex-3 .logo {
  width: calc(33.3333333333% - 1em);
}
.logowall.flex-4 .logo {
  width: calc(25% - 1.125em);
}
.logowall.flex-5 .logo {
  width: calc(20% - 1.2em);
}
.logowall.flex-6 .logo {
  width: calc(16.6666666667% - 1.25em);
}
.logowall.flex-7 .logo {
  width: calc(14.2857142857% - 1.29em);
}

.archive .wp-block-cover .wp-block-cover__image-background,
.archive .wp-block-cover video.wp-block-cover__video-background,
.archive .wp-block-cover-image .wp-block-cover__image-background,
.archive .wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.archive .wp-block-cover, .archive .wp-block-cover-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.archive .wp-block-cover {
  min-height: 520px;
}
.archive .wp-block-cover-image.is-position-bottom-left,
.archive .wp-block-cover.is-position-bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archive .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: 100% !important;
  max-width: min(100vw - 4rem, 1680px);
  margin-left: auto !important;
  margin-right: auto !important;
}
.archive .wp-block-cover .wp-block-cover__inner-container,
.archive .wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  position: relative;
  width: 100%;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.wp-block-post-featured-image {
  margin-bottom: 0;
  height: 42vh;
}
.wp-block-post-featured-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-post-featured-image + h1.wp-block-heading {
  margin-top: -1.5em;
  line-height: 1.35;
  font-size: 72px;
}
.wp-block-post-featured-image + h1.wp-block-heading mark {
  padding: 0.5em 1em;
  background: white;
  padding: 0.5em 1em;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  margin-top: 0;
  display: inline-block;
}

#ep-pro-filter,
#ep-report-filter {
  position: fixed;
  z-index: 2;
  background: #DDDDDD;
  top: 90px;
  height: calc(100vh - 90px);
  width: 100%;
  min-width: 320px;
  max-width: 550px;
  overflow-y: auto;
  overflow-x: visible;
  margin: 0 !important;
  -webkit-transform: translate(-550px, 0);
          transform: translate(-550px, 0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#ep-pro-filter.open,
#ep-report-filter.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#ep-pro-filter .select2-container,
#ep-report-filter .select2-container {
  width: 100% !important;
}
#ep-pro-filter,
#ep-report-filter {
  /*   .fixed-button {
           position: fixed;
           bottom: 5em;
               background-color: #f9f7f5;
           width: calc(30vw - 2em);
           min-width: calc(320px - 2em);
           max-width: calc(550px - 2em);
       }*/
}
#ep-pro-filter .wp-block-buttons,
#ep-report-filter .wp-block-buttons {
  margin-top: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 360px;
  gap: 0.5em;
}
#ep-pro-filter .wp-block-buttons #ep-filter-btn,
#ep-report-filter .wp-block-buttons #ep-filter-btn {
  width: 100%;
  max-width: 360px;
  font-weight: 500;
  background-color: #BB2D4D;
}
#ep-pro-filter .wp-block-buttons #ep-filter-btn:hover,
#ep-report-filter .wp-block-buttons #ep-filter-btn:hover {
  background-color: #650d22;
}
#ep-pro-filter .wp-block-buttons.small,
#ep-report-filter .wp-block-buttons.small {
  margin-top: 0;
}
#ep-pro-filter .wp-block-buttons.small .wp-block-button__link,
#ep-report-filter .wp-block-buttons.small .wp-block-button__link {
  font-size: 16px;
  padding: 0.75em 1.2em;
  font-weight: 500;
}
#ep-pro-filter .wp-block-buttons .reset_link,
#ep-report-filter .wp-block-buttons .reset_link {
  cursor: pointer;
  background: #FFFFFF;
  color: #686F73;
}
#ep-pro-filter .wp-block-buttons .reset_link:hover,
#ep-report-filter .wp-block-buttons .reset_link:hover {
  background: #BB2D4D;
  color: #FFFFFF;
}

.ep-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3em;
}
.ep-filter > div {
  max-width: 360px;
  width: calc(100% - 2em);
}
.ep-filter input.search-field {
  width: 100%;
  padding: 13px 35px 13px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
  background: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 14px;
  line-height: 1.5;
}
.ep-filter input.search-field::-webkit-input-placeholder {
  color: #1A1A1A;
}
.ep-filter input.search-field::-moz-placeholder {
  color: #1A1A1A;
}
.ep-filter input.search-field:-ms-input-placeholder {
  color: #1A1A1A;
}
.ep-filter input.search-field::-ms-input-placeholder {
  color: #1A1A1A;
}
.ep-filter input.search-field::placeholder {
  color: #1A1A1A;
}
.ep-filter input.search-field {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTguMzg2IiBoZWlnaHQ9IjE5LjM4NiIgdmlld0JveD0iMCAwIDE4LjM4NiAxOS4zODYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNNy45NzMuMTkzYzQuMjkgMCA3Ljc4IDMuNDcgNy43OCA3LjczNSAwIDIuMi0uOTMgNC4xOS0yLjQyIDUuNmw0LjczMyA0Ljg5N2EuNDU0LjQ1NCAwIDAgMS0uMzIzLjc2OC40NS40NSAwIDAgMS0uMzIzLS4xMzdsLTQuNzc4LTQuOTQ1YTcuNzY4IDcuNzY4IDAgMCAxLTQuNjcgMS41NTJjLTQuMjg5IDAtNy43OC0zLjQ3LTcuNzgtNy43MzUgMC00LjI2NSAzLjQ5MS03LjczNSA3Ljc4LTcuNzM1em0wIC45MDVjLTMuNzk0IDAtNi44OCAzLjA2NC02Ljg4IDYuODNzMy4wODYgNi44MyA2Ljg4IDYuODNjMy43OTMgMCA2Ljg4LTMuMDY0IDYuODgtNi44M3MtMy4wODctNi44My02Ljg4LTYuODN6IiBmaWxsPSIjMDAwIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iLjM4NiIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: 96% center;
}
.ep-filter .ep-filter__row {
  padding: 3px 0;
}
.ep-filter .ep-filter__row > label {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ep-filter .ep-filter__row > label::after {
  content: "\e90a";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ep-filter .ep-filter__row {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 14px;
}
.ep-filter .fixed-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: none;
  background-color: #DDDDDD;
  -webkit-box-shadow: 0 -20px 60px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -20px 60px 0 rgba(0, 0, 0, 0.04);
  padding: 1.5em 1em;
  margin-bottom: 1.5em;
}

#toggle-filter {
  display: block;
  margin-bottom: 1.5em;
  margin-left: 0.7em;
}

.epatient-overview-page .entry-content {
  min-height: calc(100vh - 90px);
}
.epatient-overview-page .entry-content .wp-block-post-title {
  margin-top: 0;
  padding-top: 2em;
}

@media only screen and (min-width: 1023px) {
  .epatient-overview-page .entry-content {
    min-height: calc(100vh - 90px);
    position: relative;
  }
  .epatient-overview-page .entry-header,
  .epatient-overview-page .entry-content .wp-audio-shortcode,
  .epatient-overview-page .entry-content > *:not(.alignleft):not(.alignright),
  .epatient-overview-page *[class*=inner-container] > *:not(.entry-content):not(.alignleft):not(.alignright),
  .epatient-overview-page .page-header,
  .epatient-overview-page .page-content .wp-audio-shortcode,
  .epatient-overview-page .page-content > *:not(.alignleft):not(.alignright) {
    margin-left: 33vw !important;
    max-width: 1260px;
    max-width: min(67vw - 2rem, 1260px);
  }
  .epatient-overview-page .alignwide {
    max-width: 1680px;
    max-width: min(100vw - 3rem, 1680px);
  }
  .epatient-overview-page.has-scrollbar .alignfull {
    width: calc(67vw - 20px);
    width: calc(67vw - var(--scroll-bar));
  }
  #ep-pro-filter,
  #ep-report-filter {
    width: 30vw;
  }
  #toggle-filter {
    display: none;
  }
}
.dl-n {
  white-space: nowrap;
}

#ep-pro-table thead {
  height: 2rem;
}
#ep-pro-table a {
  text-decoration: none;
}
#ep-pro-table .produkt-name {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0.25em;
}
#ep-pro-table .produkt-name.entstehung::after {
  content: "in Entstehung";
  display: inline-block;
  background-color: #ba712b;
  border-radius: 1em;
  color: #fff;
  padding: 0.25em 1em;
  font-size: 13px;
  font-weight: 300;
  -webkit-transform: translate(10px, -0.35em);
          transform: translate(10px, -0.35em);
}
#ep-pro-table .dl-n,
#ep-pro-table dl-0 {
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 0.25em;
}
#ep-pro-table .dl-n i:before,
#ep-pro-table dl-0 i:before {
  content: ".";
  font-style: normal;
}
#ep-pro-table .dl-0 {
  color: transparent;
}
#ep-pro-table .usecase {
  display: block;
  font-size: 0.818em;
  line-height: 1.56;
}
#ep-pro-table .pro-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  height: 150px;
  width: 180px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 1em;
}
#ep-pro-table .pro-logo img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#ep-pro-table td.top {
  vertical-align: top;
}
@media (max-width: 639px) {
  #ep-pro-table td.td_logo {
    display: none;
  }
  #ep-pro-table td.td_content .tablesaw-cell-label {
    display: none;
  }
  #ep-pro-table td.td_content .tablesaw-cell-content {
    max-width: 100%;
  }
  #ep-pro-table td.td_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #ep-pro-table td.td_dl .tablesaw-cell-label {
    width: auto;
  }
  #ep-pro-table td.td_dl .tablesaw-cell-content {
    max-width: none;
  }
}

.single-produkt .site-main {
  background-color: #F5F5F5;
  padding-top: 0;
}
.single-produkt .report-branding {
  height: 90px;
}
.single-produkt .report-branding img {
  width: 294px;
  padding: 1rem 0;
}
.single-produkt .bgimage {
  background-image: url("assets/bg-header-produkt.png");
  padding: 0.01em 3em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
}
.single-produkt .bgimage figure {
  border: 1em solid #686F73;
  border-bottom: 0;
  border-radius: 1.5em 1.5em 0 0;
  margin-top: 9em;
  margin-bottom: -0.5rem;
}
.single-produkt .bgimage figure img {
  width: 100%;
}
.single-produkt .flex-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
  margin-top: 2.75em;
  margin-bottom: 2.75em;
}
.single-produkt .flex-media-text__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 240px;
  max-width: 25vw;
  max-height: 25vw;
  padding: 1em;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.single-produkt .flex-media-text__content h1, .single-produkt .flex-media-text__content .h2 {
  margin: 0 0 0.75rem;
}
.single-produkt .flex-media-text__content *:last-child {
  margin-bottom: 0;
}
.single-produkt .regular-column {
  max-width: 1260px;
  max-width: min(100vw - 4rem, 1260px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.single-produkt hr {
  margin-top: 2.75em;
  margin-bottom: 2.75em;
}
.single-produkt h2 .h2 {
  margin-bottom: 0.2em;
}
.single-produkt .row {
  padding: 24px 40px;
}
.single-produkt .row.radius-top {
  margin-top: 2.2em;
}
.single-produkt .row.radius-bottom {
  border-radius: 0 0 1em 1em;
}
.single-produkt .row:nth-child(odd) {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.single-produkt a.weblink {
  text-decoration: none;
  color: #BB2D4D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-produkt a.weblink:hover, .single-produkt a.weblink:focus {
  color: #ba712b;
}
.single-produkt a.weblink span {
  font-size: 0.875em;
}
@media (min-width: 782px) {
  .single-produkt .wp-block-columns {
    margin-bottom: 0;
  }
  .single-produkt .wp-block-column:not(:first-child) {
    margin-left: auto;
  }
}
.single-produkt .border {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.single-produkt .wp-block-column {
  margin-bottom: 0em;
}
.single-produkt .export-section {
  margin-bottom: 3em;
}
.single-produkt .produkt-credits {
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: 80%;
}

.mb-75 {
  margin-bottom: 0.75rem;
}

.mbt-1 {
  margin-top: 1rem;
}

.ep-pro-case {
  border-bottom: 1px solid #666666;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
.ep-pro-case .h2.normal {
  font-weight: 400;
}
.ep-pro-case__row {
  font-size: 0.8em;
  margin: 1.5em 0;
}
.ep-pro-case__row .label {
  font-weight: 600;
}
.ep-pro-case__row.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ep-pro-case__row.row .col {
  width: 33.33%;
  padding-right: 1em;
}
.ep-pro-case__row.row .col:last-of-type {
  padding-right: 0;
}

.has-background.has-weiss-background-color {
  background-color: #FFFFFF;
  background-image: none;
}

.has-text-color.has-weiss-color,
a.has-weiss-color {
  color: #FFFFFF;
}

.has-background.has-sand-background-color {
  background-color: #f1efec;
  background-image: none;
}

.has-text-color.has-sand-color,
a.has-sand-color {
  color: #f1efec;
}

.has-background.has-gelb-background-color {
  background-color: #f6c02f;
  background-image: none;
}

.has-text-color.has-gelb-color,
a.has-gelb-color {
  color: #f6c02f;
}

.has-background.has-gold-background-color {
  background-color: #d49122;
  background-image: none;
}

.has-text-color.has-gold-color,
a.has-gold-color {
  color: #d49122;
}

.has-background.has-toscana-background-color {
  background-color: #ba712b;
  background-image: none;
}

.has-text-color.has-toscana-color,
a.has-toscana-color {
  color: #ba712b;
}

.has-background.has-grau-background-color {
  background-color: #686F73;
  background-image: none;
}

.has-text-color.has-grau-color,
a.has-grau-color {
  color: #686F73;
}

.has-background.has-schwarz-background-color {
  background-color: #1A1A1A;
  background-image: none;
}

.has-text-color.has-schwarz-color,
a.has-schwarz-color {
  color: #1A1A1A;
}

.has-background.has-teal-background-color {
  background-color: #056B82;
  background-image: none;
}

.has-text-color.has-teal-color,
a.has-teal-color {
  color: #056B82;
}

.has-background.has-rot-background-color {
  background-color: #BB2D4D;
  background-image: none;
}

.has-text-color.has-rot-color,
a.has-rot-color {
  color: #BB2D4D;
}

.has-background.has-grau-bg-background-color {
  background-color: #F5F5F5;
  background-image: none;
}

.has-text-color.has-grau-bg-color,
a.has-grau-bg-color {
  color: #F5F5F5;
}

.has-background.has-text-schwarz-background-color {
  background-color: #1A1A1A;
  background-image: none;
}

.has-text-color.has-text-schwarz-color,
a.has-text-schwarz-color {
  color: #1A1A1A;
}

.has-background.has-text-grau-background-color {
  background-color: #686F73;
  background-image: none;
}

.has-text-color.has-text-grau-color,
a.has-text-grau-color {
  color: #686F73;
}

article.teaser h3 {
  margin-top: 0;
}
article.teaser h3 a {
  text-decoration: none;
  color: #1A1A1A;
}
article.teaser .entry-meta {
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #056B82;
}
.entry-content > .wp-block-media-text:first-child,
.entry-content > .wp-block-cover:first-child,
.entry-content > .wp-block-group:first-child,
.entry-content > h1:first-child {
  margin-top: 0em;
}

#ep-report-filter {
  position: absolute;
  height: 100%;
  margin-top: 0 !important;
  top: 0 !important;
}

.reports {
  margin-bottom: 4em;
}
.reports.filterreports_wrapper {
  margin-top: 2em;
  margin-bottom: 0;
}
.reports .card {
  overflow: hidden;
  display: block;
  position: relative;
  background: #FFFFFF;
}
.reports .card__media {
  position: relative;
  height: 0;
  min-height: auto;
  padding-bottom: 57%;
  width: 100%;
}
.reports .card__media img {
  height: 100%;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reports .card__content {
  padding: 1em 1em 4.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
}
.reports .card .wp-block-buttons {
  font-size: 0.7em;
  margin-top: 0;
  position: absolute;
  bottom: 1.25em;
  line-height: 1.45;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reports .grid.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
}
@media (max-width: 1300px) {
  .reports .grid.grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .reports .grid.grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .reports .grid.grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.reports .slider {
  position: relative;
}
.reports .slider .card {
  width: 400px;
  height: auto;
}
.reports .swiper-navigation {
  position: absolute;
  top: -2.25em;
  margin-top: 0;
  right: 0;
  font-size: clamp(1.2em, 3vw, 36px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.reports .swiper-button-prev,
.reports .swiper-button-next {
  position: relative;
  width: 1em;
  height: 1em;
  top: 0;
  margin-top: 0;
  font-size: 1.25em;
  z-index: 1;
}
.reports .swiper-button-prev:before,
.reports .swiper-button-next:before {
  font-size: 1em;
  color: #BB2D4D;
}
.reports .swiper-button-prev,
.reports .swiper-button-next {
  border: 2px solid #BB2D4D;
  background: #FFFFFF;
}
.reports .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.reports .swiper-button-prev {
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.reports .arm_download_wrapper h4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.reports .arm_download_wrapper .arm_download_file a::before {
  font-size: 0.7rem;
}

#info-close {
  cursor: pointer;
  background: #BB2D4D;
  border-radius: 2em;
  width: 2em;
  height: 2em;
  top: -0.75em;
  right: -0.75em;
  position: absolute;
  z-index: 2;
  color: #fff;
}
#info-close::before, #info-close:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#info-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

#infocontainer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 5;
  right: 0;
  max-width: 100vw;
  display: none;
  max-width: 100vw !important;
  margin-left: 0 !important;
  overflow: scroll;
}
#infocontainer .content {
  max-height: 80%;
  width: 100%;
  top: 50%;
  max-width: 1260px;
  max-width: min(100vw - 4rem, 1260px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#infocontainer .content .wp-block-media-text {
  margin-top: 0;
  margin-bottom: 0;
}
#infocontainer .content .wp-block-media-text .wp-block-media-text__content {
  max-height: 100%;
}
#infocontainer .content .wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
#infocontainer .content .wp-block-media-text .wp-block-media-text__media img {
  height: 100%;
  width: 100%;
  clip: unset;
}
#infocontainer .content .wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  height: 100%;
  min-height: 330px;
}
@media only screen and (min-width: 1023px) {
  #infocontainer {
    z-index: 1;
    padding-right: 2em;
    padding-top: 50px;
  }
  .ep-overview-reports #infocontainer {
    padding-left: min(33vw, 500px) !important;
  }
  #infocontainer .content {
    max-width: min(100vw - min(33vw, 500px) - 2rem, 1260px) !important;
  }
}
#infocontainer .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
}
#infocontainer .entry-meta .meta {
  padding-left: 1em;
}

@media only screen and (min-width: 1023px) {
  .epatient-overview-page.ep-overview-reports .entry-header,
  .epatient-overview-page.ep-overview-reports .entry-content .wp-audio-shortcode,
  .epatient-overview-page.ep-overview-reports .entry-content > *:not(.alignleft):not(.alignright),
  .epatient-overview-page.ep-overview-reports *[class*=inner-container] > *:not(.entry-content):not(.alignleft):not(.alignright),
  .epatient-overview-page.ep-overview-reports .page-header,
  .epatient-overview-page.ep-overview-reports .page-content .wp-audio-shortcode,
  .epatient-overview-page.ep-overview-reports .page-content > *:not(.alignleft):not(.alignright) {
    margin-left: min(33vw, 500px) !important;
    max-width: 1260px;
    max-width: min(100vw - 450px - 4rem, 1260px) !important;
    max-width: min(100vw - min(33vw, 500px) - 2rem, 1260px) !important;
  }
  .epatient-overview-page.ep-overview-reports #ep-report-filter {
    width: min(30vw, 450px);
  }
  .epatient-overview-page.ep-overview-reports .grid.grid-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2em;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1720px) {
  .epatient-overview-page.ep-overview-reports .grid.grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1420px) {
  .epatient-overview-page.ep-overview-reports .grid.grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
/* Media
--------------------------------------------- */
.wp-block-image figcaption {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.8rem;
}

.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.1;
  z-index: 1;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tablesaw-btn {
  background: none;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0.5em 0.85em 0.4em 0.85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tablesaw-btn:hover {
  text-decoration: none;
}

.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}

.tablesaw-btn select option {
  background: #fff;
  color: #000;
}

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: 0.3em 1em 0.3em 1em;
}

.tablesaw-btn.btn-micro {
  font-size: 0.8125em;
  padding: 0.4em 0.7em 0.25em 0.7em;
}

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
}

.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: 0.25em 0.45em;
  content: "▼";
  font-size: 0.55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: 0.5em;
  padding-top: 1em;
  padding-right: 0.5em;
  line-height: 1.65;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: 0.25em;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: 0.8125em;
  padding: 0.3em 0.7em 0.25em 0.7em;
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}

.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: 0.25em;
  margin-right: 0.25em;
  position: relative;
  text-indent: -9999px;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: " ";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: 0.5em;
  top: 0.65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: 0.5em;
  top: 0.65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: 0.45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: 0.6em;
  border-right: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: 0.7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
}

.tablesaw-bar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tablesaw-bar-section {
  float: left;
}

.tablesaw-bar-section label {
  font-size: 0.875em;
  padding: 0.5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}

/* TODO */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: 0.4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: 0.3em;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: 0.9em;
}

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-bar-section ~ table {
  clear: both;
}

.tablesaw-bar-section .abbreviated {
  display: inline;
}

.tablesaw-bar-section .longform {
  display: none;
}

@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none;
  }
  .tablesaw-bar-section .longform {
    display: inline;
  }
}
.tablesaw td {
  padding: 1.5em 0.7em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw-sortable-btn {
  padding: 0.75em 0.7em;
}

.tablesaw thead tr {
  text-align: left;
  background-color: #DDDDDD;
}

.tablesaw thead th {
  text-align: left;
  background-color: #DDDDDD;
  overflow: hidden;
  font-weight: 500;
  padding: 0;
}

.tablesaw thead th.hidden {
  opacity: 0;
}
.tablesaw thead th.hidden button {
  visibility: hidden;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw tbody tr {
  border-bottom: 1px solid #000;
}

.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}

/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.tablesaw caption {
  text-align: left;
  margin: 0.59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
          box-shadow: 3px 0 4px -1px #e4e1de;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both;
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 0.6em 0 0;
    width: 30%;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none;
  }
}
.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */
}

.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */
}

/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: 0.5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: 0.5em 0.8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
          box-shadow: 0 1px 2px #ccc;
  border-radius: 0.2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -0.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }
  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none;
  }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
  display: block;
  padding: 0.2em 0;
  white-space: nowrap;
  cursor: default;
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
  margin-right: 0.8em;
}

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}

/* Override */
.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
  border-radius: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tablesaw-sortable-btn:hover {
  background: #f1efec;
}
.tablesaw-sortable-btn:active, .tablesaw-sortable-btn:focus {
  background: #f1efec;
}

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: 0.3125em;
  color: #BB2D4D;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: " ";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "↑";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "↓";
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: 0.4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: 0.4em 0.2em;
}

.tablesaw-advance-dots li i {
  width: 0.25em;
  height: 0.25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 1px solid #686F73;
  font-size: 13px;
  padding: 0.5em 2em 0.5em 1em;
  margin: 5px 0 5px 5px;
  border-radius: 0;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background: none;
  border: 1px solid transparent;
  color: #686F73;
  font-size: 1.5em;
  font-weight: 300;
  left: auto;
  right: 0.25em;
  top: 0.35em;
  line-height: 0;
  padding: 0;
  padding-bottom: 3px;
  width: 1em;
  height: 1em;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background: none;
  color: #BB2D4D;
  border: 1px solid #BB2D4D;
}

.select2-container.select2-container--default.select2 {
  display: block;
  margin-top: -2.1em;
  padding-top: 0;
  opacity: 0;
}
.select2-container.select2-container--default.select2.select2-container--below, .select2-container.select2-container--default.select2.select2-container--above {
  opacity: unset;
}
.select2-container.select2-container--default.select2.select2-container--focus, .select2-container.select2-container--default.select2.select2-container--open {
  height: auto;
  opacity: unset;
}
.select2-container.select2-container--default .select2-selection--multiple {
  border: none;
  padding: 0 20px 0 15px;
  background-color: transparent;
}
.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--default.select2-container--open .select2-selection--multiple, .select2-container.select2-container--default.select2-container--below .select2-selection--multiple.select2-selection--clearable, .select2-container.select2-container--default.select2-container--above .select2-selection--multiple.select2-selection--clearable {
  padding-top: 1.9em;
  padding-bottom: 10px;
  border: none;
}
.select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 5px 0 5px 5px;
  height: 36px;
  border: solid 1px transparent;
  padding: 5px 14px;
  min-width: 36px;
  opacity: 0;
}
.select2-container.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #1A1A1A;
}
.select2-container.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #1A1A1A;
}
.select2-container.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #1A1A1A;
}
.select2-container.select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: #1A1A1A;
}
.select2-container.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #1A1A1A;
}
.select2-container.select2-container--default.select2-container--open .select2-search--inline .select2-search__field, .select2-container.select2-container--default.select2-container--focus .select2-search--inline .select2-search__field {
  opacity: 1;
  border: solid 1px #686F73;
  display: none;
}
.select2-container .select2-results__option {
  background-color: #F5F5F5;
  font-size: 14px;
  color: #1A1A1A;
  padding: 0.5em 2em 0.5em 1em;
  border: 1px solid transparent;
  position: relative;
}
.select2-container .select2-results__option::after {
  content: "+";
  display: block;
  position: absolute;
  color: #686F73;
  right: 8px;
  top: 1px;
  font-size: 20px;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
  margin-top: -4px;
  border: none;
  padding: 0 20px;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--above {
  margin-top: 5px;
  border: none;
  border-radius: 0;
  padding: 20px 20px 0;
}
.select2-container.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 20px;
}
.select2-container.select2-container--default .select2-results::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  margin-top: -50px;
  position: relative;
}
.select2-container.select2-container--default .select2-results__option--selected {
  display: none;
}
.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  border: 1px solid #BB2D4D;
  background-color: #FFFFFF;
  color: #1A1A1A;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-weight: 300;
  width: 27px;
  height: 27px;
  line-height: 0;
  top: 5px;
}

.show-sf .select2-container.select2-container--default.select2-container--open .select2-search--inline .select2-search__field, .show-sf .select2-container.select2-container--default.select2-container--focus .select2-search--inline .select2-search__field {
  display: block;
  width: 100% !important;
}

.wp-block-armember-armember-block-restriction {
  max-width: 100vw !important;
}

.arm_download_wrapper .arm_download_title h4 .arm_download_file a {
  font-size: 1em;
}
.arm_download_wrapper hr {
  display: none !important;
}
.arm_download_wrapper .arm_download_file a {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  line-height: 1.45;
  border: 2px solid #BB2D4D;
  font-size: 0 !important;
  letter-spacing: 0;
  text-decoration: none;
  background: #BB2D4D;
}
.arm_download_wrapper .arm_download_file a::before {
  content: "Download";
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.8em 2em;
  line-height: 1.45;
  color: #fff;
}
.arm_download_wrapper .arm_download_file a input[type=button] {
  display: none;
}

.arm-df__form-control-submit-btn {
  border-radius: 0 !important;
  background-color: #BB2D4D !important;
  border-color: #BB2D4D !important;
}
.arm-df__form-control-submit-btn:hover {
  background-color: #650d22;
}

.arm_popup_member_form .popup_header .popup_header_text {
  color: #056B82 !important;
}

.arm-form-container ul li:before {
  content: none;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-wrap .nf-form-content input:not([type=button]):not([type=submit]),
.nf-form-wrap .nf-form-content textarea {
  border-radius: 0;
}

.nf-error .nf-error-msg {
  color: #FFFFFF !important;
}

.nf-response-msg {
  color: #FFFFFF;
}

.nf-form-wrap .nf-form-content button,
.nf-form-wrap .nf-form-content input[type=button],
.nf-form-wrap .nf-form-content input[type=submit] {
  border-radius: 0;
  background: #BB2D4D;
  border: 2px solid #BB2D4D !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #F5F5F5;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1A1A1A;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.narrow-sm {
  max-width: min(100vw - 4rem, 760px) !important;
}

.entry-header,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.page-header,
.page-content .wp-audio-shortcode,
.page-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-group:not(.alignwide):not(.alignfull),
.default-max-width {
  max-width: 1260px;
  max-width: min(100vw - 4rem, 1260px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .entry-header,
  .entry-content .wp-audio-shortcode,
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .page-header,
  .page-content .wp-audio-shortcode,
  .page-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .wp-block-group:not(.alignwide):not(.alignfull),
  .default-max-width {
    max-width: min(100vw - 2 * 1rem, 1260px);
  }
}

.alignwide {
  max-width: 1680px;
  max-width: min(100vw - 4rem, 1680px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .alignwide {
    max-width: min(100vw - 2 * 1rem, 1680px);
  }
}

.alignfull,
.wp-block-group .wp-block-group__inner-container > *.alignfull {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.alignfull.fullwidth {
  max-width: none;
  max-width: 100%;
}

/* divers
--------------------------------------------- */
.shadow, .iframe-diga, ul.is-style-checkbox li::before, .wp-block-media-text:not(.is-style-card):not(.is-style-card-vert):not(.is-style-gradient):not(.is-style-50p) .wp-block-media-text__media, .reports .card {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.wp-block-spacer {
  max-height: clamp(1rem, -0.4085rem + 4.507vw, 5rem);
}

.iframe-diga {
  width: 960px;
  border: none;
}

.zweispalter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 2rem;
}

.zweispalter > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.zweispalter > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-1 {
  padding: 1rem !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.h-100 {
  height: 100% !important;
}

.list-kachel {
  padding: 2rem 2rem 2rem 3rem !important;
}

.kachel-spalte {
  flex-gap: 2rem;
}
.kachel-spalte .wp-block-column {
  margin-left: 0 !important;
}

.headerbild__image {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  max-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.kachel {
  background: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kachel .wp-block-group {
  padding: 1rem;
}
.kachel > div:first-of-type {
  width: 100%;
}
.kachel > div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.kachel h3 {
  margin-bottom: 0;
}
.kachel .wp-block-buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.newsletter .wp-block-columns {
  max-width: min(100vw - 4rem, 1260px) !important;
}
.newsletter .wp-block-column:first-child {
  position: relative;
  padding-right: 5em;
}
.newsletter .sib_signup_form .sib_msg_disp {
  width: 100%;
}
.newsletter .sib_signup_form .listen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
  margin: 0.5em 0 1.5em;
}
.newsletter .sib_signup_form input:not([type=submit]) {
  border: none;
}
.newsletter .sib_signup_form input:-webkit-autofill,
.newsletter .sib_signup_form input:-webkit-autofill:hover,
.newsletter .sib_signup_form input:-webkit-autofill:focus,
.newsletter .sib_signup_form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
.newsletter .sib_signup_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1A1A1A;
}
.newsletter .sib_signup_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1A1A1A;
}
.newsletter .sib_signup_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #1A1A1A;
}
.newsletter .sib_signup_form :-moz-placeholder {
  /* Firefox 18- */
  color: #1A1A1A;
}
.newsletter .sib_signup_form label {
  font-weight: 500;
}
.newsletter .sib_signup_form input[type=checkbox] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}
.newsletter .sib_signup_form {
  /* hide standard inputs */
}
.newsletter .sib_signup_form input[type=checkbox]:checked,
.newsletter .sib_signup_form input[type=checkbox]:not(:checked) {
  background: transparent;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.newsletter .sib_signup_form input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  margin-left: 2.75em;
  display: block;
}
.newsletter .sib_signup_form input[type=checkbox]:checked + label::after,
.newsletter .sib_signup_form input[type=checkbox]:not(:checked) + label::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -2.75em;
  width: 2.5em;
  height: 2.5em;
  background: transparent;
  border: 1.5px solid #fff;
  border-radius: 2.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsletter .sib_signup_form input[type=checkbox]:hover + label::after,
.newsletter .sib_signup_form .nf-field .checkbox-wrap label:hover::after {
  background: #f6c02f;
}
.newsletter .sib_signup_form input[type=checkbox]:checked + label::before,
.newsletter .sib_signup_form .nf-field .checkbox-wrap label.nf-checked-label::before {
  content: "✔";
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA9CAMAAAAqC5/zAAAAJ1BMVEWrrKv////////////8/Pz+/v5oaGg9PT0mJiYUFBQKCgoDAwMAAABYZxcCAAAADHRSTlMAAgsOGCE4XXufx+QQTKi2AAACP0lEQVR42rVXiXLFIAgURHP5/9/bESNeaNJmykun7ZvZBRYiaMzSYLT4rXlrMLGP8Fcc8Gz/QwC/sa/4kQF+be/wCPiOYeUK78+UYApDRCifkWKBF1gySE9PMSeosJnCJoqRYRI7WOwMcFRCw1fOLaKNhhXZUwR3tgzvDEXTmmDqXnDEjzC0Uir+oYYTY6mOoRWhx2dr0JT/VBiM0jkJnnDZrPUpkJ7BKPicd2M+HFSELBTmJZ6uEC5vyfalNIN+Ov4IIZykqGD6AO70b3PxcUR7CCF4WxgUAgXvyDn+8RG/ETXtpEdQx89YprhCCEesxV0HLQWEO4KMd8WiAFcq5iqF0j/+9MW/cxsLkNqBehWNkoG/wuWLfx8T2AU/T0E0PDliIYj/no5epcB4YpdnK4B7iiB1EeNtYjgqAbZYi4cI+ARLGhIx6igCJPgLDaSLmGEXAVwbASw1SF2wp8jjL64ItVVUyihVqN6esIsArs5g8S5IIzouZpZCTpVeQq2R5EVIDKf41ySsztSSQmbgAkQBqC0Bzk71uxFKCJFhG/z3gwmGt6kcJxu/w53/Zj7WYwn7ECJDi7fjVGjmSgmhPxELHhejtRoKHYWt8U0fd6NVzvV6qKymktEZZKTWM02Pf1hPUKEoYxnUANoI9M1gulpMQ2AKbNFjBdUdb1yuyn40WzGV5a4Ha7vVYkfFekeEof0eCTDveYlIW1DhcU9HgMWODS9vCjhZ1b/eVf5+S3q4a31Dv2MwX2+L3y6rOuIHd4keDT9teSQAAAAASUVORK5CYII=);
  position: absolute;
  left: -2.85em;
  top: -0.1em;
  z-index: 2;
}