:root {
  --ot-color-primary: #FF7342;
}

.bkgr-primary {
  background: #ffffff !important;
}

.text-primary {
  color: #444444 !important;
}

.color-black {
  color: #000000;
}

.color-black p, .color-black li, .color-black a {
  color: #000000;
}

.bkgr-light-grey {
  background: #D1D1D1;
}

.bkgr-orange {
  background: var(--ot-color-primary);
}

.color-orange {
  color: var(--ot-color-primary);
}

body.page-template-tpl-default .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
body.page-template-tpl-default .ot-default-main > h1, body.search-results .post-thumbnail,
body.search-results .entry-content .wp-audio-shortcode,
body.search-results .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
body.search-results *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
body.search-results .default-max-width,
body.search-results .site-main .ot-sr-entry > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
body.search-results .site-main > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce):not(.ot-sr-entry),
body.search-results .ot-default-main > h1 {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: 'Andale Mono Regular';

  font-style: normal;

  font-weight: normal;

  src: local("Andale Mono Regular"), url("../fonts/ANDALEMO.woff") format("woff");
}

h1, ._h1, .site-footer .ot-by, .site-footer .footer-navigation li a, .page-template-tpl-impressum .entry-title, .page-template-tpl-datenschutz .entry-title, body.error404 .ml-404 {
  font-family: bdr-mono, sans-serif;
  font-style: normal;
}

body, div, h1, h2, p, li, a {
  font-family: 'Andale Mono Regular', sans-serif;
  font-style: normal;
}

p, li {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #444444;
}

h1, ._h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  stroke-width: 1px;
  stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

h2, ._h2 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 0;
}

.pre-title {
  font-size: 36px;
  line-height: 38px;
  color: #FDD015;
  margin-bottom: 9px;
  margin-top: 8px;
}

@media (max-width: 600px) {
  .pre-title {
    font-size: 25px;
    line-height: 28px;
  }
}

html {
  font-size: calc( 5px + 11 * ((100vw - 375px) / 1545));
  min-height: 100%;
  background: #1C0609;
}

@media screen and (max-width: 980px) {
  html {
    font-size: 9.5px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body {
  background: transparent;
}

html, body {
  overflow-x: initial !important;
}

.wp-block-group p {
  padding-bottom: 15px;
}

.wp-block-group p:last-child {
  padding-bottom: 0;
}

.emt-15 {
  margin-top: 15px !important;
}

.emt-42 {
  margin-top: 42px !important;
}

.emt-65 {
  margin-top: 65px !important;
}

.emt-70 {
  margin-top: 70px !important;
}

.emt-125 {
  margin-top: 125px !important;
}

.emb-30 {
  margin-bottom: 30px !important;
}

.emb-70 {
  margin-bottom: 70px !important;
}

.ept-15 {
  padding-top: 15px !important;
}

.ept-30 {
  padding-top: 30px !important;
}

.ept-70 {
  padding-top: 70px !important;
}

.epb-27 {
  padding-bottom: 27px !important;
}

.epb-29 {
  padding-bottom: 29px !important;
}

.epb-30 {
  padding-bottom: 30px !important;
}

@media (min-width: 601px) {
  .epx-200 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media (min-width: 998px) {
  .epx-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

.mw-600 {
  max-width: 600px !important;
}

.mw-800 {
  max-width: 800px !important;
}

.mw-1000 {
  max-width: 1000px !important;
}

._bkgr-black-fw:before, ._full-width-background-green:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw !important;
  max-width: 100vw !important;
}

.entry-content > .wp-block-group,
.blog-post-grid > .wp-block-group, .entry-content > p,
.entry-content > figure,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > .wpforms-container, .entry-content ul, footer.entry-footer,
nav.post-navigation,
ul.footer-navigation-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

._ot-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

._gradient-left {
  background: #cc171e;
  background: linear-gradient(90deg, #cc171e 0%, black 100%);
}

._gradient-right {
  background: black;
  background: linear-gradient(90deg, black 0%, #cc171e 100%);
}

._bkgr-black-fw {
  position: relative;
}

._bkgr-black-fw > div,
._bkgr-black-fw > aside {
  position: relative;
  z-index: 1;
}

._bkgr-black-fw:before {
  background: black;
}

._full-width-background-green {
  position: relative;
  margin-bottom: 0 !important;
  padding: 115px 130px;
  margin-top: -30px !important;
}

._full-width-background-green:before {
  background: #109647;
}

._full-width-background-green .wp-block-group__inner-container {
  z-index: 1;
  position: relative;
}

._relative {
  position: relative;
}

.mola-button {
  background: #000000;
  font-size: 20px;
  line-height: 23px;
  min-height: 23px;
  padding: 6px 23px;
  color: white;
  width: auto;
  display: inline-block;
  transition: transform 250ms;
}

.mola-button.-white {
  margin: auto;
  display: table;
  margin-top: 42px;
  background: white !important;
  color: #109647 !important;
}

.mola-button:hover {
  transform: scale(1.2);
}

@-webkit-keyframes mymove {
  0% {
    background-color: #000000;
  }

  33% {
    background-color: #CA64BF;
  }

  66% {
    background-color: #FC0101;
  }

  100% {
    background-color: #7D1D07;
  }
}

@keyframes mymove {
  0% {
    background-color: #000000;
  }

  33% {
    background-color: #CA64BF;
  }

  66% {
    background-color: #FC0101;
  }

  100% {
    background-color: #7D1D07;
  }
}

#main {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background: #ffffff;
}

#main.site-main {
  padding: 0;
  margin: 0;
}

.wp-block-group {
  margin-top: 125px;
}

.entry-content > h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.entry-content > h2 + p {
  margin-top: 20px;
}

.entry-content ul li {
  margin-left: 23px;
  list-style: disc;
  margin-bottom: 10px;
}

.entry-content a {
  color: #109647;
  font-weight: 600;
}

.entry-content a:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.wp-block-pullquote {
  border: none;
}

.ot-hidden {
  display: none;
}

.mola-pagination {
  margin-bottom: 65px !important;
}

.mola-pagination .pagination-content {
  display: flex;
  justify-content: center;
}

.mola-pagination .pagination-content > a,
.mola-pagination .pagination-content > span {
  width: 42px;
  height: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 150ms, color 150ms;
  margin-left: 10px;
  background: #969696;
  color: white;
  font-weight: 700;
  padding-bottom: 2px;
}

.mola-pagination .pagination-content > a:first-child,
.mola-pagination .pagination-content > span:first-child {
  margin-left: 0;
}

.mola-pagination .pagination-content > a.current,
.mola-pagination .pagination-content > span.current {
  font-weight: 900;
  background: #109647;
}

.mola-pagination .pagination-content > a:focus, .mola-pagination .pagination-content > a:hover,
.mola-pagination .pagination-content > span:focus,
.mola-pagination .pagination-content > span:hover {
  background: #109647 !important;
}

.mola-pagination .pagination-content span.page-numbers {
  cursor: default;
}

@media only screen and (max-width: 481px) {
  blockquote {
    padding-left: 0 !important;
  }
}

.ot-img-caption {
  color: #444444;
}

.-hidden {
  display: none;
}

.le-accordion {
  overflow: hidden;
}

.le-acc-header {
  padding: 10px;
  cursor: pointer;
  background: #f0eff2;
  color: #1a1a1a;
  transition: background 250ms, color 250ms;
  font-weight: 900;
}

.le-acc-entry {
  overflow: hidden;
  transition: max-height 350ms cubic-bezier(0.83, 0, 0.17, 1);
  margin-top: 4px;
}

.le-acc-entry:first-child {
  margin-top: 0px;
}

.le-acc-entry.-open .le-acc-header {
  color: white;
}

.le-acc-content {
  display: none;
  padding: 10px;
}

.le-acc-content.-initialized {
  display: block;
}

/*! Pushy - v1.4.0 - 2020-12-28
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
}

.pushy a:hover {
  color: #FFF;
}

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */

.pushy-left {
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */

#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */

.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Submenu Appearance */

.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}

.pushy-submenu button:hover {
  color: #FFF;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */

.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  transform: translateY(-50%) rotate(90deg);
}

html, body {
  overflow-x: hidden;
}

/* Lists */

ul {
  margin: 0;
  padding: 0;
}

/* Container */

#container {
  position: relative;
  padding: 20px 40px;
  padding-top: 80px;
}

/* Menu Button */

.menu-btn {
  width: 100px;
  padding: 10px;
  margin-bottom: 30px;
  background: #000;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border: 0px;
}

.menu-btn:hover {
  opacity: 0.6;
}

/* Header */

.site-header {
  position: fixed;
  background: #000;
  color: #FFF;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 9998;
}

/* Footer */

.site-footer {
  position: relative;
  border-top: 1px solid #EEE;
  color: #999;
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
}

#container {
  padding: 0;
}

.pushy {
  overflow: visible;
}

.pushy .menu-btn {
  position: fixed;
  top: 0;
  left: -100px;
  z-index: 10000;
}

body.admin-bar .pushy {
  overflow: visible;
}

body.admin-bar .pushy .menu-btn {
  top: 32px;
}

.pushy {
  width: 27rem;
  padding-top: 3.15rem;
}

.pushy a {
  font-size: 3rem;
  line-height: 3rem;
  padding-left: 2.5rem;
  color: #444444;
  transition: color 250ms;
  text-transform: uppercase;
}

.pushy .menu-btn {
  left: -10rem;
  padding: 3rem 2.5rem;
  width: auto;
  height: auto;
}

@media (max-width: 600px) {
  .pushy .menu-btn {
    padding: 3rem 3.5rem;
  }
}

.pushy .menu-btn:focus {
  outline: none;
}

.pushy .menu-btn svg {
  width: 4.5rem;
  height: 4.5rem;
}

.pushy .menu-btn svg path {
  transition: transform 250ms, opacity 250ms;
}

.pushy .menu-btn svg .bm-bar-1 {
  transform-origin: 24% 27%;
}

.pushy .menu-btn svg .bm-bar-3 {
  transform-origin: 26% 72%;
}

.pushy .menu-btn.is-active svg .bm-bar-1 {
  transform: rotate(45deg) scaleX(1.315);
}

.pushy .menu-btn.is-active svg .bm-bar-2 {
  opacity: 0;
}

.pushy .menu-btn.is-active svg .bm-bar-3 {
  transform: rotate(-45deg) scaleX(1.315);
}

.pushy-right {
  transform: translate3d(27rem, 0, 0);
  background: #ffffff;
}

.pushy-right li:hover {
  background: #00000014;
}

.pushy-right li:hover a {
  color: black;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  background-color: #1c0609cc;
}

body.pushy-open-right {
  overflow: hidden;
}

.pushy .sub-menu-toggle {
  display: none;
}

.pushy .sub-menu {
  margin-top: -1rem;
}

.pushy .sub-menu li a {
  font-size: 2.5rem;
  margin-left: 2rem;
  padding: 0.5rem 1.5rem;
}

.pushy .sub-menu li:before {
  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: 20px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  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: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.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 !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.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 !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.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 !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.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 !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.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 !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.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 !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

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

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

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 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(-8px, -10px, 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(-8px, 10px, 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(8px, -10px, 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(8px, 10px, 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: -20px;
  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, -10px, 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: -20px;
  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, -10px, 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: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 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, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 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, -20px, 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: 10px;
  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 !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 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: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 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: 10px;
  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 !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 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: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 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: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 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: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  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: 20px;
  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 !important;
}

.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, 10px, 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, 10px, 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: -20px;
  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, -10px, 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 !important;
  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 !important;
  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);
}

.hamburger {
  background: transparent !important;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: #ffffff;
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@-webkit-keyframes mmzoomIn {
  from {
    transform: scale(0.55);
  }

  to {
    transform: scale(1);
  }
}

@keyframes mmzoomIn {
  from {
    transform: scale(0.55);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes mmzoomOut {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.55);
  }
}

@keyframes mmzoomOut {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.55);
  }
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmzoomIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmzoomIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmzoomOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmzoomOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal__overlay {
  z-index: 1003;
}

.modal__container {
  max-width: 80%;
  width: 800px;
  height: 80%;
  z-index: 1000;
}

.modal__header {
  position: relative;
}

.modal__close {
  position: absolute;
  top: -21px;
  right: -15px;
  width: 37px;
  border-radius: 20px;
  height: 37px;
  color: black;
  font-size: 27px;
}

.modal__close:hover {
  background: #0000003b !important;
}

.modal__close:focus {
  background: transparent;
}

.modal__footer {
  text-align: right;
}

.modal__content {
  width: 100%;
  height: 100%;
  border: none;
}

.i96-ticker-container {
  overflow: hidden;
  display: flex;
  min-width: 100%;
  padding: 0.25rem;
}

.i96-ticker-container._fade-black {
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -20px;
}

.i96-ticker-container._fade-black:after, .i96-ticker-container._fade-black:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  background: linear-gradient(90deg, black 0%, transparent 100%);
  z-index: 1;
}

.i96-ticker-container._fade-black:after {
  right: 0;
  left: auto;
  background: linear-gradient(90deg, transparent 0%, black 100%);
}

.i96-ticker-container._fade-black:before {
  background: linear-gradient(90deg, black 0%, transparent 100%);
}

.i96-ticker-container._fade-black:after {
  background: linear-gradient(90deg, transparent 0%, black 100%);
}

.i96-ticker-container._fade-transparent {
  -webkit-mask-image: linear-gradient(to left, transparent 0, black 3rem, black calc(100% - 3rem), transparent 100%);
          mask-image: linear-gradient(to left, transparent 0, black 3rem, black calc(100% - 3rem), transparent 100%);
}

.i96-ticker-container:hover .i96-ticker-text {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

.i96-ticker-container.-no-animation .i96-ticker-text {
  -webkit-animation: none !important;
          animation: none !important;
}

.i96-ticker-container.-no-animation .i96-ticker-text:last-child {
  display: none;
}

.i96-ticker-container .i96-ticker-text {
  white-space: nowrap;
  -webkit-animation: ticker 15s infinite linear;
          animation: ticker 15s infinite linear;
  padding: 0 !important;
  margin: 0 !important;
}

@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

/* ********************
       SPINNER
*********************** */

body.-popi-open #content {
  z-index: 10000;
  position: relative;
}

.spinner-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000042;
  z-index: 1;
  border-radius: 15px;
  z-index: 10000;
  display: none;
}

body.-loading .spinner-overlay {
  display: inherit;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
  display: block !important;
}

.spinner {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1em solid rgba(0, 0, 0, 0.2);
  border-right: 1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1em solid rgba(0, 0, 0, 0.2);
  border-left: 1em solid black;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  z-index: 11;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-top: -3.5em;
  margin-left: -3.5em;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media print {
  .spinner,
  .spinner-overlay {
    display: none;
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@keyframes mmzoomIn {
  from {
    transform: scale(0.55);
  }

  to {
    transform: scale(1);
  }
}

@keyframes mmzoomOut {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.55);
  }
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmzoomIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmzoomIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmzoomOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmzoomOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal__overlay {
  z-index: 1003;
}

.modal__container {
  max-width: 80%;
  width: 800px;
  height: 80%;
  z-index: 1000;
}

.modal__header {
  position: relative;
}

.modal__close {
  position: absolute;
  top: -21px;
  right: -15px;
  width: 37px;
  border-radius: 20px;
  height: 37px;
  color: black;
  font-size: 27px;
}

.modal__close:hover {
  background: #0000003b !important;
}

.modal__close:focus {
  background: transparent;
}

.modal__footer {
  text-align: right;
}

.modal__content {
  width: 100%;
  height: 100%;
  border: none;
}

.popi-button-wrapper {
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
}

.popi-button-wrapper .pi-va-title {
  display: none;
}

.popi-button-wrapper .popi-form-button {
  margin: 0 auto !important;
}

.popi-voll {
  padding: 5px 10px;
  border: 1px solid black;
  font-size: 14px;
}

.modal__content {
  margin: 0;
}

.modal__container {
  max-width: 80%;
  width: 800px;
  height: auto;
  z-index: 1000;
  max-height: 80%;
}

#rc-popi-modal {
  z-index: 10000;
  position: relative;
}

#rc-popi-modal h3 {
  margin-top: 0;
}

#rc-popi-modal form .popi-button-wrapper {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

#rc-popi-modal form .popi-button-wrapper span {
  margin-right: 1rem;
}

