

#page-headline { padding: 80px 0 20px 0; }
h1.page-header { color: #555; font-size: 2em; text-align: center; }
h1.page-header span.line2 { font-size: 1.4em; line-height: 1.6em; }

.frame-layout-4 { max-width: 800px; margin: 0 auto; }

#content { padding-top: 0; }

.content-col-0 { width: 100%; }

.header-home-overlay { display: none; }



/* Teaser */
/* ------ */


.tiles {
	display: block;
	padding: 0;
}

.tile {
	display: block;
	width: 100%;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.tile a {
	display: block;
	color: #555;
	text-decoration: none;
	position: static;
}
.tile a:after {
	display: block;
	content: '';
	float: none;
	clear: both;
}
.tile .tile-image {
	display: block;
	width: 60%;
	float: left;
	overflow: hidden;
	position: relative;
}
.tile .tile-image-caption {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	color: #555;
	font-size: 0.9em;
	line-height: 1.4em;
	/* text-shadow: 1px 1px 0 #fff; */
	z-index: 10;
	padding: 0 5px;
}
.tile .tile-image:after {
	display: block;
	content: ' ';
	padding-top: 66.66%;
}

/*
.clear-fl.cols2 { display: block; clear: both; float: none; }
.clear-fl.cols2:after { display: block; content: ' '; padding-top: 1%; }
*/

.tile img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	position: absolute;
	left: 0; top: 0;

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tile .tile-text {
	display: block;
	width: 40%;
	float: left;
	position: relative;
	background: #f5f5f5;
	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.tile .tile-text .vertical-align {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 15%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	text-align: left;
}

.tile .tile-text:after {
	display: block;
	content: ' ';
	padding-top: 100%;
}
.tile .tile-title {
	font-size: 1.4em;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1.4em;
}

.tile .tile-button {
	display: block;
	font-size: 1.1em;
	color: #777;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	font-weight: bold;
	border-top: solid 1px #eee;
	border-top: solid 1px rgba(0,0,0,0.1);
	
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	transition: 0.2s ease;
}

.tile .package-price {
	display: inline-block;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #ecbf00;
	background: #268340;
	font-size: 1.6em;
	position: absolute;
	right: 0;
	top: 20%;
	z-index: 20;
}


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

	a.header-logo { background-image: url('../images/logos2021/logo-opaque-l.png'); }

}


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

	#header-slideshow { width: 80%; }
	#header-slideshow ul.slides li:after { padding-top: 42%; padding-top: 50%; }

	.icon-wrap {
		position: absolute;
		float: none;
		top: auto; right: auto; bottom: 0; left: 0;
	}
	a.header-logo span.border-b { display: none; }
	
	.header-home-overlay {
		display: inline-block;
		padding: 0 40px;
		font-size: 3vw;
		color: #333;
		position: absolute;
		left: 20%;
		bottom: 16.66%;
		background: rgba(255,255,255,0.8);
		height: 6.6vw;
		line-height: 6.6vw;
		z-index: 30;
	}

}


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

	.tile:hover .tile-text { color: #fff; background: #268340; text-shadow: none; }
	.tile:hover a { color: #fff; background: #fff; }
	.tile:hover img { transform: scale(1.1) rotate(0.1deg); }
	.tile:hover .tile-button {
		background: transparent;
		color: #fff;
		border-top: solid 1px rgba(255,255,255,0.2);
	}

}

/*
@media only screen and (max-width: 1279px) and (min-width: 1025px) {
	
	#header-slideshow { width: 70%; }
	#header-slideshow ul.slides li:after { padding-top: 85%; }
	
	a.header-logo, .icon-wrap { width: 30%; }
	
}
*/

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

	.tiles > .tile:nth-child(even) .tile-image { float: right; }
	
}


@media only screen and (max-width: 959px) {
	
	.tile { margin-bottom: 40px; max-width: 640px; }
	
	.tile .tile-image { width: 100%; float: none; }
	.tile .tile-text, .tile:hover .tile .tile-text {
		width: 100%;
		float: none;
		background: transparent;
		color: #555;
		text-shadow: none;
	}
	.tile a { color: #555; }
	
	.tile .tile-text .vertical-align {
		width: 100%;
		padding: 20px;
		position: relative;
		top: auto; right: auto; bottom: auto; left: auto;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.tile .tile-text:after {
		display: none;
	}
	
}

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

	.content-col-0 .ce-bodytext {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}

}

