/*@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700');*/


body {
	padding: 0px 0px;
	font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: rgb(159, 131, 99);
    width: 100vw;
}



/**************
* FONT
**************/
h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	color: #9f8363;
	font-weight: 400;
	margin-bottom: 25px;
}
h1, .bh-bodytext h1, h2, .bh-bodytext h2, h3, h4, h5 {
	margin-bottom: 40px;
}
h1{
	font-size: 38px;
	line-height: 48px;
	font-weight: 400;
}
h2{
	font-size: 36px;
	font-weight: 400;
	line-height: 38px;
}
h3{
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
}
h4 {
	font-size: 18px;
	font-weight: 400px;
	line-height: 28px;
	margin-bottom: 20px;
}
p{
	line-height: 27px;
}
a{
  color: #9f8363;
}
a:hover {
	text-decoration: none;
}
a:active, a:focus{
	outline: none;
}









/**************
* FONT - SPECIAL
**************/

.bh-bodytext a {
	text-decoration: underline;
}
.bh-bodytext p {

}
.bh-bodytext ul {
    padding-left: 15px;
    margin: 0px;
}
.bh-bodytext li {
}
.bh-text-centered {
	text-align: center;
}



/**************
* FORMAT
**************/
.bh-styleclass-highlight{
	font-family: 'PT Sans', sans-serif;
	color: #9f8363;
	font-weight: 400;
	font-size: 18px;
}




/**************
* LAYOUT
**************/
.bh-femode #BheNavigation {
	display: none;
}
.bh-bemode #BheNavigation {
	padding-top: 70px;
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 6;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
    top: 50px;
   	z-index: 700;
}
.logo {
	height: 55px;
	margin: 0 auto;
	margin-top: 7px;
}







/**************
* NAV
**************/
ul.hsnavi_box {
	display: none;
	position: absolute;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    width: 200px;
    padding-bottom: 8px;
	background: white;
}

ul.hsnavi_box a {
	line-height: 40px !important;
	background: white;
}

ul.hnavi_box a:hover {

}

li.hnavi_item:hover ul.hsnavi_box {
	display: block;
}


ul li.hnavi_item {
	display: inline-block;
}

.hasSubNavi {
	position: relative;
}

.hasSubNavi:after {
	  width: 0;
	  height: 0;
	  border-left: 8px solid transparent;
	  border-right: 8px solid transparent;
	  border-top: 8px solid grey;
	  content: '';
	  display: block;
	  position: absolute;
	  left: 50%;
	  margin-left: -4px;
	  bottom: 10px;
	  opacity: 0.3;
	  transition: 0.3s ease bottom;
}

.hasSubNavi:hover:after {
	bottom: 5px;
}









/**************
* LANGUAGE - NAV
**************/
ul li.hnavi_item a,
.langmenue a {
	line-height: 70px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
	color: rgb(159, 131, 99);
}
.langmenue{
	position: absolute;
	right: 0px;
	top: 0px;
}
.langmenue a {
	border-right: 1px solid #dddddd;
	color: rgb(159, 131, 99);
}
.langmenue a:last-child {
	border-right: 0px solid #dddddd;
}






/**************
* BTN
**************/
.bh-button {
	display: block;
    background-color: #000;
    padding: 10px 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}





/**************
* Widget
**************/
.bh-bemode #Content {
	margin-top: 120px;
}
.bhe-state-iniframe #BheNavigation,
.bhe-state-iniframe #bhe-pane {
	display: none;
}
#WidgetCode {
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 40px;
	padding: 20px;
	background: #595959;
	color: #fff;
}
#WidgetCode code {
	border: 1px dotted rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.1);
	padding: 0px 5px;
	border-radius: 3px;
}
.widget-code-headline {
	margin-bottom: 10px;
	font-size: 20px;
}
.widget-code-label {
	font-weight: bold;
	color: #CCF35F;
}
.widget-code-code {
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.1);
	padding: 5px 10px;
	border-radius: 2px;
	font-family: monospace;
}






/**************
* OPEN - NEXT
**************/
.dev-plugin-open-next {
	cursor:pointer;
}
.dev-plugin-open-next-content {
	height:0px;
	overflow: hidden;
}





/**************
* CALENDAR BOX
**************/
.packagelist-calendar-box{
	text-align: center;
}
.toggle-calendar-box .plugin-open-next {
	cursor:pointer;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
    font-style: italic;
    text-align: center;
    transition: all 0.5s;
}
.toggle-calendar-box .plugin-open-next.next-opened {
	margin-bottom: 20px;
}

.toggle-calendar-box [class*="bh-font"] {
	display: inline-block;
	padding: 0px 10px;
	color: rgb(123, 17, 27);
}
.toggle-calendar-box [class*="bh-font"] + .bh-label {
	display: inline-block;
}



.bh-hapi-datepicker-day-value{
	font-size: 17px;
	line-height: 24px;
}
.bh-hapi-datepicker-day-price{
	font-family: 'PT Sans', sans-serif;
	font-size: 11px;
    line-height: 20px;
    color: rgb(51,51,51);
}
.checked .bh-hapi-datepicker-day-price{
    color: rgb(255,255,255);
}
.date-picker-wrapper .day.invalid .bh-hapi-datepicker-day-price{
	opacity: 0;
	pointer-events: none;
}

/* show price only in roomlist */
.bh-hapi-datepicker-day-price{
	display: none;
}

.el-hapi-room-list .bh-hapi-datepicker-day-price{
	display: block;
}









/**************
* Swiper
**************/

.fade-img-box {
    height: 380px;
	border: none;

}
.fade-img-box {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important;
}
.fadeContainer {
    height: 380px;
}
.fade-img-box {
    background-size: cover !important;
    max-height: 380px;
}



/* Arrow */
.swiper-arrow-button.swiper-arrow-prev,
.swiper-arrow-button.swiper-arrow-next{
	height: 380px;
    width: 85px;
    z-index: 100;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.swiper-arrow-button.swiper-arrow-prev{
	left: 0;
}
.swiper-arrow-button.swiper-arrow-next{
	right: 0;
}
.swiper-arrow-button.swiper-arrow-prev:before,
.swiper-arrow-button.swiper-arrow-next:before{
    font-size: 52px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: calc(50% - 26px);
    font-weight: 900 !important;

    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    z-index: 10;

	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

}
.swiper-arrow-button.swiper-arrow-prev:before{
    content: "\e905";
    left: 20px;
}
.swiper-arrow-button.swiper-arrow-next:before{
	content: "\e906";
	right: 20px;
}





/**************
* Mobile
**************/
.bh-state-mobile .packagelist-category {
    text-align: center;
}


/* !iPad CSS */
@media only screen and (max-width : 600px) {

}








































