/* HEADER-ROW -------------------------------------------------------------------- */
#headerrow {
    padding: 10px 0 10px 10px;
    background: #512c22;
    color: #fff;
    text-align: left;
    position: relative;
}

/* LOGO -------------------------------------------------------- */
#logo-top {
    display: block;
    height: 86px;
    line-height: 70px;
}

#logo-top img {
    vertical-align: middle;
    width: 100%;
    border: 0;
}

#logo-top span{
    display: none;
}

/* SUCHE ------------------------------------------------------- */
#suchform-top {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: visible;
    margin-top:26px;
}

#suchform-top input{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    border: none;
    
    -webkit-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    
    -webkit-box-shadow: inset 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    
    padding: 0 15px;
    width: 70%;
    margin: 0;
}

#suchform-top #submitbuttontop {
    display: inline-block;
    vertical-align:middle;
    line-height:30px;
    height: 30px;
    padding: 0 5%;
    margin: 0;
    border: none;
    
    -webkit-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
    border-left: 1px solid #999;
    
    background: #7f3b43;
    color: #fff; 
}

/* WARENKORB --------------------------------------------------- */
#warenkorb-top {
    color: #000;
    margin: 0;
    /*float: right;*/
    height: 106px;
    width: 281px;
   
    
    position: absolute;
    top: 0;
    right: 20px;
    /*
    background: #6a3138;
    color: #fff;
    */
    background: url(/img/wktop_bg.png) no-repeat bottom;

    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    
}

#warenkorb-top a.warenkorbheader{
    background: #6a3138;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

#warenkorb-top p {
    margin: 0;
    padding: 10px 10px 15px 67px;
}

#warenkorb-top .top_go_to_warenkorb_link{
    text-align: right;
    position: absolute;
    right: 10px;
    /* TODO SVG-icons */
    padding: 3px 10px 3px 20px;
    background: url(/img/pfeil_grau.png) no-repeat 8px 7px #6a3138;
    /* falls das svg-icon verwendet wird: padding: 3px 10px 3px 8px;*/
    background-color: #6a3138;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 0 transparent, 0 -1px 1px rgba(0, 0, 0, 0.2)
}
/* TODO SVG-icons*/
/*#warenkorb-top .top_go_to_warenkorb_link span{
    background-position: left center;
}*/
#warenkorb-top div.icon-pfeil_grau {
    width: 5px;
    height: 10px;
    margin-right: 7px;
}

#warenkorb-top a.warenkorbheader:hover,
#warenkorb-top .top_go_to_warenkorb_link:hover{
    text-decoration: underline;
}

#warenkorb-top a.warenkorbicon {
    display: block;
    width: 60px;
    height: 80px;
    float: left;
}

#warenkorb-top a.warenkorbicon img{
    display: none;
}
/*  TODO: SVG-icons test */
/*#warenkorb-top a.warenkorbicon div{
    display: none;
}*/


/* MEINKONTO --------------------------------------------------- */
#meinkonto-top {

    height: 30px;
    line-height: 30px;
    width: 669px;

    position: absolute;
    top: 2px;
    right: 324px;
    text-align: right;
    
}

#meinkonto-top .glyphicons {
    font-size: 15pt;
    vertical-align: middle;
}

#meinkonto-top .glyphicons:before {
    padding-left: 0.3em;
    padding-right:0.3em; 
    vertical-align: text-bottom;
}

#meinkonto-top .svgSprite {
    vertical-align: middle;
}

#meinkonto-top a {
    color: #fff;
}

#meinkonto-top .profilbild {
    border: 2px solid #7f3b43;
    max-height: 30px;
    vertical-align: middle;
}

#meinkonto-top .language_flag img{
    vertical-align: middle;
}

#meinkonto-top a.top-icon {
    text-decoration: none;
}

#meinkonto-top a.top-icon .badge {
    position: relative;
    top: -5px;
    left: -5px;
    background: #c41025;
    font-size: 0.8em;
}

/* HAUPT-Nagivation -------------------------------------------------------------*/

