/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: normal normal 300 17px / 1.40 'Lato', sans-serif;
  color: #000;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.image_center figure {
  text-align: center;
}
video,
audio {
  max-width: 100%;
  height: auto
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #3a3a3a;
}
#main a:not(.button) {
  text-decoration: underline;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a:not(.button) {
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
a:not(.button):active {
  color: #209559;
}
a:not(.button):hover {
  color: #209559;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block
}
.block {
  overflow: hidden
}
.clear,
#clear {
  height: .1px;
  font-size: .1px;
  line-height: .1px;
  clear: both
}
.clearfix::after,
body.column2 #container::after,
.widget::after {
  content: "";
  clear: both;
  display: table;
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
hr {
  width: 100%;
  height: 0;
  margin: 0;
  border-width: 3px 0 0 0;
  border-color: #efefef;
  border-style: solid;
  border-image: none;
  clear: both;
  margin: 3em 0;
}
code,
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * ----------------------------------------------------- Page Layout Elements
 */
#header,
#container,
#footer .inside {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
body.column2 #main {
  width: 70%;
  float: left;
}
body.column2 #right {
  width: 25%;
  float: right;
}
/*
 * ----------------------------------------------------- Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1;
  color: #209559;
}
h1 {
  font-size: 2em;
  margin: 0 0 1em;
}
h2 {
  font-size: 1.2em;
  margin-top: 2em;
}
h3 {
  font-size: 1em;
  margin-top: 1.5em;
}
h4 {
  font-size: 1em;
}
/*
 * ----------------------------------------------------- Forms
 */
fieldset {
  padding: 0;
  border: none;
}
label {
  display: inline-block;
  margin: .5em 0 .2em;
}
legend {
  margin: .5em 0 .2em;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #bbb;
  padding: .3em .5em;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==);
  background-position: right;
  background-repeat: no-repeat;
}
input:hover,
input:active,
textarea:hover,
textarea:active,
select:hover {
  border: 1px solid #666;
}
/* Hide browser-styling in IE10 */
select::-ms-expand {
  display: none;
}
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select {
  background-image: none;
}
/* graceful degradation for ie8 */
#wrapper input[type='checkbox'],
input[type='radio'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(:checked)) */
/* hide standard inputs */
#wrapper input[type='checkbox']:checked,
#wrapper input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
#wrapper input[type='checkbox']+label,
input[type='radio']+label {
  cursor: pointer;
  margin-right: 20px;
}
/* add custom inputs with ::before */
#wrapper input[type='checkbox']:checked+label::before,
#wrapper input[type='checkbox']:not(:checked)+label::before,
input[type='radio']:checked+label::before,
input[type='radio']:not(:checked)+label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 5px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}
input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
  border-radius: 30px;
}
#wrapper input[type='checkbox']:hover+label::before,
input[type='radio']:hover+label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
#wrapper input[type='checkbox']:checked+label::before,
input[type='radio']:checked+label::before {
  background: black;
  box-shadow: inset 0 0 0 2px white;
}
label.error {
  margin-bottom: 0;
}
label.error span {
  color: #E00003
}
p.error {
  margin: 0;
  color: #E00003
}
input.error,
select.error {
  border: 1px solid #E00003;
  color: #E00003
}
.widget {
  margin: 0.5em 0;
}
.widget>label,
.widget-radio fieldset legend {
  width: 30%;
  float: left;
}
.widget>input,
.widget select {
  width: 70%;
  float: left;
}
/*
 * ----------------------------------------------------- Gallery
 */
