/* @override https://www.sogar.ch/site/templates/styles/main.css */

@import url("reset.css");


@charset "UTF-8";

@font-face {
	font-family: 'Dia-Regular';
    src: url('Dia Regular.eot'); /* IE9+ Compat Modes */
    src: url('Dia Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Dia Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;    
}
@font-face {
	font-family: 'Dia-Italic';
    src: url('Dia Regular Italic.eot'); /* IE9+ Compat Modes */
    src: url('Dia Regular Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Dia Regular Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;    
}
@font-face {
	font-family: 'Dia-Black';
    src: url('Dia Black.eot');
    src: url('Dia Black.eot?#iefix') format('embedded-opentype'),
         url('Dia Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
	box-sizing: border-box; 
}

html, body{
	 width: 100%;
	 height: 100%;
	 font-family: "Dia-Regular"; 
	font-weight: normal;
}









/* Font declarations: */
p,
.pro-event-detail{
	font-family: "Dia-Regular"; 
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.3rem;
}
.lead p, div.text-body p{
	font-family: "Dia-Regular"; 
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.pro-event,
div.nav,
div.nav-items,
div.pro-cat,
div.pro-month,
div.pro-event-date,
div.nav-back,
div.text-body h2,
div.mitarbeiterin h2,
div.medien-prod h2,
div.mobile-nav a,
p.success, p.error{
	font-family: "Dia-Black";
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.8rem;
}
div.pro-event-status{
	font-family: "Dia-Black";
	font-weight: normal;
	font-size: 0.8rem;
	line-height: 1rem;
}
div.pro-event-title,
div.text-body.mitwirkende h2{
	font-family: "Dia-Black";
	font-weight: normal;
	font-size: 3rem;
	line-height: 3rem;
}
h1.play-title,
div.text-body h1{
	font-family: "Dia-Black";
	font-weight: normal;
	font-size: 4rem;
	line-height: 4rem;
}
.play h2, 
#home-sogar h1, 
#home-theater h1{
	font-family: "Dia-Black";
	font-weight: normal;
	font-size: 4em;
    line-height: 0em;
}
strong{
	font-family: "Dia-Black";
}
em{
	font-family: "Dia-Italic";
}
td{
	font-variant-numeric: tabular-nums;
}
	
	
	
	
	
/* ----- Links ----- */	

a{color: black; text-decoration: none;}
p a{color: black; text-decoration: underline;}
p a:hover, p a:active{color: black; text-decoration: none;}











/* ------Startseite------ */



#wrapper{
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-flow: column;
}
#sushi{
    position: relative;
    width:100%;
	flex: 1;
	display: flex;
	flex-flow: column;
}
.play{
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid black;
}
.play h2{
    position: absolute;
    width: 2000%;
    margin:0;
    display: flex;
    align-items: center;
	top: 50%;
}
.play:hover{
    /*background-color: #ffffee;*/
    background-color: #ffff00;
    cursor: pointer;
}
.dot{
    color: rgb(255,255,0);
    margin: 0 10px;
}
span.space{
	margin-right: 500px;
}
#home-sogar, #home-theater, #sogar-home, #theater-home{
	background-color: rgb(255,255,0);
	float: left;
	height: 100%;
}
#home-theater, #theater-home{
	float: right;	
}
#home-sogar h1, #home-theater h1{
    position:absolute;
    z-index: 5;
    display: flex;
    align-items: center;
	padding: 10px 20px;
    height: 100%;
    background-color: rgb(255,255,0);
}
#home-theater h1{
	right: 0;
}








/* ------Navigation-------*/

.nav.top, .nav.bottom, .nav-back{
	position: fixed;
	-webkit-transform: translateZ(0); /* Trick so that it doesn't jump */
	background-color: white;
	min-height: 40px;
	z-index: 10;
}
.nav.top{
	top: 0;
	border-bottom: 1px solid black;
}
.nav.bottom, .nav-back{
	bottom: 0;
	border-top: 1px solid black;
}
.nav-back{
	width: 100%;
}
.nav.platzhalter{
	opacity: 0;
}

