#ezLayerBg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 19500;
	display: none;
}
#ezLayerCont{
	color: #666;
	width: 100%;
/*	height: 95%; */
/*min-height: 300px; */
	max-width: 1024px;
	min-width: 300px;
	display: block;
/*	background: #FFF; */
	z-index: 19501;
	display: none;
	padding:0px;
	position: absolute;
	top:40px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
}
.ezLayerIn{
	background: #FFF;	
}
#ezLayerCloseWrap{
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 10;
	background: #FFF;
	text-align: center;
	line-height: 2;
	font-weight: 700;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
#ezLayerBtnClose{
	text-decoration: none;
}
#ezLayerCont h4{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}


.ezl-row{
	width: 100%;
	clear: both;
	float: none;
	display: inline-block;
	min-height: 300px;
}
.ezl-col1, .ezl-col2{
	padding: 0 15px;
	float: left;
	height: 100%;
}
.ezl-col1{
	width: 70%;
	padding-left: 30px;	
	margin-bottom: 20px;
}

.ezl-col2{
	width: 30%;
	padding-right: 30px;	
}
@media (max-width: 1010px) {
.ezl-col1{
	width: 60%;
}	
	.ezl-col2{
		width: 40%;
	}
}	
@media (max-width: 768px) {
	.ezl-col1, .ezl-col2{
		width: 100%;
		padding: 0 10px;
		}
}	

#ezLayerCont .wrap-img {
	width: 100%;

}
#ezLayerCont .wrap-img img{
	width: 100%;
	height: auto;
}
.layer-btn, .layer-btn:link, .layer-btn:active, .layer-btn:visited{
	background-image: url(../img/bg-button.png);
	background-repeat:repeat-y;
	 background-size:100% 100%;
	padding: 10px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5;
	display: inline-block;
	

}
.layer-btn:hover{
	color: #FFF;
	text-decoration: none;
}

.layer-btn-block{
	width: 100%;
}



.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	border: 0px;
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

#ezLayerCont header{
/*margin-bottom: 25px; */
}
#ezLayerCont h4,
#ezLayerCont h5 {
	color: #000;
	margin: 0;
	padding: 0;
	
}
#ezLayerCont h4{
	font-size: 25px;
	margin-bottom: 4px;
	margin-top: 10px;
	font-weight: 700;
}
#ezLayerCont h5{
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: -8px;
		font-weight: 700;
}

.wrap-stempel .layer-btn{
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 400px) {
	#img-stempel{
		width: 100%;
		height: auto;
		
	}
}
@media (max-width: 768px) {
	.wrap-stempel{
		text-align: center;
	}
	.wrap-stempel .layer-btn{
		width: 100%;
		float: none;
		position: relative;
		}
}	

.wrap-stempel{
	margin-top: 12px;
	float: none;
	clear: both;
	display: block;
	margin-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