.ce_gallery>ul {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 2% 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.ce_gallery>ul li.col_first {
  clear: left
}
.ce_gallery>ul li {
  float: left;
  margin: 1.75% 3.5% 1.75% 0;
}
.ce_gallery>ul li.col_first {
  clear: left
}
.float_left {
  float: left
}
.float_right {
  float: right
}
.ce_gallery .cols_3 li {
  width: 31%;
}
.ce_gallery .cols_6 li {
  width: 14.15%;
}
.ce_gallery .cols_3 li:nth-child(3n+3),
.ce_gallery .cols_6 li:nth-child(6n+6) {
  margin-right: 0;
}
/*
 * ----------------------------------------------------- Formular
 */
.ce_form .widget.row-1 {
  float: left;
  width: 47.5%;
  margin-right: 2.5%
}
.ce_form .widget.row-2 {
  float: left;
  width: 47.5%;
  margin-left: 2.5%
}
/*
 * ----------------------------------------------------- Buttons
 */
button,
input[type="button"],
input[type="submit"],
.button {
  margin: 1em 0;
  padding: 8px 18px 7px 18px;
  background: #006432;
  color: #FFDD00;
  border: none;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.2;
  word-wrap: break-word;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -ms-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  width: auto;
  text-align: center;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
  background: #209559;
  color: #FFDD00;
}
button.outline,
input[type="button"].outline,
input[type="submit"].outline,
.button.outline {
  background: #fff;
  color: #006432;
  border: 1px #c2c2c2 solid;
}
button.outline:hover,
input[type="button"].outline:hover,
input[type="submit"].outline:hover,
.button.outline:hover {
  background: #209559;
  color: #3a3a3a222;
  border: 1px #c2c2c2 solid;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
span.mandatory {
  color: #209559;
}
p.mandatory-info {
  color: #209559;
  text-align: right;
}
/*
 * ----------------------------------------------------- Tables
 */
table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead tr th {}
table thead tr th:not(:first-child) {}
table th {
  text-align: left;
}
table th,
table td {
  padding: 1px 20px 1px 0;
  vertical-align: top
}
table tr:nth-child(2n) th,
table tr:nth-child(2n) td {
  background: none;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
/*
 * ----------------------------------------------------- Cookie Bar
 */
.cookiebar {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  padding: .6em 1.2em;
  background-color: #209559;
  background-color: rgba(104, 80, 59, 0.90);
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  z-index: 10
}
.cookiebar * {
  box-sizing: border-box
}
.cookiebar--active {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.cookiebar--position-top {
  top: 0;
  z-index: 999;
}
.cookiebar--position-bottom {
  bottom: 0;
  z-index: 999;
}
.cookiebar__message,
.cookiebar__text {
  margin-right: 1.5em
}
a.cookiebar__link {
  color: #fff;
  text-decoration: underline
}
a.cookiebar__link:hover {
  text-decoration: none;
  color: #fff;
}
.cookiebar__button {
  margin: 0;
  padding: .3em 0.8em;
  border: none;
  border-radius: 0;
  font-weight: 400;
  cursor: pointer;
  width: auto !important;
}
.cookiebar__button:hover {
  border: none;
}
/*
 * ----------------------------------------------------- Slider
 */
.custom {
  position: relative;
}
.custom #slider {
  position: absolute;
  width: 100%;
  padding-top: 165px;
  background-color: #FFDD00
}
/*
 * ----------------------------------------------------- Breadcrumb
 */
body.home .mod_breadcrumb {
  display: none;
}
.mod_breadcrumb {
  overflow: hidden;
}
.mod_breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 0.7em;
}
.mod_breadcrumb li {
  float: left;
  padding-left: 4px
}
.mod_breadcrumb li.first {
  padding-left: 0
}
.mod_breadcrumb li:not(.first):before {
  font-family: 'icomoon';
  content: "\00BB";
  padding-right: 4px
}
.mod_breadcrumb li.first:before {
  content: "Sie befinden sich: ";
  padding-right: 4px;
  font-size: 0.95em;
}
#main .mod_breadcrumb a {
  text-decoration: none;
  color: #3a3a3a;
}
/*
 * ----------------------------------------------------- Header
 */
#wrapper {
  position: relative;
}
#header #logo {
  margin: 1em 0;
  text-align: left;
}
#header #logo figure {
  float: left
}
#header .icon-menu2 {
  display: none;
}
#header h1 {
  color: #006432;
  text-transform: uppercase;
  margin: 0.5em 0 0;
  font-size: 2.5em;
  font-weight: 700
}
#header h1 a {
  color: #006432;
}
#header h2 {
  color: #000;
  margin: 0
}
#header h2 a {
  color: #000;
}
#header .cart {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0.5em;
  right: 1em;
  font-size: 1em;
  padding: 5px;
}
#header .cart .items {
  color: #006432;
  padding: 5px;
  font-size: 0.9em;
  margin: 0;
  display: block;
  position: absolute;
  right: -15px;
  top: -10px;
}
#header .cart a {
  color: #006432;
}
/*
 * ----------------------------------------------------- Main
 */
#main .inside {
  margin-top: 450px;
  margin-bottom: 50px;
  background-color: #f0f0f0;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
}
#main .top-news {
  background: #006432;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  margin: 4em 0
}
#main .top-news h1 {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.3em
}
#main .top-news a {
  color: #fff;
}
.rahmen {
  border: 1px solid #006432;
  padding: 20px;
  background-color: #dce1c6;
  margin: 0 0 2em;
}
.rahmen h2,
.rahmen h3 {
  margin-top: 0
}
.rahmen ul {
  margin-bottom: 0
}
.noecard figure {
  margin-left: 10px;
  float: right
}
/*
 * ----------------------------------------------------- Shop Liste
  */
