/*
 * Theme Name: ukw-ehf
 * Theme URI: https://ukw-freiburg.de/ukw-ehf/
 * Author: ukw freiburg
 * Author URI: https://ukw-freiburg.de
 * Description: Genesis starter theme with a modern development workflow.
 * Version: 20221404.0935.6
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: ukw-ehf
 * Domain Path: /languages
 * Template: genesis
 */
@charset "UTF-8";
@import url("resources/fonts/Webfont_Univers/MyFontsWebfontsKit.css");
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0 !important;
	height: 1px !important;
	margin: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	}

.screen-reader-shortcut:active, .screen-reader-shortcut:focus,
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text span:active,
.screen-reader-text span:focus {
	background: #eee !important;
	color: #000 !important;
	height: auto !important;
	opacity: 1 !important;
	overflow: auto !important;
	padding: 1em !important;
	width: auto !important;
	}

.more-link {
	position: relative;
	}

.genesis-skip-link {
	margin: 0;
	}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
	}

/**
* Breakpoints
*/
/**
* Max-width of Content on large screens
*/
/**
* Navigation
*/
/*! based on normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	/* 1 */

	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	}

html.admin-bar-showing {
	height: calc(100% - 32px);
	}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	}

* {
	box-sizing: border-box;
	}

/* selection of text */
::-moz-selection {
	background: #222;
	color: white;
	}
::selection {
	background: #222;
	color: white;
	}

::-moz-selection {
	background: #222;
	color: white;
	}

hr {
	background-color: #222;
	border: 0;
	display: block;
	height: 3px;
	width: 100%;
	}

/* Responsive Video Wrapper */
.video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	}

.video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

iframe {
	border: 0;
	overflow: hidden;
	}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	/* 1 */
	display: block;
	}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
	}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 2 */
	color: #222;
	/* 1 */

	-webkit-text-decoration-skip: objects;
	}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
	}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	text-decoration: underline dotted;
	/* 2 */

	-webkit-text-decoration: underline dotted;
	/* 2 */
	}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
	}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
	}

/**
 * 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;
	}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
	}

/**
 * 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: none;
	border-style: none;
	display: block;
	height: auto;
	max-width: 100%;
	outline-style: none;
	}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
	}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
	}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	outline: none;
	}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
	font-weight: bold;
	}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	}

/**
 * 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;
	}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	}

/**
 * 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 {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
	}

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

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

/**
 * 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"] {
	/* 1 */
	outline-offset: -2px;

	-webkit-appearance: textfield;
	/* 2 */
	}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
	}

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

	-webkit-appearance: button;
	/* 2 */
	}

/**
* Reset
*/
/**
* Outline (for testing only)
*/
/**
* Rem Base
*/
/**
* Strip Unit
*/
/**
* Px2Rem (convert pixel to rem)
* 
* Usage: rem(a b c d) -> a b c d or 
*
* @required strip-unit()
*/
/**
* Transition
*/
/**
* Grid 
*
* // Grid Container
* @param gutter (px)
* Defines the gap between the grid bars
*
* @param alignment (Horizontal alignment)
* Flex justify-content (Vertical alignment)
*
* @param valignment
* Flex align-items
*
* @param direction
* Flex direction
*
* // Grid Item
* @param number
* Span (number/columns)
*
* @param maxcolumn
* Number of Columns in grid
*
* @param gutter
* Gutter has to be set manually and needs to be equal to @include grid($gutter)
*
* // Grid Remove
* Removes margin, width and flex
* Used on Grid Container & Grid item
*
* // Example Usage
*
* .wrapper {
* 	@include grid-container(30, space-between);
* }
* main {
* 	@include grid(8,12,30);
* }
* aside {
* 	@include grid(3,12,30);
* }
*/
/**
* CSS Filter
*/
/**
* Invisible Element
*/
/**
* Flex Wrap magic
*
* Problem: when using "flex-wrap: wrap" the last element spreads over the width of the parent element.
* As a solution we simply add a pseudo element.
* Assign this mixin to the parent element (the one with {display: flex; flex-wrap: wrap})
*/
/**
* Gradient
*/
/**
* Animation: FadeIn
*/
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}
@keyframes fadeIn {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}

/**
* Fonts
*/
/** 
* Icon Font
*/
@font-face {
	font-family: "EHF_iconfont";
	font-style: normal;
	font-weight: normal;
	src: url("resources/fonts/EHF_iconfont/EHF_iconfont.eot?pv3cvr");
	src: url("resources/fonts/EHF_iconfont/EHF_iconfont.eot?pv3cvr#iefix") format("embedded-opentype"), url("resources/fonts/EHF_iconfont/EHF_iconfont.woff2?pv3cvr") format("woff2"), url("resources/fonts/EHF_iconfont/EHF_iconfont.ttf?pv3cvr") format("truetype"), url("resources/fonts/EHF_iconfont/EHF_iconfont.woff?pv3cvr") format("woff"), url("resources/fonts/EHF_iconfont/EHF_iconfont.svg?pv3cvr#EHF_iconfont") format("svg");
	}

