@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	width: 100%;
	float: left;
	display: block;
	clear: none;
	background-color: #F2F1EB;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 481px and below. */
  
.gridContainer {
	clear: none;
	float: none;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
}
.startbild {
	clear: both;
	margin-top: -30px;
}
.logo {
	margin-top: -60px;
	opacity: 0.7;
	text-align: center;
	width: 180px;
	margin-left: 10px;
	font-size: 15px;
	color: #555250;
	padding-top: 0px;
	text-shadow: 0px 0px;
}	
.logo1 {
	margin-top: -40px;
	opacity: 0.7;
	text-align: center;
	width: 180px;
	margin-left: 30px;
	font-size: 15px;
	padding-top: 0px;
	text-shadow: 0px 0px;
	color: #5C5851;
	background-color: #FFFFFF;
}
.nav {
	color: #383838;
	display: block;
	background-color: #E6E5E0;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	border-top: 5px solid #748A34;
	padding-top: 5px;
}
.nav ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}
.nav li {
	color: #A3917F;
	display: block;
	list-style-type: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 3px;
	font-size: 12px;
	text-align: center;
}
.nav a {
	color: #383838;
	text-decoration: none;
}
.nav a:hover {
	background-color: #CCD8A6;
	color: #757474;
	display: inline;
	font-size: 15px;
}
.home {
	width: 100%;
	margin-left: 0;
	padding-top: 20px;
}
.foerderung {
	width: 100%;
	padding-left: 0;
	padding-top: 20px;
}
.reitanlage {
	float: left;
	background-color: #FDF7F1;
	text-align: center;
	padding-top: 20px;
}
.reiten {
	float: left;
	background-color: #FDF7F1;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 20px;
}
.aktivstall {
	float: left;
	background-color: #FDF7F1;
	text-align: center;
	padding-top: 20px;
}
.paddockboxen {
	float: left;
	background-color: #FDF7F1;
	text-align: center;
	padding-top: 20px;
}
figure,
figcaption {
	margin: 0;
	padding: 0;
}
figure.doppelt {
	position: relative;
	display: inline-block;
	width: 95%;
	margin-left: 0%;	
}
figure.einzel {
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 10px;
}
figure img {
	width: 100%;
	display: block;
}
figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	color: #625446;
	background: rgba(243, 243, 243, 0.6);
	border-top: 2px solid #ACC15C;
}
.kontakt {
	width: 100%;
	float: left;
	clear: none;
	min-height: 550px;
}
.impressum {
	width: 100%;
	float: left;
	clear: none;
	padding-top: 20px;
	margin-left: 0px;
}	
.fusszeile {
	background-color: #FFFFFF;
	border-top: thin dotted #748A34;
	padding-left: 5px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
.startbild {
	width: auto;
	clear: both;
	margin-top: -30px;
}
.logo {
	margin-top: -110px;
	opacity: 0.7;
	text-align: center;
	width: 250px;
	margin-left: 20px;
	font-size: 20px;
	color: #555250;
	padding-top: 0px;
	text-shadow: 0px 0px;
}	
.logo1 {
	margin-top: -82px;
	opacity: 0.7;
	text-align: center;
	width: 250px;
	margin-left: 100px;
	font-size: 20px;
	padding-top: 0px;
	text-shadow: 0px 0px;
	color: #5C5851;
	background-color: #F2F1EB;
}
.nav {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	border-bottom: thin dotted #748A34;
	padding-bottom: 5px;
}
.nav ul {
	color: #FFF;
}
.nav li {
	color: #FFF;
	display: inline;
	list-style-type: none;
	background-color: #FFF;
	left: auto;
}
.nav a {
	color: #383838;
	text-decoration: none;
}
.home {
	width: 100%;
	padding-top: 20px;
}
.foerderung {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
}
.homelinks {
	width: 33.3333%;
	padding-top: 30px;
	height: 845px;
}
.homemitte {
	width: 33.3333%;
	padding-top: 30px;
	height: 845px;
}
.homerechts {
	width: 33.3333%;
	clear: none;
	padding-top: 30px;
	float: right;
	height: 845px;
}
.bundlinks {
	width: 33%;
	padding-top: 30px;
	height: 350px;
}
.bundmitte {
	width: 34%;
	padding-top: 30px;
	height: 350px;
}
.bundrechts {
	width: 33%;
	clear: none;
	padding-top: 30px;
	float: right;
	height: 350px;
}
.reitanlage {
	float: left;
	background-color: #F2F1EB;
	text-align: center;
	padding-top: 20px;
}
.reiten {
	float: left;
	background-color: #FDF7F1;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 20px;
}
.aktivstall {
	float: left;
	background-color: #FDF7F1;
	text-align: center;
	padding-top: 20px;
}
.paddockboxen {
	float: left;
	background-color: #F2F1EB;
	text-align: center;
	padding-top: 20px;
}
figure,
figcaption {
	margin: 0;
	padding: 0;
}
figure.doppelt {
	position: relative;
	display: inline-block;
	width: 70%;
	margin-left: 0%;	
}
figure.einzel {
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 10px;
	width: 70%;
}
figure img {
	width: 100%;
	display: block;
}
figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	color: #625446;
	background: rgba(243, 243, 243, 0.6);
	border-top: 2px solid #ACC15C;
}
.kontakt {
	width: 100%;
	clear: both;
	margin-left: 0;
	min-height: 550px;
}
.impresssum {
	width: 100%;
	float: left;
	clear: none;
	padding-top: 20px;
	padding-left: 0px;
}
.fusszeile {
	text-align: left;
	padding-left: 0px;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	margin-right: auto;
	margin-bottom: auto;
	min-height: 550px;
}
.startbild {
	width: 100%;
	margin-top: -30px;
}
.logo {
	margin-top: -180px;
	opacity: 0.9;
	text-align: center;
	width: 500px;
	margin-left: 20px;
	font-size: 25px;
	color: #555250;
	padding-top: 0px;
	text-shadow: 0px 0px;
	background-color: #F2F1EB;
	}
