@charset "UTF-8";
/*!
Theme Name: echoraum
Description: echoraum Theme
Author: Wolfgang Gosch
Version: 0.5
Requires PHP: 5.4
Text Domain: echoraum
*/

* {
	box-sizing: border-box;
}

html {
	
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

html, body { 
	padding: 0px;
	margin: 0px; 
    height: 100%;
}

main {
	display: block;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #EEE;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

:focus {
    outline: 0; /* removes the dotted border */
}

p {
	margin-top: 10px;
}

.no-space {
	margin: 0;
}
.no-top-space {
	margin-top: 0;
}
.no-bottom-space {
	margin-bottom: 0;
}

/* --- article styles removed --- */

/* 
article hr {
	margin: 2rem auto;
}

article p {
	line-height: 1.2em;
}
*/ 

/* --- article styles removed --- */

blockquote, pre, .highlightText {
/* 	border-left-width: 5px;
	border-left-style: solid; */
	/* padding: 0.8rem; */  /* 15-01 */
}

blockquote {
	margin-left: 0;
	margin-right: 0;
}

blockquote, blockquote a, blockquote a:visited {
}

blockquote a, blockquote a:visited {
}

blockquote p:first-of-type {
	display: inline-block;
	margin-top: 0;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

blockquote cite {
	text-align: right;
	display: block;
}

kbd, code, pre, table, blockquote cite, .highlightText {
	font-size: .9em;
}

.highlightText {
	border-color: orange;
	font-size: 18px;
	line-height: 1.5em;
}

.highlightText p:first-of-type {
	margin-top: 0;
}

.highlightText p:last-of-type {
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

main {
	max-width: 960px;
	margin: 50px auto 0; /* margin calc removed */
	padding: 0px 30px;
/*	
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	gap: 2rem; */
}

iframe {
	padding: 0;
	width: 100%;
	border: none;
	overflow: hidden;
	background: transparent;
}

img {
	max-width: 100%;
	height: auto;

/*	max-width: calc(100% - 4px);
	height: auto;
	box-shadow: 2px 2px 0px #D9D9D9; */ 
}

/*
img.noShadow {
	box-shadow: none;
}
*/

figure {
	height: auto;
	max-width: calc(100% - 4px);
	clear: both;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.8em;
}

figure a, figure a:visited {
	border-bottom: none;
}

figure figcaption {
	/* text-align: center; */
	font-size: 0.8em;
	line-height: 1rem;
		/* check */
	color: #333;  /* #767676; */
	font-style: normal;
}

/*
figure.noShadow img {
	box-shadow: none;
}
*/

/* ---- articleMeta articleMiniMeta removed --- */



h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin: 8px 0px;
	padding: 0;
}

h1 {
/*	font-size: 2em;
	margin: 0.67em 0; */
}

h2#listHeadline {
	text-align: center;
}

h2#listHeadline em {
	font-style: normal;
	font-weight: normal;
}

/* H2 STYLE ARCHIV removed
	font-size: 32px;
	padding-bottom: 15px;
	text-align: center;
*/
	
h2 {	/* = page header, post title (single view) */
	font-size: 26px;
}

h3 {	/* post title */
		/* font-size: 1.5em; */	
	font-size: 22px;
}

h4 {	/* unter-ueberschrift */
		/* font-size: 1.2em; */
	font-size: 18px;

}

h5, h6 {
	font-size: 1em; /* = 16px */
}

/* -------------- custom fields styles ---------------- */

.datum {
	font-size: 0.88em;	/* ca. 14px */
	margin-top: 0;
}

.untertitel {	/* untertitel */
		/* font-size: 1.2em; */
	font-size: 18px;
	line-height: 1.2em;
/*	padding: 0;
	margin: 0; */
}

.mitwirkende, .kurztext {
	font-size: 0.85em;
	line-height: 1.2em;
	padding-bottom: 8px;
/*	padding: 0;
	margin: 0; */
}

.notiz {
	font-size: 0.85em;
	font-weight: bold;
	color: #b00;
	padding-bottom: 8px;
}
.extra-infos-1, .extra-infos-2 {
	font-size: 0.85em;
	line-height: 1.2em;
	color: #666;
	padding-bottom: 8px;
}

.hell {
	color: #888;
}


/* --------------- link styles ----------------------- */

a, a:visited {
	text-decoration: none;
	color: #94d5b4; /* mint */
}

a:hover { color: #4dbf86; }
a:active { }


/* --- post-title bei programmvorschau, archiv etc. ---*/

h3 a, h3 a:visited {
	color: #000;
}

/* --- current page indicator --- */

a.active { /* > current item/page // not used */
	
	font-weight: bold;
}


/* --------------------------------------------------- */

a.more-link, a.more-link:visited, a:visited.more-link, a:visited.more-link:visited {
	display: inline-block;
	margin: 2em auto;
	border: none;
	text-align: center;
}

a.more-link .readMore, a.more-link:visited .readMore, a:visited.more-link .readMore, a:visited.more-link:visited .readMore {
	/* background-color: #CCC; */
	padding: 8px 10px;
	color: #333;
	border: 1px solid #EEE;
	text-align: center;
}

a.more-link:hover .readMore, a.more-link:visited:hover .readMore, a:visited.more-link:hover .readMore, a:visited.more-link:visited:hover .readMore {
	background-color: #999;
}

kbd, code, pre, address, time.meta, span.meta, .readMore {
	/* font-family: monospace, monospace; */
}

address {
	font-style: normal;
}

time.meta, span.meta, i.meta {
	font-size: 0.8em;
	margin-right: 0.24em;
}

time.meta a, time.meta a:visited, span.meta a, span.meta a:visited, i.meta a, i.meta a:visited {
	border: none;
}

time.meta a:hover, time.meta a:visited:hover, span.meta a:hover, span.meta a:visited:hover, i.meta a:hover, i.meta a:visited:hover {
	color: #000;
}

time.meta {
	margin-right: 0.5rem;
}

span.meta {
	margin-left: 0.5rem;
}

mark, kbd, code {
	padding: 5px;
}

mark {
	background-color: #FFDC00;
}

kbd, code, pre, blockquote, .highlightText {
	background-color: #E7E7E7;
}

pre {
	display: block;
	line-height: 1.3em;
	border-color: #006EDA;
	overflow: scroll;
}

pre code {
	background: none;
	padding: 0;
}

abbr[title] {
	border-bottom: 2px dashed green;
	cursor: help;
	text-decoration: none;
}

table {
	width: auto;
	padding: 5px;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #E7E7E7;
	border-bottom: 4px solid #E7E7E7;
}

table thead th {
	border-bottom: 2px solid #E7E7E7;
	margin: 0px;
	font-weight: bold;
}

table td, table th {
	padding: 5px 10px 0;
}

/* --- hr separator removed --- */

.screenReaderText, .screen-reader-text, input[type=submit].screen-reader-text {
	border: 0;
	padding: 0;
	margin: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	background: none;
	color: none;
}

/*
#siteDescription {
	font-size: 0.8rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
	display: block;
	color: #EEE;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
*/

header {
	/* position: scroll; */
	top: 0;
	z-index: 20;
	width: 100%;
	/* background-color: #FFF;
	opacity: 0.85;
	text-align: center; */
/*	border-bottom: .4rem solid #D9D9D9;*/ }

header.withToolBar {
	margin-top: 31px;
}

header a, header a:visited {
	color: #000;
	text-decoration: none;
}

/* --- header styles removed --- */

div.nav-links ul.page-numbers {
	margin: 0px auto 2rem auto;
	list-style-type: none;
	text-align: center;
}

div.nav-links ul.page-numbers li {
	display: inline-block;
	margin: 0 0.1rem;
}

div.nav-links ul.page-numbers li.disabled:before {
	content: "\22EF"; /* midline horizontal ellipsis */
	color: #AAA;
}

div.nav-links ul.page-numbers li a, div.nav-links ul.page-numbers li a:visited, div.nav-links ul.page-numbers li span.current {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 33px; /* 35px minus border */
}

div.nav-links ul.page-numbers li a, div.nav-links ul.page-numbers li a:visited {
/*	font-family: "Roboto Slab","Times New Roman",sans-serif; */
/*	background-color: #999; */
/*	color: #CCC; */
	background: none;
	border: 1px solid #EEE;
	color: #999;
}

div.nav-links ul.page-numbers li a.prev, div.nav-links ul.page-numbers li a.next, div.nav-links ul.page-numbers li a:visited.prev, div.nav-links ul.page-numbers li a:visited.next {
	/* background: none; */
	/* border: none; */
	border: 1px solid #EEE;

}

div.nav-links ul.page-numbers li a:hover, div.nav-links ul.page-numbers li a:visited:hover {
	/* background-color: #999; */
	/* color: #FFF; */
	/* background-color: #EEE; */
	border: 1px solid #94d5b4;
	color: #94d5b4;
}

div.nav-links ul.page-numbers li a:hover.prev, div.nav-links ul.page-numbers li a:hover.next, div.nav-links ul.page-numbers li a:visited:hover.prev, div.nav-links ul.page-numbers li a:visited:hover.next {
/*	background: none;
	border: none; */
	/* background-color: #94d5b4; */
	border: 1px solid #94d5b4;
	color: #94d5b4;	/* pfeile */
}

div.nav-links ul.page-numbers li span.current {
/*	background-color: #767676; */
/*	color: #FFF; */
	border: 1px solid #CCC;
	color: #666;
}

div.nav-links ul.page-numbers li.page-numbers a, div.nav-links ul.page-numbers li.page-numbers a:visited {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 33px; /* 35px minus border */
/*	background-color: #E7E7E7;
	color: #585858; */
	
/*	border: 1px solid #E7E7E7;
	color: #585858; */
}

div.nav-links ul.page-numbers li.page-numbers.current a, div.nav-links ul.page-numbers li.page-numbers.current a:visited {
/*	background-color: #767676;
	color: #FFF; */
}
/*
.comment-respond label {
	display: inline-block;
	min-width: 100px;
}
*/



input, button {
	border-width: 0;
	border-radius: 0;
/*	border-bottom: .16rem solid #CCC; */
	padding: 0.2em;

}

input.searchField {
	width: calc(100% - 2.6em);  /* 1.6em; */
	/* padding: 5px; */
	-webkit-appearance: none;
	border-width: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 1.3em; 
	font-weight: normal;
	color: #AAA;
	background: none;

}

input.searchField:focus {
	border-width: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

input.searchField, input.searchField::placeholder {
	color: #AAA;
}

input.searchField::-ms-clear, input.searchField::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea, input[type=submit], button[type=submit] input[type=submit].searchSubmit:focus {
	/* border: 1px solid #AAA; */
}

textarea:focus, input:focus, button:focus {
/*	margin: -.08rem;
	border-width: .24rem; */ 
}

input[type=submit], button[type=submit] {
	padding: 0.2em .6em;
}

input[type=submit].searchSubmit, button[type=submit].searchSubmit {
	padding: 0;
	border: 0;
}

input[type=submit].searchSubmit:focus, button[type=submit].searchSubmit:focus {
	position: relative;
	display: inline;
	width: 100%;
	height: 1.3em;
	/* height: 30px; */
}

input[type=submit]:hover, button[type=submit]:hover {
	cursor: pointer;
/*	background-color: #D9D9D9; */
}

/*
nav#primaryNavigation ul li a, nav#primaryNavigation ul li a:visited, aside#sideNavigation ul li a, aside#sideNavigation ul li a:visited #copyright, body > footer {
	color: #000;
}
*/

/* --- body > footer removed --- */

/* --- sidebar not used ---- */

#sidebar {
	max-width: 210px;
	overflow-y: auto;
}

#sidebar ul {
	margin: 0px;
}

#sidebar li {
	list-style-type: none;
	padding: 0px;
}



