/* CSS Document */
@charset "UTF-8";

.col1 {
	float: left;
	width: 20%;
	font-size: 20px;
	line-height: 23px;
	margin: 0;
	padding: 10px;
}

.col2 {
    float: right;
	width: 75%;
	margin: 0;
	padding: 10px;
	line-height: 2;
}

img {
	max-width: 100%;
}

body {
	background-color: black;
	color: white;
}

.titel {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-top: 40px;
	font-family: "Times New Roman";
}

.centreer {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.titelsub {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	margin-top: 10px;
	font-family: "Helvetica";
}

.subtitel {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 60px;
	font-family: "Times New Roman";
}

.fotogroot {
	margin: auto;
	margin-top: 40px;
	width: 700px;
	text-align: center;
}

.fotoklein {
	margin: auto;
	margin-top: 40px;
	width: 300px;
	text-align: center;
}

.fotok {
	margin: auto;
	margin-top: 40px;
	width: 400px;
	text-align: center;
}

.video { 
	margin: auto;
	width: 1000px;
	height: 0;
	padding-bottom: 30%;
	position: relative;
}

.video iframe {
	margin-top: 40px;
	margin-bottom: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.player.no-fullscreen-support .play-bar .fullscreen  {
	display: block !important;
}

.full-screen-video{
   animation-fill-mode: none !important;
}

a:link, a:visited, a:hover, a:active {
	color: white;
	text-decoration: underline; 
}

.centercol {
	margin: auto;
	margin-top: 40px;
	padding: 10px;
	font-size: 20px;
	line-height: 23px;
	width: 600px;
	font-family: "Times New Roman";
}

.albumcredits {
	margin: auto;
	margin-top: 40px;
	padding: 10px;
	font-size: 10px;
	line-height: 12px;
	width: 410px;
	font-family: "Helvetica";
	text-align: center;
}

.lyrics {
	margin: auto;
	margin-top: 40px;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	width: 410px;
	font-family: "Times New Roman";
}

@media screen and (max-width: 400px){
	
	.col1, .col2 {
		float: none;
		width: 95%;
	}
	
	.centercol {
		width: 100%;
	}
	
	.fotoh, .fotov, .fotos {
		width: 100%;
	}
	
	.video { 
		width: 100%;
	}
	
	.muurdcentercol {
		width: 95%;
		font-size: 18px;
}

}

@media screen and (min-width: 401px) and (max-width: 768px){

	.col1 {
		float: left;
		width: 40%;
	}

	.col2 {
    	float: right;
		width: 50%;
	}
	
	.centercol {
		width: 400px;
	}
	
	.fotoh, .fotov, .fotos {
		width: 100%;
	}
	
	.video { 
		width: 100%;
	}
	
}


