@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	outline: none;
	text-decoration: none;
}


/* Allgemein */
html, body, .alles{
	height:100%;
}

body{
	background: #fbf9f3;
	color: #7c6d6b;
	font:normal 63.5%/1.8em 'Lato', sans-serif;
}
/* CSS innerhalb des smartContent für TinyMCE */
body.mceNEWBody { 
   background: #ffffff;
	 font:normal 76.5%/1.8em 'Lato', sans-serif;
	 padding:4px;
}
/* CSS innerhalb des smartContent für TinyMCE */
p{
	margin: 0 0 10px!important;
	letter-spacing:0.2px;
}

.float_right{
	float: right;
}

.overflow{
	overflow: hidden;
	overflow-y: auto; 
}

.clearfix:before, .clearfix:after{
  content: " ";
  display: table;
}

.clearfix:after{
  clear: both;
}

/* For IE 6/7 only */
.clearfix{
  *zoom: 1;
}

.clear{
	clear: both;
}

.alles{
	/*width: 1000px;*/
	position: relative;
}

.center{
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
}

.center-wrapper {
	margin: 0 auto;
	max-width: 1275px;
	position: relative;
}

.hidden_desktop{
	display: none;
}

.show_smartphone{
	display:none;
}

.arrows, .arrows_down, .arrows_up{
	border-color: transparent transparent transparent #e2d3c7;
	border-style: solid;
	border-width: 9px;
	border-right-width: 0;
	display: inline-block;
	height: 0;
	margin: 0;
	position: absolute;
	right: 10px;
	width: 0;
}

.arrows_down{
	border-color: #e2d3c7 transparent transparent transparent;
	border-width: 9px;
	border-bottom-width: 0;
}

.arrows_up{
	border-color: transparent transparent #e2d3c7 transparent;
	border-width: 9px;
	border-top-width: 0;
}

.hide_me, .pickme, .trennung{
	display: none;
}

.text_center{
	text-align: center;
}

.ultentalcard_txt{
	background-color: #7e6253; 
	width: auto; 
	display: inline-block; 
	padding: 15px 40px; 
	color: #ffffff;
}
.ultentalcard_txt a{
	color: #ffffff!important;
	text-decoration: none!important;
}
/* ENDE Allgemein */


/* Header */
.header{
	position: relative;
}

.slideshow_head{
	margin: 0;
	width: 100%;
	padding: 0;
	z-index: 1;
}

.slideshow_head img{
	height: auto;
	position: absolute;
	width: 100%;
}

/*.slideshow_pager{
	display: inline-block;
	float:left;
}

.slideshow_pager span{
	cursor: pointer;
	color: #ccc;
}

.slideshow_pager .cycle-pager-active{
	color: #634f55;
}*/

.slideshow_pfeile {
	background: transparent url("../images/pfeile.png") 0 0 no-repeat;
}

.s_nav{
	margin: 13px 0 0;
	position: absolute;
	z-index: 999;
}

#s_prev{
	background: url("../images/pfeile.png") 0 0 no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
}

#s_next{
	background: url("../images/pfeile.png") -46px 0 no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
}

.logo{
	width:255px;
	height:110px;
	background-color:#7e6253;
	z-index: 5;
	float: left;
	padding:20px 35px;
	position:absolute;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
}

.header_bar{
	position: relative;
	clear: both;
	padding: 1px 0 0;
	height:60px;
	border-bottom:1px solid #a89f5e;
}

.social{
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 4.5em;
	color: #fff;
	float: right;
}

.social_icons, .social_icons{
	display: none;
}

.social_top{
	position: absolute;
	right: 80px;
	top: 3px;
}

.social_top a{
	margin: 0 0 0 5px;
}

.social_top img{
	height: 23px;
	width: 23px;
}

.sprachen{
	float:right;
	margin-top:10px;
}

.sprachen a {
	font-size:16px;
	color:#61442d;
	text-decoration:none!important;
	text-transform:uppercase;
}

.sprachen a:last-child:before {
	content:'\00b7';
	position:absolute;
	margin-left:-8px;
}

.sprachen a:link, .sprachen a:visited{
	/*color: #fff;*/
	display: inline-block;
	padding: 5px 0 2px;
	text-align: center;
	width: 20px;
	margin-left:7px;
}

.sprachen a:hover, .sprachen a:active{
	color: #000;
}