[class^="icon-"], [class*=" icon-"], .icomoon, .select2 .select2-selection__arrow {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "EHF_iconfont" !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;

	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.icon-arrow_down:before {
	content: "";
	}

.icon-arrow_up:before {
	content: "";
	}

.icon-arrow_left:before {
	content: "";
	}

.icon-arrow_right:before {
	content: "";
	}

.icon-arrow_first:before {
	content: "";
	}

.icon-arrow_last:before {
	content: "";
	}

.icon-arrow_up_scroll:before {
	content: "";
	}

.icon-arrow_down_scroll:before {
	content: "";
	}

.icon-arrow_scroll_left:before {
	content: "";
	}

.icon-arrow_scroll_right:before {
	content: "";
	}

.icon-arrow_scrolling_horizontal:before {
	content: "";
	}

.icon-arrow_scrolling_vertical:before {
	content: "";
	}

.icon-triangle_up:before, .select2 .select2-selection[aria-expanded="true"] .select2-selection__arrow:before {
	content: "";
	}

.icon-triangle_down:before, .select2 .select2-selection[aria-expanded="false"] .select2-selection__arrow:before {
	content: "";
	}

.icon-triangle_left:before {
	content: "";
	}

.icon-triangle_right:before {
	content: "";
	}

.icon-close_x:before {
	content: "";
	}

.icon-check:before {
	content: "";
	}

.icon-magnifier:before {
	content: "";
	}

.icon-burger:before {
	content: "";
	}

.icon-contrast_off:before {
	content: "";
	}

.icon-external_link:before {
	content: "";
	}

.icon-calendar:before {
	content: "";
	}

.icon-locator:before {
	content: "";
	}

.icon-sheet:before {
	content: "";
	}

.icon-edit:before {
	content: "";
	}

.icon-message:before {
	content: "";
	}

.icon-phone:before {
	content: "";
	}

.icon-printer:before {
	content: "";
	}

.icon-tag:before {
	content: "";
	}

.icon-series:before {
	content: "";
	}

body {
	font-family: "UniversLTPro-45";
	font-weight: normal;
	}

/**
* Headline 1
*
* @element <h1>
*/
h1 {
	color: #87004e;
	font-size: 3.75rem;
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 4.375rem;
	margin-bottom: 1.25rem;
	margin-top: 0;
	padding-top: 0;

	-ms-hyphens: auto;
	}

/**
* Headline 2
*
* @element <h2>
*/
h2 {
	color: #87004e;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

/**
* Headline 3 
*
* @element <h3>
*/
h3 {
	color: #87004e;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 2.125rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

/**
* Headline 4
*
* @element <h4>
*/
h4 {
	color: #595757;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.75rem;
	margin-bottom: 0.9375rem;
	margin-top: 1.875rem;
	}

/**
* Headline 5
*
* @element <h5>
*/
h5 {
	color: #595757;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5rem;
	margin-bottom: 0.9375rem;
	margin-top: 1.875rem;
	}

/**
* Paragraph
*
* @element <p>
*/
p,
ul,
ol {
	color: #595757;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.875rem;
	margin: 0.9375rem 0;
	}

h1 + p {
	margin-top: 0;
	}

h2 + p {
	margin-top: 0;
	}

h3 + p {
	margin-top: 0;
	}

h4 + p {
	margin-top: 0;
	}

h5 + p {
	margin-top: 0;
	}

h6 + p {
	margin-top: 0;
	}

/**
* Anchor links in text elements 
*
* @element <a>
*/
a {
	color: #e5006d;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/**
* strong
*/
strong {
	font-family: "UniversLTPro-45";
	font-weight: normal;
	font-weight: bold;
	}

/**
* Lists
*
* @elements ol, ul inside of <main>
*/
main ul,
main ol,
aside ul,
aside ol {
	border: 0;
	border-radius: 0;
	color: #595757;
	display: block;
	display: inline-block;
	font-weight: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	margin: 0.9375rem 0 3.75rem;
	outline: none;
	padding: 0;
	padding-left: 1em;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

main ul a:not(:hover),
main ol a:not(:hover),
aside ul a:not(:hover),
aside ol a:not(:hover) {
	text-decoration: none;
	}

main ul li,
main ol li,
aside ul li,
aside ol li {
	margin-bottom: 0.9375rem;
	margin-left: 0.5rem;
	}

main ul li:last-child,
main ol li:last-child,
aside ul li:last-child,
aside ol li:last-child {
	margin-bottom: 0;
	}

main ul li:before,
main ol li:before,
aside ul li:before,
aside ol li:before {
	color: #87004e;
	display: inline-block;
	float: left;
	margin-left: -1.5rem;
	width: 1.5rem;
	}

main ul li a[data-type]:hover,
main ol li a[data-type]:hover,
aside ul li a[data-type]:hover,
aside ol li a[data-type]:hover {
	text-decoration: none !important;
	}

main ul li a[data-type]:hover .title,
main ol li a[data-type]:hover .title,
aside ul li a[data-type]:hover .title,
aside ol li a[data-type]:hover .title {
	text-decoration: underline;
	}

main ul li a[data-type]::before,
main ol li a[data-type]::before,
aside ul li a[data-type]::before,
aside ol li a[data-type]::before {
	color: #e5006d;
	margin-right: 0.625rem;
	}

main ul li a[data-type^="file-"]::before,
main ol li a[data-type^="file-"]::before,
aside ul li a[data-type^="file-"]::before,
aside ol li a[data-type^="file-"]::before {
	content: "";
	font-family: "EHF_iconfont";
	}

main ul li a[data-type="link"]::before,
main ol li a[data-type="link"]::before,
aside ul li a[data-type="link"]::before,
aside ol li a[data-type="link"]::before {
	content: "";
	font-family: "EHF_iconfont";
	}

main ul + h1,
main ol + h1,
aside ul + h1,
aside ol + h1 {
	margin-top: 0;
	}

main ul + h2,
main ol + h2,
aside ul + h2,
aside ol + h2 {
	margin-top: 0;
	}

main ul + h3,
main ol + h3,
aside ul + h3,
aside ol + h3 {
	margin-top: 0;
	}

main ul + h4,
main ol + h4,
aside ul + h4,
aside ol + h4 {
	margin-top: 0;
	}

main ul + h5,
main ol + h5,
aside ul + h5,
aside ol + h5 {
	margin-top: 0;
	}

main ul + h6,
main ol + h6,
aside ul + h6,
aside ol + h6 {
	margin-top: 0;
	}

main ul li:before,
aside ul li:before {
	color: #87004e;
	content: "\2022";
	font-weight: bold;
	}

main ol,
aside ol {
	counter-reset: li;
	}

main ol li,
aside ol li {
	counter-increment: li;
	display: flex;
	}

main ol li:before,
aside ol li:before {
	content: counter(li) ".";
	display: inline-block;
	font-weight: bold;
	width: 1.875rem;

	flex-shrink: 0;
	}

main ol li > div > h1:first-child,
aside ol li > div > h1:first-child {
	margin-top: 0;
	}

main ol li > div > h2:first-child,
aside ol li > div > h2:first-child {
	margin-top: 0;
	}

main ol li > div > h3:first-child,
aside ol li > div > h3:first-child {
	margin-top: 0;
	}

main ol li > div > h4:first-child,
aside ol li > div > h4:first-child {
	margin-top: 0;
	}

main ol li > div > h5:first-child,
aside ol li > div > h5:first-child {
	margin-top: 0;
	}

main ol li > div > h6:first-child,
aside ol li > div > h6:first-child {
	margin-top: 0;
	}

main h1 + ul,
main h1 li,
aside h1 + ul,
aside h1 li {
	margin-top: 0;
	}

main h2 + ul,
main h2 li,
aside h2 + ul,
aside h2 li {
	margin-top: 0;
	}

main h3 + ul,
main h3 li,
aside h3 + ul,
aside h3 li {
	margin-top: 0;
	}

main h4 + ul,
main h4 li,
aside h4 + ul,
aside h4 li {
	margin-top: 0;
	}

main h5 + ul,
main h5 li,
aside h5 + ul,
aside h5 li {
	margin-top: 0;
	}

main h6 + ul,
main h6 li,
aside h6 + ul,
aside h6 li {
	margin-top: 0;
	}

aside ul,
aside ol {
	margin: 0;
	}

aside h1 {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

aside h2 {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

aside h3 {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

aside h4 {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

aside h5 {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

aside h6 {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

#ehf-slogan {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0 0.25rem 0.25rem 0;
	color: #e5006d;
	display: none;
	font-size: 1.375rem;
	line-height: 1.75rem;
	padding: 1.25rem 0.5rem 1.25rem 0.25rem;
	position: fixed;
	right: 0;
	top: 40vh;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: auto;
	-ms-writing-mode: tb-lr;
	z-index: 5;

	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	}

.theme-quebin #ehf-slogan {
	display: none;
	}

.overflow-hidden {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	}

body {
	overflow-x: hidden;
	}

body #call2action {
	display: none;
	}

body #after-header-custom {
	display: none;
	}

body #main-navigation {
	display: none;
	}

.site-header {
	background-color: #fff;
	box-shadow: 0 -0.625rem 3.75rem 0 rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 6;
	}

.site-header .wrap {
	display: flex;
	margin: 0 auto;
	max-width: 1660px;
	padding: 0 4.21875rem;
	width: 100%;

	justify-content: space-between;
	align-items: center;
	}

.site-header .wrap .title-area a.custom-logo-link {
	display: block;
	padding: 1.875rem 0;
	}

.site-header .wrap .title-area a.custom-logo-link img {
	height: 6.25rem;
	max-width: none;
	width: auto;
	}

.site-header .wrap .widget-area.header-widget-area {
	/**
			* toggle menu
			*
			* This is the navigation, that toggles "search" and "main navigation"
			*/
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul {
	border: 0;
	border-radius: 0;
	display: block;
	display: flex;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul a:not(:hover) {
	text-decoration: none;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li {
	color: #87004e;
	cursor: pointer;
	margin-right: 2.5rem;
	position: relative;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li:last-child {
	margin-right: 0;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li[class^="toggle-"]::before {
	display: flex;
	font-size: 3.75rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;

	align-items: center;
	justify-content: center;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li[class^="toggle-"]:hover {
	color: #e5006d;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.active {
	color: #e5006d;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-search {
	color: #595757;
	position: relative;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-search::before {
	content: "";
	font-family: "EHF_iconfont";
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-search.active::before {
	content: "";
	font-family: "EHF_iconfont";
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-search.active .pinoeppel {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	display: block;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-search .pinoeppel {
	background: #e5006d;
	display: none;
	height: 100%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%;

	pointer-events: none;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item {
	border: 0.125rem solid #595757;
	border-radius: 0.3125rem;
	color: #595757;
	display: none;
	margin-top: 0.1875rem;
	position: relative;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item:hover {
	border-color: #e5006d;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item:hover a {
	color: #e5006d;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item.active {
	display: inline-block;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item a {
	line-height: 1.2;
	padding: 0.25rem 0.6875rem 0 0.6875rem;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item a span {
	display: inline-block;
	opacity: 1;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-navigation {
	color: #87004e;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-navigation::before {
	content: "";
	font-family: "EHF_iconfont";
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-navigation.active::before {
	content: "";
	font-family: "EHF_iconfont";
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li a {
	border: 0;
	border-radius: 0;
	color: inherit;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.875rem;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li a a:not(:hover) {
	text-decoration: none;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li a span {
	display: none;
	opacity: 0;
	}

.site-header.fixed {
	position: fixed;
	}

.site-container {
	display: flex;
	flex-direction: column;
	min-height: 100%;

	flex-wrap: wrap;
	justify-content: flex-start;
	}

.site-container > * {
	width: 100%;
	}

.site-container #call2actionaside {
	background-color: #e5006d;
	border-radius: 0.3125rem 0 0 0.3125rem;
	bottom: 0;
	display: block;
	height: 90%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 5%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-writing-mode: tb-rl;
	z-index: 4;

	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	}

.site-container #call2actionaside .textwidget {
	padding: 0.9375rem;
	}

.site-container #call2actionaside p {
	color: #fff;
	font-size: 1.375rem;
	line-height: 1.5rem;
	margin: 0;
	}

.site-container #call2actionaside a {
	color: #fff;
	}

.site-container .site-inner {
	display: flex;
	flex-direction: column;
	max-width: 1660px;
	width: 100%;

	align-items: center;
	align-self: center;
	}

.site-container .site-inner > .wrap {
	display: flex;
	flex-direction: row;
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
	margin-top: 5.625rem;
	max-width: 100%;
	width: calc(100% + 0.9375rem);

	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}

.site-container .site-inner > .wrap > main,
.site-container .site-inner > .wrap > aside {
	padding: 0 3.75rem;
	/**
				* Too long mails
				*
				* @function checkForTooLongMailtos in script.js
				*/
	}

.site-container .site-inner > .wrap > main a[href^="mailto:"].toolong,
.site-container .site-inner > .wrap > aside a[href^="mailto:"].toolong {
	display: block;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	}

.site-container .site-inner > .wrap > main a[href^="mailto:"].toolong::after,
.site-container .site-inner > .wrap > aside a[href^="mailto:"].toolong::after {
	background-image: linear-gradient(to right, rgba(237, 237, 237, 0), #ededed);
	content: "";
	height: 100%;
	padding: 0 1.875rem;
	position: absolute;
	right: 0;
	top: 0;
	}

.site-container .site-inner > .wrap > main a[href^="mailto:"].toolong:hover,
.site-container .site-inner > .wrap > aside a[href^="mailto:"].toolong:hover {
	overflow: auto;
	white-space: normal;
	word-break: break-all;
	}

.site-container .site-inner > .wrap > main a[href^="mailto:"].toolong:hover::after,
.site-container .site-inner > .wrap > aside a[href^="mailto:"].toolong:hover::after {
	background: none;
	}

.site-container .site-inner > .wrap > main {
	display: inline-block;
	margin-bottom: 3.75rem;
	margin-left: 0.46875rem;
	margin-right: 0.46875rem;
	padding-right: 0;
	width: calc(66.66667% - 0.9375rem);
	}

.site-container .site-inner > .wrap > main img {
	width: 100%;
	}

.site-container .site-inner > .wrap > aside {
	display: inline-block;
	margin-bottom: 1.875rem;
	margin-left: 0.46875rem;
	margin-right: 0.46875rem;
	padding-left: 0;
	width: calc(25% - 0.9375rem);
	}

.site-container .site-inner > .wrap > aside > .sidebar-box {
	background-color: #ededed;
	margin-bottom: 2.8125rem;
	padding: 1.4375rem;
	}

.site-container .site-inner > .wrap > aside > .sidebar-box:last-child {
	margin-bottom: 0;
	}

.site-container .site-inner > .wrap > aside > .sidebar-box h3 {
	margin-top: 0.4375rem;
	}

.site-container .site-inner > .wrap > aside > .sidebar-box.highlight {
	background-color: #e5006d;
	color: #fff;
	}

.site-container .site-inner > .wrap > aside > .sidebar-box.highlight a {
	color: inherit;
	}

/**
* Front page styles
*/
body.home:not(.page-template-page-ehfdefault) .site-container .site-inner .wrap {
	margin: 0;
	}

body.home:not(.page-template-page-ehfdefault) .site-container .site-inner > .wrap > main {
	margin: 0;
	padding: 0;
	width: 100%;
	}

body.home:not(.page-template-page-ehfdefault) .site-container .site-inner > .wrap > aside {
	display: none;
	}

.site-footer {
	background-color: #87004e;
	color: #fff;
	font-family: "UniversLTPro-55Roman";
	margin-top: auto;
	position: relative;
	}

.site-footer a {
	color: #e5006d;
	}

.site-footer.high-contrast {
	background-color: #ededed;
	color: #000;
	}

.site-footer.high-contrast a,
.site-footer.high-contrast p {
	color: #000;
	}

.site-footer.high-contrast .footer-widgets .wrap .widget-area.footer-widgets-2 section .widget-wrap > div p {
	color: #000;
	}

.site-footer.high-contrast .footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_icl_lang_sel_widget .widget-wrap > div ul a {
	background-color: #000;
	border: 0;
	color: #fff;
	}

.footer-widgets {
	margin: 0 auto;
	max-width: 1660px;
	width: 100%;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 {
	display: flex;
	margin: 3.75rem 0;

	justify-content: space-between;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section .widget-wrap > div > ul {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section .widget-wrap > div > ul a:not(:hover) {
	text-decoration: none;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section .widget-wrap > div > ul > li > a {
	display: block;
	padding: 0.9375rem 0.75rem;
	transition: all 0.2s ease-in-out 0s;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section .widget-wrap > div > ul > li > a:hover {
	color: #fff;
	text-decoration: none;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_nav_menu {
	margin: 0 auto;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_nav_menu .widget-wrap > div ul {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_nav_menu .widget-wrap > div ul li {
	display: inline-block;
	text-align: center;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_icl_lang_sel_widget .widget-wrap > div {
	border: 0;
	padding: 0;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_icl_lang_sel_widget .widget-wrap > div ul {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_icl_lang_sel_widget .widget-wrap > div ul a:not(:hover) {
	text-decoration: none;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_icl_lang_sel_widget .widget-wrap > div ul a {
	border: 0.125rem solid #e5006d;
	border-radius: 0.3125rem;
	display: block;
	margin-right: 2.1875rem;
	padding: 0.9375rem 2.1875rem 0.625rem;
	transition: all 0.2s ease-in-out 0s;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_icl_lang_sel_widget .widget-wrap > div ul a:hover {
	border-color: #fff;
	color: #fff;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_icl_lang_sel_widget .widget-wrap > div ul a span {
	vertical-align: baseline;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 {
	position: relative;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section {
	padding: 2.8125rem;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section .widget-wrap > div {
	text-align: center;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section .widget-wrap > div p {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin: 0;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section.widget_custom_html {
	order: 3;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section.widget_nav_menu {
	order: 2;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section.widget_text {
	order: 1;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-2, .footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-3 {
	bottom: 0;
	position: absolute;
	right: 0;

	order: 3;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-2 a, .footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-3 a {
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	text-align: center;

	align-items: center;
	justify-content: center;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-2 a:hover, .footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-3 a:hover {
	color: #fff;
	text-decoration: none;
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-2 a::before, .footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-3 a::before {
	content: "";
	font-family: "EHF_iconfont";
	font-size: 200%;
	margin: 1.5625rem 0;
	}

.button-filled {
	background-color: #e5006d;
	border: 0;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.button-filled a:not(:hover) {
	text-decoration: none;
	}

.button-filled:hover, .button-filled:focus {
	background-color: #87004e;
	color: #fff;
	}

.button-outline {
	background: transparent;
	border: 0;
	border: 2px solid #e5006d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #e5006d;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.button-outline a:not(:hover) {
	text-decoration: none;
	}

.button-outline:hover, .button-outline:focus {
	border-color: #87004e;
	color: #87004e;
	}

body.high-contrast .button-filled,
body.high-contrast main button:not(.slick-arrow),
body.high-contrast a.button {
	background-color: #000 !important;
	color: #fff !important;
	}

body.high-contrast .button-filled:hover,
body.high-contrast main button:not(.slick-arrow):hover,
body.high-contrast a.button:hover {
	background-color: #000 !important;
	color: #fff !important;
	text-decoration: underline !important;
	}

label {
	color: #595757;
	display: block;
	font-weight: bold;
	margin-bottom: 0.8125rem;
	}

label + div[class^="formicon-"] {
	position: relative;
	}

label + div[class^="formicon-"]:before {
	color: #e5006d;
	display: flex;
	height: 100%;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;

	pointer-events: none;
	align-items: center;
	}

label + div[class^="formicon-"].formicon-search:before {
	color: #595757;
	content: "";
	font-family: "EHF_iconfont";
	}

label + div[class^="formicon-"].formicon-select:before {
	content: "";
	font-family: "EHF_iconfont";
	}

.entry-content .nf-before-form-content {
	margin: 2.5rem 0 1.25rem;
	}

.entry-content .nf-before-form-content .ninja-forms-req-symbol {
	color: #595757;
	}

.entry-content .nf-form-content {
	max-width: none;
	padding: 0;
	}

.entry-content .nf-form-content input,
.entry-content .nf-form-content textarea {
	border: 1px solid #9d9d9d;
	border-radius: 0.3125rem !important;
	font-size: 1.5rem;
	line-height: 1.875rem;
	padding: 1.875rem;
	}

.entry-content .nf-form-content .nf-field-label label {
	font-size: 1.5rem;
	}

.entry-content .nf-form-content hr.ninja-forms-field {
	background: #595757;
	height: 0.0625rem;
	margin: 2.5rem 0;
	}

.entry-content .nf-form-content .submit-container input[type="button"],
.entry-content .nf-form-content .submit-container input[type="submit"] {
	background: #e5006d;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	font-size: 1.5625rem;
	padding: 0 2.5rem;
	transition: all 0.3s ease;
	}

.entry-content .nf-form-content .submit-container input[type="button"]:hover,
.entry-content .nf-form-content .submit-container input[type="submit"]:hover {
	background: #87004e;
	}

.entry-content .nf-form-content .nf-field-container .ninja-forms-req-symbol,
.entry-content .nf-form-content .nf-before-form-content .ninja-forms-req-symbol {
	color: #595757;
	}

.entry-content .nf-form-content .nf-field-container .nf-field-description,
.entry-content .nf-form-content .nf-before-form-content .nf-field-description {
	padding-top: 0.3125rem;

	order: 20;
	}

.entry-content .nf-form-content .nf-field-container .nf-field-description > p,
.entry-content .nf-form-content .nf-before-form-content .nf-field-description > p {
	font-size: 0.875rem;
	}

input,
select,
textarea,
.select2 {
	background-color: #fff;
	border: 0;
	border: 1px solid #9d9d9d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #595757;
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 0;
	padding: 0.9375rem 1.875rem;
	text-decoration: none;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

input a:not(:hover),
select a:not(:hover),
textarea a:not(:hover),
.select2 a:not(:hover) {
	text-decoration: none;
	}

input:disabled, input:disabled:hover,
select:disabled,
select:disabled:hover,
textarea:disabled,
textarea:disabled:hover,
.select2:disabled,
.select2:disabled:hover {
	cursor: not-allowed;
	}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select2::-webkit-input-placeholder {
	color: #595757;
	font-size: 1.5rem;
	opacity: 1 !important;
	}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.select2::-moz-placeholder {
	color: #595757;
	font-size: 1.5rem;
	opacity: 1 !important;
	}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.select2::-ms-input-placeholder {
	color: #595757;
	font-size: 1.5rem;
	opacity: 1 !important;
	}

input::placeholder,
select::placeholder,
textarea::placeholder,
.select2::placeholder {
	color: #595757;
	font-size: 1.5rem;
	opacity: 1 !important;
	}

select::-ms-expand {
	display: none;
	}

input[type="search"] {
	-webkit-appearance: none;
	}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
	}

body:not(:-moz-handler-blocked) fieldset {
	display: table-cell;
	}

legend + * {
	clear: both;
	}

.select2-hidden-accessible {
	border: 0 !important;
	height: 1px !important;
	margin: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	}

.select2-hidden-accessible:focus {
	background: #eee !important;
	color: #000 !important;
	height: auto !important;
	opacity: 1 !important;
	overflow: auto !important;
	padding: 1em !important;
	width: auto !important;
	}

.select2 {
	background-color: #fff;
	border: 0;
	border: 1px solid #e5006d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #595757;
	cursor: pointer;
	display: block;
	display: flex;
	font-size: 1.5rem;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 0;
	text-decoration: none;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	align-items: center;
	justify-content: space-between;
	}

.select2 a:not(:hover) {
	text-decoration: none;
	}

.select2 .selection {
	color: #e5006d;
	width: 100%;
	}

.select2 .select2-selection {
	display: flex;
	padding: 0.9375rem 1.875rem;

	justify-content: space-between;
	align-items: center;
	}

.select2 .select2-selection:focus {
	outline: 0;
	}

.select2 .select2-selection__arrow {
	font-size: 1.875rem;
	}

.select2-container--open.select2-container--below {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	}

.select2-container--open.select2-container--above {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	}

.select2-container .select2-dropdown {
	background-color: #fff;
	border: 1px solid #e5006d;
	display: block;
	}

.select2-container .select2-dropdown--below {
	border-bottom-left-radius: 0.3125rem;
	border-bottom-right-radius: 0.3125rem;
	}

.select2-container .select2-dropdown--above {
	border-top-left-radius: 0.3125rem;
	border-top-right-radius: 0.3125rem;
	}

.select2-container .select2-dropdown .select2-search--hide {
	border: 0 !important;
	height: 1px !important;
	margin: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	}

.select2-container .select2-dropdown .select2-search--hide:focus {
	background: #eee !important;
	color: #000 !important;
	height: auto !important;
	opacity: 1 !important;
	overflow: auto !important;
	padding: 1em !important;
	width: auto !important;
	}

.select2-container .select2-dropdown .select2-results__options {
	border: 0;
	border-radius: 0;
	color: #595757;
	display: block;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 1.14;
	list-style-type: none;
	margin: 0;
	max-height: 31.25rem;
	outline: none;
	overflow: scroll;
	padding: 0;
	padding: 0 1.875rem;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.select2-container .select2-dropdown .select2-results__options a:not(:hover) {
	text-decoration: none;
	}

.select2-container .select2-dropdown .select2-results__option {
	cursor: pointer;
	margin: 2.5rem 0;
	}

.select2-container .select2-dropdown .select2-results__option:hover {
	color: #e5006d;
	text-decoration: underline;
	}

.select2-container .select2-dropdown .select2-results__option--highlighted {
	color: #87004e;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content input[type=text],
.entry-content .ninja-forms-form-wrap .nf-form-content input[type=email],
.entry-content .ninja-forms-form-wrap .nf-form-content input[type=tel],
.entry-content .ninja-forms-form-wrap .nf-form-content textarea {
	background: #fff !important;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content input[type=text]:focus,
.entry-content .ninja-forms-form-wrap .nf-form-content input[type=email]:focus,
.entry-content .ninja-forms-form-wrap .nf-form-content input[type=tel]:focus,
.entry-content .ninja-forms-form-wrap .nf-form-content textarea:focus {
	border-color: #87004e;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .nf-field-label label {
	font-size: 1.25rem;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .list-radio-wrap ul,
.entry-content .ninja-forms-form-wrap .nf-form-content .list-checkbox-wrap ul {
	list-style: none;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .list-radio-wrap ul li::before,
.entry-content .ninja-forms-form-wrap .nf-form-content .list-checkbox-wrap ul li::before {
	display: none;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .list-radio-wrap ul li label,
.entry-content .ninja-forms-form-wrap .nf-form-content .list-checkbox-wrap ul li label {
	font-weight: 300;
	padding-left: 20px;
	padding-top: 7px;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .checkbox-container label,
.entry-content .ninja-forms-form-wrap .nf-form-content .list-checkbox-wrap li label {
	font-weight: 300;
	padding-left: 1.5rem;
	padding-top: 0.625rem !important;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .checkbox-container label::after,
.entry-content .ninja-forms-form-wrap .nf-form-content .list-checkbox-wrap li label::after {
	background: #fff;
	border: 1px solid #9d9d9d;
	border-radius: 0.3125rem;
	height: 2.5rem;
	width: 2.5rem;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .checkbox-container label::before,
.entry-content .ninja-forms-form-wrap .nf-form-content .list-checkbox-wrap li label::before {
	color: #87004e;
	content: "";
	font-family: "EHF_iconfont";
	left: -1.25rem;
	top: 0.5rem;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .list-checkbox-wrap li {
	margin-bottom: 0.625rem;
	min-height: 2.5rem;
	padding: 0.625rem 0;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::after {
	background: #fff;
	border: 1px solid #9d9d9d;
	height: 1.875rem;
	width: 1.875rem;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content .listradio-wrap .nf-field-element label::before {
	background: #87004e;
	bottom: auto;
	height: 0.875rem;
	left: -1.375rem;
	top: 0.5625rem;
	width: 0.875rem;
	}

.entry-content .ninja-forms-form-wrap .nf-form-content [type="radio"]:checked:before {
	background: #87004e;
	border-radius: 50%;
	content: "";
	display: block;
	height: 50%;
	width: 50%;
	}

.tml .tml-messages,
.tml .tml-errors,
.tml .quebin-form-error {
	list-style: none;
	margin: 2.5rem 0;
	padding: 0;
	}

.tml .tml-messages li,
.tml .tml-messages li.tml-error,
.tml .tml-errors li,
.tml .tml-errors li.tml-error,
.tml .quebin-form-error li,
.tml .quebin-form-error li.tml-error {
	border: 0.0625rem solid #9d9d9d;
	border-left: 0.625rem solid #e5006d !important;
	border-width: 0.0625rem 0.0625rem 0 0.625rem;
	box-shadow: none;
	color: #e5006d;
	margin: 0;
	padding: 0.625rem 1.25rem;
	}

.tml .tml-messages li:last-of-type,
.tml .tml-messages li.tml-error:last-of-type,
.tml .tml-errors li:last-of-type,
.tml .tml-errors li.tml-error:last-of-type,
.tml .quebin-form-error li:last-of-type,
.tml .quebin-form-error li.tml-error:last-of-type {
	border-bottom-width: 0.0625rem;
	}

.tml .tml-messages li::before,
.tml .tml-messages li.tml-error::before,
.tml .tml-errors li::before,
.tml .tml-errors li.tml-error::before,
.tml .quebin-form-error li::before,
.tml .quebin-form-error li.tml-error::before {
	display: none;
	}

.quebin-register label,
#quebin_loginform label,
.tml-login label {
	display: block;
	font-size: 1.125rem;
	margin: 1.875rem 0 0.3125rem;
	}

.quebin-register input[type=submit],
#quebin_loginform input[type=submit],
.tml-login input[type=submit] {
	display: inline-block;
	margin: 2.5rem 0;
	width: auto;
	}

.quebin-register label[for=dsgvo],
#quebin_loginform label[for=dsgvo],
.tml-login label[for=dsgvo] {
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.5rem;
	padding-left: 3.125rem;
	position: relative;
	width: 100%;
	}

.quebin-register .login-remember,
.quebin-register .tml-rememberme-wrap,
#quebin_loginform .login-remember,
#quebin_loginform .tml-rememberme-wrap,
.tml-login .login-remember,
.tml-login .tml-rememberme-wrap {
	position: relative;
	}

.quebin-register .login-remember label,
.quebin-register .tml-rememberme-wrap label,
#quebin_loginform .login-remember label,
#quebin_loginform .tml-rememberme-wrap label,
.tml-login .login-remember label,
.tml-login .tml-rememberme-wrap label {
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.5rem;
	padding-left: 3.125rem;
	position: relative;
	width: 100%;
	}

.quebin-register .tml-submit-wrap,
#quebin_loginform .tml-submit-wrap,
.tml-login .tml-submit-wrap {
	margin-top: 2.5rem;
	}

.quebin-register input[type=checkbox],
#quebin_loginform input[type=checkbox],
.tml-login input[type=checkbox] {
	border: 0.0625rem solid #9d9d9d;
	border-radius: 0.3125rem;
	color: #595757;
	display: flex;
	display: flex;
	font-size: 1.5rem;
	height: 2.5rem;
	left: 0;
	margin-left: 0;
	margin-right: 0.625rem;
	max-width: 100%;
	outline: none;
	position: absolute;
	top: 0;
	width: 2.5rem;

	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	align-items: center;
	justify-content: center;
	}

.quebin-register input[type=checkbox]:focus,
#quebin_loginform input[type=checkbox]:focus,
.tml-login input[type=checkbox]:focus {
	outline: 2px dotted var(--form--border-color);
	outline-offset: 2px;
	}

.quebin-register input[type=checkbox]:checked:before,
#quebin_loginform input[type=checkbox]:checked:before,
.tml-login input[type=checkbox]:checked:before {
	color: #87004e;
	content: "";
	font-family: "EHF_iconfont";
	}

form[name=profile] {
	margin: 2.5rem 0;
	}

form[name=profile] > h3,
form[name=profile] > table,
form[name=profile] .tml-admin_bar_front-wrap {
	display: none !important;
	}

form[name=profile] .tml-submit-wrap {
	padding-top: 2.5rem;
	}

input[type=submit],
button[type=submit] {
	background-color: #e5006d;
	border: 0;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

input[type=submit] a:not(:hover),
button[type=submit] a:not(:hover) {
	text-decoration: none;
	}

input[type=submit]:hover, input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:focus {
	background-color: #87004e;
	color: #fff;
	}

.em-booking .em-booking-message {
	margin-top: 160px;
	}

.em-booking .em-booking-message-error {
	background-color: transparent;
	border: 0;
	}

.em-booking .em-booking-message-error p {
	color: #d0021b;
	font-size: 1.125rem;
	}

.em-booking .em-booking-form-details {
	width: 100%;
	}

.em-booking .em-booking-form-details label {
	float: none;
	width: 100%;
	}

.em-booking .em-booking-form-details .input-group {
	margin: 1.875rem 0;
	}

.em-booking .em-booking-form-details .input-group .input-group {
	margin: 0 0 1.875rem;
	}

.em-booking .em-booking-form-details .input-group.input-checkbox input {
	left: 0;
	position: absolute;
	top: 0;
	}

.em-booking .em-booking-form-details .input-group.input-checkbox label {
	cursor: pointer;
	font-weight: 500;
	padding-left: 3.125rem;
	position: relative;
	}

.em-booking .em-booking-form-details .input-group.input-checkboxes:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-checkbox:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-checkbox:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-radio:not(.input-checkbox) > label {
	color: #87004e;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 2.125rem;
	margin: 0.9375rem 0 1.875rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.em-booking .em-booking-form-details .input-group.input-checkboxes .input-group input, .em-booking .em-booking-form-details .input-group.input-checkbox .input-group input, .em-booking .em-booking-form-details .input-group.input-checkbox .input-group input, .em-booking .em-booking-form-details .input-group.input-radio .input-group input {
	left: 0;
	position: absolute;
	top: 0;
	}

.em-booking .em-booking-form-details .input-group.input-checkboxes .input-group label, .em-booking .em-booking-form-details .input-group.input-checkbox .input-group label, .em-booking .em-booking-form-details .input-group.input-checkbox .input-group label, .em-booking .em-booking-form-details .input-group.input-radio .input-group label {
	cursor: pointer;
	font-weight: 500;
	padding-left: 3.125rem;
	position: relative;
	}

.em-booking .em-booking-form-details .input-group.input-checkboxes label {
	padding-top: 0.3125rem;
	}

.em-booking .em-booking-form-details .input-group.input-checkbox {
	position: relative;
	}

.em-booking .em-booking-form-details .input-group.input-checkbox input[type="checkbox"] {
	left: 0;
	position: absolute;
	top: 0;
	}

.em-booking .em-booking-form-details .input-group .disabled {
	opacity: 0.5;
	}

.em-booking .em-booking-form-details .input-group input {
	margin-left: 0;
	margin-right: 0.625rem;
	}

.em-booking .em-booking-form-details .input-group input:focus {
	border-color: #87004e;
	}

.em-booking .em-booking-form-details .input-group input[type="radio"] {
	border-radius: 50%;
	display: flex;
	height: 1.875rem;
	width: 1.875rem;

	align-items: center;
	justify-content: center;
	}

.em-booking .em-booking-form-details .input-group input[type="radio"]:checked:before {
	background: #87004e;
	border-radius: 50%;
	content: "";
	display: block;
	height: 50%;
	width: 50%;
	}

.em-booking .em-booking-form-details .input-group input[type="text"], .em-booking .em-booking-form-details .input-group input[type="password"], .em-booking .em-booking-form-details .input-group input[type="email"], .em-booking .em-booking-form-details .input-group input[type="phone"] {
	width: 100%;
	}

.em-booking .em-booking-form-details .input-group input[type="checkbox"] {
	display: flex;
	height: 2.5rem;
	width: 2.5rem;

	align-items: center;
	justify-content: center;
	}

.em-booking .em-booking-form-details .input-group input[type="checkbox"]:checked:before {
	color: #87004e;
	content: "";
	font-family: "EHF_iconfont";
	}

.em-booking .em-booking-form-details .input-user_email input {
	width: 100%;
	}

.em-booking .em-booking-buttons {
	margin-top: 1.875rem;
	}

.em-booking .em-booking-submit {
	background: #e5006d;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
	}

.em-booking .em-booking-submit:hover {
	background: #87004e;
	}

a._brlbs-btn-cookie-preference.borlabs-cookie-preference {
	background: transparent;
	background-color: transparent !important;
	border: 0;
	border: 2px solid #e5006d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #e5006d;
	color: #e5006d !important;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

a._brlbs-btn-cookie-preference.borlabs-cookie-preference a:not(:hover) {
	text-decoration: none;
	}

a._brlbs-btn-cookie-preference.borlabs-cookie-preference:hover, a._brlbs-btn-cookie-preference.borlabs-cookie-preference:focus {
	border-color: #87004e;
	color: #87004e;
	}

a._brlbs-btn-cookie-preference.borlabs-cookie-preference:hover, a._brlbs-btn-cookie-preference.borlabs-cookie-preference:focus {
	color: #87004e !important;
	}

#BorlabsCookieBox .cookie-box ._brlbs-btn {
	font-size: 1rem;
	padding: 0.9375rem;
	}

#BorlabsCookieBox ._brlbs-bar-wrap ._brlbs-bar {
	padding: 1.875rem 0;
	}

#BorlabsCookieBox .cookie-box .container,
#BorlabsCookieBox .cookie-preference .container {
	max-width: 1660px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	}

#BorlabsCookieBox .cookie-box ._brlbs-btn-accept-all,
#BorlabsCookieBox .cookie-preference ._brlbs-btn-accept-all {
	background: transparent;
	border: 0;
	border: 2px solid #e5006d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #e5006d;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	padding: 0.9375rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

#BorlabsCookieBox .cookie-box ._brlbs-btn-accept-all a:not(:hover),
#BorlabsCookieBox .cookie-preference ._brlbs-btn-accept-all a:not(:hover) {
	text-decoration: none;
	}

#BorlabsCookieBox .cookie-box ._brlbs-btn-accept-all:hover, #BorlabsCookieBox .cookie-box ._brlbs-btn-accept-all:focus,
#BorlabsCookieBox .cookie-preference ._brlbs-btn-accept-all:hover,
#BorlabsCookieBox .cookie-preference ._brlbs-btn-accept-all:focus {
	border-color: #87004e;
	color: #87004e;
	}

#BorlabsCookieBox .cookie-box ._brlbs-legal a,
#BorlabsCookieBox .cookie-preference ._brlbs-legal a {
	color: #9d9d9d !important;
	}

#BorlabsCookieBox .cookie-box ._brlbs-manage a,
#BorlabsCookieBox .cookie-preference a:not(._brlbs-btn) {
	color: #e5006d;
	}

#BorlabsCookieBox .cookie-box ._brlbs-manage a:focus, #BorlabsCookieBox .cookie-box ._brlbs-manage a:hover,
#BorlabsCookieBox .cookie-preference a:not(._brlbs-btn):focus,
#BorlabsCookieBox .cookie-preference a:not(._brlbs-btn):hover {
	text-decoration: underline;
	}

#BorlabsCookieBox ._brlbs-checkbox ._brlbs-checkbox-indicator {
	border-color: #e5006d;
	}

#BorlabsCookieBox ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator {
	background-color: #e5006d;
	}

#BorlabsCookieBox ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator {
	background-color: #ddd;
	border-color: #ddd;
	}

.BorlabsCookie ._ukw-brlbs-content-blocker label,
.BorlabsCookie ._ukw-brlbs-content-blocker p {
	color: #fff;
	}

.BorlabsCookie ._ukw-brlbs-content-blocker label {
	cursor: pointer;
	display: inline-block;
	}

.BorlabsCookie ._ukw-brlbs-content-blocker input[type="checkbox"] {
	cursor: pointer;
	display: inline-block;
	margin-right: 4px;
	width: auto;

	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	}

.BorlabsCookie ._ukw-brlbs-content-blocker ._ukw-brlbs-youtube,
.BorlabsCookie ._ukw-brlbs-content-blocker ._ukw-brlbs-vimeo {
	margin: 3.75rem 0;
	}

.ui-tooltip.ui-tooltip-default {
	background-color: #e5006d;
	border-radius: 0.3125rem;
	border-width: 0;
	box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
	color: #595757;
	color: #fff;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.875rem;
	margin: 0.9375rem 0;
	}

.ui-tooltip.ui-tooltip-default .ui-tooltip-tip {
	height: 1.25rem;
	width: 1.25rem;
	}

.ui-tooltip.ui-tooltip-default .ui-tooltip-content {
	padding: 0.625rem 1.25rem;
	}

.acf-field-akkordeon {
	margin: 3.75rem 0;
	}

.acf-field-akkordeon .item {
	background-color: #ededed;
	margin-bottom: 0.9375rem;
	}

.acf-field-akkordeon .item:last-child {
	margin-bottom: 0;
	}

.acf-field-akkordeon .item .collapse {
	padding: 0 1.875rem;
	}

.acf-field-akkordeon .item .collapse ul li {
	margin-bottom: 0.9375rem !important;
	}

.acf-field-akkordeon .item .collapse .text.pos-left figure {
	float: left;
	margin-right: 0.9375rem;
	}

.acf-field-akkordeon .item .collapse .text.pos-right figure {
	float: right;
	margin-left: 0.9375rem;
	}

.acf-field-akkordeon .item .collapse .text.image-orientation-landscape figure {
	width: calc(100% * 3/8);
	}

.acf-field-akkordeon .item .collapse .text.image-orientation-portrait figure {
	width: calc(100% * 3/8);
	}

.acf-field-akkordeon .item .collapse .text figure {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-field-akkordeon .item .collapse .text figure a:not(:hover) {
	text-decoration: none;
	}

.acf-field-akkordeon .item .collapse .text figure figcaption {
	color: #9d9d9d;
	font-size: 1.125rem;
	margin: 0.9375rem 0;
	}

.acf-field-akkordeon .item .collapse p:first-child {
	margin-top: 0;
	}

.acf-field-akkordeon .item .collapse p:last-child {
	margin-bottom: 0;
	}

.acf-field-akkordeon .item .collapse ul,
.acf-field-akkordeon .item .collapse ol {
	margin: 0.3125rem 0;
	}

.acf-field-akkordeon .item .collapse h1:first-child {
	margin-top: 0;
	}

.acf-field-akkordeon .item .collapse h1 + ul,
.acf-field-akkordeon .item .collapse h1 + ol {
	margin: 0.9375rem 0;
	}

.acf-field-akkordeon .item .collapse h2:first-child {
	margin-top: 0;
	}

.acf-field-akkordeon .item .collapse h2 + ul,
.acf-field-akkordeon .item .collapse h2 + ol {
	margin: 0.9375rem 0;
	}

.acf-field-akkordeon .item .collapse h3:first-child {
	margin-top: 0;
	}

.acf-field-akkordeon .item .collapse h3 + ul,
.acf-field-akkordeon .item .collapse h3 + ol {
	margin: 0.9375rem 0;
	}

.acf-field-akkordeon .item .collapse h4:first-child {
	margin-top: 0;
	}

.acf-field-akkordeon .item .collapse h4 + ul,
.acf-field-akkordeon .item .collapse h4 + ol {
	margin: 0.9375rem 0;
	}

.acf-field-akkordeon .item .collapse h5:first-child {
	margin-top: 0;
	}

.acf-field-akkordeon .item .collapse h5 + ul,
.acf-field-akkordeon .item .collapse h5 + ol {
	margin: 0.9375rem 0;
	}

.acf-field-akkordeon .item .collapse h6:first-child {
	margin-top: 0;
	}

.acf-field-akkordeon .item .collapse h6 + ul,
.acf-field-akkordeon .item .collapse h6 + ol {
	margin: 0.9375rem 0;
	}

.acf-field-akkordeon .item .collapse .acf-field-downloads {
	border: 0;
	margin: 0 0 2.8125rem;
	margin-top: 0 !important;
	padding: 0;
	}

.acf-field-akkordeon .item [aria-expanded] {
	cursor: pointer;
	display: flex;
	margin: 0;
	padding: 1.875rem;
	position: relative;
	width: calc(100% - 1.875rem);

	align-items: flex-start;
	justify-content: space-between;
	}

.acf-field-akkordeon .item [aria-expanded]::after {
	position: absolute;
	right: 0;
	}

.acf-field-akkordeon .item [aria-expanded="false"]::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-field-akkordeon .item [aria-expanded="true"]::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-field-akkordeon .item [aria-hidden="false"] {
	height: auto;
	padding-bottom: 1.875rem;
	}

.acf-field-akkordeon .item [aria-hidden="true"] {
	height: 0;
	overflow: hidden;
	}

.acf-article-teaser {
	width: 100%;
	}

.acf-article-teaser.first {
	margin-top: 3.75rem;
	}

.acf-article-teaser.last {
	margin-bottom: 3.75rem;
	}

.acf-article-teaser .image,
.acf-article-teaser .description {
	width: 100%;

	order: 2;
	}

.acf-article-teaser.right .image {
	margin-left: 0;
	margin-right: 0;

	order: 2;
	}

.acf-article-teaser.right .description {
	order: 1;
	}

.acf-article-teaser.right .description .desc,
.acf-article-teaser.right .description > h2 {
	margin-right: 0;
	padding-right: 0;
	}

.acf-article-teaser.left .description .desc,
.acf-article-teaser.left .description > h2 {
	margin-left: 0;
	padding-left: 0;
	}

.acf-article-teaser .image {
	background-color: #87004e;
	background-image: url("./resources/img/icons/circle.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 85%;
	display: block;
	min-height: 15.625rem;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;

	order: 1;
	}

.acf-article-teaser .image:hover {
	background-size: auto 90%;
	text-decoration: none;
	}

.acf-article-teaser .image.bg-image {
	background: none;
	}

.acf-article-teaser .image img {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	}

.acf-article-teaser .image .article-teaser-image-text {
	color: #fff;
	display: block;
	font-size: 2.625rem;
	margin: 1.875rem;
	position: relative;
	text-decoration: underline;
	z-index: 2;
	}

.acf-article-teaser .description {
	margin: 1.25rem 0 3.75rem 0;
	position: relative;
	}

.acf-article-teaser .description h2 {
	margin-top: 0;
	}

.acf-article-teaser .description h2 a {
	color: #87004e;
	}

.acf-audio-download {
	font-size: 1.25rem;
	}

.acf-audio-download .autio-title {
	color: #87004e;
	font-size: 1.875rem;
	margin-bottom: 0.625rem;
	}

.acf-audio-download .audio-download {
	margin-top: 1.25rem;
	}

.acf-audio-download .file-info {
	font-size: 1rem;
	padding-left: 0.9375rem;
	text-transform: uppercase;
	}

.acf-banner {
	margin: 3.75rem 0;
	}

.acf-banner.tile > h2 {
	margin-bottom: 1.25rem;
	text-align: center;
	}

.front-page .acf-banner.tile > h2 {
	font-size: 1.875rem;
	margin-bottom: 1.875rem;
	}

.acf-banner.tile .inner .element {
	background: #87004e;
	border: 0.0625rem solid #87004e;
	min-height: 9.375rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	}

.acf-banner.tile .inner .element:hover .image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	}

.acf-banner.tile .inner .element .image {
	background-color: #87004e;
	background-image: url("./resources/img/icons/circle.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 85%;
	left: 0;
	min-height: 18.75rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 1.25rem;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 0;
	}

.acf-banner.tile .inner .element .image.bg-image {
	background-position: center center;
	background-size: cover;
	height: 100%;
	top: 0;
	width: 100%;
	}

.acf-banner.tile .inner .element.bg-image a.gray {
	color: #595757;
	-webkit-filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.7));
	filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.7));
	}

.acf-banner.tile .inner .element.bg-image a.white {
	color: #fff;
	-webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.7));
	filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.7));
	}

.acf-banner.tile .inner .element.bg-image a.black {
	color: #000;
	-webkit-filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.7));
	filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.7));
	}

.acf-banner.tile .inner .element a {
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 2.25rem;
	height: 100%;
	left: 0;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	padding: 2.5rem;
	position: absolute;
	text-decoration: underline;
	top: 0;
	width: 100%;
	width: 100%;
	z-index: 1;
	z-index: 1;
	}

.acf-banner.tile .inner .element:nth-of-type(2) {
	background: #fff;
	}

.acf-banner.tile .inner .element:nth-of-type(2) .image {
	background-color: transparent;
	background-image: url("./resources/img/icons/circle-gray.svg");
	}

.acf-banner.tile .inner .element:nth-of-type(2) a {
	color: #87004e;
	}

.acf-banner.button {
	background: #87004e;
	overflow: hidden;
	}

.acf-banner.button > h2 {
	color: #fff;
	text-align: center;
	}

.acf-banner.button .inner {
	display: flex;
	flex-direction: column;
	padding: 1.875rem 4.0625rem 4.0625rem;

	justify-content: center;
	}

.acf-banner.button .inner .element {
	background: none;
	margin: 0 0 1.25rem;
	min-height: none;
	}

.acf-banner.button .inner .element:last-of-type {
	margin: 0;
	}

.acf-banner.button .inner .element a {
	background: #fff;
	border: 0.125rem solid #e5006d;
	border-radius: 0.4375rem;
	display: inline-block;
	font-size: 1.5rem;
	padding: 0.625rem 1.25rem;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
	}

.acf-banner.button .inner .element a:hover {
	background: #e5006d;
	border-color: #fff;
	color: #fff;
	text-decoration: none;
	}

.acf-field-citation {
	margin: 3.75rem 0;
	}

.acf-field-citation blockquote {
	margin: 0;
	}

.acf-field-citation blockquote p {
	color: #e5006d;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3.4375rem;
	quotes: "„" "“";
	}

.acf-field-citation blockquote p:first-child {
	margin-top: 0;
	}

.acf-field-citation blockquote p:first-child::before {
	content: open-quote;
	}

.acf-field-citation blockquote p:last-child {
	margin-bottom: 0;
	}

.acf-field-citation blockquote p:last-child::after {
	content: close-quote;
	}

.acf-field-citation blockquote p b, .acf-field-citation blockquote p strong, .acf-field-citation blockquote p i, .acf-field-citation blockquote p em {
	font-style: normal;
	font-weight: inherit;
	text-decoration: underline;
	}

.acf-field-citation .author {
	color: #595757;
	font-size: 1.5rem;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.875rem;
	line-height: 1.625rem;
	margin: 0.9375rem 0;
	margin-top: 0.9375rem;
	}

.acf-field-downloads {
	border-bottom: 1px solid #9d9d9d;
	border-top: 1px solid #9d9d9d;
	margin: 3.75rem 0;
	padding: 2.8125rem 0;
	}

.acf-field-downloads h3 {
	margin-bottom: 1.875rem;
	margin-top: 0;
	}

.acf-field-downloads p.description {
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin-bottom: 2.8125rem;
	}

.acf-field-downloads ul.items {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-field-downloads ul.items a:not(:hover) {
	text-decoration: none;
	}

.acf-field-downloads ul.items li.item {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	margin-bottom: 1.875rem;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-field-downloads ul.items li.item a:not(:hover) {
	text-decoration: none;
	}

.acf-field-downloads ul.items li.item:last-child {
	margin-bottom: 0;
	}

.acf-field-downloads ul.items li.item::before {
	display: none;
	}

.acf-field-downloads ul.items li.item a {
	color: #595757;
	display: inline-flex;
	font-size: 1.5rem;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.875rem;
	line-height: 1.875rem;
	margin: 0.9375rem 0;
	margin: 0;
	}

.acf-field-downloads ul.items li.item a > span .file-info {
	color: #9d9d9d;
	font-size: 80%;
	}

.acf-field-downloads ul.items li.item a > span .file-info .file-extension {
	text-transform: uppercase;
	}

.acf-field-downloads ul.items li.item a > span .file-info .file-extension::after {
	content: " | ";
	}

.acf-field-downloads ul.items li.item a > span .file-info .file-size {
	text-transform: lowercase;
	}

.acf-field-downloads ul.items li.item a > span .file-info .comment::before {
	content: " | ";
	}

.acf-field-downloads ul.items li.item a:hover > span .title {
	color: #e5006d;
	text-decoration: underline;
	}

.acf-field-downloads + .acf-field-downloads {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	}

.acf-field-gallery {
	margin: 3.75rem 0;
	}

.acf-field-gallery .full .item,
.acf-field-gallery .item .item {
	height: auto;
	}

.acf-field-gallery .full .item {
	height: auto;
	}

.acf-field-gallery .thumbnail {
	margin: 2.25rem 1.8125rem 0;
	padding: 0 0.90625rem;
	position: relative;
	}

.acf-field-gallery .thumbnail .item {
	cursor: pointer;
	height: auto;
	margin: 0 0.90625rem;
	opacity: 0.6;
	transition: all 0.2s ease-in-out 0s;
	}

.acf-field-gallery .thumbnail .item:hover {
	opacity: 1;
	}

.acf-field-gallery .thumbnail .slick-current, .acf-field-gallery .thumbnail .slick-active {
	outline: 0;
	}

.acf-field-gallery .thumbnail .slick-current {
	opacity: 1;
	}

.acf-field-gallery .thumbnail button.slick-arrow {
	background: none;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	display: flex;
	font-weight: normal;
	height: 3.3125rem;
	list-style-type: none;
	margin: 0;
	margin-top: -1.65625rem;
	outline: none;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 50%;
	width: 3.125rem;
	z-index: 3;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	align-items: center;
	}

.acf-field-gallery .thumbnail button.slick-arrow a:not(:hover) {
	text-decoration: none;
	}

.acf-field-gallery .thumbnail button.slick-arrow::after {
	color: #87004e;
	font-size: 2em;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	}

.acf-field-gallery .thumbnail button.slick-arrow:hover::after {
	color: #e5006d;
	}

.acf-field-gallery .thumbnail button.slick-arrow.slick-prev {
	left: -1.8125rem;

	justify-content: flex-start;
	}

.acf-field-gallery .thumbnail button.slick-arrow.slick-prev::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-field-gallery .thumbnail button.slick-arrow.slick-next {
	right: -1.8125rem;

	justify-content: flex-end;
	}

.acf-field-gallery .thumbnail button.slick-arrow.slick-next::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-field-header_gallery {
	position: relative;
	}

.acf-field-header_gallery .acf-field-header_banner {
	margin-top: 3.75rem;
	}

.acf-field-header_banner {
	background: #87004e;
	border-radius: 0 0.375rem 0.375rem 0;
	left: 0;
	max-width: 95%;
	min-height: 3.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
	transition: all 0.3s ease;
	z-index: 4;
	}

.acf-field-header_banner.closed {
	-webkit-transform: translateY(-50%) translateX(-120%);
	transform: translateY(-50%) translateX(-120%);
	}

.acf-field-header_banner .header-banner-inner {
	padding: 0.9375rem 2.5rem 2.5rem 0.9375rem;
	position: relative;
	}

.acf-field-header_banner h3 {
	color: #fff;
	margin-top: 0;
	padding-top: 1.25rem;
	}

.acf-field-header_banner .header-banner-text,
.acf-field-header_banner .header-banner-text * {
	color: #e5006d;
	}

.acf-field-header_banner .header-banner-text {
	width: 97%;
	}

.acf-field-header_banner .header-banner-close {
	cursor: pointer;
	display: block;
	height: 2.5rem;
	position: absolute;
	right: 0.625rem;
	top: 0.9375rem;
	width: 2.5rem;
	z-index: 99;
	}

.acf-field-header_banner .header-banner-close:hover {
	cursor: pointer;
	text-decoration: none;
	}

.acf-field-header_banner .header-banner-close:hover::before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

.acf-field-header_banner .header-banner-close::before {
	color: #fff;
	content: "";
	display: block;
	font-family: "EHF_iconfont";
	font-size: 1.875rem;
	transition: all 0.3s ease;
	}

.acf-field-header_banner .link.cta {
	border: 0.125rem solid #e5006d;
	border-radius: 0.375rem;
	color: #e5006d;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	margin-top: 1.25rem;
	padding: 0.75rem 1.25rem;
	transition: all 0.3s ease;
	}

.acf-field-header_banner .link.cta:hover {
	background: #e5006d;
	color: #fff;
	text-decoration: none;
	}

.acf-field-highlightbox {
	background-color: #ededed;
	margin: 3.75rem 0;
	padding: 1.875rem;
	}

.acf-field-highlightbox h1:first-child {
	margin-top: 0;
	}

.acf-field-highlightbox h2:first-child {
	margin-top: 0;
	}

.acf-field-highlightbox h3:first-child {
	margin-top: 0;
	}

.acf-field-highlightbox h4:first-child {
	margin-top: 0;
	}

.acf-field-highlightbox h5:first-child {
	margin-top: 0;
	}

.acf-field-highlightbox h6:first-child {
	margin-top: 0;
	}

.acf-field-highlightbox-pink {
	background-color: #e5006d;
	padding: 2.5rem;
	text-align: center;
	}

.acf-field-highlightbox-pink p {
	color: #fff;
	}

.acf-field-highlightbox-pink p a {
	color: #fff;
	text-decoration: underline;
	}

.acf-field-highlightbox-pink a.button {
	background: transparent;
	border: 0;
	border: 2px solid #fff;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-field-highlightbox-pink a.button a:not(:hover) {
	text-decoration: none;
	}

.acf-field-highlightbox-pink a.button:hover, .acf-field-highlightbox-pink a.button:focus {
	border-color: #fff;
	color: #fff;
	}

.acf-field-highlightbox-pink a.button:hover {
	background-color: #fff;
	color: #e5006d;
	}

.acf-field-image_big {
	margin: 3.75rem 0;
	}

.acf-field-image_big img {
	width: 100%;
	}

.acf-field-image_big figcaption {
	color: #595757;
	font-size: 1.5rem;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.875rem;
	line-height: 1.625rem;
	margin: 0.9375rem 0;
	margin-top: 1.875rem;
	}

.acf-field-introtext h2 {
	color: #595757;
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 1.875rem;
	margin-top: 0;
	}

.acf-field-introtext p {
	font-size: 1.875rem;
	line-height: 2.5rem;
	}

.acf-linkbutton {
	overflow: hidden;
	width: 100%;
	}

.acf-linkbutton .inner {
	display: flex;

	flex-wrap: nowrap;
	justify-content: left;
	}

.acf-linkbutton .inner a {
	background: #fff;
	border: 0.125rem solid #e5006d;
	border-radius: 0.4375rem;
	display: block;
	font-size: 1.5rem;
	padding: 0.625rem 2.5rem;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
	}

.acf-linkbutton .inner a:hover {
	background: #e5006d;
	border-color: #fff;
	color: #fff;
	text-decoration: none;
	}

.acf-linkbutton.mid .inner {
	justify-content: center;
	}

.acf-linkbutton.right .inner {
	justify-content: right;
	}

.acf-podcast {
	width: 100%;
	}

.acf-podcast audio {
	display: none;
	}

.acf-podcast .image,
.acf-podcast .description {
	width: 100%;
	}

.acf-podcast .image {
	background-color: #87004e;
	background-image: url("./resources/img/icons/circle.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 85%;
	min-height: 18.75rem;
	overflow: hidden;
	position: relative;
	}

.acf-podcast .image.bg-image {
	background: none;
	}

.acf-podcast .image img {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	}

.acf-podcast .image .podcast-image-text {
	color: #fff;
	font-size: 3.75rem;
	margin: 1.875rem;
	position: relative;
	text-decoration: underline;
	z-index: 2;
	}

.acf-podcast .description {
	margin: 1.25rem 0 3.75rem;
	position: relative;
	}

.acf-podcast .description h2 {
	margin-top: 0;
	}

.acf-podcast .audio-player {
	display: flex;
	flex-direction: row;

	flex-wrap: nowrap;
	align-items: center;
	}

.acf-podcast .audio-player .play-pause {
	background: #87004e;
	border-radius: 1.25rem;
	cursor: pointer;
	height: 2.5rem;
	margin: 0 0.9375rem 0 0;
	min-width: 2.5rem;
	position: relative;
	transition: all 0.3s ease;
	}

.acf-podcast .audio-player .play-pause::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.46875rem 0 0.46875rem 0.625rem;
	content: "";
	height: 0;
	left: calc(50% + 1px);
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	}

.acf-podcast .audio-player .play-pause::after {
	content: "";
	display: none;
	position: absolute;
	}

.acf-podcast .audio-player .play-pause:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

.acf-podcast .audio-player .time {
	font-size: 0.75rem;
	padding: 0 0 0 0.625rem;
	white-space: nowrap;
	}

.acf-podcast .audio-player .time span {
	display: inline-block;
	text-align: left;
	width: 50px;
	}

.acf-podcast .audio-player .time span.current {
	padding-right: 0.3125rem;
	text-align: right;
	}

.acf-podcast .audio-player .time span.duration {
	padding-left: 0.3125rem;
	}

.acf-podcast.playing .audio-player .play-pause::before, .acf-podcast.playing .audio-player .play-pause::after {
	background: #fff;
	border: none;
	content: "";
	display: block;
	height: 0.75rem;
	left: calc(50% - 3px);
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 0.25rem;
	}

.acf-podcast.playing .audio-player .play-pause::after {
	left: calc(50% + 3px);
	}

.acf-podcast .speaker {
	background: url("./resources/img/icons/volume.svg") no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	cursor: pointer;
	display: none;
	height: 0.9375rem;
	margin-left: 0;
	min-width: 0.9375rem;
	}

.acf-podcast .volume-wrap {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0.9375rem;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	display: none;
	height: 1.875rem;
	padding: 0.4375rem 0.75rem;
	position: absolute;
	right: 0;
	top: -0.625rem;
	-webkit-transform: rotate(-90deg) translateX(50%) translateY(calc(50% + 25px));
	transform: rotate(-90deg) translateX(50%) translateY(calc(50% + 25px));
	width: 6.25rem;
	}

.acf-podcast input[type=range].progress {
	background-color: transparent;
	border: none;
	margin: 0.625rem 0;
	padding: 0;
	width: 100%;

	-webkit-appearance: none;
	}

.acf-podcast input[type=range].progress:focus {
	outline: none;
	}

.acf-podcast input[type=range].progress::-webkit-slider-runnable-track {
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	cursor: pointer;
	height: 0.5rem;
	width: 100%;
	}

.acf-podcast input[type=range].progress::-webkit-slider-thumb {
	background: #87004e;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 1.5625rem;
	margin-top: -0.625rem;
	width: 1.5625rem;

	-webkit-appearance: none;
	}

.acf-podcast input[type=range].progress::-moz-range-track {
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	cursor: pointer;
	height: 0.125rem;
	width: 100%;
	}

.acf-podcast input[type=range].progress::-moz-range-thumb {
	background: #87004e;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 0.9375rem;
	width: 0.9375rem;
	}

.acf-podcast input[type=range].progress::-ms-track {
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	cursor: pointer;
	height: 0.25rem;
	width: 100%;
	}

.acf-podcast input[type=range].progress::-ms-fill-lower {
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 2.6px;
	}

.acf-podcast input[type=range].progress::-ms-fill-upper {
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 2.6px;
	}

.acf-podcast input[type=range].progress::-ms-thumb {
	background: #87004e;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 0.9375rem;
	margin-top: -0.4375rem;
	width: 0.9375rem;
	}

.acf-podcast input[type=range].progress:focus::-ms-fill-lower {
	background: #ededed;
	}

.acf-podcast input[type=range].progress:focus::-ms-fill-upper {
	background: #ededed;
	}

.acf-podcast input[type=range].volume {
	background-color: transparent;
	border: none;
	height: 0.9375rem;
	margin: 0;
	padding: 0;
	width: 100%;

	-webkit-appearance: none;
	}

.acf-podcast input[type=range].volume:focus {
	outline: none;
	}

.acf-podcast input[type=range].volume::-webkit-slider-runnable-track {
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	cursor: pointer;
	height: 0.25rem;
	width: 100%;
	}

.acf-podcast input[type=range].volume::-webkit-slider-thumb {
	background: #87004e;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 0.9375rem;
	margin-top: -0.4375rem;
	width: 0.9375rem;

	-webkit-appearance: none;
	}

.acf-podcast input[type=range].volume::-moz-range-track {
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	cursor: pointer;
	height: 0.125rem;
	width: 100%;
	}

.acf-podcast input[type=range].volume::-moz-range-thumb {
	background: #87004e;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 0.9375rem;
	width: 0.9375rem;
	}

.acf-podcast input[type=range].volume::-ms-track {
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	cursor: pointer;
	height: 0.25rem;
	width: 100%;
	}

.acf-podcast input[type=range].volume::-ms-fill-lower {
	background: #2a6495;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	}

.acf-podcast input[type=range].volume::-ms-fill-upper {
	background: #3071a9;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	}

.acf-podcast input[type=range].volume::-ms-thumb {
	background: #87004e;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 0.9375rem;
	margin-top: -0.4375rem;
	width: 0.9375rem;
	}

.acf-podcast input[type=range].volume:focus::-ms-fill-lower {
	background: #ededed;
	}

.acf-podcast input[type=range].volume:focus::-ms-fill-upper {
	background: #ededed;
	}

@supports (-ms-ime-align: auto) {
	.acf-podcast {
		/* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
		}
	.acf-podcast input[type=range] {
		margin: 0;
		/*Edge starts the margin from the thumb, not the track as other browsers do*/
		}
	}

/*
 *  Owl Carousel - Core
 */
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
		}
	100% {
		opacity: 0;
		}
	}
@keyframes fadeOut {
	0% {
		opacity: 1;
		}
	100% {
		opacity: 0;
		}
	}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	z-index: 1;

	-webkit-tap-highlight-color: transparent;
	}

.owl-carousel .owl-stage {
	position: relative;

	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	}

.owl-carousel .owl-stage::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}

.owl-carousel .owl-stage-outer {
	overflow: hidden;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	}

.owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	}

.owl-carousel .owl-item {
	float: left;
	min-height: 1px;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
	}

.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
	}

.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
	}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	}

.owl-carousel .owl-nav.disabled {
	display: none;
	}

.owl-carousel .owl-dots.disabled {
	display: none;
	}

.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

.owl-carousel .owl-nav .owl-next {
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

.owl-carousel .owl-nav button.owl-prev {
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	padding: 0 !important;
	}

.owl-carousel .owl-nav button.owl-next {
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	padding: 0 !important;
	}

.owl-carousel .owl-dot {
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

.owl-carousel button.owl-dot {
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	padding: 0 !important;
	}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

.owl-carousel .owl-animated-in {
	z-index: 0;
	}

.owl-carousel .owl-animated-out {
	z-index: 1;
	}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	}

.owl-carousel .owl-video-wrapper {
	background: #000;
	height: 100%;
	position: relative;
	}

.owl-carousel .owl-video-play-icon {
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
	width: 80px;
	z-index: 1;

	-webkit-backface-visibility: hidden;
	}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	}

.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
	}

.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
	}

.owl-carousel .owl-video-tn {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	transition: opacity 400ms ease;
	}

.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
	}

.owl-carousel.owl-loaded {
	display: block;
	}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
	}

.owl-carousel.owl-hidden {
	opacity: 0;
	}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
	}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
	}

.owl-carousel.owl-rtl {
	direction: rtl;
	}

.owl-carousel.owl-rtl .owl-item {
	float: right;
	}

.no-js .owl-carousel {
	display: block;
	}

.owl-height {
	transition: height 500ms ease-in-out;
	}

.acf-field-support {
	display: flex;
	margin-bottom: 1.875rem;

	align-items: center;
	justify-content: center;
	}

.acf-field-support .acf-field-support-left {
	width: 50%;
	}

.acf-field-support .acf-field-support-left label {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;
	}

.acf-field-support .acf-field-support-right {
	width: 50%;
	}

.acf-field-support .acf-field-support-text {
	padding-left: 1.875rem;
	}

.acf-field-support .acf-field-support-text p:first-of-type {
	margin-top: -0.125rem;
	}

.acf-field-support .acf-field-support-text p {
	font-size: 1.125rem;
	}

.acf-field-text {
	margin: 3.75rem 0;
	}

.acf-field-text.columns .inner .text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	}

.acf-field-text.columns .inner .text p {
	margin: 0 0 0.9375rem;
	}

.acf-field-text .inner .text > h2:first-child {
	margin-top: 0;
	}

.acf-field-text .inner .text > h3:first-child {
	margin-top: 0;
	}

.acf-field-text .inner .text > h4:first-child {
	margin-top: 0;
	}

.acf-field-text .inner .text > h5:first-child {
	margin-top: 0;
	}

.acf-field-text .inner .text > h6:first-child {
	margin-top: 0;
	}

.acf-field-text .inner .text > *:last-child {
	margin-bottom: 0.9375rem;
	}

.acf-field-text.has-image .inner .text figure {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-field-text.has-image .inner .text figure a:not(:hover) {
	text-decoration: none;
	}

.acf-field-text.has-image .inner .text figure figcaption {
	color: #9d9d9d;
	font-size: 1.125rem;
	margin: 0.9375rem 0;
	}

.acf-field-text.has-image.pos-left .inner .text figure {
	float: left;
	margin-right: 0.9375rem;
	}

.acf-field-text.has-image.pos-right .inner .text figure {
	float: right;
	margin-left: 0.9375rem;
	}

.acf-field-text.has-image.image-orientation-landscape .inner .text figure {
	width: calc(100% * 3/8);
	}

.acf-field-text.has-image.image-orientation-portrait .inner .text figure {
	width: calc(100% * 3/8);
	}

.entry-content > .acf-field-text:first-child {
	margin-top: 0;
	}

.acf-field-video_wrapper {
	margin: 3.75rem 0;
	}

.acf-field-video_wrapper .video {
	position: relative;
	}

.acf-field-video_wrapper .video:hover:before {
	background-color: rgba(0, 0, 0, 0.15);
	}

.acf-field-video_wrapper .video:before {
	background-color: transparent;
	background-image: url("resources/img/icons/play.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6.25rem;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;

	pointer-events: none;
	}

.acf-field-video_wrapper .video.active:before {
	display: none;
	}

.acf-field-video_teaser_wrapper {
	display: flex;
	flex-direction: row;
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
	width: calc(100% + 0.9375rem);

	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	}

.acf-field-video_teaser_wrapper .teaser-image {
	margin-bottom: 1.875rem;
	}

.acf-field-video_teaser_wrapper .video_teaser {
	display: inline-block;
	margin-bottom: 3.75rem;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	position: relative;
	width: calc(50% - 1.875rem);
	}

.acf-field-video_teaser_wrapper .video_teaser a {
	display: block;
	}

.acf-field-video_teaser_wrapper .video_teaser ._ukw-brlbs-youtube {
	margin: 0;
	}

.acf-field-video_teaser_wrapper .video_teaser > span {
	height: 0.0625rem;
	position: fixed;
	right: -624.9375rem;
	width: 0.0625rem;
	}

.acf-field-video_teaser_wrapper .video_teaser.active a {
	/* ratio 16x9 */
	height: 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	}

.acf-field-video_teaser_wrapper .video_teaser.active.lightbox a {
	height: auto;
	padding: 0;
	}

.acf-field-video_teaser_wrapper .video_teaser.active .image-wrapper .play-button {
	top: 50%;
	}

.acf-field-video_teaser_wrapper .video_teaser iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.acf-field-video_teaser_wrapper .video_teaser .image-wrapper {
	background: #000;
	position: relative;
	}

.acf-field-video_teaser_wrapper .video_teaser .image-wrapper img {
	display: block;
	opacity: 0.9;
	transition: all 0.3s ease;
	}

.acf-field-video_teaser_wrapper .video_teaser .image-wrapper .play-button {
	background: #87004e;
	border: 9px solid #87004e;
	border-radius: 50%;
	display: block;
	height: 5rem;
	left: 50%;
	position: absolute;
	top: calc(50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 5rem;
	z-index: 4;
	}

.acf-field-video_teaser_wrapper .video_teaser .image-wrapper .play-button::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.9375rem 0 0.9375rem 1.25rem;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: 0.1875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 0;
	z-index: 4;
	}

.acf-field-video_teaser_wrapper .video_teaser .image-wrapper:hover img {
	opacity: 0.5;
	}

.acf-field-video_teaser_wrapper .video_teaser .image-wrapper:hover .play-button {
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
	transform: translateY(-50%) translateX(-50%) scale(1.1);
	}

.acf-field-video_teaser_wrapper .video_teaser .teaser {
	text-align: left;
	}

.acf-field-video_teaser_wrapper .video_teaser .teaser h3 {
	color: #595757;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 1.875rem 0 1.875rem;

	-ms-hyphens: auto;
	}

.acf-field-video_teaser_wrapper .video_teaser .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.video-lightbox {
	background: rgba(0, 0, 0, 0.85);
	bottom: 0;
	display: flex;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 99;

	align-items: center;
	justify-content: center;
	}

.video-lightbox .close-lightbox {
	cursor: pointer;
	display: block;
	height: 2.5rem;
	position: fixed;
	right: 7%;
	top: 5rem;
	transition: all 0.3s ease;
	width: 2.5rem;
	z-index: 100;
	}

.video-lightbox .close-lightbox::before, .video-lightbox .close-lightbox::after {
	background: #fff;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 2.5rem;
	}

.video-lightbox .close-lightbox::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

.video-lightbox .close-lightbox:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	}

.video-lightbox .lightbox-inner {
	height: 75%;
	margin: 0 auto;
	max-width: 75%;
	width: 100%;
	}

.video-lightbox .lightbox-inner > div {
	/* ratio 16x9 */
	height: 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	}

.video-lightbox .lightbox-inner > div iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.acf-youtube {
	width: 100%;
	}

.acf-youtube .youtube,
.acf-youtube .description {
	width: 100%;
	}

.acf-youtube .youtube {
	background-color: #87004e;
	background-image: url("./resources/img/icons/circle.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 85%;
	min-height: 16.25rem;
	overflow: hidden;
	position: relative;
	}

.acf-youtube .youtube.bg-image {
	background: none;
	}

.acf-youtube .youtube img {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	}

.acf-youtube .youtube .iframe-wrapper {
	height: 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	}

.acf-youtube .youtube .iframe-wrapper iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.acf-youtube .youtube .youtube-image-text {
	color: #fff;
	font-size: 3.75rem;
	margin: 1.875rem;
	position: relative;
	text-decoration: underline;
	z-index: 2;
	}

.acf-youtube .description {
	margin: 1.25rem 0 3.75rem;
	position: relative;
	}

.acf-youtube .description h2 {
	margin-top: 0;
	}

.youtube-player .iframe-wrapper ._ukw-brlbs-youtube {
	margin: 0 !important;
	}

.acf-youtube .youtube .youtube-player .iframe-wrapper {
	padding: 0;
	}

.acf-field-header_gallery {
	height: auto;
	}

.acf-field-header_gallery .full .item {
	height: auto;
	}

.acf-field-header_gallery .full .item img {
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	width: 100%;
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}

.acf-field-header_gallery.colored .full .item img {
	-webkit-filter: none;
	filter: none;
	}

.acf-field-header_bubble_slider {
	position: relative;
	}

.acf-field-header_bubble_slider .owl-prev,
.acf-field-header_bubble_slider .owl-next {
	background: rgba(229, 0, 109, 0.6) !important;
	border-radius: 50%;
	height: 3.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 3.125rem;
	}

.acf-field-header_bubble_slider .owl-prev:hover,
.acf-field-header_bubble_slider .owl-next:hover {
	background: #e5006d !important;
	}

.acf-field-header_bubble_slider .owl-prev {
	left: 1.875rem;
	}

.acf-field-header_bubble_slider .owl-prev::after {
	color: #fff;
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-field-header_bubble_slider .owl-next {
	right: 1.875rem;
	}

.acf-field-header_bubble_slider .owl-next::after {
	color: #fff;
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-field-header_bubble_slider .slide {
	background: #87004e;
	position: relative;
	width: 100%;
	}

.acf-field-header_bubble_slider .slide.color.small {
	padding-bottom: 29%;
	}

.acf-field-header_bubble_slider .slide.color.medium {
	padding-bottom: 35%;
	}

.acf-field-header_bubble_slider .slide.color.big {
	padding-bottom: 50%;
	}

.acf-field-header_bubble_slider .slide > .background.grayscale {
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}

.acf-field-header_bubble_slider .slide .content {
	width: 100%;
	}

.acf-field-header_bubble_slider .slide svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	}

.acf-field-header_bubble_slider .slide #bubble-connector {
	background: #e5006d;
	height: calc(50% - (25vw / 2));
	min-height: 3px;
	position: absolute;
	right: calc(11vw + 16.25vw);
	top: calc(10% + ((16.25vw) / 2));
	width: calc((100vw - 23vw - 16.25vw - 25vw));
	z-index: 0;

	-webkit-clip-path: polygon(100% 0, 100% 3px, 0 100%, 0 calc(100% - 3px));
	clip-path: polygon(100% 0, 100% 3px, 0 100%, 0 calc(100% - 3px));
	}

.acf-field-header_bubble_slider .slide.small.top-top #bubble-connector {
	height: calc((42% - 12.5vw) - (25vw / 2));

	-webkit-clip-path: polygon(100% 0, 100% 3px, 0 3px, 0 0);
	clip-path: polygon(100% 0, 100% 3px, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.small.mid-top #bubble-connector {
	height: calc(50% - (25vw / 2) + 10px);
	}

.acf-field-header_bubble_slider .slide.small.bottom-top #bubble-connector {
	height: calc(58% - 12.5vw + 10px);
	}

.acf-field-header_bubble_slider .slide.small.top-mid #bubble-connector {
	height: 3vw;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.small.mid-mid #bubble-connector {
	height: calc(50% - (25vw / 2));
	top: 50%;

	-webkit-clip-path: polygon(100% 0, 100% 3px, 0 3px, 0 0);
	clip-path: polygon(100% 0, 100% 3px, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.small.bottom-mid #bubble-connector {
	height: calc(52% - 12.5vw);
	top: 50%;
	}

.acf-field-header_bubble_slider .slide.small.top-bottom #bubble-connector {
	height: 5.5vw;
	top: calc((25vw / 2));

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.small.mid-bottom #bubble-connector {
	height: 3vw;
	top: 50%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.small.bottom-bottom #bubble-connector {
	height: calc(50% - (25vw / 2));
	top: calc(12.5% + (25vw / 2));

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.medium.top-top #bubble-connector {
	height: 3vw;

	-webkit-clip-path: polygon(100% 0, 100% 3px, 0 100%, 0 calc(100% - 3px));
	clip-path: polygon(100% 0, 100% 3px, 0 100%, 0 calc(100% - 3px));
	}

.acf-field-header_bubble_slider .slide.medium.mid-top #bubble-connector {
	height: calc(50% - (25vw / 2) + 10px);
	}

.acf-field-header_bubble_slider .slide.medium.bottom-top #bubble-connector {
	height: calc(58% - 12.5vw + 10px);
	}

.acf-field-header_bubble_slider .slide.medium.top-mid #bubble-connector {
	height: 3vw;
	top: 40%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.medium.mid-mid #bubble-connector {
	height: calc(50% - (25vw / 2));
	top: 50%;

	-webkit-clip-path: polygon(100% 0, 100% 3px, 0 3px, 0 0);
	clip-path: polygon(100% 0, 100% 3px, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.medium.bottom-mid #bubble-connector {
	height: 3vw;
	top: 50%;
	}

.acf-field-header_bubble_slider .slide.medium.top-bottom #bubble-connector {
	height: 8.5vw;
	top: 42%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.medium.mid-bottom #bubble-connector {
	height: 6vw;
	top: 50%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.medium.bottom-bottom #bubble-connector {
	height: 4.5vw;
	top: 55%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.big.top-top #bubble-connector {
	height: 8.5vw;

	-webkit-clip-path: polygon(100% 0, 100% 3px, 0 100%, 0 calc(100% - 3px));
	clip-path: polygon(100% 0, 100% 3px, 0 100%, 0 calc(100% - 3px));
	}

.acf-field-header_bubble_slider .slide.big.mid-top #bubble-connector {
	height: 12.2vw;
	}

.acf-field-header_bubble_slider .slide.big.bottom-top #bubble-connector {
	height: calc(58% - 12.5vw + 10px);
	}

.acf-field-header_bubble_slider .slide.big.top-mid #bubble-connector {
	height: 4vw;
	top: 42%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.big.mid-mid #bubble-connector {
	height: calc(50% - (25vw / 2));
	top: 50%;

	-webkit-clip-path: polygon(100% 0, 100% 3px, 0 3px, 0 0);
	clip-path: polygon(100% 0, 100% 3px, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.big.bottom-mid #bubble-connector {
	height: 4.5vw;
	top: 50%;
	}

.acf-field-header_bubble_slider .slide.big.top-bottom #bubble-connector {
	height: 16vw;
	top: 42%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.big.mid-bottom #bubble-connector {
	height: calc(25vw / 2);
	top: 50%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide.big.bottom-bottom #bubble-connector {
	height: 8vw;
	top: 58%;

	-webkit-clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	clip-path: polygon(100% calc(100% - 3px), 100% 100%, 0 3px, 0 0);
	}

.acf-field-header_bubble_slider .slide .bubble {
	background-color: #e5006d;
	border-radius: 50%;
	color: #fff;
	height: 25vw;
	position: absolute;
	width: 25vw;
	z-index: 2;

	pointer-events: all;
	}

.acf-field-header_bubble_slider .slide .bubble .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: absolute;
	width: 100%;

	justify-content: center;
	}

.acf-field-header_bubble_slider .slide .bubble .inner h1,
.acf-field-header_bubble_slider .slide .bubble .inner h2,
.acf-field-header_bubble_slider .slide .bubble .inner .link {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}

.acf-field-header_bubble_slider .slide .bubble .inner h2 {
	margin-top: 0;
	}

.acf-field-header_bubble_slider .slide .bubble .inner .link::after {
	content: " »";
	}

.acf-field-header_bubble_slider .slide .bubble.bg-image {
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	}

.acf-field-header_bubble_slider .slide .bubble.bg-image h1, .acf-field-header_bubble_slider .slide .bubble.bg-image h2, .acf-field-header_bubble_slider .slide .bubble.bg-image .link {
	-webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.7));
	filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.7));
	}

.acf-field-header_bubble_slider .slide .bubble .background {
	border-radius: 50%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 0;
	}

.acf-field-header_bubble_slider .slide .bubble .background.grayscale {
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}

.acf-field-header_bubble_slider .slide .bubble .background img {
	display: block;
	}

.acf-field-header_bubble_slider .slide .bubble.big {
	left: 12vw;
	}

.acf-field-header_bubble_slider .slide .bubble.big.top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slide .bubble.big.mid {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.acf-field-header_bubble_slider .slide .bubble.big.bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slide .bubble.big h1,
.acf-field-header_bubble_slider .slide .bubble.big a.link {
	color: #fff;
	}

.acf-field-header_bubble_slider .slide .bubble.big .inner {
	padding: 5vw 2.4vw 5vw 3.5vw;
	}

.acf-field-header_bubble_slider .slide .bubble.small {
	height: 16.25vw;
	right: 12vw;
	width: 16.25vw;
	}

.acf-field-header_bubble_slider .slide .bubble.small.top {
	top: 10%;
	}

.acf-field-header_bubble_slider .slide .bubble.small.mid {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.acf-field-header_bubble_slider .slide .bubble.small.bottom {
	bottom: 10%;
	}

.acf-field-header_bubble_slider .slide .bubble.small .inner {
	padding: 2.8vw 1vw 2.8vw 2.5vw;
	}

.acf-field-header_bubble_slider .slide .bubble.mobile {
	display: none;
	}

.acf-field-header_bubble_slider .slide .bubble h2,
.acf-field-header_bubble_slider .slide .bubble a.link {
	color: #fff;
	position: relative;
	z-index: 1;
	}

.acf-fp-carousel {
	margin: 11.25rem auto;
	}

.acf-fp-carousel .inner .slick-track {
	display: flex;

	align-items: center;
	}

.acf-fp-carousel .inner .slick-dots {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	margin: 1.875rem 0.46875rem 0.46875rem;
	outline: none;
	padding: 0;
	text-align: center;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-fp-carousel .inner .slick-dots a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-carousel .inner .slick-dots li {
	border: 0;
	border-radius: 0;
	display: block;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	margin: 0.46875rem;
	outline: none;
	padding: 0;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-fp-carousel .inner .slick-dots li a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-carousel .inner .slick-dots li button {
	display: none;
	}

.acf-fp-carousel .inner .slick-dots li::before {
	border: 0;
	border-radius: 0;
	color: #e5006d;
	display: block;
	font-size: 1.875rem;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-fp-carousel .inner .slick-dots li::before a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-carousel .inner .slick-dots li:not(.slick-active)::before {
	content: "◦";
	}

.acf-fp-carousel .inner .slick-dots li.slick-active::before {
	content: "⦿";
	}

.acf-fp-carousel .inner .item {
	color: #595757;
	height: auto;
	outline: 0;
	padding: 0 3.75rem;
	position: relative;
	}

.acf-fp-carousel .inner .item .content {
	margin: 0 auto;
	max-width: calc(100% - 3.125rem * 2);
	}

.acf-fp-carousel .inner .item p {
	color: inherit;
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

.acf-fp-carousel .inner .item p:first-child {
	margin-top: 0;
	}

.acf-fp-carousel .inner .item p:last-child {
	margin-bottom: 0;
	}

.acf-fp-carousel .inner .item p strong {
	color: #e5006d;
	font-weight: normal;
	}

.acf-fp-carousel .inner .slick-arrow {
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	font-weight: normal;
	height: 100%;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 3.125rem;
	z-index: 4;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	pointer-events: all;
	}

.acf-fp-carousel .inner .slick-arrow a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-carousel .inner .slick-arrow[aria-disabled="true"] {
	opacity: 0.1;
	}

.acf-fp-carousel .inner .slick-arrow::after {
	color: #e5006d;
	font-size: 3em;
	transition: all 0.2s ease-in-out 0s;
	}

.acf-fp-carousel .inner .slick-arrow.slick-prev {
	left: 0;
	}

.acf-fp-carousel .inner .slick-arrow.slick-prev::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-fp-carousel .inner .slick-arrow.slick-next {
	right: 0;
	}

.acf-fp-carousel .inner .slick-arrow.slick-next::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-fp-testimonials {
	margin: 11.25rem 0;
	}

.acf-fp-testimonials .inner {
	display: flex;
	flex-direction: column;
	text-align: center;

	align-items: center;
	}

.acf-fp-testimonials .inner h2 {
	margin: 0 0 3.75rem;
	}

.acf-fp-testimonials .inner .items {
	display: flex;
	width: 100%;

	flex-wrap: wrap;
	justify-content: space-between;
	}

.acf-fp-testimonials .inner .items .item {
	flex: 0 1 100%;
	}

.acf-fp-testimonials .inner .items .item {
	padding: 1.875rem;
	}

.acf-fp-testimonials .inner .items .item figure {
	border: 0;
	border-radius: 0;
	display: block;
	display: flex;
	flex-direction: column;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	justify-content: center;
	align-items: center;
	}

.acf-fp-testimonials .inner .items .item figure a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-testimonials .inner .items .item figure img {
	border-radius: 50%;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	margin-bottom: 1.875rem;
	max-height: 18.75rem;
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	max-width: 18.75rem;
	}

.acf-fp-testimonials .inner .items .item figure figcaption {
	color: #595757;
	font-size: 1.25rem;
	font-weight: bold;
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

.acf-fp-testimonials .inner .items .item .quote {
	border: 0;
	border-radius: 0;
	color: #87004e;
	display: block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.875rem;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	margin: 0;
	margin-top: 1.875rem;
	outline: none;
	padding: 0;
	quotes: "\"" "\"";
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-fp-testimonials .inner .items .item .quote a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-testimonials .inner .items .item .quote:first-child {
	margin-top: 0;
	}

.acf-fp-testimonials .inner .items .item .quote:last-child {
	margin-bottom: 0;
	}

.acf-fp-testimonials .inner .moretoseehere {
	margin-top: 5.625rem;
	}

.acf-fp-testimonials .inner .moretoseehere a {
	background: transparent;
	border: 0;
	border: 2px solid #e5006d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #e5006d;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-fp-testimonials .inner .moretoseehere a a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-testimonials .inner .moretoseehere a:hover, .acf-fp-testimonials .inner .moretoseehere a:focus {
	border-color: #87004e;
	color: #87004e;
	}

.acf-fp-testimonials {
	margin: 11.25rem auto;
	}

.acf-fp-testimonials .inner .slick-track {
	display: flex;

	align-items: center;
	}

.acf-fp-testimonials .inner .slick-dots {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	margin: 1.875rem 0.46875rem 0.46875rem;
	outline: none;
	padding: 0;
	text-align: center;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-fp-testimonials .inner .slick-dots a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-testimonials .inner .slick-dots li {
	border: 0;
	border-radius: 0;
	display: block;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	margin: 0.46875rem;
	outline: none;
	padding: 0;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-fp-testimonials .inner .slick-dots li a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-testimonials .inner .slick-dots li button {
	display: none;
	}

.acf-fp-testimonials .inner .slick-dots li::before {
	border: 0;
	border-radius: 0;
	color: #e5006d;
	display: block;
	font-size: 1.875rem;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.acf-fp-testimonials .inner .slick-dots li::before a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-testimonials .inner .slick-dots li:not(.slick-active)::before {
	content: "◦";
	}

.acf-fp-testimonials .inner .slick-dots li.slick-active::before {
	content: "⦿";
	}

.acf-fp-testimonials .inner .slick-arrow {
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	font-weight: normal;
	height: 100%;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 3.125rem;
	z-index: 4;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	pointer-events: all;
	}

.acf-fp-testimonials .inner .slick-arrow a:not(:hover) {
	text-decoration: none;
	}

.acf-fp-testimonials .inner .slick-arrow[aria-disabled="true"] {
	opacity: 0.1;
	}

.acf-fp-testimonials .inner .slick-arrow::after {
	color: #e5006d;
	font-size: 3em;
	transition: all 0.2s ease-in-out 0s;
	}

.acf-fp-testimonials .inner .slick-arrow.slick-prev {
	left: 0;
	}

.acf-fp-testimonials .inner .slick-arrow.slick-prev::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-fp-testimonials .inner .slick-arrow.slick-next {
	right: 0;
	}

.acf-fp-testimonials .inner .slick-arrow.slick-next::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-fp-logos {
	margin: 3.75rem 3.75rem 0;
	}

.acf-fp-logos .inner {
	display: flex;

	flex-wrap: wrap;
	justify-content: space-between;
	}

.acf-fp-logos .inner .secondary {
	display: flex;

	align-items: flex-end;
	flex-wrap: wrap;
	}

.acf-fp-logos .inner .secondary .item {
	margin: 0 3.75rem;
	}

.acf-fp-logos .inner .secondary .item img {
	height: 6.25rem;
	max-width: none;
	width: auto;
	}

.acf-fp-logos .inner .primary .item img {
	height: 12.5rem;
	max-width: none;
	width: auto;
	}

#toggle-contrast {
	background: none;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.375rem;
	font-weight: normal;
	line-height: 1.375rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 0;
	position: absolute;
	right: 10.625rem;
	text-decoration: none;
	top: 3.75rem;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

#toggle-contrast a:not(:hover) {
	text-decoration: none;
	}

#toggle-contrast:hover span, #toggle-contrast:focus span {
	text-decoration: underline;
	}

#toggle-contrast:active {
	color: #e5006d;
	}

#toggle-contrast::after {
	content: "";
	font-family: "EHF_iconfont";
	margin-left: 1.875rem;
	}

nav#main-navigation.high-contrast #toggle-contrast {
	color: #000;
	}

nav#main-navigation {
	font-family: "UniversLTPro-55Roman";
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	z-index: 5;
	}

nav#main-navigation > section.widget_nav_menu {
	height: calc(100vh + 200px);
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap {
	margin: 0 auto;
	max-width: 1660px;
	width: 100%;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap h3 {
	border: 0 !important;
	height: 1px !important;
	margin: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap h3:focus {
	background: #eee !important;
	color: #000 !important;
	height: auto !important;
	opacity: 1 !important;
	overflow: auto !important;
	padding: 1em !important;
	width: auto !important;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div {
	position: relative;
	/**
				* unspecific styles
				*/
	/**
				* unspecific styles
				*/
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div ul {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: calc(33.33333%);

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div ul a:not(:hover) {
	text-decoration: none;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div ul li.menu-item-has-children > a[aria-expanded="true"] + ul.sub-menu {
	display: block;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div a {
	cursor: pointer;
	display: flex;
	-webkit-hyphens: auto;
	hyphens: auto;
	padding: 0.9375rem;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	width: 100%;

	justify-content: space-between;
	align-items: center;
	-ms-hyphens: auto;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div a:hover, nav#main-navigation > section.widget_nav_menu .widget-wrap > div a:focus {
	text-decoration: none;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div a:hover > span, nav#main-navigation > section.widget_nav_menu .widget-wrap > div a:focus > span {
	text-decoration: underline;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu {
	margin-bottom: 10.625rem;
	margin-top: 7.1875rem;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu li.menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	font-family: "EHF_iconfont";
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu li ul.sub-menu {
	left: 100%;
	width: 100%;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu li ul.sub-menu li a {
	position: relative;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu li ul.sub-menu li:last-child a {
	height: 100%;

	align-items: flex-start;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu li > ul.sub-menu > li.menu-item-has-children > a::after {
	content: "";
	font-family: "EHF_iconfont";
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu > li > ul > li > ul > li ul {
	display: none !important;
	}

nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu > li > ul > li > ul > li.menu-item-has-children > a::after {
	display: none !important;
	}

nav#main-navigation.active {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

nav#main-navigation {
	background-color: #87004e;
	}

nav#main-navigation .sub-menu::before {
	background: #e5006d;
	}

nav#main-navigation ul li a[aria-current="page"], nav#main-navigation ul li a[aria-expanded="true"] {
	color: #fff;
	}

nav#main-navigation ul:hover li a[aria-current="page"] {
	color: #e5006d;
	}

nav#main-navigation > section.widget_nav_menu > .widget-wrap > div > ul li {
	color: #e5006d;
	}

nav#main-navigation > section.widget_nav_menu > .widget-wrap > div > ul li:hover > a {
	color: #fff;
	}

nav#main-navigation > section.widget_nav_menu > .widget-wrap ul.i-am-groot > li > a[aria-expanded="true"] {
	color: #fff;
	}

body.home nav#main-navigation > section .widget-wrap > div > ul:not(.going-deeper):not(.i-am-groot):not(.i-am-papa-groot) > li > a {
	color: #fff;
	}

nav#main-navigation.high-contrast {
	background-color: #ededed;
	}

nav#main-navigation.high-contrast .sub-menu::before {
	background: #000;
	}

nav#main-navigation.high-contrast a {
	color: #000;
	}

nav#main-navigation.high-contrast ul li a[aria-current="page"], nav#main-navigation.high-contrast ul li a[aria-expanded="true"] {
	color: #000;
	}

nav#main-navigation.high-contrast ul:hover li a[aria-current="page"] {
	color: #595757;
	}

nav#main-navigation.high-contrast ul li.current-menu-ancestor:first-child,
nav#main-navigation.high-contrast ul li.current_page_item:first-child {
	border-bottom: 0.3125rem solid #000;
	}

nav#main-navigation.high-contrast > section.widget_nav_menu > .widget-wrap > div > ul li {
	color: #595757;
	}

nav#main-navigation.high-contrast > section.widget_nav_menu > .widget-wrap > div > ul li:hover > a {
	color: #000;
	}

nav#main-navigation.high-contrast > section.widget_nav_menu > .widget-wrap ul.i-am-groot > li > a[aria-expanded="true"] {
	color: #000;
	}

body.home nav#main-navigation.high-contrast > section .widget-wrap > div > ul:not(.going-deeper):not(.i-am-groot):not(.i-am-papa-groot) > li > a {
	color: #000;
	}

#call2actionwidget {
	background: #e5006d;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
	}

#call2actionwidget p, #call2actionwidget a {
	color: #fff;
	}

#call2actionwidget a {
	display: inline;
	padding: 0;
	text-decoration: underline;
	}

#call2actionwidget.active {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	display: block;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

#call2actionwidget.high-contrast {
	background: #000;
	}

#call2actionwidget.high-contrast p, #call2actionwidget.high-contrast a {
	color: #fff;
	}

#menu-socialmedia {
	display: flex;
	list-style: none;
	margin: 0 auto;
	padding: 0;

	justify-content: center;
	}

#menu-socialmedia li.social {
	padding: 0 0.625rem;
	}

#menu-socialmedia li.social a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	display: block;
	font-size: 0.875rem;
	height: 2rem;
	overflow: hidden;
	text-indent: -624.9375rem;
	transition: all 0.2s ease;
	width: 3.125rem;
	}

#menu-socialmedia li.social a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

#menu-socialmedia li.social.twitter a, #menu-socialmedia li.social.x a {
	background-image: url("./resources/img/icons/icon_twitter_x.svg");
	}

#menu-socialmedia li.social.instagram a {
	background-image: url("./resources/img/icons/icon_instagram.svg");
	}

#menu-socialmedia li.social.youtube a {
	background-image: url("./resources/img/icons/icon_youtube.svg");
	}

.footer-widgets .wrap .widget-area.footer-widgets-2 section.widget-first {
	padding: 0;
	}

#after-header-custom {
	background-color: #e5006d;
	box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	left: 0;
	overflow-y: scroll;
	padding: 3.75rem;
	position: fixed;
	top: 0.625rem;
	width: 100%;
	z-index: 6;
	}

#after-header-custom .widget_search form {
	display: flex;
	margin: 0 auto;
	max-width: 1660px;
	width: 100%;
	}

#after-header-custom .widget_search form input[type="search"] {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #87004e;
	border-radius: 0;
	color: #fff;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	min-width: 31.25rem;
	outline: none;
	padding: 0;
	padding: 20 30;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

#after-header-custom .widget_search form input[type="search"] a:not(:hover) {
	text-decoration: none;
	}

#after-header-custom .widget_search form input[type="search"]::-webkit-input-placeholder {
	color: #87004e;
	padding-left: 0.9375rem;
	}

#after-header-custom .widget_search form input[type="search"]::-moz-placeholder {
	color: #87004e;
	padding-left: 0.9375rem;
	}

#after-header-custom .widget_search form input[type="search"]::-ms-input-placeholder {
	color: #87004e;
	padding-left: 0.9375rem;
	}

#after-header-custom .widget_search form input[type="search"]::placeholder {
	color: #87004e;
	padding-left: 0.9375rem;
	}

#after-header-custom .widget_search form input[type="submit"] {
	background: transparent;
	border: 0;
	border: 2px solid #87004e;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #87004e;
	cursor: pointer;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	margin: 0.9375rem;
	max-width: 15.625rem;
	outline: none;
	padding: 0;
	padding: 0.9375rem 1.875rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

#after-header-custom .widget_search form input[type="submit"] a:not(:hover) {
	text-decoration: none;
	}

