body, html {
	margin: 0;
	font: 16px/140% 'Droid Serif', Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background-color: #fffdf5;
}
body {
	overflow-x: hidden;
}
.clearAll {
	float: none;
	clear: both;
}
/* @group allgemeines */
* {
	box-sizing: border-box;
}
h1 {
	color: #692a00;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 27px;
	line-height: 120%;
}
h2 {
	font-size: 24px;
	color: #939598;
	margin-bottom: 5px;
	margin-top: 0;
	line-height: 120%;
}

h3 {
	font-size: 15px;
	color: #692a00;
	margin-bottom: 5px;
}
p {
	margin-bottom: 5px;
	margin-top: 5px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
a {
	color: #692a00;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}
.wrapper ul {
	margin-bottom: 10px;
	margin-top: 10px;
	display: table;
}
.wrapper li {
	list-style-image: url(../img/li.png);
	margin-left: 20px;
}
hr {
	border: none;
	border-bottom: 1px solid #009ee0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.links {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
/* @end */

/* @group Farben */
.braun, .orange, .gruen {
	position: relative;
	margin-bottom: 20px;
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.braun, .teaserbraun {
	background-color: #692a00;
}
.braun:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(105,42,0,0.5);
}

.orange, .teaserorange {
	background-color: #f58220;
}

.orange:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(245,130,32,0.5);
}

.gruen, .teasergruen {
	background-color: #0e6c28;
}

.gruen:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(14,108,40,0.4);
}

.braun *, .gruen *, .orange * {
	color: white;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.braun .image, .gruen .image, .orange .image {
	border: 5px solid white;
}

.gruen .button {
	background-color: white !important;
	color: #333;
}

.braun .button {
	background-color: white !important;
	color: #692a00;
}

/* @end */
/* @group Galerie */
.galerieHead {
	background-color: #fffdf5;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}

.galerieText {
	background-color: #0e6c28;
	text-align: center;
	color: white;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

.galerieHead img {
	width: 100%;
	line-height: 0;
}



/* @end */

.imgLogo {
	display: block;
	margin: 20px auto;
}
.navi {
	background-color: #0e6c28;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 100;
	padding: 10px 0;
	border-bottom: 5px solid white;
}

.rex-navi1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rex-navi1 li {
	padding-right: 0;
	padding-left: 0;
}
.button {
	text-decoration: none;
	display: inline-table;
	padding: 5px 10px 7px;
	background-color: #692a00;
	color: white;
	margin-right: 10px;
	transition: all 0.2s;
	font-style: normal;
	line-height: 100%;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
}

.button:hover {
	box-shadow:  2px 2px 4px rgba(0,0,0,0.5);
	text-decoration: none;
}

/* @group Bildergalerien */

.bilderGalerieText {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	background-color: white;
	position: relative;
	margin-top: 20px;
}

.bilderGalerieText .slick-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	border: none;
	background: url(/img/left.png) no-repeat center center;
	text-indent: -8000px;
	cursor: pointer;
	z-index: 1;
	opacity: 0.4;
	transition: all 0.2s;
}

.bilderGalerieText .slick-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	border: none;
	background: url(/img/right.png) no-repeat center center;
	text-indent: -8000px;
	cursor: pointer;
	z-index: 1;
	opacity: 0.4;
	transition: all 0.2s;
}
.bilderGalerieTextThumbs {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 100px;
	max-height: 0;
	transition: all 0.5s;
	overflow: hidden;
	opacity: 0;
	z-index: 2;
}

.bilderGalerieText:hover .bilderGalerieTextThumbs {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 100px;
	background-color: rgba(105,42,0,0.75);
	max-height: 500px;
	opacity: 1;
}

.bilderGalerieTextThumbs img {
	margin-right: 10px;
	margin-left: 10px;
	border: 3px solid white;
	background-color: white;
	cursor: pointer;
	transition: all 0.2s;
}

.bilderGalerieTextThumbs img.slick-current, .bilderGalerieTextThumbs img:hover {
	border: 3px solid rgba(105,42,0,0.75);
}



/* @end */

.image .slick-prev, .galerieHead .slick-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	border: none;
	background: url(/img/left.png) no-repeat center center;
	text-indent: -8000px;
	cursor: pointer;
	z-index: 1;
	opacity: 0.4;
	transition: all 0.2s;
}

.image .slick-next, .galerieHead .slick-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	border: none;
	background: url(/img/right.png) no-repeat center center;
	text-indent: -8000px;
	cursor: pointer;
	z-index: 1;
	opacity: 0.4;
	transition: all 0.2s;
}
.slick-next:hover, .slick-prev:hover {
	opacity: 1;
}
.headButtons {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 1000px;
	margin-left: -500px;
	text-align: right;
}

.headButtons img {
	margin-left: 15px;
}
.telMobil {
	display: none;	
}
.navi a {
	text-decoration: none;
	display: block;
	padding: 5px 20px 9px;
	color: white;
	line-height: 100%;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
}
.navi li {
	display: inline-table;
}

.navi a:hover, a.rex-current{
	text-shadow:  2px 2px 4px rgba(0,0,0,0.9);
}

/* @group Formular */
.contact  {
	width: 100%;
}

