@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Tangerine:400,700');
.jarallax {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 0;
}
/* Bootstrap überschreiben *** */


/* Navigation */
.navbar-brand {
	display: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
}
.dropdown-menu, .dropdown-menu .divider {
	background-color: rgba(124,147,45,1);
}
.dropdown-menu > li > a {
	font-weight: 200;
}

/* Center Navigation */
@media (min-width:768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	z-index: 1000;	
}
.navbar .navbar-collapse {
	text-align: center;
}
}
/**/

.navbar-default .navbar-toggle {
	border-color: #7c932d;
	background-color: #7c932d;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(124,147,45,1);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
	border: 0;
}
.navbar-nav {
	margin: 0 -15px;
}
.nav a {
	font-size: 18px;
}
#kopf {
	position: fixed;
	width: 100%;
	z-index: 200;
}
#kopf.clone {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: 0.2s -webkit-transform cubic-bezier(.3, .73, .3, .74);
	transition: 0.2s -webkit-transform cubic-bezier(.3, .73, .3, .74);
	-o-transition: 0.2s transform cubic-bezier(.3, .73, .3, .74);
	transition: 0.2s transform cubic-bezier(.3, .73, .3, .74);
	transition: 0.2s transform cubic-bezier(.3, .73, .3, .74), 0.2s -webkit-transform cubic-bezier(.3, .73, .3, .74);
	height: 130px;
	z-index: 200;
	-webkit-box-shadow: 1px 1px 24px #aaa;
	box-shadow: 1px 1px 24px #aaa;
}
#kopf.clone #logo {
	width: 90px;
	height: auto;
	padding: 0 0 10px 0;
}
body.down #kopf {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
body.down #kopf.clone {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.kopfLinks {
	text-align: left;
}
.kopfMitte {
	text-align: center;
}
.kopfMitte a:hover {
	background-color: transparent;
}
.kopfRechts {
	text-align: right;
}
.kopfRechts a {
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	margin-left: 1px;
}

@media (max-width:450px) {
.kopfRechts a {
	display: block;
	padding: 0 10px;
}
}
#logo {
	max-width: 300px;
	height: auto;
	padding: 20px;
}
body.down .kopfMitte {
	padding-top: 15px;
	text-align: center;
}
body.down .kopfRechts {
	padding-top: 15px;
	text-align: right;
}

@media (min-width:768px) {
.kopfMitte {
	padding-top: 50px;
}
.kopfRechts {
	padding-top: 50px;
}
#kopf li a {
	background-color: rgba(124,147,45,0.8);
	color: #FFFFFF!important;/*		text-shadow: 1px 1px 3px #000;*/
}
#kopf li a:hover {
	background-color: rgba(124,147,45,1);
	color: #FFFFFF!important;
}
#logo {
/*	-webkit-filter: drop-shadow(0px 0px 3px #000) drop-shadow(5px 5px 5px #888);
	filter:         drop-shadow(0px 0px 3px #000) drop-shadow(5px 5px 5px #888); */
	
}
#kopf.clone li a {
	background-color: rgba(124,147,45,0);
	color: #7c932d!important;
	text-shadow: none;
}
#kopf.clone li li a {
	background-color: rgba(124,147,45,0.8);
	color: #FFFFFF!important;
}
#kopf.clone li a:hover {
	background-color: rgba(124,147,45,1);
	color: #FFFFFF!important;
}
#kopf.clone #logo {
	-webkit-filter: none;
	filter: none;
}
}

@media (max-width:767px) {
.kopfMitte {
	padding-top: 15px;
}
.kopfRechts {
	padding-top: 15px;
}
#kopf li {
	background-color: rgba(124,147,45,1)!important;
}
#kopf li a {
	color: #FFFFFF!important;
}
#kopf.clone li {
	background-color: rgba(124,147,45,1)!important;
}
#kopf.clone li a {
	background-color: rgba(124,147,45,1)!important;
	color: #FFFFFF!important;
}
#kopf li a:hover {
	background-color: rgba(124,147,45,1)!important;
	color: #FFFFFF!important;
}
body #kopf {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
		display:none;	
}
body #kopf.clone {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
		position:relative;
	display:block;
}
	
	
.kopfRechts a {

	font-size: 16px;
	line-height: 20px;
}

	
	
}
.btn-default {
	color: #FFF;
	background-color: #7c932d;
	border-color: #7c932d;
}
.btn-default:hover {
	color: #FFF;
	background-color: #8a5a0d;
	border-color: #8a5a0d;
}
body {
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 140%;
}
/* Expressanfrage */


