/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   CSS from jumedia
   ========================================================================== */

/*
 *
 * @author Julia Hauser @ jumedia julia@jumedia.ch
 *
 */


/* Main Navigation
========================================================================== */
#main-navigation {
    clear: right;
    margin-top: 90px;
}

#main-navigation .item-wrapper:after {
    clear: both;
    content: " ";
    display: table;
}

#main-navigation ul {
    margin: 0;
    padding: 0;
	background-color: #ffed00;
    background-image: linear-gradient(to bottom, #fce500 0%, #ffed00 50%, #fce500 51%, #fce500 100%);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height: 44px;
}

#main-navigation li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    position: relative;
}

#main-navigation li.last {
    border-right: none;
	border-radius: 0 0 0 0;
}

#main-navigation li strong.first, #main-navigation li.first, #main-navigation li.first a:hover {
    border-radius: 12px 0 0 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

#main-navigation a,
#main-navigation strong {
    color: #000000;
    display: block;
    font-weight: 700;
    padding: 11px 40px;
    text-decoration: none;
}

#main-navigation a:hover,
#main-navigation a.trail,
#main-navigation strong {
    background-color: #fff7b2;
    background-image: linear-gradient(to bottom, #fff7b2 0%, #fff7b2 50%, #f9eeac 51%, #f9eeac 100%);
}

#main-navigation .logo-small {
    display: none;
}

#main-navigation .warenkorb {
	float: right;
}

#main-navigation .warenkorb  a:hover {
	border-radius: 0 12px 12px 0;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

/* Meta Navigation Header
========================================================================== */
#meta-header {
    float: right;
}

#meta-header > * {
    display: block;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

#fb {
	margin-top: 10px;
    float: right;
    font-size: 13px;
}

#fb .fb {
    float: left;
    margin-right: 6px;
    margin-top: 7px;
}

#fb a img {
    float: right;
    width: 40px;
	margin-top: 5px;
}

#fb .fb a {
    color: #00983f;
    font-weight: bold;
}

#fb .fb a:hover {
    color: #000;
}

/* Warenkorb Header
========================================================================== */
#header div.warenkorb {
	display: none;
}

/* Header Subnavigation
========================================================================== */
#left .inside {
   
}

.category-navigation {
	margin-top: 20px;
    box-sizing: border-box;
	margin-right: 4%;
	text-align: left;
}

.category-navigation ul {
    font-family: "Open-Sans", sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.category-navigation li {
    border-top: 1px solid #e5e5e5;
    list-style-type: none;
}

.category-navigation a, .category-navigation strong {
    display: block;
    padding: 20px 0;
    text-decoration: none;
}

.category-navigation a {
	color: #7B7B7B;
}

.category-navigation strong/*, .category-navigation .trail .trail */{
	color: #00983f;
}

.category-navigation ul.level_1 li strong{
	font-weight: 700;
}

.category-navigation .level_2 li a span, .category-navigation .level_2 li strong{
	padding-left: 20px;
	font-weight: 400;
}

.category-navigation ul li.warenkorb {
	display: none;
}

/* Main Mobile Navigation
========================================================================== */

.fullscreenmenu {
	display: none;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	opacity: 0; 
	-webkit-transition: background 0.5s ease-in-out, opacity 0.5s; 
	-moz-transition: background 0.5s ease-in-out, opacity 0.5s; 
	-ms-transition: background 0.5s ease-in-out, opacity 0.5s; 
	-o-transition: background 0.5s ease-in-out, opacity 0.5s; 
	transition: background 0.5s ease-in-out, opacity 0.5s; 
	text-align: left;
}

.fullscreenmenu.show {
	opacity: 1;
	background-color: rgba(255, 255, 255, 1); 
	-webkit-transition: background 0.5s ease-in-out, visibility 0.5s; 
	-moz-transition: background 0.5s ease-in-out, visibility 0.5s; 
	-ms-transition: background 0.5s ease-in-out, visibility 0.5s; 
	-o-transition: background 0.5s ease-in-out, visibility 0.5s; 
	transition: background 0.5s ease-in-out, visibility 0.5s; 
	z-index: 9999; 
}

.fullscreenmenu ul { 
	padding: 10%;
}

.fullscreenmenu ul li {
	list-style-type: none;
}

.fullscreenmenu li a, 
.fullscreenmenu .active .active {
	visibility: inherit;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-decoration: none; 
    display: block;
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    text-transform: uppercase;
}

.fullscreenmenu li a, .fullscreenmenu li strong {
	border-top: 1px solid #e5e5e5;
}

.fullscreenmenu .level_1 li.sibling.first a.first {
	border-top: none;
}

.fullscreenmenu li.warenkorb {
	display: none;
}

.fullscreenmenu ul.level_1 ul.level_2 {
	padding: 0;
}

.fullscreenmenu ul.level_1 ul.level_2 a{
	text-transform: none;
	color: #999;
}

.fullscreenmenu ul.level_1 ul.level_2 a:hover {
	color: #000;
}

/* Mobile Toggle
========================================================================== */
nav.menu {
	display: none;
}

nav.menu{
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 20px 0 0;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 2147483647;
}

nav.menu .strokes { 
	width: 100%; 
	height: 4px; 
	margin: 0 0 5px; 
	background: #00983f; 
	transition: transform 0.3s, opacity 0.1s;
}
.hide { 
	opacity: 0; 
	transform:  translateX(-42px);
}

.animate0 {
	transform: rotate(45deg) translateY(13px);
}

.animate2 { 
	transform: rotate(-45deg) translateY(-13px);
}


/* ==========================================================================
   CSS from jumedia
   ========================================================================== */

/*
 *
 * @author Julia Hauser @ jumedia julia@jumedia.ch
 *
 * -----------------------------------------
 * -----------------------------------------
 * 1. HTML Elements
 * 2. LAYOUT
 * 3. CE_ Features
 * 4. MOD_ Features
 * 5. MODULES
 * 5. CONTENT
 */
/* ========================================================================== 
	1. HTML Elements
   ========================================================================== */
html {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 62.5%;
}

body {
    font-size: 1.7em;
    line-height: 1.4;
	height: 100%;
	position: relative;
}

figure {
    margin: 0;
	padding-bottom: 8px;
}

figure img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: auto\9;
}