.contact td {
	width: 50%;
	vertical-align: top;
}
td.first{
	padding-right: 10px;
}
.captcha {
	cursor: pointer;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.fullwidth {
    width: 100%;
}

textarea.fullwidth {
    width: 100%;
	height: 236px;
}

form.contact input, form.contact textarea, form.contact select {
    background-color: #FFFFFF;
    border: 2px solid #0e6c28;
    margin: 5px 10px 5px 0;
    padding: 8px;
	border-top-style: none;
	font: 16px/140% 'Droid Serif', Arial, Helvetica, Geneva, sans-serif;
	color: #a7a9ac;
}
form.contact input:hover, form.contact textarea:hover, form.contact select:hover {
	background-color: rgba(14,108,40,0.1);
}

form.contact input:focus, form.contact textarea:focus, form.contact select:focus {
	border: 2px solid #692a00;
	border-top-style: none;
	background-color: rgba(245,130,32,0.2);
	color: #666;
}
input[name=PLZ] {
	width: 20%;
	border-right: none !important;
	margin-right: 0 !important;
}

input[name=Ort] {
	width: 80%;
	margin-right: 0 !important;
}
.personen {
	float: left;
	width: 50%;
}

.personen:last-child-bak {
	width: 100%;
}
/* @end */
.wrapper {
	margin: 0 auto;
	position: relative;
	z-index: 100;
	padding: 20px;
	width: 1000px;
}

.wrapperTeaser {
	margin: 0 auto;
	position: relative;
	z-index: 100;
	width: 1000px;
	padding: 10px;
}
.wrapper:after {
	content: '';
	clear: both;
	display: block;
}
.googleMap {
	border-bottom: 12px solid #0e6c28;
	border-top: 12px solid #0e6c28;
	height: 360px;
	line-height: 100%;
}
.footer {
	background-color: #faf6f2;
}
.footerLogos {
	float: right;
}
.footer td {
	padding-left: 30px;
	padding-right: 0;
}

.footer td:first-child {
	padding-right: 30px;
	border-right: 2px solid #692a00;
	padding-left: 0;
}

.footer td:first-child a{
	font-weight: normal;
	font-style: normal;
}
.footer td a {
	font-size: 18px;
	line-height: 30px;
}

.footer img {
	margin-bottom: 10px;
}
.footerLinks {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.footerLinks a {
	font-weight: normal;
	font-style: normal;
}
.Links {
	float: left;
	margin-right: 20px;
}

.Rechts {
	float: right;
	margin-left: 20px;
}

.image {
	position: relative;
	margin-bottom: 5px;
	line-height: 100%;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	max-width: 470px;
}

.image img {
	max-width: 100%;
	display: block;
	position: relative;
	width: 470px;
}
.copyright, .image-desc {
	float: right;
	font-size: 8px;
}

/* @group Teaser */
.teaser {
	width: 50%;
	display: inline-table;
	vertical-align: top;
	padding: 10px;
}

.teaser > div {
	background-image: url(/img/bgTeaser.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.teaser * {
	color: white;
}
.teaser h1 {
	font-size: 24px;
}

.teaser h2 {
	font-size: 20px;
}
.teaserText {
	padding: 15px;
}
.teaser .image {
	border: none;
	box-shadow: none;
	width: 100%;
	max-width: 100%;
}
.teaser .button {
	float: right;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 20px;
}
.teaserorange .button {
	color: #f58220;
}

.teaserbraun .button {
	color: #692a00;
}

.teasergruen .button {
	color: #0e6c28;
}

/* @end */
@media screen and (max-width: 580px) {
	.wrapper, .galerieHead, .wrapper .flexslider, .wrapperTeaser {
	width: auto;
	max-width: 100%;
}

 iframe{
	width: 100%;
	max-width: 100%;
}
td.first {
	padding-right: 0;
}
.contact td {
	width: 100%;
	max-width: 100%;
	display: block;
}

.headButtons {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding-top: 10px;
}

.navi li {
	display: block;
}
.naviButton {
    background: url("../img/hdyNavi.png") no-repeat center center;
    display: block;
    height: 32px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    cursor: pointer;
}
.rex-current a {
	font-weight: bold;
}
.navi {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
.navi ul {
	display: none;
}

.naviActive .navi ul {
	display: block;
}
.footerLogos {
	float: none;
}

.footer {
	text-align: center;
}
.footerLinks {
	text-align: center;
	padding-top: 10px;
}
.footer td, .footer tr, .footer table, .footer tbody, .footer td:first-child {
	display: block;
	width: 100%;
	border: none;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}

.footer td:last-child {
	display: none;
}
.teaser {
	width: 100%;
	display: block;
	padding: 0;
	margin-bottom: 20px;
}

.imgLogo {
	max-width: 90%;
}

.telMobil {
	display: inline;	
}

.telWeb, .galerieHead, .galerieText {
	display: none !important;	
}

.wrapper {
	padding-right: 20px;
	padding-left: 20px;
}
.rechts, .links, .flexslider {
	float: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 10px !important;
}
.image img {
	width: 100%;
}

.image, img {
	max-width: 100%;
}
.blockTextarea, .blockCaptcha {
	width: auto;
	float: none;
}
textarea.fullwidth, .fullwidth {
	width: 100%;
	max-width: 100%;
}

.bilderGalerieText:hover .bilderGalerieTextThumbs {
	display: none;}
}