#mainnav {
    background: -webkit-linear-gradient(#fff 0%, #ece9de 80%);
    background: -moz-linear-gradient(#fff 0%, #ece9de 80%);
    background: -o-linear-gradient(#fff 0%, #ece9de 80%);
    background: linear-gradient(#fff 0%, #ece9de 80%);    
	height: 30px;
	margin: 0;
	z-index: 9999;
}

#mainnav ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}

#mainnav > ul > li:first-child{
    border-left: 1px solid #666;
}

#mainnav ul.mainnav{
	display: block;
	margin: 0;
	position: relative;
}

#mainnav ul li.hwgr{
	float: left;
	height: 30px;
	overflow: hidden;
	text-align: center;
    /* durch boarder ausgetauscht - lösch mich wenns funktioniert*/
    /*background: url(/img/nav_item_bg.png) no-repeat top right;*/
    border-right: 1px #666 solid;
    margin: 0;
    /*width: 92px;*/
}



/* Gilt für alle Links in der Navigation*/
#mainnav ul li.hwgr a { 
	display: inline-block;
	width: 100%;
	padding: 7px 5px 0 5px;
	text-decoration: none;
	font-size: 13px;

}

#mainnav ul li.hwgr a.hwgrlink {
	color: #333;
	height: 30px;
	overflow: hidden;
}
/* das scheint nach der änderung oben überflüssig geworden zu sein - löschen wenns funktioniert

#mainnav ul.mainnav li.selected,
#mainnav ul.mainnav li.hwgr:hover,
#mainnav ul.mainnav li.hwgr:hover a.hwgrlink {
	background: url(/img/nav_item_bg.png) no-repeat top right #fff;
}
*/

#mainnav ul.mainnav li.selected a.hwgrlink{ color: #eee;}
#mainnav ul.mainnav li.hwgr:hover a.hwgrlink {color: #000;}


.hwgrlink span{
	/* background: url('/img/menu_more.png') no-repeat right; */
}

#mainnav ul li.nojava:hover .meganav {
	display: block;
}

#mainnav .meganav {
	display: none;
	text-align: left;
	background: #fff;
	width: 100%;
	min-height: 245px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 999;
	border-bottom: 2px solid #999;
    padding: 0;
}

#mainnav .meganav .hwgrcontainer {
	margin: 10px 0 0 0;
	padding: 0 20px;
}

#mainnav .meganav .dwgr {
    
    padding: 0;
    
    
    -moz-column-width: 184px;
    -moz-column-gap: 10px;
    -webkit-column-width: 184px;
    -webkit-column-gap: 10px;
    column-width: 184px;
    column-gap: 10px;
    
}

#mainnav .meganav .dwgr a{
	color: #666;
	padding: 2px 0 2px 15px;
	background: url('/img/pfeil_grau.png') 0px 7px no-repeat;
	border-bottom: 1px dotted #eee;
    display: block;
    
    outline:0;
}

#mainnav .meganav .dwgr a:hover{
	color: #000;
	background-image: url('/img/pfeil_braun.png');
	border-bottom: 1px solid #ccc;
}

#mainnav .meganav .uwgrlink {
	font-size: 22px;
	color: #666;
}

#mainnav .meganav a.uwgrlink:hover {
	color: #b70022;
}

#mainnav .meganav .meganavhilfe {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	color: #000;
}

#mainnav .meganav .meganavhilfe a {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	display: inline;
}

#mainnav .meganav .meganavhilfe a:hover {
	text-decoration: none;
	color: #b70022;
}


#mainnav > ul > li.active{
    background: url(/img/wgr_active_bg.png) no-repeat  bottom #6A3138;

}

#mainnav > ul > li.active > a.hwgrlink{
    font-weight: bold;
    color: #fff;
}

/* mobiles menu in der standart-ansicht verstecken */
#mobileMenu {
    display: none;
}

/* punkte die in den no-mobile-ansicht nicht zu sehen sind */


/* Vorschläge Links */