#anreise {
	color: #000;
	cursor: pointer;
	position: relative;
}
#abreise {
	color: #000;
	cursor: pointer;
	position: relative;
}
#Anreisetag {
	color: #000;
	cursor: pointer;
	position: relative;
}
#Abreisetag {
	color: #000;
	cursor: pointer;
	position: relative;
}
/* CSS ****** */

body {
}
.koerper {
	background-color: #FFFFFF;
	margin-top: 60px;
	z-index: 190;
	position: relative;
	margin-bottom: 50px;
}
#logos img {
	margin: 0 10px;
}
#logos a:hover {
	background-color: transparent;
}
.kopfLinks a:hover {
	background-color: transparent;
}
#gal a {
	display: block;
	margin: 10px 10px 0 0;
	float: left;
}
#gal2 a {
	display: block;
	width: 236px;
	height: 150px;
	margin: 10px 10px 0 0;
}
.hintergrundFarbe {
	background-color: #7c932d;
	font-size: 24px;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 30px 15px;
}
#sidebarSection {
	background-color: #e3e3e3;
	padding: 50px 0;
	font-size: 18px;
	line-height: 22px;
	z-index: 190;
	position: relative;
}
#sidebarSection h3 {
}
#addressSection {
	background-color: #f3f3f3;
	padding: 50px 0;
	font-size: 18px;
	line-height: 22px;
	z-index: 190;
	position: relative;
}
#anfrage {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#anfrage label {
	font-weight: 100;
}
#wettersymbole_frame {
/*	height: 50px;*/
	background-color: transparent;
}
a {
	color: #87a000;
	text-decoration: none;
}
a:hover {
	background-color: #7c932d;
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-family: 'Tangerine', cursive;
	color: #999;
	font-size: 54px;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 45px;
}
h2 {
	font-weight: bold;
	color: #777;
	font-size: 20px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}
h3 {
	color: #7da123;
	font-size: 18px;
	margin-bottom: 20px;
}
.right {
	float: right;
	margin-left: 20px;
}
.bild {
	margin-top: 60px;
}
.button {
	background: #7c932d;
	/* Old browsers */

	border: 0 solid #F0F0F0;
	color: #FFFFFF;
	cursor: pointer;
	padding: 4px 20px;
	vertical-align: baseline;
	display: inline-block;
	text-align: center;
	text-decoration: none!important;
	line-height: 20px;
	background-color: #7c932d;
	font-size: 16px;
}
.button span {
	display: inline-block;
	width: 100px;
}
a:hover.button {
	background: none;
	background-color: #8a5a0d;
}
button:hover.button {
	background: none;
	background-color: #8a5a0d;
}
.button2 i {
	padding: 0 10px;
}
.button2 a {
	padding-right: 20px;
}
.sidebarButton {
	display: block;
	font-size: 22px;
	font-weight: lighter;
	margin: 20px 0;
	padding: 15px 0;
	letter-spacing: 0.2em;
}
.gray {
	background: #f3f3f3; /* Old browsers */
	color: #8a5a0d;
}
a:hover.gray {
	background-color: #8a5a0d;
	color: #fff;
}
.preistabelle {
	width: 100%;
}
.preistabelle th {
	background-color: #7c932d;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
.preistabelle td {
	padding: 5px;
}
.preistabelle tr.even td {
	background-color: #eee;
}
.big {
	font-size: 18px;
}
.bigger {
	font-size: 24px;
}
#logos {
	text-align: center;
	margin-bottom: 20px;
}
.unterkunftsbild {
	float: right;
	margin-left: 20px;
	max-width: 250px;
}
hr.trenner1 {
	clear: both;
	margin: 60px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(128,128,128,0), rgba(128,128,128,0.75), rgba(128,128,128,0));
	background-image: -o-linear-gradient(left, rgba(128,128,128,0), rgba(128,128,128,0.75), rgba(128,128,128,0));
}
/* Bootstrap überschreiben */
 
hr.trenner2 {
	padding: 0;
	border: none;
	border-top: 1px solid #f0f0f0;
	color: #333;
	text-align: center;
	margin: 60px 0;
}
hr.trenner2::after {
	content: "B";
	font-family: 'Tangerine', cursive;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #f0f0f0;
	top: -11px;
	font-size: 42px;
}
legend {
	border: 0px;
	margin: 0px;
	width: auto;
}
label {
	display: inline;
}
input, select, textarea {
	width: auto;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}