.special_link{
	-moz-transform: rotate(12deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	/* transform: rotate(-10deg); */
	background-color: #61442d;
	/* bottom: 266px; */
	color: #fff;
	font-size: 2.4em;
	height: 150px;
	/* margin: 0 0 0 25px; */
	/* padding: 36px 0 0; */
	position: absolute;
	text-align: center;
	width: 150px;
	z-index: 99;
	/* display: -webkit-inline-box; */
	border-radius: 50%;
	right: 60px;
	bottom: 45px;
	border: 1px solid #fff;
}
.special_kreis {
	vertical-align: middle;
	display: table-cell;
	box-sizing: border-box;
	height: 150px;
	width: 150px;
}
.special_titel {
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 auto;
	text-align: center;
}

.special_leistung {
	display: block;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.2em;
	/* margin: 0 auto; */
	text-align: center;
	/* width: 100px; */
	padding-top: 5px;
}
/* ENDE Header */


/* Slideshow Thumbs */
.thumbs{
	background: #fff;
	background: rgba(255, 255, 255, .7);
	display: none;
	height: 52px;
	margin: -72px 0 0;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	text-align: center;
	z-index: 10;
}

.thumbs img{
	border: solid 1px #fff;
	margin: 0 10px;
}

.thumbs_open:link, .thumbs_open:visited{
	color: #fff;
	font-size: 1.4em;
	margin: -32px 0 0 0;
	padding: 7px 11px;
	position: absolute;
	z-index: 20;
}

.thumbs_open:hover, .thumbs_open:active{
	text-decoration: underline;
}

.closed{
	background: rgba(255,255,255,.7);
}

.thumbs_open i{
	margin: 0 0 0 0;
}
/* ENDE Slideshow Thumbs */


/* Menü */
.navi-balken {
	background-color:#9cc105;
	height: 92px;
	width:100%;	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
}

.navi_open_up, .navi_open_down{
	
}

.menu{
	font-size: 21px;
	font-weight: 700;
  list-style-type: none;
  margin-top: 35px;
  padding: 0;
  position: absolute;  
	z-index: 110;
	right:0;
	float:right;
	max-width:950px;
	width:100%;
}

.menu li.topmenu:before {
	content:'\00b7';
	position:absolute;
	left:-33px;
	color:#fff;
}

.menu li.topmenu:first-child:before {
	content:'';
}

.menu li.topmenu{
  float: left;
  margin: 0 30px;
  position: relative;
}

.navi_open_up .topmenu ul{
	bottom: 38px;	/* damit Menü nach oben öffnet */
	padding: 0 10px;
 	width: 216px;
  background: #faf8f6;
  display: none;
  position: absolute;	/* damit Menü nach oben öffnet */
}

.navi_open_down .topmenu ul{
 	background: #fff;
 	display: none;
 	margin: 43px 0 0;
 	min-width: 105px;
 	opacity: 0.9;
 	padding: 10px;
 	position: absolute;
 	z-index: 200;
}

.topmenu a{
	color: #fff;
	/*float: left;
	margin: 0;  
	padding: 8px 0 17px;
	width: 124px;
  border-collapse: collapse;
  text-align: center;*/
  text-decoration: none;
  text-transform: uppercase;
}

.submenu{
	border-bottom: solid 1px #ede6e1;
	padding: 8px 0;
}

.submenu:last-child{
	border-bottom: none;
}

.submenu.last-child{
	border-bottom: none;
}

.submenu a, .topmenu:last-child .submenu a{
	background: none;
	border-left: none;
	border-right: none!important;
	display: block;
	float: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
  clear: both; /* special IE6 */
  color: #46403b;
  position: relative;
  text-transform: none;
}

.submenu a, .topmenu.last-child .submenu a{
	background: none;
	border-left: none;
	border-right: none!important;
	display: block;
	float: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
  clear: both; /* special IE6 */
  color: #46403b;
  position: relative;
  text-transform: none;
}

.topmenu a:hover, .topmenu a:active{
	color: #86706a;
}

.topmenu .submenu a:hover{
	color: #86706a;
}

.menu a:hover, .topmenu.on a {
  color: #86706a;
}

.topmenu:hover ul {
  display: block;  
  z-index: 20;
  box-shadow: inset 0 4px 8px -3px #555;
}

.topmenu.active a, .submenu.active a{
	color: #61442d;
}

.submenu #subactive{
	text-transform: uppercase;
}
/* ENDE Menü */


