@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ***************************** */
/* Reset                         */ 
/* ***************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/* jQuery-UI Datepicker fix */
.ui-datepicker.ui-helper-hidden-accessible{display: none;}
a:focus { outline: 0; }
/* ***************************** */
/* Clearfix                      */ 
/* ***************************** */

.clearfix:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
}
.clearfix {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* ***************************** */
/* General                       */ 
/* ***************************** */
html body {
	font-family: 'arial', sans-serif;
	font-weight:normal;
	color: #4a4536;
	line-height: normal;
}


body h1,
body span.h1 {
	color: #7c117d;
	font-size: 26px;
	margin: auto;
	font-family: 'Balthazar', serif;
	text-transform: uppercase;
	font-weight:normal;
	line-height: normal;
}
body.start h1,
body.start span.h1 {
	font-family: 'Balthazar', serif;
	text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
}
body h2 {
	color: #7c117d;
	font-size: 22px;
	text-transform: uppercase;
	font-weight:normal;
	margin: auto;
	font-family: 'Balthazar', serif;
}
body h3 {
	color: #7c117d;
	font-size: 18px;
	font-family: 'Balthazar', serif;
	text-transform: uppercase;
	font-weight:normal;
}

body a {
	cursor: pointer;
	color: #870099;
}

div.container-all {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(225,212,228,1) 45%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(45%,rgba(225,212,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,212,228,1) 45%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,212,228,1) 45%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,212,228,1) 45%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(225,212,228,1) 45%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1d4e4',GradientType=0 ); /* IE6-9 */
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 170%;

	
}

div.lh-main-top {
	width: 100%;
	height: 350px;
}
div.lh-header {
	height: 137px;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 300;
}
div.lh-logo {
	width: 170px;
	height: 120px;	
	padding-top: 10px;
	float: left;
}
div.lh-quicklinks {
	width: 720px;
	padding-left: 60px;
	height:90px;
	float: left;
	text-align: right;
}
div.lh-quicklinks a {
    color: #d4afcf;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin-top: 45px;
    text-decoration: none;
    margin-right: 8px;
}
div.lh-quicklinks a.active {
    color: #730082;
}
div.lh-quicklinks a.request,
div.lh-quicklinks a.book {
	font-family: 'Balthazar', serif;
	font-weight:normal;
	color: #FFFFFF;
    display: block;
    float: right;
    font-size: 26px;
    height: 82px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0;
}
div.lh-quicklinks a.request {
    background: url("/static/i/button-top-a.png") no-repeat scroll left top transparent;
    line-height: 41px;
    padding-left: 70px;
    width: 190px;
}
div.lh-quicklinks a.book {
    background: url("/static/i/button-top.png") no-repeat scroll left top transparent;
    line-height: 55px;
    padding-left: 43px;
    width: 249px;
}
div.lh-menu {
	width: 810px;
	height:47px;
	float: left;
	
}
li.level-0 {
	position: relative;
	text-transform:uppercase;

}

li.level-1 {
	position: relative;
	
}

li.level-0 table {
	position: absolute;
	top: 47px;
	left: 0;
	height: auto;
	background: #7c117d;
	padding: 10px;
	box-shadow: 0 3px 3px #000000;
	display: none;
}
li.level-0 table a {
	text-transform:none;
}

li.level-0 table td {
	vertical-align: top;
}
li.level-0 table ul {
	margin-right: 50px
}
li.level-0 a:hover table {
	display: block;
}
div.lh-menu a {
    color: #870099;
    display: block;
    float: left;
	font-family: 'Balthazar', serif;
    font-size: 16px;
    font-weight: normal;
    height: 47px;
    line-height: 43px;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
}
table.level-01 td {
	vertical-align: top;
}
table.level-01 ul {
	padding-right: 15px;
	height: 180px;
}
li.level-0 table td a {
	padding: 0;
	font-family: 'Balthazar', serif;	
	font-size: 14px;	
	line-height: 32px;
	height: auto;
	color: #fff;
	float: none;
	white-space: nowrap;
}
div.lh-menu a:hover,
div.lh-menu a.active {
	color: #fff;
	background-color: #7c117d;
}
div#lh-gallery {
    width: 100%;
    height: 427px;
    overflow: hidden;
    padding-top: 137px;
    position: absolute;
    text-align: center;
    z-index: 1;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