#after-header-custom .widget_search form input[type="submit"]:hover {
	background-color: #87004e;
	color: #fff;
	}

#after-header-custom .intelligent-navigation {
	display: flex;
	margin: 5rem auto 0;
	max-width: 1660px;
	width: 100%;

	justify-content: space-between;
	}

#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap {
	display: flex;
	flex-direction: column;

	align-items: flex-start;
	}

#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap h3 {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0;
	margin-bottom: 1.0625rem;
	}

#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul {
	border: 0;
	border-radius: 0;
	display: block;
	display: flex;
	flex-direction: column;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-wrap: wrap;
	}

#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul a:not(:hover) {
	text-decoration: none;
	}

#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul li {
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin: 0.8125rem 0;
	}

#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul li:before {
	display: none;
	}

#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul li a {
	color: #fff;
	font-size: 1.125rem;
	}

#after-header-custom.active {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

.widget_search .search-results {
	background: url("./resources/img/ajax-loader.gif") no-repeat center center;
	margin: 0 auto;
	max-width: 1660px;
	min-height: 6.25rem;
	}

.widget_search .search-results.found {
	background: none;
	}

.widget_search .search-results h3 {
	color: #fff;
	font-weight: 500;
	margin: 5rem 0 2.5rem;
	}

