html {
	height: 100%;
	overflow: auto; /* scrollbalken ie */
	overflow-y: scroll; /* scrollbalken immer eingeblendet */
}
body {
	color: #876435;
	font-family: 'ubunturegular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #F2F2F2;
}
#ausstellungen {
	height: 70px;
	display: block;
	margin-top: -70px;
}
.kein-script {
	width: 100%;
	display: block;
	background-color: #DC291A;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	position: fixed;
	padding: 10px;
	border-bottom: 2px dotted #FFF;
	top: 50px;
	z-index: 8000;
}
a:active img, a:hover img, a img, img {
	width: 100%;
	height: auto;
	border: 1px solid #E2E2E2;
	margin: 0;
	padding: 0;
}
::selection {
	background: #818400;
	color: #FFF;
}
/*Firefox */
::-moz-selection {
 background: #818400;
 color: #FFF;
}
#vorladen {
	display: none;
	height: 0;
	width: 0;
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}
.wrapper {
	display: block;
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
	background-color: #FFF;
}
.container {
	max-width: 1700px;
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
*behavior: url(/scripts/boxsizing.htc);
}
.start {
	width: 100%;
	height: 50vh;
	display: block;
	position: relative;
	background-image: url(../bilder/banner/1024x480-banner-startseite.jpg);
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.start#familie {
	background-image: url(../bilder/banner/1024x480-banner-familie.jpg);
	background-position: center center;
}
.start#mutterkuehe {
	background-image: url(../bilder/banner/1024x480-banner-mutterkuehe.jpg);
	background-position: center center;
}
.start#schweine {
	background-image: url(../bilder/banner/1024x480-banner-schweine.jpg);
	background-position: bottom right;
}
.start#zauneidechse {
	background-image: url(../bilder/banner/1024x480-banner-zauneidechse.jpg);
	background-position: center center;
}
.start#partyraum {
	background-image: url(../bilder/banner/1024x480-banner-partyraum.jpg);
	background-position: center center;
}
.start#rustico {
	background-image: url(../bilder/banner/1024x480-banner-rustico.jpg);
	background-position: center center;
}
.start#rebberg {
	background-image: url(../bilder/banner/1024x480-banner-rebberg.jpg);
	background-position: center center;
}
.start#traubensorten {
	background-image: url(../bilder/banner/1024x480-banner-traubensorten.jpg);
	background-position: top center;
}
.start#trockensteinmauer {
	background-image: url(../bilder/banner/1024x480-banner-trockensteinmauer.jpg);
	background-position: center center;
}
.start#wein-und-spirituosen {
	background-image: url(../bilder/banner/1024x480-banner-wein-und-spirituosen.jpg);
	background-position: bottom left;
}
.start#urdinkel {
	background-image: url(../bilder/banner/1024x480-banner-urdinkel.jpg);
	background-position: 7% 10%;
}
.start#sonnenenergie {
	background-image: url(../bilder/banner/1024x480-banner-sonnenenergie.jpg);
	background-position: left center;
}
.header {
	width: 100%;
	max-width: 2560px;
	height: auto;
	position: fixed;
	margin: 0 auto;
	padding: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,1.0);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
	background: linear-gradient(to left, rgba(255,255,255,1.0) 70%, rgba(255,255,255,0) 90%);
}
/*.header-bg {
	background-color: rgba(255,255,255,1.0);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
	-webkit-animation: fadein 1s; 
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}
}
@keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}


@-moz-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}


@-webkit-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}


@-ms-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
*/
.logo-top {
	display: none;
}
.logo-top img, .logo-top a img, .logo-top a:hover img {
	border: none;
}
ul.hormenu {
	position: relative;
	float: right;
	margin: 0 50px 0 0;
	padding: 0 20px 0 0;
	list-style-type: none;
	/*kein abstand zwischen menupunkten*/
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
ul.hormenu li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.hormenu li.nur-mobil {
	display: none;
}
span.toggle-submenu {
	display: inline;
	margin: 0.8em 0 0 10px;
	font-family: 'icomoon';
	font-size: 40%;
}
ul.hormenu li a {
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px 12px;
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	color: #876435;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
ul.hormenu li a:hover {
	color: #FFF;
	background-color: #A6AA00;
}
/*farbe hauptmenupunkt bei toggle-menu*/
.highlight {
	background-color: #A6AA00!important;
	color: #FFF!important;
}
ul.hormenu li ul.submenu.js {
	display: none;
}
ul.hormenu ul {
	width: 250px;
	position: absolute;
	margin: -12px 0 0 0;
	padding: 0;
}
ul.hormenu ul.last {
	width: 250px;
	position: absolute;
	margin: -12px 0 0 0;
	padding: 0;
	right: 20px;
}
ul.hormenu ul li {
	display: block;
	margin: 0 0 2px 0;/*box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);*/
}
ul.hormenu ul li:first-child {
	margin: 14px 0 2px 0;
}
ul.hormenu ul li a {
	display: block;
	font-family: 'ubunturegular', Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFF;
	background-color: #A6AA00;
}
ul.hormenu ul li a:hover {
	background-color: #C0C600;
	color: #876435;
}
.kontaktspalte {
	width: 20%;
	padding: 0 30px;
	position: relative;
	float: left;
	margin: 100px 0 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
	border-right: 1px solid #e6e6e6;
}
.kontaktspalte p {
	font-size: 14px;
	text-align: left;
}
img.logo-kontakt, a img.logo-kontakt, a:hover img.logo-kontakt {
	margin-left: -20%;
	border: none;
}
.newsspalte {
	width: 20%;
	padding: 0 30px;
	position: relative;
	float: left;
	margin: 100px 0 100px -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
	border-left: 1px solid #e6e6e6;
}
.news {
	width: 100%;
	display: block;
	padding: 15px 0 10px 0;
	position: relative;
	float: left;
	margin: 0;
	border-top: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
.news:first-child {
	padding: 0 0 10px 0;
	border-top: none;
}
.news:last-child {
	border-bottom: 1px solid #e6e6e6;
}
.news p {
	font-size: 14px;
}
.news h2 {
	font-size: 20px;
	margin: 5px 0 10px 0;
}
.news img {
	width: 100%;
	margin: 5px 0 10px 0;
}
.news img.biosuisse {
	clear: both;
	max-width: 120px;
	float: left;
	margin: 0 0 10px 0;
	border: none;
}
.biosuisse + h1, .biosuisse + h2, .biosuisse + p {
	clear: both;
}
.inhalt {
	width: 60%;
	min-height: 400px;
	padding: 0 30px 20px 30px;
	position: relative;
	float: left;
	margin: 100px 0 0 -1px;
	overflow: hidden;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.spruchbox {
	width: 100%;
	background: url(../bilder/layout/zitat.svg);
	background-size: 80px 80px;
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 95px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px 10%;
	clear: both;
	border-top: 1px dashed #A6AA00;
	border-bottom: 1px dashed #A6AA00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
.spruchbox p {
	display: block;
	font-family: 'ubuntuitalic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	vertical-align: middle;
	padding: 15px 0 0 60px;
	color: #A6AA00;
}
.spruchbox p span {
	width: 100%;
	display: block;
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: right;
	padding: 20px 0 0 0;
	clear: both;
}
.newsspalte .spruchbox {
	width: 100%;
	background-size: 50px 50px;
	min-height: 50px;
	display: block;
	padding: 0;
	border: none;
}
.newsspalte .spruchbox p {
	font-size: 16px;
	padding: 15px 0 0 40px;
}
.newsspalte .spruchbox p span {
	font-size: 10px;
	padding: 20px 0 0 0;
}
.abstand-footer {
	content: '';
	width: 100%;
	height: 100px;
	position: relative;
	display: block;
	clear: both;
}
.footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FFF;
	border-top: 1px solid #e6e6e6;
	z-index: 1000;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
}
.footermenu {
	position: relative;
	display: block;
	float: left;
	margin: 25px 0 0 30px;
	padding: 0;
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footermenu a, .footermenu a:hover {
	text-decoration: none;
}
.logo-footer {
	max-width: 100px;
	position: relative;
	display: block;
	float: right;
	margin: 10px 30px 5px 0;
	padding: 0;
}
.logo-footer img, .logo-footer a img, .logo-footer a:hover img {
	border: none;
}
.galerie {
	width: 102%;
	margin: 0 -1%;
	padding: 20px 0;
	position: relative;
	clear:both;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
.galerie + .galerie {
	padding: 0;
}
.galerie + h1 {
	clear: both;
	padding-top: 60px;
}
.galerie + h2, .galerie + h3, .galerie + p {
	clear: both;
	padding-top: 40px;
}
.galerie h3 {
	margin-left: 1%;
}
.bildreihe {
	width: 23%;
	padding: 0;
	position: relative;
	float: left;
	margin: 1%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
.bildreihe a img, .bildreihe a:hover img {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #E2E2E2;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
.bildreihe.einer-fix {
	width: 98%;
}
.bildreihe.zweier-fix {
	width: 48%;
}
.bildreihe.dreier-fix {
	width: 31.333333%;
}
.bildreihe.vierer-fix {
	width: 23%;
}
.bildreihe p {
	font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
/* Bilder und Text*/

p {
	font-size: 20px;
	line-height: 1.5;
	font-family: inherit;
	margin: 0 0 17px 0;
	text-align: left;
}
em {
	font-family: 'ubuntuitalic', Arial, Helvetica, sans-serif;
	font-style: normal;
}
em strong {
	font-family: 'ubuntubold_italic', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
strong {
	font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 1.4;
	margin: 0 0 0.8em 0;
	font-weight: normal;
	color: #A6AA00;
}
h2 {
	font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.4;
	margin: 30px 0 10px 0;
	font-weight: normal;
	color: #A6AA00;
}
h3 {
	font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: normal;
	color: #A6AA00;
	padding: 15px 0 0 0;
}
h1 + h3, h2 + h3 {
	padding: 0;
}
p + h2 {
	padding-top: 1.2em;
}
.blocksatz {
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
p.blocksatz + ul {
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.rechtsbuendig {
	text-align: right;
}
.gruen {
	color: #A6AA00;
}
.braun {
	color: #876435;
}
.text90 {
	font-size: 90%;
}
.text80 {
	font-size: 80%;
}
.ohne-rahmen {
	border: none;
}
/* aufzaehlungen */

ol {
	font-size: 20px;
	line-height: 1.4;
	font-family: inherit;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 15px 17px;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
}
ul {
	font-size: 20px;
	line-height: 1.4;
	font-family: inherit;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 15px 0.9em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}
li {
	margin: 0 0 5px 0;
}
ul + h2 {
	margin: 0;
	padding: 8px 0;
}
/* hyperlinks */

a {
	color: #876435;
	border: none;
	outline: none;
	text-decoration: underline;
}
a:visited, a:focus, a:hover, a:active {
	border: none;
	outline: none;
}
a:visited, a:active {
	color: #876435;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #A6AA00;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
/* diverses */
.clear {
	clear: both;
}
.linie {
	border-bottom: 1px dotted #876435;
	padding: 0 0 15px 0;
}
.linie-halb {
	width: 100%;
	max-width: 50%;
	height: 1px;
	display: block;
	border-bottom: 1px dotted #876435;
	margin: 20px 0;
	padding: 0;
}
.linie-news {
	clear: both;
	height: 10px;
	border-bottom: 1px dotted #876435;
	margin: 0 0 10px 0;
}
.bild-lauftext-gross {
	margin: 25px 30px 0 0;
	float: left;
	width: 40%;
	max-width: 320px;
}
.bild-lauftext-gross.absatz {
	margin-top: 8px;
}
.bild-lauftext-gross img {
	border: 1px solid #E2E2E2;
}
.bild-lauftext-gross p {
	font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
.abstand10 {
	height: 10px;
	clear: both;
	display: block;
}
.abstand17 {
	height: 17px;
	clear: both;
	display: block;
}
.abstand20 {
	height: 20px;
	clear: both;
	display: block;
}
.abstand30 {
	height: 30px;
	clear: both;
	display: block;
}
.abstand40 {
	height: 40px;
	clear: both;
	display: block;
}
.abstand120 {
	height: 120px;
	clear: both;
	display: block;
}
.popup-gallery h1, .popup-gallery h2, .popup-gallery p {
	padding: 0 1%;
	clear: both;
}
/* aufzaehlung */

ul.aufzaehlung {
	font-size: 1.0em;
	line-height: 1.6;
	list-style-type: none;
	padding: 0 0 25px 0;
	padding: 0;
}
ul.aufzaehlung li {
	position: relative;
	margin: 0 0 8px 25px;
	border-bottom: 1px dotted #999;
}
ul.aufzaehlung li:before {
	position: absolute;
	content: "■";
	display: inline-block;
	margin: 0;
	padding: 2px 0 0 0;
	left: -23px;
	color: #A6AA00;
	font-weight: bold;
	font-size: 80%;
}
ul.aufzaehlung li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	text-decoration: none;
}
/* familie */

dl.familie {
	width: 100%;
	float: left;
	padding: 30px 0 30px 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-bottom: 1px dashed #A6AA00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
dl.familie:last-child {
	border-bottom: none;
}
dl.familie dt {
	width: 28%;
	max-width: 250px;
	float: left;
	margin: 0 12% 0 0;
	padding: 0;
}
dl.familie dt img {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	border: 4px solid #D4D800;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
dl.familie dd {
	width: 60%;
	float: left;
	margin: 0;
	padding: 0;
}
dl.familie dd p {
	font-family: 'ubunturegular', Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none
}
dl.familie dd h3 {
	margin-top: 0;
	padding-top: 0;
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.4em;
	color: #A6AA00;
}
.datum {
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #A6AA00;
	line-height: 1.6;
	margin: 10px 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #876435;
	clear: both;
}
a.btn {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 8px;
	background-color: #A6AA00;
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	clear: both;
}
a.btn + p, a.btn + h1, a.btn + h2, a.btn + h3 {
	clear: both;
	padding-top:2em;
}
a.btn:hover {
	background-color: #818400;
	text-decoration: none;
}
a.btn#datenschutz {
	float: left;
	font-size: 1.2em;
	margin: 10px 0 30px 0;
}
a.btn#news {
	float: right;
	margin: 0 0 10px 0;
}
a.btn#lageplan-mobil {
	clear: both;
	float: left;
	font-size: 1.2em;
	margin: 10px 0 30px 0;
	display: none;
}
/*--------------- responsive videos ---------------*/
.responsive-video {
	position: relative;
	max-width: 1100px;
	padding-bottom: 56%;
	padding-top: 30px;
	margin: 0 0 20px 0;
	height: 0;
	overflow: hidden;
	border: 1px solid #876435;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 @media screen and (max-width:1279px) {
.scrollup, a.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	padding: 0;
	margin: 0;
	background: url(../bilder/layout/up-button.svg) center center no-repeat;
	z-index: 1040;
	border: none;
	outline: none;
	right: 20px;
	bottom: 50px;
	display: none;
	opacity: 0.8;
}
.scrollup:hover, a.scrollup:hover, a.scrollup:active {
	opacity: 1.0;
}
.header {
	position: relative;
	background-color: rgba(255,255,255,0);
}
.container {
	padding: 0 50px;
}
.logo-top {
	width: 280px;
	position: relative;
	display: block;
	float: left;
	margin: 10px 0 0 -40px;
	padding: 0;
}
.kontaktspalte {
	display: none;
}
.newsspalte {
	width: 100%;
	padding: 0;
	position: relative;
	float: left;
	margin: 30px 0 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
	border: none;
	border-top: 1px solid #e6e6e6;
}
.news {
	width: 100%;
	display: block;
	padding: 15px 0 10px 0;
	position: relative;
	float: left;
	margin: 0;
	border-top: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
.news:last-child {
	border-bottom: none;
}
.news img {
	max-width: 320px;
	margin: 5px 20px 10px 0;
	float: left;
}
.news p {
	font-size: 20px;
}
.news h2 {
	font-size: 28px;
	margin: 5px 0 10px 0;
}
.news img.biosuisse {
	width: 100%;
	max-width: 150px;
	margin: 20px 0 10px 0;
}
.inhalt {
	width: 100%;
	min-height: 400px;
	padding: 80px 0 20px 0;
	position: relative;
	float: none;
	margin: 0;
	overflow: hidden;
	background: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
.spruchbox {
	width: 100%;
	background: url(../bilder/layout/zitat.svg);
	background-size: 80px 80px;
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 95px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px 0px;
	clear: both;
	border-top: 1px dashed #A6AA00;
	border-bottom: 1px dashed #A6AA00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
.spruchbox p {
	display: block;
	font-family: 'ubuntuitalic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	vertical-align: middle;
	padding: 15px 0 0 60px;
	color: #A6AA00;
}
.spruchbox p span {
	width: 100%;
	display: block;
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: right;
	padding: 20px 0 0 0;
	clear: both;
}
.newsspalte .spruchbox {
	width: 100%;
	background-size: 80px 80px;
	min-height: 95px;
	display: block;
	padding: 10px 0;
	border: none;
}
.newsspalte .spruchbox p {
	font-size: 24px;
	padding: 15px 0 0 60px;
}
.newsspalte .spruchbox p span {
	font-size: 14px;
	padding: 20px 0 0 0;
}
.footermenu {
	margin: 25px 0 0 0;
}
.logo-footer {
	margin: 10px 0 5px 0;
}
.menu-btn.js {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	position: relative;
	margin: 78px 50px 0 0;
	padding: 0;
	cursor: pointer;
	background: transparent url(../bilder/layout/menu-btn.svg) no-repeat center center;
	background-size: cover;
	z-index: 200;
	display: block;
}
ul.hormenu.js {
	display: none;
}
ul.hormenu {
	position: relative;
	width: 100%;
	/* kein abstand zwischen menupunkten */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	float: none;
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	clear: both;
}
ul.hormenu li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
span.toggle-submenu {
	display: inline;
	float: right;
	margin: 0.8em 0 0 10px;
	font-family: 'icomoon';
	font-size: 40%;
}
ul.hormenu li.nur-mobil {
	display: block;
}
ul.hormenu li a {
	width: 100%;
	display: block;
	padding: 10px 50px;
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	color: #876435;
	background-color: #FFF;
	border-top: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
ul.hormenu li a:hover {
	color: #A6AA00;
	background-color: #FFF;
}
ul.hormenu li:first-child a {
	border-top: none;
}
/*farbe hauptmenupunkt bei toggle-menu*/
.highlight {
	background-color: #FFF!important;
	color: #A6AA00!important;
}
ul.hormenu ul {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
ul.hormenu ul li {
	display: block;
	margin: 0;
	padding-left: 0;
}
ul.hormenu ul li:first-child {
	margin: 0;
}
ul.hormenu ul li a {
	display: block;
	margin: 0;
	padding-left: 30px;
	font-family: 'ubunturegular', Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #876435;
	background-color: #FFF;
	border-top: 1px solid #e6e6e6;
}
ul.hormenu ul li:first-child a {
	border-top: 1px solid #e6e6e6;
}
ul.hormenu ul li:last-child a {
	border-bottom: none;
}
ul.hormenu ul li a:hover {
	color: #A6AA00;
	background-color: #FFF;
}
a.btn#lageplan-mobil {
	display: block;
}
}
 @media screen and (max-width:768px) {
.container {
	padding: 0 30px;
}
.menu-btn.js {
	margin: 78px 30px 0 0;
}
ul.hormenu li a {
	padding: 10px 30px;
}
p, .news p, ul, ol {
	font-size: 18px;
}
h1 {
	font-size: 32px;
}
h2, .news h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
.news img {
	max-width: 50%;
	margin: 5px 20px 10px 0;
	float: left;
}
a.galeriebild img, a.galeriebild-rahmenlos img {
	width: 31.333333%;
}
}
 @media screen and (max-width:600px) {
dl.familie dt {
	width: 100%;
	max-width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
dl.familie dt img {
	width: 100%;
	max-width: 250px;
	display: block;
	float: none;
	margin: 5px auto 0 auto;
	border: 4px solid #D4D800;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
dl.familie dd {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.news img {
	max-width: 100%;
	margin: 5px 0 20px 0;
}
.bildreihe.vierer-fix {
	width: 48%;
}
}
 @media screen and (max-width:460px) {
p, .news p, ul, ol {
	font-size: 16px;
}
h1 {
	font-size: 28px;
}
h2, .news h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
.scrollup, a.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	padding: 0;
	margin: 0;
	background: url(../bilder/layout/up-button.svg) center center no-repeat;
	z-index: 1040;
	border: none;
	outline: none;
	right: 10px;
	bottom: 10px;
	display: none;
	opacity: 0.8;
}
.scrollup:hover, a.scrollup:hover, a.scrollup:active {
	opacity: 1.0;
}
.container {
	padding: 0 20px;
}
.inhalt {
	padding: 50px 0 20px 0;
}
.menu-btn.js {
	margin: 78px 20px 0 0;
}
ul.hormenu li a {
	padding: 10px 20px;
}
.abstand-footer {
	content: '';
	width: 100%;
	height: 150px;
	position: relative;
	display: block;
	clear: both;
}
.footermenu {
	position: relative;
	display: block;
	float: left;
	margin: 15px 0;
	padding: 0;
	font-family: 'ubuntubold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
}
.footermenu a, .footermenu a:hover {
	text-decoration: none;
}
.logo-footer {
	max-width: 100px;
	position: relative;
	display: block;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}
.bild-lauftext-gross p {
	font-size: 12px;
}
}
 @media screen and (max-width:420px) {
.bildreihe.zweier-fix, .bildreihe.dreier-fix, .bildreihe.vierer-fix {
	width: 98%;
}
.bild-lauftext200 {
	margin: 5px 0 30px 0;
	float: left;
	width: 100%;
	max-width: 100%;
	border: 1px solid #E2E2E2;
}
}
 @media screen and (min-width:1101px) {
.scrollup, a.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	padding: 0;
	margin: 0;
	background: url(../bilder/layout/up-button.svg) center center no-repeat;
	z-index: 1040;
	border: none;
	outline: none;
	right: 40px;
	bottom: 50px;
	display: none;
	opacity: 0.8;
}
.scrollup:hover, a.scrollup:hover, a.scrollup:active {
	opacity: 1.0;
}
}
 @media screen and (min-width:1025px) {
.start {
	width: 100%;
	height: 50vh;
	display: block;
	position: relative;
	background-image: url(../bilder/banner/1920x900-banner-startseite.jpg);
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.start#familie {
	background-image: url(../bilder/banner/1920x900-banner-familie.jpg);
	background-position: center center;
}
.start#mutterkuehe {
	background-image: url(../bilder/banner/1920x900-banner-mutterkuehe.jpg);
	background-position: center center;
}
.start#schweine {
	background-image: url(../bilder/banner/1920x900-banner-schweine.jpg);
	background-position: bottom right;
}
.start#zauneidechse {
	background-image: url(../bilder/banner/1920x900-banner-zauneidechse.jpg);
	background-position: center center;
}
.start#partyraum {
	background-image: url(../bilder/banner/1920x900-banner-partyraum.jpg);
	background-position: center center;
}
.start#rustico {
	background-image: url(../bilder/banner/1920x900-banner-rustico.jpg);
	background-position: center center;
}
.start#rebberg {
	background-image: url(../bilder/banner/1920x900-banner-rebberg.jpg);
	background-position: center center;
}
.start#traubensorten {
	background-image: url(../bilder/banner/1920x900-banner-traubensorten.jpg);
	background-position: top center;
}
.start#trockensteinmauer {
	background-image: url(../bilder/banner/1920x900-banner-trockensteinmauer.jpg);
	background-position: center center;
}
.start#wein-und-spirituosen {
	background-image: url(../bilder/banner/1920x900-banner-wein-und-spirituosen.jpg);
	background-position: bottom center;
}
.start#urdinkel {
	background-image: url(../bilder/banner/1920x900-banner-urdinkel.jpg);
	background-position: center center;
}
.start#sonnenenergie {
	background-image: url(../bilder/banner/1920x900-banner-sonnenenergie.jpg);
	background-position: left center;
}
}
