/*!
Theme Name: Theater Bozen
Theme URI: http://underscores.me/
Author: Stadtkreation
Author URI: https://stadtrkeation.de/en/about-us/
Description: WordPress theme for Theater Bozen 2023.
Version: 1.0.2
Tested up to: 6.7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vbb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Theater Bozen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

:root {
	--primary-color: #fe2a5b;
}

html {
	font-size: calc(100vw / 140);
}

@media (min-width: 1680px) {
  html {
    font-size: 12px !important;
  }
}

@media (max-width: 979px) {
  html {
   font-size: calc(100vw / 105);
  }
}

@media (max-width: 780px) {
  html {
   font-size: calc(100vw / 70);
  }
}

@media (max-width: 540px) {
  html {
   font-size: calc(100vw / 47);
  }
}

@media (max-width: 320px) {
  html {
   font-size: 6.81px;
  }
}

::selection {
 	color: #e8425f;
	background: #fff0;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	width: 100vw;
	min-width: 320px;
	overflow-x: hidden;
}


h1, h2, h3, h4, h5 {
  	font-family: Chapter;
  	font-weight: normal;
	font-size: 100%;
}

@media (max-width: 780px) {
	h1, h2, h3, h4, h5 {
		hyphens: auto;
	}
}

h1 {
	font-size: 8rem;
	margin-bottom: 1rem;
}

h2 {
	font-size: 7rem;
	line-height: 8rem;
	font-weight: normal;
	margin-bottom: 2rem;
}

.wp-block-columns h2 {
	margin-bottom: 1.67rem;
	text-transform: none;
}

h3 {
	font-family: GoodSans;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: normal;
}

h4 {
	font-size: 2.2rem
	line-height: 3.3rem;
	font-weight: normal;
}

h4 a {
	border-bottom:0px;
	text-decoration:underline;
}

@media (max-width: 780px) {
	h1 {
		font-size: 6rem;
	}
	h2 {
		font-size: 4rem;
		line-height: 4.8rem;
		font-weight: normal;
	}
}

.uppercase {
	letter-spacing: 0.06em;
}

.wp-element-caption{
  font-size: 1.25rem !important;
  line-height: 1.75!important;

}

input, select, textarea, button {
  font-size: 1.67rem;
}

p {
	margin-bottom: 1.5em;
}

p.uppercase {
	text-transform: uppercase;
}

p.uppercase a {
	border-color: #000
}

.align-right {
	text-align: right;
}

.arrow-link::before {
	content: '>';
	padding-right: 8px;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	background: none;
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid black;
	font-family: "GoodSans";
	font-size: 1.25rem;
	font-weight: normal;
}

input[type="submit"],
button {
	border: none;
	background: none;
	box-shadow: none;
	outline: none;
	border: 2px solid black;
	font-family: "GoodSans";
	font-size: 1.25rem;
	text-transform: uppercase;
	padding: .5rem;
	cursor: pointer;
}

/* grid */

/* #grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}

#grid .inner {
  margin: auto;
  width: 100%;
  max-width: 1680px;
  gap: 1px;
  display: flex;
  background: #ccc;
  height: 100vh;
  border-left: 1px solid #ccc;
}

#grid .inner > * {
  width: calc(10rem - 1px);
  background: white;
  height: 100vh;
}

@media (max-width: 780px) {
	#grid {
		display: none;
	}
}

body:not(.user-1) #grid {
	display: none;
} */

/* page */

#page {
	position: relative;
	z-index: 1;
	font-family: "GoodSans";
	padding: calc(30rem / 12) 10rem;
	max-width: 1680px;
	margin: auto;
	box-sizing: border-box;
	font-size: 1.67rem;
}

@media (max-width: 780px) {
	#page {
		padding: calc(30rem / 12) 0;
	}
}

/* site branding */

.site-branding {
  position: absolute;
  width: 25rem;
}

.site-branding a {
  border-bottom: none;
}

.site-branding img {
  width: 50% !important;
  height: auto !important;
}

@media (max-width: 780px) {
	.site-branding {
		width: 17rem;
		padding-left: 2rem;
	}
}

/* main navigation */
@media (min-width: 980px) {
	.main-navigation * {
		display: inline;
	}

	.main-navigation:after {
		display: inline-block;
		content: ' ';
		width: 100%;
		height: 1px;
	}
}

.main-navigation {
	position: relative;
	width: 75rem;
	margin-left: 40rem;
	box-sizing: border-box;
	padding: calc(40rem / 12) 0 1.67rem;
	text-transform: uppercase;
	font-size: 125%; 
	text-align: justify;
}

.main-navigation::before {
	transition: all 1.5s;
	content: ' ';
	width: 100vw;
	height: 100vh;
	background-color: rgb(255, 255, 255, 0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.main-navigation.shade::before {
	background-color: rgb(255, 255, 255, 0.75);
	z-index: 1;
}

.main-navigation li,
#language,
#socials{
  display: inline-block;
}

#socials li {
	padding-right: 2rem;
}

#socials li:last-child {
	padding-right: 0;
}

.main-navigation a {
   border-bottom: 2px solid transparent;
}

.main-navigation .current_page_item > a,
.main-navigation .current-lang a,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
  color: black;
  border-bottom: 2px solid black;
}

.main-navigation li ul {
  display: none;
}

.main-navigation .lang-item:not(:last-child):after {
	display: inline-block;
	content: "/";
	padding-left: .25em;
}

@media (max-width: 979px) {
	.main-navigation {
		display: block;
		margin-left: 0;
		text-align: right;
		width: 100%;
		padding-right: 2rem;
	}
	.main-navigation li,
	#language {
		padding-bottom: 3vw;
		padding-right: 0;
	}
	#socials {
		display: none;
	}
	.main-navigation li:not(.lang-item) {
		display: block;
	}
}

/* toggle menu */

.main-navigation .toggle-menu-button::before {
	font-family: "vbbicons";
	content: '\e908';
	font-size: calc(10rem / 4.5);
}

.main-navigation .toggled.toggle-menu-button::before {
	content: '\e909';
}

