/* cmsms stylesheet: FVG-Default modified: 20.07.2023 15:13:12 */

@-ms-viewport	{ width: device-width; }
@-o-viewport	{ width: device-width; }
@viewport	{ width: device-width; }

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #f6e7de;
	font-family: 'Oxygen', 'Arial', sans-serif;
	font-size: 16px;
}
body.modal-open {
	overflow: hidden;
}
* {
	outline: 0;
}
h1,
h2 {
	font-weight: 300;
	font-family: 'Quicksand', sans-serif;
	margin: 0 0 15px 0;
}
.h1, h1 {
	font-size: 1.6rem;
}
.h2, h2 {
	font-size: 1.4rem;
}
.h3, h3 {
	font-size: 1.2rem;
}
.h4, h4 {
	font-size: 1rem;
}
a {
	color: #343434;
}
strong {
	font-weight: 700;
}

/* top Row */
.container-top-row > .container {
	position: relative;
}

.container-top-row {
	background: rgb(249,244,240);
	background: -moz-linear-gradient(-45deg,  rgba(249,244,240,1) 0%, rgba(246,231,222,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(249,244,240,1) 0%,rgba(246,231,222,1) 100%);
	background: linear-gradient(135deg,  rgba(249,244,240,1) 0%,rgba(246,231,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4f0', endColorstr='#f6e7de',GradientType=1 );
	padding-bottom: 20px;
}

/* Logo */
#logo-wrap {
	width: 90%;
	max-width: 595px;
	padding: 20px 15px 2px 15px;
	margin: 0 auto;
	
	/*
		-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
	*/
}
#logo-wrap a {
	display: block;
}
#logo-wrap .logo {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
#logo-wrap .logo {
	/* background: #fff; */
	z-index: 1;
}
#logo-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.col-claim {
    padding: 10px 0 0 0;
}
.container-nav-row a.claim-wrap {
    display: block;
}
.claim {
	max-height: 12px;
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto 0 auto;
}

/* Bad Hindelang PLUS Top Row */
#bhp-wrap {
	position: absolute;
	right: 30px;
	top: 10px;
	padding-left: 25px;
}
#bhp-wrap .info-i {
	position: absolute;
	left: 5px;
	top: 0;
	width: 15px;
	height: 15px;
	line-height: 12px;
	font-size: 11px;
	font-weight: 300;
	color: #ef7f01;
	border: 1px solid #ef7f01;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
#bhp-wrap img {
	display: block;
	width: 60px;
	height: auto;
}
/* V02 */
#bhp-wrap.in-slider {
	right: auto;
	left: 10px;
	padding-left: 0;
}
#bhp-wrap.in-slider .info-i {
	color: #fff;
	border-color: #fff;
	left: 5px;
	top: 5px;
}

/* Main Nav Lvl 1 */
.container-nav-row {
	line-height: 50px;
	margin-bottom: 0px;
        padding: 0;
/*
	border-top: 2px solid #1c1714;
	border-bottom: 2px solid #1c1714;
	background: rgb(28,28,28);
	background: -moz-linear-gradient(45deg,  rgba(28,28,28,1) 0%, rgba(49,42,38,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(28,28,28,1) 0%,rgba(49,42,38,1) 100%);
	background: linear-gradient(45deg,  rgba(28,28,28,1) 0%,rgba(49,42,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#312a26',GradientType=1 );
*/
        background: #9c412b;
	border-top: 2px solid #9c412b;
	border-bottom: 2px solid #9c412b;
}

