@charset "ISO-8859-1";
/* for sites in /categories/, /marken/, /overviews/ */

/* table of contents 
* 1. 3er Artenbox mit Linklisten
* 2. 3er Artenboxen mit Produktbildern
* 3. Neue Teaserbox (Single Banner and Showcase)
* 4. Guidebook v2.0
* 5. Brandshop Guidebook
*/ 

/* 3er Artenbox mit Linklisten */
.ovtmpl-artenbox-main{
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:20px;
}
.ovtmpl-artenbox-main .morelist{
	margin:0 0 0 20px;
}
.ovtmpl-artenbox-main .morelist li{
	line-height:1.5;
}
.ovtmpl-artenbox-main .headprim {
	padding:10px;
	color: #F8A000;
	font-size: 18px;
	font-family:'RobotoRegular','Arial Narrow','Calibri','Arial';
	border-bottom:1px solid #E3E3E3;
}
.ovtmpl-artenbox-main .headsec {
	margin:10px;
	font-size:14px;
	color: #F8A000;
	font-family:'RobotoRegular','Arial Narrow','Calibri','Arial';
}
.ovtmpl-artenbox-main .innerbox {
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top center;
}
.ovtmpl-artenbox-main .innerbox-img{
	border:1px solid #E3E3E3;
	height:81px;
	margin-bottom:10px;
}
.ovtmpl-artenbox-main .innerbox-wrapper-32 {
	float:left;
	padding:5px;
	width:32%;
}
.ovtmpl-artenbox-main .innerbox-wrapper-last-32{
	float:left;
	padding:5px 0 5px 5px;
	width:32%;
}	
/* 3er Artenbox end */

/* 3er Artenbox mit Produktbildern */
.ovtmpl-artenbox-l{
	width:100%;
	height:300px;
	text-align:center;
}
.ovtmpl-artenbox-col{
	float:left;
	width:33%;
	text-align:center;
}
.ovtmpl-artenbox-col img{
	margin-bottom:10px;
}
.ovtmpl-artenbox-col:hover{
	text-decoration:underline;
	color:#1B529B;
}
.ovtmpl-artenbox-img{
	height:190px;
	width:100%;
}
.ovtmpl-artenbox-col > a{
    font-size: 16px;
}
/* 3er Artenbox mit Produktbildern end */

/* neue Teaserbox */
.ov-header-left{
	width:66%;
	height:300px;
	float:left;
	border:1px solid #CCC;
}

.ov-header-left-lb-wrap{
	height:75px;
	width:100%;
	padding-top:225px;
}

.ov-header-left-lb{
	background-color:white;
	position:absolute;
	height:45px;
	border-top-right-radius:10px;
	background: rgb(255, 255, 255); /* Fallback */
    background: rgba(255, 255, 255, 0.8);
	padding:15px 30px 15px 15px;
}
.ov-header-left-lb > a{
	color:#474747;
}
.ov-header-left-lb-h1{
	font-size:24px;
	margin-bottom:5px;
}
.ov-header-left-lnks a{
	font-size:16px;
	background-repeat:no-repeat;
	background-position:right;
	padding:5px 25px 5px 10px;	
}
.lnksfst{
	padding-left:0;
}
.ov-header-right{
	width:33%;
	float:left;
	border:1px solid #CCC;
	border-left:none;
}
.ov-header-right-link{
	height:100px;
	box-shadow:inset -1px -1px 3px #CCC;
}
.ov-header-right-link a{
	display: block;
    height: 100px;
    width: 100%;
}
.categorytext{
	padding: 5px 10px;
	margin:55px 0 0 0;
	position:absolute;
	right:-2px;
	font-size:20px;
	background: rgb(255, 255, 255); /* Fallback */
    background: rgba(255, 255, 255, 0.8);
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	box-shadow:inset -1px -1px 3px #CCC;
	color:#474747;
}
/* single teaser fullsize 1000x200px */
.ov-header-fullsize{
	width:100%;
	overflow:hidden;
	height:200px;
	background:no-repeat top left;
}
.ov-header-fullsize-linkbox{
	padding-top:125px;
}
/* neue Teaserbox end */