/* ========================================================================== 
	2. LAYOUT
   ========================================================================== */
/* General
   ========================================================================== */
/* Wrapper
   ========================================================================== */
#wrapper { 
	margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
}

/* Header
    ========================================================================== */
#header {
    min-height: 180px;
    position: relative;
 }

#header .inside {
    padding-top: 40px;
}

#header .inside:after {
    clear: both;
    content: " ";
    display: table;
    }

#main-navigation,
#logo {
    position: relative;
    z-index: 10;
    }


/* Footer
    ========================================================================== */
#footer {
    border-top: 1px solid #e5e5e5;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
    color: #000;
	font-weight: 300;
	text-decoration: none;
}

#footer .copyright {
    float: left;
    text-align: left;
}

#footer .metanavi {
    float: right;
    text-align: right;
}

#footer .jumedia {
    font-size: 11px;
    position: relative;
    text-align: left;
    top: -40px;
}

/* ========================================================================== 
	3. CE_ Features
   ========================================================================== */
/* General
    ========================================================================== */
#main [class*='ce_'] {
    margin-bottom: 40px;
    }
#main .mod_article [class*='ce_'].last,
#main .mod_article [class*='ce_']:last-child {
    margin-bottom: 0;
    }
[class*='ce_'] > *:first-child {
    margin-top: 0;
    }
[class*='ce_'] > *:last-child {
    margin-bottom: 0;
    }

/* Form
    ========================================================================== */
.ce_form .submit_container {
    margin-top: 30px;
    text-align: center;
    }
    
 /* List
    ========================================================================== */   
ul.cards {
	list-style-type: none;
	padding-top: 10px;
}

ul.cards li{
	float: left;
	margin-left: 5px;
}

/* Hyperlink
    ========================================================================== */
.ce_hyperlink {
    text-align: center;
    }
.t-center .ce_hyperlink {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    }

/* ce_gallery
    ========================================================================== */
.ce_gallery ul {
    padding: 0;
    }
.ce_gallery ul li {
    list-style-type: none;
    margin-bottom: .9375%;
    margin-top: .9375%;
    padding-left: 0;
    }
.ce_gallery ul li:before {
    display: none;
    }
.ce_gallery ul li a {
    display: block;
    }

/* ce_hyperlink
    ========================================================================== */
.ce_hyperlink {
	color: #00983f;
	border: 2px solid #00983f;
	padding: 10px 20px;
	display: inline-block;
}

.ce_hyperlink a {
	text-decoration: none;
	cursor: pointer;
}

.ce_hyperlink a:hover {
	color: #000;
}

.ce_hyperlink:hover {
	border: 2px solid #000;
}

/* ce_dlh_googlemaps
    ========================================================================== */
.ce_dlh_googlemaps .dlh_googlemap {
	max-width: 100%;
	height: auto;
}

/* ce_downloads
    ========================================================================== */
.ce_download ul,
.ce_downloads ul {
	padding-left: 0;
}