.container-nav-row a {
	color: #e6e0dd;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	padding: 0 15px;
	margin-top: -2px;
}
/* .container-nav-row a:hover, */
.container-nav-row .col-nav:hover a,
.container-nav-row a.active {
	text-decoration: none;
}
.container-nav-row .nav-lvl-1 > .col-nav {
  /* overflow-y: hidden; */
}
.container-nav-row .nav-lvl-1 > .col-nav > a {
  position: relative;
  z-index: 1;
}
.container-nav-row .nav-lvl-1 > .col-nav:hover > a,
.container-nav-row .nav-lvl-1 > .col-nav > a.active {
	/* background: #561a0c; */
}
.container-nav-row .nav-lvl-1 > .col-nav::before {
	background: transparent;
	background: #db6231;
	background: #9c412c;
        visibility: hidden;
	content: '';
	display: block;
	width: 100%;
        height: 100%;
	max-height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	bottom: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.container-nav-row .nav-lvl-1 > .col-nav:hover::before,
.container-nav-row .nav-lvl-1 > .col-nav.active::before {
	background: #561a0c;
        visibility: visible;
	bottom: 2px;
        max-height: 100%;
        max-height: calc(100% - 2px);
}

.container-nav-row a .new {
	color: #db6231;
	position: absolute;
	left: -50px;
	top: -2px;
	top: 0px;
	opacity: 1;
}
.container-nav-row a:hover .new {
	opacity: 0;
       left: -50px;
}

.nav-lvl-1 > .col-nav:hover {
  z-index: 1;
}
/* container-nav-row-02 */
#main-nav-wrap {
  position: relative;
  width: 100%;
}
.container-nav-row .navbar {
  padding: 0;
}
ul.nav-lvl-2,
ul.nav-lvl-2 li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.nav-lvl-2 {
	overflow: hidden;
}

ul.nav-lvl-2 li {
	display: block;
	position: relative;
}
ul.nav-lvl-2 li a {
	/* border-right: 2px solid #9c412c; */
	color: #fff; 
	padding: 0 15px;
	line-height: 35px;
	display: block;
	font-size: 15px;
	font-weight: 400;
        margin-top: 0;
	/* max-height: 0; */
        position: rellative;
	text-transform: none;
        letter-spacing: 0.001;
}
ul.nav-lvl-2 li a:hover,
ul.nav-lvl-2 li a:active,
ul.nav-lvl-2 li a.active {
	/* border-bottom: 2px solid #f6e7de; */
        background: #561a0c;
	text-decoration: none;
}
ul.nav-lvl-2 ul.nav-lvl-2 li a::before {
	background: transparent;
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -2px;
	-webkit-transition: bottom 0.3s ease-in-out;
	   -moz-transition: bottom 0.3s ease-in-out;
	     -o-transition: bottom 0.3s ease-in-out;
		transition: bottom 0.3s ease-in-out;
}
ul.nav-lvl-2 ul.nav-lvl-2 li:hover a::before,
ul.nav-lvl-2 ul.nav-lvl-2 li.active a::before {
	background: #db6231;
        bottom: 0px;
}
.menu-wrap-lvl-2.open ul.nav-lvl-2 li a, /* Backup JS Solution */
ul.nav-lvl-2.active li a, /* Backup JS Solution */
/* .nav-lvl-1 > .col-nav.menuactive .row-lvl-2 a { */
.nav-lvl-1 > .col-nav:hover .row-lvl-2 a {
	max-height: 600px;
	margin-top: 5px;
}

/* Special Hamburger Styles */
.hamburger {
	padding: 0px;
	/* 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;
	text-align: center;
	background-color: transparent;
	border: 0;
	margin: 15px auto 10px auto;
	float: right;
	overflow: visible;
	position: relative;
	z-index: 1001;
}

.hamburger .hamburger-box {
	width: 35px;
	height: 24px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.hamburger .menu-text {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-top: 3px;
}

.hamburger .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.hamburger.collapsed .hamburger-inner {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.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: 0px;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	opacity: 0;
}
.hamburger.collapsed .hamburger-inner::before {
	top: -10px;
	opacity: 1;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger .hamburger-inner:after {
	bottom: 0px;
	-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);
}
.hamburger.collapsed .hamburger-inner:after {
	bottom: -10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	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);
}
/* special Hamburger End*/




/* Content */
/* main-slider */
.container-slider {
	margin-bottom: 30px;
	position: relative;
}
.container-slider > .container {
	position: relative;
}
#main-slider {
	position: relative;
        width: 100%;
        max-width: 1340px;
        margin: 0 auto;
}
#main-slider .image img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
/* BHP */
#main-slider .bhp-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.bhp-icon {
  background-image: url(/img/Bad-Hindelang-PLUS.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 45px;
  height: 45px;
  display: block;
  text-indent: -5000px;
}
/* container-content */
.col-left h1 small {
  display: block;
}
.container-breadcrumb + .container-content {
  padding-top: 40px;
}
.container-slider + .container-content {
  padding-top: 20px;
}
.container-slider + .container-content,
.container-nav-row + .container-content {
  max-width: 1000px;
  padding-top: 30px;
}
.container-slider + .container-content.container-full-width,
.container-nav-row + .container-content.container-full-width {
  max-width: none;
}
.container-content {
	margin-bottom: 50px;
}
.container-content p a:not(.btn),
.container-content label a {
  text-decoration: underline;
}
.container-content .lead {
    /* max-width: 800px; */
    margin: 0 auto 30px auto;
    font-family: 'Quicksand';
    font-weight: 400;
}
.container-content .col-lg-8 .lead {
      max-width: 100%;
}
/* Divider */
.row-divider {
	margin-bottom: 50px;
}
.row-divider img {
	display: block;
	max-width: 50px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.row-divider .col-icon::before,
.row-divider .col-icon::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	position: absolute;
	background: #1c1714;
	top: 50%;
}
.row-divider .col-icon::before {
	left: -120px;
}
.row-divider .col-icon::after {
	right: -120px;
}
.row-divider h1 + p,
.row-divider h2 + p {
	margin-top: 30px;
}