.main-navigation .toggle-menu-button {
	position: absolute;
	top: 3rem;
	right: -12rem;
	display: block;
	font-size: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	z-index: 3;
	color: black !important;
}

.main-navigation .toggle-menu-button:hover,
.main-navigation .toggle-menu-button:focus,
.main-navigation .toggle-menu-button:active {
	border-bottom: 2px solid black;
}


#toggle-menu {
	position: absolute;
	top: -100vh;
	right: calc(-15rem - 3px);
	background-color: var(--primary-color);
	padding: 1em 0;
	width: 100rem;
	font-size: 100%;
	z-index: 2;
	border: 2px solid black;
	transition: all .8s;
}

#toggle-menu.toggled {
	display: block;
	right: calc(-15rem - 3px);
	top: -3rem;
}

#toggle-menu::before {
	content: ' ';
	width: calc(100% - 5em);
	height: 2.8em;
	display: block;
	background-image: url('img/komm-ins-theater-Menu-desktop.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 2em 2em 1em;
}

#toggle-menu li {
	display: block;
	padding: 1em;
}

#toggle-menu li:not(:last-child) {
	border-bottom: 2px solid black;
}

#toggle-menu .sub-menu {
	display: none;
	padding: .75em;
}

#toggle-menu .sub-menu li {
	padding: .5em 0;
	border-bottom: none;
	font-size: 85%;
	position: relative;
}

#toggle-menu .sub-menu li::before{
	color:black;
	content:"→ ";
}

#toggle-menu > li {
	position: relative;
}

#toggle-menu > li > a {
	margin-right: 3em;
}

#toggle-menu > li > a::after {
	content: '+';
	position: absolute;
	right: 1.5em;
}

#toggle-menu > li > a.toggled::after {
	content: '-';
}

#toggle-menu > li.toggled > a::after {
	content: '-';
}

#toggle-menu > li li {
	position: relative;
}

#toggle-menu > li li ul {
	display: none;
}

#toggle-menu > li li.menu-item-has-children a .menu-toggler {
	position: absolute;
	right: 0;
}

#toggle-menu > li li.menu-item-has-children a .menu-toggler.toggled {
	content: '-';
}

@media (max-width: 979px) {
	.main-navigation .toggle-menu-button {
		display: inline-block;
		position: relative;
		z-index: 10;
	}
	.main-navigation .toggle-menu-button {
		position: static;
	}
	.main-navigation .toggled.toggle-menu-button {
		position: fixed;
		top: 10rem;
		right: 2.5rem;
	}
	#toggle-menu{
		overflow: auto;
		width: 100%;
		right: 0;
	}
	#toggle-menu.toggled {
		right: 0;
		top: 0;
		position: fixed;
		height: 100vh;
		overflow: auto;
		width: 100%;
		box-sizing: border-box;
		border: none;
	}
	#toggle-menu.toggled::before {
		background-image: url('img/mobile-menu-bg-gesamt.svg');
		height: 24vw;
		background-size: contain;
	}
	#toggle-menu li {
		text-align: left;
	}
}

@media (max-width: 540px) {
	#toggle-menu.toggled::before {
		margin-bottom: 1em;
	}
}

/* primary */

/* breadcrumb */

.breadcrumb {
	display: block;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	margin-top: 10rem;
	margin-left: 40rem;
	padding: .5rem;
}

.breadcrumb a {
	border: none;
}

@media (max-width: 979px) {
	.breadcrumb {
		margin-top: 4vw;
		margin-left: 0;
		padding: .5rem 2rem;
	}
}

/* entry header */

.entry-header {
	margin-top: 4rem;
	padding-left: 40rem;
}

body.home .entry-header {
 	font-size: 13rem
}


@media (max-width: 979px) {
	.entry-header,
	.page-header {
		padding-left: 0;
	}
	body.home .entry-header {
		font-size: 8rem
	}
}

body.home h1{
	font-size: 130%;
}

body.home .entry-header {
	margin-top: 10rem;
	padding-left: calc(30rem + 1.67rem);
}

@media (max-width: 780px) {
	body.home h1{
		font-size: 100%;
	}
	body.home .entry-header {
		padding-left: 4rem;
	}
}

body.home .wp-block-cover video {
	content: "";
	display: block;
	position:fixed;
	width:150vw;
	font-size: 0;
	min-height: inherit;
	z-index:-100;
}

/* || Links */

a {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid #e8425f;
}

a:active,
a:hover {
  color: #e8425f;
}

/* columns */

.wp-block-columns {
	border-top: solid 2px #000;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

.wp-block-columns > .wp-block-column > .wp-block-columns {
	border-top: none;
	padding: 0;
}

.wp-block-columns h2 {
	font-family: "GoodSans";
	margin-bottom: 2rem;
	text-transform: uppercase;
}

#primary .wp-block-columns p {
	hyphens: auto;
	line-height: 1.5em;
	max-width: 70rem;
}

#primary .wp-block-columns .wp-block-image {
	max-width: 60rem;
}

.entry-content > :where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}

.entry-content .wp-block-columns .wp-block-column[style="flex-basis:33.33%"]:first-child {
	padding-right: 5rem;
	box-sizing: border-box;
}

/* buttons */

.wp-block-button__link {
	color: #000;
	background-color: #fff;
	border:2px solid #000;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-family: "GoodSans";
	font-size: 125%;
	line-height: 125%;
	font-weight: Regular;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.wp-block-button__link:hover {
	border:2px solid #e8425f;
}

/* icons */

.icon {
	font-family: "vbbicons";
}

/*.icon-youtube::before {
	content: '\0044';
}

.icon-facebook::before {
	content: '\0046';
}

.icon-instagram::before {
	content: '\0045';
}

.icon-soundcloud::before {
	content: '\0047';
}*/

.icon-plus:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-podcast:before {
  content: "\e902";
}
.icon-soundcloud:before {
  content: "\e903";
}
.icon-spotify:before {
  content: "\e904";
}
.icon-vimeo:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}

a.icon-link {
	border: none;
}

p.no-margin-bottom {
	margin-bottom: 0;
}

/* primary */

#primary {
	margin-bottom: 4em;
}

