html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background:url(../images/bg-body.jpg);
  font: 13px/21px "Open Sans", Arial, sans-serif;
  color: #838383;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}
a {
  color: #575756;
  text-decoration: none !important;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover {
  color: #588930;
}
h1, h2, , h4, h5, h6 {
  color: #588930;
}
.section-title {
  padding: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.section-title:before {
  content: '';
  width: 180px;
  height: 3px;
  background: url(../images/t-left.png) no-repeat center;
  margin-bottom: 10px;
  margin-right: 15px;
  display: inline-block;
}
.section-title:after {
  content: '';
  width: 180px;
  height: 3px;
  background: url(../images/t-right.png) no-repeat center;
  margin-bottom: 10px;
  margin-left: 15px;
  display: inline-block;
}
#brunnen, #manufaktur {
	padding-top: 70px;
}

#contact{

}

#text {
  margin: 0 50px 0 50px;
  padding: 30px;
  font-size: 16px;
  text-align:left;
  line-height: 170%;
}
#text_z {
  margin: 0 50px 0 50px;
  padding: 30px;
  font-size: 16px;
  line-height: 170%;
}
#slogan {
  font-size: 25px;
  line-height: 35px;
  font-family: 'Special Elite', cursive;
}

#list {
	text-align: left;
	width: 300px;
	list-style-type: disc;
	margin-left: 15px;
	border: 1px #575756 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background: #EEE;
}
#list li {
	padding: 3px 5px 3px 5px;
	text-align: left;
}

#img_text {
	float: right;
	width: 250px;
	padding: 5px;
	margin: -10px 0 0 30px;
	background: #FFF;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);	
}

.container {
  width: 1120px;
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
}
.clearfloat {
	clear:both;
	margin: 0;
	padding: 0;
}


/* ~~ Header und Menü ~~ */
.header {
  height: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/bg-body.jpg);
  position: fixed;
  z-index:1;
  float: left;
}
#logo a {
  width: 260px;
  height: 79px;
  padding: 5px;
  display:block;
  margin: 10px 0 0 70px;
}
.mainmenu {
  float: right;
  margin: -90px 70px 0 0;
}
.mainmenu ul {
}
.mainmenu ul li {
  display: inline-block;
  width: 125px;
  margin: 0 20px 0 20px;
  text-align: center;
  line-height: 40px;
}
.mainmenu ul li a {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  display: block;
  background-position:bottom;  
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;  
}
.mainmenu ul li a.hover {
  font-weight:600;
  background-image:url(../images/t.png);
  background-position:bottom;
	background-repeat:no-repeat;
}
.mainmenu ul li a.active {
  font-weight:600;
  background-image:url(../images/t.png);
    background-position:bottom;
	background-repeat:no-repeat;
	 color: #588930;
}

.mainmenu ul li a.li1.active {
	background-image:url(../images/home.png) no-repeat !important;
	z-index: 100;
}

