@charset "UTF-8";
/*--------------------------------------------------------------
# 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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
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: #e6e6e6;
  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 #000;
  border-radius: 0;
  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 #000;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

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

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

/*KWM
--------------------------------------------- */
/* Configuration */
/* Screenreader-only available */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

/* Responsive breakpoints */
/* Colors */
/* Fonts */
/* Icon Font */
/* Headline Box Corners */
/* Body Max Width */
/*
rem-fallback für Projeke die nicht den dezimalwert im body verfügbar haben
z.B. VKal in einer fremden Anwendung
Es wird von 16px Browsereinstellung ausgegangen, mixin errechnet hier die rem-Werte
*/
/*

Temporärer Fallback, sollte dahingehend angepasst werden, das borders so definiert werden

border-left: pxFallback(123) solid $Red;
*/
/* reagiert auf genau das angegebene Gerät */
/* reagiert auf alles was kleiner ist als das angegebene Gerät */
/* reagiert auf alles was größer ist als das angegebene Gerät */
@font-face {
  font-family: "AGaramond";
  font-weight: normal;
  src: url("fonts/AGaramond/2C4280_0_0.eot");
  src: url("fonts/AGaramond/2C4280_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/AGaramond/2C4280_0_0.woff") format("woff"), url("fonts/AGaramond/2C4280_0_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AGaramond";
  font-weight: 600;
  src: url("fonts/AGaramond/2C4280_3_0.eot");
  src: url("fonts/AGaramond/2C4280_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/AGaramond/2C4280_3_0.woff") format("woff"), url("fonts/AGaramond/2C4280_3_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Blender";
  src: url("fonts/Blender/571f8bd755d29dc071ead59896f6c4ec.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Blender/571f8bd755d29dc071ead59896f6c4ec.eot#iefix") format("embedded-opentype"), url("fonts/Blender/571f8bd755d29dc071ead59896f6c4ec.woff2") format("woff2"), url("fonts/Blender/571f8bd755d29dc071ead59896f6c4ec.woff") format("woff"), url("fonts/Blender/571f8bd755d29dc071ead59896f6c4ec.ttf") format("truetype"), url("fonts/Blender/571f8bd755d29dc071ead59896f6c4ec.svg") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Biryani";
  font-weight: 400;
  src: url("fonts/Biryani/biryani-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Biryani/biryani-v6-latin-regular.eot#iefix") format("embedded-opentype"), url("fonts/Biryani/biryani-v6-latin-regular.woff2") format("woff2"), url("fonts/Biryani/biryani-v6-latin-regular.woff") format("woff"), url("fonts/Biryani/biryani-v6-latin-regular.ttf") format("truetype"), url("fonts/Biryani/biryani-v6-latin-regular.svg") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Biryani";
  font-weight: 600;
  src: url("fonts/Biryani/biryani-v6-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Biryani/biryani-v6-latin-600.eot#iefix") format("embedded-opentype"), url("fonts/Biryani/biryani-v6-latin-600.woff2") format("woff2"), url("fonts/Biryani/biryani-v6-latin-600.woff") format("woff"), url("fonts/Biryani/biryani-v6-latin-600.ttf") format("truetype"), url("fonts/Biryani/biryani-v6-latin-600.svg") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Biryani";
  font-weight: 900;
  src: url("fonts/Biryani/biryani-v6-latin-900.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Biryani/biryani-v6-latin-900.eot#iefix") format("embedded-opentype"), url("fonts/Biryani/biryani-v6-latin-900.woff2") format("woff2"), url("fonts/Biryani/biryani-v6-latin-900.woff") format("woff"), url("fonts/Biryani/biryani-v6-latin-900.ttf") format("truetype"), url("fonts/Biryani/biryani-v6-latin-900.svg") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* Icon Font */
@font-face {
  font-family: "Afiado";
  src: url("fonts/Afiado/afiado-plus.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Afiado/afiado-plus.eot#iefix") format("embedded-opentype"), url("fonts/Afiado/afiado-plus.woff2") format("woff2"), url("fonts/Afiado/afiado-plus.woff") format("woff"), url("fonts/Afiado/afiado-plus.ttf") format("truetype"), url("fonts/Afiado/afiado-plus.svg") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
div#page {
  overflow-y: hidden;
}

body, body.page, body.post {
  overflow-x: hidden;
  position: relative;
  margin: 0;
}

.post, .page {
  margin: 0;
}

/* Homepage */
body.home .page-content, body.home .entry-content, body.home .entry-summary, body.home .entry-footer {
  margin-top: 0;
}
body.home .entry-content {
  margin-bottom: 80px;
}
body.home .entry-content > *:not(.header-slider) {
  max-width: 1500px;
  justify-content: space-between;
  margin: 0 auto;
  display: block;
  padding: 0 40px;
}

/* Content Pages */
body:not(.home) main {
  margin-top: -31px;
}
body:not(.home) main .entry-header, body:not(.home) main .entry-content, body:not(.home) main .entry-summary, body:not(.home) main .entry-footer {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
}
body:not(.home) main .entry-header {
  margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 992px) {
  .entry-content > .wp-block-columns {
    flex-wrap: wrap;
  }
  .entry-content > .wp-block-columns > .wp-block-column {
    flex-grow: 1;
    flex-basis: auto !important;
    margin-left: 0;
  }

  body.home .page-content, body.home .entry-content, body.home .entry-summary, body.home .entry-footer {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  body:not(.home) main .entry-header, body:not(.home) main .entry-content, body:not(.home) main .entry-summary, body:not(.home) main .entry-footer {
    padding: 0 20px;
  }

  body.home .page-content, body.home .entry-content, body.home .entry-summary, body.home .entry-footer {
    margin-top: 0;
  }
  body.home .entry-content > *:not(.header-slider) {
    max-width: 1500px;
    justify-content: space-between;
    margin: 0 auto;
    display: block;
  }
}
@media (480px) {
  body.home .entry-content > *:not(.header-slider) {
    padding: 0 20px;
  }
}
/* Typography */
body {
  font-family: "Biryani", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  hyphens: auto;
}

a:focus {
  outline: 1px solid #000;
}

button:focus-visible {
  outline: 2px solid #000;
}

h1 {
  font-family: "Blender", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 16px 0;
  padding: 14px 16px;
  position: relative;
  background-image: linear-gradient(to bottom right, transparent 50%, #000 50%), linear-gradient(to top left, transparent 50%, #000 50%), linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-size: 8px 8px, 8px 8px, 100% 100%, 100% 100%;
  background-position: 0 0, 100% 100%, -8px 8px, 8px -8px;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  word-break: break-word;
  word-wrap: break-word;
  hyphens: auto;
  letter-spacing: 0.3px;
}

body.home h1 {
  margin: 120px 0 60px 0;
  letter-spacing: 0.3px;
}

h2, .type-event .entry-content h1 {
  font-family: "Blender", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 1.2;
  margin: 0 0 15px 0;
  display: inline-block;
  color: #000;
}

body.home h2, body.home .type-event .entry-content h1, .type-event .entry-content body.home h1 {
  font-size: 40px;
  position: absolute;
  line-height: 1;
  z-index: 10;
  padding: 11px 20px;
  margin: 30px 0 0 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 2px), #ffffff calc(50% + 2px)), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 2px), #ffffff calc(50% + 2px)), linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  background-size: 2px 100%, 2px 100%, 100% 2px, 100% 2px, 8px 8px, 8px 8px, 100% 100%, 100% 100%;
  background-position: 0 8px, 100% -8px, 8px 0%, -8px 100%, 100% 100%, 0% 0%, 8px -8px, -8px 8px;
  display: inline-block;
  color: #000;
}

h3 {
  font-family: "Blender", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
}

h4 {
  font-family: "Biryani", Arial, sans-serif;
  margin: 0 0 8px 0;
  font-weight: 900;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}

main p a, main ul li a, #footer-main li a, .contact-box dd a, .wp-block-file a, .teaser-link {
  font-family: "Biryani", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.3px;
  padding-right: 2px;
}
main p a[data-type=URL], main p a[data-type=page], main ul li a[data-type=URL], main ul li a[data-type=page], #footer-main li a[data-type=URL], #footer-main li a[data-type=page], .contact-box dd a[data-type=URL], .contact-box dd a[data-type=page], .wp-block-file a[data-type=URL], .wp-block-file a[data-type=page], .teaser-link[data-type=URL], .teaser-link[data-type=page] {
  color: #000;
  text-decoration: none;
}
main p a:visited, main ul li a:visited, #footer-main li a:visited, .contact-box dd a:visited, .wp-block-file a:visited, .teaser-link:visited {
  color: #000;
}

h1, h2, .type-event .entry-content h1, h3, h4, h5, h6 {
  -epub-hyphens: auto;
  hyphens: auto;
}

.wp-block-file {
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wp-block-file a {
  order: 2;
  padding-left: 2px;
}
.wp-block-file a.wp-block-file__button,
.wp-block-file p.download a {
  order: 1;
  color: transparent;
  width: 19px;
  overflow: hidden;
  height: 16px;
  margin-left: -2px;
  padding: 0;
  position: relative;
  background: #fff !important;
}
.wp-block-file a.wp-block-file__button:before,
.wp-block-file p.download a:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #000;
  top: -2px;
  position: absolute;
  left: -3px;
  font-size: 16px;
  background: #fff;
}

p {
  margin-top: 0;
}

h1 a, h2 a, .type-event .entry-content h1 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
  background: none;
  padding-left: 0px;
  padding-left: 0rem;
}
h1 a:before, h2 a:before, .type-event .entry-content h1 a:before, h3 a:before, h4 a:before, h5 a:before, h6 a:before {
  content: "";
}

a:hover, a:active, a:focus {
  color: black;
}

main#primary ul:not(.blocks-gallery-grid):not(.no--list-bullets):not(.slick-dots),
footer#footer-main ul.menu {
  margin: 0 0 1.5em 0;
  list-style: none;
  padding: 0;
}
main#primary ul:not(.blocks-gallery-grid):not(.no--list-bullets):not(.slick-dots) li:not(last-children),
footer#footer-main ul.menu li:not(last-children) {
  margin-bottom: 10px;
}
main#primary ul:not(.blocks-gallery-grid):not(.no--list-bullets):not(.slick-dots) li,
footer#footer-main ul.menu li {
  position: relative;
  padding-left: 20px;
  padding-left: 2rem;
}
main#primary ul:not(.blocks-gallery-grid):not(.no--list-bullets):not(.slick-dots) li:before,
footer#footer-main ul.menu li:before {
  display: inline-block;
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  top: 0.2rem;
}
main#primary ul:not(.blocks-gallery-grid):not(.no--list-bullets):not(.slick-dots) li a,
footer#footer-main ul.menu li a {
  background-position: 0 65%;
}
main#primary ul:not(.blocks-gallery-grid):not(.no--list-bullets):not(.slick-dots) li a:hover,
footer#footer-main ul.menu li a:hover {
  color: #000;
}

main#primary ul.linklist li:before, footer#footer-main ul.menu li:before, main#primary .block-mieter--item ul li:before, .block-rooms--item ul li:before {
  content: "" !important;
  padding-right: 4px !important;
}

.linklist + ul, .wp-block-file + ul {
  margin-top: -14px !important;
}

ul + .linklist, ul + .wp-block-file {
  margin-top: -14px !important;
}

.teaser .teaser-link {
  padding-left: 2px;
  display: inline-block;
}
.teaser .teaser-link:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 0;
  margin-right: 5px;
  margin-left: -4px;
  background-color: #fff;
}

ol {
  padding-left: 17px;
  margin: 0 0 15px 0;
}
ol li:not(last-children) {
  margin-bottom: 10px;
}

dl.wp-block-description-list-block-description-list {
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
  display: flex;
  flex-wrap: wrap;
}
dl.wp-block-description-list-block-description-list dt {
  font-size: 16px;
  font-weight: 900;
  padding: 10px 15px 10px 0;
  margin: 0;
  clear: left;
  border-top: 2px solid #000;
  width: 25%;
}
dl.wp-block-description-list-block-description-list dd {
  font-size: 16px;
  padding: 10px 0;
  width: 75%;
  margin: 0;
  border-top: 2px solid #000;
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  flex-direction: column;
}
.blocks-gallery-grid .blocks-gallery-image figure figcaption, .blocks-gallery-grid .blocks-gallery-item figure figcaption, .wp-block-gallery .blocks-gallery-image figure figcaption, .wp-block-gallery .blocks-gallery-item figure figcaption {
  position: relative;
  background: transparent;
  text-align: left;
  color: #4c4c4c;
  line-height: 1.7;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0 1px 0;
}

.wp-block-image figcaption {
  line-height: 1.7;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  text-align: left;
  color: #4c4c4c;
  padding: 10px 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
    padding: 9px 16px;
  }

  body.home h1 {
    font-size: 28px;
    padding: 9px 16px;
    margin-top: 90px;
  }

  body.home h2, body.home .type-event .entry-content h1, .type-event .entry-content body.home h1 {
    font-size: 28px;
    padding: 7px 20px;
  }
}
p.download a {
  order: 1;
  color: inherit;
  width: 19px;
  overflow: hidden;
  height: 16px;
  padding: 0;
  position: relative;
  padding-left: 24px;
}
p.download a:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #000;
  top: 6px;
  position: absolute;
  left: 0;
  font-size: 16px;
  background: #fff;
}

#header-main {
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 99999;
}
#header-main .header-main--wrapper {
  display: flex;
  max-width: 1500px;
  padding: 0 40px;
  justify-content: space-between;
  margin: 0 auto;
}
#header-main .header-main--wrapper .custom-logo-link img {
  height: 120px;
  width: auto;
}
#header-main.sticky {
  background: #fff;
  position: fixed;
  top: 0;
}
#header-main.sticky + button {
  position: fixed;
  top: 20px;
  right: 20px;
}
#header-main.sticky .header-main--wrapper {
  padding-top: 20px;
}
#header-main.sticky .custom-logo-link img {
  height: 60px;
}

nav.breadcrumb {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #676767;
}
nav.breadcrumb span, nav.breadcrumb a {
  font-size: 14px;
  line-height: 17px;
  background: none;
  color: #676767;
  font-weight: 600;
  text-decoration: none;
}
nav.breadcrumb a:before {
  display: none;
}
nav.breadcrumb a:hover {
  text-decoration: underline;
}

body:not(.home) #scroll-down {
  display: none;
}

#scroll-down {
  background-image: url("./assets/slider/arrow.svg") !important;
  left: calc(50% - 22.5px);
  height: 40px;
  background-repeat: no-repeat !important;
  width: 40px;
  transform: rotate(-90deg);
  position: absolute;
  top: 93vh;
  z-index: 2;
  background-color: transparent;
  border: none;
  background-size: 50%;
  background-position: center;
  padding: 0;
}
#scroll-down span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
#scroll-down:hover {
  cursor: pointer;
}

body.home .entry-header {
  display: none;
}

body:not(.home) #page:before {
  display: block;
  content: "";
  height: 285px;
  width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  #scroll-down {
    display: block;
  }
}
@media (max-width: 480px) {
  #header-main .header-main--wrapper {
    padding: 0 20px;
  }
  #header-main .header-main--wrapper .custom-logo-link {
    max-width: 180px;
  }
  #header-main .header-main--wrapper .custom-logo-link img {
    height: auto;
  }

  .header-slider .slide-content {
    padding: 0 20px 170px !important;
  }

  .button.rmp_menu_trigger {
    right: 20px !important;
  }
}
footer.entry-footer {
  display: none;
}

footer#footer-main {
  color: #000;
}
footer#footer-main .footer-main--wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 40px;
}
footer#footer-main p {
  font-weight: 900;
}
footer#footer-main h3 {
  font-family: "Blender", Arial, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
footer#footer-main .address {
  padding-right: 20px;
  letter-spacing: 0.3px;
}
footer#footer-main .link-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
footer#footer-main .link-list li {
  padding-left: 0;
  padding-bottom: 20px;
}
footer#footer-main .link-list__partner, footer#footer-main .link-list__social {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding-right: 20px;
}
footer#footer-main .link-list__partner li, footer#footer-main .link-list__social li {
  max-width: 150px;
}
footer#footer-main .link-list__partner figure, footer#footer-main .link-list__social figure {
  margin: 0;
}
footer#footer-main .link-list__partner li:not(:last-child), footer#footer-main .link-list__social li:not(:last-child) {
  margin-right: 40px;
}
footer#footer-main .link-list__partner a, footer#footer-main .link-list__social a {
  padding-left: 0;
  background: transparent;
  display: block;
}
footer#footer-main .link-list__partner a:before, footer#footer-main .link-list__social a:before {
  display: none;
}
footer#footer-main .link-list__partner a:hover, footer#footer-main .link-list__social a:hover {
  text-decoration: none;
  background: none !important;
}
footer#footer-main .link-list__partner a figure figcaption, footer#footer-main .link-list__social a figure figcaption {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
footer#footer-main .link-list__social li:not(:last-child) {
  margin-right: 20px;
}
footer#footer-main ul.menu {
  padding-right: 20px;
}

#footer-main .wp-block-column:not(:first-child) {
  margin-left: 0;
}

