/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/merriweather-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-overflow-scrolling : touch; 
  /*-webkit-tap-highlight-color : rgb(214,67,54); */
  -webkit-text-size-adjust : 100%; 
  -ms-text-size-adjust : 100%; 
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #363d3d;
  background-color: #FFFFFF;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
   hyphens: auto;*/
  -webkit-appearance: none;
  background-repeat: no-repeat;
  letter-spacing: -0.2px;
}
em, i {
  font-style: italic;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 45px;
	font-family: 'Merriweather', serif;
  background-image: url(../images/b_h1.png);
  background-repeat: no-repeat;
  background-position: center top;
  font-weight: 400;
  text-align: center;
  padding-top: 65px;
  margin-top: 10px;
  padding-bottom: 27px;
}

h2 {
    margin: 0;
 	 padding: 0;
 	 font-size: 35px;
  	line-height: 45px;
  	font-weight: 400;
  	text-align: center;
  	margin-top: 0px;
  	padding-bottom: 15px;
	font-family: 'Merriweather', serif;
    
}
.entdecken_txt_i h2 {
	color: #7c634d;
	font-size: 50px;
	text-align: left;
	line-height: 50px;
	padding-top: 40px;
	padding-bottom: 50px;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px;
  
}
h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	color: #c62f29;
}
/*h3:before {
  content: url('../images/bg_h3_bef.png');
  position: absolute;
  margin-left: -86px;
}
h3:after {
  content: url('../images/bg_h3_aft.png');
  position: absolute;  
  margin-left: 40px;
}*/
h4 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
h5 {
  margin: 0;
    padding: 0;
    line-height: 38px;
  font-size: 35px;
  font-weight: 600;
  text-decoration: none;
  /*font-family: Garamond, 'Times New Roman', serif;*/
  padding-bottom: 15px;
  color: #363d3d;
}
.frame-type-form_formframework h5, .frame-type-form_formframework h6,
#borderbox h5, #borderbox h6 {
  padding-left: 8px;
}
h6 {
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-weight: 600;
  color: #c62f29;
  margin-bottom: 16px;
  margin-top: 30px;
	
}
.bg_grau h6,  .bg_grau h6 a, .bg_grau h6 a:link, .bg_grau h6 a:visited {
	font-size: 28px;
	color: #d9271a; 
	margin: 0;
  	padding: 0;
	margin-top: 38px;
	text-align: center;
	text-decoration: none;
}
.bg_grau h6 a:hover {
	text-decoration: underline;
}
p {
  margin: 0;
  padding: 0;
}
dl, 
dd { 
  margin-bottom : 1.5em; 
}
dt { 
  font-weight : normal; 
}
b, strong { 
  font-weight : 700; 
}

