/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 1.8em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.25em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Clearfix*/

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*########################################################### */
/*################! normalize.css ENDE ###################### */
/*########################################################### */


/*################custom CSS Start ###################### */


a {color: #1DB3B8}
a:hover, a:active, a:visited {color:#117275}
html {
    background: url("gfx/bg_header_shadow.png") no-repeat scroll center 132px #E9EBED;
}

body {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);}




#headerouter {width: 100%; background:#FFF;  border-bottom: 1px solid #D3D3D3; margin-bottom: 30px}
#header {width: 100%; max-width: 990px; background-color:rgba(0, 0, 0, 0); margin: auto; height: 132px}
#logo img 	{
	margin-left: 0; /*50px*/
	margin-top: 0; /*10px*/
}

#usp {   
  color: #93939E;
  float: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7em;
  margin-right: 5%;
  margin-top: 56px;
  width: 28%;
}


#usp span { font-size: 0.75em; display: block; line-height: 1em; margin-bottom: 5px;}

#search {
	float:right;
	margin-right: 1.050505%; /*50px*/
	margin-top: 64px; /* 5.030303% 49.78px*/
	width:30%;
}

form input#suche-eingabe {width: 73%;    font-size: 13px;   padding: 5px 5px 3px; border: 1px solid #D3D3D3; color: #3E3E3E;}
form input#suche-eingabe:focus {border: 1px solid #1DB3B8;}

#search > a#los_btn {
    background-color: #1DB3B8;
    border: 1px solid #117275;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 2px;
    text-decoration: none;
}

#topnav {width: 100%; max-width: 990px; margin: auto; ;}
#topnav ul {width: 97.97979797%; margin: 0%; padding: 0 1.01010101% /*10px*/; background: url("gfx/mainnavigation_bg.png") repeat-x scroll 0 0 #1DB3B8}
#topnav ul li {
  display: inline-block;
  height: 37px;
  padding-left: 2.7%;
  padding-right: 2.7%;
  border-right: 1px solid #32C3C8;
}


#catListTop a {
    font-size: 15px; color:#FFF;
    line-height: 39px;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    font-weight: bold;

}

#catListTop a:hover {
  color:#000;
}

#topnav ul li:hover {background-color: white; }
#topnav ul li:hover a {color:#000;}

#toggle {display: none; }

.cf {clear: both;}

#workarea {margin: auto; width: 100%; max-width: 990px;  }

#wrapper {
  width: 100%; 
  background-color: white;
  -webkit-box-shadow: 0px 1px 5px #8a8885; /* webkit browser*/ 
  -moz-box-shadow: 0px 1px 5px #8a8885; /* firefox */ 
  box-shadow: 0px 1px 5px #8a8885;
  padding-bottom: 15px;
}

#left {
	background-color: ; 
	float: left;
	
	width: 20.00%; /*200px*/

}



#catleft ul {
    background-color: #FFFFFF;

    padding-left: 5%;
}

#left #catleft ul li {    
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  list-style: none outside none;
  padding-left: 5%;
  background: url("gfx/left_nav_arrow_right.png") no-repeat scroll right -6px center  #1DB3B8;
  }

#left #catleft ul li:hover {background: url("gfx/left_nav_arrow_bottom_active.png") no-repeat scroll right center rgba(0, 0, 0, 0);}

#left #catleft ul li:hover a {color:#3E3E3E;}

#left #catleft ul li:first-child {border-top: 1px solid #d3d3d3}
#left #catleft ul li:last-child {border-bottom: 1px solid #d3d3d3}

#left #catleft ul li a {
  color:#FFF; 
  font-size: 15px; 
  text-decoration: none;
  display: block;    
  padding-bottom: 8px;
  padding-top: 8px;
  margin-left: -3px;
  font-weight: bold;
}




#left #impressum {
    border: 1px solid #E3E3E3;
    font-size: 12px;
    margin-left: 5%;
    color: #3E3E3E;
    padding: 5%;
}

#left #impressum strong {display: block;    font-size: 1.25em;    margin-bottom: 10px;}

#content {
	background-color: #FFFFFF;
	float: right;
	padding-left: 2%; /*20px*/
	width: 78%; /*780px */
}

#artikeloben .bilder {float: left; width:64%;}
#artikeloben .bilder #pic {width: 100%}
#m_lb {
	position: absolute; 
	font-size: 0px; 
	z-index: 100000 !important; 
	width: 100%; 
	text-align: center; 
	cursor: pointer; 
	left: 0px; 
	top: 10px; 
	height: 100%;

}

#m_lb img {
	webkit-box-shadow: 1px 1px 9px 7px rgba(0,0,0,0.4);
	moz-box-shadow: 1px 1px 9px 7px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 9px 7px rgba(0,0,0,0.4);
	max-width: 99%;}