.widget_search .search-results .user-search-results {
	display: none;
	}

.widget_search .search-results .user-search-results.open {
	display: block;
	}

.widget_search .search-results .user-search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}

.widget_search .search-results .user-search-results ul li {
	margin: 1.25rem 0 2.5rem;
	}

.widget_search .search-results .user-search-results ul li:before {
	display: none;
	}

.widget_search .search-results .user-search-results ul li a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
	}

.widget_search .search-results .search-content {
	margin-bottom: 6.25rem;
	}

.widget_search .search-results .search-content .tab-wrapper {
	display: flex;
	}

.widget_search .search-results .search-content .tab-wrapper .tab {
	border: 0.0625rem solid #e5006d;
	border-radius: 0.375rem;
	color: #87004e;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	margin: 1.25rem 0.625rem 0 0;
	padding: 0.4375rem 0.9375rem;
	}

.widget_search .search-results .search-content .tab-wrapper .tab:hover {
	background: #87004e1e;
	border-color: #87004e;
	color: #fff;
	}

.widget_search .search-results .search-content .tab-wrapper .tab.active {
	background: #87004e;
	border-color: #87004e;
	color: #fff;
	}

.widget_search .search-results .search-content .tab-wrapper .tab.active:hover {
	background: #87004e;
	border-color: #87004e;
	}

.widget_search .search-results .search-content .result-wrapper {
	display: none;
	}

.widget_search .search-results .search-content .result-wrapper.active {
	display: block;
	}

.widget_search .search-results .search-content .event-login-helper {
	display: none !important;
	}

.widget_search .search-results .search-content .content-results > h3,
.widget_search .search-results .search-content .user-search-results > h3 {
	border: 0.0625rem solid #fff;
	border-width: 0 0 0.0625rem 0;
	display: block;
	padding: 0 0 0.3125rem;
	width: 70%;
	}

.widget_search .search-results .search-content .content-results li a,
.widget_search .search-results .search-content .user-search-results li a {
	font-size: 1.125rem;
	}

.widget_search .search-results .search-content > .post-type {
	padding-bottom: 2.5rem;
	}

.widget_search .search-results .search-content article h2 {
	margin: 0.625rem 0 1.25rem;
	}

.widget_search .search-results .search-content article h2 a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
	}

.widget_search .search-results a:hover {
	text-decoration: underline !important;
	}

/**
* General
*/
.user-info {
	color: #595757;
	}

.user-info > div,
.user-info > div a {
	color: inherit;
	}

.user-info a:hover {
	text-decoration: underline;
	}

.user-info .user-name {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5rem;
	margin-bottom: 0.4375rem;
	}

.user-info .user-group {
	font-family: "UniversLTPro-55Roman";
	margin-bottom: 1.875rem;
	}

.user-info .user-phone,
.user-info .user-mail,
.user-info .user-location {
	display: flex;
	font-family: "UniversLTPro-55Roman";
	margin-bottom: 0.9375rem;

	align-items: center;
	}

.user-info .user-phone:last-child,
.user-info .user-mail:last-child,
.user-info .user-location:last-child {
	margin-bottom: 0;
	}

.user-info .user-phone:before,
.user-info .user-mail:before,
.user-info .user-location:before {
	color: #e5006d;
	font-size: 150%;
	margin-right: 0.625rem;
	}

.user-info .user-phone:before {
	content: "";
	font-family: "EHF_iconfont";
	}

.user-info .user-mail:before {
	content: "";
	font-family: "EHF_iconfont";
	}

.user-info .user-location:before {
	content: "";
	font-family: "EHF_iconfont";
	}

/**
* Intro template
*/
.user-list-wrapper {
	border: 0;
	border-radius: 0;
	display: block;
	display: flex;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	margin: -rem(30);
	margin-bottom: 5.625rem;
	outline: none;
	padding: 0;
	padding: 0.9375rem;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-wrap: wrap;
	}

.user-list-wrapper a:not(:hover) {
	text-decoration: none;
	}

.user-list-wrapper li {
	background-color: #ededed;
	display: block;
	margin: 0.9375rem;
	width: calc(50% - 1.875rem);
	}

.user-list-wrapper li:before {
	display: none;
	}

.user-list-wrapper li:last-child {
	margin-bottom: 0.9375rem;
	}

.user-list-wrapper li:not(.visible) {
	display: none;
	}

.user-list-wrapper li .user-image a img {
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	width: 100%;
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}

.user-list-wrapper li .user-info {
	padding: 1.875rem;
	}

.user-list-wrapper li .user-info .user-mail {
	display: flex;
	}

.user-list-wrapper + #search-no-results {
	display: none;
	margin-bottom: 2.5rem;
	}

aside .search-wrapper {
	margin-bottom: 1.25rem;
	position: relative;
	}

aside .search-wrapper .dropdown-wrapper a {
	background: #fff;
	border: 0.0625rem solid #9d9d9d;
	border-width: 0 0.0625rem;
	color: #595757;
	display: block;
	font-size: 1.125rem;
	padding: 0.9375rem;
	}

aside .search-wrapper .dropdown-wrapper a:hover {
	color: #e5006d;
	text-decoration: underline;
	}

aside .search-wrapper .dropdown-wrapper a.hidden {
	display: none;
	}

aside .search-wrapper.by-name input[type="text"]#user-search-by-name.open {
	border-radius: 0.3125rem 0.3125rem 0 0;
	}

aside .search-wrapper.by-name #user-search-by-name-results {
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 5;
	}

aside .search-wrapper.by-name #user-search-by-name-results a.hidden {
	display: none;
	}

aside .search-wrapper.by-name #user-search-by-name-results a.selected {
	background: #ededed;
	color: #e5006d;
	}

aside .search-wrapper.by-name #user-search-by-name-results a.last {
	border-radius: 0 0 0.3125rem 0.3125rem;
	border-width: 0 0.0625rem 0.0625rem 0.0625rem;
	}

aside .search-wrapper.by-activity {
	position: relative;
	}

aside .search-wrapper.by-activity .term-text-wrapper {
	border: 0.0625rem solid #9d9d9d;
	border-radius: 0.3125rem;
	display: block;
	overflow: hidden;
	padding: 0.75rem;
	}

aside .search-wrapper.by-activity .term-text-wrapper.open {
	border-bottom: 0;
	border-radius: 0.3125rem 0.3125rem 0 0;
	}

aside .search-wrapper.by-activity .term-text-wrapper .input-wrapper input[type="text"]#user-search-by-activity {
	margin: 0.1875rem;
	padding: 0.25rem 0;
	}

aside .search-wrapper.by-activity .selected-terms {
	display: inline-block;
	float: left;
	}

aside .search-wrapper.by-activity .selected-terms .single-term {
	background: #ededed;
	border-radius: 0.1875rem;
	color: #595757;
	display: inline-flex;
	font-size: 0.875rem;
	margin: 0.1875rem;
	padding-right: 0.625rem;
	position: relative;
	white-space: nowrap;

	align-items: center;
	}

aside .search-wrapper.by-activity .selected-terms .single-term a {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 0.625rem;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

aside .search-wrapper.by-activity .selected-terms .single-term a a:not(:hover) {
	text-decoration: none;
	}

aside .search-wrapper.by-activity .selected-terms .single-term a i {
	color: #595757;
	font-size: 0.625rem;
	}

aside .search-wrapper.by-activity .selected-terms .single-term a:hover i {
	color: #e5006d;
	}

aside .search-wrapper.by-activity .input-wrapper {
	float: left;
	}

aside .search-wrapper.by-activity .input-wrapper input[type="text"] {
	border: none;
	display: inline-block;
	font-size: 1.125rem;
	min-width: 1.25rem;
	padding: 0;
	width: 100%;
	}

aside .search-wrapper.by-activity #user-search-by-activity-results {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9;
	}

aside .search-wrapper.by-activity #user-search-by-activity-results a.visible {
	display: block;
	}

aside .search-wrapper.by-activity #user-search-by-activity-results a.selected {
	background: #9d9d9d;
	color: #e5006d;
	}

aside .search-wrapper.by-activity #user-search-by-activity-results a.added {
	display: none;
	}

aside .search-wrapper.by-activity #user-search-by-activity-results a.last {
	border-bottom: 0.0625rem solid #9d9d9d;
	border-radius: 0 0 0.3125rem 0.3125rem;
	}

