@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);

*, *:before, *:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
}
img, embed, object, video{
	max-width:100%;
	height: auto;
	width: auto;
}

body, nav, a, p  {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f6f6f6;
	color: #757575;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 140%;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 20px;
}

caption {
	color: #da8b1b;
	font-size: 12px; 
}
legend {
	display: none;
}
iframe {
	max-width: 100%;
}
#powermail_fieldwrap_130 {
	font-size: 13px;
	padding-top: 20px;
	line-height: 140%;
}

.appart-id-8 .dce_appartement_buchen{
	display: none !important;
}

/*********************************** Headers *********************************** */
h1 {
	margin: 0;
	padding: 0;
	color: #da8b1b;
	font-size: 34px;
	text-decoration: none;
	text-transform: none;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	width: 100%;
	text-align: center !important;
	margin-bottom: 15px;
	margin-top: 25px;
}
h1 a {
	
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	color: #da8b1b;
	font-family: 'Lato', sans-serif;
	text-align: center !important;
	width: 100%;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3 {

}
h4 {
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
h5 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
	float: left;
}
h1, h2, h3 {
	text-align: left;
}
a{
	text-decoration: none;
	color: #da8b1b;
}
a:hover {
	text-decoration: none;
	font-weight: 400;
	color: #da8b1b;
}
.clear, .clearfix {clear: both;}

.theme-default .nivoSlider {
  box-shadow: 0 0 0 0 #4A4A4A!important;
}

/*********************************** Layouts *********************************** */
#wrap_top{
	width: 100%;
	background-color: #d16d1d;
}
#top{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	min-height: 50px;
	color: #fff;
	position: relative;
	float: none;
}
#logo {
	width: 181px;
	height: 181px;
	position: absolute;
	left: calc(50% - 90px) !important;
	top: 0;
	z-index: 999;
	float: none;
}
#logo img {
	display: block;
	float: left;
}
#logo img a:active, #logo a:active {
    outline: none;
}
#lang_navi {
	float: right;
	text-align: right;
	width:170px;
	padding-top: 12px;
}
.lang_navi_flag{
	float: left;
	width: 20px;
	margin-left: 5px;
}
/*********************************** Header *********************************** */
#header_container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	width: 100%;
	position: relative;
}

#headerimage{
	float: left;
	width: 100%;
	max-width: 1800px;
	position: relative;
}
#info_box{
	width: 342px;
	height: 270px;
	position: absolute;
	right: 0px;
	z-index: 777;
	bottom: 50px;
	display: none;
	cursor: pointer;
}
.videoPlay {
	width: 300px;
	height: 200px;
	z-index: 888;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 150px);
	cursor: pointer;
	background-image: url(/fileadmin/templates/images/play_de.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.lang-en .videoPlay,
.lang-cz .videoPlay,
.lang-nl .videoPlay,
.lang-it .videoPlay  {
	background-image: url(/fileadmin/templates/images/play_en.png);
}

/*********************************** Booking *********************************** */
#wrap_shortcuts{
	width: 100%;
	background-color: #e3e3e2;
	background-image: url(/fileadmin/templates/images/shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#shortcuts{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	color: #fff;
	padding-bottom: 40px;
	padding-top: 40px;
}
#shortcuts a{
	color: #fff;
}
#hotline{
	float: left;
	width: 48%;
	background-color: #da8b1b;
	border-bottom: 4px solid #d26f1d;
	height: 80px;
	background-image: url(/fileadmin/templates/images/bg_hotline.png);
	background-position: 5% 25%;
	background-repeat: no-repeat;
}
#hotline, #request {
	text-align: center;
	font-size: 22px;
	padding-top: 15px;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 10px 10px -10px rgba(88,88,87,1);
	-moz-box-shadow: 0px 10px 10px -10px rgba(88,88,87,1);
	box-shadow: 0px 10px 10px -10px rgba(88,88,87,1);
}
#request {
	font-size: 24px;
}
#request{
	float: right;
	width: 48%;
	background-color: #da8b1b;
	border-bottom: 4px solid #d26f1d;
	height: 65px;
	padding-top: 30px;
	font-size: 30px;
	background-image: url(/fileadmin/templates/images/bg_request.png);
	background-position: 5% 25%;
	background-repeat: no-repeat;
}
/*********************************** Shortcuts *********************************** */
#wrap_booking{
	width: 100%;
	background-color: #fff;
}
#booking{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
#booking_header{
	float: left;
	width: 261px;
	height: 67px;
	margin-top: -87px;
	background-image: url(/fileadmin/templates/images/bg_booking.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	z-index: 7777;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 19px;
	padding-top: 20px;
	color: #fff;
}
#booking_content{
	float: left;
	width: 100%;
}
.kbe-booking-params-wrapper {
	max-width: 5555px!important;
	width: 100% !important;
}
/*********************************** Main *********************************** */
#wrap{
	width: 100%;
}