.ce_download ul li,
.ce_downloads ul li {
	line-height: 1.6;
	list-style-type: none;
}

.ce_download ul li::before,
.ce_downloads ul li::before {
	content: '\f1c1';
	font-family: fontAwesome;
	margin-right: 6px;
}

/* ========================================================================== 
	4. MOD_ Features
   ========================================================================== */
/* mod_article
   ========================================================================== */
#main .mod_article {
    padding-top: 60px;
}

#main .mod_article.last {
    padding-bottom: 40px;
}


/* ===== SHOP =====*/
/* allgemein
   ========================================================================== */
form .submit_container {
	padding-top: 20px;
}
/* mod_iso_productlist
   ========================================================================== */
.product_list .product { 
	margin-bottom: 60px;
	min-height: 330px;
}

.aktion .product_list .aktion-label {
	display: block!important;
    -moz-osx-font-smoothing: grayscale;
    background: #00983f none repeat scroll 0 0;
    color: #fff;
    font-family: "montserrat",Arial,sans-serif;
    left: 50%;
    line-height: 1;
    padding: 6px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transform: translate(-50%, 0px);
}

.product_list .aktion-label {
	display: none;
}

.product_list figure {
	margin-top: 30px;
}

/* mod_iso_productreader
   ========================================================================== */
.mod_iso_productreader p.back,
.mod_iso_productreader .product-cart{
	text-align: left;
}

.mod_iso_productreader h2 {
	color: #00983f;
}

.mod_iso_productreader h1, .mod_iso_productreader .sku {
	text-align: center;
}

.mod_iso_productreader .description {
	text-align: left;
	padding: 40px 40px 0 0;
}

.mod_iso_productreader .cart {
	margin-top: 40px;
	background-color: #f2f2f2;
	padding: 20px;
	width: 50%;
}

.mod_iso_productreader .price {
	font-weight: 700;
	text-align: center;
	padding-bottom: 10px;
}

.mod_iso_productreader .offer {
	padding-bottom: 8px;
}

.mod_iso_productreader label {
	display: block;
	text-align: center;
}

.mod_iso_productreader select, 
.mod_iso_productreader .submit,
.mod_iso_productreader input{
	width: 100%;
}

.mod_iso_productreader .quantity_container input.text {
	color: #000;
	margin-right: 0;
	width:98%;
}

#ctrl_kundenauswahl_fmd7_product_188 input[type="checkbox"]{
		vertical-align: top;
		width: 10%;
		margin-top: 5px;
}

#ctrl_kundenauswahl_fmd7_product_188 label{
		display: inline-block;
		width: 88%;
		text-align: left;
		padding-bottom: 20px;
}

#ctrl_kundenauswahl_fmd7_product_188::after{
		content:"Kontaktangaben können Sie bei der Rechnungsadresse hinterlegen. Ich melde mich dann bei Ihnen.";
		font-style: italic;
		font-size: 0.8em;
}



/* mod_iso_cart
   ========================================================================== */
.mod_iso_cart{
	text-align: left;
}

.mod_iso_cart table {
	width: 100%;
	border: none;
}

.mod_iso_cart table td, .mod_iso_cart table th {
	border: none;
}

.mod_iso_cart tbody {
	border-top: 1px solid #e5e5e5;
}