.thumbSlider {
  position: relative;
  z-index: 1;
}
.col-page-thumb {
  margin-bottom: 30px;
}
.col-page-thumb .page-thumb {
	background: #fff;
	position: relative;
	height: 100%;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
			box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.page-thumb .text-box .lead {
    margin-bottom: 10px;
}

a.nav-box {
  display: block;
  position: relative;
  z-index: 2;
}
a.nav-box:hover,
a.nav-box:active {
  text-decoration: none;
  color: #343434;
}
a.nav-box .text-content {
  padding: 10px 20px 20px 20px;
}
a.nav-box .text-box {
  position: relative;
  z-index: 1;
}
a.nav-box .thumbSlider + text-box .divider-circle {
  z-index: 2;
}

a.nav-box .divider-circle + .text-content {
  margin-top: -15px;
}
a.nav-box .text-content h2 {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
a.nav-box .text-content p:last-child {
	margin-bottom: 0;
}

.col-page-thumb .page-thumb .row-links .btn-page-thumb {
	background: #ebddd4;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 40px;
	padding: 10px 3px;
	display: block;
}
.col-page-thumb .page-thumb .row-links .btn-page-thumb:hover,
.col-page-thumb .page-thumb .row-links .btn-page-thumb:active {
	color: #9c412c;
}
.col-page-thumb .page-thumb .row-links .btn-page-thumb::before {
	content: '';
	display: block;
	background: #343434;
	width: 1px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	right: 0px;
	top: 50%;
}
.col-page-thumb .page-thumb .row-links .col:last-child .btn-page-thumb::before {
  display: none;
}
.col-page-thumb .page-thumb .row-links .col-booking .btn-page-thumb {
  color: #db6231;
  font-weight: 700;
}
.col-page-thumb .page-thumb .row-links .col-booking .btn-page-thumb:hover,
.col-page-thumb .page-thumb .row-links .col-booking .btn-page-thumb:active {
	color: #9c412c;
}
.page-thumb .trustyou-frame-wrap {
	max-width: 125px;
	margin: 5px auto 10px auto;
}
.page-thumb .trustyou-frame-wrap iframe {
	overflow: hidden;
}

/* Nav Box Divider */
.divider-circle {
  padding-top: 15px;
  position: relative;
  top: -15px;
  max-height: 45px;
  overflow: hidden;
}
a.nav-box .divider-circle .circle {
  display: block;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 10px;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 -3px 5px 2px rgba(0,0,0,0.05);
  box-shadow: 0 -3px 5px 2px rgba(0,0,0,0.05);
}
a.nav-box .divider-circle::before {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
a.nav-box .divider {
    color: #fff;
    margin: 0 20px 10px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}
a.nav-box .divider > span {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 60px;
}
a.nav-box .divider > span::before, 
a.nav-box .divider > span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10000%;
    height: 1px;
    background: #343434;
}
a.nav-box .divider > span::before {
    right: 100%;
    margin-right: 20px;
}
a.nav-box .divider > span::after {
    left: 100%;
    margin-left: 20px;
}

/* Divider */
.divider {
	font-family: 'Quicksand', serif;
	color: #343434;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.divider > span {
	position: relative;
	display: inline-block;
	line-height: 1.9em;
}
.divider.edelweiss > span {
	position: relative;
	display: inline-block;
	line-height: 1.9em;
}
.divider.edelweiss > span img {
  max-width: 42px;
}
.divider > span::before,
.divider > span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 10000%;
	height: 2px;
	background: #343434;
}
.divider > span::before {
	right: 100%;
	margin-right: 20px;
}
.divider > span::after {
	left: 100%;
	margin-left: 20px;
}
.divider + h1 {
  font-size: 28px;
  line-height: 50px;
  text-align: center;
}
.divider + h2 {
  font-size: 26px;
  line-height: 50px;
  /* text-align: center; */
}

/* container-decor */
.container-decor {
	background: #343434;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	color: #fff; 
	text-shadow: 0 0 7px rgba(0,0,0,0.75);
}
.container-decor p:first-child {
  margin-top: 5px;
}
.container-decor a {
	text-decoration: underline;
}
.container-decor a,
.container-decor a:hover {
	color: #fff;
}
.container-decor .decor-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

/* Fewo Detail  */
.fewo-details {
  margin-top: 50px;
  font-size: 0.9rem;
}
.fewo-details h2,
.fewo-details h3,
.fewo-details h4 {
  padding: 0 10px;
}
.fewo-details h3 {
  font-size: 1.1rem;
  font-weight: 700;
  font-weight: 600;
}
.fewo-details h4 {
  font-size: 0.9rem;
  font-weight: 700;
  font-weight: 600;
}
.fewo-details ul,
.fewo-details ul li {
  list-style-type: none;
  padding: 0;
}
.fewo-details ul {
  border-bottom: 1px solid rgba(0,0,0,0.04);
  margin-bottom: 35px;
}
.fewo-details ul li {
  line-height: 24px;
  padding: 0 10px 0 15px;
  border-top: 1px solid rgba(0,0,0,0.04);
}
.fewo-details ul + p,
.fewo-details ul + p + p,
.fewo-details ul + p + p + p {
  margin: -20px 0 35px 0;
}
.fewo-details ul p {
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.04);
}
.gallery-wrap {
  margin-bottom: 30px;
}
.priceTable-wrap {
  margin-bottom: 50px;
}
.table td,
.table th {
  border-top: 1px solid rgba(0,0,0,0.04);
}
.table-sm td,
.table-sm th {
    padding: 0 .9rem;
    line-height: 30px;
}
.table .nights {
  white-space: nowrap;
  font-weight: 700;
}
.priceTable-wrap .table th {
  white-space: nowrap;
}
.priceTable-wrap .table-responsive {
  margin-bottom: 30px;
}

