@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000");
@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&family=Patua+One&family=Slabo+27px&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');



/*  ----- Haupt seite ------   */

* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	scrollbar-color: #ae6f4e #2b3c44; 
	scrollbar-track-color:  #2b3c44; 
	background-color: #dad5cb;
	color: #323232;
	font-family: "Slabo 27px", serif;
	overflow-y: scroll;
	background-image: url("../images/bcg_main_2.jpg"); /* The image used */
	height: 1024px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: repeat-y; /* Do not repeat the image */
	background-size: cover;
}

.tilt-neon-<uniquifier> {
  font-family: "Tilt Neon", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}

 .crete-round-regular {
  font-family: "Crete Round", serif;
  font-weight: 400;
  font-style: normal;
}

.crete-round-regular-italic {
  font-family: "Crete Round", serif;
  font-weight: 400;
  font-style: italic;
}
 
 .patua-one-regular {
  font-family: "Patua One", serif;
  font-weight: 400;
  font-style: normal;
}

.slabo-27px-regular {
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
}

.bgc_oben{ background-color: #1e1e1e;
}
.bgc_main{ background-color: rgba(218,213,203,0.85);
}
.bgc_pas1{ background-color: rgba(187,183,173,0.65);
}
.bgc_fuss{ background-color: rgba(119,116,106,0.65);
}
.bgc_player{ background-color: rgba(69,57,48,0.65);
}

.bgc_futter0{ background-color: rgba(53,49,40,0.85);
}
.bgc_futter{ background-color: rgba(45,40,32,0.8);
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	background-color: #585858;
	overflow-x: hidden;
	transition: 0.75s;
	padding-top: 120px;
	font-size: 25px;
	font-weight: 900;
	color: #dad5cb;
	letter-spacing: 0.35em;
	max-width: 80%;
}
.sidenav li {
	list-style-type: none; 
}

.sidenav a {
	padding: 8px 8px 8px 72px;
	text-decoration: none;
	font-weight: 200;
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #dad5cb;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
  color: #e9893b;
}
.menu{
  margin-left: 70px;
}
.sidenav .closebtn {
	position: absolute;
	z-index: 101;
	top: -15px;
	right: -20px;
	font-size: 66px;
	margin-right: 60px;
	color: gray;
	font-size: 54px;
	font-weight: 600;
}

.mini_menu {
		color: #e9893b;
}

.mini_menu a {
		color: #dad5cb;
		text-decoration: none;
}

.mini_menu a:hover {
		color: #e9893b;
}




.openbtn {
position: absolute;
z-index: 10;
top: 32px;
color: gray;
line-height:2px;
right: 56px;
font-size: 166px;
font-weight: 900;
}

.openbtn:hover{
  color: #e9893b;
}



#logoline {
	width: 100%;
			background-color: #1e1e1e;
				height:32px

}

#logolinelogo {
	max-width: 956px;
	margin: 0px auto;
		padding: 0 6px 0 6px;
}
#logolineUnten {
	width: 100%;
			background-color: #1e1e1e;
				height:32px;
				display: block;
}
#logolineUntenC {
	max-width: 956px;
	margin: 0px auto;
	padding: 0 6px 0 6px;
	font-family: "Crete Round", serif;
	color: #807968;
	line-height:34px;
}

#banerGorny {
	width: 100%;
}

#banerGorny > img {
	width: 100%;
display: block;
}


.pionek{
	padding: 0px;
}

.wraper_uni {
	max-width: 956px;
	margin: 0px auto;
}
.wraper_uni > p{
	max-width: 956px;
	margin: 0px auto;
		line-height: 1.6em;
	font-size: 1.26em;
	letter-spacing: 0.03em;
	padding-bottom: 20px;
	color: #000409;
}

#linePlayer {
	width: 100%;
	background-image: url("../images/news/news.jpg") ;
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: cover, cover;
	background-blend-mode: multiply;
}