/* --- footer a removed --- */



.logo-header {	/* ausgeblendet */

	display: inline-block;
	width: 100%;
	text-align: center;

	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: 0.6em;
	font-weight: bold;
	padding-left: 0.6em;
	padding-top: 3px; /* = auf unterkante echo */
	color: silver;
}

.logo-footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin-right: -0.5em; /* align right letter-spacing */
	
	padding-top: 4px;
	padding-bottom: 12px;
	
}


.copyright {
	/* font-size: 0.8em; */ /* kleiner entfernt, siehe responsive */
}

.copyright, .copyright a, .copyright a:visited {
	/* not used */
	/* color: #888888; */
}

.copyright a:hover {
	/* not used */
	/* text-decoration: underline; */
}

.copyright p {
	/* not used */
	/* margin: 0; */
	/* padding: 1rem; */
}


.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

@keyframes colorcycle {
	0% { color: #222222; }
	50% { color: #ff40ff; }
	100% { color: #222222; }
}

.hilite {
	padding: 0;
	margin: 0;
	color: #222222;
	animation-name: colorcycle;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}

.smaller-font-size {
	font-size: 0.8em;	/* same as figcaption size */
}

/* -------------------------------------------------------------- */

/* -------- img programmvorschau ---- */

.img-programm {
	object-fit: cover;

	width: 220px;
	height: 220px;
}

.img-container {
	position: relative;
}

.img-caption {	/* currently not used */
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 9px;
	text-align: left;
	width: 204px;  /* 220 minus 16 */
	/* width: 100%;  
	padding: 0 16px; */
	/* background-color: #345; */
	/* display: none; */
}

/* ----------- main content styles (flex) --------------------- */

.flex-container {
	display: flex;
	flex-direction: row;
	max-width: 960px;
	margin: 0 auto;
	/* align-items: center; */
	
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0px 10px;
}

.flex-item-left {
	/* background-color: #f1f1f1; */
	/* border: 1px solid #cfe; */
	/* padding: 10px; */
	flex: 40%;
	text-align: right;
	padding-right: 20px;
}

.flex-item-right {
	/* background-color: #f8f8f8; */
	/* border: 1px solid #cfe; */
	/* padding: 10px; */
	flex: 60%;
}



/* ----------- footer styles (flex) --------------------- */

.footer-container {
	display: flex;
	flex-direction: row;
	/* max-width: 960px;
	margin: 0 auto; */
	/* align-items: center; */
	/*
	border-top: 3px solid #f0f0f0;
	padding: 10px 0px 10px; */
}

.footer-item-left {
	/* background-color: #f1f1f1; */
	/* border: 1px solid #cfe; */
	/* padding: 10px; */
	flex: 40%;
	text-align: left;
	padding-left: 45px;
}

.footer-item-center {
	/* border-left: 1px solid #3cf; */
	/* background-color: #f8f8f8; */
	/* border: 1px solid #cfe; */
	/* padding: 10px; */
	
	color: #ccc;
	flex: 30%;
}
.footer-item-center {
	padding-top: 54px;
	padding-right: 25px;
}
.footer-item-center p { /* obsolete: p not used any more in footer  */
	padding-top: 53px;
}
.abstand16 {	/* footer suche */
	padding-top: 16px;
}
.abstand8 {	/* footer copyright */
	padding-top: 8px;
}

.footer-item-right {
	/* background-color: #f8f8f8; */
	/* border-left: 1px solid #cfe; */
	/* padding: 10px; */
	color: #ccc;
	flex: 30%;
}
.footer-item-right {
	padding-top: 12px;
	padding-right: 45px;
	text-align: right;
}
.footer-item-right p { /* obsolete: p not used any more in footer */
	padding-top: 12px;
}



/* -------------------- front_page --------------- */

#er-frame {
  /* border: 4px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8); */  /* initial state */
  position: fixed; /*
  	width: calc(100vw - 15px);
	height: calc(100vh - 15px); */
	/*
	width: 300px;
	height: 300px;
  	top: calc(50% - 160px);
  	left: calc(50% - 160px);
  	bottom: calc(50% - 160px);
  	right: calc(50% - 160px); */
  	
  	top: 15px;
  	left: 15px;
  	bottom: 15px;
  	right: 15px;
  	/*
  	width: calc(100vw - 15px);
  	height: calc(100vh - 15px); */
    border: 4px solid rgba(125, 125, 125, 0.2);
    z-index: 200;
    pointer-events: none;
}

/* --- vgl. index.css --- */

a.squarelink:link {
	/* color: inherit; */
	color: rgba(125, 125, 125, 0.2);
	text-decoration:none;
}

a.squarelink:visited {
	color: rgba(125, 125, 125, 0.2);
	text-decoration:none;
}

a.squarelink:hover {
	/* color: rgba(0, 136, 255, 0.8); */ /* = hex #0088ff; */
	/* color: #915; */
	color: #94d5b4; /* mint */
	text-decoration:none;
}

.echo {	
	/* position: relative; */ 
		position: absolute;
		top: 0px;
		right: 0px;
	vertical-align: top;
	text-align: right;
	font-size: 48px;
	font-weight: bold;
	font-family: Times, serif;
	line-height: 120%;
	letter-spacing: 0.2em;
	padding: 10px;
	pointer-events: auto;
	
	display: inline-block;
	/* width: 120px; */
}

.raum {
	position: absolute; 
	bottom: 15px; 
	left: 15px; 
	font-size: 48px; 
	font-weight: bold; 
	font-family: Times, serif; 
	line-height: 100%; 
	letter-spacing: 0.3em; 
	padding: 0px 10px 0px;
	pointer-events: auto;	/* neu */
}

a.echo-hamburger {
	padding-left: 1em; /* hamburger 28px + abstand */
	background: url('img/hamburger-mint.png') top left no-repeat; /* mint: #94d5b4 */
	
}
a.echo-hamburger:hover {
	background-position: bottom left;
}

a.raum-hamburger {
	padding-right: 0.65em; /* hamburger 28px + abstand */
	background: url('img/hamburger-mint.png') top right no-repeat; /* mint: #94d5b4 */
	
}
a.raum-hamburger:hover {
	background-position: bottom right;
}


/* ---- svg echo raum (obsolete / not used ) ----- */

svg.mainnav-hamburger {
	background: none;
	fill: rgba(125, 125, 125, 0.2);
}

svg.mainnav-hamburger:hover {
	fill: #915;
	cursor: pointer;
}

/* ------------ front_page -------------------------------- */


/*
html, body { 
	padding: 0px;
	margin: 0px; 
    height: 100%;
}

body {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
*/


/*
.bgcover {
  background: url('img/bg-dark.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
*/

#bg-cover {
	background: url('img/background-frontpage.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
  	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
}

#nav-cover { 
	position: fixed; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	pointer-events: auto;
	display: block;
}

#page-cover { 
	position: fixed; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background-color: #090C06;	/* #000 bg-dark */
	opacity: 0.0;
}