/* Guidebook v2.0  */
#gb {
	line-height:1.5 !important;
	margin-top:20px;
	font-size:12px;
}
#gb .video-widget iframe {
    max-width: 100%;
}
#gb #column-left{
	float:left;
	width:65%;
	padding:0 10px 10px 0;
	border-right:1px solid #E9E7E8;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#gb:after {
    clear: both;
    content: "";
    display: block;
}
#gb #column-left:hover{
	overflow:visible;
	position:relative;
	z-index:3;
}
#gb #column-right{
	padding:13px 0 0 0;
	float:left;
	width:32%;
	position:absolute;
	z-index:2;
	right:0px;
}
.clear{
	clear:both;
}
/* table of contents */
#nav-wrapper{
	width:50%;
	border:1px solid #E9E7E8;
	padding:1%;
	background-color:#F9F9F9;
	float:left;
	margin:0 10px 0 0;	
	counter-reset:section;
	box-shadow: 2px 2px 2px #EFEFEF;
	-webkit-box-shadow: 2px 2px 2px #EFEFEF;
	-moz-box-shadow: 2px 2px 2px #EFEFEF;
}
#gb #nav-heading{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:0 0 10px 0;
}
/* first level */
#gb nav ol{
	list-style:none !important;
}
#gb nav ol li:before{
	counter-increment:section;
    content:counter(section) ". ";
}
/* second level */
#gb nav ol li ol{
	counter-reset:subsection;
	margin-bottom:0px;
}
#gb nav ol li ol li:before{
    counter-increment:subsection;
    content:counter(section) "." counter(subsection) " ";
}
/* contents, elements, tables, lists */
#main-gb-img{
	overflow:hidden;
	line-height:1.0;
	position:relative;
	z-index:1;
}
#main-gb-img .low-layer{
	z-index:2;
	position:relative;
}
#main-gb-img .top-layer{
	z-index:3;
	position:absolute;
	top:0px;
	right:0px;
}
/* headings */
#gb h1,
#gb h2,
#gb h3,
#gb h4,
#gb h5,
#gb h6{
	margin-left:0px;
	color: #F8A000;
    font-weight: normal;
	margin-bottom:10px;
}
#gb h2{
	font-size:18px !important;
	text-shadow: 2px 2px 2px #EDEDED;
}
#gb h3{
	font-size:16px !important;
	text-shadow: 2px 2px 2px #EDEDED;
}
#gb h4,h5,h6{
	font-size:14px !important;
}
#gb h4{
	font-family: 'RobotoRegular','Arial Narrow','Calibri','Arial';
	text-shadow: 2px 2px 2px #EDEDED;
}
.widget-heading{
	font-size:16px !important;
	color:#F8A000;
    font-family:'RobotoRegular','Arial Narrow','Calibri','Arial';
	margin:0 0 10px 10px;
}
/* main caption */
#main-caption{
	font-weight:bold;
	margin:0 0 15px 0;
}
/* tables */
#gb table{
	hyphens:auto;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
}
/* tables 2.0 general styles */
.table2-0{
	width:100%;
	border-collapse:collapse;
	border:1px solid #EFEFEF;
	box-shadow:5px 5px 5px #EEEEEE;
	margin-bottom:25px;
}
.table2-0 td{
	overflow:hidden;
	padding:10px;
	vertical-align:top;
}
.table2-0 td:hover{
	background-color:#F7F7F7;
}
/* clean version */
.clean td:hover{
	background-color:inherit;
}
.clean{
	border:none;
	box-shadow:5px 5px 5px #EEEEEE;
}
.clean tr{
	border-bottom:1px solid #EFEFEF;
}
/* vertical style */
.vertical td{ 	
	border-left:1px solid #EFEFEF;
}
.vertical tr:first-child{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	font-family:'Verdana','Arial';
	text-shadow:1px 1px 1px #333333;
}