/* ~~ Brunnen zum Verkauf ~~ */
.productcontainer {
  float:left;
  text-align: center;
  padding: 15px;
}
.productthumb {
  width: 137px;
  height: 137px;
  margin: 0 9px 35px 9px;
  float: left;
  text-align: center;
}
.productthumb a {
	border: 4px solid #FFF;
}
.productthumb a:hover {
	font-weight: bold;
	  -webkit-box-shadow: 0 4px 4px -4px black;
  -moz-box-shadow: 0 4px 4px -4px black;
  box-shadow: 0 4px 4px -4px black;
}
.productthumb span {
  font-size: 11px;
}
.productcontainer img {
  width: 137px;
  height: 137px;
  margin-bottom: 3px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.productcontainer a {
  width: 137px;
  height: 137px;
  display:block;
}
.productcontainer a:hover {
  -webkit-filter: grayscale(100%);
}


/* ~~ Modal Brunnendetails ~~ */
.productview {
  display: none;
  color: #838383;
  padding: 20px;
  width: 650px;
  font-size: 14px;
  line-height: 180%;
}
.productviewprint {
  color: #838383;
  padding: 20px;
  width: 650px;
  font-size: 14px;
  line-height: 180%;
}
.productview img {
  float:left;
  margin-right:20px;
}
#textdetails {
  text-align:left;
}
#price {
  font-size: 16px;
  margin: 10px 0 25px 0;
  text-align:center;
}
#priceprint {
  font-size: 16px;
  margin: 10px 0 25px 0;
  text-align:left;
}
#contactdetails {
	text-align:center;
}
.productview em {
  font-weight: 700;
  font-style: normal;
  color: #588930;
}
.productviewprint em {
  font-weight: 700;
  font-style: normal;
  color: #588930;
}
.productview a {
  width: 180px;
  height: 35px;
  color: #FFF;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  background-color: rgba(88, 137, 48, 0.6);
  display: inline-block;
    -webkit-box-shadow: 0 2px 4px -4px black;
  -moz-box-shadow: 0 2px 4px -4px black;
  box-shadow: 0 2px 4px -4px black;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  margin-bottom: 5px;
}
.productview a:hover {
  background-color: rgba(88, 137, 48, 1);
}
.productviewprint a {
  width: 180px;
  height: 35px;
  color: #FFF;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  background-color: rgba(88, 137, 48, 0.6);
  display: inline-block;
    -webkit-box-shadow: 0 2px 4px -4px black;
  -moz-box-shadow: 0 2px 4px -4px black;
  box-shadow: 0 2px 4px -4px black;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  margin-bottom: 5px;
}
.productviewprint a:hover {
  background-color: rgba(88, 137, 48, 1);
}

#logodetails {
	float:none;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
	border: none;
}
#logoprint {
	float:none;
	width: 200px;
	margin-top: 10px;
	margin-left: 0px;
	border: none;
}


/* ~~ Kontaktform ~~ */
#contact {
  height: 100%;
  float: left;
  margin-bottom: 70px;
}
#map {
  width: 512px;
  height: 372px;
  outline: 0;
  border: 0;
  float: left;
  margin-top: 20px;
 border: 4px solid #FFF;
}
.contact-form {
  margin: 20px 0 0 35px;
  float: right;
  width: 560px;
}

.error { 
    color:#575756; 
    font-style: italic;
	margin-bottom: 10px;
	margin-top: 5px;
	
} 
#message { 
    font-size:16px; 
    font-weight:bold; 
    color:#575756; 
	display:none;
} 
.required {
  float: left;
}
fieldset {
  margin: 0;
  padding: 0;
  width: 500px;
  float:left;
  border:0;
  text-align: left;
  min-height: 20px;
}
input, textarea {
  /*margin-bottom: 25px;*/
  background-color: #f6f7f8;
  padding: 14px;
  font-size: 14px;
  width: 300px;
  margin-bottom: 5px;
  color: #838383;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #b5c1c9;
  font: 13px/21px "Open Sans";
  font-style: italic;
}
textarea {
  resize: vertical;
  height: 130px;
  width: 300px !important;
  float: left;
  font: 13px/21px "Open Sans";
  font-style: italic;
}
input#name {
  width: 500px;
  float:left;
}
input#email {
  width: 500px;
  float: left;
}
input#submit {
  width: 180px;
  height: 48px;
  float: left;
  color: #FFF; 
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background-color: rgba(88, 137, 48, 0.6);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;	
  -webkit-box-shadow: 0 2px 4px -4px black;
  -moz-box-shadow: 0 2px 4px -4px black;
  box-shadow: 0 2px 4px -4px black;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
input#submit:hover {
  -webkit-box-shadow: 0 4px 4px -4px black;
  -moz-box-shadow: 0 4px 4px -4px black;
  box-shadow: 0 4px 4px -4px black;
  font-weight:600;
}