.page-cover-dark {
	animation-name: page-cover-darken;
 	animation-duration: 0.5s;
	/* animation-delay: 1s; */
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes page-cover-darken {
	0% {
	} /*
	60% {
		opacity: 0.4;
	} */
	100% {
		opacity: 0.7;	/* 0.8 */ /* 0.7 bg-dark */
	}
}

#mainmenu-landing {
	position: fixed;
	width: 300px;
	height: 300px;
  	top: calc(50% - 120px);
  	left: calc(50% - 150px);
  	bottom: calc(50% - 180px);
  	right: calc(50% - 150px);

	/* color: #fff; */
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	/* line-height: 1.2em;*/
	
  	text-align: center;
  	font-size: 30px;
  	font-weight: bold;
  	line-height: 1.3em;
  	
  	/* opacity: 0.0; */
  	display: none;

}

#mainmenu-landing a:link, #mainmenu-landing a:visited {
	color: rgba(255, 255, 255, 0.7);	/* 0.6 bg-dark */
	text-decoration: none;
}

#mainmenu-landing a:hover {
	color: rgba(255, 255, 255, 1.0);	/* 0.9 bg-dark */
	/*  color: #94d5b4;  = mint */
}


.mainmenu-landing-fade-in {
  	opacity: 0.0;
  	animation-name: mainmenu-fade-in;
	animation-delay: 0.5s;
	animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

.mainmenu-item-1, .mainmenu-item-2, .mainmenu-item-3, .mainmenu-item-4, .mainmenu-item-5 {
	/* basic styles: #mainmenu-landing */
}
.mainmenu-item-1 {
	font-size: 33px;
	padding-bottom: 8px;
}

.mainmenu-item-2 {
	font-size: 25px;
	text-align: right;
	line-height: 1.0em;
	padding-top: 8px;
	/*	animation-duration: 1.0s; */
}

.mainmenu-item-3 {
	font-size: 25px;
	text-align: left;
	line-height: 1.0em;
	padding-top: 8px;
	/*	animation-duration: 0.6s; */
}

.mainmenu-item-4 {
	font-size: 20px;
	/*	animation-duration: 1.5s; */
}

.mainmenu-item-5 {
	/*	animation-duration: 1.8s; */
}


@keyframes mainmenu-fade-in {
	0% {
		/* color: rgba(255, 255, 55, 0.3); */
	} /*
	60% {
		opacity: 0.0;
	} */
	100% {
		opacity: 1.0;
		color: rgba(255, 255, 255, 0.7);
		/* display:block; */
		
	}
}

#frame-landing {
	position: fixed;
	width: 320px;
	height: 320px;
  	top: calc(50% - 160px);
  	left: calc(50% - 160px);
  	bottom: calc(50% - 160px);
  	right: calc(50% - 160px);
  	
  	/* dark background */
  	/* previously (dev): 255, 255, 255, 0.8 = bg-dark */
	/* border: 4px solid rgba(255, 255, 255, 1.0); */
	/* color: rgba(255, 255, 255, 1.0); */
	
	/* light background */
	border: 4px solid rgba(0, 0, 0, 1.0);
	color: rgba(0, 0, 0, 1.0);
	
	z-index: 50;
}

