@charset "UTF-8";
/*
 * Strip units from all numbers
 *
 * Based on the following ticket:
 * https://github.com/sass/sass/issues/533
 */
@font-face {
  font-family: 'dbu-fonts';
  src: url("../fonts/dbu-fonts/dbu-fonts.eot?-ih3xoh");
  src: url("../fonts/dbu-fonts/dbu-fonts.eot?#iefix-ih3xoh") format("embedded-opentype"), url("../fonts/dbu-fonts/dbu-fonts.woff?-ih3xoh") format("woff"), url("../fonts/dbu-fonts/dbu-fonts.ttf?-ih3xoh") format("truetype"), url("../fonts/dbu-fonts/dbu-fonts.svg?-ih3xoh#dbu-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
 * Font Settings
 */
/*
 * Color settings
 *
 * How to use color variables:
 * http://davidwalsh.name/sass-color-variables-dont-suck
 * http://chir.ag/projects/name-that-color/
 */
/*
 * Breakpoints
 *
 *
 */
.btn {
  cursor: pointer;
  padding: 0;
  height: 1.75em;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  font-size: 1.0em;
  line-height: 1.75em;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.btn-round {
  outline: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 35px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-round a:hover {
  text-decoration: none;
}

.btn-round.bestellen {
  background-color: #a2c305;
  color: #ffffff;
  border-color: #a2c305;
  padding: 8px 35px;
}

.btn-small {
  cursor: pointer;
  padding: 0;
  height: 2.0rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  font-size: 1.00rem;
  line-height: 2.0rem;
  color: #fff;
}

.btn-green {
  background-color: #a2c305;
  color: #ffffff;
}

.btn-green:hover, .btn-green:active {
  color: #30656a;
}

.btn-grey {
  background-color: #a7a7a7;
  color: #ffffff;
}

.btn-grey:hover, .btn-grey:active {
  color: #30656a;
  background-color: #a2c305;
}

/*
  * Example media queries
  *
  * max-width
  * @include breakpoint(500)
  * @media screen and (max-width: 500px)
  *
  * min-width
  * @include breakpoint(500, min)
  * @media screen and (min-width: 500px)
  *
  * min-width and max-width
  * @include breakpoint(470 500)
  * @media screen and (min-width: 470px) and (max-width: 500px)
  */
/*
  * Reset the box-shadow
  */
/*
  * Normalize the icon font
  * 
  * How to use
  * @include normalize-icon-font($font-family, [$styles]);
  * 
  * Real life example (without styles)
  * @include normalize-icon-font('Arial', false);
  */
/*
  * Normalize the icon font
  * 
  * How to use
  * @include normalize-icon-font($font-family, [$styles]);
  * 
  * Real life example (without styles)
  * @include normalize-icon-font('Arial', false);
  */
/*
  * For adding font icons to elements using CSS pseudo-elements
  * 
  * Based on the following tutorial:
  * http://jaydenseric.com/blog/fun-with-sass-and-font-icons
  *
  * You need the compass alpha to use this mixin
  * http://stackoverflow.com/questions/22515932/use-map-data-type-with-compass
  * 
  * How to use
  * @include icon-font($font, [$icon], [$position], [$styles]);
  */
/*
  * Including retina images
  * Based on https://gist.github.com/twe4ked/1432554
  * 
  * How to use (without @content)
  * @include background-image-retina('$file', '$type', $width, $height);
  *
  * How to use (with @content)
  * @include background-image-retina('$file', '$type', $width, $height) {
  *   background-color:transparent;
  * };
  * 
  * Real life example
  * @include background-image-retina('logo', 'png', 50px, 50px);
  */
/*
 * Strip units from all numbers
 *
 * Based on the following ticket:
 * https://github.com/sass/sass/issues/533
 */
@font-face {
  font-family: 'dbu-fonts';
  src: url("../fonts/dbu-fonts/dbu-fonts.eot?-ih3xoh");
  src: url("../fonts/dbu-fonts/dbu-fonts.eot?#iefix-ih3xoh") format("embedded-opentype"), url("../fonts/dbu-fonts/dbu-fonts.woff?-ih3xoh") format("woff"), url("../fonts/dbu-fonts/dbu-fonts.ttf?-ih3xoh") format("truetype"), url("../fonts/dbu-fonts/dbu-fonts.svg?-ih3xoh#dbu-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
 * Font Settings
 */
/*
 * Color settings
 *
 * How to use color variables:
 * http://davidwalsh.name/sass-color-variables-dont-suck
 * http://chir.ag/projects/name-that-color/
 */
/*
 * Breakpoints
 *
 *
 */
.btn {
  cursor: pointer;
  padding: 0;
  height: 1.75em;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  font-size: 1.0em;
  line-height: 1.75em;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.btn-round {
  outline: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 35px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-round a:hover {
  text-decoration: none;
}

.btn-round.bestellen {
  background-color: #a2c305;
  color: #ffffff;
  border-color: #a2c305;
  padding: 8px 35px;
}

.btn-small {
  cursor: pointer;
  padding: 0;
  height: 2.0rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  font-size: 1.00rem;
  line-height: 2.0rem;
  color: #fff;
}

.btn-green {
  background-color: #a2c305;
  color: #ffffff;
}

.btn-green:hover, .btn-green:active {
  color: #30656a;
}

.btn-grey {
  background-color: #a7a7a7;
  color: #ffffff;
}

.btn-grey:hover, .btn-grey:active {
  color: #30656a;
  background-color: #a2c305;
}

/*
  * Convert absolute font sizes to rem with px fallback
  * 
  * How to use
  * @include adjust-font-size-to-rem($font-size, [$line-height]);
  */
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu/ubuntu-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/ubuntu/ubuntu-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-v11-latin-regular.woff2") format("woff2"), url("../fonts/ubuntu/ubuntu-v11-latin-regular.woff") format("woff"), url("../fonts/ubuntu/ubuntu-v11-latin-regular.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-v11-latin-regular.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/opensans/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/opensans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/opensans/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/opensans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/opensans/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background-color: #f0f0f0;
  color: #676767;
}

/*------------------------------------------------------------------------*/
/**
 * Normalize content elements
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #30656a;
  text-decoration: none;
}

a:visited {
  color: #30656a;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #999;
}

input, textarea, select, .button {
  border: 1px solid #d5d5d5;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin: 0 0 0.75em 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
}

/*------------------------------------------------------------------------*/
#bannerWrapper {
  position: relative;
}

@media only screen and (min-width: 1234px) {
  #bannerWrapper {
    width: 1234px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 975px) and (max-width: 1233px) {
  #bannerWrapper {
    width: 1105px;
    margin: 0 0;
  }
}

@media only screen and (max-width: 974px) {
  #bannerWrapper {
    width: 100%;
    margin: 0;
  }
}

#bannerRight {
  /*display: none;*/
}

@media only screen and (max-width: 1105px) {
  #bannerRight {
    display: none;
  }
}

#wrapper {
  background-color: #ffffff;
  position: relative;
  top: 138px;
}

@media only screen and (min-width: 1234px) {
  #wrapper {
    width: 974px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 975px) and (max-width: 1233px) {
  #wrapper {
    width: 974px;
    margin: 0;
  }
}