#wrapper_musik {
	max-width: 956px;
	margin: 0px auto;
	padding-bottom: 16px;
	padding-top: 16px;
/*
background-image: url("../images/news/news.jpg"), url("../images/news/black.jpg");
*/
}


#wrapper_album {
	max-width: 956px;
	margin: 0px auto;
	padding: 16px 50px 16px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*
#wrapper_album > div > img{
	max-width: 276px;
	min-width: 180px;	
	border-radius: 6px;	
	-webkit-box-shadow: 1px 4px 10px -5px rgba(20, 20, 20, 1);
	   -moz-box-shadow: 1px 4px 10px -5px rgba(20, 20, 20, 1);
	        box-shadow: 1px 4px 10px -5px rgba(20, 20, 20, 1);
			  	transition: all .3s ease-in-out, opacity .45s ease-in-out, transform 0.5s ease;
}
*/
#wrapper_album img{
	max-width: 276px;
	min-width: 180px;	
	border-radius: 6px;	
	-webkit-box-shadow: 1px 4px 10px -5px rgba(20, 20, 20, 1);
	   -moz-box-shadow: 1px 4px 10px -5px rgba(20, 20, 20, 1);
	        box-shadow: 1px 4px 10px -5px rgba(20, 20, 20, 1);
			  	transition: all .3s ease-in-out, opacity .45s ease-in-out, transform 0.5s ease;
}

#wrapper_album img:hover {
	transform: scale(1.08);
 -webkit-box-shadow: 2px 6px 12px -5px rgba(20, 20, 20, 1);
	-moz-box-shadow: 2px 6px 12px -5px rgba(20, 20, 20, 1);
		 box-shadow: 2px 6px 12px -5px rgba(20, 20, 20, 1);

}


.description {
	padding-bottom:8px;
	text-align: center;
	font-weight: 900;
}



#player_cont {
	display: flex; /* Macht den Container zum Flex-Container */
      justify-content: center; /* Horizontale Zentrierung */
      align-items: center;

}

#lineNews {
	width: 100%;
	/*background-color: #bbb7ad;*/
	background-color. red;
}
#newsBox {
	max-width: 956px;
	height: auto;
	margin: 0px auto;
	padding: 10px 2px 10px 2px;
	background-color: #1f1a0e;	
	background-image:  url("../images/bcg_news.jpg");
	background-repeat: no-repeat;
	background-size:  100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*justify-content: space-between;*/
}

#newsBoxText {
	padding: 12px 12px 12px 12px;
	max-width: 560px;
	background-color: rgba(0,0,0,0.6);
			border-radius: 8px;
	margin: 0 12px 0 0;
}

#newsBoxText > h3 {
	padding-bottom: 20px;
}

#newsBoxText > p {
	line-height: 1.6em;
	font-size: 1.26em;
	letter-spacing: 0.04em;
	padding-bottom: 20px;
	color: #dad5cb;
}

.anybutton {
		border-radius: 8px;
		border: 1px solid #ea8a00;
		padding: 2px 8px 2px 6px;
}

.anybutton_2 {
		border-radius: 8px;
		border: 1px solid #ea8a00;
		padding: 2px 8px 2px 6px;
		background-color:rgba(0,0,0, 0.5)
}

.anybutton_2 > a  {
		color: #e4883d;
		text-decoration: none;
}

.anybutton_2:hover {
	box-shadow: 0 0 10px 4px #ea8a00;
	border-color: #ea8a00;
}

#newsBoxImage {

}

#newsBoxImage > img {
	/*margin: 12px;*/
	width: 320px;
	height: 320px;
	max-width: auto;
	max-height: auto;
	border-radius: 8px;
	border: 0;
	border: 1px solid #ea8a00;
	padding: 6px;
}



#newsBoxImage img:hover {
	box-shadow: 0 0 10px 4px #ea8a00;
	border-color: #ea8a00;
	border: 1px solid #ffbb59;
}



.spacer1{
	height:120px;
	/*background-color: blue;*/
	

}

