@-ms-viewport	{ width: device-width; }
@-o-viewport	{ width: device-width; }
@viewport	{ width: device-width; }

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/roboto/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v30-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/great-vibes/great-vibes-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/great-vibes/great-vibes-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/great-vibes/great-vibes-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/great-vibes/great-vibes-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/great-vibes/great-vibes-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/great-vibes/great-vibes-v14-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}




body {
	background: #e5e5e1 url(/img/bg-paper.jpg) left top;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #222;
	font-size: 16px;
	line-height: 1.4;
}
	
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

figcaption {
  font-style: italic;
  font-size: 12px;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Helper Classes */

.no-padding {
  padding: 0;
}

.img-resp {
	width: 100%;
	height: auto;
}

.bg-image {
	display: none; /* Load Images only if they are in viewport (via JS) */
	opacity: 0;
}

.clear-before::before,
.clear-before:before {
    clear: both;
    content: "";
    display: block;
}


iframe::-webkit-scrollbar {  
  display: none;
}
iframe {
	border: none;
}
.iframeWrapper,
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.iframeWrapper iframe,
.videoWrapper iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.bg-image.in-viewport {
	display: block;
	-webkit-animation: fadeIn 1000ms;
	animation: fadeIn 1000ms;
	opacity: 1;
}

.special-A {
    background-image: url("/img/special-A.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 20px;
    margin-right: -3px;
    overflow: hidden;
    text-indent: -5000px;
    width: 22px;
    vertical-align: -5px;
}

.text-sm {
	font-size: 12px;
}

.teaser-fewo.fewo-adlerhorst .special-A {
	height: 26px;
	margin-right: -4px;
	width: 28px;
	vertical-align: -4px;
}

#site-wrap,
#site-wrap-sub {
	position: relative;
	width: 100%;
} 

/* main-nav Start */
		
#top-row {
  background-color: #ba2829;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  position: relative;
  z-index: 100;
}

#top-row .container {
 position: relative;
}

#top-row.navbar > .container .navbar-brand {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 0;
	padding: 0;
}

#top-row .container .navbar-header {
 height: 50px;
 margin: 0;
}

.navbar {
  border: none;
  margin: 0;
  min-height: 50px;
}

#main-nav {
	border: none;
	position: relative;
	z-index: 5;
	margin: 10px 0 0 0;
	font-size: 16px;
}

/* lvl1 */
#main-nav ul {
	margin-top: 0;
	margin-bottom: 0;
}

#main-nav ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}

/* Special Color Bewertungen */
#main-nav > ul.lvl1 > li:last-child > a {
  background: #f6982f;
}
#main-nav > ul.lvl1 > li.menuactive:last-child > a,
#main-nav > ul.lvl1 > li:last-child > a:hover {
  background: #f27f00;
}

#main-nav ul > li > a {
  background-color: #ba2829;
  border: none;
  display: block;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
}

#main-nav ul > li.menuactive > a {
  background-color: #7a1314;
  color: #fff;
}

#main-nav ul > li:hover > a,
#main-nav ul > li > a:hover {
  background-color: #7a1314;
}

#main-nav ul.lvl1 > li.menuactive:hover > a,
#main-nav ul.lvl1 > li.menuactive > a:hover {
  /* border-color: #e8d58e; */
}
	
#main-nav li {
  position: relative;
}

/* lvl 2 */

#main-nav .lvl2,
#main-nav .lvl2 li {
	list-style-type: none;
	padding: 0;
}

#main-nav ul.lvl2 {
	position: relative;
	overflow: hidden;
}

#main-nav ul.lvl2 ul.lvl2 {
	display: none;
}

#main-nav .lvl1 li.menuactive .lvl2 {
	background: #9e2122;
	/* border-bottom: 1px solid #fff; */
}

#main-nav .lvl1 li .lvl2 li a {
  color: #fff;
  line-height: 35px;
  padding: 0 20px;
  display: block;
  max-height: 0px;
  white-space: nowrap;
  transition: max-height 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s;
}