@media only screen and (max-width: 974px) {
  #wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 728px) {
  #wrapper {
    top: 16vw;
  }
}

/*--- Banner ------------------------------------------------------------*/
#bannerTop {
  position: absolute;
  top: 0;
  right: 130px;
  height: 108px;
  width: 728px;
}

@media screen and (min-width: 729px) and (max-width: 858px) {
  #bannerTop {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media only screen and (max-width: 728px) {
  #bannerTop {
    width: 100%;
    height: auto;
    right: 0;
    font-size: 1.5vw;
  }
}

#bannerTop .caroufredsel_skin {
  max-height: 90px;
  max-width: 728px;
  overflow: hidden;
}

#bannerRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
}

#bannerRight .inside {
  position: fixed;
}

#bannerRight .caroufredsel_skin {
  max-width: 120px;
  max-height: 600px;
  overflow: hidden;
}

#right .mod_banner .banner_image {
  margin: 0 auto;
}

/*.mod_banner .banner_name1 {
  margin-top: 2.0em;
  padding-left: 7px;
}*/
/*------------------------------------------------------------------------*/
h1,
h2,
h3 {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  color: #30656a;
}

h1 {
  font-size: 28px;
  background: url("../images/trenner.png") repeat-x bottom left;
  /*display: block; */
  padding: 0.5em 0.25em;
}

.noBorder {
  background: none;
  border: none !important;
}

h2 {
  font-size: 19px;
}

h3 {
  font-size: 13px;
}

#right h1:first-child {
  margin-top: 0;
}

#main h1:first-child {
  margin-top: 0;
  padding-left: 14px;
}

#main h1 {
  padding-left: 14px;
}

h1.noMargin,
.noMargin > h1 {
  margin: 0;
}

#right .mod_newslist h1,
#right .mod_newscategories h1,
#rigth h1.ce_headline {
  margin-top: 0;
}

h1 > a,
h1 > a:visited,
h2 > a,
h2 > a:visited,
h3 > a,
h3 > a:visited {
  color: #30656a;
}

h1 > a:hover,
h1 > a:active,
h2 > a:hover,
h2 > a:active,
h3 > a:hover,
h3 > a:active {
  color: #30656a;
}

@media only screen and (max-width: 767px) {
  #main .inside {
    padding: 0 7px;
  }
}

@media only screen and (min-width: 768px) {
  #main .inside {
    padding: 10px 32px 20px 7px;
  }
}

/*------------------------------------------------------------------------*/
/**
 * Navigation elements
 */
nav#mainnav {
  margin: 6px 0;
  background-color: #a2c305;
  display: none;
}

@media only screen and (min-width: 700px) {
  nav#mainnav {
    display: block;
  }
}

nav#mainnav li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #a2c305;
}

nav#mainnav li.submenu ul {
  background-color: #ffffff;
  display: none;
  position: absolute;
  z-index: 100;
}

nav#mainnav li.submenu.last ul {
  /*right: 7px;*/
}

nav#mainnav li:hover ul,
nav#mainnav li:hover li,
nav#mainnav li.submenu ul.hover {
  display: block;
}

nav#mainnav li.submenu li {
  float: none;
  border-top: 1px solid #ffffff;
}

nav#mainnav li a,
nav#mainnav li a:visited,
nav#mainnav li span {
  text-transform: Uppercase;
  font: 15px/36px Ubuntu, Arial, Helvetica, sans-serif;
  padding: 0 1.25em;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
}

nav#mainnav li li a,
nav#mainnav li li a:visited,
nav#mainnav li li span {
  text-transform: Uppercase;
  font: 15px/36px Ubuntu, Arial, Helvetica, sans-serif;
  padding: 0 1.25em;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
}

nav#mainnav ul.level_1 > li > a.spezial {
  color: #30656a;
  font-weight: bold;
}

nav#mainnav ul.level_1 > li > a,
nav#mainnav ul.level_1 > li > span {
  background: url("../images/trenner_nav.png") right center no-repeat;
}

nav#mainnav ul.level_2 li > a,
nav#mainnav ul.level_2 li > span {
  background-image: none;
}

/* nav .level_1 > li.active, */
nav#mainnav .level_1 > li:hover {
  background-color: #30656a;
}

nav#mainnav .level_1 > li > a.last,
nav#mainnav .level_1 > li > span.last {
  background-image: none;
}

/*nav ul.level_1 > li.trail > a,*/
nav#mainnav ul.level_1 > li.trail:hover > span.trail,
nav#mainnav ul.level_1 > li:hover > span.active,
nav#mainnav ul.level_1 > li:hover > a {
  color: #ffffff !important;
  background-color: #30656a;
}

nav#mainnav ul.level_2 li.active,
nav#mainnav ul.level_2 li.active > span,
nav#mainnav ul.level_2 li.forward > span,
nav#mainnav ul.level_2 li:hover > a,
nav#mainnav ul.level_2 li:hover {
  color: #30656a !important;
  background-image: none;
}

/*--- Mobile Navigation ----------------------------------*/
nav.mobile-nav {
  font-size: 1.25rem;
}

nav.mobile-nav ul {
  list-style: none;
}

nav.mobile-nav li {
  border-bottom: 1px solid #a2c305;
}

