html{
    background-color: #000;
	justify-content:center;
}
body {
    margin: auto;
    font-family: 'Barlow Semi Condensed', sans-serif;
    background-color: #111;
    color: #fff;
	font-size:1rem;
	padding:1rem;
	padding-bottom:2rem;
	font-weight:300;
	max-width:160vh;
}
body {
	opacity:0;
	transition: opacity 5s;
}

.header {
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
    padding: 0 2rem;
}
.logo {
    font-size: 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
    font-weight: 700;
    background-image: url("logo.png");
    background-size: contain;
    filter: drop-shadow(0px 0px 1px #7F291B) drop-shadow(0px 0px 2px #7F291B) drop-shadow(0px 0px 3px #7F291B);
    width: 11rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position-x: left;
}
.menu-toggle {
    display: none;
    font-size: 1.8rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}
.nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.hero {
    text-align: center;
	min-height:66vh;
    background: url('images/background_shine.jpg') center/cover no-repeat;
	background-position: 60% 50%;
    padding-left: 1.5rem;
}
.hero h1 {
    font-size: 3rem;
}
.btn {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0.8rem 1.5rem;
    background-color: #a83232;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
	min-width:5rem;
	text-align:center;
	transition: transform 0.2s;
}
.btn:hover {
	text-decoration:underline;
    font-weight: 500;
    background-color: #8f2b2b;
    transform: scale(1.05);
	box-shadow: 0 0 10px 0 black;
}
.details{
	margin-top:0;
}
section {
	max-width:100%;
}
h2{
	text-align:left;
	padding-left:2rem;
	font-size:3rem;
}
#impressum h2{
	font-size:1rem;
	padding-left:0;
}
#impressum p{
	font-size:0.75rem;
}
#impressum li{
	margin-left: 1rem;
    font-size: 0.75rem;
}
.aboutgrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap:0.5rem;
}
@media (max-width: 1024px) {
	.aboutgrid{
		grid-template-columns: 1fr;
	}
}
.cal_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap:0.5rem;
    row-gap: 1.5rem;
}
.cal_date{
	color: #a83232;
	font-size:2rem;
	font-weight:bold;
	text-align:left;
}
@media (max-width: 768px) {
	.cal_date{
		font-size:1.5rem;
	}
}
.cal_over{
	color: #666; 
}
.cal_location{
	font-size:1rem;
	text-align:left;
	margin-bottom:1rem;
}
.cal_city{
	font-size:1.5rem;
	font-weight:bold;
    margin-top: 0;
    margin-bottom: .5rem;
}
.icon{
	width: 3rem;
	margin:.5rem;
	filter: drop-shadow(1px 3px 3px #0008);
	transition: all 0.2s;
}
.icon:hover{
	transform: scale(1.05);
	filter:  drop-shadow(1px 3px 5px #000) drop-shadow(0px 0px 10px #000);
	/*drop-shadow(3px 5px 7px #000)*/
}
.grid-section {
    display: grid;
    grid-template-columns: 25rem 2fr;
    background-color: #111;
	max-width:100%;
}
.flowparent{
	display:flex;
	flex-direction:column;
    background-color: #222;
}
.grid-item:last-child{
	flex-grow:1;
}
.grid-item {
    background-color: #222;
    padding: 1.5rem;
    border-radius: 0;
    text-align: center;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0);
	border: solid 1px black;
}
.grid-item h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
	text-shadow: 1px 3px 3px #0008;
}
.grid-item img {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.grid-item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}
.grid-item li span {
    color: #a83232;
    font-weight: bold;
}
.footer {
    text-align: center;
    padding: 1rem;
    background-color: #000;
    font-size: 0.9rem;
}
#news{
	background-color:#7F291B;
	background-image:url("images/tafel5.png");
	background-position: 100% 70%;
	background-size:cover;
	font-size:1.5rem;
    font-weight: 500;
	padding:2rem;
	min-height: 7rem;
	text-align:center;
	box-shadow: 0px 0px 10px 0px #000;
    text-shadow: 1px 2px 2px #0004;
	position: relative;
    z-index: 1;
}
#news h3{
	margin:0rem;
	cursor:pointer;	
}
#news p{
	margin:0rem;
	cursor:pointer;
}

#musik, #social {
	background-color:#27463F;
	box-shadow:none;
}

#playbutton {
	cursor:pointer;
}

#about{
	background-color:#7F291B;
	background-image:url("images/brickwall.png");
	background-size:contain;
	font-size:1.25rem;
	text-align:left;
}
.subtitle{
	margin-bottom: 1rem;
}
#termine{
	background-color:#000000;
	background-image: url(images/overlay_2.png);
    background-repeat: repeat;
    background-size: .75em;
	display:flex;
	flex-direction:column;
}
a {
	color: #aaaaaa;
}
a:hover {
	font-weight:bold;
}
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    .grid-section {
        grid-template-columns: 1fr;
    }
	#flowparent1{
		grid-row:2;
	}
	#flowparent2{
		grid-row:1;
	}	
}
.mynavigation{
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	z-index: 1;
	display:none;
	pointer-events: none;
}
@media (max-width: 768px) {
	.mynavigation{
		display:block;
	}
}

#hamburg {
	opacity: 0;
}

nav.topmenu { 
    height: 100%; 
    transform: translateX(100%);
    overflow: hidden; 
    transition: all 0.5s;
	pointer-events: auto;
}

#hamburg:checked + .hamburg  + nav.topmenu { 
	display:block;
	transform: translateX(0%);
}

.topmenu a {
	text-decoration: none;
	width:100%;
}

.topmenu ul {
	height:100%;
	display: block;
	list-style-type: none;
	font-size:2rem;
	min-width:12rem;
	background-color:#000c;
    padding: 1rem 3rem;
    margin-top: 0;
}
.topmenu li {
	margin-bottom:1rem;
	padding-bottom:1rem;
	border-bottom: 1px solid #fff8;
}

label.hamburg { 
   display: block;
   background: #0008; width: 75px; height: 50px; 
   position: relative; 
   margin-left: auto;
   border-radius: 4px; 
   pointer-events: auto;
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   left:10px;
   height: 4px; width: 55px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

