@import 'bannerMenu.mobile.css'; 

.fa-bars{margin-right:5px}
.title_lightbox { background-color: initial; }

.data_lightbox_bold { background-color: initial; }

#search { position: relative; margin: 10px 5px 5px 11px; }

#menu-shoppingcart { position: absolute; bottom: 22px; left: 10px; right: 10px; text-align: center; }

.button     { -webkit-appearance: none; min-width: 60px; width: auto; max-width: 130px; height: 35px; white-space: nowrap; font-size: 13px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }
.button1    { -webkit-appearance: none; min-width: 60px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }
.button2    { -webkit-appearance: none; min-width: 60px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }
.button3    { -webkit-appearance: none; min-width: 60px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; background: #E0E0E0; }
.flowbutton { -webkit-appearance: none; min-width: 60px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: bold; color: #FFF; padding: auto auto; margin: 0 0 10px 0; border: 1px solid #C0C0C0; border-radius: 4px; background: #00B000; }

input.Input_amount { -webkit-appearance: none; border-radius: 4px 0 0 4px; border: 1px solid #C0C0C0; padding: 0; text-align: center; width: 40px; height: 33px}
input.Input_text { -webkit-appearance: none; border-radius: 4px; border: 1px solid #C0C0C0; padding: 4px 2px; }

input[type=text]:focus,  input[type=password]:focus, select:focus, textarea:focus { -webkit-appearance: none; box-shadow: 0 0 5px  rgba(82, 168, 236, 1); margin: 0px 0px 0px 0px; }

input[type=search]:focus  { -webkit-appearance: none; box-shadow: 0 0 5px  rgba(82, 168, 236, 1); padding: 0px; margin: 0px;  }

input[type=checkbox] { 
/* Custom-sized Checkboxes */
-ms-transform: scale(1.25); /* IE */
-moz-transform: scale(1.25); /* FF */
-webkit-transform: scale(1.25); /* Safari and Chrome */
-o-transform: scale(1.25); /* Opera */
padding: 10px;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }

.main { background: none repeat-y scroll 0% 0% rgb(255, 255, 255); border-radius: 10px; }
.main .main-outer{ background: inherit; border-radius: 10px; }
.main .main-inner{ background: inherit; border-radius: 10px; }

.white-popup #mobilehide { display: none; }
.white-popup #currentCustomerPrice { display: none; }
.white-popup #currentTotalPrice { display: none; }

@media only screen and (max-width: 479px) {

.outer-container { margin: 0 auto 0 auto; padding: 0; width: 320px; background: none;}
.inner-container { position: relative; margin: 0 auto 0 auto; padding: 0; width: 320px; top: 10px;}

.main .content { width: 318px; padding-bottom: 20px; }

h1 { margin: 10px 0px 2px 0px; } 
h1.left { max-width: 220px; }
h2 span.article_ingress { font-size: 14px; color: #333333; }

i.fa.fa-check-circle { color: #228B22; }
i.fa.fa-times-circle { color: #B00; }

.watermark label { padding: 7px 6px; }

/*top*/
div.header {position: relative; height: 263px; width: 320px; background-color: #EEE; border-radius: 0 0 10px 10px; }
div.header .logo { position: absolute; top: 53px; left: 3px; z-index: 1; }
div.header .logo img { width: 306px; }
div.header .map { position: absolute; top: 118px; left: 224px; z-index: 0; opacity: 0.7; }
div.header .map img { width: 90px }

div.header .menu { text-align: right; background-color: #DDD; }
div.header .menu .linktext { display:none; }
div.header .menu img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 34px; }
div.header .webordertime { position: absolute; margin: 4px; top: 38px; font-size: 13px; }
div.header .menu2 { position: absolute; width: 100%; float: right; text-align: right; top: 53px; font-size: 14px; max-height: 60px;}
div.header .menu2 img { vertical-align: middle; padding: 2px; height: 25px; }

div.header .menu2 .shoppingcart { float: right; background-color: #FFF; border-style: solid; border-width: 2px 0 2px 2px; border-color: #00B000; border-radius: 10px 0px 0px 10px; margin-top: -4px; position: fixed; top: 80px; right: 2px; z-index: 99;}

div.header .menu2 .goto-shoppingcart { float: right; width: 140px; background-color: #FF3300; border-style: solid; border-width: 2px 0 2px 2px; border-color: #FFF; border-radius: 10px 0px 0px 10px; text-align: center; color: #FFF; position: absolute; top: 20px; right: 0px; padding: 1px;}
div.header .menu2 #shoppingcart { margin: 0 2px 0 0; font-size: 15px; font-weight: bold; }

/* VB messaging alert */
.messages-container {background-color:red; height:52px; transition: all 1s ease-in-out 1s; }
.messages-container.hidden {display: none; }
.messaging-container {position:absolute; display:block; width:100%; margin:0; font-size:14px; overflow:hidden; }
.messaging-container .msg-container {padding: 4px; align-items:center; }
.messaging-container i {padding-left:4px; color:#fff}
.messaging-container .message {display:block; width:99%; padding: 2px 0 2px 0; color:#fff; line-height:normal; text-align: center; font-size: 13px; }
.messaging-container .message a {color:#fff; border-bottom: 1px dotted white;}
.messaging-container .message a:visited {color:#fff; border-bottom: 1px dotted white;}
.flex-row {display:flex;flex-flow:row nowrap;flex:1 1 auto}
.flex-row-wrap{display:flex;flex-flow:row wrap;flex:1 1 auto}

/*search*/
#search { position: absolute; top: 210px; }
#search input#searchstr {
-webkit-appearance: textfield; /* Address `appearance` set to `searchfield` in Safari and Chrome */ 
-webkit-box-sizing: content-box; /* Address `box-sizing` set to `border-box` in Safari and Chrome */
-moz-box-sizing: content-box; /* include `-moz` to future-proof. */
box-sizing: content-box; 
width: 242px; height: 28px; 
border: 2px solid #C0C0C0; 
border-radius: 5px 0px 0px 5px;
vertical-align: top; margin-left: -5px; 
padding: 0px 0px 0px 4px;}
#search #searchbtn { 
-webkit-appearance: none; 
width: 40px; height: 32px; 
margin-left:-5px; 
border: 2px solid #C0C0C0; 
border-radius: 0px 5px 5px 0px;
background-color: #00B000; 
vertical-align: top;
cursor: pointer;  }
.Search_text input { padding: 0px; }

input.tt-hint { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;  box-sizing: content-box; -webkit-appearance: none; height: 28px; width: 242px; border: 1px solid #C0C0C0; border-radius: 4px 0px 0px 4px; }

span.tt-dropdown-menu { width: 263px; padding: 7px 0px 5px; background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); background-clip: padding-box; list-style: outside none none; }

span.dropdown-header { margin-right: 10px; padding-left: 15px; text-transform: uppercase; color: #787878; }

span.tt-dropdown-menu div.tt-dataset-articles { margin-bottom: 7px; }
span.tt-dropdown-menu div.tt-dataset-groups { margin-bottom: 3px; }
span.tt-suggestions { padding-left: 10px; }
span.tt-suggestions div { line-height: 1.5em; }
span.tt-suggestions div:hover { background-color: #C0C0C0; cursor: pointer; }

div.Search_text { height: auto;/* margin: 10px 0px; */}

/* Bannermenu */
.banner #languages { position: absolute; font-weight: bold; font-size: 12px; top: 8px; right:6px; }

/* footer */
.footer { position: relative; margin: 20px auto 0 auto; padding: 0; width: 320px; background-color: #EEE; border-radius: 10px 10px 0 0; }
.footer div { font-size: 12px; font-color: #44372b; }
.footer div.footer-left { position: relative; float: left; width: 97%; margin: 10px; }
.footer div.footer-left img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-middle { position: relative; float: left; width: 97%; margin: 10px; }
.footer div.footer-middle img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-right { position: relative; float: left; width: 97%; margin: 10px; }
.footer div.footer-right img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-disclaimer { position: relative; float: left; width: 300px; padding: 10px; background-color: #DDD; }
.footer #paymentmethods img { height: 21px; margin: 0 2px 0 0;}
.footer #viabill img { height: 34px; }
.footer #handelsikkert img { height: 72px; }
.footer #copyright { float: right; color: #AAA; font-weight: bold; font-size: 12px }

div#topcontrol { margin-bottom: 150px;}
div#topcontrol img { width: 70%; float: right; opacity: 0.7; }

.propertyTable { max- width: 300px; }
.propertyTable th { width: 110px; padding-right: 5px; line-height: 1.2em; font-size: 12px; white-space: normal; vertical-align: top; }
.propertyTable td { padding-bottom: 5px; font-size: 12px; }
.propertyTable td.errorinfo { max-width: 160px;}
.propertyTable td.errorinfo span.add-on { border-radius: 0px 4px 4px 0px; margin-left: -5px; vertical-align: top; display: inline-block; width: auto; height: 20px; min-width: 16px; padding: 4px 5px; font-size: 14px; font-weight: normal; line-height: 20px; text-align: center; text-shadow: 0px 1px 0px #FFF; background-color: #E0E0E0; border: 1px solid #CCC;  }
.propertyTable td.errorinfo span.add-on a.mandatory { line-height: 24px; color: red; text-decoration: none; outline: medium none;  }
.propertyTable select { width: 174px; height: 30px;  border: 1px solid #C0C0C0; border-radius: 4px; }
.propertyTable input[type="text"], input[type="password"] { width: 160px; height: 20px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; background-color: #FFF; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }
.propertyTable input[type="text"]:focus, input[type="password"]:focus { box-shadow: 0 0 5px  rgba(82, 168, 236, 1); margin: 5px 1px 3px 0px; }
.propertyTable textarea { max-width: 165px; } 
.propertyTable .tip { position: relative; display: inline-block; color: #1155CC; border-bottom: 1px dotted #1155CC; }
.propertyTable .tip:hover .tooltip-help { visibility: visible; opacity: 1; }
.propertyTable .tooltip-help { visibility: hidden; background-color: #fff; color: black; text-align: left; border: Solid 2px #fff; border-radius: 6px; box-shadow: 0px 2px 6px 6px rgba(0, 0, 0, 0.2); padding: 4px 4px 2px 4px; font-size: 12px; line-height: 1.2em; width: 305px; position: absolute; bottom: 125%; margin-left: -40px; opacity: 0.1; transition: opacity 1s; z-index: 99; }
.propertyTable .tooltip-help::after { content: ""; position: absolute; top: 100%; left: 20%; margin-left: -10px; border-width: 10px; border-style: solid; border-color: #fff transparent transparent transparent; }
.propertyTable .tooltip-help a { color: #ADDDFF }
.propertyTable .tooltip-help img { max-width: 292px;}

/* Frontpage showwindow */
#ctrl_front #sliderarea { width: 100%; margin: 0 0 10px 0; }	
#ctrl_front div#showwindowarea { width: 100%; }

#ctrl_front i.fa.fa-minus-square { float: right; display: none; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }

#ctrl_front i.fa.fa-plus-square { float: right; line-height: 1.5em; font-size: 1.3em;  padding-right: 5px; }

#ctrl_front div.productbox a { font-size: 13px; }
#ctrl_front div.productbox div.image { margin: 5px; text-align: center; }
#ctrl_front div.productbox div.description { margin: 5px; }
#ctrl_front div.productbox div.inputamount { width: 60px; text-align: center; float: right; }
#ctrl_front div.productbox div.addtocart { width: 60px; text-align: center; float: right; }
#ctrl_front div.productbox div.articlecompare { text-align: center; float: right; }
#ctrl_front div.productbox .showelement_title { background: none repeat-x scroll left top #DADADA; border-radius: 4px; color: #6D6D6D; line-height: 2em; font-size: 12px;}
#ctrl_front div.productbox div.stock {font-size: 13px;}
#ctrl_front div.productbox i.fa { float: left; padding-right: 3px; margin-top: 3px; }
#ctrl_front div.productbox input.Input_amount  { padding: 4px 1px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; height: 25px;}
#ctrl_front div#purchaselistarea { width: 100%; }
#ctrl_front div#purchaselistarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_front div#purchaselistarea div.boxbody { border: none; display: none; } 
#ctrl_front div#purchaselistarea thead th { font-size: 12px; }
#ctrl_front div#purchaselistarea td { font-size: 12px; line-height: 1.5em; }
#ctrl_front div#purchaselistarea table { width: 100% !important; }
#ctrl_front div#infolistboxarea { width: 100%; }
#ctrl_front div#infolistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer; }
#ctrl_front div#infolistboxarea div.boxbody { border: none; display: none; } 
#ctrl_front div#infolistboxarea div.boxbody span { line-height: 2em; }
#ctrl_front div#butikkerlistboxarea { width: 100%; }
#ctrl_front div#butikkerlistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer; }
#ctrl_front div#butikkerlistboxarea div.boxbody { border: none; display: none; } 
#ctrl_front div#butikkerlistboxarea div.boxbody span { line-height: 2em; }

/* Butikssider */ 
div#butiklogo { width: 100% }
div#butikintro { width: 100% }
div#butikinfo { width: 100% }
div#butikinfo h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 13px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
div#butikinfo div.boxbody { border: none; font-size: 14px; } 
div#butikinfo div.boxbody span { line-height: 1.5em; }
div#butikinfo img { border-radius: 2px; width: 100% }
div#butikgooglemap img { border-radius: 4px; width: 100% }
#ctrl_butikker_page div#textarea { width: 100%; margin-bottom: 10px; }
#ctrl_butikker_page div#boxarea { width: 100%; }
#ctrl_butikker_page div#butikkerlistboxarea { width: 100%; }
#ctrl_butikker_page div#butikkerlistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 13px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_butikker_page div#butikkerlistboxarea div.boxbody { border: none; } 
#ctrl_butikker_page div#butikkerlistboxarea div.boxbody span { line-height: 2em; }
#ctrl_butikker_page i.fa.fa-minus-square { line-height: 2em;  float: right;  padding-right: 5px; }
#ctrl_butikker_page i.fa.fa-plus-square { line-height: 2em; display: none; float: right;  padding-right: 5px; }

div.productbox.restyled_stack tr { border-bottom: none }
div.productbox.restyled_stack td.image { width: 33%; clear: none; display: table }
div.productbox.restyled_stack td.image a { width: 100%; display: table-cell; vertical-align: middle }
div.productbox.restyled_stack td.image img { display: table-cell }
div.productbox.restyled_stack td.description { width: 66%; clear: none; line-height: 1em }
div.productbox.restyled_stack td.description span { width: 100% }
div.productbox.restyled_stack input { padding: 0 5px } 

div.tablesaw-advance .left { float: none; }
div.tablesaw-bar .tablesaw-advance-dots { margin-top: 7px;}
div.tablesaw-bar.mode-swipe { margin-top: 0px; }
div.tablesaw-advance.minimap { max-width: 290px; overflow: auto; }
div.tablesaw-advance.minimap .tablesaw-advance-dots li i { width: 0.45em; height: 0.45em; }
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn { width: 3.3em; height: 3.3em; }
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before { top: 1em; left: 1.35em; } 
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before  { top: 1em; left: 1.35em; }
div.tablesaw-bar div.tablesaw-advance .btn { border-radius: 4px; }
table.tablesaw.tablesaw-swipe { border: 1px solid rgba(0, 0, 0, 0.15); }
table.tablesaw.tablesaw-swipe thead th { text-shadow: none; }
table.tablesaw.tablesaw-swipe tr:first-child { padding: 0.5em 0.4em; height: auto; line-height: 1.5em; white-space: normal; }
table.tablesaw.tablesaw-swipe td { padding: 0.5em 0.4em;  line-height: 1.5em; white-space: normal; }
table.tablesaw.tablesaw-swipe span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: normal; }
table.tablesaw-stack tbody input {-webkit-appearance: none; }

#tableStack.notStack { border: 1px solid rgba(0, 0, 0, 0.15); width: 100%; }
#tableStack.notStack thead { border: 1px solid rgba(0, 0, 0, 0.15); }
#tableStack.notStack thead tr:first-child th { padding-top: 0.9em; padding-bottom: 0.7em; }
#tableStack.notStack tbody { empty-cells: show; }
#tableStack.notStack td { padding: 0.5em 0.4em; line-height: 1.5em; white-space: normal; font-size: 12px; vertical-align: middle; box-sizing: border-box; }

#ctrl_article div.head { border-bottom: none; }
#ctrl_article div.subhead { Font-size: 12px; float: left;}
#ctrl_article div.article { width: 310px; float: left; border-bottom: none; height: auto; }
#ctrl_article div.properties { width: 310px; border-bottom: none; height: auto; margin-left: 0px;}
#ctrl_article #article_action_icons { float: right; border-bottom: none; height: auto; margin-top: -15px; margin-bottom: 5px; display: none; }
#ctrl_article h1.article_heading { width: 300px; margin-bottom: 10px; margin-top: 5px; line-height: 1.2em; font-size: 16px; }
#ctrl_article div#breadcrumbs.rcrumbs li.crumbs.show:last-child a { color: #4F82C7 }

#ctrl_article div.body div.images { width: 350px; max-height: 350px; margin: 0 -10px 10px -20px; }
#ctrl_article div.body div.images div.ImageOverlays { position: absolute; margin: 10px 10px 10px 18px; z-index: 1; }
#ctrl_article div.body div.images div.ImageOverlays span.LinkSaleSplash { background-color: #ffdd00; border-radius: 5px; font-size: 1em; padding: 6px; color: #fff; opacity: .8; margin: 0 4px 0 -4px; }
#ctrl_article div.body div.images div.ImageOverlays span.LinkSaleSplash a { color: #fff; border-bottom: 1px dotted #fff; }
#ctrl_article div.body div.images div.ImageOverlays div.OnDemandSplash { background-color: #e41613; border-radius: 5px; font-size: 1em; padding: 5px; color: #fff; opacity: .8; }
#ctrl_article div.body div.images div.ImageOverlays span.NewArticleSplash { background-color: #7697b8; border-radius: 5px; font-size: 1em; padding: 6px; color: #fff;  opacity: .8; }
#ctrl_article div.body div.images div.ImageOverlays span.banner_tilbud_text { background-color: #ffdd00; border-radius: 5px; font-size: 1em; padding: 6px; color: #fff;  opacity: .8; }

#ctrl_article div.body div.properties { padding: 0px; }
#ctrl_article div.body div.properties div.priceline { line-height: 25px; }
#ctrl_article div.body div.properties div.priceline span.bigprice { margin-left: 0px }
#ctrl_article div.body div.properties div.priceline span.textTitleLeftAlign { font-size: 14px; }
#ctrl_article div.body div.properties input.flowbutton { vertical-align: top; min-width: 60px; max-width: 100px; margin-top: 0px; }
#ctrl_article div.body div.properties input.button { min-width: 60px; max-width: 110px; height: 35px; white-space: normal; }
#ctrl_article div.body div.properties div.propertyline input#amount { height: 25px; width: 50px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; font-size: 14px; }
#ctrl_article div.body div.properties div.propertyline span.article_amount_in_cart { font-size: 13px; float: left; width: 100%; }
#ctrl_article div.body div.properties div.propertyline { margin-bottom: 5px; font-size: 14px; }
#ctrl_article div.body div.properties div.propertyline span { font-size: 13px; width: 80px; vertical-align: top;}
#ctrl_article div.body div.properties div.propertyline .stocktxt { line-height: 1.8em; }
#ctrl_article div.body div.properties div.articlecompare { float: right; padding: 0px; }
#ctrl_article div.body div.properties div.articlenote { float: right; padding: 0px; border-style: solid; border-width: 1px; border-color: #BBBBBB; padding: 5px; font-size: 14px; }
#ctrl_article div.body div.properties a.comparebutton span { font-size: 14px;  }
#ctrl_article div.body div.description { float: left; padding: 0px; font-size: 13px; }
#ctrl_article div.body div.description th { display: none; }
#ctrl_article div.body div.description h2 { font-size: 15px; font-weight: bold; margin-top: 10px; }

#ctrl_article div.modulearea { float: right; width: 100%; margin: 0px;}
#ctrl_article div.modulearea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 14px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }    
#ctrl_article div.modulearea .boxbackground { width: 100%; margin: 0 5px 20px 0; }
#ctrl_article div.modulearea .boxbody { border: none; } 
#ctrl_article div.modulearea i.fa.fa-minus-square { float: right; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }
#ctrl_article div.modulearea i.fa.fa-plus-square { display: none; float: right; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }

#ctrl_article #articlediscountbox table.wideTable { width: 100%; }
#ctrl_article #articlediscountbox table.wideTable tr { font-size: 12px; line-height: 1.75em; }
#ctrl_article #articlediscountbox table.wideTable tr:nth-child(even) {background-color: #F5F5F5;} 
#ctrl_article #articlediscountbox table.wideTable th { font-size: 13px; white-space: normal; }
#ctrl_article #articlediscountbox table.wideTable td { font-size: 12px; white-space: normal; }

#ctrl_article #articledocumentbox div.boxbody { width: 100%; } 
#ctrl_article #articledocumentbox div.boxbody div:nth-child(even) {background-color: #F5F5F5;} 
#ctrl_article #articledocumentbox div.title_whitebox { font-size: 12px; line-height: 1.75em; white-space: normal; padding: 3px 0px; } 

#ctrl_article #articlepropertiesbox div.boxbody { border-radius: 4px; }
#ctrl_article #articlepropertiesbox table.propertyTable { width: 100%; }
#ctrl_article #articlepropertiesbox table.propertyTable tr { font-size: 12px; line-height: 1.5em; white-space: normal; }
#ctrl_article #articlepropertiesbox table.propertyTable tr:nth-child(even) {background-color: #F5F5F5;} 
#ctrl_article #articlepropertiesbox table.propertyTable th { white-space: normal; }

#ctrl_article .articleaddonbox h2.boxheading span { font-size: 14px; color: #6D6D6D; font-weight: bold; }
#ctrl_article .articleaddonbox .boxitem img { width: 100%; height: auto; }
#ctrl_article .articleaddonbox div.picture img {  max-height: initial; float: none; vertical-align: middle; }
#ctrl_article .articleaddonbox div.articlenumber { font-size: 12px; padding-bottom: 5px; }
#ctrl_article .articleaddonbox div.articlename { font-size: 13px; padding-bottom: 7px; max-width: 230px; }
#ctrl_article .articleaddonbox div.addtocartbutton { font-size: 13px; font-weight: bold; text-align: right; }
#ctrl_article .articleaddonbox div.availableinstock { font-size: 12px;  padding-bottom: 7px; }
#ctrl_article .articleaddonbox div.availableinstock i.fa { float: left; padding-right: 2px; margin-top: 2px; }
#ctrl_article .articleaddonbox div#customerprice { font-size: 12px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#grossprice { font-size: 12px; text-align: left; padding-right: 4px;  }
#ctrl_article .articleaddonbox div#price { font-size: 12px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#customergrossprice { font-size: 13px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#currency { font-size: 12px; text-align: left; padding-right: 4px; }

#ctrl_article .articlealternativebox { float: none; }

div.articlecompare div.property input.flowbutton { -webkit-appearance: none; width: 72px; float: none;  }
div.articlecompare div.property span.title { font-size: 12px; }
div.articlecompare div.property.name { background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.picture { background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.addtocartbutton { -webkit-appearance: none; padding-top: 5px; background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.removebutton { -webkit-appearance: none; height: auto; background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property:nth-child(even) { background-color: #F5F5F5; }
div.articlecompare div.property:nth-child(even) div.data { padding-top: 6px }

.Energy_class { max-width: 162px; margin: 4px 0 0 0; }

/* Articlelist - windows */ 
#ctrl_articlelist div.sortcolumns { width: 100%; float: left; padding-bottom: 10px; font-size: 13px; }  
#ctrl_articlelist div.product { height: 308px; width: 285px; margin: 8px; padding: 5px; }
#ctrl_articlelist div.product .name { Height: 36px; font-weight: bold; font-size: 13px; text-align: left; margin: 6px 0 -6px 0; overflow: visible}
#ctrl_articlelist div.product .name label { display: none }
#ctrl_articlelist div.product div.addtocartbutton { padding-left: 0px; }
#ctrl_articlelist div.product div.addtocartbutton input.flowbutton {  width: 75px; }
#ctrl_articlelist div.product i.fa { padding-right: 3px; }
#ctrl_articlelist div.product div.articlecompare { font-size: 12px; margin: 10px 0px; }
#ctrl_articlelist div.product div.prodtp2text { position: absolute; top: 8px; z-index: 2; font-size: 15px; font-weight: bold; color: #FFF; margin: 0px; }
#ctrl_articlelist div.product div.prodtp2img { position: absolute; width: 51%; top: 0px; margin: 0px -7px; }
#ctrl_articlelist div.product div.prodtp2img img { height: 40px; opacity: 0.6}
#ctrl_articlelist div.product div.banner_tilbud_text { position: absolute; width: 100%; top: 8px; text-align: right; font-size: 15px; font-weight: bold; color: #FFF; margin: 0 -15px; }
#ctrl_articlelist div.product div.banner_tilbud_img { position: absolute; text-align: right; width: 100%; top: 0px; margin: 0 -6px;}
#ctrl_articlelist div.product div.banner_tilbud_img img { height: 40px; opacity: 0.75; margin: 0 0 0 -116px; }
#ctrl_articlelist div.product div.Energy_class { position: absolute; width: 100%; top: 128px; text-align: left; z-index: 2; font-size: 12px; font-weight: bold; color: #FFF; }
#ctrl_articlelist div.product div.save {background-color: #e41613; position: absolute; text-align: right; font-size: 15px; font-weight: bold; color: #fff; padding: 4px; top: 26px; right: 0px; border-radius: 5px 0 0 5px; z-index: 2; }

#ctrl_articlelist div.pagination { display: inherit; }
#ctrl_articlelist table i.fa.fa-shopping-cart { font-size: 1.6em; }
#ctrl_articlelist table img { max-width: 50px; padding-top: 2px; }

#ctrl_articlelist div#showwindowarea { width: 100%; }
#ctrl_articlelist div.productbox img { width: 100%; height: auto; max-width: 100%; }
#ctrl_articlelist td.showelement { border-style: none; }
#ctrl_articlelist div.productbox a { font-size: 13px; }
#ctrl_articlelist div.productbox div {margin-top: 5px; }
#ctrl_articlelist div.productbox div.addtoshoppinglist { text-align: right; }
#ctrl_articlelist div.productbox div.addtocart { text-align: right; }
#ctrl_articlelist div.productbox div.articlecompare { text-align: right; }
#ctrl_articlelist div.productbox .showelement_title { background: none repeat-x scroll left top #DADADA; border-radius: 4px; color: #6D6D6D; line-height: 2em; font-size: 12px; cursor: pointer;   }
#ctrl_articlelist div.productbox div.stock {font-size: 13px;}
#ctrl_articlelist div.productbox i.fa { float: left; padding-right: 3px; margin-top: 3px; }
#ctrl_articlelist div.productbox input.Input_amount  { padding: 4px 1px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; height: 25px;}
#ctrl_articlelist div#go_to.rcrumbs { margin: -10px 0 20px; }
#ctrl_articlelist div#go_to_bottom.rcrumbs { margin: 20px 0 0; }

#ctrl_articlelist .articlegroup { margin: 10px 10px 0 0; float: left; width: 145px; height: 150px; vertical-align: center; text-align: center; font-size: 14px; } 

#articlelistfooter { width: 100%; text-align: center; font-size: 14px; }
#articlelistfooter H2 { font-size: 18px; Font-weight: bold; }

#ctrl_addtoshoppinglist input.button { float: right; }

#ctrl_attestlist h2 { margin-bottom: 25px; }
#ctrl_attestcart h2 > span.article_ingress { font-weight: normal;}
#ctrl_attestcart h3 { margin: 10px 0px; }
#ctrl_attestcart div.buttonpanel { min-height: auto; }
#ctrl_attestcart input.button  { margin-top: 5px; }
#ctrl_attestcart input.button1 { margin-top: 5px; float: right; }
#ctrl_attestcart input.button2 { float: right; margin-top: 10px; }
#ctrl_attestcart div#orderrejected textarea#attestationnote { max-width: 295px; }
#ctrl_attestcart div#orderrejected > input.button { margin-top: 10px; }
#ctrl_attestcart p {font-size: 12px; font-weight: bold; line-height: 1.5em}

#ctrl_documentdetails div.documentdetails {margin-right: 15px; }
#ctrl_documentdetails img { float: none; max-width: 100%; }

#ctrl_documentlist div.documentlist { margin: 0px; }
#ctrl_documentlist .item .image { margin: 5px 0px; height: auto; overflow: visible; width: 100%; float: none; }
#ctrl_documentlist table div.image img {  width: 80%; height: auto; float: none; vertical-align: middle; }

#ctrl_erporderhistory table.simpleTable td { width: 50%; line-height: 1em; padding: 0px 10px 5px 0px;}
#ctrl_erporderhistory table.simpleTable td > span { font-size: 13px; }
#ctrl_erporderhistory table.simpleTable td > div { padding-top: 5px; font-size: 12px; }

#ctrl_erporderstatus table.simpleTable td { width: 50%; line-height: 1em; padding: 0px 10px 5px 0px; }
#ctrl_erporderstatus table.simpleTable td > span { font-size: 13px; }
#ctrl_erporderstatus table.simpleTable td > div { padding-top: 5px; font-size: 12px; }

div#loginarea.centerbox  { position: relative; top: 40px; min-width: 300px; max-width: 460px; margin-left: auto; margin-right:auto; left: 0% ; height: 350px; width: auto; margin: 0px 0px 0px 0px; padding-left: 10px; padding-right: 5px }
div#loginarea.centerbox .boxbody .outer { padding: 20px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD; }
div#loginarea.centerbox  h1 { text-align: left; color: #000;  margin-bottom: 0px; }
div#loginarea.centerbox  input#userid { margin-left: 15px;  width: 45%;  height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  input#pwdclient { margin-left: 15px; width: 45%;  height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  input.button { margin: 10px 0px; width: 110px; height: 35px; white-space: normal; font-size: 14px; font-weight: normal; padding: 0px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  a { font-size: 13px; margin-right: 5px; }
div#loginarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: left; font-weight: normal; margin-top: 5px; padding-left: 5px; }
div#loginarea.centerbox .languages > a { display: inline-block; }

div#forgotarea.centerbox   { position: relative; top: 40px; min-width: 300px; max-width: 460px; margin-left: auto; margin-right:auto; left: 0% ; height: 350px; width: auto; margin: 0px 0px 0px 0px; padding-left: 10px; padding-right: 5px }
div#forgotarea.centerbox .boxbody .outer { padding: 20px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD; }
div#forgotarea.centerbox  input#email {  min-width: 235px; width: auto !important; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#forgotarea.centerbox  input.button { margin: 10px 0px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; }
div#forgotarea.centerbox  a { font-size: 13px; margin-right: 5px; }
div#forgotarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: right; font-weight: normal; padding: 5px;}
div#forgotarea.centerbox .languages > a { display: inline-block; }
div#logoutarea.centerbox   { position: relative; top: 40px; min-width: 300px; max-width: 460px; margin-left: auto; margin-right:auto; left: 0% ; height: 350px; width: auto; margin: 0px 0px 0px 0px; padding-left: 10px; padding-right: 5px }

div#logoutarea.centerbox .boxbody .outer { padding: 30px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD; }
div#logoutarea.centerbox  input.button { margin: 10px 0px; width: 110px; height: 35px; white-space: normal; text-align: center; font-size: 14px; font-weight: normal; padding: 0px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#logoutarea.centerbox  a { font-size: 13px; margin-right: 5px; }
div#logoutarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: left; font-weight: normal; margin-top: 5px; padding-left: 5px;}
div#logoutarea.centerbox .languages > a { display: inline-block; } 

#ctrl_loginprofile .newuserlink { width: 100%; margin-top: 10px; }
#ctrl_loginprofile .newuserlink img { width: 20px; margin: 0px 3px -5px 0; }
#ctrl_loginprofile .loginprofile { width: 100%; text-align: center; height: auto; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); z-index: 110 !important; }
#ctrl_loginprofile .boxbody   { width: 300px; padding: 10px 10px 0 10px; border: none; }
#ctrl_loginprofile .boxbody a { font-size: 14px; }
#ctrl_loginprofile .fa:hover { cursor: pointer; }
#ctrl_loginprofile h2 { text-align: left; margin-bottom: 10px; }
#ctrl_loginprofile div.boxinputrow { padding: 0 0 20px 0; }
#ctrl_loginprofile input#userid { margin-left: 10px; width: 175px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_loginprofile input#pwdclient { margin-left: 20px; width: 175px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_loginprofile input.button { margin-top: 4px; }

#ctrl_purchaselist div.search { margin-bottom: 10px; }
#ctrl_purchaselist input#purchaseSearch { width: 240px; height: 20px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px 0px 0px 4px; vertical-align: top; }
#ctrl_purchaselist input[type=text]:focus { box-shadow: 0 0 5px  rgba(82, 168, 236, 1); padding: 0px; margin: 0px; border: 1px solid rgba(82, 168, 236, 1); }
#ctrl_purchaselist button.button { min-width: 40px; height: 30px; border-radius: 0px 4px 4px 0px; margin-left: -5px; vertical-align: top; }
#ctrl_purchaselist table { margin-bottom: 20px; }
#ctrl_purchaselist table.lastorder th { padding: 0.7em 0.4em 0.7em 0.4em; white-space: normal; height: auto; line-height: 1.5em; min-width: 150px; font-size: 1em; }
#ctrl_purchaselist table.lastorder td { padding: 0.5em 0.4em; white-space: normal; line-height: 1.5em; min-width: 150px; font-size: 1.17em; }

#ctrl_purchasecart h2 { margin-bottom: 15px; }
#ctrl_purchasecart .buttonpanel { margin-top: 20px; }
#ctrl_purchasecart input.button1,  #ctrl_purchasecart input.button2  { float: right; }
#ctrl_purchasecart table i.fa.fa-shopping-cart { font-size: 1.6em; }
#ctrl_purchasecart input#addArticleToPurchaseList { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; -webkit-appearance: none;  height: 20px; width: 268px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_purchasecart input#addArticleToPurchaseList:focus  { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; -webkit-appearance: none; box-shadow: 0 0 5px  rgba(82, 168, 236, 1); margin: 0px; }
#ctrl_purchasecart input.tt-hint { height: 20px; width: 268px; margin-left: 0px; padding: 4px 6px; border: 1px solid #C0C0C0; }
#ctrl_purchasecart span.tt-dropdown-menu { width: 280px; margin-left: 0px; padding: 8px 0px 5px; background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); background-clip: padding-box; z-index: 101 !important; }

#ctrl_quickorder div.buttonpanel { min-height: 85px; }
#ctrl_quickorder div.buttonpanel.top { min-height: auto; }
#ctrl_quickorder input.button1 { float: right; }
#ctrl_quickorder input.button3,  #ctrl_quickorde input.flowbutton { float: right; margin-top: 10px; }

#ctrl_shoppingcartdetails  hr { margin: 5px 0px; }
#ctrl_shoppingcartdetails  div.buttonpanel { min-height: auto; }
#ctrl_shoppingcartdetails  div.tablefooter { border-style: solid; border-width: 1px; border-color: #BBBBBB; padding: 5px; }
#ctrl_shoppingcartdetails  input.button, #ctrl_shoppingcartdetails input.button1 { vertical-align: top; }
#ctrl_shoppingcartdetails  input.button2, #ctrl_shoppingcartdetails input.button3, #ctrl_shoppingcartdetails input.flowbutton {  vertical-align: top; float: right; }
#ctrl_shoppingcartdetails  input.button3 { margin-top: 10px ; }
#ctrl_shoppingcartdetails  span { line-height: 1.3em;  }
#ctrl_shoppingcartdetails  div.attestpanel1, #ctrl_shoppingcartdetails div.attestpanel2   { margin-top: 10px; }
#ctrl_shoppingcartdetails  h2 > span { font-size: 13px; }
#ctrl_shoppingcartdetails  h3 > span { font-weight: bold; }
#ctrl_shoppingcartdetails  h4 > span { font-weight: normal; font-size: 11px; }
#ctrl_shoppingcartdetails .bonusproduct {Border: 1px solid #C0C0C0; }
#ctrl_shoppingcartdetails .bonusbanner { margin-button: 2px; }
#ctrl_shoppingcartdetails .bonusbanner img { width: 308px; }
#ctrl_shoppingcartdetails .bonustext { font-size: 13px; padding: 4px; line-height: 1.2em; }

.orderflow { font-size: 11px; }
.orderflow  td { width: 90px; }

#ctrl_orderstep1 .delimited { margin: 0px; padding: 0px; border-top: 0px none;  border-bottom: 0px none; }
#ctrl_orderstep1 .delimited h2 { padding-bottom: 0px; }
#ctrl_orderstep1 .delimited input { width: 135px; }
#ctrl_orderstep1  h2.clearer { margin-bottom: 10px; }
#ctrl_orderstep1  .propertyTable td { max-width: 310px; }
#ctrl_orderstep1  td.errorinfo { max-width: 160px; line-height: 2em; }
#ctrl_orderstep1  hr { width: 300px; margin-right: 150px; }
#ctrl_orderstep1  fieldset.radiogroup input { width: auto; }
#ctrl_orderstep1 .invoiceaddress  { float: left; padding-right: 150px; }
#ctrl_orderstep1 .orderdetails  { width: 100%; }
#ctrl_orderstep1 .orderdetails span.article_ingress { font-size 15px; font-weight: bold; }
#ctrl_orderstep1 .orderdetails hr { width: 180px; margin-right: 250px; }
#ctrl_orderstep1 .orderdetails th.freight , th.paymentmethod  { display: none; }
#ctrl_orderstep1 .buyerdetails  { width: 90%; }

#ctrl_orderstep2 .delimited { margin: 0px; padding: 0px; border-top: 0px none;  border-bottom: 0px none; }
#ctrl_orderstep2  div.left { float: none; margin-bottom: 20px !important; width: 60% !important; }
#ctrl_orderstep2  div.left span { font-weight: bold; padding-right: 0px; font-size: 14px;  }
#ctrl_orderstep2  div.left div { padding-top: 5px; font-size: 12px; }
#ctrl_orderstep2 .clearer hr { width: 300px; margin-right: 180px; margin-bottom: 10px; }
#ctrl_orderstep2  table.tablesaw { max-width: 300px; }
#ctrl_orderstep2  span.article_ingress { font-weight: normal; line-height: 1.4em; }
#ctrl_orderstep2  input.button, #ctrl_orderstep2  input.flowbutton { margin: 0px; }

#ctrl_companyprofile  hr { margin-bottom: 20px; }
#ctrl_companyprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_companyprofile input.button1 { float: right;  }
#ctrl_companyprofile input.button2 { float: right;  }

#ctrl_newcontactprofile  hr { margin-bottom: 20px; }
#ctrl_newcontactprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_newcontactprofile  input.button  { float: right; }

#ctrl_newuser div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_newuser input.button  { float: right; }

#ctrl_newusercomp input.button  { float: right; }
#ctrl_newuserinst input.button  { float: right; }

#ctrl_userprofile   hr { margin-bottom: 20px; }
#ctrl_userprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_userprofile   input.button  { float: right; }

#ctrl_contactprofile hr { margin-bottom: 20px; }
#ctrl_contactprofile div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_contactprofile  input.button  { vertical-align: top; }
#ctrl_contactprofile  input.button1 { float: right; vertical-align: top; }

#ctrl_updateaddtoshoppinglist div.buttonpanel input.flowbutton { float: right; }

div#discountdetails {  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); border-radius: 0 0 4px 4px; }
div#discountdetails h2.boxheading { line-height: 1.5em; background: none repeat-x scroll left top #DADADA; border-radius:4px 4px 0px 0px; font-size: 12px; color: #6D6D6D; }
div#discountdetails .boxbody { border: none; } 
div#discountdetails span.icon { display: none; }

.pagination { display: inline-block; padding-left: 0; margin: 12px 0 4px 0; border-radius: 4px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #428bca; background-color: #ffffff; border: 1px solid #dddddd; margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #2a6496; background-color: #eeeeee; border-color: #dddddd; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; background-color: #7697B8; border-color: #7697B8; cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; }

/* PriceRunner */
.PricerunnerWidget img { position: absolute; height: 45px; z-index: 2; margin: 230px 0 0 216px; opacity: 80%; }

/* Elretur */
.because-widget { height: 225px; margin: -54px 0px 0 0; }

}

@media only screen and (min-width: 480px) and (max-width: 777px) {

.outer-container { margin: 0 auto 0 auto; padding: 0; width: 460px; background: none;}
.inner-container { position: relative; margin: 0 auto 0 auto; padding: 0; width: 460px; top: 10px;}

.main .content { width: 460px; padding-bottom: 20px; }

h1 { margin: 10px 0px 2px 0px; } 
h1.left { max-width: 320px; }
h1.right { margin-right: 10px; }

h2 span.article_ingress { font-size: 14px; color: #333333; }

i.fa.fa-check-circle { color: #228B22; }
i.fa.fa-times-circle { color: #B00; }

.watermark label { padding: 7px 6px; }

/*top*/
div.header {position: relative; height: 180px; width: 460px; background-color: #EEE; border-radius: 0 0 10px 10px; }
div.header .logo { position: absolute; top: 29px; left: 4px; z-index: 1; }
div.header .logo img { width: 250px; }
div.header .map { position: absolute; top: 44px; left: 230px; z-index: 0; opacity: 0.7; }
div.header .map img { width: 90px }
div.header .menu { text-align: right; background-color: #DDD; }
div.header .menu .linktext { display:none; }
div.header .menu img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
div.header .webordertime { position: relative; text-align: right; right: 4px; top: 2px; font-size: 14px}
div.header .menu2 { position: relative; float: right; text-align: right; top: 0px; font-size: 14px; width: 300px; }
div.header .menu2 img { vertical-align: middle; padding: 1px; height: 25px; }
div.header .menu2 .welcome { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100px; }
div.header .menu2 .shoppingcart { float: right; background-color: #FFF; border-style: solid; border-width: 2px 0 2px 2px; border-color: #00B000; border-radius: 10px 0px 0px 10px; position: fixed; top: 80px; right: 2px; z-index: 99; }
div.header .menu2 .goto-shoppingcart { float: right; width: 140px; background-color: #FF3300; border-style: solid; border-width: 2px 0 2px 2px; border-color: #FFF; border-radius: 10px 0px 0px 10px; text-align: center; color: #FFF; position: absolute; top: 20px; right: 0px; padding: 1px;}
div.header .menu2 #shoppingcart { margin: 0 2px 0 0; font-size: 15px; font-weight: bold; }

/* VB messaging alert */
.messages-container {background-color:red; height:36px; transition: all 1s ease-in-out 1s;}
.messages-container.hidden {display: none; }
.messaging-container {position:absolute; display:block; width:100%; margin:0; font-size:14px; overflow:hidden; }
.messaging-container .msg-container {padding: 4px; align-items:center; }
.messaging-container i {padding-left:4px; color:#fff}
.messaging-container .message {display:block; width:98%; padding: 2px 0 2px 0; color:#fff; line-height:normal; text-align: center; font-size: 14px; }
.messaging-container .message a {color:#fff; border-bottom: 1px dotted white;}
.messaging-container .message a:visited {color:#fff; border-bottom: 1px dotted white;}
.flex-row {display:flex;flex-flow:row nowrap;flex:1 1 auto}
.flex-row-wrap{display:flex;flex-flow:row wrap;flex:1 1 auto}

/*search*/
#search { position: absolute; top: 128px; }
#search input#searchstr {
-webkit-appearance: textfield; /* Address `appearance` set to `searchfield` in Safari and Chrome */ 
-webkit-box-sizing: content-box; /* Address `box-sizing` set to `border-box` in Safari and Chrome */
-moz-box-sizing: content-box; /* include `-moz` to future-proof. */
box-sizing: content-box; 
width: 380px; height: 28px; 
border: 2px solid #C0C0C0; 
border-radius: 5px 0px 0px 5px;
vertical-align: top; margin-left: -5px; 
padding: 0px 0px 0px 4px;}
#search #searchbtn { 
-webkit-appearance: none; 
width: 40px; height: 32px; 
margin-left: -5px; 
border: 2px solid #00B000; 
border-radius: 0px 5px 5px 0px;
background-color: #00B000; 
vertical-align: top; 
cursor: pointer; }   
.Search_text input { padding: 0px; }

input.tt-hint { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;  box-sizing: content-box; -webkit-appearance: none; height: 28px; width: 379px; border: 1px solid #C0C0C0; border-radius: 4px 0px 0px 4px; }

span.dropdown-header { margin-right: 10px; padding-left: 15px; text-transform: uppercase; color: #787878; }

span.tt-dropdown-menu { width: 404px; padding: 8px 0px 5px; background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); background-clip: padding-box; list-style: outside none none; margin-left: -5px; }
span.tt-dropdown-menu div.tt-dataset-articles { margin-bottom: 7px; }
span.tt-dropdown-menu div.tt-dataset-groups { margin-bottom: 3px; }
span.tt-suggestions { padding-left: 10px; cursor: pointer; }
span.tt-suggestions div { line-height: 1.5em; }
span.tt-suggestions div:hover { background-color: #C0C0C0; cursor: pointer; }

div.Search_text { height: auto; }

/* Bannermenu */
.banner #languages { position: absolute; font-weight: bold; font-size: 12px; top: 8px; right:6px; }

/* footer */
.footer { position: relative; margin: 20px auto 0 auto; padding: 0; width: 460px; background-color: #EEE; border-radius: 10px 10px 0 0; }
.footer div { font-size: 12px; font-color: #44372b; }
.footer div.footer-left { position: relative; float: left; width: 97%; margin: 10px; }
.footer div.footer-left img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-middle { position: relative; float: left; width: 97%; margin: 10px; }
.footer div.footer-middle img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-right { position: relative; float: left; width: 97%; margin: 10px; }
.footer div.footer-right img { vertical-align: middle; padding: 2px 0 2px 0; margin: 0 4px 0 0; height: 35px; }
.footer div.footer-disclaimer { position: relative; float: left; width: 440px; padding: 10px; background-color: #DDD; }
.footer #paymentmethods img { height: 24px; margin: 0 2px 0 0;}
.footer #viabill img { height: 27px; }
.footer #handelsikkert img { height: 72px; }
.footer #copyright { float: right; color: #AAA; font-weight: bold; font-size: 12px }

div#topcontrol { margin-bottom: 150px; }
div#topcontrol img{ width: 80%; float: right; opacity: 0.7; } 

.propertyTable { max-width: 440px; }
.propertyTable th { width: 180px; padding-right: 5px; line-height: 1.2em; font-size: 13px; white-space: normal; vertical-align: top; } 
.propertyTable td { padding-bottom: 5px; font-size: 12px; }
.propertyTable td.errorinfo { max-width: 200px;}
.propertyTable td.errorinfo span.add-on { border-radius: 0px 4px 4px 0px; margin-left: -5px; vertical-align: top; display: inline-block; width: auto; height: 20px; min-width: 16px; padding: 4px 5px; font-size: 14px; font-weight: normal; line-height: 20px; text-align: center; text-shadow: 0px 1px 0px #FFF; background-color: #E0E0E0; border: 1px solid #CCC;  }
.propertyTable td.errorinfo span.add-on a.mandatory { line-height: 24px; color: red; text-decoration: none; outline: medium none;  }
.propertyTable select { width: 214px; height: 30px;  border: 1px solid #C0C0C0; border-radius: 4px; }
.propertyTable input[type="text"], input[type="password"] { width: 200px; height: 20px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; background-color: #FFF; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }
.propertyTable input[type=text]:focus,  input[type=password]:focus { box-shadow: 0 0 5px  rgba(82, 168, 236, 1); }   
.propertyTable textarea { max-width: 205px; }
.propertyTable .tip { position: relative; display: inline-block; color: #1155CC; border-bottom: 1px dotted #1155CC; }
.propertyTable .tip:hover .tooltip-help { visibility: visible; opacity: 1; }
.propertyTable .tooltip-help { visibility: hidden; background-color: #fff; color: black; text-align: left; border: Solid 2px #fff; border-radius: 6px; box-shadow: 0px 2px 6px 6px rgba(0, 0, 0, 0.2); padding: 4px 4px 2px 4px; font-size: 12px; line-height: 1.2em; width: 440px; position: absolute; bottom: 125%; margin-left: -40px; opacity: 0.1; transition: opacity 1s; z-index: 99; }
.propertyTable .tooltip-help::after { content: ""; position: absolute; top: 100%; left: 20%; margin-left: -10px; border-width: 10px; border-style: solid; border-color: #fff transparent transparent transparent; }
.propertyTable .tooltip-help a { color: #ADDDFF }
.propertyTable .tooltip-help img { max-width: 392px;}

/* Frontpage Showwindow */
#ctrl_front div#sliderarea { width: 100%; margin: 0 0 10px 0; }	
#ctrl_front div#showwindowarea { width: 100%; }
#ctrl_front i.fa.fa-minus-square { float: right; display: none; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }
#ctrl_front i.fa.fa-plus-square { float: right; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }
#ctrl_front div.productbox a { font-size: 13px; }
#ctrl_front div.productbox div.image { margin: 5px; text-align: center; }
#ctrl_front div.productbox div.description { margin: 5px; }
#ctrl_front div.productbox div.inputamount { width: 60px; text-align: center; float: right; }
#ctrl_front div.productbox div.addtocart { width: 60px; text-align: center; float: right; }
#ctrl_front div.productbox div.articlecompare { text-align: center; float: right; }
#ctrl_front div.productbox .showelement_title { background: none repeat-x scroll left top #DADADA; border-radius: 4px; color: #6D6D6D; line-height: 2em; font-size: 12px; }
#ctrl_front div.productbox div.stock { font-size: 13px; }
#ctrl_front div.productbox i.fa { float: left; padding-right: 3px; margin-top: 3px; }
#ctrl_front div.productbox input.Input_amount  { padding: 4px 1px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; height: 25px; width: 48px; }

#ctrl_front div#purchaselistarea { width: 49%; float: left; }
#ctrl_front div#purchaselistarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_front div#purchaselistarea div.boxbody { border: none; display: none; } 
#ctrl_front div#purchaselistarea thead th { font-size: 12px; }
#ctrl_front div#purchaselistarea td { font-size: 12px; line-height: 1.5em; }
#ctrl_front div#purchaselistarea table { width: 100% !important; }

#ctrl_front div#infolistboxarea { width: 49%; float: right; margin-right: 4px; }
#ctrl_front div#infolistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer; }
#ctrl_front div#infolistboxarea div.boxbody { border: none; display: none; } 
#ctrl_front div#infolistboxarea div.boxbody span { line-height: 2em; }

#ctrl_front div#butikkerlistboxarea { width: 49%; float: left; }
#ctrl_front div#butikkerlistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 12px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_front div#butikkerlistboxarea div.boxbody { border: none; display: none; } 
#ctrl_front div#butikkerlistboxarea div.boxbody span { line-height: 2em; }

/* Butikssider */ 
div#butiklogo { width: 100% }
div#butikintro { width: 100% }
div#butikinfo { width: 100% }
div#butikinfo h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 13px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
div#butikinfo div.boxbody { border: none; font-size: 14px;} 
div#butikinfo div.boxbody span { line-height: 1.5em; }
div#butikinfo img { border-radius: 2px; width: 100% }
div#butikgooglemap img { border-radius: 4px; width: 100% }
#ctrl_butikker_page div#textarea { width: 100%; margin-bottom: 10px; }
#ctrl_butikker_page div#boxarea { width: 100%; }
#ctrl_butikker_page div#butikkerlistboxarea { width: 100%; }
#ctrl_butikker_page div#butikkerlistboxarea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 13px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }
#ctrl_butikker_page div#butikkerlistboxarea div.boxbody { border: none; } 
#ctrl_butikker_page div#butikkerlistboxarea div.boxbody span { line-height: 2em; }
#ctrl_butikker_page i.fa.fa-minus-square { line-height: 2em;  float: right;  padding-right: 5px; }
#ctrl_butikker_page i.fa.fa-plus-square { line-height: 2em; display: none; float: right;  padding-right: 5px; }

div.productbox.restyled_stack tr { border-bottom: none }
div.productbox.restyled_stack td.image { width: 33%; clear: none; display: table }
div.productbox.restyled_stack td.image a { width: 100%; display: table-cell; vertical-align: middle }
div.productbox.restyled_stack td.image img { display: table-cell }
div.productbox.restyled_stack td.description { width: 66%; clear: none; line-height: 1em }
div.productbox.restyled_stack td.description span { width: 100% }
div.productbox.restyled_stack input { padding: 0 5px } 

div.tablesaw-advance .left { float: none; }
div.tablesaw-bar .tablesaw-advance-dots { margin-top: 7px; }
div.tablesaw-bar.mode-swipe { margin-top: 0px; }
div.tablesaw-advance.minimap { max-width: 430px; overflow: auto; }
div.tablesaw-advance.minimap .tablesaw-advance-dots li i { width: 0.45em; height: 0.45em; }
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn { width: 3.3em; height: 3.3em; }
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before   { top: 1em; left: 1.35em; } 
div.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before  { top: 1em; left: 1.35em; }
div.tablesaw-bar div.tablesaw-advance .btn { border-radius: 4px; }

table.tablesaw.tablesaw-swipe { border: 1px solid rgba(0, 0, 0, 0.15); /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/}
table.tablesaw.tablesaw-swipe thead th { text-shadow: none; }
table.tablesaw.tablesaw-swipe tr:first-child { padding: 0.5em 0.4em; height: auto; line-height: 1.5em; white-space: normal; }
table.tablesaw.tablesaw-swipe td { padding: 0.5em 0.4em;  line-height: 1.5em; white-space: normal;   }
table.tablesaw.tablesaw-swipe span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: normal; }

table.tablesaw-stack tbody input { -webkit-appearance: none; }

#tableStack.notStack { border: 1px solid rgba(0, 0, 0, 0.15); width: 100%; }
#tableStack.notStack thead { border: 1px solid rgba(0, 0, 0, 0.15); }
#tableStack.notStack thead tr:first-child th { padding-top: 0.9em; padding-bottom: 0.7em;  }
#tableStack.notStack tbody { empty-cells: show; }
#tableStack.notStack td { padding: 0.5em 0.4em; line-height: 1.5em; white-space: normal; font-size: 12px; vertical-align: middle; box-sizing: border-box; }

#ctrl_article div.head { border-bottom: none; }
#ctrl_article div.subhead { Font-size: 12px; float: left; }
#ctrl_article div.article { width: 440px; float: left; border-bottom: none; height: auto; }
#ctrl_article div.properties { width: 310px; border-bottom: none; height: auto; margin-left: 0px;}
#ctrl_article #article_action_icons { float: right; border-bottom: none; height: auto; margin-top: -15px; margin-bottom: 5px; display: none; }
#ctrl_article h1.article_heading { width: 400px; margin-bottom: 10px; margin-top: 5px; line-height: 1.2em; font-size: 16px; }
#ctrl_article div#breadcrumbs.rcrumbs li.crumbs.show:last-child a { color: #4F82C7 }

#ctrl_article div.body div.images  { width: 440px; max-height: 350px; margin: 0 0 20px 0; }
#ctrl_article div.body div.images div.ImageOverlays { position: absolute; margin: 10px 10px 10px 0; z-index: 1; }
#ctrl_article div.body div.images div.ImageOverlays span.LinkSaleSplash { background-color: #ffdd00; border-radius: 5px; font-size: 1em; padding: 6px; color: #fff; opacity: .8; margin: 0 4px 0 -4px; }
#ctrl_article div.body div.images div.ImageOverlays span.LinkSaleSplash a { color: #fff; border-bottom: 1px dotted #fff; }
#ctrl_article div.body div.images div.ImageOverlays div.OnDemandSplash { background-color: #e41613; border-radius: 5px; font-size: 1em; padding: 5px; color: #fff; opacity: .8; }
#ctrl_article div.body div.images div.ImageOverlays span.NewArticleSplash { background-color: #7697b8; border-radius: 5px; font-size: 1em; padding: 6px; color: #fff;  opacity: .8; }
#ctrl_article div.body div.images div.ImageOverlays span.banner_tilbud_text { background-color: #ffdd00; border-radius: 5px; font-size: 1em; padding: 6px; color: #fff;  opacity: .8; }

#ctrl_article div.body div.properties { padding: 0px; }
#ctrl_article div.body div.properties div.priceline { line-height: 25px; }
#ctrl_article div.body div.properties div.priceline span.bigprice { margin-left: 0px }
#ctrl_article div.body div.properties div.priceline span.textTitleLeftAlign { font-size: 14px; }
#ctrl_article div.body div.properties input.flowbutton { vertical-align: top; min-width: 60px; max-width: 100px; margin-top: 0px; }
#ctrl_article div.body div.properties input.button { min-width: 60px; max-width: 110px; height: 35px; white-space: normal; }
#ctrl_article div.body div.properties div.propertyline input#amount { height: 25px; width: 50px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; font-size: 14px; }   
#ctrl_article div.body div.properties div.propertyline span.article_amount_in_cart { font-size: 13px; float: left; width: 100%; }
#ctrl_article div.body div.properties div.propertyline { margin-bottom: 5px; font-size: 14px; }
#ctrl_article div.body div.properties div.propertyline span { font-size: 13px; width: 80px; vertical-align: top; }
#ctrl_article div.body div.properties div.propertyline .stocktxt { line-height: 1.8em; }
#ctrl_article div.body div.properties div.articlecompare { float: right; padding: 0px; }
#ctrl_article div.body div.properties div.articlenote { float: right; padding: 0px; border-style: solid; border-width: 1px; border-color: #BBBBBB; padding: 5px; font-size: 14px; }
#ctrl_article div.body div.properties a.comparebutton span { font-size: 14px;  }
#ctrl_article div.body div.description { float: left; padding: 0px; font-size: 13px; }
#ctrl_article div.body div.description th { display: none; }
#ctrl_article div.body div.description h2 { font-size: 15px; font-weight: bold; margin-top: 10px; }

#ctrl_article div.modulearea { float: right; width: 100%; margin: 0px;}
#ctrl_article div.modulearea h2.boxheading { line-height: 2em; background: none repeat-x scroll left top #DADADA; font-size: 14px; border-radius: 4px; color: #6D6D6D; cursor: pointer;  }    
#ctrl_article div.modulearea .boxbackground { width: 100%; margin: 0 5px 20px 0; }
#ctrl_article div.modulearea .boxbody { border: none; } 
#ctrl_article div.modulearea i.fa.fa-minus-square { float: right; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }
#ctrl_article div.modulearea i.fa.fa-plus-square { display: none; float: right; line-height: 1.5em; font-size: 1.3em; padding-right: 5px; }

#ctrl_article #articlediscountbox table.wideTable { width: 100%; }
#ctrl_article #articlediscountbox table.wideTable tr { font-size: 13px; line-height: 1.75em; }
#ctrl_article #articlediscountbox table.wideTable tr:nth-child(even) {background-color: #F5F5F5;}
#ctrl_article #articlediscountbox table.wideTable th { font-size: 14px; white-space: normal; }

#ctrl_article #articlediscountbox table.wideTable td { font-size: 13px; white-space: normal; }
#ctrl_article #articledocumentbox div.boxbody { width: 100%; }
#ctrl_article #articledocumentbox div.title_whitebox { font-size: 13px; line-height: 1.75em; white-space: normal; padding: 3px 0px; }
#ctrl_article #articledocumentbox div.boxbody div:nth-child(even) {background-color: #F5F5F5;}

#ctrl_article #articlepropertiesbox table.propertyTable { width: 100%; }
#ctrl_article #articlepropertiesbox table.propertyTable tr { font-size: 13px; line-height: 1.5em; }
#ctrl_article #articlepropertiesbox table.propertyTable th { white-space: normal; }
#ctrl_article #articlepropertiesbox table.propertyTable tr:nth-child(even) {background-color: #F5F5F5;}

#ctrl_article .articleaddonbox h2.boxheading span { font-size: 14px; color: #6D6D6D; font-weight: bold; }
#ctrl_article .articleaddonbox .boxitem img { width: 100%; height: auto; }
#ctrl_article .articleaddonbox div.picture img {  max-height: initial; float: none; vertical-align: middle; }
#ctrl_article .articleaddonbox div.articlenumber { font-size: 12px; padding-bottom: 5px; }
#ctrl_article .articleaddonbox div.articlename { font-size: 14px; padding-bottom: 7px; }
#ctrl_article .articleaddonbox div.addtocartbutton { font-size: 14px; font-weight: bold; text-align: right; }
#ctrl_article .articleaddonbox div.availableinstock { font-size: 13px;  padding-bottom: 7px; }
#ctrl_article .articleaddonbox div.availableinstock i.fa { float: left; padding-right: 2px; margin-top: 3px; }
#ctrl_article .articleaddonbox div#customerprice { font-size: 13px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#grossprice { font-size: 13px; text-align: left; padding-right: 4px;  }
#ctrl_article .articleaddonbox div#price { font-size: 13px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#customergrossprice { font-size: 13px; text-align: left; padding-right: 4px; }
#ctrl_article .articleaddonbox div#currency { font-size: 13px; text-align: left; padding-right: 4px; }

#ctrl_article .articlealternativebox { float: none; }

div.articlecompare div.property input.flowbutton { -webkit-appearance: none; width: 72px; float: none; }
div.articlecompare div.property span.title { font-size: 12px; }
div.articlecompare div.property.name { background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.picture { background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.addtocartbutton { -webkit-appearance: none; padding-top: 5px; background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property.removebutton { -webkit-appearance: none; height: auto; background: none repeat scroll 0% 0% #FFF !important; }
div.articlecompare div.property:nth-child(even) { background-color: #F5F5F5; }
div.articlecompare div.property:nth-child(even) div.data { padding-top: 6px }

.Energy_class { max-width: 162px; margin: 4px 0 0 0; }

/* Articlelist - windows */ 
#ctrl_articlelist div.sortcolumns { width: 100%; float: left; padding-bottom: 10px; font-size: 13px; }  
#ctrl_articlelist div.product { height: 314px; width: 214px; margin: 0 6px 6px 0; padding: 4px; }
#ctrl_articlelist div.product .name { Height: 42px; font-weight: bold; font-size: 13px; text-align: left; margin: 6px 0 -6px 0; overflow: visible}
#ctrl_articlelist div.product .name label { display: none }
#ctrl_articlelist div.product div.addtocartbutton { margin-left: 0px; }
#ctrl_articlelist div.product div.addtocartbutton input.flowbutton { width: 60px; }
#ctrl_articlelist div.product i.fa { padding-right: 3px; }
#ctrl_articlelist div.product div.articlecompare { font-size: 12px; margin: 10px 0px; }
#ctrl_articlelist div.product div.prodtp2text { position: absolute; top: 8px; z-index: 2; font-size: 15px; font-weight: bold; color: #FFF; margin: 0px; }
#ctrl_articlelist div.product div.prodtp2img { position: absolute; width: 51%; top: 0px; margin: 0px -7px; }
#ctrl_articlelist div.product div.prodtp2img img { height: 40px; opacity: 0.6}
#ctrl_articlelist div.product div.banner_tilbud_text { position: absolute; width: 100%; top: 8px; text-align: right; font-size: 15px; font-weight: bold; color: #FFF; margin: 0 -15px; }
#ctrl_articlelist div.product div.banner_tilbud_img { position: absolute; width: 51%; top: 0px; margin: 0px 101px; }
#ctrl_articlelist div.product div.banner_tilbud_img img { height: 40px; opacity: 0.75; }
#ctrl_articlelist div.product div.Energy_class { position: absolute; width: 100%; top: 128px; text-align: left; z-index: 2; font-size: 12px; font-weight: bold; color: #FFF; }
#ctrl_articlelist div.product div.save {background-color: #e41613; position: absolute; text-align: right; font-size: 15px; font-weight: bold; color: #fff; padding: 4px; top: 26px; right: 0px; border-radius: 5px 0 0 5px; z-index: 2; }

#ctrl_articlelist div.pagination { display: inherit; }
#ctrl_articlelist table i.fa.fa-shopping-cart { font-size: 1.6em; }
#ctrl_articlelist table img { max-width: 50px; padding-top: 2px; }

#ctrl_articlelist div#showwindowarea { width: 100%; }
#ctrl_articlelist div.productbox img { width: 100%; height: auto; max-width: 100%; }
#ctrl_articlelist td.showelement { border-style: none; }
#ctrl_articlelist div.productbox a { font-size: 13px; }
#ctrl_articlelist div.productbox div {margin-top: 5px; }
#ctrl_articlelist div.productbox div.addtoshoppinglist { text-align: right; }
#ctrl_articlelist div.productbox div.addtocart { text-align: right; }
#ctrl_articlelist div.productbox div.articlecompare { text-align: right; }
#ctrl_articlelist div.productbox .showelement_title { background: none repeat-x scroll left top #DADADA; border-radius: 4px; color: #6D6D6D; line-height: 2em; font-size: 12px; cursor: pointer;   }
#ctrl_articlelist div.productbox div.stock {font-size: 13px;}
#ctrl_articlelist div.productbox i.fa { float: left; padding-right: 3px; margin-top: 3px; }
#ctrl_articlelist div.productbox input.Input_amount  { padding: 4px 1px; border: 1px solid #C0C0C0; border-radius: 4px; text-align: center; height: 25px;}
#ctrl_articlelist div#go_to.rcrumbs { margin: -10px 0 20px; }
#ctrl_articlelist div#go_to_bottom.rcrumbs { margin: 20px 0 0; }

#ctrl_articlelist .articlegroup { margin: 10px 10px 0 0; float: left; width: 140px; height: 150px; vertical-align: center; text-align: center; font-size: 14px; } 

#articlelistfooter { width: 100%; text-align: center; font-size: 14px; }
#articlelistfooter H2 { font-size: 18px; Font-weight: bold; }

#ctrl_addtoshoppinglist input.button { float: right; }

#ctrl_attestlist h2 { margin-bottom: 25px; }

#ctrl_attestcart h2 > span.article_ingress { font-weight: normal;}
#ctrl_attestcart h3 { margin: 10px 0px; }
#ctrl_attestcart div.buttonpanel { min-height: auto; }
#ctrl_attestcart input.button  { margin-top: 5px; }
#ctrl_attestcart input.button1 { margin-top: 5px; float: right; }
#ctrl_attestcart input.button2 { float: right; margin-top: 10px; }
#ctrl_attestcart div#orderrejected textarea#attestationnote { max-width: 435px; }
#ctrl_attestcart div#orderrejected > input.button { margin-top: 10px; }
#ctrl_attestcart p {font-size: 12px; font-weight: bold; line-height: 1.5em}

#ctrl_documentdetails div.documentdetails { margin-right: 15px; }
#ctrl_documentdetails img { float: none; max-width: 100%; }

#ctrl_documentlist div.documentlist { margin: 0px; }
#ctrl_documentlist .item .image { margin: 5px 0px; height: auto; overflow: visible; width: 100%; float: none; }
#ctrl_documentlist table div.image img {  width: 80%; height: auto; float: none; vertical-align: middle; }

#ctrl_erporderhistory table.simpleTable td { width: 50%; line-height: 1em; padding: 0px 10px 5px 0px;}
#ctrl_erporderhistory table.simpleTable td > span { font-size: 14px; }
#ctrl_erporderhistory table.simpleTable td > div { padding-top: 5px; font-size: 13px; }

#ctrl_erporderstatus table.simpleTable td { width: 50%; line-height: 1em; padding: 0px 10px 5px 0px; }
#ctrl_erporderstatus table.simpleTable td > span { font-size: 14px; }

#ctrl_erporderstatus table.simpleTable td > div { padding-top: 5px; font-size: 13px; }

div#loginarea.centerbox  { position: absolute; top: 10%; height: 350px ; width: 400px; margin: 0px 0px 0px -210px; ; left: 50% ; padding-left: 15px ; padding-right: 0px; float: center; }
div#loginarea.centerbox .boxbody .outer { padding: 30px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD; }
div#loginarea.centerbox  h1 { text-align: left; color: #000; margin-bottom: 0px; }
div#loginarea.centerbox  input#userid { margin-left: 20px; width: 175px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  input#pwdclient { margin-left: 20px; width: 175px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  input.button { margin: 10px 0px; width: 110px; height: 35px; white-space: normal; font-size: 14px; font-weight: normal; padding: 0px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#loginarea.centerbox  a { font-size: 13px; margin-right: 5px;  }
div#loginarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: left; font-weight: normal; margin-top: 5px; padding-left: 5px; }
div#loginarea.centerbox .languages > a { display: inline-block;}

div#forgotarea.centerbox  { position: absolute; top: 10%; height: 350px ; width: 400px; margin: 0px 0px 0px -210px; ; left: 50% ; padding-left: 15px ; padding-right: 0px; float: center; }
div#forgotarea.centerbox .boxbody .outer { padding: 30px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD; }
div#forgotarea.centerbox  input#email { min-width: 235px; width: auto !important; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#forgotarea.centerbox  input.button { margin: 10px 0px; max-width: 100px; height: 35px; white-space: normal; font-size: 12px; font-weight: normal; padding: auto auto; border: 1px solid #C0C0C0; border-radius: 4px; }
div#forgotarea.centerbox  a { font-size: 13px;  margin-right: 5px; }
div#forgotarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: right; font-weight: normal; padding: 5px;}
div#forgotarea.centerbox .languages > a { display: inline-block;}

div#logoutarea.centerbox   { position: absolute; top: 10%; height: 350px; width: 400px; margin: 0px 0px 0px -210px; ; left: 50% ; padding-left: 15px ; padding-right: 0px; float: center; }
div#logoutarea.centerbox .boxbody .outer { padding: 30px; background-color: white; margin-right: 5px; border-left: 1px solid #DDD; border-top: 1px solid #DDD; }
div#logoutarea.centerbox  input.button { margin: 10px 0px; width: 110px; height: 35px; white-space: normal; text-align: center; font-size: 14px; font-weight: normal; padding: 0px; border: 1px solid #C0C0C0; border-radius: 4px; }
div#logoutarea.centerbox  a { font-size: 13px; margin-right: 5px; }
div#logoutarea.centerbox .languages { min-width: 300px; max-width: 500px; height: 50px; line-height: 25px; text-align: left; font-weight: normal; margin-top: 5px; padding-left: 5px; }
div#logoutarea.centerbox .languages > a { display: inline-block; } 

#ctrl_loginprofile  .newuserlink { width: 100%; margin-top: 10px; }
#ctrl_loginprofile  .newuserlink img { width: 20px; margin: 0px 3px -5px 0; }
#ctrl_loginprofile  .loginprofile { width: 440px; text-align: center; height: auto; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); z-index: 110 !important; }
#ctrl_loginprofile  .boxbody   { width: 420px; padding: 10px 10px 0 10px; border: none; }
#ctrl_loginprofile  .boxbody a { font-size: 14px; }
#ctrl_loginprofile  .fa:hover { cursor: pointer; }
#ctrl_loginprofile  h2 { text-align: left; margin-bottom: 10px; }
#ctrl_loginprofile  div.boxinputrow { padding: 0 4px 20px 0; }
#ctrl_loginprofile  input#userid { margin-left: 20px; width: 200px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_loginprofile  input#pwdclient { margin-left: 20px; width: 200px; height: 20px; padding: 4px 6px; font-size: 14px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_loginprofile  input.button { margin-top: 10px; }

#ctrl_purchaselist div.search { margin-bottom: 10px; }
#ctrl_purchaselist input#purchaseSearch { width: 380px; height: 20px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px 0px 0px 4px; vertical-align: top; }
#ctrl_purchaselist input[type=text]:focus { box-shadow: 0 0 5px  rgba(82, 168, 236, 1); padding: 0px; margin: 0px; border: 1px solid rgba(82, 168, 236, 1); }
#ctrl_purchaselist button.button { min-width: 40px; height: 30px; border-radius: 0px 4px 4px 0px; margin-left: -5px; vertical-align: top; }
#ctrl_purchaselist table { margin-bottom: 20px; }
#ctrl_purchaselist table.lastorder th { padding: 0.7em 0.4em 0.7em 0.4em; white-space: normal; height: auto; line-height: 1.5em; min-width: 150px; font-size: 1em; }
#ctrl_purchaselist table.lastorder td { padding: 0.5em 0.4em; white-space: normal; line-height: 1.5em; min-width: 150px; font-size: 1.17em; }

#ctrl_purchasecart h2 { margin-bottom: 15px; }
#ctrl_purchasecart .buttonpanel { margin-top: 20px; min-height: 85px;  }
#ctrl_purchasecart input.button1, #ctrl_purchasecart input.button2 { float: right;  }
#ctrl_purchasecart table i.fa.fa-shopping-cart { font-size: 1.6em; }
#ctrl_purchasecart input#addArticleToPurchaseList { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; -webkit-appearance: none;  height: 20px; width: 338px; padding: 4px 6px; border: 1px solid #C0C0C0; border-radius: 4px; }
#ctrl_purchasecart input#addArticleToPurchaseList:focus  { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; -webkit-appearance: none; box-shadow: 0 0 5px  rgba(82, 168, 236, 1); margin: 0px; }
#ctrl_purchasecart input.tt-hint { height: 20px; width: 338px; margin-left: 0px; padding: 4px 6px; border: 1px solid #C0C0C0; }
#ctrl_purchasecart span.tt-dropdown-menu { width: 350px; margin-left: 0px; padding: 8px 0px 5px; background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); background-clip: padding-box; z-index: 101 !important; }

#ctrl_quickorder div.buttonpanel { min-height: 85px; }
#ctrl_quickorder div.buttonpanel.top { min-height: auto; }
#ctrl_quickorder input.button1 { float: right; }
#ctrl_quickorder input.button3, #ctrl_quickorder input.flowbutton { float: right; margin-top: 10px; }

#ctrl_shoppingcartdetails  hr { margin: 5px 0px; }
#ctrl_shoppingcartdetails  div.buttonpanel { min-height: auto; }
#ctrl_shoppingcartdetails  div.tablefooter { border-style: solid; border-width: 1px; border-color: #BBBBBB; padding: 5px; }
#ctrl_shoppingcartdetails  input.button, #ctrl_shoppingcartdetails input.button1 { vertical-align: top; }
#ctrl_shoppingcartdetails  input.button2, #ctrl_shoppingcartdetails input.button3, #ctrl_shoppingcartdetails input.flowbutton {  vertical-align: top; float: right; }
#ctrl_shoppingcartdetails  input.button3 { margin-top: 10px ; }
#ctrl_shoppingcartdetails  span { line-height: 2em;  }
#ctrl_shoppingcartdetails  div.attestpanel1, #ctrl_shoppingcartdetails div.attestpanel2   { margin-top: 10px; }
#ctrl_shoppingcartdetails  h2 > span { font-size: 13px;  }
#ctrl_shoppingcartdetails  h3 > span { font-weight: bold; }
#ctrl_shoppingcartdetails  h4 > span { font-weight: normal; font-size: 11px; }
#ctrl_shoppingcartdetails .bonusproduct {Border: 1px solid #C0C0C0; height: 101px; }
#ctrl_shoppingcartdetails .bonusbanner { margin-button: 2px; }
#ctrl_shoppingcartdetails .bonusbanner img { float: right; width: 308px; }
#ctrl_shoppingcartdetails .bonustext { font-size: 13px; padding: 4px; line-height: 1.2em; }

.orderflow { font-size: 14px; }
.orderflow  td { width: 90px; }

#ctrl_orderstep1 .delimited { margin: 0px; padding: 0px; margin: 0px; border-top: 0px none; border-bottom: 0px none; }
#ctrl_orderstep1 .delimited h2 { padding-bottom: 0px; }
#ctrl_orderstep1 .delimited input { width: 180px; }
#ctrl_orderstep1  .propertyTable td { max-width: 440px; }
#ctrl_orderstep1  h2.clearer { margin-bottom: 10px; }
#ctrl_orderstep1  td.errorinfo { max-width: 20px; line-height: 2em; }
#ctrl_orderstep1  fieldset.radiogroup input { width: auto; }
#ctrl_orderstep1 .deliveryaddress { width: 48%; }
#ctrl_orderstep1 .invoiceaddress { width: 48%; padding-right: 5px; margin-bottom: 0px; }
#ctrl_orderstep1 .clearer hr { width: 440px; margin-right: 5px; }
#ctrl_orderstep1 .orderdetails  { width: 90%; }
#ctrl_orderstep1 .orderdetails span.article_ingress { font-size 15px; font-weight: bold; }
#ctrl_orderstep1 .orderdetails hr { width: 350px; margin-right: 70px; margin-bottom: 10px; }
#ctrl_orderstep1 .orderdetails th.freight , th.paymentmethod  {display: none;}
#ctrl_orderstep1 .buyerdetails  { width: 90%; }
#ctrl_orderstep1 .buyerdetails hr { width: 440px; margin-right: 10px; margin-bottom: 10px; }

#ctrl_orderstep2 .delimited { margin: 0px; padding: 0px; border-top: 0px none;  border-bottom: 0px none; } 
#ctrl_orderstep2  div.left {  margin-bottom: 20px !important; width: 48% !important; }
#ctrl_orderstep2  div.left span { font-size: 15px; font-weight: bold; }
#ctrl_orderstep2  div.left div { padding-top: 5px; font-size: 13px; }
#ctrl_orderstep2 .clearer hr { width: 440px; margin-right: 40px; margin-bottom: 10px; }
#ctrl_orderstep2  table.tablesaw { max-width: 440px; }
#ctrl_orderstep2  span.article_ingress { padding-right: 30px; font-weight: normal; line-height: 2em; }
#ctrl_orderstep2  input.button, #ctrl_orderstep2 input.flowbutton { margin: 0px; }

#ctrl_companyprofile  hr { margin-bottom: 20px; }
#ctrl_companyprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_companyprofile input.button1 { float: right;  }
#ctrl_companyprofile input.button2 { float: right;  }

#ctrl_newcontactprofile  hr { margin-bottom: 10px; }
#ctrl_newcontactprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_newcontactprofile  input.button  { float: right;  }

#ctrl_newuser div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_newuser input.button  {  float: right; }

#ctrl_newusercomp input.button  {  float: right; }
#ctrl_newuserinst input.button  {  float: right; }

#ctrl_userprofile  hr { margin-bottom: 20px; }
#ctrl_userprofile  div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_userprofile  input.button  { float: right; }

#ctrl_contactprofile hr { margin-bottom: 20px; }
#ctrl_contactprofile div.errorinfo { padding-bottom: 10px; line-height: 2em; }
#ctrl_contactprofile  input.button  { vertical-align: top; }
#ctrl_contactprofile  input.button1 { float: right; vertical-align: top; }

#ctrl_updateaddtoshoppinglist div.buttonpanel input.flowbutton { float: right; }

div#discountdetails { box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); border-radius: 0 0 4px 4px; }
div#discountdetails h2.boxheading { line-height: 1.5em; background: none repeat-x scroll left top #DADADA; border-radius:4px 4px 0px 0px; font-size: 12px; color: #6D6D6D; }
div#discountdetails .boxbody { border: none; }
div#discountdetails span.icon { display: none; }

.pagination { display: inline-block; padding-left: 0; margin: 12px 0 4px 0; border-radius: 4px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #428bca; background-color: #ffffff; border: 1px solid #dddddd; margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #2a6496; background-color: #eeeeee; border-color: #dddddd; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; background-color: #7697B8; border-color: #7697B8; cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; }

/* PriceRunner */
.PricerunnerWidget img { position: absolute; height: 45px; z-index: 2; margin: 230px 280px; opacity: 80%; }

/* Elretur */
.because-widget { height: 225px; margin: -54px 0px 0 0; }
}