aside .sidebar-box .user-more-information {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

aside .sidebar-box .user-more-information a:not(:hover) {
	text-decoration: none;
	}

aside .sidebar-box .user-more-information li {
	margin-left: 0;
	}

aside .sidebar-box .user-more-information li:before {
	display: none;
	}

aside .sidebar-box .user-more-information li a:hover {
	text-decoration: underline;
	}

aside .sidebar-box.notice {
	font-size: 1rem;
	line-height: 1.5rem;
	}

aside .sidebar-box.notice p {
	color: inherit;
	font-size: 1rem;
	line-height: 1.5rem;
	}

/**
* Main template
*/
.header_userprofile {
	background-color: #87004e;
	color: #fff;
	width: 100%;
	}

.header_userprofile .wrap {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 1660px;
	padding: 0 3.75rem;
	width: 100%;

	justify-content: space-between;
	}

.header_userprofile .wrap .text {
	display: inline-block;
	margin-left: 0.46875rem;
	margin-right: 0.46875rem;
	width: calc(66.66667% - 0.9375rem);
	}

.header_userprofile .wrap .text .position {
	color: inherit;
	color: #87004e;
	font-size: 1.875rem;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 2.5rem;
	line-height: 2.125rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.header_userprofile .wrap .text h1 {
	color: #87004e;
	color: inherit;
	font-size: 3.75rem;
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 4.375rem;
	margin: 0.9375rem 0 1.25rem;
	margin-bottom: 1.25rem;
	margin-top: 0;
	padding-top: 0;

	-ms-hyphens: auto;
	}

.header_userprofile .wrap .text .scope {
	color: #87004e;
	color: inherit;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3rem;
	margin: 1.25rem 0 1.875rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.header_userprofile .wrap .text .description {
	color: #87004e;
	color: inherit;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 2.125rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	margin-top: 1.875rem;
	}

.header_userprofile .wrap .image {
	display: inline-block;
	margin-left: 0.46875rem;
	margin-right: 0.46875rem;
	width: calc(25% - 0.9375rem);
	}

.header_userprofile .wrap .image img {
	border-radius: 50%;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	width: 25rem;
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}

main .acf-field-akkordeon {
	margin-top: 0;
	}

main .acf-field-akkordeon .item [aria-hidden] > ul {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

main .acf-field-akkordeon .item [aria-hidden] > ul a:not(:hover) {
	text-decoration: none;
	}

main .acf-field-akkordeon .item [aria-hidden] > ul > li {
	margin-bottom: 2.8125rem;
	margin-left: 1.5rem;
	}

main .acf-field-akkordeon .item [aria-hidden] > ul > li:last-child {
	margin-bottom: 0;
	}

main .acf-field-akkordeon .item [aria-hidden] > ul > li .subline {
	margin-bottom: 1.25rem;
	}

main .acf-field-akkordeon .item [aria-hidden] > ul > li .link {
	display: inline-block;
	font-size: 1.125rem;
	margin-top: 1.25rem;
	}

main .acf-field-akkordeon .item [aria-hidden] > ul > li .abstract {
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin-bottom: 1.875rem;
	}

main .acf-field-akkordeon .item [aria-hidden] > ul > li .footnote {
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	line-height: 1.5rem;
	}

main .acf-field-akkordeon .item [aria-hidden] ul.publications-list > li {
	margin: 1.875rem 0;
	}

main .acf-field-akkordeon .item [aria-hidden] ul.publications-list > li:before {
	display: none;
	}

main .acf-field-akkordeon .item [aria-hidden] ul.publications-list + .acf-field-downloads {
	margin-top: 1.875rem !important;
	}

main .acf-field-akkordeon .item [aria-hidden] .acf-field-downloads {
	margin-bottom: 0;
	margin-top: 2.8125rem;
	}

main .acf-field-akkordeon .item [aria-hidden] .acf-field-downloads h4 {
	margin: 0;
	}

aside .sidebar-box ul.key-activities {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

aside .sidebar-box ul.key-activities a:not(:hover) {
	text-decoration: none;
	}

aside .sidebar-box ul.key-activities li {
	border: 0.0625rem solid #87004e;
	border-radius: 0.1875rem;
	color: #87004e;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1rem;
	margin: 0.125rem;
	padding: 0.125rem 0.25rem;
	}

aside .sidebar-box ul.key-activities li:before {
	display: none;
	}

aside .sidebar-box .user-mail {
	display: flex;
	}

/**
* Fix: Sidebar position on mobile
*/

body.page-template-article-overview .site-inner main > article,
body.single-artikel .site-inner main > article {
	display: flex;
	flex-direction: column;
	}

body.page-template-article-overview .site-inner main > article > h1,
body.single-artikel .site-inner main > article > h1 {
	margin-top: 0.9375rem;

	order: 2;
	}

body.page-template-article-overview .site-inner main > article > .article-meta,
body.single-artikel .site-inner main > article > .article-meta {
	order: 1;
	}

body.page-template-article-overview .site-inner main > article > .entry-content,
body.single-artikel .site-inner main > article > .entry-content {
	order: 3;
	}

body.page-template-article-overview .site-inner main > article > .entry-footer,
body.single-artikel .site-inner main > article > .entry-footer {
	order: 4;
	}

.article-archive-post-content {
	padding: 1.875rem;
	text-align: center;
	}

.article-archive-post-content > h1 {
	margin: 0 0 1.875rem;
	}

.article-archive-form-wrapper {
	margin: 0 auto;
	}

.article-archive-form-wrapper form {
	display: flex;
	margin: 0 auto;
	max-width: 50%;
	width: 100%;

	align-items: flex-end;
	justify-content: center;
	}

.article-archive-form-wrapper form > div {
	margin: 0.9375rem;

	flex: 0 1 calc(100% * 4/6 - 1.875rem);
	}

.article-archive-form-wrapper form > div label {
	margin-bottom: 0.75rem;
	}

.article-archive-form-wrapper form > div select {
	border: 0.0625rem solid #e5006d;
	color: #e5006d;
	display: inline-block;
	max-width: 33.4375rem;
	width: 100%;
	}

.article-archive-form-wrapper form input.button {
	background-color: #e5006d;
	border: 0;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	margin: 0.9375rem;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex: 0 1 calc(100% * 2/6 - 1.875rem);
	}

.article-archive-form-wrapper form input.button a:not(:hover) {
	text-decoration: none;
	}

.article-archive-form-wrapper form input.button:hover, .article-archive-form-wrapper form input.button:focus {
	background-color: #87004e;
	color: #fff;
	}

.article-archive-wrapper {
	margin: 3.75rem auto;
	max-width: 1660px;
	padding: 1.875rem;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper {
	display: flex;
	flex-direction: row;
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
	width: calc(100% + 0.9375rem);

	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile {
	display: inline-block;
	margin-bottom: 3.75rem;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	position: relative;
	width: calc(33.33333% - 1.875rem);
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double {
	display: inline-block;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-left: 0.9375rem;
	margin-left: 0;
	margin-right: 0.9375rem;
	margin-right: 0;
	width: calc(66.66667% - 1.875rem);

	-ms-hyphens: auto;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double.quote-box {
	background: #e5006d;
	border: 0;
	color: #fff;
	padding: 3.875rem 4.0625rem;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double.quote-box .quote {
	font-size: 3.75rem;
	line-height: 1.17;
	padding-bottom: 0.9375rem;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser-image {
	margin-bottom: 1.875rem;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .event-type.flag {
	background: #e5006d;
	height: 2.5rem;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.5rem;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .event-type.flag i {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0 auto;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser {
	text-align: left;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0.1875rem 0 1.75rem;

	-ms-hyphens: auto;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser h3 a {
	color: #87004e;
	color: #595757;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 2.125rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	}

.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser .excerpt .read-more {
	margin-left: 0.25rem;
	white-space: nowrap;
	}

.article-archive-wrapper .article-archive-inner .pagination {
	display: flex;
	margin-bottom: 3.75rem;

	justify-content: center;
	}

.article-archive-wrapper .article-archive-inner .pagination > * {
	margin: 0.9375rem;
	}

.back-to-overview {
	color: #9d9d9d;
	display: block;
	margin-bottom: 4.375rem;
	}

.article-meta {
	color: #9d9d9d;
	display: flex;
	font-family: "UniversLTPro-55Roman";

	flex-wrap: wrap;
	}

.article-meta > div {
	display: flex;
	line-height: 1.5rem;
	margin-bottom: 1.125rem;
	margin-right: 1.875rem;

	align-items: center;
	}

.article-meta > div:last-child {
	margin-bottom: 0;
	margin-right: 0;
	}

.article-meta > div.article-date, .article-meta > div.article-terms {
	font-size: 1rem;
	margin-bottom: 0.3125rem;
	}

.single-article .article-meta > div.article-date, .single-article .article-meta > div.article-terms {
	width: auto;
	}

.article-meta > div.article-date > i, .article-meta > div.article-terms > i {
	font-size: 1.5rem;
	margin-right: 0.9375rem;
	}

.article-meta > div.article-date span, .article-meta > div.article-terms span {
	font-size: inherit;
	line-height: 1.25rem;
	}

.article-meta .article-terms i {
	color: #e5006d;
	}

.article-meta .article-terms .terms {
	color: #e5006d;
	font-family: "UniversLTPro-55Roman";
	}

.article-meta .article-terms .terms .term {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

.home .widget.article-teaser {
	margin: 9.375rem 0;
	}

.home .widget.article-teaser .widget-title {
	color: #87004e;
	font-size: 3.75rem;
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 4.375rem;
	margin-bottom: 1.25rem;
	margin-bottom: 3.125rem;
	margin-top: 0;
	padding-top: 0;
	text-align: center;

	-ms-hyphens: auto;
	}

.home .article-teaser.frontpage {
	margin-bottom: 9.375rem;
	overflow: hidden;
	}

.home .article-teaser.frontpage .button {
	background: transparent;
	border: 0;
	border: 2px solid #e5006d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #e5006d;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.home .article-teaser.frontpage .button a:not(:hover) {
	text-decoration: none;
	}

.home .article-teaser.frontpage .button:hover, .home .article-teaser.frontpage .button:focus {
	border-color: #87004e;
	color: #87004e;
	}

.home .article-teaser.frontpage .half-wdith:last-of-type {
	float: right;
	}

.home .article-teaser.frontpage .half-wdith .teaser-tile {
	margin-bottom: 2.8125rem;
	}

.home .article-teaser.frontpage .half-wdith .teaser-image {
	margin-bottom: 1.875rem;
	}

.home .article-teaser.frontpage .half-wdith .date {
	font-family: "UniversLTPro-55Roman";
	}

.home .article-teaser.frontpage .half-wdith .teaser {
	font-size: 1.25rem;
	}

.home .article-teaser.frontpage .half-wdith .teaser h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0.9375rem;

	-ms-hyphens: auto;
	}

.home .article-teaser.frontpage .half-wdith .teaser h3 a {
	color: #87004e;
	color: #595757;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.home .article-teaser.frontpage .half-wdith .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.home .article-teaser.frontpage .half-wdith .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.home .article-teaser.frontpage .half-wdith .teaser .read-more {
	color: #e5006d;
	white-space: nowrap;
	}

.sidebar-primary .article-teaser .teaser-tile {
	margin: 1.5625rem 0 3.4375rem;
	}

.sidebar-primary .article-teaser .teaser-tile .teaser-image {
	margin-bottom: 1.0625rem;
	}

.sidebar-primary .article-teaser .teaser-tile .date {
	font-family: "UniversLTPro-55Roman";
	}

.sidebar-primary .article-teaser .teaser-tile .teaser h3 {
	margin-top: 0;
	}

.sidebar-primary .article-teaser .teaser-tile .teaser h3 a {
	color: #595757;
	}

.sidebar-primary .article-teaser .teaser-tile .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.sidebar-primary .article-teaser .teaser-tile .teaser .excerpt .read-more {
	white-space: nowrap;
	}

body.event-template-default .site-inner main > article {
	display: flex;
	flex-direction: column;
	}

body.event-template-default .site-inner main > article > h1 {
	margin-top: 0.9375rem;

	order: 2;
	}

body.event-template-default .site-inner main > article > .event-meta {
	order: 1;
	}

body.event-template-default .site-inner main > article > .entry-content {
	order: 3;
	}

body.event-template-default .site-inner main > article > .entry-footer {
	order: 4;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul a:not(:hover) {
	text-decoration: none;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li {
	display: flex;
	flex-direction: column;
	margin: 0;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li:not(:last-child) {
	margin-bottom: 3.75rem;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li:before {
	display: none;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li .event-meta > * span {
	font-family: "UniversLTPro-55Roman";
	font-size: 1rem;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li .teaser h4 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0 0 1.875rem;

	-ms-hyphens: auto;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li .teaser h4 a {
	color: #87004e;
	color: #595757;
	font-size: 2.5rem;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 3rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li .teaser .excerpt .read-more {
	margin-left: 0.25rem;
	white-space: nowrap;
	}

.home .event-teaser .widget-title {
	background-color: #ededed;
	color: #87004e;
	font-size: 3.75rem;
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 4.375rem;
	margin-bottom: 1.25rem;
	margin-bottom: 0;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	margin-top: 0;
	padding: 6.25rem 0 0 !important;
	padding-top: 0;
	text-align: center;

	-ms-hyphens: auto;
	}

.home .event-teaser .textwidget {
	background-color: #ededed;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	}

.home .event-more.widget {
	background-color: #ededed;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	padding: 0 0 8.75rem;
	text-align: center;
	}

.home .event-more.widget .button {
	background: transparent;
	border: 0;
	border: 2px solid #e5006d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #e5006d;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.home .event-more.widget .button a:not(:hover) {
	text-decoration: none;
	}

.home .event-more.widget .button:hover, .home .event-more.widget .button:focus {
	border-color: #87004e;
	color: #87004e;
	}

.home .event-more.widget p {
	margin: 0;
	}

.page-template-archive-event #before-content-custom,
.page-template-event-overview #before-content-custom,
.page-template-event-archive #before-content-custom {
	background: #ededed;
	margin-bottom: 5.625rem;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	overflow: hidden;
	text-align: center;
	}

.page-template-archive-event #before-content-custom h3.widget-title,
.page-template-event-overview #before-content-custom h3.widget-title,
.page-template-event-archive #before-content-custom h3.widget-title {
	color: #87004e;
	font-size: 3.75rem;
	font-weight: normal;
	-webkit-hyphens: auto;
	-webkit-hyphens: none;
	hyphens: auto;
	hyphens: none;
	line-height: 4.375rem;
	margin-bottom: 1.25rem;
	margin-top: 0;
	padding-top: 0;
	padding-top: 5.625rem;

	-ms-hyphens: auto;
	-ms-hyphens: none;
	}

.event-carousel {
	background-color: #ededed;
	margin: 0 auto;
	max-width: 1660px;
	width: 100%;
	}

.event-carousel .inner {
	margin: 0 auto;
	max-width: 100vw;
	padding: 3.75rem 5rem 5.625rem;
	width: 100%;
	}

.event-carousel .inner .item {
	height: auto;
	}

.event-carousel .inner .item .content {
	text-align: left;
	}

.event-carousel .inner .item .content .teaser {
	font-size: 1.25rem;
	padding-right: 1.875rem;
	}

.event-carousel .inner .item .content .teaser h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 1.125rem 0 1.5625rem;

	-ms-hyphens: auto;
	}

.event-carousel .inner .item .content .teaser h3 a {
	color: #87004e;
	color: #595757;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.event-carousel .inner .item .content .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.event-carousel .inner .item .content .teaser .read-more {
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	}

.event-carousel .inner .slick-dots {
	border: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	margin: 1.875rem 0.46875rem 0.46875rem;
	outline: none;
	padding: 0;
	text-align: center;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.event-carousel .inner .slick-dots a:not(:hover) {
	text-decoration: none;
	}

.event-carousel .inner .slick-dots li {
	border: 0;
	border-radius: 0;
	display: block;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	margin: 0.46875rem;
	outline: none;
	padding: 0;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.event-carousel .inner .slick-dots li a:not(:hover) {
	text-decoration: none;
	}

.event-carousel .inner .slick-dots li button {
	display: none;
	}

.event-carousel .inner .slick-dots li:before {
	border: 0;
	border-radius: 0;
	color: #e5006d;
	display: block;
	font-size: 1.875rem;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.event-carousel .inner .slick-dots li:before a:not(:hover) {
	text-decoration: none;
	}

.event-carousel .inner .slick-dots li:not(.slick-active):before {
	content: "◦";
	}

.event-carousel .inner .slick-dots li.slick-active:before {
	content: "⦿";
	}

.event-carousel .inner .slick-arrow {
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	font-weight: normal;
	height: 100%;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 3.125rem;
	z-index: 4;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	pointer-events: all;
	}

.event-carousel .inner .slick-arrow a:not(:hover) {
	text-decoration: none;
	}

.event-carousel .inner .slick-arrow[aria-disabled="true"] {
	opacity: 0.1;
	}

.event-carousel .inner .slick-arrow:after {
	color: #e5006d;
	font-size: 3em;
	transition: all 0.2s ease-in-out 0s;
	}

.event-carousel .inner .slick-arrow.slick-prev {
	left: 0;
	}

.event-carousel .inner .slick-arrow.slick-prev:after {
	content: "";
	font-family: "EHF_iconfont";
	}

.event-carousel .inner .slick-arrow.slick-next {
	right: 0;
	}

.event-carousel .inner .slick-arrow.slick-next:after {
	content: "";
	font-family: "EHF_iconfont";
	}

.event-archive-post-content {
	margin: 2.5rem 0;
	text-align: center;
	}

.event-archive-form-wrapper {
	margin: 0 auto;
	}

.event-archive-form-wrapper form {
	display: flex;
	margin: 0 auto;
	max-width: 50%;
	width: 100%;

	align-items: flex-end;
	justify-content: center;
	}

.event-archive-form-wrapper form > div {
	margin: 0.9375rem;

	flex: 0 1 calc(100% * 4/6 - 1.875rem);
	}

.event-archive-form-wrapper form > div label {
	margin-bottom: 0.75rem;
	}

.event-archive-form-wrapper form > div select {
	border: 0.0625rem solid #e5006d;
	color: #e5006d;
	display: inline-block;
	max-width: 33.4375rem;
	width: 100%;
	}

.event-archive-form-wrapper form input.button {
	background-color: #e5006d;
	border: 0;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	margin: 0.9375rem;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: auto;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex: 0 1 calc(100% * 2/6 - 1.875rem);
	}

.event-archive-form-wrapper form input.button a:not(:hover) {
	text-decoration: none;
	}

.event-archive-form-wrapper form input.button:hover, .event-archive-form-wrapper form input.button:focus {
	background-color: #87004e;
	color: #fff;
	}

.event-archive-wrapper {
	margin: 3.75rem auto;
	max-width: 1660px;
	padding: 1.875rem;
	width: 100vw;
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper {
	display: flex;
	flex-direction: row;
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
	width: calc(100% + 0.9375rem);

	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile {
	border: 0.0625rem solid #9d9d9d;
	display: inline-block;
	margin-bottom: 1.875rem;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	padding: 1.875rem;
	position: relative;
	width: calc(33.33333% - 1.875rem);
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .event-flag {
	background: #e5006d;
	height: 2.5rem;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.5rem;
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .event-flag i {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0 auto;
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .teaser {
	text-align: left;
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .teaser h4 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0.9375rem 0 1.875rem;

	-ms-hyphens: auto;
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .teaser h4 a {
	color: #87004e;
	color: #595757;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .teaser .read-more {
	font-family: "UniversLTPro-55Roman";
	white-space: nowrap;
	}

.event-archive-wrapper .event-archive-inner .pagination {
	display: flex;
	margin-bottom: 3.75rem;

	justify-content: center;
	}

.event-archive-wrapper .event-archive-inner .pagination > * {
	margin: 0.9375rem;
	}

.event-meta {
	color: #9d9d9d;
	display: flex;
	font-family: "UniversLTPro-55Roman";

	flex-wrap: wrap;
	}

.event-meta > div {
	display: flex;
	line-height: 1.5rem;
	margin-bottom: 1.125rem;
	margin-right: 1.875rem;

	align-items: center;
	}

.event-meta > div:last-child {
	margin-bottom: 0;
	margin-right: 0;
	}

.event-meta > div.event-date, .event-meta > div.location, .event-meta > div.event-terms, .event-meta > div.event-type {
	font-size: 1rem;
	margin-bottom: 0.3125rem;
	}

.event-meta > div.event-date > i, .event-meta > div.location > i, .event-meta > div.event-terms > i, .event-meta > div.event-type > i {
	font-size: 1.5rem;
	margin-right: 0.9375rem;
	}

.event-meta > div.event-date span, .event-meta > div.location span, .event-meta > div.event-terms span, .event-meta > div.event-type span {
	font-size: inherit;
	line-height: 1.25rem;
	}

.event-meta .event-date .seperator {
	margin: 0 0.1875rem;
	}

.event-meta .event-terms i {
	color: #e5006d;
	}

.event-meta .event-terms .terms {
	color: #e5006d;
	font-family: "UniversLTPro-55Roman";
	}

.event-meta .event-terms .terms .term {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

.event-block-teaser-inner {
	display: flex;
	flex-direction: row;
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
	margin-top: 1.3125rem;
	width: calc(100% + 0.9375rem);

	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	}

.event-block-teaser-inner .item {
	border: 0.0625rem solid #9d9d9d;
	margin-bottom: 1.875rem;
	padding: 1.875rem;
	position: relative;
	}

.event-block-teaser-inner .item .event-flag {
	background: #e5006d;
	height: 2.5rem;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.5rem;
	}

.event-block-teaser-inner .item .event-flag i {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0 auto;
	}

.event-block-teaser-inner .item .teaser {
	text-align: left;
	}

.event-block-teaser-inner .item .teaser h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0.9375rem 0 1.875rem;

	-ms-hyphens: auto;
	}

.event-block-teaser-inner .item .teaser h3 a {
	color: #87004e;
	color: #595757;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.event-block-teaser-inner .item .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.event-block-teaser-inner .item .teaser .excerpt .read-more {
	display: block;
	margin-top: 0.125rem;
	white-space: nowrap;
	}

.series-teaser {
	background: #ededed;
	margin-top: 1.3125rem;
	padding: 1.875rem;
	}

.series-teaser h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0.9375rem 0 1.875rem;

	-ms-hyphens: auto;
	}

.series-teaser h3 a {
	color: #87004e;
	color: #595757;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.series-teaser .excerpt,
.series-teaser .read-more {
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	line-height: 1.5rem;
	}

.series-teaser .excerpt {
	color: #595757;
	}

.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	}

.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item {
	border: 0;
	margin: 0.3125rem 0 3.4375rem 0;
	padding: 0;
	width: 100%;
	}

.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item .event-meta .location {
	display: none;
	}

.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item .teaser h3 {
	margin-top: 0;
	}

.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item .teaser h3 a {
	color: #595757;
	}

.sidebar-primary .event-sidebar-teaser h4 {
	color: #87004e;
	font-size: 1.875rem;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 2.125rem;
	margin: 0.75rem 0 0.625rem 0;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.sidebar-primary .event-sidebar-teaser h4 a {
	color: #595757;
	}

.sidebar-primary .event-sidebar-teaser .read-more {
	display: inline-block;
	margin: 0.3125rem 0 3.75rem;
	}

body.page-template-news-overview .site-inner main > article,
body.single-news .site-inner main > article {
	display: flex;
	flex-direction: column;
	}

body.page-template-news-overview .site-inner main > article > h1,
body.single-news .site-inner main > article > h1 {
	margin-top: 0.9375rem;

	order: 2;
	}

body.page-template-news-overview .site-inner main > article > .news-meta,
body.single-news .site-inner main > article > .news-meta {
	order: 1;
	}

body.page-template-news-overview .site-inner main > article > .entry-content,
body.single-news .site-inner main > article > .entry-content {
	order: 3;
	}

body.page-template-news-overview .site-inner main > article > .entry-footer,
body.single-news .site-inner main > article > .entry-footer {
	order: 4;
	}

.news-archive-post-content {
	padding: 1.875rem;
	text-align: center;
	}

.news-archive-post-content > h1 {
	margin: 0 0 1.875rem;
	}

.news-archive-form-wrapper {
	margin: 0 auto;
	}

.news-archive-form-wrapper form {
	display: flex;
	margin: 0 auto;
	max-width: 50%;
	width: 100%;

	align-items: flex-end;
	justify-content: center;
	}

.news-archive-form-wrapper form > div {
	margin: 0.9375rem;

	flex: 0 1 calc(100% * 4/6 - 1.875rem);
	}

.news-archive-form-wrapper form > div label {
	margin-bottom: 0.75rem;
	}

.news-archive-form-wrapper form > div select {
	border: 0.0625rem solid #e5006d;
	color: #e5006d;
	display: inline-block;
	max-width: 33.4375rem;
	width: 100%;
	}

.news-archive-form-wrapper form input.button {
	background-color: #e5006d;
	border: 0;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	margin: 0.9375rem;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex: 0 1 calc(100% * 2/6 - 1.875rem);
	}

.news-archive-form-wrapper form input.button a:not(:hover) {
	text-decoration: none;
	}

.news-archive-form-wrapper form input.button:hover, .news-archive-form-wrapper form input.button:focus {
	background-color: #87004e;
	color: #fff;
	}

.news-archive-wrapper {
	margin: 3.75rem auto;
	max-width: 1660px;
	padding: 1.875rem;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper {
	display: flex;
	flex-direction: row;
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
	width: calc(100% + 0.9375rem);

	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile {
	display: inline-block;
	margin-bottom: 3.75rem;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	position: relative;
	width: calc(33.33333% - 1.875rem);
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double {
	display: inline-block;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-left: 0.9375rem;
	margin-left: 0;
	margin-right: 0.9375rem;
	margin-right: 0;
	width: calc(66.66667% - 1.875rem);

	-ms-hyphens: auto;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double.quote-box {
	background: #e5006d;
	border: 0;
	color: #fff;
	padding: 3.875rem 4.0625rem;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double.quote-box .quote {
	font-size: 3.75rem;
	line-height: 1.17;
	padding-bottom: 0.9375rem;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser-image {
	margin-bottom: 1.875rem;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .event-type.flag {
	background: #e5006d;
	height: 2.5rem;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.5rem;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .event-type.flag i {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0 auto;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser {
	text-align: left;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0.1875rem 0 1.75rem;

	-ms-hyphens: auto;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser h3 a {
	color: #87004e;
	color: #595757;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 2.125rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	}

.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser .excerpt .read-more {
	margin-left: 0.25rem;
	white-space: nowrap;
	}

.news-archive-wrapper .news-archive-inner .pagination {
	display: flex;
	margin-bottom: 3.75rem;

	justify-content: center;
	}

.news-archive-wrapper .news-archive-inner .pagination > * {
	margin: 0.9375rem;
	}

.back-to-overview {
	color: #9d9d9d;
	display: block;
	margin-bottom: 4.375rem;
	}

.news-meta {
	color: #9d9d9d;
	display: flex;
	font-family: "UniversLTPro-55Roman";

	flex-wrap: wrap;
	}

.news-meta > div {
	display: flex;
	line-height: 1.5rem;
	margin-bottom: 1.125rem;
	margin-right: 1.875rem;

	align-items: center;
	}

.news-meta > div:last-child {
	margin-bottom: 0;
	margin-right: 0;
	}

.news-meta > div.news-date, .news-meta > div.news-terms {
	font-size: 1rem;
	margin-bottom: 0.3125rem;
	}

.single-news .news-meta > div.news-date, .single-news .news-meta > div.news-terms {
	width: auto;
	}

.news-meta > div.news-date > i, .news-meta > div.news-terms > i {
	font-size: 1.5rem;
	margin-right: 0.9375rem;
	}

.news-meta > div.news-date span, .news-meta > div.news-terms span {
	font-size: inherit;
	line-height: 1.25rem;
	}

.news-meta .news-terms i {
	color: #e5006d;
	}

.news-meta .news-terms .terms {
	color: #e5006d;
	font-family: "UniversLTPro-55Roman";
	}

.news-meta .news-terms .terms .term {
	-webkit-hyphens: auto;
	hyphens: auto;

	-ms-hyphens: auto;
	}

.home .widget.news-teaser {
	margin: 9.375rem 0;
	}

.home .widget.news-teaser .widget-title {
	color: #87004e;
	font-size: 3.75rem;
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 4.375rem;
	margin-bottom: 1.25rem;
	margin-bottom: 3.125rem;
	margin-top: 0;
	padding-top: 0;
	text-align: center;

	-ms-hyphens: auto;
	}

.home .news-teaser.frontpage {
	margin-bottom: 9.375rem;
	overflow: hidden;
	}

.home .news-teaser.frontpage .button {
	background: transparent;
	border: 0;
	border: 2px solid #e5006d;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #e5006d;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.home .news-teaser.frontpage .button a:not(:hover) {
	text-decoration: none;
	}

.home .news-teaser.frontpage .button:hover, .home .news-teaser.frontpage .button:focus {
	border-color: #87004e;
	color: #87004e;
	}

.home .news-teaser.frontpage .half-wdith:last-of-type {
	float: right;
	}

.home .news-teaser.frontpage .half-wdith .teaser-tile {
	margin-bottom: 2.8125rem;
	}

.home .news-teaser.frontpage .half-wdith .teaser-image {
	margin-bottom: 1.875rem;
	}

.home .news-teaser.frontpage .half-wdith .date {
	font-family: "UniversLTPro-55Roman";
	}

.home .news-teaser.frontpage .half-wdith .teaser {
	font-size: 1.25rem;
	}

.home .news-teaser.frontpage .half-wdith .teaser h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0.9375rem;

	-ms-hyphens: auto;
	}

.home .news-teaser.frontpage .half-wdith .teaser h3 a {
	color: #87004e;
	color: #595757;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 3rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.home .news-teaser.frontpage .half-wdith .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.home .news-teaser.frontpage .half-wdith .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.home .news-teaser.frontpage .half-wdith .teaser .read-more {
	color: #e5006d;
	white-space: nowrap;
	}

.sidebar-primary .news-teaser .teaser-tile {
	margin: 1.5625rem 0 3.4375rem;
	}

.sidebar-primary .news-teaser .teaser-tile .teaser-image {
	margin-bottom: 1.0625rem;
	}

.sidebar-primary .news-teaser .teaser-tile .date {
	font-family: "UniversLTPro-55Roman";
	}

.sidebar-primary .news-teaser .teaser-tile .teaser h3 {
	margin-top: 0;
	}

.sidebar-primary .news-teaser .teaser-tile .teaser h3 a {
	color: #595757;
	}

.sidebar-primary .news-teaser .teaser-tile .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.sidebar-primary .news-teaser .teaser-tile .teaser .excerpt .read-more {
	white-space: nowrap;
	}

.teaser-wrapper.misc {
	display: flex;
	flex-direction: row;
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
	width: calc(100% + 0.9375rem);

	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	}

.teaser-wrapper.misc .teaser-image {
	margin-bottom: 1.875rem;
	}

.teaser-wrapper.misc .teaser-tile {
	display: inline-block;
	margin-bottom: 3.75rem;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(50% - 1.875rem);
	}

.teaser-wrapper.misc .teaser-tile .teaser {
	text-align: left;
	}

.teaser-wrapper.misc .teaser-tile .teaser h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0.9375rem 0 1.875rem;

	-ms-hyphens: auto;
	}

.teaser-wrapper.misc .teaser-tile .teaser h3 a {
	color: #87004e;
	color: #595757;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 2.125rem;
	margin-bottom: 0.9375rem;
	margin-top: 3.75rem;
	}

.teaser-wrapper.misc .teaser-tile .teaser .excerpt {
	color: #595757;
	font-family: "UniversLTPro-55Roman";
	}

.teaser-wrapper.misc .teaser-tile .teaser .excerpt .read-more {
	margin-left: 0.25rem;
	white-space: nowrap;
	}

.widget.newsletter {
	background-color: #ededed;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	padding: 7.5rem 0.9375rem 8.75rem;
	text-align: center;
	}

.widget.newsletter .textwidget {
	margin: 0 auto;
	max-width: 1660px;
	}

.widget.newsletter .widgettitle {
	color: #87004e;
	font-size: 3.75rem;
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 4.375rem;
	margin-bottom: 1.25rem;
	margin-bottom: 3.75rem;
	margin-top: 0;
	padding-top: 0;

	-ms-hyphens: auto;
	}

.widget.newsletter form {
	margin: 0;
	}

.widget.newsletter form .form-content {
	display: flex;
	margin: 0 auto;
	width: 100%;

	justify-content: center;
	}

.widget.newsletter form .form-content div[rel="email"] {
	margin: 0.9375rem;

	flex: 0 1 calc(60% - 1.875rem);
	}

.widget.newsletter form .form-content div[rel="email"]::-webkit-input-placeholder {
	color: #595757;
	}

.widget.newsletter form .form-content div[rel="email"]::-moz-placeholder {
	color: #595757;
	}

.widget.newsletter form .form-content div[rel="email"]::-ms-input-placeholder {
	color: #595757;
	}

.widget.newsletter form .form-content div[rel="email"]::placeholder {
	color: #595757;
	}

.widget.newsletter form .form-content div[rel="email"] .input {
	width: 100%;

	align-self: stretch;
	}

.widget.newsletter form .form-content div[rel="button"] {
	display: flex;
	margin: 0.9375rem;

	flex: 0 1 calc(40% - 1.875rem);
	}

.widget.newsletter form .form-content div[rel="button"] button {
	background-color: #e5006d;
	border: 0;
	border-radius: 0;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: "UniversLTPro-55Roman";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5rem;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;

	align-self: stretch;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.widget.newsletter form .form-content div[rel="button"] button a:not(:hover) {
	text-decoration: none;
	}

.widget.newsletter form .form-content div[rel="button"] button:hover, .widget.newsletter form .form-content div[rel="button"] button:focus {
	background-color: #87004e;
	color: #fff;
	}

.widget.newsletter form .form-content > p {
	display: none;
	}

.custom-form-container .form-content {
	display: flex;
	flex-direction: row;
	margin: 0 -0.9375rem;
	margin-left: -0.46875rem;
	margin-right: -0.46875rem;
	width: calc(100% + 0.9375rem);

	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	}

.custom-form-container .form-content .input {
	display: inline-block;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(66.66667% - 1.875rem);
	}

.custom-form-container .form-content .input input {
	line-height: 3.0625rem;
	}

.custom-form-container .form-content .submit_container {
	display: inline-block;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	width: calc(33.33333% - 1.875rem);
	}

.custom-form-container .form-content .submit_container button {
	background: #e5006d;
	border: 0;
	border-radius: 0.3125rem;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 1.875rem;
	line-height: 2.5rem;
	text-align: center;
	width: 100%;
	}

.custom-form-container .form-content .submit_container button:hover {
	cursor: pointer;
	}

body.quebin-forum .post-edit-link {
	display: none;
	}

body.quebin-forum .site-container .site-inner > .wrap > main {
	padding: 0 2.8125rem;
	width: 100%;
	}

body.quebin-forum #af-wrapper {
	color: #595757;
	display: flex;
	font-family: "UniversLTPro-45";
	font-size: 1.125rem;
	font-weight: normal;

	flex-wrap: wrap;
	}

body.quebin-forum #af-wrapper #sticky-panel {
	width: 100%;
	}

body.quebin-forum #af-wrapper .profile-link {
	display: inline-block;
	position: relative;
	}

body.quebin-forum #af-wrapper .profile-link:hover {
	cursor: default;
	text-decoration: none;
	}

body.quebin-forum #af-wrapper .profile-link::after {
	color: #595757;
	font-size: 0.75rem;
	font-weight: 300;
	padding-left: 0.5rem;
	}

body.quebin-forum #af-wrapper .profile-link.highlight-admin::after {
	content: "(Administrator)";
	}

body.quebin-forum #af-wrapper .profile-link.highlight-default {
	font-weight: 400;
	}

body.quebin-forum #af-wrapper .profile-link.highlight-default::after {
	content: "(Mitglied)";
	}

body.quebin-forum #af-wrapper .mce-widget.mce-btn#mceu_12, body.quebin-forum #af-wrapper .mce-widget.mce-btn#mceu_13, body.quebin-forum #af-wrapper .mce-widget.mce-btn#mceu_15 {
	display: none;
	}

body.quebin-forum #af-wrapper h1 {
	color: #87004e;
	font-size: 2rem;
	margin: 2.5rem 0 1.25rem;
	}

body.quebin-forum #af-wrapper a {
	color: #595757;
	}

body.quebin-forum #af-wrapper span.mention-nice-name {
	display: none !important;
	}

body.quebin-forum #af-wrapper .topic-poster,
body.quebin-forum #af-wrapper .forum-poster {
	text-align: center;
	}

body.quebin-forum #af-wrapper .topic-poster .forum-poster-summary,
body.quebin-forum #af-wrapper .topic-poster .forum-poster-summary,
body.quebin-forum #af-wrapper .forum-poster .forum-poster-summary,
body.quebin-forum #af-wrapper .forum-poster .forum-poster-summary {
	display: inline-block;
	float: none;
	text-align: left;
	}

body.quebin-forum #af-wrapper .action-panel {
	font-weight: 400;
	}

body.quebin-forum #af-wrapper .action-panel .action-panel-option {
	padding-top: 1.875rem;
	}

body.quebin-forum #af-wrapper .action-panel input {
	background: #fff;
	border: 0.0625rem solid #595757;
	border-radius: 50%;
	height: 1.25rem;
	margin: -0.125rem 0.625rem 0 0;
	width: 1.25rem;
	}

body.quebin-forum #af-wrapper .action-panel input::before {
	background: #e5006d;
	height: 0.75rem;
	margin: 0.1875rem 0 0 0.1875rem;
	width: 0.75rem;
	}

body.quebin-forum #af-wrapper .action-panel .action-panel-description {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	}

body.quebin-forum #af-wrapper #forum-breadcrumbs {
	background: #fafafa;
	border: 0.0625rem solid #ddd;
	border-width: 0 0.0625rem 0.0625rem 0.0625rem;
	color: #494848;
	-webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.08));
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.08));
	font-size: 0.875rem;
	padding: 0.625rem;
	z-index: 2;
	}

body.quebin-forum #af-wrapper #forum-breadcrumbs .breadcrumb-icon.fa-home {
	padding: 0 0.625rem 0 0;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	}

body.quebin-forum #af-wrapper #forum-breadcrumbs a span {
	font-weight: 700;
	}

body.quebin-forum #af-wrapper .forum-subforums {
	font-weight: 700;
	}

body.quebin-forum #af-wrapper .forum-subforums a:hover {
	color: #e5006d;
	text-decoration: none;
	}

body.quebin-forum #af-wrapper .forum-subforums b {
	font-weight: 500;
	}

body.quebin-forum #af-wrapper .pages-and-menu {
	display: none;
	}

body.quebin-forum #af-wrapper .pages-and-menu[class*=item-] {
	display: flex;
	margin-left: auto;
	width: auto;
	}

body.quebin-forum #af-wrapper .pages-and-menu .forum-menu {
	margin-left: auto;
	}

body.quebin-forum #af-wrapper .pages-and-menu.item-1 {
	display: none;
	}

body.quebin-forum #af-wrapper .post-element {
	border-color: #ddd;
	}

body.quebin-forum #af-wrapper .post-element .forum-post-header-container {
	background: #ededed;
	border-color: #ddd;
	display: flex;

	align-items: center;
	}

body.quebin-forum #af-wrapper .post-element .forum-post-header-container a {
	font-weight: 300;
	}

body.quebin-forum #af-wrapper .post-element .post-wrapper {
	border-color: #ddd;
	}

body.quebin-forum #af-wrapper .post-element .post-author-blocks {
	margin: 0;
	padding: 0;
	}

body.quebin-forum #af-wrapper .post-element.admin-post {
	box-shadow: #fff 0 0 0 0, #e5006d 0 0 0 1px, #0000 0 0 0 0;
	}

body.quebin-forum #af-wrapper .post-element.admin-post .post-wrapper {
	border-color: #e5006d;
	}

body.quebin-forum #af-wrapper .post-element.admin-post .topic-author {
	color: #fff !important;
	}

body.quebin-forum #af-wrapper .post-element.admin-post .forum-post-header-container {
	background: #e5006d;
	border-color: #e5006d;
	color: #fff;
	}

body.quebin-forum #af-wrapper .post-element.admin-post .forum-post-header-container a.highlight-admin {
	color: #fff !important;
	}

body.quebin-forum #af-wrapper .post-element.admin-post .forum-post-header-container a.highlight-admin::after {
	color: #fff;
	}

body.quebin-forum #af-wrapper #forum-editor-form {
	width: 100%;
	}

body.quebin-forum #af-wrapper #forum-editor-form > .title-element {
	font-size: 1rem;
	font-weight: 700;
	height: auto;
	padding: 0.3125rem 0.9375rem;
	}

body.quebin-forum #af-wrapper #forum-editor-form + .pages-and-menu .button {
	padding: 0.875rem 1.125rem;
	}

.admin-bar body.quebin-forum #af-wrapper #forum-editor-form + .pages-and-menu {
	top: 11.5625rem;
	}

body.quebin-forum #af-wrapper #forum-editor-form.editpost-editor .editor-row {
	flex-wrap: wrap;
	}

body.quebin-forum #af-wrapper #forum-editor-form.editpost-editor .row-title {
	font-size: 1rem !important;
	width: 100%;
	}

body.quebin-forum #af-wrapper #forum-editor-form.editpost-editor .uploaded-files {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.25rem;
	margin-left: 1.25rem;
	margin-top: 0;
	width: 100%;
	}

body.quebin-forum #af-wrapper #forum-editor-form.editpost-editor .uploaded-files li {
	font-size: 1rem;
	margin-bottom: 0.3125rem;
	margin-left: 0;
	}

body.quebin-forum #af-wrapper #forum-editor-form.editpost-editor .uploaded-files li a.delete {
	background: #e5006d;
	border: 0.0625rem solid #e5006d;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	height: 1.25rem;
	margin-bottom: -0.3125rem;
	margin-left: auto;
	overflow: hidden;
	padding: 0.1875rem 0.625rem;
	position: relative;
	text-indent: -624.9375rem;
	width: 5rem;
	}

body.quebin-forum #af-wrapper #forum-editor-form.editpost-editor .uploaded-files li a.delete::after {
	content: "Entfernen";
	display: block;
	left: 50%;
	position: absolute;
	text-indent: 0;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	}

body.quebin-forum #af-wrapper #forum-editor-form.editpost-editor .uploaded-files li a.delete:hover {
	background: #fff;
	color: #e5006d;
	text-decoration: none;
	}

body.quebin-forum #af-wrapper #forum-editor-form .editor-row-uploads + .editor-row label,
body.quebin-forum #af-wrapper #forum-editor-form .editor-row-uploads + .editor-row span,
body.quebin-forum #af-wrapper #forum-editor-form .editor-row-uploads + .editor-row b {
	font-size: 0.875rem;
	font-weight: 300;
	}

body.quebin-forum #af-wrapper input[type=checkbox] {
	border-color: #595757;
	border-radius: 0.1875rem;
	box-shadow: none;
	height: 0.9375rem;
	min-height: 0.9375rem;
	width: 0.9375rem;
	}

body.quebin-forum #af-wrapper input[type=checkbox]:checked {
	box-shadow: none;
	}

body.quebin-forum #af-wrapper input[type=checkbox]:checked::before {
	color: #e5006d;
	height: 0.9375rem;
	margin: 0.0625rem 0 0 0;
	width: 0.9375rem;
	}