.mod_iso_cart .product .col_first {
    width: 160px;
}
.mod_iso_cart tr.product td {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mod_iso_cart .image .image_container {
    width: 120px;
}

.mod_iso_cart .name {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.mod_iso_cart table thead .productprice,
.mod_iso_cart table thead .sumprice {	
	text-align: right;
}

.mod_iso_cart .price {
    min-width: 140px;
	width: 140px;
	text-align: right;
}

.mod_iso_cart tfoot .subtotal {
	display: none;
}

.mod_iso_cart tfoot .total {
	font-weight: 700;
}

.mod_iso_cart .remove i.fa-times::before {
	font-family: fontAwesome;
	content: '\f00d';
}

.mod_iso_cart .submit_container {
	margin-top: 20px;
}

.mod_iso_cart .submit_container input.button_checkout {
	float: right;
	margin-right: 45px;
}

.versand h4 {
	text-align: center;
	padding-top: 20px;
	color: #00983f;
}

/* mod_iso_checkout
   ========================================================================== */
.mod_iso_checkout {
	text-align: left;
}

.mod_iso_checkout .steps {
	margin-bottom: 100px;
	color: #ccc;
}

.mod_iso_checkout .steps  ol {
    display: flex;
    margin: 0 auto;
    padding: 0;
	max-width: 700px;
}

.mod_iso_checkout .steps li {
	width: 100%;
	font-weight: 700;
}

.mod_iso_checkout .steps li::after {
	font-family: fontAwesome;
	content: '\f054';
	font-size: 20px;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.mod_iso_checkout .steps li.last::after {
	content: '';
}

.mod_iso_checkout .steps .active.active,
.mod_iso_checkout .steps li.passed {
	color: #00983f;
}

.mod_iso_checkout h2 {
	font-size: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6px;
}

.mod_iso_checkout .address p {
	padding-top: 10px;
}

.mod_iso_checkout .widget input{
    width: 100%;
}

#iso_mod_checkout_review input#opt_1_0.checkbox {width: auto;}

.mod_iso_checkout .widget input.radio{
    width: auto;
}

.mod_iso_checkout select {
  	padding-bottom: 4px;
    padding-top: 4px;
	border-radius: none;
}

.mod_iso_checkout .billingaddress .widget,
.mod_iso_checkout #shippingaddress_new .widget{
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    width: 30%;
	margin-right: 30px;
}

.mod_iso_checkout .address.shippingaddress {
	display: block;
	padding-top: 40px;
	clear: both;
}

.radio_container > span {
    clear: left;
    padding-left: 0;
    padding-right: 10px;
}

#iso_mod_checkout_address .submit_container {
	clear: both;
	padding-bottom: 60px;
}

#iso_mod_checkout_address input.submit.next.button {
	float: right;
	margin-top: 20px;
}

.mod_iso_checkout #shippingaddress_new {
	padding-top: 40px;
}
#billingaddress_new > div.widget.widget-select.select.tl_chosen.mandatory > label,
#billingaddress_new .widget.widget-selcet #ctrl_billingaddress_country {
	display: block!important;
}

/* .mod_checkout_shipping
   ========================================================================== */
.mod_iso_checkout .submit.next.button {
	float: right;
}

/* .mod_checkout_review
   ========================================================================== */
.mod_iso_checkout.block #iso_mod_checkout_review .edit {
    color: #00983f;
	font-size: 14px;
    float: right;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
	padding-top: 26px;
}

.mod_iso_checkout.block #iso_mod_checkout_review h3 {
    font-weight: 700;
	font-size: 18px;
	padding-top: 20px;
}

.mod_iso_checkout table {
	width: 100%;
	border: none;
}

.mod_iso_checkout table td, .mod_iso_checkout table th {
	border: none;
}

.mod_iso_checkout tbody {
	border-top: 1px solid #e5e5e5;
}

.mod_iso_checkout .product .col_first {
    width: 160px;
}

.mod_iso_checkout tr.product td {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mod_iso_checkout .image .image_container {
    width: 120px;
}

.mod_iso_checkout.name {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.mod_iso_checkout table thead .productprice,
.mod_iso_checkout table thead .sumprice {	
	text-align: right;
}

.mod_iso_checkout .price {
    min-width: 140px;
	width: 140px;
	text-align: right;
}

.mod_iso_checkout tfoot .subtotal {
	display: none;
}

.mod_iso_checkout tfoot .total {
	font-weight: 700;
}

.mod_iso_checkout .emptyCell {
	display: none;
}

.mod_iso_checkout .submit_container input.submit.confirm {
	float: right;
}

.mod_iso_checkout .orderproducts {
	padding-top: 60px;
	margin-top: 20px;
	border-top: 3px solid #e5e5e5;
}


/* .mod_iso_orderdetails
   ========================================================================== */
.mod_iso_orderdetails {
	text-align: left;
}
.mod_iso_orderdetails h2 {
	font-size: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6px;
	color: #000;
	padding-top: 10px;
	font-weight: 700;
}

.mod_iso_orderdetails  h3 {
    font-weight: 700;
	font-size: 18px;
	padding-top: 20px;
}

.mod_iso_orderdetails table {
	width: 100%;
	border: none;
}

.mod_iso_orderdetails table td, .mod_iso_orderdetails table th {
	border: none;
}

.mod_iso_orderdetails tbody {
	border-top: 1px solid #e5e5e5;
}

.mod_iso_orderdetails .product .col_first {
    width: 160px;
}

.mod_iso_orderdetails tr.product td {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mod_iso_orderdetails .image .image_container {
    width: 120px;
}

.mod_iso_orderdetails .name {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.mod_iso_orderdetails.block tr th.qty,
.mod_iso_orderdetails.block tr td.quantity {
	width: 220px;
	min-width: 220px;
}

.mod_iso_orderdetails table thead .productprice,
.mod_iso_orderdetails table thead .sumprice {	
	text-align: right;
}

.mod_iso_orderdetails .price {
    min-width: 140px;
	width: 140px;
	text-align: right;
}

.mod_iso_orderdetails tfoot .subtotal {
	display: none;
}

.mod_iso_orderdetails tfoot .total {
	font-weight: 700;
}

.mod_iso_orderdetails .emptyCell {
	display: none;
}

.mod_iso_orderdetails .info_container.payment_method{
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 3px solid #e5e5e5;
}

.mod_iso_orderdetails .order_status.komplett {
	display: none;
}


/* .mod_iso_messages
   ========================================================================== */
body #iso_ajaxBox {
    border: 1px solid #ccc;
    font-size: inherit;
}

body #iso_ajaxBox {
    box-sizing: border-box;
    font-family: "montserrat",Arial,sans-serif;
    left: 50%;
    max-width: 640px;
    padding: 40px 70px;
    transform: translate(-50%, 0px);
    width: auto;
}

#iso_ajaxBox .iso_confirm {
    background: none;
    padding-left: 0;
}

#iso_ajaxBox .mod_iso_messages .iso_confirm {
    color: #000;
    display: block;
    font-size: 1.6em;
    line-height: 1.25;
	text-align: center;
}

