.plakat{
	width: 100%; 
	background-color: rgba(218, 108, 24, 0.8);
	position: fixed;
	z-index:1000;
	padding-top:20px;
	height : 100%;

	display : none;
	
}

.plakat_weg{
	transition:all 3s ease;
	opacity:0;
}
.bild_plakat{
	width:100%;  
	max-width:900px;
	 text-align:left; 


}
.wrap_plakat{
	/* display: 	block; */
	/* margin-left: auto;
	margin-right: auto;  */
	text-align:center;	
}

.x {
	position: absolute; 
	top   : -23px;
	right : -23px;
	cursor:pointer;


	margin: 0 auto; 

	/*margin-right:50px; */

}

div.wrap_plakat a {
	display : block;

}

#plakat_wrap  {
	width: 35%;
	margin: 0 auto;
	position: relative;
}

@media only screen and (min-device-width : 220px) and (max-device-width : 480px) {
	.x img {
		width:100%;
	
	}
	.bild_plakat{
		width:90%;  
		/* margin-left: auto;
		margin-right: auto;  */
	}
	.plakat{
		width:100%;
	}

	#plakat_wrap  {
		width : 100%
	}

	.x {
		right : -5px;
	}
 }