.nav, .nav-items{
	display: flex;
	width: 100%;
}
.nav{
	/*border-bottom: 1px solid black;*/
	justify-content: flex-start;
}
.nav:last-child{
	/*border: none;*/
}
.nav-items{
	justify-content: flex-end;
}
.nav-bottom{
	border: none;
	justify-content: flex-start;
}
.nav a, .nav-back a{
	padding: 10px 15px;
}
.subnav a{
	padding: 10px 20px;
}
.nav a#sogar{
	background-color: rgb(255,255,0);
	padding: 10px 20px;
}
a#theater{
	background-color: rgb(255,255,0);
	padding: 10px 20px;
}
.nav a.active, .active{
	background-color: rgba(255,255,0,0.4);
}
.nav a:hover, .nav a:active, a#back:hover, a#back:active{
	background-color: rgb(255,255,0);
}
.nav-back a#back{
	float: left;
	padding: 10px 20px 10px 15px;
}
.nav-back a#theater{
	float: right;
}










/* ------Programm------ */
div{
	/*border: 1px dotted red;*/
}
.pro-cat{
	border-bottom: 1px solid black;
	display: flex;
}
.pro-cat a{
	padding: 10px 15px;
}
.pro-cat a:first-child{
	padding: 10px 20px;
}
.pro-cat a.active, .pro-cat a:hover, .pro-cat a:active{
	background-color: rgb(255,255,0);
}

.pro-month{
	border-bottom: 1px solid black;
	padding: 10px 20px;
	background-color: rgba(255,255,0,0.2);
	text-transform: lowercase;
	float: left;
	width: 100%;
}

.pro-event{
	position: relative;
	border-bottom: 1px solid black;
	display: inline-block;
	width: 100%;
	padding: 0;
	float: left;
}
.pro-event:hover, .pro-event:active{
	background-color: rgba(255,255,0,1); /* 0.2 */
	cursor: pointer;
}
.covid-highlight{
	background-color: rgba(255,255,0,0.2);
}
.covid-highlight:hover{
    background-color: rgba(255,255,0,1);
}

.pro-event-date{
	width: 12%;
	padding: 15px 20px;
	float: left;
}
.pro-event-date span.br{
	display: block;
}
.pro-event-title{
	width: 60%;
	padding: 10px;
	float: left;
}
.pro-event-title h2 a{
	float: left;
}
.pro-event-title:hover, .pro-event-title:active{
	/*text-decoration: underline;*/
}
.pro-event-detail{
	width: 18%;
	padding: 15px 10px;
	font-family: "Dia-Regular";
	font-weight: normal;
	float: left;
}
.pro-event-status{
	width: 10%;
	text-align: right;
	float: right;
}
.pro-event-status p, .pro-event-status a{
	background-color: rgba(255,255,0,0.2);
	padding: 5px 10px;
	margin: 0;
	float: right;
}
.pro-event-status a{
	background-color: rgb(255,255,0);	
}
.pro-event-status a:hover, .pro-event-status a:active{
	background-color: rgba(255,255,0,0.4);	
	text-decoration: underline;
}








/* ------Produktionsseite------ */

.play-title, .play-body, .play-detail, .play-images{
	
}

