@charset "UTF-8";
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 SCSS VARIABLES - CENTRALIZED CONFIGURATION
============================================================*/
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 RESET & BASE HTML STYLES
============================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "Cabin Condensed", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  font-size: 32px;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  background-color: #000000;
}

button {
  font-family: "Cabin Condensed", sans-serif;
  line-height: 1;
}

/* Focus styles for accessibility */
:focus {
  outline: none;
}

*:active,
*:focus {
  outline: none;
}

/*===========================================================
 TYPOGRAPHY BASE
============================================================*/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

strong {
  font-weight: 700;
}

u {
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  text-decoration: none;
}

/*===========================================================
 LINKS
============================================================*/
a {
  color: #c81357;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: none !important;
}

.maincontent {
  min-height: 100vh;
}

/*===========================================================
 IMAGES
============================================================*/
img {
  max-width: 100%;
  height: auto;
}
img.lazy {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px auto;
  height: auto;
}

/*===========================================================
 BUTTONS BASE
============================================================*/
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
button:active, button:focus {
  outline: 0;
}

.btn {
  transition: 0.3s ease;
}
.btn:hover {
  transition: 0.3s ease;
}

.bttn {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  padding: 9px 15px !important;
  border-radius: 15px !important;
  background-color: #000000 !important;
  display: inline-block;
  border: 1px solid transparent !important;
}

.primary-bttn {
  border: 1px solid #000000 !important;
  color: #000000 !important;
  background: transparent !important;
}

.bttn.active,
.bttn:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/*===========================================================
 TABLE STYLES
============================================================*/
table {
  border-collapse: collapse;
  width: 100%;
  border: 0 !important;
  border-top: 1px solid #000000 !important;
}
table tr {
  border-bottom: 1px solid #000000 !important;
}
table tr th,
table tr td {
  border: 0 !important;
  padding: 0.5em;
}
table tr th {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
}

/*===========================================================
 ACCESSIBILITY STYLES
============================================================*/
:focus {
  outline-offset: 2px;
}

a:hover {
  text-decoration: none !important;
}

button:active,
button:focus {
  outline: 0;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 LAYOUT SYSTEM & GRID
============================================================*/
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 12px;
}

.row {
  --gutter-x: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
}

.col {
  flex: 1 0 0%;
}

/*===========================================================
 UTILITY CLASSES
============================================================*/
.cboth {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.section-padding {
  padding: 100px 0;
}

.radius-large {
  border-radius: 30px;
}

.mrb-20 {
  margin-bottom: 20px;
}

/*===========================================================
 GLOBAL BACKGROUND CLASSES
============================================================*/
section {
  background: #ffffff;
}

.black-bg {
  background: #000000;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-orange {
  background-color: #e49900;
}

.border-black {
  border: 1px solid #000000;
  border-top: 0;
}

/*===========================================================
 GLOBAL TEXT STYLES
============================================================*/
.title h2 {
  font-size: 60px;
  line-height: 1.13;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 TYPOGRAPHY STYLES
============================================================*/
h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-size: 60px;
  font-weight: 600;
}

h3 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.24;
}

h4 {
  font-size: 32px;
  font-weight: 500;
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.29;
}

