@media (max-width: 889px) {
	body {
		scrollbar-width: none !important;
		/* "auto" or "thin" */
	}

	body::-webkit-scrollbar {
		width: 2px !important;
		/* width of the entire scrollbar */
	}

	.banner-background {
		width: 100%;
		padding: 0 !important;
		height: 100px;
	}

	.menu-button {
		--menu-btn-size: 3.5rem;
		position: fixed;
		top: max(1rem, env(safe-area-inset-top, 0px));
		right: max(0.85rem, env(safe-area-inset-right, 0px));
		left: auto;
		bottom: auto;
		transform: none;
		z-index: 100000002 !important;
	}

	.menu-button:not(.open):hover {
		transform: scale(1.05);
	}

	.menu-button.open {
		transform: scale(1.03);
	}

	.menu-button.is-pressed:not(.open),
	.menu-button.is-pressed.open {
		transform: scale(0.96);
	}

	.menu-button__lines {
		width: 1.65rem;
		height: 1.15rem;
	}

	/* nav #menu {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(40px) !important;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 99999999 !important;
    backdrop-filter: blur(40px);
    padding: 2rem 0;
    top: 18rem;
  }

  nav #menu.show {
    width: 100%;
    height: 100%;
    transform: translateX(0);
    z-index: 99999999 !important;
    padding: 2rem 0;
    top: 18rem;
  }


  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,
        0,
        0,
        0.5);
    z-index: 9999;
    display: none;
  }

  nav #menu~.band_bg1 {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .burger-menu {
    display: block;
    top: 2rem;
    right: 1rem;
    background-image: url("/img/menu-button.png");
    background-color: transparent;
    position: fixed;
    width: 50px;
    height: 35px;
    border: none;
    opacity: 0.7;
  }

  #menu li:hover {
    border: none;
  }

  nav #menu li {
    margin: 8px;
  }   */

	.info_tickets {
		width: 100vw !important;
		padding-left: 0.2rem !important;
		padding-right: 0.2rem !important;
	}

	.galerie-einzeln-ueberschrift {
		margin-top: 10rem;
	}

	#kontakt_box {
		width: calc(100% - 2rem);
		max-width: none;
		margin: 0 1rem;
	}

	.letsrock_gigs {
		display: none;
	}

	.concert-item {
		grid-template-columns: 1fr;
	}

	.concert-item .venue,
	.concert-item .time,
	.concert-item .gig_details,
	.concert-item .gig_location,
	.concert-item .tickets {
		grid-column: 1 / -1;
		width: 100%;
	}

	.concert-item .venue:has(.venue1:empty) {
		display: none;
	}

	.concert-item .gig_details:not(.gig_location),
	.concert-item .time {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}

	.concert-item .gig_location {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}

	.concert-item .gig_location-address {
		width: 100%;
		flex: none;
		align-items: flex-start;
	}

	.concert-item .gig_location .venue1 {
		text-align: left;
	}

	.concert-item .venue1 {
		display: block;
		width: 100%;
		flex: none;
		justify-content: flex-start;
		text-align: left;
	}

	.concert-item > h3.venue.venue-sub .venue1 {
		text-align: center;
	}

	.venue1 {
		display: block;
	}
}