.mod_iso_productlist .product {
  padding: 15px;
  box-sizing: border-box;
  background-color: #e9e9e9;
}
.mod_iso_productlist .product:hover {
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}
.mod_iso_productlist a {
  text-decoration: none !important;
}
.mod_iso_productlist h2 {
  margin: 0.7em 0 0;
}
.mod_iso_productlist h3 {
  margin: 0.5em 0;
  color: #000
}
.mod_iso_productlist .slick {
  background-color: #e9e9e9;
  font-size: 0.95em
}
.mod_iso_productlist h3 {
  color: #209559;
}
.mod_iso_productlist .button {
  margin: 0
}
.mod_iso_productlist .slick .product:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*
 * ----------------------------------------------------- Shop Detail
  */
.mod_iso_productreader .product {
  overflow: hidden;
}
.mod_iso_productreader #produktbilder {
  float: left;
  width: 40%;
  margin-right: 5%
}
.mod_iso_productreader #produktbilder .gallery figure {
  float: left;
}
.mod_iso_productreader #produktinfo {
  float: left;
  width: 55%
}
.mod_iso_productreader h2 {
  margin: 0 0 1em;
  color: #000
}
.mod_iso_productreader .haltbarkeit {
  font-size: 0.8em;
}
.mod_iso_productreader .submit_container {
  margin: 1em 0 0;
}
.mod_iso_productreader .quantity_container input {
  display: inline;
  width: 72px;
  padding: 6px;
  text-align: center;
}
.mod_iso_productreader .quantity_container button {
  margin: 0;
  width: auto !important;
}
.mod_iso_productreader .offer .price {
  font-size: 1.5em;
  color: #209559;
  margin: 1em 0 0
}
.mod_iso_productreader .offer .price span.info {
  font-size: 0.8em;
}
.mod_iso_productreader .offer p {
  font-size: 0.8em;
}
#iso_ajaxBox {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  top: 40%;
  left: 0;
  right: 0;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box
}
#iso_ajaxBox .iso_confirm {
  background: url(../check.png) left 0 no-repeat
}
#iso_ajaxBox .button {
  margin: .5em 0;
  font-size: .9em;
  padding-left: 5px;
  padding-right: 5px
}
/*
 * ----------------------------------------------------- Cart
 */
.mod_iso_cart table th,
.mod_iso_cart table td,
.mod_iso_checkout table th,
.mod_iso_checkout table td {
  padding: 8px 20px 8px 0;
}
.mod_iso_cart .col_first,
.mod_iso_checkout .col_first {
  width: 150px;
}
.mod_iso_cart .col_2,
.mod_iso_cart .col_3,
.mod_iso_checkout .col_2,
.mod_iso_checkout .col_3 {
  text-align: right;
}
.mod_iso_cart h2,
#main .mod_iso_cart h2 a,
.mod_iso_checkout h2 {
  margin-top: 0;
  color: #209559;
  text-decoration: none
}
.mod_iso_cart .product input {
  width: 72px;
  padding: 6px;
  text-align: center;
}
.mod_iso_cart .product .delete {
  font-size: 0.8em;
  text-decoration: none !important;
  color: #209559
}
.mod_iso_cart .foot_last,
.mod_iso_checkout .foot_last {
  font-weight: 600;
  color: #209559;
}
.mod_iso_cart th,
.mod_iso_checkout th {
  font-weight: 300;
  font-size: 0.8em;
}
.mod_iso_cart tbody .price.total,
.mod_iso_checkout tbody .price.total {
  font-weight: 600;
}
.mod_iso_cart tbody>tr,
.mod_iso_checkout tbody>tr {
  border-bottom: 1px dotted #209559
}
.mod_iso_cart tfoot,
.mod_iso_checkout tfoot {
  border-top: solid #209559 2px;
}
.mod_iso_cart ul.attributes,
.mod_iso_checkout ul.attributes {
  font-size: 0.8em;
  padding: 0;
  list-style: none
}
.mod_iso_cart form>.submit_container {
  text-align: center;
}
.mod_iso_cart form>.submit_container .button_update {
  opacity: 0.5
}
.coupon {
  max-width: 400px;
}
.coupon h2 {
  margin: 2em 0 0 0;
}
/*
 * ----------------------------------------------------- Checkout
 */
