body{
	background-image: url("Sachen/background.jpg");
    background-attachment: fixed;
    overflow-y:scroll;
}
#all{
    color: white;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#header{
    margin: auto;
    width: 90%;
    height: 200;
    background-image: url("Sachen/Banner.png");
	text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#menue{
    height: 60px;
}
nav ul{
    margin-bottom: 300px;
    list-style: none;
	padding-left: 0;
}
#content{
    margin: auto;
    width: 80%;
	font-family: Calibri;
    font-size: 18;
    color: white;
}
#footer{
	width: 100%;
	height: 50px;
}
a{
	color: #0040FF;
	text-decoration: none;
    transition: 150ms;
}
a:hover{
	text-decoration: underline;
	color: #5882FA;
}
#test{
	width: 150px;
	height: 150px;
	transition: width 3s, height 3s;
	background-color: green;
}
td{
    color: white;
}
#test:hover{
	width: 300px;
	height: 300px;
	background-color: red;
}
#test2{
    width: 150px;
    height: 150px;
    transition: 3s;
    background: -prefix-linear-gradient(left top, blue, red); 
    background: linear-gradient(to bottom right, blue, red);
}
#test2:hover{
     filter: invert(1);
}
#clicker{
	padding: 30px;
	border: 3px solid;
	border-radius: 10px;
	background-color: #FF0000;
	font-size: 60;
}
#clicker:active{
	padding: 30px;
	border: 3px solid;
	border-radius: 10px;
	background-color: #DF0101;
	font-size: 60;
}
#Radio{
    border: none;
}
#Socialfooter{
    height: 40; 
    width: 40; 
}
#RadioButton{
    float: left;
    width: 49%;
}
#MusikPlaylistButton{
    float: right;
    width: 49%;
}
#MusikBilder{
    width: 100%;
}
#MusikAufklappen{
    font-size: 30;
}
#SozialSite{
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    width: 20%;
    transition: 500ms;
}
#SozialSite:hover{
     filter: invert(1);
}
#Musikleft1, #Musikleft2, #Musikleft3, #Musikleft4{
    float: left;
	width: 48%;
	height: 470px;
    margin: 1%;
}
#Musikright1, #Musikright2, #Musikright3, #Musikright4{
    float: right;
	width: 48%;
	height: 470px;
    margin: 1%;
}
#MusikBild{
    width: 100%;
    height: 87%;
}
#Musikleft1_1{
    width: 49%;
    float: left;
}
#Musikleft1_2{
    width: 49%;
    float: right;
}
@media all and (min-width: 35em) {
	li {
		width: 10em;
	}
	.details {
		position: absolute;
		right: 10%;
		top: 10%;
		background-color: #F1F3F4;
		border: 0.1em solid #3983ab;
		border-radius: 0 8px 8px;
		padding: 1em 1em .2em;
		width: 25em;
		max-height: 20em;
		overflow: auto;
		display: none;
	}
	.details img {
		width: 90%;
	}
	.details:target {
		display: block;
	}
	.close {
		width: 0;
		heigh: 0;
		border: 0;
		text-shadow: none;
		color: transparent;
	}
	.close:after {
		position: absolute;
		top: 1em;
		right: 1em;
		content: "X";
		color: white;
		background: #c32e04;
		font: font: bold 1em/150% Georgia, Times, serif;
		border: 0.1em solid #3983ab;
		border-radius: 0 8px 8px;
		display: block;
		text-align: center;
		width: 1.5em;
		height: 1.5em;
		padding: 0.2em 0 0 0em;
	}
}