@charset "utf-8";

/* Allgemein */
* {
	box-sizing: border-box;
}
body {
	background-color: #ffffff;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
}
.wrapper {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	margin: 20px auto;
	max-width: 1140px;
	width: 100%;
	position: relative;
	text-align: left;
}
.clear {
	clear: both;
	line-height: 0;
}
hr {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	border: none;
	height: 1px;
	background: #ddd;
}
p {
	font-size: 12px;
}
/* Header Top */
#headerTop {
	height: 155px;
	position: relative;
}
#headerTop #logo {
	cursor: pointer;
	height: 76px;
	width: 300px;
}
#headerTop #logo img {
	margin: 30px 0 0 15px;
}
/* suche */
#headerTop form {
	float: right;
	margin: 65px 15px 0 0;
}
#headerTop form input {
	height: 34px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#headerTop .fa-search {
	font-size: 14px;
	line-height: 34px;
	color: #f20008;
}
#headerTop .btn-search {
	background-color: transparent;
	border: none;
	color: #f20008;
	position: absolute;
	right: 16px;
	top: 64px;
}
#slogan {
	display: none;
    }
#topNavi {
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}
#topNavi li {
	float: left;
    padding: 0 5px;
    border-right: 1px solid #999;
    list-style: none;
}
#topNavi li:last-child {
	border-right: 0;
}
#topNavi li a {
	color: #999;
	text-decoration: none;
	font-size:12px;
}
#topNavi li a:hover, #topNavi li a:focus {
	text-decoration: underline;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/* ende suche */