label {
	position: inherit;
	margin-left: 10px;
}
.rob {
  display: none;
}


/* ~~ Fußzeile ~~ */
.footer {
  background-color: #588930;
  width: 100%;
  margin: 0 auto;
  color: white;
  text-align: center;
}
.frame {
  background-color: #588930;
  min-width:1020px;
  padding: 20px 120px;
}
.footer a {
  color: white;
}
.footer span {
  float: left;
  margin-top: 10px;
}
ul.law {
  text-align: right;
  margin: 0;
}
ul.law li {
  display: inline-block;
}
ul.law li a {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;	
  -webkit-box-shadow: 0 2px 4px -4px black;
  -moz-box-shadow: 0 2px 4px -4px black;
  box-shadow: 0 2px 4px -4px black;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
}
ul.law li a:hover {
  -webkit-box-shadow: 0 4px 4px -4px black;
  -moz-box-shadow: 0 4px 4px -4px black;
  box-shadow: 0 4px 4px -4px black;
  font-weight:600;
}
#impressum, #disclaimer, #datenschutz {
  display: none;
  color: #838383;
  margin: 0;
  padding: 0 20px 20px 20px;
  width: 700px;
  font-size: 12px;
  line-height: 150%;
}
#impressum h2, #disclaimer h2, #datenschutz h2 {
	color: #588930;
	line-height: 200%;
	border-bottom: 1px #588930 solid;
}


/* ~~ Modal ~~ */
.modal {
  background:url(../images/bg-body.jpg);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/close.png) no-repeat 0 0;
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../images/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}


/* Slider */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
	margin: 30px 0 50px 0;
	padding: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }


/* Theme Styles */
.flexslider {
	position: relative;
	zoom: 1;
	padding: 10px;
	background: #ffffff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}

/* Edit it if you want */
.flex-container {
	min-width: 150px;
	max-width: 960px;
}

.flexslider .slides { zoom: 1; }



/* Direction Nav */
.flex-direction-nav a {
	display: block;
	position: absolute;
	margin: -17px 0 0 0;
	width: 35px;
	height: 35px;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	

	background-color: #82d344;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#588930), to(#588930));
	background-image: -webkit-linear-gradient(top, #588930, #588930);
	background-image: -moz-linear-gradient(top, #588930, #588930);
	background-image: -o-linear-gradient(top, #588930, #588930);
	background-image: linear-gradient(to bottom, #588930, #588930);
}

.flex-direction-nav a:before {
	display: block;
	position: absolute;
	content: '';
	width: 9px;
	height: 13px;
	top: 11px;
	left: 11px;
	background: url(../images/arrows.png) no-repeat;
}

.flex-direction-nav a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 35px;
}

.flex-direction-nav .flex-next {
	right: -5px;

	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
	left: -5px;

	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }

.flex-direction-nav .flex-next:after {
	right: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #31611e;
}

.flex-direction-nav .flex-prev:after {
	left: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #31611e;
}



/* Control Nav */
.flexslider .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: -30px;
	text-align: center;
	margin: 0 0 0 -10px;
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background-color: #588930 \9;

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	-webkit-box-shadow: inset 0 0 0 2px #588930;
	-moz-box-shadow: inset 0 0 0 2px #588930;
	box-shadow: inset 0 0 0 2px #588930;
}

.flex-control-paging li a.flex-active {
	background-color: #588930;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#588930), to(#588930));
	background-image: -webkit-linear-gradient(top, #588930, #588930);
	background-image: -moz-linear-gradient(top, #588930, #588930);
	background-image: -o-linear-gradient(top, #588930, #588930);
	background-image: linear-gradient(to bottom, #588930, #588930);

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Captions */
.flexslider .slides .p {
	display: block;
	position: absolute;
	left: 50px;
	bottom: 100px;
	padding: 10px;
	margin: 0;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;

	background-color: #FFF;
}