@charset "UTF-8";
/* CSS Document */
/*
Theme Name: SONOHR 2026
Theme URI: http://www.affoltersavolainen.ch
Description: Wordpress template für SONOHR Radio & Podcast Festival
Author: Affolter/Savolainen
Author URI: https://www.affoltersavolainen.ch
*/


/*

Version: 3.51
2022-01-21, 00:46

     IIIIII      0000      NNNNNNNN       NNNN
   IIII         00    00    NNNN NNNNN     NNNN
   III       0000    0000   NNNN  NNNNN    NNNN
    IIIIII   0000    0000   NNNN   NNNNN   NNNN
        III  000    000   NNNN    NNNNN  NNNN
		II        00    0     NNNN     NNNNN NNNN
   IIIIIII      0000      NNNN      NNNNNNNNN


Notizen Sonothek:
— Alles Manuell und neu gemacht.


— Taxonomien gebrauchen (Sprache, Genre, Schlagwörter, Jahrgang —> bedingt aber Schreibweise mit Kommas im CSV. Jahrgang liesse sich auch auf Programm anwenden
— Dauer als PHP-Objekt hinterlegen. So lässt sich die Zeit sowohl in Sekunden als auch H:M:S ausgeben
— Bereinigungen: CSV-File hatte noch unerwünschte Umbrüche drin, k.A. obs an mir liegt. Nach Originalfile fragen.
— Veröffentlichungsdatum nicht so wichtig? Ist jedenfalls kaum und uneinheitlich erwähnt
— Dasselbe apropos Bild
— Originalsignatur —> ID geht nicht ganz auf
— Pfadname zur Datei —> Besser relativ, dann haben wir auch das ganze SSL-Problem behoben


Website by © Affolter/Savolainen: https://www.affoltersavolainen.ch

*/

/* 0  Reset */
html, body, content, verein, journal, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, menu {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin:  0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}



html {
	font-size: 20px;
    -moz-osx-font-smoothing: grayscale;
	-webkit-osx-font-smoothing: grayscale;
	osx-font-smoothing: grayscale;
	font-smoothing: grayscale;
		scrollbar-color: #ff3300 #DDD;
	scrollbar-width: thin;
}



img:hover {
	filter: grayscale(0);
}



img {
	/* filter: grayscale(1);*/
	/*  image-rendering: pixelated;*/
}

img[src$=".gif"], img[src$=".png"] {
                   image-rendering: -moz-crisp-edges;         /* Firefox */
                   image-rendering:   -o-crisp-edges;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                   image-rendering: crisp-edges;
									 image-rendering: pixelated;                 /* Chrome as of 2019   */
                   -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
                 }


.startseite img {
	filter: grayscale(0);
}

@media screen and (max-width: 900px) {
	html {
		font-size: 17px;
	}}

body {
	font-family: 'gt_super_textregular', "Times New Roman", Times New Roman, serif;
	font-weight: normal;
	font-size: 1rem;
	font-variant-ligatures: common-ligatures contextual;
	color: black;
	overflow-x: hidden;
	scrollbar-color: #000 #ccc;
	background-color: #ff3300;
}

::selection {
  background: black;
color: #000;
}
::-moz-selection {
  background: black; 
	color: #000;
}


#vorladen {
	position: fixed;
	background: #000;
	height: 100vh;
	width: 100vw;
	display: none;
	z-index: 999999999;
}

.vorlader {
	font-size: 10vw;
	font-family: 'as-sonohr';
	font-weight: 100;
	text-align: left /**/;
	margin-top: 45vh;
	transform: translateY(-50%);
	letter-spacing: -0.03em;
	color: #ff3300;
	line-height: 0.8em;
}

.fixed {
	position: fixed;
	z-index: 12;
}

thegrid {
	display: none;
	position: fixed;
	z-index: 0;
	height: 100vh;
	width: calc(100% - 1rem - 18px);
	left: 0.5rem;
	border-left: 1px dotted #31FF00;
	border-right: 1px #31FF00 dotted;
	top: 0;
}

linie {
	width: calc(8.333333333333% - 1px);
	height: 100vh;
	display: block;
	content: 'A';
	border-right: 1px #31FF00 dotted;
	float: left;
}


a:link, a:visited, a:active, a:hover {
	font-style: normal;
	color: inherit;
	text-decoration: none;
	transition: all ease-in-out 0.3s;}

a:hover {opacity: 0.75;}

em, i {
	font-family: 'gt_super_textregular', "Times New Roman", Times New Roman, serif;
	font-style: italic;
}

strong {
font-weight: normal;
}

content strong {

}

content container p, content ol, content ul {font-size: 0.9rem; line-height: 1.3em; margin-bottom: 1rem; }
content container p, content container ul  {margin-bottom: 1rem; max-width: 800px; margin-left: auto;
margin-right: auto;}



header {
	font-family: 'as-sonohr';
	left: 0rem;
	top: 0rem;
	position: fixed;
	z-index: 9999;
	font-size: 1rem;
	width: 100%;
}

submenu, h6 {
	width: 100%;
	text-align: left /**/;
	font-family: "as-sonohr";
	text-transform: uppercase;
	letter-spacing: 0.4px;
	background: #ff3300;
	color: #000;
	display: none;
	border-bottom: 2px solid #000;
}


submenu ul {
	list-style: none;
	display: flex;
	width: 100%;
	text-transform: uppercase;
}

submenu ul li {
	padding-right: 1rem;
}

submenu a:hover {
	color: black;
}


.logo, .logotemp {
	background: #000;
	text-transform: uppercase;
	padding: 0.1rem 0rem 0.15rem 0.5rem;
	text-align: left /**/;
	color: #ff3300;
	width: calc(100vw - 0.5rem);
	float: left;
	cursor: pointer;
	font-weight: 510;
	transition: all ease-in-out 0.3s;
	position: relative;
	z-index: 100;
	letter-spacing: 0.02em;
	font-size: 1rem;
	line-height: 1.48em;
}

@media screen and (max-width: 900px) {

	.logo {

	}

}

.logo:hover {
	background: black;
}