@media (max-width: 780px) {
	#primary {
		padding: 0 2rem;
	}
}

.entry-content {
  max-width: 120rem;
  padding-top: 5rem;
}

@media(max-width: 780px) {
	body.home .entry-content {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.entry-content p {
		hyphens: auto;
	}
}

.entry-content p {
	line-height: 1.6em;
	margin-bottom: .6em;
	margin-top: .6em;
}

.entry-content .wp-block-columns {
	border-top: solid 2px #000;
}

.has-small-font-size {
	font-size: 1.25rem !important;
	line-height: 2rem !important;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid black !important;
	margin: 2.5rem 0;
}

/* list */

.entry-content li {
	line-height: 1.6em;
	list-style-position: inside;
	padding-bottom: 10px;
	padding-left: 20px;
}

.entry-content ::marker {
	color: black;
	content: "→ ";
	font-size: 1.9rem
}

/* blog posts */

.wp-block-query .post {
	width: 70rem;
	max-width: 100%;
	margin-left: 0 !important;
}

 .post figure {
	 width: 80rem;
}

.post li {
	margin-left: 0;
}

li.wp-block-post {
	list-style: none;
	padding-left: 0;
}

.wp-block-query ul {
	margin-left: 0;
}

li.wp-block-post::marker {
	content: "";
}

body.single .post :where(.entry-header, .entry-content, .entry-footer),
body.archive :where(.entry-footer, .entry-content, .page-header) {
	margin-bottom: 1rem;
}

@media (min-width:980px) {
	body.single .post :where(.entry-header, .entry-content, .entry-footer),
	body.archive :where(.entry-footer, .entry-content, .page-header) {
		padding-left: 40rem;
	}
}

.entry-footer > * {
	display: block;
	margin-bottom: 1rem;
}
	

body.single .post .entry-content {
	max-width: 70rem;
}

.page-header h1 {
	font-family: GoodSans;
	margin: 2.5rem 0;
	font-size: 1.67rem;
}
	

/* premieres-list */

.premieres-list .single-premiere {
	display: flex;
	border-bottom: solid 2px #000;
	justify-content: space-between;
	padding: 2.5rem 0;
}

.premieres-list .single-premiere:last-of-type {
  border-bottom: none;
}

.premieres-list .single-premiere .premiere-title {
	font-size: 8rem;
	width: 90rem;
}

.premieres-list .single-premiere .premiere-title a {
	border-bottom: none;
}

.premieres-list .single-premiere .premiere-meta {
	align-items: end;
	display: flex;
	width: 30rem;
}

.premieres-list .single-premiere .premiere-date,
.premieres-list .single-premiere .premiere-link {
	width: 50%;
}

.premieres-list .single-premiere .premiere-link {
	text-align: right;
}

.premieres-list .single-premiere .premiere-date p {
	margin-bottom: 0;
}

.fullscreen-template-wrapper .premieres-list {
	padding:50px 15px 50px 15px;
	position:relative;
	z-index:13;
	}
.premieren-startseite {
	position:relative;
	z-index:11;
	}
.premieres-list .startseite {
	text-align:right;
	}

@media (max-width: 780px) {
	.premieres-list .single-premiere {
		display: block;
		width: 100%;
	}
	.premieres-list .single-premiere .premiere-title,
	.premieres-list .single-premiere .premiere-meta {
		width: 100%;
	}
}

/* single production */

body.single-production .entry-content .production-wrapper {
	display: flex;
	margin-top: 0;
}

body.single-production .entry-content .production-wrapper.mobile {
	padding-top: 2em;
}

@media (min-width:781px) {
	body.single-production .entry-content .production-wrapper.mobile {
		display: none;
	}
}

@media (max-width:780px) {
	body.single-production .entry-content .production-wrapper section.desktop {
		display: none;
	}
}

body.single-production .entry-content .production-meta {
	width: 30rem;
	margin-right: 10rem;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	height: fit-content;
}

body.single-production .entry-content .content {
	max-width: 80rem;
}

body.single-production .entry-content .content > .wp-block-columns {
	margin-top: 5rem;
}

body.single-production .entry-content .header-gallery {
	width: 100vw;
	margin-left: calc((100vw - 120rem) / -2 - 100vw / 6);
	margin-bottom: 2em;
}

body.single-production .entry-content .header-gallery .gallery {
	display: flex;
}

body.single-production .entry-content .header-gallery .gallery a {
	border-bottom: none;
}

body.single-production .entry-content .header-gallery img {
	width: calc(100vw / 3);
	height: calc(100vw / 3);
	object-fit: cover;
}

body.single-production .entry-content section {
	margin-bottom: 1.5em;
}

body.single-production .entry-content section:not(:first-child) {
	border-top: 2px solid #000;
	padding-top: 1.5em;
}

body.single-production .entry-content p {
	margin-bottom: 0;
}

body.single-production .entry-content .content h3:not(:first-child) {
	margin-top: 1em;
}

@media (max-width: 979px) {
	body.single-production .entry-content .header-gallery {
		margin-left: calc((100vw - 50rem) / -2);
	}
}

@media (max-width: 780px) {
	body.single-production .entry-content .production-wrapper {
		display: block;
	}
	body.single-production .entry-content .production-meta {
		width: calc(100% + 4rem);
		margin: 0 0 3rem -2rem;
		padding: 0 2rem;
	}
	body.single-production .entry-content .content {
		max-width: 100%;
	}
	body.single-production .entry-content .header-gallery {
		margin-left: calc((100vw - 44rem) / -2);
	}
}

/* block images */

.wp-block-image a {
  border-bottom: none !important;
}

.wp-block-post-featured-image a {
  border-bottom: none !important;
}

/* tables */

.wp-block-table.is-style-stripes {
  border-bottom: 2px solid #000 ;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
	background-color: yellow;	
}

.wp-block-table table {
	margin-bottom: 0px;
}
.wp-block-table thead {
	border-bottom: 2px solid;
	font-size: 1.25rem;
  	line-height: 2rem;
 	font-family: GoodSans;
	font-weight: 100 !important;
	font-variant: normal;
}

.wp-block-table thead th:first-child {
	font-size: 1.67rem !important;
	font-weight: 100 !important;
}

/* lightbox */

div#overlay {
	 background-color: #fff;
	opacity: .85;
}