h1.play-title{
	border-bottom: 1px solid black;
	padding: 40px 20px;
}
div.play-content{
	float: left;
	/*border-bottom: 1px solid black;*/
}
div.play-body{
	padding: 40px 40px 80px 20px;
	width: 66%;
	float: left;
}
div.play-detail{
	width: 33%;
	padding: 40px 20px 80px 20px;
	float: left;
}
div.play-detail table{
	width: 100%;
	margin-bottom: 30px;
}
div.play-detail td{
	padding: 5px 0;
	border-bottom: 1px solid black;
	padding-right: 10px;
}
div.play-detail span.premiere{
	/*background-color: rgb(255,255,0);*/
	padding: 0 3px;
}
div.play-detail a.play-ticket{
	background-color: rgb(255,255,0);
	padding: 3px 3px;
}
div.play-detail a.play-ticket img{
	display: none;
}
div.play-detail tr:last-child td{
	/*border: none;*/
}
div.play-detail td:nth-child(2), 
div.play-detail td:nth-child(3),
div.play-detail td:nth-child(5){
	text-align: right;
}
div.play-detail td:nth-child(5){
	padding-right: 0;	
}
div.play-images-wrapper{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
div.play-images{
	width: 125000px;
	display: inline;
	float: left;
    height: 300px;
}
div.play-images img{
	float: left;
	margin-right: 2px;
	/*border-top: 1px solid black;*/
	border-bottom: 1px solid black;
    height: 100%;
    width: auto;
    display: block;
}
div.repeat {
    height: 100%;
    width: auto;
}
div.repeat img{
	height: 100%;
    width: auto;
    display: block;
}
div.pause{
	position: absolute;
	left: 50%;
	margin-top: 125px;
	opacity: 0.5;
}
div.pause:hover{
	opacity: 1;
	cursor: pointer;
}
div.pause img{
	width: 50px;
	height: auto;
}
/*div.nav-back{
	float: left;
	width: 100%;
}*/




/* ------Textseite------ */


/*
div.text-body{
	width: 100%;
	float: left;
	border-bottom: 1px solid black;
	padding-bottom: 40px;
}
div.text-body h1{
	padding: 40px 33% 30px 20px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}
div.text-body h2{
	padding:  20px 33% 20px 20px;
	border-bottom: 1px solid black;
}
div.text-body p{
	padding: 20px 33% 0 20px;
}
*/

div.text-body{
	width: 100%;
	float: left;
	padding: 40px 0 60px 0;
	border-bottom: 1px solid black;
}
div.text-body h1{
	padding: 0 33% 30px 20px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}
div.text-body h2{
	padding:  0 33% 20px 20px;
}
div.text-body p{
	padding: 0 33% 0 20px;
}
div.text-body img{
	height: 50px;
	width: auto;
}

/* ------Team------ */
div.team{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;/*space-between;*/
	border-bottom: 1px solid black;
}
div.mitarbeiterin{
	width: 25%;
	margin-right: 0%;
	height: auto;
	float: left;
	overflow: hidden;
	/*border-bottom: 1px solid black;*/
	padding: 0 0 0 0;
}
div.mitarbeiterin img{
	width: 99.5%;
	/*margin-bottom: 10px;*/
}
img.bild-2{
	display: none;
}
img.bild-1{
	display: block;
}
div.mitarbeiterin:hover img.bild-1{
	display: none;
}
div.mitarbeiterin:hover img.bild-2{
	display: block;
}
div.mitarbeiterin a div
{
	width: 100%;
	float: left;
	padding: 15px 15px;	
	height: 130px;
	border-bottom: 1px solid black;
}
div.mitarbeiterin:hover a div{
	background-color: rgba(255,255,0,0.2);
}


iframe{
    max-width: 100%;
}
#google-map{
    filter: grayscale(100%);	
}