.spacer2{
	height:40px;
	margin: none;
}



h1 {
		font-family: "Patua One", serif;
		font-size: 2.28em;
		font-weight: 400;
		line-height: 1.3em;
		margin: 0 0 1em 0;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #9e5541;
}

	h2 {
  font-family: "Crete Round", serif;
		font-size: 2.00em;
				color: #9e5541;
			text-shadow: #fff 0px 0px 2px,   #fff 0px 0px 2px,   #fff 0px 0px 2px,
             #fff 0px 0px 2px,   #fff 0px 0px 2px,   #fff 0px 0px 2px;
			 		padding-bottom: 16px;
	}

	h3 {
		font-family: "Patua One", serif;
		font-size: 1.6em;
		color: #b16425;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		font-weight: 300;
		margin-bottom: 10px;
	}

	h4 {
		font-size: 1em;
		color: #e4883d;
		text-transform: uppercase;
		letter-spacing: 0.32em;
		font-weight: 900;
		margin-top: 0.32em;
		margin-bottom: 0.40em;
	}

	h5 {
  font-family: "Crete Round", serif;
		font-size: 2.28em;
				color: #9e5541;
			text-shadow: #fff 0px 0px 2px,   #fff 0px 0px 2px,   #fff 0px 0px 2px,
             #fff 0px 0px 2px,   #fff 0px 0px 2px,   #fff 0px 0px 2px;
			 		padding-bottom: 16px;
	}

	h6 {
		font-size: 0.8em;
	}


#wrapper1 {
	max-width: 956px;
	margin: 0px auto;
	padding: 0 50px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-between;
}
#wrapperText {
	max-width: 956px;
	margin: 0px auto;
	padding: 0 50px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-between;
}
#wrapperText > p {
	font-style: italic; 
	line-height: 1.6;
}
#wrapperText > pre{
	font-family: "Slabo 27px", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.18em;
	line-height: 1.4;
	/*display: block;*/
	margin: 4em 0;
	padding-left: 10px;
	border-left: 5px solid gray;
	/*border-top: 1px solid gray;*/
}
#wrapperText > pre > span{
	border-top: 2px solid gray;
	font-weight: 900;
	font-size: 1.20em;
	line-height: 2.4;
}

.floator_lewy {
	float: left;
	border-radius: 6px;
	max-width: 360px;	
	min-width: 300px;
-webkit-box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
-moz-box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
margin-right:16px;
}

.floator_prawy {
	float: right;
	border-radius: 6px;
	max-width: 260px;	
	min-width: 160px;
-webkit-box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
-moz-box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
margin-right:16px;
}

#cover {
	text-align: center;
	max-width: 460px;	
	min-width: 200px;
}

#cover img{
	border-radius: 6px;
	max-width: 340px;	
	min-width: 320px;
-webkit-box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
-moz-box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
box-shadow: 1px 7px 24px -10px rgba(20, 20, 20, 1);
}
#cover span{
	font-size : 10px;
	letter-spacing: 0.15em;
	font-weight: normal;
	padding-bottom: 1.1em;
}

#AboutTheAlbum {
	max-width: 460px;	
	min-width: 300px;	
	font-size: 1.15em;
	line-height: 1.4em;
}

#AboutTheAlbum > p {
	padding-bottom: 1.1em;

}

#AboutTheAlbum > p > span {
	color: #9e5541;
}

#AboutTheAlbum > span {
	padding-bottom: 1.1em;
	font-weight: 600;
	color: #9e5541;
}

#AboutTheAlbum i {
	content: '\A';
	white-space: pre;  
	color: #46615c;
}

Credits {font-size: 86%; color:gray;}
/*-----------------------------*/	
.box_uni {
	margin: 0px auto;
	padding: 0 50px 0 50px;
}

#wrapper0 {
	max-width: 956px;
	margin: 0px auto;
	padding: 0 50px 0 50px;
}
header {

}

	header p {
line-height: 1.4em;
	font-size: 1.26em;
	padding-bottom: 20px;
	}