h6 {
  font-size: 16px;
  line-height: 1.44;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

a {
  font-weight: 600;
}

li {
  font-size: 18px;
}

ul,
ol {
  padding-left: 30px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
li + h1,
li + h2,
li + h3,
li + h4,
li + h5,
li + h6 {
  margin-top: 30px;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 FORMS & INPUTS
============================================================*/
:root {
  --wpforms-button-background-color: #c81357 !important;
  --wpforms-button-border-color: #c81357 !important;
  --wpforms-page-break-color: #c81357 !important;
}

::placeholder {
  color: #c81357;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}

.wpforms-error {
  text-align: left;
}

.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 15px;
}
.form-group label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  cursor: pointer;
  left: 30px;
  padding-left: 23px;
}
.form-group label:before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid #000000;
  padding: 7px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
  left: 0;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/*===========================================================
 FORM MODIFIERS (for specific forms that override defaults)
============================================================*/
.form-group label:before {
  display: none;
  left: 0;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 BUTTON STYLES
============================================================*/
/*===========================================================
 VISUAL COMPOSER BUTTON STYLES (Active)
============================================================*/
.vc_btn3-inline {
  margin-right: 15px;
}

.vc_general.vc_btn3 {
  border: 1px solid #000000 !important;
  color: #000000 !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 9px 15px !important;
  border-radius: 15px !important;
  display: inline-block !important;
}
.vc_general.vc_btn3:hover, .vc_general.vc_btn3:focus, .vc_general.vc_btn3:active {
  background: #000000 !important;
  color: #ffffff !important;
}
.vc_general.vc_btn3.reverse {
  background: #000000 !important;
  color: #ffffff !important;
}
.vc_general.vc_btn3.reverse:hover, .vc_general.vc_btn3.reverse:focus, .vc_general.vc_btn3.reverse:active {
  background: transparent !important;
  color: #000000 !important;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 TAB COMPONENT STYLES (Visual Composer Tabs)
============================================================*/
.vc_tta-container h2 {
  font-size: 24px;
  line-height: 1.13;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

ul.vc_tta-tabs-list {
  display: flex !important;
  flex-basis: 1;
  flex-flow: wrap;
  gap: 0px !important;
}
ul.vc_tta-tabs-list li {
  margin: 2px !important;
}
ul.vc_tta-tabs-list li a {
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px !important;
  color: #000000 !important;
  padding: 9px 15px !important;
  border-radius: 15px !important;
  border: solid 1px #000000 !important;
}
ul.vc_tta-tabs-list li a:hover {
  outline: none !important;
  background-color: #c81357 !important;
  border: 1px solid #c81357 !important;
  color: #ffffff !important;
}
ul.vc_tta-tabs-list li.vc_active a {
  outline: none !important;
  background-color: #c81357 !important;
  border: 1px solid #c81357 !important;
  color: #ffffff !important;
}

.vc_tta.vc_general .vc_tta-panel-body,
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border: none;
  background: none;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 HEADER & NAVIGATION (DESKTOP)
============================================================*/
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.header-area {
  padding: 10px 0;
  border: solid 1px #dfaa13;
  border-top: 0;
  border-radius: 0 0 30px 30px;
}

/*===========================================================
 LOGO SECTION
============================================================*/
.menu-left a {
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border: 0;
}
.menu-left span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #e49900;
}

.menu-logo {
  position: relative;
  width: 100px;
  height: 100px;
}
.menu-logo a {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  border: 0;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
.menu-logo a img {
  display: block;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 0 25px;
}

/*===========================================================
 MAIN NAVIGATION
============================================================*/
.menu {
  display: flex;
  align-items: center;
}
.menu ul {
  margin: 0;
  list-style: none;
}
.menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 !important;
}
.menu ul li a {
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease;
  border-bottom: 0;
  display: block;
}
.menu ul li a:hover {
  color: #c81357;
}

.menu-nav {
  display: flex;
  gap: 0 15px;
}

.headrt-right {
  display: flex;
  gap: 35px;
  align-items: center;
}
.headrt-right a {
  text-decoration: none;
  border: 0;
}
.headrt-right .contact-button {
  text-transform: uppercase;
}

.menu-social-icon .social-icon {
  margin-top: 0;
}
.menu-social-icon .social-icon a {
  color: #ffffff;
  background: #000000;
  border-radius: 50%;
}
.menu-social-icon .social-icon a i {
  width: 26px;
  height: 26px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*===========================================================
 DROPDOWN MENUS
============================================================*/
.menu-item-has-children {
  position: relative;
  margin-bottom: 0 !important;
}
.menu-item-has-children > a {
  position: relative;
}

.menu-toggle {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
  background-image: url(../img/angle-down.svg);
  background-position: right center;
  background-size: 12px;
  right: 0;
  width: 12px;
  height: 12px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  min-width: auto;
  padding: 0 0;
  margin: 0 !important;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dropdown-menu li {
  display: block;
  position: relative;
  margin-bottom: 0 !important;
}
.dropdown-menu li:last-child a {
  border-bottom: 0;
}
.dropdown-menu li a {
  display: block;
  text-decoration: none;
  padding: 4px 16px;
  line-height: 1.4;
  color: #000000;
  border-bottom: 1px solid #eee;
  white-space: pre;
}
.dropdown-menu li a:hover {
  color: #c81357;
}

.menu .dropdown-menu li {
  display: block;
  position: relative;
}
.menu .dropdown-menu li a {
  padding: 4px 16px;
  line-height: 1.4;
  color: #000000;
  border-bottom: 1px solid #eee;
}

.menu::-webkit-scrollbar {
  width: 5px;
}

.menu::-webkit-scrollbar-track {
  background: #eee;
}

.menu::-webkit-scrollbar-thumb {
  background: #c81357;
}
.menu::-webkit-scrollbar-thumb:hover {
  background: #e49900;
}

/*===========================================================
 BACKGROUND MODIFIERS
============================================================*/
.bg-black .header-area,
.bg-black .banner-area {
  border-color: #000000;
}

.bg-black .banner-gallery-area .banner-text {
  border-color: #000000;
}

.bg-orange .banner-gallery-area {
  border: 1px solid #e49900;
  border-top: 0;
}

.bg-black .banner-gallery-area {
  border: 1px solid #000000;
  border-top: 0;
}

/*===========================================================
 NEWSLETTER BUTTON BAR
============================================================*/
.newsletter-button-bar {
  position: relative;
}
.newsletter-button-bar > a.vc_general {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  border: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  background-color: #c81357 !important;
  padding: 20px 30px 20px 40px !important;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
  transition: 0.3s ease;
}
.newsletter-button-bar > a.vc_general:hover {
  background-color: rgb(153.4246575342, 14.5753424658, 66.7397260274) !important;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 MOBILE MENU & HAMBURGER
============================================================*/
.mobileMenuOpener {
  display: none;
  position: absolute;
  width: 20px;
  height: 100%;
  z-index: 10;
}

.panel-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 10px 15px;
}
.panel-header.panel-header-orange {
  background: #e49900;
  padding: 0;
  border-bottom: 1px solid #e49900;
}

.panel-header-child {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #ffffff;
  padding: 10px 15px;
}

.mobile-logo {
  width: 200px;
}

/*===========================================================
 HAMBURGER ICON
============================================================*/
.btn-hamburger {
  cursor: pointer;
  padding: 10px;
}

.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #c81357;
  display: block;
  margin: 6px auto;
  transition: 0.3s ease;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  opacity: 0.8;
}

/*===========================================================
 HAMBURGER ANIMATION
============================================================*/
.slideout-open .line:nth-child(2) {
  opacity: 0;
}
.slideout-open .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.slideout-open .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/*===========================================================
 SLIDEOUT MENU
============================================================*/
.slideout-menu {
  position: fixed;
  top: 76px;
  bottom: 0;
  left: 0;
  width: 256px;
  height: calc(100vh - 76px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background: #ffffff;
}

.bg-orange .slideout-panel {
  background-color: #e49900;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #000000;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.menu-section-list {
  padding: 25px 10px;
}
.menu-section-list li {
  display: block;
}
.menu-section-list li a {
  line-height: 2;
  color: #ffffff;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease;
}
.menu-section-list li a:hover {
  color: #c81357;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 SCROLL TO TOP
============================================================*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg.progress-circle path {
  fill: none;
  stroke: #000000;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap:hover .angle-top path {
  fill: #ffffff;
}

.angle-top {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 PRELOADER / LOADING SCREEN
============================================================*/
.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 99999999;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #000000;
  border-top: 3px solid #c81357;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#loading-msg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  color: #000000;
  font-size: 0.8em;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 BANNER AREA
============================================================*/
.banner-area {
  background-color: #ffffff;
  border: solid 1px #dfaa13;
  border-top: 0;
  padding: 60px 0;
  position: relative;
}

.banner-has-pattern {
  position: relative;
  background-repeat: repeat;
  background-position: center;
}

.bg-triangle-small {
  background-size: 100px;
}

.bg-opacity::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}

.banner-slider,
.banner {
  position: relative;
  z-index: 2;
}

.banner-slider {
  position: relative;
  transition: transform 0.3s ease;
}
.banner-slider .banner-img {
  height: 400px;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 5px;
}
.banner-slider .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.banner-slider.slider-expanded {
  transform: translateY(50px);
  z-index: 3;
}

.banner-area:not(.banner-gallery-area) {
  padding-bottom: 0;
  overflow: visible;
}
.banner-area:not(.banner-gallery-area) .container {
  position: relative;
  margin-top: -180px;
  z-index: 2;
}
.banner-area:not(.banner-gallery-area) .banner-text {
  margin-top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.banner-text {
  margin-top: 80px;
  padding: 30px;
  border-radius: 30px;
  border: solid 1px #dfaa13;
  background-color: #ffffff;
}
.banner-text h1 {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.11;
  color: #000000;
}
.banner-text div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.banner-text div p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  max-width: 650px;
  width: 100%;
  margin: 0;
}

/*===========================================================
 BANNER GALLERY (TYPE 2)
============================================================*/
.collage-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  max-width: 580px;
  width: 100%;
}

.photo-frame {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.photo-frame:hover {
  transform: scale(1.01);
}
.photo-frame img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-photo {
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 390px;
}

.small-photo {
  height: 187px;
}

.banner-gallery-area .banner {
  display: flex;
  gap: 12px;
}
.banner-gallery-area .banner-text {
  margin: 0;
}
.banner-gallery-area .banner-text.border-0 {
  border: 0;
  background: transparent;
}
.banner-gallery-area .banner-text h1 {
  font-size: 55px;
}

.banner-btns {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
  gap: 10px;
}
.banner-btns a {
  text-transform: uppercase;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 NEWS AREA
============================================================*/
.news-title {
  display: flex;
  justify-content: space-between;
}

.news-img {
  display: flex;
}
.news-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.news-text {
  padding: 8px;
}
.news-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
}
.news-text div {
  display: flex;
  justify-content: flex-end;
}

.news-more-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #c81357;
  display: flex;
  gap: 5px;
}

.news-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.news-card {
  cursor: pointer;
}

.news-card-inner {
  border: solid 1px #000000;
  width: 100%;
  transition: box-shadow 0.3s ease;
}
.news-card:hover .news-card-inner {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.slider-arrow {
  display: flex;
  align-items: center;
  gap: 6px;
}

.slick-arrow.slick-disabled {
  opacity: 0.7;
}
.slick-arrow i {
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  font-size: 32px;
  width: 37px;
  height: 37px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slick-arrow img {
  cursor: pointer;
  background: #000000;
  width: 37px;
  height: 37px;
  padding: 10px;
  border-radius: 50px;
}

.news-area {
  overflow: hidden;
}
.news-area .slick-track {
  display: flex;
}
.news-area .slick-slide {
  margin-right: 20px;
}
.news-area .slick-slide:last-child {
  margin-right: 0;
}
.news-area .slick-list {
  overflow: visible;
}

.news {
  position: relative;
}
.news::before {
  position: absolute;
  top: 0;
  width: 50%;
  left: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(8px);
  content: "";
}
.news::after {
  position: absolute;
  top: 0;
  width: 50%;
  right: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(8px);
  content: "";
}

/*===========================================================
 NEWS MODAL STYLES
============================================================*/
.wb-news-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wb-news-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.wb-news-modal {
  background: #ffffff;
  border-radius: 8px;
  max-width: 700px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.wb-news-modal-overlay.active .wb-news-modal {
  transform: scale(1);
}

.wb-news-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #f8f9fa;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
}
.wb-news-modal-close:hover {
  background: #ddd;
  color: #000000;
}

.wb-news-modal-body {
  padding: 30px;
  overflow-y: auto;
  flex: 1;
}

.wb-news-modal-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #000000;
}

.wb-news-modal-content {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}
.wb-news-modal-content p {
  margin: 0 0 15px 0;
}
.wb-news-modal-content p:last-child {
  margin-bottom: 0;
}
.wb-news-modal-content a {
  color: #c81357;
  text-decoration: underline;
}
.wb-news-modal-content a:hover {
  color: #c81357;
}
.wb-news-modal-content ul, .wb-news-modal-content ol {
  margin: 0 0 15px 20px;
  padding: 0;
}
.wb-news-modal-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .wb-news-modal {
    width: 95%;
    max-height: 95vh;
  }
  .wb-news-modal-body {
    padding: 20px;
  }
  .wb-news-modal-title {
    font-size: 60px;
  }
}
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 AKTUELLES AREA
============================================================*/
.aktuelles-title {
  margin-bottom: 40px;
}

.aktuelles-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aktuelles-left {
  max-width: 610px;
  width: 100%;
}

.aktuelles-right {
  max-width: calc(100% - 700px);
  width: 100%;
}
.aktuelles-right ol {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.aktuelles-right ol li {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
  color: #000000;
  margin: 0 !important;
}

.aktuelles-img {
  display: flex;
}
.aktuelles-img img {
  width: 100%;
}

.aktuelles-text h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 20px;
}
.aktuelles-text h6 span {
  position: relative;
  margin-left: 35px;
}
.aktuelles-text h6 span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #dfaa13;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.aktuelles-text h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
  color: #000000;
}
.aktuelles-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
}
.aktuelles-text .bttn {
  margin-top: 10px;
}

.clip-bg {
  background-image: url(../img/clip-bg.png);
  min-height: 220px;
  background-position: 0 -87px;
}

/*===========================================================
 ARTICLE / THEATER DESCRIPTION AREA
============================================================*/
.theater-description-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.theater-description-text {
  max-width: 775px;
  width: 100%;
}
.theater-description-text p {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
}

.theater-description-img {
  width: calc(100% - 775px);
  max-width: 290px;
  width: 100%;
  position: relative;
}

.theater-description-img-2 {
  position: absolute;
  transform: rotate(-424deg);
  left: 49px;
  top: 74px;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 PLAN / EVENTS AREA
============================================================*/
.month-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.month-tabs.month-tabs-bottom {
  margin-top: 30px;
}

.plan-title h2 {
  margin-bottom: 30px;
}

.month-tab {
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #000000;
  padding: 9px 15px;
  border-radius: 15px;
  border: solid 1px #000000;
}
.month-tab:hover {
  background-color: #c81357;
  border: 1px solid #c81357;
  color: #ffffff;
}
.month-tab.active {
  background: #c81357;
  color: #ffffff;
  border-color: #c81357;
}

.event-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-top: 20px;
  border-radius: 30px;
  border: solid 1px #000000;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
}
.event-card-link:hover, .event-card-link:focus {
  text-decoration: none;
  color: inherit;
  transform: translateY(-1px) scale(1.005);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.event-card {
  display: flex;
  background-color: #ffffff;
  align-items: stretch;
  cursor: pointer;
  position: relative;
}
.event-card.no-event {
  padding-bottom: 0;
  border: 0;
  text-align: center;
  width: 100%;
}

.event-image {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 250px;
  min-height: 100%;
}
.event-image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}
.event-image.event-image-placeholder {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.event-image.event-image-placeholder .placeholder-logo {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  opacity: 0.4;
}

.price-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #c81357;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.event-details {
  flex: 1;
  padding: 15px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-card:not(:has(.event-image)) .event-details {
  padding-left: 50px;
}

.event-header {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.tag {
  padding: 9px 15px;
  border-radius: 15px;
  background-color: #c81357;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.tag.special-notes {
  background-color: #e49900;
  font-weight: 600;
}

.event-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}
.event-title small {
  font-size: 16px;
  font-weight: 400;
}
.event-title span {
  border-bottom: 1px solid #000000;
  display: inline-block;
}

.event-age-rating {
  margin-top: 10px;
  color: #555;
  font-size: 16px;
}
.event-age-rating small {
  display: block;
}
.event-age-rating strong {
  font-weight: 600;
  color: #c81357;
}

.event-booking {
  padding: 15px 60px 15px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-top {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #c81357;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.booking-top .emoji {
  font-size: 32px;
}
.booking-top div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.booking-top span {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}

.book-button {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.3px;
}
.book-button .emoji {
  font-size: 32px;
}

.more-events {
  margin-top: 30px;
  text-align: center;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.no-event {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.no-event p {
  text-align: center;
  margin: 0;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 NEWSLETTER AREA
============================================================*/
.newsletter-area {
  background: #000000;
}

.newsletter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.newslatter-single {
  border-radius: 35px;
  background-color: #c81357;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex: 1;
}

.newsletter-left {
  align-items: flex-end;
}
.newsletter-left img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -22px;
  z-index: 1;
}

.newsletter-right {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.newsletter-right:hover, .newsletter-right:focus {
  background-color: rgb(153.4246575342, 14.5753424658, 66.7397260274);
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.newsletter-right:active {
  transform: scale(0.98);
}
.newsletter-right:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -3px;
}
.newsletter-right a {
  border: 0;
  text-decoration: none;
}
.newsletter-right i {
  font-size: 70px;
  color: #ffffff;
  transition: 0.2s ease;
  pointer-events: none;
}
.newsletter-right:hover i {
  transform: translateX(5px);
}

.newsletter-card {
  width: 100%;
  border-radius: 35px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 10;
  flex: 4;
}

.newsletter-title {
  text-align: center;
  max-width: 510px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-title h2 {
  text-transform: capitalize;
}
.newsletter-title p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  margin-bottom: 20px;
}

.newsletter-form input,
.newsletter-form .choices__inner {
  border-radius: 15px !important;
  border: solid 1px #000000 !important;
  width: 100% !important;
  height: 37px !important;
  padding: 0 15px !important;
}
.newsletter-form .wpforms-field-select.wpforms-field-select-style-modern .choices:before {
  content: none !important;
}
.newsletter-form .wpforms-field-select.wpforms-field-select-style-modern .choices__list {
  border-radius: 15px !important;
}
.newsletter-form .wpforms-field-select.wpforms-field-select-style-modern .choices__list div {
  border-radius: 0 !important;
}
.newsletter-form .wpforms-field-select.wpforms-field-select-style-modern .choices__list:has(.choices__item) + .choices__input {
  max-width: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.newsletter-form .wpforms-field-payment-checkbox ul li input[type=checkbox] {
  margin: 0 !important;
  margin-left: 2px !important;
}
.newsletter-form ::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.newsletter-form .wpforms-submit-container {
  display: none;
}

.check {
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check button {
  font-weight: 400;
  text-transform: capitalize;
}

/*===========================================================
 WPFORMS-SPECIFIC NEWSLETTER STYLES
============================================================*/
.newsletter-form,
.newsletter-card {
  text-align: center;
  margin-bottom: 0 !important;
}
.newsletter-form .wpforms-title,
.newsletter-form h2,
.newsletter-card .wpforms-title,
.newsletter-card h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.newsletter-form .wpforms-description,
.newsletter-form p,
.newsletter-card .wpforms-description,
.newsletter-card p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.33 !important;
  color: #000000 !important;
  margin-bottom: 20px !important;
}
.newsletter-form form,
.newsletter-card form {
  position: relative;
  padding-bottom: 10px;
}

div.wpforms-container-full.newsletter-form .wpforms-form .wpforms-head-container {
  padding-bottom: 0 !important;
}

.form-group label.wpforms-field-label-inline {
  text-align: left;
  padding-inline-start: 0 !important;
  left: 0px;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  cursor: pointer;
}

div.wpforms-container-full.newsletter-form .wpforms-form .wpforms-submit-container {
  margin-top: 0 !important;
  text-align: right;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0px;
}

div#wpforms-156-field_3-container.form-group {
  width: 80%;
  padding: 0 !important;
}

.form-group input {
  width: 0px !important;
  height: 0px !important;
  border: none !important;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1754987116180.vc_row-has-fill {
  background-position: 0 -87px !important;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 CONTACT AREA
============================================================*/
.contact-area {
  border: solid 1px #dfaa13;
}

.contact-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-left {
  max-width: calc(100% - 570px);
  width: 100%;
}
.contact-left h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #000000;
  margin: 0;
}
.contact-left address,
.contact-left p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  font-style: normal;
}

.contact-right {
  max-width: 570px;
  width: 100%;
  display: flex;
}

.contact {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  border: 0 !important;
  margin-bottom: 12px;
}
.contact:hover {
  color: #c81357;
}
.contact:hover i {
  color: #c81357;
}
.contact i {
  color: #ffffff;
  font-size: 22px;
  width: 22px;
  text-align: center;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 FOOTER AREA
============================================================*/
.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 85px 0;
}

.footer-logo a {
  display: flex;
}
.footer-logo a img {
  width: auto;
  height: 167px;
  display: block;
}

.footer-left {
  display: flex;
  gap: 100px;
}

.footer-menu,
.footer-widget-area {
  display: flex;
  gap: 100px;
  max-width: 500px;
}
.footer-menu .widget-title,
.footer-widget-area .widget-title {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 15px;
}
.footer-menu ul,
.footer-widget-area ul {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 0;
}
.footer-menu ul li,
.footer-widget-area ul li {
  margin: 0 !important;
  list-style: none;
  flex-basis: 40%;
}
.footer-menu ul li a,
.footer-widget-area ul li a {
  border: none;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
}
.footer-menu ul li a:hover,
.footer-widget-area ul li a:hover {
  color: #c81357;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.footer-right .social-icon a {
  color: #000000;
}

.social-icon {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.social-icon a {
  background: #ffffff;
  border-radius: 50%;
}
.social-icon a:hover {
  background: #c81357;
}
.social-icon a i {
  width: 25px;
  height: 25px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-btm-area {
  background: #000000;
  border-top: 1px solid #ffffff;
  border-radius: 30px 30px 0 0;
}

.footer-bttm {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  color: #ffffff;
  padding: 20px 0;
}
.footer-bttm p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
  margin: 0;
}
.footer-bttm ul {
  display: flex;
  gap: 15px;
  list-style: none;
}
.footer-bttm ul li,
.footer-bttm ul li a {
  margin-bottom: 0;
}
.footer-bttm a {
  text-decoration: none;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
}
.footer-bttm a:hover {
  color: #c81357;
}

/*===========================================================
 FOOTER BOTTOM MENU
============================================================*/
ul#menu-footer-bottom-menu {
  list-style: none;
  display: flex;
  column-gap: 10px;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 UPCOMING EVENTS WIDGET
============================================================*/
.wb-upcoming-events-widget {
  width: 100%;
}
.wb-upcoming-events-widget .widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.wb-upcoming-events-widget.wb-upcoming-events-simple .events-simple-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
}
.wb-upcoming-events-widget.wb-upcoming-events-simple .events-simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.wb-upcoming-events-widget.wb-upcoming-events-simple .events-simple-list .event-simple-item {
  margin: 0;
  padding: 0;
  flex: 1;
}
.wb-upcoming-events-widget.wb-upcoming-events-simple .events-simple-list .event-simple-item a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  transition: 0.3s ease;
}
.wb-upcoming-events-widget.wb-upcoming-events-simple .events-simple-list .event-simple-item a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
}
.wb-upcoming-events-widget.wb-upcoming-events-simple .events-simple-list .event-simple-item .event-simple-date {
  font-size: 16px;
  font-weight: 600;
  color: #c81357;
  min-width: 80px;
  flex-shrink: 0;
}
.wb-upcoming-events-widget.wb-upcoming-events-simple .events-simple-list .event-simple-item .event-simple-title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  flex: 1;
}
.wb-upcoming-events-widget.wb-upcoming-events-simple .events-simple-list .event-simple-item .event-simple-age {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  white-space: nowrap;
}
.wb-upcoming-events-widget .events-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
}
.wb-upcoming-events-widget .events-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wb-upcoming-events-widget .event-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: 0.3s ease;
  overflow: hidden;
}
.wb-upcoming-events-widget .event-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}
.wb-upcoming-events-widget .event-item .event-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  text-decoration: none;
  color: inherit;
  border: none;
}
.wb-upcoming-events-widget .event-item .event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #c81357;
  color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  min-width: 50px;
  flex-shrink: 0;
}
.wb-upcoming-events-widget .event-item .event-date .date-day {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.wb-upcoming-events-widget .event-item .event-date .date-month {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2px;
}
.wb-upcoming-events-widget .event-item .event-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.wb-upcoming-events-widget .event-item .event-info .event-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wb-upcoming-events-widget .event-item .event-info .event-time,
.wb-upcoming-events-widget .event-item .event-info .event-venue {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  display: block;
}
.wb-upcoming-events-widget .event-item .event-info .event-venue {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 STANDARD CONTENT STYLES
============================================================*/
.maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
  padding-top: 35px;
  padding-bottom: 50px;
  margin-bottom: 1px;
}

.maincontent h1,
.maincontent h2,
.maincontent h3,
.maincontent h4,
.maincontent h5,
.maincontent h6,
.maincontent p,
.maincontent ul,
.maincontent ul li:not(:last-child),
.maincontent ol,
.maincontent ol li:not(:last-child) {
  margin-bottom: 15px;
}

.maincontent ul ul,
.maincontent ul ol,
.maincontent ol ul,
.maincontent ol ol {
  margin-top: 15px;
}

.maincontent h1 {
  margin-bottom: 35px;
}

.maincontent .wpb_text_column + .wpb_text_column,
.maincontent .wpb_text_column + .vc_row {
  margin-top: 20px;
}

.menu ul.menu-nav li:hover > a,
.menu ul.menu-nav > li.current-page-ancestor > a,
.menu ul.menu-nav > li.current-menu-ancestor > a,
.menu ul.menu-nav > li.current-menu-parent > a,
.menu ul.menu-nav > li.current_page_parent > a,
.menu ul.menu-nav > li.current_page_ancestor > a,
.menu ul.menu-nav > li.current-menu-item > a,
.menu ul.menu-nav > li.current-menu-item > a,
body.tribe_events-template-default .menu ul.menu-nav > li.veranstaltungen > a,
body.single-post .menu ul.menu-nav > li.nachrichten > a {
  color: #c81357;
}

/*===========================================================
 INLINE IMAGES FOR WPBAKERY
============================================================*/
.wb-image-inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wb-image-inline:last-child {
  margin-right: 0;
}
.wb-image-inline .wpb_wrapper.vc_figure {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
    padding: 20px 0;
  }
}
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 THEATER EVENTS STYLES - MODERN REDESIGN WITH VARIABLES
 Adapted for black background with edge-to-edge sections
============================================================*/
.event-hero {
  margin-top: 32px;
  padding-bottom: 50px;
}

.event-hero-split {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 0 20px;
}

.event-hero-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-hero-image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  position: relative;
}
.event-hero-image .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.event-hero-image .hero-img:hover {
  opacity: 0.9;
}
.event-hero-image .image-click-indicator {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
  pointer-events: none;
}
.event-hero-image .image-click-indicator svg {
  width: 20px;
  height: 20px;
}
.event-hero-image a:hover .image-click-indicator {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.event-hero-video {
  position: relative;
  width: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-hero-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.event-hero-video .video-link {
  display: inline-block;
  padding: 20px 30px;
  background: #c81357;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: 32px;
}
.event-hero-video .video-link:hover {
  background: rgb(153.4246575342, 14.5753424658, 66.7397260274);
  transform: translateY(-2px);
}
.event-hero-video .video-thumbnail-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.event-hero-video .video-thumbnail-link .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.event-hero-video .video-thumbnail-link .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;
}
.event-hero-video .video-thumbnail-link .play-button-overlay svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.event-hero-video .video-thumbnail-link:hover .video-thumbnail {
  transform: scale(1.05);
  opacity: 0.85;
}
.event-hero-video .video-thumbnail-link:hover .play-button-overlay {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.event-hero-content {
  display: flex;
  align-items: center;
  padding: 60px;
  background: #ffffff;
}

.hero-content-inner {
  width: 100%;
}

.genre-tag {
  display: inline-block;
  background: linear-gradient(135deg, #c81357 0%, #c81357 100%);
  color: #ffffff;
  padding: 0.4rem 15px;
  border-radius: 100px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(200, 19, 87, 0.3);
}

.event-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.1;
  color: #000000;
  font-family: "Cabin Condensed", sans-serif;
}

.event-hero-excerpt {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 4px solid #c81357;
}

.event-meta {
  margin-bottom: 30px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1rem;
}
.meta-item .meta-icon {
  font-size: 28px;
}
.meta-item .meta-label {
  font-weight: 600;
  color: #333;
}
.meta-item .meta-value {
  color: #666;
}

.btn-hero-cta {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #e49900 0%, rgb(187.2, 125.6210526316, 0) 100%);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(228, 153, 0, 0.4);
}
.btn-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(228, 153, 0, 0.6);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.event-content-row {
  background: #ffffff;
  padding: 60px 0;
  margin-bottom: 30px;
  border-radius: 35px;
}

.event-description-wrapper {
  max-width: 66.666%;
  margin: 0 auto 60px auto;
}

.event-cast-wrapper {
  max-width: 66.666%;
  margin: 0 auto;
}

.next-performance-alert {
  background: linear-gradient(135deg, #c81357 0%, rgb(153.4246575342, 14.5753424658, 66.7397260274) 100%);
  color: #ffffff;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 30px rgba(200, 19, 87, 0.3);
  position: relative;
  overflow: hidden;
}
.next-performance-alert::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.next-performance-alert .alert-content {
  position: relative;
  z-index: 2;
}
.next-performance-alert h3 {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.next-performance-alert .performance-date {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.next-performance-alert .performance-date strong {
  display: block;
  margin-bottom: 5px;
}
.next-performance-alert .performance-date .time {
  font-weight: 400;
  opacity: 0.9;
}
.next-performance-alert .venue {
  margin-bottom: 10px;
  font-size: 1rem;
  opacity: 0.95;
}
.next-performance-alert .special-notes {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  border-radius: 4px;
  margin-top: 15px;
  font-size: 0.9rem;
}

.sold-out-alert {
  background: linear-gradient(135deg, #c81357 0%, rgb(162.7397260274, 15.4602739726, 70.7917808219) 100%);
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.btn-primary {
  background: #e49900;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(228, 153, 0, 0.3);
}
.btn-primary:hover {
  background: rgb(187.2, 125.6210526316, 0);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(228, 153, 0, 0.4);
}

.btn-secondary {
  background: #ffffff;
  color: #333;
  border: 2px solid #ddd;
}
.btn-secondary:hover {
  border-color: #c81357;
  color: #c81357;
}

.btn-outline {
  background: transparent;
  color: #c81357;
  border: 2px solid #c81357;
}
.btn-outline:hover {
  background: #c81357;
  color: #ffffff;
}

.btn-block {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.btn-book {
  margin-top: 20px;
  font-size: 1.1rem;
  padding: 15px 40px;
}

.event-description {
  line-height: 1.7;
  padding: 0 30px;
}
.event-description h2, .event-description h3, .event-description h4 {
  color: #c81357;
  margin-top: 30px;
  margin-bottom: 15px;
}
.event-description h2:first-child, .event-description h3:first-child, .event-description h4:first-child {
  margin-top: 0;
}
.event-description p {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
}
.event-description ul, .event-description ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.event-description li {
  margin-bottom: 10px;
}

.event-cast-section {
  background: #f8f9fa;
  border-radius: 30px;
  padding: 30px;
  border: 1px solid #e9ecef;
}
.event-cast-section h3 {
  margin: 0 0 20px 0;
  color: #c81357;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 3px solid #c81357;
}
.event-cast-section .cast-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
}
.event-cast-section .cast-item {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.2s ease;
  position: relative;
}
.event-cast-section .cast-item:hover {
  padding-left: 5px;
}
.event-cast-section .cast-item.highlighted {
  background: rgba(200, 19, 87, 0.08);
  padding: 5px;
  border-radius: 4px;
  border-bottom: none;
}
.event-cast-section .cast-item.highlighted .person-name {
  color: #c81357;
  font-weight: 700;
}
.event-cast-section .cast-item.has-tooltip:hover .cast-item-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
}
.event-cast-section .cast-item .cast-item-tooltip {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(0);
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 100;
}
.event-cast-section .cast-item .cast-item-tooltip .tooltip-image {
  display: block;
  max-width: 150px;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 3px solid #ffffff;
  background: #ffffff;
}
.event-cast-section .cast-item .person-name {
  color: #c81357;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.event-cast-section .cast-item .role {
  display: block;
  color: #666;
  font-style: italic;
  font-size: 0.85rem;
  margin-top: 2px;
}
.event-cast-section .cast-item .ensemble-badge {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 6px;
  background: rgba(221, 221, 221, 0.12);
  color: #666;
  font-size: 10px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid rgba(221, 221, 221, 0.25);
  font-style: italic;
}

.event-metadata-row {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 0;
  margin-bottom: 30px;
  border-radius: 35px;
}

.metadata-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 0 60px;
}

.metadata-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 1px 3px #eeeeee;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.metadata-card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.metadata-card h3 {
  margin: 0 0 20px 0;
  color: #c81357;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 3px solid #c81357;
}
.metadata-card.ticket-info {
  background: linear-gradient(135deg, rgb(255, 220.9539473684, 151.5) 0%, rgb(255, 229.3421052632, 177) 100%);
  border: 2px solid #e49900;
}
.metadata-card.past-performances-archive details {
  background: transparent;
  border: none;
}
.metadata-card.past-performances-archive summary {
  padding: 0;
}
.metadata-card.past-performances-archive summary:hover {
  background: rgba(200, 19, 87, 0.05);
}
.metadata-card.past-performances-archive .past-dates-list {
  padding: 20px 0 0 0;
}

.event-gallery-row {
  background: #000000;
  margin-top: 60px;
}
.event-gallery-row > .container-wide {
  margin-bottom: 60px;
}
.event-gallery-row h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-rows: 10px;
  align-items: start;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 1px 3px #eeeeee;
  transition: all 0.3s ease;
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}
.gallery-item a {
  display: block;
  cursor: zoom-in;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.event-trailer {
  margin-bottom: 30px;
}
.event-trailer h2 {
  font-size: 2rem;
  color: #c81357;
  margin-bottom: 20px;
  font-weight: 700;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-link {
  display: inline-block;
  padding: 20px 30px;
  background: #c81357;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.video-link:hover {
  background: rgb(153.4246575342, 14.5753424658, 66.7397260274);
  transform: translateY(-2px);
}

.upcoming-performances-row {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 0;
  margin-bottom: 60px;
  border-radius: 35px;
}
.upcoming-performances-row h2 {
  font-size: 2rem;
  color: #c81357;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.performances-slider {
  position: relative;
  margin: 0 60px;
}
.performances-slider .slick-prev,
.performances-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  color: #c81357;
  cursor: pointer;
  z-index: 11;
  box-shadow: 0 4px 15px rgba(228, 153, 0, 0.4);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performances-slider .slick-prev:before,
.performances-slider .slick-next:before {
  content: none !important;
}
.performances-slider .slick-prev:hover,
.performances-slider .slick-next:hover {
  background: #c81357;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(228, 153, 0, 0.6);
}
.performances-slider .slick-prev.slick-disabled,
.performances-slider .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.performances-slider .slick-prev {
  left: -60px;
}
.performances-slider .slick-next {
  right: -60px;
}
.performances-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  bottom: -60px;
  gap: 10px;
}
.performances-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  font-size: 0;
  transition: all 0.2s ease;
}
.performances-slider .slick-dots li button:before {
  content: none;
}
.performances-slider .slick-dots li button:hover {
  background: #c81357;
}
.performances-slider .slick-dots li.slick-active button {
  background: #c81357;
  width: 30px;
  border-radius: 100px;
}

.performance-slide {
  padding: 0 10px;
}

.performance-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: linear-gradient(135deg, rgb(255, 220.9539473684, 151.5) 0%, rgb(255, 229.3421052632, 177) 100%);
  border-left: 4px solid #e49900;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
.performance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.performance-card.performance-highlighted {
  border-left-color: #c81357;
  box-shadow: 0 0 0 3px rgba(200, 19, 87, 0.3), 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  animation: highlight-pulse 1.5s ease-in-out;
}

@keyframes highlight-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(200, 19, 87, 0.3), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(200, 19, 87, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}
.performance-end-marker .end-marker-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 200px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.3) 0%, rgba(248, 249, 250, 0.1) 100%);
  border-radius: 30px;
  border: 2px dashed rgba(221, 221, 221, 0.3);
}
.performance-end-marker .end-marker-content .end-marker-logo {
  max-width: 120px;
  max-height: 80px;
  opacity: 0.5;
  margin-bottom: 15px;
}
.performance-end-marker .end-marker-content .end-marker-text {
  font-size: 16px;
  color: #666;
  font-style: italic;
}