hr {
  background: none;
  border: 0;
  width: 100%;
  float: left;
  clear: both;
}
.divider {
  clear: both;

}
a, a:link, a:visited { 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;  
  color: #363d3d;
  text-decoration: underline;
}
a:focus { 
  outline: none; 
}
a:hover, 
a:active { 
  outline : 0;
  text-decoration: underline;
}
a.buttonred {
  display: inline-block;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: #c62f29;
  text-decoration: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  /*font-family: Garamond, 'Times New Roman', serif;*/
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: italic;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 25px;
}
.col50_margauto a.buttonred, .frame-custom-100 a.buttonred {
  margin-bottom: 50px;
}
a.button, input[type=submit] {
  display: block;
  border: 2px solid #c62f29;
  line-height: 46px;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #c62f29;
  text-decoration: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  margin-bottom: 8px;
}
button.btn,
input[type=submit] {
  float: left;
  width: 100%;
  height: 50px;  
  color: #ffffff;  
  background: #c62f29;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
  border: 4px solid #c62f29;
	border-radius: 0;
}
.bg_grau input[type=submit] {
	background: #c62f29;
	color: #ffffff;
	border: 2px solid #c62f29;
}
.bg_grau input[type=submit]:hover {
	color: #c62f29;
	background: none;
}
a.button:hover, a.button.active {
  color: #ffffff;  
  background: #c62f29;
  
}
a.button.activepreis, a.buttonactivepreis:hover {
  background: #f2f2f2;
  color: #7c634d;
	border-color: #7c634d;
  border-bottom: 0px solid #f2f2f2;
  position: relative;
  z-index: 10;
}
a.button.preise {
  margin-bottom: -2px;
}
a.button.b2 {
  border: 2px solid #c62f29;
  line-height: 42px;
	color: #c62f29;
}
a.button.b2:hover {
	background: #c62f29;
	color: #ffffff;
}
button.btn:hover,
input[type=submit]:hover {
  color: #c62f29;
  background: #ffffff;
}
button.btn {
  max-width: 440px;
  float: none;
}
input[type=text], select, textarea {
  display: block;
  border: 2px solid #c62f29;
  line-height: 46px;
  height: 50px;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #c62f29;
  text-decoration: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 100%;
  background-color: #ffffff;
	padding: 0;
}
.frame-type-form_formframework input[type="text"], .frame-type-form_formframework select, #borderbox input[type="text"], #borderbox select {
  margin-bottom: 18px;
  background-color: #f2f2f2;
}
textarea {
  text-align: left;
  padding-left: 10px;
  height: 129px;
  line-height: normal;
  padding-top: 7px;
  margin-bottom: 30px;
}
option {
  text-align: left;
}
.frame-type-form_formframework input[type="radio"],
#borderbox input[type="radio"] {
  /*display: none;*/
  position: absolute;
  z-index: -1;
  margin-left: -50px;

}
.inputs-list .form-check label,
#borderbox label {
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:  center;
  float: left;
  font-size: 23px;
  width: 50%;
  border: 2px solid #c62f29;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  height: 50px;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #c62f29;
  text-decoration: none;
  line-height: 50px;
  position: relative;
  background: #f2f2f2;
}
.frame-type-form_formframework input[type="radio"]:checked + label,
#borderbox input[type="radio"]:checked + label {
  background: #c62f29;
  color: #ffffff;
  margin-bottom: 18px;
}
#borderbox label.w33 {
	width: 33.3333%;
}

.col33.floatright {
  float: right;
}
.zimmertyp {
  margin-top: 34px;
}
.erwachsene {
  opacity: 1 !important;
  background-image: url(../images/erwachsene.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  color: #7c634d;
  padding-left: 30px;
}
.kinder {
  opacity: 1 !important;
  background-image: url(../images/kinder.png);
  background-repeat: no-repeat;
  background-position: 50px center;
  color: #7c634d;
  padding-left: 20px;
}
#borderbox input[type=text], #borderbox select {
  margin-bottom: 18px;
  background-color: #f2f2f2;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: disc;
  margin-left: 15px;
}
.imgbox_txt_i ul {
  margin-top: 15px;
}

.imgbox_txt_i li {
  font-weight: 700;
  list-style: none;
  background-image: url(../images/bg_li.png);
  background-position: left 8px;
  background-repeat:  no-repeat;
  margin-left: 28px;
  padding-left: 35px;
}
img a, a img, a {
  border: 0;
  outline: none;
}
img {
  border : 0;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
  
}
.clr {
  clear: both;
}
.align-left, .csc-header-alignment-left, .text-left {
  text-align: left;
}
.align-center, .csc-header-alignment-center, .text-center {
  text-align: center;
}
.align-right, .csc-header-alignment-right, .text-right {
  text-align: right;
}
.align-justify, .csc-header-alignment-justify, .text-justify {
  text-align: justify;
}
.accesskey  {
    position:absolute;
    left:-20000px;
}
dfn, .hidden {
    position: absolute;
    left: -1000em;
    width: 20em;
}
::-webkit-input-placeholder{
  opacity: 1 !important;
  color: #c62f29;
}

:-moz-placeholder{
  opacity: 1 !important;
  color: #c62f29;
}