#lightbox a {
	border-bottom: none;
}

#jqlb_closelabel {
	display: none;
}

#playPause {
	display: none;
}

#outerImageContainer {
  background-color: #fff1 !important;
}


#imageDataContainer {
  font-family: "GoodSans";
  background-color: #fff1 !important;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(img/next.svg) right 50% no-repeat !important;
	background-size: 100px 30px !important;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(img/prev.svg) left 50% no-repeat !important;
	background-size: 100px 30px !important;
}

/* accordion */

.c-accordion__item {
	border-bottom: 2px solid black;
}

.c-accordion__title {
	padding: 2.5rem 0;
}

.c-accordion__item:last-of-type {
	border-bottom: none;
}

/* footer top */

.footer-top {
	border: 2px solid black;
	margin: 0 0 -2px 18.75rem;
	width: 67.5rem;
	padding: 2.5rem;
	font-size: 1.25rem;
}

.footer-top .wp-block-columns {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.footer-top h2.widgettitle,
.footer-top h2.widget-title {
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 3rem;
	font-family: "GoodSans";
	font-weight: normal;
}

.footer-top .mc4wp-form-fields p label {
	width: 5rem;
	margin-right: .5rem;
	display: inline-block;
}

.footer-top .mc4wp-form-fields p input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.footer-top .mc4wp-form-fields p textarea,
.footer-top .mc4wp-form-fields p select {
	width: calc(100% - 6.5rem);
	border: none;
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid black;
	font-size: 1.2rem;
}

.footer-top .mc4wp-form-fields input[type="submit"],
.footer-top .mc4wp-form-fields button {
	width: calc(100% - 4px);
	margin-top: 2rem;
	font-size: 1.25rem;
	letter-spacing: 0.14rem;
}

@media (max-width: 780px) {
	.footer-top {
		border-left: none;
		border-right: none;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		font-size: 1.75rem;
		font-size: 2rem;
	}
	.footer-top img {
		display: none;
	}
	.footer-top h2.widgettitle,
	.footer-top h2.widget-title {
		font-size: 3rem;
		line-height: 4rem;
	}
	.footer-top .mc4wp-form-fields p label {
		width: 8rem;
	}
	.footer-top .mc4wp-form-fields p input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
	.footer-top .mc4wp-form-fields p textarea,
	.footer-top .mc4wp-form-fields p select {
		width: calc(100% - 9.5rem);
		font-size: 2rem;
	}
	.footer-top .mc4wp-form-fields input[type="submit"],
	.footer-top .mc4wp-form-fields button {
		font-size: 2rem;
	}
}

/* footer */

#colophon {
	border-top: 2px solid black;
	margin-left: -10rem;
	width: calc(100% + 20rem);
}

#colophon .site-info {
	margin: auto;
	padding: 0 10rem;
	box-sizing: border-box;
}
	
@media (min-width:1680px) {
	#colophon {
		margin-left: calc(((100vw - 1680px + 20rem) / 2) * -1);
		width:100vw;
	}
	#colophon .site-info {
		max-width: 1680px;
	}
}

#colophon .wp-block-columns {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

@media (max-width: 780px) {
	#colophon {
		padding: 0;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#colophon .site-info {
		padding: 0 2rem;
	}
}


/* Text meant only for screen readers. */
.screen-reader-text,
.site-title,
.site-description {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*
**************************************
* UEBERTRAGUNG CUSTOMIZER 2023-10-19 *
**************************************
*/

.type-person h1{
	hyphens:none;	
}


/* Spielplan Datum neu */

.spielplan-datum{
	font-size: 2.17rem;
	background-color:#f898c095;
	padding-left:1.85rem;
}
.terminartText {
  display: block;
  text-align: center;
  font-size: 1.67rem !important;
  margin-top: .5em;
}


/* Bildunterschrift Spielplan */
.spielplan-thumb{
  font-size: 70%
}




/* Störer */
h6{
	font-size:4rem;
	-webkit-text-fill-color: #fff0;
	-webkit-text-stroke: 1px black;
	letter-spacing: 0.1em;
  text-transform: uppercase;
	font-weight:600;
}
h5{
	font-size: 2rem;
	line-height:3rem;
}
.page-id-7087 .entry-title{
	display:none;
}
.page-id-7087 .wp-block-cover video {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  font-size: 0;
  min-height: inherit;
  z-index: -100;
} 
.stoerer{
	border-top:none !important;
}
.stoerer-img .wp-block-cover__image-background{
	object-fit: contain;
}
.stoerer-img{
	top:30rem;
	position:absolute;
	width:25vw;
	left:2vw;
}
.stoerer h6 {
  transform: rotate(-5deg);
	padding-left:3.5vw;
	padding-right:2vw;

}
.stoerer h5 {
  transform: rotate(-5deg);
	padding-left:4vw;
	padding-right:5vw;
}
.stoerer p{
  transform: rotate(-5deg);
	padding-left:4.5vw;
	padding-right:5vw;
}
@media (min-width: 1960px) {
	.stoerer-img{
	top:30rem;
	position:absolute;
	width:25vw;
	left:-3vw;
}
	.stoerer h6 {
  transform: rotate(-5deg);
	padding-left:4.8vw;
	padding-right:2vw;
	-webkit-text-stroke: 0.5px black;
}
.stoerer h5 {
  transform: rotate(-5deg);
	padding-left: 5.3vw;
    padding-right: 5vw;
}
.stoerer p{
  transform: rotate(-5deg);
	padding-left:6vw;
	padding-right:5vw;
}
}
@media (max-width: 767px){
	.stoerer{
	border-top:none !important;
}
.stoerer-img .wp-block-cover__image-background{
	object-fit: contain;
}
.stoerer-img{
	position:absolute;
	top:18vh;
	width:70vw;
	left:1vw;
}
	.stoerer h6 {
  transform: rotate(-5deg);
	padding-left:8vw;
	padding-right:2vw;
	-webkit-text-stroke: 0.5px black;
}
.stoerer h5 {
  transform: rotate(-5deg);
	padding-left:9vw;
	padding-right:7vw;
}
.stoerer p{
  transform: rotate(-5deg);
	padding-left:10vw;
	padding-right:2vw;
}
}

@media (max-width: 539px) {
	.stoerer{
	border-top:none !important;
}
.stoerer-img .wp-block-cover__image-background{
	object-fit: contain;
}
.stoerer-img{
	position:absolute;
	top:10vh;
	width:70vw;
	left:1vw;
}
	.stoerer h6 {
  transform: rotate(-5deg);
	padding-left:3vw;
	padding-right:2vw;
	-webkit-text-stroke: 0.5px black;
}
.stoerer h5 {
  transform: rotate(-5deg);
	padding-left:5vw;
	padding-right:2vw;
}
.stoerer p{
  transform: rotate(-5deg);
	padding-left:7vw;
	padding-right:2vw;
}
}
/* Accoordion After */

.c-accordion__title:after {
    font-family: 'GoodSans';
    font-size: 3rem;
    color: #000;
    content: "+";
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Lightbox */

#overlay {
	max-width: 100vw !important;
}

/* Single Production*/

.gallery-item .gallery-caption{
	display:none;
}
@media (max-width: 539px) {
body.single-production .entry-content .header-gallery img {
  width: calc(100vw / 2);
  height: calc(100vw / 2);
  object-fit: cover;
}
	
	 body.single-production .entry-content .header-gallery {
    margin-left: -25vw;
		 margin-bottom:-1.3vw;
  }

}

/* Single Production*/

body.single-production .produktion-termine-wrapper {
	border-top: 2px solid black;
	position: relative;
}

body.single-production #dates {
	display: block;
	position: absolute;
	top: -3rem;
}