header strong {
	background-color: #ff3300;
	font-size: 1rem;
	border-radius: 3000px;
	border: 3px #000 solid;
	padding: 0.2rem 0.65rem 0.4rem 0.65rem;
	text-align: right;
	float: left;
	color: #000;
	font-weight: 500;
	transition: all ease-in-out 0.3s;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
		-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


content p {
	margin-bottom: 1rem;
}


h1, h2, h3, h4, h5, h6, h7, h8 {
	font-size: 1rem; line-height: inherit;}

hr {border: 0px;
		border-bottom: 4px solid black;
		margin-top: 1rem;
		margin-bottom: 1rem;
		width: 100vw;}

		.standard sonohr container hr {
			margin-left: calc(-50vw + 500px);
		}
		@media screen and (max-width: 1150px) {
			.standard sonohr container hr {
				margin-left: -7vw;
			}}
		@media screen and (max-width: 675px) {
				.standard sonohr container hr {
					margin-left: -1vw;
				}
		}

		content .wp-block-separator.is-style-wide {
			border: 0px;
					border-bottom: 4px solid black;
					margin-top: 1rem;
					margin-bottom: 1rem;
		}

 h6 {
	width: 100%;
	text-align: left /**/;
	font-family: "as-sonohr";
	text-transform: uppercase;
	letter-spacing: 0.4px;
	background: #000;
	color: #ff3300;
	display: block;
	border-bottom: 2px solid #000;
	font-size: 1.4rem;
	 line-height: 0.9em;
}


content h1 {
	font-size: 3.6rem;
	text-transform: uppercase;
	line-height: 0.8em;
	letter-spacing: -0.01em;
	padding-bottom: 0.5rem;
	margin-left: -0.05rem;
	text-align: left /**/;
	font-family: "as-sonohr";
	word-break: break-word;
	font-feature-settings: "case";
}

.standard content h1 {
	margin-top: 1rem;
	margin-bottom: 2rem;

}

.standard content h1:not(first-of-type) {
	margin-top: 3rem;
}

.standard content h3 {
	font-size: 1.6rem;
	line-height: 1.1em;
	margin-bottom: 2rem;
}


.standard content p img {
	width: 80%;
	margin: 1rem 10%;
}

@media screen and (max-width: 900px) {
	content h1 {
		font-size: 2.1rem;
	}
}


content h2 {
	font-size: 1.1rem;
	line-height: 1em;
	letter-spacing: 0.01em;
	text-align: left;
	width: 100%;
	margin-bottom: 7rem;
	margin-top: 3rem;
	color: #000;
}

content h2.untertitel {
	text-align: left /**/;
	font-size: 1.5rem;
	margin-top: 0rem;
	margin-bottom: 3.5rem;
}

content .blockmeta h2, content .programmpunkt .programmkopf h2, content .programmpunkt .programmkopfsingle h2 {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

content h4, content h5 {
	border-radius: 100px;
	padding: 0rem 0.4rem 0.1rem 0.4rem;
	border: 2px solid #000;
	font-size: 1rem;
	color: #000;
	display: inline-block;
	font-family: 'as-sonohr';
	text-transform: uppercase;
}

content h5 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 50%;
	transform: translateX(-50%);
}



content h6 a:link {
	color: #ff3300;
	background: #000;
	font-size: 0.7rem;
	border-radius: 3000px;
	padding: 0.2rem 0.65rem 0.4rem 0.65rem;
	letter-spacing: 0.02em;
	text-align: left /**/;
}

wrapper {
width: 100%;
min-height: 100%;
overflow: auto;
position: absolute;
display: block;
flex-flow: row nowrap;
align-items: stretch;
align-content: space-around;
	/* Wenn SONOTHEK da, wieder auf Flex stellen */
}

sonohr {
	height: 100%;
	width: auto;
	flex: 1.5;
}

.standard sonohr container {

	display: block;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	margin-top: 3rem;
	padding-bottom: 3rem;
	min-height: 90vh;
}

.zweispaltig sonohr container {
	display: block;
		width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	padding-bottom: 3rem;
		min-height: 90vh;
}


@media screen and (max-width: 700px) {
	.standard sonohr container {
	width: 98%;
	}

}

content strong {
	font-family: 'as-sonohr';
}

content p strong {
	font-family: 'as-sonohr';
	text-transform: uppercase;
	letter-spacing: 0.01em;
	font-size: 0.75rem;}


ol {
  list-style: none;
  counter-reset: as-sonohr-ziffern;
  margin-left: 1.4rem;
margin-bottom: 1rem;

}
ol li {
  counter-increment: as-sonohr-ziffern;
	text-indent: -1.45rem;
}
ol li::before {
  content: counter(as-sonohr-ziffern) ". ";

  font-family: 'as-sonohr';
}

content container ul {
	padding-left: 1em;
}


sonothek {
	height: 100%;
	width: auto;
	flex: 0.5;
	background: black;
	color: #ff3300;
	display: none;
}

.sonothekopener {
	background: none;
	color: #ff3300;
	font-family: 'as-sonohr';
	font-size: 2rem;
	line-height: 0.8em;
	transform-origin: top left;
	transform: rotate(-90deg);
	margin-top: 50vh;
	border: none;
}

.closed {
	width: 40px;
	flex: none;
}

container {
	display: block;
	min-height: 80vh;
}

content {
	width: 100%;
	position: relative;
	display: block;
	overflow-x: hidden;
	height: auto;
	min-width: 100%;
	min-height: 80vh;
	margin-top: 1.32rem;
}


.werk content {
	padding-bottom: 1.5rem;
	width: calc(100% - 2rem);
	margin-left: 1rem;
}






content h2 {
	margin-top: 2rem;
    color: black;
    margin-bottom: 2rem;
    text-align: left /**/;
    font-family: 'as-sonohr';
    text-transform: uppercase;
}


content .programmblock h2 {
	text-align: left;
}

content .wp-caption,
content .wp-caption img {
	width: 100% !important;
}

content .ueberschrift {
	background: #000;
color: #ff3300;
font-family: 'as-sonohr';
text-transform: uppercase;
	display: none;

}


content .bilder {
	font-size: 0.6rem;
	width: 100%;
	margin-bottom: 3rem;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}


content .bilder img {
	width: 100%;
	height: auto;
	float: left;
}


content .bilder div:first-of-type {
	  grid-column-start: 1;
  grid-column-end: 2;
}

content .bilder div.hochformat img {
	width: 50%;
	height: auto;
	margin-left: 25%;
}
content .bilder div.querformat img {
	width: 100%;
	height: auto;
	margin-left: 0%;
}

content .bilder .clear {
	width: 100%;
	display: block;
	clear: both;
}

content .copyright {
text-align: right;
font-size: 0.5rem;
color:
#777;
display: block;
transform: rotate(-90deg) translate(0%, 0%);
transform-origin: bottom left;
position: absolute;
margin-right: 0px;
right: 0px;
	line-height: 0em; }

wrapper.startseite content .copyright {
	transform: none;
	right: 1rem;
	position: fixed;
}


/* content .bilder .bilderkarussel {
	height: 100%;
	width: 20000vw;
	overflow-x: hidden;
	/*-webkit-animation: animationFrames linear 100s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	animation: animationFrames linear 100s;
    animation-iteration-count: 1;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%; }
*/

@-webkit-keyframes animationFrames {
	0% {
    -webkit-transform: translate(0px,0px);
}
50% {
	-webkit-transform: translate(-200vw,0px); }

100% {
	-webkit-transform: translate(0px,0px); }
}

	.teppich {
	display: none;
	position: fixed;
	width: 100vw;
	height: 1px;
	background: #ff3300;
	box-shadow: 0 0 30px 50px black;
	bottom: -50px;}



content .beschrieb,
content .mitwirkende,
content .rezensionen {
    width: 62%;
    margin-left: 20%;
    margin-bottom: 1.1rem;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    margin-top: 1rem;
}

@media screen and (max-width: 900px) {

	content {
	width: 100%;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 100%;
	}

	content .beschrieb,
	content .mitwirkende,
	content .rezensionen {
    width: 92%;
	margin-left: 3%; }

}


content .beschrieb h2 {
	font-size: inherit;
	line-height: inherit;
	margin-left: 0px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

content .beschrieb p {
	margin-top: 1rem;
}

content .beschrieb  {
margin-bottom: 2.1rem;
margin-top: 3rem;
}

content p a:link {
	color: inherit;
-webkit-text-decoration-color: #000;
-webkit-text-decoration-color: #000;
text-decoration-color:#000;
text-decoration-color:
#000;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
-webkit-text-decoration-style: solid;
text-decoration-style: solid;
-webkit-transition: all .05s ease-in-out;
transition: all .05s ease-in-out;
}
content p a:hover {
	-webkit-text-decoration-color: black;
-webkit-text-decoration-color: black;
text-decoration-color: black;
text-decoration-color:
black;
}


content .mitwirkende, content .rezensionen {
	width: 60%;
	margin-left: 20%;
	margin-top: 1.5rem;
	font-size: 0.85rem;
	letter-spacing: 0.015em;
}

@media screen and (max-width: 900px) {
	content .mitwirkende, content .rezensionen {
	width: 90%;
	margin-left: 3%;
	}
}

content .mitwirkende {
		display: flex;
	flex-direction: column;
}

content .mitwirkende a:hover, content .rezensionen a:hover {
	color: #000;
}

content .rezensionen {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
}

content .rezensionen div:first-of-type {
	width: calc(33.3% - 1rem);
}
content .rezensionen div:last-of-type {
	width: calc(66.6%);
}

content .rezensionen p  {
	border-top: 1px solid #666;
	padding-bottom: 0.2rem;
	width: calc(100%);
}

content .rezensionen p:last-of-type {
	border-bottom: 1px solid #666;
}


content .rezensionen .extern a:link::before {
	content: "\01F310";
	color: #000;
}
content .rezensionen .leseprobe a:link::before {
	content: "👁";
	color: #000;
}
content .rezensionen .rezension a:link::before {
	content: "📄";
	color: #000;
}

content .rezensionen .medienpaket a:link::before {
	content: "📑";
	color: #000;
}
content .mitwirkende p span {
	border-top: 1px solid #666;
	padding-bottom: 3px;
}

content .mitwirkende p:last-of-type span{
	border-bottom: 1px solid #666;
}

content .mitwirkende span:nth-of-type(even) {
	width: calc(66.6%);
	display: block;
	float: right;
}
content .mitwirkende span:nth-of-type(odd) {
	width: calc(33.3% - 1rem);
	margin-right: 20px;
	display: inline-block;
}

@media screen and (max-width: 900px) {
	content .mitwirkende span:nth-of-type(odd) {
	margin-right: 0px;
		width: calc(33.3% - 0.5rem); }

	content .rezensionen div:first-of-type {
    width: calc(33.3% - 0.5rem);
}

}

content .auszug {
	margin-top: 2rem;
	font-size: 4rem;
	color: #131313;
	line-height: 0.96em;
	letter-spacing: -0.019em;
	font-family: "gtalpinadisplay";
	font-weight: 400;
	margin-left: 4rem;
	width: calc(100% - 8rem);
}

content .lyrik p {
	margin-left: 5rem;
	text-indent: -5rem;
}

content .drama p {
	margin-left: 5rem;
	text-indent: -5rem;
}

content .auszug strong {
	color: #CCC;
}

content .auszug::before {
content: "«";
display: inline-block;
float: left;
margin-left: -2rem;
color: #CCC;
}

content .auszug p:last-of-type::after {
content: "»";
display: inline-block;
margin-left: 5.1rem;
color: #CCC;
}

content .auszug.prosa p:last-of-type::after {
margin-left: 0px;}

@media screen and (max-width: 900px) {



	content .auszug {
	font-size: 2rem;
	margin-left: 1.5rem;
		width: calc(100% - 3rem);
	}

	content .auszug::before {
	margin-left: -1rem;
	}

	content .lyrik p,
	content .drama p {
    margin-left: 2rem;
    text-indent: -2rem;
}
}



content .bildstartseite {
position: fixed;
width: 100vw;
height: 100vh;
top: 0px;
overflow: hidden;
z-index: 0;
	}

content .bildstartseite img {
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	margin-top: 50%;
}

/*		SLIDESHOW and NEWS  */


.news {
/*	display: grid;
	  grid-template-columns: 50% 50%;
 	 grid-template-rows: auto;
	grid-column-gap: 3px;*/
	display: flex;
	flex-wrap: wrap;
	background: #000;
	box-sizing: border-box;
}

.news .ueberschrift {
	width: 100%;
	text-align: left /**/;
	display: block;
	font-size: 1.4rem;
}


.news .mitbild {
	min-width: 60%;
	min-height: 400px;
}


.news .newsthumbnail {
	display: block;
	width: 50%;
	border-right: 3px solid #000;
	background-size: cover;
background-position: center;
}




.newspost {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #ff3300;

}

.newstextcontent {
	display: flex;

width: 100%;





align-content: baseline;

align-items: center;
}

.postcontent {
	border-bottom: 3px solid #000;
	display: flex;
	flex-grow: 1;
	cursor: pointer;
}

/* .post:nth-of-child(2) {
	border-bottom: 3px solid #ff3;
	background: yellow;
} */


.postcontent:hover {
	background: #000;
	color: #ff3300;
}

.postcontent:hover .newstextcontent a {
	color: #ff3300;
}


.newstext {
	padding: 1rem 1rem 2rem 1rem;
	width: 100%;
	font-size: 0.8rem;

}


.mitbild .newstext {
	width: calc(50% - 2rem);
}

.newspost h2 {
	margin-top: -0.2rem;
	margin-bottom: 0rem;
	color: #000;
	font-size: 1.8rem;
	word-break: break-word;
	line-height: 0.85em;

}

.postdatum {
	text-align: left /**/;
	float: right;
	font-size: 1.4rem;
	letter-spacing: 0px;
	color: #000;
	font-family: 'as-sonohr';
	width: 100%;
	display: block;

}


@media screen and (max-width: 900px) {
	.postcontent {flex-direction: column; border: 0px; border-bottom: 2px solid #000;}
	.mitbild .newstext {
    width: calc(100% - 1rem);
}
.newstext {
    padding: 0px 0.5rem 1rem 0.5rem;
       width: calc(100% - 1rem);
    font-size: 0.8rem;
}

	.news .newsthumbnail {
	width: 100%;
		border-right: 0px;
		height: 66vw;
	}


.news .newspost h2 {
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	font-size: 1rem;
}
	.news .mitbild {
		min-height: auto;
	}


}


.newsseite .post {margin-bottom: 3rem;}
.newsseite content h2 {font-size: 1.7rem; margin-top: 0rem;
margin-bottom: 1rem;
text-align: left;
line-height: 0.9em;}



.newsseite .postdatum {font-size: 1.7rem;
margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
	border-bottom: 0px;
	background: none;
display: block;
float: none;
text-align: left;
line-height: 0.9em;}



content .blocks-gallery-grid .blocks-gallery-image, content .blocks-gallery-grid .blocks-gallery-item, content .wp-block-gallery .blocks-gallery-image, content .wp-block-gallery .blocks-gallery-item { margin: 0px 8px 8px 0px;}

content .blocks-gallery-grid.columns-3 .blocks-gallery-image, content .blocks-gallery-grid.columns-3 .blocks-gallery-item, content .wp-block-gallery.columns-3 .blocks-gallery-image, content .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
    margin-right: 8px;
}

/*
.news > div:last-of-type {
	justify-self: stretch;
}

.news > div:last-of-type:nth-of-type(even) {
	align-self: center;
	width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}

.news > div:last-of-type:nth-of-type(even) > div {
 width: 50%;}*/





content .slideshow {
	background: #000;
	height: auto;
	overflow: hidden;
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.startseite content .slideshow {
	height: calc(85vh - 32px);
	width: 100vw;
	overflow: hidden;
	position: relative;
}

.startseite content .news .slideshow {
	display: none;
	position: relative;
	height: 20vh;
	width: auto;
}

content .slidebox {
	display: flex;
}


content  .boxprev,
content .boxnext {
	width: 20%;
	text-align: left /**/;
}

content .anzahl-1 .prev,
content .anzahl-1 .next {
	display: none;
}


content .slideshow .copyright {
	bottom: 0.1rem;
	margin-left: 0.1rem;
	font-size: 0.8rem;
	position: absolute;
	color: #ff3300;
	z-index: 9;
}

content .slideshow .slides {
	display: none;
}

content .slideshow .slides .slide-image {
	width: 102%;
	height: 90vh;
	/* z-index: -99; */
	position: relative;
	/* filter: blur(15px); */
	image-rendering: pixelated;
}

content .slideshow .slides img.bild-oben {
	transform: translate(-50%,0%);
	margin-top: 0px;}

.werk content .slideshow .slides img {
	width: 102%;
	height: auto;
	margin-left: 50%;
margin-top: 22.5vw;
}


content .slideshow .slides img.hochformat {
	width: auto;
	height: 100%;
transform: translate(50%, 0%);
margin-left: 0%;
	margin-top: 0px;

}


@media screen and (max-aspect-ratio: 1177/1000) {
	content .slideshow .slides img {
	height: 102vh;
	width: auto;
	}
}


@media screen and (max-width: 900px) {
	.startseite content .slideshow {
		height: calc(100vh - 22px); }
}

content .slideshow .prev,
content .slideshow .next,
content .slidebox .prev,
content .slidebox .next {
	 cursor: pointer;
     position: absolute;
     top: 50%;
	 height: 1rem;
     margin-top: -1.5rem;
     padding: 0.6rem 0.4rem 0.6rem 0.4rem;
     color: #ff3300;
     font-size: 2rem;
     transition: 0.6s ease;
     user-select: none;
	z-index: 12;
	background-color: #000;
	border: 2.5px solid #ff3300;
	border-radius: 300px;
	line-height: 0.32em;
}

content .slideshow .prev:hover,
content .slideshow .next:hover,
content .slidebox .prev:hover,
content .slidebox .next:hover {
	box-shadow: 0px 0px 15px 0px black;
}


content .slidebox .prev,
content .slidebox .next {
	position: relative;
	display: block;
	width: 1.5rem;
	height: 1rem;
	margin-left: calc(50% - 0.5rem);
}

content .slidebox .prev {
	margin-left: calc(50% - 2rem);
}


content .slideshow .next {
	right: 1rem;
}
content .slideshow .prev {
	left: 1rem;
}

content .slideshow .prev a:link,
content .slideshow .next a:link,
content .slideshow .prev a:visited,
content .slideshow .next a:visited {
	color: inherit;
}

content .slideshow .prev:hover,
content .slideshow .next:hover {
	color: dark#000;
	border: 2.5px solid dark#000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4; filter: blur(1); }
  to {opacity: 1; filter: blur(0);}
}

@keyframes fade {
  from {opacity: .4; filter: blur(1);}
  to {opacity: 1; filter: blur(0);}
}


/* CONTENT Programm */

/* TEMP */

.programm {
	display: flex;
	flex-wrap: wrap;
}

.tagesprogramm {
		margin-top: 6rem;
}

.programm-single .programm {
	display: block;
}

.programm-single .programmpunkt {
	margin-left: auto;
	margin-right: auto;
	border-top: 0px;
/* width: 50vh; */
max-width: 700px;
padding-top: 1rem;
}

.backtoprogramm {
	font-family: 'as-sonohr';
text-transform: uppercase;
margin-bottom: 3rem;
}


.programm-single .programmpunkt .programmkoerper,
.programm-single .programmpunkt .programmkopfsingle
 {
	width: 100%;
	margin: 0px;
}


.programm-single .programmpunkt .programmblock > div {
width: 100%;
}


.genre {
	font-size: 0.8em;
	text-transform: uppercase;

}



.programmkoerper {
	width: 68%;
    margin-left: 30%;
	display: none;
	padding-bottom: 1rem;
}

.programm-single .programmkoerper {
	margin-left: 0%;
}

@media screen and (max-width: 1000px) {
	.programmkoerper {
		margin-left: 0px;
	}
}

.programmpunkt {
	border-top: 2px solid #000;
	width: 100%;
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 3rem 0px 3rem 0px;
}

.programmpunkt:hover {
	background: #F4F4F4;
	cursor: pointer;
}

.programmpunkt:first-of-type{
	border-top: none;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {

.programmpunkt {

		padding: 3rem 1REM 3rem 1REM;
}
}


.programmpunkt.live  {
	border: 1rem solid #00ff24;
	margin-top: 1rem;
	margin-bottom: 1rem;
}


content .programmpunkt .programmkopf  h1,
content .programmpunkt .programmkopfsingle  h1 {
/*	max-width: 1000px;
	margin-left: auto;
	margin-right: auto; */
	padding-bottom: 0.1rem;
	font-size: 2rem;
	text-align: left;
	display: block;
	word-break: normal;
	margin-bottom: 0.2rem;
	line-height: 1em;
}



content .programmpunkt .programmkopf  h2,
content .programmpunkt .programmkopfsingle  h2 {
		max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'GT-gt_super_textregular';
	line-height: 0.8em;
	text-align: left;
}


.Friday {

}

.Saturday:first-of-type {
	border-top: none;
}
.Sunday:first-of-type {
	border-top: none;
}

.programm-fr .Saturday,
.programm-fr .Sunday
{ display: none;}
.programm-sa .Friday,
.programm-sa .Sunday
{ display: none;}
.programm-so .Friday,
.programm-so .Saturday
{ display: none;}


div.Friday:first-of-type::before123 {
	font-family: 'as-sonohr';
	content: 'Freitag';
	color: #000;
	display: block;
	width: 100%;
	text-align: left /**/;
	text-transform: uppercase;
	font-size: 7rem;
	border-bottom: 2px solid #000;
}
.programm div.Saturday:first-of-type::before123 {
	font-family: 'as-sonohr';
	content: 'Samstag';
	color: #000;
	display: block;
	width: 100%;
	text-align: left /**/;
	text-transform: uppercase;
	font-size: 7rem;
	border-bottom: 2px solid #000;
}





.programmpunkt:hover {
	/* background: #EEE; */

}

.programmtitel {
	padding-top: 0rem;
}

.programmtitel sup {
	color: #ff3300;
	background: black;
	border-radius: 10px;
	display: inline-block;
	font-size: 0.3em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding: 0px 0.3rem;
	transform: translateY(-80%);
	z-index: 0;

}


.programmkopfsingle {
	max-width: 1000px;
	marging-left: auto;
	margin-right: auto;
	width: 68%;
	margin-left: 0%;
}

wrapper.programm-single .programmpunkt:hover {
	background: none;
}

wrapper.programm-single .programmpunkt .ort {
	margin-left: 0px;
}
wrapper.programm-single .programmpunkt {

}

.programmkopf {
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}




.programmtitel:hover {
	color: #000;
}

.programmmeta {
	margin-left: 0.01rem;
	font-family: 'as-sonohr';
	text-transform: uppercase;
	width: calc(100% - 0.01rem);
	color: #000;
	line-height: 0.9em;
	padding-top: 0.05rem;
	margin-bottom: 0.1rem;
	display: flex;
}

.programm-single .programmmeta {
		justify-content: space-between;
		margin-bottom: 1rem;
}

.programm-single .blockkoerper {
	margin-top: 2rem;
}

.titelzeile {
	display: flex;
}



.titelzeilerechts {
width: 50%;
/*display: flex;
justify-content: space-between;*/

}

@media screen and (max-width: 500px) {
	content .programmpunkt .programmkopf  h2,
	content .programmpunkt .programmkopfsingle  h2 {
		line-height: 1em;
	}
	.titelzeilerechts {
	width: 100%;}
}


content .wochentag .titelzeile {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

content .wochentag .titelzeilerechts {
	margin-left: auto;
	margin-right: auto;
}

.ort, .zeit, .hinweis, .ticket {
	display: inline-block;
}

.zeit, .ort {
	display: block;
}

.ort {
	margin-left: 30%;
}

.zeit {
	font-size: 1rem;
	font-family: 'AS-sonohr';
	width: 30%;
	line-height: 0.8em;
}

.live .zeit {
	font-size: 3rem;
	color: #00ff24;
	text-align: left /**/;

}

@-webkit-keyframes glow {
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0}
}
@-moz-keyframes glow {
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0}
}
@-o-keyframes glow {
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0}
}
@keyframes glow {
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0}
}

.live .circleanim {
	animation: glow linear infinite 1s;
	color: red;

}

.programm-single .zeit {
	font-size: 1rem;
}

.hoeranleitung {
	padding: 1rem 1.1rem 1rem 1.1rem;
font-size: 2rem;
border: black solid 5px;
margin-bottom: 1rem;
background: yellow;
}

@media screen and (max-width: 1000px) {
	.titelzeile {
		display: block;
	}
	.ort {
		margin-left: 0px;
	}
	.programm {
		padding-left: 1rem;
		padding-right: 1rem;
	}


}



.hinweis {}
.ticket, .readmore {
		background: #000;
		color: #ff3300;
		border-radius: 100px;
		padding: 0rem 0.4rem 0.1rem 0.4rem;
		width: auto;
		font-family: 'as-sonohr';}

a.readmore {
	color: #000;
	font-size: 0.5rem;
	background: #999;
	padding: 0.05rem 0.4rem 0.06rem 0.3rem;
	letter-spacing: 0.6px;
}

a.readmore:hover {
	background: #AAA;
}


.ticket {float: right;}
.ticket a:link::before {content: '→';}


.blockbeitrag {

}

.blockbild, .blocktext {flex-grow: 1 1 auto;}
.blockbild img {width: 100%; height: auto; max-width: 600px; transform: translateX(-50%); margin-left: 50%; margin-bottom: 2rem;}

.programmblock {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
}

@media screen and (max-width: 1000px) {
	.programmblock {
			display: block; }
}

.programmblock > div {width: 80%; max-width: 1000px; }

.block-2 > div {

	}

.blockmeta {
	margin-bottom: 1rem;
}

.blockmeta strong {
	font-family: 'as-sonohr';
	text-transform: uppercase;
	border: 2px solid #000;
	color: #000;
	padding: 2px 6px 2.5px 6px;
	border-radius: 50px;
	font-size: 0.5em;
	letter-spacing: 0.02em;
	marging-bottom: 2px;
	vertical-align: 3px;
}

.wochentag .programmmeta {
	display: none;
}

.wochentag .programmkoerper {
	padding-bottom: 0px;
}

.wochentag .programmkopf,
.wochentag .programmkopfsingle {
	padding-bottom: 0px;
}


.programmblock .blockkoerper {
	margin-bottom: 4rem;
}

content .wochentag h1.programmtitel {
 cursor: auto;
padding: 0.2rem;
color: #ff3300;
font-size: 1.4rem;
background: #000;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0.1rem;
	text-align: left /**/;
}

content .wochentag .titelzeilerechts {
	width: auto;
}

content .wochentag {
	width: 100%;
	padding: 0px;

	border: 0px;
}

content .wochentag .programmkopf {
	padding-top: 0rem;}


	content .wochentag .zeit,
	content .wochentag .ort {
		display: none;
	}

/* FILTER */

.programmfilter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0rem;
	font-family: 'as-sonohr';
	font-size: 2rem;
	display: fixed;
	position: fixed;
	height: 3.5rem;
	background: #ff3300;
	width: 100%;
	text-align: left /**/;
	padding-top: 1.2rem;
	top: 30px;
	z-index: 10;
	border-bottom: 4px solid black;}


