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

.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 {
	display: flex;
	flex-direction: row;
	max-width: 75%;

	flex-wrap: nowrap;
	/**
			* 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;
	justify-content: right;
	}

.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;
	padding: 0.375rem 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 .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li {
	display: inline-block;
	margin: 0 1.25rem 0 0;
	padding-top: 0.3125rem;
	width: auto;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li a {
	color: #87004e;
	font-size: 1rem;
	padding: 0;
	}

.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li span {
	display: inline-block;
	opacity: 1;
	white-space: nowrap;
	}

.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 2.1875rem;
	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 .widget-wrap > div ul {
	display: flex;

	flex-wrap: wrap;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_nav_menu .widget-wrap > div ul::after {
	content: "";

	flex-grow: 1000000000;
	}

.footer-widgets .wrap .widget-area.footer-widgets-1 section.widget_nav_menu .widget-wrap > div ul li {
	flex: 1 1 auto;
	}

.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#custom_html-2, .footer-widgets .wrap .widget-area.footer-widgets-2 section#custom_html-3 {
	bottom: 0;
	position: absolute;
	right: 0;
	}

.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%;
	}

.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-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-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-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 .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-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 {
	overflow: hidden;
	position: relative;
	}

.acf-field-header_bubble_slider #scrolldown {
	bottom: 1.875rem;
	color: #e5006d;
	cursor: pointer;
	display: flex;
	flex-direction: column-reverse;
	font-size: 1.25rem;
	left: 50%;
	margin-left: -4.6875rem;
	position: absolute;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	width: 9.375rem;
	z-index: 9;

	align-items: center;
	}

.acf-field-header_bubble_slider #scrolldown:hover {
	color: #fff;
	}

.acf-field-header_bubble_slider #scrolldown::before {
	content: "";
	font-family: "EHF_iconfont";
	font-size: 200%;
	}

.acf-field-header_bubble_slider .slides-in-background {
	position: relative;
	}

.acf-field-header_bubble_slider .slides-in-background .slick-slide {
	outline: 0;
	}

.acf-field-header_bubble_slider .slides-in-background .item {
	height: auto;
	position: relative;
	width: 100%;
	}

.acf-field-header_bubble_slider .slides-in-background .item .background {
	background-color: #87004e;
	}

.acf-field-header_bubble_slider .slides-in-background .item .background 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_bubble_slider .slides-in-background .slick-arrow {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	background-color: rgba(229, 0, 109, 0.6);
	border: 0;
	border-radius: 0;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-weight: normal;
	height: 4.0625rem;
	list-style-type: none;
	margin: 0;
	margin-top: -2.03125rem;
	outline: none;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 50%;
	transition: all 0.2s ease-in-out 0s;
	width: 4.0625rem;
	z-index: 4;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	pointer-events: all;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

.acf-field-header_bubble_slider .slides-in-background .slick-arrow a:not(:hover) {
	text-decoration: none;
	}

.acf-field-header_bubble_slider .slides-in-background .slick-arrow:hover {
	background-color: #e5006d;
	}

.acf-field-header_bubble_slider .slides-in-background .slick-arrow[aria-disabled="true"] {
	opacity: 0;
	}

.acf-field-header_bubble_slider .slides-in-background .slick-arrow::after {
	color: #fff;
	font-size: 1.3em;
	margin: 0;
	transition: all 0.2s ease-in-out 0s;
	}

.acf-field-header_bubble_slider .slides-in-background .slick-arrow.slick-prev {
	left: 1.875rem;
	}

.acf-field-header_bubble_slider .slides-in-background .slick-arrow.slick-prev::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-field-header_bubble_slider .slides-in-background .slick-arrow.slick-next {
	right: 1.875rem;
	}

.acf-field-header_bubble_slider .slides-in-background .slick-arrow.slick-next::after {
	content: "";
	font-family: "EHF_iconfont";
	}

.acf-field-header_bubble_slider .slides-in-foreground {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: -webkit-transform 1s ease-in-out 0.3s;
	transition: transform 1s ease-in-out 0.3s;
	transition: transform 1s ease-in-out 0.3s, -webkit-transform 1s ease-in-out 0.3s;
	width: 100%;
	z-index: 3;

	pointer-events: none;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles {
	height: 100%;
	position: absolute;
	z-index: 1;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble {
	background-color: #e5006d;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	width: 25vw;

	pointer-events: all;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble::after {
	content: "";
	display: block;
	padding-bottom: 100%;
	}

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

	justify-content: center;
	}

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

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble .inner h2 {
	margin-top: 0;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble .inner .link::after {
	content: " »";
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="1"] {
	left: 12vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="1"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="1"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="2"] {
	left: 62vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="2"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="2"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="3"] {
	left: 112vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="3"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="3"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="4"] {
	left: 162vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="4"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="4"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="5"] {
	left: 212vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="5"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="5"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="6"] {
	left: 262vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="6"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="6"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="7"] {
	left: 312vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="7"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="7"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="8"] {
	left: 362vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="8"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="8"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="9"] {
	left: 412vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="9"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="9"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="10"] {
	left: 462vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="10"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="10"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="11"] {
	left: 512vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="11"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="11"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="12"] {
	left: 562vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="12"].top {
	top: calc(42% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big[data-bubble="12"].bottom {
	top: calc(58% - 12.5vw);
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big h1,
.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-big a.link {
	color: #fff;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small {
	width: 16.25vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="1"] {
	left: 18vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="1"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="1"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="2"] {
	left: 68vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="2"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="2"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="3"] {
	left: 118vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="3"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="3"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="4"] {
	left: 168vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="4"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="4"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="5"] {
	left: 218vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="5"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="5"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="6"] {
	left: 268vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="6"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="6"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="7"] {
	left: 318vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="7"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="7"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="8"] {
	left: 368vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="8"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="8"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="9"] {
	left: 418vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="9"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="9"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="10"] {
	left: 468vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="10"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="10"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="11"] {
	left: 518vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="11"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="11"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="12"] {
	left: 568vw;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="12"].top {
	top: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small[data-bubble="12"].bottom {
	bottom: 19%;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small h2,
.acf-field-header_bubble_slider .slides-in-foreground .bubbles .bubble-small a.link {
	color: #fff;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles-path {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
	z-index: 0;

	pointer-events: none;
	}

.acf-field-header_bubble_slider .slides-in-foreground .bubbles-path svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;

	pointer-events: none;
	}

/**
* Breakpoints Bubbles
*
* Located here because there are so many of them...
*/

.slides-in-foreground .bubbles .bubble-big .inner {
	padding: 6em 0.6875rem 6em 2em;
	}

.slides-in-foreground .bubbles .bubble-small .inner {
	padding: 2.1875rem;
	padding-right: 0.2rem;
	}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
		}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		}
	}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
		}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 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;
	}

