@font-face {
  font-family: "JulesText";
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/JulesText-Book.woff) format("woff"),
    url(../Fonts/JulesText-Book.ttf) format("ttf");
}
@font-face {
  font-family: "JulesText";
  font-style: normal;
  font-weight: 700;
  src: url(../Fonts/JulesText-Bold.woff) format("woff"),
    url(../Fonts/JulesText-Bold.ttf) format("ttf");
}
@font-face {
  font-family: "JulesTextSwashes";
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/JulesText-BookSwashes.woff) format("woff"),
    url(../Fonts/JulesText-BookSwashes.ttf) format("ttf");
}
@font-face {
  font-family: "JulesTextSwashes";
  font-style: normal;
  font-weight: 700;
  src: url(../Fonts/JulesText-BoldSwashes.woff) format("woff"),
    url(../Fonts/JulesText-BoldSwashes.ttf) format("ttf");
}
@font-face {
  font-family: "DinRegular";
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/din-regular-webfont.woff) format("woff");
}

@media (min-width: 1400px){
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	  max-width: 1140px;
	}
}

:root {
  --bs-body-color: #09163a;
}

body,
p,
td,
li,
a,
th,
div {
  font-family: Myriad Pro;
  font-size: 1.2rem;
  line-height: 1.4rem;
}  
h1{
	hyphens: auto;
}
small,
.small,
small a,
.small a {
  font-size: 1rem;
}
.yellow {
  color: #fbdb6e;
}
.white {
  color: #fff;
}
.red{
  color: #ff0000;
}
.groesse1 {
  font-size: 1rem;
}
.groessestandard {
  font-size: 1.2rem;
}
.groesse3 {
  font-size: 1.4rem;
}
.groesse4 {
  font-size: 1.6rem;
}


.responsive {
  display: none;
}

section {
  padding-top: 60px;
}

header{
	padding-top: 187px;
	padding-bottom: 0px;
}

