@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Donegal+One);
/* =====================================================================
GLOBAL SETTINGS
===================================================================== */
*{
	box-sizing:border-box;
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
/* =====================================================================
DEFAULTS & GlOBALS
===================================================================== */
body{
	font-family:"Open Sans";
	font-weight:300;
}
a{ 
	color:#fff;
	text-decoration:none;
}
hr{
	background:#b79b29;
	border:0;
	border-color:#b79b29;
	color:#b79b29;
	height:1px;
	margin:100px auto;
	width:900px;
}
h2{
	font-family:"Open Sans",serif;
	font-style:italic;
	font-size:36px;
	font-weight:100;
	margin:0 0 20px;
	text-align:center;
}
.c1000{
	display:block;
	margin:0 auto;
	position:relative;
	width:1000px;
}
.c800{
	display:block;
	margin:0 auto;
	position:relative;
	width:800px;
}
.one_half{
	float:left;
	padding:10px;
	width:50%;
}
.booknow{
	background: #b79b29; /* Old browsers */
	background: -moz-linear-gradient(top,  #b79b29 0%, #937c1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b79b29), color-stop(100%,#937c1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b79b29 0%,#937c1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b79b29 0%,#937c1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b79b29 0%,#937c1d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b79b29 0%,#937c1d 100%); /* W3C */
	border:0;
	color:#fff;
	cursor:pointer;
	display:block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79b29', endColorstr='#937c1d',GradientType=0 ); /* IE6-9 */
	font-family: 'Donegal One', serif;
	font-size:18px;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
	width:300px;
}
/* =====================================================================
WRAPPER
===================================================================== */
.wrapper{
	display:block;
	margin:0 auto;
	position:relative;
	width:100%;
}
/* =====================================================================
BOOKING ON SITE
===================================================================== */
#booking{
	height:500px;
	overflow:hidden;
}
#bookingBackground{
	bottom:0;
	right:0;
	left:0;
	top:0;
	margin:auto;
	height:auto;
	position:absolute;
	width:100%;
}
#logo{
	height:252px;
	left:0;
	position:absolute;
	top:130px;
	width:252px;
}
	#logo img{
		bottom:0;
		top:0;
		left:0;
		right:0;
		margin:auto;
		position:absolute;
	}
#bookingForm{
	background:#fff;
	background:rgba(255,255,255,0.8);
	padding:20px;
	position:absolute;
	right:0;
	top:60px;
	width:340px;
}
	#bookingForm form,
	#bookingForm option{
		overflow:hidden;
		width:300px;
	}
	#bookingForm input[type=submit]{
		background: #b79b29; /* Old browsers */
		background: -moz-linear-gradient(top,  #b79b29 0%, #937c1d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b79b29), color-stop(100%,#937c1d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b79b29 0%,#937c1d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b79b29 0%,#937c1d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b79b29 0%,#937c1d 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b79b29 0%,#937c1d 100%); /* W3C */
		border:0;
		color:#fff;
		cursor:pointer;
		display:block;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79b29', endColorstr='#937c1d',GradientType=0 ); /* IE6-9 */
		font-family: 'Donegal One', serif;
		font-size:18px;
		padding:10px;
		text-transform:uppercase;
		width:100%;
	}
	#bookingForm input[type=text],
	#bookingForm select{
		background:#9e9e9e;
		border:0;
		color:#fff;
		display:block;
		font-size:14px;
		font-style:italic;
		margin:0 0 15px;
		padding:10px 45px 10px 10px;
		outline:none;
		width:120%;
	}
	#bookingForm select{
		-moz-appearance:none;
		-webkit-appearance:none;
		appearance:none;
		outline:none;
		background:url("images/dropdown.jpg") no-repeat 265px center #9e9e9e;
	}
#ankunft{
	background-image:url("images/calendar.jpg") !important;
	background-repeat:no-repeat !important;
	background-position:265px center !important;
}
/* =====================================================================
BOOKING OFF SITE
===================================================================== */
#bookingHeader{
		background: #b79b29; /* Old browsers */
		background: -moz-linear-gradient(top,  #b79b29 0%, #b79b29 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b79b29), color-stop(100%,#b79b29)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b79b29 0%,#b79b29 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b79b29 0%,#b79b29 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b79b29 0%,#b79b29 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b79b29 0%,#b79b29 100%); /* W3C */
		border:0;
		color:#fff;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79b29', endColorstr='#b79b29',GradientType=0 ); /* IE6-9 */
		font-family: 'Open Sans', serif;
		font-size:24px;
		margin:0 0 25px;
		padding:10px;
		text-align:center;
		width:100%;
}
/* =====================================================================
ABOUT
===================================================================== */
#about{
	font-family: 'Donegal One', serif;
	color:#626161;
}
	#about h1{
		color:#b79b29;
		font-family: 'Donegal One', serif;
		font-size:64px;
		font-weight:700;
		line-height:68px;
		margin:0 0 30px;
		text-align:center;
	}
		#about h1 span{
			color:#626262;
			font-family: 'Donegal One', serif;
			display:block;
			font-size:50px;
			font-weight:300;
		}
	#about p{
		font-size:18px;
		font-style:italic;
		margin:0 0 15px;
	}