.iframe-div{
    position: relative;
    padding: 0 0 56.25% 0 !important;
}
.iframe-div iframe{
    max-width: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/* ----- Mitwirkende ----- */

div.text-body.mitwirkende{
	padding-top: 0;
	
}
div.text-body.mitwirkende h2{
	float: left;
	padding: 20px 20px 20px 20px;
	line-height: 4.5rem;
}
div.text-body.mitwirkende h2 a{
	display: inline-block;
}
div.text-body.mitwirkende h2 a:hover{
	background-color: rgba(255,255,0,0.2);
}
div.text-body.mitwirkende div.pro-month{
	border-top: 1px solid black;
}
.yellow-dot{
	margin: 0 20px;
	color: rgb(255,255,0);
}

div.text-body .mitwirkende-portrait{
	width: 300px;
	height: 300px;
	display: block;
	margin:  50px 20px;
}
div.text-body .mitwirkende-portrait img{
	width: 100%;
	height: 100%;
}








/* ------Form------ */

form{
	width: 66% !important;
	padding: 40px 20px;
	line-height: 1.2em;
}
#mc_embed_signup form {
	padding: 40px 20px !important;	
}
#mc_embed_signup input {
    border: 1px solid #000 !important;
    border-radius: 0px !important;
}
#mc_embed_signup .button {
    background-color: rgb(255,255,0) !important;
    border: 0 none !important;
    border-radius: 0px !important;
    color: #000 !important;
}
p.success, p.error{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20px 40px 20px 20px;
	margin-top: 20px;
}
legend{
	padding: 20px 0;
	font-family: "Dia-Black";
	font-weight: normal;
}

div.medien-prod{
	float: left;
	padding: 0 5px 0 20px;
	width: 100%;
	border-bottom: 1px solid black;
	border-top-color: 1px solid black;
}
div.medien-prod h2{
	padding: 20px 0;
}
div.medien-bilder{
	line-height: 0;
}
div.medien-prod div{
	display: inline-block;
	padding-right: 5px;
}
p.credit{
	font-size: 0.6em;
}










/*-----RESERVATIONEN-----*/

div.reservation-nav{
	margin: 0 0;
}
div.reservation-nav *{
	font-size: 1rem;
	line-height: 1rem;
}
div.reservationen h2,
div.reservationen p{
	padding-right: 20px;
}
table.tickets{
	width: auto;
	margin: 0 20px 0 20px;

}
table.tickets a{
	text-decoration: underline;
}
table.tickets a:hover{
	text-decoration: none;
}
table.tickets td, table.tickets th{
	border: 1px solid black;
	padding: 5px;
	text-align: left;

}
table.tickets th{
	color: #333 !important;
	background-color: #eee;
}
td.XS, th.XS{
	width: 40px;
	min-width: 40px;
	text-align: center !important;
}
th.XS{
	font-size: 0.8em;
}
td.L, th.L{
	width: 300px;
	min-width: 200px;
}
td.XL, th.XL{
	width: 400px;
	min-width: 200px;
}
td.grau{
	background-color: #efefef;
}
tr.total{
	background-color: rgba(255,255,0,0.2);
}
td.tot{
	background-color: rgba(255,255,0,1);
}
tr.total td{
	font-family: 'Dia-Black';
}
table.total{
	margin-top: 20px;
}
table.tickets td img{
	width: 15px;
	height: auto;
}

.popup{
	position: fixed;
	width: 80%;
	height: 80%;
	border: 1px solid black;
	top: 10%;
	left: 10%;
	background-color: white;
	padding: 20px;
	z-index: 2;
}
.popup p{
	margin-bottom: 10px;
}
a.popup-schliessen{
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: underline;
}
a.popup-schliessen:hover{
	text-decoration: none;
}

.popup .call-to-action{
	padding: 10px 20px;
	border: 1px solid black;
	text-decoration: none;
	transition: all 0.3s;
}
.popup .call-to-action:hover{
	background-color: rgba(255,255,0,1);
}

.whitescreen{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,0,0.2);
}
p.reservation-prod{
	margin-top: 0px;
	border-top: 1px solid black;
}
div.reservation-nav h1{
	border-bottom: none;
}
p.reservation-prod a{
	text-decoration: none;
}
p.sortierung{
	font-size: 1em !important;
	margin-bottom: 10px;
	width: 100%;
	/*text-align: right;*/
}
p.sortierung .active{
	text-decoration: none;
}
.neue-reservation{
	margin: 10px 0 0 0;
}
span.count{
	font-size: 0.8rem !important;
	margin-left: 10px;
	margin-top: -5px;
	padding: 2px;
	background-color: rgba(255,255,0,1);
}
.datum-nav.active{
	background: none;
}
span.achtung{
	background-color: rgba(255,255,0,1);
    font-size: 0.8rem !important;
    margin-left: 10px;
    margin-top: -5px;
    padding: 0;
    width: 20px;
    color: black;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
}



