/* Fonts */
@font-face { font-family:'OpenSans';
	src:url('/assets/fonts/opensans.eot');
	src:url('/assets/fonts/opensans.eot?#iefix') format('embedded-opentype'),
	    url('/assets/fonts/opensans.woff') format('woff'),
	    url('/assets/fonts/opensans.ttf') format('truetype'),
	    url('/assets/fonts/opensans.svg#open_sansregular') format('svg');
	font-weight:normal; font-style:normal; }

@font-face { font-family:'OpenSans';
	src:url('/assets/fonts/opensans-b.eot');
	src:url('/assets/fonts/opensans-b.eot?#iefix') format('embedded-opentype'),
	    url('/assets/fonts/opensans-b.woff') format('woff'),
	    url('/assets/fonts/opensans-b.ttf') format('truetype'),
	    url('/assets/fonts/opensans-b.svg#open_sansbold') format('svg');
	font-weight:bold; font-style:normal; }

@font-face { font-family:'OpenSans';
	src:url('/assets/fonts/opensans-i.eot');
	src:url('/assets/fonts/opensans-i.eot?#iefix') format('embedded-opentype'),
	    url('/assets/fonts/opensans-i.woff') format('woff'),
	    url('/assets/fonts/opensans-i.ttf') format('truetype'),
	    url('/assets/fonts/opensans-i.svg#open_sansitalic') format('svg');
	font-weight:normal; font-style:italic; }

@font-face { font-family:'OpenSans';
	src:url('/assets/fonts/opensans-bi.eot');
	src:url('/assets/fonts/opensans-bi.eot?#iefix') format('embedded-opentype'),
	    url('/assets/fonts/opensans-bi.woff') format('woff'),
	    url('/assets/fonts/opensans-bi.ttf') format('truetype'),
	    url('/assets/fonts/opensans-bi.svg#open_sansbold_italic') format('svg');
	font-weight:bold; font-style:italic; }

@font-face { font-family:'OpenSansLight';
	src:url('/assets/fonts/opensans-l.eot');
	src:url('/assets/fonts/opensans-l.eot?#iefix') format('embedded-opentype'),
	    url('/assets/fonts/opensans-l.woff') format('woff'),
	    url('/assets/fonts/opensans-l.ttf') format('truetype'),
	    url('/assets/fonts/opensans-l.svg#open_sanslight') format('svg');
	font-weight:normal; font-style:normal; }

@font-face { font-family:'OpenSansCondensed';
	src: url('/assets/fonts/opensans-c.eot');
	src: url('/assets/fonts/opensans-c.eot?#iefix') format('embedded-opentype'),
		  url('/assets/fonts/opensans-c.woff') format('woff'),
		  url('/assets/fonts/opensans-c.ttf') format('truetype'),
		  url('/assets/fonts/opensans-c.svg#open_sanscondensed_light') format('svg');
	font-weight:normal; font-style:normal; }
	
@font-face { font-family:'OpenSansCondensed';
	src: url('/assets/fonts/opensans-cb.eot');
	src: url('/assets/fonts/opensans-cb.eot?#iefix') format('embedded-opentype'),
		  url('/assets/fonts/opensans-cb.woff') format('woff'),
		  url('/assets/fonts/opensans-cb.ttf') format('truetype'),
		  url('/assets/fonts/opensans-cb.svg#open_sans_condensedbold') format('svg');
	font-weight:bold; font-style:normal; }
	
@font-face { font-family:'CuprumFFURegular'; 
	src: url('/assets/fonts/cuprum.woff2') format('woff2'),
        url('/assets/fonts/cuprum.woff') format('woff'),
		  url('/assets/fonts/cuprum.ttf') format('truetype'); 
	font-weight:normal; font-style:normal;}

@font-face {font-family:'FontAwesome';
	src: url('/assets/fonts/fontawesome.eot?v=4.6.3');
	src: url('/assets/fonts/fontawesome.eot?#iefix&v=4.6.3') format('embedded-opentype'),
		  url('/assets/fonts/fontawesome.woff2?v=4.6.3') format('woff2'),
		  url('/assets/fonts/fontawesome.woff?v=4.6.3') format('woff'),
		  url('/assets/fonts/fontawesome.ttf?v=4.6.3') format('truetype'),
		  url('/assets/fonts/fontawesome.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight:normal; font-style:normal; }
	

/* --- Variables --- */
:root
	{
	--darkgreen: #2E8042;
	--bluegreen: #83B290;
	--lightgreen: #9BBB59;
	--darkgray: #323232;
	--nearblack: #282627;
	--anthrazit: #313639;
	--anthrazitl: #454F54;
	--anthrazitll: #4F5A5F;
	--limegreen: #BCCF0A;
	--limegreenl: #CDE40C;
	--olivegreen: #69751C;
	--textinput: #FFFFFF;
	--gradientblu: linear-gradient(to bottom, rgba(76,163,239,1) 0%, rgba(46,92,201,1) 49%, rgba(19,24,142,1) 100%);
	--orange: #EE9900;
	
	--headerheight: 150px; 
	}
	
/* ----- ALLGEMEINE DEFINITIONEN ----- */
/* Küwi dunkelgrün: #2E8042 */
/* Küwi blaugrün:   #83B290 */
/* Küwi hellgrün:   #9BBB59 */

/* --- Reset --- */	
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video { margin:0; padding:0; border:0; outline:0; }

html   { height:calc(100vh + 1px); margin:0; padding:0;  }
body	 {	height:100%; margin:0; padding:0; border:0; font-family:OpenSans,Arial,Helvetica,sans-serif; font-size:12px; 
			background-color:var(--nearblack); background-image:url(/assets/images/anth_bg.png); background-repeat:repeat-x; background-position:0 calc(var(--headerheight) - 170px);  }

.cookieconsentwrapper { position:fixed; top:0; left:0; width:100vw; height:100vh; color:var(--limegreen); background-color:rgba(0,0,0,0.8); z-index:99999; font-family:OpenSans,Arial,Helvetica,sans-serif; font-size:14px; } 
.cocoselectors { width:100%; margin-top:8px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; padding-top:10px; font-family:OpenSansCondensed; font-size:15px; font-weight:bold; }
.cocoselectors > div { display:flex; white-space:nowrap; padding-bottom:8px; }
.cocoselectors .switch { margin-left:5px; }
.cookietext { width:72%; line-height:125%; font-size:14px; }
.ccbody { height:auto; }

.clear { clear:both; }
*,*::after,*::before { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.ndsp { display:none; }
.onlydebug  { display:none; }

.limelight { color:var(--limegreenl); }

a { color:var(--limegreen); text-decoration:none;  } 
a:hover { color:var(--limegreenl); text-decoration:none; } 
p, h1, h2, h3, h4, h5, h6  { margin:0px; padding:0px; }
ul { list-style-position:outside; list-style-type:square; margin:4px 0px 3px -20px;  }
b.big { font-size:15px; }
#dse ul { margin-left:20px; }

.nox::-ms-clear, input[type=text]::-ms-clear { width:0; height:0; }
input:focus { outline:none !important; border:1px solid var(--olivegreen) !important; box-shadow:0 0 5px var(--olivegreen); }
/* button:focus { outline:none !important; border:1px solid var(--lightgreen) !important; box-shadow:0 0 5px var(--olivegreen); } */

input { filter:none; background-blend-mode:color; }
input[type="text"], input[type="password"] { color:inherit; background-color:inherit; border:1px solid; }
input[type="text"]:disabled { background-color:var(--anthrazit); color:var(--limegreen); }
input:autofill { background-color:var(--nearblack); }

input + label { cursor:pointer; }
input[type="checkbox"] + label i { display:inline-block; width:19px; height:19px; margin:-1px 4px 0 0; vertical-align:middle; background:url(/assets/images/check_radio_sheet_l.png) 0px -1px no-repeat; cursor:pointer; }
input[type="checkbox"]:checked + label i { background:url(/assets/images/check_radio_sheet_l.png) -19px -1px no-repeat; }
input[type="radio"] + label i { display:inline-block; width:19px; height:19px; margin:-1px 4px 0 0; vertical-align:middle; background:url(/assets/images/check_radio_sheet_l.png) -38px -1px no-repeat; cursor:pointer; }
input[type="radio"]:checked + label i { background:url(/assets/images/check_radio_sheet_l.png) -57px -1px no-repeat; }

select { background-color:var(--anthrazit); color:var(--textinput); }
option { background-color:var(--anthrazit); padding:2px 2px; }
option:hover { background-color:var(--limegreen); color:var(--nearblack); }

.noselect { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }

.switch { position:relative; display:inline-block; width:50px; height:22px; }
.switch input { opacity:0; width:0; height:0; }
.cbslider { position:absolute; cursor:pointer; top:0; left:0; right:0; bottom:0; background-color:var(--anthrazitl); border:2px solid var(--limegreen); -webkit-transition:0.4s; transition:0.4s; }
.cbslider::before { position:absolute; content:""; height:16px; width:16px; left:1px; bottom:1px; background-color:var(--olivegreen); -webkit-transition:0.4s; transition:0.4s; }
input:checked + .cbslider { background-color:var(--anthrazitl); }
input:focus + .cbslider { box-shadow:0 0 1px var(--olivegreen); }
input:checked + .cbslider:before { background-color:var(--limegreenl); -webkit-transform:translateX(28px); -ms-transform:translateX(28px); transform:translateX(28px); }
.cbslider.round, .cbsliderl.round { border-radius:22px; }
.cbslider.round::before, .cbsliderl.round::before { border-radius:50%; }

.cbsliderl { position:absolute; cursor:pointer; top:0; left:0; right:0; bottom:0; background-color:var(--anthrazitl); border:2px solid #666666; }
.cbsliderl::before { position:absolute; content:""; height:16px; width:16px; left:1px; bottom:1px; background-color:#666666; -webkit-transform:translateX(28px); -ms-transform:translateX(28px); transform:translateX(28px); }

.hidescrollbars { -ms-overflow-style:none; scrollbar-width:none; overflow-y:scroll; }
.hidescrollbars::-webkit-scrollbar { display:none; }

/* ----- HAUPTBEREICHE ----- */
#wrapper, div.wrapper { position:relative; width:100%; max-width:1230px; min-width:320px; margin:0 auto; height:auto; min-height:100vh; -webkit-transition:0s; -o-transition:0s; -moz-transition:0s; transition:0s; z-index:1; }
#header   { height:var(--headerheight); background-color:var(--anthrazit); padding:0; position:relative; }
#header_topbar { width:100%; height:130px; font-size:11px; background:transparent; color:#000000; z-index:5; position:relative; }

#mainmenu { position:absolute; bottom:0; width:100%; height:40px; min-width:320px; }
#headerspace { width:100%; height:50px; display:none; }

#sitelogo  { display:block; position:absolute; left:0; width:20%; top:8px; max-width:220px; min-width:100px; height:0; padding-bottom:9%; background-image:url(/assets/images/logo-kuewi.png); background-repeat:no-repeat; background-position:top left; background-size:contain; z-index:2; }
#sitelogos { display:none; }
#sitelogotext { display:block; position:relative; left:112%; top:0; padding-top:4%; width:150px; height:auto; font-size:12px; font-weight:bold; color: var(--limegreen); }
#sitelogo_print { display:none; }
#sitelogo_ll { display:block; position:absolute; left:10px; width:20%; top:5px; max-width:200px; height:50px; background-image:url(/assets/images/logo-kuewi.png); background-repeat:no-repeat; background-position:top left; background-size:contain; z-index:2; }


#chatbutton   { display:block; position:absolute; left:52%; top:21px; width:180px; margin-left:-90px; border:1px solid #E0E0E0; -webkit-border-radius:5px; border-radius:5px; padding:4px; }

#sociallinks { position:absolute; top:20px; left:380px; width:32px; z-index:999; }
.socialicon { display:block; width:30px; height:30px; text-decoration:none; background-position:center center; background-size:contain; background-repeat:no-repeat; margin:0 0 5px 0; }
.socialicon_fb { background-image:url(/assets/images/icon_facebook.png); }
.socialicon_ig { background-image:url(/assets/images/icon_instagram.png); }

form.main_search { display:block; position:absolute; top:0; right:0; } 

#idg_body   { background-color:var(--nearblack); color:var(--limegreen); margin-top:0; padding:0 0 30px 0; overflow-x:hidden; }
#mainarea       { position:relative; display:flex; flex-wrap:nowrap; flex-direction:row; justify-content:space-between; align_items:start; width:100%; margin:0; padding:0; z-index:4; white-space:nowrap; box-sizing:border-box; }
#mainarea_nopad { position:relative; display:block; width:100%; margin:0 auto 0 auto; padding:0; z-index:4; white-space:nowrap; box-sizing:border-box; }
#idg_navi     { display:inline-block; width:18%; z-index:4; margin:6px 0 0 0; padding:0 1% 0 0; white-space:normal; vertical-align:top; }
#filterwrapper { position:absolute; left:-22% !important; width:21%; color:var(--limegreenl); background-color:var(--anthrazitl); }
#idg_content  { display:inline-block; width:82%;   z-index:4; margin:0; padding:0; white-space:normal; vertical-align:top; position:relative; }
#idg_content::after { content:''; display:block; clear:both; width:100%; height:0; }
#idg_contall  { display:inline-block; width:100%;  z-index:4; margin:0; padding:10px 0 0 0; white-space:normal; min-height:calc(100vh - 160px); }
.contalldark { background-color:var(--nearblack); }

#productlist { width:100%; display: flex; flex-wrap:wrap; flex-direction:row; justify-content:start; align-items:start; height:auto; overflow:hidden;  }

#footer       { position:absolute; width:100%; height:30px; bottom:0; text-align:center; overflow:hidden; background-color:var(--anthrazit); margin:0; border-top:solid 1px var(--olivegreen); color:var(--limegreen); }
#footer_cont  { display:flex; justify-content:space-between; align-items:center; margin:0 1% 0 1%; padding-top:5px; background-color:var(--anthrazit); }

/* -- SPINNER -- */
#waitspin { position:fixed; left:calc(50% - 48px); top:calc(50% - 48px); width:96px; height:96px; z-index:9999; background-image:url(/assets/images/spinner.png); background-size:contain; background-repeat:no-repeat; background-position:center center; -webkit-animation:spinanim 2s linear infinite; animation:spinanim 2s linear infinite; }
@keyframes spinanim { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); } }


#newcustmsg   { position:absolute; top:170px; bottom:0; min-height:160px; left:0; width:100%; background-color:rgba(0,0,0,0.7); text-align:center; z-index:9999; }
#idg_debug_output { font-size:11px; z-index:0; word-break: break-all; }

#navbottom { position:fixed !important; bottom:0; left:0; width:100%; max-width:100%; height:45px; border:0; padding:0; z-index:999999; background-color:var(--anthrazitl); }

.scrolltotop { display:none; position:fixed; bottom:4px; width:100%; margin:0 auto 0 auto; height:0px; z-index: 99998; }
.scrolltotopb { float:right; width:42px; height:40px; margin-right:3px; margin-top:-40px; color:#FFFFFF; cursor:pointer; background-color:var(--olivegreen); border:0; padding-top:2px; text-align:center; font-family:OpenSansCondensed; font-size:15px; font-weight:bold; }
.scrolltotopb:hover { background-color:var(--limegreen); border-color:#000000; color:#FFFFFF; }

/* ----- in #topright_box ----- */
div.lilotext   { float:left;  width:120px; height:22px; overflow:hidden; white-space:nowrap; font-size:11px; line-height:20px; }
div.lilobutton { float:right; width:75px;  height:22px; overflow:hidden; font-size:11px; text-align:right; }
a.basketinfo   { display:block; text-decoration:none; width:200px; height:26px; font-size:12px; line-height:25px; font-weight:bold; text-align:center; white-space:nowrap; overflow:hidden; background-color:#F8F8F8; background:#F8F8F8 url(/assets/images/cartbutton.png) no-repeat 0px -24px; }
a.basketinfo#ba_empty { color:#000000; background:#F8F8F8 url(/assets/images/cartbutton.png) no-repeat 0px -24px;  }
a.basketinfo#ba_full  { color:#FFFFFF; background:#FF8000 url(/assets/images/cartbutton.png) no-repeat 0px 0px;  }
a.basketinfo#ba_full:hover { background-color:#009000; } 

a.currencybox  { display:inline-block; width:40px; margin-left:10px; text-align:center; font-weight:bold; text-decoration:none; background-color:#E0E0E0; color:#000000; }
a.currencybox:hover { background-color:#A0A0A0; }
a.currencybox#activecurrency { background-color:#009000; color:#FFFFFF; }

#loginusername { display:block; clear:left; margin-left:10px; width:240px; min-height:40px; max-height:250px; text-align:left; font-size:12px; color:#FFFFFF; line-height:150%; }

.lisli { opacity:1; }
.lisli .lisli_btnwrap { display:none; position:relative; padding:0 0 100px 0; min-width:210px; max-width:250px; clear:left; background-color:transparent; }
.lisli div.lisli_buttons { display:none; position:relative; margin-bottom:120px; font-size:15px; font-weight:normal; min-width:210px; max-width:250px; clear:left; background:var(--anthrazit); background:linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(69,79,84,1) 0%, rgba(49,54,57,1) 100%); text-align:left; padding:0 10px 10px 10px; -webkit-box-shadow:2px 4px 5px -4px #000000; box-shadow:2px 4px 5px -4px #000000; }
.lisli div.lisli_buttons > a, .lisli div.lisli_buttons > div { margin:5px 0 0 0; }
.lisli:hover .lisli_btnwrap { display:block; }
.lisli:hover div.lisli_buttons { display:block; }
.lisli div.lisli_buttons a > i { font-size:inherit; float:none !important; width:auto !important; }

/*
div#basketinfobox { position:absolute; top:58px; left:0px; width:280px; clear:both; text-align:center; z-index:999; }
div#basketinfobox:hover a { background-color:#009000; }
a.basketinfo   { position:absolute; top:0px; left:0px; display:block; text-decoration:none; width:280px; height:26px; font-size:12px; line-height:25px; font-weight:bold; text-align:left; text-indent:35px; white-space:nowrap; overflow:hidden; background-color:#F8F8F8; background:#F8F8F8 url(/assets/images/cartbutton.png) no-repeat 0px -24px; }
a.basketinfo#ba_empty       { color:#000000; background:#F8F8F8 url(/assets/images/icon_shopping.png) no-repeat 4px 0px;  }
a.basketinfo#ba_empty:hover { color:#FFFFFF; background:#FF8000 url(/assets/images/icon_shopping.png) no-repeat 4px -25px; }
a.basketinfo#ba_full        { color:#FFFFFF; background:#FF8000 url(/assets/images/icon_shopping.png) no-repeat 4px -25px;  }
a.basketinfo#ba_full:hover  { background-color:#009000; } 
*/


span#minibasket { position:absolute; right:-3px; top:36px; display:flex; flex-direction:column; justify-content:start; width:280px; display:none; z-index:9999; color:var(--textinput); background-color:var(--anthrazitl); border:1px solid var(--olivegreen); min-height:30px; font-weight:normal; font-size:12px; -webkit-box-shadow:3px 3px 8px 0px rgba(50,50,50,0.4); box-shadow:3px 3px 8px 0px rgba(50,50,50,0.4); }
span.miba_line  { display:flex; flex-wrap:nowrap; justify-content:space-between; align-items:start; width:100%; border-bottom:1px solid var(--nearblack); line-height:15px; padding:1px; }
span.miba_line .miba_quantity    { width:35px; text-align:right; margin-right:2px; padding-right:2px; }
span.miba_line .miba_description { width:calc(100% - 84px); text-align:left; max-height:29px; overflow:hidden; }
span.miba_line .miba_amount      { width:45px; text-align:right; margin-left:2px; padding-right:2px; }

a.currencybox  { display:inline-block; width:40px; margin-left:10px; text-align:center; font-weight:bold; text-decoration:none; background-color:#E0E0E0; color:#000000; }
a.currencybox:hover { background-color:#A0A0A0; }
a.currencybox#activecurrency { background-color:#009000; color:#FFFFFF; }

/* ----- SUCHBOX ----- */
#searchbox  { position:absolute; right:20px; top:1px; width:290px; height:23px; }
#searchhint { position:absolute; right:1px; top:1px; width:288px; height:20px; z-index:20; overflow:hidden; background-color:#FFFFFF; border:1px solid #FFFFFF; -webkit-border-radius:5px; border-radius:5px; }
#searchhint div#hinttext    { float:left; width:250px; height:18px; color:#A0A0A0; font-size:12px; margin:3px 0 0 5px; z-index:20; }
#searchbox2 { position:absolute; right:0px; top:0px; width:290px; height:23px; border:0; z-index:99; overflow:hidden; background-color:transparent; padding:0; }
div#searchclear { position:absolute; right:28px; top:4px; width:16px; height:16px; z-index:100; cursor:pointer; } 
input#search  { display:block; float:left; width:235px; height:19px; max-height:19px; border:0px; padding:0px; margin:2px 0 0 5px; background-color:transparent; font-size:14px; overflow:hidden; outline:none; }
input#searchp { display:block; float:right; width:25px; height:23px; -webkit-border-radius:3px; border-radius:3px;  }
div#searchbubble { position:absolute; display:none; font-size:11px; top:15px; right:360px; width:205px; height:115px; padding:0px; background:transparent url(/assets/images/sp_bubble.png) no-repeat center center; z-index:9999; }

#galleria { z-index:999; }

/* --- FORMS --- */
form p { overflow:hidden; position:relative; text-align:left; float:left; }
form p label { display:block; padding:0px 0px 5px; text-align:left; font-size:12px; text-indent:4px; }

#pg_registration, #pg_registration_f { position:relative; max-width:98%; margin:0 auto 0 auto; background-color:var(--anthrazitl); padding:1px 10px; }
#pg_registration fieldset:after { content:""; display:table; clear:both; }
#pg_registration input, #pg_registration select { display:block; font-weight:normal; }
#pg_registration input, #pg_registration textarea, #pg_registration select { font-size:14px; border-radius:3px; display:inline-block; padding:4px 3px 4px 5px; margin-bottom:4px; margin-left:2px; border:1px solid #AAAAAA; } /*  box-shadow:0px 1px 2px rgba(0,0,0,0.3) inset, 0px 1px 0px rgba(255,255,255,0.9);  */
#pg_registration select { padding:2px 3px; }


/* ----- DROPZONE ----- */
.dropzone, .dropzone * { box-sizing:border-box; }
.dropzone { position:relative; }
.dropzone .dz-preview { position:relative; display:inline-block; width:120px; margin:0.5em; }
.dropzone .dz-preview .dz-progress { display:block; height:15px; border:1px solid #AAAAAA; }
.dropzone .dz-preview .dz-progress .dz-upload { display:block; height:100%; width:0; background:green; }
.dropzone .dz-preview .dz-error-message { color:red; display:none; }
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark { display:block; }
.dropzone .dz-preview.dz-success .dz-success-mark { display:block; }
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark { position:absolute; display:none; left:30px; top:30px; width:54px; height:58px; left:50%; margin-left:-27px; }
.dropzone .dz-size, .dropzone .dz-filename { display:inline-block; font-size:11px; }
.dropzone .dz-size { margin-right:5px; }
.dropzone .dz-message { float:left; position:relative; width:calc(100% - 100px); height:100px; font-size:13px; border:2px dotted var(--limegreen); padding:3px 3px 3px 55px; cursor:grab; background:var(--anthrazit) url(/assets/images/addfile.png) no-repeat; background-position:20px center; display:flex; justify-content:center; align-items:center; }
.dropzone .dz-message:hover { background:var(--limegreen) url(/assets/images/addfile2.png) no-repeat; background-position:20px center; color:#FFFFFF; }
.dz-success-mark, .dz-error-mark { width:54px; height:54px; background-repeat:no-repeat; background-position:center center; }
.dz-success-mark { background-image:url(/assets/images/dropzone_success.png); }
.dz-error-mark   { background-image:url(/assets/images/dropzone_error.png); }

#scanneditems > div { display:block; padding:2px 0 2px 0; border-bottom:1px dotted #E0E0E0; min-height:20px; font-size:15px; display:flex; align-items:center; justify-content:space-between; }
#scanneditems .sp1 { display:inline-block; width:60px; text-align:right; margin-right:10px; font-weight:bold; }
#scanneditems .sp2 { display:inline-block; max-width:100%; width:500px; }
#scanneditems .sp3 { display:inline-block; width:200px; }
#scanneditems .sp4 { display:inline-block; width:100px; color:var(--textinput); font-weight:bold; }

/* ----- TOOLTIPSTER ----- */
.tooltipster-default { border-radius:0px; border:1px solid #A0A0A0; background:#FFFFFF; color:#000000; -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.4); box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.4); }
.tooltipster-default .tooltipster-content { font-family:Arial,Helvetica,sans-serif; font-size:12px; line-height:14px; padding:8px 10px; overflow:hidden; }
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border { /* border-color:var(--olivegreen) !important; */ }
.tooltipster-icon { cursor:help; margin-left:4px; }
.tooltipster-base { padding:0; font-size:0; line-height:0; position:absolute; left:0; top:0; z-index:9999999; pointer-events:none; width:auto; overflow:visible; }
.tooltipster-base .tooltipster-content { overflow:hidden; }
.tooltipster-arrow { display:block; text-align:center; width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1; }
.tooltipster-arrow span, .tooltipster-arrow-border { display:block; width:0; height:0; position:absolute; }
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span { border-left:8px solid transparent !important; border-right:8px solid transparent !important; border-top:8px solid; bottom:-7px; }
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border { border-left:9px solid transparent !important; border-right:9px solid transparent !important; border-top:9px solid; bottom:-7px; }
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span { border-left:8px solid transparent !important; border-right:8px solid transparent !important; border-bottom:8px solid; top:-7px; }
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border { border-left:9px solid transparent !important; border-right:9px solid transparent !important; border-bottom:9px solid; top:-7px; }
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border { left:0; right:0; margin:0 auto; }
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span { left:6px; }
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border { left:5px; }
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span { right:6px; }
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border { right:5px; }
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border { border-top:8px solid transparent !important; border-bottom:8px solid transparent !important; border-left:8px solid; top:50%; margin-top:-7px; right:-7px; }
.tooltipster-arrow-left .tooltipster-arrow-border { border-top:9px solid transparent !important; border-bottom:9px solid transparent !important; border-left:9px solid; margin-top:-8px; }
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border { border-top:8px solid transparent !important; border-bottom:8px solid transparent !important; border-right:8px solid; top:50%; margin-top:-7px; left:-7px; }
.tooltipster-arrow-right .tooltipster-arrow-border { border-top:9px solid transparent !important; border-bottom:9px solid transparent !important; border-right:9px solid; margin-top:-8px; }
.tooltipster-fade      { opacity:0; -webkit-transition-property:opacity; -moz-transition-property:opacity; -o-transition-property:opacity; -ms-transition-property:opacity; transition-property:opacity; }
.tooltipster-fade-show { opacity:1; }
.tooltipster-grow      { -webkit-transform:scale(0,0); -moz-transform:scale(0,0); -o-transform:scale(0,0); -ms-transform:scale(0,0); transform:scale(0,0); -webkit-transition-property:-webkit-transform; -moz-transition-property:-moz-transform; -o-transition-property:-o-transform; -ms-transition-property:-ms-transform; transition-property:transform; -webkit-backface-visibility:hidden; }
.tooltipster-grow-show { -webkit-transform:scale(1,1); -moz-transform:scale(1,1); -o-transform:scale(1,1); -ms-transform:scale(1,1); transform:scale(1,1); -webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1); -webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); }
.tooltipster-swing      { opacity:0; -webkit-transform:rotateZ(4deg); -moz-transform:rotateZ(4deg); -o-transform:rotateZ(4deg); -ms-transform:rotateZ(4deg); transform:rotateZ(4deg); -webkit-transition-property:-webkit-transform, opacity; -moz-transition-property:-moz-transform; -o-transition-property:-o-transform; -ms-transition-property:-ms-transform; transition-property:transform; }
.tooltipster-swing-show { opacity:1; -webkit-transform:rotateZ(0deg); -moz-transform:rotateZ(0deg); -o-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); transform:rotateZ(0deg); -webkit-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 1); -webkit-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4); -moz-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4); -ms-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4); -o-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4); transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4); }
.tooltipster-fall      { top:0; -webkit-transition-property:top; -moz-transition-property:top; -o-transition-property:top; -ms-transition-property:top; transition-property:top; -webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1); -webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); }
.tooltipster-fall-show { }
.tooltipster-fall.tooltipster-dying { -webkit-transition-property:all; -moz-transition-property:all; -o-transition-property:all; -ms-transition-property:all; transition-property:all; top:0px !important; opacity:0; }
.tooltipster-slide { left:-40px; -webkit-transition-property:left; -moz-transition-property:left; -o-transition-property:left; -ms-transition-property:left; transition-property:left; -webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1); -webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); -o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15); }
.tooltipster-slide.tooltipster-slide-show { }
.tooltipster-slide.tooltipster-dying { -webkit-transition-property:all; -moz-transition-property:all; -o-transition-property:all; -ms-transition-property:all; transition-property:all; left:0px !important; opacity:0; }
.tooltipster-content-changing { opacity:0.5; -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1); }