#rc-popi-modal form .popi-button-wrapper .button {
  margin-top: 10px;
}

@media (max-width: 440px) {
  #rc-popi-modal form .popi-button-wrapper .button {
    width: auto;
    flex: 1 1 50%;
    text-align: center;
  }
}

#rc-popi-modal .papi-errors {
  display: none;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #bdbdbd;
  margin-top: 10px;
  border-top: 4px solid red;
  border-radius: 5px;
  width: 100%;
}

#rc-popi-modal .papi-has-paid {
  color: white;
  font-size: 24px;
  padding: 10% 20%;
  margin: auto;
  text-align: center;
  position: absolute;
  display: none;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  pointer-events: none;
  z-index: 10;
  background: green;
}

#rc-popi-modal.-errors .papi-errors {
  display: inline-block;
}

#rc-popi-modal.-purchased .papi-has-paid {
  display: flex;
}

#rc-popi-modal.-purchased .papi-errors {
  display: none !important;
}

#rc-popi-modal.-purchased .modal__content {
  pointer-events: none;
  opacity: 0;
}

#rc-popi-modal.-purchased .modal__header {
  z-index: 11;
}

#rc-popi-modal.-purchased .modal__close {
  color: white;
}

#rc-popi-modal.-purchased .modal__close:before {
  position: absolute;
  top: 0px;
  left: 8px;
}

#rc-popi-modal.-purchased .modal__close:hover {
  background: #ffffff3b !important;
}

.pi-input.-error,
.pi-textarea.-error {
  border-color: red !important;
}

.pi-textarea {
  padding: 10px;
}

.popi-form-row {
  display: flex;
  justify-content: space-between;
}

.pi-input {
  width: 48% !important;
  margin: 0 0 10px 0;
  margin-bottom: 15px !important;
  display: inline-block !important;
}

.pi-input:nth-child(even) {
  margin-left: 2%;
  margin-right: 0;
}

#paypal-button-container {
  max-width: 500px;
  margin: auto;
  margin-top: 30px;
}

.popi-step-2 {
  display: none;
}

#rc-popi-modal.-step-2 .popi-step-1 {
  display: none;
}

#rc-popi-modal.-step-2 .popi-step-2 {
  display: initial;
}