#cover_news > img {
		border-radius: 6px;
}


#newCover img{
		border-radius: 6px;
		border: 0;
		/*position: absolute;*/
		max-width: 30%;
  	transition: all .3s ease-in-out, opacity .45s ease-in-out;
}

#newCover img:hover{
transform: scale(1.1);
  	transition: all .3s ease-in-out, opacity .45s ease-in-out;
}


	#footer {
		width: 100%;
		padding: 2em 0 3em 0 ;
		/*background-color: rgba(69,64,54,0.65)*/
}

	
#footerBox {
	max-width: 956px;
	margin: 0px auto;
	padding: 0 6px 0 6px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	justify-content: space-between;
	}
	
	#formBox {
		width: 520px;
		padding-right: 25px;
		padding-bottom: 25px;
	}
	
	#iconBox {
		width: 420px;
}

.formekBox {
	padding-bottom: 25px;

}

#formek > input {
	font-family: Arial;
	color: #ef9b56;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #e4883d;
	outline: 0;
	width: 49%;
	padding-bottom:6px;
}
	
	
	
#formek > textarea {
	font-family: Arial;
	color: #ef9b56;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #e4883d;
	outline: 0;
	width: 99%;
	padding-top:24px;

}

#formek > textarea:focus {
color: #ffc961;
			border-bottom-color: #ffb361;
			box-shadow: inset 0 -1px 0 0 #ffb361;
}
#formek > input:focus {
color: #ffc961;
			border-bottom-color: #ffb361;
			box-shadow: inset 0 -1px 0 0 #ffb361;
}

textarea:focus, input:focus  {

			color: #ffc961;
}


.buttony {
		color: white;
		margin-top:24px;
		background-color: #9e5541;
		border-radius: 6px;
		border: 0;
		box-shadow: inset 0 0 0 2px #9e5541;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		height: 3.5em;
		letter-spacing: 0.35em;
		line-height: 3.45em;
		overflow: hidden;
		padding: 0 1.25em 0 1.6em;
		text-align: center;
		text-decoration: none;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
}

.buttony:hover {
		border: 0;
		background-color: #e4883d;
}
	
	



/*---------------------------------------------*/
		.littleStoreIcons {
			height: 32px;
			width: 32px;
			border: solid 1px #9e5541;
			border-radius: 4px;
	padding: 6px;
			margin: 4 px;
			}			
			
		.littleStoreIcons:hover {
			border: solid 1px #e9893b;	
		}			

		.littleStoreIcons:active {
			text-decoration: none;
		}


@media screen and (max-height: 420px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .openbtn {right: 155px;}
  .openbtn {right: 55px;}
	#newsBoxText {max-width: 100%; padding: 0; margin: 0;}
	#newsBoxText > p {	font-size: 1.26em; }
	#newsBox {width: max-width: 100%;	font-size: 1.26em;}
	#newsBoxImage > img {width: 62%; }
  	#formBox {width: 100%;}
	#iconBox {width: 100%;padding-left: 5px; padding-top:30px;	}
	#wrapper0 {max-width: 100%;	padding: 0 5px 0 5px;}
	#wrapper1 {max-width: 100%;	padding: 0 5px 0 5px;}
	#cover img {width: 100px;}
}


@media screen and (max-height: 680px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
	.openbtn {right: 155px;}
	.openbtn {right: 55px;}
	#newsBoxText { padding: 0px; margin: 0;}
	#newsBoxText > p {width: 100%;	font-size: 1.16em;}
	#newsBox {width: max-width: 100%; }
	#newsBoxImage > img {width: 62%; }
	#formBox {width: 100%;}
	#iconBox {width: 100%;padding-left: 5px; padding-top:30px;	}
	#wrapper0 {max-width: 100%;	padding: 0 5px 0 5px;}
	#wrapper1 {max-width: 100%;	padding: 0 5px 0 5px;}
	#cover img {width: 100px;}
}