#iso_ajaxBox .mod_iso_messages .button-wrapper::after {
    clear: both;
    content: " ";
    display: table;
}
#iso_ajaxBox .mod_iso_messages .button-wrapper {
    display: block;
    margin-top: 60px;
}

#iso_ajaxBox .mod_iso_messages .button-left {
    float: left;
    margin-right: 10px;
	border: 1px solid #00983f;
	background: #FFF;
	color: #00983f;
}

#iso_ajaxBox .mod_iso_messages .button-left:hover {
	border: 1px solid #000;
	color: #000;
}

#iso_ajaxBox .mod_iso_messages .button-left, 
#iso_ajaxBox .mod_iso_messages .button-right {
    min-width: 210px;
}

#iso_ajaxBox .mod_iso_messages .button-right {
    float: right;
    margin-left: 10px;
}

/* .coupon
   ========================================================================== */
.coupon {
	background-color: #e5e5e5;
	padding: 10px 40px 20px 40px;
	margin-top: 30px;
}

.coupon h2{
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}

.coupon form, .coupon .formbody {
	display: inline-block;
	float: right;
	position: relative;
	top: 3px;
}

.coupon input.text {
	padding: 3px 0;
    vertical-align: -1px;
	margin-right: 40px;
}

/* ========================================================================== 
	5. MODULES
   ========================================================================== */

.divider{ 
	background-color: #e5e5e5;
	height: 1px;
	margin: 40px 60px;
 }


/* ==========================================================================
	6. CONTENT
   ========================================================================== */
/* home
   ========================================================================== */
.home .mod_article.first h1 {
	text-align: center;
}


.home .blue h2 a {
	 color: #0C30B9;
}

.home .red h2 a {
	 color: #ff0000;
}

.home .blue h2 a:hover, .home .red h3 a:hover {
	 color: #000;
}

.border {
	border: 1px solid #ccc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 20px;
	margin-right: 20px;
}



/* wieso Clean4pro
   ========================================================================== */
.wc4p .ce_text.center h2 {
	color: #000;
}

.wc4p h2 {
	color: #00983f;
}

.wc4p .ce_text {
	padding-bottom: 40px;
}


/* shop
   ========================================================================== */
.shop {
	text-align: center;
}


.shop .ce_hyperlink {
	margin-bottom: 60px;
}

/* logo
   ========================================================================== */
#logo {
    float: left;
    width: 240px;
	height: auto;
    }



/* button border
   ========================================================================== */
.mod_iso_cart .button_update,
.mod_iso_checkout .submit.previous.button{
	border: 1px solid #00983f;
	background: #FFF;
	color: #00983f;
}

.mod_iso_cart .button_update:hover,
.mod_iso_checkout .submit.previous.button:hover{
	border: 1px solid #000;
	background: #FFF;
	color: #000;
}

/* cookiebaer
   ========================================================================== */
	.cookiebar {
		font-size: 13px;
	}
/* ==========================================================================
   CSS from jumedia
   ========================================================================== */

/*
 *
 * @author Julia Hauser @ jumedia julia@jumedia.ch
 *
 * -----------------------------------------
 * 1. Global Helper Styles
 * 2. Headlines
 * 3. Textformat
 * 4. List
 * 5. Table
 * 6. Form
 * 7. Pagnigation
 */

/* 1. Global Helper Styles
   ========================================================================== */
.center {
    margin: 0 auto;
	text-align: center;
    }
.stretch {
    width: 100%;
    float: left;
    }