.thumbpic, .thumb_aktiv {width: 58px;border: 1px solid #dfdfdf; margin: 0px 4px 0px 4px;overflow: hidden;}

.thumb_aktiv {border: 1px solid #117275}
/*
#closer {
	background: url(gfx/close.png) no-repeat scroll 0 0 transparent; 
	height: 22px; 
	width: 22px; 	
}
*/

#artobenrechts {
    float: right;
    width: 34%;
}

#artikeloben #price {text-align: right; margin-right: 12.5%;}

#price small {
    padding-left: 5%;
    padding-right: 5%;
    color: #FFFFFF;
}

#price span {
    font-size: 1.5em;
}

#artikeloben #bin {padding-right: 2.5%;margin-top: 20px;text-align: center;}


a.binbutton {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #0079bc 0%, #00509d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#0079bc), color-stop(100%,#00509d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#0079bc 0%,#00509d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#0079bc 0%,#00509d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#0079bc 0%,#00509d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%,#0079bc 0%,#00509d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#00509d',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 4px;
    padding: 6px 20%;
}


a.binbutton:hover {background: none repeat scroll 0 0 #00509D;}

#content .content {padding-right: 2%;}

#content .content * {font-size: 12px;}



.content {border:1px solid #e3e3e3;   padding-bottom: 5px;
  padding-left: 10px; padding-right: 10px;
  padding-top: 5px;
  margin-right: 10px;
}

strong.tab {
  background-color: #1DB3B8;
  border-color: #1DB3B8;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  display: block;
  margin-top: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  width: 180px;
}

.logisticIcon {
  display: inline-block;
  width: 33%;
}

.logisticIcon > img {
  display: block;
  margin: auto;
}


#shippingTables > table {
  margin: auto;
}

#shippingTables > table:last-child {margin-left: 25%}

#shippingTables table table tr:nth-child(2n) {
  background-color: #E2E2E2;
}


#shippingTables table table tr td {
  padding-left: 5px;
  padding-right: 5px;
}

#abwicklung > img {
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}


#footerouter {width: 100%; background:#FFF;  border-top: 1px solid #D3D3D3; margin-top: 30px}

#footer {width: 100%; max-width: 990px; background-color:rgba(0, 0, 0, 0); margin: auto; text-align: center;}
#footer ul { margin: 0%; padding: 1.01010101% /*10px*/}
#footer ul li {display: inline; }


#footer a {
  color: #009398;
  font-size: 0.9em;
  padding-left: 15px;
}

#footer a:hover {text-decoration: none}


/*########################################
large screens < 990px
########################################*/

@media screen and (max-width: 989px) { 
  #topnav {overflow: hidden; height: 37px;}
  #usp {display: none;}
  #search {width: 37%}
}

/*########################################
MIDDLE SIZED SCREENS
########################################*/

@media screen and (max-width: 768px) { 

	#artikeloben .bilder, #artikeloben #artobenrechts {float: none; width: 97%} 
	#left {width: 30%}
	#content {width: 68%}
	#artikeloben #price {text-align: center; margin-right: }

	#search	{width:40%; margin-top: 49px}
  #usp {display: none;}
  

	form input#suche-eingabe {width: 70%}

}

@media screen and (max-width: 560px) { 
  #search {width: 94%;margin: 2% 1%;}
  form input#suche-eingabe {width: 80%}
}


@media screen and (max-width: 480px) {

  html {
      background: url("gfx/bg_header_shadow.png") no-repeat scroll center 132px #E9EBED;
  }
	#header {height:132px;}
  #logo img {margin-left: 4.7%;}
  #topnav {height: auto;}
  #topnav ul {background-image: none; padding-bottom: 15px}
  #topnav ul li {display: block; background: url("gfx/mainnavigation_bg.png") repeat-x; border:none;}
	#left {float: none; width: 100%} 
	#content {float: none; width: 98%}
  #catleft ul {padding-left: 0; margin-top: 0; margin-bottom: 0;}
  #left #catleft ul li:first-child {border-top: none}
  #left #catleft ul li {border-left: 0; border-right: 0}
	#catleft, #impressum {display: none}
  #catListTop a {padding-left: 16px; font-size: 0.9em;}
  .logisticIcon {width: 50%;}


	#bin {display: none;}

  #content .content {font-size: 1em}
  #abwicklung > img {float: none}
  #footer ul li {display: block;}
	
	
	#toggle	{display: block; color:#FFF; padding: 6px 19px;
background-color: #1DB3B8;}
	.divVisible {display:block !important;}
	.divHidden {display:none;}

}