body.quebin-forum #af-wrapper h1 {
	width: 100%;
	}

body.quebin-forum #af-wrapper > h1 + div + .pages-and-menu,
body.quebin-forum #af-wrapper > h1 + .pages-and-menu {
	display: inline-block;
	margin-left: auto;
	}

body.quebin-forum #af-wrapper > h1 + div + .pages-and-menu .button,
body.quebin-forum #af-wrapper > h1 + .pages-and-menu .button {
	padding: 0.875rem 1.125rem;
	}

body.quebin-forum #af-wrapper .af-usergroup-tag.topic-author {
	background: none;
	color: #595757;
	display: inline-block;
	font-size: 0.75rem;
	padding: 0 0.625rem 0 0;
	}

body.quebin-forum #af-wrapper .af-usergroup-tag.topic-author i {
	display: none;
	}

body.quebin-forum #af-wrapper .button-normal,
body.quebin-forum #af-wrapper .button {
	background: #e5006d;
	border: 0.0625rem solid #e5006d;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	padding: 0.625rem 1.0625rem;
	}

body.quebin-forum #af-wrapper .button-normal:hover,
body.quebin-forum #af-wrapper .button:hover {
	background: #fff;
	color: #e5006d;
	}

body.quebin-forum #af-wrapper .button-normal.cancel,
body.quebin-forum #af-wrapper .button.cancel {
	background: #595757;
	border-color: #595757;
	}

body.quebin-forum #af-wrapper .button-normal.cancel:hover,
body.quebin-forum #af-wrapper .button.cancel:hover {
	background: #fff;
	color: #595757;
	}

body.quebin-forum #af-wrapper .fas {
	font-size: 0.875rem;
	}

body.quebin-forum #af-wrapper .forum-name .forum-title {
	font-weight: 700;
	}

body.quebin-forum #af-wrapper .forum-name .forum-title:hover {
	color: #e5006d;
	text-decoration: none;
	}

body.quebin-forum #af-wrapper #forum-header,
body.quebin-forum #af-wrapper .title-element {
	background: #87004e;
	border-radius: 0;
	color: #fff;
	margin: 0;
	}

body.quebin-forum #af-wrapper .title-element {
	display: flex;
	height: auto;
	padding: 0.625rem 1.25rem;

	align-items: center;
	}

body.quebin-forum #af-wrapper .title-element .last-post-headline {
	display: inline-block;
	font-size: 1rem;
	font-style: normal;
	margin-left: auto;
	}

body.quebin-forum #af-wrapper #forum-header {
	display: flex;
	padding: 0;
	width: 100%;

	align-items: center;
	}

body.quebin-forum #af-wrapper #forum-navigation {
	display: none;
	padding: 0;
	}

body.quebin-forum #af-wrapper #forum-navigation.show-navigation {
	display: flex !important;
	flex-direction: column;
	}

body.quebin-forum #af-wrapper #forum-navigation.show-navigation + #forum-search {
	display: none;
	}

body.quebin-forum #af-wrapper #forum-navigation a {
	border: none;
	border-right: 0.0625rem solid #fff;
	padding: 0 1.25rem;
	}

body.quebin-forum #af-wrapper #forum-navigation a span.fa-bars {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	}

body.quebin-forum #af-wrapper #forum-navigation a:hover {
	background: #e5006d;
	text-decoration: none;
	}

body.quebin-forum #af-wrapper #forum-navigation a.logout-link {
	display: inline-block;
	padding-left: 2.5rem;
	position: relative;
	}

body.quebin-forum #af-wrapper #forum-navigation a.logout-link::before {
	background: url("./resources/img/icons/logout.svg") no-repeat center center;
	background-size: contain;
	color: #fff;
	content: "";
	display: block;
	height: 1.25rem;
	left: 1.25rem;
	position: absolute;
	top: 0.6875rem;
	width: 0.9375rem;
	}

body.quebin-forum #af-wrapper #forum-search {
	border-radius: 0;
	display: flex;
	height: 1.875rem;
	margin: 0 0.625rem 0 auto;
	margin-left: auto;

	align-items: center;
	}

body.quebin-forum #af-wrapper #forum-search form {
	display: block;
	margin: 0;
	min-height: 1.875rem;
	}

body.quebin-forum #af-wrapper #forum-search .search-icon {
	height: 1.875rem;
	line-height: 1.875rem;
	}

body.quebin-forum #af-wrapper #forum-search input[type=search] {
	color: #595757;
	font-size: 1rem;
	font-style: normal;
	min-height: 1.875rem;
	}

body.quebin-forum #af-wrapper #forum-search input[type=search]::-webkit-input-placeholder {
	font-family: "UniversLTPro-45";
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	}

body.quebin-forum #af-wrapper #forum-search input[type=search]::-moz-placeholder {
	font-family: "UniversLTPro-45";
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	}

body.quebin-forum #af-wrapper #forum-search input[type=search]::-ms-input-placeholder {
	font-family: "UniversLTPro-45";
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	}

body.quebin-forum #af-wrapper #forum-search input[type=search]::placeholder {
	font-family: "UniversLTPro-45";
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	}

body.quebin-forum #af-wrapper .profile-link.highlight-admin {
	color: #87004e !important;
	font-weight: 700;
	}

body.quebin-forum #af-wrapper .topic-name > a,
body.quebin-forum #af-wrapper .forum-name > a {
	display: inline-block;
	margin: 0.4375rem 0 0.3125rem 0;
	}

body.quebin-forum #af-wrapper .topic-name small,
body.quebin-forum #af-wrapper .forum-name small {
	font-size: 0.75rem;
	}

body.quebin-forum #af-wrapper .forum-poster-summary > a {
	font-size: 1rem;
	}

body.quebin-forum #af-wrapper .forum-poster-summary small {
	font-size: 0.75rem;
	}

body.quebin-forum #af-wrapper .forum-status,
body.quebin-forum #af-wrapper .topic-status {
	cursor: pointer;
	}

body.quebin-forum #af-wrapper .forum-status:hover,
body.quebin-forum #af-wrapper .topic-status:hover {
	color: #e5006d;
	}

body.quebin-forum #af-wrapper .forum-status > i,
body.quebin-forum #af-wrapper .topic-status > i {
	font-size: 1.875rem;
	}

body.quebin-forum #af-wrapper .forum-status.unread + .forum-name .forum-title,
body.quebin-forum #af-wrapper .forum-status.unread + .forum-name > a,
body.quebin-forum #af-wrapper .forum-status.unread + .topic-name .forum-title,
body.quebin-forum #af-wrapper .forum-status.unread + .topic-name > a,
body.quebin-forum #af-wrapper .topic-status.unread + .forum-name .forum-title,
body.quebin-forum #af-wrapper .topic-status.unread + .forum-name > a,
body.quebin-forum #af-wrapper .topic-status.unread + .topic-name .forum-title,
body.quebin-forum #af-wrapper .topic-status.unread + .topic-name > a {
	color: #e5006d;
	font-weight: 700;
	}

body.quebin-forum #af-wrapper .forum-status.unread + .forum-name a.profile-link,
body.quebin-forum #af-wrapper .forum-status.unread + .topic-name a.profile-link,
body.quebin-forum #af-wrapper .topic-status.unread + .forum-name a.profile-link,
body.quebin-forum #af-wrapper .topic-status.unread + .topic-name a.profile-link {
	font-weight: 300;
	}

body.quebin-forum #af-wrapper .forum-status.unread + .forum-name + .forum-poster .forum-poster-summary > a,
body.quebin-forum #af-wrapper .forum-status.unread + .topic-name + .forum-poster .forum-poster-summary > a,
body.quebin-forum #af-wrapper .topic-status.unread + .forum-name + .forum-poster .forum-poster-summary > a,
body.quebin-forum #af-wrapper .topic-status.unread + .topic-name + .forum-poster .forum-poster-summary > a {
	color: #e5006d;
	font-size: 1rem;
	}

body.quebin-forum #af-wrapper .forum-status.unread + .forum-name + .forum-poster .forum-poster-summary small,
body.quebin-forum #af-wrapper .forum-status.unread + .topic-name + .forum-poster .forum-poster-summary small,
body.quebin-forum #af-wrapper .topic-status.unread + .forum-name + .forum-poster .forum-poster-summary small,
body.quebin-forum #af-wrapper .topic-status.unread + .topic-name + .forum-poster .forum-poster-summary small {
	color: #595757;
	font-size: 0.875rem;
	}

body.quebin-forum #af-wrapper .forum-status.unread + .forum-name + .forum-poster .forum-poster-summary small a,
body.quebin-forum #af-wrapper .forum-status.unread + .topic-name + .forum-poster .forum-poster-summary small a,
body.quebin-forum #af-wrapper .topic-status.unread + .forum-name + .forum-poster .forum-poster-summary small a,
body.quebin-forum #af-wrapper .topic-status.unread + .topic-name + .forum-poster .forum-poster-summary small a {
	color: #595757;
	}

body.quebin-forum #af-wrapper .forum-status.unread + .forum-name .profile-link.highlight-admin,
body.quebin-forum #af-wrapper .forum-status.unread + .topic-name .profile-link.highlight-admin,
body.quebin-forum #af-wrapper .topic-status.unread + .forum-name .profile-link.highlight-admin,
body.quebin-forum #af-wrapper .topic-status.unread + .topic-name .profile-link.highlight-admin {
	color: #87004e !important;
	font-weight: 700;
	}

body.quebin-forum #af-wrapper .forum-name a.hover,
body.quebin-forum #af-wrapper .topic-name a.hover {
	color: #e5006d !important;
	}

body.quebin-forum #af-wrapper .unread {
	color: #e5006d;
	}

body.quebin-forum #af-wrapper #read-unread .unread {
	background: #e5006d;
	}

body.quebin-forum #af-wrapper #wp-message-wrap {
	width: 100%;
	}

body.quebin-forum #af-wrapper #forum-editor-form input {
	font-size: 1rem;
	}

body.quebin-forum #af-wrapper #forum-editor-form .editor-row {
	display: flex;
	}

body.quebin-forum #af-wrapper #forum-editor-form .editor-row .left {
	margin-left: auto;
	width: auto;
	}

body.quebin-forum #af-wrapper #forum-editor-form .editor-row .right {
	margin: 0 0 0 1.25rem;
	}

body.quebin-forum #af-wrapper #forum-editor-form .editor-row.editor-row-submit {
	display: flex;

	align-items: center;
	justify-content: space-between;
	}

body.quebin-forum #af-wrapper .forum-post-menu a:hover {
	color: #87004e;
	}

body.quebin-forum #af-wrapper .post-message a {
	color: #87004e;
	}

body.quebin-forum #af-wrapper .post-message p {
	font-size: 1.125rem;
	}

body.quebin-forum #af-wrapper .unsubscribe-link {
	background: #e5006d;
	border: 0.0625rem solid #e5006d;
	color: #fff !important;
	font-size: 1rem;
	padding: 0.25rem 1.25rem;
	}

body.quebin-forum #af-wrapper .unsubscribe-link:hover {
	background: #fff;
	color: #e5006d !important;
	text-decoration: none;
	}

body.quebin-forum #af-wrapper #bottom-navigation {
	color: #595757;
	font-size: 0.875rem;
	}

body.quebin-forum #af-wrapper #bottom-navigation:hover {
	color: #87004e;
	}

body.quebin-forum #af-wrapper #bottom-navigation a {
	font-size: 0.875rem;
	font-style: normal;
	}

body.quebin-forum #af-wrapper #bottom-navigation a:hover {
	color: #87004e;
	text-decoration: none;
	}

body.quebin-forum #af-wrapper > .title-element,
body.quebin-forum #af-wrapper > .content-container,
body.quebin-forum #af-wrapper > .pages-and-menu,
body.quebin-forum #af-wrapper > .bottom-navigation {
	width: 100%;
	}

body.quebin-forum #af-wrapper .post-message {
	font-size: 1.125rem;
	}

body.quebin-forum #af-wrapper .post-message .uploaded-files-title {
	font-size: 0.875rem;
	margin-top: 3.75rem;
	}

body.quebin-forum #af-wrapper .post-message .uploaded-files-title + ul {
	padding-left: 0 !important;
	}

body.quebin-forum #af-wrapper .post-message ul {
	font-size: 1.125rem;
	list-style: none;
	margin: 0;
	}

body.quebin-forum #af-wrapper .post-message ul li {
	margin: 0;
	padding-left: 20px;
	position: relative;
	}

body.quebin-forum #af-wrapper .post-message ul li.uploaded-file {
	margin: 0;
	padding: 0 0 0.625rem 0;
	}

body.quebin-forum #af-wrapper .post-message ul li.uploaded-file::before {
	display: none;
	}

body.quebin-forum #af-wrapper .post-message ul li::marker {
	display: none;
	}

body.quebin-forum #af-wrapper .post-message ul li::before {
	background: #87004e;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 25px;
	position: absolute;
	top: 13px;
	width: 6px;
	}

body.quebin-forum #af-wrapper .quotetitle {
	color: #595757;
	font-size: 0.875rem;
	}

body.quebin-forum #af-wrapper .editor-row-uploads {
	display: flex;
	position: relative;

	flex-wrap: wrap;
	}

body.quebin-forum #af-wrapper .editor-row-uploads .row-title {
	font-size: 1rem !important;
	white-space: nowrap;
	width: 100%;
	}

body.quebin-forum #af-wrapper .editor-row-uploads #add_file_link {
	background: #e5006d;
	border: 0.0625rem solid #e5006d;
	color: #fff;
	font-size: 0.875rem;
	margin: 1.25rem 0 0.625rem;
	padding: 0.1875rem 0.625rem;
	}

body.quebin-forum #af-wrapper .editor-row-uploads #add_file_link:hover {
	background: #fff;
	color: #e5006d;
	text-decoration: none;
	}

body.quebin-forum #af-wrapper .editor-row-uploads input[type=file] {
	margin: 0 50% 0.3125rem 0;
	position: relative;
	width: 50%;

	flex-shrink: 0;
	}

body.quebin-forum #af-wrapper .editor-row-uploads input[type=file]::before {
	content: "";
	}

body.quebin-forum #af-wrapper .editor-row-uploads .upload-hints {
	font-size: 0.75rem !important;
	width: 100%;
	}

body.quebin-forum .mce-container .wp-link-input input[type=text]::-webkit-input-placeholder {
	font-size: 1.125rem !important;
	}

body.quebin-forum .mce-container .wp-link-input input[type=text]::-moz-placeholder {
	font-size: 1.125rem !important;
	}

body.quebin-forum .mce-container .wp-link-input input[type=text]::-ms-input-placeholder {
	font-size: 1.125rem !important;
	}

body.quebin-forum .mce-container .wp-link-input input[type=text]::placeholder {
	font-size: 1.125rem !important;
	}

body.quebin-forum .mce-container .wp-link-input + div + div {
	display: none;
	}

body.quebin-forum .mce-container.mce-statusbar {
	display: none;
	}

body.quebin-forum .wplink-autocomplete {
	display: none !important;
	}

body.quebin-forum.asgaros-forum-subscriptions #forum-header a.subscriptions-link {
	background: #e5006d;
	}

body.quebin-forum.asgaros-forum-subscriptions #forum-header a.home-link {
	background: none;
	}

body.quebin-forum.asgaros-forum-subscriptions #af-wrapper .content-container {
	margin-bottom: 2.5rem;
	}

body.quebin-forum.asgaros-forum-subscriptions #af-wrapper .content-element.subscription {
	font-weight: 700;
	padding: 1.25rem;
	}

body.quebin-forum.asgaros-forum-movetopic #af-wrapper > form {
	width: 100%;
	}

body.quebin-forum.asgaros-forum-movetopic #af-wrapper > form .title-element {
	display: flex;
	height: auto;
	padding: 0.625rem 1.25rem;
	}

body.quebin-forum.asgaros-forum-movetopic #af-wrapper > form .content-container {
	padding: 0 1.25rem;
	}

body.quebin-forum.asgaros-forum-movetopic #af-wrapper > form .select-wrapper {
	position: relative;
	}

body.quebin-forum.asgaros-forum-movetopic #af-wrapper > form .select-wrapper::after {
	border-color: transparent transparent #87004e transparent;
	border-style: solid;
	border-width: 0 0.375rem 0.5rem 0.375rem;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0.625rem;
	top: 1.0625rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 0;
	}

body.quebin-forum.asgaros-forum-movetopic #af-wrapper > form select {
	font-size: 1.125rem;
	padding: 0.3125rem 0.625rem;
	}

body.quebin-forum #forum-header a.home-link {
	background: #e5006d;
	}

.quebin-login-helper {
	display: flex;
	flex-direction: column;
	}

.quebin-login-helper a {
	display: block;
	font-size: 1.5rem;
	margin: 0 1.25rem 0.625rem 0;
	padding-left: 1.25rem;
	position: relative;
	}

.quebin-login-helper a::before {
	background: #e5006d;
	border-radius: 50%;
	content: "";
	height: 0.4375rem;
	left: 0;
	position: absolute;
	top: 0.6875rem;
	width: 0.4375rem;
	}

.quebin-footer-nav {
	display: flex;

	justify-content: center;
	}

.quebin-footer-nav ul {
	display: block;
	list-style: none;
	margin: 0;
	margin: 5rem auto 0;
	padding: 0;
	}

.quebin-footer-nav ul li {
	font-size: 1rem;
	margin: 0;
	padding: 0 0.625rem;
	position: relative;
	text-align: center;
	}

.quebin-footer-nav ul li::before {
	display: none;
	}

.quebin-footer-nav ul li:last-of-type::after {
	display: none;
	}

.quebin-completed {
	margin: 2.5rem 0 2.5rem 0 !important;
	}

.page-template-single-eibis .wrap main.content {
	width: 100%;
	}

.page-template-single-eibis .post-password-required .entry-content {
	display: flex;
	flex-direction: column;
	}

.page-template-single-eibis .post-password-required .entry-content form {
	order: 2;
	}

.page-template-single-eibis .post-password-required .entry-content .eibis-password-hint {
	order: 1;
	}

.page-template-single-eibis #print {
	background-color: #e5006d;
	border: 0.0625rem solid #e5006d;
	border-radius: 0.1875rem;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	margin-left: auto;
	padding: 0.9375rem 1.875rem;
	}

.page-template-single-eibis #print.disabled {
	background-color: #ddd;
	border-color: #ddd;
	color: #595757;
	opacity: 0.5;
	}

.page-template-single-eibis #print.next {
	margin-left: auto;
	}

.page-template-single-eibis #print:hover {
	background-color: #fff;
	color: #e5006d;
	cursor: default;
	}

.page-template-single-eibis #print:hover.disabled {
	background-color: #ddd;
	border-color: #ddd;
	color: #595757;
	}

.eibis-bogen #gdpr,
.eibis-bogen .gdpr {
	background-color: #87004e !important;
	padding: 1.875rem;
	}

.eibis-bogen #gdpr p,
.eibis-bogen .gdpr p {
	color: #fff;
	margin: 0 0 1.25rem;
	}

.eibis-bogen #gdpr p:last-of-type,
.eibis-bogen .gdpr p:last-of-type {
	margin: 0;
	}

.eibis-bogen .eibis-page {
	display: none;
	}

.eibis-bogen .eibis-page .inner {
	width: 100%;
	}

.eibis-bogen .eibis-page .eibis-sidebar {
	margin: 60px 0 0 auto;
	width: 100%;
	}

.eibis-bogen .eibis-page .eibis-sidebar .inner {
	background-color: #ededed;
	padding: 1.875rem;
	position: sticky;
	top: 15%;
	width: 100%;
	}

.eibis-bogen .eibis-page .eibis-sidebar h1, .eibis-bogen .eibis-page .eibis-sidebar h2, .eibis-bogen .eibis-page .eibis-sidebar h3 {
	font-size: 1.375rem;
	line-height: 1.2;
	margin: 0 0 1.25rem;
	}

.eibis-bogen .eibis-page .eibis-sidebar p {
	font-size: 1rem;
	line-height: 1.2;
	}

.eibis-bogen .eibis-page.active {
	display: flex;
	flex-direction: column;
	}

.eibis-bogen .eibis-page .navigation {
	display: flex;
	margin-top: 3.75rem;
	}

.eibis-bogen .eibis-page .navigation .button {
	background-color: #e5006d;
	border: 0.0625rem solid #e5006d;
	border-radius: 0.1875rem;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	padding: 0.9375rem 1.875rem;
	}

.eibis-bogen .eibis-page .navigation .button.disabled {
	background-color: #ddd;
	border-color: #ddd;
	color: #595757;
	opacity: 0.5;
	}

.eibis-bogen .eibis-page .navigation .button.next {
	margin-left: auto;
	}

.eibis-bogen .eibis-page .navigation .button:hover {
	background-color: #fff;
	color: #e5006d;
	cursor: default;
	}

.eibis-bogen .eibis-page .navigation .button:hover.disabled {
	background-color: #ddd;
	border-color: #ddd;
	color: #595757;
	}

.eibis-bogen .eibis-text {
	margin-bottom: 3.75rem;
	}

.eibis-bogen .eibis-text h2 {
	margin: 0 0 2.5rem;
	}

.eibis-bogen .eibis-text h3 {
	margin: 0 0 1.875rem;
	}

.eibis-bogen .eibis-q_normal {
	margin-bottom: 5rem;
	}

.eibis-bogen .eibis-q_normal .answer {
	padding: 0;
	}

.eibis-bogen .eibis-q_normal .answer label {
	color: #494848;
	font-weight: 700;
	padding: 0.9375rem 0.9375rem 0.9375rem 2.8125rem;
	}

.eibis-bogen .eibis-q_normal .answer label::after {
	left: 0.9375rem;
	top: 0.9375rem;
	}

.eibis-bogen .eibis-q_normal .answer label::before {
	left: 1.25rem;
	top: 1.25rem;
	}

.eibis-bogen .hint {
	font-size: 0.875rem;
	margin: 1.25rem 0 0 0;
	}

.eibis-bogen .question {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 1.25rem;
	}

.eibis-bogen .answers {
	border: 0.0625rem solid #ddd;
	border-width: 0.0625rem 0.0625rem 0 0.0625rem;
	}

.eibis-bogen .answers input {
	height: 0.0625rem;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateX(-9999px);
	transform: translateX(-9999px);
	}

.eibis-bogen .answers input:checked + label::before {
	opacity: 1 !important;
	}

.eibis-bogen .answers input:checked + label::after {
	box-shadow: none;
	}

.eibis-bogen .answers label {
	color: #000;
	display: block;
	font-weight: 400;
	margin: 0;
	min-height: 1.125rem;
	padding: 0 0 0 1.875rem;
	position: relative;
	width: 100%;
	}

.eibis-bogen .answers label::after, .eibis-bogen .answers label::before {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	}

.eibis-bogen .answers label::after {
	background-color: #fff;
	border: 0.0625rem solid #9d9d9d;
	height: 1.125rem;
	left: 0;
	top: 0;
	width: 1.125rem;
	z-index: 1;
	}

.eibis-bogen .answers label::before {
	background-color: #87004e;
	height: 0.625rem;
	left: 0.3125rem;
	opacity: 0;
	top: 0.3125rem;
	width: 0.625rem;
	z-index: 2;
	}

.eibis-bogen .answer {
	border: 0.0625rem solid #ddd;
	border-width: 0 0 0.0625rem 0;
	display: flex;
	font-weight: 700;
	padding: 0.9375rem;
	position: relative;

	align-items: center;
	}

.eibis-bogen .answer:nth-of-type(even) {
	background-color: #ededed;
	}

.eibis-bogen .answer:nth-of-type(even):hover {
	background-color: #9d9d9d;
	}

.eibis-bogen .answer:hover {
	background-color: #9d9d9d;
	}

.eibis-bogen .answer:hover label {
	color: #fff;
	}

.eibis-bogen i.help {
	background-color: #87004e;
	border: 0.0625rem solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 1rem;
	margin: 0 0 -0.3125rem 0;
	position: relative;
	width: 1rem;
	}

.eibis-bogen i.help::after {
	color: #fff;
	content: "?";
	display: block;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	height: 1rem;
	left: -0.0625rem;
	line-height: 1rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1rem;
	}

.eibis-bogen i.help span {
	background-color: #87004e;
	bottom: calc(100% + 13px);
	color: #fff;
	display: none;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
	font-size: 1rem;
	font-weight: 400;
	left: 0;
	max-width: 37.5rem;
	padding: 0.625rem;
	position: absolute;
	-webkit-transform: translateX(calc(-50% + 8px));
	transform: translateX(calc(-50% + 8px));
	width: calc(100vw - 35px);
	z-index: 6;
	}

.eibis-bogen i.help span i {
	border-color: #87004e transparent transparent transparent;
	border-style: solid;
	border-width: 0.5rem 0.375rem 0 0.375rem;
	bottom: -0.5rem;
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
	width: 0;
	}

.eibis-bogen i.help.active span {
	display: block;
	}

.eibis-bogen .eibis-q_05 {
	border: 0.0625rem solid #ddd;
	display: flex;
	flex-direction: column;
	margin-top: -0.0625rem;
	padding: 0.9375rem 0;

	align-items: flex-start;
	}

.eibis-bogen .eibis-q_05:nth-of-type(even) {
	background-color: #ededed;
	}

.eibis-bogen .eibis-q_05:nth-of-type(even):hover {
	background-color: #9d9d9d;
	}

.eibis-bogen .eibis-q_05:hover {
	background-color: #9d9d9d;
	}

.eibis-bogen .eibis-q_05:hover .question {
	color: #fff;
	}

.eibis-bogen .eibis-q_05:hover .question i.help {
	border-color: #fff;
	}

.eibis-bogen .eibis-q_05 .question {
	color: #494848;
	display: flex;
	font-weight: 400;
	margin: 0 0 0 0;
	}

.eibis-bogen .eibis-q_05 .question .no {
	font-weight: 400;
	margin: 0 0.3125rem 0 0.3125rem;
	min-width: 1.875rem;
	text-align: right;
	}

.eibis-bogen .eibis-q_05 .answers {
	border: none;
	display: flex;
	margin: 0 auto;
	position: relative;
	width: 100%;

	flex-wrap: nowrap;
	}

.eibis-bogen .eibis-q_05 .answers label {
	display: block;
	margin: 1.25rem 0.625rem;
	padding: 0;
	}

.eibis-bogen .eibis-q_05 .answers label::after {
	left: calc(50% - 10px);
	}

.eibis-bogen .eibis-q_05 .answers label::before {
	left: calc(50% - 5px);
	}

.eibis-bogen .legend {
	background-color: #fff;
	border-bottom: 0.0625rem solid #ddd;
	display: flex;
	position: sticky;
	top: 6.25rem;
	z-index: 4;
	}

.logged-in .eibis-bogen .legend {
	top: 9.125rem;
	}

.eibis-bogen .legend .inner {
	margin-left: auto;
	}

.eibis-bogen .legend ul {
	display: flex;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;

	align-items: flex-end;
	}

.eibis-bogen .legend li {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.375rem;
	margin: 0 0 0.625rem 0;
	text-align: center;
	width: 100%;
	}

.eibis-bogen .legend li span {
	font-size: 0.875rem;
	white-space: nowrap;
	}

.eibis-bogen .legend li::before {
	display: none;
	}

.eibis-bogen div[data-id=age-notice],
.eibis-bogen .result-info {
	background-color: #87004e;
	color: #fff;
	display: none;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 1.875rem;
	}

.eibis-bogen div[data-id=age-notice] p,
.eibis-bogen .result-info p {
	color: #fff;
	}

#print-window {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	}

#print-window .inner {
	background-color: #fff;
	color: #87004e;
	font-size: 1.5rem;
	margin: 20% auto;
	max-width: 70%;
	padding: 2.5rem;
	text-align: center;
	}

@media (min-width: 40.0625em) and (max-width: 182.5525em) {
	#call2actionwidget {
		padding: 0.9375rem 1.875rem 0.9375rem;
		}
	}