h1 {
  font-family: "JulesText";
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 3rem;
}
h1:after {
  content: url("../Images/header_line.jpg");
  display: block;
  margin-top: -30px;
}
.frame-blauer-hintergrund h1:after {
  content: url("../Images/header_line_white.png");
  display: block;
  margin-top: -30px;
}
h2 {
  font-family: "JulesText";
  font-family: "JulesTextSwashes";
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.contact h2 {
  font-family: "JulesText";
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.contact .row div div h2:not(:first-child) {
  margin-top: 2rem;
}
h3 {
  font-family: "JulesText";
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
h3:after {
  content: url("../Images/header_line3.jpg");
  display: block;
  margin-top: -10px;
}
.frame-blauer-hintergrund h3:after {
  content: url("../Images/header_line_white.png");
  display: block;
  margin-top: -10px;
}

a {
  color: #09163a;
}
a:hover {
  color: #7a87a5;
}

nav .logo img {
  width: 540px;
  height: auto;
}
.navbar {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#navbarResponsive {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.navbar-nav {
  width: 100%;
}
.navbar-nav a {
  font-family: "JulesText";
  font-size: 1.5rem;
  text-transform: uppercase;
}
.navbar-nav .nav-link.nav-4 {
  font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffe485;
}
.navbar-dark .navbar-nav .active .nav-link {
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar-nav .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  margin-top: 0px;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #09163a;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding-top: 5px;
}
.navbar-nav .dropdown-menu a {
  font-size: 1rem;
  color: #fff;
  text-transform: none;
  text-align: center;
}
.navbar-nav .dropdown-menu a:hover {
  background: none;
  text-decoration: underline;
}

.bg-dark {
  background-color: #09163a !important;
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}

.header_social {
  float: left;
  margin: 0;
  padding-left: 0;
}
.header_social li {
  display: inline-block;
  margin-right: 15px;
}
header .row {
  width: 110%;
}

.search ul {
  margin-bottom: 0;
}
.search li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #cdd0d7;
}
.search li.spacer {
  margin-left: 2px;
  margin-right: 2px;
}
.search li a {
  text-decoration: none;
  color: #fff;
}
.search li.active a {
  font-weight: bold;
}
.search li.searchicon {
  margin-right: 0px;
}

footer .container {
  margin-top: 10px;
}
footer .container div {
  display: inline-block;
  color: #fff;
  font-family: "DinRegular";
  font-size: 1.2rem;
}
footer .container p {
  color: #fff;
  font-family: "DinRegular";
  font-size: 1.2rem;
  display: inline-block;
}
footer .container a {
  color: #fff;
  text-decoration: none;
  font-family: "DinRegular";
  font-size: 1.2rem;
}

#centered {
  text-align: center;
}

/* ---- PRESS ---- */
.pressrelease {
  margin-bottom: 70px;
}
.pressrelease .dachzeile {
  font-size: 14px;
}
.pressrelease .titel {
  font-size: 24px;
  font-weight: 700;
}
.pressrelease .link {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
.pressrelease.detail .download {
  font-size: 14px;
  margin-top: 10px;
}
.pressrelease .pdf {
  font-weight: 700;
  font-size: 24px;
  margin-top: 30px;
}
.pressrelease .col-lg-3 {
    margin-bottom: 20px;
}

/* ---- BUTTONS---- */
.linkbutton-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.linkbutton {
  font-family: "JulesText";
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 150px;
}
.linkbutton.text-center {
  margin: auto;
}
.linkbutton.text-start {
  margin: auto;
  margin-left: 0;
}
.linkbutton:hover {
  background-color: #475371;
  color: white;
}
.linkbutton p {
  margin: 0;
  padding: 0 20px;
  font-family: "JulesText";
}
.linkbutton a {
  text-decoration: none;
  font-family: "JulesText";
}
.linkbutton:hover a {
  color: white;
}
.linkbutton.gelb {
  background-color: #ffe485;
}
.linkbutton.blau {
  background-color: #475371;
}
.linkbutton.blau:hover {
  background-color: #09163a;
}
.linkbutton.blau a {
  color: #fff;
}
.linkbutton.weiss {
  background-color: #fff;
}
.linkbutton.grau {
  background-color: #d3d3d3;
}
.linkbutton.rahmen {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  padding: 10px 50px;
}
.linkbutton.rahmen.gelb a {
  border-color: #ffe485;
  color: #ffe485;
}
.linkbutton.rahmen.gelb a {
  color: #ffe485;
}
.linkbutton.rahmen.blau {
  border-color: #09163a;
  color: #09163a;
}
.linkbutton.rahmen.blau a {
  color: #09163a;
}
.linkbutton.rahmen.blau:hover {
  background-color: #475371;
  border-color: #475371;
}
.linkbutton.rahmen.blau:hover a {
  color: #fff;
}
.linkbutton.rahmen.weiss {
  border-color: #fff;
  color: #fff;
}
.linkbutton.rahmen.weiss a {
  color: #fff;
}
.linkbutton.rund {
  border-radius: 15px;
}

[data-tooltip]::before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;

    /* customizable */
    transition: all 0.15s ease;
    color: #fff;
    box-shadow: 2px 2px 1px silver;
	padding: 5px 40px;
	font-size: 1rem;
}

[data-tooltip]:hover::before {
    /* needed - do not touch */
    opacity: 1;

    /* customizable */
    background: #09163a;
    margin-top: -80px;
    margin-left: 0px;
}

[data-tooltip]:not([data-tooltip-persistent])::before {
    pointer-events: none;
}


/* ---- NOW PLAYING ---- */
.nowplaying {
  padding-top: 75%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.nowplaying  .balken {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #09163aa3;
}
.nowplaying  .balken .balkenleft {
  float: left;
  max-width: calc(100% - 250px);
  padding: 40px 0 30px;
}
.nowplaying .balken .balkenright {
	float: right;
	padding: 40px 0 30px;
}
.nowplaying .text {
  font-family: "JulesText";
  margin-left: 45px;
  color: #ffe485;
  bottom: 110px;
  text-transform: uppercase;
  font-size: 2.2rem;
}
.nowplaying .button {
  font-family: "JulesText";
  margin-right: 35px;
  color: white;
  border: 2px solid;
  padding: 10px 30px;
  border-radius: 16px;
}
.nowplaying .button a {
  font-family: "JulesText";
  color: white;
  text-decoration: none;
}

.heading {
  margin-top: 80px;
}

.maps .text-start iframe {
  position: relative;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.carousel-indicators span {
  display: none;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
.carousel-indicators {
  margin-bottom: 0;
}
.carousel-indicators li {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #09163a;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 0.7;
}

.ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.ce-row {
  margin-bottom: 30px;
}

.frame-blauer-hintergrund {
  background-color: #475371;
  padding: 20px 0;
}
.frame-blauer-hintergrund p,
.frame-blauer-hintergrund div,
.frame-blauer-hintergrund h1,
.frame-blauer-hintergrund h2,
.frame-blauer-hintergrund h3 {
  color: #fff;
}
.frame-blauer-hintergrund p.yellow {
  color: #fbdb6e;
}

.accordion-item {
  background-color: #ffe485;
  margin-bottom: 10px;
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.accordion-button {
  background-color: transparent;
  color: #fff;
  font-family: "JulesText";
  font-size: 1.5rem;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  color: #fafafa;
  background-color: #09163a;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}
.accordion-body {
  background-color: #475371;
  color: white;
}
.accordion-body .linkbutton {
  margin: auto;
  max-width: 200px;
  padding: 10px 30px;
}

/* ---- BAR EVENT ---- */
.barevent-container {
  background-color: #475371;
  padding: 10px;
}
.barevent-container .bardate {
  float: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 2px #7a87a5 dashed;
}
.barevent-container .bardate .date {
  color: #ffe485;
  font-size: 1.5rem;
  font-weight: 700;
}
.barevent-container .bartext {
  float: right;
  color: #fff;
  padding: 20px;
}
.barevent-container .bartext h2 {
  color: #ffe485;
  font-family: "JulesText";
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.barevent-container .bartext p {
  margin-bottom: 0px;
}

/* ---- PRODUCTION ---- */
.production {
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
.production div > div {
  background-color: #475371;
}
.production .foto {
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.production .linkbutton-container {
  margin: 0px;
  padding: 10px 20px 10px;
}
.production .linkbutton {
  padding: 10px 10px;
  max-width: 100px;
}
.production .linkbutton p {
  margin: 0;
  padding: 0;
}
.production .linkbutton-container {
  align-items: end;
}
.production .datum {
  float: left;
  color: #ffe485;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 2px #7a87a5 dashed;
}
.production .datum .year{
    position: absolute;
    font-size: 4rem;
    color: #ffe48530;
    letter-spacing: 0.1rem;
}
.production .datum .date {
  color: #ffe485;
  font-size: 1.7rem;
  font-weight: 500;
}
.production .text {
  float: right;
  color: #fff;
  padding: 20px;
  text-align: left;
  padding: 30px 0 30px 30px;
}
.production .text .kopfzeile {
  font-weight: 700;
}
.production .text h2 {
  color: #ffe485;
  font-family: "JulesText";
  font-size: 1.7rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.production .text .starttime {
  color: #ffe485;
  font-weight: 200;
  font-size: 1rem;
}
#p150 .production .text .starttime {
  margin-top: -10px;
}
.production .text p {
  margin-bottom: 0px;
}
.production #overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(71, 83, 113, 0.85);
  z-index: 3;
}
.production .datumhome {
  display: none;
}
.production .datumhome.past {
  display: block;
}
.production .shortfacts.past {
  display: none;
}
.home .shortfacts {
  display: none;
}

.production {
  margin-bottom: 40px;
  overflow: hidden;
}
.production img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
.productioncontent {
  z-index: 2;
  position: relative;
  display: flex;
}
.home .productioncontent {
  display: block;
}
.home .production:hover img {
  opacity: 0;
}
.home .production {
  background-color: #475371;
}
.productiondetail .gallery {
  position: relative;
}
.productiondetail .gallery h1 {
  margin-left: 45px;
  color: #ffe485;
  bottom: 80px;
  text-transform: uppercase;
  font-size: 3rem;
  z-index: 9;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
  line-height: 2.5rem;
  max-width: 80%;
}
.productiondetail .gallery h1::after {
  content: none;
}
.productiondetail .gallery .subtitel {
  margin-left: 45px;
  color: #fff;
  bottom: 40px;
  z-index: 9;
  text-align: left;
}
.productiondetail .fastfacts h3 {
  font-size: 2.5rem;
  line-height: 1.5rem;
  padding-top: 2rem;
}
.productiondetail {
  margin-bottom: 80px;
}
.productiondetail .reviews {
  margin-top: 80px;
  background-image: url("../Images/quote.jpg");
  background-repeat: no-repeat;
  padding: 30px;
  background-position: 20px 20px;
  padding-top: 100px;
}
.productiondetail .reviews #carouselReviews {
  padding-bottom: 30px;
}
.productiondetail .buttons {
  margin-top: 110px;
}
.productiondetail .buttons .linkbutton {
  flex-direction: column;
}
.productiondetail .cast .row {
  margin-bottom: 50px;
}
.productiondetail .cast  .col-lg-3 {
    margin-bottom: 20px;
}
.productiondetail .cast .name {
  margin-top: 10px;
  font-weight: bold;
}
.productiondetail .fastfacts {
    padding: 0px;
    display: flex;
    align-items: center;
}
.productiondetail .fastfacts .frame-blauer-hintergrund {
  width: 100%;
  padding: 35px 0 20px;
}
.productiondetail .fastfacts .starttime {
  color: #ffe485;
}
.productiondetail .fastfacts .starttime span {
  color: #fff;
}
.productiondetail .fastfacts .linkbutton-container {
  margin-top: 40px;
}
.productiondetail .gallery .balken {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #09163aa3;
  padding: 20px 0;
}
.cast-container .castdetail img {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.castdetail h1 {
  margin-bottom: 0rem;
}
.castdetail h2 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

/* ---- About us ---- */
#p6 #c53,
#p6 #c213 {
  margin-top: -105px;
}
#p6 #carouselSlides {
  max-width: 750px;
  margin: auto;
}

/* ---- Foundation ---- */
#p15 #carouselSlides {
  max-width: 700px;
  margin: auto;
}

/* ---- Media Presence ---- */
#p26 .row .col-lg-12 {
  max-width: 700px;
}
#p26 .row .col-lg-12 .ce-bodytext h1::after {
  content: none;
}
#p26 .row .col-lg-12 .ce-bodytext h1 {
  margin-bottom: 0;
  line-height: 30px;
}
#p26 .row .col-lg-12 .ce-bodytext h1 a {
  text-decoration: none;
}
#p26 .row .col-lg-12 .ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}
#p26 .row .col-lg-12 .frame {
  margin-bottom: 20px;
}