/* Feratel */
.toolbar__logo {
  display: none;
}

/* Custom Controls */
.custom-control-label {
	line-height: 35px;
}
.custom-control-label::before,
.custom-control-label::after {
	top: 10px;
}


/* Footer */
#footer {
  border-top: 2px solid #db6231;
  background: #1c1714;
  background: rgb(28,28,28);
  background: -moz-linear-gradient(45deg,  rgba(28,28,28,1) 0%, rgba(49,42,38,1) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(28,28,28,1) 0%,rgba(49,42,38,1) 100%);
  background: linear-gradient(45deg,  rgba(28,28,28,1) 0%,rgba(49,42,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#312a26',GradientType=1 );
  color: #f6e7de;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.8em;
  margin-top: 100px;
}
.container-decor + #footer {
  margin-top: 0;
}
#footer .col-footer {
  margin-bottom: 30px;
}
#footer h3 {
  font-size: 1.3em;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #db6231;
  border-bottom: 1px solid #db6231;
}
#footer h3 a {
  color: #db6231;
}
#footer h3.company {
  font-size: 1em;
}
#footer .copy {
  font-size: 0.9em;
}
#footer hr {
  border-color: #db6231;
  margin-top: 12px;
  margin-bottom: 14px;
}
#footer ul,
#footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer address {
  margin-bottom: 25px;
}
#footer a {
  color: #f6e7de;
}


/* Helper */
.no-padding {
	padding: 0;
}

.transition-all {
	-webkit-transition: all 250ms ease-out;
	   -moz-transition: all 250ms ease-out;
	     -o-transition: all 250ms ease-out;
			transition: all 250ms ease-out;
}
.transition-all-slow {
	-webkit-transition: all 1.7s ease-in-out;
	   -moz-transition: all 1.7s ease-in-out;
	     -o-transition: all 1.7s ease-in-out;
		transition: all 1.7s ease-in-out;
}

