:root {
	--bgcolor: #fdeff4;
	--darkpink: #ff5c8d;
	--darkgrey: #524a4e;
}

.NaviLinks input, .NaviLinks ul.submenu {
	display: none;
}

.invisible {
	display: none;
}

.startseite_full {
	display: none;
}

.submenu li {
	display: block;
	padding: 0.3em;
}

label[for=check-konzerte] {
	position: relative;
	display: block;
	cursor: pointer;
	padding-top: 0.5em;
	font-size: 1.0em;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-left: 0.6em;
}

input:checked~ul.submenu {
	display: block;
	padding: 0.3em;
}


.left {
	float: left;
}

.clear {
	clear: both;
}

.teaser_image {
	width: 100%;
}

.teaser_image img {
	width: 100%;
}
.plakat {
	width: 100%;
}

.plakat img {
	width: 100%;
}


.programm {
	width: 100%;
	float: left;
	padding-top:1em;
}

.details p {
	line-height: 1.2em;
	margin-bottom: 0;
}

.programm p {
	line-height: 1em;
}

.verein ul {
	list-style-type: circle;
}

body {
	color: #524a4e;
}

.left {
	float: left;
}

.page {
	//background-image: url(/static/files/media/css/background.jpg);
	//background-size: 100%;
	//background-repeat: no-repeat;
	background-color: var(--bgcolor);
}

header {
	background-color: #524a4e;
	border-bottom: #ff5c8d solid 0.3em;
}

header h1 {
	text-transform: full-width;
	float: left;
	margin-bottom: 0;
}

.header_image img {
	width: 100%;
	display: none;
}

.header_image_handy img {
	width: 100%;
}

.startseite main {
	padding: 0;
}

main {
	padding: 0.5em; 
	height: auto;
}

footer {
	display: table-row;
	background-color: #524a4e;
	text-align: center;
	height: 1px;
}

footer p {
	font-size: 1em;
	margin-bottom: 0.2em;
	line-height: 1em;
	font-style: italic;
	color: white;
}

footer a {
	color: white;
}

/* Basic formatting for all devices and screens 
-------------------------------------------------*/
video {
	width: 100%;
}

h1,h2 {
	font-family: "Liberation Sans", "Arial", sans-serif;
	font-size: 1.2em; /* 36px/16px */
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 0.4em;
	color: #ff5c8d;
}

h3 {
	font-family: "Liberation Sans", "Arial", sans-serif;
	font-size: 1em; /* 36px/16px */
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 1.4em;
	color: #ff5c8d;
}


.audio p {
	margin-bottom: 0;
}

p {
	font-family: "Liberation Sans", "Arial", sans-serif;
	margin-bottom: 0.4em;
	line-height: 1.4em;
	font-style: lighter;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

a {
	color: #ff5c8d;
	text-decoration: none;
}

a:hover {
	color: #ff5c8d;
}

main a:hover {
	border-bottom: 0.1em dotted #00007f;
}

/* Social Media Links */

.socialmedia img {
	height: 2em;
	margin-right: 0.1em;
}

.socialmedia {
	float: left;
}


/* Hamburg Menu */

.hamburg {
	display: block;
	background: var(--darkpink); 
	width: 4.5em; height: 3.4em; 
	position: relative; 
	margin-left: auto;
	border-radius: 0.25em 0.25em 0.25em 0; 
	transition: border-radius .5s;
}

.line { 
   position: absolute; 
   left:0.625em;
   height: 0.25em; width: 3.4em; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 1em; }
.line:nth-child(2) { top: 1.8em; }
.line:nth-child(3) { top: 2.6em; }

.hamburg.checked .line:nth-child(1){
   transform: translateY(0.8em) rotate(-45deg);
}

.hamburg.checked .line:nth-child(2){
   opacity:0;
}

.hamburg.checked .line:nth-child(3){
   transform: translateY(-0.8em) rotate(45deg);
}



nav {
	font-family: "Liberation Sans", "Arial", sans-serif;
	display: none;
	margin-bottom: 0.5em;
	background-color: var(--darkgrey);
}

nav li {
	padding-top: 0.5em;
	font-size: 1.0em;
	text-transform: uppercase;
}

.NaviLinks li {
	text-align: center;
}

nav a {
	color: white;
	
}

.sponsoren {
	margin: 0.2em 0.2em;
	float:left;
}

.sponsoren img {
	height: 8em;
}

.reservix {

}

.reservix img {
	height: 8em;
}

/* Embedded Youtube Video (see webmasterin.net/youtube-videos-responsive-einbinden)
-------------------------------- */

.video-container iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container-wrapper {
	max-width: 100%;
	width: 100%;
	left: 0;
	right:0;
	display: inline-block;
	margin: auto;
}

@media only screen and (min-width: 25em) {

header {
	min-height: 2.8em;
}

header h1 {
	font-size: 1.1em;
	padding-top: 1em;
	padding-left: 0.6em;
	margin-top: 0;
	/* float: left; */
	display: inline-box;
	width: auto;
}


.socialmedia {
	float: left;
	padding-top: 0.5em;
	padding-left: 0.4em;
}

	
}

/* 48em (= 786px and more) 
Formattings for iPad, Tablets and Desktop PC
Only if screen width is at least 48em the layout shall have columns!!!
---------------------------------------------------------------------*/
@media only screen and (min-width: 48em) {


.startseite_full {
	display: block;
}

.startseite_handy {
	display: none;
}

.teaser_right {
	margin-left: 41%;
}

.teaser_left {
	margin-right: 41%;
}

.teaser_image {
	max-width: 40%;
	max-height: 28em;
	overflow: clip;
}

.plakat {
	width: 40%;
}

.programm {
	width: 40%;
	padding-top: 2em;
}

.header_image img {
	display: block;
}

.header_image_handy img {
	display: none;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	margin-top: 0.8em;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 0.6em;
    margin-top: 0.2em;
}

p {
	margin-bottom: 0.8em;
	line-height: 1.6em;
}

.startseite p {
	margin-bottom: 0;
}

.hamburg {
	display: none;
}

label[for=check-konzerte] {
	display: inline;
}

input:checked~ul.submenu {
	display: block;
	position: absolute;
	right: 19em;
	background-color: #524a4e;
	margin-right: 0;
	top: 2.8em;
}


nav li {
	display: inline-block;
	padding-bottom: 0.5em;
	padding-top: 0;
	padding-left: 0.6em;
	font-size: 1.0em;
	text-align: right;
}

nav ul {
	margin-right: 1.2em;
	padding-top: 0.8em;
}

nav {
	display: inline;
	background-color: transparent;
	text-align: right;
}


.video-container-wrapper {
	width: 30%;
}

.socialmedia img {
	height: 1.5em;
	margin-right: 0.1em;
}

.socialmedia {
	padding-top: 0.7em;
	padding-left: 0.4em;
}

}

@media only screen and (min-width: 72em) {

/* .startseite_full img {
	clip-path: inset(8em 0 0 0);
	margin-top: -8em;
}
*/ 

.teaser_right {
	margin-left: 31%;
}

.teaser_left {
	margin-right: 31%;
}

.teaser_image {
	max-width: 40%;
	max-height: 32em;
	overflow: clip;
}

.plakat {
	width: 28%;
}

.programm {
	width: 40%;
	padding-top: 1em;
}
}