#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;
	}

#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 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.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 .event-login-helper {
	display: none !important;
	}

.widget_search .search-results .search-content article h2 {
	margin: 1.25rem 0 2.5rem;
	}

.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;
	}

/**
* 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.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: 5rem;
	text-align: center;
	width: 100%;
	}

.custom-form-container .form-content .submit_container button:hover {
	cursor: pointer;
	}

@media (min-width: 40.0625em) and (max-width: 120.0525em) {
	#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;
		}
	.slides-in-foreground .bubbles .bubble-big .inner {
		padding-left: 1.4rem;
		}
	.slides-in-foreground .bubbles .bubble-big .inner h1 {
		font-size: 1.2rem;
		line-height: 1.7rem;
		}
	.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;
		}
	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: 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;
		}
	.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) {
	.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;
		}
	.header_userprofile {
		padding: 2.8125rem 0;
		}
	.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: 120.0525em) {
	.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: 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;
		}
	.slides-in-foreground .bubbles .bubble-big .inner h1 {
		font-size: 1.5rem;
		line-height: 2.0rem;
		}
	.slides-in-foreground .bubbles .bubble-small .inner {
		padding-left: 1rem;
		}
	.slides-in-foreground .bubbles .bubble-small .inner h2 {
		font-size: 0.9rem;
		line-height: 1.1rem;
		}
	.slides-in-foreground .bubbles .bubble-small .inner a.link {
		font-size: 0.7rem;
		margin-top: 0.5rem;
		}
	.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) {
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu {
		margin-right: 1.875rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li {
		margin: 0 1.25rem 0 0;
		}
	.footer-widgets .wrap .widget-area.footer-widgets-1 {
		padding: 0 1.875rem;
		}
	.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-field-support {
		margin-bottom: 3.75rem;
		}
	.acf-field-support .acf-field-support-left {
		width: 40%;
		}
	.acf-field-support .acf-field-support-right {
		width: 60%;
		}
	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);
		}
	}

@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;
		}
	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: 64.0625em) {
	#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-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-field-support .acf-field-support-left {
		width: 30%;
		}
	.acf-field-support .acf-field-support-right {
		width: 70%;
		}
	#after-header-custom .intelligent-navigation .widget_nav_menu {
		flex: 0 1 50%;
		}
	.widget.newsletter form .form-content {
		max-width: 66.66667%;
		}
	}

@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) 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;
		}
	.slides-in-foreground .bubbles .bubble-big .inner h1 {
		font-size: 2.1rem;
		line-height: 2.7rem;
		}
	.slides-in-foreground .bubbles .bubble-small .inner {
		padding-left: 1rem;
		}
	.slides-in-foreground .bubbles .bubble-small .inner h2 {
		font-size: 1.1rem;
		line-height: 1.4rem;
		}
	.slides-in-foreground .bubbles .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) 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;
		}
	.slides-in-foreground .bubbles .bubble-big .inner {
		padding-left: 2rem;
		}
	.slides-in-foreground .bubbles .bubble-big .inner h1 {
		font-size: 2.3rem;
		line-height: 2.7rem;
		}
	.slides-in-foreground .bubbles .bubble-small .inner {
		padding-left: 1.5rem;
		}
	.slides-in-foreground .bubbles .bubble-small .inner h2 {
		font-size: calc(2.2rem* 0.65);
		line-height: calc(2.8rem* 0.65);
		}
	.slides-in-foreground .bubbles .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: 80.0625em) {
	.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;
		}
	}

@media (min-width: 90.0625em) {
	.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;
		}
	.header_userprofile {
		padding: 3.75rem 0;
		}
	}

@media (min-width: 90.0625em) and (max-width: 120.0525em) {
	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;
		}
	.slides-in-foreground .bubbles .bubble-big .inner {
		padding-left: 3rem;
		}
	.slides-in-foreground .bubbles .bubble-big .inner h1 {
		font-size: 2.6rem;
		line-height: 3.1rem;
		}
	.slides-in-foreground .bubbles .bubble-small .inner {
		padding-left: calc(2rem* 0.65);
		}
	.slides-in-foreground .bubbles .bubble-small .inner h2 {
		font-size: calc(2.5rem* 0.65);
		line-height: calc(3rem* 0.65);
		}
	.slides-in-foreground .bubbles .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: 120.0625em) {
	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 {
		font-size: 1.875rem;
		padding: 0.625rem 1.25rem 0;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li {
		padding-top: 1.0625rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li a {
		font-size: 1.25rem;
		}
	.button-filled {
		font-size: 1.875rem;
		}
	.button-outline {
		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;
		}
	.slides-in-foreground .bubbles .bubble-small .inner {
		padding-left: calc(3rem * 0.65);
		}
	.slides-in-foreground .bubbles .bubble-small .inner h2 {
		font-size: 2rem;
		line-height: 2.5rem;
		}
	.slides-in-foreground .bubbles .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;
		}
	.header_userprofile {
		padding: 5rem;
		}
	.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: 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.3125rem;
		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);
		}
	.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: 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 {
		display: block;
		}
	.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-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li {
		margin: 0 0 0.3125rem 1.25rem;
		}
	.site-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li a {
		font-size: 0.75rem;
		}
	.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;
		}
	.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.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 .slides-in-background .slick-arrow {
		background-color: transparent;
		top: 88%;
		}
	.acf-field-header_bubble_slider .slides-in-background .slick-arrow:hover {
		background-color: transparent;
		}
	.acf-field-header_bubble_slider .slides-in-background .slick-arrow::after {
		color: #e5006d;
		}
	.acf-field-header_bubble_slider .slides-in-background .slick-arrow.slick-prev {
		left: 0;
		}
	.acf-field-header_bubble_slider .slides-in-background .slick-arrow.slick-next {
		right: 0;
		}
	.slides-in-foreground {
		pointer-events: none;
		}
	.slides-in-foreground .bubbles {
		padding: 0;

		pointer-events: none;
		}
	.slides-in-foreground .bubbles .bubble-big {
		padding: 0 !important;
		top: 0 !important;
		width: 60vw !important;

		pointer-events: none !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="1"] {
		left: 20vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="2"] {
		left: 120vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="3"] {
		left: 220vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="4"] {
		left: 320vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="5"] {
		left: 420vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="6"] {
		left: 520vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="7"] {
		left: 620vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="8"] {
		left: 720vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="9"] {
		left: 820vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="10"] {
		left: 920vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="11"] {
		left: 1020vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big[data-bubble="12"] {
		left: 1120vw !important;
		}
	.slides-in-foreground .bubbles .bubble-big h1 {
		font-size: 1.3rem;
		line-height: 1.7rem;
		}
	.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;
		}
	.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;
		}
	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: 90.0525em) {
	.site-container #call2actionaside .textwidget {
		padding: 0.625rem;
		}
	.site-container #call2actionaside p {
		font-size: 1.25rem;
		line-height: 1.375rem;
		}
	.acf-field-header_bubble_slider .slides-in-background .slick-arrow {
		height: 3.125rem;
		margin-top: -1.5625rem;
		width: 3.125rem;
		}
	.acf-field-header_bubble_slider .slides-in-background .slick-arrow::after {
		font-size: 1em;
		}
	.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: 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 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;
		}
	}

@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 {
		max-width: 65%;
		}
	.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-header .wrap .widget-area.header-widget-area .widget_nav_menu > .widget-wrap > nav ul#menu-usermenu li a {
		font-size: 0.875rem;
		}
	.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 #scrolldown {
		display: none;
		}
	.acf-field-header_bubble_slider .slides-in-foreground {
		transition: -webkit-transform 0.5s ease-in-out 0.1s;
		transition: transform 0.5s ease-in-out 0.1s;
		transition: transform 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
		}
	.slides-in-foreground .bubbles .bubble-small {
		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;
		}
	#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;
		}
	.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 (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%;
		}
	.acf-field-header_bubble_slider .slides-in-foreground .bubbles-path {
		display: none;
		}
	#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;
		}
	}

/*# sourceMappingURL=style.css.map */