div#gallery-detail {
	width: 1220px;
	height: 420px;
	margin: 0 auto;
	border-bottom: 7px solid #7c117d;
	display: inline-block;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
div.gallery-scroller {
	height: 77px;
    margin: -250px auto 0;
    position: relative;
    width: 1220px;
    z-index: 300;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
a.scroll-left {
	background: url("/static/i/gallery-left.png") no-repeat center top;
	width: 31px;
	height: 77px;
	display: block;
	float: left;
}
a.scroll-right {
	background: url("/static/i/gallery-right.png") no-repeat center top;
	width: 31px;
	height: 77px;
	display: block;
	margin-left: 1189px;
}
div.lh-cst {
	width: 980px;
	margin: 74px auto 0 auto;
	z-index: 300;
	position: relative;
}
div.lh-cst div.cst-container-box {
	width: 305px;
	height: 95px;
	margin-left: 673px;
}

/*Buchen & Anfragen bei Zimmern ausblenden*/

div.cst-list-roomtype li.cst-button-book, div.cst-list-roomtype li.cst-button-request  {
	display: none;
}

.cst-book-step-container div.cst-list-roomtype li.cst-button-book  {
	display: inline;
}


div.lh-main {
	width: 100%;
	/*background: url("/static/i/bg.jpg") no-repeat center top #FAF2D5;*/
	z-index: 0;
}

div.lh-content-main p {
	line-height: 170%;
    margin-bottom: 12px;
}

div.lh-content-main {
	width: 980px;
	margin: 0 auto;
	padding-top: 210px;
	padding-bottom: 34px;
}
div.lh-content-main div.gallery-image-container {
	position: relative;
}
div.lh-content-main div.gallery-image-name {
    background-color: #870099;
    color: #fff;
    display: inline;
    line-height: 7px;
    padding: 10px;
    position: absolute;
    top: 125px;
    left: 0;
    vertical-align: middle;
    width: auto;
}
div.lh-content-left {
	width: 250px;
	float: left;
	margin-right: -1px;
	padding-top: 10px;
}
body.start div.lh-content-left {
    display: none;

}
div.lh-content-left li.level-1{
	position:relative;
}

a.active + div.shadow{
	position: absolute;
	width: 100%;
	height:10px;
	background: url("/static/i/shadow_navi.png") no-repeat right top;
	right: 1px;
	
}

div.lh-content-left li.level-1 a {
	background: url("/static/i/menu-left.png") no-repeat scroll 12px 17px transparent;
	font-family: 'Balthazar', serif;
	font-weight:normal;
    color: #4A4536;
    display: block;
    font-size: 18px;
    height: 15px;
    line-height: 22px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-top: 11px;
    padding-right: 1px; 
    text-decoration: none;
    vertical-align: middle;
	position: relative;
}
div.lh-content-left li.level-1 a:hover {
	color: #870099;
}
div.lh-content-left li.level-1 a.active {
	background: url("/static/i/menu-left.gif") no-repeat 11px 16px #fff;
	font-family: 'Balthazar', serif;
	font-weight:normal;
	color: #870099;
	border-left:3px solid #7c117d;
	padding-bottom: 17px;
    padding-left: 24px;
    padding-top: 10px;
    padding-right: 0; 
}
div.lh-content-left li.level-2 a,
div.lh-content-left li.level-2 a.active {
	background: none;
	font-size:14px;
	border:none;
    padding-left: 45px;
}
div.lh-content {
	float: left;
	background: #fff;
	padding: 20px;
	width: 685px;
	line-height: 25px;
	font-family: Arial,Hevetica,Verdana,sans-serif;
	font-size:14px;
	border-bottom:3px solid #7c117d;
}
body.start div.lh-content {
    background-color:#ffffff;
    border-bottom: 3px solid #7C117D;
    padding: 22px 0;
    width: 978px;
}
body.start div.lh-content-start {
	float: left;
	width: 292px;
	padding-left: 22px;
	position:relative;
	height:440px;
	
}
body.start div.lh-content-start1 {
	padding-left: 29px;
}
body.start a.action-button {
	border:1px solid #870099;
	color: #870099;
	display: block;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    text-decoration:none;
    position:absolute;
    width:90%;
    bottom:0;
}
body.start div.lh-content-start a.action-button:hover {
	color: #fff;
}
div.lh-content a:hover {
	color: #fff;
	background:#870099;
	text-decoration: none;
}

a.action-button {
	border:1px solid #870099;
	color: #870099;
	display: block;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    text-decoration:none;
}
div.lh-content a.action-button:hover {
	color: #fff;
	background-color:#870099;
}
div.lh-content li {
	list-style:square;
    color: #4A4536;
    margin-left: 25px;
}

div.berge {
	background: url("/static/i/berge.png") no-repeat transparent;
	height:158px;
	z-index:20;
}

div#footer-container {
	border-top: 33px solid #7c117d;
	padding-bottom: 10px;
	background-color:#f2f2f2;
	height:200px;

}
div#footer-content {
	margin: -33px auto 0 auto;
	width: 980px;
	font-size: 12px;
	font-familiy: Arial;
	line-height: 22px;
}
div#footer-content a {
	font-size: 12px;
	font-familiy: Arial;
	line-height: 22px;
	color: #4a4536;
	text-decoration: none;
}
div#footer-content a:hover {
	color: #870099;
}
div#footer-content h1,
div#footer-content span.h1 {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 6px;
    text-transform: uppercase;
    display: block;
}
div.footer-contact,
div.footer-search,
div.footer-links,
div.footer-skype,
div.footer-info {
	float: left;
}
div.footer-contact {
	width: 250px;
}
div.footer-links {
	width: 160px;
}
div.footer-info {
	width: 265px;
}
#footer-content .footer-info .blog {
    display: block;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: left;
    background-image: url("/static/i/button-top.png");
    background-position: -22px 0;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 0 6px #000;
    margin: 20px 0 0 40px;
    transition: all 0.1s linear 0s;
    font-family: 'Balthazar',serif;
}
#footer-content .footer-info .blog:hover {
    box-shadow: 0 0 4px #000;
}
div.footer-skype {
	width: 120px;
}
input.search_box_input {
	width: 145px;
	height: 22px;
	border: 0 none;
	padding-left: 5px;
	color: #4a4536;
}
input.search_box_submit {
	background: url("/static/i/search.gif") no-repeat center center #fff;
	width: 28px;
	height: 22px;
	border: 0 none;
}
table.search_box {
	width: 180px;
	height: 28px;
	background-color: #fff;
	border-top: 1px solid #D4BCD7;
	border-left: 1px solid #D4BCD7;
}
div.footer-logos {
	margin: 0 auto;
	width: 980px;
	font-family: Arial,Hevetica,Verdana,sans-serif;
    line-height: 25px;
    font-size: 14px;
}



