

/* --- Stylesheet 4413 () --------- */ 

.desc_text, .desc_img{
	width: 50%;
	float: left;	
}
.desc_text{
	width: 44%;
	padding: 0 3%;	
}
.desc_gal{
	width: 100%;
	overflow: hidden;	
}
.desc_gal .motiv{
	width: 25%;
	max-width: 320px;
	float: left;
	position: relative;	
}
.desc_gal .icon {
    display: none;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url(//tramino.s3.amazonaws.com/s/parkhotel-frank/633330/bildergalerie.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.4);
}
.desc_gal .motiv:hover .icon {
	display: block;
}

/* --- Stylesheet 4423 () --------- */ 

@media screen and (max-width: 860px) {
	.desc_gal{ width: 50%; }
	.desc_gal .motiv{width: 50%;}
}
@media screen and (max-width: 680px) {
	.desc_text{width: 100%;}
}
@media screen and (max-width: 420px) {
	.desc_text, .desc_img{width: 100%;width:100%;}
	.desc_gal{ width: 100%; }
	.desc_gal .motiv{width: 100%; max-width:100%}
}