nav.mobile-nav li a::after,
nav.mobile-nav li span::after {
  right: 1.0rem;
  position: absolute;
  display: inline-block;
  text-align: right;
  content: "\f105";
  font: normal normal normal 1.0rem/2.3rem FontAwesome;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

nav.mobile-nav li a.submenu::after {
  right: 1.0rem;
  position: absolute;
  display: inline-block;
  text-align: right;
  content: "\f107";
  font: normal normal normal 1.0rem/2.3rem FontAwesome;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

nav.mobile-nav ul.level_1 > li {
  float: none;
  display: block;
}

nav.mobile-nav ul.level_1 > li a,
nav.mobile-nav ul.level_1 > li span {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #30656a;
  padding: 0.5em;
}

nav.mobile-nav ul.level_1 > li.submenu ul {
  position: relative;
  padding-left: 1.0em;
  font-size: 90%;
  z-index: auto;
  background-color: transparent;
}

nav.mobile-nav ul.level_1 > li.submenu ul li.first {
  border-top: 1 solid #30656a;
}

nav.mobile-nav ul.level_1 > li.submenu ul li.last {
  border-bottom: none;
}

nav.mobile-nav ul.level_1 > li ul.level_2 > li a,
nav.mobile-nav ul.level_1 > li ul.level_2 > li span {
  width: 100%;
  padding: .5em;
}

nav.mobile-nav i.cart_items {
  background-color: #30656a;
  color: #ffffff;
}

.mod_quicklink select {
  width: 100%;
}

/*--- Sub Navigation -------------------------------------*/
nav#subnav ul li span:before {
  content: "\f104";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0em;
  padding-right: 0.4em;
  vertical-align: text-bottom;
  font-family: dbu-fonts;
  width: 20px;
}

nav#subnav ul li a:after {
  content: "\f105";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0;
  vertical-align: text-bottom;
  padding-left: 0.4em;
  font-family: dbu-fonts;
}

nav#subnav ul li a:before {
  content: " ";
  padding-right: 0.75em;
  width: 20px;
  display: inline-block;
}

nav#subnav li a,
nav#subnav li a:visited,
nav#subnav li span {
  text-transform: Uppercase;
  font: 14px/28px Ubuntu, Arial, Helvetica, sans-serif;
  display: block;
  margin: 0;
  text-decoration: none;
}

.mobile_menu_trigger {
  background-color: #a2c305;
  color: #fff;
  text-align: center;
  text-transform: Uppercase;
  font: 14px/28px Ubuntu, Arial, Helvetica, sans-serif;
  border-bottom: 7px solid #ffffff;
  border-top: 7px solid #ffffff;
}

.mobile_menu .inner {
  background-color: #ffffff;
  border-right: 3px solid #a2c305;
}

.mobile_menu .ce_form {
  margin: 0;
  padding: 0.5em;
  border-bottom: 1px solid #a2c305;
}

.mobile_menu .ce_form .formbody {
  position: relative;
}

.mobile_menu .ce_form .widget-text {
  padding: 1px 35px 0 0;
  width: 100%;
}

.mobile_menu .ce_form .widget-submit {
  width: 28px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mobile_menu .ce_form .widget-submit input {
  border: none;
}

/*------------------------------------------------------------------------*/
#header .inside {
  padding: 7px 7px 0 7px;
}

#container {
  background: url("../images/weizen_bg.png") no-repeat bottom right;
  min-height: 25em;
}

@media only screen and (max-width: 699px) {
  #container {
    padding-right: 0;
  }
}

@media only screen and (max-width: 699px) {
  #main {
    float: none;
  }
}

@media only screen and (max-width: 699px) {
  #right {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

#right .inside {
  padding: 10px 7px 120px 7px;
}

#footer .inside {
  padding: 0 21px 0 21px;
  min-height: 35px;
}

@media only screen and (max-width: 799px) {
  #footer .inside > div {
    float: none !important;
    clear: both;
  }
}

/*------------------------------------------------------------------------*/
footer {
  background-color: #a5c606;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 0;
}

@media only screen and (min-width: 700px) {
  footer {
    margin-bottom: 20px;
  }
}

footer a,
footer a:visited,
footer span.active {
  color: #ffffff;
}

/*------------------------------------------------------------------------*/
@media only screen and (max-width: 450px) {
  .ce_text figure.float_right, .ce_text figure.float_left {
    float: none;
    clear: both;
  }
}

.mod_article p.back {
  padding-left: 14px;
}

.mobile_no_700 {
  display: block;
}

@media only screen and (max-width: 700px) {
  .mobile_no_700 {
    display: none;
  }
}

.mobile_yes_700 {
  display: none;
}

@media only screen and (max-width: 700px) {
  .mobile_yes_700 {
    display: block;
  }
}

.mobile_no {
  display: block;
}

@media only screen and (max-width: 600px) {
  .mobile_no {
    display: none;
  }
}

.mobile_yes {
  display: none;
}

@media only screen and (max-width: 600px) {
  .mobile_yes {
    display: block;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.button {
  font-size: 1.2em;
  background: #a7c807;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  min-width: 40%;
}

/*--- Pfeile --------------------------------------------------------*/
p.more a {
  font-weight: bold;
}

.empty {
  padding-left: 14px;
}

p.back {
  clear: both;
}

p.back a:before {
  content: "\f104";
  display: inline-block;
  font-size: 1.5em;
  line-height: 18px;
  padding-right: 0.4em;
  vertical-align: text-bottom;
  font-family: dbu-fonts;
}

p.more a:after {
  content: "\f105";
  display: inline-block;
  font-size: 1.5em;
  line-height: 18px;
  vertical-align: text-bottom;
  padding-left: 0.4em;
  font-family: dbu-fonts;
  font-weight: 400;
}

.ce_toplink > a:before,
.toplink > a:before {
  content: "\f106";
  font-family: dbu-fonts;
  color: #30656a;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  display: inline-block;
  padding-right: 0.4em;
}

.Pfeil_rechts:after {
  content: "\f105";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0;
  vertical-align: text-bottom;
  padding-left: 0.4em;
  font-family: dbu-fonts;
}

p.more {
  margin: -10px 0 16px 0;
}

@media only screen and (max-width: 974px) {
  p.more {
    text-align: right;
  }
}

.mod_newslist .layout_newsticker .star {
  color: #a7c807;
  line-height: 16px;
  font-size: 1.5em;
  display: block;
  margin-bottom: -5px;
}

.mod_newslist .layout_newsticker p.info {
  padding: 0 7px;
}

.mod_newslist .layout_newsticker p.news {
  margin: 0;
  padding: 0 7px;
}

.mod_newslist .layout_newsticker p.news a {
  color: #676767;
}

.mod_newslist .layout_newsticker p.news a:hover,
.mod_newslist .layout_newsticker p.news a:active {
  color: #30656a;
}

.mod_newslist .layout_newsticker {
  border-bottom: 1px dotted #30656a;
  margin-bottom: 1.0em;
}

/*#main .mod_newsreader {
  margin-bottom: 35px;
}*/
#main .mod_newslist > div,
#main .mod_newsreader > div,
#main .mod_newsarchive > div {
  background: url("../images/trenner.png") left bottom repeat-x;
  padding: 0 7px;
}

#main .mod_newsarchive > div img {
  /* margin-top: 25px;*/
}