@media (max-width: 992px) {
  footer#footer-main h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 782px) {
  footer#footer-main .link-list__partner {
    flex-direction: column;
  }

  footer#footer-main ul.menu {
    margin: 0 0 40px 0;
  }
}
@media (480px) {
  footer#footer-main .footer-main--wrapper {
    padding: 40px 20px;
  }
}
#navigation-main #primary-menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  list-style: none;
  gap: 0 14px;
}
#navigation-main #primary-menu > li {
  background-repeat: no-repeat;
  background-image: url("./assets/button/button.svg");
  background-size: 100% auto;
  padding: 20px 8px 31px 21px;
  font-weight: normal;
  position: relative;
  z-index: 2;
  width: 270px;
  text-align: center;
  /*margin-right: 40px;*/
}
#navigation-main #primary-menu > li:hover {
  cursor: pointer;
}
#navigation-main #primary-menu > li:hover ul, #navigation-main #primary-menu > li > a:focus ul {
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% + 40px);
  z-index: 3;
  list-style: none;
  padding-top: 40px;
  padding-left: 0;
  margin-left: 0;
}
#navigation-main #primary-menu > li:hover ul li, #navigation-main #primary-menu > li > a:focus ul li {
  background: #fff;
  border: 6px solid #000;
  border-bottom: none;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
}
#navigation-main #primary-menu > li:hover ul li a, #navigation-main #primary-menu > li > a:focus ul li a {
  padding: 13px 10px 10px 13px;
  display: block;
  font-size: 20px;
  line-height: 22.5px;
  hyphens: auto;
}
#navigation-main #primary-menu > li:hover ul li:first-of-type:before, #navigation-main #primary-menu > li > a:focus ul li:first-of-type:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #000;
  position: absolute;
  left: 18px;
  top: -18px;
}
#navigation-main #primary-menu > li:hover ul li:first-of-type:after, #navigation-main #primary-menu > li > a:focus ul li:first-of-type:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 20px;
  top: -10px;
}
#navigation-main #primary-menu > li:hover ul li:last-of-type, #navigation-main #primary-menu > li > a:focus ul li:last-of-type {
  border-bottom: 6px solid #000;
}
#navigation-main #primary-menu > li:hover ul li:hover, #navigation-main #primary-menu > li > a:focus ul li:hover {
  background-color: #000;
}
#navigation-main #primary-menu > li:hover ul li:hover a, #navigation-main #primary-menu > li > a:focus ul li:hover a {
  color: #fff;
  text-decoration: none;
}
#navigation-main #primary-menu > li:hover ul li.current_page_item, #navigation-main #primary-menu > li > a:focus ul li.current_page_item {
  background-color: #000;
}
#navigation-main #primary-menu > li:hover ul li.current_page_item a, #navigation-main #primary-menu > li > a:focus ul li.current_page_item a {
  color: #fff;
  text-decoration: none;
}
#navigation-main #primary-menu > li:hover ul li.current_page_item:hover, #navigation-main #primary-menu > li > a:focus ul li.current_page_item:hover {
  background-color: #2d2d2d;
}
#navigation-main #primary-menu > li a {
  font-family: "Blender", Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #000;
  text-decoration: none;
}
#navigation-main #primary-menu > li ul {
  display: none;
}

@media (max-width: 992px) {
  #navigation-main {
    display: none;
  }

  .sticky-header .rmp_menu_trigger {
    position: fixed !important;
    top: 20px !important;
  }
}
.rmp-menu-subarrow {
  width: 100% !important;
}
.rmp-menu-subarrow img {
  width: 40px;
  float: right;
  height: 90%;
}

.rmp-trigger-box {
  width: unset !important;
}

button.rmp_menu_trigger:hover {
  cursor: pointer;
}
button.rmp_menu_trigger:focus-visible {
  outline: 3px solid black;
}

.rmp-menu-wrap {
  position: relative;
  border-top: 6px solid #000;
  max-width: 480px;
  margin: 0 auto;
  background-color: #000 !important;
}
.rmp-menu-wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: 38px solid #000;
  position: absolute;
  right: 38px;
  top: -31px;
}
.rmp-menu-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #fff;
  position: absolute;
  right: 54px;
  top: -21px;
}

.rmp-menu-item a {
  border-left: 6px solid #000;
  border-right: 6px solid #000;
}

.rmp-menu-item-link:hover {
  border-color: #000 !important;
}

@media (max-width: 992px) and (min-width: 480px) {
  .rmp-menu-wrap {
    margin-right: 60px;
    float: right;
    min-width: 400px;
  }
}
.scroll-top {
  visibility: hidden;
  position: fixed;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  bottom: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
}

@media only screen and (min-width: 48em) {
  .scroll-top {
    bottom: 20px;
  }
}
.no-js .scroll-top {
  position: sticky;
  bottom: auto;
  visibility: visible;
  opacity: 1;
}

.scroll-top__visible {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.scroll-top--trigger {
  position: relative;
  top: auto;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-radius: 50%;
  border: none;
  color: #fff;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 23px;
  left: 4px;
}

.scroll-top--trigger:focus {
  outline: 2px solid transparent;
}

.scroll-top--trigger:-moz-focusring {
  border: none;
}

[data-wi=keyboard] .scroll-top--trigger:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(178, 178, 178, 0.6);
  box-shadow: 0 0 0 4px rgba(178, 178, 178, 0.6);
}

.scroll-top--icon {
  display: inline-block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDNweCIgaGVpZ2h0PSI1NXB4IiB2aWV3Qm94PSIwIDAgNDMgNTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+YXJyb3c8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImFycm93IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSIyNi44MSA1Mi44NTEgNDAuODk5IDM4LjQyMyAzMC4xODkgMjcuNDU3IDQwLjg5OSAxNi41NzMgMjYuODEgMi4xNDcgMi4wOTUgMjcuNDU3Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNi44MDgsNTUgTDAsMjcuNDU1IEwyNi44MSwwIEw0MywxNi41NzcgTDMyLjI5LDI3LjQ2IEw0Mi45OTYsMzguNDIzIEwyNi44MDgsNTUgWiBNNC4xODksMjcuNDU4IEwyNi44MTIsNTAuNzAyIEwzOC44MDIsMzguNDIzIEwyOC4wODgsMjcuNDUzIEwzOC43OTgsMTYuNTY5IEwyNi44MSw0LjI5NCBMNC4xODksMjcuNDU4IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzIxMjEyNSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-position: 0 0;
  background-size: 20px;
}

/* Homepage Slider */
.header-slider {
  margin-bottom: 0;
}
.header-slider .slide-content {
  max-width: 1500px;
  margin: 0 auto;
  width: 100% !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  padding: 0 40px 170px !important;
  overflow-x: visible !important;
  box-sizing: border-box;
}
.header-slider .slide-content h2, .header-slider .slide-content .type-event .entry-content h1, .type-event .entry-content .header-slider .slide-content h1 {
  color: #fff;
  position: relative;
  font-size: 80px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Blender", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  background: transparent;
  text-shadow: #00000080 3px 3px 16px;
}
.header-slider .slide-content h2 em, .header-slider .slide-content .type-event .entry-content h1 em, .type-event .entry-content .header-slider .slide-content h1 em {
  font-family: "AGaramond", Arial, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 70px;
  line-height: 1.2;
  margin: 0;
  padding-left: 100px;
  color: #fff;
  display: block;
  letter-spacing: 1px;
}
.header-slider .slide-content .headerslider-link {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 40px;
  right: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: right;
  z-index: 3;
  padding: 0 40px;
}
.header-slider .slide-content .headerslider-link a {
  font-size: 32px;
  color: #fff;
  background: none;
}
.header-slider .slide-content .headerslider-link a:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 3px;
}
.header-slider .slide-content .headerslider-link a:hover:before {
  text-decoration: none;
}
.header-slider .eedee-gutenslider-nav svg {
  display: none;
}
.header-slider .eedee-gutenslider-nav.eedee-gutenslider-prev {
  background-image: url("./assets/slider/arrow.svg") !important;
  left: 40px;
  height: 55px;
  background-repeat: no-repeat !important;
  width: 45px;
}
.header-slider .eedee-gutenslider-nav.eedee-gutenslider-next {
  background-image: url("./assets/slider/arrow.svg") !important;
  transform: rotate(180deg) !important;
  right: 40px;
  height: 55px;
  background-repeat: no-repeat !important;
  width: 45px;
}
.header-slider .wp-block-eedee-block-gutenslide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%);
  z-index: 2;
}

/* Responsive */
@media (max-width: 992px) {
  .header-slider .eedee-gutenslider-nav {
    display: none !important;
  }

  .header-slider .slide-content .headerslider-link {
    bottom: 100px;
  }
  .header-slider .slide-content .headerslider-link a {
    font-size: 22px;
    color: #fff;
    background: none;
  }
}
@media (max-width: 768px) {
  .header-slider .slide-content h2 em, .header-slider .slide-content .type-event .entry-content h1 em, .type-event .entry-content .header-slider .slide-content h1 em {
    padding-left: 0;
  }

  .header-slider .slide-content h2, .header-slider .slide-content .type-event .entry-content h1, .type-event .entry-content .header-slider .slide-content h1 {
    font-size: 65px;
  }

  .header-slider .slide-content h2 em, .header-slider .slide-content .type-event .entry-content h1 em, .type-event .entry-content .header-slider .slide-content h1 em {
    font-size: 50px;
  }

  .header-slider .slide-content .headerslider-link {
    bottom: 60px;
  }

  .header-slider .slide-content {
    padding: 0 20px 100px !important;
  }
}
/* Content Slider */
.entry-content > *:not(.header-slider) .eedee-gutenslider-nav.eedee-gutenslider-prev, .entry-content > *:not(.header-slider) .eedee-gutenslider-nav.eedee-gutenslider-next {
  height: 55px;
  width: 43px;
}
.entry-content > *:not(.header-slider) .eedee-gutenslider-nav.eedee-gutenslider-prev svg, .entry-content > *:not(.header-slider) .eedee-gutenslider-nav.eedee-gutenslider-next svg {
  display: none;
}
.entry-content > *:not(.header-slider) .eedee-gutenslider-nav.eedee-gutenslider-prev {
  background-image: url("./assets/slider/arrow.svg") !important;
  left: 10px;
}
.entry-content > *:not(.header-slider) .eedee-gutenslider-nav.eedee-gutenslider-next {
  background-image: url("./assets/slider/arrow.svg") !important;
  transform: rotate(180deg) !important;
  right: 20px;
}
.entry-content > *:not(.header-slider) .slide-content {
  padding: 0 80px !important;
  justify-content: start !important;
}
.entry-content > *:not(.header-slider) .eedee-background-div {
  padding: 0 80px !important;
}

.contentslider-container {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
.contentslider-container .contentslider-subhead {
  margin-top: 140px;
  margin-bottom: 20px;
  grid-column-end: 3;
  grid-column-start: 1;
}
.contentslider-container .contentslider-copyright {
  align-self: end;
  grid-row-start: 3;
}

.contentslider-subhead {
  color: #fff;
  text-shadow: #000000 3px 3px 10px;
  font-size: 35px;
  line-height: 1;
  font-family: "AGaramond", Arial, serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contentslider-link {
  padding-left: 2px;
  display: inline-block;
  text-shadow: #000000 3px 3px 10px;
  color: #fff;
  text-decoration: none;
}
.contentslider-link:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 0;
  margin-left: -4px;
  background-color: transparent;
}
.contentslider-link:hover {
  color: #fff;
}
.contentslider-link:hover span {
  text-decoration: underline;
}
.contentslider-link:visited {
  color: #fff;
}

.contentslider-copyright {
  text-shadow: #00000080 3px 3px 16px;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .entry-content > *:not(.header-slider) .slide-content, .entry-content > *:not(.header-slider) .eedee-background-div {
    padding: 0 !important;
  }

  .entry-content > *:not(.header-slider) .eedee-gutenslider-nav.eedee-gutenslider-prev, .entry-content > *:not(.header-slider) .eedee-gutenslider-nav.eedee-gutenslider-next {
    height: 25px;
    width: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  body.home h2, body.home .type-event .entry-content h1, .type-event .entry-content body.home h1 {
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .contentslider-link, .contentslider-copyright {
    grid-row-start: 3;
    align-self: flex-end;
    margin-bottom: 1.5em;
  }
}
/* Responsive */
@media (max-width: 992px) {
  .contentslider-container .contentslider-subhead {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .entry-content > *:not(.header-slider) .slide-content {
    padding: 0 20px !important;
  }

  .contentslider-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0;
  }

  .contentslider-container .contentslider-subhead {
    margin-top: 80px;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
  }

  .contentslider-container .contentslider-link {
    align-self: start;
    margin-bottom: 5px;
  }

  .contentslider-container .contentslider-copyright {
    align-self: start;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -5px;
  }

  .gutenslider-divider-bottom, .gutenslider-divider-top {
    width: calc(100% - 40px);
  }
}
.teaser {
  margin-top: 130px;
  margin-bottom: 100px;
}
.teaser a {
  display: block;
}
.teaser a img {
  width: 100%;
}
.teaser .caption {
  border: 3px solid transparent;
  border-top: none;
  padding: 15px;
  margin-top: -11px;
}
.teaser .caption p {
  margin-bottom: 10px;
}
.teaser .caption .teaser-link {
  background-position: 18px 65% !important;
  display: inline;
}
.teaser .caption .teaser-link:hover {
  color: black;
}

main#primary ul:not(.blocks-gallery-grid) li .teaser > a {
  background: none;
}

body.home .teaser {
  margin-top: 130px;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (min-width: 992px) {
  body.home .teaser {
    position: relative;
  }
  body.home .teaser .teaser-link {
    font-family: "Biryani", Arial, sans-serif;
  }
  body.home .teaser .teaser-link:after {
    content: "";
    background-color: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    box-sizing: border-box;
  }
  body.home .teaser .teaser-link:focus-visible {
    outline: transparent;
  }
  body.home .teaser .teaser-link:focus-visible:after {
    outline: 3px solid black;
    outline-offset: 4px;
  }
}

.block-mieter {
  display: flex;
  flex-wrap: wrap;
  min-height: 300px;
}

.block-mieter--item {
  display: grid;
  grid-template-rows: 1fr;
  width: 33.333%;
  flex-basis: 33.333%;
  padding: 0 40px 0 0;
  height: auto;
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms, width 0ms 0ms;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .block-mieter--item {
    margin-bottom: 10px;
  }
}
.block-mieter--item .block-mieter--item-eyecatcher {
  position: absolute;
  right: -30px;
  top: 10px;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: 2px 100%, 2px 100%, 100% 2px, 100% 2px, 2px 100%, 100% 2px, 4px 4px, 4px 4px, 4px 4px, 100% 100%, 100% 100%;
  background-position: 0% 4px, 100% -4px, 4px 0%, -4px 100%, 4px -4px, 4px calc(100% - 4px), 100% 100%, 0% 0%, 2px calc(100% - 2px), 4px -4px, -4px 4px;
  padding: 5px 20px;
  font-family: "Blender", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 768px) {
  .block-mieter--item .block-mieter--item-eyecatcher {
    font-size: 24px;
    right: -20px;
  }
}
@media (max-width: 480px) {
  .block-mieter--item .block-mieter--item-eyecatcher {
    font-size: 24px;
    right: 10px;
  }
}
.block-mieter--item .section--pic {
  position: relative;
}
.block-mieter--item img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .block-mieter--item h3 {
    min-height: 35px;
    min-height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .block-mieter--item h3 {
    min-height: auto;
  }
}
.block-mieter--item.hidden {
  overflow: hidden;
  /* Hide the element content, while height = 0 */
  height: 0;
  width: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms, width 0ms 0ms;
  flex-basis: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .block-mieter--item {
    width: 50%;
    flex-basis: 50%;
  }
  .block-mieter--item h3 {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .block-mieter--item {
    width: 100%;
    flex-basis: 100%;
    padding: 0 0;
  }
}
.block-mieter--item ul {
  margin-bottom: 0 !important;
}

.interactive-map {
  position: relative;
  margin-bottom: 20px;
  width: 1150px;
  max-width: 100%;
}
@media (max-width: 480px) {
  .interactive-map {
    max-width: 140%;
    margin-left: -50px;
  }
}

.interactive-map .icon {
  position: absolute;
  z-index: 1;
}

.interactive-map .mieter-icon {
  position: absolute;
  z-index: 998;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: height 0ms 0ms, opacity 600ms 0ms, width 0ms 0ms;
  color: #000;
  border: none;
  padding: 0;
}
.interactive-map .mieter-icon:active, .interactive-map .mieter-icon:focus, .interactive-map .mieter-icon:visited {
  color: #000;
}
@media (max-width: 992px) {
  .interactive-map .mieter-icon {
    width: 20px;
    height: 20px;
  }
}
.interactive-map .mieter-icon.hidden {
  overflow: hidden;
  /* Hide the element content, while height = 0 */
  height: 0;
  width: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms, width 0ms 0ms;
}
.interactive-map .mieter-icon .mieter-overlay {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 25px;
  color: #000;
  text-align: left;
  font-size: 13px;
  width: 0;
}
.interactive-map .mieter-icon .mieter-overlay:before {
  background: url("./assets/lageplan/pfeil-nach-oben.svg") top left no-repeat transparent;
  width: 31px;
  height: 24px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -10px;
}
.interactive-map .mieter-icon .mieter-overlay .overlay--title {
  opacity: 0;
  text-transform: uppercase;
}
.interactive-map .mieter-icon .mieter-overlay .overlay--link {
  font-family: "Biryani", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.3px;
  padding-right: 2px;
}
.interactive-map .mieter-icon .mieter-overlay .overlay--link:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 0;
  margin-right: 5px;
  margin-left: -4px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .interactive-map .mieter-icon:hover, .interactive-map .mieter-icon:focus {
    z-index: 1000;
  }
  .interactive-map .mieter-icon:hover .mieter-overlay, .interactive-map .mieter-icon:focus .mieter-overlay {
    opacity: 1;
    display: block;
    width: 310px;
    z-index: 99999;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #000;
  }
  .interactive-map .mieter-icon:hover .mieter-overlay .overlay--title, .interactive-map .mieter-icon:focus .mieter-overlay .overlay--title {
    opacity: 1;
  }
}

.interactive-map .icon span {
  text-indent: 100%;
  overflow: hidden;
  padding: 0;
  border-left: 2px solid #000;
  padding-bottom: 15px;
  margin: 0;
  display: block;
  background: none !important;
}
.interactive-map .icon span img {
  display: block;
}

.interactive-map .mapify-svg {
  z-index: -3;
}

.interactive-map .mapify-popOver {
  text-align: left;
  font-size: 15px;
}
@media (max-width: 480px) {
  .interactive-map .mapify-popOver {
    margin-left: 0 !important;
    left: 50px !important;
    max-width: calc(100% - 130px) !important;
    width: calc(100% - 130px) !important;
  }
}

.interactive-map .mapify-popOver img {
  margin-bottom: 6px;
}

.interactive-map .mapify-popOver ul:last-child {
  margin-bottom: 0;
}

.interactive-map .mapify-popOver .mapify-popOver-arrow {
  background: url("./assets/lageplan/pfeil-nach-unten.svg") top left no-repeat transparent;
  width: 31px;
  height: 24px;
  background-size: 100% 100%;
  margin-left: -17px !important;
  margin-top: -11px;
  border: none;
  z-index: 1;
}

.interactive-map .mapify-popOver.mapify-bottom .mapify-popOver-arrow {
  right: auto;
  background: url("./assets/lageplan/pfeil-nach-oben.svg") top left no-repeat transparent;
  width: 31px;
  height: 24px;
  background-size: 100% 100%;
  margin-bottom: -11px;
  margin-top: 0;
}

.interactive-map .mapify-popOver-content {
  background-color: #fff;
  border: 3px solid #000;
  padding: 20px;
  font-size: 13px;
  position: relative;
}

.interactive-map .mapify-popOver-content p:last-child {
  margin-bottom: 0;
}

.interactive-map .mapify-hover {
  fill: #ffeb00;
}

.interactive-map .overlay {
  display: none;
}

.mapify-holder {
  position: relative;
  display: inline-block;
  font-size: 0px;
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mapify-imgHolder {
  position: relative;
}

.mapify-imgHolder .mapify {
  max-width: 100%;
  height: auto;
}

.mapify-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.mapify-svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.mapify-polygon {
  transition: all 0.3s;
  fill: transparent;
  stroke: transparent;
  stroke-width: 0;
}

.mapify-popOver,
.mieter-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 310px;
  background: #fff;
  z-index: -1;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  opacity: 0;
}

.mapify-popOver.mapify-maybe-visible:hover {
  opacity: 1;
  z-index: 999;
}

.mapify-popOver.mapify-visible {
  z-index: 999;
}

.mapify-popOver .mapify-popOver-arrow {
  content: "";
  width: 15px;
  height: 15px;
  z-index: 3;
  margin-top: -3px;
  border-top: solid transparent 2px;
  border-left: solid transparent 2px;
  border-right: solid rgba(0, 0, 0, 0.15) 2px;
  border-bottom: solid rgba(0, 0, 0, 0.15) 2px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.mapify-popOver.mapify-bottom .mapify-popOver-arrow {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: -3px;
  border-bottom: solid transparent 2px;
  border-right: solid transparent 2px;
  border-top: solid rgba(0, 0, 0, 0.15) 2px;
  border-left: solid rgba(0, 0, 0, 0.15) 2px;
}

.mapify-popOver.mapify-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.filter-list {
  display: none;
}

.open .filter-list {
  display: block;
}

.map--wrapper,
.filter--wrapper {
  position: relative;
  padding-top: 100px;
}
.map--wrapper .historic-view,
.filter--wrapper .historic-view {
  display: none;
}
.map--wrapper.active-switch--alt .map--filter,
.map--wrapper.active-switch--alt .modern-view,
.filter--wrapper.active-switch--alt .map--filter,
.filter--wrapper.active-switch--alt .modern-view {
  display: none;
}
.map--wrapper.active-switch--alt .historic-view,
.filter--wrapper.active-switch--alt .historic-view {
  display: block;
}

.togglebox-btn {
  background-color: #fff;
  border: none;
  font-family: "Biryani", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
  cursor: pointer;
  text-transform: none;
  padding: 0.6em 0 0.4em 0.6em;
  position: relative;
  padding-left: 42px;
}
.togglebox-btn:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 3px;
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  top: 10px;
  left: 0;
}
.togglebox-btn span {
  font-weight: 600;
}

.map--filter,
.tile--filter {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  z-index: 999;
}
.map--filter.open .togglebox-btn:before,
.tile--filter.open .togglebox-btn:before {
  transform: rotate(-90deg);
  top: 7px;
}

@media (max-width: 768px) {
  .tile--filter {
    width: 100px;
    width: 10rem;
    text-align: right;
    z-index: 999;
  }
  .tile--filter .togglebox-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tile--filter .filter-list {
    text-align: left;
  }
}

.map--filter {
  top: 140px;
  z-index: 999;
}
@media (max-width: 992px) {
  .map--filter {
    top: 0;
  }
}
@media (max-width: 480px) {
  .map--filter {
    width: 100px;
    width: 10rem;
    text-align: right;
  }
  .map--filter .togglebox-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .map--filter .filter-list {
    text-align: left;
  }
}

.filterList--items,
.tileList--items {
  border-top: 3px solid #000;
  background-color: #fff;
  box-shadow: #00000020 5px 5px 15px;
}

.filterList--item,
.tileList--item {
  border-bottom: 3px solid #000;
  border-left: 3px solid black;
  border-right: 3px solid black;
  cursor: pointer;
  font-family: "Blender", Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 0 !important;
}
.filterList--item:hover, .filterList--item.active-category,
.tileList--item:hover,
.tileList--item.active-category {
  background-color: #000;
  color: #fff;
}
.filterList--item:first-of-type,
.tileList--item:first-of-type {
  margin-top: -1px;
}
.filterList--item:before,
.tileList--item:before {
  content: "" !important;
}

.flag-speicher {
  margin-top: -29px;
  left: 46.7796610169%;
  top: 13%;
}

.flag-theater,
.flag-maschinenhaus {
  margin-top: -29px;
  left: 42.3728813559%;
  top: 40.8472012103%;
}

.flag-lichtwerk {
  margin-top: -40px;
  left: 53.6440677966%;
  top: 40.8472012103%;
}

.flag-energiemuseum {
  margin-top: -41px;
  left: 64.5762711864%;
  top: 40.8472012103%;
}

.flag-stromwerk {
  margin-top: -41px;
  left: 71.6101694915%;
  top: 63%;
}

.flag-trafohalle {
  margin-top: -40px;
  left: 61.7796610169%;
  top: 68.532526475%;
}

.flag-schaltanlage {
  margin-top: -40px;
  left: 63.3898305085%;
  top: 74.2813918306%;
}

.flag-pforte {
  margin-top: -29px;
  left: 46.7796610169%;
  top: 66%;
}

.flag-villa {
  margin-top: -29px;
  left: 52.7966101695%;
  top: 66.1119515885%;
}

.flag-reaktanz {
  margin-top: -29px;
  left: 35.6779661017%;
  top: 66.5658093797%;
}

.flag-kunsthalle {
  margin-top: -41px;
  left: 27.1186440678%;
  top: 67.3222390318%;
}

.flag-heizzentrale {
  margin-top: -41px;
  left: 18.4745762712%;
  top: 62%;
}

.flag-intendanz {
  margin-top: -29px;
  left: 11.4406779661%;
  top: 65.5068078669%;
}

.map--switch {
  width: 250px;
  position: absolute;
  right: -35px;
  top: 0;
}
@media (max-width: 992px) {
  .map--switch {
    left: -15px;
    top: -20px;
    width: 150px;
  }
}
.map--switch .map--switch-wrapper {
  position: relative;
}
.map--switch #map-switch-button #heute #heute-bg-hover {
  display: none;
}
.map--switch #map-switch-button #heute #heute-active {
  display: none;
}
.map--switch #map-switch-button #heute.active #heute-active {
  display: block;
}
.map--switch #map-switch-button #heute.active #heute-inactive {
  display: none;
}
.map--switch #map-switch-button #heute.active:hover {
  cursor: auto;
}
.map--switch #map-switch-button #heute.active:hover #heute-bg-hover {
  display: none;
}
.map--switch #map-switch-button #heute:hover {
  cursor: pointer;
}
.map--switch #map-switch-button #heute:hover #heute-bg-hover {
  display: block;
}
.map--switch #map-switch-button #frueher #frueher-bg-hover {
  display: none;
}
.map--switch #map-switch-button #frueher #frueher-active {
  display: none;
}
.map--switch #map-switch-button #frueher.active #frueher-active {
  display: block;
}
.map--switch #map-switch-button #frueher.active #frueher-inactive {
  display: none;
}
.map--switch #map-switch-button #frueher.active:hover {
  cursor: auto;
}
.map--switch #map-switch-button #frueher.active:hover #frueher-bg-hover {
  display: none;
}
.map--switch #map-switch-button #frueher:hover {
  cursor: pointer;
}
.map--switch #map-switch-button #frueher:hover #frueher-bg-hover {
  display: block;
}
.map--switch #map-switch-cursor {
  width: 25px;
  position: absolute;
  top: 0;
  height: auto;
  left: unset;
  right: 0;
  z-index: 99999;
  display: none;
}
.map--switch #map-switch-cursor:after {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  display: block;
  background-color: green;
  left: 50%;
  top: 50%;
  border-radius: 100%;
}