.performance-datetime {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.performance-datetime .date-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 15px;
  min-width: 70px;
  box-shadow: 0px 1px 3px #eeeeee;
  font-size: 60px;
  font-weight: 700;
  color: #c81357;
  line-height: 1;
  flex-shrink: 0;
}
.performance-datetime .date-large .month {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
}
.performance-datetime .datetime-details {
  flex: 1;
}
.performance-datetime .datetime-details .day-name {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.performance-datetime .datetime-details .time {
  display: block;
  font-size: 1rem;
  color: #666;
}

.performance-info {
  flex: 1;
}
.performance-info .venue {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}
.performance-info .special-notes {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
  border-radius: 4px;
  margin-top: 5px;
}

.performance-booking {
  margin-top: auto;
}
.performance-booking .btn {
  width: 100%;
  justify-content: center;
  font-size: 17px;
}

.past-performances-archive {
  margin-top: 60px;
  margin-bottom: 30px;
}
.past-performances-archive details {
  background: #f8f9fa;
  border-radius: 30px;
  border: 1px solid #e9ecef;
  overflow: hidden;
}
.past-performances-archive details[open] summary h3::after {
  transform: rotate(90deg);
}
.past-performances-archive summary {
  cursor: pointer;
  padding: 20px 30px;
  list-style: none;
  transition: background 0.2s ease;
}
.past-performances-archive summary:hover {
  background: rgba(200, 19, 87, 0.05);
}
.past-performances-archive summary::-webkit-details-marker {
  display: none;
}
.past-performances-archive summary h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}
.past-performances-archive summary h3::after {
  content: "›";
  font-size: 55px;
  transition: transform 0.2s ease;
  color: #666;
}
.past-performances-archive .past-dates-list {
  padding: 20px 30px 30px;
  border-top: 1px solid #e9ecef;
}
.past-performances-archive .past-date-item {
  padding: 10px 0;
  font-size: 0.9rem;
  color: #666;
  border-bottom: 1px solid #f5f5f5;
}
.past-performances-archive .past-date-item:last-child {
  border-bottom: none;
}
.past-performances-archive .past-date-item .time {
  margin-left: 10px;
  opacity: 0.9;
}
.past-performances-archive .past-date-item .venue-past {
  margin-left: 5px;
  font-style: italic;
}