.teaser.mb2 {
  margin-bottom: 2em;
}

.mod_newslist p.info,
.mod_newsarchive p.info {
  color: #a2c305;
}

#main > .inside > .mod_article > .mod_newslist {
  margin-top: 0;
}

#main .moreTeaser > div.odd,
#main .moreTeaser > div.even {
  width: 297px;
  float: left;
  padding-top: 8px;
  min-height: 490px;
  max-height: 490px;
}

@media only screen and (max-width: 974px) {
  #main .moreTeaser > div.odd,
  #main .moreTeaser > div.even {
    float: none;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    min-height: 100px;
  }
}

#main .moreTeaser > div.odd {
  margin-left: 7px;
}

@media only screen and (max-width: 974px) {
  #main .moreTeaser > div.odd {
    margin-left: 0;
  }
}

#main .moreTeaser > div.even {
  margin-right: 7px;
}

@media only screen and (max-width: 974px) {
  #main .moreTeaser > div.even {
    margin-right: 0;
  }
}

/*.moreTeaser {
  margin-bottom: 35px;
}*/
.layout_beitrag p.info,
.layout_latest p.info,
.layout_latest p.more,
.layout_latest h2,
.layout_latest .teaser {
  padding: 0 7px;
}

@media only screen and (max-width: 974px) {
  .layout_beitrag p.info,
  .layout_latest p.info,
  .layout_latest p.more,
  .layout_latest h2,
  .layout_latest .teaser {
    padding: 0;
  }
}

#main .moreTeaser > div > h2 {
  margin-top: 16px;
  margin-bottom: 8px;
}

#main .moreTeaser > div > figure {
  margin-top: 16px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 974px) {
  #main .moreTeaser > div > figure {
    float: left;
    width: 33%;
    margin-right: 2%;
  }
}

figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(48, 101, 106, 0.8);
  color: #ffffff;
  padding: 0.25em 0.5em;
  line-height: 1.35em;
  width: auto !important;
  font-size: 0.85em;
}

span.categorie {
  text-transform: Uppercase;
  color: #30656a;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 600;
}

#right .accordion li:before {
  content: "+";
  padding-right: 0.75em;
  color: #a2c305;
}

#right ul {
  margin: 0;
  padding: 0;
}

.accordion ul li {
  list-style: none;
}

/* --- Accordion --------------------------------------------- */
.ce_accordionSingle,
.ce_accordionStart {
  position: relative;
}

#right .ce_text p {
  padding-left: 7px;
  padding-right: 7px;
}

.mediathek .ui-accordion-header {
  text-align: right;
  color: #444444;
  padding-right: 2.0em;
}

.ui-accordion-header {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  cursor: pointer;
  font-weight: bold;
  color: #444444;
  padding-right: 1.5em;
}

.ui-accordion-header:focus {
  outline: none;
}

.ui-accordion-content ul {
  margin-bottom: 1.0em !important;
}

.ui-corner-top:after,
.ui-corner-all:after {
  font-family: dbu-fonts;
  color: #30656a;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 10px;
  right: 14px;
}

.ui-corner-all:after {
  content: "\f107";
}

.ui-corner-top:after {
  content: "\f106";
}

.abo .ui-corner-all:after,
.abo .ui-corner-top:after {
  content: "";
}

.abo .ui-accordion-header {
  padding: 0.8em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
}

.abo .ui-accordion-header {
  background-color: #a2c305;
  border-top: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-left: 1px solid #acacac;
}

.abo .ui-corner-top {
  border-radius: 1.0em 1.0em 0 0;
  border-bottom: 0;
}

.abo .ui-corner-all {
  border-radius: 1.0em 1.0em 1.0em 1.0em;
  border-bottom: 1px solid #acacac;
}

section.abo {
  margin: 2.0em 20% 2.0em 20%;
}

.abo .accordion {
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  border-left: 1px solid #acacac;
  border-radius: 0 0 1.0em 1.0em;
}

.mediathek .ui-corner-all:after {
  right: 0;
}

.mediathek .ui-corner-top:after {
  right: 0;
}

/*--- News_Related -------------------------------------------------*/
#right .mod_news_related .related_item {
  border-bottom: 1px solid #d5d5d5;
  padding: 18px 7px 0 7px;
}

/*--- News_Reader -------------------------------------------------*/
.mod_newsreader h1.hyphenate,
.mod_newsreader .inhalt {
  padding: 0 7px;
}

.mod_newsreader p.subHeadline {
  color: #30656a;
  font-style: italic;
  padding: 0 7px 14px 7px;
}

.mod_newsreader p.info2 {
  margin-bottom: 1.0em;
}

.mod_newsreader p.back {
  position: absolute;
  margin-bottom: 0;
  left: 14px;
  bottom: 6px;
}

.mod_newsreader p.toplink {
  position: absolute;
  margin-bottom: 0;
  right: 14px;
  bottom: 6px;
}

ul.tag-chain {
  margin: 0 0 2.0em 0;
  padding: 0 0 0 7px;
}

ul.tag-chain li {
  list-style: none;
}

ul.tag-chain li a:after {
  content: "\f105";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0;
  vertical-align: text-bottom;
  padding-left: 0.4em;
  font-family: dbu-fonts;
}

/*--- Gallerie --------------------------------------------------*/
.ce_gallery ul {
  margin: 0 -5px -5px -5px;
  padding: 0;
}

.ce_gallery ul li {
  list-style: none;
  padding: 0 5px 5px 5px;
}

.ce_gallery ul.cols_2 li {
  width: 50.0000%;
}

.ce_gallery ul.cols_3 li {
  width: 33.3333%;
}

.ce_gallery ul.cols_4 li {
  width: 25.0000%;
}

.ce_gallery ul.cols_5 li {
  width: 20.0000%;
}

.ce_gallery ul.cols_6 li {
  width: 16.6666%;
}

@media only screen and (max-width: 600px) {
  .ce_gallery.m_2 li.col_first {
    clear: none;
    margin-left: 5px;
  }
  .ce_gallery.m_2 li.col_last {
    margin-right: 5px;
  }
}

/*--- Mediathek --------------------------------------------------*/
#mediathek .ce_text,
#mediathek .ce_gallery,
#mediathek h2.ce_headline {
  padding-left: 14px;
}