/* ***************************** */
/* Artikel mit accordion         */
/* ***************************** */
body .ui-widget {
	font: normal 1em/1.5em Arial;
}

body .accordion-article {
	margin-bottom: 10px;
}

body .accordion-article h2.ui-accordion-header {
	background: none repeat scroll 0 0 #E4D8E6;
	border: 0 none;
	color: #7c117d;
	font:normal 22px/25px "Balthazar",serif;
	margin-bottom: 10px;
	padding:10px 0 10px 14px;
	border-radius: 5px;
}

body .accordion-article h2.ui-state-hover,
body .accordion-article h2.ui-state-active {
	background: #787579;
	color:#ffffff;
}

body .accordion-article .ui-accordion-content {
	border: 0;
	padding: 0;
	font:normal 14px/25px Arial, "Times New Roman", Times, serif;
	color: #4a4536;
	margin-bottom: 10px;
}

body .accordion-article li {
	margin-bottom: 10px;
}

body .accordion-article .ui-accordion-content a {
	color: #870099;
}

body .accordion-article .ui-accordion-content a:hover {
	background:#870099;
	color:#ffffff;
}

body .accordion-article .ui-accordion-header .ui-icon {
	display: none;
}

body h2.ui-accordion-header:after, body .cst h2.ui-accordion-header a:after,
body h2.ui-state-active:after, body .cst h2.ui-state-active a:after{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 38px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 10px;
}

body h2.ui-state-active:after, body .cst h2.ui-state-active a:after {
	content: "\f107";
	padding-right: 8px;
}

@media only screen and (max-width:1024px){
	div#gallery-detail,
	div.gallery-scroller{
		width:980px;
	}

	a.scroll-right {
		position: absolute;
		right: 0;
		width: 31px;
	}

    div.lh-menu a{
	    white-space: nowrap;
	    padding:0 6px;
    }

    div.lh-quicklinks a{
	    margin-right:5px;
    }

}