.ticket-info {
  background: linear-gradient(135deg, rgb(255, 220.9539473684, 151.5) 0%, rgb(255, 229.3421052632, 177) 100%);
  border: 2px solid #e49900;
}

.contact-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-item strong {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.contact-item a {
  color: #c81357;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.contact-item a:hover {
  color: #c81357;
  text-decoration: underline;
}

.booking-options {
  margin-bottom: 20px;
}

.booking-info {
  font-size: 0.9rem;
  color: #666;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.booking-info p {
  margin-bottom: 10px;
}
.booking-info p:last-child {
  margin-bottom: 0;
}

.additional-info .info-item {
  margin-bottom: 15px;
}
.additional-info .info-item:last-child {
  margin-bottom: 0;
}
.additional-info .info-item small {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 0.85rem;
}

.wb-presskit-trigger {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  gap: 10px;
}

@media (max-width: 992px) {
  .event-hero-split {
    margin: 0 15px;
  }
  .event-content-wrapper {
    grid-template-columns: 1fr 350px;
    gap: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
  }
  .event-title {
    font-size: 3rem;
  }
  .gallery-masonry {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .event-hero-split {
    grid-template-columns: 1fr;
    min-height: auto;
    margin: 0;
    border-radius: 0;
  }
  .event-hero-image {
    min-height: 400px;
  }
  .event-hero-video {
    min-height: 400px;
  }
  .event-hero-content {
    padding: 30px 20px;
  }
  .event-title {
    font-size: 2.5rem;
  }
  .event-description-wrapper,
  .event-cast-wrapper {
    max-width: 90%;
  }
  .event-cast-section .cast-list {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 15px;
  }
  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  .performances-slider {
    margin: 0 20px;
  }
  .performances-slider .slick-prev {
    left: -40px;
  }
  .performances-slider .slick-next {
    right: -40px;
  }
  .container-wide {
    padding: 0 20px;
  }
  .metadata-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 576px) {
  .event-hero-image {
    min-height: 300px;
  }
  .event-hero-video {
    min-height: 300px;
  }
  .event-title {
    font-size: 2rem;
  }
  .event-hero-content {
    padding: 20px;
  }
  .event-hero-excerpt {
    font-size: 1rem;
  }
  .btn-hero-cta {
    width: 100%;
    text-align: center;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .meta-item {
    flex-wrap: wrap;
  }
  .performances-slider {
    margin: 0 20px;
  }
  .performances-slider .slick-prev,
  .performances-slider .slick-next {
    display: none !important;
  }
  .performance-card {
    padding: 20px;
  }
  .performance-card .performance-datetime .date-large {
    min-width: 60px;
    padding: 10px 15px;
    font-size: 60px;
  }
  .performance-card .performance-booking .btn {
    width: 100%;
  }
  .past-performances-archive summary {
    padding: 15px 20px;
  }
  .past-performances-archive .past-dates-list {
    padding: 15px 20px 20px;
  }
  .gallery-masonry {
    grid-template-columns: 1fr;
  }
  .container-wide {
    padding: 0 20px;
  }
  .metadata-grid {
    grid-template-columns: 1fr;
  }
  .event-description-wrapper,
  .event-cast-wrapper {
    max-width: 100%;
  }
}
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/**
 * Event List (Grouped by Category) Styles
 * For WPBakery wb_event_list element
 */
.event-list-wrapper {
  padding: 20px 0;
}
.event-list-wrapper .category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}
.event-list-wrapper .category-tab {
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #000000;
  padding: 9px 15px;
  border-radius: 15px;
  border: solid 1px #000000;
  background: transparent;
  font-family: "Cabin Condensed", sans-serif;
  font-weight: 500;
}
.event-list-wrapper .category-tab:hover {
  background-color: #c81357;
  border: 1px solid #c81357;
  color: #ffffff;
}
.event-list-wrapper .category-tab.active {
  background: #c81357;
  color: #ffffff;
  border-color: #c81357;
}
.event-list-wrapper .event-category-group {
  margin-bottom: 100px;
}
.event-list-wrapper .event-category-group:last-child {
  margin-bottom: 0;
}
.event-list-wrapper .event-category-group .category-title {
  font-size: 60px;
  font-weight: 700;
  color: #c81357;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #dfaa13;
  font-family: "Cabin Condensed", sans-serif;
}
.event-list-wrapper .event-category-group .no-events {
  color: #666;
  font-style: italic;
  padding: 20px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
}
.event-list-wrapper .event-list {
  display: grid;
  gap: 30px;
}
.event-list-wrapper .event-item {
  display: grid;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0px 1px 3px #eeeeee;
}
.event-list-wrapper .event-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.event-list-wrapper .event-item.has-image {
  grid-template-columns: 250px 1fr;
}
.event-list-wrapper .event-item.no-image {
  grid-template-columns: 1fr;
}
.event-list-wrapper .event-item.no-image .event-item-content {
  max-width: 100%;
}
.event-list-wrapper .event-item .event-item-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}
.event-list-wrapper .event-item .event-item-image a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.event-list-wrapper .event-item .event-item-image a img {
  transition: 0.3s ease;
}
.event-list-wrapper .event-item .event-item-image a:hover img {
  transform: scale(1.05);
}
.event-list-wrapper .event-item .event-item-image.event-item-image-placeholder a {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.event-list-wrapper .event-item .event-item-image.event-item-image-placeholder a:hover .placeholder-logo {
  opacity: 0.5;
}
.event-list-wrapper .event-item .event-item-image.event-item-image-placeholder .placeholder-logo {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  opacity: 0.4;
  transition: 0.3s ease;
}
.event-list-wrapper .event-item .event-item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-list-wrapper .event-item .event-item-content .event-item-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  font-family: "Cabin Condensed", sans-serif;
}
.event-list-wrapper .event-item .event-item-content .event-item-title a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s ease;
}
.event-list-wrapper .event-item .event-item-content .event-item-title a:hover {
  color: #c81357;
}
.event-list-wrapper .event-item .event-item-content .event-item-people {
  color: #666;
  font-size: 16px;
  font-style: italic;
}
.event-list-wrapper .event-item .event-item-content .event-item-people small {
  display: block;
}
.event-list-wrapper .event-item .event-item-content .event-item-age-rating {
  color: #555;
  font-size: 16px;
}
.event-list-wrapper .event-item .event-item-content .event-item-age-rating small {
  display: block;
}
.event-list-wrapper .event-item .event-item-content .event-item-age-rating strong {
  font-weight: 600;
  color: #c81357;
}
.event-list-wrapper .event-item .event-item-content .event-item-excerpt {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0;
}
.event-list-wrapper .event-item .event-item-content .event-item-excerpt p {
  margin: 0 0 10px 0;
}
.event-list-wrapper .event-item .event-item-content .event-item-excerpt p:last-child {
  margin-bottom: 0;
}
.event-list-wrapper .event-item .event-item-content .event-item-next-date {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 16px;
  color: #555;
  margin-top: auto;
}
.event-list-wrapper .event-item .event-item-content .event-item-next-date i {
  color: #c81357;
}
.event-list-wrapper .event-item .event-item-content .event-item-next-date span {
  font-weight: 500;
}
.event-list-wrapper .event-item .event-item-content .event-item-link {
  margin-top: 15px;
}
.event-list-wrapper .event-item .event-item-content .event-item-link .bttn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #c81357;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
}
.event-list-wrapper .event-item .event-item-content .event-item-link .bttn:hover {
  background: rgb(154, 14.63, 66.99);
  transform: translateX(5px);
}
.event-list-wrapper .event-item .event-item-content .event-item-link .bttn i {
  transition: 0.2s ease;
}
.event-list-wrapper .event-item .event-item-content .event-item-link .bttn:hover i {
  transform: translateX(3px);
}
.event-list-wrapper .no-events-found {
  text-align: center;
  padding: 50px;
  background: #f5f5f5;
  border-radius: 8px;
}
.event-list-wrapper .no-events-found p {
  font-size: 32px;
  color: #666;
  margin: 0;
}
@media (max-width: 768px) {
  .event-list-wrapper .event-item.has-image, .event-list-wrapper .event-item.no-image {
    grid-template-columns: 1fr;
  }
  .event-list-wrapper .event-item {
    gap: 15px;
  }
  .event-list-wrapper .event-item .event-item-image img {
    height: 250px;
  }
  .event-list-wrapper .event-category-group {
    margin-bottom: 50px;
  }
  .event-list-wrapper .event-category-group .category-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .event-list-wrapper {
    padding: 15px 0;
  }
  .event-list-wrapper .event-item {
    padding: 15px;
  }
  .event-list-wrapper .event-item .event-item-image img {
    height: 200px;
  }
  .event-list-wrapper .event-item .event-item-content .event-item-title {
    font-size: 24px;
  }
  .event-list-wrapper .event-item .event-item-content .event-item-excerpt {
    font-size: 16px;
  }
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/**
 * News Switcher Component
 *
 * Two-column layout: Full content on left, clickable list on right
 */
.wb-news-switcher {
  width: 100%;
}
.wb-news-switcher .news-switcher-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: start;
}
.wb-news-switcher .news-content-area {
  position: relative;
  min-height: 500px;
}
.wb-news-switcher .news-content-area .news-content-item {
  display: none;
}
.wb-news-switcher .news-content-area .news-content-item.active {
  display: block;
}
.wb-news-switcher .news-content-area .news-content-image {
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.wb-news-switcher .news-content-area .news-content-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.wb-news-switcher .news-content-area .news-content-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.wb-news-switcher .news-content-area .news-content-title {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.2;
}
.wb-news-switcher .news-content-area .news-content-body {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 30px;
}
.wb-news-switcher .news-content-area .news-content-body p {
  margin-bottom: 20px;
}
.wb-news-switcher .news-content-area .news-content-body h2, .wb-news-switcher .news-content-area .news-content-body h3, .wb-news-switcher .news-content-area .news-content-body h4, .wb-news-switcher .news-content-area .news-content-body h5, .wb-news-switcher .news-content-area .news-content-body h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #c81357;
}
.wb-news-switcher .news-content-area .news-content-body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 20px 0;
}
.wb-news-switcher .news-content-area .news-content-body ul, .wb-news-switcher .news-content-area .news-content-body ol {
  margin-left: 30px;
  margin-bottom: 20px;
}
.wb-news-switcher .news-content-area .news-content-body ul li, .wb-news-switcher .news-content-area .news-content-body ol li {
  margin-bottom: 10px;
}
.wb-news-switcher .news-content-area .news-content-body blockquote {
  border-left: 4px solid #c81357;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #666;
}
.wb-news-switcher .news-list-sidebar {
  position: sticky;
  background: rgba(248, 249, 250, 0.05);
  border-radius: 4px;
  padding: 30px;
  border: 1px solid rgba(221, 221, 221, 0.2);
}
.wb-news-switcher .news-list-sidebar .news-list-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #c81357;
}
.wb-news-switcher .news-list-sidebar .news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wb-news-switcher .news-list-sidebar .news-list-item {
  cursor: pointer;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid rgba(221, 221, 221, 0.2);
  background: #ffffff;
  transition: all 0.3s ease;
}
.wb-news-switcher .news-list-sidebar .news-list-item:hover {
  background: rgba(200, 19, 87, 0.05);
  border-color: #c81357;
  transform: translateX(5px);
}
.wb-news-switcher .news-list-sidebar .news-list-item.active {
  background: #c81357;
  border-color: #c81357;
  color: #ffffff;
}
.wb-news-switcher .news-list-sidebar .news-list-item.active .news-list-item-title {
  color: #ffffff;
}
.wb-news-switcher .news-list-sidebar .news-list-item.active .news-list-item-date {
  color: rgba(255, 255, 255, 0.9);
}
.wb-news-switcher .news-list-sidebar .news-list-item .news-list-item-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wb-news-switcher .news-list-sidebar .news-list-item .news-list-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  margin: 0;
  transition: color 0.2s ease;
}
.wb-news-switcher .news-list-sidebar .news-list-item .news-list-item-date {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/**
 * Theater People Taxonomy Archive Styles
 * For taxonomy-theater_people.php template
 */
.theater-person-archive {
  padding: 100px 0 0 0;
}
.theater-person-archive .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.theater-person-archive .person-header {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  margin-bottom: 100px;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #c81357;
}
.theater-person-archive .person-header .person-image .person-photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 1px 3px #eeeeee;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.theater-person-archive .person-header .person-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theater-person-archive .person-header .person-info .person-name {
  font-size: 60px;
  font-weight: 700;
  color: #c81357;
  margin: 0 0 15px 0;
  font-family: "Cabin Condensed", sans-serif;
}
.theater-person-archive .person-header .person-info .person-name .ensemble-badge {
  display: inline-block;
  margin-left: 15px;
  padding: 4px 10px;
  background: rgba(221, 221, 221, 0.12);
  color: #666;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid rgba(221, 221, 221, 0.25);
  font-style: italic;
  vertical-align: middle;
}
.theater-person-archive .person-header .person-info .person-description {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}
.theater-person-archive .person-header .person-info .person-description p {
  margin: 0 0 15px 0;
}
.theater-person-archive .person-header .person-info .person-description p:last-child {
  margin-bottom: 0;
}
.theater-person-archive .person-events-section {
  margin-bottom: 50px;
}
.theater-person-archive .person-events-section:last-child {
  margin-bottom: 0;
}
.theater-person-archive .person-events-section .section-title {
  font-size: 60px;
  font-weight: 700;
  color: #c81357;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #dfaa13;
  font-family: "Cabin Condensed", sans-serif;
}
.theater-person-archive .person-events-section.upcoming-section .section-title {
  color: #c81357;
  border-color: #c81357;
}
.theater-person-archive .person-events-section.archive-section .section-title {
  color: #555;
  border-color: #e9ecef;
}
.theater-person-archive .person-events-section.archive-section .event-item {
  opacity: 0.9;
}
.theater-person-archive .person-events-section.archive-section .event-item:hover {
  opacity: 1;
}
.theater-person-archive .event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.theater-person-archive .event-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0px 1px 3px #eeeeee;
  overflow: hidden;
  position: relative;
}
.theater-person-archive .event-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.theater-person-archive .event-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  border-color: #c81357;
}
.theater-person-archive .event-item:hover .event-item-image img {
  transform: scale(1.05);
}
.theater-person-archive .event-item.archive-event {
  border-color: #e9ecef;
  background: #f8f8f8;
  opacity: 0.9;
}
.theater-person-archive .event-item.archive-event:hover {
  opacity: 1;
}
.theater-person-archive .event-item .event-item-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}
.theater-person-archive .event-item .event-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.theater-person-archive .event-item .event-item-image.event-item-image-placeholder {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.theater-person-archive .event-item .event-item-image.event-item-image-placeholder .placeholder-logo {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  opacity: 0.4;
}
.theater-person-archive .event-item .event-item-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.theater-person-archive .event-item .event-item-content .event-item-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  font-family: "Cabin Condensed", sans-serif;
  line-height: 1.3;
  color: #000000;
  transition: 0.2s ease;
}
.theater-person-archive .event-item .event-item-content .event-item-roles {
  color: #c81357;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  background: rgb(252.4753424658, 228.4246575342, 237.4602739726);
  border-left: 2px solid #c81357;
  border-radius: 4px;
}
.theater-person-archive .event-item .event-item-content .event-item-roles strong {
  font-weight: 700;
}
.theater-person-archive .event-item .event-item-content .event-item-next-date {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 12px;
  color: #555;
  margin-top: auto;
}
.theater-person-archive .event-item .event-item-content .event-item-next-date i {
  color: #c81357;
  font-size: 12px;
}
.theater-person-archive .event-item .event-item-content .event-item-next-date span {
  font-weight: 500;
  line-height: 1.3;
}
.theater-person-archive .no-events-found {
  text-align: center;
  padding: 50px;
  background: #f5f5f5;
  border-radius: 8px;
}
.theater-person-archive .no-events-found p {
  font-size: 32px;
  color: #666;
  margin: 0;
}
@media (max-width: 768px) {
  .theater-person-archive {
    padding: 50px 0;
  }
  .theater-person-archive .person-header {
    grid-template-columns: 200px 1fr;
    gap: 20px;
    padding: 20px;
  }
  .theater-person-archive .person-header .person-info .person-name {
    font-size: 32px;
  }
  .theater-person-archive .event-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .theater-person-archive .event-item .event-item-image {
    height: 180px;
  }
  .theater-person-archive .person-events-section {
    margin-bottom: 30px;
  }
  .theater-person-archive .person-events-section .section-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .theater-person-archive {
    padding: 20px 0;
  }
  .theater-person-archive .container {
    padding: 0 15px;
  }
  .theater-person-archive .person-header {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
    text-align: center;
  }
  .theater-person-archive .person-header .person-image {
    max-width: 200px;
    margin: 0 auto;
  }
  .theater-person-archive .person-header .person-info .person-name {
    font-size: 24px;
  }
  .theater-person-archive .person-header .person-info .person-description {
    font-size: 16px;
  }
  .theater-person-archive .event-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .theater-person-archive .event-item .event-item-image {
    height: 200px;
  }
  .theater-person-archive .event-item .event-item-content {
    padding: 10px;
  }
  .theater-person-archive .event-item .event-item-content .event-item-title {
    font-size: 16px;
  }
  .theater-person-archive .person-events-section {
    margin-bottom: 20px;
  }
  .theater-person-archive .person-events-section .section-title {
    font-size: 24px;
  }
}

