@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	color: #ffd700;

	
  }


body {
	background-color: black
}

.home {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.home.bgimage {
	background-image: url(./bc.jpeg);
  	background-size: cover;
  	background-position: center center;
  	width: 100%;
  	height: 100vh;
  	position: relative;
  	display: flex;
  	flex-wrap: wrap;
}

.info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100vh;
	padding: 2px;
	align-items: center;
	justify-content: center;
	color: gold;
	font-family: "Work Sans", sans-serif;
	margin-left: 75px;
	margin-right: 75px;
}


.container{
	
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	padding-top: 100px;

  }

  .intro {
	display: flex;
	flex-wrap: wrap;
	width: 99%;
	height: 100vh;
	padding-top: 100px;
	margin-left: 10px;
	
  }
  
  .intro-left {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  }
  
  .intro-left .unterricht,
  .intro-left .preise,
  .intro-left .kontakt {
	flex-direction: column;
	align-items: center;
	border: 2px solid gold;
	border-radius: 8px;
	padding: 10px;
  }
  
  .intro-right {
	position: relative;
	width: 30%;
	max-height: 90%;
	border: 2px solid gold;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: stretch; /* Ensure children stretch to the height of the container */
  }

   
  .intro-right img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Maintain aspect ratio and cover the entire container */
	display: block;
	user-select: none;
  }



  .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	pointer-events: none;
  }

.container .left-side{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	padding: 0px 120px 0px 0px;
	height: 530px;
  }
  
.container .left-side .item{
	margin-bottom: 65px;
  }
  
.container .left-side .item h3{
	letter-spacing: 2px;
	margin-bottom: 20px;
	
  }


 
.container .left-side .item span{
	font-size: 18px;
  }
  
.container .left-side .item .icons a{
	padding: 0px 0px 0px 30px;
	font-size: 24px;
	
	
  } 


.contianer .right-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 530px;
  
  
}

.container .right-side .feedback-input{
 
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.container .right-side .feedback-input{
  color:gold;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid grey;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input input:focus { border:2px solid #ffd700; }

.container .right-side textarea{
  color: gold;
  width:auto;
  height: 300px;
 
  font-size: 20px;
  
  line-height: 150%;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  resize: none;
}




[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background: darkgrey;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:black;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#ffd700; }

.fa-solid.fa-guitar{
	
	margin-right: 5px;
	
}


/* ====================================
Navigation
==================================== */

.overlay-navigation {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.8);
	transform: translateY(-100%);
}

.overlay-slide-down {
	transition: all .4s ease-in-out;
	transform: translateY(0)
}

.overlay-slide-up {
	transition: all .8s ease-in-out;
	transform: translateY(-100%)
}

nav,
nav ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

nav ul {
	display: flex;
	list-style: none;
}

nav ul li {
	flex-basis: 25%;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
	transform: translateY(-100%);
}

nav li a {
	position: relative;
	top: 46%;
	color: gold;
	text-transform: uppercase;
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	letter-spacing: 4px;
	text-decoration: solid;
	display: block;
	text-align: center;
	font-size: 0.9rem;
}

nav li a:before {
	content: '';
	width: 70px;
	height: 2px;
	background-color: gold;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 100;
	transform: translateX(-100%);
	opacity: 0;
	transition: all .2s linear;
}

nav li a:after {
	content: attr(data-content);
	font-size: 0.7rem;
	transition: all .2s linear;
	opacity: 0;
	position: absolute;
	z-index: 100;
	color: gold;
	display: block;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	bottom: -50px;
	text-transform: none;
	font-family: 'Open sans', serif;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0;
}

nav li a:hover:before {
	transform: translateX(0);
	opacity: 1;
}

nav li a:hover:after {
	transform: translateY(15px);
	opacity: 1;
}

nav li:nth-of-type(1) {
	background-color: black
}

nav li:nth-of-type(2) {
	background-color: black
}

nav li:nth-of-type(3) {
	background-color: black
}

nav li:nth-of-type(4) {
	background-color: black
}


.slide-in-nav-item {
	animation: slide-in-nav-item 0.4s linear 1 .2s both;
}

.slide-in-nav-item-delay-1 {
	animation: slide-in-nav-item 0.4s linear 1 .4s both;
}

.slide-in-nav-item-delay-2 {
	animation: slide-in-nav-item 0.4s linear 1 .6s both;
}

.slide-in-nav-item-delay-3 {
	animation: slide-in-nav-item 0.4s linear 1 .8s both;
}

.slide-in-nav-item-delay-4 {
	animation: slide-in-nav-item 0.4s linear 1 1s both;
}

.slide-in-nav-item-reverse {
	animation: slide-in-nav-item-reverse .3s linear 1 .5s both;
}

.slide-in-nav-item-delay-1-reverse {
	animation: slide-in-nav-item-reverse .3s linear 1 .4s both;
}

.slide-in-nav-item-delay-2-reverse {
	animation: slide-in-nav-item-reverse .3s linear 1 .3s both;
}

.slide-in-nav-item-delay-3-reverse {
	animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}

.slide-in-nav-item-delay-4-reverse {
	animation: slide-in-nav-item-reverse .3s linear 1 both;
}


/* ====================================
overlay
==================================== */

.open-overlay {
	position: absolute;
	right: 5rem;
	top: 3.2rem;
	z-index: 100;
	width: 34px;
	display: block;
	cursor: pointer;
}

.open-overlay span {
	display: block;
	height: 1px;
	background-color: gold;
	cursor: pointer;
	margin-top: 8px;
}

.animate-top-bar {
	animation: animate-top-bar .6s linear 1 both
}

.animate-bottom-bar {
	animation: animate-bottom-bar .6s linear 1 both
}

.animate-middle-bar {
	animation: animate-middle-bar .6s linear 1 both
}

.animate-out-top-bar {
	animation: animate-out-top-bar .6s linear 1 both
}

.animate-out-bottom-bar {
	animation: animate-out-bottom-bar .6s linear 1 both
}

.animate-out-middle-bar {
	animation: animate-out-middle-bar .6s linear 1 both
}
/*
.container {
	min-height: calc(100vh - 52px); 
	position: relative;
  } 
  */
  .footer {
	position: absolute; /* Keep the absolute positioning for the footer */
	bottom: 0;
	left: 0;
	right: 0;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: gold;
	font-weight: 100;
	margin-right: 20px;
	font-family: 'Work sans';
	z-index: 10;
  }
  

  

/* ====================================
Animation keyframes
==================================== */

@keyframes slide-in-nav-item {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slide-in-nav-item-reverse {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@keyframes animate-top-bar {
	0% {
		background-color: gold;
	}
	50% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px)
	}
	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		background-color: gold
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: gold;
	}
}

@keyframes animate-bottom-bar {
	0% {
		background-color: gold;
	}
	50% {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px)
	}
	80% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		background-color: gold;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: gold;
	}
}