/******************** Handy-Ansicht ********************/
@media (max-width: 768px) {
	body {
		scrollbar-width: none !important;
		/* "auto" or "thin" */
	}

	/*
  body::-webkit-scrollbar {
    width: 2px !important;
  } */

	/* nav {
    width: 100%;
  } */

	/* .banner-background .schrift_redhot,
  .banner-background .schrift p {
    display: none;
    -webkit-text-stroke: none !important;
    text-shadow: none 1 !important;
  }

  .feuer_banner {
    align-items: center;
  }

  .feuer_banner img {
    max-width: 9rem;
    top: 0.5rem;
  } */

	.band-logo-mobil {
		display: flex;
		position: inherit;
		width: 100%;
		margin: 0 auto;
		justify-content: center;
		margin: 8rem auto;
		mix-blend-mode: color-dodge;
	}

	.band-logo-mobil img {
		width: 95%;
		height: auto;
	}

	.info_tickets {
		width: 100vw !important;
		padding-left: 0.2rem !important;
		padding-right: 0.2rem !important;
		letter-spacing: 0;
		overflow: hidden;
	}

	.banner {
		width: 90%;
	}

	.hero-content {
		width: 100%;
		padding: 2rem 0.5rem;
	}

	.peters-paragraph {
		width: 100%;
		margin-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.band_beschreibung .peters-paragraph p {
		font-size: 1rem !important;
	}

	.burger-menu:focus > .band_bg1,
	.burger-menu:active > .band_bg1 {
		opacity: 0.4;
	}

	/* Band-Seite Anpassungen */
	.band_bg1 {
		background-size: contain;
		background-position-x: center;
		background-position-y: center;
		display: flex;
		margin-top: 0rem;
		position: relative;
		background-image: none;
	}

	.band_beschreibung {
		margin-top: 0;
	}

	.img_bandfoto {
		width: 90%;
	}

	.besetzung {
		padding: 2rem 0;
		width: 95%;
	}

	.besetzung_kh {
		width: 100%;
		padding: 2rem;
	}

	.besetzung .bild {
		margin-bottom: 2rem;
		max-width: 12rem;
		height: auto;
		width: 100%;
	}

	.band_text1 {
		font-size: 1.2rem;
	}

	.band_text1 {
		margin-top: 4rem;
		padding: 1rem 10px;
	}

	.absatz_ueberschrift,
	.absatz_ueberschrift_member p {
		font-size: clamp(0.8rem, 5vw, 1.8rem);
	}

	.absatz_ueberschrift_member {
		min-width: 100%;
		margin: 0 auto;
	}

	.email {
		font-size: 0.8rem;
	}

	.soundkh_img {
		width: 60%;
	}

	/* .galerie-album {
    width: 95%;
  } */

	.album_jahres_zahl {
		width: 100%;
		display: block;
		margin: 0;
		letter-spacing: 0.14em;
	}

	.galerie,
	.galerie-jahr {
		width: calc(100% - 1.5rem);
		padding: 2.7rem 0.9rem 1.6rem;
		margin-bottom: 2.75rem;
		border-radius: 1.1rem;
	}

	.galerie-jahr__header {
		margin-bottom: 2.5rem;
		gap: 0;
	}

	.jahr_linie {
		width: min(5.5rem, 36%);
		margin-top: 0.65rem;
	}

	.galerie-box {
		margin: 0;
		padding: 0;
		gap: 1.25rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.galerie-jahr[data-count="1"] .galerie-box,
	.galerie-jahr[data-count="2"] .galerie-box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.galerie-jahr[data-count="1"] .galerie-box {
		grid-template-columns: minmax(0, 1fr);
	}

	.galerie-album {
		width: 100%;
		flex: none;
		max-width: none;
	}

	.galerie-album__meta {
		padding: 0.9rem 0.75rem 0.8rem;
		gap: 0.2rem;
	}

	.galerie-album__title,
	.galerie-album__date {
		font-size: 0.92rem;
	}

	.Galerie-Vorschau {
		height: 100%;
		aspect-ratio: auto;
	}

	.galerie-box-seite {
		width: 100%;
		--gallery-row-unit: 80px;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: var(--gallery-row-unit);
		gap: 0.55rem;
		padding: 2rem 0.75rem;
		margin: 0 auto 2rem auto;
	}

	.galerie-vorschau-seite {
		width: 100%;
		height: 100%;
	}

	.gigs-container {
		padding: 0 1rem;
		margin-bottom: 8rem;
	}

	.concert-list {
		width: 100%;
		max-width: 700px;
		padding: 0;
		gap: 2.5rem;
	}

	.concert-item {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		padding: 8rem 1rem 1.5rem;
		box-sizing: border-box;
	}

	.concert-item .skull {
		display: block;
		max-width: 4.5rem;
		max-height: 6.5rem;
		top: 1.25rem;
		opacity: 0.55;
	}

	.concert-item .venue,
	.concert-item .time,
	.concert-item .gig_details,
	.concert-item .gig_location,
	.concert-item .tickets {
		grid-column: 1 / -1;
		width: 100%;
	}

	.concert-item .venue:has(.venue1:empty) {
		display: none;
	}

	.concert-item .gig_details:not(.gig_location),
	.concert-item .time {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}

	.concert-item .gig_location {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}

	.concert-item .gig_location-address {
		width: 100%;
		flex: none;
		align-items: flex-start;
	}

	.concert-item .gig_location .venue1 {
		text-align: left;
	}

	.concert-item .venue1 {
		display: block;
		width: 100%;
		flex: none;
		justify-content: flex-start;
		text-align: left;
	}

	.concert-item > h3.venue.venue-sub .venue1 {
		text-align: center;
	}

	.concert-list .gig-picture,
	.gigs-container > .gig-picture {
		width: 100%;
		max-width: 100%;
	}

	.banner {
		width: 100% !important;
		margin-bottom: 4rem;
	}

	#kontakt_box {
		width: calc(100% - 2rem) !important;
		max-width: none !important;
		margin: 0 1rem !important;
	}

	#kontakt_formular {
		padding: 0 1rem;
		box-shadow: none !important;
	}

	.kontakt_headline {
		font-size: 1.2rem;
	}

	#kontakt_box input,
	#kontakt_box select,
	#kontakt_box textarea,
	#kontakt_box label,
	::placeholder {
		font-size: 1.2rem !important;
	}

	#kontakt_box input:focus,
	#kontakt_box select:focus,
	#kontakt_box textarea:focus {
		box-shadow: none;
	}
}

@media (max-width: 520px) {
	.galerie-box {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.galerie-jahr[data-count="1"] .galerie-box,
	.galerie-jahr[data-count="2"] .galerie-box {
		grid-template-columns: minmax(0, 1fr) !important;
		max-width: none;
	}

	.galerie-album__media {
		aspect-ratio: 5 / 4;
	}

	.album_jahres_zahl {
		font-size: clamp(2.1rem, 14vw, 3rem);
	}
}

.video-container {
	width: 95%;
}

.concert-list {
	padding: 0;
	width: 90%;
	margin: 0 auto;
}

.concert-item {
	width: 100%;
	padding-left: 2rem;
	padding-right: 1rem;
}

.concert-item::after {
	display: none;
}

.banner {
	width: 100%;
	inset: 0;
	max-width: 100%;
	padding: 0;
}

.banner img {
	width: 100%;
	height: auto;
}

.haftung {
	width: 94%;
}

.haftung .anschrift img {
	width: 1rem;
}

.haftung .anschrift h3 {
	font-size: clamp(1.2rem, 5vw, 1.5rem) !important;
}

/* .nachoben {
    bottom: 1rem;
  }

  .nachoben img {
    width: 30px;
    height: 52px;
  } */

footer {
	justify-content: center !important;
}

@media (max-width: 885px) {
	/* .galerie {
    width: 100%;
    margin: 0 auto 4rem auto;
  } */

	/* .galerie-box {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 2rem 0.4rem;
    padding: 2rem 0.5rem;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 4px solid lime;
  } */

	/* .galerie-album {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  } */
}