#main-nav .lvl1 li.menuactive .lvl2 li a {
	max-height: 35px;
	padding: 0 40px;
	/* font-size: 0.9em; */
        font-size: 16px;
}
/* Menu Booking Link */
#main-nav .lvl1 li.menuactive .lvl2 li a.booking-link {
  max-height: 70px;
}
#main-nav .lvl2 li a.booking-link .label {
  background: #fff;
  color: #ba2829;
  font-size: 10px;
  padding: 2px 10px;
  line-height: 18px;
  margin: 6px 3px;
  display: inline-block;
}

#main-nav .lvl1 li:hover .lvl2 li > a:hover {
	background-color: #7a1314;
	text-decoration: none;
}

#main-nav ul.lvl2 > li > a.menuactive {
	background-color: #7a1314 !important;
	color: #fff !important;
}

/* toggle Button */
#top-row.navbar-default .navbar-toggle {
	border: none;
	float: right;
	/* margin-top: 25px; */
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

#top-row.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

/* Special Hamburger Styles */
.hamburger {
	padding: 12px 5px 0px 5px;
	/* display: inline-block; */
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: #fff;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
}

.hamburger .hamburger-box {
	width: 35px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
	width: 35px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
	
.hamburger .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
	content: "";
	display: block;
}
.hamburger .hamburger-inner:before {
	top: -10px;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger .hamburger-inner:after {
	bottom: -10px;
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
	-webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* active state */

.hamburger.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* special Hamburger End*/

#logo {
	position: absolute;
	margin: auto;
	top: -10px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 190px;
	height: 92px;
	overflow: hidden;
	z-index: 100;
}

.carousel-indicators {
	bottom: 0;
}

.carousel-indicators li {
	width: 18px;
	height: 18px;
	border-radius: 18px;
}

.carousel-indicators li.active {
	width: 20px;
	height: 20px;
}

/* Scroll-hint */
#scroll-hint {
    bottom: 20px;
    height: 50px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 50px;
    z-index: 10;
}
#scroll-hint i {
  color: #ba2829;
  font-size: 50px;
  cursor: pointer;
  opacity: 0.7;
}
#scroll-hint i:hover {
  opacity: 1;
}
#scroll-hint #scroll-down {
  display: none;
}
#scroll-hint #scroll-to-top i {
  color: #fff;
}
/* Scrolled State */
#scroll-hint.scrolled {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 30px;  
  left: auto;
  margin: 0;
}

#scroll-hint.scrolled #scroll-down {
  display: none;
}
#scroll-hint.scrolled #scroll-to-top {
  display: block;
}
#scroll-to-top {
  display: none;
}