.popi-row {
  font-size: 16px;
  display: flex;
}

.popi-row b {
  min-width: 160px;
}

@media (max-width: 520px) {
  .popi-row {
    flex-wrap: wrap;
  }

  .popi-row > div {
    width: 100%;
    text-align: right;
  }
}

.ot-container {
  padding: 2.5rem 3.5rem;
}

@media (max-width: 560px) {
  .ot-container {
    padding: 1.5rem 2.5rem;
  }
}

.site-footer {
  border: none;
  padding: 0;
  width: 100%;
  font-size: 0.75rem;
  max-width: none;
}

.site-footer:before, .site-footer:after {
  display: none;
}

.site-footer .left {
  margin-top: 0;
  height: 64px;
}

.site-footer .left .ot-by {
  margin-right: 4.5rem;
}

.site-footer .center {
  flex: 1 1;
}

.site-footer .logo-rockcity {
  width: 42px;
  margin-bottom: 3px;
  margin-right: 1.5rem;
}

.site-footer .ot-by {
  text-transform: uppercase;
  color: white;
}

.site-footer .footer-navigation {
  margin: 0;
}

.site-footer .footer-navigation li {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

.site-footer .footer-navigation li a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
  font-size: 0.75rem;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .site-footer,
  .ot-by,
  .site-footer .footer-navigation li a {
    font-size: 9px;
  }

  .site-footer .footer-navigation li a {
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .site-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .site-footer .left {
    margin-bottom: .75rem;
  }

  .site-footer .left .ot-by {
    margin-right: 0;
  }

  .site-footer .center {
    margin: 0.75rem auto 1rem;
  }

  .site-footer .right {
    margin: 1rem auto 2rem;
  }
}

.ft-social .tickets-wrapper {
  margin-right: 1rem;
  color: white;
}

.ft-social .tickets {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: var(--global--font-size-base);
  transition: transform 250ms;
  margin-right: 1.5rem;
}

.ft-social .tickets:hover {
  transform: scale(1.2);
}

.ft-social a {
  margin-right: 1rem;
  height: 2rem;
}

.ft-social a:last-child {
  margin-right: 0;
}

.ft-social a svg,
.ft-social a img {
  width: 2rem;
  height: 2rem;
  transition: transform 250ms;
}

.ft-social a:hover img,
.ft-social a:hover svg {
  transform: scale(1.2);
}

footer {
  z-index: 11;
  position: relative;
}

#colophon {
  background: #1C0609;
}

#masthead {
  position: relative;
  background: black;
}

.ot-header {
  padding: 0.5rem 1rem;
  background: var(--ot-color-primary);
  border-bottom: 2px solid black;
  padding-right: 13rem;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ot-header img.ot-logo-placeholder {
  max-width: 100%;
  max-height: 85px;
  width: 100%;
  opacity: 0;
}

.ot-header img.ot-header-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.menu-btn.hamburger {
  padding: 1rem 3rem;
}

.menu-btn.hamburger svg path {
  fill: black;
}

body.home .menu-btn.hamburger svg path {
  fill: white;
}

.menu-btn.hamburger {
  padding: 1rem 3rem !important;
}

@media (max-width: 800px) {
  .menu-btn.hamburger {
    padding: 1rem 3rem !important;
  }
}

@media (max-width: 650px) {
  .ot-header {
    padding-right: 7rem;
  }

  .pushy .menu-btn {
    left: -5.5rem;
  }

  .menu-btn.hamburger {
    padding: 0.8rem 1rem !important;
  }

  .pushy .menu-btn svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.ot-h-social {
  z-index: 10;
  position: fixed;
  right: 2rem;
  width: 44px;
  width: auto;
  top: 20%;
  bottom: 20%;
  margin: 0;
  align-items: end;
}

.ot-h-social svg {
  filter: drop-shadow(0px 0px 8px rgba(255, 94, 126, 0.8));
}

.ot-h-social .tickets-wrapper {
  width: 2.75rem;
  display: flex;
}

.ot-h-social .tickets {
  filter: drop-shadow(0px 0px 4px #ff5e7e);
  transform: rotate(-90deg);
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: white;
  width: auto;
  height: auto;
  max-width: 100%;
}

.ot-h-social .tickets:hover {
  transform: rotate(-90deg) scale(1.2);
}

@media (max-width: 1100px) {
  .ot-h-social .tickets:hover {
    transform: rotate(-90deg) scale(1.2);
  }
}

@media (max-height: 450px) {
  .ot-h-social {
    bottom: 2rem;
    margin: 0;
    align-items: end;
    justify-content: flex-end;
  }
}

body.page-template-tpl-landing-page #main {
  background: #1C0609;
}

body.page-template-tpl-landing-page .pushy .menu-btn {
  left: -10rem !important;
  padding: 3rem 2.5rem !important;
}

body.page-template-tpl-landing-page .ot-header {
  display: none;
}

@media (max-width: 650px) {
  body.page-template-tpl-landing-page .pushy .menu-btn svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.blog-post-grid {
  margin-bottom: 0;
}

.blog-post-grid ._h1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.ot-news-teaser .ot-nt-left {
  flex: 0 0 37%;
}

.ot-news-teaser._no-image > div {
  flex: 0 0 100%;
}

.ot-hero {
  width: 100%;
  height: 100vh;
  max-height: 55vw;
  position: fixed;
  z-index: 10;
}

@media (min-width: 1941px) {
  .ot-hero {
    max-height: 1080px;
  }
}

.ot-hero .ot-h-video {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1C0609;
  overflow: hidden;
}

.ot-hero .ot-h-video video {
  width: 100%;
}

@media (max-width: 600px) {
  .ot-hero .ot-h-video {
    padding-left: 50%;
  }

  .ot-hero .ot-h-video video {
    height: 100%;
    width: auto;
    max-width: none;
    transform: translate(-50%, 0);
  }
}

.ot-hero .ot-h-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ot-hero .ot-h-logo img {
  margin: auto 13%;
  width: 74%;
}

.ot-hero .ot-h-subline {
  margin-top: -1.5rem;
}

.ot-hero .ot-h-subline img {
  margin: auto 24%;
  width: 52%;
}

.ot-hero .ot-h-ornament,
.ot-hero .ot-h-ornament2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.ot-hero .ot-h-ornament img,
.ot-hero .ot-h-ornament2 img {
  width: 17%;
}

.ot-hero .ot-h-ornament2 {
  justify-content: flex-end;
  align-items: flex-end;
  right: 3em;
  bottom: -4em;
  z-index: 1;
  pointer-events: none;
}

.ot-hero .ot-h-ornament2 img {
  width: 14em;
  filter: drop-shadow(2px 2px 30px #B334B3);
}

.ot-hero .ot-h-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1rem;
}

.ot-hero .ot-h-footer .ot-h-number {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 9em;
  font-family: 'bdr-mono', sans-serif;
  font-size: 4em;
  line-height: 1.1em;
  margin-bottom: 0.6em;
}

.ot-hero .ot-h-footer .ot-h-date {
  font-size: 4em;
  line-height: 1.1em;
  margin-bottom: 0.6em;
  font-family: 'bdr-mono', sans-serif;
}

@media (max-width: 980px) {
  .ot-hero .ot-h-footer {
    font-size: calc( 4px + 5.31 * ((100vw - 375px) / 605));
  }
}

@media screen and (max-width: 980px) and (max-width: 375px) {
  .ot-hero .ot-h-footer {
    font-size: 4px;
  }
}

@media (max-width: 900px) {
  .ot-hero .ot-h-footer {
    align-items: flex-end;
    justify-content: start;
  }

  .ot-hero .ot-h-footer .ot-h-number {
    position: relative;
  }

  .ot-hero .ot-h-footer .ot-h-date {
    margin-left: 1.5em;
  }
}

@media (max-width: 600px) {
  .ot-hero {
    max-height: 50vh;
  }
}

@media (max-width: 540px) {
  .ot-hero .ot-h-ornament2 img {
    width: 7em;
  }
}

@media (max-width: 420px) {
  .ot-hero .ot-h-logo img {
    margin: 1.5rem 3%;
    width: 75%;
  }

  .ot-hero .ot-h-subline img {
    margin: auto auto 0 4.5%;
    width: 72%;
  }

  .ot-hero .ot-h-ornament {
    align-items: flex-end;
  }

  .ot-hero .ot-h-ornament img {
    width: 35%;
    margin-bottom: 10%;
  }
}

body.page-template-tpl-landing-page .ot-hero {
  position: relative;
}

.ot-hero-blender {
  position: relative;
  margin: 0;
  z-index: 1;
}

.ot-hero-blender:before, .ot-hero-blender:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -4rem;
  height: 4rem;
  width: 5rem;
  background: linear-gradient(180deg, green, transparent);
}

.ot-hero-blender:before {
  right: auto;
  left: 0;
}

.ot-hero-blender:after {
  right: 0;
  left: auto;
}

.ot-news-list {
  z-index: 1;
  position: relative;
}

.le-accordion {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.le-accordion .entry-content {
  margin: 0;
}

.le-accordion .entry-content p {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}

.le-accordion a {
  color: inherit;
}

.le-accordion .le-acc-header {
  transition: border-color 350ms cubic-bezier(0.83, 0, 0.17, 1);
  position: relative;
  background: transparent;
}

.le-accordion .le-acc-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border-top: 1px solid white;
  background: #d1d1d1;
  background: linear-gradient(180deg, #d1d1d1 0%, #b9b9b9 100%);
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.83, 0, 0.17, 1);
}

.le-accordion .le-acc-header h2 {
  pointer-events: none;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
  padding-top: 1px;
}

.le-accordion .le-acc-header h2 span {
  font-weight: 300;
}

@media (max-width: 600px) {
  .le-accordion .le-acc-header h2 span {
    width: 100%;
    display: block;
  }
}

.le-accordion .le-acc-header,
.le-accordion .le-acc-content {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.le-accordion .le-acc-entry.-open .le-acc-header:before {
  opacity: 0;
}

@media (max-width: 560px) {
  .le-acc-entry .ot-nt-content {
    flex-direction: column;
  }

  .le-acc-entry .ot-nt-content .ot-nt-left {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }

  .le-accordion {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .le-accordion .le-acc-header,
  .le-accordion .le-acc-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ot-h-social img, .ot-h-social svg {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
}

.ot-h-social a {
  transition: 250ms transform;
}

.ot-h-social a svg {
  filter: drop-shadow(2px 2px 6px rgba(15, 19, 116, 0.5));
}

.ot-h-social a:hover {
  transform: scale(1.2);
}

.ot-h-social a:hover svg {
  filter: drop-shadow(2px 2px 6px #0f1374);
}

.ot-h-social a:last-child img {
  margin-bottom: 0;
}

.ot-h-social .ot-h-ticketlink {
  font-family: 'bdr-mono', sans-serif;
  transform: rotate(90deg);
  font-weight: 600;
  font-size: 2rem;
  color: white;
}

.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
  position: relative;
}

@-webkit-keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, 0px);
  }
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, 0px);
  }
}

