@charset "UTF-8";
/*!   
Theme Name: Theater Button
Theme URI: 
Description: Customized Theme for Theater Button.  
Author: Ralf Hoffmeister, Design: Kapuze Grafikdesign
Author URI: http://ralfhoffmeister.de
Version: 3.4 (07-2014)
Created by Ralf Hoffmeister, Design http://www.kapuze.net/.
*/

/* CSS Document */

/* ========================================================= */
/* = ================= ADJUSTMENTS ======================= = */
/* ========================================================= */

/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 
   License: none (public domain)
**************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
:root {
    --base-color: #6a1411;
    --accent-color: #dd4c41;
    --soft-bg: #f7e1de;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
    height: 1%;
}
*:first-child + html .clear {
    min-height: 1px;
}
/*BORDER-BOX LAYOUT
**************************************************************/
*,
*:before,
*:after {
    box-sizing: border-box;
}
/*WP-CORE
**************************************************************/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ========================================================= */
/* = ==================== MODULES ======================== = */
/* ========================================================= */

/*MISC
**************************************************************/

.circle {
    border-radius: 50%;
}

/*Call to Action Button*/
.cta,
input[type="submit"],
button {
    outline: none;
    border: 1px solid var(--base-color);
    color: var(--base-color);
    background-color: var(--base-color);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0.25em 0.5em 0.35em;
    line-height: 1;
    transition: all 0.15s ease-in-out;
}

.no-touch .cta:hover,
.no-touch input[type="submit"]:hover,
.no-touch button:hover {
    background-color: #fff;
    color: var(--base-color);
}

.cta:active, 
  .cta.active,
  input[type="submit"]:active,
  button:active, 
  /*.no-touch due to :hover state (specificity)*/
  .no-touch .cta:active, 
  .no-touch .cta.active,
  .no-touch input[type="submit"]:active,
  .no-touch button:active {
    background-color: var(--base-color);
    color: #fff;
    transition: none;
}

.warning-msg {
    border-left: 5px solid #f00;
    padding-left: 10px;
}

.info-msg {
    border-left: 5px solid #aaa;
    padding-left: 10px;
}

.okay-msg {
    border-left: 5px solid #0f0;
    padding-left: 10px;
}

/*OWL CAROUSEL*/

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

.owl-wrapper-outer {
    overflow: hidden;
}

.owl-carousel img {
    display: block;
    margin: 0 auto;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:
        url(grabbing.png) 8 8,
        move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}
@keyframes empty {
    0% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/*Slick Slider*/

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    display: inline-block;
    z-index: 5;
    top: 50%;
    background-color: transparent;
    position: relative;
    border: none;
    position: absolute;
    font-weight: 700;
    font-size: 45px;
    line-height: 0;
    color: var(--accent-color);
    top: 0;
    bottom: 0;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: transparent !important;
    color: var(--accent-color) !important;
    opacity: 0.7;
}

.slider-container {
    max-width: 950px;
    margin: 0 auto;
}

.section-slider {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .section-slider {
        margin-bottom: 100px;
    }
}

/* ========================================================= */
/* = ===================== BASE STYLES =================== = */
/* ========================================================= */

