@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot') format('embedded-opentype'),
         url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
}

@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot') format('embedded-opentype'),
         url('../fonts/lato-bold.woff2') format('woff2'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
}

*{
	margin: 0;
}

html,body{
	height: 100%;
}

body{
	font-family: 'LatoRegular';
}

pre {background-color:#fff;color:#666;font-size:13px;text-align:left;border:1px solid #ccc;padding:15px !important;margin:10px 0 !important;font-family:monospace;overflow:scroll !important;text-transform:none;}


a{
	text-decoration: none;
	border: 0;
	color: #4c4c4c;
}

.clearing {
	clear: both;
}

img{
	border: 0;
}


.content_rechts	img{
	 max-width: 100%;
	 height: auto;
}

.titel_1{
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.titel_2{
	font-size: 27px;
	margin-top: 15px;
	padding-bottom: 10px;
}

#container{
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;

}
#container.googlemaps{
	margin: 0 0 -120px;
	height: 100% !important;
	overflow: hidden;
	position: relative;
}

#content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-top: 30px;
	width: 100%;
	padding: 20px;
	font-size: 19px;
	text-transform: none;
	position: relative;

}

.content_standard{
	background-image: url(/images/1px_white.png);
}

#content h1{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#content h2,#content h3{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}




#mainpage_container{
    position: relative;
    width: 100%;
	margin-top: 30px;

}

#mainpage_container.googlemaps{
	height: 100%;
}

#mainpage {
    width: 100%;
    z-index: 31;
}

#mainpage.googlemaps{
    height: 100%;
    position: relative;
    top: -20px;
    z-index: 10;
}


/* head */

#header {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 400;
}


#navigation {
	min-height: 80px;
	height: auto;
	background-color: #FFF;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.33);
	position: relative;
}



/* seite - inhalt */

.side {
    margin: 0 auto;
	max-width: 1194px;
	width: auto;
	z-index: 10;
	position: relative;
}

.block {
	width: 100%;
    min-height: 305px;
}

.block_home {
	width: 100%;
    min-height: 225px;
	height: auto;
	padding-left: 50px;
	padding-right: 50px;
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(255, 181, 62, .8);
}

.home_three {
    margin-top: 59px;
    min-height: 95px;
    width: 100%;
}

.one {
	width: 370px;
    height: 100px;
	bottom: 0;
	background-image: url(../images/1px_white.png);
	float: left;
	position: relative;
	margin-top: 20px;
	cursor: pointer;
}

