html {
	font-family: 'josefin-sans', sans-serif;
	font: 100%/5, 'josefin-sans', sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

@font-face {
  font-display: swap; 
  font-family: 'josefin-sans';
  font-style: normal;
  font-weight: 400;
  src: url('josefin-sans-v26-latin-regular.woff2') format('woff2'), 
       url('josefin-sans-v26-latin-regular.ttf') format('truetype'); 
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow: hidden;
}


div.cursors div {
    position: absolute;
		top: 300px;
    left: 300px;
    width: 15px;
    height: 15px;
    border: var(--s-border-no-color) var(--c-akzent);
    z-index: 10;
    transform: translate(-50%, -50%);
    pointer-events: none;
    filter: invert(1);
    mix-blend-mode: difference; 
    cursor: none;
}

.navbar {
	/*size: 100%;*/
	margin: 0;
	background-color: white;
	/*list-style: none;*/
	list-style: none;
	display: grid;
	grid-template-columns: 10fr repeat(3, 2fr)  10fr repeat(5, 1fr) ;
	grid-gap: 2em;
	/*padding: 5px;*/
	position: fixed;
	z-index: 5;
	/*size: 80%;*/
	overflow: hidden;
	width: 100%;
}

.navbar .logo img {
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.navbar img {
	position: fixed;
	padding-top: 10px;
	padding-bottom: 5px;
}

.navbar a {
	text-decoration: none;
	color: #ff963b;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	transition: all 0.25s ease;
	border-bottom: 1px solid transparent;
}

.navbar p {
	padding-top: 10px;
	padding-bottom: 5px;
}

.navbar p:hover a{
	border-bottom: 1px solid #ff963b;
}

.navbar img{
	transition: transform 0.3s ease;
}

.navbar a:hover img {
  transform: scale(1.2);
}

.social {
	display: grid;
	grid-template-columns: /*10fr repeat(5, 2fr)  28fr */repeat(5, 1fr) ;
	grid-gap: 3em;
}

.socialleiste {
	position: absolute;
	top: 50px;
  left: 10px;
  list-style: none;
  justify-content: space-between;
	line-height: 200%;
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  
  border-radius: 20px;
 }

.bild {
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
 	position: absolute;
  width: 50%;
  top: 50%;
  animation-name: fillSVG;
	display: block;
  
  stroke-dashoffset: -700;
  stroke-dasharray: 700;
  animation: 5s fillSvg ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  /* Weitere Stile für das Overlay definieren */
}

@keyframes fillSvg {
  0%{
    stroke-dashoffset: -500;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.überschriften h1 {
	text-align: center;
	padding-top: 100px;
	font-size: 30px;
}

.musik {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-row-gap: 20px;
	padding: 100px;
	padding-top: 50px;
	/*position: relative;*/
}

.titel {
	padding-left: 0;
}

.titel img {
	padding-left: -20px;
}

.vespa {
	list-style: none;
}

.vespa a {
	text-decoration: none;
	color: black;
	line-height: 200%;
}

.vespa a img{
	border-bottom: none;
}

.vespa a:hover {
	border-bottom: 1px solid #ff963b;
}

.vespa img {
	/*padding-right: 20px;*/
	padding-left: 5px;
}

.video {
	text-align: center;
	border-bottom: 3px solid #ff963b;
	padding-bottom: 100px;
}

.logohintergrund {
	background-image: url(logo.jpeg);
  padding-top: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

.konzerte {
	list-style: none;
	text-align: center;
	padding-top: 50px;
	line-height: 200%;
	border-bottom: 3px solid #ff963b;
	padding-bottom: 150px;
}

.konzerte p {
	transition: font-size 0.3s ease;
}

.konzerte p:hover {
	font-size: 1.2em;
}

.konzerte a {
	color: black;
	text-decoration: none;
}

.konzerte a:hover {
	border-bottom: 1px solid #ff963b;
}

.bio {
	list-style: none;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 3em;
	padding-top: 50px;
	padding: 100px;
	line-height: 150%;
}

.bio p {
	padding-top: -20px;
}

.hidden {
	opacity: 0;
	transition: all 1s;
}

.show {
	opacity: 1;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  height: 500px;
  overflow: hidden;
}

.slideshow-container img {
    width: 70%;
    height: auto;
    object-fit: cover;
          
}

.slideshow-container .slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 2s ease;
}

.slideshow-container .active {
    opacity: 1;
}

.band {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 70px;
	padding-bottom: 200px;
	grid-row-gap: 20px;
}

.mitglieder {
	list-style: none;
}

.mitglieder h2 {
	color: #ff963b;
}

.kontakt {
	background-color: #ff963b;
	text-align: center;
	padding-bottom: 200px;
}

.kontakt a{
	color: black;
	text-decoration: none;
}

.kontakt a:hover {
	color: white;
}

.kontakt img {
	padding-bottom: 10px;
	transition: transform 0.3s ease;
}

.kontakt a:hover img {
            transform: scale(1.2);
        }

.kontakt {
	font-size: 10px;
}

.kontakte h2 {
	font-size: 12px;
}

.kontakt ul {
	list-style: none;
}

.kontakt h1 {

	padding-left: 40px;
	padding-bottom: 40px;
}

.outro {
list-style: none;
}

.daten {
	list-style: none;
	padding-top: 20px;
}

.impressum {
	padding: 100px;
}

.impressum img {
	padding-bottom: 50px
  transition: transform 0.3s ease;
}

.impressum a:hover img {
            transform: scale(1.2);
        }


@media (min-width: 850px) {
	.socialleiste {
		display: none;
	}

	.band {
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
	}
}

@media (max-width: 1650px) {
	.bio {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding-top: 10px;
		padding: 0;
		padding-left: 60px;
	}
}

@media (max-width: 1050px) {
	.social {
		display: none;
	}
	.overlay {
		top: -250px;
	}
	.socialleiste {
		display: block;
		top: 80px;
	}
	.socialleiste img {
		width: 20px;
	}

	.kontakt a {
		border-bottom: 1px solid black;
		font-size: 10px;
		line-height: 500%;
	}

	.kontakt li a img {
		border-bottom: none;
	}

.konzerte a {
	border-bottom: 1px solid #ff963b
}
	
	.vespa a {
		font-size: 15px;
		border-bottom: 1px solid #ff963b;
	}

	.video iframe{
		width: 70%;
		padding-left: 5px;
	}
	.bio {
		display: inline-block;
		padding-top: 10px;
		padding: 0;
		padding-left: 50px;
	}

.bio p {
	width: 60ch;
	}
	.musik {
		display: block;
	}
	
	.band {
		display: block;
	}
	
	.navbar h1 {
		display: none;
	}
}


@media (max-width: 850px) {

	body {
		margin: 0;
		padding: 0;
		/*padding-right: 40px;*/
	}
	.überschriften h1 {
		font-size: 20px;
		padding-top: 50px;
	}

	h2 {
		font-size: 15px;
	}

	p {
		font-size: 10px;
		
	}

.konzerte p {
	text-align: center;
}

.social {
	display: none;
}
	
	.video iframe{
		width: 80%;
	}
	.bio {
		display: inline-block;
		padding-top: 10px;
		padding: 0;
		padding-left: 50px;
	}

.bio p {
	width: 60ch;
}
	.band {
		display: block;
	}

	.slideshow-container {
		width:300px;
		height: 300px;
		padding-bottom: 0;
		align-items: center;
		padding-left: 50px;
	}

	.navbar img{
		width: 30px;
	}

	.navbar p a{
		font-size: 10px;
		padding-left: -50px;
	}

/*.social li{
display: none;
}*/

	.bio li p {
		padding-top: 0;
	}

	.overlay {
		
		top: 25%;
		
	}
	/*.logohintergrund {
		width: 60%;
	}*/
	.musik {
		display: block;
	}

	.kontakt a{
		border-bottom: 1px solid black;
		font-size: 10px;
		line-height: 500%;
	}

	.kontakt img {
		border-bottom: 1px solid #ff963b;
	}

.konzerte a {
	border-bottom: 1px solid #ff963b
}
	
	.vespa a {
		font-size: 15px;
		border-bottom: 1px solid #ff963b;
	}
}

@media (max-width: 576px) {
	.kontakt {
		display: grid;
	}
	body {
		size: 100%;
		/*overflow-x: hidden;*/
		padding: 0;
		margin: 0;

	}
.socialleiste {
	line-height: 150%;
	position: fixed;
	z-index: 5;
}

.overlay {
		position: absolute;
		/*top: -270px;*/
	
}


.konzerte p{

	text-align: center;
}

.konzerte p:hover {
	font-size: 0.8em;
}
.bild {
	width: 100%;
}

	.socialleiste img{
		width:15px;

	}


	.navbar {
		position: fixed;
		width: 100%;

	}
/*	.logohintergrund {
		
		padding-left: 0;
	}*/

	.bio p {
		width: 70ch;
	}

	.video iframe{
		width: 80%;
		
	}

	.sozial {
		grid-gap: 1em;
	}

	

}

@media (max-width: 415px) {
	.bio p {
		width: 40ch;
	}
}

@media (max-width: 390px) {
	.overlay {
		position: absolute;
		top: 75%;
	}

	.bio p {
		width: 40ch;
	}
}

@media (max-width: 375px) {
	.overlay {
		position: absolute;
	/*	top: -200px;*/
	}
}