.reservieren-prod{
	padding: 20px !important;
    background-color: rgba(255,255,0,0.5);
    margin-bottom: 20px;
}











/* -------- EDIT ---------- */

.pw-edit-buttons.pw-edit-buttons-location-auto {
    z-index: 1000;
}
.edit-div{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.edit-div svg,
.edit-div-title svg{
	width: 80%;
	height: 80%;
}
.edit-div-title{
	float: left;
	margin-left: 10px;
}





@media print {
	div.reservation-nav,
	p.sortierung{
		display: none;
	}
	td, th, th.XS{
		font-size: 11px;
	}
	/*h1{
		font-size: 2em !important;
	}*/
	td.XS, th.XS{
		width: 4%;
		text-align: center !important;
	}
	td.L, th.L{
		width: 30%;
	}
	td.XL, th.XL{
		width: 30%;
	}
	table.tickets td img{
		width: 10px;
		height: auto;
	}
	div.reservationen{
		border: 0;
	}
}













.mobile-nav, a.hamburger, div.ticket-mobile, #sogar-home, #theater-home{
	display: none;
}










@media only screen and (max-width: 1000px){
html, body{
	font-size: 13px;
}
form{
	min-width: 100%;
}

} /* querie medium */




















@media only screen and (max-width: 750px){
/* @media only screen and (max-device-width: 720px){ */ 
html, body{
	font-size: 16px;
}

/* Font declarations: */
p,
.pro-event-detail,
div.pro-event-status,
div.pro-event-status a,
div.pro-event-status p,
.lead p, 
div.text-body,
div.text-body p,
div.text-body.mitwirkende h2{
	font-size: 2.3rem;
	line-height: 2.8rem;
	font-size: 1rem;
	line-height: 1.2rem;
}
div.pro-cat, div.subnav a{
	font-size: 0.8rem;
	line-height: 1rem;
	font-family: "Dia-Regular"; 
	font-weight: normal;
}
div.nav,
div.nav-items,
div.pro-month,
div.pro-event-date,
div.nav-back,
div.text-body h2,
div.mitarbeiterin h2,
div.medien-prod h2,
div.mobile-nav a,
div.pro-event-title{
	font-size: 3.5rem;
	line-height: 4.2rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
/*div.pro-event-title{
	font-size: 3rem;
	line-height: 3rem;
}*/
h1.play-title,
div.text-body h1{
	font-size: 2rem;
	line-height: 2.4rem;
}
.play h2, 
#home-sogar h1, 
#home-theater h1{
	font-size: 4em;
	font-size: 2em;
    line-height: 0em;
}



div.nav{
	justify-content: space-between;
}
#sogar-home, #theater-home{
	display: block;
}
div#home-sogar, div#home-theater{
	display: none;
}


.nav a.hamburger{
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	overflow: hidden;
}
a.hamburger img{
	position: relative;
	width: 40px;
	height: 20px;
	top: 4px;
	padding: 0 0;
	margin: 0 12px;
}
.nav a.hamburger, .nav a#sogar, .nav a#theater{
	background-color: rgb(255,255,0);
	padding: 2% 3%;
}
.mobile-nav{
	float: left;
	border-bottom: 1px solid black;
	background-color: white;
}
.mobile-nav, .subnav{
	display: block;
}
.mobile-nav a, .subnav a{
	float: left;
	width: 100%;
	padding: 2% 3%;
	/*border-bottom: 1px solid black;*/
}
div.nav-items{
	display: none;
}
.hamburger-home{
	position: fixed;
	top: 50px;
	background-color: white;
	z-index: 10;
}
.nav.platzhalter{
	height: 42px;
}