#map--wrapper.animate .map--switch #map-switch-cursor {
  animation: cursorMovement 2.5s;
  display: block;
}

#map--wrapper.hide-cursor .map--switch #map-switch-cursor {
  display: none;
}

@keyframes cursorMovement {
  0% {
    transform: translate(-600px, 400px);
    width: 25px;
  }
  50% {
    transform: translate(-68px, 87px);
    width: 25px;
  }
  75% {
    transform: translate(-68px, 87px);
    width: 20px;
  }
  90% {
    transform: translate(-68px, 87px);
    width: 25px;
  }
  100% {
    transform: translate(-68px, 87px);
    width: 25px;
  }
}
@media (max-width: 768px) {
  .target:before {
    display: block;
    content: " ";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
  }

  .interactive-map .mieter-icon:after {
    content: attr(data-index);
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 3.5px;
    width: 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
  }

  .interactive-map .mieter-icon:hover .mieter-overlay {
    opacity: 0;
    display: none !important;
  }

  #mieter--overlay-wrapper {
    position: relative;
    z-index: 998;
  }

  #mieter--overlay-wrapper-linklist {
    margin-left: 0;
    padding-left: 0;
  }
  #mieter--overlay-wrapper-linklist li {
    list-style-type: none;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
  }
  #mieter--overlay-wrapper-linklist li a {
    display: flex;
  }
  #mieter--overlay-wrapper-linklist li a:hover {
    color: #000;
  }
  #mieter--overlay-wrapper-linklist li .mieter-overlay--listnumber {
    min-width: 28px;
    height: 28px;
    padding-top: 3px;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    margin-right: 10px;
    margin-right: 1rem;
  }

  .mieter-overlay--listitem a {
    background: none !important;
  }
  .mieter-overlay--listitem a .mieter-overlay--listtitle {
    flex: 1;
  }

  .mieter-overlay--listitem.hidden {
    display: none;
  }

  .active-switch--alt #mieter--overlay-wrapper {
    display: none;
  }

  .interactive-map .mieter-icon:hover {
    z-index: inherit;
  }
}
.contact-box {
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  max-width: 500px;
}
.contact-box .contact-box--header {
  background: linear-gradient(#fff 0%, #fff 50%, #E6E6E6 51%, #E6E6E6 100%);
  padding: 0 20px;
}
.contact-box .contact-box--content {
  background: #E6E6E6;
  padding: 20px;
}
.contact-box h3 {
  font-family: "Blender", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding: 5px 15px;
  margin: 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(to top left, transparent 50%, #000 50%, #000 calc(50% + 2px), #fff calc(50% + 2px)), linear-gradient(to bottom right, transparent 50%, #000 50%, #000 calc(50% + 2px), #fff calc(50% + 2px)), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 2px 100%, 2px 100%, 100% 2px, 100% 2px, 8px 8px, 8px 8px, 100% 100%, 100% 100%;
  background-position: 0 8px, 100% -8px, 8px 0%, -8px 100%, 100% 100%, 0% 0%, 8px -8px, -8px 8px;
  display: inline-block;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.contact-box .title {
  font-family: "Biryani", Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #4c4c4c;
}
.contact-box .address {
  margin-bottom: 8px;
}
.contact-box dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact-box dl dt {
  padding: 5px 15px 10px 0px;
  padding: 0.5rem 1.5rem 1rem 0rem;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 center;
  width: 15%;
}
.contact-box dl dt span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.contact-box dl dt.phone {
  background-image: url("./assets/contact-box/telefon.svg");
}
.contact-box dl dt.infos {
  width: 8%;
  background-image: url("./assets/contact-box/icon-infos.svg");
  background-size: 9px;
  background-position: 4px center;
}
.contact-box dl dt.tickets {
  width: 8%;
  background-image: url("./assets/contact-box/icon-ticket.svg");
}
.contact-box dl dt.fax {
  padding: 0;
}
.contact-box dl dt.mail {
  background-image: url("./assets/contact-box/mail.svg");
}
.contact-box dl dt.website {
  background-image: url("./assets/contact-box/web.svg");
}
.contact-box dl dt.facebook {
  background-image: url("./assets/contact-box/facebook.svg");
}
.contact-box dl dt.instagram {
  background-image: url("./assets/social/instagram.png");
}
.contact-box dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 8px 0;
  flex-grow: 1;
  width: 85%;
}
.contact-box dl dd a:before {
  display: none;
}

/* Responsive */
@media only screen and (max-width: 1200px) {
  .submit-btn-lt-wrapper {
    visibility: visible;
    left: 40%;
  }

  .submit-btn-lt-wrapper input[type=submit] {
    visibility: visible;
    border: 0px none;
    background-color: #FFEB00;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 20px 10px 0px;
  }

  .input-txt-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .input-field input[type=text],
.input-field input[type=email] {
    width: 70% !important;
  }

  select {
    width: 70% !important;
  }

  .date-picker {
    width: 70% !important;
  }

  .time-range {
    width: 33% !important;
  }
}
@media only screen and (max-width: 640px) {
  .time-range {
    width: 32% !important;
  }
}
@media only screen and (max-width: 600px) {
  .submit-btn-lt-wrapper {
    visibility: visible;
    left: 40%;
  }
}
input[type=text],
input[type=email],
textarea {
  border: none;
  border-bottom: 3px solid #000;
  padding: 4px 8px;
  border-radius: 0;
}

/* Main */
.kwm-contact-form-size {
  max-width: 1600px;
}

.kwm-contact-form {
  margin-bottom: 40px;
  padding-top: 20px;
}

.cl-left {
  width: 20%;
}

.cl-right {
  width: 45%;
}

/* Inputs */
.input-txt-wrapper {
  background-color: lightgray;
  color: #000;
  border-bottom-color: #000;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  max-width: 580%;
  border: solid 1px black;
  margin-bottom: 120px;
}

.input-txt-wrapper .cl-right {
  width: unset;
}

.input-field input[type=text],
.input-field input[type=email],
textarea {
  border: none;
  border-bottom: 3px solid #000;
  padding: 4px 8px;
  border-radius: 0;
}

.wpc7-form-control-wrap,
.wpcf7-form-control,
.wpcf7-acceptance,
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-response-output {
  margin-bottom: 10px;
}

.wpc7-not-valid-tip {
  margin-bottom: 10px;
}

/*DSGVO*/
/* Submit Button */
.submit-btn-wrapper {
  border: transparent;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  flex-grow: 1;
}

.submit-btn-wrapper input[type=submit] {
  float: left;
}

.submit-btn-wrapper input[type=submit]:focus,
.submit-btn-wrapper input[type=submit]:hover {
  border-bottom: 3px solid black;
}

.submit-btn-lt-wrapper {
  display: none;
}

.submit-btn-wrapper input[type=submit] {
  border: 0 solid transparent;
  border-bottom: 3px solid transparent;
  background-color: #FFEB00;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
}

.submit-btn-wrapper input[type=submit]:hover {
  cursor: pointer;
  background-color: #CCBC00;
}

.submit-btn-lt-wrapper input[type=submit]:hover {
  cursor: pointer;
  background-color: #CCBC00;
}

/* self generated classes */
.wrapper-company,
.wrapper-name,
.wrapper-phone-number,
.wrapper-email,
.wrapper-duration,
.wrapper-start-end,
.wrapper-people,
.wrapper-catering,
.wrapper-technik,
.wrapper-chairs,
.wrapper-notes {
  flex: 1;
}

.wrapper-occasion {
  flex: 1 20rem;
}

.wrapper-day {
  flex: 1 -10px;
}

/*---*/
.flex {
  display: flex;
}

.label-location {
  width: 9.5%;
}

.label-occasion {
  width: 10%;
}

.input-occasion {
  left: 3.6rem;
}

.label-day {
  padding-right: 3rem;
}

.label-duration {
  width: 9rem;
}

.field-duration,
.input-duration {
  width: 100%;
  top: 0;
}

.field-location {
  width: 80%;
}

[data-name=technical-requirements] .wpcf7-list-item-label {
  position: relative;
  font-size: 16px;
  padding-right: 40px;
  bottom: 4px;
}

[data-name=technical-requirements] input,
[data-name=dsvgo-checkbox] input {
  height: 20px;
  width: 20px;
}

.text-wrapper-data-security {
  display: flex;
  position: relative;
  width: 100%;
  margin-left: 1.5em;
}
.text-wrapper-data-security p {
  padding-left: 20px;
}

.text-wrapper-label-required-info {
  position: relative;
}

.wpcf7-form-control-wrap[data-name=dsvgo-checkbox] {
  display: flex;
  align-items: flex-start;
}

.wpcf7-form-control-wrap[data-name=dsvgo-checkbox] label {
  display: flex;
  align-items: flex-start;
}

.wpcf7-form-control-wrap[data-name=dsvgo-checkbox] input {
  margin-right: 20px;
  /* Abstand zwischen Checkbox und Text */
}

.wpcf7-form-control-wrap[data-name=dsvgo-checkbox] .wpcf7-list-item-label {
  max-width: 800px;
  word-wrap: break-word;
  /* Umbrüche in langen Wörtern */
}

.wrapper-submit-button .wpcf7-form-control {
  position: relative;
  font-size: 18px !important;
  font-weight: bold !important;
}

.align-inline {
  position: relative;
  left: 1.5rem;
  padding-top: 30px;
}

/* self generated media querys */
@media screen and (max-width: 1200px) {
  .input-occasion {
    left: 0px;
  }
}
@media screen and (max-width: 1280px) {
  .flex {
    display: contents;
  }

  .field-location {
    width: 100%;
  }

  .input-occasion {
    left: 0px;
  }

  .text-wrapper-data-security {
    width: 100%;
  }
}
@media screen and (max-width: 411px) {
  .text-wrapper-data-security {
    width: 100%;
  }

  .text-wrapper-label-required-info {
    width: 100px;
  }
}
@media screen and (max-width: 1270px) {
  .option-technicalstaff {
    margin-left: 4em;
  }
}
@media screen and (max-width: 705px) {
  .option-display {
    margin-left: 4em;
  }
}
@media screen and (max-width: 417px) {
  .option-stereosystem {
    margin-left: 4em;
  }
}
.resize-mini-web {
  width: 150px;
}

.resize-mini-web-start-end {
  width: 90px;
}

.wrapper-submit {
  display: block;
}

.box-standart-info {
  border: 1px solid black;
  background-color: lightgrey;
}

.box-occasion-info {
  border: 1px solid black;
  margin-top: 20px;
  background-color: lightgrey;
}

.box-technical-requirements {
  border: 1px solid black;
  margin-top: 20px;
  background-color: lightgrey;
}

.section-notes {
  border: 1px solid black;
  margin-top: 20px;
  background-color: lightgrey;
}

/*** Allgemeine Daten! ****/
.box-standart-info .wpcf7-text,
.box-occasion-info .wpcf7-text {
  margin-left: 4em;
}

.headline-section {
  display: flex;
}
.headline-section .headline-standart-info {
  margin-left: 2.2em;
  margin-top: 1em;
}

.billing-section {
  display: flex;
}
.billing-section .billing-headline {
  margin-left: 4em;
}

.label-location {
  width: 110px;
}

.label-occasion {
  width: 125px;
}

.left {
  margin-left: 4em;
  margin-bottom: 0.5em;
}

select {
  margin: 50px;
  width: 32em;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #CCC;
  height: 35px;
  border-bottom: solid 3px black;
}

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

@media screen and (min-width: 0\0 ) {
  select {
    background: none\9 ;
    padding: 5px\9 ;
  }
}
.kwm-contact-form-size .wpcf7-text {
  width: 32em;
}

.bottom-distance {
  margin-bottom: 0.5em;
}

.time-range {
  width: 14em;
}

#identifier-field-notes {
  border: solid 2px black;
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

[data-name=catering] input {
  position: absolute;
  left: -99999px;
}

[data-name=catering] input:checked + .wpcf7-list-item-label {
  background-color: grey;
}

[data-name=catering] input:checked + .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 0.4375em black;
}

[data-name=catering] .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
  width: 18em;
}
[data-name=catering] .wpcf7-list-item-label:hover {
  background-color: grey;
}
[data-name=catering] .wpcf7-list-item-label:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em black;
}