body.single-production .produktion-termin-row {
	border-bottom: 2px solid black;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

body.single-production .produktion-termin-row > * {
	flex-basis: 33.33%;
	padding-right: .6em;
  box-sizing: border-box;
}

body.single-production .entry-content .content-wrapper .produktion-termin-row p {
	margin: .6em 0;
	width: 100%;
	box-sizing: border-box;
}

body.single-production .produktion-termin-row > *:last-child {
	padding-right: 0;
	align-items: flex-end;
}

body.single-production .produktion-termin-ticket a {
	font-size: 1.67rem;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	border-bottom: none;
}

/* hypens */

.spielplan-block-header .spielplan-h2{
		hyphens:none;	
	}

.spielplan-block-details p{
		hyphens:none !important;	
	}

.premieren-beschreibung {
	hyphens:none;
}

@media (max-width: 767px) {
	.breadcrumb {
hyphens:none;
}
}

/* Menü */

#toggle-menu > li > a::after {
		right: 1.9em;	
	}

@media (max-width: 767px) {
	#toggle-menu > li > a::after {
		right: 1.2em;	
	}
}

/* Anpassungen Produktion */

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

body.single-production .entry-content .production-meta {
	flex-basis: calc(33.33% - 10rem);
	margin-right: 10rem;
	box-sizing: border-box;
	border-bottom: none;
}

body.single-production .entry-content .production-meta section:last-child {
	padding-bottom: 1rem;
	border-bottom: 2px solid black;
}

@media (max-width: 780px) {
  body.single-production .entry-content .production-meta {
	  flex-basis: 100%;
	  margin-right: 0;
  }
}

body.single-production .entry-content .content-wrapper {
	flex-basis: 66.67%;
}

body.single-production .entry-content .content-wrapper p{
	width: 87%;
}


body.single-production .entry-content .produktion-kokos-data-wrapper {
	border-top: 2px solid black;
	padding-top: 3rem;
}

body.single-production .entry-content .content {
	max-width: 100%;
  padding-bottom: 3rem;
}
}


body.single-production .entry-content .produktion-besetzungen {
	display: flex;
}

.produktion-besetzungen-row {
	display: flex;
	flex-wrap: wrap;
}

.produktion-besetzungen-row > * {
	hyphens:none;
	flex-basis: calc(50% - 3rem);
	padding-right: 3rem;
	margin-bottom: 4rem;
	line-height: 3rem;
}

@media (max-width: 539px) {
	
	body.single-production .entry-content .content-wrapper p{
	width: 98%;
}
	
.produktion-besetzungen-row > * {
	flex-basis: calc(100% - 2rem);
}
}

body.single-production .besetzungsgruppe-103{
	padding-bottom:2rem;
}

body.single-production  .besetzungsgruppe-852321{
	padding-top:2rem;
}


/* Anpassungen Spielplan */

.spielplan-block-header {
padding-bottom:0rem;
	}


.spielplan-ticket {
padding-top:0.7rem;
	}

.spielplan-ticket a {
font-size: 1.67rem;
text-transform:uppercase;
letter-spacing:0.2px;
border-bottom:none;
	}
.spielplan-block-details-untergruppe:last-child{
padding-bottom:3em;
	}

.wp-block-file__button{
	color:#000;
background: #fff;
box-shadow: none;
border-radius:0px;
outline: none;
border: 2px solid black;
padding:5px;
font-family: "GoodSans";
text-transform:uppercase;
letter-spacing:0.2px;
	}

:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: grey;
  opacity: .85;
  text-decoration: none;
	border: 2px solid grey;
}
body.single .post .entry-content {
padding-bottom:20px;
}

/*
 * @media (max-width: 781px) and (min-width: 540px) {
 */
@media (max-width: 781px) {
	.spielplan-block-details .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 33.33% !important;
	}
	.spielplan-block-details :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
	}
	.spielplan-block-details .spielplan-ort p{
	padding-left:1rem;
		}
}