.lp-section-about {
  position: relative;
  padding-bottom: 10rem;
}

.lp-sa-container {
  position: relative;
}

.lp-sa-container .left,
.lp-sa-container .right {
  width: 50%;
  position: relative;
  padding-top: 9rem;
}

.lp-sa-container .left img,
.lp-sa-container .right img {
  border: 1px solid black;
}

.lp-sa-container .left {
  padding-right: 2rem;
}

.lp-sa-container .left .ot-left-content {
  position: relative;
}

.lp-sa-container .left p {
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  line-height: 1.2;
  color: #C7C7C7;
}

@media (max-width: 780px) {
  .lp-section-about {
    margin-top: 4rem;
    padding-bottom: 3rem;
  }

  .lp-sa-container {
    flex-wrap: wrap;
  }

  .lp-sa-container .left,
  .lp-sa-container .right {
    width: 100%;
  }

  .lp-sa-container .left {
    padding: 0;
    margin-bottom: 3rem;
  }
}

@media (max-width: 450px) {
  .ot-auto-decal:nth-child(2) {
    display: none;
  }
}

.ot-auto-decal {
  position: absolute;
  pointer-events: none;
}

.ot-auto-decal[data-name="piffi"] {
  top: 0;
  left: 23rem;
  width: 14rem;
}

.ot-auto-decal[data-name="rolf"] {
  top: 10rem;
  left: 10rem;
  width: 10rem;
}

.ot-auto-decal[data-name="rolf4"] {
  top: 10rem;
  left: 10rem;
  width: 21rem;
}

.ot-auto-decal:nth-child(3) {
  top: 30rem;
  left: 20rem;
  width: 16rem;
}

.ot-auto-decal img {
  border: none !important;
}

.ot-auto-decal[data-name="rolf"] img {
  opacity: 0;
}

.ot-auto-decal[data-name="rolf"] img:nth-child(1) {
  opacity: 1;
}

.ot-auto-decal[data-name="rolf"] img:nth-child(2), .ot-auto-decal[data-name="rolf"] img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
}

.ot-auto-decal[data-name="rolf"]._frame-1 img:nth-child(1) {
  opacity: 1;
}

.ot-auto-decal[data-name="rolf"]._frame-2 img:nth-child(1) {
  opacity: 0;
}

.ot-auto-decal[data-name="rolf"]._frame-2 img:nth-child(2) {
  opacity: 1;
}

.ot-auto-decal[data-name="rolf"]._frame-3 img:nth-child(1) {
  opacity: 0;
}

.ot-auto-decal[data-name="rolf"]._frame-3 img:nth-child(3) {
  opacity: 1;
}

.left canvas {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-figurine {
  display: flex;
  justify-content: center;
  margin-bottom: -6rem;
}

.hero-figurine img {
  width: 50rem;
}

.page-template-tpl-impressum .entry-title {
  text-align: center;
  font-weight: 500;
  color: #D1D1D1;
  stroke-width: 2px;
  stroke-color: black;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.page-template-tpl-impressum .entry-content {
  padding-top: 0;
}

.page-template-tpl-impressum .entry-content p {
  max-width: none;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.page-template-tpl-impressum .entry-content a {
  color: inherit;
}

.page-template-tpl-datenschutz .hero-figurine {
  margin-bottom: -4rem;
}

.page-template-tpl-datenschutz .hero-figurine img {
  width: 30rem;
}

.page-template-tpl-datenschutz .default-hero {
  margin-bottom: 4rem;
}

.page-template-tpl-datenschutz .entry-title {
  text-align: center;
  font-weight: 500;
  color: white;
  stroke-width: 2px;
  stroke-color: black;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.page-template-tpl-datenschutz .entry-content {
  padding-top: 0;
}

.page-template-tpl-datenschutz .entry-content p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template-tpl-datenschutz .entry-content a {
  color: inherit;
}

@media (min-width: 881px) {
  .page-template-tpl-datenschutz .entry-content {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

@media (max-width: 880px) and (min-width: 600px) {
  .page-template-tpl-datenschutz .entry-content {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

body.error404 #page {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.error404 #content {
  flex: 1 1 auto;
}

body.error404 .search-info {
  padding: 0 20px;
}

body.error404 .ml-404 {
  font-size: 12rem;
  line-height: 12rem;
  color: black;
  font-weight: 400;
}

body.error404 .ml-404-sub {
  font-size: 2rem;
  text-align: center;
  color: black;
}

body.error404.admin-bar #page {
  min-height: calc(100vh - 32px);
}

@media (max-width: 440px) {
  body.error404 input {
    margin-right: 0;
  }
}

body.error404 footer#colophon {
  position: absolute !important;
  bottom: 0;
  background: #1C0609;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 2.5rem !important;
}

.no-results.not-found {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}

body.page-template-tpl-default .ot-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
}

body.page-template-tpl-default .menu-btn.hamburger {
  padding: 1rem 3rem;
}

body.page-template-tpl-default .site-main {
  position: relative;
}

body.page-template-tpl-default .entry-content {
  margin-top: 0;
  border-top: 2px solid black;
  padding-top: 32px;
  padding: 32px 2rem 2rem;
}

body.page-template-tpl-default .entry-content h1.-arrived {
  left: 0;
  right: 0;
  position: fixed;
}

body.page-template-tpl-default .entry-content h1.-arrived:before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  margin-left: -50vw;
}

body.page-template-tpl-default .ot-default-main {
  margin-bottom: 0;
  padding-bottom: calc(3 * var(--global--spacing-vertical));
}

body.page-template-tpl-default .ot-default-main > h1 {
  margin-top: 2rem;
  color: #444444;
}

body.page-template-tpl-default .ot-default-main.-type-none {
  margin-top: 135px;
}

body.page-template-tpl-default .ot-default-main .entry-content > h1 {
  color: #444444;
}

body.page-template-default .ot-sb-title,
body.page-template-tpl-default .ot-sb-title,
body.page-template-tpl-impressum .ot-sb-title,
body.page-template-tpl-datenschutz .ot-sb-title,
body.page-template-tpl-full-content .ot-sb-title,
body.page-template-tpl-partner .ot-sb-title,
body.single-ot_operation .ot-sb-title {
  position: absolute;
  bottom: -4.75rem;
  left: 0;
  z-index: 10;
}

@media (max-width: 500px) {
  body.page-template-default .ot-sb-title,
  body.page-template-tpl-default .ot-sb-title,
  body.page-template-tpl-impressum .ot-sb-title,
  body.page-template-tpl-datenschutz .ot-sb-title,
  body.page-template-tpl-full-content .ot-sb-title,
  body.page-template-tpl-partner .ot-sb-title,
  body.single-ot_operation .ot-sb-title {
    bottom: auto;
    top: 50px;
    margin-right: 1rem;
  }
}

body.page-template-tpl-impressum .ot-header,
body.page-template-tpl-datenschutz .ot-header,
body.page-template-tpl-partner .ot-header {
  position: relative;
}

.-haz-hero {
  margin-top: calc(max(min(69vh, 55vw), 270px)) !important;
  z-index: 10;
  position: relative;
  background: #ffffff;
}

body.page-template-default .ot-hero,
body.page-template-tpl-default .ot-hero,
body.page-template-tpl-partner .ot-hero {
  margin-top: 0;
  height: 69vh;
  z-index: 1;
  position: fixed;
}

body.page-template-default .ot-hero .ot-h-video,
body.page-template-default .ot-hero .ot-h-image,
body.page-template-tpl-default .ot-hero .ot-h-video,
body.page-template-tpl-default .ot-hero .ot-h-image,
body.page-template-tpl-partner .ot-hero .ot-h-video,
body.page-template-tpl-partner .ot-hero .ot-h-image {
  display: flex;
  padding-top: 137px;
}

@media (max-width: 600px) {
  body.page-template-default .ot-hero .ot-h-video,
  body.page-template-default .ot-hero .ot-h-image,
  body.page-template-tpl-default .ot-hero .ot-h-video,
  body.page-template-tpl-default .ot-hero .ot-h-image,
  body.page-template-tpl-partner .ot-hero .ot-h-video,
  body.page-template-tpl-partner .ot-hero .ot-h-image {
    padding-left: 0 !important;
    height: calc(max(min(69vh, 55vw), 270px));
  }
}

body.page-template-default .ot-hero .ot-h-video img,
body.page-template-default .ot-hero .ot-h-video video,
body.page-template-default .ot-hero .ot-h-image img,
body.page-template-default .ot-hero .ot-h-image video,
body.page-template-tpl-default .ot-hero .ot-h-video img,
body.page-template-tpl-default .ot-hero .ot-h-video video,
body.page-template-tpl-default .ot-hero .ot-h-image img,
body.page-template-tpl-default .ot-hero .ot-h-image video,
body.page-template-tpl-partner .ot-hero .ot-h-video img,
body.page-template-tpl-partner .ot-hero .ot-h-video video,
body.page-template-tpl-partner .ot-hero .ot-h-image img,
body.page-template-tpl-partner .ot-hero .ot-h-image video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 600px) {
  body.page-template-default .ot-hero .ot-h-video video,
  body.page-template-tpl-default .ot-hero .ot-h-video video,
  body.page-template-tpl-partner .ot-hero .ot-h-video video {
    transform: none !important;
  }
}

.ot-sidebar-search {
  margin-left: 0 !important;
}

.ot-sidebar-search .ot-search-button {
  position: absolute;
  top: -5rem;
  right: -2rem;
  cursor: pointer;
  width: 145px;
}

.ot-sidebar-search .ot-search-button .text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 1.2rem;
  font-weight: 700;
}

#ot-search-modal .modal__container {
  height: auto;
  overflow: visible;
  min-height: 100px;
}