.frame-landing-zoom-in {
  animation-name: frame-zoom;
  animation-duration: 0.5s;
  /* animation-delay: 1s; */
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes frame-zoom {
  0% {
  }
  /* 50% {
	top: -50px;
  	height: calc(120%);
  } */
  100% {
  	top: 15px;
  	left: 15px;
  	width: calc(100% - 30px);	/* 38 ohne boxsizing */
  	height: calc(100% - 30px);	/* 38 ohne boxsizing */
    border: 4px solid rgba(255, 255, 255, 0.3);
  	color: rgba(255, 255, 255, 0.3);
  }
}

.echo-landing {
	position: relative;
	vertical-align: top;
	text-align: right;
	font-size: 48px;
	font-weight: bold;
	font-family: Times, serif;
	line-height: 120%;
	letter-spacing: 0.2em;
	padding: 10px;
	pointer-events: auto;
}

.raum-landing {
	position: absolute; 
	bottom: 15px; 
	left: 15px; 
	font-size: 48px; 
	font-weight: bold; 
	font-family: Times, serif; 
	line-height: 100%; 
	letter-spacing: 0.3em; 
	padding: 0px 10px 0px;
	pointer-events: auto;
}


/* -------------------------------------------------------------- */

.wp-block-tag-cloud {
	text-align: center;
}

.wp-block-calendar a, .wp-block-calendar a:visited {
	text-decoration: none;
}

.gallery-caption, .wp-caption-text {
	font-size: 0.8em;
	
	color: #333; /* vgl. figcaption */
	
	/* font-size: 80%; */
	/* font-style: italic; */
	/* text-align: center; */
}

.wp-caption-text {
	margin-top: 0.2em;
}

.wp-block-cover, .wp-block-cover-image {
	height: inherit;
}

.gallery figure {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	/* text-align: center; */
}

.gallery figcaption {
	line-height: 1.1em;
}

.gallery-columns-1 figure {
	width: 680px;
}

.gallery-columns-2 figure {
	width: 310px;
}

.gallery-columns-3 figure {
	width: 200px;
}

.gallery-columns-4 figure {
	width: 145px;
}

.gallery-columns-5 figure {
	width: 112px;
}

.gallery-columns-6 figure {
	width: 90px;
}

.gallery-columns-7 figure {
	width: 74.28571px;
}

.gallery-columns-8 figure {
	width: 62.5px;
}

.gallery-columns-9 figure {
	width: 53.33333px;
}

figure.wp-block-gallery figure {
	max-width: 100%;
}

.has-large-font-size {
	line-height: 1.2em;
}


.dashicons, .dashicons-before:before {
	line-height: 1.8em;
	margin-right: 0.2em;
}

#postNavigation {
	text-align: center;
}

