@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Grand+Hotel);
@import url(https://fonts.googleapis.com/css?family=Felipa);
@import url(https://fonts.googleapis.com/css?family=Bilbo);

body { 
	background-color: #fff;
	padding-top:40px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

h1 { color: #8f3431; font-size: 50px; font-family: 'Bilbo', cursive; text-decoration: none; margin-top:0px; margin-bottom: 5px }
h2 { color: #45b854; font-size: 26px; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; margin-bottom: 5 px;margin-top: 10px;}
h3 { color: #8f3431; font-size: 22px; font-family: 'Open Sans', sans-serif; text-decoration: none; margin-bottom: 5px }

h5 { color: #ffffff; font-size: 80px; font-family: 'Bilbo', cursive; font-weight: 400; text-align:center; text-decoration: none;
text-shadow: 0 0 0 #933d1a, 0 1px 0 #933d1a, 0 2px 0 #933d1a, 0 3px 0 #933d1a, 0 4px 3px rgba(255, 255, 255, 0.25), 0 4px 1px rgba(255, 255, 255, 0.5), 0 0 3px rgba(255, 255, 255, 0.2)}

a{color:#45b854;}
a:hover, a:focus{
	color::#45b854;
	text-decoration:underline;
}

.google-maps{
position:relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}

.google-maps iframe{
position: absolute;
top:0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.google-maps2{
pointer-events:none;
position:relative;
padding-bottom: 25%;
height: 0;
overflow: hidden;
}

.google-maps2 iframe{
position: absolute;
top:0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.formular iframe{
height:900px;
}

@media (max-width: 1199px) {
  .formular iframe{
    height:1000px;;
  }
}

.formular_2 iframe{
    height: 917px;
}

@media (max-width: 1199px) {
  .formular_2 iframe{
    height: 1410px;
  }
}

.video{
position:relative;
z-index:1;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video iframe{
position: absolute;
top:0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index:1;
}

#fancybox-wrap * { 
    max-width: 100% !important;
}
 
#fancybox-wrap, 
#fancybox-wrap * {
 -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
     -ms-box-sizing: content-box;
      -o-box-sizing: content-box;
         box-sizing: content-box;
}

#pruefung{
display:none;
}
.navbar-default{
	background-color:#8f3431;
	border-color:#fff;
	border-bottom:2px solid #fff;
	font-size:20px;
}

.navbar-default .navbar-nav > li > a{
	color:#fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color:#e6c5a8;
	color:#ffebda;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret{
	border-top-color: #fff;
    border-bottom-color: #fff;
}

.dropdown-menu{
	background-color:#8f3431;
	border:none;
}

.dropdown-menu > li > a{
	color:#fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color:#e6c5a8;
	color:#fff;
}


/*2. Untermenü*/
.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}

.open > .dropdown-submenu {
  display: block;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu .caret{
border-top-color: #000000;
border-bottom-color: #000000;
margin-left:5px;
}

.dropdown-submenu .caret{
border-top-color: #000000;
border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
/*2. Untermenü*/

@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #6e471c;
}}

.content-start{
	position:relative;

	height:120px;
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	top:-30px;

	z-index:1000;
}

@media(max-width:1080px){
	.content-start{
		background-color:#fff;
	}
	
}


.content-end{
	position:relative;
	height:80px;
}

.decoration{
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:-12px;
	max-width:900px;
	height:140px;
}



.decoration_footer{
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-10px;
	max-width:900px;
	height:120px;
	bottom:0;
}

@media(max-width:991px){
	.decoration{
		height:110px;
		margin-top:-10px
	}
	/* .content-start{height:120px;} */
}

@media(max-width:767px){
	.decoration{
		height:95px;
		margin-top:-8px
	}
	/* .content-start{height:105px;} */
	
}
@media(max-width:450px){
	.decoration{
		height:70px;
		margin-top:-6px
	}
	/* .content-start{height:80px;} */
	
}

.footer{
	background-color:#8f3431;
	min-height:100px;
	color:#fff;
	padding-top:15px;
	padding-bottom:20px;
	    position: relative;
	
}

.footer h4{
	color:#fff;
	font-size:18px;
	font-weight:500;
}

.footer a{
	color:#fff;
}

.footer a:hover{
	color:#fff;
	text-decoration:underline;
}

.content{
	padding-bottom:30px;
	min-height:100px;
}

.section-dark{
	background-color:#6e471c;
	padding-top:20px;
	padding-bottom:20px;
	min-height:150px;
	background-size:cover;
	background-position: center center;
	background-image:url(../img/bg-start.jpg);
}

.tile-light{
	min-height:350px;
	background:#ffebda;
	padding-bottom:15px;
}

.tile-light  ul {
  list-style: none;
  padding: 0;
}
.tile-light  li {
  padding-left: 1.3em;
}
.tile-light  li:before {
  content: "\f164"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.tile-light li{
	color:#6e471c;
}

.tile-light h2{
	padding-top:18px;
	margin-top:0px;
}

.tile-light h3{
	color:#6e471c;
}

.tile-light p{
	color:#6e471c;
}

.tile-dark{
	min-height:350px;
	background:#6e471c;
	padding-bottom:15px;
}


.tile-dark  ul {
  list-style: none;
  padding: 0;
}
.tile-dark  li {
  padding-left: 1.3em;
}
.tile-dark  li:before {
  content: "\f164"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.tile-dark li{
	color:#ffebda;
}



.tile-dark h2{
	padding-top:18px;
	margin-top:0px;
}

.tile-dark h3{
	color:#ffebda;
}

.tile-dark p{
	color:#ffebda;
}


.content-section-dark{
	-webkit-box-shadow: 2px 2px 62px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 62px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 62px 0px rgba(0,0,0,0.75);
margin-top:60px;
margin-bottom:60px;
}



.shadow-bottom{
	-webkit-box-shadow: -2px 21px 65px -18px rgba(0,0,0,0.57);
-moz-box-shadow: -2px 21px 65px -18px rgba(0,0,0,0.57);
box-shadow: -2px 21px 65px -18px rgba(0,0,0,0.57);
}

.shadow-top{
	-webkit-box-shadow: -2px -26px 65px -18px rgba(0,0,0,0.57);
-moz-box-shadow: -2px -26px 65px -18px rgba(0,0,0,0.57);
box-shadow: -2px -26px 65px -18px rgba(0,0,0,0.57);
}

.btn-book{
	transition:all .31s;
	background:#6e471c;
	color:#ffebda;
	font-size:20px;
	min-width:200px;
	border:2px solid transparent;
	z-index:100;
}

.btn-book:hover{
	background:#ffebda;
	color:#6e471c;
	border:2px solid #6e471c;
}

.btn-left{
	position:absolute;
	top:0;
	left:0;
	margin-top:20px;
}

.btn-right{
	position:absolute;
	top:0;
	right:0;
	margin-top:20px;
}

.booking-frame{
	min-height:1000px;
}


@media(max-width:1199px){
	.tile-dark{
		min-height:300px;
	}
	.tile-light{
		min-height:300px;
	}
	.btn-book{
		font-size:16px;
		min-width:150px;
	}
}


@media(max-width:991px){
	.content-section-dark{
			-webkit-box-shadow: 2px 2px 62px 0px rgba(0,0,0,0);
			-moz-box-shadow: 2px 2px 62px 0px rgba(0,0,0,0);
			box-shadow: 2px 2px 62px 0px rgba(0,0,0,0);
			margin-top:60px;
			margin-bottom:60px;
		
	}
	.tile-light-xs{
		background:#ffebda !important;
	}
	
	.tile-light-xs h3{
	color:#6e471c;
}

	.tile-light-xs p{
		color:#6e471c;
	}
	
	.tile-dark-xs{
		background:#6e471c !important;
	}
	
	.tile-dark-xs h3{
	color:#ffebda;
}

	.tile-dark-xs p{
		color:#ffebda;
	}
	.tile-light-xs li{
	color:#6e471c;
	}
	
	.tile-dark-xs li{
	color:#ffebda;
	}
	
	.section-dark{padding-bottom:0px;padding-top:0px;}

	.content-section-dark{
		margin-top:0;
		margin-bottom:0;
	}
	.btn-left{
		display:none;
	}
	.btn-right{
		display:none;
	}
	.booking-frame{
	min-height:1300px;
}
}

@media(max-width:767px){
	.tile-light{min-height:1px;}
	.tile-dark{min-height:1px;}
	.booking-frame{
	min-height:1500px;
}
}

#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:14px;
	margin:0;
	padding:10px;
	margin-top:20px;
	width:100%;
	background-color:rgba(255,255,255,0.4);
}

	#toggle-view li {

		position:relative;
		cursor:pointer;
	}
	
	#toggle-view h3 {
		font-size:20px;
		margin:0;
	}

	#toggle-view span {
		position:absolute;
		right:5px; top:0;
		color:#6e471c;
		font-size:30px;
		left: 250px;
		top: -10px;
	}
	
	#toggle-view .panel {
		margin:5px 0;
		display:none;
	}	
.panel{
	background-color:transparent;
}	

.carousel.fade {
    opacity: 1;
}

.carousel {
    position: relative;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.carousel.fade .item {
  -moz-transition: opacity ease-in-out 2.5s;
  -o-transition: opacity ease-in-out 2.5s;
  -webkit-transition: opacity ease-in-out 2.5s;
  transition: opacity ease-in-out 2.5s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 2.5s;
  -o-transition: opacity ease-in-out 2.5s;
  -webkit-transition: opacity ease-in-out 2.5s;
  transition: opacity ease-in-out 2.5s;
  z-index:2.5;
}

.header{
	position:fixed;
    width: 100vw;
}

.blume{
    position: absolute;
    top: 0px;
    margin-top: -17%;
    z-index: 999;
	max-width: 3840px;
}

.btn-buchen{
    transition: all .31s;
    background: #75C745;
    color: #fff;
    font-size: 20px;
    min-width: 300px;
    border: 2px solid #75C745;
    z-index: 100;
    padding: 15px 0px;
    text-transform: uppercase;
	margin-top: 10px;
	outline:none;
}

.btn-buchen:hover{
    background: #fff;
    color: #75C745;
	min-width: 300px;
    font-size: 20px;
    border: 2px solid #75C745;
    z-index: 100;
	
}

.bot{
	max-width: 3840px;
	position:absolute;
	top:-340px;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.lead-h1{
	font-size:100px;
}

@media(max-width:767px)
{
	.lead-h1{
	font-size:50px;
}
}

.lead-box{
    background-color: rgba(117, 199, 69, 0.61);
    padding: 20px;
}

.home-list {
    list-style: none;
    padding-left: 30px;
	border-top:1px solid #45b854;
    padding-top: 10px;
}

.list-fun li {
    margin-bottom: 5px;
}

.list-fun li:before {
    font-family: 'FontAwesome';
	content:"\f055";
    margin: 0 10px 0 -25px;
	font-size: 19px;
	color:#47b956;
}

#fixed1{
	background: #ffffff;
	margin-top: 50%;
    position: relative;
    z-index: 2;
}
#fixed2{
	background: #ffffff;
	margin-top: 37%;
    position: relative;
    z-index: 2;
}

.hotel-icon{
	color:#8F3431;
}

.hotel-icon:before{
	font-size:30px;
    margin: 0px;
}

.icon-circle{
	border:1px solid #000;
	border-radius:50%;
    width: 50px;
    height: 50px;
padding-left: 9px;
    padding-top: 3px;
	    margin-top: 5px;
	
}

.fa-icon{
	
}

.bewertungen{
	position: absolute;
    top: 0;
    right: 0;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bewertungen:hover{
	 -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.plus-box{
	padding:10px;
	border: 2px dashed #45b854;
}

.responsive-video{
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.footer-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #8F3431;
    text-align: center;
    font-size: 18px;
    z-index: 1000;
}

.footer-xs {
    border: 1px solid white;
}

.footer-fixed-bottom a {
    color: #fff;
    width: 100%;
    line-height: 40px;
}

.preis-header{
    background-color: #8f3431;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    border: 1px solid #fff;
	  min-width: 300px;
}

.preis-content{
	padding: 10px;
	text-align: center;
}

.preis-green{
	
    background-color: rgba(117, 199, 69, 0.25);
}

#cookiesdirective {
	background-color: #8F3431!important;
}

#impliedsubmit {
	background-color: #fff;
	color: #8F3431;
	border-radius: 20px;
	border: #fff;
	font-size:22px;
}