/******************************************************************/
/***************************** Smartphone *************************/
/******************************************************************/
/* Allgemein */
body {
	margin: 0;
	padding: 0;
}

#bg-shop {
	background-image: url(../img/rasen.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
}

#shop {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
	display: block;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

img {
	border: none;
}

.clear {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/* Header */
.logo {
	display: none;
}

.logo-s {
	background-color: #FFFFFF;
	padding: 10px;
}

.logo-s img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.hotline {
	display: none;
}

.suche form {
	background-color: #76B11F;
	height: 35px;
	padding: 0 10px;
}

.suchfeld {
	float: left;
	border: none;
	padding: 8px 0;
	background-color: #76B11F;
	color: #FFFFFF;
	width: 86%;
}

::-webkit-input-placeholder { color:#FFFFFF; }
::-moz-placeholder { color:#FFFFFF; } 
:-ms-input-placeholder { color:#FFFFFF; } 
input:-moz-placeholder { color:#FFFFFF; }

.lupe {
	float: right;
	padding: 5px 0;
}

/* Content */
.content-box {
	background-color: #FFFFFF;
	padding: 10px 15px 200px 15px;
}

.content-box .linke-spalte {
	margin: -25px -15px 0 -15px;
}

.navi {
	background-image: url(../img/bg-top.jpg);
	background-repeat: repeat-x;
}

.btn-navi {
	margin: 12px 15px;
}

.shopnavi {
	background-color: #CCCCCC;
	width: 190px;
	padding: 10px;
	position: absolute;
	z-index: 999;
}

.shopnavi .headline {
	display: none;
}

#enavload ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#enavload ul ul { 
	display: none;
}

#enavload ul li { 
	padding-top: 5px;
}

#enavload ul a { 
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}

#enavload ul a:hover { 
	color: #3E7200;
}

.rechte-spalte h1 {
	font-size: 22px;
}

.bx-wrapper {
	margin: 0 auto 10px;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	left: 0;
	height: auto !important;
	margin: 0 auto;
	max-width: 295px;
}

.bx-wrapper .bxslider {
	margin: 0;
}

.bxslider img {
	height: auto !important;
	margin: 0 auto;
	max-width: 295px;
}

#bx-pager a {
	margin-right: 5px;
}

#bx-pager a:last-child {
	margin-right: 0;
}

#bx-pager img {
	width: auto;
  	border: none;
 	max-width: 75px;
	max-height: 75px;
}

img[src=""] {
   display: none;
}

.beschreibung {
	padding: 20px 0;
}

.beschreibung .tab {
	float: left;
	padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #FFFFFF;
}

.beschreibung .text {
	padding: 20px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    box-shadow: 0 -1px 0 0 #000000;
}

.galerie {
	display: none;
}

/* Footer */
.oben {
	background-image: url(../img/bg-oben.jpg);
	background-repeat: repeat-x;
	height: 22px;
	text-align: center;
  	padding: 10px;
	position: relative;
	z-index: 3;
}

.oben a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.oben a:hover {
	color: #FFFFFF;
}

.fans {
    background-image: url(../img/fans.png);
    background-repeat: repeat-x;
    background-position: top center;
    height: 237px;
    margin-top: -180px;
    position: relative;
    z-index: 2;
}

.verlauf {
    background-image: url(../img/verlauf.png);
    background-repeat: repeat-x;
    background-position: top center;
    height: 150px;
    position: relative;
    top: -100px;
    z-index: 1;
	margin: 0 auto -150px auto;
}

.bg-footer {
	background-image: url(../img/bg-footer.png);
    background-position: top center;
	position: relative;
    z-index: 2;
}

.footer {
	color: #FFFFFF;
	padding: 10px 0;
}

.footer a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	padding: 0 5px;
}
	
.footer a:hover {
	color: #76B11F;
}

.footer img {
	margin: 0 15px;
}

.navibottom {
	padding: 5px 15px;
}

.copy {
	padding: 5px 15px 0 15px;
	margin-top: 5px;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: 700;
}


/******************************************************************/
/***************************** Desktop ****************************/
/******************************************************************/
@media (min-width: 768px) {		
	/* Allgemein */
	#bg-shop {
		background-size: 100%;
	}

	#shop {
		width: 100%;
	}

	/* Header */
	.bg-top {
		background-image: url(../img/bg-top.jpg);
		background-repeat: repeat-x;
    	height: 50px;
	}
	
	.top {
		width: 770px;
		margin: 0 auto;
		padding: 8px 15px;
	}
	
	.hotline {
		display: block;
		float: left;
		color: #FFFFFF;
		font-size: 16px;
		padding-left: 80px;
	}
	
	.hotline .klein {
		font-size: 10px;
	}

	.suche {
		float: right;
		width: 315px;
	}

	.logo {
		display: block;
		width: 950px;
		margin: 0 auto;
		background-color: #FFFFFF;
	}
	
	.logo img {
		margin: -15px 0 0 15px;
	}
	
	.logo-s {
		display: none;
	}
	
	/* Content */
	.content-box {
		width: 920px;
		margin: 0 auto;
	}
	
	.content-box .linke-spalte {
		float: left;
		width: 210px;
		margin: 0 20px 0 0;
	}
	
	.btn-navi {
		display: none;
	}
	
	.shopnavi {
		display: block !important;
		position: relative
	}
	
	.shopnavi .headline {
		display: block;
		color: #3E7200;
		font-size: 20px;
		font-weight: 700;
		padding-bottom: 5px;
	}
	
	.content-box .rechte-spalte {
		width: 690px;
		float: right;
	}
	
	.rechte-spalte h1 {
		margin-top: 0;
	}
	
	.bx-wrapper {
    	float: left;
		margin-right: 15px;
	}
	
	.bx-wrapper .bx-viewport {
		max-width: 500px;
	}

	.bx-wrapper img {
	 	max-width: 500px;
		max-height: 500px;	
		margin: 0 auto;
		display: block;	
	}
	
	.bxslider img {
		max-width: 500px;
	}
	
	#bx-pager a {
  		margin-right: 10px;
	}
	
	.galerie {
		display: block;
	}
	
	/* Footer */
	.oben {
		display: none;
	}
	
	.verlauf {
		width: 950px;
    	top: -80px;
}
	
	.footer {
		width: 920px;
		margin: 0 auto;
		padding: 0 15px 10px 15px;
	}
	
	.footer img {
    	float: left;
		margin: 0 0 -25px 0;
		z-index: 2;
    	position: relative;
		top: -25px;
	}
	
	.navibottom {
		float: right;
		padding: 0;
	}
	
	.copy .links {
		float: left;
	}
	
	.copy .mitte {
		float: left;
		padding-left: 130px;
	}
	
	.copy .rechts {
		float: right;
	}
	
}