/* Teaser Fewo */
.teaser-fewo {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.teaser-fewo h2 {
	font-family: 'Great Vibes', cursive;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: block;
	text-shadow: 0 0 3px #000000;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	z-index: 100;
}

.teaser-fewo h2 a {
  color: #fff;
}

.teaser-fewo h2 a:hover {
  text-decoration: none;
}

.teaser-fewo.fewo-bergsteigernest h2 {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjQ4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzY0ODYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(67,100,134,1) 0%, rgba(67,100,134,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(67,100,134,1) 0%,rgba(67,100,134,0) 100%);
	background: linear-gradient(to bottom,  rgba(67,100,134,1) 0%,rgba(67,100,134,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436486', endColorstr='#00436486',GradientType=0 );
}

.teaser-fewo.fewo-adlerhorst h2 {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkMTYwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDE2MDUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(61,22,5,1) 0%, rgba(61,22,5,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(61,22,5,1) 0%,rgba(61,22,5,0) 100%);
	background: linear-gradient(to bottom,  rgba(61,22,5,1) 0%,rgba(61,22,5,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1605', endColorstr='#003d1605',GradientType=0 );
}

.teaser-fewo .info-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	width: 115px;
	height: 115px;
	color: #fff;
	text-decoration: none;
	z-index: 100;
	display: none;
}

.teaser-fewo .info-icon:before {
	background-color: #ba2829;
	background-size:cover;
	height:163px;
	width:163px;
	position:relative;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content:'';
	display:block;
	position:absolute;
	right:-83px;
	top: 33px;
	z-index: -2;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.teaser-fewo .info-icon:after {
	content: '';
	background-image: url(/img/icon-info.png);
	background-repeat: no-repeat;
	background-position: 60px 60px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.teaser-fewo.fewo-bergsteigernest .info-icon:before {
	background-color: #ba2829;
}

.teaser-fewo.fewo-adlerhorst .info-icon:before {
	background-color: #c24d21;
}

.teaser-fewo .teaser-detail-info {
	width: 100%;
	color: #fff;
	position: relative;
	padding: 20px;
}

.teaser-fewo.info-active .teaser-detail-info {
	z-index: 20;
}

.teaser-fewo.fewo-bergsteigernest .teaser-detail-info {
	background-color: #ba2829;
}

.teaser-fewo.fewo-adlerhorst .teaser-detail-info {
	background-color: #c24d21;
}

.teaser-fewo .teaser-detail-desc {
	margin-bottom: 20px;
}

.teaser-fewo .price {
	padding-top: 20px;
	text-align: right;
}

.teaser-fewo .teaser-detail-info .btn-info {
	margin-top: 20px;
	display: block;
	width: 100%;
}

.teaser-fewo.fewo-adlerhorst .btn-info,
.teaser-fewo.fewo-adlerhorst .btn-info:focus,
.teaser-fewo.fewo-adlerhorst .btn-info.focus {
	background-color: #c24d21;
}
.teaser-fewo.fewo-adlerhorst .btn-info:hover,
.teaser-fewo.fewo-adlerhorst .btn-info:active,
.teaser-fewo.fewo-adlerhorst .btn-info:active:focus {
	background-color: #a9451f;
}

/* Bildbox */
.bildBox {
	position: relative;
	margin: 30px 0;
}

.bildBox .bgGrey {
	height: 100%;
	position: absolute;
	float: none;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0;
}

.bildBox .bgGrey .BgColorFaker {
	background: #c1c1ba;
	width: 100%;
	height: 100%;
	position: relative;
}

.bildBox .image-area {
	padding-top: 15px;
}

.bildBox .text-area {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bildBox .text-area .btn {
	margin-top: 20px;
	display: block;
}

/* Content */

#content {
	padding: 30px 0;
}

#content .special-headline-wrap {
	position: relative;
	width: 100%;
	padding: 15px 0;
	margin: 0px 0 20px 0;
}

#content .special-headline {
	text-align: center;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #2e0b1c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNzkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 46%, rgba(255,255,255,0.79) 47%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 46%,rgba(255,255,255,0.79) 47%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 46%,rgba(255,255,255,0.79) 47%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

#content .special-headline:before,
#content .special-headline:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 15px;
	width: 100%;
	background: url(/img/bg-naht.png) repeat-x left center;
	display: block;
}

#content .special-headline:after {
	top: auto;
	bottom: 0;
}

#content .divider.naht {
	background: url(/img/bg-naht.png) repeat-x left center;
	height: 15px;
	width: 100%;
	position: relative;
	margin: 25px 0 25px 0;
}
/* Startseite BHP Winter / Sommer */
#bhp-winter-row {
  background: #304f6c;
  color: #aed7e9;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
}
#bhp-winter-row .col-img {
  margin-bottom: 30px;
}
/* Sommer */
#bhp-sommer-row {
  background: #3b5349;
  color: #DCCCA6;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
}
#bhp-sommer-row a {
  color: #DCCCA6;
  text-decoration: underline;
}
#bhp-sommer-row .col-img {
  margin-bottom: 30px;
}
#ornament-wrap {
	width: 100%;
	position: relative;
}

#ornament-wrap .bg-image {
	background-image: url(/img/bg-floral-big.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 457px;
	height: 634px;
	position: absolute;
	right: 0;
	bottom: -50px;
	opacity: 0.25;
}

#site-wrap-sub #ornament-wrap .bg-image {
	background-image: url(/img/bg-floral-small.png);
	width: 216px;
	height: 300px;
	right: 0;
	bottom: -50px;
}

#teaserItems-sub {
	margin-top: 30px;
}

/* imageRow */
#image-row {
	position: relative;
	min-height: 520px;
	width: 100%;
	margin-bottom: 30px;
}
	
