/* #Home
================================================== */


.home2{
	position: relative; 
	margin: 0;
	width: 100%;
	overflow:hidden;
	z-index:0;
	padding:0;
}

#video_hg { 
	position: relative; 
	top: 0; 
	left: 0;
	width: 100%;
	height: auto;


	overflow: hidden;
}








/* Play-Button deaktivieren
================================================== */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}



/* Titel-Text über Video
================================================== */


.vid-titel {
	width: 100%;
	hight: 100%;
	position: absolute;
	z-index: 1;

}
.vid-titel-inner {

	width: 100%;
	height:100%;
	margin: 25% auto 30% auto;
text-align: center;

padding:20px; 

}

@-webkit-keyframes fadeIn { from [ opacity:0; ] to [ opacity:1; ] }
	@-moz-keyframes fadeIn { from [ opacity:0; ] to [ opacity:1; ] }
	@keyframes fadeIn { from [ opacity:0; ] to [ opacity:1; ] }
	
	 
 
	.fade-in {
		opacity:0;  
		-webkit-animation:fadeIn ease-in 1;
		-moz-animation:fadeIn ease-in 1;
		animation:fadeIn ease-in 1;
 
		-webkit-animation-fill-mode:forwards;  
		-moz-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
 
		-webkit-animation-duration:1s;
		-moz-animation-duration:1s;
		animation-duration:1s;
		}
	
	.fade-in {
		-webkit-animation-delay: 1s;
		-moz-animation-delay: 1s;
		animation-delay: 1s;
	}
 


.vid-utext
{color: #fff;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

display: inline-block;
text-align: center;
font-family: 'Sintony', helvetica, arial, sans-serif; font-weight: 400;
font-size: 1em;
font-weight:normal;

}

@media (min-width: 1200px) {




h3 {font-size: 3em;}

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {



  /* For portrait layouts only */
  
  }
  
  
  @media only screen and (min-device-width: 0px) and (max-device-width: 480px)  and (orientation:portrait) {




}


@media only screen and (min-device-width: 0px) and (max-device-width: 600px)  and (orientation:landscape) {



}





@media screen and (max-width: 768px) {



}



@media screen and (max-width: 480px) {




}

