input:focus, select:focus, textarea:focus {
	border-color: #7c932d;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(153, 0, 0, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(153, 0, 0, 0.6);
	outline: 0 none;
}
#inhalt ul {
	margin-left: 15px;
	margin-bottom: 10px;
	list-style-type: square;
}
#map_canvas {
	width: 100%;
	height: 300px;
}
.invisibile {
	display: none!important;
}
.small {
	font-size: 80%;
}
.schatten {
	box-shadow: none;
	-webkit-box-shadow: 3px 3px 3px #9E9E9E;
	box-shadow: 3px 3px 3px #9E9E9E;
}
.unsichtbar {
	display: none;
}
#line {
	background: #fff none repeat scroll 0 0 !important;
	padding-left: 100%;
}
.Angebot img, .alleAngebote img {
	max-width: 100%;
	height: auto;
}
/*Korrektur jssor für Chrome  45.0.2454.85 */
#slides > div > a {
	display: block;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Hover effekt http://miketricking.github.io/dist/*/

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #f8f8f8;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(102,89,82,0.5);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.hovereffect h1 {
	font-size: 22px;
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background-color: rgba(102,89,82,0.5);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}
.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 100%;
	width: 100%;
	padding-top: 80px;
}
.hovereffect:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.hovereffect:hover h2, .hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.hovereffect p {
	min-height: 100px;
}
/* */


.mt30 {
	margin-top: 30px;
}
.mt60 {
	margin-top: 60px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt30 {
	padding-top: 30px;
}
.pt60 {
	padding-top: 60px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb60 {
	padding-bottom: 60px;
}
.parallaxText {
	color: #FFFFFF;
	color: rgba(255,255,255,1);
	font-size: 36px;/*	text-shadow: 2px 2px 2px #000000;*/
}
.parallaxText2 {
	color: #FFFFFF;
	color: rgba(255,255,255,1);
	font-size: 18px;
	line-height: 32px;/*	text-shadow: 2px 2px 2px #000000;*/
}
.parallaxText2 a {
	color: #FFFFFF;
	text-decoration: underline;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	-webkit-text-decoration-color: #87a000;
	text-decoration-color: #87a000;
	font-size: 26px;
	line-height: 32px;/*	text-shadow: 2px 2px 2px #000000;*/
}
.parallaxText2 a:hover {
	background-color: transparent;
}
/* NORMAL 980 px - 1199px = STANDARD CSS
@media (min-width: 992px) and (max-width: 1199px) {

}*/





.c1 {
	background-color: #6e8206;
	color: #FFFFFF!important;
}
.c2 {
	background-color: #879e0e;
	color: #FFFFFF!important;
}
.c1 div, .c1 p, .c1 h1, .c1 h2, .c1 strong {
	background-color: #6e8206;
	color: #FFFFFF;
}
.c1 a {
	text-decoration: underline;
	color: #FFFFFF;
}
.c1 a.btn {
	text-decoration: none;
}
.c1 .btn-default {
	color: #FFF;
	background-color: #7c932d;
	border-color: #7c932d;
}
.row-no-padding > [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* bei kleinen Viewports .col-xs-# nicht nutzen, weil sonst Bootstrap die Spalten nicht mehr stapelt! Darum ein media query nutzen! */
@media (min-width: 992px) {
.row-eq-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
	.row-eq-height  > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	-webkit-box-flex:2;
	    -ms-flex-positive:2;
	        flex-grow:2;
	-ms-flex-negative: 2;
	    flex-shrink: 2;

}	
}
.fit {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.col-inner {
	padding: 50px;
}

@media (max-width:767px) {
.col-inner {
	padding: 30px;
}
}
/* Separators */
.clouds {
	display: block;
	overflow: hidden;
	margin-top: -95px;
	position: relative;
	z-index: 1;
}
.cloud1 path {
	fill: #7c932d;
	stroke: transparent;
}
.stamps {
	display: block;
	overflow: hidden;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}
.stamp1 path {
	fill: #7c932d;
	stroke: transparent;
}
.kopfRechts .fa-phone {
	color: #FFFFFF;
}
.clone .kopfRechts .fa-phone {
	color: #444444;
}