#ot-search-modal .modal__container .modal__close {
  top: -3.5rem;
  right: -3.5rem;
  opacity: 0.8;
  transition: all 250ms !important;
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black !important;
  color: white !important;
}

#ot-search-modal .modal__container .modal__close:hover {
  opacity: 1;
  background: var(--ot-color-primary) !important;
  color: black !important;
}

#ot-search-modal .modal__container form {
  margin: 0;
  max-width: 100%;
}

#ot-search-modal .modal__container form label {
  display: none;
}

#ot-search-modal .modal__container form input {
  margin: 0;
}

body.search-results .site-main > .ot-sr-entry {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc(1.5 * var(--global--spacing-vertical));
  padding-bottom: calc(1.5 * var(--global--spacing-vertical));
}

body.search-results .ot-header .ot-sb-title {
  display: none;
}

body.search-results .ot-sb-title {
  padding: 0.5rem 1rem !important;
}

body.search-results .ot-sr-entry:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}

body.search .ot-header {
  position: relative;
}

body.search .ot-sb-title {
  position: absolute;
  left: 0;
  z-index: 10;
}

body.search.search-no-results .ot-sb-title {
  bottom: -78px;
}

body.search .search-result-count {
  margin-bottom: 2rem;
}

body.search .page-header {
  margin-bottom: 0 !important;
  margin-top: 3rem !important;
}

body.search .page-content {
  margin-bottom: 5rem !important;
}

body.page-template-tpl-overview .ot-header .ot-sb-title {
  display: none;
}

.ot-sb-title {
  font-size: 3rem;
  color: black;
  background: var(--ot-color-primary);
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  margin-right: -2px;
  padding: 0.5rem 1rem;
  border-radius: 0 0 10px 0;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}

.ot-sb-title.-small {
  font-size: 2rem;
}

html.-modal-open {
  overflow: hidden;
}

.ot-overview-main {
  display: flex;
  margin-bottom: 0;
}

.ot-sidebar-left {
  flex: 0 0 250px;
  z-index: 11;
}

.ot-sidebar-left .ot-piffi {
  padding: 2rem;
  margin-top: 4rem;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(100% - 2rem);
  width: 360px;
}

.ot-sidebar-left .-content {
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 3rem 1rem;
}

@media (max-width: 996px) {
  .ot-sidebar-left {
    flex: 0 0 200px;
  }
}

@media (max-width: 740px) {
  .ot-sidebar-left .ot-piffi {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .ot-sidebar-left {
    flex: 0 0 120px;
  }

  .ot-sidebar-left .ot-search-button {
    transform: scale(0.75);
  }

  .ot-sidebar-left .ot-search-button img {
    transform: scaleX(-1);
    margin-top: -8px;
  }
}

@media (max-width: 540px) {
  .ot-sidebar-left {
    flex: 0 0 88px;
  }

  .ot-sidebar-left .ot-search-button {
    transform: scale(0.5);
  }

  .ot-sidebar-left .ot-search-button img {
    margin-top: -8px;
  }
}

.ot-sidebar-right {
  flex: 0 0 300px;
}

.ot-overview-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  border-left: 2px solid black;
  border-top: 2px solid black;
  margin-top: -2px;
}

.ot-overview-list .ot-thumb {
  width: 33.333333%;
  color: white;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.ot-overview-list .ot-thumb .ot-o-image {
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid black;
  overflow: hidden;
}

.ot-overview-list .ot-thumb .ot-o-image img {
  transition: transform 250ms;
}

.ot-overview-list .ot-thumb .ot-o-image .ot-ov-main-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ot-overview-list .ot-thumb .ot-o-image .ot-o-background,
.ot-overview-list .ot-thumb .ot-o-image .ot-o-placeholder {
  display: inline-block;
  width: 100%;
  height: auto;
}

.ot-overview-list .ot-thumb .ot-o-image .title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-shadow: 1px 1px 10px #000000c7;
  font-size: 3rem;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  line-height: 1.2;
  z-index: 10;
}

.ot-overview-list .ot-thumb:hover .ot-o-image img {
  transform: scale(1.05);
}

.ot-overview-list .ot-thumb .ot-o-datum {
  position: absolute;
  left: 1rem;
  bottom: -2px;
  background: #ffffff;
  font-size: 2rem;
  color: black;
  padding: 0.75rem 2rem 0.5rem;
  border: 2px solid black;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
}

.ot-overview-list .ot-thumb .ot-o-name {
  padding: 0 1rem;
  background: var(--ot-color-primary);
  border-top: 2px solid black;
  z-index: 10;
  position: relative;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #444444;
  overflow: hidden;
  font-weight: bold;
}

.ot-overview-list .ot-thumb .ot-o-name.-small {
  font-size: 1.4rem;
}

.ot-overview-list .ot-thumb .ot-n-content {
  padding: 0.75rem 1rem;
  text-align: right;
  padding-top: 2rem;
  position: relative;
}

.ot-overview-list .ot-thumb .ot-n-content .more-link {
  display: none;
}

.ot-overview-list .ot-thumb .ot-n-content p {
  text-align: left;
}

.ot-overview-list .ot-thumb .ot-badge-new:before {
  content: "NEW";
  border-radius: 10px;
  position: absolute;
  right: 2rem;
  padding: 0.5rem 1.5rem;
  font-size: 3rem;
  background: var(--ot-color-primary);
  color: black;
  border: 2px solid black;
  transform: rotate(23deg);
  top: -5.5rem;
  bottom: auto;
}

.ot-overview-list.-six-per .ot-thumb {
  width: 16.666666%;
}

.ot-overview-list.-five-per .ot-thumb {
  width: 20%;
}

.ot-overview-list.-four-per .ot-thumb {
  width: 25%;
}

.ot-overview-list.-four-per .title {
  font-size: 2rem !important;
  line-height: 1 !important;
}

.ot-overview-list.-three-per .ot-thumb {
  width: 33.333333%;
}

.ot-overview-list.-two-per .ot-thumb {
  width: 50%;
}

@media (max-width: 1360px) {
  .ot-overview-list.-six-per .ot-thumb {
    width: 20%;
  }
}

@media (max-width: 996px) {
  .ot-overview-list.-six-per .ot-thumb {
    width: 25%;
  }
}

@media (max-width: 740px) {
  .ot-overview-list.-six-per .ot-thumb {
    width: 33.333333%;
  }
}

@media (max-width: 540px) {
  .ot-overview-list {
    width: calc(100% - 88px);
  }

  .ot-overview-list.-six-per .ot-thumb {
    width: 50%;
  }
}

.ot-overview-list .mm-content {
  display: none;
}

.modal__header {
  height: 1px;
  z-index: 10;
}

.modal__container {
  max-width: 80%;
  width: 1000px;
  height: auto;
  z-index: 1000;
  max-height: 60%;
  background: var(--ot-color-primary);
  color: black;
  border: 2px solid black;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 2rem;
  max-height: 80vh !important;
}

.modal__overlay {
  background: rgba(255, 255, 255, 0.88);
}

.modal__overlay .entry-nav {
  font-size: 3rem;
  font-weight: bold;
  padding: 1rem;
  cursor: pointer;
  transition: transform 250ms;
}

.modal__overlay .entry-nav img {
  width: 50px;
  transform: rotate(-90deg);
}

.modal__overlay .entry-nav.-previous img {
  transform: rotate(90deg);
}