#postNavigation span {
	display: inline-block;
}

.previous-post {
	text-align: right;
	margin-right: 1rem;
}

.next-post {
	margin-left: 1rem;
	margin-right: 0.2em;
}

.previous-post, .next-post {
	display: block;
}

.previous-post a, .previous-post a:visited, .next-post a, .next-post a:visited {
	font-size: 0.8em;
	line-height: 1rem;
	color: #767676;
}

.previous-post a:hover, .previous-post a:visited:hover, .next-post a:hover, .next-post a:visited:hover {
	color: #000;
	text-decoration: underline;
}

.sticky, .bypostauthor {
	display: block;
}

.mejs-container a, .mejs-container a:visited {
	border-bottom: none;
}

.logged-in-as a, .logged-in-as a:visited {
	border-bottom: 2px solid #6AA6A6;
}

.logged-in-as a:hover, .logged-in-as a:visited:hover {
	border: none;
}



/* -------------- media queries ----------------- */


/* Responsive layout - one column-layout instead of two-column layout */

@media (max-width: 700px) {
	.flex-container {
		flex-direction: column;
	}
	.img-programm {
		width: 100%;
	}
	.img-caption {
		width: 100%;
		padding: 0 30px;
		display: block;
	}
	
	.flex-item-left {
		padding-right: 0px; /* vgl. oben: zeilenansicht 20px rechts */
	}
	.flex-item-right {
		padding: 0 20px; /* textabstand im spaltenmodus */
	}
	
	
	/* --- footer -------------------- */

	.footer-container {
		flex-direction: column;
		overflow-x: auto;
	}

	.footer-item-left {
		/* background-color: #eee; */
		font-size: 80%;
		padding: 4px 0px 4px 15px;
		/* padding-left: 15px; */
	}

	.footer-item-center {
		border-top: 1px solid rgba(125, 125, 125, 0.2);
		/* background-color: #fed; */
		font-size: 80%;
		padding: 4px 0px 4px 45px;
		/* padding-left: 45px; */
	}
	.footer-item-center {
		padding-top: 4px;
	}
	.footer-item-center p {
		padding-top: 4px;
}
	.abstand16 {	/* footer suche */
		padding-top: 4px;
	}
	.abstand8 {		/* footer copyright */
		padding-top: 0px;
	}
	
	.footer-item-right {
		border-top: 1px solid rgba(125, 125, 125, 0.2);
		font-size: 80%;
		margin: 0px 10px;
		padding: 4px 0px 4px 35px; /* 45 ohne margin */
		/* padding-left: 45px; */
	}
	.footer-item-right {
		padding-top: 4px;
	}
	.footer-item-right p { 
		padding-top: 4px;
	}
	
	.copyright {
		/* font-size: 1em; groessenaenderung entfernt, vgl. style */
	}
	.logo-footer {
		padding-bottom: 0px;
	}

}


@media (max-width: 400px) {

	.footer-item-center {
		padding: 4px 0px 4px 15px; /* 15 ohne margin */
		/* padding-left: 15px; */
	}

	.footer-item-right {
		padding: 4px 0px 4px 5px; /* 15 ohne margin */
		/* padding-left: 15px; */
	}
}