.logo1 {
	margin-top: -145px;
	opacity: 0.9;
	text-align: center;
	width: 500px;
	margin-left: 100px;
	font-size: 25px;
	padding-top: 0px;
	text-shadow: 0px 0px;
	color: #5C5851;
	background-color: #F2F1EB;
}
.nav {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	word-spacing: 2em;
}
.nav ul {
	color: #FFF;
}
.nav li {
	color: #FFF;
	display: inline;
	list-style-type: none;
	background-color: #FFF;
	left: auto;
	width: 50px;
	font-size: 15px;
}
.nav a {
	color: #383838;
	text-decoration: none;
}
.list {
	text-align: center;
	padding-top: 5px;
	word-spacing: 2em;
	list-style-type: circle;
	color: #74883A;
}
.list ul {
	color: #74883A;
}
.list li {
	color: #748A34;
	display: inline;
	list-style-type: none;
	left: auto;
	width: 80px;
	font-size: 15px;
}
.home {
	width: 100%;
	padding-top: 20px;
}
.foerderung {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.homelinks {
	width: 33.3333%;
	background-color: #F2F1EB;
	height: 610px;
}
.homemitte {
	width: 33.3333%;
	background-color: #F2F1EB;
	height: 610px;
}
.homerechts {
	width: 33.3333%;
	clear: none;
	padding-top: 30px;
	float: right;
	background-color: #F2F1EB;
	height: 610px;
}
.bundlinks {
	width: 33.3333%;
	background-color: #F2F1EB;
	height: 450px;
}
.bundmitte {
	width: 33.3333%;
	background-color: #F2F1EB;
	height: 450px;
}
.bundrechts {
	width: 33.3333%;
	clear: none;
	padding-top: 30px;
	float: right;
	background-color: #F2F1EB;
	height: 450px;
}
.aktivstall {
	background-color: #F2F1EB;
	width: 100%;
	padding-top: 20px;
}	
.paddockstall {
	float: left;
	background-color: #FDF7F1;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 20px;
}
figure,
figcaption {
	margin: 0;
	padding: 0;
}
figure.einzel {
	position: relative;
	display: inline-block;
	width: 40%;
}
figure.doppelt {
	position: relative;
	display: inline-block;
	width: 88%;
	margin-left: 5%;	
}
figure.doppelt {
	position: relative;
	display: inline-block;
	width: 86%;
	margin-left: 5%;
}
figure img {
	width: 90%;
	display: block;
}
figcaption {
	bottom: 0;
	width: 90%;
	text-align: center;
	line-height: 1.5em;
	color: #625446;
	background: rgba(243, 243, 243, 0.9);
	border-top: 2px solid #ACC15C;
}
.fusszeile {
	padding-left: 5px;
}
.kontakt {
	width: 100%;
	float: left;
	clear: none;
	padding-top: 20px;
	padding-left: 0px;
	min-height: 550px;
}
.impressum {
	width: 100%;
	float: left;
	clear: none;
	padding-top: 20px;
	min-height: 550px;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}