/* Pfad, Sprachen */
.pfad{
	margin: 15px 0;
	font-size: 14px;
	color: #7e6253;
	display:inline-block;
}

.pfad ul{
	display: inline-block;
	margin: 0 0 0 5px;
}

.pfad ul li{
	list-style: none;
	list-style-position: inside;
	float: left;
	margin: 0 5px 0 3px;
	white-space: nowrap;
	line-height: 0.9em;
	padding: 0 0 0 10px;
}

.pfad ul li:before{
	content:'\00b7';
	position:absolute;
	margin-left:-11px;
}

.pfad .active{
	text-transform: uppercase;
}

.main .pfad a:link, .main .pfad a:visited{
	color: #7e6253;
	text-decoration: none;
}

.main .pfad a:hover, .main .pfad a:active{
	color: #7e6253;
	text-decoration: underline;
}

#pfad_active{
	text-transform: uppercase;
}

.social a{
	margin: 0;
}
/* ENDE Pfad, Sprachen */


/* Main */
h1{
	color: #61442d;
	font-size: 39px;
	line-height: 1.3em;
	font-weight: 300;
	text-transform: uppercase;
}

h2{
	color: #9cc105;
	font-size: 25px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing:0.2px;
}

.main{
	font-size: 18px;
	line-height: 1.65em;
	margin: 0 auto;
	/* padding: 0 15px; */
	/* width: 61.006149%; */
	max-width: 1200px;
	padding:0 10px;
}

.main .content_box{
	background-color: #ede1cc;
	padding: 10px;
	margin: 15px 0 0;
	color: #81584a;
	position: relative;
}

.main .content_box h3{
	font-size: 1.2em;
	margin: 10px 0;
}

.main .content_box img{
	float: left;
	margin: 0 15px 5px 0;
	max-width: 100%;
}

.main .text{
	margin: 15px 0 0;
}

.main .text li{
	list-style-type: disc;
	list-style-position: inside;
}

.main a:link, .main a:visited{
	color: #7c6d6b;
	text-decoration: underline;
}

.main a:hover, .main a:active{
	color: #46403b;
	text-decoration: underline;
}
/* ENDE Main */


/* Highlights */
.highlights{
	clear: both;
	font-size: 0.8em;
	margin: 70px 0 0;
}

.highlights h3{
	border-bottom: solid 1px #d8bf95;
	font-size: 1.7em;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.highlights h4{
	color: #9d1847;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.highlights .box{
	display: inline-block;
	margin: 0 7px;
	width: 233px;
}

.highlights .box img{
	margin: 5px 0;
}

.highlights .box a{
	display: block;
	font-weight: bold;
	padding: 0 0 0 5px;
}
/* ENDE Highlights */

/*Partner*/
.partner-boxen{
	width:100%;
	height:auto;
	position:relative;
	margin-top:40px;
}
.box{
	display:table;
	width:30%;
	height:260px;
	background-color:#fff;
	text-align:center;
	margin: 0 5% 60px 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
	float:left;
	vertical-align:middle;
	position:relative;
}
.partner-boxen a:nth-child(3n) .box{
	margin:0 0 60px 0;
}
.box .inner_box{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	position:relative;
	text-align:center;
}
.box .inner_box img{
	display:inline;
	max-width:90%;
	vertical-align:middle;
}
/* ENDE Partner*/

/* Zimmermodul */
.zimmer_wrapper{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	margin-top:40px;
}
.zimmer{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	background-color:#fff;
	margin-bottom:40px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
}
.zimmer:last-child{
}
.zimmer_header{
	width:97%;
	height:auto;
	background-color:#7e6253;
	color:#fff!important;
	position:relative;
	padding:7px 1.75% 7px 1.25%;
	display:inline-block;
	line-height:normal;
}
.zimmer_header_left{
	float:left;
	font-size:22px;
	font-weight:normal;
	line-height:27px;
}
.zimmer_header_right{
	text-align:right;
}
.zimmer_header_right a{
	width:135px;
	height:auto;
	display:inline-block;
	text-align:center;
	background-color:#9cc105;
	color:#fff!important;
	font-size:13px!important;
	text-decoration:none!important;
	margin:2px 3px 0 auto;
	padding:3.5px 0;
	text-transform:uppercase;
}
.zimmer_header_right a:hover{
	background-color:rgba(156,193,5,0.8);
}
.zimmer_header_right a:last-child{
	margin-right:0px;
}
.zimmer_main{
	width:100%;
	height:auto;
	position:relative;
	display:block;
}
.zimmer_img{
	width:42.5%;
	float:left;
	position:relative;
	margin: 10px 0 10px 0.83%;
}
.zimmer_img img{
	width:100%;
	height:auto;
}
.bildwechsel_zimmer{
	width:33px;
	height:108px;
	position:absolute;
	right:-16.5px;
	top:50%;
	margin-top:-54px;
	z-index:100;
}
.bildwechsel_zimmer .buttons_slideshow a{
	width:33px;
	height:33px;
	margin-bottom:-3.5px;
	display:inline-block;
}
.bildwechsel_zimmer .buttons_slideshow a:first-child{
	background:transparent url('../images/appartements-pfeile.png') 0 0 no-repeat;
}
.bildwechsel_zimmer .buttons_slideshow a:last-child{
	background:transparent url('../images/appartements-pfeile.png') 0 -37.5px no-repeat;
}
.lightbox_btn{
	position: absolute;
    width: 33px;
    height: 33px;
    z-index: 1000;
    right: -16.5px;
    top: 50%;
    margin-top: 20.5px;
	display:inline-block;
	background:transparent url('../images/appartements-pfeile.png') 0 -75px no-repeat;
}
.zimmer_content{
	width:48.67%;
	float:right;
	padding:30px 4%;
	line-height:30px;
	font-size:18px;
}
.zimmer_content .zimmer_content_zusatz{
	font-style:italic;
	font-size:14px;
	line-height:19px;
	margin-top:20px;
}
/* ENDE Zimmermodul*/

.bildergalerie{
    float: left;
    max-width: 350px;
}

.cycle-slideshow{
	float: left;
}

#room_prev {
	background: transparent url("../images/appartements-pfeile.png") 0 0 no-repeat;	
	height:33px;
	width:33px;
}