.vertical tr:first-child td:hover{
	background-color:inherit;
}
/* horizontal style */
.horizontal tr{
	border-bottom:1px solid #EFEFEF;
}
.horizontal tr td:first-child{
	border-left:inherit;
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	font-family:'Verdana','Arial';
	text-shadow:1px 1px 1px #333333;
}
/* quick tipp table */
.quicktipp{
	border-spacing:10px;
    border-collapse:separate;
}
.centered .green,.centered .red,.centered .yellow{
	text-align:center;
	font-family:'Arial Black','Arial';
}
.quicktipp td{
	border-radius:5px;
	box-shadow:1px 1px 1px #EFEFEF;
}
.quicktipp tr:first-child{
	font-weight:bold;
}
.quicktipp tr td:first-child{
	font-weight:bold;
}
.quicktipp td:hover{
	background-color:inherit;
}
.quicktipp td.green{
	background-color:#dbffd4;
	box-shadow:2px 2px 2px #EEEEEE;
}
.quicktipp td.red{
	background-color:#ffdede;
	box-shadow:2px 2px 2px #EEEEEE;
}
.quicktipp td.yellow{
	background-color:#fffdd4;
	box-shadow:2px 2px 2px #EEEEEE;
}
/* tables 2.0 end */

/* .list-action overrides */
#gb table{
	background-color:#FFFFFF;
	box-shadow: 2px 2px 2px #EFEFEF;
}
#gb tr td:first-child{
	font-weight:bold;
}
#gb tr:first-child td{
	font-weight:bold;
}
/* table captions */
#gb table caption{
    font-weight: bold;
    margin: 0 10px 10px 0;
}
/* table normal list */
#gb table ul{
	list-style:outside square;
}
/* table ordered list */
#gb table ol{
	list-style:outside decimal;
}
/* table pro contra list */
#gb .procontra .pro{
	background:url(https://media.hitmeister.de/images/cms/original/ad925a62fe52ce4ebed6fa80de5a7de1.jpg) }}) no-repeat left center;
	padding-left:30px;
	line-height:2;
}
#gb .procontra .contra{
	background:url(https://media.hitmeister.de/images/cms/original/a591c2d923abd0fe84c167eb6b88092c.jpg) }}) no-repeat left center;
	padding-left:30px;
	line-height:2;
}
/* pro contra for unordered lists in tables */
#gb .procontra span.pro{
	display:block;
	padding:5px 0 5px 30px;
}
#gb .procontra span.contra{
	display:block;
	padding:5px 0 5px 30px;
}
/* pictures */
article .image-310{
	line-height:0.9;
	overflow:hidden;
	float:right;
	border:1px solid #CCCCCC;
	width:48%;
	margin:0 0 10px 10px;
	box-shadow: 2px 2px 2px #DDDDDD;
	-moz-box-shadow: 2px 2px 2px #DDDDDD;
	-webkit-box-shadow: 2px 2px 2px #DDDDDD;
}
article .image-310 .image-caption{
	padding:5px;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	line-height:1.5;
}
.check_png{
	margin-right:5px;
}
article .image{
	margin:0 0 10px 10px;
	float:right;
	border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 2px #DDDDDD;
	-moz-box-shadow: 2px 2px 2px #DDDDDD;
	-webkit-box-shadow: 2px 2px 2px #DDDDDD;
}
article .image .image-caption{
	padding:5px;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	line-height:1.5;
}
/* standard lists */
#gb ol{
	margin:0 0 10px 20px;
}
#gb ul{
	margin:0 0 10px 20px;
}
/* unordered lists */
#gb ul{
	list-style:outside square;
}
/* ordered lists */
#gb ol{
	list-style:outside decimal;
}
/* 2nd level ordered list */
#gb ol{
	list-style:outside lower-alpha;
}
/* checklist */
#gb .checklist{
	list-style:none;
	line-height:2.0;
	margin:3px 0 10px 5px;
}
/* At a glance widget */
.ataglance-widget{
	float:right;
	margin:10px 0 10px 10px;
	padding:10px;
	max-width:40%;
	border:2px dotted #EFEFEF;
}
.ataglance-widget span{
	font-weight:bold;
	font-size:14px;
}
.ataglance-widget ul{
	margin:10px 0 !important;
}
.ataglance-widget ul li{
	background-image: url(/static/images/dynamic/cms/56ab1d284534a73a581683b56091fd61.gif);
	background-repeat: no-repeat;
	line-height:2;
	list-style:none outside none;
	padding-left:25px;
}
/* sidebar widgets */
.widget-content{
	margin-left:10px;
}
/* faq-widget */
#faq-widget{
	background-image:url(https://media.hitmeister.de/images/cms/original/ed2134d35559ceeab671224efddd29de.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#faq-widget dl{
	padding-top:150px;
}
#faq-widget dt{
	color:#F8A000;
	font-style:italic;
	margin:0 0 10px 10px;
	font-weight:bold;
}
#faq-widget dd{
	margin:0 0 23px 23px;
	
}
#faq-widget ul{
	list-style:outside square;
}
/* share widget */
#share-widget{
	height:38px;
	border-bottom:1px solid #EFEFEF;
}
#share-widget div{
	margin-right:10px;
}
#share-widget-heading{
	color: #F8A000;
    font-family: 'RobotoRegular','Arial Narrow','Calibri','Arial';
    font-size: 16px !important;
    margin-bottom: 10px;
    margin-left: 13px;
	float:left;
}
/* share widget main-column */
.sharewidget-h1{
	background-color:#666666;
	color:#FFFFFF;
	padding-left:5px;
}
#sharewidget-main .widget-heading{
	margin-left:0px;
	width:99%;
}
#sharewidget-url{
	width:97%;
	height:25px;
	resize:none;
	border-radius:5px;
}
#sharewidget-main-social{
	float:right;
}
#sharewidget-main-social a{
	display:inline block;
	margin-right:10px;
}
/* brand widget */
#brand-widget{
	margin-bottom:20px;
}
#brand-widget a{
	display: table-cell;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
