
	body{
		font-family: "Roboto";
		font-weight: 300;
		font-size: 19px;
		color: #333333;
	} /* body typography */

	h1,h2,h3,h4,h5,h6,.plan-name span{
		font-family: "Libre Baskerville";
		color: #000000;
	}

	.plan-name span,.plan-price span, .btn-search, .btn-plan, input.btn.btn-primary{
		font-family: "Libre Baskerville";
	}

		.enter-logo{
		width:px;
		height:100px;
	}
		#header .navbar{
			background: rgba(255,255,255,.6)
		} /* menu style end */
	
	#header .navbar-nav.navbar-right >li a{
		font-family: "Libre Baskerville";
		font-weight: 400;
		font-size: 16px;
	}

	
	#footer{
		background:#181818;
	} /* end footer style */
			.image-slideshow li span{
			 -webkit-animation: imageAnimation 15s linear infinite 0s;
		    animation: imageAnimation 15s linear infinite 0s;
		}

		.image-slideshow li div{
			-webkit-animation: titleAnimation 15s linear infinite 0s;
			animation: titleAnimation 15s linear infinite 0s;
		}

				.image-slideshow li:nth-child(1) span{
				background-image: url(http://luckyundluna.de/wp-content/uploads/2016/04/Slider-Rahmengeschichte-2048x910.jpg);
			}
			.image-slideshow li:nth-child(2) span,
			.image-slideshow li:nth-child(2) div {
			    -webkit-animation-delay: 5s;
			    animation-delay: 5s;
			}


					.image-slideshow li:nth-child(2) span{
				background-image: url(http://luckyundluna.de/wp-content/uploads/2016/04/Slider-Aegypten-2048x910.jpg);
			}
			.image-slideshow li:nth-child(3) span,
			.image-slideshow li:nth-child(3) div {
			    -webkit-animation-delay: 10s;
			    animation-delay: 10s;
			}


					.image-slideshow li:nth-child(3) span{
				background-image: url(http://luckyundluna.de/wp-content/uploads/2016/04/Slider-Waterloo_2048x910.jpg);
			}
			.image-slideshow li:nth-child(4) span,
			.image-slideshow li:nth-child(4) div {
			    -webkit-animation-delay: 15s;
			    animation-delay: 15s;
			}


		