.modal__overlay .entry-nav:hover {
  transform: scale(1.2);
}

.modal__wrapper {
  height: calc(100% - 4rem);
  height: 100%;
  overflow: auto;
}

.modal__content {
  margin: 0;
}

.modal__close {
  transition: background-color 250ms !important;
  background: transparent !important;
  color: black !important;
  font-weight: bold;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background: #ffffff3b !important;
}

.ot-open-popup {
  cursor: pointer;
}

#ot-o-modal .modal__wrapper {
  overflow-x: hidden;
}

#ot-o-modal .modal__content {
  display: flex;
}

#ot-o-modal .mm-content {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex: 0 0 100%;
}

#ot-o-modal .mm-content.-current {
  transform: translateX(0);
  order: 1;
}

#ot-o-modal .mm-content a img {
  border: none !important;
  max-width: 37px;
  display: inline;
}

#ot-o-modal .mm-content .-left img,
#ot-o-modal .mm-content .-right img {
  width: 100%;
  border: 2px solid black;
}

#ot-o-modal .mm-content .-left .-right,
#ot-o-modal .mm-content .-right .-right {
  height: 100%;
  overflow: hidden;
}

#ot-o-modal .mm-content .-left .ot-o-name,
#ot-o-modal .mm-content .-right .ot-o-name {
  padding-left: 2rem;
  padding-right: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -0.5rem;
  color: #444444;
  margin-bottom: 1rem;
  line-height: 1.15;
  margin-top: 0;
}

#ot-o-modal .mm-content .-left .ot-o-name.-small,
#ot-o-modal .mm-content .-right .ot-o-name.-small {
  font-size: 1.4rem;
}

#ot-o-modal .mm-content .-left .mm-text,
#ot-o-modal .mm-content .-right .mm-text {
  font-size: 1.25rem;
  line-height: 1.1;
  height: calc(100% - 3rem);
  overflow: auto;
}

#ot-o-modal .mm-content .-left .mm-text p,
#ot-o-modal .mm-content .-right .mm-text p {
  font-size: 1.25rem;
  line-height: 1.1;
  padding-left: 2rem;
}

#ot-o-modal .mm-content .-left .entry-content,
#ot-o-modal .mm-content .-right .entry-content {
  margin: 0;
}

#ot-o-modal .modal__content.-slide-left {
  transition: margin 250ms;
  margin-left: -100%;
}

#ot-o-modal .modal__content.-slide-left .mm-content.-next {
  order: 2;
}

#ot-o-modal .modal__content.-slide-right {
  transition: margin 250ms;
  margin-left: 100%;
}

#ot-o-modal .modal__content.-slide-right .mm-content {
  transform: translateX(-100%);
}

#ot-o-modal .modal__content.-slide-right .mm-content.-next {
  order: 0;
}

#ot-o-modal.-programm .modal__container {
  max-height: 45%;
  min-height: 420px;
}

#ot-o-modal.-programm .modal__container .mm-content .-left {
  flex: 0 0 368px;
}

#ot-o-modal.-programm .modal__container .ft-social {
  margin-top: 0.5rem;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}

#ot-o-modal.-programm .modal__container .ft-social a {
  color: black;
  font-weight: bold;
}

#ot-o-modal.-programm .modal__container .ft-social a .st0 {
  fill: #000000;
}

#ot-o-modal.-programm .modal__container .ft-social a img {
  border: none;
}

#ot-o-modal.-news .modal__container {
  background: #ffffff;
}

#ot-o-modal.-news .modal__container .mm-content .-left {
  flex: 0 0 420px;
}

@media (max-width: 970px) {
  .mm-content {
    flex-direction: column;
  }

  .mm-content .-left {
    flex: 0 0 auto !important;
    margin-bottom: 2rem;
  }

  .mm-content .-left img {
    width: 300px !important;
    max-width: 63vw;
    margin: auto;
  }

  .mm-content .-left .ot-img-caption {
    text-align: center;
  }

  .mm-content .-right .ot-o-name {
    max-width: var(--responsive--aligndefault-width);
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }
}

.ot-overview-list.-halloffame .ot-thumb,
.ot-overview-list.-programm .ot-thumb {
  background: var(--ot-color-primary);
  display: flex;
}

.ot-overview-list.-halloffame .ot-thumb._favourite,
.ot-overview-list.-programm .ot-thumb._favourite {
  order: -10 !important;
}

.ot-overview-list.-halloffame .ot-thumb .ot-o-name,
.ot-overview-list.-programm .ot-thumb .ot-o-name {
  line-height: 1.2;
  padding: 0.3rem 1rem;
  color: #000000;
}

.ot-overview-list.-halloffame .ot-thumb .ot-o-name.-small,
.ot-overview-list.-programm .ot-thumb .ot-o-name.-small {
  font-size: 1.4rem;
}

.ot-overview-list.-halloffame .ot-o-image,
.ot-overview-list.-programm .ot-o-image {
  border-bottom: none !important;
}

.ot-overview-list.-halloffame .ot-o-image,
.ot-overview-list.-programm .ot-o-image {
  display: flex;
  flex-direction: column;
}

.ot-overview-list.-halloffame .ot-o-image .ot-o-name,
.ot-overview-list.-programm .ot-o-image .ot-o-name {
  padding: 0.3rem 0.5rem 0.1rem !important;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  text-align: center;
}

.ot-overview-list.-news .ot-o-image {
  position: relative;
}

.ot-overview-list.-news .ot-o-image .title {
  font-size: 2.5rem;
}

.ot-overview-list.-news .ot-o-image:before {
  content: "";
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(194, 194, 194, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 55%;
  left: 0;
  z-index: 1;
}

.ot-overview-list.-news .ot-thumb {
  position: relative;
}

.ot-overview-list.-news .ot-thumb .ot-n-content {
  margin-bottom: 20px;
  max-height: 306px;
  overflow: hidden;
}

.ot-overview-list.-news .ot-thumb .mola-button {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  z-index: 1;
}

.ot-overview-list.-news .ot-thumb:after {
  content: "";
  width: 100%;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, white 34%, white 100%);
}

@media (max-width: 1024px) {
  .ot-overview-list.-news.-three-per .ot-thumb {
    width: 50%;
  }
}