/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 SINGLE POST STYLES
 Professional blog post layout matching theater event design
============================================================*/
.single-post-wrapper {
  padding: 100px 0 0 0;
}

.post-hero {
  margin-bottom: 50px;
}
.post-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-hero-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #c81357;
}

.post-hero-image {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.post-hero-image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.post-hero-image .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-hero-content {
  display: flex;
  align-items: center;
  padding: 50px;
  background: #ffffff;
}
.post-hero-content.full-width {
  grid-column: 1/-1;
  padding: 50px 60px;
}

.hero-content-inner {
  width: 100%;
}

.post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.category-tag {
  display: inline-block;
  padding: 5px 15px;
  background: rgb(251.2130136986, 215.1369863014, 228.6904109589);
  color: #c81357;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s ease;
}
.category-tag a:hover {
  background: #c81357;
  color: #ffffff;
}

.post-title {
  font-size: 60px;
  font-weight: 700;
  color: #c81357;
  margin: 0 0 20px 0;
  font-family: "Cabin Condensed", sans-serif;
  line-height: 1.2;
}

.post-hero-excerpt {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.post-hero-excerpt p {
  margin: 0;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.meta-item .meta-icon {
  font-size: 24px;
}
.meta-item .meta-value {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}

.post-content-section {
  margin-bottom: 50px;
  padding: 20px 0;
}
.post-content-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  color: #c81357;
  font-family: "Cabin Condensed", sans-serif;
  margin: 30px 0 15px 0;
}
.post-content h2 {
  font-size: 32px;
  border-bottom: 2px solid #dfaa13;
  padding-bottom: 10px;
}
.post-content h3 {
  font-size: 24px;
}
.post-content p {
  margin-bottom: 20px;
}
.post-content ul, .post-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.post-content ul li, .post-content ol li {
  margin-bottom: 10px;
}
.post-content blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  background: #f5f5f5;
  border-left: 4px solid #c81357;
  font-style: italic;
  color: #555;
}
.post-content blockquote p {
  margin: 0;
}
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}
.post-content a {
  color: #c81357;
  text-decoration: underline;
  transition: 0.2s ease;
}
.post-content a:hover {
  color: #c81357;
}
.post-content .wp-block-image {
  margin: 30px 0;
}
.post-content .wp-block-image figcaption {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.post-content .wp-block-gallery {
  margin: 30px 0;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.tags-label {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.tag-item {
  display: inline-block;
  padding: 5px 15px;
  background: #f5f5f5;
  color: #555;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}
.tag-item:hover {
  background: #c81357;
  color: #ffffff;
}

.post-navigation-section {
  background: #f5f5f5;
  padding: 30px 0;
  margin-bottom: 50px;
}
.post-navigation-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.nav-post {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0px 1px 3px #eeeeee;
}
.nav-post:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.nav-post:hover .nav-title {
  color: #c81357;
}
.nav-post.nav-next {
  text-align: right;
}
.nav-post.empty {
  visibility: hidden;
}

.nav-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-title {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  line-height: 1.4;
  transition: 0.2s ease;
}

.nav-date {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.related-posts-section {
  margin-bottom: 100px;
}
.related-posts-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 60px;
  font-weight: 700;
  color: #c81357;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #dfaa13;
  font-family: "Cabin Condensed", sans-serif;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-post-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0px 1px 3px #eeeeee;
}
.related-post-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  border-color: #c81357;
}
.related-post-card:hover .related-post-image img {
  transform: scale(1.05);
}
.related-post-card:hover .related-post-title {
  color: #c81357;
}

.related-post-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f5f5f5;
}
.related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.related-post-image.related-post-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 30px;
}
.related-post-image.related-post-placeholder .placeholder-logo {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  opacity: 0.4;
}

.related-post-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.related-post-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  font-family: "Cabin Condensed", sans-serif;
  line-height: 1.4;
  transition: 0.2s ease;
}