/* ---- CASTINGS ---- */
#p165 section#centered{
  position: relative;
}
#p165 section#centered > .container {
  /*position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}
.castings {
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
.casting div > div {
  background-color: #475371;
}
.castingcontent {
  z-index: 2;
  position: relative;
  display: flex;
}
.castings .foto {
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-width: 200px;
}
.castings .linkbutton-container {
  margin: 0px;
  padding: 10px 20px 10px;
}
.castings .linkbutton {
  padding: 10px 10px;
  max-width: 100px;
}
.castings .linkbutton p {
  margin: 0;
  padding: 0;
}
.castings .linkbutton-container {
  align-items: center;
}
.castings .text {
  float: right;
  color: #fff;
  padding: 20px;
  text-align: left;
  padding: 30px 0 30px 30px;
}
.castings .text .kopfzeile {
  font-family: "JulesText";
  color: #ffe485;
  font-size: 1.5rem;  
  font-weight: 700;
}
.castings .text h2 {
  font-family: "JulesText";
  font-size: 1.7rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.castings .text p {
  margin-bottom: 0px;
}

.castings {
  margin-bottom: 40px;
  overflow: hidden;
}
.castingcontent {
  z-index: 2;
  position: relative;
  display: flex;
}
.casting.row {
  margin-bottom: 5px;
}


/* ---- Contact ---- */
#p9 #c29, #p9 #c33, #p9 #c246, #p9 #c250{
  scroll-margin-top: 11rem;
}



