@charset "utf-8";
/* CSS Document */



/* products */
ul.products li.product {
	/*display:inline-table;*/
    margin: 40px 0 0 -1px;
    padding: 10px 30px 0;
    position: relative;
    width: 250px;
	border-right: 1px dotted #A19985;
	border-left: 1px dotted #A19985;
	line-height: 140%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
@media screen and (max-width: 700px){ 
	ul.products li.product {
		padding: 10px 10px 0;
	    width: 50%;
	}
}

ul.products li.last {
	
}

ul.products li.first {
 	
}

ul.products .plistimage { height:90px; margin: 10px 0;}

ul.products li.product a img {
    box-shadow: none;
    display: block;
	margin:0 auto;
}

ul.products li.product a:hover img {
    box-shadow: none;
}

ul.products li.product h2 {
    margin: 0;
	display: block;
    font-size: 16px;
	font-weight:normal;
    padding: 30px 0 10px;
	color: #1A171B;
}

ul.products li.product h3 { font-size:12px; font-weight:bold; min-height:55px;}

.neu, .verkauft {
    background: none repeat scroll 0 0 #8E5D1B;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    line-height: 15px;
    padding: 1px 3px 0;
    position: absolute;
    text-transform: uppercase;
}
.verkauft {
    background: none repeat scroll 0 0 #938854;
}

ul.products .button.add_to_cart_button { 
	border:none; 
    background: url("../images/auftechnikliste.gif") no-repeat scroll 0 0 transparent;
    float: left;
    margin-bottom: 1px;
    padding-left: 20px;
	font-size:12px;
	font-weight:normal;
} 

ul.products .button.add_to_cart_button:hover {
	background: url("../images/auftechnikliste.gif") no-repeat scroll left -20px transparent;
	color: #8E5D1B;
	}

ul.products a.mehrlink {
    background: url("../images/mehr.gif") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
    display: inline-block;
    width: 100%;
	}
	
ul.products a.mehrlink:hover {background: url("../images/mehr.gif") no-repeat scroll left -20px transparent;}

ul.products .mini { font-size:9px; margin-left:4px;}

ul.products .kurztext { min-height:100px;}

ul.products .sold { line-height:1.8em;} 


ul.products li.verkauft { display:none;}



/* JAN Suche Technikliste */

#such_tech {
	display: table;
	width: 100%;
	margin-top: 5px;
	/*padding: 18px 0 10px;*/
	padding: 10px 0;
	font-size: 16px;
	/*background: #000 url(images/main-bg.gif) repeat-x top;*/
	background: #000;
}
.center {
	margin: 0 auto;
	padding: 0 20px;
	height: 30px;
	position: relative;
}
@media screen and (max-width: 700px){ 
	.center { padding: 0 10px; }
}
#suche {
	float: left;
}
#suche input {
	width: 180px;
	height: 20px;
	margin: 0;
	padding: 5px 10px;
	border-radius: 15px;
	border: none;
	background: #fff;
	vertical-align: middle;
}
@media screen and (max-width: 700px){ 
	#suche input { width: 100px; }
}
#suche input.suchbutton {
	width: auto;
	padding: 0 0 0 5px;
	background: none;
	/*text-indent:-99em;*/
	cursor:pointer;
	font-weight: bold;
	color: #90631b;
	font-size: 16px;
}
#suche .suchbutton:hover {
	color: #bd8436;
}

.technikliste {
	float: right;
	padding-top: 3px;
	color: #fff;
}

.techinfolayer {
	position: absolute;
	top: -135px;
	right: 0;
	background: #e8e7e8;
	padding: 10px;
	border-radius: 10px;
	width: 220px;
	color: #1a171b;
	font-size: 12px;
	line-height: 1.2em;
}
.techinfolayer:after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 50%;
	margin-right: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e8e7e8;
}
.techinfolayer a.close {
	float: right;
	margin: -5px -5px 0 0;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	line-height: 1em;
}

/* suche */
/* JAN #suche {
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	float:right;
}

#suche form {
	display: inline;
	position: absolute;
	top: 20px;
	right: 0;
	width:180px;
}

#suche label { display:inline;}

#suche input[type="text"] { 
	border: 1px dotted #A19985;
    color: #8E5D1B;
    font-family: Arial;
    font-size: 12px;
    padding: 2px 5px;
	height:14px;
	line-height:14px;
	border-radius:0;
	display:inline;
	width:100px;
	}

#suche .suchbutton {
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url('images/suchBut.gif') no-repeat top;
	border-radius:0;
	text-indent:-99em;
	cursor:pointer;
	margin:0;
	border:none;
}

#suche .suchbutton:hover {
	background: transparent url('images/suchBut.gif') no-repeat bottom;
}*/

