/*"Droid Sans","Dosis",Source Sans Pro,Arial*/
@font-face{ 
	font-family: 'Droid Sans';
	src: url('../fonts/DroidSans-webfont.eot');
	src: url('../fonts/DroidSans-webfont.eot?iefix') format('eot'),
	     url('../fonts/DroidSans-webfont.woff') format('woff'),
	     url('../fonts/DroidSans-webfont.ttf') format('truetype'),
	     url('../fonts/DroidSans-webfont.svg#webfont') format('svg');
}
body{
	font-family: 'Droid Sans';
	color: #616161;
}
.wrapper{
	background-color: #D6D6D6;
}
a{
	color: #73b500;
}
h3{
	background-color: #fff;
    border-bottom: 2px solid #d6d6d6;
    color: #474747;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    padding: 15px 15px 10px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
h2{
	color: #474747;
	font-size: 23px;
	line-height: 1;
	margin: 10px 0;
	font-weight: 600;
}
h1{
    color: #474747;
    font-size: 24px;
    line-height: 1.2;
    margin: 10px 0;
    padding: 0 0 5px;
    font-weight: bold;
}
h4{
	 color: #474747;
    font-size: 18px;
    line-height: 1;
    margin: 25px 0 10px;
    padding-bottom: 8px;
    font-weight: bold;
}
.bg-green{
	background-color: #73B500;
}
.headMenu {
	margin: 0;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 40px 0;
}
.logo{
	padding: 0px;
	padding-left: 15px;
}
.headMenu .logo img{
	max-width: 100%;
}
.rightMenu{
	text-align: right;
}
.rightMenu ul{
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
}
.rightMenu ul li{
	display: inline-block;
}
.rightMenu ul li a{
	padding: 10px 12px;
	display: block;
	font-size: 18px;
	color: #474747;
	text-decoration: none;
}
.rightMenu ul li a:hover{
	color: #73b500;
}
/* .mainMenu ul{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.mainMenu ul li{
	display: inline-block;
}
.mainMenu ul li a {
    border-bottom: 0 none;
    color: #fff;
    line-height: 1.8;
    padding: 10px 18px;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    text-decoration: none;
} */
.mainMenu{position:relative}
.mainMenu .form-inline{
	/*display: inline-block;*/
	position: absolute;
	right:10px;
	top:8px;
}
.mainMenu .form-inline input {
    width: 85px;
	padding-right: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    float: right;
}
.mainMenu .form-inline input:focus {
    width: 100%;
}
.mainMenu .form-inline button{
	position: absolute;
	right: 5px;
	top: 8px;
	border: none;
	background: transparent;
	padding: 0;
}
.showMobmenu{
	/*padding: 5px 0;*/
	position: relative;
}
.showMobmenu .bar{
	float: right;
	color: #fff;
	border: none;
	background-color: transparent;
	font-size: 30px;
	display: none;
}

/*==*/
.bottomContent{
	margin: 15px 0;
}
.text{
	background-color: #fff;
	padding: 10px;
	min-height: 205px;
}
.text p{
	line-height: 1.71429;
    margin-bottom: 15px;
}
.text ul{
	list-style-type: disc;
	padding-left: 30px;
}
.text a{
	color: #73b500
}
.text a:hover{
	color: #21759b;
}

/*top recommendation*/
.topRecommendation{
	margin: 15px 0 0;
}
.productList{
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
}
.productList > a{
    border-bottom: 1px solid #e1e1e1;
    height: 31px;
    line-height: 28px;
    overflow: hidden;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #616161;
    font-size: 15px;
    font-weight: bold;
}
.productList .image , .progressSection{
	margin-top: 10px;
}
.productList .image a img{
	max-width: 100%;
}
/*progress bar*/
.progress{
	border-radius: 15px;
	box-shadow: none;
	height: 18px;
	margin-bottom: 27px;
}
.progress-bar{
	background-image: none;
	box-shadow: none;
	border-radius: 15px;
	line-height: 16px;
}
.p-green{
	background-color: #BCC350;
	background-image: none;
}
.p-red{
	background-color: #FF5555;
}
.p-orange{
	background-color: #FF8330;
}
.p-yellow{
	background-color: #FFDD55;
}
.progressSection span{
	font-size: 12px;
	color: #616161;
	text-align: left;
	word-wrap: break-word;
}
.progressSection .col-xs-5{
	text-align: left;
	padding-left: 0;
}

/*column 3*/
.productList .column3{
	/*margin: 10px;*/
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.productList .column3 ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.productList .column3 ul li{
	text-align: left;
	float: left;
	font-size: 12px;
	padding: 8px 10px 9px 0;
	color: #616161;
	word-wrap: break-word;
}
.productList .column3 ul li:nth-child(odd){
	width: 45%;
}
.productList .column3 ul li:nth-child(even){
	width: 55%;
}
.productList .column3 ul li a{
	color: #73b500;
}
/*column 4*/
.productList .column4{
	margin-top: 10px;
}
.productList .column4{
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}
.productList .column4 p{
	margin-top: 50px;
}
.learnMore {
    background-color: #b50019;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    width: 80%;
    float: right;
}
.learnMore:hover{
	color: #fff;
}
#manufactureSlider{
	background-color: #fff;
}
#manufactureSlider .item{
	padding: 20px;
}
#manufactureSlider .item a{
	height: 140px;
	display: block;
}
#manufactureSlider .owl-nav{
	position: absolute;
	top: 28%;
	width: 100%;
}
#manufactureSlider .owl-nav .owl-prev{
	position: absolute;
	left: -75px;
	background: transparent;
}
#manufactureSlider .owl-nav .owl-next{
	position: absolute;
	right: -75px;
	background: transparent;
}
#manufactureSlider .owl-nav .owl-prev i , #manufactureSlider .owl-nav .owl-next i{
	font-size: 70px;
}
#manufactureSlider .owl-item img{
	transform-style: none !important;
	width: auto;
	margin: 0 auto;
	height: 100%;
}