#main{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
#content_header{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 10px;
}
#content{
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(179,172,179,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(179,172,179,1);
	box-shadow: 2px 2px 5px 0px rgba(179,172,179,1);
}
#content_2{
	float: left;
	width: 100%;
}
#content_header h1 {
	margin: 0;
	padding: 0;
	background-image: url(/fileadmin/templates/images/h1.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 112px;
	padding-top: 50px;
	margin-bottom: 15px;
	margin-top: 40px;
}
#content .csc-default{
	text-align: center;
}
#content .text2col{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
	width: 100%;
	padding-top: 5px;
	text-align: justify;
}
#content_bottom{
	float: left;
	width: 100%;
	font-size: 12px;
	padding-bottom: 25px;
	margin-top: 35px;
}
#content_bottom a {
	color: #757575 !important;
}
#content_bottom a:hover {
	color: #757575 !important;
}
#content_bottom img {
	margin-right: 6px;
	margin-top: -3px;
}
#clickpath{
	float: left;
	width: 50%;
}
#print{
	float: right;
	width: auto;
	text-align: right;
}
#support_top{
	float: right;
	width: auto;
	text-align: right;
	padding-left: 5px;
}
#back-top {
	bottom: 160px;
	margin-left: 0;
	position: fixed;
	right: 40px;
}

#back-top span {
	background: url("/fileadmin/templates/images/backtop.png") no-repeat scroll right;
	display: block;
	height: 100px;
	transition: all 1s ease 0s;
	width: 100px;
}
#wetter{
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
/*********************************** Footer *********************************** */
#wrap_footer{
	width: 100%;
	background-color: #e3e3e2;
}
#footer_header{
	width: 100%;
	float: left;
	text-align: center;
	background-color: #da8b1b;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: 300;
	font-size: 21px;
	border-bottom: 4px solid #d26f1d;
}
#footer{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	text-align: left;
	color: #fff;
}
#slider{
	float: left;
	width: 100%;
	margin-bottom: 55px;
	margin-top: 45px;
}
#owlslider .owl-item{
	
}
#owlslider .item{
      margin: 10px;
}

#owlslider .item img{
      display: block;
      width: 100%;
      height: auto;
      border: 10px solid #fff !important;
}
#owlslider .itemname{
	float: left;
	/* width: calc(100% - 3px);*/
	width: 100%;
	background: #fff;
	text-align: center;
	color: #da8b1b;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 2px solid #da8b1b;
}
#owlslider .itemname a {
	color: #da8b1b;
}

/*********************************** Footer 2 *********************************** */
#wrap_footer2{
	width: 100%;
	background-color: #da8b1b;
}
#footer2{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	text-align: left;
	color: #fff;
	padding-bottom: 25px;
	font-size: 15px;
	line-height: 130%;
}
#adress{
	float: left;
	width: 33.333%;
	min-height: 100px;
}
#info_links{
	float: left;
	width: 33.333%;
	min-height: 100px;
}
.quicklink_space{
	float: left;
	width: 100%;
	height: 15px;
}
.quicklink_no, .quicklink_act{
	float: left;
	width: 100%;
	padding-left: 24px;
	background-image: url(/fileadmin/templates/images/icon_quicklinks.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	margin-bottom: 1px;
}
.quicklink_no a, .quicklink_act a, #adress a{
	color: #fff;
}
#standort{
	float: left;
	width: 33.333%;
	min-height: 100px;
}
/*********************************** META *********************************** */
#wrap_meta{
	width: 100%;
	background-image: url(/fileadmin/templates/images/shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#meta{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
#meta_navi{
	float: right;
	width: 100%;
	color: #757575;
	line-height: 110%;
	padding-bottom: 20px;
	padding-top: 17px;
	font-size: 12px;
	
}
.meta_anfang {
	border-left: 1px solid #757575;
	float: right;
	padding-left: 5px;
	text-align: right;
}
.meta_anfang a {
	color: #757575;
	text-decoration: none;
}
.meta_anfang a:hover {
	color: #757575;
}
.meta {
	border-left: 1px solid #757575;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
.meta a {
	color: #757575;
}
.meta a:hover {
	color: #757575;
}
.meta_ende {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
.meta_ende a {
	color: #757575;
}
.meta_ende a:hover {
	color: #757575;
}
/*********************************** Main Navi*********************************** */
#wrap_navi{
	width: 100%;
	background-color: #da8b1b;
}
#navi{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
#mainNavi {
	float: right;
	width: 100%;
}