.related-post-date {
  font-size: 12px;
  color: #666;
}

@media (max-width: 991px) {
  .single-post-wrapper {
    padding: 50px 0;
  }
  .post-hero-card {
    grid-template-columns: 1fr;
  }
  .post-hero-image {
    min-height: 300px;
  }
  .post-hero-content {
    padding: 30px;
  }
  .post-hero-content.full-width {
    padding: 30px;
  }
  .post-title {
    font-size: 32px;
  }
  .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .single-post-wrapper {
    padding: 20px 0;
  }
  .post-hero .container {
    padding: 0 15px;
  }
  .post-hero-image {
    min-height: 250px;
  }
  .post-hero-content {
    padding: 20px;
  }
  .post-title {
    font-size: 24px;
  }
  .post-meta {
    flex-direction: column;
    gap: 10px;
  }
  .post-content-wrapper {
    padding: 0;
  }
  .post-content-section .container {
    padding: 0 15px;
  }
  .post-navigation {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .nav-post.nav-next {
    text-align: left;
  }
  .nav-post.empty {
    display: none;
  }
  .related-posts-section .container {
    padding: 0 15px;
  }
  .section-title {
    font-size: 32px;
  }
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .related-post-image {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .post-hero-image {
    min-height: 200px;
  }
  .post-hero-content {
    padding: 15px;
  }
  .post-title {
    font-size: 18px;
  }
  .category-tag {
    font-size: 10px;
    padding: 3px 10px;
  }
  .post-content {
    font-size: 16px;
  }
  .post-content h2 {
    font-size: 24px;
  }
  .post-content h3 {
    font-size: 18px;
  }
}
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 PRESS KIT MODAL STYLES
============================================================*/
.wb-presskit-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wb-presskit-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.wb-presskit-modal {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.wb-presskit-modal-overlay.active .wb-presskit-modal {
  transform: scale(1);
}

.wb-presskit-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.wb-presskit-modal-close:hover {
  background: #f0f0f0;
  color: #333;
}

.wb-presskit-modal h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}

.wb-presskit-modal-intro {
  margin-bottom: 25px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.wb-presskit-form-group {
  margin-bottom: 20px;
}
.wb-presskit-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.wb-presskit-form-group label .required {
  color: #c81357;
}
.wb-presskit-form-group input[type=text],
.wb-presskit-form-group input[type=email],
.wb-presskit-form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.wb-presskit-form-group input[type=text]:focus,
.wb-presskit-form-group input[type=email]:focus,
.wb-presskit-form-group textarea:focus {
  outline: none;
  border-color: #666;
}
.wb-presskit-form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.wb-presskit-submit {
  width: 100%;
  padding: 14px 24px;
  background: #333;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.wb-presskit-submit:hover {
  background: #000000;
}
.wb-presskit-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.wb-presskit-message {
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: none;
}
.wb-presskit-message.success {
  background: rgb(255, 220.9539473684, 151.5);
  border: 1px solid #e49900;
  color: rgb(100.5, 67.4407894737, 0);
  display: block;
}
.wb-presskit-message.error {
  background: rgb(249.6643835616, 198.8356164384, 217.9315068493);
  border: 1px solid #c81357;
  color: rgb(130.1369863014, 12.3630136986, 56.6095890411);
  display: block;
}

.wb-presskit-loading {
  text-align: center;
  padding: 20px;
  display: none;
}
.wb-presskit-loading.active {
  display: block;
}

.wb-presskit-spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  .wb-presskit-modal {
    padding: 30px 20px;
  }
  .wb-presskit-modal h2 {
    font-size: 60px;
  }
}
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 BOOKING MODAL STYLES
============================================================*/
.wb-booking-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wb-booking-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.wb-booking-modal {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.wb-booking-modal-overlay.active .wb-booking-modal {
  transform: scale(1);
}

.wb-booking-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.wb-booking-modal-close:hover {
  background: #f0f0f0;
  color: #333;
}

.wb-booking-modal h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}

.wb-booking-modal-intro {
  margin-bottom: 25px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.wb-booking-performance-info {
  margin-bottom: 25px;
}
.wb-booking-performance-info .performance-details {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  border-left: 4px solid #c81357;
}
.wb-booking-performance-info .performance-details h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #333;
}
.wb-booking-performance-info .performance-details p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.wb-booking-performance-info .performance-details p strong {
  color: #333;
}

.wb-booking-form-group {
  margin-bottom: 20px;
}
.wb-booking-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.wb-booking-form-group label .required {
  color: #c81357;
}
.wb-booking-form-group input[type=text],
.wb-booking-form-group input[type=email],
.wb-booking-form-group input[type=tel],
.wb-booking-form-group input[type=number],
.wb-booking-form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.wb-booking-form-group input[type=text]:focus,
.wb-booking-form-group input[type=email]:focus,
.wb-booking-form-group input[type=tel]:focus,
.wb-booking-form-group input[type=number]:focus,
.wb-booking-form-group textarea:focus {
  outline: none;
  border-color: #666;
}
.wb-booking-form-group input[type=number] {
  max-width: 120px;
}
.wb-booking-form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.wb-booking-form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

.wb-booking-submit {
  width: 100%;
  padding: 14px 24px;
  background: #333;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.wb-booking-submit:hover {
  background: #000000;
}
.wb-booking-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.wb-booking-message {
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: none;
}
.wb-booking-message.success {
  background: rgb(255, 220.9539473684, 151.5);
  border: 1px solid #e49900;
  color: rgb(100.5, 67.4407894737, 0);
  display: block;
}
.wb-booking-message.error {
  background: rgb(249.6643835616, 198.8356164384, 217.9315068493);
  border: 1px solid #c81357;
  color: rgb(130.1369863014, 12.3630136986, 56.6095890411);
  display: block;
}

.wb-booking-loading {
  text-align: center;
  padding: 20px;
  display: none;
}
.wb-booking-loading.active {
  display: block;
}

.wb-booking-spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

.date-booking {
  margin-top: 10px;
}

.btn-small {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-weight: 500;
  text-align: center;
}
.btn-small.btn-online {
  background: #c81357;
  color: #ffffff;
}
.btn-small.btn-online:hover {
  background: rgb(153.4246575342, 14.5753424658, 66.7397260274);
}
.btn-small.btn-form {
  background: transparent;
  color: #333;
  border: 2px solid #ddd;
}
.btn-small.btn-form:hover {
  background: #333;
  color: #ffffff;
  border-color: #333;
}

.btn.wb-booking-trigger {
  cursor: pointer;
}

@media (max-width: 600px) {
  .wb-booking-modal {
    padding: 30px 20px;
    max-height: 95vh;
  }
  .wb-booking-modal h2 {
    font-size: 60px;
  }
  .wb-booking-form-row {
    flex-direction: column;
    gap: 0;
  }
  .wb-booking-form-group input[type=number] {
    max-width: 100%;
  }
}
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 POPUP HELPER STYLES

 Styles for the general-purpose popup system
 YouTube link popup with thumbnail and button
============================================================*/
.wb-youtube-link-popup {
  max-width: 600px;
  padding: 20px;
  text-align: center;
}
.wb-youtube-link-popup .wb-youtube-thumbnail {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  background: #000000;
}
.wb-youtube-link-popup .wb-youtube-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.wb-youtube-link-popup .wb-youtube-thumbnail:hover img {
  opacity: 1;
}
.wb-youtube-link-popup .wb-youtube-content {
  padding: 15px 0;
}
.wb-youtube-link-popup .wb-youtube-text {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 30px;
  padding: 0 15px;
}
.wb-youtube-link-popup .wb-youtube-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: #c81357;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wb-youtube-link-popup .wb-youtube-button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.wb-youtube-link-popup .wb-youtube-button:hover {
  background: rgb(153.4246575342, 14.5753424658, 66.7397260274);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  color: #ffffff;
}
.wb-youtube-link-popup .wb-youtube-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wb-text-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.wb-text-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.wb-text-modal.is-open .wb-text-modal-container {
  transform: scale(1) translateY(0);
}

.wb-text-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.wb-text-modal-container {
  position: relative;
  max-width: 700px;
  max-height: 90vh;
  width: 90%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transform: scale(0.95) translateY(20px);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.wb-text-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wb-text-modal-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.wb-text-modal-content {
  padding: 30px;
  overflow-y: auto;
  max-height: calc(90vh - 60px);
}

.wb-text-popup-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #c81357;
}

.wb-text-popup-content {
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
}
.wb-text-popup-content p {
  margin: 0 0 15px 0;
}
.wb-text-popup-content p:last-child {
  margin-bottom: 0;
}
.wb-text-popup-content ul, .wb-text-popup-content ol {
  margin: 0 0 15px 20px;
  padding: 0;
}
.wb-text-popup-content ul li, .wb-text-popup-content ol li {
  margin-bottom: 10px;
}
.wb-text-popup-content a {
  color: #c81357;
  text-decoration: underline;
}
.wb-text-popup-content a:hover {
  color: rgb(153.4246575342, 14.5753424658, 66.7397260274);
}

.fancybox__container .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.85);
}
.fancybox__container .fancybox__content {
  background: #ffffff;
  border-radius: 8px;
  padding: 0;
}
.fancybox__container .fancybox__content > .wb-youtube-link-popup {
  background: #ffffff;
}

