@charset "UTF-8";
/*
Theme Name: ACUD MACHT NEU v2
Theme URI: https://acudmachtneu.de
Author: rmnprkrl@gmail.com
Author URI: http://romanprikryl.com
E-Mail: mailto:rmnprkrl@gmail.com
Version: 2.0
Text Domain: amn
*/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 1s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -3px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.programm-page-footer:after, .main-menu:after {
  content: "";
  display: table;
  clear: both;
}

.cursor-pointer {
  cursor: pointer;
}

html {
  font-size: 100%;
  line-height: 1.4;
}
@media all and (min-width: 360px) {
  html {
    font-size: 100%;
  }
}
@media all and (min-width: 600px) {
  html {
    font-size: 100%;
  }
}
@media all and (min-width: 860px) {
  html {
    font-size: 106.25%;
  }
}
@media all and (min-width: 1400px) {
  html {
    font-size: 106.25%;
  }
}
@media all and (min-width: 1600px) {
  html {
    font-size: 106.25%;
  }
}
@media all and (min-width: 1900px) {
  html {
    font-size: 106.25%;
  }
}

@font-face {
  font-family: "lanord";
  src: url("fonts/la-nord-regular.eot");
  src: url("fonts/la-nord-regular.eot?#iefix") format("embedded-opentype"), url("fonts/la-nord-regular.woff2") format("woff2"), url("fonts/la-nord-regular.woff") format("woff"), url("fonts/la-nord-regular.svg#la-nord-regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-1D7FF;
}
@font-face {
  font-family: "lanord-bold";
  src: url("fonts/la-nord-bold.eot");
  src: url("fonts/la-nord-bold.eot?#iefix") format("embedded-opentype"), url("fonts/la-nord-bold.woff2") format("woff2"), url("fonts/la-nord-bold.woff") format("woff"), url("fonts/la-nord-bold.svg#la-nord-bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-1D7FF;
}
html {
  font-family: "lanord", Arial, sans-serif;
}

@media all and (min-width: 0em) and (max-width: 37.4375em) {
  u {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

a {
  color: black;
  text-decoration: none;
}
@media all and (min-width: 0em) and (max-width: 37.4375em) {
  a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}

.t3, .wysiwug h2, .page.galerie h2, .has-hamburger .main-menu__item {
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 1.4rem;
}
@media all and (min-width: 360px) {
  .t3, .wysiwug h2, .page.galerie h2, .has-hamburger .main-menu__item {
    font-size: 2.75rem;
  }
}
@media all and (min-width: 600px) {
  .t3, .wysiwug h2, .page.galerie h2, .has-hamburger .main-menu__item {
    font-size: 2.75rem;
  }
}
@media all and (min-width: 860px) {
  .t3, .wysiwug h2, .page.galerie h2, .has-hamburger .main-menu__item {
    font-size: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  .t3, .wysiwug h2, .page.galerie h2, .has-hamburger .main-menu__item {
    font-size: 3.125rem;
  }
}

.t2, .wysiwug h3, .slider-article__title, .main-menu__sub-menu {
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 1.4rem;
  margin-left: -vr(0.1);
  overflow-wrap: break-word;
}
@media all and (min-width: 360px) {
  .t2, .wysiwug h3, .slider-article__title, .main-menu__sub-menu {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 600px) {
  .t2, .wysiwug h3, .slider-article__title, .main-menu__sub-menu {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 860px) {
  .t2, .wysiwug h3, .slider-article__title, .main-menu__sub-menu {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 1400px) {
  .t2, .wysiwug h3, .slider-article__title, .main-menu__sub-menu {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 87.5em) {
  .t2, .wysiwug h3, .slider-article__title, .main-menu__sub-menu {
    overflow-wrap: default;
  }
}

.t1 {
  font-size: 1.625rem;
  line-height: 1.1;
  margin-bottom: 1.4rem;
  letter-spacing: 0px;
  overflow-wrap: break-word;
}
@media all and (min-width: 360px) {
  .t1 {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 600px) {
  .t1 {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 860px) {
  .t1 {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 1400px) {
  .t1 {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 87.5em) {
  .t1 {
    overflow-wrap: default;
  }
}

.t0-5, .post-item__title:not(.post-item__title--project) {
  font-size: 1.25rem;
  line-height: 1.1;
  line-height: 1.54rem;
}
@media all and (min-width: 360px) {
  .t0-5, .post-item__title:not(.post-item__title--project) {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 600px) {
  .t0-5, .post-item__title:not(.post-item__title--project) {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 860px) {
  .t0-5, .post-item__title:not(.post-item__title--project) {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1400px) {
  .t0-5, .post-item__title:not(.post-item__title--project) {
    font-size: 1.25rem;
  }
}

.t0, .widget-newsletter h3, .subnav__header {
  font-size: 1rem;
  line-height: 1.4;
}
@media all and (min-width: 360px) {
  .t0, .widget-newsletter h3, .subnav__header {
    font-size: 1rem;
  }
}
@media all and (min-width: 600px) {
  .t0, .widget-newsletter h3, .subnav__header {
    font-size: 1rem;
  }
}
@media all and (min-width: 860px) {
  .t0, .widget-newsletter h3, .subnav__header {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 1400px) {
  .t0, .widget-newsletter h3, .subnav__header {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 1600px) {
  .t0, .widget-newsletter h3, .subnav__header {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 1900px) {
  .t0, .widget-newsletter h3, .subnav__header {
    font-size: 1.0625rem;
  }
}

.t-nav, .programm-nav.is-fixed .programm-nav__right {
  font-size: 1.625rem;
  line-height: 1.1;
}
@media all and (min-width: 360px) {
  .t-nav, .programm-nav.is-fixed .programm-nav__right {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 600px) {
  .t-nav, .programm-nav.is-fixed .programm-nav__right {
    font-size: 2.25rem;
  }
}

.s1, .filter__item {
  font-size: 0.75rem;
}
@media all and (min-width: 360px) {
  .s1, .filter__item {
    font-size: 1rem;
  }
}

.t-text-title {
  margin-bottom: 21px;
  margin-top: -11px;
}
@media all and (min-width: 53.75em) {
  .t-text-title {
    margin-bottom: 32px;
    margin-top: -3px;
    margin-top: -11px;
  }
}
@media all and (min-width: 87.5em) {
  .t-text-title {
    margin-bottom: 50px;
    margin-top: -4px;
    margin-top: -13px;
  }
}

.t-title-header {
  margin-bottom: 0;
}
.t-title-header--event {
  margin-bottom: 0.42rem;
}
@media all and (min-width: 0em) and (max-width: 37.4375em) {
  .t-title-header--event {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.t-grid-title {
  margin-top: -30px;
}

.t-bold, strong,
b, .wysiwug h3, .wysiwug h2, .footer__social, .footer__address__text, .post-item__title:not(.post-item__title--project), .mag-article__title, .page.galerie h2, .slider-article__pagination__item, .slider-article__title, .subnav-title, .subnav__header, .main-menu__sub-menu, .main-menu__item, .o-link-internal, .o-page-space-link, .pagination, .t-extra {
  font-family: "lanord-bold";
}

.t-not-bold {
  font-family: "lanord";
}

.t-line-height-list, .post-item__category {
  line-height: 1.2rem;
}
@media all and (min-width: 87.5em) {
  .t-line-height-list, .post-item__category {
    line-height: 1.3rem;
  }
}

.t-extra {
  color: rgb(143, 27, 245) !important;
}

.t-extra-color {
  color: rgb(143, 27, 245) !important;
}

.t-extra-color-1 {
  color: rgb(143, 27, 245);
}

@media all and (min-width: 53.75em) {
  .t-align-right {
    text-align: right;
  }
}

.t-uppercase, .widget-newsletter h3, .subnav-title, .subnav__header, .main-menu__sub-menu, .main-menu__item, .o-link-internal, .o-page-space-link, .o-weiter, .t-extra {
  text-transform: uppercase;
}

.t-center {
  text-align: center;
}

.t-word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.t-margin-header {
  margin-top: 15px;
}
@media all and (min-width: 53.75em) {
  .t-margin-header {
    margin-top: 15px;
  }
}
@media all and (min-width: 87.5em) {
  .t-margin-header {
    margin-top: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input,
textarea,
button {
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
}
input:hover, input:active, input:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

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

article img {
  max-width: 1200px;
}
article p img {
  max-width: 850px;
}
article p {
  margin-bottom: 20px;
  max-width: 900px;
}
figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.home .l-body-wrapper {
  overflow: hidden;
}

.l-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
}
.l-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 37.5em) {
  .l-wrapper {
    padding: 0 30px;
  }
}
.l-wrapper--header {
  background: white;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
}
@media all and (min-width: 53.75em) {
  .l-wrapper--header {
    height: 72px;
  }
  body.nav-is-open .l-wrapper--header {
    z-index: 3000;
  }
}
.l-wrapper--footer {
  margin-bottom: 15px;
}
@media all and (min-width: 53.75em) {
  .l-wrapper--footer {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 87.5em) {
  .l-wrapper--footer {
    margin-bottom: 15px;
  }
}

.has-hamburger.is-hamburger-nav-open body {
  overflow: hidden;
}
.has-hamburger.is-hamburger-nav-open .header__nav {
  overflow: scroll;
}

.l-section, .mag-article__figure {
  margin-bottom: 30px;
}
@media all and (min-width: 53.75em) {
  .l-section, .mag-article__figure {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 87.5em) {
  .l-section, .mag-article__figure {
    margin-bottom: 30px;
  }
}
.l-section--dark {
  background: black;
  margin-top: 60px;
  padding: 30px 0;
}
.l-section--dark *,
.l-section--dark a {
  color: white;
}
.l-section--no-margin {
  margin-bottom: 0;
}

.l-section-padding {
  padding-bottom: 30px;
}
@media all and (min-width: 53.75em) {
  .l-section-padding {
    padding-bottom: 30px;
  }
}
@media all and (min-width: 87.5em) {
  .l-section-padding {
    padding-bottom: 30px;
  }
}

.l-wrapper-inner {
  max-width: 100vw;
  position: relative;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 87.5em) {
  .l-wrapper-inner {
    max-width: 1900px;
  }
}
.l-wrapper-inner--border {
  border-top: solid 4px black;
  margin-top: 40px;
  padding-top: 20px;
}
.l-wrapper-header {
  position: relative;
}

.l-wrapper-inner-has-widget {
  margin-bottom: 0;
  padding: 0 15px;
}
.l-wrapper-inner-has-widget:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 53.75em) {
  .l-wrapper-inner-has-widget {
    padding: 0;
  }
}
@media all and (min-width: 53.75em) {
  .l-wrapper-inner-has-widget {
    margin-bottom: 36px;
  }
}
@media all and (min-width: 87.5em) {
  .l-wrapper-inner-has-widget {
    margin-bottom: 36px;
  }
}
.l-wrapper-inner-has-widget__margin {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.l-wrapper-inner-has-widget__content {
  width: 100%;
  margin-bottom: 36px;
}
@media all and (min-width: 53.75em) {
  .l-wrapper-inner-has-widget__content {
    width: 66.6666666667%;
    padding: 0 15px;
  }
}
@media all and (min-width: 53.75em) {
  .l-wrapper-inner-has-widget__content--subnav {
    width: 80%;
    padding: 0 15px;
  }
}
.l-wrapper-inner-has-widget__widget {
  width: 100%;
  margin-bottom: 0;
}
@media all and (min-width: 53.75em) {
  .l-wrapper-inner-has-widget__widget {
    width: 33.3333333333%;
    padding: 0 15px;
  }
}
@media all and (min-width: 53.75em) {
  .l-wrapper-inner-has-widget__widget--margin {
    margin-top: 79px;
  }
}
@media all and (min-width: 87.5em) {
  .l-wrapper-inner-has-widget__widget--margin {
    margin-top: 100px;
  }
}
.l-wrapper-inner-has-widget__subnav {
  width: 100%;
  margin-bottom: 0;
}
@media all and (min-width: 53.75em) {
  .l-wrapper-inner-has-widget__subnav {
    width: 20%;
    padding: 0 15px;
  }
}
@media all and (min-width: 53.75em) {
  .l-wrapper-inner-has-widget__subnav--margin {
    margin-top: 79px;
  }
}
@media all and (min-width: 87.5em) {
  .l-wrapper-inner-has-widget__subnav--margin {
    margin-top: 100px;
  }
}

.l-wrapper-container {
  padding-top: 70px;
}
@media all and (min-width: 53.75em) {
  .l-wrapper-container {
    padding-top: 100px;
  }
}
.galerie .l-wrapper-container {
  padding-top: 70px;
}
@media all and (min-width: 53.75em) {
  .galerie .l-wrapper-container {
    padding-top: 100px;
  }
}
.programm .l-wrapper-container {
  padding-top: 0;
}
.programm .l-wrapper-container .l-wrapper-inner--border {
  margin-top: 0;
}
@media all and (min-width: 53.75em) {
  .programm .l-wrapper-container {
    padding-top: 0;
  }
  .programm .l-wrapper-container .l-wrapper-inner--border {
    margin-top: 20px;
  }
}

.l-program-page-offset {
  height: 70px;
}
@media all and (min-width: 53.75em) {
  .l-program-page-offset {
    height: 100px;
  }
}

.l-programm-page-footer {
  margin-top: -15px;
}
@media all and (min-width: 87.5em) {
  .l-programm-page-footer {
    margin-top: -30px;
  }
}

.l-aspect-16-9 {
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}

.l-aspect-3-2 {
  width: 100%;
  padding-bottom: 66.66%;
  display: block;
  position: relative;
}

.l-aspect-1-1 {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  position: relative;
}

.l-aspect-inner-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.l-aspect-inner-img--3-2 {
  width: 100%;
  height: 100%;
}
.l-aspect-inner-img--3-2 video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.l-grid-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.l-grid-2__inner {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media all and (min-width: 37.5em) {
  .l-grid-2__inner {
    width: 50%;
  }
}

.l-grid-3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.l-grid-3__inner {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media all and (min-width: 37.5em) {
  .l-grid-3__inner {
    width: 33.3333333333%;
  }
}

.l-grid-4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.l-grid-4__inner {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media all and (min-width: 37.5em) {
  .l-grid-4__inner {
    width: 25%;
  }
}

.l-grid-4-lr {
  margin-left: -15px;
  margin-right: -15px;
}
.l-grid-4-lr:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 53.75em) {
  .l-grid-4-lr {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 87.5em) {
  .l-grid-4-lr {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.l-grid-4-lr__item {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media all and (min-width: 22.5em) {
  .l-grid-4-lr__item {
    width: 50%;
  }
  .l-grid-4-lr__item:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (min-width: 37.5em) {
  .l-grid-4-lr__item {
    width: 25%;
  }
  .l-grid-4-lr__item:nth-child(2n+1) {
    clear: none;
  }
  .l-grid-4-lr__item:nth-child(3n+1) {
    clear: none;
  }
  .l-grid-4-lr__item:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (min-width: 53.75em) {
  .l-grid-4-lr__item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .l-grid-4-lr__item:nth-child(2n+1) {
    clear: none;
  }
  .l-grid-4-lr__item:nth-child(3n+1) {
    clear: none;
  }
  .l-grid-4-lr__item:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (min-width: 87.5em) {
  .l-grid-4-lr__item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.l-post-list {
  margin-left: -15px;
  margin-right: -15px;
}
.l-post-list:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 53.75em) {
  .l-post-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (min-width: 87.5em) {
  .l-post-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.l-post-list__item {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media all and (min-width: 37.5em) {
  .l-post-list__item {
    width: 50%;
  }
  .l-post-list__item:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (min-width: 53.75em) {
  .l-post-list__item {
    width: 33.3333333333%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .l-post-list__item:nth-child(2n+1) {
    clear: none;
  }
  .l-post-list__item:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 87.5em) {
  .l-post-list__item {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 37.5em) {
  .l-post-list__item--grid-2 {
    width: 100%;
  }
}
@media all and (min-width: 53.75em) {
  .l-post-list__item--grid-2 {
    width: 50%;
  }
  .l-post-list__item--grid-2:nth-child(2n+1) {
    clear: both;
  }
  .l-post-list__item--grid-2:nth-child(3n+1) {
    clear: none;
  }
}
@media all and (min-width: 37.5em) {
  .l-post-list__item--grid-4 {
    width: 100%;
  }
}
@media all and (min-width: 53.75em) {
  .l-post-list__item--grid-4 {
    width: 50%;
  }
  .l-post-list__item--grid-4:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 87.5em) {
  .l-post-list__item--grid-4 {
    width: 25%;
  }
  .l-post-list__item--grid-4:nth-child(2n+1) {
    clear: none;
  }
  .l-post-list__item--grid-4:nth-child(3n+1) {
    clear: none;
  }
  .l-post-list__item--grid-4:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (min-width: 37.5em) {
  .l-post-list__item--grid-1 {
    width: 100%;
  }
}
@media all and (min-width: 53.75em) {
  .l-post-list__item--grid-1 {
    width: 100%;
  }
}
.l-post-list__item--widget {
  width: 100%;
}

.programm-highlights,
.mag-related {
  margin-top: 80px;
}

.programm-highlights__list.l-post-list,
.mag-related__list.l-post-list,
.about-haus__list.l-post-list {
  padding-top: 40px;
}

.programm-page-exhibition h1.t3, .programm-page-exhibition .has-hamburger h1.main-menu__item, .has-hamburger .programm-page-exhibition h1.main-menu__item {
  margin-bottom: 65px;
}

@media all and (min-width: 53.75em) {
  .l-section--news .l-post-list__item:last-child {
    margin-bottom: 0 !important;
  }
}

.post-item--news-front .post-item-inner .post-item__excerpt {
  margin-top: 0 !important;
}
.post-item--news-front .post-item-inner:first-child {
  margin-bottom: 15px;
}
@media all and (min-width: 37.5em) {
  .post-item--news-front .post-item-inner {
    margin-bottom: 0;
  }
}
@media all and (min-width: 53.75em) {
  .post-item--news-front .post-item-inner {
    float: left;
    width: 50%;
  }
  .post-item--news-front .post-item-inner:first-child {
    padding-right: 30px;
  }
}

@media all and (min-width: 37.5em) {
  .is-filtered .programm-page__list--not-exhibition.l-post-list .l-post-list__item:nth-child(2n+1) {
    clear: none;
  }
}
@media all and (min-width: 53.75em) {
  .is-filtered .programm-page__list--not-exhibition.l-post-list .l-post-list__item:nth-child(2n+1) {
    clear: none;
  }
  .is-filtered .programm-page__list--not-exhibition.l-post-list .l-post-list__item:nth-child(3n+1) {
    clear: none;
  }
}
@media all and (min-width: 37.5em) {
  .is-filtered .programm-page__list--not-exhibition.l-post-list .l-post-list__item.l-nth2-break {
    clear: both;
  }
}
@media all and (min-width: 53.75em) {
  .is-filtered .programm-page__list--not-exhibition.l-post-list .l-post-list__item.l-nth2-break {
    clear: none;
  }
}
@media all and (min-width: 53.75em) {
  .is-filtered .programm-page__list--not-exhibition.l-post-list .l-post-list__item.l-nth3-break {
    clear: both;
  }
}

.l-hamburger {
  position: absolute;
  display: block;
  right: 0;
  top: -1px;
}
@media all and (min-width: 53.75em) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger.is-active {
  top: 4;
}

.hamburger-inner:before {
  display: none;
}

.o-weiter {
  padding-bottom: 40px;
}
@media all and (min-width: 53.75em) {
  .o-weiter {
    float: right;
  }
  .o-weiter-m-t {
    padding-top: 40px;
  }
}
.o-weiter a {
  float: left;
  color: black;
}
.o-weiter a::before {
  content: "→";
  padding-right: 2px;
}
.l-section--dark .o-weiter a {
  color: white;
}

.o-weiter--inline {
  float: none;
}
.o-weiter--inline a {
  float: none;
  border: none;
}

.o-weiter--block {
  float: left;
}
.o-weiter--block a {
  border: none;
  padding-left: 0;
}

.pagination .page-numbers {
  display: none;
}
.pagination .current, .pagination .prev, .pagination .next {
  display: inline;
}

.o-title-link {
  color: rgb(143, 27, 245);
}
.o-title-link:visited {
  color: rgb(143, 27, 245);
}
.o-title-link:hover {
  color: rgb(143, 27, 245);
}

.o-page-space-link {
  display: block;
}
.o-page-space-link::before {
  content: "→";
  padding-right: 2px;
}

.o-link-internal {
  display: block;
  color: rgb(143, 27, 245);
}
.o-link-internal::before {
  content: "→";
  padding-right: 2px;
}
.o-link-internal:visited {
  color: rgb(143, 27, 245);
}
.o-link-internal:hover {
  color: rgb(143, 27, 245);
}
.o-link-internal--inline {
  display: inline;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transition: opacity 0.1s ease-in-out;
}

.header {
  background: white;
  height: 56px;
  line-height: 69px;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 53.75em) {
  .header {
    height: 72px;
    line-height: 90px;
  }
}

.header__title {
  float: left;
  overflow: hidden;
}
@media all and (min-width: 53.75em) {
  .header__title {
    height: 72px;
  }
}
@media all and (min-width: 87.5em) {
  .header__title {
    height: 72px;
  }
}

.header__nav {
  background-color: white;
  position: fixed;
  left: 0;
  top: 56px;
  width: 100%;
  height: calc(100% - 56px);
  height: 100vh;
  padding: 0 15px;
  display: none;
  overflow: hidden;
}
.header__nav.is-open {
  display: block;
}
@media all and (min-width: 37.5em) {
  .header__nav {
    padding: 0 30px;
  }
}
@media all and (min-width: 53.75em) {
  .header__nav {
    height: 72px;
    position: relative;
    float: right;
    left: auto;
    top: auto !important;
    width: auto;
    display: block;
    padding: 0;
  }
}
@media all and (min-width: 87.5em) {
  .header__nav {
    height: 72px;
  }
}

.header-link-admin {
  position: fixed;
  bottom: -15px;
  right: 15px;
  color: gray !important;
}

.main-menu {
  list-style: none;
  list-style-position: inside;
  padding-bottom: 120px;
}
@media all and (min-width: 53.75em) {
  .main-menu {
    padding-bottom: 0;
  }
}

.has-hamburger .main-menu__item {
  font-size: 11vw;
  margin-bottom: 0rem;
}
@media all and (min-width: 53.75em) {
  .main-menu__item {
    float: left;
    margin-left: 30px;
  }
}
@media all and (min-width: 87.5em) {
  .main-menu__item {
    margin-left: 30px;
  }
}

.main-menu__sub-menu {
  list-style: none;
  list-style-position: inside;
  padding-left: 30px;
  display: none;
  font-size: 11vw;
  margin-bottom: 0rem;
  z-index: 1100;
  display: none;
}
@media all and (min-width: 53.75em) {
  .main-menu__sub-menu {
    background-color: white;
    position: fixed;
    left: 0px;
    top: 70px;
    width: 100%;
    padding-left: 38px;
    padding-right: 30px;
    text-align: right;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 2.75rem;
    line-height: 1;
  }
}
@media all and (min-width: 53.75em) and (min-width: 360px) {
  .main-menu__sub-menu {
    font-size: 2.75rem;
  }
}
@media all and (min-width: 53.75em) and (min-width: 600px) {
  .main-menu__sub-menu {
    font-size: 2.75rem;
  }
}
@media all and (min-width: 53.75em) and (min-width: 860px) {
  .main-menu__sub-menu {
    font-size: 2.75rem;
  }
}
@media all and (min-width: 53.75em) and (min-width: 1600px) {
  .main-menu__sub-menu {
    font-size: 3.125rem;
  }
}

@media all and (min-width: 53.75em) {
  .main-menu__sub-menu__item {
    display: block;
    position: relative;
    margin: 0 auto;
    left: -3px;
    max-width: 100vw;
  }
}
@media all and (min-width: 87.5em) {
  .main-menu__sub-menu__item {
    max-width: 1900px;
  }
}

.subnav {
  margin-bottom: 30px;
  position: sticky;
}
@media all and (min-width: 53.75em) {
  .subnav {
    top: 106px;
    margin-top: 6px;
  }
}
@media all and (min-width: 53.75em) {
  .subnav__header {
    font-size: 12px;
  }
}
.subnav__item {
  margin-bottom: 0rem;
  list-style: none;
  display: inline-block;
}
@media all and (min-width: 53.75em) {
  .subnav__item {
    display: block;
  }
}
.subnav__item__link {
  font-weight: 400;
  margin-bottom: 0rem;
}
.subnav-title {
  cursor: pointer;
}

.dropdown-list__item {
  list-style: none;
}
.dropdown-list__events {
  list-style: none;
  display: none;
}

.dropdown-link {
  display: flex;
}
.dropdown-link::before {
  content: "→ ";
  padding-right: 12px;
}

.programm-nav {
  z-index: 10;
  top: 0;
  padding-bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.programm-nav.is-fixed {
  position: fixed;
  width: 100%;
  background: white;
  opacity: 1;
  top: 56px;
}
.programm-nav.is-fixed.is-hidden {
  opacity: 0;
}
@media all and (min-width: 53.75em) {
  .programm-nav.is-fixed {
    z-index: 1000;
    display: block;
    top: 72px;
  }
}
@media all and (min-width: 87.5em) {
  .programm-nav.is-fixed {
    padding-right: 0;
  }
}
.programm-nav.is-fixed .programm-nav__left {
  width: 100%;
  margin-top: 0;
}
@media all and (min-width: 53.75em) {
  .programm-nav.is-fixed .programm-nav__left {
    padding-left: 25px;
    float: left;
    width: 60%;
  }
}
@media all and (min-width: 62.5em) {
  .programm-nav.is-fixed .programm-nav__left {
    width: 50%;
  }
}
@media all and (min-width: 87.5em) {
  .programm-nav.is-fixed .programm-nav__left {
    width: 50%;
  }
}
.programm-nav.is-fixed .programm-nav__right {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
@media all and (min-width: 53.75em) {
  .programm-nav.is-fixed .programm-nav__right {
    margin-bottom: 0;
    float: right;
    width: 40%;
    line-height: 24px;
  }
}
@media all and (min-width: 62.5em) {
  .programm-nav.is-fixed .programm-nav__right {
    width: 50%;
  }
}
@media all and (min-width: 87.5em) {
  .programm-nav.is-fixed .programm-nav__right {
    line-height: 28px;
    width: 50%;
  }
}

.program-monat-nav {
  text-align: right;
}

.swiper-container {
  overflow: visible;
}

.swiper-article {
  width: 93vw;
}
@media all and (min-width: 53.75em) {
  .swiper-article {
    visibility: hidden;
    display: none;
    width: 100%;
  }
}

.swiper-slide__inner__container {
  width: 95vw;
}
@media all and (min-width: 37.5em) {
  .swiper-slide__inner__container {
    margin-top: 0;
    width: 100%;
  }
}

.swiper-slide-active .swiper-article {
  visibility: visible;
  display: block;
}
.swiper-slide-active .l-aspect-inner-img.l-aspect-inner-img--3-2 {
  transform: rotate(0) !important;
}

.l-aspect-inner-img.l-aspect-inner-img--3-2 {
  margin-top: 5px;
}

.swiper-slide.swiper-slide-prev .swiper-slide__inner__container {
  margin-right: 40px;
}
.swiper-slide.swiper-slide-next .swiper-slide__inner__container--right {
  float: left;
  margin-left: 40px;
}
.swiper-slide.swiper-slide-prev .swiper-slide__inner__container,
.swiper-slide.swiper-slide-next .swiper-slide__inner__container--right {
  opacity: 0;
}

.swiper-slide.swiper-slide-prev .swiper-slide__inner__container:hover,
.swiper-slide.swiper-slide-next .swiper-slide__inner__container--right:hover {
  opacity: 0;
}

.slider {
  display: flex;
  flex-wrap: wrap-reverse;
}
@media all and (min-width: 53.75em) {
  .slider {
    display: block;
  }
}
@media all and (min-width: 53.75em) {
  .slider--front {
    margin-bottom: 0;
  }
}

.slider__content {
  position: relative;
}
@media all and (min-width: 37.5em) {
  .slider__content__article {
    max-width: 66.666%;
  }
}
@media all and (min-width: 53.75em) {
  .slider__content__article {
    max-width: 100%;
  }
}
.slider__content__article__title {
  text-decoration: none;
}

.swiper-slide__inner {
  box-sizing: border-box;
  float: left;
  display: none;
}
@media all and (min-width: 37.5em) {
  .swiper-slide__inner {
    width: 93vw;
  }
}
@media all and (min-width: 53.75em) {
  .swiper-slide__inner {
    display: block;
    width: auto;
    float: none;
  }
}

.swiper-slide__inner__container {
  display: block;
  line-height: 0;
  cursor: pointer;
}
@media all and (min-width: 53.75em) {
  .swiper-slide__inner__container {
    width: 50%;
  }
}
.swiper-slide__inner__container--left {
  float: left;
}
.swiper-slide__inner__container--right {
  float: right;
}
.swiper-slide__inner__container--full {
  cursor: default;
}
@media all and (min-width: 53.75em) {
  .swiper-slide__inner__container--full {
    width: 100%;
  }
}
@media all and (min-width: 87.5em) {
  .swiper-slide__inner__container--full {
    width: 100%;
  }
}

.slider-article {
  margin-bottom: -4px;
}
.slider--exhibition .slider-article__content {
  display: block;
}
.slider--about .slider-article__content {
  display: block;
}
.slider-article__pagination {
  max-width: 90%;
  padding-top: 20px;
}
@media all and (min-width: 37.5em) {
  .slider-article__pagination {
    max-width: 100%;
  }
}
.slider-article__pagination__item {
  cursor: pointer;
  margin-right: 4px;
  display: inline-block;
}
.slider-article__pagination__item::before {
  content: "→";
  padding-right: 2px;
}
.slider--front .slider-article__content {
  width: 100%;
}
.slider--front .slider-article__content .slider-article-content {
  margin-top: 5px;
  padding-right: 5%;
}
@media all and (min-width: 53.75em) {
  .slider--front .slider-article__content {
    width: 48%;
    float: left;
    text-align: right;
  }
  .slider--front .slider-article__content .slider-article-content {
    padding-right: 0;
    padding-left: 25%;
  }
}
@media all and (min-width: 62.5em) {
  .slider--front .slider-article__content .slider-article-content {
    padding-left: 50%;
  }
}
@media all and (min-width: 100em) {
  .slider--front .slider-article__content .slider-article-content {
    padding-left: 60%;
  }
}

.is-visible {
  display: block;
}
.is-visible .slider-article__content {
  display: block;
}

@media all and (min-width: 62.5em) {
  .slider-news-content {
    padding-top: 30px;
  }
}
@media all and (min-width: 87.5em) {
  .slider-news-content {
    padding-top: 40px;
  }
}
@media all and (min-width: 100em) {
  .slider-news-content {
    padding-top: 80px;
  }
}

.slider-nav {
  position: absolute;
  right: 30px;
  top: 2px;
  font-family: "lanord-bold";
}
@media all and (min-width: 37.5em) {
  .slider-nav {
    right: 60px;
  }
}
@media all and (min-width: 53.75em) {
  .slider-nav {
    right: auto;
    position: relative;
  }
}
.slider-nav div {
  cursor: pointer;
  display: inline-block;
  font-size: 32px;
}
@media all and (min-width: 53.75em) {
  .slider-nav div {
    font-size: 20px;
  }
}

.slider-title {
  padding-right: 80px;
}
@media all and (min-width: 53.75em) {
  .slider-title {
    padding-right: 0;
    display: inline-block;
    max-width: 400px;
  }
}

.master-slider-parent {
  padding-top: 40px;
  margin-top: 0px;
  margin-left: 0 !important;
}

.master-slider.ms-skin-default.ms-wk {
  margin-bottom: 40px !important;
  transition: none !important;
  min-height: 50vw;
  margin-top: 40px !important;
  /* Keyframe animation for pulse effect */
}
@media all and (min-width: 37.5em) {
  .master-slider.ms-skin-default.ms-wk {
    min-height: 666px;
  }
}
.master-slider.ms-skin-default.ms-wk * {
  transition: none !important;
}
.master-slider.ms-skin-default.ms-wk .ms-slide-bgcont {
  transition: none !important;
}
.master-slider.ms-skin-default.ms-wk .ms-container,
.master-slider.ms-skin-default.ms-wk .ms-slide {
  opacity: 1 !important;
  transition: none !important;
}
.master-slider.ms-skin-default.ms-wk .ms-slide img {
  opacity: 1 !important;
  transition: none !important;
  margin-left: 0 !important;
}
.master-slider.ms-skin-default.ms-wk .ms-inner-controls-cont {
  margin: 0;
}
.master-slider.ms-skin-default.ms-wk .ms-nav-next,
.master-slider.ms-skin-default.ms-wk .ms-nav-prev {
  background: none;
  font-family: "lanord-bold";
  font-size: 32px;
  color: black;
  top: -25px;
  width: 28px;
}
@media all and (min-width: 62.5em) {
  .master-slider.ms-skin-default.ms-wk .ms-nav-next,
  .master-slider.ms-skin-default.ms-wk .ms-nav-prev {
    bottom: -15px;
    width: 20px;
    font-size: 20px;
  }
}
.master-slider.ms-skin-default.ms-wk .ms-nav-prev {
  left: auto;
  right: 28px;
}
@media all and (min-width: 62.5em) {
  .master-slider.ms-skin-default.ms-wk .ms-nav-prev {
    right: 20px;
  }
}
.master-slider.ms-skin-default.ms-wk .ms-nav-prev::before {
  content: "←";
}
.master-slider.ms-skin-default.ms-wk .ms-nav-next {
  right: -3px;
}
.master-slider.ms-skin-default.ms-wk .ms-nav-next::before {
  content: "→";
}
.master-slider.ms-skin-default.ms-wk .ms-loading-container .ms-loading,
.master-slider.ms-skin-default.ms-wk .ms-slide .ms-slide-loading {
  width: 50px;
  height: 10px;
  background: none;
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
  font-size: 10px;
  font-family: lanord;
}
.master-slider.ms-skin-default.ms-wk .ms-loading-container .ms-loading:before,
.master-slider.ms-skin-default.ms-wk .ms-slide .ms-slide-loading:before {
  content: "loading";
}
@keyframes pulse {
  0% {
    opacity: 0.5; /* Normal size */
  }
  50% {
    opacity: 1; /* Grow to 1.5x size */
  }
  100% {
    opacity: 0.5; /* Return to normal size */
  }
}

.slider-article-content p {
  margin-bottom: 0;
}

.filter:after {
  content: "";
  display: table;
  clear: both;
}
.filter__item {
  margin-right: 15px;
  display: block;
  float: left;
  cursor: pointer;
  margin-bottom: 0.42rem;
}
@media all and (min-width: 53.75em) {
  .filter__item {
    margin-bottom: 0.63rem;
    line-height: 14px;
  }
}
.filter__item:last-child() {
  margin-right: 0;
}
.filter__item.is-active {
  position: relative;
  text-decoration: underline;
}
.is-fixed .filter {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (min-width: 53.75em) {
  .is-fixed .filter .filter__item {
    margin-right: 15px;
    margin-top: 0;
  }
}
.is-fixed .filter .filter__item.is-active {
  text-decoration: underline;
}

.page.galerie h2:not(:first-of-type) {
  margin-top: 60px;
}

.gallery-front-info {
  margin-bottom: 20px;
}
@media all and (min-width: 53.75em) {
  .gallery-front-info {
    position: absolute;
    top: 0;
    left: 25%;
  }
}

.gallery-front-image {
  padding-bottom: 75px;
}

@media all and (min-width: 37.5em) {
  .gallery-front-cta {
    position: absolute;
    right: 0;
    top: 23px;
  }
}

.gallery-current-widget {
  margin-bottom: 60px;
}

.gallery-current-image {
  max-width: 1200px;
}

.gallery-current-widget-item {
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
}

.page-gallery-border {
  border-top: solid 4px black;
  padding-top: 16px;
}
@media all and (min-width: 53.75em) {
  .page-gallery-border {
    padding-top: 20px;
  }
}

.galerie-page-title {
  margin-top: -7.5px;
}

.page-gallery-border .galerie-page-title {
  margin-top: 0;
}

@media all and (min-width: 53.75em) {
  .programm-upcoming {
    margin-top: 80px;
  }
}
@media all and (min-width: 87.5em) {
  .programm-upcoming {
    margin-top: 80px;
  }
}

.programm-page__list {
  padding-bottom: 80px;
}

.is-filtered .programm-page-exhibition .l-wrapper-inner--border {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.programm-page-wrapper {
  min-height: 100vh;
}

.programm-page__filter {
  margin-top: -5px;
}
@media all and (min-width: 53.75em) {
  .programm-page__filter {
    margin-top: -6px;
  }
}
@media all and (min-width: 87.5em) {
  .programm-page__filter {
    margin-top: -3px;
  }
}

.programm-page-footer__link {
  float: left;
}
.programm-page-footer__link--right {
  float: right;
}

.is-heute {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.cancelled {
  text-decoration: none !important;
}

.mag-filter {
  max-width: 100%;
}
@media all and (min-width: 53.75em) {
  .mag-filter {
    max-width: 57%;
    margin: 0;
  }
}

.mag-article__category {
  margin-bottom: 0;
}

.max-width {
  max-width: 720px;
}

@media all and (min-width: 53.75em) {
  .page-projekte h1 {
    padding-left: 50px;
    max-width: 720px;
  }
}

.post-item {
  margin-bottom: 0;
}

.post-item__image {
  margin-bottom: 15px;
}
.post-item__image__link {
  display: block;
}
@media all and (min-width: 37.5em) {
  .post-item__image {
    margin-bottom: 15px;
  }
}

.post-item--news-front .post-item__excerpt p {
  margin-bottom: 15px;
}
.post-item--news-front .post-item__excerpt p:last-of-type {
  margin-bottom: 0;
}
.post-item--news-front .post-item__excerpt p a {
  font-family: "lanord-bold";
}
.post-item--news-front .post-item__excerpt p a:before {
  content: "→";
  padding-right: 5px;
}

.news-front__list__item .post-item__title {
  margin-bottom: 15px;
}
.news-front__list__item.l-post-list__item:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 53.75em) {
  .news-front__list__item.l-post-list__item {
    margin-bottom: 0;
  }
}

.team-foto__logo {
  opacity: 0;
}
.footer {
  padding-top: 80px;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer__address {
  margin-bottom: 15px;
  height: auto;
}
@media all and (min-width: 53.75em) {
  .footer__address {
    float: left;
    height: auto;
    margin-bottom: 0;
  }
}
.footer__address__logo {
  float: left;
  height: 57px;
  margin-top: 5px;
  margin-right: 7.5px;
}
@media all and (min-width: 53.75em) {
  .footer__address__logo {
    height: 60px;
  }
}
@media all and (min-width: 87.5em) {
  .footer__address__logo {
    margin-top: 6px;
    margin-top: 5px;
    height: 65px;
    margin-right: 10px;
  }
}
.footer__address__logo__img {
  height: 100%;
  width: auto;
  line-height: 0;
}
.footer__address__text {
  float: left;
}
.footer__social {
  display: none;
}
.footer__social:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 53.75em) {
  .footer__social {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.footer__social__item {
  margin-right: 7.5px;
  float: left;
}
.footer__social__item--end {
  margin-right: 0;
}
.footer__social__item--text {
  float: left;
  margin-right: 15px;
}
@media all and (min-width: 53.75em) {
  .footer__social__item--text {
    margin-right: 15px;
  }
}
@media all and (min-width: 87.5em) {
  .footer__social__item--text {
    margin-right: 30px;
  }
}
.footer__social--nav-header {
  position: fixed;
  bottom: 15px;
  width: calc(100% - 30px);
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}
@media all and (min-width: 360px) {
  .footer__social--nav-header {
    font-size: 1rem;
  }
}
@media all and (min-width: 600px) {
  .footer__social--nav-header {
    font-size: 1rem;
  }
}
@media all and (min-width: 860px) {
  .footer__social--nav-header {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 1400px) {
  .footer__social--nav-header {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 1600px) {
  .footer__social--nav-header {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 1900px) {
  .footer__social--nav-header {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 37.5em) {
  .footer__social--nav-header {
    width: calc(100% - 60px);
  }
}
@media all and (min-width: 53.75em) {
  .footer__social--nav-header {
    display: none;
  }
}

.wysiwug h2 {
  margin-top: 60px;
  margin-bottom: 15px;
}
.wysiwug h2:first-child {
  margin-top: 0;
}
@media all and (min-width: 53.75em) {
  .wysiwug h2 {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 87.5em) {
  .wysiwug h2 {
    margin-bottom: 15px;
  }
}
.wysiwug h3 {
  margin-bottom: 15px;
}
@media all and (min-width: 53.75em) {
  .wysiwug h3 {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 87.5em) {
  .wysiwug h3 {
    margin-bottom: 15px;
  }
}
.wysiwug p {
  margin-bottom: 22.5px;
}
.wysiwug a::before {
  content: "→";
  padding-right: 2px;
}

strong,
b {
  font-weight: normal;
}

body.has-sticker .sticky-extra-news {
  opacity: 1;
}

.sticky-extra-news {
  opacity: 0;
  cursor: pointer;
  position: fixed;
  z-index: 100000;
  cursor: pointer;
  transform: rotate(-15deg);
  user-select: none;
  top: 80px;
  right: 5px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  transition: all 0.1s linear;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: red;
}
.sticky-extra-news:hover {
  transform: rotate(0deg);
}
@media all and (min-width: 37.5em) {
  .sticky-extra-news {
    top: 140px;
    bottom: auto;
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
}
@media all and (min-width: 53.75em) {
  .sticky-extra-news {
    top: 80px;
    left: calc(100vw - 205px);
  }
}
@media all and (min-width: 76.25em) {
  .sticky-extra-news {
    left: calc((100vw - 100vw) / 2 + 100vw - 100px);
  }
}
@media all and (min-width: 87.5em) {
  .sticky-extra-news {
    left: calc((100vw - 1900px) / 2 + 1900px - 100px);
    top: 160px;
  }
}
.sticky-extra-news__content {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}

.sticky-extra-news-link {
  color: white;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.sticky-extra-news-link:visited {
  color: white;
}
.sticky-extra-news-link:hover {
  color: white;
}
@media all and (min-width: 37.5em) {
  .sticky-extra-news-link {
    font-size: 26px;
    line-height: 28px;
  }
}
@media all and (min-width: 87.5em) {
  .sticky-extra-news-link {
    font-size: 32px;
    line-height: 36px;
  }
}
.sticky-extra-news-link__description {
  display: block;
  font-size: 9px;
  line-height: 12px;
  display: none;
}
@media all and (min-width: 37.5em) {
  .sticky-extra-news-link__description {
    margin-top: 4px;
    font-size: 13px;
    line-height: 15px;
    display: block;
  }
}

.newsletter {
  background: black;
  padding: 20px;
  position: sticky;
  top: 100px;
  margin-bottom: 60px;
}
@media all and (min-width: 53.75em) {
  .newsletter {
    margin-bottom: 0;
  }
}
@media all and (min-width: 87.5em) {
  .newsletter {
    padding: 40px;
  }
}
.newsletter-title {
  color: white;
  margin-bottom: 30px;
}
.newsletter__inner--newsletter {
  margin-bottom: 60px;
}
.newsletter__inner--social a {
  color: white;
  display: inline-block;
  margin-right: 20px;
  font-size: 30px;
}
.newsletter #mce-EMAIL {
  background: transparent;
  color: rgb(143, 27, 245);
  float: left;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  padding: 4px 0;
}
.newsletter #mce-EMAIL::placeholder {
  color: gray;
}
.newsletter #mce-EMAIL:hover::placeholder {
  color: rgb(143, 27, 245);
}
.newsletter #mce-EMAIL:focus::placeholder {
  color: gray;
}
.newsletter #mc-embedded-subscribe {
  background: transparent;
  color: white;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  text-align: right;
  padding-left: 0;
}
.newsletter #mc-embedded-subscribe:hover {
  transform: translateX(10px);
}

.newsletter-front {
  padding: 0 0 40.5px 0;
}
@media all and (min-width: 87.5em) {
  .newsletter-front {
    padding: 0 0 40.5px 0;
  }
}
.newsletter-front--list {
  padding: 45px 0 0 0;
}
@media all and (min-width: 87.5em) {
  .newsletter-front--list {
    padding: 45px 0 0px 0;
  }
}
.newsletter-front--list h2 {
  margin-bottom: 0;
}
.newsletter-front--flex {
  display: flex;
}
.newsletter-front__col {
  width: 33.3333333333%;
}

.widget-newsletter {
  position: sticky;
  top: 160px;
  background: black;
  padding: 40px 40px 60px;
  max-width: 420px;
}
.widget-newsletter h3 {
  margin-bottom: 20px;
}
.widget-newsletter * {
  color: white !important;
  transition: color 0.1s ease-in-out;
}
.widget-newsletter a {
  color: gray !important;
  transition: color 0.1s ease-in-out;
}

.newsletter-front {
  padding-bottom: 100px;
}
.newsletter-front--social--footer {
  margin-bottom: 0px;
  padding-bottom: 0;
}

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