@media (min-width: 40.0625em) and (max-width: 48.0525em) {
	h2 {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.site-header .wrap {
		padding: 0 2.8125rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-2, .footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-3 {
		bottom: 100%;
		right: -0.9375rem;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.medium {
		font-size: 3vw;
		line-height: 3.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-fp-carousel .inner .item {
		padding: 0 6.25rem;
		}
	.acf-fp-carousel .inner .item p {
		font-size: 1.875rem;
		line-height: 2.5rem;
		}
	.acf-fp-testimonials .inner h2 {
		margin-bottom: 2.1875rem;
		}
	nav#main-navigation a {
		padding: 1.40625rem 2.8125rem !important;
		}
	.header_userprofile .wrap .text .scope {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.home .article-teaser.frontpage {
		padding: 0 1.875rem;
		}
	.home .article-teaser.frontpage .half-wdith .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li .teaser h4 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.home .event-more.widget .button {
		margin: 0 6.25rem;
		width: calc(100% - 12.5rem);
		}
	.event-carousel .inner {
		padding: 1.875rem 6.25rem;
		}
	.event-carousel .inner .item .content .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .teaser h4 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.event-block-teaser-inner .item .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.series-teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.home .news-teaser.frontpage {
		padding: 0 1.875rem;
		}
	.home .news-teaser.frontpage .half-wdith .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.widget.newsletter {
		padding: 5.625rem 0.9375rem;
		}
	.widget.newsletter .widgettitle {
		font-size: 1.875rem !important;
		line-height: 2.5rem;
		margin-bottom: 0.9375rem;
		}
	}

@media (min-width: 40.0625em) and (max-width: 64.0525em) {
	.acf-field-header_bubble_slider .slide .bubble-connector {
		stroke-width: 2px;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2 {
		font-size: 2vw;
		line-height: 2.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.medium {
		font-size: 1.6vw;
		line-height: 2vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner a.link {
		font-size: 0.7rem;
		margin-top: 0.5rem;
		}
	}

@media (min-width: 40.0625em) and (max-width: 90.0525em) {
	.acf-field-video_teaser_wrapper .video_teaser {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(100% - 1.875rem);
		}
	.acf-fp-carousel {
		margin: 3.75rem auto;
		}
	.acf-fp-testimonials {
		margin: 3.75rem auto;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(50% - 1.875rem);
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(100% - 1.875rem);
		}
	.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(50% - 1.875rem);
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(50% - 1.875rem);
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(100% - 1.875rem);
		}
	.teaser-wrapper.misc .teaser-tile {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(100% - 1.875rem);
		}
	}

@media (min-width: 40.0625em) {
	#ehf-slogan {
		display: inline;
		font-size: 1rem;
		padding: 0.9375rem 0.3125rem 0.9375rem 0.125rem;
		top: 6.875rem;
		}
	.site-header,
	.site-inner,
	.header_userprofile {
		padding-right: 1.25rem !important;
		}
	.acf-article-teaser .image .article-teaser-image-text {
		font-size: 3.125rem;
		}
	.acf-field-header_banner .header-banner-inner {
		padding: 0.9375rem 2.5rem 2.5rem 3.125rem;
		}
	.acf-fp-logos .inner .secondary .item {
		margin: 3.75rem 1.875rem;
		}
	#toggle-contrast {
		right: 1.875rem;
		top: 1.875rem;
		}
	#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul li a {
		font-size: 1.375rem;
		}
	.widget_search .search-results .search-content .content-results li a,
	.widget_search .search-results .search-content .user-search-results li a {
		font-size: 1.375rem;
		}
	.widget_search .search-results .search-content article h2 a {
		font-size: 1.375rem;
		}
	.header_userprofile {
		padding: 2.8125rem 0;
		}
	.home .article-teaser.frontpage .half-wdith {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(41.66667% - 1.875rem);
		}
	.home .article-teaser.frontpage .half-wdith:last-of-type {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(50% - 1.875rem);
		}
	.home .news-teaser.frontpage .half-wdith {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(41.66667% - 1.875rem);
		}
	.home .news-teaser.frontpage .half-wdith:last-of-type {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(50% - 1.875rem);
		}
	}

@media (min-width: 48.0625em) and (max-width: 182.5525em) {
	.acf-fp-testimonials .inner .items .item figure figcaption {
		font-size: 1.125rem;
		}
	.acf-fp-testimonials .inner .items .item .quote {
		font-size: 1.25rem;
		}
	}

@media (min-width: 48.0625em) and (max-width: 90.0525em) {
	.acf-fp-testimonials .inner .items {
		justify-content: center;
		}
	}

@media (min-width: 48.0625em) and (max-width: 80.0525em) {
	h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	.site-header .wrap {
		padding: 0 1.875rem;
		}
	.header_userprofile .wrap .text .scope {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	.home .article-teaser.frontpage .half-wdith .teaser h3 a {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li .teaser h4 a {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	.event-carousel .inner .item .content .teaser h3 a {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .teaser h4 a {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	.event-block-teaser-inner .item .teaser h3 a {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	.series-teaser h3 a {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	.home .news-teaser.frontpage .half-wdith .teaser h3 a {
		font-size: 1.875rem;
		line-height: 2.125rem;
		}
	}

@media (min-width: 48.0625em) and (max-width: 64.0525em) {
	aside h3 {
		font-size: 1rem;
		line-height: 1.25rem;
		}
	aside h4 {
		font-size: 0.875rem;
		line-height: 1.125rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li {
		margin-right: 2.3125rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-2 section.widget_text {
		margin: 0 auto;
		max-width: 75%;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.medium {
		font-size: 3vw;
		line-height: 3.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-fp-carousel .inner .item p {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	nav#main-navigation > section {
		padding: 0 3.75rem;
		}
	nav#main-navigation ul {
		width: calc(33.33333% - 3.75rem * 2 / 3);
		}
	.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item .teaser h3 a {
		font-size: 1rem;
		line-height: 1.25rem;
		}
	}

@media (min-width: 48.0625em) {
	#ehf-slogan {
		font-size: 1.125rem;
		top: 8.125rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-1 {
		padding: 0 1.875rem;
		}
	.front-page .acf-banner.tile > h2 {
		font-size: 2.5rem;
		margin-bottom: 2.5rem;
		}
	.acf-banner.tile .inner .element .image {
		margin-right: 0.625rem;
		}
	.acf-field-header_gallery .acf-field-header_banner {
		margin-top: 0;
		}
	.acf-field-header_banner {
		max-width: 60%;
		}
	.acf-field-header_banner .header-banner-inner {
		padding: 0.9375rem 2.5rem 2.5rem 1.875rem;
		}
	.acf-podcast {
		display: flex;
		flex-direction: row;
		margin-bottom: 3.75rem;

		flex-wrap: nowrap;
		}
	.acf-podcast .image,
	.acf-podcast .description {
		width: 50%;
		}
	.acf-podcast .image {
		margin-right: 0.625rem;
		}
	.acf-podcast .image .podcast-image-text {
		font-size: 2.5rem;
		margin: 1.25rem;
		}
	.acf-podcast .description {
		margin: 0 0.625rem 0 0;
		padding-bottom: 4.375rem;
		}
	.acf-podcast .audio-player {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		}
	.acf-podcast .audio-player .play-pause {
		border-radius: 0.9375rem;
		height: 1.875rem;
		min-width: 1.875rem;
		}
	.acf-podcast .speaker {
		display: block;
		}
	.acf-podcast .volume-wrap.open {
		display: block;
		}
	.acf-podcast input[type=range].progress::-webkit-slider-runnable-track {
		border-radius: 0.125rem;
		height: 0.25rem;
		}
	.acf-podcast input[type=range].progress::-webkit-slider-thumb {
		height: 0.9375rem;
		margin-top: -0.4375rem;
		width: 0.9375rem;
		}
	.acf-field-support {
		margin-bottom: 3.75rem;
		}
	.acf-field-support .acf-field-support-left {
		width: 40%;
		}
	.acf-field-support .acf-field-support-right {
		width: 60%;
		}
	.acf-youtube {
		display: flex;
		flex-direction: row;
		margin-bottom: 3.75rem;

		flex-wrap: nowrap;
		}
	.acf-youtube .youtube,
	.acf-youtube .description {
		width: 50%;
		}
	.acf-youtube .youtube {
		margin-left: 0.625rem;
		}
	.acf-youtube .youtube .youtube-image-text {
		font-size: 2.5rem;
		margin: 1.25rem;
		}
	.acf-youtube .description {
		margin: 0 0.625rem 0 0;
		padding-bottom: 4.375rem;
		}
	nav#main-navigation::-webkit-scrollbar {
		width: 0.9375rem !important;
		}
	nav#main-navigation::-webkit-scrollbar-thumb {
		background-color: #cc0061;
		}
	nav#main-navigation::-webkit-scrollbar-track {
		background: #87004e;
		}
	nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu li ul.sub-menu {
		display: none;
		}
	nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul.menu li ul.sub-menu::before {
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 1px;
		z-index: 1;

		pointer-events: none;
		}
	nav#main-navigation ul li.current-menu-ancestor:first-child > a,
	nav#main-navigation ul li.current_page_item:first-child > a {
		color: #fff;
		}
	nav#main-navigation ul li.current-menu-ancestor:first-child > ul li.current-menu-ancestor > a,
	nav#main-navigation ul li.current-menu-ancestor:first-child > ul li.current_page_item > a,
	nav#main-navigation ul li.current_page_item:first-child > ul li.current-menu-ancestor > a,
	nav#main-navigation ul li.current_page_item:first-child > ul li.current_page_item > a {
		color: #fff;
		}
	nav#main-navigation.high-contrast ul li.current-menu-ancestor:first-child > a,
	nav#main-navigation.high-contrast ul li.current_page_item:first-child > a {
		color: #000;
		}
	nav#main-navigation.high-contrast ul li.current-menu-ancestor:first-child > ul li.current-menu-ancestor,
	nav#main-navigation.high-contrast ul li.current-menu-ancestor:first-child > ul li.current_page_item,
	nav#main-navigation.high-contrast ul li.current_page_item:first-child > ul li.current-menu-ancestor,
	nav#main-navigation.high-contrast ul li.current_page_item:first-child > ul li.current_page_item {
		border-bottom: 0.3125rem solid #000;
		}
	nav#main-navigation.high-contrast ul li.current-menu-ancestor:first-child > ul li.current-menu-ancestor > a,
	nav#main-navigation.high-contrast ul li.current-menu-ancestor:first-child > ul li.current_page_item > a,
	nav#main-navigation.high-contrast ul li.current_page_item:first-child > ul li.current-menu-ancestor > a,
	nav#main-navigation.high-contrast ul li.current_page_item:first-child > ul li.current_page_item > a {
		color: #000;
		}
	.user-list-wrapper::after {
		content: "";

		flex-grow: 1000000000;
		}
	.user-list-wrapper + #search-no-results {
		margin-top: -rem(90);
		}
	.event-carousel .inner .item .content .teaser h3 {
		margin-bottom: 0.75rem;
		}
	.event-block-teaser-inner .item {
		display: inline-block;
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		width: calc(50% - 1.875rem);
		}
	body.quebin-forum #af-wrapper #forum-breadcrumbs {
		position: sticky;
		top: 6.25rem;
		}
	body.quebin-forum #af-wrapper #forum-editor-form + .pages-and-menu {
		position: sticky;
		top: 6.25rem;
		z-index: 3;
		}
	body.quebin-forum #af-wrapper > h1 + div + .pages-and-menu,
	body.quebin-forum #af-wrapper > h1 + .pages-and-menu {
		position: sticky;
		top: 6.25rem;
		z-index: 3;
		}
	body.quebin-forum #af-wrapper #forum-navigation {
		display: flex;
		flex-direction: row;

		align-items: center;
		}
	body.quebin-forum.admin-bar #af-wrapper #forum-breadcrumbs {
		top: 8.25rem !important;
		}
	body.quebin-forum.admin-bar #af-wrapper #forum-editor-form > .title-element + .pages-and-menu {
		top: 11.8125rem;
		}
	.quebin-footer-nav ul {
		display: flex;
		}
	.quebin-footer-nav ul li::after {
		color: #595757;
		content: "|";
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		}
	.quebin-footer-nav ul li:first-of-type {
		padding-left: 0;
		}
	.quebin-completed {
		margin: 5rem 0 7.5rem !important;
		}
	.eibis-bogen #gdpr,
	.eibis-bogen .gdpr {
		padding: 2.5rem;
		}
	.eibis-bogen .eibis-q_05 {
		flex-direction: row;
		padding: 0.9375rem 1.4375rem 0.9375rem 0;
		}
	.eibis-bogen .eibis-q_05 .answers {
		margin: 0 0 0 auto;
		width: auto;
		}
	.eibis-bogen .eibis-q_05 .answers label {
		margin: 0 0 0 2.5625rem;
		padding: 0 0 0 1.875rem;
		}
	.eibis-bogen .eibis-q_05 .answers label::after {
		left: auto;
		right: 0;
		}
	.eibis-bogen .eibis-q_05 .answers label::before {
		left: auto;
		right: 0.3125rem;
		}
	.eibis-bogen .legend ul {
		margin: 0 0 0 auto;
		width: auto;
		}
	.eibis-bogen .legend li {
		width: 4.375rem;
		}
	}

@media (min-width: 64.0625em) and (max-width: 90.0525em) {
	aside h3 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	aside h4 {
		font-size: 1rem;
		line-height: 1.25rem;
		}
	.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item .teaser h3 a {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	}

@media (min-width: 64.0625em) {
	#ehf-slogan {
		font-size: 1.375rem;
		top: 8.75rem;
		}
	#BorlabsCookieBox ._brlbs-bar-wrap ._brlbs-bar {
		font-size: 1.125rem;
		}
	#BorlabsCookieBox .cookie-box .container,
	#BorlabsCookieBox .cookie-preference .container {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
		}
	.acf-article-teaser {
		display: flex;
		flex-direction: row;
		margin-bottom: 1.25rem;

		flex-wrap: nowrap;
		}
	.acf-article-teaser .image,
	.acf-article-teaser .description {
		width: 50%;
		}
	.acf-article-teaser.right .image {
		margin-left: 1.25rem;
		}
	.acf-article-teaser.right .description .desc,
	.acf-article-teaser.right .description > h2 {
		padding-right: 1.25rem;
		}
	.acf-article-teaser.left .description .desc,
	.acf-article-teaser.left .description > h2 {
		padding-left: 1.25rem;
		}
	.acf-article-teaser .image {
		height: 22.5rem;
		}
	.acf-article-teaser .image .article-teaser-image-text {
		font-size: 2.5rem;
		margin: 1.25rem;
		}
	.acf-article-teaser .description {
		margin: 0 0 0 0;
		padding-bottom: 1.25rem;
		}
	.acf-banner.tile .inner {
		display: flex;
		flex-direction: row;

		flex-wrap: nowrap;
		}
	.acf-banner.tile .inner .element .image {
		background-position: center center;
		margin-right: 1.25rem;
		}
	.acf-banner.button .inner {
		flex-direction: row;
		padding: 1.875rem 4.0625rem 4.0625rem 4.0625rem;

		flex-wrap: nowrap;
		}
	.acf-banner.button .inner .element {
		margin: 0 0.9375rem 0 0;
		}
	.acf-banner.button .inner .element a {
		display: inline-block;
		}
	.acf-field-header_banner {
		max-width: 40%;
		}
	.acf-field-header_banner .header-banner-inner {
		padding: 1.25rem 3.125rem 2.5rem 1.875rem;
		}
	.acf-field-header_banner h3 {
		padding-top: 2.1875rem;
		}
	.acf-field-header_banner .header-banner-close {
		right: 1.5625rem;
		top: 1.5625rem;
		}
	.acf-field-header_banner .header-banner-close {
		right: 1.5625rem;
		top: 1.5625rem;
		}
	.acf-field-header_banner .header-banner-close::before {
		font-size: 2.25rem;
		}
	.acf-field-header_banner .link.cta {
		margin-top: 1.875rem;
		}
	.acf-linkbutton .inner {
		flex-direction: row;
		margin: 3.75rem 0;
		}
	.acf-linkbutton .inner a {
		display: inline-block;
		padding: 0.625rem 5rem;
		width: auto;
		}
	.acf-podcast .image {
		margin-right: 1.25rem;
		}
	.acf-podcast .image img {
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		}
	.acf-podcast .image .podcast-image-text {
		font-size: 3.75rem;
		margin: 2.5rem;
		}
	.acf-podcast .description {
		margin: 0 1.25rem 0 0;
		}
	.acf-field-support .acf-field-support-left {
		width: 30%;
		}
	.acf-field-support .acf-field-support-right {
		width: 70%;
		}
	.acf-youtube .youtube {
		margin-left: 1.25rem;
		}
	.acf-youtube .youtube img {
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		}
	.acf-youtube .youtube .youtube-image-text {
		font-size: 3.75rem;
		margin: 2.5rem;
		}
	.acf-youtube .description {
		margin: 0 1.25rem 0 0;
		}
	#after-header-custom .intelligent-navigation .widget_nav_menu {
		flex: 0 1 50%;
		}
	.widget.newsletter form .form-content {
		max-width: 66.66667%;
		}
	body.quebin-forum #af-wrapper #forum-breadcrumbs {
		top: 5.625rem;
		}
	body.quebin-forum #af-wrapper #forum-editor-form + .pages-and-menu {
		top: 5.625rem;
		}
	body.quebin-forum #af-wrapper > h1 + div + .pages-and-menu,
	body.quebin-forum #af-wrapper > h1 + .pages-and-menu {
		top: 5.625rem;
		}
	body.quebin-forum.admin-bar #af-wrapper #forum-breadcrumbs {
		top: 7.6875rem !important;
		}
	body.quebin-forum.admin-bar #af-wrapper > h1 + form + .pages-and-menu,
	body.quebin-forum.admin-bar #af-wrapper > h1 + div + .pages-and-menu {
		top: 10.8125rem !important;
		}
	.eibis-bogen #gdpr,
	.eibis-bogen .gdpr {
		padding: 3.75rem;
		}
	.eibis-bogen .eibis-page .inner {
		margin-right: 40px;
		width: calc(70% - 40px);
		}
	.eibis-bogen .eibis-page .eibis-sidebar {
		margin: 0 0 0 auto;
		width: 30%;
		}
	.eibis-bogen .eibis-page.active {
		flex-direction: row;
		}
	.eibis-bogen .legend {
		top: 5.625rem;
		}
	.logged-in .eibis-bogen .legend {
		top: 7.625rem;
		}
	}

