/* @font-face { font-family: cabin; src: url('../fonts/CABINSKETCH-REGULAR.TTF'); } 
@font-face { font-family: cabin; font-weight: bold; src: url('../fonts/CABINSKETCH-BOLD.TTF'); } 
 */
/**@font-face { font-family: opensans; src: url('../../fonts/OpenSans-Regular.ttf'); } 
@font-face { font-family: opensans; font-weight: bold; src: url('../../fonts/OpenSans-Bold.ttf'); } 
**/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Parisienne');
body{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow-x: hidden;	
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.greatvibes {
	font-family: 'Great Vibes', serif;
}
.parisienne {
	font-family: 'Parisienne', serif;
}

.btn-schaefer {
	background: #AF3134;
	color: #fff !important;
}
.btn-schaefer:HOVER {
	background: #9F4546;
}
.btn-white {
	background: #fff;
	color: #333 !important;
}
.btn-white:HOVER {
	background: #f1f1f1;
	color: #000 !important;
}


.pull-center {
	text-align: center;
}
.activeNav a{
	color:#AF3134 !important;
	font-weight: bold;
}



.clear{
	clear:both;
}
a,a:active,a:focus,a:visited{
	outline:none;
	text-decoration: none;
	color:#000;
	box-shadow:none;
}
a:hover{
	color:#a61d42;
	text-decoration: none;
}

/* TOPBAR */
#topbar {
	min-height: 30px;
	width: 100%;
	border-bottom: 1px solid #F1F1F1;
	line-height: 30px;
	margin-bottom: 20px;
}
#topbar .topbarleft {
	box-sizing: border-box;
	min-height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color: #444;
	font-size: 12px;
	
}

#topbar .topbarright {
	box-sizing: border-box;
	min-height: 30px;
	line-height: 30px;
	color: #444;
	font-size: 12px;
	text-align: right;
}

#topbar .topbarright .bookinglogo {
	height: 20px;
	background: #05377E;
	padding: 3px 10px 3px 10px;
	position: relative;
	top: -2px;
	border-radius: 2px;
	margin-left: 5px;
}


/* MENÜ */
#logo{
	position:relative;
	height:75px;	
	z-index: 2;
	margin: 0px auto 0px auto;
	text-align: center;
	top: 1px;
}

#nav{
	margin:-8px 0 0 0;
	height: 70px;
	background: #F1F1F1;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
}

#navUnderlay {
	height: 420px;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 150px;
	z-index: 0;
	background-color: #fff;
	border-top: 0px #fff solid;
	box-sizing: border-box;
	border-bottom: 5px #AF3134 solid;
}

#navUnderlay .carousel-inner {
	height: 100%;
}

#navUnderlay .item {
	background-repeat: no-repeat;
	background-position: center center; 
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

#navUnderlay .carousel-control {
	width: 7%;
}


#navUnderlayImage {
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 150px;
	z-index: 0;
	background: url('../img/slider2.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 0px #fff solid;
	box-sizing: border-box;
	border-bottom: 5px #AF3134 solid;
}

#menu > ul{
	position:relative;
	left:50%;
}

#menu > ul > li{
	position:relative;
	right:50%;
}

#menu > ul > li > a,#menu > ul > li > a:focus,#menu > ul > li > a:visited{
	font-size:16px;
	color:#000;
	outline:none;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 2px;
	text-shadow: 1px 1px #fff;
}

#menu > ul > li > a:hover,#menu > ul > li > a.active{
	color:#a61d42;
}

#menu > ul > li:after{
	position: absolute;
	top:15px;
	content:"";
}
#menu > ul > li:first-child:after{
	content:"";
}

/** content **/
#pageWrapper {
	max-width: 1090px;
	margin: 0px auto 0px auto;
}
#content {
	margin: 400px 0px 100px 0px;
}
.whitecol {
	background: #fff;
	color: #000;
}
.greycol {
	background: #F4F4F4;
	color: #333;
}
.darkcol {
	background: #272727;
	color: #fff;
}
.centerHeadline {
	text-align: center;
	font-size: 40px;
}
.firstteaserow {
	margin-bottom: 50px;
	padding-bottom: 50px;
	padding-top: 30px;
	font-size: 16px;
	background: #AF3134;
	border-radius: 10px;
	color: #f1f1f1;
	text-align: center;
	border: 1px solid #fff;
    -webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
}
.firstteaserow h2 {

}
.startpageroomtease {
	border-radius: 10px;
	-webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
}
.homeRowSpacer {
	height: 1px;
	background: #555;
	margin: 50px auto 50px auto;
	width: 100%;
}
.centercol {
	text-align: center;
}




/** ajaxbooking **/
#ajaxBooking {
	position: absolute;
	width: 250px;
	height: 320px;
	background: rgba(241,241,241,0.9);
	top: 65px;
	z-index: 9999;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
	right: 50%;
    margin-right: 295px;
}

#ajaxBookingHeadline {
	font-size: 20px;
	border-bottom: 1px solid #fff;
	display: block;
	color: #a61d42;
	margin-bottom: 10px;
}

#ajaxBooking label {
	font-size: 10px;
}

#ajaxBooking input[type="text"],#ajaxBooking select {
	font-size: 11px;
}

#ajaxBooking h3, #ajaxBooking .datepicker-tw-prev-month, #ajaxBooking .datepicker-tw-next-month {
	font-size: 16px;
}

#ajaxBooking button {
	border-radius: 5px;
	color: #000;
}

#ajaxBooking .datepicker-tw-wrapper {
	border: 2px solid #a61d42;
	border-radius: 3px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#ajaxBooking .datepicker-tw-headline,#ajaxBooking .datepicker-tw-day {
	font-size: 14px;
	min-height: 18px;
}