.notes-area {
  width: 80.5%;
}

.headline-billing-adress {
  padding-left: 4em;
}

.date-picker {
  width: 32em;
  border: none !important;
  border-bottom: 3px solid black !important;
  padding: 4px 8px !important;
  border-radius: 0 !important;
}

.datepicker-info-section {
  font-weight: 400 !important;
}

/* 
hier kann ich die generelle Größe der kompletten section
*/
body:not(.home) main .entry-content {
  max-width: 1500px;
}

/*
änderungen an den Fehlermeldungen die auf der Webseite ausgegeben werden 
wenn zu Beispiel die Pflichtfelder nicht
ausgefüllt wurden 
*/
[data-name=company] .wpcf7-not-valid-tip,
[data-name=contact-person] .wpcf7-not-valid-tip,
[data-name=street-number] .wpcf7-not-valid-tip,
[data-name=location] .wpcf7-not-valid-tip,
[data-name=phone] .wpcf7-not-valid-tip,
[data-name=mail] .wpcf7-not-valid-tip,
[data-name=amount-people] .wpcf7-not-valid-tip {
  margin-left: 4em;
}

.block-rooms {
  display: flex;
  flex-wrap: wrap;
  min-height: 300px;
}

.block-rooms--item {
  display: grid;
  grid-template-rows: 1fr;
  width: 33.333%;
  flex-basis: 33.333%;
  padding: 0 40px 0 0;
  height: auto;
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms, width 0ms 0ms;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .block-rooms--item {
    margin-bottom: 10px;
  }
}
.block-rooms--item .block-rooms--item-eyecatcher {
  position: absolute;
  right: -30px;
  top: 10px;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: 2px 100%, 2px 100%, 100% 2px, 100% 2px, 2px 100%, 100% 2px, 4px 4px, 4px 4px, 4px 4px, 100% 100%, 100% 100%;
  background-position: 0% 4px, 100% -4px, 4px 0%, -4px 100%, 4px -4px, 4px calc(100% - 4px), 100% 100%, 0% 0%, 2px calc(100% - 2px), 4px -4px, -4px 4px;
  padding: 5px 20px;
  font-family: "Blender", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 768px) {
  .block-rooms--item .block-rooms--item-eyecatcher {
    font-size: 24px;
    right: -20px;
  }
}
@media (max-width: 480px) {
  .block-rooms--item .block-rooms--item-eyecatcher {
    font-size: 24px;
    right: 10px;
  }
}
.block-rooms--item .section--pic {
  position: relative;
}
.block-rooms--item img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .block-rooms--item h3 {
    min-height: 35px;
    min-height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .block-rooms--item h3 {
    min-height: auto;
  }
}
.block-rooms--item.hidden {
  overflow: hidden;
  /* Hide the element content, while height = 0 */
  height: 0;
  width: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms, width 0ms 0ms;
  flex-basis: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .block-rooms--item {
    width: 50%;
    flex-basis: 50%;
  }
  .block-rooms--item h3 {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .block-rooms--item {
    width: 100%;
    flex-basis: 100%;
    padding: 0 0;
  }
}
.block-rooms--item ul {
  margin-bottom: 0 !important;
}

.interactive-map {
  position: relative;
  margin-bottom: 20px;
  width: 1150px;
  max-width: 100%;
}
@media (max-width: 480px) {
  .interactive-map {
    max-width: 140%;
    margin-left: -50px;
  }
}

.interactive-map .icon {
  position: absolute;
  z-index: 1;
}

.interactive-map .rooms-icon {
  position: absolute;
  z-index: 998;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: height 0ms 0ms, opacity 600ms 0ms, width 0ms 0ms;
  color: #000;
  border: none;
  padding: 0;
}
.interactive-map .rooms-icon:active, .interactive-map .rooms-icon:focus, .interactive-map .rooms-icon:visited {
  color: #000;
}
@media (max-width: 992px) {
  .interactive-map .rooms-icon {
    width: 20px;
    height: 20px;
  }
}
.interactive-map .rooms-icon.hidden {
  overflow: hidden;
  /* Hide the element content, while height = 0 */
  height: 0;
  width: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms, width 0ms 0ms;
}
.interactive-map .rooms-icon .rooms-overlay {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 25px;
  color: #000;
  text-align: left;
  font-size: 13px;
  width: 0;
}
.interactive-map .rooms-icon .rooms-overlay:before {
  background: url("./assets/lageplan/pfeil-nach-oben.svg") top left no-repeat transparent;
  width: 31px;
  height: 24px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -10px;
}
.interactive-map .rooms-icon .rooms-overlay .overlay--title {
  opacity: 0;
  text-transform: uppercase;
}
.interactive-map .rooms-icon .rooms-overlay .overlay--link {
  font-family: "Biryani", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.3px;
  padding-right: 2px;
}
.interactive-map .rooms-icon .rooms-overlay .overlay--link:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 0;
  margin-right: 5px;
  margin-left: -4px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .interactive-map .rooms-icon:hover, .interactive-map .rooms-icon:focus {
    z-index: 1000;
  }
  .interactive-map .rooms-icon:hover .rooms-overlay, .interactive-map .rooms-icon:focus .rooms-overlay {
    opacity: 1;
    display: block;
    width: 310px;
    z-index: 99999;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #000;
  }
  .interactive-map .rooms-icon:hover .rooms-overlay .overlay--title, .interactive-map .rooms-icon:focus .rooms-overlay .overlay--title {
    opacity: 1;
  }
}

.interactive-map .icon span {
  text-indent: 100%;
  overflow: hidden;
  padding: 0;
  border-left: 2px solid #000;
  padding-bottom: 15px;
  margin: 0;
  display: block;
  background: none !important;
}
.interactive-map .icon span img {
  display: block;
}

.interactive-map .mapify-svg {
  z-index: -3;
}

.interactive-map .mapify-popOver {
  text-align: left;
  font-size: 15px;
}
@media (max-width: 480px) {
  .interactive-map .mapify-popOver {
    margin-left: 0 !important;
    left: 50px !important;
    max-width: calc(100% - 130px) !important;
    width: calc(100% - 130px) !important;
  }
}

.interactive-map .mapify-popOver img {
  margin-bottom: 6px;
}

.interactive-map .mapify-popOver ul:last-child {
  margin-bottom: 0;
}

.interactive-map .mapify-popOver .mapify-popOver-arrow {
  background: url("./assets/lageplan/pfeil-nach-unten.svg") top left no-repeat transparent;
  width: 31px;
  height: 24px;
  background-size: 100% 100%;
  margin-left: -17px !important;
  margin-top: -11px;
  border: none;
  z-index: 1;
}

.interactive-map .mapify-popOver.mapify-bottom .mapify-popOver-arrow {
  right: auto;
  background: url("./assets/lageplan/pfeil-nach-oben.svg") top left no-repeat transparent;
  width: 31px;
  height: 24px;
  background-size: 100% 100%;
  margin-bottom: -11px;
  margin-top: 0;
}

.interactive-map .mapify-popOver-content {
  background-color: #fff;
  border: 3px solid #000;
  padding: 20px;
  font-size: 13px;
  position: relative;
}

.interactive-map .mapify-popOver-content p:last-child {
  margin-bottom: 0;
}

.interactive-map .mapify-hover {
  fill: #ffeb00;
}

.interactive-map .overlay {
  display: none;
}

.mapify-holder {
  position: relative;
  display: inline-block;
  font-size: 0px;
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mapify-imgHolder {
  position: relative;
}

.mapify-imgHolder .mapify {
  max-width: 100%;
  height: auto;
}

.mapify-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.mapify-svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.mapify-polygon {
  transition: all 0.3s;
  fill: transparent;
  stroke: transparent;
  stroke-width: 0;
}

.mapify-popOver,
.rooms-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 310px;
  background: #fff;
  z-index: -1;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  opacity: 0;
}

.mapify-popOver.mapify-maybe-visible:hover {
  opacity: 1;
  z-index: 999;
}

.mapify-popOver.mapify-visible {
  z-index: 999;
}

.mapify-popOver .mapify-popOver-arrow {
  content: "";
  width: 15px;
  height: 15px;
  z-index: 3;
  margin-top: -3px;
  border-top: solid transparent 2px;
  border-left: solid transparent 2px;
  border-right: solid rgba(0, 0, 0, 0.15) 2px;
  border-bottom: solid rgba(0, 0, 0, 0.15) 2px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.mapify-popOver.mapify-bottom .mapify-popOver-arrow {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: -3px;
  border-bottom: solid transparent 2px;
  border-right: solid transparent 2px;
  border-top: solid rgba(0, 0, 0, 0.15) 2px;
  border-left: solid rgba(0, 0, 0, 0.15) 2px;
}

.mapify-popOver.mapify-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.filter-list {
  display: none;
}

.open .filter-list {
  display: block;
}

.map--wrapper,
.filter--wrapper {
  position: relative;
  padding-top: 100px;
}
.map--wrapper .historic-view,
.filter--wrapper .historic-view {
  display: none;
}
.map--wrapper.active-switch--alt .map--filter,
.map--wrapper.active-switch--alt .modern-view,
.filter--wrapper.active-switch--alt .map--filter,
.filter--wrapper.active-switch--alt .modern-view {
  display: none;
}
.map--wrapper.active-switch--alt .historic-view,
.filter--wrapper.active-switch--alt .historic-view {
  display: block;
}

.togglebox-btn {
  background-color: #fff;
  border: none;
  font-family: "Biryani", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
  cursor: pointer;
  text-transform: none;
  padding: 0.6em 0 0.4em 0.6em;
  position: relative;
  padding-left: 42px;
}
.togglebox-btn:before {
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 3px;
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  top: 10px;
  left: 0;
}
.togglebox-btn span {
  font-weight: 600;
}

.map--filter,
.tile--filter {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  z-index: 999;
}
.map--filter.open .togglebox-btn:before,
.tile--filter.open .togglebox-btn:before {
  transform: rotate(-90deg);
  top: 7px;
}

@media (max-width: 768px) {
  .tile--filter {
    width: 100px;
    width: 10rem;
    text-align: right;
    z-index: 999;
  }
  .tile--filter .togglebox-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tile--filter .filter-list {
    text-align: left;
  }
}

.map--filter {
  top: 140px;
  z-index: 999;
}
@media (max-width: 992px) {
  .map--filter {
    top: 0;
  }
}
@media (max-width: 480px) {
  .map--filter {
    width: 100px;
    width: 10rem;
    text-align: right;
  }
  .map--filter .togglebox-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .map--filter .filter-list {
    text-align: left;
  }
}

.filterList--items,
.tileList--items {
  border-top: 3px solid #000;
  background-color: #fff;
  box-shadow: #00000020 5px 5px 15px;
}

.filterList--item,
.tileList--item {
  border-bottom: 3px solid #000;
  border-left: 3px solid black;
  border-right: 3px solid black;
  cursor: pointer;
  font-family: "Blender", Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 0 !important;
}
.filterList--item:hover, .filterList--item.active-category,
.tileList--item:hover,
.tileList--item.active-category {
  background-color: #000;
  color: #fff;
}
.filterList--item:first-of-type,
.tileList--item:first-of-type {
  margin-top: -1px;
}
.filterList--item:before,
.tileList--item:before {
  content: "" !important;
}

.flag-speicher {
  margin-top: -29px;
  left: 46.7796610169%;
  top: 13%;
}

.flag-theater,
.flag-maschinenhaus {
  margin-top: -29px;
  left: 42.3728813559%;
  top: 40.8472012103%;
}

.flag-lichtwerk {
  margin-top: -40px;
  left: 53.6440677966%;
  top: 40.8472012103%;
}

.flag-energiemuseum {
  margin-top: -41px;
  left: 64.5762711864%;
  top: 40.8472012103%;
}

.flag-stromwerk {
  margin-top: -41px;
  left: 71.6101694915%;
  top: 63%;
}

.flag-trafohalle {
  margin-top: -40px;
  left: 61.7796610169%;
  top: 68.532526475%;
}

.flag-schaltanlage {
  margin-top: -40px;
  left: 63.3898305085%;
  top: 74.2813918306%;
}

.flag-pforte {
  margin-top: -29px;
  left: 46.7796610169%;
  top: 66%;
}

.flag-villa {
  margin-top: -29px;
  left: 52.7966101695%;
  top: 66.1119515885%;
}

.flag-reaktanz {
  margin-top: -29px;
  left: 35.6779661017%;
  top: 66.5658093797%;
}

.flag-kunsthalle {
  margin-top: -41px;
  left: 27.1186440678%;
  top: 67.3222390318%;
}

.flag-heizzentrale {
  margin-top: -41px;
  left: 18.4745762712%;
  top: 62%;
}

.flag-intendanz {
  margin-top: -29px;
  left: 11.4406779661%;
  top: 65.5068078669%;
}

.map--switch {
  width: 250px;
  position: absolute;
  right: -35px;
  top: 0;
}
@media (max-width: 992px) {
  .map--switch {
    left: -15px;
    top: -20px;
    width: 150px;
  }
}
.map--switch .map--switch-wrapper {
  position: relative;
}
.map--switch #map-switch-button #heute #heute-bg-hover {
  display: none;
}
.map--switch #map-switch-button #heute #heute-active {
  display: none;
}
.map--switch #map-switch-button #heute.active #heute-active {
  display: block;
}
.map--switch #map-switch-button #heute.active #heute-inactive {
  display: none;
}
.map--switch #map-switch-button #heute.active:hover {
  cursor: auto;
}
.map--switch #map-switch-button #heute.active:hover #heute-bg-hover {
  display: none;
}
.map--switch #map-switch-button #heute:hover {
  cursor: pointer;
}
.map--switch #map-switch-button #heute:hover #heute-bg-hover {
  display: block;
}
.map--switch #map-switch-button #frueher #frueher-bg-hover {
  display: none;
}
.map--switch #map-switch-button #frueher #frueher-active {
  display: none;
}
.map--switch #map-switch-button #frueher.active #frueher-active {
  display: block;
}
.map--switch #map-switch-button #frueher.active #frueher-inactive {
  display: none;
}
.map--switch #map-switch-button #frueher.active:hover {
  cursor: auto;
}
.map--switch #map-switch-button #frueher.active:hover #frueher-bg-hover {
  display: none;
}
.map--switch #map-switch-button #frueher:hover {
  cursor: pointer;
}
.map--switch #map-switch-button #frueher:hover #frueher-bg-hover {
  display: block;
}
.map--switch #map-switch-cursor {
  width: 25px;
  position: absolute;
  top: 0;
  height: auto;
  left: unset;
  right: 0;
  z-index: 99999;
  display: none;
}
.map--switch #map-switch-cursor:after {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  display: block;
  background-color: green;
  left: 50%;
  top: 50%;
  border-radius: 100%;
}

#map--wrapper.animate .map--switch #map-switch-cursor {
  animation: cursorMovement 2.5s;
  display: block;
}

#map--wrapper.hide-cursor .map--switch #map-switch-cursor {
  display: none;
}