.one:hover {
	height: 120px;
	margin-top: 0px;
	transition-property: margin-top;
	transition-duration: 1s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.two {
	width: 370px;
    height: 100px;
	bottom: 0;
	background-image: url(../images/1px_white.png);
	margin-left: 42px;
	float: left;
	position: relative;
	margin-top: 20px;
	cursor: pointer;
}

.two:hover {
    height: 120px;
	margin-top: 0px;
	transition-property: margin-top;
	transition-duration: 1s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.one-orange {
	width: 265px;
    height: 60px;
	margin-left: 52px;
	margin-top: 18px;
	background-image:url(../images/1px_orange.png);
}

.two-grey {
	width: 265px;
    height: 60px;
	margin-left: 52px;
	margin-top: 18px;
	background-image:url(../images/1px_grey.png);
}

.three-red {
	width: 265px;
    height: 60px;
	margin-left: 52px;
	margin-top: 18px;
	background-image:url(../images/1px_red.png);
}

.o_left {
	width: 185px;
	height: 57px;
	margin-left: 10px;
	margin-top: 3px;
	float: left;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
}

.o_right {
	width: 70px;
	height: 60px;
	float: left;
	background-image: url(../images/icon_reservieren.png);
	background-repeat: no-repeat;
	background-position: center;
}

.t_left {
	width: 150px;
	height: 57px;
	margin-left: 10px;
	margin-top: 3px;
	float: left;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
}

.t_right {
	width: 105px;
	height: 60px;
	float: left;
	background-image: url(../images/icon_gutschein.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* sidebar - rechts */

#sidebar a{
	color: #808080;
}

#sidebar {
    height: 360px;
    position: fixed;
    right: 0;
	top: 30%;
	display: inline-block;
    vertical-align: middle;
    width: 65px;
    z-index: 99998;
}

.side_sprache{
	background-image: url(../images/sidebar_01.png);
	background-position: right;
	width: 55px;
	height: 51px;
    cursor: pointer;
	margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}

.side_sprache-active,
.side_sprache:hover{
	background-image: url(../images/sidebar_01_h.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 10px;
	margin-left: 0px;
}


.sidebar_spr_info {
    background-color: #FFF;
	border-radius: 8px 0 8px 8px;
    color: #808080;
    cursor: default;
    position: absolute;
	display: none;
    right: 100%;
    height: auto;
    padding: 10px 20px 14px 20px;
    width: 225px;

}


.sidebar_spr_info a:hover, .sidebar_spr_info a.active{
color: #ffb53e !important;
font-weight: bold;
text-shadow: 2px 2px 3px #ccc;
}

.sidebar_spr_info a{
	 color: #808080;
}

.side_sprache:hover .sidebar_spr_info
{
    display: block;
}


.side_anfahrt{
	background-image: url(../images/sidebar_02.png);
	width: 55px;
	height: 51px;
	background-position: right;
    cursor: pointer;
	margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}

.side_anfahrt-active,
.side_anfahrt:hover{
	background-image: url(../images/sidebar_02_h.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 10px;
	margin-left: 0px;
}


.sidebar_anf_info {
    background-color: #FFF;
	border-radius: 8px 0 8px 8px;
    color: #808080;
    cursor: default;
    position: absolute;
/*	display: none;*/
	visibility: hidden;
    right: 100%;
    height: auto;
    padding: 10px 20px 14px 20px;
    width: 225px;

}

.side_anfahrt:hover .sidebar_anf_info
{
/*    display: block; */
	visibility: visible;
}

.tel_font_2{
	font-size: 20px;
	font-weight: bold;
	color: #ffb338;
	text-transform: uppercase;
}

.anf_font_2{
	font-size: 0.66em;
    color: #808080;
	text-transform: uppercase;
}

.side_telefon{
	background-image: url(../images/sidebar_03.png);
	width: 55px;
	height: 51px;
	margin-left: 10px;
	background-position: right;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.side_telefon-active,
.side_telefon:hover{
	background-image: url(../images/sidebar_03_h.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 10px;
	margin-left: 0px;
}

.sidebar_tel_info {
    background-color: #FFF;
	border-radius: 8px 0 8px 8px;
	color: #808080;
	font-size: 16px;
	line-height: 24px;
    cursor: default;
    position: absolute;
	display: none;
    right: 100%;
    height: auto;
    padding: 10px 20px 14px 20px;
    width: 225px;

}

.side_telefon:hover .sidebar_tel_info{
    display: block;
}

.tel_font{
	font-size: 24px;
	font-weight: bold;
	color: #ffb338;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.side_kontakt{
	background-image: url(../images/sidebar_04.png);
	width: 55px;
	height: 51px;
	background-position: right;
    cursor: pointer;
	margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}

.side_kontakt-active,
.side_kontakt:hover{
	background-image: url(../images/sidebar_04_h.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 10px;
	margin-left: 0px;
}

.sidebar_kon_info {
    background-color: #FFF;
	border-radius: 8px 0 8px 8px;
    color: #808080;
    cursor: default;
    position: absolute;
	display: none;
    right: 100%;
    height: auto;
    padding: 10px 20px 14px 20px;
    width: 225px;

}

.side_kontakt:hover .sidebar_kon_info{
    display: block;
}

.tel_font_3{
	font-size: 18px;
	font-weight: bold;
	color: #ffb338;
	text-transform: uppercase;
}

.side_fb{
	background-image: url(../images/sidebar_05.png);
	width: 55px;
	height: 51px;
	margin-left: 10px;
	background-position: right;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.side_fb-active,
.side_fb:hover{
	background-image: url(../images/sidebar_05_h.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 10px;
	margin-left: 0px;
}

.sidebar_fb_info {
    background-color: #FFF;
	border-radius: 8px 0 8px 8px;
    color: #808080;
    cursor: default;
    position: absolute;
	display: none;
    right: 100%;
    height: auto;
    padding: 10px 20px 14px 20px;
    width: 225px;

}

.side_fb:hover .sidebar_fb_info{
    display: block;
}



.side_imp{
	background-image: url(../images/sidebar_06.png);
	width: 55px;
	height: 51px;
	margin-left: 10px;
	background-position: right;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.side_imp-active,
.side_imp:hover{
	background-image: url(../images/sidebar_06_h.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 10px;
	margin-left: 0px;
}


.sidebar_imp_info {
    background-color: #FFF;
	border-radius: 8px 0 8px 8px;
    color: #808080;
	font-size: 16px;
    cursor: pointer;
    position: absolute;
	display: none;
    right: 100%;
    height: auto;
    padding: 10px 20px 14px 20px;
    width: 225px;
}

.side_imp:hover .sidebar_imp_info{
    display: block;
}

/* start */

#start_the_page {
	background-image: url(../images/start-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 100%;
	z-index: 450;
    margin: auto;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#start_the_page.lang_1{
	background-image: url(../images/start-home.jpg);
}

#start_the_page.lang_2,#start_the_page.lang_3{
	background-image: url(../images/start-home_eng.jpg);
}


#start_bt {
    bottom: 0;
    left: 50%;
    margin-left:-30px; /* -46px;*/
    position: absolute;
    width: 70px;
}

/* unterseite */

.back{
	width: 4%;
	float: right;
 	margin-top: 20px;
	cursor: pointer;
	opacity: 0.3;
 	transition: opacity 1s ease-in;
	border: none;
	text-decoration: none;
}

.back:hover {
  opacity: 1;
}

.zim_hotel {

	width: 100%;
	height: auto;


}

.unt_hotel {
    max-width: 1194px;
	width: 100%;
	height: auto;
	min-height: 700px;
	background: rgba(177, 40, 58, .8);

}

.unt_hotel_medium {
    max-width: 1194px;
	width: 100%;
	height: auto;
	min-height: 700px;
	background: rgba(255, 255, 255, .8);

}

.title_unt_zimmer{
    width: 90%;
	height: auto;
	min-height: 55px;
	padding-top: 40px;
	padding-left: 30px;
	color: #1a3870;
	font-size: 40px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}

.title_unt_medium{
    width: 90%;
	height: auto;
	min-height: 55px;
	padding-top: 12px;
	padding-left: 30px;
	color: #edb122;
	font-size: 35px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}

.title_unt{
    width: 90%;
	height: auto;
	min-height: 55px;
	padding-top: 12px;
	padding-left: 30px;
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

.die_zimmer{
    max-width: 1184px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.left_zimmer{
    max-width: 562px;
	width: 100%;
	height: auto;
	margin-left: 30px;
	float: left;
}

.right_zimmer{
    max-width: 562px;
	width: 100%;
	height: auto;
	margin-left: 30px;
	float: left;
}

.block_zimmer_top{
    max-width: 545px;
	width: auto;
	height: 140px;
	-webkit-box-shadow: 2px 4px 12px -6px rgba(77,77,77,0.34);
	-moz-box-shadow: 2px 4px 12px -6px rgba(77,77,77,0.34);
	box-shadow: 2px 4px 12px -6px rgba(77,77,77,0.34);
	cursor: pointer;
}

.block_zimmer{
    max-width: 545px;
	width: auto;
	height: 140px;
	margin-top: 15px;
	-webkit-box-shadow: 2px 4px 12px -6px rgba(77,77,77,0.34);
	-moz-box-shadow: 2px 4px 12px -6px rgba(77,77,77,0.34);
	box-shadow: 2px 4px 12px -6px rgba(77,77,77,0.34);
	cursor: pointer;
}

.left_img_zimmer{
    width: 226px;
	height: 140px;
	overflow: hidden;
	float: left;
}

.zimmer_right{
	max-width: 319px;
	width: 100%;
	height: 140px;
	float: right;
}



.right_farbe_001{
	background: none repeat scroll 0 0 rgba(61, 136, 69, 0.8);
}

.head_farbe_001{
	color: #3d8845;
}

.right_farbe_002{
	background: none repeat scroll 0 0 rgba(182, 56, 99, 0.8);
}

.head_farbe_002{
	color: #b63863;
}

.right_farbe_003{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}

.right_farbe_003 > .zimmer_info_left,.right_farbe_003 > .zimmer_info_middle,.right_farbe_005 > .zimmer_info_left,.right_farbe_005 > .zimmer_info_middle{
	color: #5d5d5d;
}

.head_farbe_003{
	color: #ffffff;
}

.right_farbe_004{
	background: none repeat scroll 0 0 rgba(207, 177, 215, 0.8);
}

.head_farbe_004{
	color:  #cfb1d7;
}

.right_farbe_005{
   	background: none repeat scroll 0 0 rgba(255, 238, 220, 0.8);
}

.head_farbe_005{
	color: #800000;
}

.right_farbe_006{
   	background: none repeat scroll 0 0 rgba(254, 191, 98, 0.8);
}

.head_farbe_006{
	color: #febf62;
}

.right_farbe_007{
   	background: none repeat scroll 0 0 rgba(23, 54, 95, 0.8);
}

.head_farbe_007{
	color: #17365f;
}

.right_farbe_008{
   	background: none repeat scroll 0 0 rgba(242, 45, 34, 0.8);
}

.head_farbe_008{
	color:  #f22d22;
}

.right_farbe_0020{
   	background: none repeat scroll 0 0 rgba(242, 225, 167, 0.8);
}

.head_farbe_0020{
	color:#eea35f;
}


.right_farbe_0016{
  	background: none repeat scroll 0 0 rgba(83, 88, 105, 0.8);
}

.head_farbe_0016{
	color:#535869;
}
.right_farbe_0021{
  	background: none repeat scroll 0 0 rgba(176, 136, 170, 0.8);
}

.head_farbe_0021{
	color: #b088aa;
}


.right_farbe_0022{
  	background: none repeat scroll 0 0 rgba(254, 165, 49, 0.8);
}

.head_farbe_0022{
	color:  #fea531;
}


.right_farbe_0023{
  	background: none repeat scroll 0 0 rgba(41, 46, 98, 0.8);
}

.head_farbe_0023{
	color: #292e62;
}


.zimmer_text {
    font-size: 29px;
    font-weight: bold;
    height: 35px;
    margin-left: 30px;
    padding-top: 8px;
    text-transform: uppercase;
    width: auto;
}




.zimmer_info{

	width: 80%;
	height: 45px;
	padding-top: 20px;
	font-size: 13px;
	margin-left: 30px;
}


.zimmer_t1{

	color: #f8b1ae;

}



.zimmer_t21{

	color: #ffffff;

}

.zimmer_t22{

	color: #657342;

}

.zimmer_t23{
  color: #58a6d7;

}


.head_farbe_0024{
	color:  #cd3d34;
}

.right_farbe_0024{
   	background: none repeat scroll 0 0 rgba(205, 61, 52, 0.8);
}

.right_farbe_0025{
  	background: none repeat scroll 0 0 rgba(181, 80, 68, 0.8);
}

.head_farbe_0025{
	color:  #b55044;
}

.right_farbe_0026{
  	background: none repeat scroll 0 0 rgba(92, 88, 89, 0.9);
}

.head_farbe_0026{
	color: : #5c5859;
}

.right_farbe_0027{
  	background: none repeat scroll 0 0 rgba(191, 44, 104, 0.8);
}

.head_farbe_0027{
	color: #bf2b68;
}



.zimmer_t24{

	color: #fff;

}


.zimmer_t25{

	color: #f7c488;

}

.zimmer_t26{

	color: #499450;

}

.zimmer_t27{

	color: #f78f32;

}

.zimmer_t20{

	color: #eea35f;

}

.zimmer_t{
	color: #fac2bd;

}

.zimmer_info.zimmer_t{
	padding-top: 10px;
}

.zimmer_t5{

	color: #f8b1ae;

}

.zimmer_t16{

	color: #d9e3e1;

}

.zimmer_t2{

	color: #ffffff;


}

.zimmer_info.zimmer_t2{
	padding-top: 10px;
}

.zimmer_t3{

	color: #72acdc;
	padding-top: 10px;

}

.zimmer_t4{

	color: #89a6c6;

}

.zimmer_t5{

	color: #800000;

}

.zimmer_t6{

	color: #818ca5;


}

.zimmer_info.zimmer_t6,.zimmer_info.zimmer_t4,.zimmer_info.zimmer_t8,.zimmer_info.zimmer_t7{
	padding-top: 10px;
}

.zimmer_t7{
	color: #4194c8;
}

.zimmer_t8{

	color: #ffffff;


}


.zimmer_block_hotel{
    max-width: 600px;
	width: 100%;
	height: auto;
}

.close_zimmer{
	width: 100%;
	max-width: 600px;
	height: 24px;
	padding-top: 10px;
	cursor: pointer;
}

.farbe_zimmer_01{
	background-color: #1a376f;
	width: 100%;
	height: 100%;
}

.zimmer_font{
	font-size: 21px;
	color: #FFF;
	text-transform: uppercase;
	padding: 30px;
}

.zimmer_font_002{

	color: #ffcd93;

}

.zimmer_font_003{

	color: #aa9d71;

}

.zimmer_font_004{

	color: #746c79;

}

.zimmer_font_005{

	color: #f78f32;

}

.zimmer_font_007{

	color: #a7cbd2;

}

.zimmer_font_008{

	color: #000000;

}

.zimmer_font_0016{

	color: #bfcdee;

}

.zimmer_font_0020{

	color: #5f4c55;

}

.zimmer_font_0021{

	color: #666666;

}

.zimmer_font_0023{

	color: #cbdff0;

}

.zimmer_font_0024{

	color: #000000;

}

.zimmer_font_0025{

	color: #f7c488;

}

.zimmer_font_0026{

	color: #3d8844;

}

.zimmer_font_0027{

	color: #f78f32;

}


.info_font{
	font-size: 20px;
	padding: 30px;
}

.zimmer_info_white{
	background-color: #FFF;
	width: 100%;
	height: 30px;
	color: #1a3870;
	font-size: 20px;
	text-align: right;
	padding-right: 24px;
	opacity: 0.8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zimmer_info_white a:link,.zimmer_info_white a:visited,.zimmer_info_white a:hover{
	color: #1a3870;
}

.zimmer_info_left{
	width: 30%;
	height: 35px;
	margin-top: 2px;
	float: left;
	font-size: 20px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 30px;
}

.zimmer_info_middle{
	width: 26%;
	height: 35px;
	margin-top: 2px;
	float: left;
	font-size: 20px;
	color: #FFF;
	padding-top: 5px;
}

.zimmer_info_right{
	background-color: #FFF;
	width: 18%;
	margin-top: 2px;
	height: 35px;
	float: right;
	color: #1a3870;
	font-size: 19px;
	font-weight: bold;
	padding-top: 5px;
	position: relative;
	text-align: right;
	padding-right: 25px;
	z-index: 3;
}

.arrow_big{
	color: #1a3870;
	font-size: 24px;
	line-height: 17px;
	}

.img_360 {
	width: 13%;
	margin-top: -10px;
	height: 7px;
	float: left;
	position: relative;
	z-index: 5;
	margin-left: 12px;
	}

.img2_360{
	background-image: url(/images/360.png);
	background-repeat: no-repeat;
}

.img2_360.right_farbe_005,.img2_360.right_farbe_003{
	background-image: url(/images/360_grey.png);
}

/* IMG-360 Standard */

.img-360-standard {float:none;height:auto;margin:15px 0 0 0;width:auto;z-index:auto;text-align:center;}
.img-360-standard .a_360 {display:inline-block;}
.img-360-standard .rund_color {position:relative;z-index:auto;top:0;}
.img-360-standard .rund_color.ffb21f {background-color:#ffb21f;}

.close_color{
	background-image: url(/images/close.png);
	background-repeat: no-repeat;

}

.close_color.right_farbe_005,.close_color.right_farbe_003{
	background-image: url(/images/close_grey.png);
}

/* Buchungen */

.booking, .push {
	height: 150px;
	clear: both;
}
.push.googlemaps{
	height: 120px;
}

.booking{
	max-width: 1194px;
	width: 100%;
	margin: 0 auto;
}

.booking_top{
	width: 80%;
	max-width: 600px;
	min-height: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url(../images/1px_white.png);
}

.booking_font{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 14px;
	color: #1a3870;
	float: left;
	width: 82%;
}

.booking_img {
    float: right;
    margin-right: 0px;
    margin-top: 5px;
    width: 12%;
}

.booking_down{
	width: 100%;
	height: 90px;
	background-image: url(../images/1px_white.png);
}

.zauber_buchen_box1 {
    float: left;
    position: relative;
	margin: 12px 4px 12px 22px;
    width: 214px;
	height: 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FFF;
}

.zauber_buchen_box2 {
    float: left;
    position: relative;
	margin: 12px 4px 12px 4px;
    width: 214px;
	height: 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FFF;
}

.zauber_buchen_box3 {
    float: left;
    position: relative;
	margin: 12px 4px 12px 4px;
    width: 214px;
	height: 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FFF;
}

.zauber_buchen_box4 {
    float: left;
    position: relative;
	margin: 12px 4px 12px 4px;
    width: 300px;
	height: 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FFF;
}

.zauber_buchen_box5 {
    float: left;
    position: relative;
	margin: 12px 4px 12px 4px;
    width: 200px;
	height: 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FFF;
}

.buchung_left {
    float: left;
	width: 63%;
	height: 100%;
	text-transform: uppercase;
	color: #5d5d5d;
	font-size: 22px;
	padding: 12px 0px 0px 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#buchen_anreise_datum,#buchen_abreise_datum{
	font-size: 60%;
	color: #1a3870;
}

.buchung_right {
    float: left;
	width: 35%;
	height: 100%;
	padding-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url(../images/date_buchung.png);
	background-repeat: no-repeat;
	background-position: center;
}

.buchung_right2 {
    float: left;
	width: 35%;
	height: 100%;
	padding-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.buchung_left4 {
    float: left;
	width: 73%;
	height: 100%;
	text-transform: uppercase;
	color: #5d5d5d;
	font-size: 22px;
	padding: 18px 0px 0px 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.buchung_right4 {
    float: left;
	width: 27%;
	height: 100%;
	padding-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.buchen_eingabe {
    background-color: transparent;
    border-color: #b3b2b1;
    border-style: solid;
    border-width: 1px;
    color: rgba(75, 68, 64, 0.4);
    height: 34px;
    margin-top: 2px;
    padding: 4px;
    width: 28px;
	font-size: 20px;
	text-align: center;
}

.buchen_pfeil{
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 25px;
	width: 22px;
	height: 20px;
	background-image: url(../images/buchen_pfeil.png);
	background-repeat: no-repeat;
	background-position: center;
}

.buchen_select {
    background-color: #b3b2b1;
    border-color: #b3b2b1;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    display: none;
    left: 15px;
    padding: 4px;
    position: absolute;
    top: 42px;
    width: 80%;
    z-index: 999997;
}

.alle_buchungen{
	width: auto;
	margin: 0 auto;
	height: auto;
}


.buchung_right img{
	width: 100%;
	cursor: pointer;
}

.ui-datepicker{
	z-index: 99999 !important;
}


#kontakt_footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 25;
	background-color: #4d4948;
	width: 100%;
	height: 120px;
}
#kontakt_footer_inner{
	margin: 0 auto;
	max-width: 1194px;
	width: auto;
	color: #ffffff;
	position: relative;
}

#kontakt_table{
	displa: table;
}

#kontakt_menu{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 265px;
	height: 65px;
	background-color: #ffffff;
	text-align: center;
	color: #4d4948;
	text-transform: uppercase;
	font-size: 110%;
	padding-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#kontakt_menu a{
	color: #4d4948;
	text-transform: uppercase;
}


#kf_1,#kf_2,#kf_3,#kf_4,#kf_5{
	display: table-cell;
	vertical-align: bottom;
	height: 100px;

}
#kf_1{
	width: 110px;

}
#kf_2{
	width: 250px;
	text-transform: uppercase;
}
#kf_3{
	width: 295px;
}
#kf_4{
	width: 280px;
}
#kf_5{
	width: 260px;
	text-align: center;
}

.content_text_6{
	color: #4d5974;
}

.content_rechts{
	width:350px;
	float:left;

}
.content_links{
	float: left;
	width: calc(100% - 350px);
	width: -moz-calc(100% - 350px);
	width: -ms-calc(100% - 350px);
	width: -o-calc(100% - 350px);
}

.img_trip{
	width: 176px;
	height: 35px;
	background-image: url("/images/idheadlogo_2013.png");
}


.news_left,.news_right{
	float: left;
	width: 50%;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 7px #333;
}

.news_left,.news_right h2{
	font-weight: bold;
	text-shadow: 2px 2px 7px #333;
}

.news_left a,.news_right a{
	color: #ffffff;
}
#c_form1{
	border-radius: 4px;
    margin: 0 auto;
    padding: 15px;
    width: 75%;
}
#c_form2{
	border-radius: 4px;
    margin: 0 auto;
    padding: 15px 15px 15px 50px;
    text-shadow: 0 1px 0 #fff;
    width: 90%;
}

.table{
	display: table;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
}

.zurueck{
	position: absolute;
	top: 15px;
	right: 20px;
	opacity: 0.3;
}

.r_close{
	position: absolute;
	top: -25px;
	right: 0px;
	cursor: pointer;
	background-image: url("/images/close.png");
    background-repeat: no-repeat;
   height: 24px;
    width: 25px;
}

.a_360{
	cursor: pointer;
}

#iframe_360{
	margin-top: 50px;
	display: block;
    height: 100%;
	height: calc(100%-50px);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}
#iframe_360 iframe{

	width: 100%;
	height: calc(100%-50px);
}

.font_gallery_booking{
	color: #5d5d5d;
}

.tr_buchung_0{
	background-color: #ffffff;
}

.tr_buchung_1{
	background-color: #ffb21f;
}

.td_r_tag,.r_block{
	width: 20px;
}
.r_block{
	cursor: pointer;
}

#buchen_zimmertyp{
	border: 2px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    font-size: 18px;
    height: 45px;
    margin: 0 0 5px;
    padding: 5px 8px;
    width: 95%;
}

#ver_pr_buchen {
    border: 2px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    height: 26px;
    margin: 10px;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 88%;
}