.invisible {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline;
    }
.t-italic {
    font-style: italic;
    }
.t-center {
    text-align: center;
    }
.t-right {
    text-align: right;
    }
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.clear, #clear {
    clear: both;
    font-size: 0.1px;
    height: 0.1px;
    line-height: 0.1px;
}
.float_right {
    float: right;
    }
.float_left {
    float: left;
    }
.color-green {
    color: #00983f;
    }
.color-yellow {
    color: #ffed00;
    }
.color-red {
    color: #ff0000;
    }

.color-blue {
    color: #0C30B9;
    }
    
.m-b-2 {
	margin-bottom: 20px;
}

.m-t-2 {
	margin-top: 20px;
}

.m-b-3 {
	margin-bottom: 30px;
}

.m-t-3 {
	margin-top: 30px;
}

/* ==========================================================================
	2. HEADLINES
   ========================================================================== */
h1,
h2,
h3 {
    font-weight: 400;
    margin-top: 20px;
	margin-bottom: 0.67em;
    }

h1.first{
    margin-top: 0;
   }

h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0.67em;
    }

h1, .heading--1  {
    font-size: 3em;
    line-height: 1.2;
	color: #00983f;

    }

h2, .heading--2 {
    font-size: 2em;
    line-height: 1.25;
    }
h3, .heading--3 {
    font-size: 1.25em;
    line-height: 1.3;
    }
h4, .heading--4 {
    font-size: 1em;
    line-height: 1.375;
    }
h5, .heading--5{
    font-size: .875em;
    line-height: 1.429;
    text-transform: uppercase;
    }
h6, .heading--6{
    font-size: .875em;
    line-height: 1.429;
    }
    
 .text--attention {
  font-size: 1.25em;
  line-height: 1.3;
}

/* ==========================================================================
    3. TEXTFORMAT
   ========================================================================== */
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
    }
blockquote p:last-child {
    margin-bottom: 0;
    }
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
    }
code,
pre {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    }
code {
    padding: 2px 4px;
    font-size: .9em;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 0;
    }
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: .9em;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 0;
    }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
    }
a {
    color: #00983f;
    font-weight: 700;
	text-decoration: none;
    }
a:hover {
    color: #000;
    }
p {
    margin-top: 0;
    }

/* ==========================================================================
	4. LIST
   ========================================================================== */
ul,
ol {
    margin: 0 0 10px;
    padding: 0 0 0 1.25em;
}

ul li {
    position: relative;

}

ol li {
    margin-left: 1.25em;
    }
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
    }
dl {
    margin-bottom: 20px;
    }
dt,
dd {
    line-height: 1.428571429;
    }
dt {
    font-weight: bold;
    }
dd {
    margin-left: 0;
    }

/* ==========================================================================
	5. TABLE
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

table caption {
    color: #000;
    font: italic 85%/1 arial,sans-serif;
    padding: 1em 0;
    text-align: center;
}

table td,
table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 6px 12px;
}

table td:first-child,
table th:first-child {
    border-left-width: 0;
}

table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

table td {
    background-color: transparent;
}


/* ==========================================================================
	6. FORM
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }


input {
    line-height: normal;
 }

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
 }

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
 }

fieldset {
   border: 1px solid #c0c0c0;
   padding: 10px;
}

legend {
    border: 0;
    padding: 0;
    }

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

form button, form input, form select, form textarea {
    margin: 0;
    vertical-align: baseline;
}

button, select {
    text-transform: none;
}

.widget p.error {
    box-sizing: border-box;
    color: #FB0000;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 6px;
}




/* Buttons
   ========================================================================== */
button,
input[type='submit'],
.button,
.submit {
    display: inline-block;
    text-align: center;
    cursor: pointer;
	margin-top: 8px;
}

