@charset "UTF-8";
/*---------------
   Reset
---------------*/
* {outline:none;}
body,html {width:100%; padding:0; margin:0;}
img {border:0px;}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal;}

/*---------------
 Fonts
---------------*/
body {font-family: 'Jockey One', sans-serif; color:#fff;}

/*---------------
 Links
---------------*/
a {text-decoration:none;}

/*---------------
 Classes
---------------*/
.center {margin:0 auto;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}

/*---------------
 Detail
---------------*/
body {background:url(../img/bg_body_neu.jpg) no-repeat bottom center fixed; background-size:cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}


#doc_width {width:750px; height:500px; margin-top:5%;}
#riva, #willingen {width:370px; height:425px; position:relative;}
/*#doc_width {width:750px; height:310px; margin-top:10%;}
#riva, #willingen {width:370px; height:295px; position:relative;}*/

	.logo {width:370px; height:222px; text-align:center; position:absolute; top:0; z-index:10;}
	.festival_content {position:absolute; top:75px; text-shadow: 1px 1px 0px #000;}
		#riva .festival_content {background:url(../img/bg_riva.png); padding:155px 20px 40px 20px; width:330px; height:135px;}
		#willingen .festival_content {background:url(../img/bg_willingen.png); padding:140px 20px 40px 20px; width:330px; height:150px; text-align:right;}
		/*#riva .festival_content {background:url(../img/bg_riva.png); padding:55px 20px 40px 20px; width:330px; height:105px;}
		#willingen .festival_content {background:url(../img/bg_willingen.png); padding:40px 20px 40px 20px; width:330px; height:120px; text-align:right;}*/
		
			.claim {font-size:20px; line-height:20px;}
			.date {font-size:45px; line-height:45px;}
			.town {font-size:25px; line-height:25px;}
			.country {font-size:15px; line-height:15px;}
			
	.button {position:absolute; bottom:0; width:150px; height:30px; background:#000; padding:5px 10px; font-size:25px; line-height:25px; text-transform:uppercase;}
		.button a {color:#fff;}
		#riva .button {left:20px;}
			#riva .button:hover {background:#c91701;}
			#riva .button_image {margin:0 20px 0 0;}
		#willingen .button {right:20px;}
			#willingen .button:hover {background:#030b45;}
			#willingen .button_image {margin:0 0 0 20px;}
			#willingen .button_text {text-align:right;}
			
		.button_text {width:88px;}
		.button_image {width:42px;}