/*--- ce_html5 Media ---------------------------------------------*/
.ce_html5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}

/*--- responsive Map ---------------------------------------------*/
.dlh_googlemap {
  width: 100% !important;
  max-width: 597px;
  margin-left: 7px;
}

.ce_dlh_googlemaps > h1 {
  margin-top: 0;
}

/*--- Formular ---------------------------------------------------*/
.kontaktformular .formbody {
  max-width: 340px;
  padding: 0 14px;
}

.kontaktformular label {
  color: #444;
  font-weight: bold;
}

.kontaktformular .widget-text label,
.kontaktformular .widget-select label {
  display: block;
}

.kontaktformular select {
  width: 100%;
}

.kontaktformular input.text,
.kontaktformular textarea,
.kontaktformular select,
.kontaktformular .kontaktformular select {
  margin-bottom: 0.5em;
}

.kontaktformular > h1 {
  padding-left: 14px;
}

#main form.recherche {
  padding: 0 7px;
}

#right .formbody {
  padding: 0 7px;
}

fieldset.ausgabenListe > span {
  margin: 0.5em 0 0.5em 7px;
}

fieldset.ausgabenListe > span:last-child {
  margin-bottom: 2.0em;
}

p.error {
  color: red;
  background-color: #f0e68c;
  border: 1px solid red;
  padding: 0.5em 1.0em;
  margin: 0.5em 0;
}

.conditionalBefore {
  margin-bottom: 6px;
}

/*--- Toplink ----------------------------------------------------*/
.mod_article {
  position: relative;
  padding-bottom: 35px;
}

.mod_article > div.toplink {
  position: absolute;
  margin-bottom: 0;
  right: 14px;
  bottom: 0;
}

.mod_article .syndication {
  position: absolute;
  bottom: 0;
  left: 45%;
  display: block;
  width: 150px;
  height: 30px;
  margin: 0;
  padding: 0;
}

.mod_article .syndication a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.ce_toplink {
  position: relative;
  margin-top: 10px;
  right: 10px;
  text-align: right;
  background: none !important;
}

.ce_toplink.fixiert {
  position: absolute;
  max-width: 90px;
  bottom: 5px;
  z-index: 100;
  margin-top: 15px;
}

.ce_toplink.news {
  position: absolute;
  bottom: 10px;
  z-index: 100;
}

#mbImage {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*--- News Category ------------------------------------------*/
.mod_newscategories ul li a:after,
.mod_newscategories ul li span:before {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0;
  vertical-align: text-bottom;
  font-family: dbu-fonts;
}

.mod_newscategories ul li span:before {
  content: "\f104";
  padding-right: 0.4em;
  width: 20px;
}

.mod_newscategories ul li a:after {
  content: "\f105";
  padding-left: 0.4em;
}

.mod_newscategories ul li a:before {
  content: " ";
  padding-right: 0.75em;
  width: 20px;
  display: inline-block;
}

/*--- Pagination -----------------------------------------------*/
nav.pagination {
  clear: both;
  background: none !important;
  min-height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: -5px;
  width: 100%;
}

nav.pagination p {
  display: block;
  min-width: 35px;
  position: absolute;
  left: 7px;
}

nav.pagination ul {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  float: left;
  padding: 0;
  margin: 0 auto;
}

nav.pagination li {
  display: table-cell;
  margin: 0;
  padding: 0;
  right: 50%;
  position: relative;
}

nav.pagination li a,
nav.pagination li strong {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 30px;
  min-width: 20px;
  text-align: center;
}

nav.pagination li.previous a:after,
nav.pagination li.previous strong:after {
  content: "\f104";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0em;
  vertical-align: text-bottom;
  font-family: dbu-fonts;
}

nav.pagination li.next a:after,
nav.pagination li.next strong:after {
  content: "\f105";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0em;
  vertical-align: text-bottom;
  font-family: dbu-fonts;
}

nav.pagination li.first a:after,
nav.pagination li.first strong:after {
  content: "\f100";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0em;
  vertical-align: text-bottom;
  font-family: dbu-fonts;
}

nav.pagination li.last a:after,
nav.pagination li.last strong:after {
  content: "\f101";
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.0em;
  vertical-align: text-bottom;
  font-family: dbu-fonts;
}

/*--- Events -----------------------------------------------*/
.mod_eventreader .event p.info,
.mod_eventreader .event p.location,
.mod_eventreader .event .ce_text,
.mod_eventreader .event h1 {
  padding-left: 7px;
  padding-right: 7px;
}

#main .mod_eventlist h1 {
  color: #30656a;
  background: none;
  padding-left: 0;
}

.mod_eventlist p.info {
  color: #a2c305;
}

.mod_eventlist p.more {
  text-align: right;
  float: none;
  clear: both;
  padding-top: 14px;
}

.mod_eventlist .event {
  padding-left: 14px;
  padding-right: 14px;
}

/*--- iframe -----------------------------------------------*/
#main iframe,
#right iframe {
  margin-bottom: 12px;
}

.werbung:after {
  content: "Werbung";
  font-size: 12px;
  color: #ccc;
  display: inline-block;
  float: right;
  font-family: "Open Sans", sans-serif;
}

.anzeige:after {
  content: "Anzeige";
  font-size: 12px;
  color: #ccc;
  display: inline-block;
  float: right;
  font-family: "Open Sans", sans-serif;
}

.anzeige_oben::before {
  content: "Anzeige";
  font-size: 12px;
  color: #ccc;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
}

/*--- HeaderTop --------------------------------------------*/
.headerTop {
  position: relative;
  height: 33px;
}

.headerTop > span {
  text-transform: uppercase;
  font-weight: bold;
  color: #30656a;
  padding-left: 21px;
  line-height: 27px;
}

.linksSocialMedia {
  position: absolute;
  width: 112px;
  text-align: right;
  top: 0;
  left: 478px;
}

@media only screen and (max-width: 974px) {
  .linksSocialMedia {
    left: 37%;
  }
}

.linksSocialMedia ul {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.linksSocialMedia ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 6px;
}

.linksSocialMedia a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 27px;
  font-size: 27px;
  height: 27px;
  width: 28px;
}

.linksSocialMedia a.facebook {
  background: url("../images/facebook.png") no-repeat center center;
}

.linksSocialMedia a.twitter {
  background: url("../images/twitter.png") no-repeat center center;
}

.linksSocialMedia a.gplus {
  background: url("../images/g_plus.png") no-repeat center center;
}

.headerTop .ce_form {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  width: 300px;
}