#ver_pr_buchen:hover {
	   border: 2px solid #ffb21f;
}


#z_zimmer_show{
	display: none;
	cursor: pointer;
}


.tab_partner_presse{
	display: block;
	width: 100%;
}

.left_presse_img{
	width: 20%;
	height: 65px;
	margin-bottom: 15px;
	float: left;
}

.left_presse_img_big{
	width: 20%;
	height: 160px;
	margin-bottom: 15px;
	float: left;
}

.right_link_presse_big{
	width: 70%;
	height: 160px;
	margin-bottom: 15px;
	float: left;
}

.right_link_presse{
	width: 70%;
	height: 65px;
	margin-bottom: 15px;
	float: left;
}

.presse_all{
	width: 100%;
	display: block;
}

.tr_h_presse{
	width: 100%;
    display: flex;
    height: auto;
    margin-bottom: 10px;
}

.td_zauber_presse{
	width: 15%;
	float: left;
	height: 85px;
}

.td_zauber_presse_txt{
	width: 55%;
	float: left;
	height: 85px;
}

.td_zauber_presse_link{
	width: 30%;
	float: left;
	height: 85px;
}

.z_violett a,
.z_violett a:active,
.z_violett a:visited {
	color: #FFF;
}


.the_summe_preis {
	float: left;
	width: 88%;
	text-align: right;
}

