/*HEAD*/
html{
	padding: 0;
}
/*	.HeadBAR{
		height: 90px;
		background-image: none;
		background-color: rgba(170, 163, 108);
		/*position: absolute;/
		left: 0;
		top: 0;
		width: 100%;
}*/

#hero-img {
	/*position: relative;*/
	/*position: absolute;  ohne weißen Rand*/	
	background-image: url(' ../img/dance-2033937_2000x756px_72dpi.jpg ');
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position: center;*/
	/*background-position: center;*/
	float: right;
	width: 100%;
	top: 0;
	left: 0;
    box-shadow: 14px 14px 45px #00000054;
}
 
.hero-cont {
	/*height: 400px;*/
	height: 580px;
	/*height: 700px;*/
	position: relative;
	overflow: hidden;
	text-align: center;
}
.logo-cont {
	height: 300px;
	/*height: 700px;*/
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
}

.logo-img {
	position: relative;
	overflow: hidden;
	background-image: url(' ../img/logo-sm-s4.png ');
	/*background-size: cover;*/
	background-size: contain;
	background-repeat: no-repeat;
	/*background-position: top;*/
	background-position: center;
	float: right;
	width: 100%;
	margin-top: 5%;
} 

.subtitle{
	text-indent: -9999em !important;
	/*margin-top: -3%;*/
}
/*MEDIA SMARTPHONE*/
@media screen and (max-width:600px){
	
	body{
		/*position: absolute;*/
	}

	/*.subtitle{
		text-indent: -9999em !important;
		margin-top: -12%;}*/


	#hero-img{
		background-image: url(' ../img/dance-2033937_2000x756px_72dpi.jpg ');
		/*position: absolute;*/
		background-position: right;
		height: 450px;
		/*height: 410px;*/
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		float: right;
		width: 100%;


	}

	.hero-cont{
		height: ;
	}

	.logo-img{
		background-image: url(' ../img/logo-sm-s4-log-text.png ');
		display: block;
	}









}