/* =====================================================================
SLIDESHOW
===================================================================== */
#slideshow{ margin:0 0 200px; }
#slideshow a.booknow{
	bottom:20px;
	position:absolute;
	right:20px;
	z-index:5000;
}
/* =====================================================================
DISTANCES
===================================================================== */
#distances{	margin:0 0 200px; }
	#distances h2{ text-align:center; }
	#distances table{
		font-family:"Donegal One",serif;
		margin:0 auto;
		width:80%;
	}
	#distances table td{ padding:5px; }
	#distances table tr td:first-child{ width:65%; }
	#distances table tr td:last-child{ text-align:right; }
/* =====================================================================
REVIEWS
===================================================================== */
#reviews{ margin:0 0 100px; }
	#reviews ul{
		text-align:center;
		list-style:none;
		width:100%;
	}
	#reviews li{
		display:inline-block;
		vertical-align:top;
		width:400px;
	}
		#reviews li:nth-child(even){ margin-left:50px; }
		#reviews li p{
			color:#626161;
			font-family:"Donegal One", serif;
			font-size:14px;
			font-style:italic;
			line-height:21px;
			margin:0 0 10px;
			text-align:left;
		}
		#reviews li span{
			display:block;
			font-family:"Open Sans", serif;
			font-size:19px;
			font-style:normal;
			font-weight:700;
			text-align:right;
		}
		#reviews li img{
			float:left;
			margin:0 20px 150px 0;
		}
	#reviews a.booknow{
		margin:200px auto 0;
		width:400px;
	}
/* =============================================================================
FOOTER
============================================================================= */
.grey{ background:#484848; }
#footer{
	color:#fff;
	font-family: 'Donegal One', serif;
	padding:50px 0;
}
	#footer h3{
		font-size:24px;
		font-weight:700;
		margin:85px 0 5px;
	}
	#footer p{
		font-size:14px;
		line-height:18px;
		margin:0 0 10px;
	}
	#footer p:last-child{ margin:0; }
	#footer a{
		color:#FFB3B5;
		text-decoration:none;
		transition:all 0.3s linear;
	} 
		#footer a:hover{
			color:#fff;
			text-decoration:underline;
			transition:all 0.3s linear;
		} 
	#footer iframe{ border:5px solid #686868; }	
/* =============================================================================
HOTELLANDSCHAFT
============================================================================= */
#hotellandschaft{
	color:#484848;
	line-height:52px;
	height:52px;
}
	#hotellandschaft a{
		color:#484848;
		font-size:11px;
		font-weight:bold;
		font-family:"Open Sans";
	}
		#hotellandschaft a:hover{ text-decoration:underline; }
/* =============================================================================
CLEARFIX HACK
============================================================================= */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* =====================================================================
CONTENT RELATED HACKS
===================================================================== */
select::-ms-expand{ display: none; }
::-webkit-input-placeholder{ color:#eee; } /* WebKit browsers */
:-moz-placeholder{ color:#eee; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color:#eee; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder{ color:#eee; } /* Internet Explorer 10+ */
/* =====================================================================
BOOKING OFF SITE
===================================================================== */
#bookingHeader{
		background: #b79b29; /* Old browsers */
		background: -moz-linear-gradient(top,  #b79b29 0%, #b79b29 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b79b29), color-stop(100%,#b79b29)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b79b29 0%,#b79b29 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b79b29 0%,#b79b29 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b79b29 0%,#b79b29 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b79b29 0%,#b79b29 100%); /* W3C */
		border:0;
		color:#fff;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79b29', endColorstr='#b79b29',GradientType=0 ); /* IE6-9 */
		font-family: 'Open Sans', serif;
		font-size:24px;
		margin:0 0 25px;
		padding:10px;
		text-align:center;
		width:100%;
}