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_white.png");
    background-size: contain;
    filter: drop-shadow(0px 0px 1px #7F291B) drop-shadow(0px 0px 2px #7F291B) drop-shadow(0px 0px 3px #7F291B);
    width: 13rem;
    height: 6rem;
    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;
	}
}
.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;
}
.grid-item img.previewV{
	max-width:30%;
	image-size:contain;
}
.grid-item img.previewH{
	max-width:60%;
	float:right;
}
.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;
}
.cal_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap:0.5rem;
    row-gap: 1.5rem;
}
.cal_grid img{
	margin:0;
}

@media (max-width: 1024px) {
	.cal_grid{
		grid-template-columns: 1fr;
	}
}
#showhistory{
	max-width:10rem;
	margin:auto;
}

.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;
}

.cal_grid > .cal_location:not(:last-child) {
  margin-bottom: 1rem; /* applies to all .item except the last */
}

.cal_city{
	font-size:1.5rem;
	font-weight:bold;
    margin-top: 0;
    margin-bottom: .5rem;
}
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);
}


/* ---- Overlay / Shield ---- */
.zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
  z-index: 9998; /* BELOW the flying image */
}
.zoom-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ---- Flying Image ---- */
.zoom-fly {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; /* ABOVE overlay, BELOW controls */
  will-change: transform, opacity;
  transform-origin: top left;
  transition: transform 350ms cubic-bezier(.2, .6, .2, 1), opacity 180ms ease;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
  border-radius: var(--fly-radius, 0);
}

/* ---- Close Button ---- */
.zoom-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10000; /* ABOVE flying image */
  appearance: none;
  border: none;
  border-radius: 24px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: #111;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 200ms ease 130ms, transform 200ms ease 130ms;
}
/* Show close button when zoom is active */
body.zooming .zoom-close {
  opacity: 1;
  transform: none;
}

/* ---- Navigation Arrows ---- */
.zoom-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000; /* ABOVE flying image */
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease 130ms;
}
.zoom-prev { left: 16px; }
.zoom-next { right: 16px; }

.zoom-nav button {
  appearance: none;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
  color: #111;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.zoom-nav button:disabled {
  opacity: 0.4;
  cursor: default;
}

/* Show nav when zoom is active */
body.zooming .zoom-nav {
  opacity: 1;
  pointer-events: auto;
}

/* Make zoomable images hint interactivity */
.zoomable { cursor: zoom-in; }

/* Lock page scroll while zoom is open */
body.zooming { overflow: hidden; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .zoom-overlay,
  .zoom-close,
  .zoom-fly,
  .zoom-nav {
    transition: none !important;
  }
}