#image-row .bg-image {
	background-image: url(/img/bg-schrecksee.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	min-height: 520px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#image-row .text-content {
	background-color: #346c2e;
	background-color: rgba(52, 108, 46, 0.55);
	position: relative;
	z-index: 1;
	margin: 0 auto;
	float: none;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
	min-height: 520px;
	text-align: center;
	text-shadow: 0 0 5px #283828;
	-webkit-box-shadow:inset 0 0 20px 20px rgba(11,40,9,0.10);
	box-shadow:inset 0 0 20px 20px rgba(11,40,9,0.10);
}

#image-row .text-content h2,
#image-row .text-content h3,
#image-row .text-content h4 {
	font-family: 'Great Vibes', cursive;
	color: #fff;
	font-size: 45px;
	line-height: 60px;
}

#image-row .text-content .btn {
	margin-top: 20px;
}

/* Footer */

#footer {
	background-image: url(/img/bg-naht-white.png);
	background-position: left 15px;
	background-repeat: repeat-x;
	background-color: #ba2829;
	color: #fff;
	padding: 45px 0 60px 0;
}

#footer a {
	color: #fff;
}

#footer .phone-number {
	font-size: 22px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul,
#footer li {
	list-style-type: none;
}

#footer ul ul {
	padding-left: 20px;
}

#footer h4 {
	color: #fff;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #fff;
}

#footer .service-menu ul,
#footer .service-menu ul ul {
	margin: 0;
	padding: 0;
}

#footer .signets {
	text-align: center;
}

#footer .signet {
	display: inline-block;
	margin: 0 10px 20px;
	max-width: 105px;
}
#footer .signet.allergikerfrundlich {
	max-width: 80px;
}

#trustyou-widget {
	float: left;
	width: 140px;
	height: 110px;
}

#trustyou-widget iframe {
	border: none;
}

/* Cookie Bar */
#cookie-bar {background:#111111; background: rgba(0,0,0,0.8); height:auto; line-height:35px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;z-index:110;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#3aaa35;}
#cookie-bar .cb-enable:hover {background:#3aaa35;}
#cookie-bar .cb-disable {background:#1c6b18;}
#cookie-bar .cb-disable:hover {background:#1c6b18;}
#cookie-bar .cb-policy {border: 1px solid #fff; color: #fff;}
#cookie-bar .cb-policy:hover {background:#fff; color: #000;}

/* Form */
.form-group.checkbox {
	position: relative;
}
.form-group.checkbox input {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 1;
	left: 4px;
	top: 4px;
	margin: 0;
}
.form-group.checkbox label {
	width: 95%;
	display: inline-block;
	padding-left: 30px;
	position: relative;
	line-height: 1.2;
	height: auto;
	float: none;
	text-align: left !important;
	line-height: 18px;
}
.error_message {
	border: 5px solid red;
	margin-bottom: 20px;
}

.error_message ul,
.error_message li {
	list-style-type: none;
	color: red;
}

fieldset {
	border: 0;
	padding: 0;
}

label {
	font-size: 0.9em;
	margin-bottom: 2px;
	display: block;
}

.required.fb_invalid {
	color: red;
}

.cms_form .trenner {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.cms_form input[type=submit] {
	padding: 10px 20px;
	background:#ba2829;
	border: 1px solid #ba2829;
	color: #fff;
	cursor:pointer;
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: relative;
}

.cms_form input[type=submit]:hover {
	background:#7a1314;
}

#content .cms_form textarea {
	display: block;
	width: 100%;
}
/* Honeypot */
.cms_form .website,
.cms_form .e-mail-2 {
	visibility: hidden;
	height: 0;
	position: absolute;
	left: -5000px;
	overflow: hidden;
}

/* Anfrage Form */

.anfrage-form .kind-1, .anfrage-form .kind-2, .anfrage-form .kind-3, .anfrage-form .kind-4 {
  display: none;
}

/* Fewo Detail */

#room-summary ul {
	padding-left: 20px;
}

#room-summary ul li {
	line-height: 25px;
}

#fewo-detail .content-text {
	margin-bottom: 20px;
}

#booking-options .btn {
	margin-bottom: 20px;
	display: block;
	white-space: normal;
}