#mainNavi nav {
	position: relative;
	z-index: 888;
	width: 100%;
	float: left;
}
#mainNavi ul {
	padding: 0px !important;
}
#mainNavi .flexnav li   {
	padding-top: 25px;
}
#mainNavi .navi_left{
	float: left;
}
#mainNavi .navi_right{
	float:right;
}
#mainNavi .flexnav li a {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px !important;
	padding-bottom: 2px;
	padding-left: 25px !important;
	padding-right: 25px !important;
	padding-top: 0 !important;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
#mainNavi .flexnav li a:hover {

}
#mainNavi .flexnav li .current {
	font-weight: 400;
}
#mainNavi .flexnav li .current a {

}
#mainNavi .flexnav .touch-button {
	display: none;
}
#mainNavi .flexnav li ul {
	width: 100%!important;
	min-width: 180px;
	padding-top: 23px !important;
	background-image: url(/fileadmin/templates/images/arrow_menue.png);
	background-repeat: no-repeat;
	background-position: 8% 0%;
}
#mainNavi .flexnav li>ul li {
	width: 100%!important;
	min-width: 180px;
	padding-top: 0px !important;
}

#mainNavi .flexnav li ul a {
	font-size: 16px;
	padding: 0px;
	padding-bottom: 8px;
	padding-top: 12px !important;
	padding-left: 15px;
	text-align: left;
	border-bottom: 1px solid #585857 !important;
	border-left: 0px !important;
	background: #fff;
	color: #585857;
	margin: 0px !important;
	text-transform: uppercase;
	font-weight: 400;
}

#mainNavi .flexnav li ul a:hover {
	font-weight: 700;
}
#mainNavi .flexnav .current2 {
	font-weight: 700;
}
#mainNavi .flexnav .current a:hover {
	
}

#mainNavi .flexnav li ul .touch-button {
	display: block;
	height: 45px;
	background: #fff !important;
}
#mainNavi .flexnav .touch-button .navicon {
	color: #585857;
	font-size: 12px;
	top: 10px;
}
#mainNavi .flexnav li ul li a {
	
}
#mainNavi .flexnav li ul li a:hover {

}
#mainNavi .flexnav li ul li .current {

}

#mainNavi .flexnav li ul li ul {
	padding-top: 0px !important;
	background-image: none !important;
}
#mainNavi .flexnav li ul li>ul {
	width: 100%!important;
	max-width: 100px;
}
#mainNavi .flexnav li ul li ul li a {
	
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer !important;
}
/*********************************** Gridelements *********************************** */
.col-container, .col-container-3col{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 15px;
}
.two-cols-left{
	float: left;
	width: 48%;
}
.two-cols-right{
	float: right;
	width: 48%;
}
#content .col-container .csc-default {
   text-align: left;
}
/*********************************** Google Maps *********************************** */
#map_canvas img {
	max-width: none !important;
}
#responsiveContainer {
	display: block;
	height: 450px;
	position: relative;
	width: 100%;
	margin-top: 15px;
}
#responsiveContainer #map_canvas {
	height: 450px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: left;
}
/*********************************** 1800 *********************************** */
@media screen and (max-width: 1800px) {

}
/*********************************** 1201 *********************************** */
@media screen and (max-width: 1201px) {
#main, #footer, #footer2, #shortcuts, #booking_content{
	padding-left: 2%;
	padding-right: 2%;
}
#mainNavi .flexnav li a {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.videoPlay {
    width: 200px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 100px);
}

}
/*********************************** 1025 *********************************** */
@media screen and (max-width: 1025px) {
#mainNavi {
	float:right;
	width: 80px;
	background: #fff;
	margin-right: 20px;
}
#mainNavi nav {
	z-index:99999999;
	position: absolute;
	right: 20px;
	width: auto !important;
	padding: 0px !important;
	margin: 0px !important;
}