.headerTop .ce_form .formbody > .widget-text {
  float: left;
  height: 27px;
  margin: 0;
  padding: 0;
  min-width: 100px;
  width: 265px;
}

.headerTop .ce_form .formbody > .widget-submit {
  float: right;
  height: 27px;
  width: 28px;
  margin: 0;
  padding: 0;
}

.headerTop .ce_form .widget-submit input {
  border: 0;
  margin: 0;
  padding: 0;
  height: 27px;
  width: 28px;
  border-radius: 0;
  line-height: 27px;
}

.headerTop .ce_form input.text {
  margin: 0;
  height: 27px;
  padding-left: 7px;
  border-radius: 0;
  line-height: 27px;
}

.mod_search .formbody {
  position: relative;
  padding: 0 7px;
}

.mod_search .formbody input[type="search"] {
  padding-right: 40px;
  margin-bottom: 14px;
}

.mod_search .formbody button[type="submit"] {
  background: url("../images/suche_lupe.png") no-repeat center center;
  text-indent: -300em;
  border: 0;
  border-radius: 0;
  height: 27px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 0;
}

.mod_search .formbody .radio_container {
  padding: 0 7px;
}

.mod_search p.header {
  padding: 14px 7px 0 7px;
}

.mod_search > div {
  padding: 14px;
  background: url("../images/trenner.png") repeat-x bottom left;
}

.mod_search > div h3 {
  font-size: 19px;
}

.mod_search > div h3 a {
  color: #30656a;
}

.mod_search > div span.highlight {
  color: #a2c305;
}

/*--- Ausgaben Suche ----------------------------------------------------------*/
.mod_ausgabenliste .layout_ausgabe {
  padding: 14px 14px 28px 7px;
  background: url("../images/trenner.png") repeat-x bottom left;
}

.mod_ausgabenliste .layout_ausgabe figure {
  margin-right: 14px;
}

/*--- Downloads ---------------------------------------------------------------*/
.ce_downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ce_downloads ul li {
  margin: 1.0em 0;
  padding: 0;
}

.ce_download img,
.ce_downloads img {
  margin-right: 1%;
  vertical-align: middle;
}

/*--- CSS im Content Element --------------------------------------------------*/
.schmaler {
  padding-left: 14px;
  padding-right: 7px;
}

@media only screen and (max-width: 699px) {
  .schmaler {
    padding-right: 14px;
  }
}

.borderTop {
  border-top: 1px dotted #30656a;
}

.borderBottom {
  border-bottom: 1px dotted #30656a;
}

.BildZentriert figure {
  width: 200px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ce_image.BildZentriert.borderBottom figure {
  margin-bottom: 14px;
}

.ce_hyperlink.btn_archive,
.btn_code {
  margin: 2.0em 20% 2.0em 20%;
}

.ce_hyperlink.btn--abo {
  padding-block: 1rem;
}

.ce_hyperlink.btn--abo a {
  display: block;
  font-size: clamp(0.87125rem, 4vw, 1.2rem);
  color: #fff;
  background-color: #00666b;
  padding-inline: 2.0em;
  border-radius: 100vw;
  padding-block: 0.5em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.btn_archive a.hyperlink_txt,
.btn_code > span {
  text-align: center;
  padding: 0.8em;
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #acacac;
  border-radius: 15px;
  background-color: #a2c305;
  font-weight: bold;
}

.btn_code span.code {
  color: #30656a;
}

.btn_code span.endDate {
  color: #ffffff;
  text-transform: none;
  font-size: 0.66em;
  font-weight: normal;
}

.jumpToButton {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 450px) {
  #main .mod_article {
    padding-bottom: 50px;
  }
  #main .pagination {
    min-height: 50px;
  }
}

/* Produkt Datailansicht --------------------------------------------*/
.mod_iso_productreader h1,
.mod_iso_productlist > h1 {
  margin-top: 0;
  margin-left: -14px;
  margin-right: -7px;
}

.feature-box-image {
  display: block;
  width: 280px;
  margin-right: 1.5em;
  margin-bottom: 1.0em;
  float: left;
}

.feature-box-image figure {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 974px) {
  .feature-box-image {
    width: 50%;
    margin-right: 2%;
  }
}

.feature-box-text .description {
  text-align: justify;
  min-height: 300px;
}

.feature-box-text .inhalt ul li br {
  display: block;
}

.orderContainer {
  position: relative;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  margin-top: 1.0em;
  padding: 1.0em;
}