/* Overwriting Bootstrap */

h1,
h2,
h3,
h4 {
	margin: 0 0 20px 0;
	font-weight: 300;
	color: #2e0b1c;
}

.btn {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn-info {
	background-color: #ba2829;
	border-color: #fff;
}
.btn-info:focus,
.btn-info.focus {
	background-color: #ba2829;
	border-color: #fff;
}
.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus {
	background-color: #9f2223;
	border-color: #fff;
}

.modal-xl {
	width: 100%;
	margin: 10px auto;
}

.modal-xl .close {
	color: #fff;
	opacity: 0.8;
}

.modal-xl .modal-content {
	border-radius: 0;
	background: #000;
	background: rgba(0,0,0,0.7);
}
.modal-xl .modal-header,
.modal-xl .modal-footer {
	color: #fff;
	border-color: #000;
}

.modal-xl h2,
.modal-xl h3,
.modal-xl h4 {
	color: #fff;
}

	
@media (max-width: 479px) {
	#main-nav .lvl1 li:hover .lvl2 li a {
		background: none;
		color: #fff;
	}
}

@media (min-width: 480px) {
	#logo {
		/* Adapted Responsive Height */
		width: 240px;
		height: 115px;
		top: -20%;
	}
}

@media (min-width: 768px) {

	.padding-left {
	  padding-left: 15px;
	}

	.padding-right {
	  padding-right: 15px;
	}
	
	body {
		padding-top: 50px;
	}
	
	#top-row {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}
	
	#main-nav .lvl1 li .lvl2 li a {
		background: #9e2122;
	}
	#logo {
		/* Adapted Responsive Height */
		width: 270px;
		height: 135px;
		top: -40%;
	}
        #scroll-hint #scroll-down {
           display: block;
        }
	#content .special-headline {
		text-align: center;
		margin: 0;
		font-size: 32px;
		line-height: 50px;
	}
	.teaser-fewo h2 {
		font-size: 35px;
		line-height: 70px;
	}
	.teaser-fewo.fewo-adlerhorst .special-A {
		height: 37px;
		margin-right: -7px;
		vertical-align: -4px;
		width: 40px;
	}
	.teaser-fewo .price {
		padding-top: 0px;
		text-align: left;
	}
	.bildBox .bgGrey {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.bildBox .image-area {
		padding-top: 0;
	}
	
	.bildBox .text-area {
		/* padding-bottom: 75px; */
	}
	.bildBox .text-area .btn {
                display: inline-block;
		/* position: absolute;
		margin: 0;
		right: 30px;
		bottom: 30px;
                */
	}
	.modal-xl {
		width: 70%;
		max-width: 1200px;
		margin: 30px auto;
	}
}