/* ---- Archive ---- */
#p33 .row .col-lg-12 h1::after {
  content: none;
}
#p33 .row .col-lg-12 h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
}
#p33 .row .col-lg-12 .linkbutton {
  margin: auto;
}
#p33 .row .col-lg-12 .frame-blauer-hintergrund {
  margin-bottom: 20px;
}
#p33 .frame-space-after-medium {
  margin-bottom: 1em;
}
#p34 .production #overlay {
  display: none;
}
#p34 .frame-blauer-hintergrund a{
	text-decoration: none;
	color: white;
}
#p34 .productions {
  text-align: center;
}
#p34.detail .justify-content-center > .col-lg-12 > div:not(.tx-dce-container){
	display: none;
}
#p34 .frame-blauer-hintergrund{
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
	padding-bottom: 2rem !important;
}

#p35 .row .col-lg-12 h1,
#p36 .row .col-lg-12 h1 {
  margin-bottom: 0px;
}
#p35 .row .col-lg-12 h2,
#p36 .row .col-lg-12 h2 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 2rem;
}
#p35 .row .col-lg-12 h3,
#p36 .row .col-lg-12 h3 {
  margin-top: 3rem;
  font-weight: 700;
}
#p35 .row .col-lg-12 h3::after,
#p36 .row .col-lg-12 h3::after {
  content: none;
}
#p35 .row .col-lg-12 h4,
#p36 .row .col-lg-12 h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}
#p35 .row .col-lg-12 p,
#p36 .row .col-lg-12 p {
    font-family: "JulesText";
}