.eingabe_2{
    border: 2px solid #ffaa07;
    border-radius: 2px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    margin: 0 0 5px;
    padding: 3px 10px;
    width: 4%;
}

#select_button_h {
    border: 2px solid #ffaa07;
    border-radius: 2px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: 30px;
    margin: 0 0 5px;
    padding: 3px 10px;
    text-align: center;
    width: 53%;
}

#res_form select_h {
    border: 2px solid #ffaa07;
    border-radius: 2px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: 30px;
    margin: 0 0 5px;
    padding: 3px 10px;
    text-align: center;
    width: 50%;
}

.hotel_zauber_buchen_res {
    width: 100%;
	margin-left: -2px;
}

#header_smart {
	display: none;
}

#header_start {
	display: none;
}

#the_header {
	display: none;
}

.link{
color: #ffb53e !important;
}


.tab_box{
	display: block;
	height: 35px;
	float: left;
	font-size: 20px;
	color: #454545;
	line-height: 26px;
	padding: 4px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	margin-right: 15px;
	}

.tab_box:link,.tab_box:visited,.tab_box:hover,.tab_box:active{
	color: #454545 !important;
}


	.arrow_tab{
	margin-top: -2px;
	padding: 0px 7px;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

	#cms_module{
		width: 100%;
		min-height: 100%;
		position: relative;
	}

