/******************************************************************************/
/* 
/* naturfutterladen.de Template CSS Data
/* 
/******************************************************************************/
/*
/* Copyright (C) www.GAMP-Designs.de / info@gamp-designs.de
/* 
/******************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************************************************************************/
/*
/* BASIC / MAIN
/*
/******************************************************************************/
body { /* FONT 300, 400, 600 brown: rgba(78, 46, 29, 1) green: rgba(56, 95, 56, 1)*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: rgba(88,88,88,1);
	line-height: 24px;
	background: url(../images/beige_bg.png);
}
.center {
	margin: 0 auto;
	max-width: 1000px;
}
.clear {
	clear: both;
}
h1 {
	padding:20px 0 5px 0;
	color: rgba(78, 46, 29, 1);
}
h2 {
	padding: 20px 0 10px 0;
}
h3 {
	font-weight: 400;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}
hr {
	border: none;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	clear:both;
}
strong {
	font-weight: 600;
	color: rgba(56, 95, 56, 1);
}
ul {
	margin: 10px 0;
}
li {
	margin-left: 30px;
	list-style:circle
}
.fa-ul > li {
	list-style:none;
}
.line_top {
	width:100%;
	height:7px;
	margin-bottom:-7px;
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	z-index:1;
	position:relative;
}
.line_bot {
	width:100%;
	height:7px;
	margin-top:-7px;
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	transform:rotate(180deg);
	z-index:1;
	position:relative;
}
/******************************************************************************/
/*
/* Emblem
/* 
/******************************************************************************/
.emb {
	text-decoration: none !important;
	height: 128px;
	width: 128px;
	display: block;
	top: 30px;
	left: 30px;
	position: fixed;
	z-index: 4;
}
/******************************************************************************/
/*
/* Banner
/* 
/******************************************************************************/
.bsl {
	text-decoration: none !important;
	height: 128px;
	width: 256px;
	display: block;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 4;
}
/******************************************************************************/
/*
/* Back to Top
/* 
/******************************************************************************/
.btt {
	text-decoration: none !important;
	height: 36px;
	width: 36px;
	background-image: url(../images/icon_top.png);
	display: block;
	bottom: 20px;
	right: 20px;
	position: fixed;
	z-index: 4;
}
/******************************************************************************/
/*
/* Header / Navigation
/* 
/******************************************************************************/
header {
	width: 100%;
	height: 250px;
	position: fixed;
	z-index: 3;
	background: url(../images/green_bg_overlay.png) fixed;
	color: rgba(255,255,255,1);
	box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
  	-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
}
.logo {
	display:block;
	height:180px;
	margin:15px auto 5px auto;
}
nav {
	text-align: center;
}
nav a {
	font-weight: 400;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/brown_bg.png);
	line-height:47px;
	padding:16px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
nav a:hover {
	background: url(../images/beige_bg.png);
	color: rgba(61, 53, 50, 1);
}
/******************************************************************************/
/*
/* Start
/* 
/******************************************************************************/
#start {
	clear: both;
	padding-top: 250px;
	display: block;
	overflow: hidden;
}
/******************************************************************************/
/*
/* Products
/* 
/******************************************************************************/
#products {
	clear: both;
	display: block;
	overflow: hidden;
}
/******************************************************************************/
/*
/* Service
/* 
/******************************************************************************/
#service {
	clear: both;
	display: block;
	overflow: hidden;
}
/******************************************************************************/
/*
/* Ueber uns
/* 
/******************************************************************************/
#about {
	clear: both;
	display: block;
	overflow: hidden;
}
/******************************************************************************/
/*
/* Kontakt
/* 
/******************************************************************************/
#contact {
	clear: both;
	display: block;
	overflow: hidden;
}
#contact ul {
	margin: 20px 0;
	font-family: 'font-awesome-less' !important;
}
#contact li {
	margin: 5px 5px 5px 40px;
	font-family: 'ABeeZee', sans-serif !important;
}
#googleMap {
	width: 100%;
	height: 300px;
}
input, textarea {
	float: left;
	width: 95%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
	transition: ease-in-out border 0.4s;
}
input:focus, textarea:focus {
	border: 1px solid rgba(56, 95, 56, 1);
}
.button {
	border: none;
	width: 33.33%;
	margin-right: 66.66%;
	background: rgba(56, 95, 56, 1);
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	transition: none;
	transition: ease-in-out background 0.4s,  ease-in-out color 0.4s;
}
.button:hover {
	cursor: pointer;
	border: rgba(56, 95, 56, 1) 2px solid;
	color: rgba(56, 95, 56, 1);
	background: rgba(255,255,255,1);
	padding: 8px;
}
/******************************************************************************/
/*
/* Footer / Social
/* 
/******************************************************************************/
footer {
	clear: both;
	width: 100%;
	padding: 2em 0;
	color: rgba(255, 255, 255, 1);
	background: url(../images/green_bg_overlay.png) fixed;
	text-align: center;
	box-shadow: inset 0 10px 10px -10px rgba(34, 34, 34, 1);
		-moz-box-shadow: inset 0 10px 10px -10px rgba(34, 34, 34, 1);
		-webkit-box-shadow: inset 0 10px 10px -10px rgba(34, 34, 34, 1);
}
footer a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-weight: 600;
	transition: ease-in-out color 0.4s;
}
footer a:hover {
	color: rgba(78, 46, 29, 1);
}
.social {
	font-family: 'font-awesome-less' !important;
	margin: 30px 0;
}
.social li {
	display: inline-block;
	margin: 0 5px;
}
.social i {
	font-size: 1.75em;
}
.social a {
	color: rgba(255, 255, 255, 1);
}
.social a:hover {
	color: rgba(78, 46, 29, 1);
}
/******************************************************************************/
/*
/* PARALLAX
/* 
/******************************************************************************/
#start_parallax, #products_parallax, #service_parallax, #about_parallax {
	background: url(../images/green_bg_overlay.png) fixed;
	height: 15em;
	width: 100%;
	display: block;
	z-index: 0;
	box-shadow: inset 0 10px 10px -10px rgba(34, 34, 34, 1), inset 0 -10px 10px -10px rgba(34, 34, 34, 1);
		-moz-box-shadow: inset 0 10px 10px -10px rgba(34, 34, 34, 1), inset 0 -10px 10px -10px rgba(34, 34, 34, 1);
		-webkit-box-shadow: inset 0 10px 10px -10px rgba(34, 34, 34, 1), inset 0 -10px 10px -10px rgba(34, 34, 34, 1);
}
#start_parallax img, #products_parallax img, #service_parallax img, #about_parallax img {
	width: auto;
	height: auto;
	max-width: 40%;
	max-height: 200px;
	margin: 0 auto;
	padding-top: 1.25em;
	display: block;
	opacity: 0.3;
}
/******************************************************************************/
/* @version		1.3
/* @package		SimpleTabs
/* @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
/* @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
/* @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
/******************************************************************************/
div.simpleTabs {
}
ul.simpleTabsNavigation {
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
ul.simpleTabsNavigation li {
	list-style: none;
	display: inline-block;
	padding: 20px 0 20px 2px;
}
ul.simpleTabsNavigation li a {
	text-decoration: none;
	padding: 16px 10px;
	color: rgba(51,51,51,1);
	text-transform: uppercase;
}
ul.simpleTabsNavigation li a:hover {
	background: url(../images/brown_bg.png);
	color: rgba(255, 255, 255, 1);
}
ul.simpleTabsNavigation li a.current {

}
div.simpleTabsContent {
	display: none;
	padding: 20px 0;
}
div.simpleTabsContent.currentTab {
	display: block;
}
/******************************************************************************/
/*
/* GAMP-GRIDSystem
/* 
/******************************************************************************/
.row {
	clear: both;
}
.z1, .z2, .z3, .z4, .z5, .z6, .z7, .z8, .z9, .z10, .z11, .z12 {
	margin: 0 3% 20px 0;
	padding: 20px 0;
	float: left;
}
.z1 {
	width: 5.5%
}
.z2 {
	width: 14%
}
.z3 {
	width: 22.5%
}
.z4 {
	width: 31%
}
.z5 {
	width: 39.5%
}
.z6 {
	width: 48%
}
.z7 {
	width: 56.5%
}
.z8 {
	width: 65%
}
.z9 {
	width: 73.5%
}
.z10 {
	width: 82%
}
.z11 {
	width: 90.5%
}
.z12 {
	width: 99%;
	margin: 0
}
.z1 img, .z2 img, .z3 img, .z4 img, .z5 img, .z6 img, .z7 img, .z8 img, .z9 img, .z10 img, .z11 img, .z12 img {
	width: 100%;
	height: auto;
	display: block
}
.z1.last, .z2.last, .z3.last, .z4.last, .z5.last, .z6.last, .z7.last, .z8.last, .z9.last, .z10.last, .z11.last, .z12 {
	margin: 0
}
/******************************************************************************/

@media (max-width:640px) {
.z1, .z2, .z3, .z4, .z5, .z6, .z7, .z8, .z9, .z10, .z11 {
	float: none;
	width: 99%;
}
.row {
	margin: 0 0 60px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.375em;
}
nav a {
	font-size: 0.75em;
}
ul.simpleTabsNavigation li a {
	font-size: 0.875em;
}
small {
	font-size: 0.625em;
}
.button {
	margin-bottom: 60px;
}
#start_parallax, #service_parallax, #about_parallax {
	height: 10em;
}
#start_parallax img, #service_parallax img, #about_parallax img {
	padding-top: 2.25em;
}
}
@media (min-width: 641px) and (max-width:960px) {
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 1.75emx;
}
h3 {
	font-size: 1.125em;
}
nav a {
	font-size: 0.875em;
}
ul.simpleTabsNavigation li a {
	font-size: 0.875em;
}
small {
	font-size: 0.625em;
}
}
@media (min-width: 961px) and (max-width:1600px) {
h1 {
	font-size: 2.375em;
}
h2 {
	font-size: 1.875em;
}
h3 {
	font-size: 1.25em;
}
nav a {
	font-size: 0.875em;
}
ul.simpleTabsNavigation li a {
	font-size: 0.875em;
}
small {
	font-size: 0.688em;
}
}
@media (min-width: 1601px) {
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.375em;
}
nav a {
	font-size: 0.875em;
}
ul.simpleTabsNavigation li a {
	font-size: 0.875em;
}
small {
	font-size: 0.75em;
}
}