#p38 .subscription.formular img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#p38 .subscription.formular .col-lg-4 {
  display: flex;
  align-items: center;
}
#p38 .subscription.formular .right p {
  margin-top: 20px;
}
#p38 form {
  padding: 2rem;
}
#p38 .starttime {
  color: #ffe485;
  font-weight: 200;
  font-size: 1rem;
}

#p28 .col-lg-12 {
  max-width: 900px;
}
#p28 .col-md-6.right {
  display: grid;
}
#p28 .col-md-6.right div {
  margin: 10px 0;
}

/* ---- Standard Tickets ---- */
#p37 label {
  display: block;
  margin-top: 20px;
}
#p37 .left label {
  color: #ffe485;
}
#p37 .linkbutton {
  display: inline;
}
#p37 .saalplan {
  padding: 5rem;
}
#p37 form {
  padding: 2rem;
}
#p37 .starttime {
  color: #ffe485;
  font-weight: 200;
  font-size: 1rem;
}

/* ---- Foundation Membership ---- */
#p41 .formular .col-lg-12 label {
  display: inline-block;
  padding-right: 40px;
}

/* ---- Contact Form ---- */
#p23 #spalte_mitte {
  border: 1px solid;
  padding: 2rem 2rem 0;
}
#p23 label {
  display: block;
}
#p23 .right img {
  float: right;
}
#p23 textarea {
  width: 100%;
  height: 200px;
}

/* ---- HINTERGRUND ---- */

#p3 #centered, #p150 #centered, #p40 #centered, #p41 #centered, #p28 #centered, #p44 #centered, #p43 #centered, #p4t #centered, #p33 #content, #p53 #centered, #p38 #centered, #p37 #centered, #p165 #centered {
  background-image: url(/fileadmin/fotos/vet_transparent.jpg);
  background-position: center top;
  background-attachment: fixed;
  min-height: calc(100vh - 285px);
}



/* ---- Tickets ---- */
#p4t section {
  padding: 0;
}
#p4t section .px-4 {
  padding: 0 !important;
  max-width: 100%;
}
#p4t #content .container {
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
#p4t .col-lg-12 {
  width: 100% !important;
}
#p4t #tickets {
  position: relative;
  height: calc(100vh - 300px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#p4t #tickets div {
  margin: 1rem;
  padding: 1rem 3rem;
  position: relative;
}
#p4 .production .text {
  padding: 30px 0 30px 20px;
}

#p4 .linkbutton.rahmen.weiss {
  display: none;
}
#p4 .past {
  display: none;
}
#p4 .production:not(.termine) {
  display: none;
}
#p4 .production {
  margin-bottom: 40px;
}
#p4 .linkbutton {
  min-width: auto;
  max-width: 130px;
}
#p4 .linkbutton p {
  padding: 0 0px;
}
#p4 .verticalcenter{
  position: relative;
}
#p4 .verticalcenter .tx-dce-container{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#p5 #c96 p,
#p5 #c96 a,
#p5 #c299 p,
#p5 #c299 a {
  padding-top: 0.5rem;
  font-size: 1rem;
}
#p5 #content .col-lg-12 .row#cards {
  flex-direction: inherit;
}
.card {
  text-align: center;
  margin-bottom: 20px;
}
.card-header {
  font-family: "JulesText";
  background-color: transparent;
  border-bottom: 0;
  font-size: 1.7rem;
  font-weight: 700;
}
.card-body {
  font-weight: 700;
  background-color: #ffe485;
}
.card-footer {
  background-color: transparent;
  border-top: 0;
}