.margin-t-0 {
	margin-top: 0 !important;
}
.margin-t-15 {
	margin-top: 15px !important;
}
.mv-auto,
.hc-widget-white {
  margin-left: auto;
  margin-right: auto;
}
.box-shadow {
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
}

.img-rounded {
  border-radius: 8px;
  margin-bottom: 15px;
}
a.img-right {
	display: block;
	width: 33%;
	height: auto;
	float: right;
	margin: 4px 0 15px 25px;
}
a.img-right img {
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
a.img-left {
	display: block;
	width: 33%;
	height: auto;
	float: left;
	margin: 4px 25px 15px 0;
}
img.img-right {
	display: block;
	width: 33%;
	height: auto;
	float: right;
	border-radius: 8px;
	margin: 4px 0 15px 25px;
}
img.img-left {
	display: block;
	width: 33%;
	height: auto;
	float: left;
	border-radius: 8px;
	margin: 4px 25px 15px 0;
}
img.img-left.small {
  max-width: 100px;
}
.img-right img,
.img-left img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
.img-right + p::after,
.img-left + p::after {
	content: '';
	display: block;
	clear: both;
}

iframe {
	border: none;
}
.container-content iframe {
	width: 100%;
	position: relative;
}

/* Overwriting Bootstrap */
.btn {
	border-radius: 0;
}
.btn-primary {
	color: #fff;
	background-color: #9c412c;
	border-color: #9c412c;
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #561a0c;
	border-color: #561a0c;
}
.btn-outline-primary {
	color: #1c1714;
	border-color: #1c1714;
}
.btn-outline-primary:hover,
.btn-outline-primary.active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #9c412c;
	border-color: #9c412c;
}
.alert-warning {
  border-radius: 0;
  background: rgba(0,0,0,0.04);
  border-color: rgba(0,0,0,0.04);
  color: #343434;
}

.breadcrumb {
  border: none;
  font-size: 0.7rem;
  background: none;
  padding: 0;
  margin: 0;
}
ol.breadcrumb {
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#default ol.breadcrumb,
#detail ol.breadcrumb {
	min-height: 42px;
}
.breadcrumb-item {
	padding-top: 0px;
        color: #9d8476;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "»";
        color: #d3bbad;
}
.breadcrumb-item a {
	color: #d3bbad;
}
iframe {
  border: none;
}
.iframe-embed-verfuegbarkeit {
  position: relative;
  width: 100%;
}
.iframe-embed-verfuegbarkeit iframe {
  min-height: 1100px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.iframe-embed-verfuegbarkeit.villa2 iframe {
  min-height: 790px;
}
.container-content iframe {
    width: 100%;
    position: relative;
}

/* Cookie Bar */
#cookie-bar {font-size: 14px;background:#000; background: rgba(0,0,0,0.8); height:auto; line-height:35px; color:#cec6bd; text-align:center; padding: 10px;}
#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: 15px;}
#cookie-bar .cb-enable {background: #9c412c; border: 1px solid #fff; color: #f6e7de;}
#cookie-bar .cb-enable:hover {background: #561a0c; border-color: #fff; color: #fff;}
#cookie-bar .cb-disable {background:#fff;}
#cookie-bar .cb-disable:hover {background:#fff;}
#cookie-bar .cb-policy {border: 1px solid #fff; color: #fff;}
#cookie-bar .cb-policy:hover {background:#fff; color: #000;}

#cookie-bar .cb-enable,
#cookie-bar .cb-policy {
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
}
@media (max-width: 575px) {	
	/* Cookie Bar */
	#cookie-bar {
		line-height: normal;
	}
	#cookie-bar a {
		margin: 0;
	}
	#cookie-bar .cb-enable,
	#cookie-bar .cb-policy {
		display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}
