html {
/* 		overflow-y: hidden; */
}

body {
	font-family: arial;
	margin: 0 auto;
	text-align: center;
	height: 100% !important;
		  background: #2196f3; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #2196f3, #f44336,#2196f3, #f44336,#2196f3, #f44336); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #2196f3, #f44336,#2196f3, #f44336,#2196f3, #f44336); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 100%;



}

body * {
     transition:all 0.3s ease !important;
}


.wavecontainer {
	width: calc(100% - 50px);
	background-color: white;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	background-image: url(bgwave.svg);
	background-size: 4400px;
	background-repeat: no-repeat;
	   padding-bottom: 100px;
}

.over {
	background-color: white;
	opacity: 0.2;
	background-image: none !;
}


#container {

	text-align: left;
	width: 80%;
	margin: 0 auto;
	max-width: 800px;
	padding-top: 50px;
	height: 100%;
}

.divider{
	margin:  15px 0 15px 0;;
	box-sizing: padding-box;
	background-color: black;
	height: 5px;
}

.buttons_container, #soundcloud_container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;


}

#soundcloud_container {
				  background: #2196f3; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2196f3,#f44336, #fff); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2196f3, #f44336, #fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 20px 0 20px 0;
	margin: 40px 0 40px 0;
}

.buttons, .soundcloud  {
/* 	margin: 10px 0 10px 0; */

	  width: 100%;
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;



}

.buttons_container a {
	flex-grow: 1;
    flex-basis: 0;
	background-color: black;
	text-align: center;
	color: white;
	font-size: 1.6em;
	padding: 20px;
	width: auto;
	margin: 10px;
	text-transform: uppercase;
	box-shadow: 0 0 0 5px black, inset 0 0 0 2px #fff;
}

.buttons_container a:hover {
background-color: white;
color: black;
box-sizing: content-box;

}

.buttons_container a {
	text-decoration: none !important;
}


.imgs {
/*   padding: .5vw; */
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
  cursor: hand;
}
.imgs div {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 200px;
  margin: 0px;
  cursor: hand;
}


.imgs div img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 400px) {
  .imgs div { margin: 0; }
  .imgs { padding: 0; }

}


#soundcloud_container iframe {
	height: 150px;
	flex-grow: 1;
    flex-basis: 0;
	background-color: white;
	width: 100%;
	margin: 0px;
	border: 0px solid white;
}





#header {
	font-size: 4em;
	font-weight: bold;
	margin-bottom: -4px;
	text-shadow: 5px 5px #2196f3, -5px -5px #f44336;


}

#header p {
	right: 0;
	text-align: right;
	font-style: italic;
	font-weight: 100;
	text-shadow: none;
}

.contentbox {
/* 	margin: 1% 0 1% 0; */
	font-size: 1.2em;
	line-height: 1.6em;
	position: relative;


}

.albuminfobox {
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: white;
	color: black;
	font-size: 0.6em;
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	line-height: 1.4em;
	z-index: 0;

}

.albuminfobox p {
	font-weight: bold;
	text-decoration: underline;

}

#lan_us, #lan_de {
	display: inline;
	background-color: black;
	color: white;
	padding: 5px;
	font-size: 0.7em;
	font-weight: bold;
	margin-right: 5px;
	text-align: center;
	margin-top: -3px;
	text-decoration: none;

}


#lan_us:hover, #lan_de:hover {
	opacity: .7;
}

#info_de, #info_us {
	display: inline;
}



#soundcloud iframe{

}



.videoinfo {
	width: 100%;
	background-color: black;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	margin-bottom: -1px;
	box-sizing: padding-box !important;
			  background: #2196f3; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2196f3,#f44336, #fff); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2196f3, #f44336, #fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.video_container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wave {
	position: absolute;
	z-index: -1;
	opacity: 0.1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 2000px;
}

#wave img {
	width: 10000px;
}

#links {
	position: fixed;
	top: 10px;
	right:40px;
	width: auto;
/* 	background-color: red; */
	height: auto;
	box-sizing: padding-box;
	z-index: 99;


}

#links a {
	padding: 2px;



}

#links img {
	height: auto;
	width:32px;

}

#links a:hover {
	opacity: 0.5;
}