@media (max-width: 539px) {
 	.spielplan-block-details .spielplan-datum, 
 	.spielplan-block-details .spielplan-ort,
 	.spielplan-block-details .spielplan-ticket	{
 		font-size: 1.5rem !important
 	}
	
	.spielplan-block-details .spielplan-datum {
		padding-right: 2rem !important;
	}
	
	.spielplan-block-details .spielplan-ort p{
		padding-left:1rem;
	}
	.spielplan-block-details .spielplan-ticket a{
		font-size: 1.5rem !important		
	}
}
/*
@media (max-width: 539px) {
		.spielplan-block-details :where(.wp-block-columns.is-layout-flex) {
    gap: 0 2em;
	}
	.spielplan-block-details .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 40% !important;
	}
	.spielplan-block-details .spielplan-datum {
		width: 40%;
	}
	.spielplan-block-details .spielplan-ticket {
		margin-top: -1.5rem;
	}
	.spielplan-block-details-untergruppe {
		border-bottom: 2px solid black;
	}
	.spielplan-block-details-untergruppe .wp-block-columns {
		border-bottom: none !important;
		margin-bottom: 1rem;
	}
	.spielplan-block-details-untergruppe	{
		padding-bottom: 0 !important;
		margin-bottom: 3rem !important;
	}
	.spielplan-link {
		margin-top: -6rem !important;
	}
}
*/
.terminartText {
	display: block;
	text-align: center;
	font-size: 80%;
	margin-top: .5em
}

/* Anpassungen Premieren */

.premieren-container{
	padding-left: calc(30rem + 1.67rem);
	border-bottom: solid 2px #000;
	padding-bottom: 4rem;
}

.premieren-container-last {
	border-bottom:none;
	
}

@media (max-width: 979px) {
	.premieren-container {
		padding-left: 0;
	}
}

.premieren-titel{
	font-size:12rem;
	padding-bottom: 2rem;
}

.premieren-titel a:hover{
color:black;
	text-decoration:underline;
	text-decoration-thickness: 5px;
	text-underline-offset: 15px;
	
}

.premieren-detailbox{
  display: flex;
}

.premieren-beschreibung {
	width:30%;
  padding-right: 2rem;
	/*line-height:3rem;*/
}

.premieren-ort {
	min-width:15%;
	padding-right: 2rem;
}

.premieren-datum{
	width:18%;
  padding-right: 5rem;
	/*line-height: 2.5rem;*/
}

.premieren-ticketlink{
	width:25%;
	height: fit-content;
	text-align: center;
	letter-spacing: 0.14rem;
	border: 2px solid black;
}

.premieren-ticketlink a {
  font-size: 1.67rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  border-bottom: none;
}

@media (max-width: 767px) {
	body.home .entry-header {
		margin-top: 0;
	}
	.premieren-detailbox {
		display: block;
	}
  .premieren-datum,
	.premieren-ticketlink,
	.premieren-beschreibung  {
		width: 100%;
		margin-bottom: 2rem;
	}
}

/* Anpassungen Person */

.person-wrapper{
  display: flex;
}

.person-image {
  flex-basis: 33.33%;
  padding-right: 5rem;
	box-sizing: border-box;
	transform: translate(0, -5.2vw);
}

@media (min-width: 1920px) {
	.person-image {
		transform: translate(0, -92px);
	}
}

@media (max-width: 979px) {
	.person-image {
		transform: translate(0, 1em);
	}	
}

@media (max-width: 767px) {
	.person-image {
		transform: none;
	}	
}

.person-image img {
	width: 100%;
	height: auto !important;
}

@media (min-width:768px) {
	.person-image img {
		max-height: 500px;
		height: 30vw !important;
		object-fit:cover;
		padding-right: 5rem;
	}
}

.person-content {
  flex-basis: 66.66%;
}

.person-bio {
	border-bottom: 2px solid #000;
	padding-bottom:  1.5rem;
	max-width: 70rem;
}

.person-zusatz {
	border-bottom: 2px solid #000;
	padding-top: 1.5rem;
	padding-bottom:  1.5rem;
	
	max-width: 70rem;
}



/* Anpassungen Mitarbeiter */

.mitarbeiter {
  display: flex;
  border-top: 2px solid black;
	hyphens: none;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
	flex-wrap: wrap;
}

.mitarbeiter-qualifikation {
  flex-basis: 33.33%;
  padding-right: 5rem;
	box-sizing: border-box
}

@media (max-width: 979px) {
	.mitarbeiter-qualifikation {
		padding-right: 2rem;
		width: 10%;
	}
}

.mitarbeiter-row {
  flex-basis: 66.66%;
}

.mitarbeiter-bild {
  width:100%;
}

.mitarbeiter-row-content {
  display: flex;
	margin-top: 1em;
	flex-wrap: wrap;
}

.mitarbeiter-row-25 {
  flex-basis: calc(25% - 3rem);
	overflow:hidden;
	padding-right: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 979px) {
	.mitarbeiter-row-25 {
		flex-basis: calc(50% - 3rem);
	  padding-right: 3rem;
  }
}

@media (max-width: 767px) {
	.mitarbeiter-qualifikation,
	.mitarbeiter-row,
	.mitarbeiter-row-content {
		flex-basis: calc(100%);
	  padding-right: 0;
  }
}

@media (max-width: 399px) {
	.mitarbeiter-row-25 {
		flex-basis: calc(100%);
	  padding-right: 0;
  }
}

.mitarbeiter-name{
	font-weight:600;
}

p.mitarbeiter-name, p.mitarbeiter-unterquali {
	margin: 0px;
}


.mitarbeiter-unterquali {
	line-height:1.5em
}

/* Anpassungen KünsterInnen */

.personen {
  display: flex;
	hyphens: none;
	padding-bottom: 5rem;
	hyphens: none !important;
}

.personen:not(:first-child) {
	border-top: 2px solid black;
	padding-top: 2em;
}

#primary .personen {
	hyphens: none;
}

.personen .titel {
  flex-basis: 33.33%;
  padding-right: 5rem;
	box-sizing: border-box;
}

#personengruppe {
	width: 66.67%;
	column-count: 4;
	column-width: 25%;
	column-gap: 0;
}


.personen .person {
	margin: 0;
	margin-bottom: 1.5rem;
	padding: 0;
	padding-right: 2rem;
}

@media (max-width: 979px) {
	#personengruppe {
		column-count: 3;
		column-width: 33.33%;
	}
}

@media (max-width: 781px) {
	#personengruppe {
		column-count: 2;
		column-width: 50%;
	}
}