.external .cycle-pager-active img{
	opacity: 1;
}

.external img{
	opacity: 0.5;
	width: 83px;
	height: auto;
}

.external a{
	margin: 5px 6px 0 0;
	display: inline-block;
}

.external a:last-of-type{
	margin: 5px 0 0;
}
/* ENDE NEU Zimmermodul */


/* Preistabelle */
.preistabelle{
	width:100%;
	background-color:#f5f1e3;
	table-layout:fixed;
	margin:20px auto;
}
.preistabelle th, .preistabelle td{
	vertical-align:middle;
	height:74px;
	border:1px solid #fff;
	text-align:center;
	font-weight:normal;
}
.preistabelle th{
	color:#fff;
	background-color:#7e6253;
}
.preistabelle tr:nth-child(2n) td{
	background-color:#efe9d1;
}
/* ENDE Preistabelle */

/* Sitemap */
.sitemap{
	margin: 20px 0 0;
}

.sitemap ul{
	margin: 0 0 10px 13px;
}

.sitemap li{
	list-style-type: disc;
	list-style-position: inside;
}

.sitemap a:link, .sitemap a:visited{
	color: #86706a;
}

.sitemap a:hover, .sitemap a:active{
	color: #86706a;
	text-decoration: underline;
}
/* ENDE Sitemap */

/* Expressanfrage */
#expressanfrage{
	margin: 10px 0;
	line-height: 2em;
	float:right;
}

#expressanfrage label {
	display: inline-block;
	width: 54px;
}

#expressanfrage input[type=text]{
	width: 115px;
	margin: 0 2px;
	padding:8px 5px 5px;
	font-family: 'Lato', sans-serif;
}

#expressanfrage input[type=submit]{
	background-color: #9cc105;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	padding: 6px 15px;
	margin: 0 5px 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	border:0px;
}

#expressanfrage .icon_kalender{
	background: url("../images/icon_kalender.png") 0 1px no-repeat;
	display: inline-block;
	height: 27px;
	width: 20px;
	position: absolute;
	margin: 0 0 0 6px;
}

#btnSubmitAnfrage {
	background-color:#7e6253!important;
}

#expressanfrage #btnSubmitBuchen{
	margin: 0 0 0 5px;
}

#ui-datepicker-div{
	z-index: 100!important;
}

.ui-datepicker-trigger{
	margin: 6px 0 0 -25px;
	position: absolute;
}
/* ENDE Expressanfrage */

