body {
	font-family: 'Roboto', sans-serif;
	font-size:25px;	
	color:#5a4c34;
	background-color:#f0ebe9;
}
h1{
	font-family: 'Yeseva One', cursive;
	text-transform:uppercase;
	color:#5b4c35;
}
h2{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#fab219;
	letter-spacing: 2px;
}
h3{
	font-family: 'Roboto Condensed', sans-serif;
	color:#5b4c35;
}
h4{
	font-family: 'Roboto Condensed', sans-serif;
	color:#594d31;
}

a{
	color:#5b4c35;
	text-decoration:none;
}
a:hover{
	opacity:0.7;
	color:#5b4c35;
	text-decoration:none;		
}
a:focus{
	text-decoration:none;
	color:#5b4c35;	
}
a:visted{
	color:#5b4c35;
}


.dh_uppercase{
	text-transform:uppercase;
}
.dh_font_bold,
.dh_font_bold.dh_lang_lnk{
	font-weight:bold;
}


/**** Full Screen Menu Plugin Start ****/
.container {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
.container p {
  font-size: 20px;
}

h1 {
  position: relative;
  text-align: center;
}

.button_container {
  position: fixed;
  top: 20px;
  left: 3%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #5c4c33;
}
.button_container.active .middle {
  opacity: 0;
  background: #5c4c33;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #5c4c33;
}
.button_container span {
  background: #5c4c33;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #5b4c35;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 2;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.dh_menu_mobile_scrollable {
    height: 40%;
    padding-top: 7%;
}
.dh_menu_mobile_scrollable_not_home {
    padding-top: calc(7% + 65px);
}
.dh_br_on_mobile, .dh_submenu_home_on_mobile, .dh_fotogallery_extra_div, .dh_invisible_form, .dh_img_zusatzinfo{
	display:none;	
}
.overlay nav {
	/*
	height: 50%;
	top: 41%;
	position: relative;	
	-webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
	*/		  
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	z-index: 3;
}
.dh_overlay_nav_extra_top{
	top: 57% !important;	
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
	display: block;
	/*	
	height: calc(75% / 4);
	*/
	position: relative;
	opacity: 0;
}
.overlay ul li span {
	font-family: 'Yeseva One', cursive;	
	display: block;
	position: relative;
	color: #f0ebe9;
	text-decoration: none;
	overflow: hidden;
}
/*
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}
*/

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/**** Full Screen Menu Plugin Ende****/

/**** Full Screen Menu Start ****/
.dh_menutbn_menu {
    color: #5b4c35;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 100%;
    line-height: 27px;
    margin-left: 150%;
    text-transform: uppercase;
	letter-spacing: 1px;
	width:250px;
}

.dh_menubar{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url("/themes/col/assets/images/menu-bar-bg.jpg");
	width:100%;
	height:65px;
	
	-webkit-box-shadow: 0px 5px 20px -7px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 20px -7px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 20px -7px rgba(0,0,0,0.6);	
}
.dh_menubar_secundary{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url("/themes/col/assets/images/menu-bar-bg.jpg");
	width:100%;
	height:65px;	
    position: fixed;
    z-index: 10;	
	top: 0;
	
	-webkit-box-shadow: 0px 5px 20px -7px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 20px -7px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 20px -7px rgba(0,0,0,0.6);	
}
.dh_menubar_secundary_home{
	display:none;	
}
.dh_menubar_secundary_sub {
    background-color: #5a4c34;
    height: 48px;
	line-height: 48px;
    margin-top: 65px;
    width: 100%;
	font-size:20px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	color:#f0ebe9;	
}
.dh_menubar_secundary_sub ul {
    list-style: outside none none;
	padding: 0;
}
.dh_menubar_secundary_sub ul li{
	display:inline-block;
}
.dh_menubar_secundary_sub ul li:nth-child(odd){
	-webkit-transform: translateY(-19%);
		  transform: translateY(-19%);
}
.dh_menubar_secundary_sub ul li:nth-child(even){
	margin:0 12px;
	font-size:40px;
	-webkit-transform: translateY(-3%);
		  transform: translateY(-3%);
}
.dh_menubar_secundary_sub ul li:last-child{
	display:none;
}
.dh_menubar_secundary_sub a{
	color:#f0ebe9;
}
.dh_menubar_secundary_sub a:hover{
	color: #fdb300;
	opacity:1;
}

.dh_menubar_colraiser{
	color:#5b4d33;	
	font-family: 'Yeseva One', cursive;
	font-size:44px;
	text-align:center;	
    text-transform: uppercase;
    height: 100%;
    line-height: 65px;	
	
}
.dh_menubar_lang_lnk_container{
    height: 100%;
    line-height: 65px;
	text-align:right;
	padding-right: 3%;	
}
.dh_menubar_lang_lnk_container_mobile{
	display:none !important;
}

.dh_menubar_lang_lnk_container_fixed {
    height: 27px;
    right: 0;
    position: fixed;
    transition: opacity 0.25s ease 0s;
    z-index: 100;
	top: 0;
}
.dh_menubar_phone_btn, .dh_menu_jetzt_anfragen_btn{
	display:none;
}
.dh_menubar_kontakt_container{
    height: 100%;
    line-height: 65px;
	text-align:right;	
}
.dh_lang_lnk{
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
	letter-spacing: 1px;	
}
.dh_lang_lnk_active{
    font-weight: 700;
}
.dh_kontakt_lnk{
    font-weight: 700;
	margin-left: 40px;	
}
.dh_menufooter{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url("/themes/col/assets/images/langkofel-ausgeschnitten.png");
	width:100%;
	height:40%;
	position:absolute;
	bottom:0;
	z-index: 2;
}

nav.dh_footermenu {
    font-size: 22px;
    height: 100%;
    position: relative;
    text-align: center;
    top: auto;
    transform: none;
    width: 100%;
	top:0 !important;
}
nav.dh_footermenu ul{
    bottom: 5px;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}
nav.dh_footermenu ul li, ul.dh_menubar_lang_lnk_container_mobile li{
	display:inline-block;
	overflow: hidden;
	margin: 0 4px;
}
nav.dh_footermenu li a{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);	
}
.dh_footermenu_separator{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
}
nav.overlay-menu > ul > li{
	margin-bottom:10%;
}
ul.dh_submenu{
	margin-top:15px;	
}
ul.dh_submenu li a{
	color:#f0ebe9;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	line-height: 36px;
	
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;	
}
.overlay.open ul li a:hover{
	color:#fdb300;
	opacity:1;
}
.dh_menu_lnk_active{
	color:#fdb300 !important;
	opacity:1;
}
.dh_overflow_hidden{
	overflow:hidden;	
}
/* Wenn das Fullscreen-Menü eingeblendet, wird, dann wird die dh_menubar_secundary_sub per CSS ausgeblendet */
body.dh_overflow_hidden .dh_menubar_secundary_sub{
	display:none;	
}
/**** Full Screen Menu Ende****/