@media (max-width: 991px) {
	.navbar-collapse.pull-right {
		float: none !important;
	}
	.navbar-toggle {
		float: none;
		display: block;
	}
	.col-footer {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	
	.navbar-toggle {
		display: none;
	}
	#main-nav ul.lvl1,
	.collapse {
		display: table;
	}
	
	#top-row {
		padding-bottom: 0px;
	}
	
	.navbar-header {
		float: left;
	}
	
	#main-nav {
		margin-top: 0px;
	}
	
	.navbar-default,
	.navbar-default .container,
	.navbar-default .navbar-collapse {
		padding: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	
	#main-nav ul.lvl1 {
		margin: 0;
	}
		
	#main-nav ul > li > a {
		padding: 0px 10px;
	}
	#main-nav ul.lvl2 {
		position: absolute;
		left: 0;
		top: 50px;
		overflow: hidden;
	}
	
	#main-nav .lvl1 li:hover .lvl2 li > a:hover {
		text-decoration: none;
		background-color: #7a1314;
	}
	
	#main-nav ul.lvl1 > li:last-child ul.lvl2 {
		left: auto;
		right: 0;
	}
	
	#main-nav .lvl1 li.menuactive .lvl2 {
		border: none;
		background: none;
	}
	#main-nav .lvl1 li .lvl2 li a,
	#main-nav .lvl1 li.menuactive .lvl2 li a {
		background-color: #ba2829;
		max-height: 0;
		margin-bottom: 1px;
		padding: 0 10px;
		font-size: 18px;
	}
	#main-nav .lvl1 li:hover .lvl2 li a {
		max-height: 34px;
	}
	#main-nav .lvl1 li.menuactive .lvl2 li a.booking-link {
	  max-height: 0px;
	}
	#main-nav .lvl1 li:hover .lvl2 li a.booking-link {
	  max-height: 68px;
	}
	#main-nav .lvl2 li a.booking-link .label {
		/* display: block; */
	}
		
	.nav-arrows {
		display: block;
	}
	
	.navbar-collapse {
		width: auto;
	}
	
	.navbar-nav {
		float: left;
	}
	
	.navbar-right {
		float: right !important;
		margin: 0;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}

	#logo {
		/* Adapted Responsive Height */
		width: 380px;
		height: 184px;
		top: -40%;
	}
	
	#carousel-row .decor-floral-white {
		background-image: url(/img/bg-floral-white.png);
		background-position: left top;
		background-repeat: no-repeat;
		width: 262px;
		height: 178px;
		position: absolute;
		right: 10%;
		bottom: 0px;
		opacity: 0.75;
		z-index: 100;
	}
	
	.teaser-fewo .teaser-detail-info {
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 85px 30px 20px 30px;
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-in;
		-moz-transition: opacity 0.3s ease-in;
		-ms-transition: opacity 0.3s ease-in;
		-o-transition: opacity 0.3s ease-in;
		transition: opacity 0.3s ease-in;
	}
	
	.teaser-fewo.info-active .teaser-detail-info {
		opacity: 1;
	}
	
	.teaser-fewo.fewo-bergsteigernest .teaser-detail-info {
		background-color: rgba(186, 40, 41, 0.85);
	}

	.teaser-fewo.fewo-adlerhorst .teaser-detail-info {
		background-color: rgba(194, 77, 33, 0.85);
	}
	
	.teaser-fewo .teaser-detail-info .btn-info {
		position: absolute;
		right: 20px;
		bottom: 20px;
		margin: 0;
		width: auto;
	}
	
	.teaser-fewo .info-icon {
		display: block;
		opacity:1;
		-webkit-transition: opacity 0.3s ease-in;
		-moz-transition: opacity 0.3s ease-in;
		-ms-transition: opacity 0.3s ease-in;
		-o-transition: opacity 0.3s ease-in;
		transition: opacity 0.3s ease-in;
	}
	.teaser-fewo .info-icon:hover,
	.teaser-fewo.info-active .info-icon {
		opacity:0;
	}
	.teaser-fewo .info-icon:hover:before,
	.teaser-fewo.info-active .info-icon:before {
		-webkit-transform: rotate(55deg);
		-moz-transform: rotate(55deg);
		transform: rotate(55deg);
		top: 53px;
	}
	#footer .signets {
		text-align: left;
	}
	
	#footer .signet {
		display: inline-block;
		margin: 0 0 20px 0;
		max-width: none;
	}
	#footer .signet.allergikerfrundlich {
		margin-top: 18px;
		margin-right: 10px;
                max-width: none;
	}
}

@media (min-width: 1230px) {
	#top-row .container .navbar-header {
		margin-right: 30px;
	}
	#main-nav ul > li > a {
		padding: 0px 15px;
                font-size: 18px;
	}
	#logo {
		/* Adapted Responsive Height */
		width: 500px;
		height: 242px;
		top: -50%;
	}
	/*
	#site-wrap-sub #logo {
		width: 450px;
		height: 218px;
		top: -40%;
	}
	*/
	.teaser-fewo h2 {
		font-size: 45px;
		line-height: 90px;
	}
	.teaser-fewo.fewo-adlerhorst .special-A {
		height: 52px;
		margin-right: -8px;
		width: 54px;
		vertical-align: -8px;
	}
	.teaser-fewo .teaser-detail-info .btn-info {
		right: 30px;
		bottom: 30px;
	}
	#booking-options .btn {
		margin-bottom: 0;
		display: inline-block;
	}
}
/* Stylesheet: Gipfelglueck Modified On 2023-06-26 13:59:01 */
