

/* --- Stylesheet 4400 () --------- */ 

.class_images,
.class_content,
.class_images .Bild{
	float: left;	
}
.class_content{
	width: 44%;
	padding: 0 3%;
	white-space: preline;    
	margin-top: 9%;          
	
}
.class_images{
	width: 50%;
}
.class_gallery .motiv{
	width: 25%;	
	float: left;
	position: relative;
}
.class_gallery .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);
}
.class_gallery .motiv:hover .icon {
	display: block;
}
.class_button{float: right}
.class_button a{
	display: inline-block;
    background-color: #155764;
    color: #fff !important;
    padding: 5px 12px 4px 12px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold !important;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
	line-height: 2em;
}