@media (min-width: 64.0625em) and (max-width: 80.0525em) {
	.site-header .wrap .title-area a.custom-logo-link {
		padding: 1.25rem 0;
		}
	.site-header .wrap .title-area a.custom-logo-link img {
		height: 3.125rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li {
		margin-right: 3.125rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li[class^="toggle-"]::before {
		font-size: 2.5rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li a {
		padding: 1.25rem;
		}
	.acf-banner.tile .inner .element {
		min-height: 12.5rem;
		}
	.acf-banner.tile .inner .element a {
		font-size: 2.375rem;
		line-height: 1.3;
		padding: 1.25rem;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.medium {
		font-size: 3vw;
		line-height: 3.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2 {
		font-size: 2vw;
		line-height: 2.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.medium {
		font-size: 1.6vw;
		line-height: 2vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner a.link {
		font-size: 0.8rem;
		margin-top: 0.8rem;
		}
	.acf-fp-carousel .inner .item p {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	nav#main-navigation > section {
		padding: 0 7.5rem;
		}
	nav#main-navigation ul {
		width: calc(33.33333% - 7.5rem * 2 / 3);
		}
	}

@media (min-width: 80.0625em) {
	#ehf-slogan {
		font-size: 1.5rem;
		top: 11.875rem;
		}
	.site-header,
	.site-inner,
	.header_userprofile {
		padding-right: 1.5625rem !important;
		}
	.acf-article-teaser.right .description .desc,
	.acf-article-teaser.right .description > h2 {
		padding-right: 2.5rem;
		}
	.acf-article-teaser.left .description .desc,
	.acf-article-teaser.left .description > h2 {
		padding-left: 2.5rem;
		}
	.acf-article-teaser .image img {
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		}
	.acf-article-teaser .image .article-teaser-image-text {
		font-size: 3.75rem;
		margin: 2.5rem;
		}
	.acf-article-teaser .description {
		margin: 0 0 0 0;
		}
	.acf-article-teaser .description h2 {
		font-size: 3.25rem;
		margin: 1.25rem 0 1.875rem;
		}
	.front-page .acf-banner.tile {
		margin-bottom: 6.25rem;
		}
	.front-page .acf-banner.tile > h2 {
		font-size: 3.75rem;
		margin-bottom: 3.75rem;
		}
	.acf-banner.tile .inner .element {
		min-height: 21.875rem;
		}
	.acf-field-header_banner {
		max-width: 35%;
		}
	.acf-field-header_banner .header-banner-inner {
		padding: 1.5625rem 4.375rem 2.5rem 4.375rem;
		}
	.acf-field-header_banner h3 {
		font-size: 2rem;
		padding-top: 3.125rem;
		}
	.acf-field-header_banner .header-banner-close::before {
		font-size: 2.75rem;
		}
	.acf-field-header_banner .link.cta {
		font-size: 1.5rem;
		margin-top: 2.5rem;
		padding: 0.75rem 1.25rem;
		}
	body.quebin-forum #af-wrapper #forum-breadcrumbs {
		top: 6.25rem;
		}
	body.quebin-forum #af-wrapper #forum-editor-form + .pages-and-menu {
		top: 6.25rem;
		}
	body.quebin-forum #af-wrapper > h1 + div + .pages-and-menu,
	body.quebin-forum #af-wrapper > h1 + .pages-and-menu {
		top: 6.25rem;
		}
	body.quebin-forum.admin-bar #af-wrapper #forum-breadcrumbs {
		top: 8.25rem !important;
		}
	.eibis-bogen .eibis-page .inner {
		width: calc(75% - 40px);
		}
	.eibis-bogen .eibis-page .eibis-sidebar {
		width: 25%;
		}
	.eibis-bogen .eibis-page .eibis-sidebar .inner {
		top: 20%;
		}
	.eibis-bogen .legend {
		top: 6.25rem;
		}
	.logged-in .eibis-bogen .legend {
		top: 8.25rem;
		}
	}

@media (min-width: 80.0625em) and (max-width: 90.0525em) {
	.site-header .wrap {
		padding: 0 4.21875rem;
		}
	.site-header .wrap .title-area a.custom-logo-link {
		padding: 1.25rem 0;
		}
	.site-header .wrap .title-area a.custom-logo-link img {
		height: 3.75rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li {
		margin-right: 2.0625rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li[class^="toggle-"]::before {
		font-size: 2.5rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li a {
		padding: 1.25rem;
		}
	.acf-banner.tile .inner .element a {
		font-size: 3rem;
		line-height: 1.3;
		padding: 1.25rem 12%;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.medium {
		font-size: 3vw;
		line-height: 3.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2 {
		font-size: 2vw;
		line-height: 2.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.medium {
		font-size: 1.6vw;
		line-height: 2vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner a.link {
		font-size: 1rem;
		line-height: 1.3rem;
		margin-top: 0.8rem;
		}
	.acf-fp-carousel .inner .item p {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	nav#main-navigation > section {
		padding: 0 7.5rem;
		}
	nav#main-navigation ul {
		width: calc(33.33333% - 7.5rem * 2 / 3);
		}
	}

@media (min-width: 90.0625em) and (max-width: 182.5525em) {
	aside h3 {
		font-size: 1.375rem;
		line-height: 1.625rem;
		}
	aside h4 {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.site-header .wrap .title-area a.custom-logo-link {
		padding: 2.0625rem 0;
		}
	.site-header .wrap .title-area a.custom-logo-link img {
		height: 4.625rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li[class^="toggle-"]::before {
		font-size: 2.5rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li a {
		padding: 1.25rem;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1 {
		font-size: 3vw;
		line-height: 3.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.medium {
		font-size: 3vw;
		line-height: 3.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.big .inner h1.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2 {
		font-size: 2vw;
		line-height: 2.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.medium {
		font-size: 1.6vw;
		line-height: 2vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner a.link {
		font-size: 1.2rem;
		line-height: 1.3rem;
		margin-top: 0.5rem;
		}
	.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item .teaser h3 a {
		font-size: 1.375rem;
		line-height: 1.625rem;
		}
	}

@media (min-width: 90.0625em) {
	#ehf-slogan {
		top: 13.75rem;
		}
	.acf-banner.tile .inner .element a {
		font-size: 3.5rem;
		line-height: 1.3;
		}
	.acf-field-header_banner .header-banner-inner {
		padding: 1.5625rem 4.375rem 2.5rem;
		}
	.acf-fp-carousel .inner .item p {
		font-size: 3.75rem;
		line-height: 4.375rem;
		}
	.acf-fp-logos .inner .secondary .item:first-child {
		margin-left: 0;
		}
	nav#main-navigation > section {
		padding: 0 7.5rem;
		}
	#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul li a {
		font-size: 1.5rem;
		}
	.widget_search .search-results .search-content .content-results li a,
	.widget_search .search-results .search-content .user-search-results li a {
		font-size: 1.5rem;
		}
	.widget_search .search-results .search-content article h2 a {
		font-size: 1.5rem;
		}
	.header_userprofile {
		padding: 3.75rem 0;
		}
	body.quebin-forum #af-wrapper #forum-breadcrumbs {
		top: 8.75rem;
		}
	body.quebin-forum #af-wrapper #forum-editor-form + .pages-and-menu {
		top: 8.75rem;
		}
	body.quebin-forum #af-wrapper > h1 + div + .pages-and-menu,
	body.quebin-forum #af-wrapper > h1 + .pages-and-menu {
		top: 8.75rem;
		}
	body.quebin-forum.admin-bar #af-wrapper #forum-breadcrumbs {
		top: 10.75rem !important;
		}
	.eibis-bogen .legend {
		top: 8.75rem;
		}
	.logged-in .eibis-bogen .legend {
		top: 10.75rem;
		}
	}

@media (min-width: 182.5625em) {
	aside h3 {
		font-size: 1.625rem;
		line-height: 1.875rem;
		}
	aside h4 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item {
		margin-top: 0.4375rem;
		max-height: 3.125rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item a {
		padding: 0.6875rem 1.25rem 0;
		}
	.button-filled {
		font-size: 1.875rem;
		}
	.button-outline {
		font-size: 1.875rem;
		}
	input[type=submit],
	button[type=submit] {
		font-size: 1.875rem;
		}
	a._brlbs-btn-cookie-preference.borlabs-cookie-preference {
		font-size: 1.875rem;
		}
	#BorlabsCookieBox .cookie-box ._brlbs-btn {
		font-size: 1.25rem;
		}
	#BorlabsCookieBox .cookie-box ._brlbs-btn-accept-all,
	#BorlabsCookieBox .cookie-preference ._brlbs-btn-accept-all {
		font-size: 1.875rem;
		}
	#BorlabsCookieBox .cookie-box ._brlbs-btn-accept-all,
	#BorlabsCookieBox .cookie-preference ._brlbs-btn-accept-all {
		font-size: 1.25rem;
		}
	.acf-field-highlightbox-pink a.button {
		font-size: 1.875rem;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2 {
		font-size: 2vw;
		line-height: 2.6vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.medium {
		font-size: 1.6vw;
		line-height: 2vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner h2.tiny {
		font-size: 2.3vw;
		line-height: 3vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.small .inner a.link {
		font-size: 1.4rem;
		line-height: 1.3rem;
		margin-top: 0.8rem;
		}
	.acf-fp-testimonials .inner .moretoseehere a {
		font-size: 1.875rem;
		}
	#call2actionwidget {
		padding: 2.5rem 1.875rem;
		}
	#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul li a {
		font-size: 1.5rem;
		}
	.widget_search .search-results .search-content .content-results li a,
	.widget_search .search-results .search-content .user-search-results li a {
		font-size: 1.5rem;
		}
	.widget_search .search-results .search-content article h2 a {
		font-size: 1.5rem;
		}
	.header_userprofile {
		padding: 5rem;
		}
	.article-archive-form-wrapper form input.button {
		font-size: 1.875rem;
		}
	.home .article-teaser.frontpage .button {
		font-size: 1.875rem;
		}
	.home .event-more.widget .button {
		font-size: 1.875rem;
		}
	.event-archive-form-wrapper form input.button {
		font-size: 1.875rem;
		}
	.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item .teaser h3 a {
		font-size: 1.625rem;
		line-height: 1.875rem;
		}
	.news-archive-form-wrapper form input.button {
		font-size: 1.875rem;
		}
	.home .news-teaser.frontpage .button {
		font-size: 1.875rem;
		}
	.widget.newsletter form .form-content div[rel="button"] button {
		font-size: 1.875rem;
		}
	}

@media (max-width: 64.0525em) {
	.site-header .wrap .title-area a.custom-logo-link {
		padding: 1.25rem 0;
		}
	.site-header .wrap .title-area a.custom-logo-link img {
		height: 3.75rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li[class^="toggle-"]::before {
		font-size: 2.5rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li a {
		padding: 1.25rem;
		}
	.site-container #call2actionaside p {
		font-size: 1.125rem;
		line-height: 1.25rem;
		}
	.acf-field-akkordeon .item .collapse .text.image-orientation-landscape figure {
		width: 100%;
		}
	.acf-field-akkordeon .item .collapse .text.image-orientation-portrait figure {
		width: 100%;
		}
	#toggle-contrast {
		right: 3.75rem;
		}
	#after-header-custom .intelligent-navigation {
		flex-direction: column;
		}
	#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap:last-child {
		margin-top: 2.8125rem;
		}
	.sidebar-primary .event-sidebar-teaser h4 {
		font-size: 1.25rem;
		margin: 0.5rem 0 0.625rem 0;
		}
	}

@media (max-width: 90.0525em) {
	.site-container #call2actionaside .textwidget {
		padding: 0.625rem;
		}
	.site-container #call2actionaside p {
		font-size: 1.25rem;
		line-height: 1.375rem;
		}
	.acf-fp-testimonials .inner .items .item figure img {
		max-height: 15.625rem;
		max-width: 15.625rem;
		}
	.acf-fp-testimonials .inner .moretoseehere {
		margin-top: 3.75rem;
		}
	.acf-fp-logos .inner .secondary {
		justify-content: center;
		}
	.acf-fp-logos .inner .secondary .item img {
		height: 3.75rem;
		}
	.acf-fp-logos .inner .primary .item img {
		height: 7.5rem;
		}
	#toggle-contrast {
		right: 7.5rem;
		}
	}

@media (max-width: 80.0525em) {
	h1 {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	h3 {
		font-size: 1.5rem;
		line-height: 1.75rem;
		}
	h4 {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	h5 {
		font-size: 1rem;
		line-height: 1.25rem;
		}
	p,
	ul,
	ol {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.wpml-ls-item {
		margin-top: 0.375rem;
		max-height: 2rem;
		}
	.site-container .site-inner > .wrap {
		display: flex;
		flex-direction: row;
		margin-left: -0.3125rem;
		margin-right: -0.3125rem;
		width: calc(100% + 0.625rem);

		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		}
	.site-container .site-inner > .wrap > main,
	.site-container .site-inner > .wrap > aside {
		padding: 0 1.25rem;
		}
	.site-container .site-inner > .wrap > aside {
		display: inline-block;
		margin-left: 0.46875rem;
		margin-right: 0.46875rem;
		width: calc(33.33333% - 0.9375rem);
		}
	.em-booking .em-booking-form-details .input-group.input-checkboxes:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-checkbox:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-checkbox:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-radio:not(.input-checkbox) > label {
		font-size: 1.5rem;
		line-height: 1.75rem;
		}
	.ui-tooltip.ui-tooltip-default {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.acf-field-citation .author {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.acf-field-citation {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.acf-field-downloads ul.items li.item a {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.acf-field-gallery .thumbnail {
		margin: 1.3125rem 1.09375rem 0;
		padding: 0 0.54688rem;
		}
	.acf-field-gallery .thumbnail .item {
		margin: 0 0.54688rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow {
		height: 2rem;
		margin-top: -1rem;
		width: 1.875rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow.slick-prev {
		left: -1.09375rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow.slick-next {
		right: -1.09375rem;
		}
	.acf-field-image_big figcaption {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.acf-field-introtext h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
		margin-bottom: 1.25rem;
		}
	.acf-field-introtext p {
		font-size: 1.5rem;
		line-height: 2.25rem;
		}
	.acf-fp-testimonials .inner .items .item figure img {
		max-height: 12.5rem;
		max-width: 12.5rem;
		}
	.acf-fp-testimonials .inner .moretoseehere {
		margin-top: 2.8125rem;
		}
	#toggle-contrast {
		right: 7.5rem;
		}
	.header_userprofile .wrap {
		padding: 0 1.25rem;
		}
	.header_userprofile .wrap .text .position {
		font-size: 1.5rem;
		line-height: 1.75rem;
		}
	.header_userprofile .wrap .text h1 {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	.header_userprofile .wrap .text .description {
		font-size: 1.5rem;
		line-height: 1.75rem;
		}
	.header_userprofile .wrap .image {
		display: inline-block;
		margin-left: 0.46875rem;
		margin-right: 0.46875rem;
		width: calc(33.33333% - 0.9375rem);
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.75rem;
		}
	.home .widget.article-teaser .widget-title {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	.home .event-teaser .widget-title {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	.page-template-archive-event #before-content-custom h3.widget-title,
	.page-template-event-overview #before-content-custom h3.widget-title,
	.page-template-event-archive #before-content-custom h3.widget-title {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	.sidebar-primary .event-sidebar-teaser h4 {
		font-size: 1.5rem;
		line-height: 1.75rem;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.75rem;
		}
	.home .widget.news-teaser .widget-title {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	.teaser-wrapper.misc .teaser-tile .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.75rem;
		}
	.widget.newsletter .widgettitle {
		font-size: 2.5rem;
		line-height: 3rem;
		}
	}

@media (max-width: 103.75em) {
	.acf-fp-carousel .inner .item .content {
		max-width: calc(100% - 6.25rem * 2);
		}
	.acf-fp-carousel .inner .slick-arrow {
		width: 6.25rem;
		}
	.acf-fp-testimonials .inner .slick-arrow {
		width: 6.25rem;
		}
	.acf-fp-logos .inner {
		justify-content: center;
		}
	.acf-fp-logos .inner .primary .item {
		margin: 3.75rem;
		}
	.event-carousel .inner .slick-arrow {
		width: 6.25rem;
		}
	}

@media (max-width: 40.0525em) {
	h1 {
		font-size: 1.625rem;
		line-height: 2rem;
		}
	h2 {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	h3 {
		font-size: 1.375rem;
		line-height: 1.625rem;
		margin-top: 1.875rem;
		}
	h4 {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	h5 {
		font-size: 1rem;
		line-height: 1.25rem;
		}
	p,
	ul,
	ol {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.site-header .wrap {
		padding: 0 0.9375rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-search {
		position: fixed;
		right: 0;
		top: 140;
		z-index: 99999;
		}
	.site-container #call2actionaside {
		border-radius: 0;
		display: inline-block;
		height: auto;
		max-width: none !important;
		position: relative;
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		width: 100%;
		-ms-writing-mode: unset;

		-webkit-writing-mode: unset;
		writing-mode: unset;
		text-orientation: normal;
		}
	.site-container .site-inner {
		display: block;
		}
	.site-container .site-inner > .wrap {
		display: flex;
		flex-direction: row;
		margin-left: -0.19687rem;
		margin-right: -0.19687rem;
		width: calc(100% + 0.39375rem);

		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		}
	.site-container .site-inner > .wrap > main {
		display: block;
		margin: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0 0.9375rem !important;
		width: 100%;
		width: 100%;
		}
	.site-container .site-inner > .wrap > aside {
		padding: 0 0.9375rem !important;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-1 {
		margin-top: 1.875rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_nav_menu .widget-wrap > div ul {
		flex-direction: column;
		text-align: center;

		justify-content: center;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-2, .footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-3 {
		position: relative;
		}
	.button-filled {
		padding: 0.75rem;
		}
	.button-outline {
		padding: 0.75rem;
		}
	input[type=submit],
	button[type=submit] {
		padding: 0.75rem;
		}
	.em-booking .em-booking-form-details .input-group.input-checkboxes:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-checkbox:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-checkbox:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-radio:not(.input-checkbox) > label {
		font-size: 1.375rem;
		line-height: 1.625rem;
		margin-top: 1.875rem;
		}
	a._brlbs-btn-cookie-preference.borlabs-cookie-preference {
		padding: 0.75rem;
		}
	#BorlabsCookieBox .cookie-box ._brlbs-btn-accept-all,
	#BorlabsCookieBox .cookie-preference ._brlbs-btn-accept-all {
		padding: 0.75rem;
		}
	.BorlabsCookie ._ukw-brlbs-content-blocker ._ukw-brlbs-youtube,
	.BorlabsCookie ._ukw-brlbs-content-blocker ._ukw-brlbs-vimeo {
		margin: 1.875rem 0;
		}
	.ui-tooltip.ui-tooltip-default {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-akkordeon {
		margin: 1.875rem 0;
		}
	.acf-field-citation {
		margin: 1.875rem 0;
		}
	.acf-field-citation .author {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-citation .author {
		margin-top: 0.625rem;
		}
	.acf-field-citation {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-downloads {
		margin: 1.875rem 0;
		}
	.acf-field-downloads ul.items li.item a {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-gallery {
		margin: 1.875rem 0;
		}
	.acf-field-gallery .thumbnail {
		margin: 1.25rem 1.125rem 0;
		padding: 0 0.5625rem;
		}
	.acf-field-gallery .thumbnail .item {
		margin: 0 0.43438rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow {
		height: 1.35rem;
		margin-top: -0.675rem;
		width: 1.25rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow.slick-prev {
		left: -1.125rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow.slick-next {
		right: -1.125rem;
		}
	.acf-field-highlightbox {
		margin: 1.875rem 0;
		}
	.acf-field-highlightbox-pink a.button {
		padding: 0.75rem;
		}
	.acf-field-image_big {
		margin: 1.875rem 0;
		}
	.acf-field-image_big figcaption {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-image_big figcaption {
		margin-top: 0.625rem;
		}
	.acf-field-introtext h2 {
		font-size: 1.5rem;
		line-height: 1.875rem;
		margin-bottom: 0.625rem;
		}
	.acf-field-introtext p {
		font-size: 1.25rem;
		line-height: 1.625rem;
		}
	.acf-field-text {
		margin: 1.875rem 0;
		}
	.acf-field-text.columns .inner .text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		width: 100%;
		}
	.acf-field-text.has-image.image-orientation-landscape .inner .text figure {
		width: 100%;
		}
	.acf-field-text.has-image.image-orientation-portrait .inner .text figure {
		width: 100%;
		}
	.acf-field-video_wrapper {
		margin: 1.875rem 0;
		}
	.acf-field-video_teaser_wrapper {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.acf-field-video_teaser_wrapper .video_teaser {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.acf-field-video_teaser_wrapper .video_teaser .image-wrapper .play-button {
		height: 3.125rem;
		width: 3.125rem;
		}
	.video-lightbox .close-lightbox {
		right: 0.9375rem;
		top: 0.9375rem;
		}
	.admin-bar .video-lightbox .close-lightbox {
		top: 2.8125rem;
		}
	.video-lightbox .lightbox-inner {
		margin: 0;
		max-width: 100%;
		width: 100%;
		}
	.acf-field-header_bubble_slider {
		margin-bottom: calc(50vw / 2);
		}
	.acf-field-header_bubble_slider .owl-prev {
		left: 0;
		}
	.acf-field-header_bubble_slider .owl-next {
		right: 0;
		}
	.acf-field-header_bubble_slider .slide #bubble-connector {
		display: none;
		}
	.acf-field-header_bubble_slider .slide .bubble.big.top, .acf-field-header_bubble_slider .slide .bubble.big.mid, .acf-field-header_bubble_slider .slide .bubble.big.bottom {
		display: none !important;
		}
	.acf-field-header_bubble_slider .slide .bubble.small {
		display: none;
		}
	.acf-field-header_bubble_slider .slide .bubble.mobile {
		display: block;
		height: 50vw;
		left: 35%;
		padding: 0;
		top: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		width: 50vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.mobile .inner {
		color: #fff;
		font-size: 5.5vw;
		line-height: 7.5vw;
		margin: 0;
		padding: 1.25rem 4vw;
		text-align: center;
		}
	.acf-field-header_bubble_slider .slide .bubble.mobile .inner > span {
		font-size: 5.5vw;
		line-height: 7.5vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.mobile .inner > span p, .acf-field-header_bubble_slider .slide .bubble.mobile .inner > span a {
		font-size: 5.5vw;
		line-height: 7.5vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.mobile .inner > span.tiny {
		font-size: 4.5vw;
		line-height: 6.5vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.mobile .inner > span.tiny p, .acf-field-header_bubble_slider .slide .bubble.mobile .inner > span.tiny a {
		font-size: 4.5vw;
		line-height: 6.5vw;
		}
	.acf-field-header_bubble_slider .slide .bubble.mobile p {
		color: #fff;
		margin: 0;
		text-align: center;
		}
	.acf-field-header_bubble_slider .slide .bubble.mobile a {
		color: #fff;
		color: #fff;
		margin: 0;
		text-align: center;
		text-decoration: underline;
		}
	.acf-fp-carousel {
		margin: 2.8125rem auto 0;
		}
	.acf-fp-carousel .inner .item {
		padding: 0;
		}
	.acf-fp-carousel .inner .item p {
		font-size: 1.375rem;
		line-height: 1.75rem;
		}
	.acf-fp-carousel .inner .slick-arrow {
		font-size: 50%;
		width: 1.5625rem;
		}
	.acf-fp-testimonials .inner h2 {
		margin-bottom: 1.5625rem;
		}
	.acf-fp-testimonials .inner .items .item {
		padding: 0.9375rem 1.875rem;
		}
	.acf-fp-testimonials .inner .items .item:first-child {
		padding-top: 0;
		}
	.acf-fp-testimonials .inner .items .item:last-child {
		padding-bottom: 0;
		}
	.acf-fp-testimonials .inner .items .item figure figcaption {
		font-size: 1rem;
		}
	.acf-fp-testimonials .inner .items .item .quote {
		font-size: 1.25rem;
		}
	.acf-fp-testimonials .inner .moretoseehere a {
		padding: 0.75rem;
		}
	.acf-fp-testimonials {
		margin: 2.8125rem auto 0;
		}
	.acf-fp-testimonials .inner .slick-arrow {
		font-size: 50%;
		width: 1.5625rem;
		}
	.acf-fp-logos {
		margin: 1.875rem 0 !important;
		}
	.acf-fp-logos .inner .secondary {
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		}
	.acf-fp-logos .inner .secondary .item {
		margin: 0.625rem;
		}
	.acf-fp-logos .inner .secondary .item img {
		height: auto !important;
		width: 100%;
		}
	.acf-fp-logos .inner .primary .item {
		margin: 1.875rem 0.3125rem 0 !important;
		}
	#toggle-contrast {
		display: flex;
		flex-direction: row-reverse;
		left: 0;
		margin: 0.3125rem 0 0.625rem;
		padding: 0 0.9375rem;
		position: relative;
		right: auto !important;
		top: 0;
		}
	#toggle-contrast::after {
		font-size: 90%;
		margin-left: 0;
		margin-right: 0.75rem;
		}
	#toggle-contrast span {
		font-size: 0.75rem;
		}
	nav#main-navigation .creepy-navigation-buttons {
		padding: 0 !important;
		}
	#toggle-contrast {
		left: auto;
		}
	nav#main-navigation a {
		padding: 0.9375rem !important;
		}
	nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul {
		position: relative;
		}
	#call2actionwidget {
		padding: 1.4375rem 1.875rem 1.25rem;
		}
	#after-header-custom .intelligent-navigation .widget_nav_menu > .widget-wrap ul li a {
		font-size: 1.125rem;
		}
	.widget_search .search-results .search-content .content-results li a,
	.widget_search .search-results .search-content .user-search-results li a {
		font-size: 1.125rem;
		}
	.widget_search .search-results .search-content article h2 a {
		font-size: 1.125rem;
		}
	.user-list-wrapper {
		margin: 0;
		padding: 0;
		}
	.header_userprofile {
		padding: 1.875rem 0;
		}
	.header_userprofile .wrap {
		align-items: center;
		}
	.header_userprofile .wrap .text .position {
		font-size: 1.375rem;
		line-height: 1.625rem;
		margin-top: 1.875rem;
		}
	.header_userprofile .wrap .text h1 {
		font-size: 1.625rem;
		line-height: 2rem;
		}
	.header_userprofile .wrap .text .scope {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.header_userprofile .wrap .text .description {
		font-size: 1.375rem;
		line-height: 1.625rem;
		margin-top: 1.875rem;
		}
	.header_userprofile .wrap .image {
		margin-bottom: 1.875rem;
		width: 100% !important;
		}
	.header_userprofile .wrap .image img {
		width: 12.5rem;
		}
	body.page-template-archive-authors .site-inner > .wrap {
		flex-direction: column-reverse;
		}
	.article-archive-post-content {
		padding: 1.875rem 0.9375rem;
		}
	.article-archive-post-content > h1 {
		margin-bottom: 0;
		padding: 0 0 0.9375rem;
		}
	.article-archive-form-wrapper form {
		flex-direction: column;
		max-width: none;
		}
	.article-archive-form-wrapper form > div {
		flex: auto;
		}
	.article-archive-form-wrapper form input.button {
		padding: 0.75rem;
		}
	.article-archive-form-wrapper form input.button {
		margin-top: 0;
		width: calc(100% - 1.875rem);

		flex: auto;
		}
	.article-archive-wrapper {
		padding: 0.9375rem;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double.quote-box {
		padding: 0.9375rem;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double.quote-box .quote {
		font-size: 1.5rem;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser h3 a {
		font-size: 1.375rem;
		line-height: 1.625rem;
		margin-top: 1.875rem;
		}
	.article-meta > div.article-date, .article-meta > div.article-terms {
		font-size: 0.75rem;
		}
	.article-meta > div.article-date > i, .article-meta > div.article-terms > i {
		font-size: 1.25rem;
		margin-right: 0.3125rem;
		}
	.home .widget.article-teaser {
		margin: 2.8125rem 0;
		}
	.home .widget.article-teaser .widget-title {
		font-size: 1.625rem;
		line-height: 2rem;
		}
	.home .widget.article-teaser .widget-title {
		font-size: 1.625rem !important;
		line-height: 2rem;
		}
	.home .article-teaser.frontpage {
		margin-bottom: 2.8125rem;
		}
	.home .article-teaser.frontpage .button {
		padding: 0.75rem;
		}
	.home .article-teaser.frontpage .half-wdith {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.home .article-teaser.frontpage .half-wdith .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.home .article-teaser.frontpage .half-wdith .teaser h3 a {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.home .article-teaser.frontpage .half-wdith .teaser h3 a {
		color: #87004e;
		}
	.home .article-teaser.frontpage .half-wdith .teaser .excerpt {
		font-size: 1rem;
		line-height: 1.375rem;
		}
	body.event-template-default .site-inner aside .widget_em_widget .widget-wrap ul li .teaser h4 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.home .event-teaser .widget-title {
		font-size: 1.625rem;
		line-height: 2rem;
		}
	.home .event-teaser .widget-title {
		font-size: 1.625rem !important;
		line-height: 2rem;
		padding: 2.5rem 0 0 !important;
		}
	.home .event-more.widget {
		padding: 0 0 1.875rem;
		}
	.home .event-more.widget .button {
		padding: 0.75rem;
		}
	.home .event-more.widget .button {
		margin: 0 0.9375rem;
		width: calc(100% - 1.875rem);
		}
	.page-template-archive-event #before-content-custom h3.widget-title,
	.page-template-event-overview #before-content-custom h3.widget-title,
	.page-template-event-archive #before-content-custom h3.widget-title {
		font-size: 1.625rem;
		line-height: 2rem;
		}
	.event-carousel .inner {
		padding: 1.875rem 0.9375rem;
		}
	.event-carousel .inner .item .content .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.event-carousel .inner .item .content .teaser .read-more {
		font-size: 1rem;
		line-height: 1.375rem;
		}
	.event-archive-form-wrapper form {
		flex-direction: column;
		max-width: none;
		}
	.event-archive-form-wrapper form > div {
		flex: auto;
		}
	.event-archive-form-wrapper form input.button {
		padding: 0.75rem;
		}
	.event-archive-form-wrapper form input.button {
		margin-top: 0;
		width: calc(100% - 1.875rem);

		flex: auto;
		}
	.event-archive-wrapper {
		margin-top: 0;
		padding: 0.9375rem;
		}
	.event-archive-wrapper .event-archive-inner .teaser-wrapper {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.event-archive-wrapper .event-archive-inner .teaser-wrapper .teaser-tile .teaser h4 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.event-meta > div.event-date, .event-meta > div.location, .event-meta > div.event-terms, .event-meta > div.event-type {
		font-size: 0.75rem;
		}
	.event-meta > div.event-date > i, .event-meta > div.location > i, .event-meta > div.event-terms > i, .event-meta > div.event-type > i {
		font-size: 1.25rem;
		margin-right: 0.3125rem;
		}
	.event-block-teaser-inner .item {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.event-block-teaser-inner .item .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.series-teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.sidebar-primary .event-sidebar-teaser h4 {
		font-size: 1.375rem;
		line-height: 1.625rem;
		margin-top: 1.875rem;
		}
	.news-archive-post-content {
		padding: 1.875rem 0.9375rem;
		}
	.news-archive-post-content > h1 {
		margin-bottom: 0;
		padding: 0 0 0.9375rem;
		}
	.news-archive-form-wrapper form {
		flex-direction: column;
		max-width: none;
		}
	.news-archive-form-wrapper form > div {
		flex: auto;
		}
	.news-archive-form-wrapper form input.button {
		padding: 0.75rem;
		}
	.news-archive-form-wrapper form input.button {
		margin-top: 0;
		width: calc(100% - 1.875rem);

		flex: auto;
		}
	.news-archive-wrapper {
		padding: 0.9375rem;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double.quote-box {
		padding: 0.9375rem;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double.quote-box .quote {
		font-size: 1.5rem;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser h3 a {
		font-size: 1.375rem;
		line-height: 1.625rem;
		margin-top: 1.875rem;
		}
	.news-meta > div.news-date, .news-meta > div.news-terms {
		font-size: 0.75rem;
		}
	.news-meta > div.news-date > i, .news-meta > div.news-terms > i {
		font-size: 1.25rem;
		margin-right: 0.3125rem;
		}
	.home .widget.news-teaser {
		margin: 2.8125rem 0;
		}
	.home .widget.news-teaser .widget-title {
		font-size: 1.625rem;
		line-height: 2rem;
		}
	.home .widget.news-teaser .widget-title {
		font-size: 1.625rem !important;
		line-height: 2rem;
		}
	.home .news-teaser.frontpage {
		margin-bottom: 2.8125rem;
		}
	.home .news-teaser.frontpage .button {
		padding: 0.75rem;
		}
	.home .news-teaser.frontpage .half-wdith {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.home .news-teaser.frontpage .half-wdith .teaser h3 a {
		font-size: 1.5rem;
		line-height: 1.875rem;
		}
	.home .news-teaser.frontpage .half-wdith .teaser h3 a {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.home .news-teaser.frontpage .half-wdith .teaser h3 a {
		color: #87004e;
		}
	.home .news-teaser.frontpage .half-wdith .teaser .excerpt {
		font-size: 1rem;
		line-height: 1.375rem;
		}
	.teaser-wrapper.misc {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.teaser-wrapper.misc .teaser-tile {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.teaser-wrapper.misc .teaser-tile .teaser h3 a {
		font-size: 1.375rem;
		line-height: 1.625rem;
		margin-top: 1.875rem;
		}
	.widget.newsletter {
		padding: 1.875rem 0.9375rem;
		}
	.widget.newsletter .widgettitle {
		font-size: 1.625rem;
		line-height: 2rem;
		}
	.widget.newsletter .widgettitle {
		font-size: 1.625rem !important;
		line-height: 2rem;
		margin-bottom: 0.625rem;
		}
	.widget.newsletter form .form-content {
		flex-direction: column;
		}
	.widget.newsletter form .form-content div[rel="email"] {
		margin: 0.625rem;

		flex: auto;
		}
	.widget.newsletter form .form-content div[rel="email"] .input {
		align-self: auto;
		}
	.widget.newsletter form .form-content div[rel="button"] {
		margin: 0.625rem;

		flex: auto;
		}
	.widget.newsletter form .form-content div[rel="button"] button {
		align-self: auto;
		}
	.widget.newsletter form .form-content div[rel="button"] button {
		padding: 0.75rem;
		}
	.custom-form-container .form-content .input {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.custom-form-container .form-content .submit_container {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	}

@media (max-width: 48.0525em) {
	h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
		}
	h3 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	h4 {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	h5 {
		font-size: 1rem;
		line-height: 1.25rem;
		}
	aside h3 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	aside h4 {
		font-size: 1rem;
		line-height: 1.25rem;
		}
	p,
	ul,
	ol {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li {
		margin-right: 1.875rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul li.toggle-search {
		-webkit-animation-delay: 2s;
		animation-delay: 2s;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;

		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		}
	.site-container #call2actionaside p {
		font-size: 0.875rem;
		line-height: 1rem;
		}
	.site-container .site-inner > .wrap {
		display: block;
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
		margin-top: 1.25rem;
		width: 100%;
		}
	.site-container .site-inner > .wrap > main,
	.site-container .site-inner > .wrap > aside {
		display: block !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 3.125rem;
		width: 100% !important;
		}
	.site-container .site-inner > .wrap > main {
		margin-bottom: 0;
		}
	.site-container .site-inner > .wrap > aside > .sidebar-box {
		margin-bottom: 1.875rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-1 {
		flex-direction: column;
		margin-bottom: 0;

		align-items: center;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_nav_menu {
		margin-bottom: 1.875rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_icl_lang_sel_widget .widget-wrap > div ul a {
		margin: 0;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-2 {
		display: flex;
		flex-direction: column-reverse;
		margin: 0 auto;
		margin-top: 1.875rem;
		max-width: 35.375rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-2 section {
		padding: 0.9375rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-2 section .widget-wrap > div p {
		font-size: 1rem;
		line-height: 1.375rem;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-2 a::before, .footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-3 a::before {
		font-size: 150%;
		margin: 0 0 0.625rem;
		}
	.em-booking .em-booking-form-details .input-group.input-checkboxes:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-checkbox:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-checkbox:not(.input-checkbox) > label, .em-booking .em-booking-form-details .input-group.input-radio:not(.input-checkbox) > label {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.ui-tooltip.ui-tooltip-default {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-citation .author {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-citation .author {
		font-size: 1rem;
		line-height: 1.375rem;
		margin-top: 0.625rem;
		}
	.acf-field-citation {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-downloads ul.items li.item a {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-gallery .thumbnail {
		margin: 1.375rem 1.125rem 0;
		padding: 0 0.5625rem;
		}
	.acf-field-gallery .thumbnail .item {
		margin: 0 0.5625rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow {
		height: 2rem;
		margin-top: -1rem;
		width: 1.875rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow.slick-prev {
		left: -1.125rem;
		}
	.acf-field-gallery .thumbnail button.slick-arrow.slick-next {
		right: -1.125rem;
		}
	.acf-field-image_big figcaption {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	.acf-field-image_big figcaption {
		font-size: 1rem;
		line-height: 1.375rem;
		margin-top: 0.625rem;
		}
	.acf-field-introtext h2 {
		font-size: 1.5rem;
		line-height: 1.875rem;
		margin-bottom: 0.625rem;
		}
	.acf-field-introtext p {
		font-size: 1.25rem;
		line-height: 1.75rem;
		}
	.acf-field-header_bubble_slider .owl-prev,
	.acf-field-header_bubble_slider .owl-next {
		display: none;
		}
	.acf-field-header_bubble_slider .slide svg {
		display: none;
		}
	.acf-fp-carousel {
		max-width: none;
		}
	.acf-fp-carousel .inner .item .content {
		max-width: 100% !important;
		}
	.acf-fp-carousel .inner .slick-arrow {
		width: 3.125rem;
		}
	.acf-fp-testimonials {
		margin: 3.75rem 0;
		}
	.acf-fp-testimonials .inner .items {
		justify-content: center;
		}
	.acf-fp-testimonials .inner .items .item {
		flex: 0 1 50%;
		}
	.acf-fp-testimonials .inner .items .item figure img {
		max-height: 9.375rem;
		max-width: 9.375rem;
		}
	.acf-fp-testimonials .inner .items .item figure figcaption {
		font-size: 0.875rem;
		}
	.acf-fp-testimonials .inner .items .item .quote {
		flex-direction: column;
		font-size: 1.125rem;
		margin-top: 0.9375rem;
		}
	.acf-fp-testimonials .inner .moretoseehere {
		margin-top: 1.875rem;
		}
	.acf-fp-testimonials {
		max-width: none;
		}
	.acf-fp-testimonials .inner .slick-arrow {
		width: 3.125rem;
		}
	.acf-fp-logos {
		margin: 1.875rem;
		}
	.acf-fp-logos .inner .primary .item {
		margin-bottom: 0 !important;
		}
	nav#main-navigation .creepy-navigation-buttons {
		display: flex;
		padding: 1.875rem;

		align-items: center;
		}
	nav#main-navigation .creepy-navigation-buttons button {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		color: white;
		cursor: pointer;
		display: block;
		font-weight: normal;
		list-style-type: none;
		margin: 0;
		outline: none;
		padding: 0;
		text-decoration: none;

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		}
	nav#main-navigation .creepy-navigation-buttons button a:not(:hover) {
		text-decoration: none;
		}
	nav#main-navigation .creepy-navigation-buttons button::before {
		display: block;
		padding: 0.9375rem;
		}
	nav#main-navigation .creepy-navigation-buttons button.reset::before {
		content: "";
		font-family: "EHF_iconfont";
		}
	nav#main-navigation .creepy-navigation-buttons button.prev::before {
		content: "";
		font-family: "EHF_iconfont";
		}
	nav#main-navigation.high-contrast .creepy-navigation-buttons button {
		color: #000;
		}
	#toggle-contrast {
		right: 2.8125rem;
		}
	nav#main-navigation > section {
		padding: 0 !important;
		}
	nav#main-navigation .toggle-search {
		border: 0;
		border-radius: 0;
		display: block;
		font-weight: normal;
		list-style-type: none;
		margin: 0;
		outline: none;
		padding: 0;
		position: absolute;
		right: 0;
		text-decoration: none;
		top: 0;

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		}
	nav#main-navigation .toggle-search a:not(:hover) {
		text-decoration: none;
		}
	nav#main-navigation .toggle-search::before {
		display: none;
		}
	nav#main-navigation .toggle-search a {
		display: block;
		padding: 1.0625rem;
		}
	nav#main-navigation .toggle-search a::before {
		color: #fff;
		content: "";
		font-family: "EHF_iconfont";
		}
	nav#main-navigation .toggle-search a span {
		display: none;
		}
	nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul {
		margin-top: 0 !important;
		width: 100% !important;
		}
	nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul .sub-menu {
		left: 100%;
		}
	nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul .sub-menu.active {
		max-width: none;
		}
	nav#main-navigation > section.widget_nav_menu .widget-wrap > div > ul .sub-menu:not(.active) {
		max-width: 0;
		overflow: hidden;
		}
	nav#main-navigation > section.widget_nav_menu .widget-wrap > div ul {
		transition: all 0.2s ease-in-out 0s;
		}
	#menu-socialmedia {
		margin: 1.875rem auto 2.5rem;
		}
	#after-header-custom {
		padding: 0.9375rem;
		}
	#after-header-custom .widget_search form {
		flex-direction: column;
		}
	#after-header-custom .widget_search form input[type="search"] {
		min-width: 0;
		padding: 20 0;
		}
	#after-header-custom .widget_search form input[type="search"]::-webkit-input-placeholder {
		font-size: 1rem;
		}
	#after-header-custom .widget_search form input[type="search"]::-moz-placeholder {
		font-size: 1rem;
		}
	#after-header-custom .widget_search form input[type="search"]::-ms-input-placeholder {
		font-size: 1rem;
		}
	#after-header-custom .widget_search form input[type="search"]::placeholder {
		font-size: 1rem;
		}
	#after-header-custom .widget_search form input[type="submit"] {
		font-size: 1rem;
		margin: 0;
		margin-top: 0.9375rem;
		max-width: none;
		padding: 0.9375rem 0;
		width: 100%;
		}
	#after-header-custom .intelligent-navigation {
		margin-top: 0;
		}
	.user-list-wrapper {
		flex-direction: column;
		}
	.user-list-wrapper li {
		margin: 0.9375rem 0;
		width: 100%;
		}
	.header_userprofile .wrap {
		flex-direction: column;
		padding: 0 3.125rem;

		justify-content: flex-end !important;
		}
	.header_userprofile .wrap .text {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		}
	.header_userprofile .wrap .text .position {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.header_userprofile .wrap .text h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
		}
	.header_userprofile .wrap .text .description {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.header_userprofile .wrap .image {
		display: block;
		margin-bottom: 3.75rem;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		width: 50% !important;
		}
	.header_userprofile .wrap .image img {
		width: 18.75rem;
		}
	.article-archive-form-wrapper form {
		max-width: calc(100% - 2.5rem);
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double.quote-box {
		padding: 1.875rem;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile.double.quote-box .quote {
		font-size: 2.8125rem;
		}
	.article-archive-wrapper .article-archive-inner .teaser-wrapper .teaser-tile .teaser h3 a {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.home .widget.article-teaser {
		margin: 3.75rem 0;
		}
	.home .widget.article-teaser .widget-title {
		font-size: 1.875rem;
		line-height: 2.5rem;
		}
	.home .widget.article-teaser .widget-title {
		font-size: 1.875rem !important;
		line-height: 2.5rem;
		margin: 1.875rem;
		}
	.home .article-teaser.frontpage {
		margin-bottom: 3.75rem;
		}
	.home .event-teaser .widget-title {
		font-size: 1.875rem;
		line-height: 2.5rem;
		}
	.home .event-teaser .widget-title {
		font-size: 1.875rem !important;
		line-height: 2.5rem;
		padding: 1.875rem 0 0 !important;
		}
	.home .event-more.widget {
		padding: 0 0 3.75rem;
		}
	.page-template-archive-event #before-content-custom h3.widget-title,
	.page-template-event-overview #before-content-custom h3.widget-title,
	.page-template-event-archive #before-content-custom h3.widget-title {
		font-size: 1.875rem;
		line-height: 2.5rem;
		}
	.page-template-archive-event #before-content-custom h3.widget-title,
	.page-template-event-overview #before-content-custom h3.widget-title,
	.page-template-event-archive #before-content-custom h3.widget-title {
		padding-top: 1.875rem;
		}
	.event-carousel .inner .item .content .teaser .excerpt {
		font-size: 1rem;
		line-height: 1.25rem;
		}
	.event-carousel .inner .item .content .teaser .read-more {
		font-size: 1rem;
		line-height: 1.375rem;
		}
	.event-carousel .inner .slick-arrow {
		width: 3.125rem;
		}
	.event-archive-form-wrapper form {
		max-width: calc(100% - 2.5rem);
		}
	.sidebar-primary .event-block-teaser-wrapper .event-block-teaser-inner .item .teaser h3 a {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.sidebar-primary .event-sidebar-teaser h4 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.sidebar-primary .event-sidebar-teaser h4 {
		font-size: 1.125rem;
		margin: 0.3125rem 0 0.625rem 0;
		}
	.news-archive-form-wrapper form {
		max-width: calc(100% - 2.5rem);
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double.quote-box {
		padding: 1.875rem;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile.double.quote-box .quote {
		font-size: 2.8125rem;
		}
	.news-archive-wrapper .news-archive-inner .teaser-wrapper .teaser-tile .teaser h3 a {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.home .widget.news-teaser {
		margin: 3.75rem 0;
		}
	.home .widget.news-teaser .widget-title {
		font-size: 1.875rem;
		line-height: 2.5rem;
		}
	.home .widget.news-teaser .widget-title {
		font-size: 1.875rem !important;
		line-height: 2.5rem;
		margin: 1.875rem;
		}
	.home .news-teaser.frontpage {
		margin-bottom: 3.75rem;
		}
	.teaser-wrapper.misc .teaser-tile .teaser h3 a {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	.widget.newsletter .widgettitle {
		font-size: 1.875rem;
		line-height: 2.5rem;
		}
	}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important;
		}
	a,
	a:visited {
		text-decoration: underline;
		}
	a[href]:after {
		content: " (" attr(href) ")";
		}
	abbr[title]:after {
		content: " (" attr(title) ")";
		}
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
		}
	thead {
		display: table-header-group;
		}
	img,
	tr {
		page-break-inside: avoid;
		}
	img {
		max-width: 100% !important;
		}
	@page {
		margin: 2cm 0.5cm;
		}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
		}
	blockquote,
	pre {
		page-break-inside: avoid;
		}
	.content,
	.content-sidebar {
		width: 100%;
		}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
		}
	.title-area {
		text-align: center;
		width: 100%;
		}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
		}
	.site-inner {
		padding-top: 0;
		position: relative;
		}
	.author-box {
		margin-bottom: 0;
		}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
		}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
		}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
		}
	dl,
	ol,
	ul {
		page-break-before: avoid;
		}
	}

  #em-wrapper .em-my-bookings .table-wrap table {
    display: block;
    border-collapse: collapse;
  }

  #em-wrapper .em-my-bookings .table-wrap table th {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 7px 20px;
    border: 1px solid #ececec;
    background: #ececec;
  }

  #em-wrapper .em-my-bookings .table-wrap table th:first-of-type {
    text-align: left;
  }

  #em-wrapper .em-my-bookings .table-wrap table td {
    padding: 13px 20px;
    font-size: 22px;
    border: 1px solid #ececec;
  }

  #em-wrapper .em-my-bookings .table-wrap table td a {
    font-size: 22px;
  }


  /*.em-booking-form-details .em-tickets-single .em-ticket-bookings .em-ticket-booking > strong {
    display: none;
  }*/
/*# sourceMappingURL=style.css.map */