/* Footer */
.footer-links-wrapper{
	background-image:url('../images/footer.jpg');
	margin-top:40px;
	height:379px;
	color:#fff;
	font-size:21px;
	text-transform:uppercase;
	position:relative;
}
.footer-links{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-top:170px;
	display:table;
	position:relative;
	table-layout:fixed;
}
.footer-links ul{
	width:100%;
	display:table-row;
}
.footer-links ul li{
	display:table-cell;
	text-align:center;
}
.footer-links ul li .img_wrapper ul{
	display:block;
	text-align:center;
	width:100%;
}
.footer-links ul li .img_wrapper ul li{
	display:inline-block;
	text-align:center;
}
.footer-links ul li .img_wrapper ul li.weather1{
	margin-right:10px;
}
.footer-links ul li .img_wrapper ul li{
	font-size:15px!important;
}
.footer-links ul li .img_wrapper ul li img{
	width:70px;
}

.footer-links .img_wrapper{
	height:110px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	width:500px;
}

.webcam, .anreise, .partner, .wetter{
	float:left;
	text-align:center;
	position:relative;
	top:45%;
	width:22%;
}

.wetter ul {
	margin-left:40px;
}

.wetter ul li a {
	font-size:17px;
}

.wetter ul li a img {
	height:60px;
	margin:10px 0 0 15px;
}

.anreise img {
	margin:1px 0;
}

.partner img {
	margin:14px 0;
}

.footer-links a {
	color:#fff;
	font-size:21px;
}

.footer-links a .text {
	font-size:17px;
	text-transform:none!important;
}

.footer-links .text {
	font-size:17px;
	text-transform:none!important;
}

.footer{
	background-color: #7e6253;
	clear: both;
	font-size:17px;
	line-height:25px;
	text-align: center;
	color: #fff;
	padding-bottom:30px;
	padding-top:20px;
}

.footer h4 {
	padding-bottom:10px;
}

.footer a:link, .footer a:visited{
	color: #fff;
	display: inline-block;
}

.footer a:hover, .footer a:active{
	color: #fff;
	text-decoration: underline;
}

.infos{
	background: transparent;
	color: #61452d;
	font-size: 13px;
	line-height: 19px;
	padding: 20px 0 45px;
	max-width:1050px;
}

.infos ul{
	clear: both;
	font-size: 13px;
	list-style-type: none;
	float:right;
}

.infos li{
	border-left: solid 1px #61452d;
	display: inline-block;
	line-height: 1em;
	margin: 0 6px 0 0;
	padding: 0 0 0 10px;
}

.infos li:first-child{
	border-left: none;
}

.infos ul a:link, .infos ul a:visited{
	color: #61452d;
}

.infos ul a:hover, .infos ul a:active{
	color: #61452d;
}

.infos .box h4{
	text-transform: uppercase;
}

.infos a:link, .infos a:visited{
	color: #86706a;
}

.infos a:hover, .infos a:active{
	color: #86706a;
	text-decoration: underline;
}


.footer-links-mobile{
	width:100%;
	height:auto;
	margin-top:20px;
}
.footer-links-mobile ul{
	width:100%;
	text-align:center;
}
.footer-links-mobile ul li{
	background-color:#9cc105;
	margin:3px 0;
	line-height:40px;
	font-size:22px;
	padding: 6px 0 6px 20px;
	position:relative;
}
.footer-links-mobile ul li:hover{
	background-color:rgba(156,193,5,0.8);
}
.footer-links-mobile ul li a{
	color:#fff!important;
}
.footer-links-mobile ul li::before{
	position:absolute;
	margin-left:-70px;
}
.footer-links-mobile ul li:nth-child(1)::before{
	content:url('../images/webcam-klein.png');
}
.footer-links-mobile ul li:nth-child(2)::before{
	content:url('../images/anreise-klein.png');
}
.footer-links-mobile ul li:nth-child(3)::before{
	content:url('../images/partner-klein.png');
}
.footer-links-mobile ul li:nth-child(4)::before{
	content:url('../images/wetter-klein.png');
}
/* ENDE Footer */


/* PopUp */
.out{
	background: #fff;
}

.popup{
	color: #86706a;
	font-size: 1.3em;
	margin: 20px 20px 0;
}

.popup h1{
	font-size: 1.4em;
	margin: 0 0 15px;
}
/* ENDE PopUp */


/* Anfrageformular */
#Buchungsanfrage{
	margin: 20px 0 0;
}

#Buchungsanfrage input {
	padding: 4px 7px;
}