/*
@media screen and (min-width: 800px) {
.programmbody {
	width: 49vw;
}

.tagesprogramm {
	float: left;
}


}*/

.filtern {
	color: black;
	cursor: pointer;
	user-select: none;
	border: 4px solid #000;
border-radius: 100px;
padding: 0.3rem 1rem 0.3rem 1rem;
font-family: "as-sonohr";
text-transform: uppercase;
font-size: 2rem;
line-height: 1.2em;
margin-bottom: 1rem;

}

.button--active {
	color: #ff3300;
	background: black;
}

@media screen and (max-width: 1200px) {
	.programmfilter {
		font-size: 1rem;
		height: 2.5rem;
	}
	.filtern {font-size: 1rem;}
}

@media screen and (max-width: 900px) {
	content .wochentag h1.programmtitel {
	font-size: 3.2rem;}
}

@media screen and (max-width: 500px) {
	.programmfilter {
		height: 2.6rem;
padding-top: 0.4rem;

		margin-top: -0.2rem;}
	.tage-filter {

	}
	.filtern {
		font-size: 0.7rem;
		margin-bottom: 1rem;
		line-height: 2.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}



@media screen and (max-width: 900px) {
.programmmeta {

	line-height: 0.9rem;}



	content .programmpunkt .programmkopf h1,
	content .programmpunkt .programmkopfsingle h1 {
			line-height: 0.95em;

	}

	content .programmpunkt .programmkopf .zeit {
		font-size: 1.5rem;
		font-family: 'AS-sonohr';
		width: 80%;
		line-height: 0.85em;
		margin-bottom: 0.6rem;
		padding-top: 1rem;
	}

	@media screen and (min-width: 1000px)  {
		content .programmkopf {
			padding-left: 0.5rem;
		 }
}

	.programmkoerper {
		width: 99%;
		margin-left: 1%;
	}

	.programmblock > div {width: 98%; margin-left: 0px; transform: none;}

}



/*	WRAPPER SUBMENU */

wrapper.submenu content {
	background-color: #000;
	min-height: 100vh;
}

wrapper.submenu ul {
list-style: none;
font-size: 2.2rem;
line-height: 0.86em;
text-align: left /**/;
letter-spacing: -0.015em;
margin-top: 48vh;
transform: translateY(-50%);
width: 96%;
margin-left: 2%;
}

@media screen and (max-height: 700px) {
	wrapper.submenu ul {
		margin-top: 1rem;
		transform: none;
		padding-bottom: 3rem;
		font-size: 1.8rem;
	}}

@media screen and (max-height: 700px) and (max-width: 900px) {
	wrapper.submenu ul {
		padding-top: 3rem;	}}

wrapper.submenu ul a:link,
wrapper.submenu ul a:visited
{
	color: #000;
	font-family: "gtalpinadisplay";
}
wrapper.submenu ul a:hover {
	color: #ff3300;
}

wrapper.startseite content h1 {
	color: #000;
	font-size: 10vw;
	line-height: 0.8em;
	z-index: 9;
	position: fixed;
	font-weight: 200;
	margin-top: 42vh;
	transform: translateY(-50%);
	width: 100%;
	letter-spacing: -0.01em;
	/*mix-blend-mode: difference;*/
	word-break: normal;
}

wrapper.startseite  a:link {
	/* color: #000; */
}

@media screen and (max-width: 900px) {
	wrapper.startseite content h1 {
	font-size: 6rem;
	max-width: 90%;
	margin-left:5%;
	}
}

wrapper.startseite content .untertitel {
	text-align: left;
	color: #000;
	top: 0px;
	position: absolute;
	width: 100%;
	font-size: 8vw;
	z-index: 9;
	mix-blend-mode: multiply;
	letter-spacing: -0.01em;

}

wrapper.startseite content .untertitel p {
	margin-bottom: 1em;
	max-width: 3000px;
	mix-blend-mode: multiply;
	transition: all ease-in-out 0.3s;

}

.untertitel strong {
padding: 1% 1.3% 1.2% 1.3%;
font-size: 12vw;
display: inline-block;
font-family: 'as-sonohr';
}

wrapper.startseite content .untertitel strong {
border-radius: 0px;
padding: 0px;
border: 0px;
font-size: 12vw;
background: none;
letter-spacing: -0.08em;
padding: 0rem;
	transition: all ease-in-out 0.3s;
/*	 -moz-animation: glow 4s ease-in-out infinite;
	 -o-animation: glow 4s ease-in-out infinite;
	 animation: glow 4s ease-in-out infinite;*/
}



@keyframes glow {
	0%{color: yellow; mix-blend-mode: difference;}
	50%{color: black;}
	100%{color: yellow; mix-blend-mode: difference;}
}

content .untertitel p a:link {
    border-bottom: none;
}

wrapper.startseite content .untertitel p a:link strong,
wrapper.startseite content .untertitel p a:visited strong {
	color: ##000;
	background: none;
}

wrapper.startseite content .untertitel p a:hover strong,
wrapper.startseite content .untertitel p  strong a:hover { 
	background: none;
}

wrapper.startseite content .untertitel p  {

	line-height: 9em;
}

@media screen and (max-width: 1400px) {
	wrapper.startseite content .untertitel strong {font-size: 5.8rem;}
	wrapper.startseite content .untertitel p  {line-height: 4em;}
}

@media screen and (max-width: 1300px) {
	wrapper.startseite content .untertitel strong {font-size: 4.5rem;}
	wrapper.startseite content .untertitel p  {line-height: 3.8em;}
}

@media screen and (max-width: 1000px) {
	wrapper.startseite content .untertitel strong {font-size: 4rem;}
	wrapper.startseite content .untertitel p  {line-height: 3em;}
}

@media screen and (max-width: 500px) {
	wrapper.startseite content .untertitel strong {font-size: 2rem;}
	wrapper.startseite content .untertitel p  {line-height: 2.5em;}
}

wrapper.startseite content .untertitel p a:hover strong,
wrapper.startseite content .untertitel p a:hover  {
opacity: 1;


}

wrapper.startseite content .untertitel p a:hover   {
	/* filter: blur(20px); */
	letter-spacing: 0.5em;
}


@media screen and (max-width: 700px) {
	.untertitel strong {
	}

wrapper.startseite content .untertitel a:link strong,
wrapper.startseite content .untertitel a:visited strong {

}


}




wrapper.startseite content .untertitel a:hover strong {
	color: #000;
	background: #000;
}

wrapper.zitateregen {
	background-color: black;
	color: #ff3300;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: block;
	position: absolute;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}

wrapper.zitateregen content {
	margin-top: -2.7em;
}

.zitateregen .zitat {
	font-family: "gtalpinadisplay";
	font-size: 5rem;
	line-height: 0.99em;
	word-break: keep-all;
	ff3300-space: nowrap;
	text-align: left /**/;
	-webkit-animation: zitatvor linear 10s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	animation: zitatvor linear 50s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


@-webkit-keyframes zitatvor {
	0% {
    -webkit-transform: translate(0%,0px);
}
50% {
	-webkit-transform: translate(-90%,0px); }

100% {
	-webkit-transform: translate(0%,0px); }
}

@-webkit-keyframes zitatzuruck {
	0% {
    -webkit-transform: translate(-100vw,0px);
}
50% {
	-webkit-transform: translate(100vw,0px); }

100% {
	-webkit-transform: translate(-100vw,0px); }
}




.zitateregen .zitat:nth-of-type(even) {
margin-left: -5em;
-webkit-animation: zitatvor linear 50s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	animation: zitatvor linear 50s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;

}

.zitateregen .zitat strong {
	font-weight: 200;
	color: #333;
	letter-spacing: -0.1em;
}


/* Typografie */

.widgettitle {display: none;}



menu {
	list-style-type: none;
	display: none;
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 2.6rem;
	position: fixed;
	z-index: 2;
	width: 100vw;
	height: 100vh;
	background: #000;
	text-align: left;
	color: #ff3300;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}

.menublocks {
	display: flex;
	margin-top: 5vh;
	flex-direction: column;
	justify-content: space-between;
	text-align: left /**/;
	height: 88vh;
}


ul.sub-menu {
	font-size: 2rem;
	margin-left: 2rem;
	line-height: 0.9em;
}

.menu-hauptmenue-container {
	margin-top: 50vh;
	transform: translateY(-50%);
	text-align: left /**/;
	text-transform: uppercase;
}
.menu-menu-container {
	width: 100%;
	position: absolute;
	margin-left: 0px;
}



ul.menu {
	display: block;
	list-style: none;
	margin-left: 0px;

}

header a:link,
header .cls-1 {
	transition: all ease-out 0.3s;
}

ul.menu a:link{
	transition: all ease-out 0.3s;
}

header strong a:hover strong {
	box-shadow: 0px 0px 15px 5px black;
}
ul.menu a:hover {
	color: #222;
}


ul.menu li {list-style: none !important;}

.menu .current_page_item a:link {

}

.menu-menu-2-container {
	font-size: 0.75em;
}

.menu-menu-2-container ul.menu {
	display: flex;
	justify-content: space-around;
	width: 60%;
	margin-left: 20%;
}



.hamburger {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 99999;
  right: 1rem;
}

.hamburger:focus {
  outline: none;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 8px;
  right: 5px;
  height: 3.5px;
  background: #ff3300;
}


.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3.5px;
  background-color: #ff3300;
  content: "";

}


.logo:hover .hamburger span,
.logo:hover .hamburger span::before,
.logo:hover .hamburger span::after {

}

.hamburger span::before {
  top: -7px;
}

.hamburger span::after {
  bottom: -7px;
}

.hamburger--x {
  background: none;
}

.hamburger--x span {
  transition: background 0s 0s;
}

.hamburger--x span::before,
.hamburger--x span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger--x span::before {
  transition-property: top, transform;
}

.hamburger--x span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */


.hamburger--x.is-active span {
  background: none;
   transition: background 0.3s 0.3s;
}

.hamburger--x.is-active span::before {
  top: 0;
  transform: rotate(25deg);

}

.hamburger--x.is-active span::after {
  bottom: 0;
  transform: rotate(-25deg);

}

.hamburger--x.is-active span::before,
.hamburger--x.is-active span::after {
  transition-delay: 0s, 0.3s;
}

@media screen and (max-width: 900px) {
	.hamburger span {
	height: 2px;
	top: 11px;
	}

.hamburger span::before,
.hamburger span::after {
	height: 2px;	}

.hamburger span::before {
  top: -6px;
}
.hamburger span::after {
  bottom: -6px;
}


}


content .wp-block-media-text .wp-block-media-text__content {
	padding: 0 1rem;
	align-self: start;
}

content .wp-block-media-text .wp-block-media-text__media {
	align-self: start;}


figure {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 	0px;
}

content .wp-block-media-text {
margin-bottom: 1rem;}

content .wp-block-column {
	margin-bottom: 1rem;
}


content .wp-block-columns,
content .wp-block-columns p,
content .wp-block-columns h2 {
	margin-bottom: 0rem;
}

content .wp-block-column .wp-block-column {
	margin-bottom: 0px;
}

content .wp-block-column h2 {
	margin-top: 1rem;
}

content .wp-block-column:not(:first-child) {

}

content .wp-block-columns p {
	margin-bottom: 0rem;
}

@media (min-width: 500px) {
content	.wp-block-columns {
    flex-wrap: nowrap;
}
}

@media (max-width: 700px) {
	.desktop {display: none;
	}}

footer {
	padding: 3rem 0.5rem 3rem 0.5rem;
	width: calc(100vw - 1rem);
background: black;
	color: #ff3300;
	font-size: 0.8rem;
	line-height: 1.2em;
display: block;
}

footer .footercontent {
	color: #666;
	width: 96vw;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}

footer .footercontent > div {
	width: 20%;
}

footer .footercontent > div:first-of-type {
	width: 60%;
}

footer .footercontent a:link,
footer .footercontent a:visited {
	-webkit-text-decoration: none;
-webkit-text-decoration: none;
text-decoration: none;
text-decoration: none;
	color: #999;
}
footer .footercontent a:hover {
	color: #CCC;
}

@media (max-width: 700px) {
	menu {font-size: 2rem;}

	footer .footercontent {
		flex-direction: column;

	}
	footer .footercontent > div:first-of-type {
	width: 100%;
}

	footer .footercontent > div {
	width: 48%;
		float: left;
}
}


content .wp-block-media-text h4 {
	font-size: 0.7rem;
	letter-spacing: 0.5px;
	float: left;
	margin-bottom: 0.2rem;
	padding-bottom: 0.05em;
}

content .wp-block-media-text h4:last-of-type {
	float: none;
	margin-bottom: none;
}

content .wp-block-media-text h2 {
	margin-top: 0rem;
	margin-bottom: 0rem;
	text-align: left;
}

content .wp-block-media-text h2 a:hover {
	color: #000;
}


content .blocks-gallery-grid .blocks-gallery-image figcaption, content .blocks-gallery-grid .blocks-gallery-item figcaption, content .wp-block-gallery .blocks-gallery-image figcaption, content .wp-block-gallery .blocks-gallery-item figcaption {
	padding: 5px 10px;
color: #ff3300;
text-align: left;
	font-size: 0.4rem;

	background: none;

}


content .blocks-gallery-grid.is-cropped .blocks-gallery-image a, content .blocks-gallery-grid.is-cropped .blocks-gallery-image img, content .blocks-gallery-grid.is-cropped .blocks-gallery-item a,  content.blocks-gallery-grid.is-cropped .blocks-gallery-item img, content .wp-block-gallery.is-cropped .blocks-gallery-image a, content .wp-block-gallery.is-cropped .blocks-gallery-image img, content .wp-block-gallery.is-cropped .blocks-gallery-item a, content .wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: auto;
}

.wp-block-media-text__media img {
	height: auto;
}

content img {height: auto;}

/* Programm 24 */
.programm24 .backdrop {
	background: url(https://wp.sonohr.ch/wp-content/uploads/Webbanner.gif);
	background-size: cover;
	-webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(20px);
  /* position: absolute; */
  height: 100vh;
  width: 100%;
  display: block;
  z-index: 1;
  /* transform: rotate(90deg); */
  /* transform-origin: right center; */
  top: 0px;
  left: 0px;

}
.programm24 .menucontainer {
	display: flex;
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 2;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;


}

.programm24 h1 {
	font-size: 10vw;
}

.programm24 h1 a:link {
	color: #ff3300;
}



/*   ON AIR 2021 */

.onair2021 content h5 {
	transform: none;
	margin-left: 0px;
	margin-top: 0.2rem;
	opacity: 0.4;
}

.onair2021 content h5 strong a:link {
	color: black;

}

.onair2021 content h5 a:hover::after {


}

.onair2021 content h2 {
	display: inline;
}

.onair2021 content h1 a:hover {

	padding-left: 2rem;
}

.onair2021 content h2 a,
.standard.onair2021 content h3 a,
.onair2021 content h5 a,
.onair2021 content h4 a,
.ticket {
	margin-bottom: 3rem;
	margin-top: 0rem;
	text-align: left /**/;
	width: 200px;
	padding: 0.5rem;
	font-size: 1rem;
	color: #333;
	border-radius: 0px;
	border: 4px solid black;
	background: #ff3300;
	text-transform: uppercase;
	font-family: 'as-sonohr';
}

.onair2021 content h2 ,
.onair2021 content h5 ,
.standard.onair2021 content h3,
.onair2021 content h4  {
 border: none;
 padding: 0px;
 display: inline;
 margin-bottom: 2rem;
 line-height: 3em;
 font-size: 1rem;

}

.onair2021 content h4 a {
	background: yellow;
}
.standard.onair2021 content h3 a		 {
	background: #00ff24;
}

.ticket.ticketalternative {
	cursor: default;
}

.ticket.ticketalternative:hover {
	background: #ff3300;
	color: black;
}



.radiourl .ticket {
	width: calc(70% - 1rem);
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #00ff24;
	border: none;
	display: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-size: 2rem;
}


.live .radiourl .ticket {
	display: block;
	width: 300px;
}

.radiourl div:first-of-type{
	border-bottom: 2px solid black;
}

.radiourl a:link::before {
	content: '';
}

.programm-single .ticket {
	border: 0px;
	padding: 0px;
	text-align: right;
}

.programm-single .ticket:hover {
	background: none;
	color: black;
	opacity: 0.8;
}

.ticket {
	margin-bottom: 0px;
}

.ticket:hover {
	background: black;
	color: #ff3300;
	opactiy: 1;
}

.onair2021 content h1 {
margin-bottom: 1rem;
margin-top: 1rem;}

.standard.onair2021 content h1:not(first-of-type) {
	margin-top: 2rem;
	margin-bottom: 0.5rem;

}

.hoeranleitungslink a:link {
	font-family: 'as-sonohr';
	text-transform: uppercase;
	border: 3px solid black;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	text-decoration: none;
	background: #00ff24;
	display: none;
	text-align: left /**/;
}

.wirsindlive .hoeranleitungslink a:link {
	display: block;
}



/* COOOKIE */

.blur-it {
/*	-moz-filter: blur(10px);
	-webkit-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);*/
}
.cookie-folio {
	display: none;
	position: fixed;
	z-index: 999999998;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.9;

}

.cookie-banner {
position: fixed;
z-index: 999999999;
bottom: 0px;
left: 0%;
width: 80%;
padding: 5px 10%;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
background-color: #111;
color: #CCC;
	height: 50vh;
	padding-bottom: 30vh;
	min-height: 100px;
	letter-spacing: 0.2px;
	line-height: 1.3em;
}

@media screen and (max-width: 950px) {
	.cookie-banner {
		width: 92%;
padding: 5px 4%;
		font-size: 0.85em;
	}

	.cookie-banner p {max-width: 60%;}
}

.cookie-banner a:link {
	color: #FAFAFA;
}

.close {
  color: #ff3300;
  border-radius: 0px;
  cursor: pointer;
  padding: 1rem;
	border: 3px #CCC solid;
		transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	font-family: "as-sonohr";
	margin: 1rem;
}

.close:hover {
border: 3px #ff3300 solid;}

@media screen and (max-width: 900px) {

		.onair2021 content h2 a, .onair2021 content h5 a, .standard.onair2021 content h3 a, .standard.onair2021 content h4 a, .ticket {
			margin-bottom: 0.5rem;
	margin-top: 0rem;
	text-align: left /**/;
	width: 150px;
	padding: 0.2rem;
	font-size: 0.7rem;
	color: #333;
	border-radius: 0px;
	border: 3px solid black;
	text-transform: uppercase;
	display: block;
	line-height: 1em;
		}
		.onair2021 content h5, 	.onair2021 content h2, 	.onair2021 content h3, 	.onair2021 content h4  {
			margin: 0rem;
			line-height: 0.9em;
		}
}