#suchvorauswahlmain {
	display: none;
	position: absolute;
	width: 385px;
    overflow: hidden;
	top: 51px;
    left: 10px;
	padding:0;
	background: #fff;
    text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 99999;

}

#suchvorauswahlmain a, #suchvorauswahlmain a.normal,
#suchauswahlmore  a, #suchauswahlmore a.normal {
	display: block;
	color: black;
	background: #eee;
	text-decoration: none;
	white-space: nowrap;
    padding: 0px;
    line-height: 12px;
    height: 60px; /*40px*/
    color: #000;
    /*border-bottom: 1px solid #ccc;
     */
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
    border: 1px solid #ddd;
    clear: left;
    overflow: hidden;
}

#suchauswahlmore  a, #suchauswahlmore a.normal {
    clear: none;
}

#suchauswahlmore a:hover {
	color: #f2f2f2;
	background: #7B2222;
}


#suchvorauswahlmain a.aktiv,
#suchauswahlmore a.aktiv {
	color: white;
	background: #888888;
}

#suchvorauswahlmain a.kategorie,
#suchauswahlmore a.kategorie {
}

#suchvorauswahlmain a.aktivkategorie,
#suchauswahlmore a.aktivkategorie {
	color: white;
	background: #888888;
}

#suchvorauswahlmain a .suchvorschlagbild,
#suchauswahlmore a .suchvorschlagbild {
    display: inline-block;
    min-width:  25%; /*old: 40px*/;
    height: 60px;
    margin: 0 5px 0 0;
    padding: 5px;
    float: left;
    background: #fff;
    position: relative
}

#suchvorauswahlmain a .suchvorschlagbild img,
#suchauswahlmore a .suchvorschlagbild img {
    width: 50px;
    max-height: 45px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

#suchvorauswahlmain a .suchbegriff_inhalt,
#suchauswahlmore a .suchbegriff_inhalt {
    display: inline-block;
    padding-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:  80%;
    display: block;
    overflow: hidden
}

#suchauswahlmore a .suchbegriff_inhalt > b{
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline;
    overflow: hidden;
}


#suchauswahlmore > div{
    float: left;   
}

#suchvorauswahlmain a span.kt_hersteller,
#suchvorauswahlmain a span.kt_serie,
#suchauswahlmore a span.kt_hersteller,
#suchauswahlmore a span.kt_serie {
    color: #888;
    font-size: 12px;
    display: block;
}

#suchvorauswahlmain a.aktivkategorie span,
#suchauswahlmore a.aktivkategorie span,
#suchauswahlmore a:hover span {
	color: white;
}


/**

    Verschiedene Navigationsmöglichkeiten auf den Seiten selber
    
##########################################################################################
##########################################################################################
*/

/*
  Horizontale Navigation ----------------------------------------------------------------- 
*/

.horizontal_pagenav nav > ul {
    display: inline-block;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    height: 3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
}

.horizontal_pagenav nav > ul > li{
    display: inline-block;
    
    margin: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}

.horizontal_pagenav nav > ul > li a{
    display: inline-block;
    color: #666;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
    line-height: 3em;
}

.horizontal_pagenav nav > ul > li a:hover{
    background: #fff;
    color: #000;
}

/**
    SiblingsNav ---------------------------------------------------------------------------
*/

.siblingsnav {
    margin-top: 2em;
}

.wrapper > .siblingsnav {
    margin-right: 4em;
}

.siblingsnav .prev,
.siblingsnav .mainsuche,
.siblingsnav .next{
    background: #fcfcfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
    
    
    
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0;
    
    border-style: solid;
    border-width: 1px;
    
    border-color: #ccc;
    
    color: #666;
    text-decoration: none;
    
}

.siblingsnav .prev:hover,
.siblingsnav .mainsuche:hover,
.siblingsnav .next:hover{
    background: #fcfcfc;
}

.siblingsnav .prev,
.siblingsnav .mainsuche {
    border-right-color: #fff;
}

.siblingsnav .prev {
    border-radius: 2em 0 0 2em;
}