#Buchungsanfrage .hasDatepicker {
	padding: 5px 7px;
	width: 95px;
}

#anfrage-daten td {
	padding:3px;
}

#ui-datepicker-div {
	z-index: 150!important;
	font-size: 12px;
}

#Buchungsanfrage .ui-datepicker-trigger {
	margin: 3px 0 0 -30px;
	position: absolute;
}

#Buchungsanfrage hr {
	display: inline-block;
	visibility: hidden;
	width: 15px;
}

fieldset {
/*	border-bottom: 1px solid #E5D8B9;
*/	line-height: 1.5em;
	margin-bottom: 11px;
	padding: 7px 0 12px;
}

fieldset select {
	padding: 4px;
}

fieldset a {
	color: #765440;
	text-decoration: none;
}

fieldset a: hover {
	color: #765440;
	text-decoration: underline;
}

legend {
	border-color: #FFFFFF;
	color: #8D7341;
	font-weight: bold;
	padding: 2px;
	text-transform: uppercase;
}

#anfrage-daten select {
	margin: 0 0 0 2px;
	width: 234px;
}

.nopflicht {
	display: none;
}

.pflichtfeld_zusatz {
	color: #A99C5F;
	font-weight: bold;
	margin: 18px 0px 0px 190px;
	position: absolute;
}
/* ENDE Anfrageformular */


/*Anfrageformular NEU*/
form input[type="text"]{
	border: solid 1px #bbb;
	padding: 5px;
}

form input[type="checkbox"]{
	float: left;
	margin: 5px 5px 0 0;
}

#Anfrageformular input[type="submit"]{
	background-color: #8cbe23;
	border: none;
	color: #fff;
	font-size: 1.2em;
	padding: 8px;
	cursor: pointer;
}

#Anfrageformular input:hover[type="submit"]{
	box-shadow: 0 0 8px #aaa;
}

#Anfrageformular .ui-datepicker-trigger{
  margin: 4px 0 0 -23px;
}

.abstand_weniger{
	width: 75px;
}

.abstand_links{
	margin: 0 0 0 60px; 
}

label{
	display: inline-block;
	margin: 0 0 7px;
	width: 100px;
}

.label_full{
	width: 96%;
	font-size: 0.9em;
}

.parsley-error-list{
	display: inline-block;
	background: #f00;
	color: #fff;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	text-align: center;
	font-weight: bold;
	font-size: 0.85em;
	margin: 0 6px 0 -25px;
}

.parsley-error{
	border: solid 1px #f00!important;
}

textarea{
	border: solid 1px #bbb;
	padding: 5px;
	width: 90%;
	height: 80px;
	margin: 0 0 15px;
}

hr{
	border: solid 1px #ddd;
	margin: 15px 0;
	border-bottom: none;
}

.main form a:link, .main form a:visited{
	text-decoration: none;
}

.main form a:hover, .main form a:active{
	text-decoration: underline;
}

.sbAnredeError{
	margin: 0 0 0 30px;
}

.cbPrivacyError{
	margin: 0 0 0 35px;
	position: absolute;
}

.form_error{
	background-color: #FFBABA;
	border: 1px solid;
	color: #D8000C;
	padding: 10px;
	margin: 0 0 30px;
}

.form_error ul{
	list-style-type: disc;
	margin: 0 0 0 18px;
}

.kontaktdaten select{
	width: 150px;
}
/*ENDE Anfrageformular NEU*/


/* Wetter */
.wetter_bild{
	float: left;
}

.temp{
	display: inline-block;
	padding: 20px 0 0 23px;
}
/* ENDE Wetter */


/* Bildergalerie */
.main .cycle-center{
	position: relative;
	margin: 10px 0 0;
}

.main .cycle-slideshow a, .main .slideshow a{
	padding: 0 4px;
}

.main .cycle-slideshow img{
	max-width: 100%;
	height: auto;
}

.main .cycle-nav{
	position: absolute; 
	width: 100%;
	margin: 6% 0 0;
}

.main .cycle-nav a{
	display: inline-block;
	height: 35px;
	position: relative;
	width: 35px;
	z-index: 20;
}

#prev{
}

#next{
	position: absolute;
	right: 0;
}
/* ENDE Bildergalerie */