.contentSection, .priceContent{
	margin: 15px 0 0;
	padding: 5px 15px 15px;
	background-color: #fff;
}

.contentSection p, .priceContent p  {
    line-height: 1.71429;
    margin: 0 0 1.71429rem;
    font-size: 16px;
}
.contentSection ul{
	list-style: inside;
	margin: 0 0 24px 15px;
	padding: 0;
}
.contentSection ul li {
    line-height: 1.8;
    margin: 5px 0 5px 20px;
    font-size: 16px;
}
.contentSection a{
	color: #73b500;
	text-decoration: underline;
}
.line{
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 15px;
}

.bottomManufacturer {
    background-color: #fff;
    margin-top: 15px;
    padding: 15px 0;
}
.bottomManufacturer h2{
	padding: 0 15px;
}
.bottomManufacturer ul{
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
    list-style: none;
    padding: 0 15px;
}
.bottomManufacturer ul li a{
	font-size: 12px;
}


.footer{
    background-color: #fff;
    font-size: 12px;
    line-height: 2;
    margin: 15px auto 0;
    padding: 24px 15px;
}
.footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


.footer ul > li {
    color: #474747;
    font-size: 14px;
    padding: 0 25px 0 0;
}
.footer ul > li a{
	color: #474747;
	border-bottom: 1px solid #ebebeb;
	display: block;
	text-decoration: none;
	padding:4px 0;
}
.footer .sub-menu li a{
	font-size: 13.5px;
	padding: 4px 0;
	color: #005ca3;
}

.footer p{
    font-size: 16px;				  
}
.showReview{
	display: none;
}
.padding-r{
	padding-right: 5px;
}
.padding-l{
	padding-left: 5px;
}