@keyframes cursorMovement {
  0% {
    transform: translate(-600px, 400px);
    width: 25px;
  }
  50% {
    transform: translate(-68px, 87px);
    width: 25px;
  }
  75% {
    transform: translate(-68px, 87px);
    width: 20px;
  }
  90% {
    transform: translate(-68px, 87px);
    width: 25px;
  }
  100% {
    transform: translate(-68px, 87px);
    width: 25px;
  }
}
@media (max-width: 768px) {
  .target:before {
    display: block;
    content: " ";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
  }

  .interactive-map .rooms-icon:after {
    content: attr(data-index);
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 3.5px;
    width: 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
  }

  .interactive-map .rooms-icon:hover .rooms-overlay {
    opacity: 0;
    display: none !important;
  }

  #rooms--overlay-wrapper {
    position: relative;
    z-index: 998;
  }

  #rooms--overlay-wrapper-linklist {
    margin-left: 0;
    padding-left: 0;
  }
  #rooms--overlay-wrapper-linklist li {
    list-style-type: none;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
  }
  #rooms--overlay-wrapper-linklist li a {
    display: flex;
  }
  #rooms--overlay-wrapper-linklist li a:hover {
    color: #000;
  }
  #rooms--overlay-wrapper-linklist li .rooms-overlay--listnumber {
    min-width: 28px;
    height: 28px;
    padding-top: 3px;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    margin-right: 10px;
    margin-right: 1rem;
  }

  .rooms-overlay--listitem a {
    background: none !important;
  }
  .rooms-overlay--listitem a .rooms-overlay--listtitle {
    flex: 1;
  }

  .rooms-overlay--listitem.hidden {
    display: none;
  }

  .active-switch--alt #rooms--overlay-wrapper {
    display: none;
  }

  .interactive-map .rooms-icon:hover {
    z-index: inherit;
  }
}
.cookie-info {
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
  display: none;
  padding: 20px;
  position: fixed;
  bottom: 0;
  max-height: 500px;
  min-height: 250px;
  width: 100%;
  z-index: 99999;
}
@media screen and (min-width: 881px) {
  .cookie-info {
    height: 250px;
    max-height: 250px;
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  .cookie-info {
    font-size: 11px;
  }
}
@media screen and (max-width: 500px) {
  .cookie-info {
    height: auto;
    max-height: 100%;
    padding: 0;
  }
  .cookie-info p {
    min-width: 250px;
  }
}
.cookie-info p a {
  color: #fff;
  text-decoration: underline;
  background: none;
}
.cookie-info p a .icon {
  display: none;
}
.cookie-info .form-group {
  float: none;
  width: auto;
}
.cookie-info .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  /*
  .btn-group,
  .grid {
    .no-js &,
    .no-cookies & {
      display: none;
    }
  }
  */
}
.cookie-info .inner-wrapper > p {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .cookie-info .inner-wrapper > p {
    margin-left: 0;
    font-size: 11px;
  }
}
.cookie-info .inner-wrapper .btn-group, .cookie-info .inner-wrapper > .grid {
  flex: 1;
  margin-top: 0;
  margin-right: 10px;
}
.cookie-info .inner-wrapper .btn-group button, .cookie-info .inner-wrapper > .grid button {
  margin-left: 20px;
  margin-bottom: 5px;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 4px 10px;
  font-size: 16px;
  border-radius: 3px;
}
@media screen and (max-width: 400px) {
  .cookie-info .inner-wrapper .btn-group button, .cookie-info .inner-wrapper > .grid button {
    font-size: 14px;
    margin-left: 0;
  }
}
.cookie-info .inner-wrapper label {
  color: #fff;
  width: auto;
  padding: 0 10px 0 0;
}
.cookie-info .inner-wrapper .link link--icon {
  color: #fff;
}
.cookie-info .inner-wrapper .btn-text {
  color: #000;
}
.cookie-info .inner-wrapper .btn-group {
  margin-top: 2rem;
}
.cookie-info .inner-wrapper .btn-group .inner-wrapper > :last-child {
  margin-bottom: 0;
}
.cookie-info .inner-wrapper .cookie-choices-info {
  background: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.cookie-info .inner-wrapper .cookie-choices-info .cookie-choices-inner {
  padding-right: 40px;
  padding-right: 4rem;
  position: relative;
}
.cookie-info .inner-wrapper .cookie-choices-info .cookie-choices-buttons {
  margin-left: 10px;
  margin-left: 1rem;
}
.cookie-info .inner-wrapper .cookie-choices-info a.cookie-choices-button {
  background: none;
  color: #fff;
  text-decoration: underline;
}
.cookie-info .inner-wrapper fieldset {
  border: none;
  padding: 0;
  display: flex;
}

.slider {
  position: relative;
}

.slider:after {
  content: "";
  position: absolute;
  top: -4px;
  top: -0.25rem;
  right: -4px;
  right: -0.25rem;
  bottom: -4px;
  bottom: -0.25rem;
  left: -4px;
  left: -0.25rem;
  border: 4px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider:focus {
  outline: 1px solid transparent;
}

.slider:-moz-focusring {
  border: none;
}

[data-wi=keyboard] .slider:focus:after {
  border-color: #2b6b8f;
}

.slider.slider__dots-top:not(.slider__controls-top) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider.slider__autoplay.slider__play-outer-top:not(.slider__dots-top):not(.slider__controls-top) {
  padding-top: 44px;
  padding-top: 2.75rem;
}

.slider.slider__autoplay.slider__play-outer-bottom.slider__dots-top:not(.slider__controls-bottom) {
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}

.slider--title,
.slider--description,
.slider--live-region {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.slider--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider__dots-top:not(.slider__controls-top) .slider--inner {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.slider--wrapper {
  width: 100%;
  margin: 0 60px;
  z-index: 2;
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

[class*=slider__controls-top] .slider--wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.slider--items {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  list-style: none;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide:before {
  display: none !important;
}

.slider--items .col {
  padding: 0 20px;
}

.slider--items:not(.grid) {
  margin: 0;
}

.slider__draggable .slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.slider__dragging .slide {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slider__dragging .slide > * {
  pointer-events: none;
}

.slider__keep-shadows .slide > * {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider--controls {
  position: absolute;
  top: calc(50% + 130px - 27.5px);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 12px;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.slider--control.slider--control__left, .slider--control.slider--control__right {
  background-image: url("./assets/slider/arrow.svg") !important;
  height: 55px;
  background-repeat: no-repeat !important;
  width: 45px;
  padding: 0;
  background: transparent;
  border: none;
}
.slider--control.slider--control__left:hover, .slider--control.slider--control__right:hover {
  cursor: pointer;
}

.slider--control.slider--control__right {
  transform: rotate(180deg) !important;
}

.slider--details .slider--controls {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

[class*=slider__controls-top] .slider--controls {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  left: auto;
  -webkit-transform: none;
  transform: none;
  height: auto;
  padding: 0;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.slider__controls-top-left .slider--controls,
.slider__controls-top-right .slider--controls,
.slider__controls-bottom-left .slider--controls,
.slider__controls-bottom-right .slider--controls {
  width: auto;
}

.slider__controls-top-right .slider--controls,
.slider__controls-bottom-right .slider--controls {
  margin-left: auto;
}

.slider__hide-controls .slider--controls {
  display: none;
}

.slider--count {
  padding: 0 24px;
  padding: 0 1.5rem;
  text-align: center;
}

.slider--control {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  font-size: 32px;
  font-size: 2rem;
}

.slider--control__left {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.slider--control__right {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.slider--play {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  font-size: 24px;
  font-size: 1.5rem;
  z-index: 1;
}

.slider--play .icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider--play .icon:last-child {
  opacity: 0;
  -webkit-transform: rotate(-270deg) scale(0.5);
  transform: rotate(-270deg) scale(0.5);
}

.slider--play.slider--play__playing .icon:first-child {
  opacity: 0;
  -webkit-transform: rotate(270deg) scale(0.5);
  transform: rotate(270deg) scale(0.5);
}

.slider--play.slider--play__playing .icon:last-child {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.slider--inner .slider--play {
  position: absolute;
  bottom: 12px;
  bottom: 0.75rem;
  right: 12px;
  right: 0.75rem;
}

.slider__controls-bottom:not(.slider--play-top) .slider--inner .slider--play {
  bottom: 68px;
  bottom: 4.25rem;
}

.slider__play-top:not(.slider__controls-top) .slider--inner .slider--play {
  top: 12px;
  top: 0.75rem;
  bottom: auto;
}

.slider__play-outer-top.slider__dots-top:not(.slider__controls-top) .slider--inner .slider--play {
  bottom: auto;
  top: -39px;
  top: -2.4375rem;
  right: 0;
}

.slider__play-outer-top:not(.slider__dots-top):not(.slider__controls-top) .slider--inner .slider--play {
  bottom: auto;
  top: -39px;
  top: -2.4375rem;
  right: 0;
}

.slider__play-outer-bottom:not(.slider__dots-top):not(.slider__controls-bottom) .slider--inner .slider--play {
  bottom: -39px;
  bottom: -2.4375rem;
  right: 0;
}

.slider__play-outer-bottom.slider__dots-top:not(.slider__controls-bottom) .slider--inner .slider--play {
  bottom: -39px;
  bottom: -2.4375rem;
  right: 0;
}

.slider__hide-controls .slider--play,
.slider:not(.slider__autoplay) .slider--play {
  display: none;
}

.slider--dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  pointer-events: none;
}

.slider__hide-controls .slider--dots {
  display: none;
}

.slider:not(.slider__dots-top):not(.slider__controls-bottom) .slider--dots {
  padding-top: 8px;
  padding-top: 0.5rem;
  min-height: 40px;
  min-height: 2.5rem;
}

.slider__controls-bottom:not(.slider__dots-top) .slider--dots {
  position: absolute;
  bottom: 6px;
}

.slider__dots-top:not(.slider__controls-top) .slider--dots {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  min-height: 40px;
  min-height: 2.5rem;
}

.slider__dots-top.slider__controls-top .slider--dots {
  position: absolute;
  top: 9px;
}

.slider--dot {
  position: relative;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: all;
}

.slider--dot:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #949494;
  -webkit-transition: background-color 0.4s ease, width 0.2s ease, height 0.2s ease;
  transition: background-color 0.4s ease, width 0.2s ease, height 0.2s ease;
  border: none;
}

.slider--dot:hover:before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}

.slider--dot__active:before,
.slider--dot__active:hover:before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #2b6b8f;
}

.teaser-slider .slide {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  min-width: 33.33333%;
}
@media (max-width: 992px) {
  .teaser-slider .slide {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 650px) {
  .teaser-slider .slide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .slider--control.slider--control__left, .slider--control.slider--control__right {
    height: 25px;
    width: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .slider--controls {
    padding: 0;
  }

  .slider--wrapper {
    margin: 0 20px;
  }

  .slider--items .col {
    padding: 0 10px;
  }

  body.home .teaser {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .slider--control.slider--control__left, .slider--control.slider--control__right {
    height: 20px;
    width: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .slider--wrapper {
    margin: 0;
  }

  .slider--items {
    margin-bottom: 0 !important;
  }

  [class*=slider__controls-bottom] .slider--controls {
    position: absolute;
    top: 30px;
    height: auto;
    width: calc(100% + 60px);
    left: -30px;
  }

  .slider--items .col {
    padding: 0;
  }

  body.home .teaser {
    margin-bottom: 0;
    margin-top: 0;
  }

  .slider-wirsindhier .contentslider-link {
    margin-bottom: 70px;
  }
  .slider-wirsindhier .slick-dots {
    width: 100%;
  }
}
.error404 p {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.event .filter {
  background-image: radial-gradient(circle at 0 0, #fbed51, #fbaf3f, #ff6457, #fc91eb, #68adfa, #46eb82);
  padding: 16px 40px;
}
@media (max-width: 768px) {
  .event .filter {
    margin: 0 -40px;
    padding: 6px 20px;
  }
}
@media (max-width: 480px) {
  .event .filter {
    margin: 0 -20px;
  }
}
.event .filter .filter--form {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
@media (max-width: 1100px) {
  .event .filter .filter--form {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .event .filter .filter--form {
    display: block;
    overflow: hidden;
  }
}
.event .filter .filter--form > * {
  margin-bottom: 16px;
  gap: 16px;
  display: flex;
}
@media (min-width: 768px) {
  .event .filter .filter--form > * {
    align-items: flex-end;
    height: auto;
    margin: 0;
    width: 100%;
  }
}
.event .filter .filter--form > * input {
  height: 44px;
  border: 2px solid #000;
  width: 100%;
  font-family: "Biryani";
  padding-left: 12px;
  padding-top: 7px;
  outline: 0px solid transparent;
}
.event .filter .filter--form #datepicker {
  width: 400px;
  height: auto;
  padding-top: 0;
  margin-right: 16px;
  display: flex;
  gap: 16px;
}
.event .filter .filter--form #datepicker label {
  display: block;
}
@media (max-width: 768px) {
  .event .filter .filter--form #datepicker label {
    width: 50px;
    padding-top: 10px;
  }
}
.event .filter .filter--form #datepicker .datepicker--wrapper {
  height: 44px;
}
@media (max-width: 768px) {
  .event .filter .filter--form #datepicker {
    height: auto;
    margin: 0;
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    gap: 16px;
  }
  .event .filter .filter--form #datepicker .datepicker--wrapper {
    margin-bottom: 12px;
  }
}
.event .filter .filter--form #datepicker .datepicker {
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .event .filter .filter--form #datepicker .datepicker {
    min-width: 100%;
    max-width: 100%;
  }
}
.event .filter .filter--form .search-field {
  gap: 0;
  min-width: 150px;
  flex-grow: 1;
  display: flex;
}
@media (max-width: 768px) {
  .event .filter .filter--form .search-field {
    display: flex;
    width: calc(100% - 60px);
  }
}
@media (min-width: 1340px) {
  .event .filter .filter--form .search-field {
    width: 60%;
  }
}
.event .filter select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 8px 2px 2px 12px;
  margin: 0;
  width: 100%;
  font-family: "Biryani";
  font-size: 16px;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  border-radius: 0;
  height: 100%;
  margin-right: -44px;
  padding-right: 44px;
  outline: none;
}
.event .filter select::-ms-expand {
  display: none;
}
.event .filter .select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  background-color: #fff;
  height: 44px;
  min-width: unset;
  width: 100%;
  border: 2px solid #000;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.event .filter .select select, .event .filter .select::after {
  grid-area: select;
}
.event .filter .select:not(.select--multiple):after {
  content: "";
  justify-self: end;
  width: 44px;
  height: 100%;
  background-color: #000;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0yNS41MDMgMTQtMy43NSAzLjI0MkwxOC4yMTQgMTRsLTMuMDEgMi45NDIgNi41NSA2LjExNiA3LjA0NC02LjExNkwyNS41MDMgMTR6IiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");
}
.event .filter .select:not(.select--multiple):hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0yNS41MDMgMTQtMy43NSAzLjI0MkwxOC4yMTQgMTRsLTMuMDEgMi45NDIgNi41NSA2LjExNiA3LjA0NC02LjExNkwyNS41MDMgMTR6IiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=");
  background-color: #fff;
  border-left: 2px solid #000;
}
@media (max-width: 768px) {
  .event .filter .select {
    height: 100%;
    max-width: 100%;
  }
}
.event .filter .datepicker--wrapper {
  background-color: #fff;
  border: 2px solid #000;
  display: flex;
  position: relative;
  flex: 2;
  padding-right: 80px;
  cursor: pointer;
  min-width: 150px;
}
.event .filter .datepicker--wrapper input.date-field {
  border: none;
  background-color: transparent;
  position: absolute;
  width: 100%;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  z-index: 999;
  height: 100%;
  padding-left: 20px;
  color: #000;
  cursor: pointer;
}
.event .filter .datepicker--wrapper input.date-field:focus-visible {
  outline: 0px solid transparent;
  border-color: #000;
}
.event .filter .datepicker--wrapper input.date-field::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
.event .filter .datepicker--wrapper input.date-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.event .filter .datepicker--wrapper:after {
  content: "";
  justify-self: end;
  width: 44px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNy41IDYuNTNjLjQzOCAwIC43OTcuMTQgMS4wNzguNDIxLjI4MS4yODEuNDIyLjY0LjQyMiAxLjA3OHYxLjVoNnYtMS41YzAtLjQzNy4xNC0uNzk3LjQyMi0xLjA3OC4yODEtLjI4MS42NC0uNDIyIDEuMDc4LS40MjIuNDM4IDAgLjc5Ny4xNCAxLjA3OC40MjIuMjgxLjI4MS40MjIuNjQuNDIyIDEuMDc4djEuNWgyLjI1Yy42MjUuMDMxIDEuMTU2LjI1IDEuNTk0LjY1Ni40MDYuNDM4LjYyNS45Ny42NTYgMS41OTR2Mi4yNWgtMjF2LTIuMjVjLjAzMS0uNjI1LjI1LTEuMTU2LjY1Ni0xLjU5NGEyLjQ0NiAyLjQ0NiAwIDAgMSAxLjU5NC0uNjU2SDE2di0xLjVjMC0uNDM3LjE0LS43OTcuNDIyLTEuMDc4LjI4MS0uMjgxLjY0LS40MjIgMS4wNzgtLjQyMnptLTYgOWgyMXYxMi43NWEyLjQ0NiAyLjQ0NiAwIDAgMS0uNjU2IDEuNTkzIDIuNDQ2IDIuNDQ2IDAgMCAxLTEuNTk0LjY1NmgtMTYuNWEyLjQ0NiAyLjQ0NiAwIDAgMS0xLjU5NC0uNjU2IDIuNDQ2IDIuNDQ2IDAgMCAxLS42NTYtMS41OTRWMTUuNTN6bTMuNzUgM2MtLjQ2OS4wMy0uNzE5LjI4LS43NS43NXY0LjVjLjAzMS40NjguMjgxLjcxOC43NS43NWg0LjVjLjQ2OS0uMDMyLjcxOS0uMjgyLjc1LS43NXYtNC41Yy0uMDMxLS40Ny0uMjgxLS43Mi0uNzUtLjc1aC00LjV6IiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");
}
.event .filter .datepicker--wrapper:hover:after {
  background-color: #fff;
  border-left: 2px solid #000;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNy41IDYuNTNjLjQzOCAwIC43OTcuMTQgMS4wNzguNDIxLjI4MS4yODEuNDIyLjY0LjQyMiAxLjA3OHYxLjVoNnYtMS41YzAtLjQzNy4xNC0uNzk3LjQyMi0xLjA3OC4yODEtLjI4MS42NC0uNDIyIDEuMDc4LS40MjIuNDM4IDAgLjc5Ny4xNCAxLjA3OC40MjIuMjgxLjI4MS40MjIuNjQuNDIyIDEuMDc4djEuNWgyLjI1Yy42MjUuMDMxIDEuMTU2LjI1IDEuNTk0LjY1Ni40MDYuNDM4LjYyNS45Ny42NTYgMS41OTR2Mi4yNWgtMjF2LTIuMjVjLjAzMS0uNjI1LjI1LTEuMTU2LjY1Ni0xLjU5NGEyLjQ0NiAyLjQ0NiAwIDAgMSAxLjU5NC0uNjU2SDE2di0xLjVjMC0uNDM3LjE0LS43OTcuNDIyLTEuMDc4LjI4MS0uMjgxLjY0LS40MjIgMS4wNzgtLjQyMnptLTYgOWgyMXYxMi43NWEyLjQ0NiAyLjQ0NiAwIDAgMS0uNjU2IDEuNTkzIDIuNDQ2IDIuNDQ2IDAgMCAxLTEuNTk0LjY1NmgtMTYuNWEyLjQ0NiAyLjQ0NiAwIDAgMS0xLjU5NC0uNjU2IDIuNDQ2IDIuNDQ2IDAgMCAxLS42NTYtMS41OTRWMTUuNTN6bTMuNzUgM2MtLjQ2OS4wMy0uNzE5LjI4LS43NS43NXY0LjVjLjAzMS40NjguMjgxLjcxOC43NS43NWg0LjVjLjQ2OS0uMDMyLjcxOS0uMjgyLjc1LS43NXYtNC41Yy0uMDMxLS40Ny0uMjgxLS43Mi0uNzUtLjc1aC00LjV6IiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=");
}

.btn--events {
  background-color: #000;
  color: #fff;
  border-color: #000;
  padding: 3px;
  padding: 0.3rem;
  border-radius: 0;
  cursor: pointer;
}
.btn--events .icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
}
.btn--events .icon-search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yOS41IDE2LjI4Yy0uMDMxIDIuMTg3LS42NTYgNC4xMDktMS44NzUgNS43NjVsNS45NTMgNS45MDZjLjI4MS4zMTMuNDIyLjY3Mi40MjIgMS4wNzggMCAuNDA3LS4xNC43NjYtLjQyMiAxLjA3OGExLjU2NSAxLjU2NSAwIDAgMS0xLjA3OC40MjJjLS40MDYgMC0uNzY2LS4xNC0xLjA3OC0uNDIybC01LjkwNi01Ljk1M2MtMS42NTcgMS4yMTktMy41NzggMS44NDQtNS43NjYgMS44NzUtMi43NS0uMDYyLTUuMDQ3LTEuMDE1LTYuODktMi44Ni0xLjg0NC0xLjg0My0yLjc5Ny00LjE0LTIuODYtNi44OS4wNjMtMi43NSAxLjAxNi01LjA0NyAyLjg2LTYuODkgMS44NDMtMS44NDQgNC4xNC0yLjc5NyA2Ljg5LTIuODYgMi43NS4wNjMgNS4wNDcgMS4wMTYgNi44OSAyLjg2IDEuODQ0IDEuODQzIDIuNzk3IDQuMTQgMi44NiA2Ljg5em0tOS43NSA2Ljc1YTYuNjQ2IDYuNjQ2IDAgMCAwIDMuMzc1LS44OTEgNi43NjYgNi43NjYgMCAwIDAgMi40ODQtMi40ODUgNi44MTYgNi44MTYgMCAwIDAgLjg5MS0zLjM3NSA2LjgxNiA2LjgxNiAwIDAgMC0uODktMy4zNzUgNi43NjYgNi43NjYgMCAwIDAtMi40ODUtMi40ODQgNi42NDYgNi42NDYgMCAwIDAtMy4zNzUtLjg5IDYuNjQ2IDYuNjQ2IDAgMCAwLTMuMzc1Ljg5IDYuNzY2IDYuNzY2IDAgMCAwLTIuNDg0IDIuNDg0QTYuODE2IDYuODE2IDAgMCAwIDEzIDE2LjI4YzAgMS4xODguMjk3IDIuMzEzLjg5IDMuMzc1YTYuNzY2IDYuNzY2IDAgMCAwIDIuNDg1IDIuNDg1IDYuNjQ2IDYuNjQ2IDAgMCAwIDMuMzc1Ljg5eiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
}
.btn--events.btn-search:hover .icon-search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yOS41IDE2LjI4Yy0uMDMxIDIuMTg3LS42NTYgNC4xMDktMS44NzUgNS43NjVsNS45NTMgNS45MDZjLjI4MS4zMTMuNDIyLjY3Mi40MjIgMS4wNzggMCAuNDA3LS4xNC43NjYtLjQyMiAxLjA3OGExLjU2NSAxLjU2NSAwIDAgMS0xLjA3OC40MjJjLS40MDYgMC0uNzY2LS4xNC0xLjA3OC0uNDIybC01LjkwNi01Ljk1M2MtMS42NTcgMS4yMTktMy41NzggMS44NDQtNS43NjYgMS44NzUtMi43NS0uMDYyLTUuMDQ3LTEuMDE1LTYuODktMi44Ni0xLjg0NC0xLjg0My0yLjc5Ny00LjE0LTIuODYtNi44OS4wNjMtMi43NSAxLjAxNi01LjA0NyAyLjg2LTYuODkgMS44NDMtMS44NDQgNC4xNC0yLjc5NyA2Ljg5LTIuODYgMi43NS4wNjMgNS4wNDcgMS4wMTYgNi44OSAyLjg2IDEuODQ0IDEuODQzIDIuNzk3IDQuMTQgMi44NiA2Ljg5em0tOS43NSA2Ljc1YTYuNjQ2IDYuNjQ2IDAgMCAwIDMuMzc1LS44OTEgNi43NjYgNi43NjYgMCAwIDAgMi40ODQtMi40ODUgNi44MTYgNi44MTYgMCAwIDAgLjg5MS0zLjM3NSA2LjgxNiA2LjgxNiAwIDAgMC0uODktMy4zNzUgNi43NjYgNi43NjYgMCAwIDAtMi40ODUtMi40ODQgNi42NDYgNi42NDYgMCAwIDAtMy4zNzUtLjg5IDYuNjQ2IDYuNjQ2IDAgMCAwLTMuMzc1Ljg5IDYuNzY2IDYuNzY2IDAgMCAwLTIuNDg0IDIuNDg0QTYuODE2IDYuODE2IDAgMCAwIDEzIDE2LjI4YzAgMS4xODguMjk3IDIuMzEzLjg5IDMuMzc1YTYuNzY2IDYuNzY2IDAgMCAwIDIuNDg1IDIuNDg1IDYuNjQ2IDYuNjQ2IDAgMCAwIDMuMzc1Ljg5eiIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K");
}
.btn--events .icon-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yOS4wNzggMTMuNjA3Yy4yODEtLjMxMi40MjItLjY3MS40MjItMS4wNzggMC0uNDA2LS4xNC0uNzY1LS40MjItMS4wNzhBMS41NjUgMS41NjUgMCAwIDAgMjggMTEuMDNjLS40MDYgMC0uNzY2LjE0LTEuMDc4LjQyMkwyMiAxNi40MmwtNC45MjItNC45NjlBMS41NjUgMS41NjUgMCAwIDAgMTYgMTEuMDNjLS40MDYgMC0uNzY2LjE0LTEuMDc4LjQyMmExLjU2NCAxLjU2NCAwIDAgMC0uNDIyIDEuMDc4YzAgLjQwNi4xNC43NjYuNDIyIDEuMDc4bDQuOTY5IDQuOTIyLTQuOTcgNC45MjJhMS41NjQgMS41NjQgMCAwIDAtLjQyMSAxLjA3OGMwIC40MDcuMTQuNzY2LjQyMiAxLjA3OC4zMTIuMjgyLjY3Mi40MjIgMS4wNzguNDIycy43NjYtLjE0IDEuMDc4LS40MjJMMjIgMjAuNjRsNC45MjIgNC45NjhjLjMxMi4yODIuNjcyLjQyMiAxLjA3OC40MjJzLjc2Ni0uMTQgMS4wNzgtLjQyMmMuMjgxLS4zMTIuNDIyLS42NzEuNDIyLTEuMDc4IDAtLjQwNi0uMTQtLjc2NS0uNDIyLTEuMDc4TDI0LjExIDE4LjUzbDQuOTctNC45MjJ6IiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");
}
.btn--events.btn--events-reset {
  flex: unset !important;
  height: 44px !important;
  width: 44px !important;
  padding: 3px !important;
}
.btn--events.btn--events-reset .icon-close {
  width: 36px;
}
.btn--events.btn--events-reset:hover .icon-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yOS4wNzggMTMuNjA3Yy4yODEtLjMxMi40MjItLjY3MS40MjItMS4wNzggMC0uNDA2LS4xNC0uNzY1LS40MjItMS4wNzhBMS41NjUgMS41NjUgMCAwIDAgMjggMTEuMDNjLS40MDYgMC0uNzY2LjE0LTEuMDc4LjQyMkwyMiAxNi40MmwtNC45MjItNC45NjlBMS41NjUgMS41NjUgMCAwIDAgMTYgMTEuMDNjLS40MDYgMC0uNzY2LjE0LTEuMDc4LjQyMmExLjU2NCAxLjU2NCAwIDAgMC0uNDIyIDEuMDc4YzAgLjQwNi4xNC43NjYuNDIyIDEuMDc4bDQuOTY5IDQuOTIyLTQuOTcgNC45MjJhMS41NjQgMS41NjQgMCAwIDAtLjQyMSAxLjA3OGMwIC40MDcuMTQuNzY2LjQyMiAxLjA3OC4zMTIuMjgyLjY3Mi40MjIgMS4wNzguNDIycy43NjYtLjE0IDEuMDc4LS40MjJMMjIgMjAuNjRsNC45MjIgNC45NjhjLjMxMi4yODIuNjcyLjQyMiAxLjA3OC40MjJzLjc2Ni0uMTQgMS4wNzgtLjQyMmMuMjgxLS4zMTIuNDIyLS42NzEuNDIyLTEuMDc4IDAtLjQwNi0uMTQtLjc2NS0uNDIyLTEuMDc4TDI0LjExIDE4LjUzbDQuOTctNC45MjJ6IiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=");
}
.btn--events:hover {
  background-color: #fff;
  border-color: #000;
}

.pagination {
  display: flex;
  gap: 8px;
  margin: 48px auto;
  height: 44px;
  justify-content: center;
}
@media (max-width: 992px) {
  .pagination {
    flex-wrap: wrap;
    margin-bottom: 24px;
    height: auto;
  }
}
.pagination a, .pagination span {
  color: #000;
  padding: 0;
  border: 3px solid #000;
  text-decoration: none;
  font-size: 22px;
  height: 100%;
  display: block;
  padding-top: 3px;
  width: 44px;
  text-align: center;
}
.pagination span.current-page {
  background-color: #000;
  color: #fff;
}

.line-up h2, .line-up .type-event .entry-content h1, .type-event .entry-content .line-up h1 {
  text-align: center;
  display: block;
  margin: 48px auto 24px auto;
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.line-up .no--results {
  margin-top: 40px;
}

h2.event-date, .type-event .entry-content h1.event-date {
  margin-top: 36px;
}

.events-filter--header {
  display: block;
}
.events-filter--header h2, .events-filter--header .type-event .entry-content h1, .type-event .entry-content .events-filter--header h1 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.event-categories, .event-locations {
  min-height: 44px;
  width: auto;
}
@media (max-width: 768px) {
  .event-categories, .event-locations {
    width: 100%;
  }
}
.event-categories select, .event-locations select {
  min-height: 100%;
}

@media (min-width: 768px) {
  .event-locations {
    max-width: 120px;
  }
}
@media (min-width: 1100px) {
  .event-locations {
    max-width: 270px;
  }
}

.event-categories {
  min-width: 158px;
}
@media (min-width: 768px) {
  .event-categories {
    max-width: 170px;
  }
}
@media (min-width: 1100px) {
  .event-categories {
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .events-filter--header {
    display: none;
  }
}
.events-filter--toggle {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
}
.events-filter--toggle .icon {
  background-image: url(/wp-content/themes/kwm/assets/slider/arrow.svg);
  left: calc(50% - 22.5px);
  height: 40px;
  background-repeat: no-repeat !important;
  width: 40px;
  transform: rotate(-90deg);
  background-color: transparent;
  border: none;
  background-size: 50%;
  background-position: center top;
  padding: 0;
}
.events-filter--toggle .label {
  font-family: "Blender", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 1.2;
  display: inline-block;
  color: #000;
}
.events-filter--toggle .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.events-filter--toggle:focus-visible {
  box-shadow: 0 0 0 2px #000;
  outline: transparent;
}
.events-filter--toggle:hover {
  cursor: pointer;
}

.filter--form.close .events-filter--panel {
  height: 0;
  margin: 0;
}

@media (max-width: 1100px) {
  .events-filter--panel {
    flex-wrap: wrap;
  }
}
body:not(.home) main .entry-header.header--event-detail {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .day {
    margin: 0 -40px 20px -40px;
  }
}
@media (max-width: 480px) {
  .day {
    margin: 0 -20px 40px -20px;
  }
}
@media (min-width: 768px) {
  .day {
    margin-bottom: 30px;
  }
}
.day a.more-link {
  text-decoration: none;
  color: #000;
  display: block;
}
.day a.more-link:hover, .day a.more-link:active {
  color: #000;
}
.day a.more-link .event--date,
.day a.more-link .event--info {
  padding-top: 20px;
}
.day a.more-link .event--info h3 {
  font-size: 29px;
}
@media (min-width: 768px) {
  .day a.more-link .event--info {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .day .event {
    display: flex;
    gap: 20px;
  }
}
.day .event--date {
  border-bottom: 4px solid #000;
}
@media (min-width: 768px) {
  .day .event--date {
    width: 160px;
    text-align: center;
  }
}
.day .event--date .date {
  text-transform: uppercase;
  display: block;
  padding-top: 6px;
}
@media (max-width: 768px) {
  .day .event--date .date {
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 4px;
  }
}
.day .event--date .date-month {
  font-size: 24px;
  font-family: "Blender", Arial, sans-serif;
  line-height: 1;
}
.day .event--date .date-day {
  font-size: 40px;
  font-family: "Blender", Arial, sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .day .event--date {
    margin-bottom: 12px;
  }
}
.day .event--info {
  width: 100%;
  border-bottom: 4px solid #fbaf3f;
}
@media (max-width: 768px) {
  .day .event--info {
    padding: 0 20px;
  }
}
.day .event--info ul {
  margin: 0 !important;
  list-style-type: none;
}
@media (min-width: 768px) {
  .day .event--info ul {
    display: flex;
  }
}
.day .event--info ul li {
  list-style-type: none;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .day .event--info ul li {
    padding: 0 24px;
  }
}
.day .event--info ul li:first-of-type {
  padding-left: 0;
}
.day .event--info ul li:before {
  content: "" !important;
}
@media (min-width: 768px) {
  .day .event--info ul li:not(:last-of-type):after {
    content: "";
    height: 24px;
    width: 2px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
  }
}

.block-events {
  position: relative;
}
@media (min-width: 992px) {
  .block-events {
    padding-top: 100px;
  }
}
.block-events .block-event--item {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .block-events .block-event--item {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .block-events .block-event--item .block-event--item-link {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .block-events .block-event--item {
    flex-basis: 33%;
    max-width: 33%;
    min-width: 33%;
  }
}
@media (min-width: 1100px) {
  .block-events .block-event--item {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    margin-bottom: 16px !important;
    margin-top: 16px;
  }
  .block-events .block-event--item .block-event--item-link {
    position: relative;
  }
  .block-events .block-event--item .block-event--item-link-source:after {
    content: "";
    background-color: transparent;
    width: calc(100% + 6px);
    position: absolute;
    left: -3px;
    height: calc(100% + 6px);
    top: -3px;
    box-sizing: border-box;
  }
}
.block-events .block-event--item .block-event--item-link-source {
  background: none;
  font-family: "Blender", Arial, sans-serif;
}
.block-events .block-event--item .block-event--item-link-source:hover {
  background: none;
}
.block-events .block-event--item .block-event--item-link-source:focus-visible {
  outline: transparent;
}
.block-events .block-event--item .block-event--item-link-source:focus-visible:after {
  outline: 3px solid black;
  outline-offset: -6px;
}
.block-events h2, .block-events .type-event .entry-content h1, .type-event .entry-content .block-events h1 {
  top: 0;
  margin-top: 0 !important;
}
.block-events .block-events-slider--items {
  margin: 0;
  margin-bottom: 0 !important;
}
@media (min-width: 1100px) {
  .block-events .block-events-slider--items {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .block-events #block-events-slider .slider--wrapper {
    margin: 0 40px;
  }
  .block-events #block-events-slider .slider--control.slider--control__left, .block-events #block-events-slider .slider--control.slider--control__right {
    height: 44px;
    width: 44px;
    background-size: 20px !important;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .block-events #block-events-slider .slider--wrapper {
    margin: 0 0;
  }
}
.block-events .block-event--item-link {
  display: flex;
  flex-direction: column;
  background: none;
  display: block;
  padding: 0;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.block-events .block-event--item-link:hover {
  background: none;
}
.block-events .block-event--item-link:hover .event-location {
  color: #000;
}
.block-events .block-event--item-link .block-event--item-image {
  order: 1;
  height: 192px;
}
.block-events .block-event--item-link .block-event--item-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.block-events .block-event--item-link header {
  order: 2;
}
.block-events .block-event--item-link .block-event--item-content {
  order: 3;
  padding: 10px;
  height: calc(100% - 192px);
}
.block-events .block-event--item-link .block-event--item-content p {
  margin: 0;
}
.block-events .block-event--item-link > * {
  text-decoration: none;
  color: inherit;
}
.block-events .event-location {
  color: #656565;
  font-weight: 600;
}
.block-events .event-date {
  font-family: "Blender", Arial, sans-serif;
  font-size: 29px;
}
.block-events .event-title {
  font-family: "Blender", Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: -webkit-box;
  max-width: 400px;
  height: 50px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1100px) {
  .block-events .slider--controls {
    display: none;
  }
}
.block-events .slider--controls {
  top: 50px;
}
.block-events [class*=slider__controls-bottom] .slider--controls {
  width: calc(100% + 80px);
  left: -40px;
}

.link-to-events--wrapper {
  background-image: radial-gradient(circle at 0 0, #fbed51, #fbaf3f, #ff6457, #fc91eb, #68adfa, #46eb82);
  padding: 15px 15px 10px;
  margin: 0 75px 36px;
}
@media (max-width: 1100px) {
  .link-to-events--wrapper {
    margin: 0 75px !important;
  }
}
.link-to-events--wrapper a {
  color: #000;
  text-decoration: none;
  font-weight: 900;
}
.link-to-events--wrapper a span {
  background: linear-gradient(#fff, #fff);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
.link-to-events--wrapper a:before {
  display: inline-block;
  font-family: "Afiado";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 7px;
  margin-left: -3px;
}
.link-to-events--wrapper a:hover span {
  background: linear-gradient(#fff 0%, #fff 50%, #fff 75%, #000 75%, #000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .link-to-events--wrapper {
    margin: 0 84px 0 75px !important;
  }
}
@media (max-width: 992px) {
  .link-to-events--wrapper {
    margin: 0 55px !important;
  }
}
@media (max-width: 768px) {
  .link-to-events--wrapper {
    margin: 0 0 !important;
  }
}

.type-event .entry-content h1 {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

.eventpic-1181 .block-event--item-image img {
  content: url("./assets/event-fallback-kwm.jpg");
}

.eventpic-1181.block-event--item-image img {
  content: url("./assets/event-fallback-kwm.jpg");
  max-width: 50%;
}

body.the-datepicker-page {
  overflow: hidden;
}

@media (min-width: 37.5em) {
  body.the-datepicker-page {
    overflow: auto;
  }
}
.the-datepicker__container {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 99;
}

.the-datepicker__container.the-datepicker__container--responsive {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
}

@media (min-width: 37.5em) {
  .the-datepicker__container.the-datepicker__container--responsive {
    position: absolute;
    left: auto;
    top: 50px;
  }
}
.the-datepicker__container .the-datepicker__main {
  border-top-left-radius: 0;
}

.the-datepicker__container.the-datepicker__container--over .the-datepicker__main {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0;
}

.the-datepicker__container.the-datepicker__container--left .the-datepicker__main {
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0;
}

.the-datepicker__container.the-datepicker__container--over.the-datepicker__container--left .the-datepicker__main {
  border-bottom-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0;
}

.the-datepicker__main {
  width: auto;
  height: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-family: "Biryani";
  line-height: 1em;
  box-sizing: border-box;
  overflow-y: auto;
}

.the-datepicker__main.the-datepicker__main--darkmode {
  background-color: #000;
  border-color: #494949;
}

.the-datepicker__container--responsive .the-datepicker__main {
  width: 100vw;
  height: 100vh;
}

@media (min-width: 37.5em) {
  .the-datepicker__container--responsive .the-datepicker__main {
    width: auto;
    height: auto;
  }
}
.the-datepicker__main .the-datepicker__header {
  padding: 1.3em 0 0 0;
  border-bottom: 2px solid #000;
}

.the-datepicker__main .the-datepicker__body {
  margin-top: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.the-datepicker__main .the-datepicker__body.the-datepicker__body--swipeable {
  touch-action: none;
}

.the-datepicker__main th.the-datepicker__week-day {
  padding: 1em 1em;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}

.the-datepicker__main a.the-datepicker__button {
  display: block;
  width: 2.1em;
  padding: 0.6em 0;
  text-decoration: none;
  text-align: center;
  color: #000;
  border-radius: 0;
}

.the-datepicker__main a.the-datepicker__button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.the-datepicker__main--darkmode.the-datepicker__main a.the-datepicker__button:hover {
  background-color: #000;
  color: #fff;
}

.the-datepicker__main a.the-datepicker__day-button {
  width: auto;
}

.the-datepicker__container .the-datepicker__main a.the-datepicker__day-button {
  width: 2.1em;
}

.the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main a.the-datepicker__day-button {
  width: auto;
}

@media (min-width: 37.5em) {
  .the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main a.the-datepicker__day-button {
    width: 2.1em;
  }
}
.the-datepicker__main a.the-datepicker__year-button {
  width: auto;
}

.the-datepicker__main a.the-datepicker__year-cell-button {
  width: auto;
}

.the-datepicker__container .the-datepicker__main a.the-datepicker__year-cell-button {
  width: 3.825em;
}

.the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main a.the-datepicker__year-cell-button {
  width: auto;
}

@media (min-width: 37.5em) {
  .the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main a.the-datepicker__year-cell-button {
    width: 3.825em;
  }
}
.the-datepicker__main .the-datepicker__title {
  display: inline-block;
  width: 70%;
}

.the-datepicker__main .the-datepicker__title-content {
  display: inline-block;
  padding: 0.5em;
}

.the-datepicker__main .the-datepicker__control {
  display: inline-block;
  width: 30%;
  text-align: right;
}

.the-datepicker__main .the-datepicker__reset,
.the-datepicker__main .the-datepicker__close {
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
}

.the-datepicker__main .the-datepicker__navigation {
  margin-top: 0.3em;
  border-top: 2px solid #000;
  display: flex;
  justify-content: space-between;
}

.the-datepicker__main .the-datepicker__go {
  display: inline-block;
  width: 44px;
}

.the-datepicker__main .the-datepicker__go a.the-datepicker__button {
  display: inline-block;
  font-weight: bold;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJtMCAyLjkyOCAzLjIyMSAzLjI4OEwwIDkuMzJsMi45MjMgMi42NEw5IDYuMjE2IDIuOTIzLjAzOSAwIDIuOTI4eiIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -10000px;
  width: 100%;
  height: 100%;
}

.the-datepicker__main .the-datepicker__go a.the-datepicker__button:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJtMCAyLjkyOCAzLjIyMSAzLjI4OEwwIDkuMzJsMi45MjMgMi42NEw5IDYuMjE2IDIuOTIzLjAzOSAwIDIuOTI4eiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
}

.the-datepicker__main .the-datepicker__go-next {
  text-align: right;
}

.the-datepicker__main .the-datepicker__go.the-datepicker__go-previous {
  transform: rotate(-180deg);
}

.the-datepicker__main .the-datepicker__state {
  display: inline-block;
  width: 70%;
}

.the-datepicker__main .the-datepicker__month {
  display: inline-block;
  width: 62%;
  text-align: center;
  padding-top: 15px;
}

.the-datepicker__main .the-datepicker__year {
  display: inline-block;
  width: 38%;
  text-align: center;
}

.the-datepicker__main .the-datepicker__month-year {
  text-align: center;
}

.the-datepicker__main select.the-datepicker__select {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

.the-datepicker__main--darkmode.the-datepicker__main select.the-datepicker__select {
  background-color: #000;
  color: #cdcdcd;
}

.the-datepicker__main table.the-datepicker__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.the-datepicker__main table.the-datepicker__table thead {
  border-bottom: 2px solid #000;
}

.the-datepicker__container .the-datepicker__main table.the-datepicker__table {
  width: auto;
}

.the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main table.the-datepicker__table {
  width: 100%;
}

@media (min-width: 37.5em) {
  .the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main table.the-datepicker__table {
    width: auto;
  }
}
.the-datepicker__main td.the-datepicker__cell {
  padding: 0;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button {
  padding: 0.1em;
  display: block;
  width: 100%;
  height: 100%;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content {
  display: block;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content.the-datepicker__day-content {
  padding: 0.6em 0;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content.the-datepicker__year-cell-content {
  padding: 0.755em 0;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content {
  text-align: center;
  border-radius: 0;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button:hover {
  background-color: transparent;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #000;
  color: #fff;
}

.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #000;
  color: #fff;
}

.the-datepicker__main td.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content {
  background-color: #000;
  color: #fff;
}

.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content {
  background-color: #003b75;
}

.the-datepicker__main td.the-datepicker__day--outside a.the-datepicker__button {
  color: #8ac4ff;
}

.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__day--outside a.the-datepicker__button {
  color: #002a41;
}

.the-datepicker__main td.the-datepicker__cell--unavailable a.the-datepicker__button {
  color: #aaa;
}

.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--unavailable a.the-datepicker__button {
  color: #323232;
}

.the-datepicker__main td.the-datepicker__cell.the-datepicker__day--today {
  border: 2px solid #000;
}

.the-datepicker__main td.the-datepicker__cell--unavailable a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: transparent;
}

.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--unavailable a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: transparent;
}

.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button,
.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button {
  color: #fff;
}

.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button,
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button {
  color: #fff;
}

.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button .the-datepicker__button-content,
.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content {
  background-color: #000;
  color: #fff;
}

.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button:hover .the-datepicker__button-content,
.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #000;
  color: #fff;
}

.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button:hover .the-datepicker__button-content,
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #000;
  color: #fff;
}

.the-datepicker__main .the-datepicker__animated {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.the-datepicker__deselect {
  position: absolute;
}

.the-datepicker__deselect .the-datepicker__deselect-button {
  position: relative;
  left: -0.8em;
  text-decoration: none;
  color: #007eff;
  font-weight: bold;
}

.the-datepicker__deselect .the-datepicker__deselect-button:hover {
  text-decoration: none;
}

.the-datepicker__fade-out-left {
  animation-name: the-datepicker-fade-out-left;
}

.the-datepicker__fade-out-right {
  animation-name: the-datepicker-fade-out-right;
}

.the-datepicker__fade-in-left {
  animation-name: the-datepicker-fade-in-left;
}

.the-datepicker__fade-in-right {
  animation-name: the-datepicker-fade-in-right;
}

.the-datepicker__fade-out-up {
  animation-name: the-datepicker-fade-out-up;
}

.the-datepicker__fade-out-down {
  animation-name: the-datepicker-fade-out-down;
}

.the-datepicker__fade-in-up {
  animation-name: the-datepicker-fade-in-up;
}

.the-datepicker__fade-in-down {
  animation-name: the-datepicker-fade-in-down;
}

@-moz-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes the-datepicker-fade-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes the-datepicker-fade-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes the-datepicker-fade-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes the-datepicker-fade-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes the-datepicker-fade-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes the-datepicker-fade-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes the-datepicker-fade-in-up {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-in-up {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-in-up {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes the-datepicker-fade-in-up {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes the-datepicker-fade-in-down {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-in-down {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-in-down {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes the-datepicker-fade-in-down {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:target {
  scroll-margin-top: 120px;
}

@supports not (scroll-margin-top: 120px) {
  :target:before {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    width: 0;
    height: 120px;
    margin-top: -120px;
  }
}
/* Theming */
body {
  /**
  	This file is created to change the primary-color of the
  	webpage on footer, header , links. Therefore we change the
      $primary-color based on a cookie and add the class <colorname>-theme{...}
      on the body element.
  */
}
body footer#footer-main {
  background-color: transparent;
}
body footer#footer-main ul.menu li a:before {
  background-color: transparent;
}
body footer#footer-main ul.menu li a:hover {
  background: linear-gradient(transparent 0%, transparent 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body body:not(.home) #page:before {
  background-color: transparent;
}
body .teaser .caption {
  border-color: transparent;
}
body main p a, body main ul li a, body #footer-main li a, body .contact-box dd a, body .wp-block-file a, body .togglebox-btn span {
  background: linear-gradient(transparent, transparent);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body main p a:hover, body main ul li a:hover, body #footer-main li a:hover, body .contact-box dd a:hover, body .wp-block-file a:hover, body .togglebox-btn span:hover {
  text-decoration: none;
  background: linear-gradient(transparent 0%, transparent 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body .teaser-link {
  background: linear-gradient(transparent, transparent);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body .teaser-link:hover {
  text-decoration: none;
  background: linear-gradient(transparent 0%, transparent 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body .interactive-map .mieter-icon {
  background-color: transparent;
}
body .overlay--link {
  background: linear-gradient(transparent, transparent);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body .overlay--link:hover {
  text-decoration: none;
  background: linear-gradient(transparent 0%, transparent 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body .mieter-overlay--listnumber {
  background-color: transparent;
}
body .mieter-overlay--listtitle {
  background: linear-gradient(transparent, transparent);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body .mieter-overlay--listtitle:hover {
  text-decoration: none;
  background: linear-gradient(transparent 0%, transparent 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body .input-field input[type=submit] {
  background-color: transparent;
}
body .wpcf7 input[type=submit] {
  background-color: transparent;
}
body .day .event--info {
  border-bottom: 4px solid transparent;
}
body .day .more-link:hover .event--info,
body .day .more-link:hover .event--date {
  background-color: transparent;
  border-color: #000;
}
body .the-datepicker__main td.the-datepicker__cell.the-datepicker__day--today {
  background-color: transparent;
}
body #page::before,
body #header-main.sticky,
body .pagination a:hover {
  background-color: transparent;
}
body .block-event--item-link .block-event--item-content {
  border: 3px solid transparent;
  border-top: 0;
}
body .block-event--item-link:hover .block-event--item-content {
  background-color: transparent;
}
body .block-event--item-link:hover .block-event--item-content {
  border-bottom-color: #000;
}
body .block-mieter--item-eyecatcher, body .block-rooms--item-eyecatcher {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), transparent calc(50% + 1.41421px)), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), transparent calc(50% + 1.41421px)), linear-gradient(to top left, rgba(0, 0, 0, 0) calc(50% - .70711px), #000000 calc(50% - .70711px), #000000 calc(50% + .70711px), transparent calc(50% + .70711px)), linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
}
body #map--wrapper.animate .interactive-map .mieter-icon {
  animation: pulse-yellow 0.7s 1.6s 3;
}
body #map--wrapper.blink .interactive-map .mieter-icon {
  animation: pulse-yellow 0.7s 1;
}

body.yellow-theme {
  /**
  	This file is created to change the primary-color of the
  	webpage on footer, header , links. Therefore we change the
      $primary-color based on a cookie and add the class <colorname>-theme{...}
      on the body element.
  */
}
body.yellow-theme footer#footer-main {
  background-color: #feeb37;
}
body.yellow-theme footer#footer-main ul.menu li a:before {
  background-color: #feeb37;
}
body.yellow-theme footer#footer-main ul.menu li a:hover {
  background: linear-gradient(#feeb37 0%, #feeb37 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.yellow-theme body:not(.home) #page:before {
  background-color: #feeb37;
}
body.yellow-theme .teaser .caption {
  border-color: #feeb37;
}
body.yellow-theme main p a, body.yellow-theme main ul li a, body.yellow-theme #footer-main li a, body.yellow-theme .contact-box dd a, body.yellow-theme .wp-block-file a, body.yellow-theme .togglebox-btn span {
  background: linear-gradient(#feeb37, #feeb37);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.yellow-theme main p a:hover, body.yellow-theme main ul li a:hover, body.yellow-theme #footer-main li a:hover, body.yellow-theme .contact-box dd a:hover, body.yellow-theme .wp-block-file a:hover, body.yellow-theme .togglebox-btn span:hover {
  text-decoration: none;
  background: linear-gradient(#feeb37 0%, #feeb37 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.yellow-theme .teaser-link {
  background: linear-gradient(#feeb37, #feeb37);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.yellow-theme .teaser-link:hover {
  text-decoration: none;
  background: linear-gradient(#feeb37 0%, #feeb37 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.yellow-theme .interactive-map .mieter-icon {
  background-color: #feeb37;
}
body.yellow-theme .overlay--link {
  background: linear-gradient(#feeb37, #feeb37);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.yellow-theme .overlay--link:hover {
  text-decoration: none;
  background: linear-gradient(#feeb37 0%, #feeb37 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.yellow-theme .mieter-overlay--listnumber {
  background-color: #feeb37;
}
body.yellow-theme .mieter-overlay--listtitle {
  background: linear-gradient(#feeb37, #feeb37);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.yellow-theme .mieter-overlay--listtitle:hover {
  text-decoration: none;
  background: linear-gradient(#feeb37 0%, #feeb37 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.yellow-theme .input-field input[type=submit] {
  background-color: #feeb37;
}
body.yellow-theme .wpcf7 input[type=submit] {
  background-color: #feeb37;
}
body.yellow-theme .day .event--info {
  border-bottom: 4px solid #feeb37;
}
body.yellow-theme .day .more-link:hover .event--info,
body.yellow-theme .day .more-link:hover .event--date {
  background-color: #feeb37;
  border-color: #000;
}
body.yellow-theme .the-datepicker__main td.the-datepicker__cell.the-datepicker__day--today {
  background-color: #feeb37;
}
body.yellow-theme #page::before,
body.yellow-theme #header-main.sticky,
body.yellow-theme .pagination a:hover {
  background-color: #feeb37;
}
body.yellow-theme .block-event--item-link .block-event--item-content {
  border: 3px solid #feeb37;
  border-top: 0;
}
body.yellow-theme .block-event--item-link:hover .block-event--item-content {
  background-color: #feeb37;
}
body.yellow-theme .block-event--item-link:hover .block-event--item-content {
  border-bottom-color: #000;
}
body.yellow-theme .block-mieter--item-eyecatcher, body.yellow-theme .block-rooms--item-eyecatcher {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #feeb37 calc(50% + 1.41421px)), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #feeb37 calc(50% + 1.41421px)), linear-gradient(to top left, rgba(0, 0, 0, 0) calc(50% - .70711px), #000000 calc(50% - .70711px), #000000 calc(50% + .70711px), #feeb37 calc(50% + .70711px)), linear-gradient(#feeb37, #feeb37), linear-gradient(#fff, #fff);
}
body.yellow-theme #map--wrapper.animate .interactive-map .mieter-icon {
  animation: pulse-yellow 0.7s 1.6s 3;
}
body.yellow-theme #map--wrapper.blink .interactive-map .mieter-icon {
  animation: pulse-yellow 0.7s 1;
}

body.red-theme {
  /**
  	This file is created to change the primary-color of the
  	webpage on footer, header , links. Therefore we change the
      $primary-color based on a cookie and add the class <colorname>-theme{...}
      on the body element.
  */
}
body.red-theme footer#footer-main {
  background-color: #FF6457;
}
body.red-theme footer#footer-main ul.menu li a:before {
  background-color: #FF6457;
}
body.red-theme footer#footer-main ul.menu li a:hover {
  background: linear-gradient(#FF6457 0%, #FF6457 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.red-theme body:not(.home) #page:before {
  background-color: #FF6457;
}
body.red-theme .teaser .caption {
  border-color: #FF6457;
}
body.red-theme main p a, body.red-theme main ul li a, body.red-theme #footer-main li a, body.red-theme .contact-box dd a, body.red-theme .wp-block-file a, body.red-theme .togglebox-btn span {
  background: linear-gradient(#FF6457, #FF6457);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.red-theme main p a:hover, body.red-theme main ul li a:hover, body.red-theme #footer-main li a:hover, body.red-theme .contact-box dd a:hover, body.red-theme .wp-block-file a:hover, body.red-theme .togglebox-btn span:hover {
  text-decoration: none;
  background: linear-gradient(#FF6457 0%, #FF6457 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.red-theme .teaser-link {
  background: linear-gradient(#FF6457, #FF6457);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.red-theme .teaser-link:hover {
  text-decoration: none;
  background: linear-gradient(#FF6457 0%, #FF6457 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.red-theme .interactive-map .mieter-icon {
  background-color: #FF6457;
}
body.red-theme .overlay--link {
  background: linear-gradient(#FF6457, #FF6457);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.red-theme .overlay--link:hover {
  text-decoration: none;
  background: linear-gradient(#FF6457 0%, #FF6457 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.red-theme .mieter-overlay--listnumber {
  background-color: #FF6457;
}
body.red-theme .mieter-overlay--listtitle {
  background: linear-gradient(#FF6457, #FF6457);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.red-theme .mieter-overlay--listtitle:hover {
  text-decoration: none;
  background: linear-gradient(#FF6457 0%, #FF6457 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.red-theme .input-field input[type=submit] {
  background-color: #FF6457;
}
body.red-theme .wpcf7 input[type=submit] {
  background-color: #FF6457;
}
body.red-theme .day .event--info {
  border-bottom: 4px solid #FF6457;
}
body.red-theme .day .more-link:hover .event--info,
body.red-theme .day .more-link:hover .event--date {
  background-color: #FF6457;
  border-color: #000;
}
body.red-theme .the-datepicker__main td.the-datepicker__cell.the-datepicker__day--today {
  background-color: #FF6457;
}
body.red-theme #page::before,
body.red-theme #header-main.sticky,
body.red-theme .pagination a:hover {
  background-color: #FF6457;
}
body.red-theme .block-event--item-link .block-event--item-content {
  border: 3px solid #FF6457;
  border-top: 0;
}
body.red-theme .block-event--item-link:hover .block-event--item-content {
  background-color: #FF6457;
}
body.red-theme .block-event--item-link:hover .block-event--item-content {
  border-bottom-color: #000;
}
body.red-theme .block-mieter--item-eyecatcher, body.red-theme .block-rooms--item-eyecatcher {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #FF6457 calc(50% + 1.41421px)), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #FF6457 calc(50% + 1.41421px)), linear-gradient(to top left, rgba(0, 0, 0, 0) calc(50% - .70711px), #000000 calc(50% - .70711px), #000000 calc(50% + .70711px), #FF6457 calc(50% + .70711px)), linear-gradient(#FF6457, #FF6457), linear-gradient(#fff, #fff);
}
body.red-theme #map--wrapper.animate .interactive-map .mieter-icon {
  animation: pulse-red 0.7s 1.6s 3;
}
body.red-theme #map--wrapper.blink .interactive-map .mieter-icon {
  animation: pulse-red 0.7s 1;
}

body.orange-theme {
  /**
  	This file is created to change the primary-color of the
  	webpage on footer, header , links. Therefore we change the
      $primary-color based on a cookie and add the class <colorname>-theme{...}
      on the body element.
  */
}
body.orange-theme footer#footer-main {
  background-color: #FFAC2D;
}
body.orange-theme footer#footer-main ul.menu li a:before {
  background-color: #FFAC2D;
}
body.orange-theme footer#footer-main ul.menu li a:hover {
  background: linear-gradient(#FFAC2D 0%, #FFAC2D 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.orange-theme body:not(.home) #page:before {
  background-color: #FFAC2D;
}
body.orange-theme .teaser .caption {
  border-color: #FFAC2D;
}
body.orange-theme main p a, body.orange-theme main ul li a, body.orange-theme #footer-main li a, body.orange-theme .contact-box dd a, body.orange-theme .wp-block-file a, body.orange-theme .togglebox-btn span {
  background: linear-gradient(#FFAC2D, #FFAC2D);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.orange-theme main p a:hover, body.orange-theme main ul li a:hover, body.orange-theme #footer-main li a:hover, body.orange-theme .contact-box dd a:hover, body.orange-theme .wp-block-file a:hover, body.orange-theme .togglebox-btn span:hover {
  text-decoration: none;
  background: linear-gradient(#FFAC2D 0%, #FFAC2D 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.orange-theme .teaser-link {
  background: linear-gradient(#FFAC2D, #FFAC2D);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.orange-theme .teaser-link:hover {
  text-decoration: none;
  background: linear-gradient(#FFAC2D 0%, #FFAC2D 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.orange-theme .interactive-map .mieter-icon {
  background-color: #FFAC2D;
}
body.orange-theme .overlay--link {
  background: linear-gradient(#FFAC2D, #FFAC2D);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.orange-theme .overlay--link:hover {
  text-decoration: none;
  background: linear-gradient(#FFAC2D 0%, #FFAC2D 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.orange-theme .mieter-overlay--listnumber {
  background-color: #FFAC2D;
}
body.orange-theme .mieter-overlay--listtitle {
  background: linear-gradient(#FFAC2D, #FFAC2D);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.orange-theme .mieter-overlay--listtitle:hover {
  text-decoration: none;
  background: linear-gradient(#FFAC2D 0%, #FFAC2D 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.orange-theme .input-field input[type=submit] {
  background-color: #FFAC2D;
}
body.orange-theme .wpcf7 input[type=submit] {
  background-color: #FFAC2D;
}
body.orange-theme .day .event--info {
  border-bottom: 4px solid #FFAC2D;
}
body.orange-theme .day .more-link:hover .event--info,
body.orange-theme .day .more-link:hover .event--date {
  background-color: #FFAC2D;
  border-color: #000;
}
body.orange-theme .the-datepicker__main td.the-datepicker__cell.the-datepicker__day--today {
  background-color: #FFAC2D;
}
body.orange-theme #page::before,
body.orange-theme #header-main.sticky,
body.orange-theme .pagination a:hover {
  background-color: #FFAC2D;
}
body.orange-theme .block-event--item-link .block-event--item-content {
  border: 3px solid #FFAC2D;
  border-top: 0;
}
body.orange-theme .block-event--item-link:hover .block-event--item-content {
  background-color: #FFAC2D;
}
body.orange-theme .block-event--item-link:hover .block-event--item-content {
  border-bottom-color: #000;
}
body.orange-theme .block-mieter--item-eyecatcher, body.orange-theme .block-rooms--item-eyecatcher {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #FFAC2D calc(50% + 1.41421px)), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #FFAC2D calc(50% + 1.41421px)), linear-gradient(to top left, rgba(0, 0, 0, 0) calc(50% - .70711px), #000000 calc(50% - .70711px), #000000 calc(50% + .70711px), #FFAC2D calc(50% + .70711px)), linear-gradient(#FFAC2D, #FFAC2D), linear-gradient(#fff, #fff);
}
body.orange-theme #map--wrapper.animate .interactive-map .mieter-icon {
  animation: pulse-orange 0.7s 1.6s 3;
}
body.orange-theme #map--wrapper.blink .interactive-map .mieter-icon {
  animation: pulse-orange 0.7s 1;
}

body.blue-theme {
  /**
  	This file is created to change the primary-color of the
  	webpage on footer, header , links. Therefore we change the
      $primary-color based on a cookie and add the class <colorname>-theme{...}
      on the body element.
  */
}
body.blue-theme footer#footer-main {
  background-color: #68ADFA;
}
body.blue-theme footer#footer-main ul.menu li a:before {
  background-color: #68ADFA;
}
body.blue-theme footer#footer-main ul.menu li a:hover {
  background: linear-gradient(#68ADFA 0%, #68ADFA 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.blue-theme body:not(.home) #page:before {
  background-color: #68ADFA;
}
body.blue-theme .teaser .caption {
  border-color: #68ADFA;
}
body.blue-theme main p a, body.blue-theme main ul li a, body.blue-theme #footer-main li a, body.blue-theme .contact-box dd a, body.blue-theme .wp-block-file a, body.blue-theme .togglebox-btn span {
  background: linear-gradient(#68ADFA, #68ADFA);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.blue-theme main p a:hover, body.blue-theme main ul li a:hover, body.blue-theme #footer-main li a:hover, body.blue-theme .contact-box dd a:hover, body.blue-theme .wp-block-file a:hover, body.blue-theme .togglebox-btn span:hover {
  text-decoration: none;
  background: linear-gradient(#68ADFA 0%, #68ADFA 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.blue-theme .teaser-link {
  background: linear-gradient(#68ADFA, #68ADFA);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.blue-theme .teaser-link:hover {
  text-decoration: none;
  background: linear-gradient(#68ADFA 0%, #68ADFA 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.blue-theme .interactive-map .mieter-icon {
  background-color: #68ADFA;
}
body.blue-theme .overlay--link {
  background: linear-gradient(#68ADFA, #68ADFA);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.blue-theme .overlay--link:hover {
  text-decoration: none;
  background: linear-gradient(#68ADFA 0%, #68ADFA 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.blue-theme .mieter-overlay--listnumber {
  background-color: #68ADFA;
}
body.blue-theme .mieter-overlay--listtitle {
  background: linear-gradient(#68ADFA, #68ADFA);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.blue-theme .mieter-overlay--listtitle:hover {
  text-decoration: none;
  background: linear-gradient(#68ADFA 0%, #68ADFA 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.blue-theme .input-field input[type=submit] {
  background-color: #68ADFA;
}
body.blue-theme .wpcf7 input[type=submit] {
  background-color: #68ADFA;
}
body.blue-theme .day .event--info {
  border-bottom: 4px solid #68ADFA;
}
body.blue-theme .day .more-link:hover .event--info,
body.blue-theme .day .more-link:hover .event--date {
  background-color: #68ADFA;
  border-color: #000;
}
body.blue-theme .the-datepicker__main td.the-datepicker__cell.the-datepicker__day--today {
  background-color: #68ADFA;
}
body.blue-theme #page::before,
body.blue-theme #header-main.sticky,
body.blue-theme .pagination a:hover {
  background-color: #68ADFA;
}
body.blue-theme .block-event--item-link .block-event--item-content {
  border: 3px solid #68ADFA;
  border-top: 0;
}
body.blue-theme .block-event--item-link:hover .block-event--item-content {
  background-color: #68ADFA;
}
body.blue-theme .block-event--item-link:hover .block-event--item-content {
  border-bottom-color: #000;
}
body.blue-theme .block-mieter--item-eyecatcher, body.blue-theme .block-rooms--item-eyecatcher {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #68ADFA calc(50% + 1.41421px)), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #68ADFA calc(50% + 1.41421px)), linear-gradient(to top left, rgba(0, 0, 0, 0) calc(50% - .70711px), #000000 calc(50% - .70711px), #000000 calc(50% + .70711px), #68ADFA calc(50% + .70711px)), linear-gradient(#68ADFA, #68ADFA), linear-gradient(#fff, #fff);
}
body.blue-theme #map--wrapper.animate .interactive-map .mieter-icon {
  animation: pulse-blue 0.7s 1.6s 3;
}
body.blue-theme #map--wrapper.blink .interactive-map .mieter-icon {
  animation: pulse-blue 0.7s 1;
}

body.green-theme {
  /**
  	This file is created to change the primary-color of the
  	webpage on footer, header , links. Therefore we change the
      $primary-color based on a cookie and add the class <colorname>-theme{...}
      on the body element.
  */
}
body.green-theme footer#footer-main {
  background-color: #46EB82;
}
body.green-theme footer#footer-main ul.menu li a:before {
  background-color: #46EB82;
}
body.green-theme footer#footer-main ul.menu li a:hover {
  background: linear-gradient(#46EB82 0%, #46EB82 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.green-theme body:not(.home) #page:before {
  background-color: #46EB82;
}
body.green-theme .teaser .caption {
  border-color: #46EB82;
}
body.green-theme main p a, body.green-theme main ul li a, body.green-theme #footer-main li a, body.green-theme .contact-box dd a, body.green-theme .wp-block-file a, body.green-theme .togglebox-btn span {
  background: linear-gradient(#46EB82, #46EB82);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.green-theme main p a:hover, body.green-theme main ul li a:hover, body.green-theme #footer-main li a:hover, body.green-theme .contact-box dd a:hover, body.green-theme .wp-block-file a:hover, body.green-theme .togglebox-btn span:hover {
  text-decoration: none;
  background: linear-gradient(#46EB82 0%, #46EB82 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.green-theme .teaser-link {
  background: linear-gradient(#46EB82, #46EB82);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.green-theme .teaser-link:hover {
  text-decoration: none;
  background: linear-gradient(#46EB82 0%, #46EB82 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.green-theme .interactive-map .mieter-icon {
  background-color: #46EB82;
}
body.green-theme .overlay--link {
  background: linear-gradient(#46EB82, #46EB82);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.green-theme .overlay--link:hover {
  text-decoration: none;
  background: linear-gradient(#46EB82 0%, #46EB82 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.green-theme .mieter-overlay--listnumber {
  background-color: #46EB82;
}
body.green-theme .mieter-overlay--listtitle {
  background: linear-gradient(#46EB82, #46EB82);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.green-theme .mieter-overlay--listtitle:hover {
  text-decoration: none;
  background: linear-gradient(#46EB82 0%, #46EB82 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.green-theme .input-field input[type=submit] {
  background-color: #46EB82;
}
body.green-theme .wpcf7 input[type=submit] {
  background-color: #46EB82;
}
body.green-theme .day .event--info {
  border-bottom: 4px solid #46EB82;
}
body.green-theme .day .more-link:hover .event--info,
body.green-theme .day .more-link:hover .event--date {
  background-color: #46EB82;
  border-color: #000;
}
body.green-theme .the-datepicker__main td.the-datepicker__cell.the-datepicker__day--today {
  background-color: #46EB82;
}
body.green-theme #page::before,
body.green-theme #header-main.sticky,
body.green-theme .pagination a:hover {
  background-color: #46EB82;
}
body.green-theme .block-event--item-link .block-event--item-content {
  border: 3px solid #46EB82;
  border-top: 0;
}
body.green-theme .block-event--item-link:hover .block-event--item-content {
  background-color: #46EB82;
}
body.green-theme .block-event--item-link:hover .block-event--item-content {
  border-bottom-color: #000;
}
body.green-theme .block-mieter--item-eyecatcher, body.green-theme .block-rooms--item-eyecatcher {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #46EB82 calc(50% + 1.41421px)), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #46EB82 calc(50% + 1.41421px)), linear-gradient(to top left, rgba(0, 0, 0, 0) calc(50% - .70711px), #000000 calc(50% - .70711px), #000000 calc(50% + .70711px), #46EB82 calc(50% + .70711px)), linear-gradient(#46EB82, #46EB82), linear-gradient(#fff, #fff);
}
body.green-theme #map--wrapper.animate .interactive-map .mieter-icon {
  animation: pulse-green 0.7s 1.6s 3;
}
body.green-theme #map--wrapper.blink .interactive-map .mieter-icon {
  animation: pulse-green 0.7s 1;
}

body.pink-theme {
  /**
  	This file is created to change the primary-color of the
  	webpage on footer, header , links. Therefore we change the
      $primary-color based on a cookie and add the class <colorname>-theme{...}
      on the body element.
  */
}
body.pink-theme footer#footer-main {
  background-color: #FC91EB;
}
body.pink-theme footer#footer-main ul.menu li a:before {
  background-color: #FC91EB;
}
body.pink-theme footer#footer-main ul.menu li a:hover {
  background: linear-gradient(#FC91EB 0%, #FC91EB 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.pink-theme body:not(.home) #page:before {
  background-color: #FC91EB;
}
body.pink-theme .teaser .caption {
  border-color: #FC91EB;
}
body.pink-theme main p a, body.pink-theme main ul li a, body.pink-theme #footer-main li a, body.pink-theme .contact-box dd a, body.pink-theme .wp-block-file a, body.pink-theme .togglebox-btn span {
  background: linear-gradient(#FC91EB, #FC91EB);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.pink-theme main p a:hover, body.pink-theme main ul li a:hover, body.pink-theme #footer-main li a:hover, body.pink-theme .contact-box dd a:hover, body.pink-theme .wp-block-file a:hover, body.pink-theme .togglebox-btn span:hover {
  text-decoration: none;
  background: linear-gradient(#FC91EB 0%, #FC91EB 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 65%;
  background-repeat: no-repeat;
}
body.pink-theme .teaser-link {
  background: linear-gradient(#FC91EB, #FC91EB);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.pink-theme .teaser-link:hover {
  text-decoration: none;
  background: linear-gradient(#FC91EB 0%, #FC91EB 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 18px 65%;
  background-repeat: no-repeat;
}
body.pink-theme .interactive-map .mieter-icon {
  background-color: #FC91EB;
}
body.pink-theme .overlay--link {
  background: linear-gradient(#FC91EB, #FC91EB);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.pink-theme .overlay--link:hover {
  text-decoration: none;
  background: linear-gradient(#FC91EB 0%, #FC91EB 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 12px 65%;
  background-repeat: no-repeat;
}
body.pink-theme .mieter-overlay--listnumber {
  background-color: #FC91EB;
}
body.pink-theme .mieter-overlay--listtitle {
  background: linear-gradient(#FC91EB, #FC91EB);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.pink-theme .mieter-overlay--listtitle:hover {
  text-decoration: none;
  background: linear-gradient(#FC91EB 0%, #FC91EB 80%, #000000 100%);
  background-size: 100% 8px;
  background-position: 0 calc(100% - 8px);
  background-repeat: no-repeat;
}
body.pink-theme .input-field input[type=submit] {
  background-color: #FC91EB;
}
body.pink-theme .wpcf7 input[type=submit] {
  background-color: #FC91EB;
}
body.pink-theme .day .event--info {
  border-bottom: 4px solid #FC91EB;
}
body.pink-theme .day .more-link:hover .event--info,
body.pink-theme .day .more-link:hover .event--date {
  background-color: #FC91EB;
  border-color: #000;
}
body.pink-theme .the-datepicker__main td.the-datepicker__cell.the-datepicker__day--today {
  background-color: #FC91EB;
}
body.pink-theme #page::before,
body.pink-theme #header-main.sticky,
body.pink-theme .pagination a:hover {
  background-color: #FC91EB;
}
body.pink-theme .block-event--item-link .block-event--item-content {
  border: 3px solid #FC91EB;
  border-top: 0;
}
body.pink-theme .block-event--item-link:hover .block-event--item-content {
  background-color: #FC91EB;
}
body.pink-theme .block-event--item-link:hover .block-event--item-content {
  border-bottom-color: #000;
}
body.pink-theme .block-mieter--item-eyecatcher, body.pink-theme .block-rooms--item-eyecatcher {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #FC91EB calc(50% + 1.41421px)), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #000000 50%, #000000 calc(50% + 1.41421px), #FC91EB calc(50% + 1.41421px)), linear-gradient(to top left, rgba(0, 0, 0, 0) calc(50% - .70711px), #000000 calc(50% - .70711px), #000000 calc(50% + .70711px), #FC91EB calc(50% + .70711px)), linear-gradient(#FC91EB, #FC91EB), linear-gradient(#fff, #fff);
}
body.pink-theme #map--wrapper.animate .interactive-map .mieter-icon {
  animation: pulse-pink 0.7s 1.6s 3;
}
body.pink-theme #map--wrapper.blink .interactive-map .mieter-icon {
  animation: pulse-pink 0.7s 1.1;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #feeb37;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #FF6457;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #FFAC2D;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #68ADFA;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #46EB82;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-pink {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #FC91EB;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

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