@charset "UTF-8";
/*!
Theme Name: Erinnerungskultur
Theme URI: http://underscores.me/
Author: Bastian Wagner
Author URI: https://bastian-wagner.com
Bitbucket Theme URI:  https://bitbucket.org/seitenwind/erinnerungskultur
Bitbucket Branch: master
Description: Description
Version: 2.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: erinnerungskultur
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Erinnerungskultur is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* encode-sans-regular - latin */
@font-face {
	font-family: 'Encode Sans';
	font-style: normal;
	font-weight: 400;
	src: local(""), url("./fonts/encode-sans-v8-latin-regular.woff2") format("woff2"), url("./fonts/encode-sans-v8-latin-regular.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* encode-sans-500 - latin */
@font-face {
	font-family: 'Encode Sans';
	font-style: normal;
	font-weight: 500;
	src: local(""), url("./fonts/encode-sans-v8-latin-500.woff2") format("woff2"), url("./fonts/encode-sans-v8-latin-500.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* encode-sans-700 - latin */
@font-face {
	font-family: 'Encode Sans';
	font-style: normal;
	font-weight: 700;
	src: local(""), url("./fonts/encode-sans-v8-latin-700.woff2") format("woff2"), url("./fonts/encode-sans-v8-latin-700.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* bebas-neue-regular - latin */
/* bebas-neue-regular - latin */
@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	src: local(""), url("./fonts/BebasNeue-Book.woff2") format("woff2"), url("./fonts/BebasNeue-Book.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* bebas-neue-regular - latin */
@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 300;
	src: local(""), url("./fonts/bebas-neue-v2-latin-300.woff2") format("woff2"), url("./fonts/bebas-neue-v2-latin-300.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Encode Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h4,
h5,
h6 {
	clear: both;
	font-family: "Bebas Neue", cursive;
	line-height: 1em;
	font-weight: 300;
}

h2,
h3  {
	clear: both;
	font-family: "Encode Sans", sans-serif;
	line-height: 1em;
}

h2 {
	font-size: 25px;
	line-height: 1.2em;
	text-transform: none;
	font-weight: 400;
}

@media (max-width: 767px) {
	h2 {
		font-size: 22px;
	}
}

h3 {
	font-size: 20px;
	line-height: 1.4em;
	text-transform: none;
	font-weight: 400;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: transparent;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

:root {
	--color-highlight: #de05b0;
	--color-accent: #de05b0;
	--color-bar: #44c49f;
	--color-font: #000000;
}

@media (max-width: 1223px) {
	:root {
		--frame-width: 15px;
	}
}

@media (max-width: 499px) {
	:root {
		--logo-width: 120px;
		--logo-width--half: 60px;
	}
}

::-moz-selection {
	/* Code for Firefox */
	color: var(--color-highlight);
	background-color: #fff;
}

::selection {
	color: var(--color-highlight);
	background-color: #fff;
}

.site-main {
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.container--small {
	max-width: 1000px;
}

.container--content {
	max-width: 900px;
}

.no-scroll {
	overflow: hidden;
}

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

.nav--top {
	z-index: 1;
	position: relative;
}

.nav--top ul {
	display: flex;
}

.nav--top ul li {
	position: relative;
}

.nav--top ul li a {
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 1em 0;
}

.nav--main .toggleMenu {
	display: none;
}

.nav--main ul.menu {
	display: flex;
	flex-direction: column;
}

.nav--main ul.menu > li {
	margin: 0.3em 0;
	font-size: 55px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nav--main ul.menu > li:before {
	content: '';
	height: 2px;
	width: 70px;
	background-color: var(--color-font);
	position: absolute;
	top: 0.4em;
	left: 0;
}

.nav--main ul.menu > li > a {
	display: inline-block;
	padding-left: 0;
	transition: padding-left 0.3s;
}

.nav--main ul.menu > li > a > span {
	background-color: #eeeeeb;
	min-width: 70px;
	display: block;
}

.nav--main ul.menu > li > a:hover,
.nav--main ul.menu > li.current-menu-parent > a,
.nav--main ul.menu > li.current-menu-item > a {
	padding-left: 80px;
}

.nav--main ul.menu li {
	position: relative;
}

.nav--main ul.menu li.only-submenu {
	display: none !important;
}

.nav--main ul.menu li a {
	font-family: 'Bebas Neue', cursive;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: inherit;
	font-weight: 400;
	color: var(--color-font);
	line-height: 1em;
}

.nav--main ul.menu li .sub-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.nav--main ul.menu li .sub-menu .sub-menu {
	display: none;
}

.nav--main ul.menu li .sub-menu li {
	display: flex;
	line-height: 1em;
	margin-right: 1ch;
	font-size: 12px;
}

.nav--main ul.menu li .sub-menu li > a {
	font-family: 'Encode Sans', sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.nav--main ul.menu li .sub-menu li.current-menu-item > a, .nav--main ul.menu li .sub-menu li:hover > a {
	text-shadow: 0.02em 0 0 black;
}

.nav--main ul.menu li .sub-menu li::after {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	float: right;
	background-color: var(--color-font);
	margin-left: 1ch;
}

.nav--main ul.menu li .sub-menu li:last-child {
	margin-right: 0;
}

.nav--main ul.menu li .sub-menu li:last-child::after {
	display: none;
}

@media (max-width: 1500px) {
	.nav--main ul.menu > li {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.nav--main ul.menu > li {
		margin: 0.7em 0;
	}
	.nav--main ul.menu .toggleMenu {
		display: block;
		position: absolute;
		right: -9px;
		top: -7px;
		cursor: pointer;
	}
	.nav--main ul.menu .toggleMenu:after {
		transform: translateY(-50%) rotate(90deg);
	}
	.nav--main ul.menu .toggleMenu.active:after {
		transform: translateY(-50%) rotate(0deg);
	}
	.nav--main ul.menu > li {
		font-size: 30px;
	}
	.nav--main ul.menu > li:before {
		height: 2px;
		width: 50px;
	}
	.nav--main ul.menu > li > a:hover,
	.nav--main ul.menu > li.current-menu-parent > a,
	.nav--main ul.menu > li.current-menu-item > a {
		padding-left: 60px;
	}
	.nav--main ul.menu > li .sub-menu {
		flex-direction: column;
		max-height: 0;
		transition: max-height 0.3s;
		overflow: hidden;
		flex-wrap: nowrap;
	}
	.nav--main ul.menu > li .sub-menu.active {
		max-height: 500px;
	}
	.nav--main ul.menu > li .sub-menu li {
		margin-top: 1em;
	}
	.nav--main ul.menu > li .sub-menu li > a {
		font-weight: 300;
	}
}

@media (max-width: 499px) {
	.nav--main ul.menu > li {
		font-size: 28px;
	}
}

.nav--legal ul.menu {
	display: flex;
	justify-content: flex-end;
}

.nav--legal ul.menu li {
	font-size: 20px;
	line-height: 1em;
	margin-right: 1ch;
}

.nav--legal ul.menu li a {
	font-family: 'Bebas Neue', cursive;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	color: var(--color-font);
	position: relative;
}

.nav--legal ul.menu li a:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--color-font);
	position: absolute;
	top: 100%;
	left: 0;
	transform: scaleX(0);
	transition: transform 0.3s;
	transform-origin: 0;
}

.nav--legal ul.menu li a:hover:before,
.nav--legal ul.menu li.current-menu-item a:before {
	transform: scaleX(1);
}

.nav--legal ul.menu li::after {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	float: right;
	background-color: var(--color-font);
	margin-left: 1ch;
}

.nav--legal ul.menu li:last-child {
	margin-right: 0;
}

.nav--legal ul.menu li:last-child::after {
	display: none;
}

@media (max-width: 1500px) {
	.nav--legal {
		margin-top: 50px;
	}
}

.nav--submenu ul {
	display: flex;
	flex-direction: row;
}

.nav--submenu ul li {
	display: flex;
	line-height: 1em;
	margin-right: 1ch;
	font-size: 12px;
}

.nav--submenu ul li > a {
	font-family: 'Encode Sans', sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.nav--submenu ul li > a:after {
	content: attr(data-name);
	display: block;
	text-align: center;
	font-weight: 700;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
}

.nav--submenu ul li:not(.only-submenu).current-menu-item > a, .nav--submenu ul li:hover > a {
	font-weight: 700;
}

.nav--submenu ul li::after {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	float: right;
	background-color: var(--color-font);
	margin-left: 1ch;
}

.nav--submenu ul li:last-child {
	margin-right: 0;
}

.nav--submenu ul li:last-child::after {
	display: none;
}

@media (max-width: 767px) {
	.nav--submenu {
		display: none;
	}
}

.nav--footer {
	margin-left: 50px;
}

.nav--footer ul {
	display: flex;
	flex-direction: column;
}

.nav--footer ul li {
	font-size: 12px;
	margin-bottom: 1em;
}

.nav--footer ul li a {
	color: var(--color-font);
	text-decoration: none;
	font-family: 'Encode Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5em;
	display: inline-block;
	position: relative;
}

.nav--footer ul li a:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--color-font);
	position: absolute;
	top: 100%;
	left: 0;
	transform: scaleX(0);
	-webkit-transform: translateZ(0) scaleX(0);
	transition: transform 0.3s;
	transform-origin: 0;
}

.nav--footer ul li a:hover:before,
.nav--footer ul li.current-menu-item a:before {
	transform: scaleX(1);
	-webkit-transform: translateZ(0) scaleX(1);
}

@media (max-width: 1023px) {
	.nav--footer {
		margin-left: 0;
	}
}

.navTrigger {
	margin-left: 50px;
	display: block;
	height: 48px;
	border: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
}

.navTrigger svg {
	stroke: var(--color-font);
	transition: 0.2s;
}

.navTrigger svg g:first-child {
	opacity: 1;
	transition: opacity 0s 0.2s;
}

.navTrigger svg g:first-child line {
	transition: transform 0.2s 0.2s;
	transform: translateY(0px);
}

.navTrigger svg g:last-child {
	opacity: 0;
	transition: opacity 0s 0.2s;
}

.navTrigger svg g:last-child line {
	transition: transform 0.2s;
	transform: rotate(0deg);
	transform-origin: center;
}

.navTrigger.active svg g:first-child {
	opacity: 0;
}

.navTrigger.active svg g:first-child line {
	transition: transform 0.2s;
}

.navTrigger.active svg g:first-child line:first-child {
	transform: translateY(7px);
}

.navTrigger.active svg g:first-child line:last-child {
	transform: translateY(-7px);
}

.navTrigger.active svg g:last-child {
	opacity: 1;
}

.navTrigger.active svg g:last-child line {
	transition: transform 0.2s 0.2s;
}

.navTrigger.active svg g:last-child line:first-child {
	transform: rotate(45deg);
}

.navTrigger.active svg g:last-child line:last-child {
	transform: rotate(-45deg);
}

.site-header {
	position: absolute;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: transparent;
	z-index: 999;
	top: 0;
	left: 0;
	transition: transform 0.3s, background-color 0.3s;
}

.site-header__inner {
	display: flex;
	align-items: center;
	z-index: 9999;
	position: relative;
}

@media (max-width: 767px) {
	.site-header {
		padding-top: 20px;
	}
}

.site-header.scroll-down {
	position: fixed;
	transform: translateY(-100%);
	overflow: hidden;
	transition-duration: 0s;
}

.site-header.scroll-down.scrolled {
	transition-duration: 0.3s;
}

.site-header.scroll-up {
	position: fixed;
	transform: translateY(0);
}

.site-header.scrolled {
	background-color: #fff;
}

.site-header.scrolled .logo--main .custom-logo-link {
	height: 55px;
}

.logo--main {
	position: absolute;
	top: 0;
}

.logo--main .custom-logo-link {
	display: block;
	height: 100px;
	transition: height 0.3s;
	max-width: 220px;
}

@media (max-width: 767px) {
	.logo--main .custom-logo-link {
		height: 60px;
		max-width: 134px;
	}
}

.logo--footer .custom-logo-link {
	display: block;
	width: auto;
	height: 55px;
	width: fit-content;
}

.logo img {
	display: block;
	height: 100%;
	width: auto;
}

@media (max-width: 1023px) {
	.logo--footer .custom-logo-link {
		margin-bottom: 25px;
	}
}

.headerLogos {
	margin-left: auto;
	display: flex;
}

.headerLogos__logo {
	height: 40px;
	margin-right: 40px;
}

.headerLogos__logo:hover {
	opacity: 0.6;
}

.headerLogos__logo img {
	height: 100%;
	width: auto;
	display: block;
}

@media (max-width: 767px) {
	.headerLogos__logo {
		display: none;
	}
}

.langSwitch {
	margin-left: 100px;
}

.langSwitch .wpml-ls {
	border: none;
	padding: 0;
}

.langSwitch ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.langSwitch ul li {
	display: inline-block !important;
	margin-right: 0.5ch !important;
}

.langSwitch ul li.wpml-ls-first-item {
	order: -1;
}

.langSwitch ul li a {
	color: var(--color-font);
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	font-weight: 300;
	line-height: 1em;
}

.langSwitch ul li.wpml-ls-current-language a {
	font-weight: 700;
}

.langSwitch ul li:last-child {
	margin-right: 0 !important;
}

.entry-content ul:not(.chosen-results):not(.event-categories) {
	list-style: none;
}

.entry-content ul:not(.chosen-results):not(.event-categories) li {
	position: relative;
	margin-left: 0;
	padding-left: 2em;
	margin-bottom: 1em;
}

.entry-content ul:not(.chosen-results):not(.event-categories) li:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 1.5em;
	background-color: var(--color-accent);
	left: 0;
	top: 0.7em;
}

.overlayMenu {
	padding-top: 200px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eeeeeb;
	z-index: 999;
	opacity: 0;
	overflow-x: scroll;
	pointer-events: none;
	transition: opacity 0.3s;
}

.overlayMenu.active {
	opacity: 1;
	pointer-events: all;
}

.overlayMenu__inner {
	display: flex;
	min-width: 80vw;
	max-width: calc(100vw - 40px);
}

.overlayMenu__preview {
	flex: 0 0 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding-right: 70px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.overlayMenu__preview:after {
	content: '';
	height: 100%;
	width: 2px;
	background-color: var(--color-font);
	position: absolute;
	right: 0;
	transform: translateX(50%);
}

.overlayMenu__images {
	position: relative;
	width: 100%;
	max-width: 500px;
}

.overlayMenu__images:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 100%;
}

.overlayMenu__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
}

.overlayMenu__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: calc(100vh - 250px);
}

.overlayMenu__image.fallback {
	z-index: 5;
	opacity: 1 !important;
}

.overlayMenu__image.current-menu-image {
	z-index: 9;
	opacity: 1 !important;
}

.overlayMenu__image.active {
	z-index: 99;
	opacity: 1;
}

.overlayMenu__menus {
	flex: 0 0 50%;
	padding-left: 70px;
	padding-top: 35px;
	padding-bottom: 35px;
	max-width: 50%;
}

@media (max-width: 1223px) {
	.overlayMenu__preview {
		display: none;
	}
	.overlayMenu__inner {
		max-width: 100%;
	}
	.overlayMenu__menus {
		flex: 1;
		padding-left: 0;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.overlayMenu {
		padding-top: 100px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.headerSlider {
	height: 80vh;
	padding-top: 250px;
	padding-bottom: 80px;
	display: flex;
	overflow: hidden;
}

.headerSlider.no-quickinfo {
	padding-bottom: 0 !important;
}

.headerSlider__slide {
	width: 100%;
	display: flex;
	background-color: #eeeeeb;
	position: relative;
}

.headerSlider__slide__inner {
	display: flex;
	height: 100%;
	padding-bottom: 75px;
}

.headerSlider__slide__content {
	flex: 0 0 50%;
	overflow: hidden;
	align-self: flex-end;
	margin: 0;
	height: 100%;
	padding-right: 80px;
	min-height: 280px;
}

.headerSlider__slide__image {
	width: 50vw;
	overflow: hidden;
	display: flex;
	margin-top: -80px;
	position: absolute;
	right: 0;
	height: calc(100% + 80px);
	height: -webkit-fill-available;
}

.headerSlider__slide__image .glide__slides {
	height: 100%;
}

.headerSlider__slide__navigation {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 80px;
	z-index: 99;
}

.headerSlider__slide.is-slider .headerSlider__slide__navigation {
	display: flex;
}

.headerSlider__slide__prev, .headerSlider__slide__next {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.headerSlider__slide__prev > svg, .headerSlider__slide__next > svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.headerSlider__slide__prev > svg path, .headerSlider__slide__next > svg path {
	fill: var(--color-accent);
}

.headerSlider__slide__prev.swiper-button-disabled > svg, .headerSlider__slide__next.swiper-button-disabled > svg {
	padding: 2px;
}

.headerSlider__slide__prev.swiper-button-disabled > svg path, .headerSlider__slide__next.swiper-button-disabled > svg path {
	fill: #bebebe;
	fill: var(--color-accent);
	opacity: 0.6;
}

.headerSlider__slide__prev > svg {
	transform: rotate(180deg);
}

.headerSlider .slideContent {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

.headerSlider .slideContent__headline {
	color: var(--color-font);
	font-weight: 400;
	line-height: 0.9em;
	margin-top: 0;
	margin-bottom: 0.3em;
}

.headerSlider .slideContent__content {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.4em;
}

.headerSlider .slideContent__content b {
	font-weight: 500;
}

.headerSlider .slideContent .button {
	align-self: flex-start;
}

.headerSlider .slideImage {
	position: relative;
}

.headerSlider .slideImage img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	object-position: left bottom;
}

@media (max-width: 1500px) {
	.headerSlider .slideContent__headline {
		font-size: 50px !important;
		margin-top: 15px;
	}
	.headerSlider .slideContent__content {
		font-size: 20px;
	}
}

@media (max-width: 1223px) {
	.headerSlider {
		padding-top: 150px;
	}
	.headerSlider__slide__inner {
		flex-direction: column-reverse;
		padding-top: 25px;
	}
	.headerSlider__slide__image {
		height: 50vh;
		position: relative;
		margin-top: -25px;
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: 0;
		width: calc(100% + 50px);
	}
	.headerSlider__slide__content {
		margin: 25px 0 !important;
		padding: 0;
		width: 100%;
	}
	.headerSlider__slide__navigation {
		margin-right: 0;
	}
	.headerSlider .slideContent {
		justify-content: flex-start;
	}
	.headerSlider .slideContent__headline {
		font-size: 40px !important;
	}
}

@media (max-width: 767px) {
	.headerSlider {
		padding-bottom: 0;
		padding-top: 120px !important;
		height: 100vh;
	}
	.headerSlider__slide__inner {
		padding-bottom: 25px;
	}
	.headerSlider .slideContent__headline {
		font-size: 35px !important;
	}
	.headerSlider .slideContent__content {
		font-size: 20px;
	}
}

@media (max-width: 499px) {
	.headerSlider .slideContent__content {
		font-size: 18px;
	}
}

@media (max-height: 1000px) {
	.headerSlider {
		min-height: 100vh;
	}
}

@media (max-height: 750px) {
	.headerSlider {
		padding-top: 175px;
	}
	.headerSlider__slide__image {
		margin-top: -50px;
		height: calc(100% + 50px);
		height: -webkit-fill-available;
	}
}

.wp-block-separator {
	background-color: var(--color-accent) !important;
	border-color: var(--color-accent) !important;
}

.quickInfo {
	height: 80px;
	background-color: #fff;
	border-color: var(--color-accent);
	color: var(--color-accent);
	border-width: 2px 0;
	border-style: solid;
	position: absolute;
	bottom: 20vh;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 3;
}

.quickInfo__inner {
	display: flex;
	align-items: center;
}

.quickInfo__name {
	font-family: 'Bebas Neue', cursive;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1em;
	margin-right: auto;
	white-space: nowrap;
}

.quickInfo__text {
	color: #000;
	margin-right: 50px;
	margin-left: 50px;
}

.quickInfo .button {
	white-space: nowrap;
}

@media (max-width: 1223px) {
	.quickInfo {
		height: auto;
	}
}

@media (max-width: 767px) {
	.quickInfo {
		position: relative;
		height: auto;
		bottom: 0;
	}
	.quickInfo__inner {
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.quickInfo__inner .quickInfo__name {
		flex: 0 0 100%;
	}
	.quickInfo__inner .quickInfo__text {
		margin: 0;
	}
}

@media (max-height: 1000px) {
	.quickInfo {
		bottom: 0;
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
}

.col {
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}

.site-footer {
	margin-top: 50px;
}

.site-footer__info {
	font-size: 13px;
	margin-right: auto;
}

.site-footer__info p:first-child {
	margin-top: 0;
}

.site-footer__row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
}

.site-footer__col {
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}

.site-footer__col--shrink {
	flex: 0 1 auto;
}

@media (max-width: 1023px) {
	.site-footer__info {
		margin-bottom: 25px;
	}
	.site-footer__row {
		flex-wrap: wrap;
	}
	.site-footer__col--2-3 {
		flex: 0 0 66.66%;
	}
	.site-footer__col--1-3 {
		flex: 0 0 33.33%;
	}
}

@media (max-width: 767px) {
	.site-footer__row {
		flex-direction: column;
	}
	.site-footer__col {
		flex: 1;
	}
}

.button:not([data-editor]):not(.acf-button) {
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	font-size: 13px;
	color: var(--color-font);
	text-transform: uppercase;
	line-height: 2.5em;
	font-weight: 700;
	text-decoration: none;
}

.button:not([data-editor]):not(.acf-button):before, .button:not([data-editor]):not(.acf-button):after {
	content: '';
	height: 2px;
	width: 30px;
	top: 50%;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	background-color: var(--color-accent);
}

.button:not([data-editor]):not(.acf-button):after {
	transition: transform 0.3s;
}

.button:not([data-editor]):not(.acf-button):hover {
	color: var(--color-accent);
}

.button:not([data-editor]):not(.acf-button):hover:after {
	transform: translateY(-50%) rotate(90deg);
}

.button:not([data-editor]):not(.acf-button)--back {
	position: absolute;
	bottom: 0;
}

a:visited {
	color: inherit;
}

.site {
	overflow-x: hidden;
}

.site-main__meta {
	color: var(--color-accent);
	font-weight: 700;
}

.site-main__header {
	background-color: #eeeeeb;
	padding-top: 200px;
	padding-bottom: 100px;
	position: relative;
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.site-main__header {
		padding-top: 150px;
		padding-bottom: 80px;
		margin-bottom: 50px;
	}
}

.site-main__headline {
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 0.5em;
	font-family: 'Encode Sans', sans-serif;
	font-size: 45px !important;
}

@media (max-width: 1023px) {
	.site-main__headline {
		font-size: 35px !important;
	}
}

@media (max-width: 767px) {
	.site-main__headline {
		font-size: 30px !important;
	}
}

.site-main__subheadline {
	font-size: 25px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.site-main__submenu {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}

.image-teaser {
	display: flex;
	align-items: center;
	margin-left: -50px;
	margin-right: -50px;
	position: relative;
}

.image-teaser__caption {
	position: absolute;
	font-size: 12px;
	display: none;
	color: var(--color-accent);
	padding-top: 4px;
}

.image-teaser__navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 50px;
	display: flex;
	z-index: 99;
}

.image-teaser__navigation__prev, .image-teaser__navigation__next {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.image-teaser__navigation__prev > svg, .image-teaser__navigation__next > svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-teaser__navigation__prev.swiper-button-disabled > svg, .image-teaser__navigation__next.swiper-button-disabled > svg {
	padding: 2px;
}

.image-teaser__navigation__prev.swiper-button-disabled > svg path, .image-teaser__navigation__next.swiper-button-disabled > svg path {
	fill: #bebebe;
}

.image-teaser__navigation__prev > svg {
	transform: rotate(180deg);
}

.image-teaser__image {
	flex: 0 0 50%;
	padding: 50px;
	padding-left: 0;
	order: 2;
}

.image-teaser__image__inner {
	width: 100%;
	position: relative;
}

.image-teaser__image__inner:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 100%;
}

.image-teaser__image__inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-teaser__image__slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-teaser__image__slider .swiper-container {
	height: 100%;
	width: 100%;
}

.image-teaser__side {
	position: absolute;
	left: 100%;
	bottom: 0;
	transform: rotate(-90deg);
	transform-origin: 0 100%;
}

.image-teaser__side__headline {
	white-space: nowrap;
	margin-bottom: -2em;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	top: 0;
	color: var(--color-accent);
}

.image-teaser__side__headline p {
	margin: 0;
}

.image-teaser__side__headline b {
	font-weight: 400;
}

.image-teaser__content {
	max-width: 50%;
	position: relative;
	flex: 0 0 50%;
	padding: 50px;
}

.image-teaser__content__excerpt {
	margin-bottom: 1em;
}

.image-teaser__content__slider {
	overflow: hidden;
}

.image-teaser__content .headline {
	margin: 0.5em 0;
}

.image-teaser__content .headline a {
	text-decoration: none;
}

.image-teaser__content .headline a:hover {
	color: var(--color-accent);
}

.image-teaser__content .headline p {
	margin: 0;
}

.image-teaser__content .headline b {
	font-weight: 400;
}

.image-teaser__content:before {
	content: '';
	background-color: #eeeeeb;
	width: calc(100% + 150px);
	height: calc(100% + 150px);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s, transform 0.3s;
	transform: translateY(50px);
}

.image-teaser--slider .image-teaser__content .headline {
	font-weight: 400;
}

.image-teaser--rtl {
	flex-direction: row-reverse;
}

.image-teaser--rtl .image-teaser__content:before {
	right: 0;
	left: unset;
}

.image-teaser--rtl .image-teaser__image {
	padding-right: 0;
	padding-left: 50px;
}

.image-teaser--rtl .image-teaser__side {
	left: unset;
	right: 100%;
}

.image-teaser--rtl .image-teaser__side__headline {
	margin-top: -1.5em;
}

.image-teaser--rtl .image-teaser__navigation {
	right: unset;
	left: 0;
}

.image-teaser:hover .image-teaser__content:before,
.image-teaser .image-teaser__content.hover:before {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1023px) {
	.image-teaser__image {
		max-width: calc(50% - 50px);
	}
}

@media (max-width: 767px) {
	.image-teaser {
		flex-direction: column-reverse;
	}
	.image-teaser__content {
		max-width: 600px;
		width: 100%;
	}
	.image-teaser__content::before {
		height: 100%;
		width: 200%;
	}
	.image-teaser__image {
		max-width: 450px;
		width: 100%;
		align-self: flex-start;
		margin-right: 0;
		margin-left: -50px;
	}
	.image-teaser--rtl .image-teaser__image {
		margin-left: 0;
		align-self: flex-end;
		margin-right: -25px;
	}
}

@media (max-width: 767px) {
	.image-teaser {
		margin: 0;
	}
	.image-teaser .image-teaser__caption {
		display: none;
	}
	.image-teaser__content {
		padding: 25px;
	}
	.image-teaser__image {
		padding: 25px;
		pointer-events: none;
	}
	.image-teaser__navigation {
		bottom: -50px;
		margin: 0;
		left: 25px !important;
	}
}

.post-list {
	display: flex;
	margin-left: -50px;
	margin-right: -50px;
}

.post-list__item {
	flex: 0 0 33.33%;
	padding: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.post-list__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eeeeeb;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s;
}

.post-list__item.hover:before {
	opacity: 1;
}

.post-list__item .button {
	margin-top: auto;
}

.post-list__item .headline {
	margin-top: 0.5em;
	margin-bottom: 0;
}

.post-list__item .headline a {
	text-decoration: none;
}

.post-list__item .headline a:hover {
	color: var(--color-accent);
}

.post-list__item__meta {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color-accent);
	display: flex;
	font-size: 13px;
	flex-direction: column;
}

.post-list__item:hover:before {
	opacity: 1;
}

.post-list__cta {
	display: flex;
	justify-content: flex-end;
}

.post-list.projekt .post-list__item__meta {
	display: none;
}

@media (max-width: 1023px) {
	.post-list {
		flex-direction: column;
		margin-left: 0;
		margin-top: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.post-list {
		margin-left: -25px;
		margin-right: -25px;
		width: auto;
	}
	.post-list__item {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.events {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 900px;
	margin: 0 auto;
}

.event__item {
	position: relative;
	margin-top: 250px;
}

.event__item:first-child {
	margin-top: 100px;
}

.event__item:not(:last-child):after {
	content: '';
	height: 200px;
	width: 2px;
	background-color: var(--color-accent);
	position: absolute;
	left: 50%;
	bottom: -200px;
}

.event__item:nth-child(odd) .image-teaser {
	flex-direction: row-reverse;
}

.event__item:nth-child(odd) .image-teaser__content:before {
	right: 0;
	left: unset;
}

.event__item:nth-child(odd) .image-teaser__image {
	padding-right: 0;
	padding-left: 50px;
}

.event__item:nth-child(odd) .image-teaser__side {
	left: unset;
	right: 100%;
}

.event__item:nth-child(odd) .image-teaser__side__headline {
	margin-top: -1.5em;
}

.event__item:nth-child(odd) .image-teaser__navigation {
	right: unset;
	left: 0;
}

.event__item__cat {
	color: var(--color-accent);
	font-weight: 700;
}

.image-row {
	display: flex;
	gap: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.image-row > a {
	flex: 1;
	display: flex;
	align-items: center;
}

.events-list {
	display: flex;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	margin-left: -25px;
	margin-right: -25px;
}

.events-list__outer {
	max-width: 900px;
	margin-left: auto;
}

.events-list__headline {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.events-list__headline__inner {
	color: var(--color-accent);
	font-weight: 300;
	font-size: 30px;
	white-space: nowrap;
	transform: translateY(50%) rotate(-90deg);
	position: absolute;
	transform-origin: 0 100%;
	font-family: "Bebas Neue", cursive;
}

.events-list__item {
	flex: 0 0 50%;
	padding: 0 25px;
	margin-bottom: 25px;
	flex-direction: column;
	display: flex;
	text-decoration: none;
}

.events-list__item__meta {
	display: flex;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color-accent);
	font-size: 13px;
	flex-wrap: wrap;
}

.events-list__item__date {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.events-list__item__categories {
	margin-left: 1em;
	padding-left: 1em;
	position: relative;
	display: flex;
	align-items: center;
}

.events-list__item__categories:before {
	content: '';
	height: 100%;
	width: 2px;
	position: absolute;
	left: 0;
	background-color: var(--color-accent);
}

.events-list__item:hover .headline {
	color: var(--color-accent);
}

.events-list__item .headline {
	font-size: 25px;
	font-weight: 400;
	margin-top: 0.2em;
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.events-list {
		padding-left: 50px;
		padding-right: 50px;
	}
	.events-list__headline {
		margin-right: -50px;
	}
}

@media (max-width: 767px) {
	.events-list {
		flex-direction: column;
	}
	.events-list__item {
		align-items: flex-start !important;
		text-align: left !important;
	}
	.events-list__item .headline {
		font-size: 20px;
	}
}

.quote {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.quote__headline {
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	padding-left: 40%;
	width: 100%;
	position: relative;
	text-transform: none;
	font-weight: 400;
}

.quote__headline p {
	margin: 0;
}

.quote__headline:before {
	content: '';
	height: 2px;
	top: 50%;
	left: 0;
	width: calc(40% - 50px);
	position: absolute;
	background-color: var(--color-accent);
}

.quote__image img {
	display: block;
}

.quote__image__caption {
	display: none;
	color: var(--color-accent);
	padding-top: 4px;
	font-size: 14px;
	font-style: italic;
}

.quote__author {
	font-size: 16px;
	width: 60%;
}

.quote__content {
	padding-left: 40%;
	display: flex;
	flex-direction: column;
	position: relative;
}

@media (max-width: 767px) {
	.quote__headline {
		padding-left: 130px;
		font-size: 18px;
	}
	.quote__headline:before {
		width: 80px;
	}
}

@media (max-width: 499px) {
	.quote__headline {
		padding-left: 100px;
		font-size: 18px;
	}
	.quote__headline:before {
		width: 75px;
	}
}

body.single-projekt {
	padding-bottom: 80px;
}

body.single-projekt .quickInfo {
	position: fixed;
	z-index: 99;
	bottom: 0;
}

.project-title {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 80px;
	z-index: 99;
}

.project-title__inner {
	width: 100%;
	position: relative;
}

.project-title__headline {
	position: absolute;
	left: 0;
	transform: rotate(-90deg);
	bottom: 0;
	transform-origin: 0 0;
	font-weight: 300;
	font-family: 'Bebas Neue', cursive;
	font-size: 30px;
	line-height: 1em;
	white-space: nowrap;
	text-shadow: 1px 0px 2px #fff;
}

.project-title__headline b {
	font-weight: 400;
}

@media (max-width: 1000px) {
	.project-title {
		display: none;
	}
}

.image-slider {
	position: relative;
	padding-bottom: 50px;
}

.image-slider__prev, .image-slider__next {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.image-slider__prev > svg, .image-slider__next > svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-slider__prev > svg path, .image-slider__next > svg path {
	fill: var(--color-accent);
}

.image-slider__prev.swiper-button-disabled > svg, .image-slider__next.swiper-button-disabled > svg {
	padding: 2px;
}

.image-slider__prev.swiper-button-disabled > svg path, .image-slider__next.swiper-button-disabled > svg path {
	fill: #bebebe;
}

.image-slider__prev {
	margin-left: 16px;
}

.image-slider__prev > svg {
	transform: rotate(180deg);
}

.image-slider__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}

.image-slider__pagination {
	width: 0;
	white-space: nowrap;
	margin-left: 16px;
	display: flex;
	font-size: 18px;
	font-weight: 400;
}

.image-slider__pagination .swiper-pagination-total {
	font-weight: 300;
}

.image-slider__pagination .swiper-pagination-total,
.image-slider__pagination .swiper-pagination-current {
	min-width: 2.5ch;
	display: block;
	text-align: center;
}

.image-slider__pagination .swiper-pagination-total:before,
.image-slider__pagination .swiper-pagination-current:before {
	content: '0';
}

.image-slider__inner {
	height: 0;
	padding-top: 56%;
}

.image-slider__inner .swiper-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.image-slider__inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-slider__caption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	color: var(--color-accent);
	padding: 2px 6px;
	font-size: 12px;
	max-width: 40%;
}

.image-slider--contain .image-slider__inner img {
	object-fit: contain;
}

.image-slider .show-caption {
	display: none;
}

@media (max-width: 767px) {
	.image-slider .show-caption {
		display: block;
		position: absolute;
		left: 10px;
		bottom: 10px;
		background-color: rgba(255, 255, 255, 0.6);
		color: var(--color-accent);
		border-radius: 50%;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}
	.image-slider .show-caption:after {
		content: 'i';
	}
	.image-slider .show-caption.is-active:after {
		content: 'x';
	}
	.image-slider__caption {
		pointer-events: none;
		opacity: 0;
		right: 10px;
		top: 10px;
		bottom: unset;
		max-width: unset;
	}
	.image-slider__caption.is-visible {
		opacity: 1;
	}
}

.image-text {
	display: flex;
	margin-left: -50px;
	margin-right: -50px;
	align-items: center;
}

.image-text__images {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	padding: 50px 150px 50px 0;
	position: relative;
}

.image-text__images__inner {
	max-width: 700px;
	position: relative;
}

.image-text__image {
	position: relative;
}

.image-text__image:nth-child(1) {
	width: 100%;
	height: 0;
	padding-bottom: 120%;
	margin-bottom: 100px;
}

.image-text__image:nth-child(2) {
	height: 0;
	padding-bottom: 45%;
	position: absolute;
	width: 35%;
	left: 100%;
	z-index: 9;
	bottom: 0;
	margin-left: -20%;
}

.image-text__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.image-text__content {
	margin-left: -50%;
	width: 100%;
}

.image-text__content__inner {
	position: relative;
	padding-left: 50%;
}

.random-images {
	display: flex;
	position: relative;
	margin-bottom: 100px;
}

.random-images__image {
	position: relative;
}

.random-images__image--1 {
	width: 70%;
	margin-left: auto;
}

.random-images__image--2 {
	width: 20vw;
	position: absolute;
	left: 100%;
	max-width: 400px;
}

.random-images__image--3 {
	width: 40vw;
	right: 70%;
	position: absolute;
	max-width: 600px;
}

.random-images img {
	display: block;
	position: relative;
	width: 100%;
}

.random-images__caption {
	color: var(--color-accent);
	padding-top: 4px;
	font-size: 14px;
	font-style: italic;
}

@media (max-width: 1223px) {
	.random-images__image--1 {
		width: 60%;
	}
	.random-images__image--2 {
		left: 0;
		width: 40%;
	}
	.random-images__image--3 {
		width: 20%;
		bottom: 0;
		right: 60%;
	}
}

@media (max-width: 767px) {
	.random-images {
		margin-left: -40px;
		margin-right: -40px;
	}
}

.team {
	display: flex;
}

.team__member {
	display: flex;
}

.team__member__position {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.team__member__name {
	font-size: 30px;
	line-height: 1em;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 10px;
}

.team__member__image__inner {
	aspect-ratio: 1 / 1;
	width: 100%;
	overflow: hidden;
}

.team__member__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team__member__content {
	position: relative;
}

.team__member__content__text a {
	font-size: inherit;
}

@media (max-width: 1223px) {
	.team__member__name {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.team__member__name {
		font-size: 22px;
	}
}

.team--list {
	flex-direction: column;
}

.team--list .team__member {
	align-items: center;
}

.team--list .team__member:not(:last-child()) {
	margin-bottom: 80px;
}

.team--list .team__member:nth-child(odd) {
	flex-direction: row-reverse;
}

.team--list .team__member__image {
	flex: 0 0 50%;
	padding: 10px;
}

.team--list .team__member__image__text {
	display: none;
}

.team--list .team__member__image__inner {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.team--list .team__member__image img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team--list .team__member__content {
	flex: 0 0 50%;
	padding: 50px;
	position: relative;
}

.team--list .team__member__content:before {
	transition: all 0.3s !important;
	transform: translateY(50px);
}

.team--list .team__member__content:before {
	content: '';
	background-color: #eeeeeb;
	width: calc(100% + 100px);
	height: calc(100% + 100px);
	position: absolute;
	top: 0;
	left: -50px;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s;
}

.team--list .team__member:hover .team__member__content:before,
.team--list .team__member .team__member__content.hover:before {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 767px) {
	.team--list .team__member {
		flex-direction: column !important;
	}
	.team--list .team__member .team__member__image {
		max-width: 400px;
		width: 100%;
	}
	.team--list .team__member .team__member__content {
		padding-top: 25px;
		max-width: 400px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.team--list .team__member .team__member__content:before {
		top: -100px;
	}
}

.team--grid {
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.team--grid .team__member {
	flex-direction: column;
	flex: 0 0 33.33%;
	padding: 0 8px;
	margin-bottom: 40px;
}

.team--grid .team__member__image {
	margin-bottom: 20px;
}

.team--grid .team__member__image img {
	display: block;
}

.team--grid .team__member__image__inner {
	position: relative;
}

.team--grid .team__member__image__text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 25px;
	opacity: 0;
	transition: opacity 0.3s;
	background-color: #eeeeeb;
	flex-direction: column;
	justify-content: center;
}

.team--grid .team__member__image__text > * {
	max-width: 100%;
}

.team--grid .team__member__image__text a {
	font-size: inherit;
}

.team--grid .team__member__name {
	margin-bottom: 0;
	margin-top: 0.3em;
	display: block;
}

.team--grid .team__member__content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}

.team--grid .team__member__link {
	margin-top: auto;
}

.team--grid .team__member:hover .team__member__image__text {
	opacity: 1;
}

@media (max-width: 767px) {
	.team--grid .team__member {
		flex: 0 0 50%;
	}
}

@media (max-width: 499px) {
	.team--grid {
		flex-direction: column;
	}
}

.news {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1023px) {
	.news .post-list__item {
		flex: 0 0 50%;
	}
}

@media (max-width: 767px) {
	.news {
		margin-left: -20px;
		margin-right: -20px;
		flex-direction: column;
	}
	.news .post-list__item {
		padding: 20px;
		margin-bottom: 25px;
	}
}

.entry-content {
	width: 100%;
}

.entry-content > .spacer {
	margin-top: 0;
	margin-bottom: 0;
}

.teammember {
	display: flex;
	margin-bottom: 50px !important;
}

.teammember__content {
	flex: 0 0 50%;
	padding-right: 50px;
}

.teammember__content > *:first-child {
	margin-top: 0;
}

.teammember__right {
	flex: 0 0 50%;
}

.teammember__image {
	padding-left: 100px;
}

.teammember__image__inner {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.teammember__image__inner > img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.teammember__button {
	margin-bottom: 100px !important;
}

@media (max-width: 1023px) {
	.teammember__right {
		padding-right: 50px;
	}
}

@media (max-width: 767px) {
	.teammember {
		flex-direction: column-reverse;
	}
	.teammember__image {
		max-width: 400px;
		padding: 0%;
		margin: 0;
		margin-bottom: 25px;
		margin-top: -50px;
	}
	.teammember__content {
		padding-right: 0;
	}
}

.projects__project:last-child .wp-block-separator {
	display: none;
}

h1 {
	font-size: 65px !important;
}

@media (max-width: 1223px) {
	h1 {
		font-size: 55px !important;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 45px !important;
	}
}

@media (max-width: 1223px) {
	.wp-block-separator {
		height: 100px !important;
	}
}

@media (max-width: 767px) {
	.wp-block-separator {
		height: 75px !important;
	}
}

.accordion {
	margin-top: 40px;
	width: 100%;
	margin-bottom: 40px;
}

.accordion__wrapper {
	flex-direction: column;
	width: 100%;
}

.accordion__cat {
	margin-left: auto;
}

.accordion__title {
	padding: 20px 0;
	border-top: 2px solid var(--color-highlight);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion__title:last-child {
	border-bottom: 2px solid var(--color-highlight);
}

.accordion__title .button {
	margin-left: 20px;
	padding-left: 30px;
}

.accordion__title h3 {
	font-size: 22px;
	margin: 0;
	font-weight: 300;
}

.accordion__title .toggler {
	position: relative;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-left: 20px;
	/* Vertical line */
	/* horizontal line */
}

.accordion__title .toggler:before, .accordion__title .toggler:after {
	content: '';
	position: absolute;
	background-color: var(--color-font);
	transition: transform 0.25s ease-out;
}

.accordion__title .toggler:before {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}

.accordion__title .toggler:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}

.accordion__title.active .toggler:before {
	transform: rotate(90deg);
}

.accordion__title.active .toggler:after {
	transform: rotate(180deg);
}

.accordion__title.active + .accordion__content {
	max-height: 1000px;
	padding-bottom: 50px;
	padding-top: 20px;
}

.accordion .accordion__content {
	max-height: 0;
	border-top: 0;
	font-size: 23px;
	overflow: hidden;
	transition: max-height 0.3s, padding 0.3s;
	display: flex;
	flex-direction: column;
}

.accordion .accordion__content h1,
.accordion .accordion__content h2,
.accordion .accordion__content h3,
.accordion .accordion__content h4 {
	font-size: 23px;
	font-weight: 300;
}

.accordion .accordion__content:last-child {
	border-bottom: 2px solid var(--color-highlight);
}

@media (max-width: 1223px) {
	.accordion__title.active + .accordion__content {
		overflow: scroll;
	}
}

.accent-link {
	text-decoration-color: var(--color-accent);
}

.event_listings {
	max-width: 1200px !important;
}

.event_listings .search_events .chosen-container-single {
	min-width: 200px;
}

.event_listings .search_events .chosen-container .chosen-drop .chosen-results li {
	font-size: 12px;
}

.event_listings .search_events .event-manager-category-dropdown,
.event_listings .search_events .ui-button,
.event_listings .search_events .chosen-container-single {
	border: 2px solid var(--color-accent);
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	color: #000;
}

.event_listings .search_events .event-manager-category-dropdown span,
.event_listings .search_events .ui-button span,
.event_listings .search_events .chosen-container-single span {
	font-size: 12px;
	font-weight: 700;
	color: #000;
}

.event_listings .search_events .event-manager-category-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Remove default arrow */
}

.event_listings .search_events .event-manager-category-dropdown:hover, .event_listings .search_events .event-manager-category-dropdown:focus {
	border-color: var(--color-accent);
}

.event_listings .search_events .ui-button {
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.event_listings .search_events .wpem-row {
	justify-content: flex-start;
}

.event_listings .search_events .wpem-row .wpem-col {
	flex-grow: 0;
}

.event_listings .search_events .chosen-search {
	display: none;
}

.comiseo-daterangepicker .comiseo-daterangepicker-presets {
	display: none;
}

.ui-widget {
	font-family: "Encode Sans", sans-serif !important;
}

.sw-event-infomation {
	display: flex;
	gap: 25px;
	border-bottom: 2px solid #000;
	padding: 35px 0;
	font-size: 16px;
	align-items: flex-start;
	width: 100%;
	color: #000;
}

.sw-event-infomation .sw-event-date {
	flex: 0 0 150px;
	font-weight: 700;
}

.sw-event-infomation .sw-event-location {
	flex: 0 0 180px;
}

.sw-event-infomation .sw-event-title {
	flex: 1;
	font-weight: 700;
}

.sw-event-infomation .sw-event-cat {
	flex: 0 0 230px;
}

.sw-event-infomation .sw-event-cta {
	flex: 0 0 120px;
	min-width: 120px;
	position: relative;
}

.sw-event-infomation .sw-event-button {
	white-space: nowrap;
	padding-left: 0;
	padding-right: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.sw-event-infomation .sw-event-button:before, .sw-event-infomation .sw-event-button:after {
	left: unset;
	right: 0;
}

@media (max-width: 767px) {
	.sw-event-infomation .sw-event-button > span {
		display: none;
	}
}

.sw-event-infomation .wpem-heading-text {
	margin: 0;
	font-weight: 700;
	color: #000;
	font-size: 16px;
}

.event_listing {
	position: relative;
	width: 100%;
}

.event_listing > a.wpem-event-action-url:hover .button {
	color: var(--color-accent);
}

.event_listing > a.wpem-event-action-url:hover .button:after {
	transform: translateY(-50%) rotate(90deg);
}

.wpem-event-listings-header {
	border-bottom: 2px solid #000;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sw-event__header {
	display: flex;
	gap: 25px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
	font-size: 16px;
}

.sw-event__header__date {
	flex: 0 0 150px;
	font-weight: 700;
}

.sw-event__header__location {
	flex: 0 0 180px;
}

.sw-event__header__title {
	flex: 1;
	font-weight: 700;
}

.sw-event__header__cat {
	flex: 0 0 230px;
}

.sw-event__header__cta {
	flex: 0 0 120px;
	min-width: 120px;
}

body.single-event_listing .site-main__meta {
	display: none;
}

.wpem-alert-danger {
	border-radius: 0;
}

@media screen and (max-width: 900px) {
	.sw-event__header__location {
		display: none;
	}
	.sw-event__header__cat {
		display: none;
	}
	.sw-event__header__cta {
		display: none;
	}
	.sw-event-infomation .sw-event-location {
		display: none;
	}
	.sw-event-infomation .sw-event-cat {
		display: none;
	}
}

.site-footer__info a:not([class]),
.entry-content a:not([class]) {
	text-decoration: none;
	position: relative;
	transition: color 0.3s;
	line-height: 1.2em;
	background-image: linear-gradient(#000, #000), linear-gradient(var(--color-accent), var(--color-accent));
	background-size: 100% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: color 0.3s, background-size 0.3s;
}

.site-footer__info a:not([class]):hover,
.entry-content a:not([class]):hover {
	color: var(--color-accent);
	background-size: 0 1px, 100% 1px;
}

.image-header {
	margin-bottom: 80px !important;
}

.site-footer__logos {
	display: none;
}

@media (max-width: 767px) {
	.site-footer__logos {
		display: block;
		margin-bottom: 25px;
	}
	.site-footer__logos .headerLogos__logo {
		display: block;
	}
}

.wpem-event-listings .wpem-event-layout-wrapper {
	border-top: 2px solid #000;
	border-right: 0;
}

.wpem-event-listing-list-view.wpem-event-listings
.wpem-event-layout-wrapper
.event_listing {
	border-left: 0;
	padding-left: 0;
	padding-right: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
	display: none;
}

.wpem-event-listings
.wpem-event-layout-wrapper
.wpem-event-infomation
.wpem-event-date
.wpem-event-date-type
.wpem-to-date
.wpem-month,
.wpem-event-listings
.wpem-event-layout-wrapper
.wpem-event-infomation
.wpem-event-date
.wpem-event-date-type
.wpem-to-date
.wpem-date,
.wpem-event-listings
.wpem-event-layout-wrapper
.wpem-event-infomation
.wpem-event-date
.wpem-event-date-type
.wpem-to-date
.wpem-date-separator,
.wpem-event-listings
.wpem-event-layout-wrapper
.wpem-event-infomation
.wpem-event-date
.wpem-event-date-type
.wpem-from-date
.wpem-date,
.wpem-event-listings
.wpem-event-layout-wrapper
.wpem-event-infomation
.wpem-event-date
.wpem-event-date-type
.wpem-from-date
.wpem-month {
	color: #000;
}

.wpem-event-listing-list-view
.wpem-event-box-col:last-of-type
.wpem-event-layout-wrapper {
	border-bottom: 2px solid #000;
}

.em.em-search .em-search-main.em-search-main-bar {
	border-width: 0;
	padding: 0;
	gap: 10px;
	align-items: stretch !important;
}

.em.em-search div.em-search-advanced-trigger,
.em.em-search .em-search-main.em-search-main-bar > .em-search-scope,
.em.em-search .em-search-main.em-search-main-bar > .em-search-text {
	border: 2px solid var(--color-accent) !important;
	font-size: 12px;
}

.em.em-search div.em-search-advanced-trigger {
	display: flex;
	align-items: center;
}

.em.em-search .em-search-main.em-search-main-bar > .em-search-submit button {
	background-color: transparent !important;
	color: var(--color-font) !important;
	border: 2px solid var(--color-accent) !important;
	border-radius: 0 !important;
	height: 100% !important;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
	background: var(--color-accent);
	border-color: var(--color-accent);
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
	-webkit-box-shadow: -10px 0 0 #e576cb;
	box-shadow: -10px 0 0 #e576cb;
}

.em.em-list .em-item {
	grid-template-columns: 1fr;
}

.em-list .em-event {
	display: flex;
	padding: 20px 0;
	border-top: 2px solid #000;
}

@media (max-width: 767px) {
	.em-list .em-event {
		flex-direction: column;
	}
}

.em-list .em-event .em-item-image {
	flex: 0 0 80px;
}

.em-list .em-event .em-item-image .date {
	display: flex;
	flex-direction: column;
}

.em-list .em-event .em-item-image .date .day {
	font-size: 29px;
	line-height: 30px;
	font-weight: 600;
}

.em-list .em-event .em-item-image .date .month {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 15px;
}

.em-list .em-event .em-item-info {
	flex: 1;
}

.em-list .em-event .em-item-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.em-list .em-event .em-item-title > a {
	background: none;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
}

.em-list .em-event .em-item-actions {
	margin-top: 10px;
}

.em-list .em-event .em-event-meta {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	color: #555555;
}

.em-list .em-event .em-event-meta .em-item-meta-line {
	flex: 0 0 50%;
	display: flex;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.em-list .em-event .em-event-meta .em-item-meta-line {
		flex: 0 0 100%;
	}
}

.em-list .em-event .em-event-meta .em-item-meta-line .em-icon {
	margin-right: 10px;
	min-width: 20px;
}

.em-list .em-event:last-child {
	border-bottom: 2px solid #000;
}

ul.event-categories {
	margin: 0 !important;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.event-categories > li {
	margin-left: 0;
	display: flex;
	margin-right: 5px;
}

ul.event-categories > li:last-child {
	margin-right: 0;
}

.em-item-single .em-item-header .em-item-meta {
	display: flex;
	flex-wrap: wrap;
}

.em-item-single .em-item-header .em-item-meta .em-item-taxonomies {
	display: none;
}

.em-item-single .em-item-header .em-item-meta .em-item-meta-column {
	flex: 0 0 50%;
}

@media (max-width: 767px) {
	.em-item-single .em-item-header .em-item-meta .em-item-meta-column {
		flex: 0 0 100%;
	}
}

.em-item-single .em-item-header .em-item-meta .em-item-meta-column > section {
	margin-bottom: 20px;
}

.em-item-single .em-item-header .em-item-meta .em-item-meta-column h3 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-weight: 700;
}

.em-item-single .em-item-header .em-item-meta .em-item-meta-column .em-item-meta-line {
	flex: 0 0 50%;
	display: flex;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.em-item-single .em-item-header .em-item-meta .em-item-meta-column .em-item-meta-line {
		flex: 0 0 100%;
	}
}

.em-item-single .em-item-header .em-item-meta .em-item-meta-column .em-item-meta-line .em-icon {
	margin-right: 10px;
	min-width: 20px;
}

.em-search-advanced-form .em-search-section-location {
	display: none;
}

.em-search-advanced-form .button {
	border-width: 0 !important;
}

.em button.em-clickable.em-search-advanced-trigger {
	min-width: 25px;
}

body.erinnerungskultur .em.em-modal.em-search-advanced footer button.button {
	border-width: 0 !important;
	background-color: transparent !important;
	color: #000 !important;
	padding-right: 0 !important;
	padding-left: 40px !important;
}

body.erinnerungskultur .em.em-modal.em-search-advanced footer button.button:hover {
	color: #de05b0 !important;
	background-color: transparent !important;
}

.em.em-modal.em-search-advanced .em-search-advanced-sections section header {
	padding-top: 12px;
	font-size: 16px;
}

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