/*price page*/
.sideContainer{
	width: 300px;
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    margin-bottom: 1em;
    padding: 10px;
    margin-right: 10px;	
	/*float:left;*/
}
.sideContainer h4{
	font-weight: 700;
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.sideContainer ul{
	list-style: none;
	padding-left: 0;
	margin: 0;
} 
.sideContainer ul li{
	line-height: 1.8;
}
.sideContainer ul li a{
	color: #73b500;
	font-size: 16px;
	text-decoration: none;
}
.sideContainer ul li a:hover{
	text-decoration: underline;
}
.sideContainer ul li {
    line-height: 1.8;
}

.productFilter{
	margin: 20px 0;
}
.productFilter ul{
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
}
.productFilter ul li{
	margin: 0;
}
.productFilter ul li label , .productFilter ul li select{
	width: 100%;
}
.productFilter ul li label{
	color: #616161;
	font-weight: 100;
}

.productFilter ul li select{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

/*.contentSection.priceContent*/
.priceList ul li{
	line-height: 1.8;
	font-size: 16px;
}
.productView h5{
	width: 80%;
	float: left;
	color: #474747;
	font-size: 14px;
	font-weight: bold;
}
.productView img{
	max-width: 100%;
}
.productView h2{
	text-align: center;
}
.percent{
	padding: 8px;
}
.percent div{
    border-radius: 5px;
    color: #fff;
    float: right;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    width: 20%;
    float: left;
    background-color: #00b59d;
}
.productView{
	margin: 15px 0;
}
.productView .linkBtn{
    background-color: #245074;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    width: 57%;
    float: left;
}
.productView .amazonBtn{
    background-color: #b50019;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    width: 43%;
    float: left;
}
.productView > div{
	border: 1px solid #e1e1e1;
}
.productView span{
	height: 210px;
	display: block;
	text-align: center;
}
.productView span img{
	width: auto;
	max-height: 100%;
}
.productView .full-width{
	width: 100%;
}
/*22-dec*/
.sideContainer ul li a:visited{
	color: #21759b;
}
.sideContainer ul li a:hover {
    color: #0f3647;
}

.productReviewSection {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
    text-align: center;
}
.productHeading{ 
	border-bottom: 1px solid #e1e1e1;
    /*height: 31px;*/
    line-height: 28px;
    overflow: hidden;
    text-align: left;
    min-height: 35px;
}

.productHeading span{
    background-color: #7aaa4c;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    padding: 5px 12px 5px 15px;
    margin-bottom: 3px;
}

.productHeading a {
    color: #616161;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7;
    text-align: left;
    text-decoration: none;
}
img{
	max-width: 100%;
}
.rating h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    width: 300px;
    margin-bottom: 0;
}
.rating span{
    color: #000;
    font-size: 80px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    width: 100%;
}
.amazonBtn{
    background-color: #b50019;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    width: 43%;
    float: left;
}
.amazonBtn:hover{
	color: #fff;
}
.linkBtn{
    background-color: #245074;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    width: 57%;
    float: left;
}
.linkBtn:hover{
	color: #fff;
}
.column4 .amazonBtn{
	float: right;
	width: 100%;
	margin: 20px 0;
}
.column4 .linkBtn{
	float: right;
	width: 100%;
}
.productList .column4 p{
	margin-bottom: 0;
}
.learnMore{
	margin-top: 10px;
}
strike{
	color: #474747;
	font-size: 14px;
	font-weight: 100;
}
.column4{
	padding-top: 30px;
	padding-bottom: 30px;
}
.productList .column4 p{
	margin-top: 0;
}
/*====product slider===*/		
.productSlider{
	background-color: #fff;
	margin-top: 15px;
	padding: 0 15px;
}
/*#thumbSlider.owl-carousel .owl-controls .owl-dot {float: left; background-size: 100%;
 margin-top: 10px;}
#thumbSlider.owl-carousel .owl-dot {float: left; background-size: 100%; background-repeat: no-repeat;}*/

/*product right details*/
.productRight h1{
	font-size: 40px;
	line-height: 1.2;
	color: #474747;
	margin: 15px 0 0;
}
.productSlider .productHeading{
	border-bottom: none;
}
.productHeading h1{
	width: 80%;
	float: left;
	font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden; 
  height: 55px; 
  white-space: nowrap;
}
.productHeading.mob-none a , .productHeading.mob-display a{
	width: 20%;
	float: left;
}
.productHeading a img{
	max-width: 100%;
}
.p-dgreen{
	background-color: #00B59D
}
.productEvaluation p{
	color: #474747;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    margin: 5px 0;
    padding: 0;
}
.productEvaluation{
	background-color: #f3f3f3;
    margin: 15px 0 50px;
    padding: 15px 0 15px 20px;
}
.overallResult p{
	font-size: 25px;
	text-align: center;
}
.overallResult span{
	padding: 5px 15px;
	font-weight: bold;
	font-size: 70px;
	text-align: center;
	display: block;
	color: #000;
}
img{
	max-width: 100%;
}
.mob-display{
	display: none;
}
.productAward{
	margin-bottom: 50px;
}
.productAward .amazonBtn{
	width: auto;
}
.productAward .amazonBtn:hover{
	color: #fff;
}
/*right side bar*/
.sectionScroll{
    background-color: #f3f3f3;
    padding: 15px 15px 1px;
    margin: 15px 0 0;
}

.sectionScroll p{
    line-height: 1.8;
    margin: 10px 0;
    font-size: 16px;
}
.sectionScroll p a{
    background-image: url("../images/template/inhaltsverzeichnis_pfeil.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #000;
    padding: 0 0 2px 30px;
    text-decoration: none;
}
.stickyHead{
	margin: 15px 0 0;
	background-color: #fff;
}
.specificationSection{
	padding: 15px;
}
.specificationSection h4{
	margin: 0;
}
.specificationSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.specificationSection ul li{
	font-size: 15px;
	padding: 8px 0;
	width: 50%;
	float: left;
	word-break: break-all;
}
.testResult textarea{
	resize: none;
	width: 100%;
	min-height: 85px;
	font-size: 12px;
	background-color: #eee;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 15px;
	padding: 5px;
}
.testResult .amazonBtn{
	width: 100%;
	float: none;
	margin-top: 15px;
	height: 46px;
	font-size: 16px;
	font-weight: bold;
}
.testResult .amazonBtn:hover{
	color: #fff;
	text-decoration: none;
}
.orangeBtn{
	background-color: #ff7200;
}
.specificationBottom{
	margin-top: 30px;
}
.specificationBottom ul{
	list-style-type: disc;
}
.specificationBottom ul li{
	line-height: 1.8;
    margin: 5px 0 5px 20px;
    width: 100%;
    padding: 0;
    float: none;
    font-size: 16px;
}
.specificationBottom ul li a{
	text-decoration: underline;
	line-height: 1.8;
}
.leftContentArea img.pull-left, .leftContentArea a.pull-left{
	margin-right: 15px;
}
.amazonBox{
	text-align: center;
}
.amazonBox h3{
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
    border: none;
}
.amazonBox p{
	color: #000;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.amazonBox span{
    color: #000;
    font-size: 68px;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
}
.amazonBox .amazonBtn{
	width: 100%;
}
.amazonBox h2{
    font-size: 34px;
    font-weight: bold;
    margin: 0;
}
.amazonBox h5{
    color: #bbb;
    display: block;
    font-size: 13px;
    margin: 11px 0;
    padding: 0;
    text-align: right;
}
.productTable{
	background-color: #fff;
	margin: 15px 0 0;
	padding: 10px;
}
.productTable table{
	width: 100%;
}
.productTable table tr td{
	width: 14.28%;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.productTable table tr td strong{
	float: left;
}
.productTable table .amazonBtn , .productTable table .linkBtn{
	float: none;
	width: 100%;
}
.productTable table tr td strike{
	color: #d6d8db;
	font-size: 12px;
	float: right;
}

/*slider*/
#sync1 .item {
  margin: 5px;
  color: #fff;
  text-align: center;
}
#sync2 .item {
  margin: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#sync2.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
  background-color: #a1a1a1;
}
#sync2.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6;
}
#sync1.owl-theme {
  position: relative;
}
#sync2{
	position: relative;
}
#sync2 .owl-nav{
	position: absolute;
	width: 100%;
	top: 20%;
}
#sync2 .owl-nav .owl-prev{
	left: 0;
	position: absolute;
}
#sync2 .owl-nav .owl-next{
	right: 0;
	position: absolute;
}
#sync2.owl-carousel .owl-item img , #sync1.owl-carousel .owl-item img{
	transform-style: unset;
}
.slide-cont{
	padding-top: 30px;
}
#Ueberblick_Gaming_Maeuse h2{
	padding-left: 15px;
}

.sticky-scroll-box{
	padding:0;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.testResult , .specificationBottom{
	padding: 15px;
}

/*=Sticky Scroll Styles=*/

.fixed {
	position:fixed;
	top:0;
	z-index:99999;
}			  

.jq-form {cursor:pointer;}