/* mobile Nav */
@media (max-width: 991px) {
        #main-nav-wrap {
          position: relative;
          width: 100%;
        }
	#main-nav > .navbar-nav {
	  padding-bottom: 10px;
	}
	#main-nav > .navbar-nav > .first_child .more {
		/* display: none; */
	}
	#main-nav ul li span.more,
	#main-nav ul li.active.open span.more { 
		display: block; cursor: row-resize; width: 40px; height: 40px; line-height: 40px; color: #fff; position: absolute; top: 0px; right: 0; z-index: 1;
	}
	#main-nav ul li.active span.more,
	#main-nav ul li:hover span.more,
	#main-nav ul li.active.open span.more {
		color: #fff;
	}

	#main-nav > .navbar-nav > li { 
		border-bottom: 1px solid #22160a;
                margin-bottom: 50px;
	}
	#main-nav ul li.open span.more, #main-nav ul li.active span.more { line-height: 48px; color: #fff; }
	
	#main-nav ul li .nav-arrow {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 6px solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}

	#main-nav ul li.open span.more .nav-arrow,
	#main-nav ul li.active.open span.more .nav-arrow,
	#main-nav ul li.open ul li.open span.more .nav-arrow,
	#main-nav ul li.active.open ul li.open span.more .nav-arrow { 
		border-top: none;
		border-bottom: 6px solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	#main-nav ul li span.more .nav-arrow,
	#main-nav ul li.active.open ul li span.more .nav-arrow,
	#main-nav ul li.open ul li span.more .nav-arrow,
	#main-nav ul li.active ul li span.more .nav-arrow {
		border-top: 6px solid;
		border-right: 6px solid transparent;
		border-bottom: none;
		border-left: 6px solid transparent;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	/* ZWEITE MENÜEBENE */
	#main-nav > .navbar-nav > li > ul {
		background: rgba(0,0,0,0.1);
	}
	#main-nav > .navbar-nav > li > ul > li {
		border-bottom: 1px solid #22160a;
	}
	#main-nav > .navbar-nav > li > ul > li:last-child {
		border: none;
	}
	#main-nav ul ul,
	#main-nav ul li.active ul,
	#main-nav ul ul ul,
	#main-nav ul li.open ul li ul,
	#main-nav ul li.active.open ul li ul { max-height: 0; overflow: hidden; padding: 0; margin: 0; }

	#main-nav ul li.open ul,
	#main-nav ul li.active.open ul,
	#main-nav ul li.open ul li.open ul,
	#main-nav ul li ul li.active ul { 
	max-height: 1000px;
	/* padding-bottom: 5px; */
	}
	#main-nav ul ul li ul li a { padding-left: 25px; }

	#main-nav ul li.active.menudepth0 ul.nav {
		display: block;
	}
}