@media (max-width: 539px) {
	.personen {
		display: block;
	}
	.personen .titel {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	#personengruppe {
		width: 100%;
	}
}

@media (max-width: 379px) {
	#personengruppe {
		column-count: 1;
		column-width: 100%;
	}
}



/* Video im Cover */


/*Neue Videos*/
.page-id-22346 .wp-block-cover video,
body.home .wp-block-cover video{
    content: "";
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh; /* Video auf die gesamte Höhe setzen */
    font-size: 0;
    min-height: inherit;
    z-index: -100;
    object-fit: cover; /* Sicherstellen, dass das Video den gesamten Container abdeckt */
}

@media screen and (max-width: 768px) {
    .page-id-22346 .wp-block-cover video,
    body.home .wp-block-cover video {
        transform: rotate(-90deg);
        object-fit: cover;
        width: 100vh; /* Höhe des Viewports als Breite des Videos verwenden */
        height: 100vw; /* Breite des Viewports als Höhe des Videos verwenden */
        top: 50%;
        left: 50%;
        transform-origin: center center;
        transform: translate(-50%, -50%) rotate(-90deg);
    }
}

@media screen and (max-width: 335px) {
    .page-id-22346 .wp-block-cover video,
    body.home .wp-block-cover video {
        
            content: "";
    display: block;
    position: fixed;
    width: 100vh;
    font-size: 0;
    z-index: -100;
    transform: rotate(-90deg) scale(1.8);
    object-fit: cover;
    /* transform-origin: 0% 28%; */
    left: 0%;
    top: 35%;
            

    }
}




/*	
Altes Styling
.page-id-6125 .wp-block-cover video {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  font-size: 0;
  min-height: inherit;
  z-index: -100;
}
.page-id-6133 .wp-block-cover video {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  font-size: 0;
  min-height: inherit;
  z-index: -100;
}

body.home .wp-block-cover video {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  font-size: 0;
  min-height: inherit;
  z-index: -100;
}
*/

/* Video im Footer */

footer .wp-block-video video {
	mix-blend-mode: multiply;
}


html {
	hyphens:auto;
-webkit-hyphens: auto;
	overflow-x: hidden;
}

.wp-block-columns h2 {
  font-family: Chapter;
	text-transform:none;
}

h1 {
	hyphens: none;
}

h3 {
	line-height:4.5rem;
}


h4 {
  font-size: 3.6rem;
	line-height:5.2rem;
  font-weight: normal;
}

.main-navigation .toggle-menu-button:hover, .main-navigation .toggle-menu-button:focus, .main-navigation .toggle-menu-button:active {
	border-bottom: 0 !important;
}
/* Blog post */


.entry-meta{
	padding-top: 1.67rem;
}

.comments-link{
	display: none;
}

#comments{
	display: none;
}

.updated{
	display: none;
}

/*.page-id-13 .post {
  width: 70rem;
  margin-left: 0rem !important;
}*/

/*.post {
  width: 70rem;
  margin-left: 40rem !important;
}*/


/* Button hover effect */

input:hover[type="submit"], button{
  background-color: #e8425f;
}

/* Footer Anpassungen */

.footer-widget .icon {
  font-size:3rem;
	padding-left:10px;
	line-height:6rem;}
}


/* Erster Teil Custopmizer-Uebertragung in style.css: 31.05.2023 */


/* Tabelle Archiv Seite */

.page-id-170 .wp-block-table.is-style-stripes tbody 	tr:nth-child(2n+1) {
  background-color: #fff;	
}
.page-id-170 .wp-block-table thead {
  text-align: left;
}

.page-id-170 tr > th:last-of-type {
  min-width: 150px;
}


/**
* -----------------
* mobile
* ------------------
*/

@media screen and (max-width:768px) {
.person-wrapper {
	flex-wrap: wrap;
}
	
.person-image, .person-content, .person-bio, .person-zusatz {
	flex-basis: 100%;
	max-width: 100%;
	padding-right: 0rem;
}
	
	.person-image img {
	width: 100%;
  height: 300px;
  object-fit:cover;
  padding-right: 0rem;
}
	
.kuenstler {
 	flex-wrap: wrap;
}

.titel {
  flex-basis: 100%;
	max-width: 100%;
	padding-right: 0rem;
}

.kuenstler-row {
 flex-basis: 100%;
	max-width: 100%;
	padding-right: 0rem;
}

.kuenstler-row-0,
.kuenstler-row-1,
.kuenstler-row-2,
.kuenstler-row-3 {
 flex-basis: 50%;
	max-width: 50%;
	padding-right: 4;
}
	
	
.main-navigation .toggle-menu-button {
  color:#000 !important;
}
	
.site-branding {
  width: 17rem;
  padding-left: 2rem;
  z-index: 1;
}

#page {
  font-family: "GoodSans";
  font-size: 2rem;
  hyphens:auto;
  overflow-wrap: anywhere;
}

h1 {
  font-size: 7rem !important;
}

h2 {
  font-size: 7rem;
  line-height: 8.8rem;
  font-weight: normal;
}

footer-top h2.widgettitle {
  font-size: 3rem;
  line-height: 4rem;
}
	
		p.uppercase {
		line-height:3.5rem !important;
	}
	
	
.has-small-font-size {
  font-size: 2rem !important;
  line-height: 3.6rem !important;
}
	.wp-block-table thead {
  font-size: 1.2rem !important;
}
	.wp-block-table thead th:first-child {
  font-size: 1.3rem;
  font-weight: 100 !important;
}
	
	.wp-block-table td, .wp-block-table th{
  font-size: 1.3rem;
min-width:50px;}
	
.entry-content li:not(.wp-block-post) {
  list-style-type: "→";
	padding-left: 10px;
}
	.footer-top {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
 
  background-color: #e8425f;
}
	.footer-top .mc4wp-form-fields input[type="submit"], .footer-top .mc4wp-form-fields button {
  font-size: 2rem;
  color: #000;
}
	footer .wp-block-column{
border-bottom: 2px solid #000;
}

	
.footer-widget 	.icon {
font-size:6rem;
	line-height:16rem;}
}