button::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
.button::-moz-focus-inner,
.submit::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type='submit'],
.button,
.submit {
    background: #00983f;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 90%;
     padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

button:hover,
input[type='submit']:hover,
.button:hover,
.submit:hover {
    background: #000;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 90%;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    }

/* ==========================================================================
	7. PAGINATION
   ========================================================================== */
.pagination {
    margin-top: 100px;
 }

.pagination p,
.pagination li.first,
.pagination li.last {
    display: none;
}

.pagination ul {
    padding: 0;
    position: relative;
    text-align: center;
}


.pagination li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.pagination a {
    color: #00983f;
    display: block;
    font-weight: 400;
    text-decoration: none;
}

.pagination a:hover {
    color: #CC2929;
}

.pagination span {
    font-weight: 700;
}

.pagination li.previous,
.pagination li.next {
    left: 0;
    margin: -20px 0 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
}

.pagination li.previous a,
.pagination li.next a {
    /*border: 1px solid #666652;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    text-indent: -5000px;
    width: 40px;
	background: #00983f;
    color: #fff;
}

.pagination li.previous a:after,
.pagination li.next a:after {
    font-family: 'fontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    left: 50%;
    line-height: 40px;
    margin-left: -7px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
}

.pagination li.previous a:hover,
.pagination li.next a:hover {
    background: #7b7b7b;
    color: #fff;
}

.pagination li.next {
    left: auto;
    margin-top: -20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
}

.pagination li.next a:after {
    content: "\f054";
	margin-left: -5px;
}
/* ==========================================================================
   CSS from jumedia
   ========================================================================== */

/*
 *
 * @author Julia Hauser @ jumedia julia@jumedia.ch
 *
 * -----------------------------------------
 * -----------------------------------------
 * 1. Desktop Big
 * 2. Desktop Normal 
 * 3. Tablet Portrait Size
 * 4. Smartphone Big Size 
 * 5. Smartphone Small Size
 */
/* ========================================================================== 
	1. Desktop Big
   ========================================================================== */
@media screen and (max-width: 1300px) {
	#main-navigation a,
	#main-navigation strong {
    padding: 11px 28px;
}
}

/* ==========================================================================
	2. Desktop Normal
   ========================================================================== */
@media screen and (max-width: 1100px) {
	#header{
		min-height: auto;
	}
	
	#header .inside{
		padding-top:20px;
	}
	
	#main-navigation,
	#meta-header {
		display: none;
	}
	
	nav.menu, .fullscreenmenu.show {
		display: block;
	}

	#header div.warenkorb {
		display: block;
		position: absolute;
		right: 60px;
		top: 36px;
		font-size: 20px;
	}
	
	#logo {
    	width: 180px;
	}
	
	.mod_iso_productreader .cart {
    	max-width: 100%;
		width: auto;
	}
	
	.category-navigation {
		display: none;
	}
	
	.shop .mod_iso_productlist.block.three_fourth {
		width: 100%;
	}
	
	#footer .jumedia {
   		text-align: left;
	}
}

/* ==========================================================================
	3. Tablet Portrait Size
   ========================================================================== */