@media only screen and (max-width: 974px) {
  .orderContainer {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.orderContainer .sku {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  font-size: 0.8em;
}

.orderContainer select {
  width: auto;
  min-width: 8em;
}

.orderContainer input[name="quantity_requested"] {
  width: auto;
  max-width: 5em;
}

.orderContainer .infoTaxShip,
.orderContainer .baseprice,
.orderContainer .lieferzeit {
  font-size: 0.8em;
}

.orderContainer .infoTaxShip img,
.orderContainer .baseprice img,
.orderContainer .lieferzeit img {
  vertical-align: bottom;
}

.orderContainer .price {
  font-size: 1.6em;
}

.orderContainer .options .widget-textarea {
  margin-top: 21px;
}

.orderContainer .options .widget-textarea label {
  font-weight: bold;
}

.orderContainer .offer {
  padding-top: 1rem;
}

.orderContainer .offer.abo strike {
  text-align: right;
  text-decoration: none;
}

.orderContainer .offer.abo strike::before {
  content: "jährlich";
  padding-right: 0.25em;
  display: inline-block;
}

.orderContainer .offer.abo .abo_info {
  font-size: 0.8rem;
  text-align: right;
  display: block;
}

.orderContainer .offer.abo .price {
  font-size: 1.6em;
  margin-bottom: 1.0em;
}

.orderContainer .offer.abo .price .original_price {
  display: block;
  text-align: right;
  font-size: 1.0rem;
}

.orderContainer .offer.abo .price > .price {
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

/* SHOP -------------------------------------------------------------*/
i.cart_items {
  border-radius: 50%;
  line-height: 1.5em;
  color: #a2c305;
  background-color: #ffffff;
  font-style: normal;
  font-weight: bold;
  width: 1.5em;
  display: inline-block;
  text-align: center;
  margin-left: 0.25em;
  font-size: 90%;
}

.wk_0 i.cart_items {
  background-color: inherit;
}

li.submenu.wk_0:hover i.cart_items {
  color: #30656a;
}

li.submenu.wk_0:hover ul.level_2 li.wk_0 i.cart_items {
  color: #a2c305;
}

#iso_ajaxBox {
  width: 40%;
  left: 30%;
}

.product figure img {
  border: 1px solid #a2c305;
}

.product figure a {
  outline: none;
}

/* Check Out Prozess */
span.currency {
  display: inline-block;
}

.mod_iso_checkout {
  margin-top: 2.0em;
}

.mod_iso_checkout section {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}

.mod_iso_checkout .info_container {
  position: relative;
}

.mod_iso_checkout .info_container a.edit {
  position: absolute;
  right: 1.0em;
  top: 0;
}

.mod_iso_checkout table,
.mod_iso_checkout table select {
  width: 100%;
}

.mod_iso_checkout .info {
  padding-left: 1.0em;
}

.mod_iso_checkout .steps ol {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.mod_iso_checkout .steps ol::after {
  content: "";
  display: table;
  float: none;
  clear: both;
}

.mod_iso_checkout .steps ol li {
  width: 25%;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  border: 1px solid #676767;
}

@media only screen and (max-width: 599px) {
  .mod_iso_checkout .steps ol li {
    width: 50%;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border: 1px solid #676767;
  }
}

@media only screen and (max-width: 399px) {
  .mod_iso_checkout .steps ol li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    border: 1px solid #676767;
  }
}

.mod_iso_checkout .steps ol li span,
.mod_iso_checkout .steps ol li a {
  padding: 1.0em 0;
  display: block;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mod_iso_checkout .steps ol li span,
  .mod_iso_checkout .steps ol li a {
    /* font-size: 1.8vw;*/
  }
}

@media only screen and (max-width: 399px) {
  .mod_iso_checkout .steps ol li span,
  .mod_iso_checkout .steps ol li a {
    padding: 1.0em 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 3.0vw;
  }
}

.mod_iso_checkout .steps ol li span.active,
.mod_iso_checkout .steps ol li a.active {
  background-color: #a2c305;
}

.mod_iso_checkout .steps ol li span.passed::after,
.mod_iso_checkout .steps ol li a.passed::after {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .mod_iso_cart td.image {
    display: none;
  }
}

.mod_iso_orderdetails .info {
  padding-left: 1.0em;
}

.mod_iso_orderdetails h2.orderInformation {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-style: normal;
}

/* Produktfilter ---------------------------------------------------------*/
.mod_iso_productfilter {
  position: relative;
  margin-bottom: 20px;
}

.mod_iso_productfilter .search {
  padding-left: 7px;
  padding-right: 7px;
}

.mod_iso_productfilter a.clear_filters {
  text-align: right;
  position: absolute;
  right: 7px;
  bottom: 10px;
}

.mod_iso_productfilter input {
  margin: 0.5em 0;
  display: block;
}

/* Produktlisten ----------------------------------------------------------*/
.product_list .price.abo strike {
  text-align: right;
  text-decoration: none;
  display: block;
}

.product_list .price.abo strike::before {
  content: "jährlich";
  padding-right: 0.25em;
  display: inline-block;
}

.product_list .price.abo .abo_info {
  padding-left: 0.25em;
}

.product_list .price.abo .price {
  display: inline-block;
  margin: 0.25rem 0;
}

.overview .product_list .product.row_first,
.product_list .product.row_first {
  margin-top: 0;
}

.product_list .teaser {
  display: block;
  height: 110px;
  overflow: hidden;
  position: relative;
  margin-top: 0.75em;
  text-align: justify;
}

.product_list .teaser:after {
  content: "";
  height: 10px;
  width: 100%;
  display: block;
  background: url("/files/standard/layout/images/teaser_shorter.png");
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.product_list .product {
  width: 47.15385%;
  margin-top: 5.69231%;
  float: left;
}

.overview .product_list .product {
  width: 21.73913%;
  margin-top: 4.34782%;
  float: left;
}

@media screen and (min-width: 700px) and (max-width: 899px) {
  .overview .product_list .product {
    width: 47.15385%;
  }
  .overview .product_list .product.col_1, .overview .product_list .product.col_3 {
    margin-right: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  .overview .product_list .product {
    width: 47.15385%;
  }
  .overview .product_list .product.col_1, .overview .product_list .product.col_3 {
    margin-right: 0;
  }
}

.product_list .product_even {
  margin-right: 5.69231%;
}

.overview .product_list .product {
  margin-right: 4.34782%;
}

.overview .product_list .product.col_last {
  margin-right: 0;
}

#right .product_list > * {
  float: none;
  margin-left: 7px;
  margin-right: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.0rem;
  margin-top: 0;
}

#right .product_list > * h3 {
  font-size: 24px;
  background: url("/files/standard/layout/images/trenner.png") repeat-x bottom left;
  padding: 0.5em 0.25em;
}

#right .product_list > * figure.image_container > a {
  display: block;
  text-align: center;
}

/* Shop Konfigurator ---------------------------------------------------------*/
.mod_iso_configswitcher {
  margin-bottom: 20px;
}

.mod_iso_configswitcher ul {
  padding-left: 7px;
  padding-right: 7px;
}

.mod_iso_configswitcher ul li {
  display: inline-block;
  padding: 5px;
}

.mod_iso_configswitcher ul li span,
.mod_iso_configswitcher ul li a {
  display: block;
}

.mod_iso_configswitcher ul li span img,
.mod_iso_configswitcher ul li a img {
  padding: 5px;
  vertical-align: middle;
}

.mod_iso_configswitcher ul li span.active,
.mod_iso_configswitcher ul li a:hover {
  /*background-color: $color_citrus_approx;*/
  border-bottom: 4px solid #a2c305;
}

/* Warenkorb -----------------------------------------------------------------*/
.topWarenkorb {
  position: absolute;
  top: 7px;
  right: 7px;
  border-bottom-left-radius: 10px;
  padding-right: 7px;
  background-color: #30656a;
}

.topWarenkorb a {
  color: #ffffff;
}

.topWarenkorb a::before {
  content: "\f07a";
  font-family: FontAwesome;
  display: inline-block;
  padding: 0.125em 0.4em;
  color: #ffffff;
  margin-right: 0.25em;
}

.mod_iso_cart.warenkorb {
  margin-bottom: 20px;
}

.mod_iso_cart .product {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 10px;
}

.mod_iso_cart .subtotal,
.mod_iso_cart .cart,
.mod_iso_cart .checkout,
.mod_iso_cart .coupon {
  padding-left: 7px;
  padding-right: 7px;
}

.mod_iso_cart div.remove {
  float: right;
}

.mod_iso_cart .name a {
  text-decoration: underline;
}

.mod_iso_cart .info {
  float: left;
}

.mod_iso_cart .remove a {
  color: transparent;
  text-decoration: none;
}

.mod_iso_cart .remove a::after {
  content: "\f057";
  color: #a2c305;
  font-size: 1.8em;
  font-family: FontAwesome;
}

.mod_iso_cart .button {
  width: 100%;
  text-align: center;
}

.mod_iso_cart input.submit {
  background-color: #a2c305;
}

.mod_iso_cart table {
  width: 100%;
}

.mod_iso_cart .col_0 {
  width: 60px;
  padding: 5px;
}

.mod_iso_cart .col_1 {
  padding: 5px;
  width: 350px;
}

.mod_iso_cart .col_2,
.mod_iso_cart .col_3 {
  padding: 5px;
  width: 85px;
  text-align: right;
}

.mod_iso_cart .col_4 {
  padding: 5px;
  width: 95px;
  text-align: right;
}

.mod_iso_cart .col_5 {
  padding: 5px;
  text-align: right;
  width: 5px;
}

.mod_iso_cart .col_6 {
  padding: 5px;
  text-align: right;
  width: auto;
}

.mod_iso_cart .row_odd td {
  background: #ffffff;
}

.mod_iso_cart .foot_first td {
  border-top: 1px solid #a2c305;
}

.mod_iso_cart .foot_last td {
  border-bottom: 1px solid #a2c305;
}

.mod_iso_cart .coupon input.text {
  min-width: 150px;
  width: 25%;
}

.mod_iso_cart .coupon p {
  border: 3px solid #30656a;
  display: block;
  padding: 0.5em;
  font-weight: bold;
  color: black;
}

.mod_iso_cart .coupon p.failed {
  border: 3px solid #ff0000;
  background-color: rgba(228, 184, 28, 0.55);
  display: block;
  padding: 0.5em;
  font-weight: bold;
  color: red;
}

/* Checkout -----------------------------------------------------*/
#iso_mod_checkout_address td.col_0 {
  width: 10em;
  font-weight: bold;
}