::-moz-placeholder{
  opacity: 1 !important;
  color: #c62f29;
}
:-ms-input-placeholder{
  opacity: 1 !important;
  color: #c62f29;
}
.calendar::-webkit-input-placeholder{
  opacity: 1 !important;
  background-image: url(../images/bg_booknow.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.calendar:-moz-placeholder{
  opacity: 1 !important;
  background-image: url(../images/bg_booknow.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #c62f29;
}

input.calendar::-moz-placeholder{
  opacity: 1 !important;
  background-image: url(../images/bg_booknow.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #c62f29;
}
.calendar:-ms-input-placeholder{
  opacity: 1 !important;
  background-image: url(../images/bg_booknow.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #c62f29;
}



input::-moz-focus-inner { border:0; padding:0 }
input {
    -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
button, button:focus, input[type="reset"], input[type="button"], input[type="submit"] {
  line-height:normal !important;
  outline: 0 !important;
}
button::-moz-focus-inner {
  border: 0;
}
#wrapper {
  width: 100%;
  overflow: hidden;
}
.container_big {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.container_small {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.container_100 {
  max-width: 880px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
  box-sizing: border-box;
}
.container_over {
  margin-left: -8px;
  margin-right: -8px;
}
header#fixed {
  width: 100%;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
  position: fixed;
  top: 0;
  z-index: 15;
	
}
header#fixed.sticky {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.2);
  
}
#top {
  float: left;
  width: 100%;
  background: #ffffff;
  border-bottom: 7px solid #7c634d;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
  color: #929292;
}
.sticky #top {
  
}
#phone {
  float: right;
  width: auto;
	margin-right: 28px;
}
#phone a, .phone a {
  color: #7c634d;
  text-decoration: none;
  font-size: 18px;
  background-image: url(../images/bg_phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 43px;
  display: inline-block;
}
#cbp-spmenu-s1 #phone a, #cbp-spmenu-s1 .phone a {
  background-image: url(../images/bg_phone_w.png);
}
.phone a {
  padding-left: 43px !important;
  background-position: 10px center;
}
#logo {
  width: 154px;  
	float: left;
  	padding-top: 19px;
	padding-bottom: 16px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.sticky #logo {
  width: 130px;
	padding-top: 16px;
	padding-bottom: 13px;
}
#logo img {
  float: left;
  width: 100%;
}
#booknow {
  float: left;
  width: auto;
  line-height: 41px;
  background-image: url(../images/bg_booknow.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
	margin-left: 145px;
}
#booknow a {
  color: #d6261d;
  text-decoration: none;
  font-size: 18px;
  line-height: 41px;
  display: inline-block;
  padding-left: 36px;
	text-transform: uppercase;
}
.booknow a {
  color: #7c634d;
  text-decoration: none;
  font-size: 18px;
  background-image: url(../images/bg_kalender.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 41px;
  margin-left: 19px;
  display: inline-block;
  padding-left: 34px;
}
#cbp-spmenu-s1 #booknow a, #cbp-spmenu-s1 .booknow a {
  background-image: url(../images/bg_kalender_w.png);
}
.booknow a {
  margin-left:  0;
  padding-left:  44px !important;
  background-position: 10px center;
}

#navisub {
	float: left;
	width: 100%;
	 background: #ffffff;
  	line-height: 44px;
	height: 44px;
}
.sprache {
  float: left;
  width: auto;
  color: #7c5e47;
	margin-top: 12.5px;
}
.sprache img {
	float: left;
}
#cbp-spmenu-s1 .sprache {
  width: 100%;
  text-align: left;
	padding-left: 10px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 0px;
  border-bottom: 1px solid #ffffff;
}
.sprache a {
  color: #7c5e47;
  text-decoration: none;
}
#cbp-spmenu-s1 .sprache a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  border: 0;
}
#nav {
  float: right;
  width: auto;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 

}
#menu {
    width: 100%;
}

#menu ul {
    margin:0; 
  padding:0;
  position: relative;
  list-style: none;
  margin-left: 0px;
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
    align-items: stretch; /* Default */
  -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#menu ul li {
    margin: 0;
  	padding: 0;
  	list-style: none;
  	display: block;
    flex: 0 1 auto; /* Default */
  	z-index: 99;
	
}
#menu ul li:first-child {
   
  
}
#menu ul li:nth-child(2) {
    
}
#menu ul li:nth-child(3) {
    
}
#menu ul li:nth-child(4) {
    
}
#menu ul li a {
  text-transform: uppercase;
  color: #7c5e47;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 50px;
	padding-bottom: 11px;
	line-height: 30px;
	font-size: 18px;
	background-position: center 26px;
}
.sticky #menu ul li a  {
  	line-height: 30px;
  	font-size: 18px;
	padding-top: 35px;
	
	background-position: center 11px !important;
}
#menu ul li a.active {
  font-weight: 600;
}