.mod_iso_checkout .steps {
  display: none
}
.mod_iso_checkout .submit_container .previous {
  opacity: 0.5
}
#billingaddress_new,
#shippingaddress_new {
  overflow: hidden;
}
#billingaddress_new .widget,
#shippingaddress_new .widget {
  float: left;
  width: 47.5%;
  margin-right: 2.5%
}
.mod_iso_checkout .shippingaddress {
  margin-top: 2em;
}
.mod_iso_checkout .submit_container {
  text-align: center
}
.orderinfo .info_container {
  margin: 0em 3% 2em 0;
  width: 30%;
  float: left;
}
.orderinfo .info_container .button {
  font-size: 0.8em;
  padding: 3px 6px;
  width: auto
}
/*
 * ----------------------------------------------------- Sidebar
 */
#right {
  margin-top: 560px;
}
#right p {
  margin: 0;
}
#right .button {
  margin: 0 0 2em 0;
  width: 100%;
}
#right .image_container {
  margin: 0 0 2em 0;
}
.image_container figcaption {
  background: #006432;
  padding: 8px 18px 7px 18px;
  line-height: 1.2
}
.image_container a {
  color: #209559;
}
.image_container a:hover {
  color: #fff;
}
.image_container:hover figcaption {
  background: #107536;
  color: #ffffff;
}
/*
 * ----------------------------------------------------- Footer
 */
#footer {
  background: #006432;
  color: #fff;
}
#footer .inside {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer p {
  margin: 0
}
#footer strong {
  color: #209559;
}
#footer a,
#footer .mod_customnav strong {
  color: #fff;
}
#footer .ce_gallery.partnerlogos>ul {
  display: inline-block;
  width: 100%
}
#footer .partnerlogos img {
  background: #fff;
  padding: 15px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.6s;
}
#footer .partnerlogos img:hover {
  background: #fff;
  padding: 15px;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
#footer .partnerlogos li {
  background: #fff;
  margin: 0;
  float: left !important;
}
/*
 * ----------------------------------------------------- Global Media Queries
 */
@media only screen and (max-width: 900px) {
  #header .mod_navigation {
    display: none;
  }
  #header .icon-menu2 {
    display: inline-block;
    background: #209559;
    color: #fff;
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 2em;
    padding: 5px;
  }
  body.column2 #main {
    width: 100%;
    float: none;
  }
  body.column2 #right {
    width: 100%;
    float: none;
  }
  #main .inside {
    margin-top: 477px;
  }
  #right {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  button,
  input[type="button"],
  input[type="submit"],
  .button {
    width: 100%;
    text-align: center;
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 599px) {
  .ce_form .widget.row-1,
  .ce_form .widget.row-2 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
  .ce_gallery>ul li,
  .float_left,
  .float_right {
    float: none
  }
  .ce_gallery .cols_3 li,
  .ce_gallery .cols_6 li {
    width: 100%;
    margin: 2.5% 0 2.5% 0;
  }
  .mod_newslist .zusatzprogramm {
    width: 100%;
    margin: 2.5% 0 2.5% 0;
  }
  .widget>label,
  .widget-radio fieldset legend,
  .widget>input,
  .widget select {
    width: 100%;
    float: none;
  }
  .custom #slider {
    padding-top: 110px;
  }
  #main .inside {
    margin-top: 260px;
  }
  #header #logo {
    margin: 1.5em 0;
  }
  #header #logo img {
    width: 80px;
    height: auto
  }
  #header h1 {
    font-size: 1.2em;
    margin-top: 0.7em
  }
  #header h2 {
    font-size: 0.9em
  }
  #header .cart {
    font-size: 0.8em;
    top: 0
  }
  .orderinfo .info_container {
    float: none;
    width: 100%;
    margin: 1em 0;
  }
  .mod_iso_productreader #produktbilder,
  .mod_iso_productreader #produktinfo {
    float: none;
    width: 100%;
    margin: 0 0 5% 0;
  }
  .mod_iso_cart .col_first,
  .mod_iso_checkout .col_first,
  .mod_iso_cart .col_2,
  .mod_iso_checkout .col_2,
  .mod_iso_cart thead,
  .mod_iso_checkout thead {
    display: none;
  }
  .mod_iso_cart h3,
  .mod_iso_checkout h3 {
    margin-top: 0
  }
  .mod_iso_cart table th,
  .mod_iso_cart table td,
  .mod_iso_checkout table th,
  .mod_iso_checkout table td {
    padding: 8px 5px 8px 0;
  }
  .mod_iso_cart h2,
  #main .mod_iso_cart h2 a,
  .mod_iso_checkout h2 {
    font-size: 1em;
  }
}