.siblingsnav .next {
    border-radius: 0 2em 2em 0;
}


.siblingsnav .prev span,
.siblingsnav .next span {
    background-repeat: no-repeat;
    background-image: url(/img/siblings_nav.png);
}

.siblingsnav .mainsuche span {
    background-repeat: no-repeat;
    background-image: url(/img/return_to_search.png);
}


.siblingsnav .prev span{
    padding-left: 1.5em;
    padding-right: 0.5em;
    background-position: 10px 3px ;
}

.siblingsnav .prev:hover span{
    background-position: 10px -27px ;
}

.siblingsnav .next span{
    padding-left: 0.5em;
    padding-right: 1.5em;
    
    background-position: 95% -58px ;
}

.siblingsnav .next:hover span{
    background-position: 95% -88px ;
}

.siblingsnav .mainsuche span{
    padding: 0.5em 0.5em 0.5em 2em;
    background-position: 0.5em 0.5em;
}

.siblingsnav .mainsuche:hover span{
    background-position: 0.5em -36px;
}

/* BOTTOM --------------------------------------------------- */

#bottom{
    background: #ccc;
    border-top: 1px solid #666;
    /*
    min-height: 200px;
    */
    padding: 20px;
    font-size: 0.9em;
}

#bottom .tencol{
    float: left;
}

#bottom img{
   border:none;
}

#bottom a{
    text-decoration: none;
    color: #222222;
}

#bottom a:hover{
    /*text-decoration:underline;*/
    color: #AA0000;
}

#bottom h3{
    margin: 5px 5px 5px 0;
    padding: 5px 0 3px;
    border-top: 1px solid #666;
}

#bottom span{
    display:block;
    padding: 7px 0 3px;
    margin: 5px;
}

#bottom ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom li{
    line-height:20px;
}

#bottom #ts_kundenbewertungs_image img {
    width: 100%;
    max-width: 184px;
}

#bottom #scroll_to_top {
    background: url(/img/nach_oben.png) no-repeat left;
    padding-left: 20px;
    font-weight: bold;
}

#bottom #forcedesktopview {
    background: url(/img/desktop.png) no-repeat left;
    padding-left: 20px;
    font-weight: bold;
}

#bottom #forcemobileview {
    display: block;
    background: url(/img/mobile.png) no-repeat left;
    padding-left: 20px;
    font-weight: bold;
    height: 15px;
}

#bottom div.icon-u18_verbot {
    width: 50px;
    height: 50px;
    float: right;
}
/* SVG-icons test
#bottom div.zahlungUndZustellung div.svgSprite {
    margin-right: 5px;
} */


#headinfo {
    margin-top: 5px;
}

#headinfo .glyphicons {
    float:right;
    font-size: 21px;
    position: relative;
    width: 30px;
}

#percentIcon {
    float:right;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 7px;
    right: 10px
}

#headinfo div {
    /*
    padding: 3px 5px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;
    background: rgba(255,255,225,0.2);
    */

    background: #41231B;
    background-repeat: no-repeat;
    background-position:  top right;
    padding: 5px 8px;
    text-align: left;

    float: right;
    margin-left: 15px;
    height: 55px;
    width: 130px;
    color: #fff;
    overflow: hidden;
    display: none;
    line-height: 15px;    
    font-size: 0.76em;
}

@media only screen and (min-width: 1107px) {
    #headinfo #headinfo1 {
/* zum testen    background-image: url(/img/telefon_icon.png);*/
        display: block;
    }
}

@media only screen and (min-width: 1252px) {
    #headinfo #headinfo2 {
/* zum testen       background-image: url(/img/auswahl_icon.png);*/
        display: block;
    }
}

@media only screen and (min-width: 1397px) {
    #headinfo #headinfo3 {
/* zum testen       background-image: url(/img/kistenrabatt_icon.png);*/
        display: block;
    }
}

@media only screen and (min-width: 1542px) {
    #headinfo #headinfo4 {
        background-image: url(/img/trusted_shops_icon.png);
        display: block;
    }
}