/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #252e44;
	
}

#wrapper {
	width: 940px;
	left: 50%;
	position: relative;
	margin-left: -470px;
}

#menu-top {
	height: 46px;
	padding-top: 30px;
	width: 940px;
	float: left;
}

#menu-top ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	font-size: 18px;
}

#menu-top ul li {
	display: inline;
	list-style: none;
	padding:0 20px;
}

#menu-top ul li a {
	width: auto;
	/*display: block;*/
	/*padding:0 20px;*/
	text-decoration: none;
	color: #252e44;
}
#menu-top ul li a:hover {
	text-decoration: underline;
}

#menu-top ul li #selected {
	text-decoration: underline;
}



.blog-featured h2, .page-header h2, h3, .category-view h1, #content h1 {
	background: green;
    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Safari */
    transform: rotate(-4deg);
	display: inline-block;
	padding: 5px 20px 5px 20px;
	margin-left: 22px;
	margin-top: -40px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Open sans", sans-serif;
	font-size: 24px;
	font-weight: 300;
}

.blog-featured h2 a {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}
 
#content {
	
	margin-top: 35px;
	color: #252e44;
	background:#f0f6e8;
}

#content p, #content2 p, #content3 p {
	margin-left: 22px;
	margin-right: 22px;
}

#content .element.style {
	left: 20px;
}
#content2, #content3 {
	background:#f0f6e8;
	margin-top: 41px;
	position: relative;
	float: left;
	width: 100%;

}

#content, #content2 {
	padding-bottom: 30px;
}

#content2 table {
	margin-left: 12px;
	
}

#content2 table th {
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
padding: 12px;
}

#content2 table td {
	font-size: 16px;
	border-spacing: 10px;
	text-align: center;
padding: 3px;
}
#content3 p {
	font-weight: 300;
	font-size: 16px;
	color: #252e44;
}

#content3 #adresse {
	float: left;
}

#content3 #anfahrt {
	text-align:center;
}


img.kategoriebild {
	width: 300px;
	height: 300px;
}

.horizontal-separator {
	height: 0px;
}

.vm-col.vm-col-4 {
	width: 229px;
	margin-left: 10px;
	height: 250px;
	text-align: left;
	border: 0px;
}


.productdetails h1, .featured-view h4 {
	background: green;
    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Safari */
   transform: rotate(-4deg);
	display: inline-block;
	padding: 5px 20px 5px 20px;
	margin-left: 22px;
	margin-top: -40px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Open sans", sans-serif;
	font-size: 24px;
	font-weight: 300;
}


.back-to-category {
	margin-top: 10px;
	margin-right: 10px;
}

.browseProductImage {
	width: 100%;
	height:216px;
}

.product .spacer {
	text-align: left;
font-family: "Open Sans", sans-serif;
	font-weight: 300;
	border: 0px;
}

.spacer h2 {
	font-size: 18px;
	font-weight: normal;
}

.spacer h2 a {
	color: #000;
	text-decoration: none;
	
	
}


.product-price {

font-weight: bold;
	font-size: 20px;
	
}



.vm-display {
	margin-left: -14px;
	
}

.featured-view {
	border-top: 40px solid #fff;
}

.main-image {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

.main-image img {
	width :250px;

}



.product-description {
	padding-left: 30px;
	padding-right: 30px;
	
}

#logo-zoohaus:nth-child(odd) {
  display:none;
}

.start #logo-zoohaus:nth-child(odd) {
	display: inline;
}

.start #logo-zoohaus:nth-child(even) {
	display:none;
}


/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#wrapper {
		width: 750px;
		left: 50%;
		position: relative;
		margin-left: -375px;
	}
	#menu-top {
		width: 750px;
	}
	#logo-zoohaus img {
		width: 750px;
	}

	#content2 table th {
		font-size: 19px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 300;
		padding: 12px;
	}

	#content2 table td {
		font-size: 16px;
		border-spacing: 10px;
		text-align: center;
		padding: 3px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 480px) {
	#wrapper {
		width: 320px;
		margin-left: -160px;	
	}
	
	#menu-top {
		width: 320px;	
		height: 138px;	
	}
	
	#menu-top ul {
		text-align: left;
		
	}
	#menu-top ul li {
		padding: 0 0px;
		width: 320px;
		height: 22px;
		text-align:center;
		margin-bottom: 5px;
		float: left;
		border-bottom: 2px solid #f0f6e8;
	}

	#menu-top ul li.item-105 {
		width: 320px;	
	}

	#menu-top ul li a {
		display: block;
	}
	#logo-zoohaus img {
		width: 320px;	
	}

	#content3 #anfahrt iframe{
		width: 300px;
	}
	#content p, #content2 p, #content3 p {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#content2 table {
		margin-left: 0px;
	}

	#content2 table td {
		font-size: 7px;
		border-spacing: 2px;
		text-align: center;
		padding: 2px;
	}

	#content2 table th {
		font-size: 7px;
		border-spacing: 2px;
		text-align: center;
		padding: 3px;
	}
	
	.blog-featured h2, .page-header h2, h3, .category-view h1, #content h1 {
		font-size: 20px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}