/* ende Header Top */
/* Header */
header #random {
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	z-index: 10;
}
header #random #randomPic {
	position: relative;
	top: -20px;
}
header #random #randomPic img {
	height: auto;
	width: 100%;
}
header #randomText {
	background-color: rgba( 255, 255, 255, 0.8);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	right: 5%;
	padding: 20px 20px 16px;
	position: absolute;
	top: 5%;
	width: 330px;
	z-index: 100;
}
header #randomText ul {
	padding-left: 0;
}
header #randomText li {
	clear: both;
	font-size: 17px;
	line-height: 28px;
	list-style: none;
	margin-bottom: 5px;
}
header #randomText li.randomLi {
	line-height: 20px;
}
header #randomText li:last-child {
	margin-bottom: 0;
}
header #randomText li i {
	color: #f20008;
	font-size: 28px;
	float: left;
	padding-right: 15px;
}
header #randomText li.randomLi i {
	margin-top: 4px;
}
/*ende  Header */
/* Navi Links */
#catNavigation ul {
	width: 100%;
    display: table;
    margin-bottom: -1px;
    padding: 0 15px;
}
#catNavigation ul li {
	display: table-cell;
    width: 19%;
    list-style: none;
}
#catNavigation ul li a {
	background-color: #f20008;
    color: #fff;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #cb0000;
    display: block;
    text-decoration: none;
}
#catNavigation ul li:first-child a {
	border-top-left-radius: 10px;
}
#catNavigation ul li:last-child a {
    border-top-right-radius: 10px;
}
#catNavigation #search {
	    width: 100%;
    border: none;
    height: 55px;
    position: relative;
    top: -1px;
    background-color: #fff;
    color: #5c5c5c;
    font-size: 16px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #5c5c5c;
    border-left: 1px solid #f20008;
    padding: 10px;
}
#catNavigation .btn-search {
	-webkit-appereance: none;
	border: none;
	background: none;
	position: absolute;
	top: 15px;
	right: 5px;
}
#catNavigation .btn-search .fa-search {
	font-size: 14px;
    line-height: 15px;
    color: #fff;
    background-color: #999;
    border-radius: 20px;
    padding: 6px 7px 6px;
}
/* ende Navi Links */
/* Item rechts */
.main {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-top: 35px;
}
.main .productImages {
	width: 100%;
	float: left;
}
.main .singleArticleName {
	background-color: #606060;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	display: block;
	padding: 15px 15px 30px;
	font-size: 16px;
	margin-top: 0;
}
.main .singleArticelName2 {
	font-size: 14px;
}
.main .singleItemView {
	background: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	margin: -32px 0 20px 0;
	padding: 20px;
}
.main .imageBox {
	width: 50%;
	float: left;
}
.main .imageBox a img {
	width: 100%;
	border: 1px solid #ddd;
}
/* thums */
.main .thumbs {
	width: 48%;
	margin-left: 2%;
	float: left;
}
.main .thumbs .product-single-picture {
	width: 32%;
	height: 80px;
	overflow:hidden;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
	border: 1px solid #ddd;
	text-align: center;
}
.main .thumbs .product-single-overview:nth-child(3n) .product-single-picture  {
	margin-right: 0;
}
.main .thumbs .product-single-picture img {
	max-height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.jqzoom {
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	display: inline;
}
/* produkt details */
.main .itemDetails {
	padding: 0 15px;
	width: 50%;
	float: left;
}
.main .itemDetails .price {
	font-size: 250%;
	line-height: 30px;
	margin: 18px 0 10px -4px;
}
.main .itemDetails .articleVat {
	font-size: 12px;
	margin-top: 0;
}
.main .itemDetails .articleVat a { 
	text-decoration: none;
	color: #f20008;
}
.main .itemDetails .articleVat a:hover { 
	text-decoration: underline;
}
/* produkt beschreibung */
.main .itemDescription {
	font-size: 12px;
}
/* ende Item rechts */
/* footer  */
footer {
	background-color: #f20008;
	color: #fff;
	margin-top: 30px;
	padding: 12px 0;
	font-size: 12px;
}
footer .box {
	width: 33%;
	float: left;
	padding: 0 15px;
	min-height: 205px;
}
footer .box {
	border-right: 1px solid #fff;
}
footer .box.last {
	border-right: 0;
}
footer .box .tel {
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
}
footer .box a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
footer .box a:hover, footer .box a:focus {
	text-decoration: underline;
}
footer .box td:first-child {
	padding-right: 15px;
}
footer .box .half {
	width: 50%;
	float: left;
	padding: 0;
	padding-left: 15px;
	font-size: 12px;
}
footer .icon .fa-facebook {
	background-color: #fff;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #f20008;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	margin-top: 10px;
}
footer .icon:hover .fa-facebook {
	background-color: #f20008;
	color: #fff;
}
footer .box table {
		color: #fff;
		font-size: 12px;
	}
#footerBottom {
	background-color: #cb0000;
	text-align: center;
	color: #fff;
	border-radius: 0 0 5px 5px;
	margin-bottom: -16px;
	margin-top: 35px;
	padding: 4px;
}
/* Responsive */
@media (min-width: 905px) {
	#headerTop #logo {
		float: left;
	}
	#slogan {
		float: left;
	    margin: 45px 0 0 150px;
	    font-size: 20px;
	    width: 300px;
	    line-height: 25px;
	    color: #999;
	    display: block;
    }
}
@media (min-width: 801px) {
	.hidden-lg {
		display: none;
	}
}
@media (min-width: 768px) {
	footer .hidden-md {
		display: none;
	}
}
@media (max-width: 835px) {
	footer .box {
		min-height: 235px;
	}
}
@media (max-width: 800px) {
	#topNavi {
		display: none;
	}
	.hidden-lg {
		display: block;
		width: 100%;
		padding: 0 15px;
		margin-top: 25px;
	}
	#headerTop {
		height: 170px;
	}
	#headerTop form {
		float: none;
		margin: 0;
	}
	#headerTop form input {
		width: 100%
	}
	#headerTop .btn-search {
		top: 100px;
		right: 25px;
	}
	#headerTop #logo img {
		display: block;
		margin: 25px auto 0;
	}
	#catNavigation {
		height: 5px;
		background-color: #606060;
	}
	#catNavigation ul {
		display: none;
	}
	.main .imageBox {
		width: 100%;;
	}
	.main .imageBox a img {
		margin-bottom: 20px;
	}
	.main .thumbs {
		width: 100%;
		margin-left: 0%;;
	}
}
@media (max-width: 780px) {
	.main .thumbs .product-single-picture {
		margin-right: 2%;
	}
}
@media (max-width: 768px) {
	footer .box {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	footer .box {
		border-right: none;
		min-height: 100px;
	}
	footer .box.middle {
		background-color: #cb0000;
		padding: 10px 0;
	}
	footer .box.last {
		background-color: #720004;
		padding: 10px 0;
	}
	footer .box .half {
		width: 100%;
		margin: 0;
		padding-left: 0;
	}
	footer .box .half li {
		list-style: none; border-bottom: 1px solid #fff;
		height: 40px;
		line-height: 40px;
	}
	footer .box table {
		width: 100%;
		text-align: center;
	}
	footer .box td:first-cjild {
		padding-right: 0;
	}
	footer .box td {
		display: block;
		width: 100%;
	}
	#footerBottom { 
		margin-top: 0;
	}
}
@media (max-width: 660px) {
.content .box li {
	    float: left;
	    width: 33%;
	}
}
@media (max-width: 500px) { 
	.content .colCategory {
	    display: none;
	}
	.main .itemDetails, .main .productImages {
		width: 100%;
		float: none;
		clear: both;
	}
	.main .itemDetails {
		padding: 15px 0 0 0;
		
	}
	header #randomText {
		top: -20px;
		right: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
}

@media (max-width: 380px) { 
	#headerTop #logo img {
		width: 270px;
	}
	#headerTop {
		height: 155px;
	}
	#headerTop .btn-search {
		top: 91px;
	}
}
@media (max-width: 720px) { 
	#colorbox img {
		width: 100% !important;
		height: auto !important;
		max-width: 400px !important;
	}
}
@media (max-width: 460px) { 
	#colorbox img {
		width: 100% !important;
		height: auto !important;
		max-width: 300px !important;
	}
}
@media (max-width: 360px) { 
	#colorbox img {
		width: 100% !important;
		height: auto !important;
		max-width: 200px !important;
	}
}
<!--
@media (max-device-width: 320px) { 
	footer .box table {
		width: 100%;
	}
	footer .box td {
	    display: inline;
	    width: 50%;
	}
	footer .box td:first-child {
		padding-right: 15px;
	}
	footer .box tr:nth-child(2) td:first-child,
	footer .box tr:last-child td:first-child {
		display: inline; 
	}
}-->