/* ---- Order a Subscription ---- */
#p40 .easy > div {
  display: inline;
}
#p40 .frame-blauer-hintergrund {
  padding: 3rem;
}
#p40 .small {
  margin-top: 2rem;
}

/* ---- Gifts ---- */
#p42 .pe-lg-5 {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

/* ---- Gift Subscription ---- */
#p43 h2 {
  font-family: "JulesText";
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0rem;
  color: #ffe485;
}

/* ---- Gift Vouchers ---- */
#p44 #spalte_mitte {
  max-width: 800px;
  margin: auto;
}
#p44 section img {
  border: solid white 7px;
}

/* ---- Disocunts ---- */
#p53 .frame-blauer-hintergrund {
  max-width: 800px;
  margin: auto;
}
#p53 .frame-blauer-hintergrund h3 {
  margin-bottom: 3rem;
}

/* ---- Gala Pictures ---- */
#p81 [data-ce-columns="4"] .ce-column {
  height: auto;
}
#p81 .ce-gallery figcaption {
  display: none;
}


/* ---- Audiences Voices ---- */
#p174 .linkbutton.rahmen {
  padding: 10px 10px;
  min-width: 280px;
}
#p174 .col-lg-5 {  
  position: relative;
}
#p174 .col-lg-5 > .tx-dce-container{    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#p174 .linkbutton a::after {
  content: url("../Icons/mail.png");
  display: block;
  margin-top: 5px;
}



/* ---- TABELLEN ---- */
.ce-table {
  text-align: center;
  border: 1px solid #cdd0d7;
}
.ce-table th {
  font-size: 1.7rem;
  border-bottom: 0px !important;
}
.ce-table th,
.ce-table td {
  border-top: 0px;
}
.ce-table thead th {
  font-family: "JulesText";
}
.ce-table-optionsTable tbody tr:first-child {
  background-color: #ffe485;
  font-weight: 700;
}
.ce-table caption {
  color: #09163a;
  font-size: 1rem;
  text-align: center;
}
.ce-table-pricingTable thead tr:first-child {
  background-color: #ffe485;
}
.ce-table-pricingTable tbody tr td:first-child {
  font-size: 1.7rem;
  font-weight: 700;
}
[data-ce-columns="3"] .ce-row {
  display: flex;
}
[data-ce-columns="3"] .ce-column {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 33%;
  max-width: 33%;
}
[data-ce-columns="3"] .ce-column figure {
  margin: auto;
}
[data-ce-columns="3"] .ce-column figure img {
  max-height: 150px;
  max-width: 300px;
}
[data-ce-columns="3"] .ce-inner {
  width: 100%;
}
[data-ce-columns="3"] .ce-outer {
  width: 100%;
}

[data-ce-columns="4"] .ce-row {
  display: flex;
}
[data-ce-columns="4"] .ce-column {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 33%;
  max-width: 25%;
}
[data-ce-columns="4"] .ce-column figure {
  margin: 10px;
}
[data-ce-columns="4"] .ce-column figure img {
  max-width: 300px;
}
[data-ce-columns="4"] .ce-inner {
  width: 100%;
}
[data-ce-columns="4"] .ce-outer {
  width: 100%;
}

.frame-blauer-hintergrund .ce-table-pricingTable thead tr,
.frame-blauer-hintergrund .ce-table th,
.ce-table td {
  color: var(--bs-body-color);
}
.frame-blauer-hintergrund .ce-table-pricingTable {
  background-color: #fff;
  margin-bottom: 10px;
}
.contact input {
  width: 100%;
}
.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.easy input {
  margin-left: 20px;
}
.frame-blauer-hintergrund .text a {
  color: #fff;
}

.frame-narrowContent {
  max-width: 700px;
  margin: auto;
}