@media screen and (max-width: 800px) {
	.ce_player video {
    	width:100%;
    	height:auto;
	}
	
	.wc4p .mod_article .ce_text.autogrid figure {
		margin-right: 20px!important;
	}
	
	.wc4p .mod_article .ce_text.autogrid img {
		width: 80px;
		height: auto;
	}
	
	body #iso_ajaxBox {
    	padding: 20px;
	}
	
	#iso_ajaxBox .mod_iso_messages .iso_confirm {
    	font-size: 1em;
    	line-height: 1.4;
	}
	
	#iso_ajaxBox .mod_iso_messages .button-wrapper {
    	margin-top: 20px;
		text-align: center;
	}
	
	#iso_ajaxBox .mod_iso_messages .button-left, 
	#iso_ajaxBox .mod_iso_messages .button-right {
    	min-width: 80px;
	}
	
	#iso_ajaxBox .submit {
		font-weight: 200;
	}
	
	#iso_ajaxBox .mod_iso_messages .button-left,
	#iso_ajaxBox .mod_iso_messages .button-right {
    	float: none;
    	margin: 0 8px 20px;
	}
	
	
	
	table, thead, tfoot, tbody, tr, td, th {
  		display: block;
	}

	td[title]:before, td[data-header]:before {
  		content: attr(title);
  		display: block;
  		font-weight: bold;
	}
	
	th {
  		font-size: 120%;
  		font-weight: bold;
	}
	
	thead {
	  height: 0;
  	  overflow: hidden;
	}
	
	.mod_iso_cart tr.product td {
    	border-bottom: none;
    	padding-bottom: 0;
    	padding-top: 20px;
	}
	
	.product td.price span.currency::before {
		content: 'Einzelpreis';
		margin-right: 6px;
	}
	
	.product td.price.total span.currency::before {
		content: 'Gesamtpreis';
		margin-right: 6px;
		font-weight: 700;
	}
	.product td.price.total {
		font-weight: 700;
		padding-top: 0;
	}
	
	.mod_iso_cart .name {
    	padding-left: 14px;
    	padding-right: 14px;
}
	
	.mod_iso_cart .price {
		 min-width: 100%;
    	text-align: left;
    	width: 100%;
	}
	.mod_iso_cart tbody tr td a.remove::before {
		content: 'Löschen';
		margin-right: 6px;
	}
	
	.mod_iso_cart .product {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 30px;
	}
	
	.mod_iso_cart tfoot, .mod_iso_cart tfoot .quantity {
		margin-top: 20px;
	}
	
	.mod_iso_cart tfoot tr td.col_0, .mod_iso_cart tfoot tr td.col_1,
	.mod_iso_cart tfoot tr td.col_3, .mod_iso_cart tfoot tr td.col_5{
		display: none;
	}
	
	.mod_iso_cart .submit_container input.submit {
    	float: none;
   		margin-right: 0;
		display: block;
		width: 100%;
	}
	
	.mod_iso_checkout .billingaddress .widget, .mod_iso_checkout #shippingaddress_new .widget {
    	float: none;
   	 	margin-right: 0;
    	width: 100%;
	}
	
	.mod_iso_checkout .steps {
    	color: #ccc;
    	margin-bottom: 40px;
	}
	
	.mod_iso_checkout .steps span, .mod_iso_checkout .steps a.passed{
    	display: none;
	} 
	
	.mod_iso_checkout select {
    	max-width: 100%;
	}
	
	.mod_iso_checkout .address.shippingaddress {
     	padding-top: 20px;
	}
	
	.mod_iso_checkout .widget #ctrl_shippingaddress.radio_container span {
		padding-right: 0;
		display: block;
	}
	
	.mod_iso_checkout tbody, .mod_iso_checkout tr.product td,
	.mod_iso_orderdetails tbody, .mod_iso_orderdetails tr.product td{
   		border: none;
	}
	
	.mod_iso_checkout #iso_mod_checkout_review tbody td.col_2.quantity::before,
	.mod_iso_orderdetails tbody td.col_2.quantity::before{
		content: 'Anzahl';
		margin-right: 6px;
	}
	
	.mod_iso_checkout #iso_mod_checkout_review tbody td.col_3.price {
		padding-top: 0;
	}
	
	.mod_iso_checkout .product, .mod_iso_orderdetails .product{
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	
	.mod_iso_checkout .price, .mod_iso_orderdetails .price{
		text-align: left;
	}
	
	.mod_iso_checkout tfoot tr td.col_0, .mod_iso_checkout tfoot tr td.col_1,
	.mod_iso_checkout tfoot tr td.col_3, .mod_iso_orderdetails tfoot tr td.col_0, .mod_iso_orderdetails tfoot tr td.col_1, .mod_iso_orderdetails tfoot tr td.col_3{
		display: none;
	}
	
	.mod_iso_checkout .submit_container input.submit.confirm {
		float: none;
	}
	
	.mod_iso_checkout .submit_container input.submit {
    	float: none;
   		margin-right: 0;
		display: block;
		width: 100%;
	}
	
	.mod_iso_orderdetails .name {
    	padding-left: 14px;
    	padding-right: 14px;
	}
	
	.mod_iso_orderdetails tfoot .col_4.col_last.price.total, .mod_iso_checkout tfoot .col_4.col_last.price.total{
		font-weight: 300;
		padding-bottom: 10px;
	}
	
	.mod_iso_orderdetails tr.product td {
   		padding-bottom: 0;
    	padding-top: 0;
}
	
	table td, table th {
		padding: 0;
	}
	
	
/* .coupon
   ========================================================================== */
.coupon h2{
	text-align: center;
	display: block;
}

.coupon form, .coupon .formbody {
	display: block;
	float: none;
	position: relative;
	top: 3px;
}
	
.coupon input.text {
    margin-right: 0;
	width: 97%;
}

.coupon input{
	display: block;
	width: 100%;
}

.coupon input.submit{
	margin-right:0;
}
	
	
}

/* ==========================================================================
	4. Smartphone Big Size
   ========================================================================== */
@media screen and (max-width: 650px) {
#wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

h1 {
    font-size: 2em;
    line-height: 1.25;
    }

h2 {
    font-size: 1.5em;
    line-height: 1.4;
    }

h3 {
    font-size: 1.25em;
    line-height: 1.3;
    }

h4 {
    	font-size: .9em;
    	line-height: 1;
    }

.home .mod_article.first .ce_text.first {
    	border: none;
	}

#footer .copyright {
    float: none;
    text-align: left;
}

#footer .metanavi {
    float: none;
    text-align: left;
    margin-top: 10px;
}

ul.cards{
	padding-left: 0;
	margin-left: 0;
}

ul.cards li{
	margin-right: 5px;
}

#footer .jumedia {
	display: block;
	font-size: 11px;
	position: relative;
	top: 5px;
}
}

/* ==========================================================================
	5. Smartphone Small Size
   ========================================================================== */
@media screen and (max-width: 380px) {
}