#ajaxBooking .datepicker-tw-headline > p {
	line-height: 16px;
}



#contentSpacer {
	height: 360px;
}


#ajaxFormLoaderOverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255,255,255,0.5);
	z-index: 999;
	width: 100%;
	height: 100%;
}

#ajaxFormLoaderOverlay .loader {
    border: 16px solid #f3f3f3; 
    border-top: 16px solid #a61d42; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
    margin: 10% auto 0px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/** map **/
#map {
	border-top: 20px solid #555;
	width: 100%;
	height: 520px;
}
#map iframe {
	width: 100%;
	height: 500px;
}

#map.borderless {
	border: 0 !important;
}

/** ratings **/
#ratings {
	background: #555;
	width: 100%;
	height: 200px;
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
	color: #f1f1f1;
}

#star {
	color: #EEDD82;
	font-size: 30px;
	position: relative;
	top: 5px;
}

.ratings h3 {
	color: #f1f1f1;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

.singleRating {
	margin-top: 30px;
	font-size: 24px;
	font-style: italic;
}
.ratingsAuthor {
	font-size: 14px;
}

/** footer **/
footer {
	border-top: 0px solid #555;
	padding: 30px 0px 100px 0px;
	min-height: 400px;
	width: 100%;
	background: #AF3134;
	color: #f1f1f1;
	font-size: 14px;
}
footer a, footer a:VISITED {
	color: #fff;
}
footer a:HOVER {
	color: #fff;
	text-decoration: underline;
}
footer h3 {
	margin-bottom: 20px;
}
#footerlogo {
	background: #f1f1f1;
	border: 10px solid #f1f1f1;
	border-radius: 10px;
	margin-bottom: 20px;
}
.addressfooterrow {
}

#bottomBar {
	height: 20px;
	background: #555;
	color: #f1f1f1;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

#telForm div {
	margin-bottom: 5px;
}

#telForm textarea {
	resize: none;
}



/** rooms **/
.roomListSpacer {
	height: 20px;
}
.roomtoken {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 10px solid #fff;
	margin-bottom: 20px !important;
	padding: 0px;
	position: relative;
	opacity: 0.9;
	border-radius: 10px;
	transition: 0.3s;
	box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
}
.roomtoken:HOVER {
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
}
.roomtitle {
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px 0px 10px;
	font-weight: 600;
}
.roomImage {
	border: 2px solid #AF3134;
	-webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	margin-top: 5px;
}
#roomDetails {
	border-radius: 10px;
	background: #f1f1f1;
	padding-bottom: 50px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
}
#roomDetails hr {
	border-top: 1px solid #C2C2C2;
}
.roomDescription {
	padding: 0px 20px 0px 20px;
}
.guestsAndPrice {
	padding: 0px 20px 0px 20px;
}

.imgTrigger {
  height: 120px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  border-radius: 5px;
  border: 3px solid #fff;
  opacity: 0.9;
  transition: 0.3s;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
}

.imgTrigger:HOVER {
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
}

.roomGallery {
	padding: 0px 20px 0px 20px;
}


/** pages **/
.pageBlockGrey, .contactBlock {
	background: #f1f1f1;
	border-radius: 10px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	padding-bottom: 20px;
	padding-top: 20px;
}



/** Booking **/
#bookingparent {
	position: relative;
}
#bookingoverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.6);
	border-radius: 15px;
	display: none;
}
#bookingoverlay .bookingoverlayinner {
	text-align: center;
	margin: 20% auto 0px auto;
}
#bookingoverlay .bookingoverlayinner img {
	height: 20px;
}
.bookingRoomToken {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 10px solid #fff;
	padding: 0px;
	position: relative;
	opacity: 0.8;
	border-radius: 10px;
	transition: 0.3s;
	box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 28px -8px rgba(0,0,0,0.75);
	margin-bottom: 20px;
}
.bookingRoomToken:HOVER {
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
}

.bookingRoomToken.active {
	border: 10px solid #AF3134;
	opacity: 1 !important;
}

.summaryCarrier {
	font-weight: 600;
}

#summary {
	font-size: 12px;
}



/** mobile **/
@media only screen and (max-width: 1440px) {
	#ourVideos,#ourVideosDots {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	#topbar .topbarleft {
		display: none !important;
	}
	#topbar .topbarright {
		font-size: 11px;
	}
	#topContact,#topContactDot {
		display: none;
	}
	#menu > ul > li > a {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#content {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
	#ratings {
		height: 250px;
	}
	.singleRating {
		font-size: 16px;
	}
	#ajaxBooking {
		right: auto;
		left: 30px;
	}
	#ourVideos,#ourVideosDots {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	#menu > ul > li > a {
		font-size: 12px;
		padding-left: 12px;
		padding-right: 12px;
	}
	#ourVideos,#ourVideosDots {
		display: none;
	}
}


@media only screen and (max-width: 768px) {
	#nav {
		margin: -12px 0 0 0;	
	}
	.navbar-collapse {
		background: #FFF;
		position: relative;
		z-index: 999999;
	}
	#menu > ul{
		position:relative;
		left:0%;
	}

	#menu > ul > li{
		position:relative;
		left:0%;
	}
	#ajaxBooking {
		top: 40px;
		right: 0px;
		left: 0px;
		margin: 0px auto 0px auto;	
	}
	h2,h3 {
		margin-left: 15px;
	}
	.footerrow {
		border-bottom: 1px solid #fff;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#ourVideos,#ourVideosDots {
		display: none;
	}
}