body#p27 [data-ce-columns="3"] img {
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}
body#p27 [data-ce-columns="3"] img:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* ---- HOME ---- */
.home h1 {
  text-align: center;
}
.home .col-lg-4 .ce-bodytext {
  text-align: center;
}
.home .col-lg-4 .ce-bodytext a {
  text-decoration: none;
}
.home .production .datumhome {
  display: block;
}
.home .production .datum,
.home .production .kopfzeile,
.home .production .text > p {
  display: none;
}
.home .production .text {
  width: 100%;
  float: none;
  padding: 30px 30px 10px;
  text-align: center;
}
.home .production .linkbutton-container {
  width: 200px;
  margin: auto;
}
.home .production:not(.extra) .linkbutton-container .linkbutton.weiss {
  /*display: none;*/
}
.home .production.extra .linkbutton-container {
  width: 220px;
}
.home .production.extra .linkbutton {
  max-width: 200px;
}
.home .production h2 {
  color: #fff;
}
.home .production {
  padding: 10px 10px 50px;
  margin: 0;
}
.home .production:nth-child(2) {
  padding-top: 0px;
  margin-top: -20px;
}
home .production.row.extra {
  margin-top: 20px;
}
.home .linkbutton.rahmen.blau {
  border-color: #475371;
  color: #475371;
  margin: -10px 0;
  padding: 10px 30px;
}
.home .linkbutton.rahmen.blau:hover {
  background-color: #868ea2;
  border-color: #868ea2;
}
.home .linkbutton.rahmen.blau a:before {
  content: url("../Icons/newsletter.jpg");
  display: block;
  margin-top: 5px;
  float: left;
}
.home .linkbutton.rahmen.blau:hover a:before {
  content: url("../Icons/newsletter_hover.jpg");
}
.home .linkbutton.rahmen.blau a p {
  text-align: left;
  margin-left: 50px;
  font-size: 1rem;
  margin-top: 10px;
}
.home .news img,
.home .explore img {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.home .news img:hover,
.home .explore img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.homeslider .gallery {
  position: relative;
}
.homeslider .gallery .balken {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #09163aa3;
}
.homeslider .gallery .balken.weiss {
  background-color: transparent;
}
.homeslider .gallery .balken .balkenleft {
  float: left;
  max-width: calc(100% - 250px);
  padding: 20px 0;
}
.homeslider .gallery .balken .balkenright {
	position: absolute;
	bottom: 0;
	right: 0;
}
.homeslider .gallery h1 {
  margin-left: 45px;
  top: 75%;
  text-transform: none;
  font-size: 3rem;
  color: #fff;
  z-index: 9;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
  line-height: 2.5rem;
  max-width: 450px;
}
.homeslider .gallery h1::after {
  content: none;
}
.homeslider .gallery .subtitel {
  margin-left: 45px;
  color: #ffe485;
  top: 70%;
  z-index: 9;
  font-family: "DinRegular";
  font-size: 1.8rem;
}
.homeslider .gallery .linkbutton-container {  
	margin-right: 45px;
  color: #fff;
  bottom: 20px;
  z-index: 9;
}
.home .col-lg-8 .tx-dce-container {
  padding-right: 0.7rem !important;
}

.formular label {
  display: block;
  margin-top: 20px;
}
.formular .left label {
  color: #ffe485;
}
.formular .linkbutton {
  display: inline;
}
input[type="text"] {
  border: 0;
  border-bottom: 2px solid #7a87a5;
  background: transparent;
}
input[type="text"]:focus-visible {
  border: 0;
  border-bottom: 2px solid #fff;
  background: #fff;
  outline: none;
}
input,
button,
select,
optgroup,
textarea {
  color: #09163a;
}
.message {
  padding: 0 30px 30px;
}

.ce-gallery figcaption {
  font-size: 1rem;
}

/* ---- TIMELINE ---- */
.timeline ul, .timeline li {
  margin: 0;
  padding: 0;
  font-family: nunito,sans-serif;
  color: #272424;
}

.timeline {
	position: relative;
	margin: 0 auto;
	
}

.timeline ul li {
	margin-bottom: 50px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.timeline .point {
	min-width: 15px;
	height: 15px;
	background-color: #09163a;
	border-radius: 100%;
	z-index: 2;
	position: relative;
	left: 1px;
}

.timeline ul li .content {
	width: 50%;
	padding: 0 20px;
	text-align: right;
	position: relative;
}

.timeline ul li:nth-child(odd) .content {
	padding-left: 0;
}

.timeline ul li:nth-child(odd) .date {
	padding-right: 0;
}

.timeline ul li:nth-child(even) .content {
	padding-right: 0;
}
.timeline ul li:nth-child(even) .content .foto{
	float: left;
}
.timeline ul li:nth-child(even) .content .details{
	left: 0;
	padding: 20px 60px 20px 80px;
}

.timeline ul li:nth-child(even) .date {
	padding-left: 0;
}

.timeline ul li .date {
	width: 50%;
	padding: 0 20px;
	font-weight: normal;
}

.timeline ul li .date h4 {
	text-align: left;
	padding: 0px;
	margin: 0;
}

.timeline ul li .content h3 {
	padding: 10px 20px;
	background-color: #be9fe1;
	margin-bottom: 0;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.timeline ul li .content p {
	padding: 10px 20px;
	background-color: #e1d9ec;
	margin-top: 0;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.timeline ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.timeline ul li:nth-child(even) .date h4 {
	float: right
}

.timeline::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	left: 50%;
	background-color: #09163a;
}

.timeline ul li .foto{
	max-width: 450px;
	float: right;
}
.timeline ul li .foto img{
	width: 450px;
	height: auto;
}
.timeline ul li .details{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 80px 20px 60px;
	font-size: 1rem;
	text-align: left;
	max-height: calc(100% - 70px);
	overflow-y: auto;
	margin-top: 20px;
}
.timeline ul li .content:hover .details {
	display: block;
}
.timeline ul li .content:hover .foto {
	opacity: 0.2;
}
.timeline .details h4 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.timeline .details h4:after {
content: "";
display: block;
margin-top: 5px;
border: 1px solid #f0d880;
width: 80px;
}

@media (max-width: 1100px) {
	.timeline ul li .foto img{
		width: 100%;
	}
}
@media (max-width: 900px) {
	.timeline ul li .details{
		padding: 0px 60px 20px 40px;
	}
	.timeline ul li:nth-child(2n) .content .details {
	  padding: 0px 40px 20px 60px;
	}
}
@media (max-width: 800px) {
	.timeline ul li .details{
		padding: 0px 40px 20px 20px;
	}
	.timeline ul li:nth-child(2n) .content .details {
	  padding: 0px 20px 20px 40px;
	}
}
@media (max-width: 700px) {
	.timeline ul li .content:hover .foto {
	  opacity: 1;
	}
	.timeline::before {
	  left: 0%;
	}
	.timeline ul li {
	  display: block;
	  position: relative;
	}
	.timeline .point {
	  width: 15px;
	  left: -7px;
	  position: absolute;
	  top: 0;
	}
	.timeline ul li .content {
	  padding: 30px 20px !important;
	  text-align: left;
	  position: relative;
	}
	.timeline ul li .details {
	  display: block;
	  position: relative;
	}
	.timeline ul li .date {
	  position: absolute;
	  top: -5px;
	}
	.timeline ul li .date h4 {
	  text-align: left;
	  padding: 0px;
	  margin: 0;
	}
	.timeline ul li:nth-child(2n) .date {
	  padding-left: 20px;
	}
	.timeline ul li:nth-child(2n) .date h4 {
	  float: none;
	}
	.timeline ul li .content {
	  width: 80%;
	}
	.timeline ul li .foto {
	  float: none;
	}
	.timeline ul li .details {
	  padding: 0px 40px 0px 0px;
	}
	.timeline ul li {
	  margin-bottom: 20px;
	}
	.timeline ul li .details h4 {
	  margin-top: 10px;
	}
	.timeline ul li:nth-child(2n) .content .foto {
	  float: none;
	}
	.timeline ul li:nth-child(2n) .content .details {
	  padding: 0px 20px 20px 0px;
	}
}
@media (max-width: 500px) {
	.timeline ul li .content {
	  width: 100%;
	}
}

@media (max-width: 800px) {
	.timeline .point {
		min-width: 15px;
		height: 15px;
	}
}
	
	

/* ---- FONTAWESOME ---- */
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  padding-right: 10px;
  vertical-align: 2px;
}

.email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
.person::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}
.phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
}