#mainNavi .flexnav .my-menue{
	
}
#mainNavi .menu-button {
	background: #692c31; none repeat scroll 0 0;
	border-bottom: 0px solid rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 1em;
	position: relative;
}
#mainNavi ul {
	padding: 0px !important;
	margin: 0px !important;
	float: right;
	width: 260px !important;
	position: relative;
	right: 0px;
	z-index: 999999;
	margin-right: 15px;
}
#mainNavi .flexnav li  {
	background: #da8b1b !important;
	padding-top: 0px;
}
#mainNavi .flexnav li ul {
	width: 100%!important;
	min-width: 260px;
	padding-top: 0px !important;
	background-image: none;
	background: #d26f1d !important;
}
#mainNavi .flexnav li>ul li {
	width: 100%!important;
	min-width: 260px;
	padding-top: 0px !important;
}
#mainNavi .flexnav li a {
	border-bottom: 1px solid #fff !important;
	border-left: 0px !important;
	color: #fff;
	margin-bottom: 0px !important;
	padding-bottom: 10px!important;
	padding-top: 10px!important;
}
#mainNavi .flexnav li ul a {
	border-bottom: 1px solid #fff !important;
	border-left: 0 none !important;
	font-size: 18px;
	margin-bottom: 5px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 5px !important;
	padding: 8px 0 8px 15px;
	text-align: center;
	background: #d26f1d !important;
}
#mainNavi .flexnav li ul li>ul {
	width: 100%!important;
}
#mainNavi .flexnav .touch-button {
	display: block;
	height: 45px;
	background: none !important;
}
#mainNavi .flexnav li ul .touch-button {
	background: none !important;
}
#mainNavi .flexnav .touch-button .navicon {
	color: #fff;
	font-size: 12px;
	top: 10px;
}
}

/*********************************** 1024 *********************************** */
@media screen and (max-width: 1024px) {

#mainNavi .flexnav li a {
	font-size: 21px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#hotline {
	font-size: 19px;
	padding-top: 15px;
}
#request {
	font-size: 24px;
	padding-top: 25px;
}
#owlslider .itemname{
	font-size: 16px;
}

.videoPlay {
	display: none;
}

}
/*********************************** 960 *********************************** */
@media screen and (max-width: 960px) {
#hotline {
	font-size: 17px;
	padding-top: 5px;
}

}
/*********************************** 860 *********************************** */
@media screen and (max-width: 860px) {
#hotline {
	font-size: 16px;
	padding-top: 10px;
}

#adress{
	float: left;
	width: 50%;
}
#info_links{
	float: right;
	width: 50%;
}
#standort{
	display: none;
}
}
/*********************************** 780 *********************************** */
@media screen and (max-width: 780px) {
#hotline {
	width: 100%;
	font-size: 21px;
	margin-bottom: 5px;

}
#request {
	width: 100%;
	font-size: 31px;
}

#info_box, #print{
	display: none;
}
.two-cols-left{
	float: left;
	width: 100%;
}
.two-cols-right{
	float: left;
	width: 100%;
	margin-top: 25px;
}

#logo {
	width: 160px;
	height: 160px;
	left: calc(50% - 80px) !important;
}
}
/*********************************** 640 *********************************** */
@media screen and (max-width: 640px) {
#hotline {
	font-size: 18px;
}
#request {
	font-size: 24px;
}
#logo {
	width: 140px;
	height: 140px;
	left: 20px !important;
}
#booking_header{
	margin-top: 0px;
}
}
/*********************************** 480 *********************************** */
@media screen and (max-width: 480px) {
#adress{
	float: left;
	width: 100%;
	padding-left: 10%
}
#info_links{
	float: left;
	width: 100%;
	padding-left: 10%
}
#mainNavi nav {
	z-index:10000;
	position: absolute;
	right: 0px;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}
#mainNavi ul {
	padding: 0px !important;
	margin: 0px !important;
	float:left;
	width: 100% !important;
	position: relative;
	right: 0px;
	z-index: 999999;
	margin-right: 0px!important;
}
#clickpath{
	display: none;
}
#hotline {
	background-image: none;
}
#request {
	background-image: none;
}
}