.wb-popup-image-wrapper.wb-popup-align-left {
  text-align: left;
}
.wb-popup-image-wrapper.wb-popup-align-center {
  text-align: center;
}
.wb-popup-image-wrapper.wb-popup-align-right {
  text-align: right;
}

.wb-popup-image-container {
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer !important;
}
.wb-popup-image-container:hover {
  opacity: 0.85;
  transform: scale(1.02);
}
.wb-popup-image-container:hover .wb-popup-image-img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.wb-popup-image-container:active {
  transform: scale(0.98);
}
.wb-popup-image-container .wb-popup-image-img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  .wb-youtube-link-popup {
    max-width: 100%;
    padding: 15px;
  }
  .wb-youtube-link-popup .wb-youtube-text {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0;
  }
  .wb-youtube-link-popup .wb-youtube-button {
    padding: 10px 20px;
    font-size: 16px;
  }
  .wb-youtube-link-popup .wb-youtube-button svg {
    width: 20px;
    height: 20px;
  }
  .wb-text-modal-container {
    width: 95%;
    max-height: 85vh;
  }
  .wb-text-modal-content {
    padding: 20px;
    max-height: calc(85vh - 50px);
  }
  .wb-text-popup-title {
    font-size: 24px;
  }
  .wb-text-popup-content {
    font-size: 16px;
  }
}
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 YOUTUBE DISCLAIMER OVERLAY - GDPR COMPLIANCE (Inline Version)
============================================================*/
.video-thumbnail-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.video-thumbnail-container .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-thumbnail-container.video-ready {
  cursor: pointer;
}
.video-thumbnail-container.video-ready:hover .play-button-overlay {
  transform: translate(-50%, -50%) scale(1.15);
  opacity: 1;
}
.video-thumbnail-container:hover .video-play-overlay .play-button-overlay {
  transform: scale(1.15);
  opacity: 1;
}

