
/* one-col (Standard) */

div.onecol-teasermenu {
	width: 100%;
	padding: 20px 0;
	border-bottom: 2px solid #eee;
	background-position: left bottom;
	background-repeat: no-repeat;
}

div.onecol-teasermenu h3 {
	padding-top: 0;
}

div.onecol-teasermenu h3 span.room-size, div.onecol-teasermenu h3 span.package-price {
	font-weight: normal !important;
	display: inline-block;
	float: right;
	text-transform: none;
}

div.onecol-teasermenu-image {
	width: 32%;
	float: left;
}

div.onecol-teasermenu-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

div.onecol-teasermenu-text {
	width: 66%;
	float: right;
}

div.onecol-teasermenu-details { min-height: 85px; }

div.onecol-teasermenu span.button-left { display: block; float: left; }
div.onecol-teasermenu span.button-right { display: block; float: right; margin-left: 20px; }

div.onecol-teasermenu-eventdetails { width: 32%; float: left; }
p.teasermenu-event-details { font-size: 0.9em; }

/* multi-col */

div.multicol-teasermenu {
	width: 49%;
	padding: 0;
	margin: 20px 2% 0 0;
	float: left;
	background: #FFF;
}
.ge-cols_2 div.multicol-teasermenu,
.ge-cols_3 div.multicol-teasermenu { width: 100%; float: none; margin: 0; }
div.multicol-teasermenu a { text-decoration: none; }
div.multicol-teasermenu.col-2 { margin-right: 0; }
div.multicol-teasermenu.clear-2 { clear: left; }

div.multicol-teasermenu:hover {}

div.multicol-teasermenu h3 { font-size: 1.4em; }

div.multicol-teasermenu-image {
	width: 100%;
	float: none;
	position: relative;
}

div.multicol-teasermenu-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

div.multicol-teasermenu-text {
	display: block;
	float: none;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	padding: 10px 20px 20px 20px;
}

div.multicol-teasermenu-button {
	border: 2px solid #eee;
	border-top: 2px dashed #eee;
}
a.mctm-button,
span.mctm-button {
	display: block;
	padding: 20px;
	color: #268340;
	font-weight: bold;
	text-decoration: none;
}
a.mctm-button:before,
span.mctm-button:before { 
	display: inline-block;
	content: "\f061";
	padding: 0 8px 0 0;
	vertical-align: text-bottom;
	font-family: 'FontAwesome';
	font-size: 0.8em;
	font-weight: normal;
	color: #268340;
}

a.mctm-button:hover { text-decoration: none; color: #fff; background: #268340; }
a.mctm-button:hover:before { color: #fff; }

div.multicol-teasermenu:hover span.mctm-button { text-decoration: none; color: #fff; background: #268340; }
div.multicol-teasermenu:hover span.mctm-button:before { color: #fff; }

div.multi-col-pricelabel {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 20%;
	font-size: 1.4em;
	background: #268340;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-weight: normal;
}

div.multicol-teasermenu.no-text { background: transparent; } 
div.multicol-teasermenu.no-text div.multicol-teasermenu-text { border-bottom: 2px solid #eee; padding: 10px 20px; text-align: center; } 

/* one Level up / back to List */

a.back-to-list {
	display: block;
	width: 80%;
	color: #555555;
	text-decoration: underline;
	font-size: 1em;
	line-height: 3em;
	padding: 50px 10px 10px 10px;
}


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

	div.onecol-teasermenu-details { min-height: 0px; }
	
}

@media only screen and (min-width: 720px) {

	/* mehspaltig ohne Text, 3-spaltig */
	div.multicol-teasermenu.no-text { background: transparent; width: 32%; } 
	div.multicol-teasermenu.no-text.col-2 { margin-right: 2%; }
	div.multicol-teasermenu.no-text.clear-2 { clear: none; }
	div.multicol-teasermenu.no-text.col-3 { margin-right: 0; }
	div.multicol-teasermenu.no-text.clear-3 { clear: left; }
	
}

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

	div.multicol-teasermenu { width: 49.2%; margin-right: 1.4%; }
	div.multicol-teasermenu-text { min-height: 0; padding-bottom: 20px; }
	
	div.multicol-teasermenu.col-3 { margin-right: 1.4%; }
	div.multicol-teasermenu.clear-3 { clear: none; }
	
	div.multicol-teasermenu.col-2 { margin-right: 0; }
	div.multicol-teasermenu.clear-2 { clear: left; }
	
}


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

	div.onecol-teasermenu, div.onecol-teasermenu-image, div.onecol-teasermenu-text { width: 100%; float: none; }
	div.onecol-teasermenu-image { margin-bottom: 10px; }
	div.onecol-teasermenu-image img { width: 100% !important; }
	div.onecol-teasermenu-menu span.button-left, div.onecol-teasermenu-menu span.button-right { float: left; margin: 0 10px 0 0; }
	
	div.multicol-teasermenu { width: 100%; float: none; border: none; margin-right: 0 !important; }

}