#menu ul li:hover a, #menu ul li a.active {
  background-image: url(../images/bg_menu.png);
  background-position: center 26px;
  background-repeat: no-repeat;
}
/*Ebene 2*/
#menu ul .container_submenu {
    margin: 0;
    padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #f2efed;
  display: none;
  line-height: 45px !important;
	border-top: 7px solid #7c634d;
}
#menu ul ul {
  margin: 0;
    padding: 0;
  list-style: none;
  float: none;
  margin: auto;
  width: 100%;
  max-width: 880px;
}
#menu ul li ul li {
     margin: 0;
    padding: 0;
  list-style: none;
  float: left;
  width:  33.333% !important;
  text-align: center !important;
}
#menu ul li:hover ul li a,
#menu ul li ul li a {
  color: #929292;
	padding-top: 30px;
	background-image: none;
}
#menu ul li ul li a:hover, #menu ul li ul li a.active {
  color: #c62f29;
  font-weight: normal;
}
#mobilenav {
  float: right;
  width: auto;
  display: none;
}
#nav-icon {
  margin: 0;
  padding: 0; 
  width: 38px;
  height: 24px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #c62f29;
  margin-top: 29px;
  padding-bottom: 7px;
  float: right;
}
.sticky #nav-icon {
  margin-top: 23px;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #c62f29;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 24px;
  left: 0px;
}
.forbooking {
  position: relative;
  width: 100%;
}
#bookingcom {
  position: absolute;
  right: 30px;
  margin-top: 14px;
  margin-right: -30px;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  transform: scale(1);
}
.sticky #bookingcom {
  transform: scale(0.9);
  opacity: 0;
}
#bookingcom img {
  cursor: pointer;
}
.bookingbox {
  position: absolute;
  z-index: 50;
  width: 395px;
  right: 0;
  display: none;

}
.bookingpfeil {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
}
.bookingpfeil img {
  vertical-align: middle;
  float: right;
  margin-right: 43px
}
.bookingrahmen {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  background: #c62f29;
  padding: 9px;
  position: relative;
}
.booking_i {
  float: left;
  width: 100%;
  background: #f2efed;
}
.booking_img {
  float: left;
  width: 189px;
}
#bookingcom .booking_img img {
  float: left;
  width: 100%;
  cursor: default;
}
.booking_txt {
  float: left;
  width: 188px;  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 30px;
}
#booknow2 {
  width: 140px;
  height: 32px;
  line-height: 30px;
  background-image: url(../images/bg_booknow_r.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 19px;
}
#booknow2 a {
  color: #c62f29;
  text-decoration: none;
  font-size: 14px;
  background-image: url(../images/bg_kalender_r.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 30px;
  margin-left: 15px;
  display: inline-block;
  padding-left: 28px;
}
#wechsler {
  float: left;
  width: 100%;
	/*border-top: 7px solid #7c634d;*/
  margin-top: 98px;
}
.bg_trans {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 151px;
  background: url(../images/bg_trans.png);
  z-index: 10;
  background-position: left bottom;
}
.bg_trans img {
  display: none !important;  
}
#newsflash {
  float: left;
  width: 100%;
  background: #7c634d;
  color: #ffffff;
  padding-top: 14px;
  padding-bottom: 12px;
  text-align: center;
}
.newflash_l {
  background-image: url(../images/bg_newsflash_l.png);
  background-position: 52px 9px;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
}
.newflash_r {
  float: left;
  width: 100%;
  background-image: url(../images/bg_newsflash_r.png);
  background-position: right 9px;
  background-position : calc(100% - 52px) 9px;
  background-repeat: no-repeat;
}
#newsticker ul, #newsticker li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  float: none;
  width: 100%;
  font-family: 'Merriweather', serif;
	font-size: 15px;
}
#main {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
.col100100 {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.col75 {
  float: left;
  width: 75%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.col25 {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.col33 {
  float: left;
  width: 33.333%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.col66 {
  float: left;
  width: 66.667%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
}
.col5050a {
  float: left;
  width: 50%;  
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
}
.col5050a_l {
  float: left;
  width: 50%;  
  padding-left: 0px;
  padding-right: 4px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	margin-bottom: 8px;
}
.col5050a_r {
  float: left;
  width: 50%;  
  padding-left: 4px;
  padding-right: 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	margin-bottom: 8px;
}
.col100a {
  float: left;
  width: 100%;  
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
}
.w650, .frame-custom-110 {
  width: 100%;
  margin: auto;
  max-width: 690px;
}
.geramond {
   font-family: Garamond, 'Times New Roman', serif; 
   font-size: 28px;
   color: #c62f29;
   font-style: italic;
   font-weight: 600;
  margin-right: 5px;
}
#bildercarousel {
  float: left;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 33px;
}
.owl-carousel div.item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
}
.owl-carousel1 div.item img {
  max-height: 400px;
  min-height: 260px;
}
#zimmercarousel {
  float: left;
  width: 100%;
  position: relative;
 	margin-bottom: 60px;
  margin-top: 67px;
}
#zimmercarou_i {
  float: left;
  width: 100%;
	 background: #f2efed;
}
.zimmer_img {
  float: left;
  width: 50%;
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zimmercarou_txt {
  float: left;
  width: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.zimmercarou_txt_i {
  width: 100%;
  text-align: center;
  max-width: 490px;
  margin: auto;
  height: 100%;
  vertical-align: middle;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
  
}
.owl-carousel2 div.item img {
  max-height: 450px;
  min-height: 320px;
}
.owl-thumbs {
	width: 50%;
}
.owl-thumb-item {
	border: 0;
	background: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	line-height: 33px;
	height: 33px;
	font-size: 18px;
	color: #666666;
	font-family: 'Merriweather', serif;
	float: left;
	width: 33.333%;
	 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}
.owl-thumb-item.active, .owl-thumb-item:hover {
	background: #c62f29;
	color: #ffffff;
}
#inklusivleistungen {
  float: left;
  width: 100%;
  background: #7c634d;
  margin-bottom: 27px;
}
.col20 {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 90px;
}
.col20 img {
  vertical-align: middle;
}
.textleft {
  text-align: left;
  width: 12.5%;
}
.textright {
  text-align: right;
  width: 12.5%;
}
.inklbox {
  position: absolute;
  z-index: 50;
  width: 1190px;
  left: 50%;
  margin-left: -595px;
  margin-top: 107px;
  display: none;
}
.inklpfeil {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
}
.inklpfeil img {
  vertical-align: middle;
}
.pfeilwlan {
  padding-left: 12.5%;
}
.pfeilfruehstuck {
  padding-left: 29.5%;
}
.pfeilgrillen {
  padding-left: 48.2%;
}
.pfeilgarten {
  padding-left: 66.6%;
}
.pfeilsee {
  padding-left: 83%;
}
.inklrahmen {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  background: #7c634d;
  padding: 15px;
  position: relative;
}
.close-carou {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  margin-top: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.col50 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.margtop30 {
  margin-top: 30px;
}
.col5050b_lr {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-left: 0px;
}
.col5050b_l7 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-left: 7%;
  padding-right: 8px;
  padding-top: 12px;
}
.col5050b_r7 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-left: 8px;
  padding-right: 7%;
  padding-top: 12px;
  margin-bottom: 30px;
}
.bg_hellbraun {
  background: #f2efed;
  float: left;
  width: 100%;
}
.col100b {
  float: left;
  width: 100%;  
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  margin-bottom: 30px;
}
.imagebox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  margin-bottom: 30px;
}
.normargbot {
  margin-bottom: 0;
}
.imgleft {
  padding-right: 10px;
}
.imgright {
  padding-left: 10px;
}
.imgbox_img {
  float: left;
  width: 100%;
  overflow: hidden;
}
.imgbox_img img {
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  transform: scale(1.01, 1.01);
}
.imagebox a:hover .imgbox_img img {
  transform: scale(1.05, 1.05);
}
.imagebox a {
  display: block;
  text-decoration: none;
}
.imgbox_txt {
  float: left;
  width: 100%;
  background: #c62f29;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  /*font-family: Garamond, 'Times New Roman', serif;*/
  font-family: 'Merriweather', serif;
  font-weight: 400;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 3px; 
  font-style: italic;
}
.imgbox_txt_i {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 28px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
}
.imgbox_txt_i.paddbot55 {
  padding-bottom: 55px;
}
.posreslative {
  position: relative;
}
.posabso_bottom {
  position: absolute;
  bottom: 0;
  width: 50%;
}
#winteraktivi {
  float: left;
  width: 100%;
  margin-top: 37px;
  margin-bottom: 50px;
}
.col100 {
  float: left;
  width: 100%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  width:  100%;
  height: 0;
  
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding-left: 8px;
   padding-right: 8px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
}
#sommeraktivi, #zimmer3, #zimmer4 {
  display: none;
  margin-top: 37px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.col50_margauto, .frame-custom-100 {
  width: 100%;
  max-width: 440px;
  margin: auto;
}
.col100_bghellbraun{
  float: left;
  width: 100%;
  background: #f2efed;
  margin-top: 57px;  
  position: relative;
}
.col5050 {
  float: left;
  width: 50%;
}
#map-canvas {
  float: left;
  width: 100%;
  height: 350px;
}
#google {
  width: 180px;
  padding-bottom: 8px;
  padding-top: 15px;
  line-height: normal;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
  max-width: none;
}
.hellbraunbox_txt {
  float: left;
  width: 100%;
  padding-top: 18px;
  text-align: center;
}
.hellbraunbox_txt_i {
  width: 90%;
  text-align: center;
  max-width: 460px;
  margin: auto;  
}
.anreisebutton_o {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.anreisebutton {
  display: inline-block;
  width: 110px;
  height: 48px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
    border: 2px solid #f2efed;
  
}
.anreisebutton.active, .anreisebutton:hover {
  border: 2px solid #c62f29;
}
.anreisebutton img {
  vertical-align: middle;
}
#mitzug, #mitbus, #mitflug {
  display: none;
}
#footer {
  float: left;
  width: 100%;
  background: #7c5e47;
  line-height: 80px;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#impressum {
  float: left;
  width: auto;
}
#facebook {
	margin: auto;
	width: 30px;	
	padding-top: 25px;
}
#facebook img {
	float: left;
	width: 100%;
}
#partner {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	margin-top: -25px;
}
#partner img {
	vertical-align: middle;
}
#socials {
  margin: auto;
  width: 480px;
  max-width: 75%;
}
#facebookx {
  margin: auto;
  float: left;
  width: 30px;
  padding-top: 25px;
}
#facebookx img {
  float: left;
  width: 100%;
}
#youtube {
  margin: auto;
  width: 72px;
  padding-top: 25px;
}
#youtube img {
  float: left;
  width: 100%;
}
#googleplus {
  margin: auto;
  float: right;
  width: 30px;
}
#googleplus img {
  float: left;
  width: 100%;
}
#partner {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
  margin-top: -25px;
}
#partner img {
  vertical-align: middle;
}
.info {
  color: #7c634d;
  float:  left;
  width:  100%;
  padding-top: 8px;
}
.info span {

}
.gallerycontent {
  width: 100%;
  float:  left;
  padding-top: 45px;
}
#slideshow {
  
}
div.slideshow span.image-wrapper {
  max-width: 100%;
}
#slideshow, #gallery{
  max-width:100%;
}
#slideshow>div{
  float:none !important;
}
#slideshow #thumbs {
  width:100%;
}
.h70 {
  height: 70px;
}
.col880 {
	width: 880px;
  max-width: 100%;
	margin: auto;
	position: relative;
}
.preisliste {
  position: absolute;
  width: 100%;
  width: 880px;
  max-width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  padding-right: 0px;
  margin-top: 0px;
  z-index: 5;
  left: 0px;
  display: none;
}
.bordertop {
  float: left;
  width: 100%;
  width:  880px;
  border: 2px solid #7c634d;
  border-bottom: 0;
  background: #f2f2f2;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  overflow: auto;
}
.preisliste table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  background: #f2f2f2;
  font-size: 14px;
  color: #7c634d;
  border: 0px solid #7c634d;
  border-top: 0;
  text-align: center;
  margin-top: 8px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  border-left: 0;
  border-right: 0;
}
.preisliste table td, .preisliste table th {
  font-size: 14px;
  color: #7c634d;  
  font-weight: normal;
  border: 2px solid #7c634d;
  margin: 0;
  padding: 0;
  line-height: normal;
  padding-top: 7px;
  padding-bottom: 7px;
}
.preisliste table th {
  font-size: 11px;
  line-height: normal;
  padding-top: 18px;
  border-top: 0;
}
.preisliste table th:nth-child(1) {
  font-size: 14px;
  line-height: normal;
  text-align: left;
  padding-left: 15px;
  border-left: 0;
}
.preisliste table th:last-child {
  border-right: 0;
}
.preisliste table tr:last-child td {
  font-size: 11px;
  line-height: normal;
  text-align: left;
  padding-left: 15px;
  border-left: 0;
  border-right: 0;
}
.preisliste table td:last-child {
  border-right: 0;
}
.frame-type-form_formframework {
  float: left;
}
.frame-type-form_formframework ,
#borderbox {
  border: 2px solid #7c634d;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: -300px;
  z-index:  10;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f2f2f2;
}
#footerlogo {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.col50_l {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	max-width: 445px;
	padding-right: 15px;
}
.col50_r {
	float: right;
	width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
}
.bg_grau {
	float: right;
	max-width: 400px;
	background: #f2efed;
	padding-left: 7.5%;
	padding-right: 7.5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	padding-bottom: 20px;
}
.book_img {
	margin-top: 70px;
	margin-bottom: 40px;
	text-align: center;
}
.book_img img {
	border-radius: 100%;
}
.bg_grau input[type=text] {
	background: none;
	text-align: center;
}
#ausstattungneu {
	float: left;
	width: 100%;
	padding-top: 30px;
}
#ausstattung_l {
	float: left;
	width: 50%;
	min-height: 1px;
}
#ausstattung_l_i {
	float: right;
	max-width: 530px;
	padding-right: 85px;
	padding-left: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	width: 100%;
}
#ausstattung_l_i ul {
	margin-left: 40px;
	margin-top: 18px;
}
#ausstattung_r {
	float: left;
	width: 50%;
	background: #7c634d;
	padding-top: 45px;
	padding-bottom: 40px;
}
#ausstattung_r_i {
	float: left;
	width: 100%;
	max-width: 640px;
}
#ausstattung_r_i img {
	margin-bottom: 5px;
}
.ausstatt50 {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
}
.ausstatt50 a {
	color: #ffffff;
}
.ausstatt50 p {
	margin: auto;
	max-width: 270px;
}
.h30 {
	height: 30px;
}
.h120 {
	height: 90px;
}
.entdecken {
	float: left;
	width: 100%;
	background: #f2efed;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	font-size: 25px;
	font-family: 'Merriweather', serif;
	color: #c62f29;
	font-weight: 300;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}