/* ----- BREADCRUMBS ----- */
#breadcrumbs { display:flex; justify-content:start; flex-wrap:wrap; align-items:center; position:relative; font-family:OpenSansCondensed; color:var(--limegreen); font-size:13px; font-weight:bold; min-height:30px; padding:0px 20px; background-color:var(--anthrazit); overflow:hidden; margin-bottom:15px; border-bottom:1px solid var(--anthrazitl); }
#breadcrumbs a { display:inline-block; height:32px; text-decoration:none; color:var(--limegreen); padding:3px 4px; line-height:26px; }
#breadcrumbs a:hover { background-color:var(--limegreen); color:#FFFFFF; }
#breadcrumbs a#lastbc { background-color:var(--olivegreen); color:var(--limegreenl);  }

div#deliveryinfo { position:absolute; z-index:80; width:360px; padding:5px; border:1px solid #808080; visibility:hidden; background-color:#FFFF80; cursor:pointer; -webkit-box-shadow:2px 2px 4px #666666; box-shadow:2px 2px 4px #666666; }
div#deliveryeol  { position:absolute; z-index:80; width:360px; padding:5px; border:1px solid #808080; visibility:hidden; background-color:#FFFF80; cursor:pointer; -webkit-box-shadow:2px 2px 4px #666666; box-shadow:2px 2px 4px #666666; }
div#delivery3t   { position:absolute; z-index:80; width:360px; padding:5px; border:1px solid #808080; visibility:hidden; background-color:#FFFF80; cursor:pointer; -webkit-box-shadow:2px 2px 4px #666666; box-shadow:2px 2px 4px #666666; }


/* ----- MAIN-NAVIGATION und SORTIMENTS-MENU-OVERLAY ----- */
#main_navi    { position:absolute; left:0px; top:130px; width:100%; height:26px; overflow:hidden; background-color:var(--olivegreen); border-top:1px solid var(--limegreen); border-bottom:1px solid #1E5029; }
#main_navi a  { text-decoration:none; color:#FFFFFF; text-align:center; }