html {
    min-height: 100%;
    font-size: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    position: relative;
    min-height: 100%;
    font-family: AndesRoundedBook, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: var(--base-color);
    background-color: var(--soft-bg);
    font-size: 18px;
    line-height: 1.45;
}
@media screen and (min-width: 768px) {
    body {
        font-size: 25px;
        line-height: 35px;
    }
}
p {
    padding: 0.5em 0 0.5em 0;
    -epub-word-break: hyphenate;
    -ms-word-break: hyphenate;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media screen and (min-width: 768px) {
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 1em 0 0.25em 0;
}

h1,
h2 {
    line-height: 1;
}

h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

h1,
.accordion-trigger {
    font-size: 30px;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    h1,
    .accordion-trigger {
        font-size: 45px;
        line-height: 60px;
    }
}
h2 {
    font-size: 20px;
    line-height: 1.2;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

a {
    border: 0;
    outline: 0;
    color: inherit;
}
.no-touch a:hover,
a:focus {
}

a:active {
}

button {
    cursor: pointer;
}

.no-touch button:hover,
button:focus {
    background: #aaa;
}

button:active {
    background: var(--base-color);
    color: #fff;
}

em {
    font-style: italic;
}

strong {
    font-family: AndesRoundedMedium, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

code {
    font-family: courier, monospace;
    background: #eee;
    padding: 0 5px;
}

address {
    font-style: italic;
}

pre {
    font-family: courier, monospace;
    white-space: pre-wrap;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    list-style-position: inside;
}

nav li {
    list-style: none;
}

img {
    max-width: 100%;
    width: auto\9; /* ie8 */
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    border: 0;
    transform: translate3d(0, 0, 0);
}

video {
    max-width: 100%;
    height: auto !important;
}

blockquote {
    font-size: 20px;
}

blockquote > p {
    font-size: 20px;
    line-height: 1.3;
}

.bq-ref {
    font-size: 0.8em;
    display: block;
    font-family: AndesRoundedMedium, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 10px 20px 0 0;
    text-align: right;
}

.padded {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (min-width: 768px) {
    .padded {
        padding-left: 60px;
        padding-right: 60px;
    }
}
/*FONT AND COLOR CLASSES
**************************************************************/

.sans {
    font-family: AndesRoundedBook, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.serif {
    font-family: Georgia, Times, serif;
}

.base-color {
    color: #f7e1de;
}
.base-bg {
    background-color: #f7e1de;
}

.body-color {
    color: #f7e1de;
}
.body-bg {
    background-color: #e4f2ec;
}

.accent-color {
    color: var(--accent-color);
}
.accent-bg {
    background-color: var(--accent-color);
}

.soft-color {
    color: #f7e1de;
}
.soft-bg {
    background-color: #f7e1de;
}

/* ========================================================= */
/* = =================PAGE STRUCTURE====================== = */
/* ========================================================= */

/*PAGE-SEGMENTS
**************************************************************/

.container {
    /*contains the whole Page */
    position: relative;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

.frame,
[class*="frame-"] {
    /*frame, contains Content-Modules, no padding!*/
    position: relative;
    max-width: 1156px;
    margin: 0 auto;
}

/* ========== */
/* = HEADER = */
/* ========== */

header {
    position: relative;
    z-index: 9;
    border-top: none;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    header {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
body:not(.home) header {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 9;
    border-top: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    body:not(.home) header {
        top: 70px;
    }
}
.insta-link-header {
    display: block;
    width: 40px;
    height: 40px;
    padding-left: 25px;
    padding-top: 0;
    padding-bottom: 25px;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (min-width: 768px) {
    .insta-link-header {
        display: block;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}
.insta-fill-color {
    fill: #dd4c41;
}

@media (hover: hover) {
    .insta-link-header:hover .insta-fill-color {
        fill: #6a1411;
    }
}
header .frame {
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    header .frame {
        display: block;
    }
}
.logo {
    display: block;
    text-decoration: none;
    /* background-image: url(images/interface/logo-main-theaterbutton.png); */
    width: 103px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 15;
    position: relative;
}

@media screen and (min-width: 900px) {
    .logo {
        width: 150px;
        height: auto;
        z-index: 16;
    }

    .logo:after {
        content: "Theatre that moves.";
        display: block;
        position: absolute;
        top: 0;
        white-space: nowrap;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        left: 100%;
        padding-left: 30px;
        padding-top: 41px;
        font-size: 34px;
        font-weight: 700;
        font-style: italic;
        color: #dd4c41;
    }
}

/*Toggle Nav Button (mobile)*/
.menu-button {
    display: none !important;
}

.js .menu-button,
.js .menu-button:hover {
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent url("images/interface/open-menu-bg.png") center center no-repeat;
    background-size: 20px;
}

.nav-open .menu-button,
.nav-open .menu-button:hover {
    background: url("images/interface/close-menu-bg.png") center center no-repeat;
    background-size: 20px;
}

@media screen and (min-width: 768px) {
    .js .menu-button {
        display: none;
    }

    .js .main-nav {
        height: auto;
        max-height: none;
    }
}

/* =========== */
/* = CONTENT = */
/* =========== */
.section-hero {
    width: 100%;
    display: block;
    margin-bottom: 58px;
}
@media screen and (min-width: 1000px) {
    .section-hero {
        margin-bottom: 116px;
        min-height: calc(100vh - 158px);
    }
}
.hero-img {
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (min-width: 1000px) {
    .hero-img {
        height: calc(100vh - 158px);
        aspect-ratio: inherit;
    }
}
.hero-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-intro {
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
    .section-intro {
        margin-bottom: 140px;
    }
}
.intro h1 {
    color: var(--accent-color);
}
@media screen and (min-width: 1000px) {
    .home .intro h1 {
        font-size: 62px;
        line-height: 72px;
    }
}
blockquote,
blockquote p {
    font-family: AndesRoundedMedium, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #e64e47;
}

/* Accordion */

.section-accordion {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .section-accordion {
        margin-bottom: 120px;
    }
}

.accordion {
    display: flex;
    flex-direction: column;
}

.accordion-item {
    border-bottom: 1px solid var(--accent-color);
    overflow: hidden;
}

.accordion-item h3 {
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 0;
}

.accordion-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: calc(var(--grid-gap) * 1.5) 0;
    background: none;
    border: none;
    background-color: transparent !important;
    text-align: left;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.accordion-trigger:hover {
    opacity: 0.7 !important;
}
.accordion-trigger:active {
    opacity: 1 !important;
    color: var(--accent-color) !important;
}
.accordion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    line-height: 1;
}

.accordion-item.is_open .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.4s ease-in-out,
        padding 0.4s ease-in-out;
    padding: 0;
}

.accordion-item.is_open .accordion-content {
    padding: 0 0 calc(var(--grid-gap) * 1.5) 0;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}

/* Home show grid */

.home-link {
    top: 40px;
    left: 20px;
    width: 60px;
    height: 60px;
    position: absolute;
}
@media screen and (min-width: 768px) {
    .home-link {
        top: 60px;
        left: 30px;
    }
}
.insta-link {
    position: absolute;
    right: 5px;
    top: 40px;
    padding: 15px;
    width: 45px;
    height: 45px;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .insta-link {
        right: 40px;
        top: 60px;
    }
}

.insta-link svg .st0 {
    fill: #fff;
}

@media (hover: hover) {
    .home-link:hover circle {
        fill: #fff !important;
    }
    .home-link:hover svg .st0,
    .insta-link:hover svg .st0 {
        fill: var(--accent-color);
    }
}

.single-show .content {
    padding-top: 90px;
}

@media screen and (min-width: 600px) {
    .single-show .content {
        padding-top: 100px;
    }
    .show-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}

.show-grid-item {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
    .show-grid-item {
        margin-bottom: 0;
    }
}
.show-grid-item-title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    color: var(--accent-color);
    font-size: 20px;
    line-height: 25px;
}

@media screen and (min-width: 768px) {
    .show-grid-item-title {
        font-size: 30px;
        line-height: 38px;
    }
}

.show-grid-item-title {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    /* Styling nach Bedarf: */
    padding: 1rem;
    padding-top: 10px;
    text-align: center;
}
@media (hover: hover) {
    .show-grid-item-title {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
    }
}
.show-grid-item img {
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.show-grid-item:hover img {
    opacity: 0;
}

.show-grid-item:hover .show-grid-item-title {
    opacity: 1;
}

.accordion-content-inner {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .accordion-content-inner {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 768px) {
    .cols2 {
        display: flex;
        gap: 36px;
    }

    .cols2-img {
        padding-top: 20px;
        flex: 0 0 293px; /* nicht wachsen, nicht schrumpfen, immer 293px */
    }

    .cols2-img img {
        display: block;
        width: 100%;
    }

    .cols2-txt {
        flex: 1; /* restlichen Platz einnehmen */
    }
}

/* Show-List */
.show-list {
    padding-top: 35px;
}
.show-list-item {
    display: block;
    margin-bottom: 50px;
    text-decoration: none;
}

.show-list-img {
    width: 100%;
    max-width: 250px;
    flex: 0 0 250px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
    .show-list-img {
        flex: 0 0 350px;
        max-width: 350px;
    }
}
.show-list-img img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media screen and (min-width: 1100px) {
    .show-list-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 50px;
        margin-bottom: 50px;
    }
}

.show-list-item-title {
    color: var(--accent-color);
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.content {
    min-height: calc(100vh - 100px);
}
.content ul li {
    list-style-position: outside;
    margin-left: 1em;
}
.show-content-module,
.show-intro-content {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .show-content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        gap: 36px;
    }

    .show-intro-content {
        flex: 0 0 350px;
    }

    .show-content-module {
        max-width: 660px;
        flex: 1; /* restlichen Platz einnehmen */
    }
    .show-content-module,
    .show-intro-content {
        margin-bottom: 100px;
    }
}

.show-content-module h1 {
    color: var(--accent-color);
    padding-top: 0;
}
.show-navigation {
    z-index: 10;
    color: #fff;
    background-color: var(--accent-color);
    position: relative;
}
.show-navigation__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    overflow: auto;
    scrollbar-width: none;
    font-size: 18px;
    color: #fff;
    padding-left: 36px;
    padding-right: 36px;
}
.show-grid-item img {
    width: 100%;
    aspect-ratio: 592 / 282;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.show-grid-item-title {
    margin: 0;
}
button.cmplz-accept-service {
    color: #fff;
}
.show-navigation__list::-webkit-scrollbar {
    display: none;
}
.show-navigation__item {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-break: keep-all;
    white-space: nowrap;
}

.show-navigation__item a {
    text-decoration: none;
}

.show-navigation__item.current-menu-item {
    color: #000;
}

.header-gap {
    padding-top: 150px;
}

@media screen and (min-width: 768px) {
    .header-gap {
        padding-top: 300px;
    }
}
hr {
    border-color: var(--base-color);
}

.show-details {
    font-size: 18px;
    line-height: 28px;
}
/* ========== */
/* = FOOTER = */
/* ========== */

footer {
    position: relative;
    margin-bottom: 40px;
}
.footer-nav {
    margin-top: 20px;
    border-top: 3px solid var(--base-color);
    margin-bottom: 2px;
    padding-top: 2px;
    border-top: 3px solid var(--base-color);
    font-size: 13px;
}
.footer-nav-ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.footer-nav-ul a {
    text-decoration: none !important;
}
.section-hero {
    position: relative;
}

.layout-hero {
    width: 100%;
}

.hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
@media screen and (min-width: 1000px) {
    .hero {
        height: calc(100vh - 158px);
        aspect-ratio: inherit;
    }
}
.hero-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.is-active {
    opacity: 1;
}

.hero-slide img {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide {
        transition: none;
    }
}

/* =========== */
/* = HELPERS = */
/* =========== */

/*TYPOGRAPHY & LAYOUT
**************************************************************/

/*alignment*/
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

/*DISPLAY OPTIONS
**************************************************************/

/*floats*/
.left {
    float: left;
}
.right {
    float: right;
}

/*display*/
.block {
    display: block;
}
.inline {
    display: inline;
}

/*position*/
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.static {
    position: static;
}

/* ================== */
/* = RETINA & PRINT = */
/* ================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    } /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    } /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    } /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    html,
    body,
    p {
        font-size: 10pt;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
} /*END MEDIA PRINT*/