@media screen and (max-width: 1255px){
	.menu li.topmenu{
		margin: 0 20px;
    font-size: 0.9em;
	}
	.menu li.topmenu:first-child{
		margin-left:90px;
	}
	.menu li.topmenu:last-child{
		margin-right:0;
	}
	.menu li.topmenu::before{
		left:-23px;
	}
}

@media screen and (max-width: 1215px){
	.menu li.topmenu:first-child{
		margin-left:130px;
	}
}

@media screen and (max-width: 1170px){
/*	.menu li.topmenu{
		margin: 0 30px;
	}
	.menu li.topmenu::before{
		left:-35px;
	}*/
	.menu li.topmenu:first-child{
		margin-left:190px;
	}
}

@media screen and (max-width: 1125px){
	.menu li.topmenu{
		margin: 0 20px;
	}
	.menu li.topmenu::before{
		left:-25px;
	}
	.menu li.topmenu:first-child{
		margin-left:230px;
	} 
}

@media screen and (max-width: 1080px){
	.menu{
		font-size:19px;
	}
	.menu li.topmenu:first-child{
		margin-left:290px;
	}
}

@media screen and (max-width: 1015px){
	.menu li.topmenu:first-child{
		margin-left:300px;
	}
}

@media screen and (max-width: 980px){
	.menu li.topmenu::before{
		left:-14px;
	}
	.menu li.topmenu{
		margin:0 12px;
	}
	.menu li.topmenu:first-child{
		margin-left:340px;
	}
}

@media screen and (max-width:945px){
	.menu{
		font-size:18px!important;
	}
}

@media screen and (max-width:925px){
	.menu{
		font-size:17px!important;
	}
}

@media screen and (max-width: 900px){
	.hidden_mobile, .bildwechsel_zimmer, .lightbox_btn{
		display:none;
	}
	.hidden_desktop{
		display:block;
	}
	#expressanfrage{
		float:none;
		text-align:center;
	}
	.zimmer_img{
		width:95%;
		margin:10px 2.5%;
	}
	.zimmer_content{
		width:92%;
	}
	.box, .partner-boxen a:nth-child(3n) .box{
		width:47.5%;
		margin:0 5% 60px 0;
	}
	.partner-boxen a:nth-child(2n) .box{
		margin:0 0 60px 0;
	}
	.special_link{
		font-size: 2em;
		height:115px;
		width:115px;

		right: 30px;
		bottom: 30px;
	}
	.special_kreis{
		height:115px;
		width:115px;
	}
}

@media screen and (max-width: 615px){
	.show_smartphone{
		display:block;
	}
	.hidden_smartphone{
		display:none;
	}
	.ui-datepicker-trigger{
		display:none;
	}
	#expressanfrage{
		float:left;
	}
	.sprachen{
		top:12px;
	}
	#expressanfrage input[type=submit]{
		margin:0 5px 0 0;
	}
}
@media screen and (max-width: 560px){
	.webcams img{
		max-width: 100%;
		width: auto;
	}
}
@media screen and (max-width: 500px){
	.zimmer_header_right{
		display:none;
	}
	.box, .partner-boxen a:nth-child(3n) .box, .partner-boxen a:nth-child(2n) .box{
		width:100%;
		margin:0 0 10px 0;
	}
	.logo{
		width: 210px;
		height: 88px;
	}
	.logo img{
		width: 200px;
	}
	.special_link{
		 font-size: 1.8em;
		 height:100px;
		 width:100px;
	 }
	.special_kreis{
		height:100px;
		width:100px;
	}
}
@media screen and (max-width: 400px){
	.logo img{
		width:100%;
	}
	.logo{
		width:206px;
		height:95px;
	}
	.navi-balken{
		height:69px;
	}
	.dl-menuwrapper button:after{
		top:15px!important;
	}
	.special_link{
		font-size: 1.8em;
		height:90px;
		width:90px;
		right: 10px;
		bottom: 10px;
	}
	.special_kreis{
		height:90px;
		width:90px;
	}
}

@media screen and (max-width: 350px){
	.logo{
		width:186px;
		height:75px;
	}
}

@media screen and (max-width: 330px){
	.logo{
		width:166px;
		height:55px;
	}
}
@media screen and (max-width: 305px){
	.dl-menuwrapper button:after {
		width: 65%;
		height: 6px;
		box-shadow: 
			0 14px 0 #fff, 
			0 28px 0 #fff;
	}
}


@media print {
  #nav-toggle{
  	display: none!important;
  }

  .navi_head li a{
  	background: none!important;
  }

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