/**** Startseite Start****/
.dh_fullscreen_bgimg_sec {
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	text-align:center;
	position: relative;
}
.dh_fullscreen_bgimg_sec_a {
    background-position: center bottom;	
	height:1206px;	
}
.dh_logo_lnk:hover{
	opacity:1;	
}
.dh_logo_lnk div {
    background-image: url("/themes/col/assets/images/logo-mit-schein.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 416px;
    width: 416px;
	margin-top: 30px;
}
.dh_blockquote_container {
    bottom: -2%;
    position: absolute;
    width: 100%;
}
.dh_blockquote_left_right{
	float:left;
	width:46.9%;
	height:2px;
	margin: 16px 0;	
	background-color:rgba(92,76,61,.25);
}
.dh_blockquote_middle{
	float:left;	
	width:6.2%;
	height:34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 31px;		
}
.dh_blockquote_middle_top{
	background-image:url("/themes/col/assets/images/anfuehrungsz-auf.png");	
}
.dh_blockquote_middle_bottom{
	background-image:url("/themes/col/assets/images/anfuehrungsz-zu.png");	
}
.dh_blockquote_text{
	padding:2.5% 17% 1.5%;
}
.dh_blockquote_quelle{
	font-style:italic;
	font-size:16px;	
}
.dh_statement_a{
	text-align:center;
	padding: 11% 17% 5%;
}
.dh_statement_a h3{
	margin-bottom:0;
}
.dh_statement_a p{
	margin-top:22px;
}
.dh_container_padding_a{
	padding: 0 14%;
}
.dh_no_padding{
	padding:0;	
}
.dh_teaserfoto_a_container{
	padding-bottom:8%;
}
.dh_startseite_3_teaserfotos_item .dh_teaserfoto_wrap_a, .dh_startseite_3_teaserfotos_item .dh_teaserfoto_wrap_a img{
	width:100%;
}
.dh_startseite_3_teaserfotos_item:nth-child(1){
	padding:0 2% 0 0;
}
.dh_startseite_3_teaserfotos_item:nth-child(2){
	padding:0 1%;
}
.dh_startseite_3_teaserfotos_item:nth-child(3){
	padding:0 0 0 2%;
}
.dh_startseite_teaserfotos_jahreszeiten_item .dh_teaserfoto_wrap_a, .dh_startseite_teaserfotos_jahreszeiten_item .dh_teaserfoto_wrap_a img{
	width:100%;
}
.dh_startseite_teaserfotos_jahreszeiten_item:nth-child(1){
	padding:0 1.7% 0 0;
}
.dh_startseite_teaserfotos_jahreszeiten_item:nth-child(2){
	padding:0 0 0 1.7%;
}

.dh_teaserfoto_wrap_a{
	position:relative;
	display: inline-block;
}
.dh_teaserfoto_wrap_a::after{
    content:"";
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    border:10px solid rgba(255,255,255,0.45);
}
.dh_teaserfoto_a_middle_paddingtop{
	padding-top:5% !important;	
}
.dh_teaserfoto_lnk_a{
	font-family: 'Yeseva One', cursive;
	font-size:30px;
	color:#5a4c34;
}
.dh_teaserfoto_lnk_a_ergaenzung{
	color:#fab219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;	
	text-transform:uppercase;
	font-weight:700;
	display:block;
}
a.dh_teaserfoto_lnk_a_ergaenzung:hover{
	color:#fab219;
}

.dh_horizontal_separator_container_a{
	padding: 5.5% 42%;
}
.dh_horizontal_separator_container_b{
	padding: 2% 47.5%;
}
.dh_horizontal_separator_container_c{
	padding: 5% 88% 5% 0;
}
.dh_horizontal_separator_container_d{
	padding: 4% 47.5%;
}
.dh_horizontal_separator{
	height:2px;
	width:100%;
	background-color:#5c4c33;
}

.dh_teaserfoto_caption_a{
	padding: 6% 0;
}
.dh_teaserfoto_caption_b {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	padding-top:10%;
}
.dh_teaserfoto_caption_b div:nth-child(1) {
	font-family: 'Yeseva One', cursive;
	text-transform:uppercase;
	font-size:50px;
	color:#fff;
	line-height: 1;
}
.dh_teaserfoto_caption_b div:nth-child(2) {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#fab219;
	letter-spacing: 2px;
	font-size:30px;	
}

.dh_fullscreen_bgimg_sec_b {
    background-position: center top;	
	/*
	height:1510px;
	*/
}
.dh_color_white{
	color:#fff !important;	
}
.dh_statement_c{
	text-align:center;
	padding:16.5% 24% 5%;
}
.dh_statement_c h3{
	margin-bottom: 0;
}
.dh_kreahe {
    position: absolute;
    right: 6%;
    top: 9%;
    width: 24%;
}
.dh_text_shadow_a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.dh_text_shadow_b {
    text-shadow:0 1px 12px rgba(0, 0, 0, 0.5);
}
.dh_text_shadow_c {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.dh_erlebenswert_lnk {
    padding: 6% 0 7.5%;
}

.dh_fullscreen_bgimg_sec_footer {
    background-position: center bottom;	
	height:1020px;
	padding-top: 10%;
}
.dh_footer_kontaktdaten{
	color:#fff;
	font-size:20px;
	padding: 2.5% 0;
}
.dh_footer_kontaktdaten_dot{
	margin: 0 9px;
}
.dh_footer_kontaktdaten a{
	color:#fff;
}
.dh_footer_lnk_list{
	padding: 0 0 2.5%;
}
.dh_footer_lnk_list a, .dh_footer_lnk_list_separator{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	font-weight:500;	
}
.dh_footer_lnk_list ul{
    list-style: outside none none;
	padding: 0;	
}
.dh_footer_lnk_list ul li{
    display: inline-block;
	margin:0 4px;
}
.dh_c2a_btn_orange{
	background-color:#feaa00;
	color:#fff;
	border-radius:3px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	padding:13px 21px;

	-webkit-box-shadow: 1px 3px 4px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 3px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 3px 4px -1px rgba(0, 0, 0, 0.3);
}
.dh_c2a_btn_orange:hover{
	color:#fff;	
}
.dh_footerbar{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url("/themes/col/assets/images/footer-bar-bg.jpg");
	width:100%;
	height:51px;
	line-height:51px;
	font-size:18px;
	font-weight: 500;	
	text-align:center;
	/*
	position: absolute;	
	margin-top: -22px;		
	-webkit-box-shadow: 0px -5px 20px -7px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px -5px 20px -7px rgba(0,0,0,0.7);
	box-shadow: 0px -5px 20px -7px rgba(0,0,0,0.7);
	*/
}
.dh_footer_logo_bar{
	text-align:center;
	padding:2% 0;
}
.dh_footer_logo_bar a{
	margin:0 3%;	
}
.dh_footer_footerbar_dot{
	padding: 0 9px;
}
/**** Startseite Ende****/


/**** Ankommen Start****/
.dh_fullscreen_bgimg_sec_c {
    background-position: center bottom;
    height: 940px;
	margin-top: 65px;
	z-index: -1;	
}

.dh_statement_a_ankommen {
    padding: 0 17% 3.5%;
}
.dh_ankommen_sec {
	margin-top: -10%;
}
.dh_ankommen_pics{
	padding-bottom: 7.5%;
	min-height:576px;
}
.dh_ankommen_pics .dh_teaserfoto_wrap_a{
	width:100%;
}

.dh_ankommen_pic{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	height:450px;	
}
.dh_ankommen_pic_left{
	padding:0 1.3% 0 0;
}
.dh_ankommen_pic_right{
	padding:0 0 0 1.3%;
}
/**** Ankommen Ende****/


/**** Detailseite Start****/
.dh_breadcrumb_sec{
	color:#b8afa4;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 10% 0 0;
	text-align:center;
}
.dh_breadcrumb_sec a{
	color:#b8afa4;
}
.dh_breadcrumb_sec ul{
	list-style: outside none none;
	padding-left: 0;
}
.dh_breadcrumb_sec ul > span{
	margin:0 4px;
}
.dh_breadcrumb_sec ul li{
	display:inline-block;
}
.dh_statement_a_detailseite {
	padding: 2% 17% 3%;
}
.dh_detailseite_img_gross_container .dh_teaserfoto_wrap_a {
	width:100%;
}
.dh_detailseite_img_gross_container .dh_teaserfoto_wrap_a img {
	width:100%;
}
.dh_detailseite_img_gross {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 658px;
    width: 100%;
}
.dh_detailseite_googlemap{
	padding-bottom:2.5% !important;
}
.dh_detailseite_googlemap #googlemap{
    height: 321px;
}

.dh_detailseite_white_box_container {
    position: relative;
	width:100%;
	text-align:center;
	margin-top: -6%;
}
.dh_detailseite_white_box {
    background-color: #fff;
    margin: 0 5%;
    padding:2% 3% 4%;
}
.dh_detailseite_white_box p {
	font-size:20px;
	margin:0;
}

.dh_c2a_btn_orange_white_box_container{
	margin-top: -20px;
}

.dh_statement_b{
	text-align:center;
	padding:6.5% 24% 5%;
}
.dh_statement_b h3{
	margin-bottom:0;
}
.dh_statement_b p{
	margin-top:22px;
	font-size:20px;
}
.dh_statement_b_vorletzter_absatz{
	font-weight:700;
	margin-bottom:0 !important;	
}
.dh_statement_b_letzter_absatz{
	margin-top:0 !important;
}
.dh_detailseite_zwei_fotos_container{
	padding-bottom: 7%;
}
.dh_detailseite_zwei_fotos_container .dh_teaserfoto_wrap_a{
	width:100%;
}
.dh_detailseite_zwei_fotos{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	height:321px;	
}
.dh_detailseite_zwei_fotos_container > div:nth-child(1){
    padding: 0 1.3% 0 0;
}
.dh_detailseite_zwei_fotos_container > div:nth-child(2){
    padding: 0 0 0 1.3%;
}

/**** Detailseite Ende****/


/**** Fotogallery Start****/

.dh_breadcrumb_sec_fotogallery_no_secundary_sub{
	padding: 7.5% 0 0;
}
.dh_statement_a_fotogallery{
	padding: 2% 17% 3%;
}
.dh_fotogallery_sec{
	padding-bottom: 8%;	
}

.dh_fotogallery_brauner_balken{
	background-color:#5b4c35;
	width:100%;
	height:70px;
	line-height:70px;	
	color:#f0ebe9;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
.dh_fotogallery_brauner_balken form > div{
	display:inline-block;
	margin:0 30px;
}
.dh_fotogallery_fotoliste_container{
	padding-top:3%;
}
.dh_fotogallery_item:nth-child(3n+1){
	padding:1.5% 16px 0 0;
}
.dh_fotogallery_item:nth-child(3n+2){
	padding:1.5% 8px 0;
}
.dh_fotogallery_item:nth-child(3n+3){
	padding:1.5% 0 0 16px;
}
/*
.dh_fotogallery_item{
	padding-top:2.5%;
}
*/
.dh_fotogallery_item figure, .dh_fotogallery_item figure a, .dh_fotogallery_item figure a img{
	width:100%;	
}


input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:16px;
    margin:-3px 9px 0 0;
    vertical-align:middle;
    background:url('/themes/col/assets/images/haeckchen.png') left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url('/themes/col/assets/images/haeckchen.png') -21px top no-repeat;	
}

form label{
    cursor:pointer;
}

/**** Fotogallery Ende****/


/**** Zimmerliste Start****/
.dh_statement_a_zimmerliste {
    padding: 2% 17% 4%;
}
.dh_zimmerliste_sec{
	padding-bottom:3.5%;	
}
.dh_zimmerliste_zeile{
	padding-bottom:5%;
	position: relative;
}
.dh_zimmerliste_kurzinfo_container{
	background-color:#fff;
	width:42%;
	padding:2% 3% 3%;
	position:absolute;
	z-index:1;
	top: 9.5%;
	font-size:20px;
}
.dh_zimmerliste_kurzinfo_container_2{
	right:0;	
}
.dh_zimmerliste_kurzinfo_container h4{
	font-family: 'Yeseva One', cursive;
	font-size:40px;
	text-transform:uppercase;
	margin-bottom: 0;
	
}
.dh_zimmerliste_kurzinfo_container span, .dh_zimmerliste_kurzinfo_container a{
	display:inline-block;
}
.dh_zimmerliste_kurzinfo_container p{
	margin-bottom: 0;
	margin-right: 2%;
}
.dh_zimmerliste_groesse{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:25px;
	margin-bottom: 1.5%;
}
.dh_zimmerliste_preis{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:25px;	
}
.dh_zimmerliste_foto .dh_teaserfoto_wrap_a{
	width:66%;	
}
.dh_zimmerliste_pic{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}
/**** Zimmerliste Ende****/



/**** Kontakt Start****/
.dh_kontakt_vorspann_sec .dh_statement_a_detailseite p{
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
}
.dh_kontakt_vorspann_sec .dh_statement_a_detailseite p:nth-of-type(1){
	margin-top:2%;
}
.dh_kontakt_vorspann_sec .dh_statement_a_detailseite a{
	color:#fbb319;
}
.dh_kontakt_form_sec h3, dh_kontakt_vorspann_sec h3{
    letter-spacing: 2px;
    text-transform: uppercase;
	font-size:30px;
	padding: 2.5% 0;	
}
.dh_statement_a_kontakt_form_container{
	padding: 9% 17% 5%;
}
.dh_kontakt_form_container{
	padding:0 27.61%	
}
.dh_kontakt_form_container .row{
	padding-bottom:2%;
}
.dh_kontakt_form_container input{
	width:100%;
}
.dh_input_container_left{
	padding-left:0 !important;
	padding-right:10px !important;
}
.dh_input_container_right{
	padding-left:10px !important;
	padding-right:0 !important;
}
.dh_input_container_full{
	padding-left:0 !important;
	padding-right:0 !important;
}
input, textarea, select {
    background-color: #fff;
    border: none;
    border-radius: 3px !important;
    color: #5c4c33;
    font-size: 20px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 11px 13px;
    resize: none;
    width: 100%;
	
	-webkit-box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.dh_input_kalender{
	background-image:url('/themes/col/assets/images/kalender.png');
	background-repeat:no-repeat;
	background-position:right 13px center;
	cursor:pointer;
}

::-webkit-input-placeholder { color: #5c4c33; text-overflow: ellipsis; }
:-moz-placeholder { color: #5c4c33 !important; text-overflow: ellipsis; opacity:1; }
::-moz-placeholder { color: #5c4c33 !important; text-overflow: ellipsis; opacity:1; } 
:-ms-input-placeholder { color: #5c4c33 !important; text-overflow: ellipsis; opacity:1; }


.dh_kontakt_form_container form .row:nth-last-child(2){
	padding-bottom: 6.5%;
}
.dh_kontakt_form_container .dh_textarea {
    height: 150px;
}
.dh_kontakt_form_container form .row:nth-last-child(1){	
	font-size:16px;
	padding-bottom: 23%;	
}
.dh_kontakt_form_container form .row:last-child .dh_input_container_right{
	text-align:right;
	margin-top: 2%;
}
.dh_kontakt_form_container form .row:last-child .dh_input_container_left{
	line-height:1.7;
}

.dh_kontakt_form_container form input[type="checkbox"] + label span {
    background:url('/themes/col/assets/images/haeckchen_b.png') left top no-repeat;
}

.dh_kontakt_form_container form input[type="checkbox"]:checked + label span {
    background:url('/themes/col/assets/images/haeckchen_b.png') -21px top no-repeat;	
}
.dh_bold{
	font-weight:700;
}
.dh_privacy_bold{
	font-weight:700;
	display:inline-block;
}
/*
.dh_privacy_checkbox_extra_container {
    display: block;
    left: 29px;
    position: absolute;
    top: 32px;
}
*/

form .error {
    color: #feaa00;
    font-size: 20px;
    margin: -6px 0 25px;
}
#form_dh_contact_privacy_error{
	margin:5px 0 0 !important;
}
.dh_kontakt_form_container .alert-danger{
    background-color: transparent;
    border-color: #5b4c35;
    color: #feaa00;
    font-size: 20px;
    margin-bottom: 30px;
}
.dh_kontakt_form_container .alert-success{
    background-color: transparent;
    border-color: #5b4c35;
    color: #feaa00;
    font-size: 20px;
    margin-bottom: 60px;
}
.dh_kontakt_form_container .alert-success > div{
	text-align: center;
	margin-top: 10px;
}
/**** Kontakt Ende****/


/**** Dropdown Start****/
.wrapper-dropdown-1 {
    background-color: #fff;
	background-image:url('/themes/col/assets/images/dropdown_arrow.png');
	background-repeat:no-repeat;
	background-position:right 19px center;
    border: none;
    border-radius: 3px !important;
    color: #5c4c33;
    font-size: 20px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 11px 13px;
    resize: none;
    width: 100%;
    position: relative; /* Enable absolute positionning for children and pseudo elements */	  
    text-align: left;
    outline: none;
    cursor: pointer;

	-webkit-box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.3);
}
    @media(max-width: 991px){
	.wrapper-dropdown-1{
	    margin-bottom: 18px;
	}
    }

/*
.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #ccc;    
}
*/

.wrapper-dropdown-1 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #5c4c33;
    padding: 10px 20px;
}

    /* Hover state */
    .wrapper-dropdown-1 .dropdown li:hover a {
	background:#f0ebe9;
    }
    
    /* Active state */
    .wrapper-dropdown-1.active .dropdown {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	padding-left: 0;
    margin-left: 23px;
    margin-right: 23px;	
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    }
/*

	.wrapper-dropdown-1.active:after {
	    border-color: #000 transparent;
	    border-width: 6px 6px 0 6px ;
	    margin-top: -3px;
	}
*/	

/*
.wrapper-dropdown-1.active {
  background: #f7f7f7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc7de', endColorstr='#ffffff',GradientType=1 );
}
*/

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

/**** Dropdown Ende****/


/**** jQuery Datepicker Start ****/

.ui-datepicker { background:#EEE; width:800px !important; margin-top:-195px !important; margin-left:-400px !important; font:14px/20px "Roboto",sans-serif; float:left; display:none; z-index:999999 !important; box-shadow:1px 1px 0 rgba(0,0,0,0.12); position:fixed !important; top:50% !important; left:50% !important; }
.ui-datepicker * { position:relative; z-index:2; }
.ui-datepicker:before { content:""; width:100%; height:100%; outline:9999px solid rgba(30,30,30,.6); position:absolute; top:0; left:0; z-index:1; }
.ui-datepicker-group { width:50%; float:left; }
.ui-datepicker-header { position:relative; background:#5b4c35; height:55px; }
.ui-datepicker-title { font:16px/53px "Roboto",sans-serif; color:#fab219; letter-spacing:.5px; }
.ui-datepicker-group-first .ui-datepicker-header { border-right:1px solid #222; }
.ui-datepicker .ui-datepicker-title { font-size:16px; line-height:55px; text-align:center; }
.ui-datepicker table { width:100%; margin:0; padding:15px 28px 10px; table-layout: fixed; border-collapse:unset; border-spacing:2px;}
.ui-datepicker-group-first table { border-right:1px solid #DDD; }
.ui-datepicker th { width:25px; padding:5px 5px 20px; font-size:12px; letter-spacing:1px; text-transform:uppercase; color:#666; }
.ui-datepicker td span, .ui-datepicker td a { display:block; padding:13px 5px; text-decoration:none; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { font-size:14px; background:#FFF; color:#666; text-align:center; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { font-size:18px; color:#fab219; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2); }
.ui-widget-header .ui-state-hover { opacity:0.25; cursor:pointer; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity:0.25; cursor:default; }
.ui-icon { text-indent:-9999px; display:block; }
.ui-datepicker .ui-datepicker-prev .ui-icon:before { 
	content:""; 
	width:40px; 
	height:40px; 
	background-image: url("/themes/col/assets/images/arrow_left_w.png");
	background-repeat: no-repeat;
	position:absolute; 
	top:0; 
	left:0;
}
.ui-datepicker .ui-datepicker-next .ui-icon:before {
	content:""; 
	width:40px; 
	height:40px; 
	background-image: url("/themes/col/assets/images/arrow_right_w.png");
	background-repeat: no-repeat;
	position:absolute; 
	top:0; 
	left:0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top:17px !important; }
.ui-datepicker .ui-datepicker-prev { left:15px; z-index:3; }
.ui-datepicker .ui-datepicker-next { right:30px; z-index:3; }
.ui-state-active, .ui-widget-header .ui-state-active, .ui-state-hover { background-color:#2b1d11 !important; }
button.ui-datepicker-current{
	display:none;
}
button.ui-datepicker-close{
	float:right;
    background-color: #eee !important;
    border: 1px solid #5b4c35;
    color: #5b4c35 !important;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	margin: 15px 10px 10px;
	font-size:14px !important;		
}
button.ui-datepicker-close:hover{
	opacity:0.7;
	color:#5b4c35;
	text-shadow:none;

	/*
    color: #01444d !important;
	background-color:#3fbdc5 !important;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
	font-size:13px !important;
	*/
}


@media only screen and (max-width:800px) {
.ui-datepicker { width:700px !important; margin-top:-180px !important; margin-left:-350px !important; }
.ui-datepicker td span, .ui-datepicker td a { padding:10px 5px; }
}

@media only screen and (max-width:700px) {
.ui-datepicker { width:100% !important; width:calc(100% - 40px) !important; margin-left:20px !important; margin-right:20px !important; left:0 !important; }
}

@media only screen and (max-width:500px) {
.ui-datepicker { width:100% !important; margin-left:0 !important; margin-right:0 !important; }
}

/**** jQuery Datepicker Ende ****/



/**** Impressum, Privacy, Cookies, Lage & Anreise, Livecam Start****/
.dh_impressum_text_sec {
	padding-top:1%;
	padding-bottom:9%;	
}

.dh_map_container {
	/*
    position: relative;
    width: 72%;
	*/
    border:10px solid rgba(255,255,255,0.45);	
}
.dh_map_sec {
	padding-top:3%;
	padding-bottom:9%;	
}
.dh_map_sec .dh_map_container {
    margin-bottom: 6%;
}

#googlemap{
	height:450px;
}

/*
.dh_webcam {
    padding-left: 30%;
    padding-right: 30%;
}
*/
.dh_webcam_1_1{
	border:none;
	width:100%;
	height:46vw;	
}

.dh_webcam_lnk_1{
	margin-right:40px;
}

.dh_panomax{
	margin-bottom:10%;
}

.dh_webcam_2{
	margin-bottom:10%;
}

.dh_webcam_2_1{
	width:100%;
}

/**** Impressum, Privacy, Cookies, Lage & Anreise Ende****/



/**** jQuery Responsive Start ****/

@media (max-width: 1600px) {
	.dh_fullscreen_bgimg_sec_a {
		background-position: center top;
		background-size:contain;
	}
	.dh_fullscreen_bgimg_sec_footer {
		height: 960px;
	}	
}
@media (max-width: 1500px) {
	.dh_fullscreen_bgimg_sec_a {
		height: 1130px;
	}
	.dh_fullscreen_bgimg_sec_c {
		height: 830px;
	}	
	.dh_fullscreen_bgimg_sec_footer {
		padding-top: 7%;
		height: 890px;
	}
	
	.dh_detailseite_img_gross {
		height: 591px;
	}		
	
	.dh_ankommen_pics {
		min-height: 455px;
	}	
	.dh_ankommen_pic {
		height: 350px;
	}		
}
@media (max-width: 1400px) {

	body {
		font-size: 22px;
	}
	h1 {
		font-size: 58px;
	}
	h2 {
		font-size: 30px;
		letter-spacing: 1.5px;
	}
	h3 {
		font-size: 34px;
	}
	
	
	.dh_menutbn_menu {
		font-size: 20px;
	}
	.dh_lang_lnk {
		font-size: 20px;
	}
	.dh_menubar_colraiser {
		font-size: 41px;
	}
	
	.overlay nav {
		font-size: 26px;
	}	
	ul.dh_submenu {
		margin-top: 10px;
	}
	ul.dh_submenu li a {
		font-size: 18px;
		line-height: 30px;
	}
	.dh_menubar_secundary_sub ul {
		font-size: 18px;
	}	
	nav.dh_footermenu {
		font-size: 20px;
	}
	
	
	.dh_fullscreen_bgimg_sec_a {
		height: 1070px;
	}
	.dh_fullscreen_bgimg_sec_c {
		height: 780px;
	}		
	.dh_logo_lnk div{
		width: 28%;
	}
	.dh_statement_a p{
		margin-top:16px;
	}	
	.dh_blockquote_quelle {
		font-size: 14px;
	}
	.dh_blockquote_middle {
		background-size: 35px 28px;
	}
	.dh_teaserfoto_lnk_a_ergaenzung {
		font-size: 18px;
	}	
	.dh_teaserfoto_lnk_a {
		font-size: 26px;
	}	
	.dh_teaserfoto_caption_b div:nth-child(1) {
		font-size: 46px;
	}
	.dh_teaserfoto_caption_b div:nth-child(2) {
		font-size: 27px;
	}
	.dh_fullscreen_bgimg_sec_footer {
		height: 820px;
	}		
	.dh_footer_kontaktdaten {
		font-size: 18px;
	}
	.dh_footer_lnk_list a, .dh_footer_lnk_list_separator {
		font-size: 18px;
	}	
	.dh_c2a_btn_orange {
		font-size: 18px;
		padding: 13px 21px;
	}
	.dh_footerbar {
		font-size: 16px;
	}
	
	.dh_detailseite_img_gross {
		height: 559px;
	}	
	
	.dh_breadcrumb_sec {
		font-size: 14px;
		padding: 11% 0 0;
	}
	.dh_breadcrumb_sec_fotogallery_no_secundary_sub {
		padding: 9% 0 0;
	}	

	.dh_zimmerliste_kurzinfo_container .dh_c2a_btn_orange{
		padding: 9px 14px;
	}
	.dh_zimmerliste_preis, .dh_zimmerliste_groesse{
		font-size: 22px;
	}
	.dh_zimmerliste_kurzinfo_container .dh_teaserfoto_lnk_a_ergaenzung{
		font-size: 16px;
	}
	.dh_zimmerliste_foto .dh_teaserfoto_wrap_a {
		width: 75%;
	}	
	
	.dh_kontakt_form_container {
		padding: 0 23.61%;
	}
	
		
}
@media (max-width: 1300px) {
	.dh_fullscreen_bgimg_sec_a {
		height: 1020px;
	}
	.dh_fullscreen_bgimg_sec_c {
		height: 720px;
	}	
	.dh_fullscreen_bgimg_sec_footer {
		height: 770px;
	}		

	.dh_ankommen_pics {
		min-height: 400px;
	}	
	.dh_ankommen_pic {
		height: 330px;
	}
	
	.dh_detailseite_img_gross {
		height: 513px;
	}	
	.dh_detailseite_zwei_fotos {
		height: 252px;
	}
	.dh_detailseite_googlemap #googlemap{
		height: 252px;
	}	
	
	.dh_zimmerliste_foto{
		width:80%;
	}
	.dh_zimmerliste_foto .dh_teaserfoto_wrap_a, .dh_zimmerliste_foto .dh_teaserfoto_wrap_a img{
		width:100%;
	}
	.dh_zimmerliste_pic {
		height: 420px;
	}	
	.dh_zimmerliste_zeile_1 .dh_zimmerliste_foto{
		float:right;	
	}
	.dh_zimmerliste_kurzinfo_container .dh_c2a_btn_orange {
		padding: 9px 8px;
	}
	
	.dh_kontakt_form_container {
		padding: 0 20.61%;
	}
	
	
}

@media (max-width: 1200px) {
	.dh_logo_lnk div{
		width: 33%;	
	}
	.dh_blockquote_left_right{
		width:45.5%;
	}
	.dh_blockquote_middle{
		width:9%;
	}
	.dh_fullscreen_bgimg_sec_c {
		height: 660px;
	}		
	.dh_fullscreen_bgimg_sec_footer {
		height: 710px;
		padding-top: 4%;
	}
	
	.dh_detailseite_img_gross {
		height: 477px;
	}	
		
	.dh_breadcrumb_sec {
		padding: 12% 0 0;
	}	
	.dh_breadcrumb_sec_fotogallery_no_secundary_sub {
		padding: 10% 0 0;
	}

	.dh_zimmerliste_kurzinfo_container .dh_c2a_btn_orange {
		font-size: 16px;
		padding: 7px 11px;
	}
	.dh_zimmerliste_pic {
		height: 390px;
	}	
	
	.dh_kontakt_form_container {
		padding: 0 17.61%;
	}
	
	/*
	.dh_webcam {
		padding-left: 25%;
		padding-right: 25%;
	}
	*/
	

}
@media (max-width: 1100px) {
	.dh_fullscreen_bgimg_sec_a {
		height: 880px;
	}
	.dh_breadcrumb_sec {
		padding: 14% 0 0;
	}
	.dh_breadcrumb_sec_fotogallery_no_secundary_sub {
		padding: 12% 0 0;
	}
	
	.dh_detailseite_img_gross {
		height: 433px;
	}
	
	.dh_zimmerliste_kurzinfo_container {
		font-size: 18px;
		top: 6%;
		width: 48%;
	}
	.dh_zimmerliste_kurzinfo_container h4 {
		font-size: 30px;
	}
	.dh_zimmerliste_kurzinfo_container .dh_c2a_btn_orange {
		padding: 5px 8px;
	}
	.dh_zimmerliste_pic {
		height: 350px;
	}	
		
	.dh_kontakt_form_container {
		padding: 0 13.61%;
	}
	
}

@media (max-width: 991px) {
	.dh_menubar_colraiser{
		display:none;	
	}	
	.dh_container_padding_a{
		padding: 0 3.33%;
	}	
	.dh_fullscreen_bgimg_sec_a {
		height: 770px;
	}
	.dh_fullscreen_bgimg_sec_c {
		height: 530px;
	}			
	.dh_fullscreen_bgimg_sec_footer {
		height: 590px;
		padding-top: 2%;
	}
	.dh_footer_footerbar_dot {
		padding: 0 1px;
	}
	
	.dh_breadcrumb_sec {
		padding: 16% 0 0;
	}
	.dh_breadcrumb_sec_fotogallery_no_secundary_sub {
		padding: 12% 0 0;
	}	
	.dh_detailseite_white_box {
		padding: 3% 3% 6%;
	}	
	.dh_statement_b {
		padding: 10% 16% 9%;
	}
	
	.dh_detailseite_unten_sec{
		padding-bottom:8%;	
	}
	.dh_detailseite_img_gross {
		height: 503px;
	}	
	
	.dh_zimmerliste_kurzinfo_container {
		top: 12.5%;
		width: 40%;
	}
	.dh_zimmerliste_pic {
		height: 410px;
	}	
	
	.dh_kontakt_form_container form .row:nth-last-child(1) {
		padding-bottom: 14%;
	}
	.dh_kontakt_form_container {
		padding: 0 19.61%;
	}

	.dh_fotogallery_brauner_balken {
		height: 60px;
		line-height: 60px;
	}
	.dh_fotogallery_brauner_balken form > div {
		margin: 0 20px;
	}	
	.dh_fotogallery_fotoliste_container {
		padding-top: 4%;
		padding-bottom: 4%;		
	}

	.dh_map_sec {
		padding-bottom: 9%;
		padding-top: 3%;
	}	
	.dh_impressum_text_sec {
		padding-bottom: 9%;
		padding-top: 1%;
	}	

	/*
	.dh_webcam {
		padding-left: 20%;
		padding-right: 20%;
	}
	*/
	
	
	.dh_webcam_1_1 {
		height: 71vw;
	}	

}
@media (max-width: 900px) {
	/*
	.dh_fullscreen_bgimg_sec_b {
		height: 1020px;
	}
	*/	
	.dh_ankommen_pics {
		min-height: 370px;
	}
	.dh_ankommen_pic {
		height: 300px;
	}
	.dh_breadcrumb_sec {
		padding: 18% 0 0;
	}
	.dh_breadcrumb_sec_fotogallery_no_secundary_sub {
		padding: 13% 0 0;
	}	
	
	.dh_detailseite_img_gross {
		height: 463px;
	}	
	
	.dh_zimmerliste_kurzinfo_container {
		font-size: 16px;
		width: 45%;
		top: 8%;
	}
	.dh_zimmerliste_kurzinfo_container h4 {
		font-size: 25px;
	}	
	.dh_zimmerliste_preis, .dh_zimmerliste_groesse {
		font-size: 20px;
	}
	.dh_zimmerliste_zeile {
		padding-bottom: 8%;
	}
	.dh_zimmerliste_pic {
		height: 340px;
	}	
	
	.dh_kontakt_form_container {
		padding: 0 14.61%;
	}	

	
}
@media (max-width: 850px) {
	.dh_footerbar {
		background-color: #f0ebe9;
		background-image: none;
		height: auto;
		line-height: 1.6;
		padding: 2% 10%;
		margin-top: 0;
	}
	.dh_footer_logo_bar{
		padding:4% 0 2%;
	}
	
}
@media (max-width: 767px) {	
	body {
    	font-size: 20px;
	}
	h1 {
		font-size: 50px;
	}
	
	.dh_statement_a {
		padding: 11% 5% 5%;
	}	
	
	.button_container {
		height: 20px;
		width: 25px;
		top:24px;
	}
	.button_container span {
		height: 3px; 
	}
	.button_container span:nth-of-type(2) {
		top: 8px;
	}
	.button_container span:nth-of-type(3) {
		top: 16px;
	}
	.button_container.active .top {
		transform: translateY(8px) translateX(0px) rotate(45deg);
	}
	.button_container.active .bottom {
		transform: translateY(-8px) translateX(0px) rotate(-45deg);
	}	
	.dh_menutbn_menu {
		line-height: 18px;
	}	
	
	.dh_kontakt_lnk {
		margin-left: 30px;
	}		
	ul.dh_submenu{
		display:block;	
	}
	nav.overlay-menu > div {
		padding-bottom: 2%;
	}	
	.overlay-menu div ul li span{
		cursor:pointer;	
	}
	.dh_menubar_lang_lnk_container_fixed_home{
		display:none;		
	}

	
	.dh_submenu_display_inline_block{
		display:inline-block !important;	
	}
		
	.overlay.open li ul li {
		-webkit-animation-delay: 0s !important;
				animation-delay: 0s !important;
	}
	nav.overlay-menu > div{
		padding-left:0;
		padding-right:0;		
	}
	
	nav.overlay-menu{
		top:0;
		transform:none;
		height:auto;
	}
	.dh_menu_mobile_scrollable{
		/*
		padding-bottom: 10%;
		height:auto;
		*/
		height: 86%;
		padding-top: 5%;
		overflow-y: scroll;
		overflow-x: hidden;		
		-webkit-overflow-scrolling:touch;
	}
	.dh_menu_mobile_scrollable_not_home {
		margin-top: 65px;
	}
	.dh_submenu_home_on_mobile{
		display:block;	
	}
	.dh_submenu_home_on_mobile a, .dh_submenu_home_on_mobile a:hover{
		color:#f0ebe9 !important;
	}	
	.dh_menufooter {
		background-image: none;
		height:auto;
		position:relative;
		padding-left: 3%;
		padding-right: 3%;		
	}	
	nav.dh_footermenu ul{
		position:relative;
	}	
	
	.dh_logo_lnk div {
		background-image: url("/themes/col/assets/images/logo-mit-schein-tablet.png");
		height: 283px;
		width: 354px;
		margin-top: 3px;		
	}
	.dh_fullscreen_bgimg_sec_a {
		height: 690px;
	}
	.dh_fullscreen_bgimg_sec_c {
		height: 420px;
	}	
	.dh_blockquote_text {
		padding: 4% 3% 2.5%;
	}	
	.dh_blockquote_quelle {
		font-size: 16px;
	}
	
	.dh_teaserfoto_a_container {
		padding-bottom: 10%;
	}
	.dh_teaserfoto_caption_a {
		padding: 12% 0 6%;
	}	
	.dh_teaserfoto_lnk_a {
		font-size: 20px;
		line-height: 1;		
	}
	.dh_statement_c {
		padding: 16.5% 22% 5%;
	}	
	.dh_statement_c h3 {
		font-size: 30px;
		margin-bottom: 5%;
	}	
	.dh_teaserfoto_caption_b div:nth-child(1) {
		font-size: 40px;
	}
	.dh_teaserfoto_caption_b div:nth-child(2) {
		font-size: 30px;
	}
	.dh_erlebenswert_lnk {
		padding:11% 0;
	}
	
	.dh_fullscreen_bgimg_sec_footer {
		height: 640px;
		padding-top: 7%;
	}	
	.dh_footer_kontaktdaten {
		padding: 6% 2% 2.5%;
	}
	.dh_footer_lnk_list {
		padding: 1.5% 0 4.5%;
	}
	
	.dh_ankommen_pics {
		min-height: 240px;
	}
	.dh_ankommen_pic {
		height: 250px;
	}	
	.dh_ankommen_sec {
		margin-bottom: 10%;
	}	

	.dh_breadcrumb_sec {
		padding: 22% 0 0;
	}
	.dh_breadcrumb_sec_fotogallery_no_secundary_sub {
		padding: 15% 0 0;
	}
	.dh_detailseite_oben_sec .dh_statement_a, .dh_statement_a_zimmerliste, .dh_kontakt_vorspann_sec .dh_statement_a, .dh_kontakt_form_sec .dh_statement_a, .dh_map_vorspann_sec .dh_statement_a{
		
		padding: 3% 5% 5%;
	}
	.dh_detailseite_img_gross {
		height: 393px;
	}	
	.dh_detailseite_white_box {
		padding: 4% 3% 9%;
	}
	.dh_detailseite_zwei_fotos {
		height: 192px;
	}
	.dh_detailseite_googlemap #googlemap{
		height: 192px;
	}	
	
	.dh_kontakt_form_container {
		padding: 0 12.61%;
	}

	.dh_statement_a_fotogallery {
		padding: 2% 17% 3%;
	}
	.dh_fotogallery_brauner_balken {
		height: 50px;
		line-height: 50px;
		font-size: 14px;		
	}	
	.dh_fotogallery_brauner_balken form > div {
		margin: 0 15px;
	}
	
	.dh_fotogallery_fotoliste_container {
		padding-top: 6%;
	}
	.dh_fotogallery_item:nth-child(odd) {
		padding: 0 2% 4% 0;
	}
	.dh_fotogallery_item:nth-child(even) {
		padding: 0 0 4% 2%;
	}	
	
	/*
	.dh_webcam {
		padding-left: 15%;
		padding-right: 15%;
	}
	*/
}
@media (max-width: 767px) and (orientation:landscape) {	
	
	.button_container {
		position: absolute;
	}
	.dh_menubar_lang_lnk_container_fixed {
		position: absolute;
	}
	.dh_menubar_secundary {	
		position: absolute;
	}
	.dh_menufooter {
		margin-bottom: 4%;
	}
}


@media (max-width: 740px) {
	.dh_menubar_secundary_sub{
		display:none;	
	}

	.dh_breadcrumb_sec {
		padding: 16% 0 0;
	}

	.dh_detailseite_img_gross {
		height: 380px;
	}

	.dh_zimmerliste_foto {
		width: 100%;
	}	
	.dh_zimmerliste_kurzinfo_container {
		bottom: 12%;
		left: 5%;
		top: auto;
		width: 90%;
		font-size: 20px;
		text-align: center;		
	}	
	.dh_zimmerliste_zeile {
		padding-bottom: 52%;
	}	
	.dh_zimmerliste_kurzinfo_container .col-xs-7, .dh_zimmerliste_kurzinfo_container .col-xs-5{
		width:100%;
	}	
	.dh_zimmerliste_kurzinfo_container .col-xs-5{
		margin-bottom: 7%;
	}
	.dh_zimmerliste_kurzinfo_container .col-xs-7{
		text-align:center;
		position:absolute;
		bottom:-23px;
		left:0;
	}
	.dh_zimmerliste_kurzinfo_container h4 {
		font-size: 30px;
	}	
	.dh_horizontal_separator_container_c {
		padding: 3.5% 47%;
	}		
	.dh_zimmerliste_preis, .dh_zimmerliste_groesse {
		font-size: 22px;
	}
	.dh_zimmerliste_kurzinfo_container .dh_teaserfoto_lnk_a_ergaenzung {
		font-size: 18px;
	}	
	.dh_zimmerliste_kurzinfo_container .dh_c2a_btn_orange {
		font-size: 18px;
		padding: 13px 21px;
	}
	
	.dh_kontakt_form_container {
		padding: 0 5.61%;
	}	
	
}
@media (max-width: 620px) {
	.dh_logo_lnk div {
		width: 50%;
	}
	.dh_fullscreen_bgimg_sec_a {
		height: 590px;
	}
	.dh_fullscreen_bgimg_sec_c {
		height: 320px;
	}		
	.dh_kreahe {
		display:none;
	}		
	.dh_fullscreen_bgimg_sec_footer {
		height: 580px;
	}

	.dh_detailseite_img_gross {
		height: 320px;
	}	

	.dh_breadcrumb_sec {
		padding: 22% 0 0;
	}
	.dh_breadcrumb_sec {
		padding: 18% 0 0;
	}	
	.dh_detailseite_white_box {
		padding: 5% 3% 11%;
	}
	.dh_statement_b {
		padding: 12% 16% 9%;
	}	

	.dh_zimmerliste_kurzinfo_container {
		bottom: 14%;
	}
	.dh_zimmerliste_zeile {
		padding-bottom: 62%;
	}	

	
	/*
	.dh_zimmerliste_kurzinfo_container .dh_c2a_btn_orange {
		font-size: 16px;
		padding: 7px 11px;
	}	
	.dh_zimmerliste_kurzinfo_container {
		font-size: 16px;
	}
	.dh_zimmerliste_preis, .dh_zimmerliste_groesse {
		font-size: 20px;
	}	
	.dh_zimmerliste_kurzinfo_container .dh_teaserfoto_lnk_a_ergaenzung {
		font-size: 16px;
	}
	*/
	
	.dh_kontakt_form_container {
		padding: 0 11.61%;
	}
	.dh_horizontal_separator_container_d {
		padding: 3% 47.5% 6%;
	}			
	.dh_kontakt_form_container .col-xs-3,
	.dh_kontakt_form_container .col-xs-6,
	.dh_kontakt_form_container .col-xs-9{
		width:100%;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.dh_kontakt_form_container form .row:nth-last-child(1) {
		padding-bottom: 21%;
	}	
	.dh_kontakt_form_container form .row:nth-last-child(1) .dh_input_container_right{
		text-align:center !important;
	}
	.dh_kontakt_form_container form .row:nth-last-child(1) .dh_input_container_left{
		padding-bottom:8%;
	}
	.dh_kontakt_form_container form .row:nth-last-child(2) {
		padding-bottom: 1.5%;
	}
	
	.dh_fotogallery_brauner_balken {
		height: auto;
		line-height: 30px;
		font-size: 16px;
		padding-bottom: 1%;
		padding-top: 1%;
	}	
	.dh_fotogallery_brauner_balken form > div {
		margin: 0;
		width: 32%;
		text-align: left;
		padding-left: 7%;
	}
	.dh_fotogallery_extra_div{
		display:none;
	}

	/*
	.dh_webcam {
		padding-left: 12%;
		padding-right: 12%;
	}
	*/
	.dh_panomax{
		margin-bottom:25%;
	}
	.dh_webcam_2{
		margin-bottom:25%;
	}
	
	
}

@media (max-width: 480px) {
	.dh_resposive_helper_class{
		max-width:480px;	
	}	
	body {
		font-size: 16px;
	}	
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 20px;
		letter-spacing: 1.5px;
	}
	h3 {
		font-size: 25px;
	}
	.dh_container_padding_a {
		padding: 0 4.68%;
	}	
	.dh_statement_a_ihr_geheimer {
		padding-bottom: 10%;
		padding-top: 15%;
	}
	.button_container:hover {
	  opacity:1;
	}	
	.dh_menubar_secundary_home{
		display:block !important;	
	}
	ul.dh_submenu{
		display:none;
	}
	ul.dh_submenu li a {
		font-size: 20px;
		line-height: 33px;		
	}	
	.dh_menufooter {
		margin-top: 10%;
	}		
	nav.dh_footermenu ul li{
		line-height: 1.2;
	}
	.dh_menubar_lang_lnk_container{
		display:none;	
	}
	.dh_menubar_lang_lnk_container_mobile{
		display:block !important;
	}
	.dh_br_on_mobile{
		display:block;
	}
	
	.dh_menubar_lang_lnk_container_mobile a{
		color:#fff;
	}	
	.dh_menubar_phone_btn{
		display:block;
		height: 100%;
		line-height: 65px;
		text-align:right;
		padding-right: 3%;	
		height: 27px;
		right: 0;
		position: fixed;
		transition: opacity 0.25s ease 0s;
		z-index: 100;
		top: 0;
	}
	
	.dh_menubar_phone_btn_lnk_1{
		display: inline-block;
		
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
		transform: translateY(-4px);			
	}
	
	.dh_menubar_kontakt_lnk_1{
		margin-right:12px;	
	}
	
	a.dh_menu_jetzt_anfragen_btn{
		display:inline-block;
		padding: 9px 15px;
		margin-top: 10px;
		/*
		-webkit-animation: fadeInRight .5s ease forwards;
			  animation: fadeInRight .5s ease forwards;
		-webkit-animation-delay: .35s;
			  animation-delay: .35s;
		*/			  
	}
	a.dh_menu_jetzt_anfragen_btn:hover{
		color:#fff !important;
	}
	.dh_logo_lnk div {
		background-image: url("/themes/col/assets/images/logo-mit-schein-smartphone.png");
		width: 228px;		
		height: 208px;
		margin-top: -5px;
	}
	.dh_fullscreen_bgimg_sec_a {
		margin-top: 50px;
	}
	
	.dh_blockquote_text{
		font-size:20px;	
	}
	.dh_blockquote_left_right{
		width:38.5%;
	}
	.dh_blockquote_middle{
		width:23%;
	    background-size: 42px 34px;
	}	
	
	.dh_teaserfoto_a_container {
		padding-bottom: 0;
	}	
	.dh_teaserfoto_a_container .col-xs-4 {
		width: 100%;
	}
	.dh_startseite_3_teaserfotos_item {
		padding: 0 !important;
	}	
	.dh_teaserfoto_caption_a {
		padding: 8% 8% 12%;
	}

	.dh_statement_c {
		padding: 16.5% 10% 5%;
	}	
	.dh_statement_c h3 {
		font-size: 25px;
	}	
	.dh_fullscreen_bgimg_sec_b .col-xs-6 {
		width: 100%;
	}
	.dh_startseite_teaserfotos_jahreszeiten_item:nth-child(1) {
		padding: 0 0 7%;
	}
	.dh_startseite_teaserfotos_jahreszeiten_item:nth-child(2) {
		padding: 0;
	}
	
	.dh_teaserfoto_caption_b div:nth-child(1) {
		font-size: 30px;
	}
	.dh_teaserfoto_caption_b div:nth-child(2) {
		font-size: 20px;
	}	
	
		
	.dh_fullscreen_bgimg_sec_footer {
		height: 720px;
		padding-top: 18%;
	}
	.dh_footer_logo{
		 width: 35%;
	}
	.dh_footer_kontaktdaten_dot {
		margin: 0 6px;
	}
	.dh_hide_on_mobile, .dh_footer_lnk_list_separator{
		display:none !important;
	}	
	.dh_footer_kontaktdaten {
		font-size: 16px;
		padding: 8% 2% 2.5%;
		line-height: 1.53;		
	}
	.dh_footer_lnk_list {
		padding: 4% 0 6%;
		line-height: 1.7;		
	}	
	.dh_footer_lnk_list ul li {
		display: block;
	}		
	.dh_footerbar {
		padding: 6% 7%;
	}
	.dh_footer_logo_bar{
		padding:9% 2% 1%;
	}	
	.dh_footer_logo_bar a img{
		height:45px;
	}
	.dh_fullscreen_bgimg_sec_c {
		height: 250px;
	}	
	.dh_ankommen_pics .col-xs-4,.dh_ankommen_pics .col-xs-8 {
		width: 100%;
		padding-left:0;
		padding-right:0;
		padding-bottom: 3%;		
	}
	.dh_ankommen_pics {
		min-height: 490px;
	}
	.dh_ankommen_pic {
		height: 230px;
	}		
	.dh_statement_a_ankommen {
		padding: 15% 5% 10%;
	}	
	.dh_statement_a_ankommen:nth-of-type(1) {
		padding-top: 15%;
	}
	.dh_ankommen_pic_left{
		padding-bottom: 7% !important;
	}

	.dh_breadcrumb_sec {
		padding: 23% 0 3%;
	}	
	
	.dh_detailseite_img_gross {
		height: 245px;
	}	
	.dh_detailseite_oben_sec .dh_statement_a, .dh_statement_a_zimmerliste, .dh_kontakt_vorspann_sec .dh_statement_a, .dh_kontakt_form_sec .dh_statement_a, .dh_map_vorspann_sec .dh_statement_a{
		
		padding: 3% 5% 10%;
	}	
	.dh_detailseite_white_box_container h4{
		font-size: 25px;
	}
	.dh_detailseite_white_box p {
		font-size: 16px;
	}
	.dh_detailseite_white_box {
		padding: 5% 6% 15%;
	}
	.dh_statement_b {
		padding: 18% 5% 10%;
	}	
	.dh_statement_b p {
		font-size: 16px;
	}	
	.dh_detailseite_zwei_fotos_container .col-xs-6{
		width: 100%;
		padding-left:0 !important;
		padding-right:0 !important;
		padding-bottom: 7% !important;		
	}
	
	.dh_zimmerliste_kurzinfo_container {
		font-size: 16px;
		bottom: 18%;
		padding: 5% 6% 15%;			
	}
	.dh_zimmerliste_zeile {
		padding-bottom: 83%;
	}
	.dh_zimmerliste_kurzinfo_container .col-xs-5 {
		margin-bottom: 0;
	}
	.dh_zimmerliste_pic {
		height: 250px;
	}	
	
	.dh_kontakt_form_sec h3, dh_kontakt_vorspann_sec h3 {
		font-size: 20px;
	}
	.dh_kontakt_vorspann_sec .dh_statement_a_detailseite p {
		line-height: 1.42857;
	}	
	.dh_horizontal_separator_container_d {
		padding: 0 47.5% 6%;
	}
	.dh_kontakt_form_container form .row:nth-last-child(1) {
		padding-bottom: 27%;
	}


	.dh_statement_a_fotogallery {
		padding: 2% 17% 6%;
	}	
	.dh_statement_a_fotogallery h1{
		font-size: 30px;
	}
	.dh_fotogallery_brauner_balken {
		padding-bottom: 2%;
		padding-top: 2%;
		line-height: 35px;
	}	
	.dh_fotogallery_brauner_balken form > div {
		padding-left: 13%;
		width: 49%;
	}	
	.dh_fotogallery_fotoliste_container {
		padding-top: 14%;		
	}	
	.dh_fotogallery_sec .dh_teaserfoto_wrap_a::after {
		border-width:5px;
	}

	.dh_map_sec {
		padding-bottom: 17%;
		padding-top: 3%;
	}
	.dh_map_sec .dh_horizontal_separator_container_d {
		padding: 10% 47.5% 11%;
	}
	.dh_impressum_text_sec {
		padding-bottom: 9%;
		padding-top: 1%;
	}
	
	
	.dh_webcam_1_1 {
		height: 61vw;
	}	
	
}
/*
@media (max-width: 480px) and (min-aspect-ratio: 6/10) {

}
*/

@media (max-width: 430px) {
	.dh_detailseite_img_gross {
		height: 220px;
	}
	.dh_zimmerliste_zeile {
		padding-bottom: 96%;
	}	
	.dh_zimmerliste_kurzinfo_container {
    bottom: 18%;
	}
	.dh_zimmerliste_pic {
		height: 220px;
	}	
}

@media (max-width: 375px) {
	.dh_logo_lnk div {
		margin-top: -25px;
	}
	.dh_fullscreen_bgimg_sec_a {	
		background-color:#e0dcd9;
	}
	.dh_fullscreen_bgimg_sec_a {
		height: 620px;
	}	
	.dh_blockquote_container {
		bottom: 6%;
	}
	.dh_fullscreen_bgimg_sec_footer {
		height: 640px;
	}
	
	.dh_fullscreen_bgimg_sec_c {
		height: 190px;
	}
	.dh_ankommen_pics {
		min-height: 370px;
	}
	.dh_ankommen_pic {
		height: 170px;
	}
	
	.dh_breadcrumb_sec {
		padding: 26% 0 3%;
	}
	
	.dh_detailseite_img_gross {
		height: 193px;
	}	
	.dh_detailseite_white_box {
		padding:6% 13% 18%;
	}
	.dh_detailseite_oben_sec .dh_statement_a, .dh_statement_a_zimmerliste, .dh_kontakt_vorspann_sec .dh_statement_a, .dh_kontakt_form_sec .dh_statement_a, .dh_map_vorspann_sec .dh_statement_a{
		padding: 3% 5% 12%;
	}
	.dh_statement_a_detailseite h1{
		font-size: 37px;
	}	

	.dh_zimmerliste_zeile {
		padding-bottom: 106%;
	}
	.dh_zimmerliste_kurzinfo_container {
		bottom: 18%;
	}	
	.dh_zimmerliste_pic {
		height: 190px;
	}	
	
	
	.dh_kontakt_form_container {
		padding: 0 7.61%;
	}
	
	.dh_fotogallery_brauner_balken {
		padding-bottom: 4%;
		padding-top: 4%;
	}
	.dh_fotogallery_brauner_balken form > div {
		padding-left: 8%;
	}	
	.dh_fotogallery_sec .dh_teaserfoto_wrap_a::after {
		border-width:10px;
	}
	.dh_fotogallery_sec .col-xs-6{
		width:100%;
		padding-bottom: 14%;
		padding-left: 0;
		padding-right: 0;
	}	
	
	.dh_map_sec #webcamimage{
		width:100%;	
	}
	
}
@media (max-width: 320px) {
	.dh_detailseite_img_gross {
		height: 163px;
	}	
	.dh_statement_a_detailseite h1{
		font-size: 31px;
	}
	.dh_kontakt_form_container {
		padding: 0 2.61%;
	}	
}