/* Media Queries */
@media (min-width: 576px) {
	.bhp-icon {
		width: 60px;
		height: 60px;
	}
	.page-thumb .trustyou-frame-wrap {
		float: left;
		margin: 5px 10px 10px 0;
	}
	.col-page-thumb .page-thumb .row-links .btn-page-thumb {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.h1, h1 {
		font-size: 28px;
	}
	.h2, h2 {
		font-size: 26px;
	}
	.h3, h3 {
		font-size: 1.4rem;
	}
	.h4, h4 {
		font-size: 1.2rem;
	}
	
	ol.breadcrumb {
		display: -ms-flexbox;
		display: flex;
	}
	#main-slider {
		margin: 0 auto 30px auto;
	}
	.bhp-icon {
		width: 80px;
		height: 80px;
	}

       .container-slider + .container-content,
       .container-nav-row + .container-content {
         padding-top: 10px;
       }

	.row-divider .col-icon::before,
	.row-divider .col-icon::after {
		width: 200px;
	}
	.row-divider .col-icon::before {
		left: -220px;
	}
	.row-divider .col-icon::after {
		right: -220px;
	}
	
	.col-page-thumb .page-thumb.villa {
		padding-bottom: 60px;
	}
	.col-page-thumb .page-thumb .row-links {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	/* Wide Page Thumbs */
	.col-page-thumb.col-page-thumb-wide {
		margin-bottom: 50px;
	}
	.col-page-thumb-wide .thumbSlider {
		width: 50%;
		float: right;
	}
	.col-page-thumb-wide .text-box {
		width: 50%;
		float: left;
	}
}


@media (min-width: 992px){
	/* Helper */
	a.img-left,
	a.img-right,
	img.img-left,
	img.img-right {
		width: 33%;
		width: calc(33% - 15px);
	}
	.col-page-thumb {
		margin-bottom: 0px;
	}
	.col-page-thumb .page-thumb:hover {
		-webkit-transform: scale(1.02);
		   -moz-transform: scale(1.02);
		    -ms-transform: scale(1.02);
		     -o-transform: scale(1.02);
		        transform: scale(1.02);
	}
	ol.breadcrumb {
	  max-width: 960px;
	}
	/* Main Nav */
	body.scrolled .container-nav-row {
		position: fixed;
		top: 55px;
		top: 0;
		width: 100%;
		z-index: 20;
	}
	body.scrolled .ghost-nav {
		position: relative;
		width: 100%;
		height: 124px;
	}
	.col-claim {
		padding: 17px 0 16px 0;
	}
	.container-nav-row a.claim-wrap {
		height: 17px;
	}
	.claim {
		max-height: 17px;
	}
	.container-top-row {
		padding-bottom: 0;
	}
	.container-nav-row {
		margin-top: 0px;
		margin-bottom: 74px;
		/* margin-bottom: 37px; */
		height: 50px;
		line-height: 50px;
	}
	#main-nav {
                padding-top: 5px;
		background: rgba(246,231,222,0.6);
		background: #f6e7de;
	} 
        .menu-wrap-lvl-1 > .container {
          padding: 0;
        }
	/* Level 1 nur auf mobil darstellen */
	.nav-lvl-1 ul.nav-lvl-2 > li > a {
		max-height: 0;
	}

	.nav-lvl-1 .row-lvl-2 {
		position: absolute;
		width: 250px;
		left: 0;
		left: 0;
		top: 48px;
	}
	.nav-lvl-1 > .last_child .row-lvl-2 {
		left: auto;
		right: 0;
	}
	.menu-wrap-lvl-2 {
		/* border-top: 2px solid #f6e7de;
		border-top: 2px solid rgba(246,231,222,0.6); */
	}
	.row-lvl-2 {
		/* background: #9c412c;
		border-bottom: 2px solid #561a0c; */
	}

	ul.nav-lvl-2 li {
		float: left;
	}
	ul.nav-lvl-2 li a { 
		color: #9c412b;
		font-size: 13px;
	}

	ul.nav-lvl-2 li a:hover,
	ul.nav-lvl-2 li a:active,
	ul.nav-lvl-2 li a.active {
		background: none;
		color: #561a0c;
	}
	ul.nav-lvl-2 ul.nav-lvl-2 li a::before {
		width: 80%;
		left: 10%;
		width: calc(100% - 20px);
		left: 10px;
	}
	ul.nav-lvl-2 ul.nav-lvl-2 li:hover a::before,
	ul.nav-lvl-2 ul.nav-lvl-2 li.active a::before {
		background: #561a0c;
		bottom: 0px;
	}
        ul.nav-lvl-2 ul.nav-lvl-2 > li a::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 7px;
		width: 1px;
		height: 21px;
		background: #9c412c;
        }
        ul.nav-lvl-2 ul.nav-lvl-2 > li.first_child a::after {
		display: none;
        }
	/* LVL 2 */
	.col-lvl-2 > .nav-lvl-2 > li, .col-lvl-2 > .nav-lvl-2 > li.active > a { display: none; }
	.col-lvl-2 > .nav-lvl-2 > li.active { display: block; }

	/* Container Decor */
	.container-decor {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.container-decor .col-headline {
		text-align: right;
	}

       /* Fewo Detail  */
       .fewo-details {
         margin-top: 24px;
       }
}
@media (min-width: 1200px) {
	.container,
	ol.breadcrumb {
		max-width: 1340px;
	}
	.container-content.container-full-width > .container {
		max-width: 90%;
	}
        .menu-wrap-lvl-1 > .container {
          padding: 0 15px;
        }
        ul.nav-lvl-2 li a {
          font-size: 15px;
        }
	.col-page-thumb .page-thumb.villa {
		padding-bottom: 80px;
	}
	.col-page-thumb .page-thumb .row-links .btn-page-thumb {
		line-height: 60px;
		font-size: 20px;
	}
	/* Container Decor */
	.container-decor {
		padding-top: 150px;
		padding-bottom: 150px;
	}
        /* Fixed-image */
       .container-decor .decor-image {
          background-attachment: fixed;
          background-position: center bottom;
          background-size: auto 860px;
        }
	#footer .col-footer {
	  margin-bottom: 0px;
	}
}
@media (min-width: 1340px) {
        .menu-wrap-lvl-1 > .container {
          padding: 0;
        }
}