a.mainmenu, a.mainmenu_c { display:inline-block; min-width:65px; padding:0px 5px 0px 5px; margin:1px 1px 1px 0px; line-height:26px; height:24px; font-size:14px; text-transform:uppercase; }
a.mainmenu         { background-color:transparent; color:#FFFFFF;  }
a.mainmenu:hover   { background-color:var(--limegreen); color:#808080; }
a.mainmenu_c       { background-color:var(--limegreen); color:#000000; }
a.mainmenu_c:hover { background-color:var(--limegreen); color:#000000; }
a.mainmenu#home    { margin-left:20px; width:30px; min-width:30px; }
a.mainmenu#adminaccess { margin:0; border:1px solid #FFFF00; color:#FFFF00; font-weight:bold; }

#menuwin_shop { position:absolute; left:62px; top:155px; width:896px; height:auto; margin:1px auto 1px auto; display:none; z-index:20;
                background-color:#FFFFFF; border:1px solid #E0E0E0; padding-left:4px; padding-bottom:10px; 
                -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.6); box-shadow:3px 3px 8px rgba(0,0,0,0.6);
              }
#menuwin_shop div.maincolumn { float:left; width:210px; }
#menuwin_shop div.maincolumn a.colheader { display:block; width:200px; font-size:12px; font-weight:bold; margin:4px 0px 2px 0px; padding:2px; text-decoration:none; color:var(--olivegreen); }
#menuwin_shop div.maincolumn a.colheader:hover { background-color:var(--olivegreen); color:#FFFFFF; }

.menulevel1 { float:left; width:144px; margin:15px 5px 3px 0px;  overflow:hidden; white-space:nowrap; background-color:#FFFFFF; padding-bottom:2px; }
.menulevel1:hover { background-color:#F8F8F8;  }
.menulevel1 a, .menulevel1 a:link, .menulevel1 a:visited { display:inline-block; width:140px; text-decoration:none; color:#000000; padding:2px; margin-bottom:4px; font-family:Arial,Helvetica,sans-serif; font-size:12px; text-transform:uppercase; font-weight:normal; }
.menulevel1 a:hover { background-color:#606060; color:#FFFFFF; text-decoration:none; }

.menulevel0 { margin-left:4px; width:200px; overflow:hidden; white-space:normal; }
.menulevel0 a, .menulevel0 a:link, .menulevel0 a:visited { display:inline-block; width:198px; text-decoration:none; color:#000000; padding:2px; margin-bottom:0px; font-family:Arial,Helvetica,sans-serif; font-size:11px; text-transform:none; font-weight:normal; }
.menulevel0 a:hover { background-color:#606060; color:#FFFFFF; text-decoration:none; }

/* ----- SORTIMENTS-MENU LINKS ----- */
.ass_menu_head  { padding:4px 4px 4px 6px; margin-bottom:0px; font-family:OpenSansCondensed; font-size:15px; font-weight:bold; line-height:120%; display:block; text-decoration:none; color:var(--limegreen) !important; background-color:var(--anthrazitl); }
.ass_menu_head#currentsection { padding:3px 4px 3px 6px; margin-bottom:3px; color:var(--limegreenl) !important; background-color:var(--olivegreen); }
.ass_menu_head:hover { background-color:var(--limegreen); color:var(--nearblack) !important; text-decoration:none; }



/* ----- SUB-NAVIGATION (Shop Assortment & CMS) ----- */
a.snavi,   a.snavi:link,   a.snavi:visited   { display:block; min-height:19px; font-size:13px; line-height:120%; background-color:var(--anthrazit); color:var(--limegreen); font-weight:normal; text-decoration:none; padding:2px 1px 2px 1px; margin:0px; }
a.snavi:hover   { background-color:var(--limegreen); color:var(--nearblack); }
a.snavi_c, a.snavi_c:link, a.snavi_c:visited { display:block; min-height:19px; font-size:13px; line-height:120%; background-color:var(--olivegreen); color:var(--limegreenl); font-weight:normal; text-decoration:none; padding:2px 1px 2px 1px; margin:0px; }
a.snavi_c:hover { color:var(--limegreenl); }

a.snavi.level1, a.snavi_c.level1 { font-size:16px; }
a.snavi.level2, a.snavi_c.level2 { font-size:14px; }
a.snavi.level3, a.snavi_c.level3 { font-size:13px; }
a.snavi.level4, a.snavi_c.level4 { font-size:12px; }
a.snavi.level5, a.snavi_c.level5 { font-size:12px; }
a.snavi.level6, a.snavi_c.level6 { font-size:12px; }
a.snavi.level7, a.snavi_c.level7 { font-size:12px; }
a.snavi.level8, a.snavi_c.level8 { font-size:12px; }
a.snavi.level9, a.snavi_c.level9 { font-size:12px; }


a.snavi.lev1, a.snavi_c.lev1 { padding-left:7px;  }
a.snavi.lev2, a.snavi_c.lev2 { padding-left:17px; }
a.snavi.lev3, a.snavi_c.lev3 { padding-left:27px; }
a.snavi.lev4, a.snavi_c.lev4 { padding-left:37px; }

/* ----- STARTSEITE ----- */
div.teaser_divider { clear:both; width:900px; height:10px; margin:0 0 8px 0; padding:0; overflow:hidden; border-bottom:1px dotted #909090; }
div.teaser_left  { float:left; width:596px; min-height:300px; border-right:1px solid #E0E0E0; }
div.teaser_left span.teaserblocktitle { display:inline-block; padding:2px 4px; background-color:#047BD6; color:#FFFFFF; font-size:14px; line-height:16px; font-weight:bold; text-transform:uppercase; }
div.teaser_lsection { width:596px; overflow-x:hidden; margin-bottom:3px; padding-bottom:3px; }
div.teaser_lbdiv { width:590px; height:1px; border-bottom:1px solid #FFFFFF; margin:0 0 5px 0; padding:0; }

div.teaser_right { float:right; width:300px; height:auto; overflow-x:hidden; margin:0; padding:0; }
div.teaser_right span.teaserblocktitle { display:inline-block; padding:2px 4px; background-color:#FFFFFF; color:#000000; font-size:14px; line-height:16px; font-weight:bold; }
div.teaser_rsection { width:300px; margin:0px; padding:0px; }

.specialpicblock    { display:block; width:180px; height:130px; margin:0 auto 4px auto; border:1px solid #E0E0E0; }
.special_offer_text { font-size:11px; display:block; width:180px; margin:0 auto 0 auto; color:#000000; }
a.allspecialoffers  { display:block; font-size:12px; font-weight:normal; height:18px; padding-right:6px; line-height:18px; text-indent:20px; color:#FFFFFF; text-decoration:none; background:transparent url(/assets/images/spofflink.png) no-repeat 4px 3px; -webkit-border-radius:0 5px 0 0; border-radius:0 5px 0 0; }
a.allspecialoffers:hover  { color:#FFFFFF; text-decoration:none; background-position:4px -17px; background-color:var(--limegreen); }

/* --- Carousel --- */
ul.jcarousel-skin-tango { margin:0; }
.jcarousel-skin-tango .jcarousel-container { background:transparent; border:0; }
.jcarousel-skin-tango .jcarousel-direction-rtl { direction:rtl; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width:730px; padding:10px 25px 1px 25px; }
.jcarousel-skin-tango .jcarousel-clip { overflow:hidden; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width:710px; height:170px; margin-left:2px; }
.jcarousel-skin-tango .jcarousel-item { width:235px; height:160px; }

.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left:0; margin-right:10px; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left:10px; margin-right:0; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background:transparent; color:#000000; }

/* Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal { position:absolute; top:10px; right:0px; width:32px; height:134px; cursor:pointer; background:transparent url(/assets/images/themes/carousel/next-horizontal.png) no-repeat -32px center; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { left:0px; right:auto; background-image:url(/assets/images/themes/carousel/prev-horizontal.png); }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus { background-position:0px center; }
.jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position:-64px center; }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor:default; background-position:-96px 0px; }

.jcarousel-skin-tango .jcarousel-prev-horizontal { position:absolute; top:10px; left:0px; width:32px; height:134px; cursor:pointer; background:transparent url(/assets/images/themes/carousel/prev-horizontal.png) no-repeat -32px center; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { left:auto; right:0px; background-image:url(/assets/images/themes/carousel/next-horizontal.png); }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus { background-position:0px center; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position:-64px center; }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor:default; background-position:-96px 0px; }

/* ----- MAIN CONTENT ----- */

.contentheader { position:relative; width:100%; min-height:28px; padding:2px 0 0 0; text-align:left; font-family:OpenSans,Arial,Helvetica,sans-serif; font-size:1.05em; font-weight:bold; }
.contentmiddle { width:100%; padding:0; line-height:130%; font-family:OpenSans,Arial,Helvetica,sans-serif !important; font-size:14px; }
.contentmiddle ul { margin-bottom:5px; }
.contentmiddle li { margin-bottom:2px; }

.contenttop, .contentfooter { width:100%; padding:0; border:0; height:7px; }
.contentheader.nbb { border-bottom:0px; }
.contentheader h1 { margin:0; padding:4px 5px 3px 0; text-indent:0; line-height:130%; font-size:18px; font-weight:bold; color:inherit; font-family:OpenSansCondensed,'Arial Narrow',Arial,Helvetica,sans-serif; }
.contentheader h2 { margin:0; padding:0; font-size:16px; font-weight:bold; color:inherit; font-family:OpenSansCondensed,'Arial Narrow',Arial,Helvetica,sans-serif; }

.hflex_st { display:flex; flex-direction:row; flex-wrap:wrap; justify-content:start; }
.hflex_sb { display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; }

.lieferinfobox { width:49%; min-width:300px; margin:5px 0 10px 0; border:1px solid var(--limegreen); padding:10px; }
.lieferinfobox > b:first-child { display:inline-block; margin-bottom:5px; }
.legalinfo { margin-top:10px; }

div#cmscontent { width:100%; max-width:100%; overflow:hidden; }
div#cmscontent > p:first-child { padding-top:5px; }
div#cmscontent img { max-width:100% !important; height:auto !important; }
div#cmscontent > img:first-child { padding-top:5px; }
div#cmscontent > div:first-child { padding-top:5px; }
div#cmscontent ul { margin-left:15px; }
div#cmscontent > iframe { width:1228px; max-width:100%; max-height:calc(100vh - 250px); height:calc(100vw * 0.65); margin:5px auto; }

div.contentblockhead   { font-size:13px; font-weight:bold; padding-bottom:2px; border-bottom:1px solid var(--limegreen); }
div.contentblock_warn  { width:100%; height:26px; background:url(/assets/images/contentbox.png) no-repeat; background-position:0px -116px; padding:5px 5px 0px 10px; margin:0px 0px 0px -6px; text-indent:25px; }
div.contentblock_error { width:100%; height:26px; background:url(/assets/images/contentbox.png) no-repeat; background-position:0px -88px;  padding:5px 5px 0px 10px; margin:0px 0px 0px -6px; text-indent:25px; }

.qual_longtext { font-family: OpenSansCondensed,Arial,Helvetica,sans-serif; font-size:15px; }

.ma-data { display:flex; width:100%; justify-content:start; align-items:center; flex-wrap:nowrap; font-size:13px; min-height:26px; padding:2px 0; }
.ma-data div:first-child { width:115px; min-width:115px; line-height:120%; padding-left:2px; }
.ma-data div:last-child  { width:calc(100% - 115px); }
.ma-data div:last-child > input.textfield { max-width:100%; }

/* ----- WARENKORB-TABELLE ----- */
table.baskettable { width:100%; border:0; }
table.baskettable th { border-bottom:1px solid #E0E0E0; padding:4px 1px 4px 1px; background-color:#E0E0E0; }
table.baskettable th.light { border-bottom:1px solid #E0E0E0; padding:4px 1px 4px 1px; background-color:#F8F8F8; }
table.baskettable td { border-bottom:1px dotted var(--limegreen); padding:3px 1px 3px 1px; }
table.baskettable tr.topdata td { border-bottom:1px dotted #E0E0E0; padding:3px 1px 1px 1px; }
table.baskettable .bt_itemdata { position:relative; padding-top:3px; }
table.baskettable .bt_itemdata .kommission { position:absolute; left:0px; top:40px; height:16px; border-top:1px dotted #E0E0E0; padding-top:2px; font-size:11px; }
table.baskettable th.basketpricecol, table.baskettable td.basketpricecol, .basketpricecol { padding-right:3px; }

.btab { height:auto; overflow:hidden; border-bottom:1px solid var(--nearblack); color:var(--limegreen); background-color:var(--anthrazit); padding:3px 2px; }
.btab.light { font-size:13px; font-family:OpenSansCondensed; color:var(--limegreen); background-color:var(--anthrazit) !important; height:27px; overflow:hidden; margin-bottom:1px; }
.btabheader { font-size:14px; font-family:OpenSansCondensed; line-height:110%; background-color:var(--limegreen); color:var(--nearblack); height:30px; overflow:hidden; margin-bottom:2px; }
.btab_spacer { clear:both; width:100%; height:3px; background-color:var(--nearblack); }
.btab .pic_desc_head { float:left;  width:100%; min-width:300px; max-width:500px; position:relative; vertical-align:top; }
.btab .pic_desc      { display:flex; flex-direction:row; flex-wrap:nowrap; justify-content:start; width:100%; min-width:300px; max-width:500px; position:relative; float:left; padding-bottom:2px; }

.btab .priceinfo, .btab .priceinfo_head { float:right; width:100%; min-width:260px; max-width:420px; position:relative; vertical-align:top; }

.tab-content .btab .priceinfo, .tab-content .btab .priceinfo_head { float:right; width:100%; max-width:400px; }
.btabflex { display:flex; justify-content:space-between; flex-wrap:wrap; align-items:start; }
.btabflex .pic_desc { display:flex; justify-content:start; align-items:start; }
.btabflex .pic_desc .bcol_pic { float:none; }
.btabflex .pic_desc .bcol_dsc { position:relative; float:none; margin-left:0; }

.chb_checkbox + label { background-color:transparent !important; color:#FFFFFF !important; }
.chb_checkbox:checked + label { background-color:transparent !important; color:var(--limegreenl) !important; }

.btab .priceinfo { min-height:30px; padding-top:2px; }
.btab .priceinfo::after { content:''; clear:both; width:100%; height:0px; }
.btab .pic_desc_head, .btab .priceinfo_head { font-weight:bold; padding:4px 1px; }
.kom_bem_anr_lpl { clear:left; padding-left:100px; padding-top:3px; background-color:var(--anthrazit);  }
.btab .light { background-color:var(--anthrazit) !important; }

.scancount { float:right; padding:0 5px; margin-left:5px; margin-right:3px; border:1px solid var(--anthrazitl); width:auto; height:26px; overflow-y:hidden; cursor:pointer; transform:translateY(-27px); }
.scancount i.fa-barcode { color:#FFFFFF; }
.scancountnum { font-size:12px; line-height:13px; padding-right:2px;  }
.redscanline { color:#FF0000; text-shadow:0px 2px 1px rgba(0,0,0,0.8); }

.bcol_pic { float:left; width:98px; min-width:98px; max-width:98px; margin:1px 0 1px 2px; }
.bcol_pic a, .bcol_pic a span  { background-color:#FFFFFF; }
.bcol_itn { display:block; padding-top:1px; max-width:100%; white-space:nowrap; font-size:11px; overflow:hidden; line-height:115%; padding-left:2px; color:var(--limegreen); }
.bcol_dsc { width:calc(100% - 100px); height:auto; overflow:hidden; }
.bcol_dsc::after { content:''; clear:left; width:100%; height:1px; }
.bcol_prcdisprc { width:165px; min-height:23px; float:left; font-size:12px; }

.bcol_unitprice { width:70px; float:left; text-align:right;  padding-right:2px; font-size:13px; }
.bcol_discount  { width:45px; float:left; text-align:center; padding-right:1px; font-size:13px; }
.bcol_yourprice { width:70px; float:left; text-align:right;  padding-right:5px; font-size:13px; }

.bcol_qtyatc    { width:222px; float:right; height:auto; overflow:hidden; white-space:nowrap; }
.bcol_quantity  { min-width:130px; float:left; text-align:left; position:relative; }

.priceblockline { font-size:13px; line-height:17px; display:flex; flex-wrap:nowrap; justify-content:start; align-items:center; }
.priceblockline .lcaption  { display:inline-block; width:62px; }
.priceblockline .lcurrency { display:inline-block; width:24px; }
.priceblockline .lprice    { display:inline-block; width:60px; text-align:right; }
.priceblockline .lpercent  { display:inline-block; width:80px; }

.p4d_cont { display:inline-block; }
.p4d_l { font-size:13px; font-weight:bold; }
.p4d_s { font-size:9px; vertical-align:top; font-weight:normal; }

.nettoartikel { color:#FF0000; padding:5px 0; font-weight:bold; font-size:15px; font-family:OpenSansCondensed,'Arial Narrow',sans-serif; text-shadow:0px 0px 4px #000; }


.bcol_quantity .anzahlform { display:inline-block; margin-top:0px; min-width:44px; height:23px; }
.bcol_quantity .buttontrash { position:absolute; right:1px; top:0; }
               
.bcol_unidisqua { width:190px; float:left; text-align:right; font-size:13px; }
.bcol_amount    { width:80px; float:right; text-align:right; padding-right:4px; font-size:14px; font-weight:bold; }
.bcol_currency  { float:right; width:25px; text-align:right; }
.bcol_totalline { position:absolute; left:0; top:2px; width:100%; padding-right:125px; text-align:right; font-size:14px; font-weight:bold; }
.bcol_totalline + .bcol_amount { font-size:14px; }
.priceinfo_head > .bcol_amount { position:absolute; top:4px; right:0; }

.cb_tabheader { position:relative; height:auto; min-height:25px; padding:3px 1px 1px 5px; overflow:hidden; border-bottom-width:0px; border-bottom-style:solid; }
.cb_tabheader b { font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; display:inline-block; width:15%; max-width:85px; margin-right:10px; }
.cb_tabheader .ocb { float:right; padding-left:2px; }
.cb_tabheader label { color:#FFFFFF; font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; font-weight:bold; background-color:var(--olivegreen); padding:1px 5px 0 2px; display:inline-block; font-size:12px; }

.childbasket { margin-bottom:2px;  }

.basketfooter { width:100%; margin-top:5px; }
.basketfooter_l { float:left; width:auto; max-width:40%; }
.basketfooter_r { float:right; max-width:390px; width:59.5%; border-bottom:1px solid var(--limegreen); margin-bottom:5px; white-space:nowrap; }
.basketfooter_r .btab { background-color:transparent; }
.discountinfo_mob { display:none; position:absolute; left:1px; top:0; cursor:pointer; }
.discountinfo_dtp { display:block; padding:5px 10px; border:2px solid var(--limegreen); }
.discountinfotable span { display:inline-block; }

span.success { font-size:13px; color:var(--limegreen); }
span.success b { font-family:openSansCondensed; }

#logistik_wrapper, #merklisten_wrapper { display:none; position:absolute; right:0.9%; top:42px; width:310px; height:auto; min-height:60px; padding-bottom:0px; background-color:var(--anthrazit); border:1px solid var(--limegreen); z-index:10; -webkit-box-shadow:3px 3px 8px 1px rgba(0,0,0,0.5); box-shadow:3px 3px 8px 1px rgba(0,0,0,0.5); }

.wladdlink { display:block; clear:both; padding:5px; position:relative; white-space:nowrap; border:0; color:var(--limegreen); background-color:transparent; width:100%; font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; font-size:15px; font-weight:bold; }
.wladdlink:hover { background-color:var(--olivegreen); cursor:copy; }
.wladdlink div { float:left; text-align:left; }
.wladdlink div:first-child { width:200px; overflow:hidden; white-space:nowrap; font-weight:bold; }
.wladdlink div:first-child::before { font-family:FontAwesome; font-size:19px; font-weight:normal; font-style:normal; display:inline-block; text-decoration:inherit; content:'\f274'; margin-right:5px; }
.wladdlink div:last-child { float:right; width:50px; text-align:right; }
.wladdlink div span { text-align:center; background-color:#999999; color:#FFFFFF; min-width:20px; display:block; float:right; padding:0px 2px; font-size:14px; }

#watchlistmessage { position:absolute; right:0.85%; margin-right:1px; top:29px; width:310px; height:auto; z-index:99; }
#watchlistmessage span { display:block; background-color:#E0FFE0; color:var(--olivegreen); padding:3px 5px; border:1px solid var(--olivegreen); text-align:center; }

.favlisthead { width:100%; display:flex; justify-content:start; align-items:center; padding:5px; background-color:var(--anthrazit); color:var(--limegreen); font-family:OpenSansCondensed; font-weight:bold; font-size:15px; }
.favlistline { position:relative; width:100%; height:auto; overflow:hidden; padding:0 1px 1px 1px; border-bottom:1px dotted #E0E0E0; }
.favlistline, a.favlistline { font-size:14px; color:var(--limegreen) !important; text-decoration:none; }
.favlistline:hover { background-color:var(--olivegreen); }

.fll_name, .fll_date, .fll_posi, .fll_view { float:left; padding:2px 2px 1px 0; overflow:hidden; height:auto; }
.fll_name { width:260px; max-width:40%; padding-top:5px; }
.fll_name .wl_rename { padding:2px; width:98%; border:0; background-color:transparent; font-size:14px; border:1px solid #FFFFFF; }
.fll_name .wl_rename:hover { border:1px solid #E0E0E0 !important; }
.fll_date { width:80px;  padding-top:8px; }
.fll_posi { width:60px;  padding-top:8px; text-align:right; }
.fll_vk { float:right; min-width:110px; position:relative; min-height:30px; }
.fll_view { float:left; padding-left:5px; text-align:right; }
.fll_kill { float:right; padding:2px 0 0 4px; }
.fll_view .mtbutton { min-width:70px !important; max-width:70px !important; }

.so_chevron { position:absolute; display:block; right:5px; bottom:5px; width:20px; height:20px; border:1px solid #FFFFFF; background-color:var(--nearblack); color:#FFFFFF; text-align:center; cursor:pointer; }
.so_chevron:hover { background-color:var(--limegreen); color:var(--nearblack); }

/* ----- KUNDEN-WARENKOERBE und QUICKORDER BOX----- */
.basketboxtitle { min-height:18px; background-color:var(--limegreen); color:var(--anthrazit); font-size:15px; font-weight:bold; padding:2px 3px; font-family:OpenSansCondensed,'Arial Narrow',sans-serif; }
.custbasketbutton { display:inline-block; color:#000000; background-color:#F0F0F0; text-decoration:none; height:18px; font-size:12px; font-family:Arial,Helvetica,sans-serif; border:1px solid #A0A0A0; margin-left:5px; padding:0 5px 0 5px; cursor:pointer; -webkit-border-radius:3px; border-radius:3px; }
.custbasketbutton:hover { background-color:var(--limegreen); color:#FFFFFF; }
#leftboxes { width:calc(100% - 360px); min-width:360px; max-width:750px; float:left; display:flex; flex-direction:row; justify-content:space-between; flex-wrap:wrap; align-items:start; }
div#quickorderbox, div#custbasketbox { position:relative; margin:5px 0; align-self:stretch; width:49%; min-width:320px; max-width:380px; border:1px solid var(--limegreen); color:var(--limegreen); background-color:var(--anthrazit); }


/* ----- GROESSENTABELLEN ----- */
table.sizes { border:1px solid #A0A0A0; border-collapse:collapse; table-layout:fixed; max-width:100%;  }
table.sizes td { text-align:center; padding:0; border:1px solid var(--limegreen); height:20px; font:11px/13px 'CuprumFFURegular',Arial,sans-serif;  }
table.sizes th, table.sizes td.first { font-family:OpenSansCondensed,'Arial Narrow',sans-serif; font-size:12px; font-weight:bold; text-align:center; border:1px solid var(--limegreen); background-color:var(--olivegreen); color:var(--limegreen); }
table.sizes th       { padding:3px 1px; }
table.sizes td.first { padding:1px 3px; }

table.sizes td a { text-decoration:none; color:var(--limegreen); height:20px; width:100%; display:flex !important; justify-content:center; align-items:center; }
table.sizes td a:hover { background-color:var(--anthrazit); color:var(--limegreenl); }
.cellhovera { color:#FFFFFF; background-color:#A0A0A0; }
.cellhover  { background-color:#F0F0F0; }

/* ----- FILTER-BOX ----- */
div.filterbox { padding:5px }
div.filterbox select { width:100% !important; margin:0 0 10px 0; }
div.filterbox select:after { content:''; clear:both; height:1px; display:block; }

/* ----- LABEL PRINT ----- */
.dialogclose { position:absolute; right:2px; top:2px; width:20px; height:20px; border:1px solid rgba(255,255,255,0.8); color:#FFFFFF; text-align:center; font-size:18px; background:transparent; }
.dialogclose:hover { background-color:var(--limegreen); }
input.boxradio:checked + label { background-color:rgba(0,255,0,0.1); }
.a4template  { position:absolute; top:0; left:0; width:210px; height:297px; -webkit-box-shadow:3px 3px 4px 2px rgba(0,0,0,0.3); box-shadow:3px 3px 4px 2px rgba(0,0,0,0.3); }
.a4templatel { position:absolute; top:0; left:0; width:315px; height:446px; -webkit-box-shadow:3px 3px 4px 2px rgba(0,0,0,0.3); box-shadow:3px 3px 4px 2px rgba(0,0,0,0.3); }
.a4template .lineno, .a4templatel .lineno { display:block; position:absolute; left:-38px; width:28px; height:15px; text-align:right; color:var(--limegreen); font-size:12px; } 
.redstripe { background:rgba(255,0,0,0.1); background:linear-gradient(315deg, rgba(255,250,255,0) 0%,rgba(255,255,255,0) 5%,rgba(255,0,0,0.1) 5%,rgba(255,0,0,0.1) 10%,rgba(255,250,255,0) 10%,rgba(255,255,255,0) 15%,rgba(255,0,0,0.1) 15%,rgba(255,0,0,0.1) 20%,rgba(255,250,255,0) 20%,rgba(255,255,255,0) 25%,rgba(255,0,0,0.1) 25%,rgba(255,0,0,0.1) 30%,rgba(255,250,255,0) 30%,rgba(255,255,255,0) 35%,rgba(255,0,0,0.1) 35%,rgba(255,0,0,0.1) 40%,rgba(255,250,255,0) 40%,rgba(255,255,255,0) 45%,rgba(255,0,0,0.1) 45%,rgba(255,0,0,0.1) 50%,rgba(255,250,255,0) 50%,rgba(255,255,255,0) 55%,rgba(255,0,0,0.1) 55%,rgba(255,0,0,0.1) 60%,rgba(255,250,255,0) 60%,rgba(255,255,255,0) 65%,rgba(255,0,0,0.1) 65%,rgba(255,0,0,0.1) 70%,rgba(255,250,255,0) 70%,rgba(255,255,255,0) 75%,rgba(255,0,0,0.1) 75%,rgba(255,0,0,0.1) 80%,rgba(255,250,255,0) 80%,rgba(255,255,255,0) 85%,rgba(255,0,0,0.1) 85%,rgba(255,0,0,0.1) 90%,rgba(255,250,255,0) 90%,rgba(255,255,255,0) 95%,rgba(255,0,0,0.1) 95%,rgba(255,0,0,0.1) 100%); }
.a4labelcap { position:absolute; width:100%; left:0; bottom:0px; color:var(--olivegreen); text-align:center; font-family:CuprumFFURegular; text-shadow:3px 2px 3px rgba(255,255,255,.2), -1px -1px 4px #FFFFFF; }

/* ----- FOOTER ----- */
.footercolumn  { float:left; width:145px; margin:0 5px 0 0; color:#555555; }
.footercolumn div.menulevel0 a { color:#555555; }
.footercolumn div.menulevel0 a:hover { color:#FFFFFF; }


div.cleardiv { clear:both; width:100%; padding:0px; }

/* -------- CONTACT EDITOR -------- */
.cdwrapper { width:100%; color:var(--limegreen); position:relative; padding:5px 2px 5px 5px; box-sizing:border-box; height:auto; overflow:hidden; border:1px solid var(--anthrazit); background-color:var(--nearblack); }
.cdwrapper * { box-sizing:border-box; }
.cdtitle { font-size:16px; font-family:OpenSans; font-weight:bold; padding:0 0 4px 0; }
.cdsubtitle { font-size:14px; font-family:OpenSans; font-weight:bold; padding:6px 0 4px 0; }

.cdline { clear:both; width:100%; position:relative; height:auto; overflow:hidden; box-sizing:border-box; white-space:nowrap; padding-bottom:1px; }
.cdline .cdcapt { float:left; font-size:12px; width:115px; padding:4px 0 1px 0; }  
.cdline .cddata { float:left; width:340px; max-width:99.5%; }
.cdline .cdcapt2 { float:left; font-size:12px; width:160px; padding:4px 0 1px 0; }  
.cdline .cddata2 { float:left; width:300px; max-width:99.5%; }

.cdline .cddata:after, .cdline .cddata2:after { content:''; display:block; clear:both; width:100%; height:0; }

/* -------- OVERLAY-DIALOG -------- */
.dialogheader { position:fixed; background-color:#FFFFFF; left:0; top:0; right:28px; min-height:28px; border-bottom:1px solid #E0E0E0; padding:4px 5px 0 5px; z-index:99; font-family:OpenSans; font-size:16px; font-weight:bold; box-sizing:border-box; }
.fancybox-skin { background-color:var(--limegreen); }
.fancybox-outer { background-color:var(--nearblack); }
.fancybox-slide--iframe .fancybox-close-small { top:2px !important; right:-2px !important; width:28px; height:28px; background-color:#F8F8F8; border-top:2px solid #000000; border-right:2px solid #000000; }
.fancybox-close-small::after { width:28px !important; font-size:31px !important; border-radius:0 !important; height:28px !important; }
.fancybox-close-small:hover::after { background-color:#FF0000 !important; color:#FFFFFF !important; }
.fancybox-overlay { background-color:rgba(0,0,0,0.7); }
.fancybox-title-float-wrap .child { height:27px; background:var(--limegreen); text-shadow:none; color:var(--nearblack); font-family:OpenSansCondensed; font-size:16px; font-weight:bold; line-height:unset; overflow-x:hidden; position:relative; }
.fancybox-title-float-wrap .child::after { content:''; display:block; position:absolute; right:0px; top:0; width:20px; height:27px; background:linear-gradient(270deg, rgba(188,207,10,1) 0%, rgba(188,207,10,0) 100%); }

.fancybox-close { background-color:var(--limegreen); }

#new_es_contact { border:2px solid #000000; }
#new_es_contact > div { padding:25px 10px 10px 10px; font-size:15px; }
#new_es_contact .fancybox-close-small::after { top:0; right:0; }

.cftitle { font-size:15px; font-weight:bold; font-family:OpenSans,Arial,Helvetica,sans-serif; display:block; height:auto; min-height:23px; margin-bottom:10px; padding-right:28px; border-bottom:1px solid #E0E0E0;  }
.overlay100p .fancybox-content { width:550px !important; height:auto; max-width:100% !important; max-height:none; }

.withshadow { -webkit-box-shadow:3px 3px 12px 0px rgba(50,50,50,0.8); box-shadow:3px 3px 12px 0px rgba(50,50,50,0.8); }
#autohidemsgbox > div, #savemessage > div { background-color:#F0FFF0; padding:20px 15px; display:inline-block; width:auto; max-width:300px; margin:0 auto; -webkit-box-shadow:3px 3px 12px 0px rgba(50,50,50,0.8); box-shadow:3px 3px 12px 0px rgba(50,50,50,0.8); }

#delreasons { display:none; position:absolute; bottom:40px; left:5px; width:300px; height:auto; min-height:185px; background-color:#FFFFFF; border:1px solid #000000; padding:5px 10px 5px 10px; z-index:998; }

.dex-line { width:100%; display:flex; justify-content:start; align-items:center; margin-bottom:2px; }
.dex-caption { width:100px; min-width:100px; }
.sortableitem:hover, .sortableitem label:hover { cursor:row-resize !important; background-color:var(--anthrazit); color:var(--limegreenl); }

/* -- BUTTONS -- */
.buttonc   { display:inline-block; padding:0px 0px 0px 3px; font-family:Arial,Helvetica,sans-serif; font-size:12px; line-height:22px; height:22px; background:url(/assets/images/button.png); text-decoration:none; color:#000000; text-align:center; margin:0px 0px 0 0; border:0px; }
.buttonc input { background-position:-4px top; cursor:pointer; padding-right:3px; }
.buttonc input:hover { background-position:-5px bottom; }
.buttonc b { display:inline-block; height:22px; background:url(/assets/images/button.png) right top; padding:0px 6px 0px 3px; font-weight:normal; cursor:pointer; color:#000000; font-size:12px; }
.buttonc:hover   { background-position:left bottom;  }
.buttonc:hover b { background-position:right bottom; }

/* -- SLIDERS -- */
div.slider { width:100%; max-width:680px; min-height:17px; color:#000000; padding:3px 2px 3px 2px; cursor:pointer; background-color:#E0E0E0; }
.arrowup         { background:#E0E0E0 url(/assets/images/slidearrow.png) no-repeat 100% -48px; }
.arrowup:hover   { background:#E0E0E0 url(/assets/images/slidearrow.png) no-repeat 100% -73px; }
.arrowdown       { background:#E0E0E0 url(/assets/images/slidearrow.png) no-repeat 100% 2px; }
.arrowdown:hover { background:#E0E0E0 url(/assets/images/slidearrow.png) no-repeat 100% -23px; }

div.sliderblock { display:none; padding:2px 0px 5px 0px; }
div#btn_cartinfo { width:100%; padding:3px 0px 3px 0px; cursor:pointer; margin-top:5px; background-color:var(--anthrazitl); text-indent:4px; border:1px solid var(--anthrazitl); }

/* -- KUNDENLAGER DIREKT SLIDER UND BUTTONS -- */
i.laglog { width:1em; display:inline-block; }
.kl_header { clear:both; width:100%; background-color:var(--olivegreen); color:#FFFFFF; padding:4px 35px 4px 8px; font-family:OpenSansCondensed; font-size:15px; font-weight:bold; margin-bottom:5px; position:relative; }
.kl_slider { position:absolute; right:0.5%; top:0; height:100%; width:99%; background-color:transparent; background-position:right center; background-repeat:no-repeat; cursor:pointer; }
.kl_block  { width:100%; display:flex; flex-wrap:wrap; justify-content:start; align-items:start; height:auto; overflow:hidden; background-color:var(--nearblack); }
.kl_plus  { background-image:url(/assets/images/kl-plus0.png); }
.kl_minus { background-image:url(/assets/images/kl-minus0.png); }
.kl_plus:hover  { background-image:url(/assets/images/kl-plus1.png); }
.kl_minus:hover { background-image:url(/assets/images/kl-minus1.png); }
.kl_ll_link { position:absolute; right:35px; top:1px; width:28px; height:26px; padding-top:4px; color:#FFFFFF !important; text-align:center; background-color:rgba(0,0,0,0.4); display:block; text-decoration:none; font-size:20px; line-height:100%; }
.kl_ll_link:hover { background-color:var(--limegreen) !important; color:#FFFFFF !important; cursor:pointer; }
.kl_ll_link1 { position:relative; right:unset; top:unset; background-color:inherit; }
.kl_ll_link2 { height:auto; font-size:19px; line-height:100%; padding:3px 2px; text-align:center !important; margin:-3px 5px -3px 0; }
.kl_ll_link2:hover { color:#FFFFFF !important; background-color:var(--limegreen) !important; }
td div.kl_ll_link { position:initial; display:inline-block; }
.kl_numitems { position:relative; top:-28px; margin-bottom:-24px; left:calc(100% - 110px); width:30px; height:24px; background-color:transparent; color:#FFFFFF; text-align:right; font-size:11px; opacity:0.8; }


.klsearchbox    { display:inline-block; position:relative; width:175px; height:26px; }
.klsearchbutton { position:absolute; top:1px; right:1px; width:24px; height:22px; line-height:22px; text-align:center; background-color:var(--olivegreen); border:1px solid var(--olivegreen); color:var(--limegreen); font-size:15px; cursor:pointer; }
.klsearchbutton:hover { background-color:var(--limegreen); color:var(--nearblack); border:1px solid var(--olivegreen); }
.klsearchclear  { position:absolute; top:0px; right:-25px; width:24px; height:24px; line-height:22px; font-size:15px; text-align:center; border:1px solid #E0E0E0; cursor:pointer; background-color:transparent; color:#FF0000; }
.klsearchclear:hover { background-color:#E0E0E0; }
.klsearchbox:hover .klsearchclear { display:block; }
.klsearchbox > input:focus { border:1px solid var(--olivegreen) !important; }

.extramargin { padding-top:35px; }
.itemactions { position:absolute; top:1px; right:1px; width:auto; max-width:100%; height:27px; }

/* -- LAGERLOGISTIK  -- */
#lagerlogistik_g { display:none; position:fixed; top:0; left:0; width:100vw; height:100vh; z-index:99999; }
#searchitem, #searchitembought { width:99%; margin:2px 0; padding:3px 2px; font-family:OpenSans,Arial,Helvetica,sans-serif; font-size:14px; }
.bht_spans span { display:inline-block; width:39px; color:var(--limegreen); font-size:11px; text-align:center; }


/* -- NIVO SLIDERS -- */
.nivoSlider { position:relative; width:100%; height:auto; overflow:hidden; }
.nivoSlider img { position:absolute; top:0px; left:0px; max-width:none; }
.nivo-main-image { display:block !important; position:relative !important; width:100% !important; }
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; background:url(/assets/images/transp.gif); }
.nivo-slice { display:block; position:absolute; z-index:5; height:100%; top:0; }
.nivo-box   { display:block; position:absolute; z-index:5; overflow:hidden; }
.nivo-box img { display:block; }
.nivo-caption { position:absolute; left:0px; bottom:0px; background:#000000; color:#FFFFFF; width:100%; z-index:8; padding:5px 10px; opacity:0.8; overflow:hidden; display:none; -webkit-box-sizing:border-box; box-sizing:border-box; }
.nivo-caption p { padding:5px; margin:0; }
.nivo-caption a { display:inline !important; }
.nivo-html-caption { display:none; }
.nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer; }
.nivo-prevNav { left:0px; }
.nivo-nextNav { right:0px; }
.nivo-controlNav { text-align:center; padding:15px 0; }
.nivo-controlNav a { cursor:pointer; }
.nivo-controlNav a.active { font-weight:bold; }
.theme-default .nivoSlider { position:relative;	background:#FFFFFF url(/assets/images/nivsl/loading.gif) no-repeat 50% 50%; margin-bottom:10px; }
.theme-default .nivoSlider img { position:absolute; top:0px; left:0px; display:none; }
.theme-default .nivoSlider a   { border:0; display:block; }
.theme-default .nivo-controlNav   { text-align:center; padding:20px 0; }
.theme-default .nivo-controlNav a { display:inline-block; width:22px; height:22px; background:url(/assets/images/nivsl/bullets.png) no-repeat; text-indent:-9999px; border:0; margin:0 2px; }
.theme-default .nivo-controlNav a.active { background-position:0 -22px; }
.theme-default .nivo-directionNav a { display:block; width:30px; height:30px; background:url(/assets/images/nivsl/arrows.png) no-repeat; text-indent:-9999px; border:0; opacity:0; -webkit-transition:all 200ms ease-in-out; -moz-transition:all 200ms ease-in-out; -o-transition:all 200ms ease-in-out; transition:all 200ms ease-in-out; }
.theme-default:hover .nivo-directionNav a { opacity:1; }
.theme-default a.nivo-nextNav { background-position:-30px 0; right:15px; }
.theme-default a.nivo-prevNav { left:15px; }
.theme-default .nivo-caption   { font-family:Helvetica,Arial,sans-serif; }
.theme-default .nivo-caption a { color:#FFFFFF; border-bottom:1px dotted #FFFFFF; }
.theme-default .nivo-caption a:hover { color:#FFFFFF; }
.theme-default .nivo-controlNav.nivo-thumbs-enabled { width:100%; }
.theme-default .nivo-controlNav.nivo-thumbs-enabled a { width:auto; height:auto; background:none; margin-bottom:5px; }
.theme-default .nivo-controlNav.nivo-thumbs-enabled img { display:block; width:120px; height:auto; }

/* -- CONTENT TABS -- */
.tabs { width:100%; min-height:200px; float:none; list-style:none; padding:0; margin:0 auto; box-sizing:border-box; overflow-y:auto; border:0;  }
.tabs li { display:block; }
.tabs .labels:after { content:''; display:table; clear:both; }
.tabs label       { display:inline-block; width:20%; min-width:78px; font-family:OpenSansCondensed; font-size:15px; text-align:center; float:left; white-space:nowrap; padding:4px 2px 3px 2px; background-color:var(--olivegreen); color:var(--limegreen); font-size:13px; font-weight:bold; cursor:pointer; border-right:1px solid transparent; border-bottom:1px solid var(--olivegreen);  }
.tabs label:hover { background:var(--limegreenl); color:var(--nearblack); border-bottom:1px solid var(--limegreenl); }
.tab-content { display:none; width:100%; box-sizing:border-box; float:left; padding:0; background-color:var(--nearblack); border:1px solid var(--limegreen); }
.tabs input[type=radio] { display:none; }

.tabs [id^="tab"]:checked + label { background:var(--limegreen); color:var(--nearblack); border-bottom:1px solid var(--limegreen);  border-right:1px solid var(--anthrazit);  }

#tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2, #tab3:checked ~ #tab-content3, #tab4:checked ~ #tab-content4, #tab5:checked ~ #tab-content5 { display:block; }



/* -- CMS-CONTENT -- */
.floatr { float:right; margin-left:10px; margin-bottom:5px; }
.floatl { float:left; margin-right:10px; margin-bottom:5px; }
.textabstand { line-height:140%; }

table.tabelle { border:1px solid #E0E0E0; border-collapse:collapse; max-width:684px; }
table.tabelle th { background-color:#F0F0F0; font-weight:bold; text-align:left; padding:3px 2px; }
table.tabelle td { border:1px solid #E0E0E0; }

div.newstitle   { font-weight:bold; padding:5px 0 10px 0; }
div.newscontent { padding-bottom:5px; border-bottom:1px solid #E0E0E0; margin-bottom:10px; }

div.pictext { position:relative; top:-25px; height:25px; background:url(/assets/images/black33.png) repeat top left; color:#FFFFFF; overflow:hidden; line-height:24px; font-size:12px; text-indent:10px; }

.leadtext     { font-family:Arial,Helvetica,sans-serif; font-size:15px; color:#606060; }
.floattext    { font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#404040; }
.standardtext { font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#404040; }
.hide         { display:none; }

a.no, a.no:link, a.no:visited, a.no:active { color:#000000; text-decoration:none; font-weight:normal; } 
a.no:hover { color:#404040; }

a.ext, a.ext:link, a.ext:visited, a.ext:active  { background: url(/assets/images/extlink.png) right center no-repeat; padding-right:13px; color:#154BD5; text-decoration:none; }
a.ext:hover       { color:#A0A0A0; text-decoration:underline; }

a.pdflink  { background:transparent url(/assets/images/pdficon.gif)  no-repeat top left; padding-left:23px; height:30px; line-height:25px; text-decoration:none; font-weight:normal; white-space:nowrap; display:inline-block; }
a.pdflink2 { background:transparent url(/assets/images/pdficon.gif)  no-repeat 5px top; padding:0; background-size:contain; text-decoration:none; display:block; color:#000000; height:22px; margin:-3px -4px; line-height:22px; }
a.pdflink2:hover { color:#FFFFFF; background-color:var(--olivegreen); }
a.infolink { background:transparent url(/assets/images/infolink.png) no-repeat left center ; padding-left:15px; color:#BE2846; text-decoration:none; font-size:11px; }

a.agblink, a.agblink:link, a.agblink:visited, a.agblink:active  { color:var(--limegreenl); text-decoration:none; font-weight:bold; }
a.agblink:hover { color:var(--olivegreen); text-decoration:underline; }
a.agblink_e { color:var(--limegreenl); text-decoration:none; font-weight:bold; }
a.agblink_e:hover { color:var(--olivegreen); text-decoration:underline; }

a.cmshit, a.cmshit:link, a.cmshit:active, a.cmshit:visited { clear:both; display:block; width:700px; height:auto; font-size:12px; margin:2px 0 2px 0; padding:2px 0 5px 0; border-top:1px dotted #E0E0E0; text-decoration:none; color:#000000; background-color:#FFFFFF; }
a.cmshit:hover { background-color:#E0E0E0; }

a.clearbasket { text-decoration:none; display:block; color:var(--limegreenl); font-family:OpenSansCondensed; font-weight:bold; font-size:14px; text-indent:20px; background:transparent url(/assets/images/clearbasket.png) no-repeat 1px 2px; border:1px solid var(--limegreen); padding:1px 2px; }
a.clearbasket:hover { background-color:var(--olivegreen); }

#tooltip { position:absolute;	z-index:3000; border:1px solid #111111; background-color:#EEEEEE; padding:2px; opacity:0.90; max-width:250px;  }
#tooltip h3, #tooltip div { margin:0; font-size:11px; color:#000000; font-weight:normal; text-align:left; }


.boxtitel { font-size:13px; font-weight:bold; color:#000000; }
.warning  { font-size:15px; font-weight:bold; color:#FF0000; font-family:OpenSansCondensed,'Arial Narrow',sans-serif; }
.warningbox { padding:5px; font-size:15px; font-weight:bold; font-family:OpenSansCondensed,'Arial Narrow',sans-serif; background-color:#FF0000; color:#FFFFFF; border:1px solid #FF0000; -webkit-box-shadow:2px 2px 5px 0px rgba(50,50,50,0.4); box-shadow:2px 2px 5px 0px rgba(50,50,50,0.4); }

.large     { font-size:15px; font-weight:normal; }
.largeb    { font-size:15px; font-weight:bold;   }
.medium    { font-size:13px; font-weight:normal; }
.mediumred { font-size:13px; font-weight:normal; }
.small     { font-size:12px; font-weight:normal; }
.smallb    { font-size:12px; font-weight:bold;   }
.tiny      { font-size:11px; font-weight:normal; }


div.warning   { width:400px; max-width:99vw; padding-left:25px; background-image:url(/assets/images/warning.gif); background-repeat:no-repeat; background-position:top left; text-align:left; }
div.info      { width:400px; max-width:99vw; margin:10px auto; border:1px solid #9F0000; color:#9F0000; }

.ststatus { width:9px; height:9px; overflow:hidden; background:url(/assets/images/stockstatus.png) no-repeat; display:inline-block; margin:0; padding:0; }
.ss_green  { background-position:0px 0px; }
.ss_orange { background-position:-9px 0px; }
.ss_red    { background-position:-18px 0px; }
.ss_gray   { background-position:-27px 0px; }

span.strike { position:relative; text-decoration:none; font-style:normal;  display:inline-block; margin-bottom:2px;  }
span.strike img { position:absolute; top:0.2em; border:0; width:100%; height:0.8em; }
span.strike b   { font-weight:normal; color:#000000; font-size:11px; padding:0px 1px 0px 1px; }

#scandit-barcode-picker { position:absolute; width:100% !important; height:100% !important; min-height:310px !important; left:0; right:0; top:0; bottom:0; }
.scandit .scandit-logo { width:30%; max-width:150px !important; max-height:16% !important; bottom:33px !important; right:1% !important; }
.scandit .scandit-laser img { opacity:0.8; }

/* ----- MINI-BASKET ----- */
a.minibasketline       { background-position:0px -51px; display:inline-block; min-height:13px; font-size:11px; color:#666666; font-weight:normal; text-decoration:none; padding-top:1px; margin:0px; }
a.minibasketline:hover { background-position:-205px -51px; color:#000000; }
a.minibasketline span  { display:inline-block; float:left; font-size:11px; }

div.menuspacer { clear:both; width:185px; height:3px; font-size:1px; }

/* ----- ROUNDED BOXES ----- */
.roundbox { border-radius:7px; -webkit-border-radius:7px; }

.round5  { border-radius:5px; -webkit-border-radius:5px; }
.round7  { border-radius:7px; -webkit-border-radius:7px; }
.round5t { border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px; }
.round7t { border-radius:7px 7px 0px 0px; -webkit-border-radius:7px 7px 0px 0px; }
.round5b { border-radius:0px 0px 5px 5px; -webkit-border-radius:0px 0px 5px 5px; }
.round7b { border-radius:0px 0px 7px 7px; -webkit-border-radius:0px 0px 7px 7px; }

.round5l { border-radius:5px 0px 0px 5px; -webkit-border-radius:5px 0px 0px 5px; }
.round5r { border-radius:0px 5px 5px 0px; -webkit-border-radius:0px 5px 5px 0px; }


/* -- STARTPAGE TEASER UND AKTIONEN-PANELS -- */
a.tsrbullet { display:inline-block; text-decoration:none; width:25px; height:25px; min-width:25px; min-height:25px; margin:0 8px 0 0; background:url(/assets/images/teaserbullets.png) no-repeat 0px 0px; }
a.tbwhite { background-position:0px 0px; }
a.tbgray  { background-position:0px -25px; }


/* ----- Textarea Counter ----- */
textarea.textfield { height:auto; min-height:65px; border:1px solid var(--olivegreen); color:var(--limegreen); background-color:var(--anthrazit); font-family:OpenSans,Arial,Helvetica,sans-serif; font-size:12px; padding-left:2px; }
.txa_normal  { font-size:10px; color:#808080; text-align:right;  }
.txa_warning { font-size:10px; color:#FF0000; text-align:right;  }

/* ----- Mini-Produkt-Boxen ----- */
a.miniprod       { color:var(--limegreen); text-decoration:none; background-color:var(--anthrazit); border:1px solid var(--olivegreen); }
a.miniprod:hover { border:1px solid var(--limegreen); }
span#lvi_title { background-color:var(--olivegreen); color:var(--limegreen); }
a.miniprod:hover span#lvi_title { background-color:var(--limegreen); color:var(--nearblack); }

/* ----- SORTIMENT IM HAUPTFENSTER -----*/
div.subcatcontainer { width:100%; margin:0; display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; align-items:start; }
div.subcategory { width:19%; }
a.subcategory { display:block; position:relative; width:19%; margin:0 0 10px 0; height:130px; background-color:#FFFFFF; border:2px solid var(--olivegreen); border-bottom:1px; text-align:center; padding:0px; }
a.subcategory .imgbox { display:block; width:96%; height:80px; background-color:#FFFFFF; background-position:center center; background-repeat:no-repeat; margin:2%; background-size:contain; }
a.subcategory .imgbox.png { background-color:#FFFFFF; width:100%; height:90px; margin:0; }
a.subcategory .cat_description { display:flex; justify-content:center; align-items:center; position:absolute; left:0; bottom:0; width:100%; height:35px; max-height:35px; overflow-y:hidden; margin:0px; padding:1px 0; font-size:13px; font-weight:bold; line-height:14px; background-color:var(--olivegreen); color:var(--limegreen); }
a.subcategory .cat_description > span { display:table-cell; vertical-align:middle; }
a.subcategory:hover { color:#000000; border-color:var(--limegreen); -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4); box-shadow:1px 1px 3px 0px rgba(50, 50, 50, 0.4); }
a.subcategory:hover .cat_description { background-color:var(--limegreen); color:var(--nearblack); text-shadow:none; }
a.subcategory:hover .imgbox.png { background-color:#FFFFFF; }

.subcatcont { position:relative; display:flex; clear:both; float:left; width:100%; margin:0 0 8px 0; background-color:#FFFFFF; border:1px solid var(--olivegreen); overflow-y:auto; }
.subcatplus { position:relative; clear:both; float:left; width:180px; max-width:40%; margin:0; min-height:115px; border-width:0 2px 0 0; border-style:solid; border-color:inherit; text-align:center; padding:0; }
.subcatcont:hover { border-color:var(--limegreen); }
.subcatplus .imgbox { display:block; width:100%; height:80px; max-width:160px; margin-left:auto !important; margin-right:auto !important; background-position:center center; background-repeat:no-repeat; margin:1px 1px 0 1px; background-size:contain !important; }
.subcatplus .cat_description { display:block; position:absolute; left:0px; bottom:0px; width:100%; max-height:48px; overflow-y:hidden; margin:0px; padding:4px 0 2px 0; font-size:13px; font-weight:bold; line-height:110%; background-color:var(--olivegreen); color:var(--limegreen); }
.subcatcont:hover .subcatplus .cat_description { background-color:var(--limegreen); color:var(--nearblack); }
/*
.subcatplus.png, .subcatplus .imgbox.png { background-color:var(--olivegreen); }
.subcatplus.png:hover, .subcatplus.png:hover .imgbox.png { background-color:var(--limegreen); }
.subcatcont:hover .subcatplus.png, .subcatcont:hover .imgbox.png { background-color:var(--limegreen); }
*/

.subcatright { flex:1; display:flex; flex-wrap:wrap; justify-content:start; align-items:start; flex-direction:row; background-color:var(--anthrazit); padding:2px; position:relative; top:0; left:0; min-height:108px; overflow:hidden; overflow-y:auto; }
a.subcatdata  { display:flex; flex-wrap:nowrap; justify-content:space-between; align-items:center; align-self:stretch; max-height:47%; position:relative; width:24%; margin:1px 4px 3px 2px; padding:0; border:0; background-color:var(--nearblack); text-decoration:none; color:var(--limegreen); }

a.subcatdata:hover { background-color:var(--limegreen); } 
a.subcatdata .imgbox  { display:block; width:25px; height:25px; margin:2px; border:1px solid var(--anthrazit); background-position:top center; background-repeat:no-repeat; background-size:contain; }
a.subcatdata .catdesc { display:block; width:calc(100% - 30px); font-size:12px; line-height:110%; }
a.subcatdata:hover .catdesc { background-color:var(--limegreen); color:var(--nearblack); text-shadow:none; }
a.subcatdata:hover .imgbox { /* border-color:var(--olivegreen); */ }

/* large subcategory for start page */
div.subcatcontainer_l { display:flex; flex-flow:row wrap; justify-content:space-between; /* width:100%; */ margin:0 -3px; background-color:transparent; }
a.subcategory_l { flex:1; width:33.333%; display:block; position:relative; margin:0 3px 6px 3px; height:156px; border:4px solid var(--limegreen); text-align:center; padding:0; -webkit-border-radius:9px; border-radius:9px; }

a.subcategory_l .imgbox { display:block; width:100%; height:120px; background-position:center center; background-repeat:no-repeat; margin:0; background-size:auto 120px; }
a.subcategory_l .imgbox.png { background-color:var(--anthrazit);  -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
a.subcategory_l .imgbox.png > div { display:none; }
a.subcategory_l .cat_description { display:table; position:absolute; left:0px; bottom:0px; width:100%; height:29px; min-height:29px; overflow:hidden; margin:0px; padding:1px 2px 0 2px; font-weight:bold; font-size:15px; line-height:14px; background:transparent; color:#000000; vertical-align:middle; }
a.subcategory_l .cat_description > span { display:table-cell; vertical-align:middle; font-family:OpenSansCondensed; }
a.subcategory_l:hover   { color:#000000; border:4px solid var(--limegreen); }
a.subcategory_l:hover .cat_description { background-color:var(--olivegreen); color:#FFFFFF; text-shadow:none; }
a.subcategory_l:hover .imgbox.png { background-color:var(--limegreen);  -webkit-border-radius:0; border-radius:0; }
a.subcategory_l:hover .imgbox.png > div { display:block; }
a.subcategory_l.png .cat_description { background-color:var(--anthrazit); color:#FFFFFF; padding-bottom:3px; -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;  }
a.subcategory_l.png:hover .cat_description { background-color:var(--limegreen); color:var(--olivegreen);  -webkit-border-radius:0; border-radius:0; }
a.subcategory_l:empty { height:0; border:none; }

/* smaller subcategory for start page (5 per line) */
div.subcatcontainer_s { display:flex; flex-flow:row wrap; justify-content:space-between; /* width:100%; */ margin:0 -3px; background-color:transparent;  }
a.subcategory_s       { flex:1; width:16.666%; display:block; position:relative; min-width:194px; margin:0 3px 6px 3px; height:155px; border:4px solid var(--limegreen); text-align:center; padding:0px; -webkit-border-radius:9px; border-radius:9px; }

a.subcategory_s:empty { height:0; border:none; }
a.subcategory_s .imgbox { display:block; width:100%; height:119px; background-position:center center; background-repeat:no-repeat; margin:0; background-size:contain; }
a.subcategory_s .imgbox.png { background-color:var(--anthrazit);  -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
a.subcategory_s .imgbox.png > div { display:none; }
a.subcategory_s .cat_description { display:table; position:absolute; left:0px; bottom:0px; width:100%; height:29px; min-height:29px; overflow:hidden; margin:0px; padding:1px 2px 1px 2px; font-size:11px; line-height:14px; background:transparent; color:#000000; text-shadow:-1px -1px 2px #FFFFFF; vertical-align:middle; -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; }
a.subcategory_s .cat_description > span { display:table-cell; vertical-align:middle; }
a.subcategory_s:hover   { color:#000000; border:4px solid var(--limegreen); }
a.subcategory_s:hover .cat_description { background-color:var(--limegreen); color:var(--olivegreen); text-shadow:none; }
a.subcategory_s:hover .imgbox.png { background-color:var(--limegreen); }
a.subcategory_s:hover .imgbox.png > div { display:block; }

a.subcategory_s.png:hover { background-color:var(--limegreen); }
a.subcategory_s.png .cat_description { background-color:var(--anthrazit); color:#FFFFFF; font-size:13px; font-weight:bold; line-height:14px; text-shadow:none; }
a.subcategory_s.png:hover .cat_description { background-color:var(--limegreen); color:var(--olivegreen);  }


div.content_assortment_box { float:left; width:220px; padding:2px; margin:2px; font-size:12px; font-weight:bold; color:#005598; text-align:left; }
a.xnavigate, a.xnavigate:visited           { font-size:13px; color:#000000; font-weight:bold; text-decoration:none; }
a.xnavigate:hover                          { font-size:13px; color:#154BD5; font-weight:bold; text-decoration:none; }
a.xnavigate_curr, a.xnavigate_curr:visited { font-size:13px; color:#005598; font-weight:bold; text-decoration:none; }
a.xnavigate_curr:hover                     { font-size:13px; color:#154BD5; font-weight:bold; text-decoration:none; }

/* -- SORTIMENT -- */
div.assortmentpict { width:696px; max-height:250px; overflow:hidden; border-top:1px solid #E0E0E0; border-left:1px solid #E0E0E0; border-right:1px solid #E0E0E0; border-bottom:0px; }
div.assortmenttext { width:696px; background-color:#000000; color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-size:12px; line-height:140%; border-bottom:1px solid #000000; border-left:1px solid #000000; border-right:1px solid #000000; border-top:0px; }

div.assortmentpict2 { float:left;  width:472px; height:140px; overflow:hidden; border:1px solid #E0E0E0; }
div.assortmenttext2 { float:right; width:212px; height:140px; margin-right:2px; overflow:hidden; border:1px solid #000000; background-color:#000000; color:#FFFFFF; font-size:11px; line-height:140%; font-weight:normal; }
div.assortmenttexte { float:right; width:212px; height:140px; margin-right:2px; overflow:hidden; border:1px solid #E0E0E0; }

/* ----- ITEMLIST ----- */
.itemlistheader { width:100%; font-size:12px; font-weight:bold; }
.itemlistnavitop { clear:both; min-height:32px; height:auto; overflow:hidden; border-bottom:1px dotted #E0E0E0; margin-bottom:5px; }
.itemlistnavitop select { margin-bottom:5px; }
.itemlistnavitop select:last-child { margin-right:10px; }
.itemlistnavibot { clear:both; height:32px; border-top:1px dotted #E0E0E0; margin:5px 0 0 0; width:100%; }

.itemlistfilter { display:inline-block; border:1px solid var(--olivegreen); padding:3px 2px; font-size:13px; }
.itemlistfilter option { background-color:var(--anthrazit); padding:2px 2px; }
.itemlistfilter option:hover { background-color:var(--limegreen); color:var(--nearblack); }


tr.itemcardline td { border-bottom:1px dotted #A0A0A0; vertical-align:middle; padding:2px; }

div.il_prodbox_cont { align-self:stretch; position:relative; width:24%; min-height:222px; padding-bottom:2px; margin:0 1% 10px 0; background-color:#FFFFFF; border:1px solid var(--anthrazit); }
div.il_prodbox_cont:hover { border-color:var(--limegreen); -webkit-box-shadow:0px 0px 4px 2px rgba(50, 50, 50, 0.3); box-shadow:0px 0px 4px 2px rgba(50, 50, 50, 0.3); } }

.il_prodbox { display:flex; flex-direction:column; justify-content:start; align-items:center; position:relative; border:1px solid var(--olivegreen); width:100%; height:auto; min-height:268px; overflow:hidden; text-decoration:none; }

.favlist .il_prodbox { min-height:290px; }


.il_prodbox .imgbox  { display:block; margin:5px; width:100%; height:130px; background-position:center center; background-size:contain; background-repeat:no-repeat;  }
.il_prodbox .imgboxs { display:block; float:left; width:40%; margin-left:9%; height:120px; background-position:center center; background-size:contain; background-repeat:no-repeat;  }
.il_prodbox img     { border-radius:0;  }

.il_prodbox span.colorcorner  { position:absolute; display:inline-block; left:1px; top:1px; width:25px; height:22px;  border:1px solid; opacity:0.95; }
.il_prodbox span.specialoffer { position:absolute; display:inline-block; right:1px; top:1px; width:28px; height:28px; background:url(/assets/images/corner_aktion_s.png) no-repeat 0 0;  }
.il_prodbox span.issaleitem   { position:absolute; display:inline-block; right:1px; top:1px; width:28px; height:28px; background:url(/assets/images/corner_sale_s.png) no-repeat 0 0;  }

.il_prodbox .variantinfospace { clear:both; font-size:12px; width:100%; height:24px; padding:0; border-bottom:1px solid #F0F0F0; }
.il_prodbox .variantinfo  { padding:2px 5px; color:var(--nearblack); background-color:var(--limegreen);  }

.il_prodbox .custlagerdata { color:var(--nearblack); display:block; float:right; width:49%; height:128px; max-height:128px; padding-left:5px; border-left:1px dotted #E0E0E0; white-space:nowrap; overflow:hidden; font-family:OpenSansCondensed,'Arial Narrow',Arial,Helvetica,sans-serif; font-size:13px; }
.il_prodbox .custlagerdata .bold { font-weight:bold; }
.il_prodbox .bl1, .il_prodbox .bl2, .il_prodbox .bl3 { display:block; }
.il_prodbox .bl3 { font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; font-size:20px; font-weight:bold; }

.il_prodbox .rl1, .il_prodbox .rl2, .il_prodbox .rl3 { display:block; }
.il_prodbox .rl1 { max-height:32px; overflow:hidden; }
.il_prodbox .rl3 { font-family:OpenSansCondensed,'Arial Narrow',Arial,Helvetica,sans-serif; font-size:16px; font-weight:bold; }

.il_prodbox .descrip   { font-family:'CuprumFFURegular',OpenSansCondensed,'Arial Narrow',Arial,Helvetica,sans-serif; font-size:14px; line-height:16px; clear:left; display:block; padding:1px 2px 0 2px; width:100%; min-height:54px; max-height:54px; margin:0; color:#000000; background-color:#FFFFFF; border-top:1px solid #F0F0F0; border-bottom:1px solid #F0F0F0; text-align:center; }
.il_prodbox:hover .descrip { background-color:var(--olivegreen); color:#FFFFFF; }
.il_prodbox .descrip_extra { display:none; }

.il_prodbox .lowerpart { display:block; float:left; width:100%; padding-bottom:4px; position:relative; }
.il_prodbox .itemno    { display:block; float:left;  width:48%; min-width:80px; white-space:nowrap; color:#000000; font-size:10px; text-align:left; text-indent:5px; overflow:hidden; }
.il_prodbox .price     { display:block; float:right; width:49%; min-width:90px; white-space:nowrap; color:#000000; font-size:12px; font-weight:bold; text-align:right; padding-right:5px; }

.il_prodbox .atcarea   { display:block; width:100%; min-height:30px; border:0px; padding-bottom:2px; }

.il_prodbox .qtytocart { display:block; float:right; width:40px; height:25px; margin-right:0px; text-align:right; }
.il_prodbox .qtytocart input { font-size:14px; width:40px; height:25px; border:1px solid #A0A0A0; border-right:0; padding-right:2px; margin:0; text-align:right; }

.il_prodbox .qtybutton { display:inline-block; width:23px; height:23px; margin:0 3px 0 3px; vertical-align:top; }
.il_prodbox .qtybutton input { width:23px; height:23px; background-color:#F8F8F8; background:url(/assets/images/cartbutton.png) no-repeat -2px -27px; cursor:pointer; border:1px solid #A0A0A0;  }
.il_prodbox .qtybutton input:hover { background-color:var(--limegreen); background-position:-2px -27px;  }

.il_prodbox .pbkngreen          { position:absolute; display:flex; align-items:center; justify-content:space-between; left:2px; bottom:4px; font-family:OpenSansCondensed; font-weight:bold; font-size:13px; color:var(--olivegreen); }
.favlist .il_prodbox .pbkngreen { position:absolute; left:5px; bottom:4px; font-family:OpenSansCondensed; font-weight:bold; font-size:13px; color:var(--olivegreen); }

span.inline47 { display:inline-block; width:47px; }

.delfromwl { position:absolute; bottom:3px; right:130px; width:24px; height:24px; border:1px solid #A0A0A0; text-align:center; font-size:16px; padding-top:2px; color:#666666; background-color:#FFFFFF; }
.delfromwl:hover { color:#FFFFFF; background-color:#FF0000; }
.dfwl_overlay { display:none; position:absolute; left:0; right:0; top:0; bottom:25px; background-color:rgba(255,255,255,0.7); }
.dfwl_overlay > div { width:70%; margin:15% auto 0 auto; text-align:center; font-size:14px; font-weight:bold; font-family:OpenSansCondensed; padding:5px 2px 10px 2px; border:1px solid #E0E0E0; background-color:#FFFFFF; -webkit-box-shadow:3px 3px 8px 0px rgba(50,50,50,0.4); box-shadow:3px 3px 8px 0px rgba(50,50,50,0.4); }
.dfwl0, .dfwl1 { min-width:50px !important; cursor:pointer; }

#atb_area { width:100%; border-top:1px dotted var(--limegreen); padding:5px; height:auto; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:start; }
.atbmessage  { position:absolute; top:1px; left:20px; width:142px; height:30px; max-height:30px; font-size:11px; padding-top:2px; line-height:13px; background-color:#E0FFE0; color:var(--olivegreen); text-align:center; border:1px solid #E0E0E0; border-top:0px; -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; }
.atbmessage2 { display:none; position:absolute; bottom:32px; left:10%; width:80%; min-height:30px; font-size:13px; font-weight:bold; font-family:OpenSansCondensed; padding:8px 2px; line-height:125%; background-color:#E0FFE0; color:var(--olivegreen); text-align:center; border:2px solid var(--olivegreen); -webkit-border-radius:5px; border-radius:5px; }
.newitem, .aktionitem { display:block; position:relative; top:-151px; left:137px; width:42px; height:42px; text-decoration:none; }
.newitem { background:url(/assets/images/corner_new.png) no-repeat top right; }
.aktionitem { background:url(/assets/images/corner_aktion.png) no-repeat top right; }

div#prodsizetable { margin-left:-5px; }

table { font-size:14px; border:0px; }
th    { font-size:14px; color:#000000; font-family:OpenSansCondensed,'Arial Narrow',sans-serif; font-weight:bold; line-height:120%; }

table.sl_il { font-size:14px; border:0; }
table.sl_il th { color:var(--limegreen); background-color:var(--olivegreen); text-align:left; padding:3px 2px 4px 2px; vertical-align:top; }
table.sl_il td { padding:2px; }
table.sl_il td.small { font-size:12px; line-height:115%; }
table.sl_il td a:hover { color:var(--textinput); }
table.sl_il tr:hover { background-color:var(--anthrazit); }
table.sl_il th input[type="radio"]:checked+label { color:var(--limegreenl);  }
table.sl_il th input+label::after { content:''; font-family:FontAwesome; margin-left:5px; }
table.sl_il th input[type="radio"]:checked+label.asc::after { content:'\f0d8'; }
table.sl_il th input[type="radio"]:checked+label.desc::after { content:'\f0d7'; }

table.salesstat { font-size:14px; border:0; }
table.salesstat th { vertical-align:top; text-align:left; min-height:25px; padding:4px 2px 3px 2px; position:relative; }
table.salesstat th.sortable { padding-right:25px; }
table.salesstat td { padding:2px; vertical-align:top; border-bottom:1px solid var(--olivegreen); }
.sof { cursor:pointer; }
.sof:hover { background-color:var(--limegreen); color:var(--nearblack); }
.ascdescarrow { position:absolute; right:0; top:0; width:25px; height:25px; text-align:center; }
.ascdescarrow i { font-size:15px; padding-top:3px; color:#999999; cursor:pointer; }
.disp_numo { position:absolute; top:0; left:90%; padding:0; width:202px; z-index:9999; height:auto; line-height:125%; background-color:transparent; display:none;  }
.disp_numo_inner { width:200px; padding:0; border:1px solid #A0A0A0; background-color:#FFFFFF; -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5); box-shadow:1px 1px 3px 0px rgba(50, 50, 50, 0.5); }
.numorders_cell { cursor:pointer; }
.numorders_cell:hover { background-color:#F0FFF0; }
.numorders_cell:hover > .disp_numo { display:block; }
.col_lastorder { width:170px; }
div.col_lastorder { display:flex; justify-content:space-between; flex-wrap:wrap; }

table.clhist th { padding:3px 2px 5px 2px; }
table.clhist td { padding:3px 2px; }

.tableheader { font-family:OpenSansCondensed,'Arial Narrow',sans-serif; font-size:14px; font-weight:bold; color:#000000; background-color:#E0E0E0; }
.tableheader a:link    { text-decoration:none; color:#FF0000; }
.tableheader a:visited { text-decoration:none; color:#FF0000; }
.tableheader a:active  { text-decoration:none; color:#FF0000; }
.tableheader a:hover   { text-decoration:none; color:#FF0000; }

div.il_commission { position:absolute; right:1px; top:-28px; width:230px; height:20px; padding-top:3px; text-align:right; border-top:1px dotted #E0E0E0; border-left:1px dotted #E0E0E0; border-bottom:1px solid #FFFFFF; -webkit-border-radius:5px 0 0 0; border-radius:5px 0 0 0; }

select.filterdd { font-family:"Arial Narrow",Arial,Helvetica,sans-serif; font-size:13px; width:305px; height:24px; line-height:19px; }

/* --- ITELIST TABLE V1 --- */
.itl_picdata { position:relative; display:flex; flex-wrap:wrap; flex-direction:row; justify-content:space-between; align-items:start; clear:both; width:100%; min-height:210px; overflow:hidden; }

/* --- NEW PRODUCT-SIZE-TABLE --- */
.slantwrapper { float:left; width:auto; height:120px; overflow:hidden; max-height:120px; padding:45px 0 0 160px; margin-left:0; white-space:nowrap; max-width:100%; position:relative; }
.slantwrapper::after { content:""; width:100%; height:0; clear:both; }
#slantline { clear:both; max-width:100%; height:2px; position:relative; margin-bottom:-2px; background-color:transparent; }

.slant { position:relative; display:inline-block; font-size:14px; font-family:OpenSans,Arial,Helvetica,sans-serif; perspective:160px; cursor:pointer; margin-left:-112px; padding:5px 10px 5px 15px; width:160px; border:1px solid var(--anthrazitl); background-color:var(--anthrazitl); transform:rotate(-45deg) skew(45deg); -webkit-transform:rotate(-45deg) skew(45deg); -ms-transform:rotate(-45deg) skew(45deg); transform:rotate(-45deg) skew(45deg) translate3d(0,0,1px); }
.slant::before { content:""; position:absolute; top:0; left:0; bottom:0; background-color:#bce4ff; z-index:1; width:0; transition:all 0.25s ease-out; -webkit-transition:all 0.25s ease-out; }
.slant:hover { background-color:var(--limegreen); color:var(--nearblack); }
.slant span { display:block; transform:skew(-45deg); -webkit-transform:skew(-45deg); -ms-transform:skew(-45deg); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; position:relative; z-index:2; }
.slantact, .slantact:hover { background-color:var(--olivegreen); color:var(--limegreenl); bottom:-3px; left:-3px; width:170px; padding:5px 8px 5px 20px; perspective:170px; margin-left:-117px; margin-right:-5px; }
.qualitable { max-width:100%; overflow-x:auto; height:auto; margin:0 0 5px 0; display:block; margin-right:165px; border:2px solid var(--olivegreen); /* background-color:var(--anthrazit); */ }
.slantcolorbox { position:absolute; right:145px; top:0; width:14px; height:10px; background-color:transparent; -webkit-border-radius:0 0 50% 0; border-radius:0 0 50% 0; background-size:cover; }

table.pst { overflow:hidden; border:1px solid #E0E0E0; border-collapse:collapse; border-top:0; }
table.pst tr:hover { background-color:var(--anthrazit); }
table.pst td, table.pst th { border:1px solid var(--anthrazitl); position:relative; min-width:32px; height:20px; min-height:20px; text-align:center; vertical-align:middle; }
table.pst th { height:30px; min-height:30px; }
table.pst th, table.pst td.first { color:var(--limegreen); background-color:var(--olivegreen); font-family:OpenSansCondensed; font-size:14px; font-weight:bold; border:1px solid var(--anthrazitl); padding:1px; }
table.pst td:hover::after, table.pst th:hover::after { content:""; position:absolute; background-color:var(--anthrazit) !important; left:0; top:-5000px; height:10000px; width:100%; z-index:-1; }
table.pst td i { font-size:15px; color:var(--limegreen); line-height:24px; }
table.pst td i.alrb { color:#FFFFFF; }
table.pst .prodlink { display:block; width:100%; height:100%; min-height:24px; text-align:center; }

table.pst .plc:hover { background:var(--olivegreen) url(/assets/images/cartlime.png) no-repeat center center;  }
table.pst .plc:hover i { display:none; }

.quicktab_box { position:absolute; right:0; top:172px; width:auto; min-width:160px; max-width:180px; height:auto; overflow:hidden; background-color:transparent; z-index:999; padding-left:14px; }
.quicktab_grp { margin-bottom:5px; border:1px solid var(--olivegreen); background-color:var(--anthrazitl); }
.quicktab_grp_head { display:none; background-color:var(--lightgreen); color:var(--limegreenl); padding:3px; font-family:OpenSansCondensed; font-size:14px; font-weight:bold;  }
.quicktab_link { display:block; text-decoration:none; color:var(--limegreen); height:28px; line-height:22px; padding:3px; white-space:nowrap; padding-left:10px; position:relative; }
.quicktab_link:hover { background-color:var(--limegreen); color:var(--nearblack); }
.quicktab_link_current, .quicktab_link_current:hover { color:var(--limegreenl); background-color:var(--olivegreen); position:relative; }
.quicktab_link_arrow { position:absolute; top:-1px; left:-15px; width:0px; height:0px; border-top:15px solid transparent; border-bottom:15px solid transparent; border-right:15px solid var(--olivegreen); }

a.quicktab_link_m { display:block; float:left; margin:0 0.5% 3px 0.5%; font-family:OpenSansCondensed; font-size:14px; font-weight:bold; width:49%; min-width:155px; max-width:200px; text-decoration:none; background-color:var(--olivegreen); color:#FFFFFF; height:30px; line-height:26px; padding:2px 5px; white-space:nowrap; overflow:hidden; }

.quickcart { float:right; width:auto; padding:3px; text-align:center; font-family:OpenSansCondensed; font-size:14px; font-weight:bold; position:relative; }
.quickcartinfo { display:none; position:absolute; right:5px; top:25px; width:310px; height:auto; z-index:9999; line-height:125%; color:#000000; font-family:OpenSansCondensed; font-style:normal; font-size:14px; font-weight:bold; text-align:left; background-color:#FFFFFF; border:1px solid #A0A0A0; padding:3px; -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5); box-shadow:1px 1px 3px 0px rgba(50, 50, 50, 0.5); }
#quickcartinfo:hover .quickcartinfo { display:block; }
.quicktabshead { text-align:right; font-family:OpenSansCondensed; font-size:14px; font-weight:bold; padding:0 2px 2px 0; cursor:pointer; }
#quicktabsheadt > span {  }
 
.msgqc { display:none; position:absolute; top:0; left:0; min-width:32px; width:100%; height:24px; background:var(--limegreen) url(/assets/images/cartok.png) no-repeat center center; text-align:center; z-index:99999;  }

.xcaption { display:block; background-color:var(--olivegreen) !important; color:#FFFFFF; margin-top:2px; height:22px; padding:1px 25px 1px 2px; line-height:21px; background:url(/assets/images/cartgreen.png) no-repeat right center; }

/* --------------------------------------------------------------
   ARTIKEL DETAILANSICHT
---------------------------------------------------------------*/
.ic_navi { display:flex; flex-direction:row-reverse; flex-wrap:nowrap; white-space:nowrap; }

.itempicanddata { width:100%; display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; align-items:start; padding-top:10px; min-height:210px; height:auto; overflow:hidden; }
.artikelbildbox { width:49%; display:flex; flex-direction:column; justify-content:space-between; align-self:stretch; }
.allpicscontainer { display:flex; flex-wrap:nowrap; flex-direction:row; justify-content:space-between; align-items:start; }

.productinfo { font-family:Arial,Helvetica,sans-serif; line-height:150%; font-size:12px; }
.producttable { border:1px solid #E0E0E0; border-collapse:collapse; }
.producttable td { text-align:center; font-size:12px; }

div.prod_pic_box { position:relative; width:49%; height:auto; min-height:210px; background-color:#FFFFFF; border:1px solid var(--limegreen); text-align:center; overflow:hidden; align-self:stretch;  }
.ic_prodpicture  { position:absolute; top:0; left:0; display:block; width:100%; height:203px; padding:0px; background-position:center center;  margin-left:auto; margin-right:auto; }
.ic_prodpicture a { display:block; width:320px; height:203px; text-decoration:none; }
div.prod_pic_box div.colorcorner { position:absolute; display:inline-block; left:1px; top:1px; width:30px; height:22px; border:1px solid;  }

div.altpicarea      { width:76px; min-width:76px; margin:0; height:209px; overflow:hidden; }
a.thumbnail         { clear:both; width:75px; height:43px; border:1px solid #E0E0E0; border-left:0px; margin:5px 0 5px 0; text-decoration:none; font-size:11px; }
a.thumbnail:hover   { border-color:#808080; }

.debug_din { position:absolute; top:49px; right:2px; font-size:13px; font-weight:bold; width:auto; border:1px solid #F00; background-color:#c0c0c0; z-index:99999; padding:1px 2px; color:#000; opacity:0.8; }
.size_dropdown { border:1px solid var(--olivegreen); background-color:var(--nearblack); color:var(--limegreen); padding:2px 1px; }

div.prod_icon_box { height:56px; width:100%; padding-top:7px; text-align:center; }
.compliancelogo { border:0; width:auto; height:40px; margin:0 5px; }
#navtextfieldbox { padding:5px 0; font-size:13px; line-height:120%; border:1px solid var(--limegreen); background-color:var(--anthrazit); margin-top:5px; }

div.navtextfield { width:100%; padding:1px 5px; text-align:left; font-weight:normal; line-height:135%; }

div.pic_divider  { clear:both; width:200px; height:8px; }
div.prod_txt_box { position:relative; min-height:210px; width:49%; border:1px solid var(--limegreen); padding:0; background-color:var(--anthrazit); color:var(--limegreen); align-self:stretch; }
div.ptb_head     { font-size:13px; font-weight:bold; white-space:nowrap; overflow:hidden; background-color:var(--limegreen); color:var(--nearblack); border:0; padding:3px 5px; margin-bottom:8px; }

div.attribute-list { display:flex; flex-direction:row; flex-wrap:wrap; justify-content:start; align-items:start; width:99.5%; padding:0; font-size:13px; overflow:hidden; }
div.ptb_caption  { width:160px; padding:1px 0 1px 5px; margin-right:5px; }
div.ptb_data     { width:calc(100% - 166px); min-width:130px; padding:1px 0; }
div.ptb_data input[type="text"] { background-color:var(--nearblack); color:var(--textinput); }
div.ptb_spacer   { width:100%; clear:both; height:4px; }                                                                               

.flex_nsc { display:flex; flex-wrap:nowrap; justify-content:start; align-items:center; }

.itemprice_large { font-weight:bold; font-size:16px; }
.itemprice_small { font-size:11px; vertical-align:top; font-weight:bold; margin-top:1px; display:inline-block; }

div.techdatablockhead { width:440px; height:17px; font-family:Arial,Helvetica; font-size:12px; color:#BE2846; font-weight:bold; border-bottom:dotted 1px #BE2846; padding-top:5px; }
td.attr_name    { width:120px; font-weight:normal; vertical-align:top; }
td.attr_data    { width:230px; font-weight:normal; vertical-align:top; }

div.accessory-list   { float:left; width:440px; border-bottom:1px dotted #A0A0A0; padding:3px 0px 3px 0px; font-size:11px; }
div.accessory-itemno { float:left; width:70px; height:auto; }
div.accessory-price  { float:left; width:50px; height:auto; text-align:right; }
div.accessory-descr  { float:left; width:230px; height:auto; }
div.accessory-order  { float:right; width:80px; height:auto; text-align:right; }

.float-break       { height:1%; } /* Fix for IE */
.float-break:after { content:"-"; height:0px; font-size:0px; visibility:hidden; display:block; clear:both; }

div.techdatacell { height:16px; font-size:11px; border-bottom:0px; }
.slidedown   { display:inline-block; height:16px; background:url(/assets/images/small_arrows.png) no-repeat 100% 0px; padding-right:20px; text-align:right; }
.slidedown:hover {background-position:100% -20px; }

.arrowdown       { background:url(/assets/images/small_arrows.png) no-repeat 100% 0px; }
.arrowdown:hover { background:url(/assets/images/small_arrows.png) no-repeat 100% -16px; }
.arrowup         { background:url(/assets/images/small_arrows.png) no-repeat 100% -32px; }
.arrowup:hover   { background:url(/assets/images/small_arrows.png) no-repeat 100% -48px; }

.vpinfo { font-size:12px; color:var(--textinput); }
.price_and_atc { display:flex; padding:2px 0 5px 0; flex-wrap:nowrap; justify-content:end; align-items:center; position:relative; align-self:end; min-width:172px; }

div#atc_message  { width:252px; text-align:center; margin:5px 0 2px 0; background-color:#E0FFE0; color:var(--olivegreen); font-size:12px; padding:5px 2px; border:1px solid var(--olivegreen); }

div#qty_disc_table { display:none; position:absolute; top:0px; left:120px; width:220px; border:1px solid #808080; background-color:#FFFFFF; z-index:9999; -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5); box-shadow:1px 1px 3px 0px rgba(50, 50, 50, 0.5); }
table.discounttable { width:220px; border:0; font-size:12px; table-layout:fixed; border-collapse:collapse; background-color:#FFFFFF; }
table.discounttable th { font-size:11px; font-weight:bold; text-align:right; border-bottom:1px solid #A0A0A0; background-color:#E0E0E0; padding:2px; }
table.discounttable td { font-size:12px; font-weight:normal; text-align:right; padding:2px; }

.lg_qtyinput { width:45px; height:23px; font-weight:bold; font-family: OpenSansCondensed; font-size:16px; border:1px solid var(--olivegreen) !important; background-color:var(--nearblack) !important; padding:1px; text-align:center; color:#FFFFFF !important; }
.il_prodbox .lg_qtyinput { background-color:#F8F8F8 !important; color:#000000 !important; }
.il_prodbox .lg_qtyinput_imp { background-color:var(--limegreen) !important; }

input.bemkom { width:100%; font-size:11px; padding:2px; border:1px solid #A0A0A0; }
.plusminus_m, .plusminus_p { display:inline-block; width:23px; height:23px; color:var(--limegreen); background-color:var(--olivegreen); text-align:center; vertical-align:top; border:1px solid var(--olivegreen); font-weight:normal; font-size:19px; line-height:19px; cursor:pointer; }
.plusminus_m:hover, .plusminus_p:hover { background-color:var(--limegreen); color:var(--olivegreen); }
.plusminus_m { margin-right:1px; }
.plusminus_p { margin-left:1px; }

.meratable { border:0; font-size:12px; width:100%; }
.meratable .c1 { padding-right:10px; }
.meratable .c2 { text-align:right; }
.meratable .c3 { text-align:right; padding-right:2px; padding-left:10px; }

.embed-container { position:relative; padding-bottom:56.25%; height:0; overflow:hidden; max-width:100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; padding-bottom:10px; }

.mtbutton .shoppingcartwhite { width:25px; height:22px; display:inline-block; background:transparent url(/assets/images/carts_small.png) no-repeat; background-position:0 -98px; }
.mtbutton:hover .shoppingcartwhite { background-position:0 -73px; }

.mlddlagertitle { padding:5px 5px 1px 5px; font-weight:bold; font-family:OpenSansCondensed; font-size:15px; }
.mlddlagerbutton { display:flex; flex-direction:row; flex-wrap:nowrap; justify-content:space-between; align-items:center; position:relative; width:calc(100% - 2px); padding:5px 4px 5px 4px; background-color:var(--olivegreen); color:#FFFFFF; margin:1px; font-weight:bold; font-family:OpenSansCondensed; font-size:14px; cursor:pointer; text-decoration:none; min-height:27px; }
.mlddlagerbutton:hover, .mlddlagerbutton:hover a { background-color:var(--limegreen); color:var(--nearblack) !important; }
.mlddlagerbutton.disabled { background-color:var(--limegreen) !important; cursor:pointer; }
.mlddlagerbutton + a { display:block; width:100%; padding:3px 0; }
.mldaddstatus { text-align:right; font-size:21px; line-height:100%; white-space:nowrap; }
.mldaddstatus i.fa { min-width:24px; text-align:left; padding-left:2px; }

#additemtoll input { font-size:14px; }
.mldlagername { width:100%; background-color:var(--limegreen); padding:3px; color:var(--nearblack); font-weight:bold; font-family:OpenSansCondensed; font-size:15px; }
.mldprodname { font-weight:bold; font-family:OpenSansCondensed; font-size:14px; }
.mldpicture { width:90%; margin:0 auto; height:150px; background-size:contain; background-repeat:no-repeat; background-position:center center; }

.lagpospart { text-align:center; margin-bottom:1px; }
.lagposdims { text-align:center; }

#dialog_add2ll { display:none; position:fixed; top:0; left:0; width:100%; height:100vh; flex-direction:row; justify-content:center; align-items:center; background-color:rgba(0,0,0,0.6); }
.dialog_iframe { width:602px; height:510px; max-width:95vw; max-height:99vh; border:2px solid var(--limegreen); background-color:#FFFFFF; -webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5); box-shadow:0 10px 25px rgba(0,0,0,0.5); position:relative; }
.dialog_closex { position:absolute; top:0px; right:0px; width:28px; height:27px; cursor:pointer; z-index:8040; background-color:var(--olivegreen); overflow:hidden; }
.dialog_closex:after { content:'\F00D'; font-family:FontAwesome; font-size:22px; position:relative; display:block; top:0; left:0; width:28px; height:27px; color:#FFFFFF; text-align:center; }
.dialog_closex:hover { background-color:#FF0000;; }

.availdebis { width:170px; padding:3px; margin-bottom:5px; background-color:var(--limegreen); color:var(--nearblack); font-weight:bold; font-family:OpenSansCondensed; font-size:15px; line-height:110%; }

/* ----- X-Selling ----- */
.xsellitem { width:124px; height:62px; border:1px solid #E0E0E0; position:relative; overflow:hidden; float:left; display:inline-block; border-radius:7px; -webkit-border-radius:7px; }

.jcarousel-xsell .jcarousel-container { background: #FFFFFF; border:0px; }
.jcarousel-xsell .jcarousel-direction-rtl { direction:rtl; }
.jcarousel-xsell .jcarousel-container-horizontal { width:695px; padding:0px 0px; }
.jcarousel-xsell .jcarousel-clip { overflow:hidden; }
.jcarousel-xsell .jcarousel-clip-horizontal { width:694px; height:95px; }
.jcarousel-xsell .jcarousel-item { width:126px; height:92px; }
.jcarousel-xsell .jcarousel-item-horizontal { margin-left:6px; margin-right:7px; }
.jcarousel-xsell .jcarousel-item-placeholder { background:#FFFFFF; color:#000000; }
.jcarousel-xsell .jcarousel-next-horizontal { width:1px; height:1px; display:none; }
.jcarousel-xsell .jcarousel-next-disabled-horizontal { width:1px; height:1px; display:none; }
.jcarousel-xsell .jcarousel-prev-horizontal { width:1px; height:1px; display:none; }
.jcarousel-xsell .jcarousel-prev-disabled-horizontal { width:1px; height:1px; display:none; }
.jcarousel-xsell ul { list-style-type:none; }

/* ----- JSSOR-Slider ----- */
.captionGreen, .captionBlack { color:#FFFFFF; font-size:14px; font-family:Arial,Helvetica,sans-serif; line-height:16px; text-align:center; border-radius:7px; -webkit-border-radius:7px; padding:5px; box-sizing:content-box; }
.captionGreen { background:var(--olivegreen); background-color: rgba(46,128,66, 0.6); }
.captionBlack { font-size:16px; background:#000000; background-color:rgba(0,0,0, 0.4); }
a.captionGreen, a.captionGreen:active, a.captionGreen:visited { color: #FFFFFF; text-decoration:none; }
a.captionGreen:hover { color:var(--olivegreen); text-decoration:none; background-color:#EFEFEF; background-color:rgba(239, 239, 239, 0.7); }
/* ----- jssor bullet ----- */
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av { opacity:0.6; overflow:hidden; cursor:pointer; border:0; }
.jssorb01 div { background-color: gray; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #D3D3D3; }
.jssorb01 .av { background-color: #D0F0D0; opacity:1.0; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }
/* ----- jssor navi arrows ----- */
.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn { position:absolute; cursor:pointer; display:block; background: url(/assets/images/slidernavi/a17.png) no-repeat; overflow:hidden; }
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }        
.jssora05l:hover { background-position: -130px -40px; } 
.jssora05r:hover { background-position: -190px -40px; } 
.jssora05ldn { background-position: -250px -40px; }     
.jssora05rdn { background-position: -310px -40px; }     
/* ----- text in circle ----- */
div.sp_l { float:left; clear:left; height:10px; }
div.sp_r { float:right; clear:right; height:10px; }
span.circtext { max-height:150px; overflow-y:hidden; text-shadow:1px 1px 2px rgba(0,70,0,1); }

/* ---------- PFAD (BREADCRUMBS) ---------- */
.pfad { float:left; text-align:left; font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#000000; }
.pfad a:link, .pfad a:visited, .pfad a:active    { text-decoration:none; color:#073747; }
.pfad a:hover   { text-decoration:none; color:#C61616; }

.checkoutprogress { background-color:var(--anthrazitl); width:100%; min-height:30px; padding:0; margin-bottom:10px; display:flex; justify-content:space-between; flex-wrap:nowrap; align-items:center; }
.opbreadt { display:block; min-width:100px; width:20%; font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; font-weight:bold; font-size:15px; color:var(--limegreen);  padding:2px 0 2px 5px; }
.opbreadn { display:block; width:80%; }

.opbread0, .opbread1  { display:inline-block; position:relative; font-size:12px; width:20%; overflow:hidden; height:22px; line-height:22px; margin:0; padding:0; white-space:nowrap; text-decoration:none; text-indent:20px; text-overflow:ellipsis; }
span.opbread0, a.opbread0 { color:#C0C0C0; }
span.opbread1, a.opbread1 { color:var(--limegreenl); }

.opnumber { position:absolute; display:block; left:1px; top:1px; width:20px; height:20px; background-color:#A0A0A0; color:#FFFFFF; font-size:14px; line-height:20px; font-weight:bold; text-align:center; text-indent:0; }
.opnumber#opncurr { background-color:var(--limegreen); }


/* ---------- BESTELLUNG ---------- */
.adrblk_entry { width:640px; max-width:100%; padding-bottom:2px; height:auto; overflow:auto; }
.adrb1k_entry { display:none; }
.adrblk_entry::after { content:""; display:block; clear:both; height:0; }
.adrblk_caption { display:block; float:left; width:160px; padding:2px 5px 1px 0; font-size:13px; }
.adrblk_data    { display:block; float:left; width:450px; max-width:100%; font-size:13px; }
.adrblk_data_d  { display:block; float:left; border:1px solid #F0F0F0; }

div.addressblock { width:320px; padding-left:3px; font-size:12px; text-align:left; }
a.question       { background: url(/assets/images/question.gif) no-repeat left center; padding-left:20px; text-decoration:none; font-size:11px; display:inline-block; height:16px; }
a.question:link, a.question:visited, a.question:active { color:#606060; text-decoration:none; }
a.question:hover { color:#000000; text-decoration:none; }

.ralablock { margin-top:5px; padding:5px; border:1px solid var(--olivegreen); background-color:var(--anthrazit); align-self:stretch; height:100%; }

/* ---------- DROPDOWNS ---------- */
.dropwrapper { position:relative; }
li.drop { list-style:none; background-color:var(--anthrazitl); color:var(--limegreen); padding:5px; height:26px; overflow:hidden; position:relative; white-space:nowrap; }
li.drop:hover { background-color:var(--olivegreen); color:var(--limegreenl); }

.ddedel, i.ddedel { position:absolute; right:0; top:0; width:26px; height:26px; line-height:24px; text-align:center; color:#FF0000; background-color:var(--nearblack); font-size:17px; cursor:pointer; }
.dropdown-container { display:block; position:absolute; border:1px solid var(--olivegreen); background-color:var(--nearblack); width:100%; max-height:200px; overflow:visible; z-index:999999; cursor:pointer; }

.dropdown { position:relative; border:1px solid var(--olivegreen); width:100%; color:var(--textinput); background-color:var(--anthrazit); padding:2px 0 3px 5px; cursor:pointer; white-space:nowrap; overflow:hidden; }
.dropdown .trigger { position:absolute; display:inline-block; right:0; top:0; width:23px; height:23px; font-size:14px; line-height:21px; text-align:center; padding:1px 0 0 1px; color:var(--limegreen); background-color:var(--olivegreen); border-color: var(--olivegreen); }
.dropdown:hover .trigger { background-color:var(--limegreen); color:var(--olivegreen); }
.dropdown-container.shippingaddr li { font-family:OpenSansCondensed,'Arial Narrow',Arial,Helvetica,sans-serif; font-size:15px; }

/* ---------- CMS Special ---------- */
.personalboxcontainer { display:flex; width:100%; justify-content:space-between; flex-wrap:wrap; align-items:start; }
.personalbox { width:32%; border:1px solid var(--limegreen); padding:10px; margin:10px 0; font-size:14px; }
.personalbox a { display:block; margin-top:5px; }
.personalbox b { font-size:18px; line-height:130%; font-family:OpenSansCondensed,'Arial Narrow',Arial,Helvetica,sans-serif; display:inline-block; margin-bottom:2px; }
.lieferinfo1, .lieferinfo2 { display:flex; width:100%; max-width:1000px; margin:0 auto; justify-content:space-between; flex-wrap:nowrap; align-items:stretch; }
.lieferinfo2 { border:2px solid var(--limegreen); background-color:var(--anthrazit); -webkit-border-radius:5px; border-radius:5px; margin:20px auto; }
.lieferinfo1 > div { width:20%; min-width:130px; margin:5px 2px; display:flex; flex-direction:column; justify-content:space-between; background-color:#FFFFFF; color:var(--anthrazit); align-items:center; text-align:center; padding:5px; border:2px solid var(--limegreen); -webkit-border-radius:5px; border-radius:5px; }
.lieferinfo2 > div { width:50%; max-width:490px; padding:10px; display:flex; flex-direction:column; justify-content:start; align-items:start; margin-top:10px; }
.lieferinfo2 > div:first-child span:first-child { display:inline-block; padding-bottom:5px; }
.lieferinfo2 > div:last-child { justify-content:end; align-items:end; }

/* ---------- AGB spacing ---------- */
div.agbtext { }
div.agbtext br { margin-bottom:5px; }

/* ---------- SHADOW BOX ----------- */
.shadowbox { border:1px solid var(--limegreen); -webkit-box-shadow:2px 2px 4px var(--olivegreen); box-shadow:2px 2px 4px var(--olivegreen); }

/* ---------- DIALOGBOXEN ---------- */
.dialog { position:relative; margin:0px auto; min-width:40px; min-height:55px; color:#000000; z-index:1; max-width:1200px; margin-left:1px; margin-bottom:5px; }
.dialog .content, .dialog .t, .dialog .b, .dialog .b div { background:transparent url(/assets/images/dialogbox.png) no-repeat top right; }
.dialog .content { position:relative; padding:0px 10px 0px 0px; }
.dialog .t { position:absolute; left:0px; top:0px; width:10px; margin-left:-10px; height:100%; background-position:top left; }
.dialog .b { position:relative; width:100%; }
.dialog .b, .dialog .b div { height:8px; font-size:1px; }
.dialog .b { background-position:bottom right; }
.dialog .b div { position:relative; width:10px; margin-left:-10px; background-position:bottom left; }
.dialog .hd, .dialog .bd, .dialog .ft { position:relative; }
.dialog .wrapper { position:static; max-height:1000px; overflow:auto; }
.dialog h1, .dialog p { margin:0px; padding:0.5em 0px 0.5em 0px; }
.dialog h1 { font-size:14px; padding-bottom:0px; }
.dialog h2 { font-size:13px; font-weight:bold; padding:9px 2px 5px 2px; color:#000000; margin:0px; }

/* ---------- GROUPBOXEN ---------- */
.groupbox { position:relative; margin:0px auto; min-width:40px; min-height:55px; color:#000000; z-index:1; max-width:1200px; margin-left:1px; margin-bottom:5px; }
.groupbox .content, .groupbox .t, .groupbox .b, .groupbox .b div { background:transparent url(/assets/images/groupbox.png) no-repeat top right; }
.groupbox .content { position:relative; padding:0px 10px 0px 0px; }
.groupbox .t { position:absolute; left:0px; top:0px; width:10px; margin-left:-10px; height:100%; background-position:top left; }
.groupbox .b { position:relative; width:100%; }
.groupbox .b, .groupbox .b div { height:8px; font-size:1px; }
.groupbox .b { background-position:bottom right; }
.groupbox .b div { position:relative; width:10px; margin-left:-10px; background-position:bottom left; }
.groupbox .hd, .groupbox .bd, .groupbox .ft { position:relative; }
.groupbox .wrapper { position:static; max-height:1000px; overflow:auto; }
.groupbox h1, .groupbox p { margin:0px; padding:0.5em 0px 0.5em 0px; }
.groupbox h1 { padding-bottom:0px; }
.groupbox h2 { font-weight:bold; padding:9px 2px 5px 2px; color:#000000; margin:0px; }

/* ---------- BOX LOGIN / PASSWORD_CHANGE / PASSWORD_RECOVERY ---------- */
div.loginbox     { width:310px; border:dotted 1px #666666; }
div.loginboxhead { width:308px; height:17px; background-color:#E0E0E0; font-size:12px; color:#000000; font-weight:bold; padding:1px; }

/* ---------- DOWNLOADS PAGE ------- */
div.downloads { width:750px; border:0; padding:0; line-height:20px; }
div.downloads .dlgroup { font-size:13px; margin:15px 0 0 0; color:var(--olivegreen); font-weight:bold; border-bottom:1px solid #E0E0E0; }
div.downloads .dlline  { border-bottom:1px solid #E0E0E0; height:24px; overflow:hidden; white-space:nowrap; margin:0; padding:0; position:relative; }
div.downloads .dlline span { display:inline-block; margin:1px; padding:0; height:22px; line-height:20px; vertical-align:top; }
div.downloads .dlline a       { color:#000000; background-color:#FFFFFF; text-decoration:none; display:block; width:100%; height:22px; color:#000000; padding:0 !important; position:relative; }
div.downloads .dlline a:hover { color:#FFFFFF; background-color:#77848F; }
div.downloads .dlline a.videoplay { display:block; position:absolute; top:1px; right:175px; width:30px; height:20px; background:transparent url(/assets/images/videoplay.png) no-repeat 0 0; text-decoration:none; }
div.downloads .dlline a.videoplay:hover { background-position:0 -20px; }

/* ---------- GOOGLE MAP ----------- */
a.routeplanner { display:inline-block; text-decoration:none; position:relative; top:-441px; left:60px; padding:6px 12px; font-size:16px; text-align:center; color:#000000; background-color:#FFFFFF; border:1px solid rgba(0,0,255,0.15); box-shadow:0px 1px 4px -1px rgba(0,0,0,0.3); -webkit-box-shadow:0px 1px 4px -1px rgba(0,0,0,0.3); }
a.routeplanner:hover { background-color:#E0E0E0; color:#000000; }

/* ---------- BUTTONS ---------- */
div.button27 { cursor:pointer; color:#FFFFFF; background-color:var(--olivegreen); }
a.button27 { display:block; float:left; cursor:pointer; margin-left:1px; width:27px; height:27px; text-align:center; text-indent:0; font-size:20px; line-height:23px; padding:2px 1px 1px 1px; color:#FFFFFF; background-color:var(--olivegreen); }
a.button27:hover, div.button27:hover { background-color:var(--limegreen) !important; }
a.button27d, a.button27d:hover { display:block; float:left; margin-left:1px; width:27px; height:27px; text-align:center; text-indent:0; font-size:20px; line-height:23px; padding:2px 1px 1px 1px; color:var(--anthrazit); background-color:var(--anthrazitl); }
.button27 i.fa-reply { margin-top:2px; }
a.add2ll_link { background-color:var(--orange); }
.b27_add2ll { position:absolute; top:0; left:1px; width:25px; height:15px; color:#FFFFFF; font-size:16px; line-height:100%; text-align:center; font-weight:bold; background-color:var(--orange); }
.button27:hover .b27_add2ll { background-color:var(--limegreen); }

.addtoll { float:unset; display:inline-block; font-size:20px; width:27px; height:27px; position:relative; padding-top:0; background-color:#E0E0E0; color:#FFFFFF; cursor:pointer; }
.addtoll:hover { background-color:#A0A0A0; }
.addtoll > i { padding:3px; width:27px; height:27px; }

.addtoll_dd { display:none; position:absolute; font-size:14px; text-align:left; top:27px; right:0; width:260px; height:auto; min-height:27px; border:1px solid #A0A0A0; padding:0; background-color:#FFFFFF; z-index:999; }
.addtoll_dd a, .addtoll_dd div { display:block; width:100%; padding:6px 5px; }
.dlineicon { position:absolute; right:3px; top:3px; font-size:21px !important; width:20px; text-align:left; }

.cart27 { background-position:0 -100px; }
.cart27 { display:block; width:auto; min-width:27px; height:23px; font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; font-size:12px; line-height:23px; color:var(--limegreen); font-weight:bold; background:var(--olivegreen) url(/assets/images/carts_small.png) no-repeat 0 -100px; text-indent:30px; text-decoration:none; border:1px solid var(--olivegreen); padding: 0 4px 0 0; white-space:nowrap; overflow:hidden; }
.cart27:hover { color:var(--nearblack); background-color:var(--limegreen); background-image:url(/assets/images/carts_small.png); background-repeat:no-repeat; background-position:0 -75px; border:1px solid var(--limegreen); }
/*
.cart27 { display:block; float:left; width:auto; min-width:27px; height:23px; font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; font-size:12px; line-height:23px; color:#FFFFFF; font-weight:bold; background-color:var(--olivegreen); background-image:url(/assets/images/button27.png); background-repeat:no-repeat; background-position:0 -2px; text-indent:30px; text-decoration:none; border:0; padding: 0 4px 0 0; white-space:nowrap; overflow:hidden; }
.cart27:hover { background-color:var(--limegreen); background-position:0 -32px; }
*/

.mtbutton, .mxbutton, a.mtbutton, a.mxbutton { font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; font-size:15px; font-weight:bold; display:inline-block; min-width:100px; height:32px; padding:0 6px 1px 6px; line-height:28px; white-space:nowrap; border:1px solid var(--anthrazit); border-radius:0; background-color:var(--olivegreen); color:var(--limegreen); text-decoration:none; text-align:center; text-shadow:0 2px 3px rgba(0,0,0,0.8); outline:none; cursor:pointer; }
.mxbutton { border:1px solid var(--anthrazitl); background-color:var(--nearblack); }
.mtbutton:hover, .mxbutton:hover, a.mtbutton:hover, a.mxbutton:hover, a:hover .mtbutton, a:hover .mxbutton { color:var(--nearblack); background-color:var(--limegreen); text-shadow:none; outline:none; }
.mtbutton.iconl { padding-left:30px; background-position:0 0; }
.mtbutton.iconr { padding-right:30px; background-position:100% 0; }
.mtbutton.mtberror { color:#FF0000; background-color:#E0E0E0; }
.mtbutton-highlight { height:30px; border:1px solid var(--limegreenl); padding-left:5px; padding-right:5px; }


.mrbutton, a.mrbutton { font-family:OpenSansCondensed,Arial,Helvetica,sans-serif; font-size:15px; font-weight:bold; display:inline-block; min-width:100px; height:28px; padding:0 5px; line-height:25px; white-space:nowrap; border:1px solid var(--anthrazit); -webkit-border-radius:3px; border-radius:3px; background-color:#F0F0F0; color:#000000; text-decoration:none; text-align:center; }
.mrbutton:hover, a.mrbutton:hover, a:hover .mrbutton { color:#FFFFFF; background-color:#FF0000; }
.mrbutton.iconl { padding-left:30px; background-position:0 0; }
.mrbutton.iconr { padding-right:30px; background-position:100% 0; }

.mtbutton:focus, .mtbutton:focus-visible { outline:none !important; border:1px solid var(--anthrazit) !important; box-shadow:0 0 5px var(--olivegreen); }
.lisli a.mtbutton { border-color:var(--nearblack); }
#lspmsg { flex-direction:column; border:1px solid var(--olivegreen); border-top:0; }

.bspace { display:inline-block; width:25px; height:25px; }
.button25 { width:25px; height:25px; background:url(/assets/images/button25.png) no-repeat; text-decoration:none; }



.buttoncart        { width:25px; height:25px; background-color:var(--olivegreen); background-image:url(/assets/images/carts_small.png); background-repeat:no-repeat; background-position:0 -99px; display:inline-block; text-decoration:none; }
.buttoncart:hover  { background-color:var(--limegreen); background-position:0 -74px; }

.buttontrash       { background-image:none; width:25px; height:25px; background-color:var(--olivegreen); color:var(--limegreen); cursor:pointer; }
.buttontrash::after { content:'\f1f8'; font-family:FontAwesome; font-size:21px; position:relative; left:-3px; top:-1px; }
.buttontrash:hover { background-color:var(--anthrazit); color:#FF0000; }
/*
.buttontrash       { width:25px; height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:-150px 0px; display:inline-block; text-decoration:none; }
.buttontrash:hover { background-position:-150px -25px; text-decoration:none; }
*/
.buttonfilt        { height:25px; width:auto; background:url(/assets/images/button_filter.png) no-repeat; background-position:0px 0px; display:inline-block; text-decoration:none; }
.buttonfilt:hover  { background-position:0px -25px; cursor:pointer; }
.buttonsearch       { width:23px; height:23px; background:url(/assets/images/button25.png) no-repeat; background-position:-200px 0px; display:inline-block; text-decoration:none; }
.buttonsearch:hover { background-position:-200px -25px; text-decoration:none; }

.buttonprev  { height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:0px -50px;   font-size:11px; line-height:24px; display:inline-block; color:#000000; }
.buttonprev:hover  { background-position:0px -75px; color:#000000; text-decoration:none; }
.buttonprevi { height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:0px -100px;  font-size:11px; line-height:24px; display:inline-block; color:#000000; }
.buttonprevi:hover { background-position:0px -100px; color:#000000; text-decoration:none; }
.buttonnext  { height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:100% -50px;  font-size:11px; line-height:24px; display:inline-block; color:#000000; }
.buttonnext:hover  { background-position:100% -75px; color:#000000; text-decoration:none; }
.buttonnexti { height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:100% -100px; font-size:11px; line-height:24px; display:inline-block; color:#000000; }
.buttonnexti:hover { background-position:100% -100px; color:#000000; text-decoration:none; }
.buttoniprev       { width:25px; height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:-50px 0px; display:inline-block; }
.buttoniprev:hover { background-position:-50px -25px; text-decoration:none; }
.buttoninext       { width:25px; height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:-75px 0px; display:inline-block; }
.buttoninext:hover { background-position:-75px -25px; text-decoration:none; }
.buttonilist       { width:25px; height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:-100px 0px; display:inline-block; }
.buttonilist:hover { background-position:-100px -25px; text-decoration:none; }
.buttondnext       { width:25px; height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:-225px 0px;   display:inline-block; cursor:default; text-decoration:none; }
.buttondnext:hover { text-decoration:none; }
.buttondprev       { width:25px; height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:-225px -25px; display:inline-block; cursor:default; text-decoration:none; }
.buttondprev:hover { text-decoration:none; }

.buttoncarttext       { width:auto; height:24px; color:#000000; background:url(/assets/images/cartbutton_text.png) no-repeat; background-position:0px 0px; display:inline-block; text-decoration:none; font-size:12px; line-height:20px; text-indent:25px; padding:0 5px 0 0; border:1px solid #D9D9D9; -webkit-border-radius:5px; border-radius:5px; cursor:pointer; }
.buttoncarttext:hover { background-position:0px -25px; text-decoration:none; border:1px solid #A7A7A7; }

.filterstart  { float:left; display:inline-block; width:4px; height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:0px -150px; }
.filtermiddle { float:left; display:inline-block; height:25px; background:url(/assets/images/button25.png) repeat-x;  background-position:0px -175px; }
.filterend    { float:left; display:inline-block; width:4px; height:25px; background:url(/assets/images/button25.png) no-repeat; background-position:100% -150px; }

a.button_s       { display:inline-block; text-decoration:none; background:url(/assets/images/buttons.png) no-repeat; height:21px; max-height:21px; color:#FFFFFF; border:1px solid #A0A0A0; font-size:12px; font-weight:bold; line-height:20px; cursor:pointer; padding-bottom:2px; background-position:0 -281px; padding:0 5px 0 5px; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow:1px 1px 1px 1px rgba(40,40,40,0.2); box-shadow:1px 1px 1px 1px rgba(40,40,40,0.2); }
a.button_s:hover { background-position:0 -306px; border:1px solid #808080; }
a.button_s.ra       { background-position:100% -331px; padding:0 18px 0 5px; }
a.button_s.ra:hover { background-position:100% -356px; border:1px solid #808080; }
a.button_s.la       { background-position:0 -331px; padding:0 5px 0 18px; }
a.button_s.la:hover { background-position:0 -356px; border:1px solid #808080; }

a.button_l       { display:inline-block; text-decoration:none; background:url(/assets/images/buttons.png) no-repeat; height:27px; max-height:27px; color:#FFFFFF; border:1px solid #A0A0A0; font-size:13px; font-weight:bold; line-height:27px; cursor:pointer; padding-bottom:2px; background-position:0 -161px; padding:0 5px 0 5px; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow:1px 1px 1px 1px rgba(40,40,40,0.2); box-shadow:1px 1px 1px 1px rgba(40,40,40,0.2); }
a.button_l:hover { background-position:0 -191px; border:1px solid #808080; }
a.button_l.ra       { background-position:100% -221px; padding:0 20px 0 5px; }
a.button_l.ra:hover { background-position:100% -251px; border:1px solid #808080; }
a.button_l.la       { background-position:0 -221px; padding:0 5px 0 20px; }
a.button_l.la:hover { background-position:0 -251px; border:1px solid #808080; }

.buttons a, .buttons button { display:block; float:left; margin:0 7px 0 0; background-color:#f5f5f5; 
                              border:1px solid #dedede; border-top:1px solid #EEEEEE; border-left:1px solid #EEEEEE; 
                              font-family:Arial,Helvetica,sans-serif; font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#565656; 
                              cursor:pointer; padding:5px 10px 6px 7px; }
.buttons button                     { width:auto; overflow:visible; padding:4px 10px 3px 7px; }
.buttons button[type]               { padding:5px 10px 5px 7px; line-height:17px; }
*:first-child+html button[type]     { padding:4px 10px 3px 7px; }
.buttons button img, .buttons a img { margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; }


input.button { font-size:11px; }
input.textfield, select.textfield { font-size:14px; background-color:var(--nearblack); color:var(--textinput); border:1px solid var(--olivegreen); padding:3px 3px; margin:0px; }
.adrblk_entry input.textfield { background-color:var(--anthrazit); }
div.textfield { display:inline-block; font-size:14px; border:1px solid var(--olivegreen); padding:3px 3px; margin:0px; }
select.textfield { padding:2px; }

input.missing, select.missing { border-color:#FF0000; }
input.anzahlform { width:35px; height:22px; text-align:right; font-size:13px; border:solid 1px var(--olivegreen); background-color:var(--nearblack); color:var(--textinput); padding:1px 1px 2px 1px; margin:-1px 0px 0px 0px; }
input.smbutton { font-size:11px; }
input.smallbutton { font-size:11px; height:21px; }

/* Mini Basket */
.mb_title   { font-weight:bold;   font-size:12px; background-color:#B0C6E7; }
.mb_line	   { font-weight:normal; font-size:11px; background-color:#FFFFFF; }
.mb_total   { font-weight:bold;   font-size:11px; background-color:#FFFFFF; }


/* NEW Special Outputs */
.error {	font-size:11px; font-weight:bold; color:#FF0000; margin:1px 0px 0px 0px; background-color:#FEEAEA; }
.err 		     { color: #FF0000;}
.white	 	  { background-color:#FFFFFF;}
.transp		  { background-color:transparent;} 
.vatline	     { font-size:11px;}
.information  { color: #FF0000; background-color:#FFFFFF; padding:2px 4px; border:solid 1px #FF0000;  margin:20px 0px 5px 0px; } 
.informationb { color: #000000; background-color:#FFFFFF; padding:2px 4px; border:dotted 1px #BE2846; margin:20px 0px 5px 0px; font-weight:normal; } 

#idg_debug_output { position:absolute; top:0px; right:0px; width:215px; border:1px solid #FFFFFF; background-color:#F0F0F0; padding:2px; text-align:left; z-index:0;max-height: 100vh;overflow: scroll; }

/* Font Awesome 4.6.3 */
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
/* Cookie Consent */ 
.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 { position:absolute; top:0; left:0; z-index:99999; width:99vw; 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:OpenSans,Helvetica,Calibri,Arial,sans-serif;font-size:13px;line-height:1.2em;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:5px 10px;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:.2em .5em; 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:110px; margin-left:10px;}
.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}

/* Ajax Autocomplete Version 1.4.11 */
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background:var(--anthrazit); cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; max-height:37px; overflow:hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: var(--nearblack); }
.autocomplete-suggestions strong { font-weight: bold; color:var(--limegreenl); }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }


@media print
	{
	.cc-revoke,.cc-window{display:none}
	}

@media screen and (max-width:900px)
	{
	.cc-btn{white-space:normal}
	.col_lastorder { width:85px; }
	}

@media only screen and (max-width:768px)
	{
	.cc-grower{margin-top:49px; margin-bottom:-49px; max-height:80px;}
	#idg_body { padding-bottom:60px; }
	.scrolltotopb { margin-top:-78px; }
	}

@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}