/* product kategory menu */
#bigmenu.klein 		{ height:65px; margin-bottom:0;}
#bigmenu.klein a 	{ background-image:none; height:60px; border-right:none;}


.katmenu {
	display: none;
	float: left;
	width:863px;
	/*background:-moz-radial-gradient(center, #544724 5%, #372a0a);*/ /* Firefox */
	/*background:-webkit-radial-gradient(center, #544724 5%, #372a0a);*/ /* Safari, Chrome */
	/*background:-o-radial-gradient(center, #544724, #372a0a);*/ /* Opera */
	/*background:-ms-radial-gradient(center, #544724, #372a0a);*/ /* IE */
	/*background:radial-gradient(center, #544724, #372a0a);*/ /* W3C Standard */
	/*background: radial-gradient(at center center , #544724 5%, #372A0A) repeat scroll 0 0 #372A0A;*/
/*background: #422c0d;*/
	background:-moz-linear-gradient(top, #302509, #43330c); /* Firefox */
	background:-webkit-linear-gradient(top, #302509, #43330c); /* Safari, Chrome */
	background:-o-linear-gradient(top, #302509, #43330c); /* Opera */
	background:-ms-linear-gradient(top, #302509, #43330c); /* IE */
	background:linear-gradient(top, #302509, #43330c); /* W3C Standard */
	background: linear-gradient(top , #302509, #43330c) repeat scroll 0 0 #372A0A;
border-radius: 5px;
	padding: 30px 20px 30px 40px;
	
}

.katmenu ul li 									{ display:none;}
.katmenu ul li a 								{ display:none;}
.katmenu ul li ul li a							{ display:inline;}
.katmenu ul li.current-menu-item,
.katmenu ul li.current-menu-ancestor,
.katmenu ul li.current-product-ancestor 		{ display:inline; }

.katmenu .current-menu-item		a				{ color:#865E1D;}		
.katmenu .sub-menu .sub-menu li.current-menu-parent a { color:#865E1D;}
 
.katmenu ul.sub-menu li a,
.katmenu ul.sub-menu li 						{ display:inline;} 
.katmenu .current-menu-item a 					{ color:#865E1D;}
.katmenu .current-menu-item ul a				{ color:#fff;}



.katmenu ul ul li {float: left; width:200px;padding-left:15px;line-height:1.35em; font-weight:bold;background: url(../images/list-bullet.png) no-repeat left 6px;}
/*.katmenu ul ul li a {display:block;padding-bottom:5px;border-bottom:1px dotted #9b9585;}*/
.katmenu ul ul ul { padding-top:5px;}
.katmenu ul ul ul li { padding-left:15px;font-weight:normal; background: url(../images/list-bullet.png) no-repeat left center;}
.katmenu ul ul ul li a {display:inline;padding-bottom:0;border:none;}

.katmenu a				{ color:#fff; font-size:12px; }
.katmenu a:hover,
.katmenu a.aktiv		{ color:#8E5D1B;}


.btn_absenden			{  
						background: url("../images/icons_merkzettel_sprite.png") no-repeat scroll -366px 0 transparent;
						border: medium none;
						color: #1A171B;
						float: right;
						font-size: 16px;
						font-weight: bold;
						height: 44px;
						padding: 0 0 0 45px;
						width: auto;
						}
						
.btn_absenden:hover 	{
						background-position: -366px -60px;
						color: #8E5D1B;				
						}


/* visual form builder */
.visual-form-builder { color:#1a171b;}

.visual-form-builder fieldset {
    border:none;
	width:420px;
	display:inline;
	background:none;
	margin:0;
}

.visual-form-builder fieldset.left { float:left; margin-right:40px; }
.visual-form-builder fieldset.right { float:right; }

.visual-form-builder input, .visual-form-builder textarea, .visual-form-builder select {
    background: none repeat scroll 0 0 #D7D4CE;
    border: medium none;
    color: #8E5D1B;
    font-family: Arial;
    font-size: 12px;
    margin: 2px 0 4px;
    padding: 5px;
    width: 410px;
}

.visual-form-builder textarea.hoch	{ height:302px;}

.visual-form-builder input.vfb-radio {
    display: inline;
    font-size: 1.1em;
    height: 13px;
    margin: 4px 0 0;
    width: 13px;
}

.vfb-item-radio span label { margin-left:10px;}  

.visual-form-builder .vfb-legend h3 {
    border-bottom: 1px dotted #A19985;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
	color:#595959;
	width:420px;
}

.visual-form-builder .vfb-legend {
    color: #1a171b;
    font-size: inherit;
    margin:0;
    padding:0;
	border:none;
}

.visual-form-builder ul li, 
.visual-form-builder ul  {
    margin:0; padding:0;
}

.visual-form-builder li { width:auto;} 

label.vfb-desc {
    font-weight: normal;
}

.dontshow .vfb-legend { display:none;}

.visual-form-builder label span {
    color: #1A171B;
    vertical-align: middle;
}

.visual-form-builder label, label.vfb-desc {
    padding-bottom: 0;
}

.visual-form-builder li.vfb-two-column div span { width:auto; margin-right:20px;}

.visual-form-builder label.error {
    color: #9F1812;
    font-size: 90%;
    font-weight: normal;
	float:right;
}


#sendmail  {
    background: url("../images/icons_merkzettel_sprite.png") no-repeat scroll -366px 0 transparent;
    border: medium none;
    color: #1A171B;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    padding: 0 0 0 45px;
    width: auto;
	cursor:pointer;

}

#sendmail:hover {
    background-position: -366px -60px;
    color: #8E5D1B;
}

#vfb-verification-100,
#vfb-verification-68,
#vfb-verification-2 { width:840px; display:block; height:44px;}

/* columns plugin */

.one_half { margin-right:41px; width:421px; display:inline-block; margin-bottom:30px;}
.one_half.last_column { margin-right:0;}


/* openclose neukunden */
a.openclose {
    background: none repeat scroll 0 0 #D7D4CE;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
}
.openclose span {
    float: right;
}
.openclose:hover {
    background: none repeat scroll 0 0 #8E5D1B;
    color: #fff;
}

.openclose.on {
    background: none repeat scroll 0 0 #8E5D1B;
    color: #fff;
}
#neukundenregistrierung-firmen,
#neukundenregistrierung-privat { display:none; }


/* vimeo */
#pp_full_res {
    line-height: 1 !important;
	min-height:600px;
	
}
div.pp_default .pp_content {
    background:transparent;
}

div.pp_default .pp_top .pp_middle,
div.pp_default .pp_content_container .pp_right ,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_bottom .pp_middle
{
    background:transparent;
}	

div.pp_default .pp_close { 
	background: none repeat scroll 0 0 #000;
    color: #8E5D1B;
    display: block;
    padding: 0;
    text-transform: uppercase;
	width:100%;
	visibility:visible;
	text-indent:inherit;
	text-align:center;
	line-height:32px;
	font-size:12px;
}
div.pp_default .pp_close:hover { 
	background: none repeat scroll 0 0 #8E5D1B;
    color: #000;
}

div.pp_default .pp_content_container .pp_details {
    margin:0;
}


p#form_success {
background: none repeat scroll 0 0 #8E5D1B;
    clear: left;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
	font-weight:normal;
}


.single-post #menu-header li.menu-item-70 a,
.single-post #nav li.menu-item-70 a { color:#8E5D1B; }

/* # # # # SLIDES # # # # # # # # # # # # # # */

#slides {
	display: none
}

.container {
	/*float: left;
	width: 923px;*/
	padding-top: 10px;
}

.slidesjs-pagination {
	margin-top: 10px;
	float: right;
	list-style: none;
}

.slidesjs-pagination li {
	float: left;
	margin-left: 5px;
}

.slidesjs-pagination li a {
	display: block;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: none;
	border: 2px solid #000;
	border-radius: 10px;
	font-size: 6px;
	color: #fff;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
	background: #000;
	color: #000;
}

.slidesjs-pagination li a:hover {
	background: #000;
	color: #000;
}

/* # # # # BLOGBANNER # # # # # # # # # # # # # # */

#blogbanner {
	margin-top: 40px;
	padding: 20px;
	background: #422C0D;
	font-size: 12px;
	border-radius: 5px;
	background:-moz-linear-gradient(top, #302509, #43330c); /* Firefox */
	background:-webkit-linear-gradient(top, #302509, #43330c); /* Safari, Chrome */
	background:-o-linear-gradient(top, #302509, #43330c); /* Opera */
	background:-ms-linear-gradient(top, #302509, #43330c); /* IE */
	background:linear-gradient(top, #302509, #43330c); /* W3C Standard */
	background: linear-gradient(top , #302509, #43330c) repeat scroll 0 0 #372A0A;
	}
	
#blogbanner h2,
#blogbanner h3,
#blogbanner a,
#blogbanner p  { color:#fff;}
#blogbanner h2 { margin: 5px 0 15px 0; font-family: IgnitetheLight; font-size: 20px; }
#blogbanner h3 { font-size: 14px; text-transform:uppercase; margin:0 0 10px 0;}  
#blogbanner img { float:left; width:260px; margin-right: 20px;}
#blogbanner .latestpost { display:inline-block; width:100%;}

/* Cookie Consent https://cookieconsent.insites.com */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.impressumlink { color:#986c31;}

.page-id-5881 .copy h2 {color:#986c31; font-size:1.4em; margin:2em 0 1em;}
.page-id-5881 h3 {}