/* Formular Schulen */

.wpcf7-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.wpcf7-form select {
	width: 100%;
	background: none;
	font-size: 110%;
	padding: .1em;
	font-family: GoodSans;
	border-radius: 0;
	box-sizing: border-box;
}

select {
	border: 2px solid black;
  background: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	padding: .1em;
	font-size: 110%;
}

body.home .premieren-ticketlink a:hover,
body.home .premieren-ticketlink a:focus,
body.home .premieren-ticketlink a:active {
	color: white;
}

@media (max-width: 780px) {
	body.home .entry-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	
}

@media (max-width: 767px) {
	.kuenstler .kuenstler-row-wrapper {
		flex-wrap: wrap;
	}
}


@media (max-width: 979px) {
	#toggle-menu.toggled::before {
		background-image: url('img/komm-ins-theater-Menu-mobile.svg');
	}
}

.entry-content .wp-block-categories li {
	list-style-type: "→ ";
}

/* Stoerer Startseite */

body.home #primary {
	position: relative;
}

.stoerer-box-wrapper {
	transform: rotate(-5deg);
	position: absolute;
	top: 15rem;
	left: -4rem;
}

.stoerer-box-wrapper .stoerer-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 25rem;
	height: 25rem;
	display: table;
	padding: 2rem;
	background: white;
	border: 3px solid black;
}

.stoerer-box-wrapper .stoerer-box .inner {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.stoerer-box-wrapper .stoerer-box-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 25rem;
	height: 25rem;
	border: 3px solid black;
	padding: 2rem;
	background: black;
	transform: rotate(-4deg) translate(-.2vw, 0);
}

.stoerer-box .stoerer-titel {
	font-size:3.5rem;
	-webkit-text-fill-color: #fff0;
	-webkit-text-stroke: 1px black;
	letter-spacing: 0.1em;
    text-transform: uppercase;
	font-weight:600;
	margin-bottom:1rem;
}

.stoerer-box .stoerer-text,
.stoerer-box .stoerer-link {
	font-size: 2rem;
	line-height: 3rem;
	font-family: Chapter;
}

@media (max-width: 979px) {
	.stoerer-box-wrapper {
		transform: rotate(-5deg) scale(.85);
		top: -15rem;
		left: 0;
	}
}

@media (max-width: 767px) {
	.stoerer-box-wrapper {
		transform: rotate(-5deg) scale(.85);
		top: -7rem;
		left: 3rem;
	}
}

/* single production adiitions */

@media (min-width:781px) {
	body.single-production .empty {
		display: none;
	}
}

@media (max-width:780px) {
	body.single-production .production-meta {
		display: flex;
		flex-wrap: wrap;
	}
	body.single-production .production-meta > * {
		width: 50%;
		border-top: none !important;
		border-bottom: 2px solid black;
		margin-bottom: 0 !important;
		padding-bottom: .5em;
	}
	body.single-production .production-meta .beschreibung,
	body.single-production .production-meta .video,
	body.single-production .production-meta .podcast {
		width: 100%;
	}
	.produktion-besetzungen-row > * {
    	flex-basis: calc(50% - 3rem);
	}
}

#toggle-menu {
	top: -150vh;
}

/* Störer Block */

.vbb-pfeil {
  position: sticky;
  top: 10vh; /* Abstand vom oberen Rand */
  z-index: 10;
  font-size: 16rem;
  -webkit-text-stroke: 3px black;
  color: white;
  text-align: center;
  line-height: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

/* footer additions */

@media (max-width: 780px) {
	.footer-mobile-columns {
		padding: 2rem 0;
	}
	.footer-mobile-columns > div {
		display: flex;
		gap: 2rem;
	}
	.footer-mobile-columns > div > * {
		flex-basis: 50%;
	}
	footer.site-footer .wp-block-column .wp-block-column .wp-block-column {
		border: none;
	}
}

/* archive */

.vbb-archive .archiv-produktion {
	padding: 1rem 0;
	border-bottom: 2px solid black;
}

.vbb-archive .archiv-produktion:last-child {
	border: none;
}

.vbb-archive .archiv-produktion a {
	text-decoration: none;
}

/* 404 */

body.error404 .page-header h1 {
	font-family: Chapter;
	margin: 5rem 0 3rem;
	font-size: 4rem;
}



/* stoerer Block */

.stoerer-wrap {
  display: flex;
  position:relative;
  z-index:13;
  flex-direction: column;
  margin: 4rem 0;
  gap: 1.5rem;
}

.stoerer-row {
  display: flex;
  flex-wrap: wrap;
}

.stoerer-left {
  flex: 0 0 33.333%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.stoerer-right {
  flex: 0 0 66.666%;
}

.stoerer-icon {
  font-size: 16rem;
  line-height: 1;
  -webkit-text-stroke: 3px black;
  color: transparent;
  font-family: GoodSans, serif;
  margin-top: -1rem;
}

.stoerer-titel {
  font-size: 5rem;
  
  margin: 0;
  line-height:initial;
}

.stoerer-ueberschrift {
  font-size: 2.5rem;
  
  margin: 0 0 1rem 0;
}

.stoerer-inhalt p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.stoerer-inhalt a {
  display: inline-block;
  
  font-weight: 500;
  color: inherit;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .stoerer-row {
    flex-direction: column;
  }

  .stoerer-left,
  .stoerer-right {
    flex: 0 0 100%;
    text-align: center;
  }

  .stoerer-icon {
    font-size: 10rem;
  }
}


/* VIDEO FULLSCREEN */
.fullscreen-template-wrapper {
	position:relative;
	z-index:-1;
}

.fullscreen-video-block {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay-content {
  position: relative;
  z-index: 0;
  /*color: white;*/
  /*text-align: center;*/
  padding: 2rem;
  top: 50%;
  transform: translateY(-50%);
}



.desktop-video,
.mobile-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Desktop: Desktop-Video sichtbar */
@media (min-width: 1301px) {
  .desktop-video {
    display: block;
  }
}

/* Mobile: Mobile-Video sichtbar */
@media (max-width: 1300px) {
  .mobile-video {
    display: block;
  }
}