/* ---- Programm ---- */

div.pro-cat{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid black;
}
div.pro-cat a{
	width: auto;
	padding: 2% 2%;
}
.pro-cat a:first-child{
	padding: 2% 2% 2% 3%;
}
.pro-cat a:last-child{
	padding: 2% 3% 2% 2%;
}
.pro-month{
	padding: 2% 3%;
}

.pro-event{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.pro-event-date,
.pro-event-title,
.pro-event-detail,
.pro-event-status{
	width: 100%;
	padding: 0 3%;
	text-align: left;
	float: left;
}
.pro-event-date{
	padding-top: 2%;
}
.pro-event-title{
	padding-bottom: 0;
}
.pro-event-date span.br{
	display: inline;
}
span.br::before { 
    content: " ";
}
.pro-event-status{
	float: right;
	/*order: -1;*/
}
.pro-event-status p, .pro-event-status a {
    float: left;
    margin: 2% 0;
    padding: 0;
}
div.ticket-mobile{
	display: block;
	float: right;
}
div.ticket-mobile * img{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
a.ticket{
	display: none;
}



/* ---- Produktion ---- */

div.play-images,
div.play-body,
div.play-detail{
	width: 100%;
	display: block;
}
div.play-images img{
	width: 100%;
    height: auto;
	margin-bottom: 2px;
}
div.repeat{
	display: none;
}
h1.play-title {
	padding: 2% 3%;
}
div.play-body {
    padding: 4% 3%;
    width: 100%;
}
div.play-detail {
    width: 100%;
    padding: 4% 3%;
}
div.play-detail a.play-ticket{
	background:none;
}
div.play-detail a.play-ticket img{
	    float: right;
    display: block;
    width: 30px;
}
div.play-detail a.play-ticket span{
	display: none;
}
div.play-detail td {
	padding-right: 1%;
}
div.wrapper{
	display: table;
}
div.wrapper div.play-images-wrapper{
	display: table-footer-group;
}
div.wrapper div.play-content{
	display: table-header-group;
}


/* ---- Textseite ---- */

div.subnav{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid black;
}
div.subnav a{
	width: auto;
	padding: 2% 3%;
}

div.text-body{
	padding: 0;
}
div.text-body h1{
	padding: 2% 3%;
}
div.text-body h2{
	padding:  2% 3%;
}
div.text-body p{
	padding: 0 3%;
}
div.text-body p:last-child{
	margin-bottom: 4%;
}



/* ----Team---- */
div.mitarbeiterin{
	width: 100%;
}
div.mitarbeiterin a div {
	height: auto;	
	border: none;
	float: none;
}
div.portrait img{
	display: none;
}
div.portrait img:first-child{
	display: block;
}	

    
    
/* ----Mitwirkende---- */
    div.text-body.mitwirkende h2{
        display: block;
        padding: 2% 3%;
        width: 100%;
    }
    div.text-body.mitwirkende h2:last-child{
        margin-bottom: 50px;
    }
    div.text-body.mitwirkende h2 a{
        padding: 10px 0;
        display: block;
        float: none;
        border-bottom: 1px solid black;
        width: 100%;
    }
    div.text-body.mitwirkende h2 a:last-child{
        border: none;
    }
    span.yellow-dot{
        display: none;    
    }



/* ------Form------ */

form{
	min-width: 100% !important;
	padding: 4% 3%;
}




	
} /* querie 360 */






















.Inputfield_ticketreservation_submit button{
    background-color: rgb(255,255,0);
    padding: 10px 20px;
    border: none;
    font-size: 1.5em;
    margin-bottom: 50px;
    cursor: pointer;
    color: black;
    font-family: "Dia-Black"; 
	font-weight: normal;
}
.Inputfield_ticketreservation_submit button:hover{
    background-color: #ffffee;
}