#brand-widget ul{
	list-style:none;
	margin-left:0px;
}
#brand-widget ul li{
	border: 1px solid #E9E7E8;
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}
/* related links widget */
.related-links-widget{
	line-height:2.0;
}
/* infobox widget */
.infobox-widget ul{
	margin-left:0px;
	font-weight:bold;
}
.spritedImage.certificate_tuev_png {
    background-image: url(/dynamic/images/cms/88e12e04ab238faa8a7f75ea4bef6803.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 80px;
    width: 223px;
}
/* hitmeister widget */
.hitmeister-widget{
	background-image:url(/static/images/dynamic/cms/f05d922bb2e746b9ff70d6f4ffe913de.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:0 30px 150px 0;
}
/* hotline widget */
.widget-hotline{
	background-image:url(/static/images/dynamic/cms/2b08a7dbf563d225e84c5cb999e390c4.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:0 0 125px 0;
}
.widget-hotline span{
	display:block;
	font-weight:bold;
	font-size:120% !important;
	font-family:'RobotoRegular','Arial Narrow','Calibri','Arial';
	color:#F8A000;
}
.widget-hotline small{
	display:block;
	color:#999;
	margin-top:10px;
	font-weight:bold;
}
/* artenbox widget */
.artenbox-gb{
	width:100%;
	text-align:center;
	float:left;
	margin-bottom:20px;
}
.artenbox-gb-col{
	float:left;
	width:47%;
	text-align:center;
	border:1px solid #EFEFEF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	box-shadow: 2px 2px 2px #CCCCCC;
	-moz-box-shadow: 2px 2px 2px #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px #CCCCCC;
}
.artenbox-gb-col:first-child{
	margin-right:20px;
}
.artenbox-gb-col a{
	font-size: 16px;
}
#column-right .artenbox-gb-col{
	clear:both;
	margin:0 0 20px 13px;
}
/* mailwidget */
.mailwidget{
	background-image:url(/static/images/dynamic/cms/6dc06f0310a3af66b583d16d70cd0053.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:240px;
	border:1px solid #EFEFEF;
}
#gbm{
	color:#F8A000;
	font-family:'RobotoRegular','Arial Narrow','Calibri','Arial';
	font-size:16px !important;
	margin-bottom:10px;
	position: relative;
}
#gbm1{
	padding:10px 0 10px 13px;
	background-color:#666666;
	color:#FFFFFF;
}
#gbm2{
	padding:5px 0 5px 13px;
}
#gbm3{
	text-decoration:underline;
}
#gbm3 a{
	color:#F8A000;
}
#gbm #gbm-background {
	background-image: url(/static/images/dynamic/cms/bd74e646a8ce5a395354922538780660.png);
	height: 120px;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 120px;
}
/* tipp widget */
#gb .tipp{
	padding-left:30px;
	background-image:url(/static/images/dynamic/cms/cc32b85be1acf6136ec824b56ea31fd6.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#gb .tipp span{
	color:green;
	font-weight:bold;
}
/* attention widget */
#gb .attention{
	padding-left:30px;
	background-image:url(/static/images/dynamic/cms/93cdb655b7d5745b0edf280fc4fccbc6.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#gb .attention span{
	color:red;
	font-weight:bold;
}
/* guidebook item-all link */
#gb .item-all-link{
    border: 1px solid #F8A000;
    border-radius: 10px;
	-moz-border-radius:10px;
    box-shadow: 2px 2px 2px #DDDDDD;
	-webkit-box-shadow: 2px 2px 2px #DDDDDD;
	-moz-box-shadow: 2px 2px 2px #DDDDDD;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px 2%;
    width: 96%;
}
#gb .item-all-link a{
	text-decoration:underline;
}
/* author widget */
#gb #author-widget{
	font-size:11px;
	border-radius:10px;
	border:1px solid #EFEFEF;
	padding:10px 10px 0 10px;
}
#gb #author-widget > div{
	font-size:14px;
	font-weight:bold;
}
#gb #author-widget img{
	float:left;
	margin:0 10px 0 0;
}
#gb #author-widget span{
	font-weight:bold;
}
#gb #author-widget p{
	font-style:italic;
}
/* jumptag and jumpmark */
.jumptag{
	text-align:right;
}
.jumpmark{
	position:relative;
	top:-80px;
	width:0px;
	height:0px;
	visibility:hidden;
}
/* handle <hr> positioning */ 
#gb hr{
	height:20px;
	margin:2px 0 20px;
}
#column-right hr{
	float:inherit !important;
}
/* behaviour on small screens */
@media (max-width: 1023px){
	#gb #column-left{
		float:none;
		width:auto;
		overflow:visible;
		border:none;
	}
	#gb #column-left:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	#gb #nav-wrapper{
		float:none;
		width:auto;
		margin:0 0 10px 0;
	}
	#gb #column-right{
		float:none;
		position:relative;
		width:auto;
	}
	#gb .infobox-widget, #gb #brand-widget, #gb #column-right .artenbox-gb, #gb #column-right hr{
		display:none;
	}
	#gb article .image-310, #gb article .image-310 .image-caption{
		width:310px;
	}
	#gb #share-widget{
		height:60px;
	}
}
/* Guidebook end */
/* brandshop adjustments */
.brand{
	font-size:12px;
	font-family:'Verdana','Arial','Helvetica';
}
.brand #nav-wrapper{
	width:25% !important;
}
.brand #nav-wrapper hr{
	margin-bottom:0px;
}
#jumptag-products{
	border-top: 1px solid #ddd;
	height: 50px;
    margin: 0 auto;
    width: 100%;
}
#jumptag-products a{
	background-image: url(/static/images/dynamic/cms/341ae545fe7f7bdc39725f11dbfb6828.png);
    background-position: left 20px;
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 20px 20px 20px 30px;
    width: 140px;
}
.brand #column-left{
	width:45% !important;
}
.brand #column-right{
	width:25% !important;
}
@media (max-width: 1023px){
    .brand{
		max-width:480px;
		border:1px solid #EFEFEF;
		padding:10px;
		overflow:hidden;
		margin:0 auto;
	}
	.brand #nav-wrapper{
		float:none;
		width:auto !important;
		margin:10px 0;
	}
	.brand #column-left{
		float:none;
		width:auto !important;
		border:none !important;
	}
	.brand #column-right{
		width:100% !important;
		position:relative !important;
		float:none;
	}
}
/* brandshops end */