@media (max-width: 720px) {
  .ot-overview-list.-news.-three-per .ot-thumb .title {
    font-size: 2rem;
  }

  .ot-overview-list.-news.-three-per .ot-thumb .ot-n-content {
    height: 270px;
    max-height: 27vh;
  }

  .ot-overview-list.-news.-three-per .ot-thumb .mola-button {
    left: 1rem;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .ot-overview-list.-news.-three-per .ot-thumb {
    width: 100%;
  }

  .ot-overview-list.-news.-three-per .ot-thumb .ot-n-content {
    height: auto;
  }
}

body.page-template-tpl-overview .search-form {
  margin-bottom: 7rem;
}

.ot-overview-list.-team .ot-thumb {
  background: var(--ot-color-primary);
}

.ot-overview-list.-team .ot-o-name {
  padding: 1rem 1.5rem;
}

.ot-overview-list.-team .ot-o-name > div {
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 400;
  color: black;
}

.ot-overview-list.-team .ot-o-name .ot-o-funktion {
  line-height: 1.1;
  font-size: 1.5rem;
}

.ot-overview-list.-team .ot-o-image {
  display: block;
  border-bottom: none;
}

@media (max-width: 1100px) {
  .ot-overview-main.-sidebar-left-none .ot-overview-list.-five-per .ot-thumb {
    width: 25%;
  }
}

@media (max-width: 800px) {
  .ot-overview-main.-sidebar-left-none .ot-overview-list.-five-per .ot-thumb {
    width: 33.33333333%;
  }
}

@media (max-width: 520px) {
  .ot-overview-main.-sidebar-left-none .ot-overview-list.-five-per .ot-thumb {
    width: 50%;
  }
}

body.page-template-tpl-calender .ot-header .ot-sb-title {
  display: none;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb {
  width: 100%;
  display: flex;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .ot-o-image {
  display: flex;
  flex: 0 0 33.33333%;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .ot-o-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .pp-info {
  width: 100%;
  padding: 2rem;
  color: black;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .pp-info .ot-o-datum {
  position: relative;
  border: none;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  padding-left: 0;
  padding-right: 0;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .pp-info .ot-o-datum .von,
body.page-template-tpl-calender .ot-overview-list .ot-thumb .pp-info .ot-o-datum .bis {
  display: inline-block;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .pp-info .title {
  font-size: 2rem;
  color: black;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .pp-info .categories {
  color: black;
  font-style: italic;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .pp-info .artists {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .entry-content p {
  margin-left: 0 !important;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}

body.page-template-tpl-calender .ot-overview-list .ot-thumb .art-image {
  width: 170px;
}

body.page-template-tpl-full-content .ot-header {
  position: relative;
}

body.page-template-tpl-full-content #amplify-frame {
  margin: 0 !important;
  margin-bottom: 3px !important;
}

body.page-template-tpl-full-content .ot-default-main.-tickets {
  margin-bottom: 0;
}

body.page-template-tpl-full-content .ot-default-main.-tickets .entry-content {
  padding: 0;
  margin: 0;
}

body.page-template-tpl-partner .ot-hero {
  position: absolute;
  height: 37vh !important;
}

body.page-template-tpl-partner .ot-hero .ot-h-image {
  padding-top: 0 !important;
  height: 100%;
}

body.page-template-tpl-partner .-haz-hero {
  margin-top: calc(max(min(37vh, 46.25vh), 200px)) !important;
}

body.page-template-tpl-partner .entry-content.ot-container {
  padding-top: 6rem;
}

body.page-template-tpl-partner .entry-content.ot-container .wp-block-gallery {
  max-width: 1360px !important;
  margin-bottom: 3.75rem;
}

body.page-template-tpl-partner .entry-content.ot-container .wp-block-gallery > .wp-block-image {
  width: 400px;
}

body.page-template-tpl-partner .entry-content.ot-container .wp-block-gallery figcaption {
  display: none;
}

body.page-template-tpl-partner .entry-content.ot-container .wp-block-gallery figure.wp-block-image {
  flex-grow: 0;
}

body.page-template-tpl-partner .entry-content.ot-container h2 {
  text-align: center;
  font-weight: 500;
  stroke-width: 1px;
  stroke-color: black;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-family: bdr-mono, sans-serif;
  line-height: 1;
  margin: 0;
  font-size: 3.75rem;
  text-align: left;
  max-width: 1749px !important;
}

@media (max-width: 420px) {
  body.page-template-tpl-partner .wp-block-gallery {
    gap: 2rem;
  }

  body.page-template-tpl-partner .entry-content.ot-container h2 {
    font-size: 3rem;
  }
}

body.single-ot_operation .ot-header {
  position: relative;
}

body.single-ot_operation .ot-overview-main {
  display: block;
  padding-top: 4rem;
}

body.single-ot_operation .op-date {
  width: 100%;
  margin-bottom: 2rem;
}

body.single-ot_operation .op-date ._h2 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 2rem;
  margin-right: 3rem;
}

body.single-ot_operation .op-date div, body.single-ot_operation .op-date h1, body.single-ot_operation .op-date h2, body.single-ot_operation .op-date p, body.single-ot_operation .op-date li, body.single-ot_operation .op-date a, body.single-ot_operation .op-date ._h2 {
  font-family: bdr-mono, sans-serif;
  font-style: normal;
}

body.single-ot_operation .op-date.-hidden {
  margin-bottom: -2rem;
}

body.single-ot_operation .op-date.-hidden .op-timeslot {
  display: none;
}

body.single-ot_operation .op-termin {
  display: flex;
  width: 100%;
  align-items: center;
}

body.single-ot_operation .content-filter {
  display: flex;
  flex-direction: row;
}

body.single-ot_operation .content-filter .op-filter-all {
  width: 2.63rem;
  height: 2.63rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  border: 2px solid black;
  line-height: 1;
  padding-bottom: 7px;
  margin-top: -2px;
  transition: background-color 200ms, color 200ms;
  cursor: pointer;
  z-index: 100;
}

body.single-ot_operation .content-filter .op-filter-all:hover {
  background: black;
  color: white;
}

body.single-ot_operation .content-filter .op-filter {
  margin-right: 2rem;
  position: relative;
}

body.single-ot_operation .content-filter .op-filter:hover .opf-dropdown, body.single-ot_operation .content-filter .op-filter.-open .opf-dropdown {
  opacity: 1;
  visibility: visible;
}

body.single-ot_operation .content-filter .op-filter.-close-it .opf-dropdown {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.single-ot_operation .content-filter .opf-dropdown {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 200ms, opacity 200ms;
}

body.single-ot_operation .content-filter .opf-entry {
  margin-top: -2px;
  padding: 0.25rem 1.5rem;
  background: white;
  border: 2px solid black;
  text-transform: uppercase;
  transition: background 200ms, color 200ms;
  cursor: pointer;
  min-width: 186px;
  white-space: nowrap;
}

body.single-ot_operation .content-filter .opf-entry.-active {
  min-width: 186px;
}

body.single-ot_operation .content-filter .opf-entry.-selected {
  color: #c3c3c3 !important;
  background: white !important;
  cursor: default;
}

body.single-ot_operation .content-filter .opf-entry:hover {
  background: black;
  color: white;
}

body.single-ot_operation .content-filter .opf-entry.-nothing {
  opacity: 0 !important;
  pointer-events: none;
}

body.single-ot_operation .op-timeslot {
  display: flex;
  margin-bottom: 2.5rem;
}

body.single-ot_operation .op-timeslot.-hidden {
  display: none;
}

body.single-ot_operation .op-timeslot.-no-pp .opt-info {
  width: 100%;
  padding-bottom: 4rem;
}

body.single-ot_operation .opt-info {
  background: black;
  color: white;
  padding: 2rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: -2px;
}

body.single-ot_operation .opt-info .opt-time {
  white-space: nowrap;
}

body.single-ot_operation .opt-programmpunkte {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

body.single-ot_operation .pp-box {
  padding: 2rem;
  width: 100%;
  background: white;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: 2px solid black;
  border-left: none;
  cursor: pointer;
  margin: -2px 0 0 -2px;
}

body.single-ot_operation .pp-box.-hidden {
  display: none;
}

body.single-ot_operation .pp-box.-hervorgehoben {
  order: -100;
  background: var(--ot-color-primary);
}

body.single-ot_operation .pp-box > div {
  margin-bottom: 1rem;
}

body.single-ot_operation .pp-box > div:last-child {
  margin-bottom: 0;
}

body.single-ot_operation .pp-box .ppb-location {
  background: black;
  color: white;
  padding: 0.25rem 1rem;
  width: 100%;
  font-size: 1.25rem;
}

body.single-ot_operation .pp-box .ppb-location img {
  width: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}

body.single-ot_operation .pp-box .ppb-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

body.single-ot_operation .pp-box .ppb-categories {
  padding: 0.25rem 1.5rem;
  background: black;
  color: white;
  font-size: 1rem;
  display: inline-block;
}

body.single-ot_operation .pp-box .ppb-excerpt {
  font-size: 1rem;
  margin-top: 0.5rem;
}

body.single-ot_operation .pp-box .ppb-excerpt p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.45rem;
}

body.single-ot_operation .pp-box .ppb-time {
  font-size: 1rem;
}

body.single-ot_operation .pp-box .ppb-content {
  font-size: 1rem;
}

body.single-ot_operation .pp-box .ppb-artists {
  font-size: 1rem;
  font-weight: 700;
}

body.single-ot_operation .pp-box .ppb-artists a {
  display: inline-block;
  width: 100%;
}

body.single-ot_operation .pp-box .ppb-artists a:hover {
  text-decoration: underline;
}

body.single-ot_operation .pp-box .-only-popup {
  display: none;
}

body.single-ot_operation .modal.micromodal-slide.-programmheft .modal__close {
  color: white !important;
}

body.single-ot_operation .modal.micromodal-slide.-programmheft .modal__content .pp-box {
  background: transparent;
  color: black !important;
  border: none;
  padding: 0;
  margin: 0;
  cursor: default;
}

body.single-ot_operation .modal.micromodal-slide.-programmheft .modal__content .pp-box .ppb-time,
body.single-ot_operation .modal.micromodal-slide.-programmheft .modal__content .pp-box .ppb-excerpt {
  display: none;
}

body.single-ot_operation .modal.micromodal-slide.-programmheft .modal__content .pp-box .ppb-content,
body.single-ot_operation .modal.micromodal-slide.-programmheft .modal__content .pp-box .ppb-content p {
  margin: auto;
  font-family: bdr-mono, sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
}

body.single-ot_operation .modal.micromodal-slide.-programmheft .modal__content .pp-box .ppb-content {
  margin-bottom: 1rem;
}

body.single-ot_operation .modal.micromodal-slide.-programmheft .modal__content .pp-box .-only-popup {
  display: inline-block !important;
}

@media (max-width: 1023px) {
  body.single-ot_operation .opt-programmpunkte {
    grid-template-columns: 1fr 1fr 1fr !important;
  }

  body.single-ot_operation .op-termin {
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 3rem;
  }

  body.single-ot_operation .content-filter {
    flex-wrap: wrap;
    padding: 0 2rem;
    justify-content: center;
  }

  body.single-ot_operation .op-filter {
    margin-bottom: 1rem;
  }

  body.single-ot_operation .op-filter:nth-child(1) {
    z-index: 30;
  }

  body.single-ot_operation .op-filter:nth-child(2) {
    z-index: 20;
  }

  body.single-ot_operation .op-filter:nth-child(3) {
    z-index: 10;
  }
}

@media (max-width: 767px) {
  body.single-ot_operation .opt-programmpunkte {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  body.single-ot_operation .opt-info {
    width: 50px;
    position: relative;
    padding: 0;
    min-height: 330px;
  }

  body.single-ot_operation .opt-info .opt-time {
    margin-right: 1rem;
  }

  body.single-ot_operation .opt-wrapper {
    display: flex;
    transform: rotate(90deg);
    transform-origin: top left;
    position: absolute;
    top: 2rem;
    left: 3rem;
    width: auto;
    white-space: nowrap;
  }

  body.single-ot_operation .op-timeslot.-no-pp .opt-info {
    padding: 2rem;
    min-height: 20px;
  }
}

@media (max-width: 440px) {
  body.single-ot_operation .opt-programmpunkte {
    grid-template-columns: 1fr !important;
  }
}

body.single-ot_operation .opt-programmpunkte.-v2023 {
  grid-template-columns: 1fr !important;
}

body.single-ot_operation .opt-programmpunkte.-v2023 a {
  pointer-events: none;
}

body.single-ot_operation .opt-programmpunkte.-v2023 .ppb-artists,
body.single-ot_operation .modal.micromodal-slide.-programmheft.-v2023 .ppb-artists {
  display: flex;
  flex-wrap: wrap;
}

body.single-ot_operation .opt-programmpunkte.-v2023 .ppb-artists img,
body.single-ot_operation .modal.micromodal-slide.-programmheft.-v2023 .ppb-artists img {
  height: auto !important;
}

body.single-ot_operation .opt-programmpunkte.-v2023 .ppb-artists a,
body.single-ot_operation .modal.micromodal-slide.-programmheft.-v2023 .ppb-artists a {
  width: 16%;
  max-width: 200px;
  margin-right: 0.66666%;
}

body.single-ot_operation .opt-programmpunkte.-v2023 .ppb-artists a img,
body.single-ot_operation .modal.micromodal-slide.-programmheft.-v2023 .ppb-artists a img {
  border-radius: 12px;
}

@media (max-width: 550px) {
  body.single-ot_operation .opt-programmpunkte.-v2023 .ppb-artists a,
  body.single-ot_operation .modal.micromodal-slide.-programmheft.-v2023 .ppb-artists a {
    width: 24%;
    margin-right: 1%;
  }

  body.single-ot_operation .opt-programmpunkte.-v2023 .ppb-artists a img,
  body.single-ot_operation .modal.micromodal-slide.-programmheft.-v2023 .ppb-artists a img {
    border-radius: 9px;
  }
}

@media (max-width: 420px) {
  body.single-ot_operation .opt-programmpunkte.-v2023 .ppb-artists a,
  body.single-ot_operation .modal.micromodal-slide.-programmheft.-v2023 .ppb-artists a {
    width: 32%;
    margin-right: 1.333333%;
  }

  body.single-ot_operation .opt-programmpunkte.-v2023 .ppb-artists a img,
  body.single-ot_operation .modal.micromodal-slide.-programmheft.-v2023 .ppb-artists a img {
    border-radius: 6px;
  }
}

.ot-video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  background: rgba(28, 6, 9, 0.7);
  margin: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ot-video-popup iframe {
  border-radius: 1rem;
}

.ot-video-popup #ytplayer {
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.ot-video-popup .yt-close {
  position: fixed;
  top: 2.5rem;
  right: 3rem;
  width: 4.5rem;
  z-index: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 250ms;
}

.ot-video-popup .yt-close:hover {
  opacity: 1;
}

.m3v-info {
  padding: 0.5rem 1rem;
  border: 2px solid black;
  display: inline-block;
}

.m3v-form-button {
  display: inline-block;
}

.m3v-entry {
  padding: 0.85rem 1.5rem 1.2rem;
  border: 1px solid black;
  margin-bottom: 1rem;
  cursor: default;
}

.m3v-entry:hover {
  background: #f6f6f6;
}

.m3v-entry h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  cursor: default;
}

.m3v-entry .m3v-entry-content {
  cursor: default;
}

.m3v-entry .popi-button-wrapper {
  margin-bottom: 0 !important;
}

.m3v-entry h3 {
  margin-top: 0.5rem;
}

.m3v-entry h3,
.m3v-entry p {
  margin-bottom: 1.5rem;
}

.popi-form-row {
  margin-bottom: 0.5rem;
}

.popi-button-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}

.popi-button-wrapper .popi-form-button {
  display: inline-block;
  margin: 0 !important;
}

.popi-button-wrapper .button.black-border {
  background: black !important;
  color: white !important;
  transition: transform 250ms;
  border: none !important;
}

.popi-button-wrapper .button.black-border:hover {
  transform: scale(1.05);
  background: black !important;
  color: white !important;
}

.popi-step-1 h3,
.popi-step-2 h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Andale Mono Regular', sans-serif;
}

.popi-step-1 .va-preise {
  display: flex;
  width: 100%;
  gap: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  flex-wrap: wrap;
}

.popi-step-1 .va-preise .va-preis {
  opacity: 0.7;
  cursor: pointer;
  display: flex;
  width: calc(50% - 1rem);
  gap: 2rem;
  padding: 0.5rem 1rem;
  background: white;
  border: 3px solid #39414d;
}

@media (max-width: 500px) {
  .popi-step-1 .va-preise .va-preis {
    width: 100%;
  }
}

.popi-step-1 .va-preise .va-preis.-selected, .popi-step-1 .va-preise .va-preis:hover {
  opacity: 1;
}

.popi-step-1 .va-preise.-hidden {
  display: none;
}

.popi-step-1 .va-preise.-error {
  border: 2px dashed red;
  background: white;
  padding: 0.5rem;
}

.popi-step-2 b {
  min-width: 200px;
}

.popi-step-2 .popi-row {
  background: #fffffff7;
  padding: 0 0.5rem;
}

.pi-input.-error {
  border-style: dashed;
}

.spinner-overlay {
  background: #ffffffa3 !important;
}

#rc-popi-modal .papi-errors {
  border-top-style: dashed;
  background: white;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.3;
}

label.container.pi-input {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

label.container.pi-input #pi-newsletter {
  margin-top: -0.2rem;
  margin-left: 1rem;
}

.m3-veranstaltungen-wrapper .modal__overlay {
  padding-top: 10rem;
}

.m3-veranstaltungen-wrapper .modal__container {
  overflow: auto;
  max-height: calc(100% - 2rem) !important;
}

@media (max-height: 960px) and (max-width: 1820px) {
  .m3-veranstaltungen-wrapper .modal__content h3 {
    text-align: center;
  }
}

.glitch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  /*Animation*/
  -webkit-animation: glitch1 2.5s infinite;
          animation: glitch1 2.5s infinite;
}

.glitch:nth-child(2) {
  color: #67f3da;
  -webkit-animation: glitch2 2.5s infinite;
          animation: glitch2 2.5s infinite;
}

.glitch:nth-child(3) {
  color: #f16f6f;
  -webkit-animation: glitch3 2.5s infinite;
          animation: glitch3 2.5s infinite;
}

/*Keyframes*/

@-webkit-keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }

  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }

  10% {
    transform: none;
    opacity: 1;
  }

  27% {
    transform: none;
    opacity: 1;
  }

  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }

  35% {
    transform: none;
    opacity: 1;
  }

  52% {
    transform: none;
    opacity: 1;
  }

  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }

  50% {
    transform: none;
    opacity: 1;
  }

  72% {
    transform: none;
    opacity: 1;
  }

  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }

  80% {
    transform: none;
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }

  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }

  10% {
    transform: none;
    opacity: 1;
  }

  27% {
    transform: none;
    opacity: 1;
  }

  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }

  35% {
    transform: none;
    opacity: 1;
  }

  52% {
    transform: none;
    opacity: 1;
  }

  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }

  50% {
    transform: none;
    opacity: 1;
  }

  72% {
    transform: none;
    opacity: 1;
  }

  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }

  80% {
    transform: none;
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }

  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }

  10% {
    transform: none;
    opacity: 0.25;
  }

  27% {
    transform: none;
    opacity: 0.25;
  }

  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }

  35% {
    transform: none;
    opacity: 0.25;
  }

  52% {
    transform: none;
    opacity: 0.25;
  }

  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }

  50% {
    transform: none;
    opacity: 0.25;
  }

  72% {
    transform: none;
    opacity: 0.25;
  }

  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }

  80% {
    transform: none;
    opacity: 0.25;
  }

  100% {
    transform: none;
    opacity: 0.25;
  }
}