.youtube-disclaimer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 15;
  padding: 0;
  cursor: pointer;
}

.disclaimer-overlay-content {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 30px 30px 0 0;
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  transition: background 0.3s ease;
}
.youtube-disclaimer-overlay:hover .disclaimer-overlay-content {
  background: rgba(255, 255, 255, 0.85);
}
.disclaimer-overlay-content .disclaimer-overlay-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.2;
}
.disclaimer-overlay-content .disclaimer-overlay-text {
  color: #555;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
.disclaimer-overlay-content .disclaimer-overlay-text p {
  margin-bottom: 5px;
}
.disclaimer-overlay-content .disclaimer-overlay-text p:last-child {
  margin-bottom: 0;
}
.disclaimer-overlay-content .disclaimer-overlay-text a {
  color: #c81357;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.disclaimer-overlay-content .disclaimer-overlay-text a:hover {
  color: rgb(153.4246575342, 14.5753424658, 66.7397260274);
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: none;
}
.video-play-overlay .play-button-overlay {
  position: relative;
  width: 80px;
  height: 80px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
  display: block;
}
.video-play-overlay .play-button-overlay svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
  .disclaimer-overlay-content {
    padding: 15px;
  }
  .disclaimer-overlay-content .disclaimer-overlay-title {
    font-size: 16px;
  }
  .disclaimer-overlay-content .disclaimer-overlay-text {
    font-size: 12px;
  }
  .video-play-overlay .play-button-overlay {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .disclaimer-overlay-content {
    padding: 10px 15px;
  }
  .disclaimer-overlay-content .disclaimer-overlay-title {
    font-size: 16px;
  }
  .disclaimer-overlay-content .disclaimer-overlay-text {
    font-size: 12px;
  }
  .video-play-overlay .play-button-overlay {
    width: 60px;
    height: 60px;
  }
}
/*===========================================================
 STYLE.SCSS - DAS WEITE THEATER

 This file imports all SCSS modules in the correct order.
 Compile this file to generate style.css
============================================================*/
/*===========================================================
 RESPONSIVE DESIGN / MEDIA QUERIES
============================================================*/
@media (min-width: 576px) {
  .container {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
  .menu-item-has-children:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .dropdown-menu .menu-item-has-children .menu-toggle {
    transform: translateY(-50%) rotate(-90deg);
    right: 10px;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  :root {
    --font-xl: 56px;
    --font-lg: 48px;
    --font-lg2: 44px;
    --font-md: 25px;
    --font-md2: 23px;
    --font-sm: 21px;
    --font-sm2: 19px;
    --font-base: 17px;
    --font-small: 15px;
  }
  .menu-nav {
    gap: 15px;
  }
  .aktuelles-left {
    max-width: 50%;
  }
  .aktuelles-right {
    max-width: 50%;
    padding-left: 50px;
  }
  .newsletter-form .row {
    flex-direction: column;
    gap: 15px;
  }
  .theater-description-img {
    max-width: 180px;
  }
  .theater-description-text {
    max-width: 700px;
  }
  .contact-right {
    padding-left: 30px;
  }
  .main-photo {
    height: 336px;
  }
  .small-photo {
    height: 162px;
  }
}
@media (max-width: 991px) {
  #main {
    padding-top: 0;
  }
  :root {
    --spacing-massive: 50px;
    --spacing-section: 60px;
  }
  .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mobile-logo img {
    max-width: auto;
    max-height: 50px;
  }
  .mobile-logo a {
    display: flex;
    align-items: center;
  }
  .banner-area {
    margin-top: 76px;
  }
  .header-area {
    display: none;
  }
  .mobileMenuOpener {
    display: block;
  }
  .panel-header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  .menu ul li {
    display: block;
  }
  .menu ul li a {
    width: 100%;
    color: #000000;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 2;
  }
  .dropdown-menu {
    width: 100%;
    background-color: transparent;
    border: none;
    position: static;
    display: block;
    box-shadow: none;
    padding-left: 20px;
  }
  .dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
  }
  .menu-toggle {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .banner-text div p {
    max-width: calc(100% - 150px);
  }
  .aktuelles-inner {
    flex-direction: column;
    gap: 60px;
  }
  .aktuelles-left,
  .aktuelles-right {
    max-width: 100%;
  }
  .aktuelles-right {
    padding-left: 25px;
  }
  .aktuelles-img img {
    width: 100%;
  }
  .newsletter {
    flex-direction: column;
    gap: 20px;
  }
  .newsletter-left img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -22px;
    z-index: 1;
  }
  .newsletter-card {
    position: relative;
    z-index: 10;
  }
  .newsletter-right,
  .newsletter-left,
  .newsletter-card {
    max-width: 100%;
  }
  .newslatter-single {
    padding: 15px 0;
  }
  .contact-inner {
    flex-direction: column;
    gap: 20px;
  }
  .contact-left {
    max-width: 100%;
  }
  .contact-right {
    padding-left: 0;
  }
  .theater-description-img {
    margin-bottom: 20px;
  }
  .wb-news-switcher .news-switcher-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .wb-news-switcher .news-list-sidebar {
    position: relative;
    top: auto;
  }
  .event-image img {
    width: 100%;
  }
  .event-image {
    margin-bottom: 20px;
  }
  .event-booking,
  .event-details {
    padding: 0 20px;
  }
  .event-booking,
  .event-details,
  .event-image {
    width: 100%;
  }
  .event-card {
    padding-bottom: 20px;
  }
  .event-card.no-event {
    padding-bottom: 0;
    border: 0;
    text-align: center;
    width: 100%;
  }
  .book-button {
    justify-content: center;
  }
  .tab-content.active {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .event-card {
    width: calc(50% - 8px);
    flex-direction: column;
  }
  .more-events {
    width: 100%;
  }
  .footer-logo {
    max-width: 80px;
  }
  .banner-gallery-area .banner {
    flex-direction: column-reverse;
  }
  .banner-gallery-area .banner-text.border-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .collage-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  :root {
    --font-xl: 41px;
    --font-lg: 34px;
    --font-lg2: 32px;
    --font-md: 20px;
    --font-md2: 18px;
    --font-sm: 17px;
  }
  .banner-slider .banner-img {
    height: 350px;
  }
  .banner-area:not(.banner-gallery-area) .container {
    margin-top: -150px;
  }
  .container {
    padding: 0 20px;
  }
  .news-area .slick-track {
    gap: 15px;
  }
  .wb-news-switcher .news-content-title {
    font-size: 32px;
  }
  .wb-news-switcher .news-list-sidebar {
    padding: 20px;
  }
  .wb-news-switcher .news-list-title {
    font-size: 24px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 30px;
    padding: 100px 0;
  }
  .footer-left {
    justify-content: space-between;
  }
  .footer-right {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .social-icon {
    margin-top: 0;
  }
  .main-photo {
    height: 232px;
  }
  .small-photo {
    height: 110px;
  }
}
@media (max-width: 575px) {
  .banner-slider .banner-img {
    height: 300px;
  }
  .banner-slider.slider-expanded {
    transform: none;
  }
  .banner-area:not(.banner-gallery-area) .container {
    margin-top: -120px;
  }
  .banner-text div {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .banner-text div p {
    max-width: 100%;
  }
  .event-card {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .progress-wrap {
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 449px) {
  .footer-left {
    flex-direction: column;
    gap: 15px;
  }
  .footer-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .footer-bttm {
    flex-direction: column;
  }
  .curtain-site-name {
    font-size: 32px;
    padding: 0 15px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .curtain-site-name {
    font-size: 48px;
    letter-spacing: 2px;
  }
}
@media (max-width: 576px) {
  .curtain-site-name {
    font-size: 40px;
    padding: 0 20px;
    letter-spacing: 1px;
  }
}
/*===========================================================
 COMPILATION NOTES:

 To compile this SCSS to CSS, use one of these methods:

 1. Command line with Sass:
    sass style.scss ../css/style.css

 2. With watch mode for development:
    sass --watch style.scss:../css/style.css

 3. For production (minified):
    sass --style=compressed style.scss:../css/style.min.css

 The library file (slick.css) should remain separate and
 included directly in your HTML/theme.
============================================================*/

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