@keyframes animate-middle-bar {
	0% {
		background-color: gold;
	}
	80% {
		background-color: gold;
	}
	100% {
		background-color: gold;
	}
}

@keyframes animate-out-top-bar {
	0% {
		background-color: gold
	}
	50% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px)
	}
	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		background-color: gold
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: gold;
	}
}

@keyframes animate-out-bottom-bar {
	0% {
		background-color: gold
	}
	50% {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px)
	}
	80% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		background-color: gold;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: gold;
	}
}

@keyframes animate-out-middle-bar {
	0% {
		background-color: gold
	}
	80% {
		background-color: gold;
	}
	100% {
		background-color: gold;
	}
}

.home a {
	font-family: "Work Sans", sans-serif;
	color: gold;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 50px;
	padding-bottom: 3px;
	border-bottom: 1px solid gold;
}

@media only screen and (max-width: 768px) {
	/* Mobile-friendly styles go here */
  
	body {
	  margin: 0; /* Remove default margin */
	}
  
	.home,
	.home.bgimage,
	.info,
	.container,
	.intro {
	  margin-left: 0;
	  margin-right: 0;
	}
  
	.intro-left {
	  width: 100%;
	}
  
	.intro-right {
	  
	  margin-top: 20px; /* Adjust spacing between intro-left and intro-right on small screens */
	 	
	  max-width: 100%; /* Ensure the image doesn't exceed its original size */
  	  max-height: 100%;
	}
  
	.container .left-side,
	.container .right-side {
	  width: 100%;
	  padding: 0 20px;
	  box-sizing: border-box;
	}
  
	.container .left-side {
	  align-items: flex-start; /* Align items to the start on small screens */
	  text-align: left;
	  height: auto; /* Adjust height as needed */
	}
  
	.container .left-side .item {
	  margin-bottom: 30px; /* Adjust spacing between items on small screens */
	}
  
	.container .right-side {
	  align-items: center;
	  height: auto; /* Adjust height as needed */
	}
  
	[type="submit"] {
	  font-size: 20px; /* Adjust font size for submit button on small screens */
	}
  
	.fa-solid.fa-guitar {
	  margin-right: 0;
	}
  
	.footer{
		display: none;
	}
  }
  