#ShippingAddress_new,
#shippingaddress_new {
  margin-top: 1.0em;
}

.mod_iso_orderdetails section {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}

#iso_mod_checkout_review .orderproducts table,
.mod_iso_orderdetails table {
  margin: 1.0em 0;
  border: 1px solid #a2c305;
}

.mod_iso_checkout .submit_container,
.mod_iso_cart .submit_container {
  text-align: right;
}

.product.row_even td {
  background-color: #f0f0f0;
}

.product.row_odd td {
  background-color: #fefefe;
}

#iso_mod_checkout_review h3,
.mod_iso_orderdetails h3 {
  font-size: 16px;
}

#iso_mod_checkout_review .info,
.mod_iso_orderdetails .info {
  margin-bottom: 10px;
}

#iso_mod_checkout_review .col_0,
.mod_iso_orderdetails .col_0 {
  padding: 5px;
  width: 60px;
}

#iso_mod_checkout_review .col_1,
.mod_iso_orderdetails .col_1 {
  padding: 5px;
  width: 350px;
}

#iso_mod_checkout_review .col_1 ul,
.mod_iso_orderdetails .col_1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#iso_mod_checkout_review .col_2,
#iso_mod_checkout_review .col_3,
.mod_iso_orderdetails .col_2,
.mod_iso_orderdetails .col_3 {
  padding: 5px;
  width: 85px;
  text-align: right;
}

#iso_mod_checkout_review .col_4,
.mod_iso_orderdetails .col_4 {
  padding: 5px;
  width: 95px;
  text-align: right;
}

#iso_mod_checkout_review .col_5,
.mod_iso_orderdetails .col_5 {
  padding: 5px;
  text-align: right;
  width: 20px;
}

#iso_mod_checkout_review .row_odd td,
.mod_iso_orderdetails .row_odd td {
  background: #ffffff;
}

#iso_mod_checkout_review .foot_first td,
.mod_iso_orderdetails .foot_first td {
  border-top: 1px solid #a2c305;
}

#iso_mod_checkout_review .foot_last td,
.mod_iso_orderdetails .foot_last td {
  border-bottom: 1px solid #a2c305;
}

#iso_mod_checkout_review .orderconditions.checkoutstep textarea {
  height: 3.5em;
  resize: none;
  overflow-y: hidden;
  margin-top: 0.5em;
  border-color: #676767;
}

#iso_mod_checkout_review .orderconditions.checkoutstep textarea:focus {
  height: 120px;
}

@media screen and (min-width: 768px) {
  #iso_mod_checkout_review .orderconditions.checkoutstep {
    margin-left: 116px;
  }
}

@media (max-width: 45em) {
  .subcolumns .first,
  .subcolumns .mod_colsetPart,
  .subcolumns .sc_second,
  .subcolumns > div {
    float: none;
    width: 100%;
    margin: 0;
  }
  .equalize > div {
    display: block;
  }
  .subcolumns .mod_colsetPart,
  .subcolumns .ce_colsetPart,
  .subcolumns .sc_second {
    margin-top: 0;
  }
  .subcolumns .subcl,
  .subcolumns .subcr,
  .subcolumns .subc {
    padding: 0 !important;
  }
  .ym-grid .first,
  .ym-grid .ce_colsetStart,
  .ym-grid .ce_colsetPart,
  .ym-grid > div {
    float: none;
    width: 100%;
    margin: 0;
  }
  .ym-grid .ym-gbox-left,
  .ym-grid .ym-gbox,
  .ym-grid .ym-gbox-right {
    padding: 0 !important;
  }
}

.audio_container audio {
  max-width: 100%;
}

.video_container video {
  max-width: 100%;
  height: auto;
}

.responsive {
  position: relative;
  height: 0;
}

.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #efefef;
}

.responsive.ratio-169 {
  padding-bottom: 56.25%;
}

.responsive.ratio-1610 {
  padding-bottom: 62.5%;
}

.responsive.ratio-219 {
  padding-bottom: 42.8571%;
}

.responsive.ratio-43 {
  padding-bottom: 75%;
}

.responsive.ratio-32 {
  padding-bottom: 66.6666%;
}

#cookiebar {
  background-color: #efefef;
  color: #000000;
}

#cookiebar button {
  background-color: #a2c305;
}

#cookiebar a {
  color: #a2c305;
}

.ce_isotope_quick .submit_container .options .widget-textarea {
  margin-bottom: 1.0em;
}

.ce_isotope_quick .submit_container .options .widget-textarea textarea {
  resize: none;
}