input[type="submit"].eingabe {
	width: auto;
    color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 20px;

}
input[type="submit"].eingabe:hover{
	width: auto;
	padding: 20px;
	color: #fff;
	background-color: #fea500;
	border: solid 1px #fea500;
    border-radius: 4px;
}

#map_canvas{
	margin-top: -30px;
}

		.sidebar_anf_info {
		width: 580px;
		margin-top: -80px;
		border-radius: 8px;
		}


		.map_anf {
		float: left;
    	height: 258px !important;
		margin-right: 20px;
		}

		.vvs_anf{
		float: left;
		margin-top: -20px;
		}

		#gmap_canvas{
    	height: 255px !important;
		}


		.sehlogo {
		float: left;
		padding-left: 35px;
		width: 68px;
		height: 68px;
		background-image: url(/images/SEH-logo.png);
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		top: -35px;
		}

#seh_logo{

position: absolute;
left: 20px;
bottom: 20px;
}

#michelin_logo{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#michelin_logo img {width:127px;height:auto;}

ul#nav li img{
	vertical-align: middle;
}

#gmap_canvas{
	height:190px;width:220px;
}
#gmap_canvas img{max-width:none!important;background:none!important;}

.sidebar_url{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/* ************************************************************************* */

#the-footer {position:fixed;bottom:0px;width:100%;text-align:right;z-index:99998;}
#the-footer .container-inner {display:inline-block;padding:5px 10px;/*background-image:url('/images/1px_white.png');*/background-color:#878787;font-size:13px;line-height:normal;}
#the-footer .container-inner a {color:#fff;}

.eingabefehler {
    border: 2px solid #FF0000;
    border-radius: 2px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    margin: 0 0 5px;
    padding: 3px 10px;
    width: 100%;
}

/* Text ******************************************************************** */

.text-left {text-align:left !important;}
.text-center {text-align:center !important;}
.text-right {text-align:right !important;}
.text-justify {text-align:justify !important;}
.text-bold {font-weight:bold !important;}

p.margin {margin-bottom:15px;}
div p.margin:last-child {margin-bottom:0;}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.w-auto {width:auto !important;}

/* Alerts ****************************************************************** */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.alert h4 {margin:0 0 10px 0;font-weight:bold;}

/* Startseite ************************************************************** */

.block_home {}
.block_home.block-home-margin-top {margin-top:50px;}
.block_home .block-home-container {}
.block_home .block-home-container .container-inner {}
.block_home .block-home-container .container-inner .block-home-titel {}
.block_home .block-home-container .container-inner .block-home-text {}

/* Zimmer buchen *********************************************************** */

body.cms-nav-typ-10 {}
body.cms-nav-typ-10 #container {margin:0;min-height:auto;height:auto;}
body.cms-nav-typ-10 .push {height:30px;}
body.cms-nav-typ-10 .iframe-caesar-data-zimmer-buchen {position:relative;clear:both;margin:30px 0 0 0;}

/* Formular **************************************************************** */

.form-hpot {display:none;}