.ce_linkbox.version5 .content p {
	display: block;
	color: rgb(255,255,255);
	transition: transform .4s ease-out,opacity .4s ease-out;
	-webkit-transition: transform .4s ease-out,opacity .4s ease-out;
}

a.anker {
top: -280px; /* Höhe des verdeckenden Elements */
display: block;
position: relative;
visibility: hidden;
}

.elastic-video {
	    position: relative;
	    padding-bottom: 55%;
	    padding-top: 15px;
	    height: 0;
	    overflow: hidden;
	}
.elastic-video iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	
.more-button a:hover {
	opacity: 0.8;
}	
	
.more-button a, a.btn {
    background: #7da500;
    border-color: #7da500;	
    }
	
.mod_customcataloglist.cc_landschaftsgaertner .more-buttom a {
	display: inline-block;
	float: right;
	padding: 10px 20px;
	border-top: 1px solid rgb(233,233,233);
	border-bottom: 1px solid rgb(233,233,233);
	font-size: 0.9rem;
	margin-top: 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	letter-spacing: 1px;
}

.mod_customcataloglist.cc_landschaftsgaertner .entry:hover .more-buttom a {
	border-color: rgb(0,0,0);
}




	
	
/* =============================================================================
 * cc_accommodations list
 * ========================================================================== */

.mod_customcataloglist.cc_landschaftsgaertner .entry {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
	padding: 10px;
}
	
.mod_customcataloglist.cc_landschaftsgaertner .single-features li {
	width: 50%;
	float: left;
	margin-bottom: 1px;
	background: rgba(0,0,0,0.02);
	font-size: 0.8rem;
	text-transform: uppercase;
}

.mod_customcataloglist.cc_landschaftsgaertner .single-features li i {
	background: rgb(90,90,90);
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
} 

.mod_customcatalogreader.cc_landschaftsgaertner .ce_form {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	padding: 25px;
}	


.ce_geolocation.attribute {max-width:100%}


/* =============================================================================
 * cc_accommodations reader
 * ========================================================================== */
 
.mod_customcatalogreader.cc_landschaftsgaertner .single-top-content {
	overflow: hidden;
	background: rgb(255,255,255);
	padding: 20px;
}

.mod_customcatalogreader.cc_landschaftsgaertner .single-leftside {
	width: 100%;
	float: left;
}

.mod_customcatalogreader.cc_landschaftsgaertner .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_landschaftsgaertner .ce_tabs {
	margin:  0 0 35px 0;
}

.mod_customcatalogreader.cc_landschaftsgaertner .ce_tabs .tabs.classic ul li.active {
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_landschaftsgaertner .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
}

.mod_customcatalogreader.cc_landschaftsgaertner .single-features ul {
    overflow: hidden;
}

.mod_customcatalogreader.cc_landschaftsgaertner .single-features li {
	width: 50%;
float: left;
margin-bottom: 1px;
background: rgba(0,0,0,0.02);
font-size: 0.8rem;
text-transform: uppercase;
}

.mod_customcatalogreader.cc_landschaftsgaertner .single-features li i {
	background: rgb(90,90,90);
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
} 

li {
	list-style: visual;
	margin-left: 16px;
}


@media only screen and (max-width: 767px) {

.mod_customcataloglist.cc_landschaftsgaertner .single-features li {
	width: 100%;
	float: none;
}
}