.entdecken_txt {
	float: left;
	width: 50%;
}
.entdecken_txt_i {
	float: left;
	width: 100%;
	max-width: 445px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;
	padding-left: 30px;
	padding-right: 15px;
}
.entdecken_txt_i.leftone {
	float: right;
	padding-right: 30px;
	padding-left: 15px;
}
.fullbox .zimmer_img {
	max-height: 400px;
	overflow: hidden;
}
.rightone.zimmer_img {
	float: right;
}
#cookieChoiceInfo {
  color: #ffffff;
  background-color:#c62f29;
  font-size: 13.5px;
  font-style: italic;
  line-height: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}
#cookieChoiceInfo span {
  padding-right: 4px;
}
#cookieChoiceInfo a {
  display: inline-block;
  background: #ffffff;
  color: #c62f29;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 13px;
  padding-top: 1px;
  margin-left: 8px;
  border-radius: 5px;
}
#cookieChoiceInfo a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  background: #ffffff;
  color: #c62f29;
}




.row {
	margin-left: -1.09375rem;
	margin-right: -1.09375rem;
	box-sizing: border-box;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-p20,
.col-sm-p20,
.col-md-p20,
.col-lg-p20,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 1.09375rem;
	padding-right: 1.09375rem;
	float: left;
	box-sizing: border-box;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-p20,
.col-sm-p20,
.col-md-p20,
.col-lg-p20 {
	float: left;
}
.col-xxs-12 {
	width: 100%;
}
.col-xxs-11 {
	width: 91.66666667%;
}
.col-xxs-10 {
	width: 83.33333333%;
}
.col-xxs-9 {
	width: 75%;
}
.col-xxs-8 {
	width: 66.66666667%;
}
.col-xxs-7 {
	width: 58.33333333%;
}
.col-xxs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xxs-4 {
	width: 33.33333333%;
}
.col-xxs-3 {
	width: 25%;
}
.col-xxs-2 {
	width: 16.66666667%;
}
.col-xxs-1 {
	width: 8.33333333%;
}
@media (min-width: 21px) {
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 21px) {
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 768px) {
	.col,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	.col,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}
.control-label,
.form-label {
	display: none;
}