@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }

  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }

  10% {
    transform: none;
    opacity: 0.25;
  }

  27% {
    transform: none;
    opacity: 0.25;
  }

  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }

  35% {
    transform: none;
    opacity: 0.25;
  }

  52% {
    transform: none;
    opacity: 0.25;
  }

  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }

  50% {
    transform: none;
    opacity: 0.25;
  }

  72% {
    transform: none;
    opacity: 0.25;
  }

  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }

  80% {
    transform: none;
    opacity: 0.25;
  }

  100% {
    transform: none;
    opacity: 0.25;
  }
}

@-webkit-keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }

  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }

  10% {
    transform: none;
    opacity: 0.25;
  }

  27% {
    transform: none;
    opacity: 0.25;
  }

  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }

  35% {
    transform: none;
    opacity: 0.25;
  }

  52% {
    transform: none;
    opacity: 0.25;
  }

  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }

  50% {
    transform: none;
    opacity: 0.25;
  }

  72% {
    transform: none;
    opacity: 0.25;
  }

  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }

  80% {
    transform: none;
    opacity: 0.25;
  }

  100% {
    transform: none;
    opacity: 0.25;
  }
}

@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }

  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }

  10% {
    transform: none;
    opacity: 0.25;
  }

  27% {
    transform: none;
    opacity: 0.25;
  }

  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }

  35% {
    transform: none;
    opacity: 0.25;
  }

  52% {
    transform: none;
    opacity: 0.25;
  }

  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }

  50% {
    transform: none;
    opacity: 0.25;
  }

  72% {
    transform: none;
    opacity: 0.25;
  }

  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }

  80% {
    transform: none;
    opacity: 0.25;
  }

  100% {
    transform: none;
    opacity: 0.25;
  }
}

.le-acc-content .mola-button,
.le-acc-content .more-link {
  display: none;
}

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