/*
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
*/

body {
	background: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}

/*
#### TYPO #### */


/*
#### MAIN #### */

.inside {
	width: 1060px;
	margin: 0 auto;
}

.head, .teaser, .container {
	width: 100%;
}

/*
#### HEAD #### */

.head {
	background: #fff;
	padding: 19px 0;
}

.head .inside {
	text-align: center;
}

/*
#### TEASER #### */

.teaser {
	height: 370px;
}

.teaser-left, .teaser-right {
	width: 100%;
	float: left;
	height: 370px;
	position: relative;
}

.teaser-left {
	background: url('./../images/teaser-left.jpg') no-repeat 0 0 transparent;
	background-size: cover;
}

.teaser-right {
	background: url('./../images/teaser-right.jpg') no-repeat 0 0 transparent;
	background-size: cover;
}

.teaser-left .teaser-call-to {
	background: #142630;
	right: 0;
}

.teaser-right .teaser-call-to {
	background: #c22309;
	left: 0;
}

.teaser-call-to {
	width: 491px;
	padding: 13px 19px 16px;
	font-size: 18px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	text-decoration: none;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.teaser-left .teaser-call-to:hover {
	background: rgba(20,38,48,0.85);
}

.teaser-right .teaser-call-to:hover {
	background: rgba(194,35,9,0.7);
}

.teaser-call-to img.arrow {
	float: right;
	padding: 7px 0 0 0;
}

/*
#### CONTAINER #### */

.container-left, .container-right {
	width: 50%;
	float: left;
}

/*
#### CONTENT #### */

.content {
	position: relative;
	top: 29px;
}

.content-left {
	position: absolute;
	top: 0;
	right: 0;
}

.content-left, .content-right {
	padding-left: 19px;
	width: 510px;
}

.content-left p, .content-right p {
	max-width: 450px;
	margin-bottom: 13px;
}

.content-left .line, .content-right .line {
	border-top: 1px solid #cecece;
	height: 1px;
	width: 100%;
}

.first,
.second,
.third,
.first,
.fourth,
.fifth,
.sixth {
	float: left;
	width: 255px;
}

.content-left a, .content-right a {
	text-decoration: none;
	padding: 10px 0;
	display: block;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.content-left a:hover, .content-right a:hover {
	opacity: 0.7;
}

.content-left a {
	color: #142630;
}

.content-right a {
	color: #c22309;
}

/*
#### MISC #### */

.clear {
	clear: both;
}

/*
#### Hotellink #### */
.center {
	text-align: center;
	margin: 80px 0 25px 0;
}
.center a.arrow {
	display: inline-block;
	color: #0988cc;
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	padding: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.center a.arrow img {
	margin: 0;
	padding: 0 5px 0 0;
}
.center a.arrow:hover {
	opacity: 0.8;
}
