h1,
h2,
h3 p {
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  margin: 0;
}
h4,
h5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  padding: 10px 0 10px 0;
}
.hover {
  opacity: 0.8;
}
a {
  color: #af0303;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #af0303;
  opacity: 0.8;
}
.shadow {
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
hr {
  margin: 0px;
  border-top: 2px solid #000;
  width: 100%;
}
.pointer {
  cursor: pointer;
}
body {
  background: #e4dfdb;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  min-width: 320px;
}
#wrap-portal {
  overflow: hidden;
  /*    // Header Fixing
        @media(min-width: @smStart) {
            padding-top: 138px;
        }
        @media(max-width: @xsEnd) {
            padding-top: 28px;
        }*/
}
/* ENTWICKLUNG */
img {
  max-width: 100%;
}
/* ENTWICKLUNG END */
#bannerTopContainer {
  width: 100%;
  height: 90px;
  margin: 27px 0 27px 0;
}
#bannerTop {
  position: absolute;
  top: 27px;
  width: 100%;
  text-align: center;
}
.banner_top {
  text-align: center;
}
.banner_top img {
  max-width: 100%;
  height: auto;
  margin: 27px 0 27px 0;
}
.banner_left {
  position: absolute;
  left: -320px;
  top: -70px;
  text-align: right;
  width: 300px;
}
.banner_left img {
  max-width: 100%;
  height: auto;
}
.banner_right {
  position: absolute;
  right: -320px;
  top: -70px;
  text-align: left;
  width: 300px;
}
.banner_right img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .banner_left,
  .banner_right {
    display: none;
  }
}
.banner-xs {
  margin: 20px 0 20px 0;
  text-align: center;
}
.banner-xs img {
  max-width: 100%;
}
.header {
  border-top: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
  background: #e4dfdb;
  /*    position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999999999999999999999999;*/
}
.header .inner {
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}
@media (min-width: 768px) {
  .header .inner {
    background-color: #af0303;
  }
}
@media (max-width: 767px) {
  .header .inner {
    background: transparent url('images/bg-header-xs.png') left top repeat-x;
  }
}
.header .logo {
  width: 150px;
  height: 150px;
  background-color: #3c3c3c;
  float: left;
  margin: 10px 0 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .header .logo {
    width: 50px;
    height: 50px;
  }
}
.header .basket_info {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #e4dfdb;
  position: absolute;
}
@media (min-width: 768px) {
  .header .basket_info {
    right: 15px;
    top: 25px;
  }
}
@media (max-width: 767px) {
  .header .basket_info {
    right: 65px;
    top: 22px;
  }
  .header .basket_info span {
    display: none;
  }
}
.header .basket_info a {
  color: #e4dfdb;
}
.header .basket_info img {
  margin-left: 10px;
}
.header .navigation_toggle {
  position: absolute;
  right: 15px;
  top: 18px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: transparent url('../img/navigation.png') center center no-repeat;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .navigation_toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .navigation_main {
    background-color: #fff;
    z-index: 99999;
    position: relative;
  }
  .header .navigation_main.nav_hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .header .navigation_main ul {
    position: absolute;
    right: 15px;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .header .navigation_main ul {
    width: 100%;
    background-color: #fff;
    margin: 76px 0 0 0;
    padding: 0px;
    z-index: 5000;
  }
}
.header .navigation_main li {
  display: inline-block;
  color: #3c3c3c;
  background-color: #fff;
  padding: 15px 0 15px 0;
}
@media (min-width: 992px) {
  .header .navigation_main li {
    font-size: 20px;
    margin-left: 30px;
    width: 160px;
    text-align: center;
    border: 1px solid #3c3c3c;
  }
  .header .navigation_main li.active,
  .header .navigation_main li.active-trail {
    background-color: #7b8a05;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navigation_main li {
    font-size: 16px;
    margin-left: 5px;
    width: 120px;
    text-align: center;
    border: 1px solid #3c3c3c;
  }
  .header .navigation_main li.active,
  .header .navigation_main li.active-trail {
    background-color: #7b8a05;
  }
}
@media (max-width: 767px) {
  .header .navigation_main li {
    border-bottom: 1px dotted #af0303;
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
  }
  .header .navigation_main li.active,
  .header .navigation_main li.active-trail {
    background-color: #7b8a05;
  }
}
.header .navigation_main li a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #3c3c3c;
}
.header .navigation_main li a:hover {
  color: #7b8a05;
  text-decoration: none;
}
.header .navigation_main li a.active:hover,
.header .navigation_main li a:active,
.header .navigation_main li a.active,
.header .navigation_main li a.active-trail {
  color: #fff;
  text-decoration: none;
}
.header_arrow {
  height: 30px;
  background: transparent url('../img/header_nav_arrow.png') top center no-repeat;
  margin-bottom: 40px;
}
.shadow_form {
  -webkit-box-shadow: 0px 0px 5px -10px #262626;
  -moz-box-shadow: 0px 0px 5px -10px #262626;
  box-shadow: 0px 0px 5px -10px #262626;
}
input[type=text],
input[type=password] {
  border: 1px solid #333;
  padding: 10px;
  margin: 0 0 5px 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px -10px #262626;
  -moz-box-shadow: 0px 0px 5px -10px #262626;
  box-shadow: 0px 0px 5px -10px #262626;
}
select {
  border: 1px solid #333;
  padding: 10px;
  margin: 0 0 5px 0;
  width: 100%;
}
button,
input[type=submit] {
  font-size: 16px;
  padding: 10px;
  border: none;
  background: #af0303;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
button:hover,
input[type=submit]:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  button,
  input[type=submit] {
    width: 100%;
    font-size: 13px;
  }
}
.button {
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px;
  border: none;
  background: #af0303;
  color: #fff;
}
.button:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.button.bestellen {
  padding: 11px;
  background: #7b8a05;
  color: #fff;
}
.button.order-delete {
  text-transform: none;
  display: block;
  width: 100%;
  background: #7b8a05;
  color: #fff;
  padding: 3px 0px 3px 0px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.button a:hover {
  text-decoration: none;
}
a.button {
  font-size: 16px;
}
a.button:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.box_radio {
  padding-top: 20px;
}
.box_radio input {
  display: inline-block;
}
.box_radio label {
  margin-left: 30px;
  display: inline-block;
  font-weight: normal;
}
@media (max-width: 767px) {
  .box_radio label {
    margin-left: 15px;
    font-size: 16px;
  }
}
.box_radio label.error {
  color: #fe5151;
  border: 1px solid #fe5151;
}
.box_radio .promo_price {
  margin-left: 48px;
  display: block;
  font-size: 16px;
}
p.error {
  background: #ffc1c1;
}
.t1 {
  text-transform: uppercase;
  text-align: center;
  color: #af0303;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .t1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .t1 {
    font-size: 20px;
    line-height: 20px;
  }
}
h2,
.t2 {
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #af0303;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  margin: 10px 0 0 0;
}
.home_items {
  position: relative;
  overflow-x: no-display;
}
.home_items .item .outer {
  margin-bottom: 26px;
}
.home_items .item .inner {
  background-color: #fff;
  border: 15px solid #fff;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .home_items .item .inner {
    border: 15px solid #fff;
  }
}
@media (max-width: 767px) {
  .home_items .item .inner {
    border: 5px solid #fff;
  }
}
.home_items .item .inner img {
  width: 100%;
}
.home_new {
  margin-top: 85px;
  padding-bottom: 145px;
  background: #af0303 url('../img/header_nav_arrow_white.png') top center no-repeat;
  position: relative;
}
.home_new .titel2 {
  margin: 65px 0 25px 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .home_new .titel2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_new .titel2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .home_new .titel2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.home_new .item .inner {
  position: relative;
  background-color: #fff;
}
@media (min-width: 992px) {
  .home_new .item .inner {
    height: 940px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_new .item .inner {
    height: 660px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .home_new .item .inner {
    margin-bottom: 15px;
  }
}
.home_new .item .inner .image {
  padding: 15px 15px 0 15px;
  width: 100%;
}
.home_new .item .inner .image .image_inner {
  height: 490px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: central;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
.home_new .item .inner .image img {
  max-width: 100%;
}
.home_new .item .inner .text1 {
  padding: 24px 15px 0 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #000;
}
@media (min-width: 992px) {
  .home_new .item .inner .text1 {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_new .item .inner .text1 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .home_new .item .inner .text1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.home_new .item .inner .text2 {
  padding: 15px 15px 0 15px;
  color: #000;
}
@media (min-width: 992px) {
  .home_new .item .inner .text2,
  .home_new .item .inner .text2 p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_new .item .inner .text2,
  .home_new .item .inner .text2 p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .home_new .item .inner .text2,
  .home_new .item .inner .text2 p {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 15px;
  }
}
.home_new .item .inner .link_shop {
  padding: 0 15px 0 15px;
  font-size: 21px;
  line-height: 50px;
  background: #e4dfdb;
  border-top: 1px solid #000;
  width: 100%;
  letter-spacing: 0.5px;
}
.home_new .item .inner .link_shop a {
  color: #af0303;
  font-weight: bold;
}
@media (min-width: 768px) {
  .home_new .item .inner .link_shop {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
.toplink {
  text-align: center;
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.toplink span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff url('../img/js-link-top.png') center center no-repeat;
  border: 1px solid #000;
}
.searchbox {
  margin: 9px 0 0 0;
}
.searchbox input[type=text] {
  width: 100%;
}
.searchbox .search-submit {
  display: none;
}
@media (min-width: 768px) {
  .journal_header h3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .journal_header h3 {
    background-color: #af0303;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: semibold;
    letter-spacing: 0.5px;
  }
}
.journal_header .inner {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .journal_header .inner {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.journal_header .logo {
  float: left;
  border: 15px solid transparent;
}
@media (min-width: 992px) {
  .journal_header .logo {
    width: 338px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journal_header .logo {
    width: 286px;
  }
}
@media (max-width: 767px) {
  .journal_header .logo {
    display: none;
  }
}
@media (min-width: 1200px) {
  .journal_nav:not(.shop_nav) {
    width: 775px;
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journal_nav:not(.shop_nav) {
    width: 575px;
    padding-bottom: 30px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journal_nav:not(.shop_nav) {
    width: 420px;
    padding-bottom: 30px;
    float: right;
  }
}
@media (max-width: 767px) {
  .journal_nav.nav_hide {
    display: none;
  }
}
.journal_nav a {
  text-transform: uppercase;
  font-weight: semibold;
  letter-spacing: 0.5px;
  color: #3c3c3c;
}
@media (min-width: 992px) {
  .journal_nav a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journal_nav a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .journal_nav a {
    font-size: 16px;
    line-height: 27px;
  }
}
.journal_nav a:hover {
  text-decoration: none;
  color: #7b8a05;
}
@media (max-width: 767px) {
  .journal_nav a:hover {
    color: #7b8a05;
    font-weight: bold;
  }
}
.journal_nav a.active:hover,
.journal_nav a:active,
.journal_nav a.active {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .journal_nav a.active:hover,
  .journal_nav a:active,
  .journal_nav a.active {
    color: #7b8a05;
    font-weight: bold;
  }
}
.journal_nav ul {
  padding: 0px;
}
@media (min-width: 768px) {
  .journal_nav ul {
    margin: 25px 0 0 0;
  }
}
.journal_nav li {
  background: transparent url(../img/link.png) 4px 11px no-repeat;
  padding: 5px 0 5px 20px;
  list-style: none;
  margin: 0px;
  float: left;
}
@media (min-width: 1200px) {
  .journal_nav li {
    width: 33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journal_nav li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journal_nav li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .journal_nav li {
    border-bottom: 1px dotted #af0303;
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
    background: none;
  }
}
@media (min-width: 768px) {
  .journal_nav li.active {
    background: transparent url(../img/link-weiss.png) 4px 11px no-repeat;
    background-color: #7b8a05;
    border-right: 10px solid #fff;
  }
}
.journal_nav.shop_nav {
  margin-bottom: 25px;
}
.journal_nav.shop_nav ul {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .journal_nav.shop_nav li {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journal_nav.shop_nav li {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journal_nav.shop_nav li {
    width: 50%;
  }
}
.journal_nav.shop_nav li.dummy {
  background: none;
  font-size: 16px;
  line-height: 27px;
}
.journal_content {
  position: relative;
}
.journal_content h1 {
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #af0303;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  margin: 10px 0 0 0;
  font-weight: 700;
}
.journal_content .cover {
  border: 15px solid #fff;
}
@media (min-width: 992px) {
  .journal_content .cover {
    height: 440px;
  }
}
@media (max-width: 991px) {
  .journal_content .cover {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .journal_content .cover {
    margin-bottom: 15px;
  }
}
.journal_content .block1 .inner .inhalt {
  height: 440px;
  border: 15px solid #fff;
  overflow: hidden;
}
.journal_content .block1 .inner .inhalt h2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 15px 13px 0 13px;
  margin: 0;
}
.journal_content .block1 .inner .inhalt .slider h2 {
  color: #000;
  border: none;
}
.journal_content .block1 .inner .inhalt p {
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 13px 0 13px;
}
.journal_content .block1 .inner .inhalt .slider .teaser-text {
  min-height: 160px;
}
.journal_content .block1 .inner .inhalt .bx-pager {
  display: none;
}
.journal_content .block1 .inner .inhalt .bx-wrapper .bx-controls-direction a {
  top: 120px;
  width: 40px;
  height: 42px;
}
.journal_content .block1 .inner .inhalt .bx-prev {
  background: url(images/controls.png) no-repeat 0 -40px;
}
.journal_content .block1 .inner .inhalt .bx-prev:hover {
  background: url(images/controls.png) no-repeat 0 3px;
}
.journal_content .block1 .inner .inhalt .bx-next {
  background: url(images/controls.png) no-repeat -40px -40px;
}
.journal_content .block1 .inner .inhalt .bx-next:hover {
  background: url(images/controls.png) no-repeat -40px 3px;
}
.journal_content .block2 {
  padding-bottom: 10px;
}
.journal_content .block2 h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #000;
  border-bottom: 2px solid #000;
  margin: 50px 0 13px 0;
}
.journal_content .block2 h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #3c3c3c;
  margin: 0;
}
.journal_content .block2 h3 br {
  display: none;
}
.journal_content .block2 p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.journal_content .block3 h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #000;
  border-bottom: 2px solid transparent;
  padding: 3px 0 5px 0;
  margin: 0;
}
.journal_content .block3 h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #000;
  border-bottom: 2px solid #000;
  padding: 3px 0 5px 0;
  margin: 0;
}
.journal_content .block3 p {
  padding: 15px 0 0 0;
  font-size: 16px;
}
.journal_content .block3 .text1 p {
  padding-top: 5px;
}
.journal_content .block3 .text1 a {
  background: transparent url(../img/link.png) left 25px no-repeat;
  padding: 19px 0 0 20px;
  display: block;
  color: #af0303;
}
.journal_content .block3 .text1 img {
  margin: 20px 0 10px 0;
}
.journal_content .block4 {
  padding-top: 35px;
  padding-bottom: 145px;
}
.journal_content .block4 h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #000;
  border-bottom: 2px solid #000;
  padding: 0 0 5px 0;
  margin: 0;
}
.journal_content .block4 strong {
  display: block;
  margin: 20px 0 10px 0;
}
.journal_content .block4 img {
  float: left;
}
@media (max-width: 767px) {
  .journal_content .block4 img {
    margin: 0 15px 0 0;
  }
}
.journal_content .block4 .text {
  margin: 0 0 10px 27px;
  float: left;
}
.journal_content .block4 .text strong {
  margin: 0px;
}
@media (max-width: 767px) {
  .journal_content .block4 .text {
    margin: 15px 0 0 0;
  }
}
.journal_content .empfehlung {
  margin: 15px 0 20px 0;
  padding-bottom: 10px;
}
.journal_content .empfehlung img {
  width: 154px;
  height: auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .journal_content .empfehlung img {
    float: left;
  }
}
@media (min-width: 768px) {
  .journal_content .empfehlung .textblock {
    margin-left: 180px;
  }
}
.journal_content .empfehlung .text1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .journal_content .empfehlung .text1 {
    margin-top: 15px;
  }
}
.journal_content .empfehlung .text2 {
  margin: 0 0 10px 0;
  line-height: 22px;
}
.journal_content .empfehlung .preis {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.journal_content .empfehlung p.grundpreis {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 14px;
  line-height: 20px;
}
.journal_content .empfehlung a {
  background: transparent url(../img/link.png) left 3px no-repeat;
  padding: 0 0 0 20px;
  display: block;
  color: #af0303;
  font-size: 16px;
  font-weight: bold;
}
.journal_content .block_preis {
  margin: 20px 0 0 0;
  border: 15px solid #fff;
  font-size: 16px;
  background-color: #fff;
  color: #000;
}
.journal_content .block_preis p {
  font-size: 16px;
  font-weight: bold;
  margin: 2px 0;
}
.journal_content .block_preis p.small,
.journal_content .block_preis p.green1,
.journal_content .block_preis p.green2 {
  font-weight: normal;
}
.journal_content .block_preis .green1,
.journal_content .block_preis .green2 {
  font-weight: semibold;
  color: #7b8a05;
  font-size: 16px;
}
.journal_content .block_preis .green1 span,
.journal_content .block_preis .green2 span {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.journal_content .block_preis .green2 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.journal_content .block_preis .small {
  color: #3c3c3c;
}
.journal_content .block_preis .preis {
  color: #000;
}
.journal_content .block_preis .button {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: semibold;
  letter-spacing: 0.5px;
  padding: 8px 12px;
  background-color: #7b8a05;
  margin-top: 5px;
  width: 100%;
}
.journal_content .block_preis .button a {
  color: #fff;
}
.journal_content .order-now {
  padding: 0 0 30px;
}
.journal_content .order-now img {
  padding: 30px 0 30px;
}
.journal_content .order-now a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: transparent url(../img/link.png) left 3px no-repeat;
  padding: 0 0 0 15px;
  display: block;
  color: #af0303;
  font-weight: bold;
  font-size: 16px;
}
.journal_events .cat a,
.journal_events .cat .a_dummy {
  display: inline-block;
  background: #ccc;
  padding: 6px 14px 6px 14px;
  color: #fff;
  margin: 8px 8px 20px 0px;
}
.journal_events .cat a.active,
.journal_events .cat .a_dummy.active {
  background: #af0303;
}
.journal_events .cat .a_dummy {
  background: #aaa;
  width: 90px;
}
.journal_ads .cat a,
.journal_ads .cat .a_dummy {
  display: inline-block;
  background: #ccc;
  padding: 6px 14px 6px 14px;
  color: #fff;
  margin: 8px 8px 5px 0px;
}
.journal_ads .cat a.active,
.journal_ads .cat .a_dummy.active {
  background: #af0303;
}
.journal_ads .cat .a_dummy {
  background: #aaa;
  width: 90px;
}
.journal_ads .cat .a_all {
  width: 90px;
}
.journal_ads .cat .a_info {
  padding: 6px 14px 6px 14px;
}
.journal_ads h4 {
  padding-bottom: 10px;
}
.journal_ads .preis {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0 0 0;
}
.journal_ads .text2 {
  padding: 10px 0 10px 0;
}
.tpl_adm_small_ads .radio,
.tpl_adm_small_ads .checkbox {
  display: inline-block;
}
.tpl_adm_small_ads .label {
  color: #333;
}
.journal_reseller {
  padding-bottom: 145px;
}
.journal_reseller .filter {
  margin-top: 20px;
}
.journal_reseller .filter select {
  width: 49%;
  float: left;
  padding: 7px 10px 7px 10px;
}
.journal_reseller .filter input[type=text] {
  width: 49%;
  float: right;
}
.journal_reseller .filter button {
  margin-top: 10px;
  width: 100%;
  display: block;
}
.journal_reseller .widget p {
  margin-top: 25px;
}
.journal_reseller .widget p.small {
  font-size: 14px;
  line-height: 16px;
}
.journal_reseller .widget img {
  float: right;
}
@media (max-width: 767px) {
  .journal_reseller .widget img {
    padding-top: 34px;
  }
}
.journal_reseller .text {
  margin-right: 180px;
}
.journal_reseller a.link {
  background: transparent url(../img/link.png) left 2px no-repeat;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  color: #af0303;
}
.journal_reseller a.link.active,
.journal_reseller a.link:hover,
.journal_reseller a.link:active {
  text-decoration: none;
}
.journal_standard a {
  background: transparent url(../img/link.png) left 6px no-repeat;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  color: #af0303;
}
.journal_standard a.active,
.journal_standard a:hover,
.journal_standard a:active {
  text-decoration: none;
}
.journal_abo {
  padding-bottom: 145px;
  overflow: hidden;
}
.journal_abo h3.t2 {
  font-size: 25px;
  line-height: 27px;
}
.journal_abo .item_abo {
  margin-top: 20px;
  position: relative;
}
.journal_abo .item_abo .inner {
  background: #fff;
  padding: 15px 15px 15px 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .journal_abo .item_abo .inner {
    height: 540px;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journal_abo .item_abo .inner {
    height: 590px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journal_abo .item_abo .inner {
    height: 540px;
    overflow: hidden;
  }
}
.journal_abo .item_abo .text {
  margin-top: 25px;
  text-align: left;
}
.journal_abo .item_abo .text p {
  font-size: 14px;
  line-height: 20px;
}
.journal_abo .item_abo .image {
  width: 100%;
}
.journal_abo .item_abo .image .image_inner {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: central;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
.journal_abo .item_abo .image img {
  max-width: 100%;
}
.journal_abo .item_abo .title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #af0303;
  text-align: left;
  height: 40px;
  margin: 0 0 15px 0;
  overflow: hidden;
}
.journal_abo .abo_content {
  margin-top: 100px;
}
.journal_abo .abo-pic {
  width: 200px;
  height: auto;
}
.journal_abo .abo-info,
.journal_abo .abo-info p {
  font-size: 16px;
  padding: 30px 30px 0 0;
}
.journal_abo .abo_present {
  margin: 15px 0 0 0;
}
.journal_abo .abo_message {
  margin: 30px 0 0 0;
}
.journal_abo .abo_message textarea {
  width: 100%;
}
.journal_abo .abo_buttons {
  background-color: #fff;
  margin: 10px 0 10px 0;
}
.journal_abo .abo_link {
  display: inline-block;
  background: transparent url(../img/link.png) 4px 11px no-repeat;
  padding: 5px 20px 5px 20px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3c3c3c;
}
.journal_abo .abo_link.active {
  background: #7b8a05 url(../img/link-weiss.png) 4px 11px no-repeat;
  color: #fff;
}
.journal_abo .button {
  width: 100%;
  margin-top: 30px;
}
.journal_list {
  padding-bottom: 145px;
}
.journal_item {
  margin-top: 20px;
}
.journal_item .inner {
  background: #fff;
  padding: 10px 15px 15px 15px;
  border-top: 2px solid #e4dfdb;
}
.journal_item h3 {
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  color: #af0303;
  padding-top: 2px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .journal_item h3 {
    height: 40px;
    overflow: hidden;
  }
}
.journal_item img {
  height: auto;
  margin: 15px 0 15px 0;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .journal_item img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .journal_item img {
    max-width: 100%;
  }
}
.journal_item .button {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.journal_item .button.detail {
  background: #e4dfdb url(../img/link.png) 11px 14px no-repeat;
  padding: 11px 11px 11px 26px;
  color: #af0303;
  font-weight: 600;
}
.journal_item .button.bestellen {
  padding: 11px;
  background: #7b8a05;
  color: #fff;
}
.journal_item img.inactive {
  opacity: 0.5;
}
.journal_item .inactive {
  color: #808080;
}
.journal_item .inactive .button.bestellen {
  background: #808080;
}
.journal_item p {
  padding-bottom: 5px;
  margin: 0px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .journal_item p {
    font-size: 12px;
  }
}
.journal_item p.preis {
  font-size: 22px;
  font-weight: bold;
}
.journal_item p.preis .preis-alt {
  float: right;
  font-weight: normal;
  text-decoration: line-through;
}
.journal_item p.small {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 2px;
}
.inactive {
  color: #808080;
}
.inactive .button.bestellen {
  background: #808080;
}
.shop_item {
  margin-top: 20px;
}
.shop_item .inner {
  background: #fff;
  padding: 10px 0 15px 0;
  border-top: 2px solid #e4dfdb;
  position: relative;
}
.shop_item .inner1 {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .shop_item .inner1 {
    height: 435px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop_item .inner1 {
    height: 390px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop_item .inner1 {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .shop_item .inner1 {
    height: auto;
  }
}
.shop_item.bonus .inner1 {
  height: 260px;
  margin-bottom: 10px;
}
.shop_item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 0px 15px 0 15px;
  margin-top: 5px;
  margin-bottom: 0px;
  height: 56px;
  line-height: 24px;
  overflow: hidden;
}
.shop_item .inner_img {
  padding: 3px 15px 0 15px;
  width: 100%;
  overflow: hidden;
}
.shop_item .inner_img .image_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: visible;
}
@media (min-width: 1200px) {
  .shop_item .inner_img .image_inner {
    height: 245px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop_item .inner_img .image_inner {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop_item .inner_img .image_inner {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .shop_item .inner_img .image_inner {
    height: 255px;
  }
}
.shop_item .inner_img img {
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .shop_item .inner_img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .shop_item .inner_img img {
    height: 245px;
  }
}
@media (min-width: 1200px) {
  .shop_item .inner_img.inner_img_startseite img {
    max-height: 233px;
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop_item .inner_img.inner_img_startseite img {
    max-height: 183px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop_item .inner_img.inner_img_startseite img {
    max-height: 128px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .shop_item .inner_img .image_inner.no_list_image img {
    max-height: 233px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop_item .inner_img .image_inner.no_list_image img {
    max-height: 183px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop_item .inner_img .image_inner.no_list_image img {
    max-height: 230px;
  }
}
@media (max-width: 767px) {
  .shop_item .inner_img .image_inner.no_list_image img {
    max-height: 285px;
  }
}
.shop_item img {
  max-width: 100%;
  margin: 0 0 15px 0;
}
.shop_item .button {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
.shop_item .button.home {
  border-left: none;
  border-right: none;
  border-top: 1px solid #000;
}
.shop_item .button.detail {
  width: 100%;
  background: #e4dfdb url(../img/link.png) 11px 14px no-repeat;
  padding: 11px 11px 11px 26px;
  color: #af0303;
  position: absolute;
  left: 0px;
  bottom: 14px;
  font-weight: 600;
}
.shop_item .button.detail.home {
  bottom: 0px;
}
.shop_item .button.bestellen {
  padding: 8px 11px;
  background: #7b8a05;
  color: #fff;
}
.shop_item .inactive {
  color: #808080;
}
.shop_item .inactive .button.bestellen {
  background: #808080;
}
.shop_item p {
  padding: 0 15px 5px 15px;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
}
.shop_item p.desc {
  height: 62px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .shop_item p.desc {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .shop_item p.desc {
    margin-bottom: 10px;
  }
}
.shop_item p.preis {
  font-size: 18px;
  font-weight: bold;
}
.shop_item p.preis .preis-alt {
  float: right;
  font-weight: normal;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .shop_item p.preis {
    margin-bottom: 7px;
  }
}
.shop_item p.grundpreis {
  font-size: 14px;
  line-height: 20px;
}
.shop_item p.small {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 2px;
}
.shop_item.jsFilterHide {
  display: none;
}
.right_links {
  margin-top: 20px;
}
.right_links .inner {
  background: #fff;
  padding: 10px 15px 15px 15px;
  border-top: 2px solid #e4dfdb;
}
.right_links .titel1 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #3c3c3c;
  padding-top: 5px;
}
.right_links .titel2 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #7b8a05;
  padding-top: 5px;
  font-size: 16px;
}
.right_links ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.right_links ul li {
  line-height: 22px;
  list-style: none;
  margin-bottom: 5px;
}
.right_links ul.links a {
  background: transparent url(../img/link.png) left 6px no-repeat;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  color: #3c3c3c;
}
.right_links ul.links a.active,
.right_links ul.links a:hover {
  color: #af0303;
  text-decoration: none;
  font-weight: bold;
}
.right_links ul.basket {
  font-size: 16px;
}
.right_links ul.basket span.titel {
  display: block;
  float: left;
  width: 70%;
}
.right_links ul.basket span.artikel {
  display: block;
  float: left;
  margin-right: 60px;
}
.right_links ul.basket span.preis {
  display: block;
  float: right;
  text-align: right;
  width: 29%;
}
.right_links .button {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.right_links .button.bestellen {
  padding: 8px 11px;
  background: #7b8a05;
  color: #fff;
}
.table_title {
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #af0303;
  margin: 22px 0 6px 0;
}
@media (min-width: 768px) {
  .table_title .col3 {
    padding-left: 14px;
  }
}
.table_row {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.25em;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px dotted #000;
}
.table_row h4 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}
.table_row .col1 .brand {
  font-size: 16px;
  color: #af0303;
}
@media (min-width: 768px) {
  .table_row .col3 {
    padding: 0 14px 0 14px;
  }
}
.table_row .col3 a.organizer {
  display: block;
  background: #af0303;
  padding: 6px -14px 6px -14px;
  color: #fff;
  margin-bottom: 8px;
}
.table_row span,
.table_row a {
  display: inline-block;
}
.table_row a {
  color: #af0303;
}
.table_row a.button {
  color: #fff;
}
.table_row.row1,
.table_row.row2 {
  background-color: #eae6e3;
}
.table_row.row1:hover,
.table_row.row2:hover {
  background-color: #e4dfdb;
}
.table_row a.organizer {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  background: #af0303;
  padding: 6px 14px 6px 14px;
  color: #fff;
  margin: 0 14px 8px -14px;
}
.event_list .table_row h4 {
  font-size: 27px;
  line-height: 30px;
  font-weight: bold;
  color: #af0303;
  margin-bottom: 8px;
  text-transform: none;
}
.event_list .table_row a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px;
  border: none;
  background: #af0303;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}
.event_list .table_row a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.event_list .table_row a.bestellen {
  padding: 11px;
  background: #7b8a05;
  color: #fff;
}
.event_list .table_row a.order-delete {
  text-transform: none;
  display: block;
  width: 100%;
  background: #7b8a05;
  color: #fff;
  padding: 3px 0px 3px 0px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.event_list .table_row a a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .event_list .bild {
    margin-bottom: 20px;
  }
}
.standard_content {
  padding-top: 75px;
  padding-bottom: 145px;
  position: relative;
}
.standard_content h2 {
  margin: 40px 0 20px 0;
  line-height: 1.1em;
}
.standard_content h2:first-child {
  margin-top: 20px;
}
.standard_content img {
  text-align: left;
  max-width: 100%;
  height: auto;
}
.standard_content a {
  display: inline-block;
  background: transparent url(../img/link.png) left 25px no-repeat;
  padding: 19px 0 0 20px;
}
.standard_content ul.links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.standard_content ul.links li {
  margin: 0px;
  padding: 0 0 10px 0;
}
.standard_content ul.links li a {
  background: transparent url(../img/link.png) left 4px no-repeat;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 0 0 0 20px;
  text-decoration: none;
}
.standard_content ul.links li a.active,
.standard_content ul.links li a:hover,
.standard_content ul.links li a:active {
  color: #af0303;
  text-decoration: none;
}
.shop_detail .article_cover {
  border: 15px solid #fff;
  -webkit-box-shadow: 10px 10px 5px 0px #ccc;
  -moz-box-shadow: 10px 10px 5px 0px #ccc;
  box-shadow: 10px 10px 5px 0px #ccc;
}
.shop_detail .thumb {
  border: 3px solid #fff;
}
@media (min-width: 1200px) {
  .shop_detail .thumb {
    margin: 0 6px 6px 0;
  }
  .shop_detail .thumb.i4,
  .shop_detail .thumb.i8,
  .shop_detail .thumb.i12 {
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop_detail .thumb {
    margin: 0 17px 17px 0;
  }
  .shop_detail .thumb.i3,
  .shop_detail .thumb.i6,
  .shop_detail .thumb.i9 {
    margin-right: 0px;
    margin-left: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop_detail .thumb {
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .shop_detail .thumb {
    margin: 0 15px 15px 0;
  }
}
.shop_detail a.textlink {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  background: transparent url(../img/link.png) left 22px no-repeat;
  padding: 19px 0 0 20px;
}
.shop_detail .price {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}
.shop_detail .preis-alt {
  font-weight: normal;
  text-decoration: line-through;
}
.shop_detail #product-detail-description h2 {
  margin-bottom: 10px;
}
.footer1 {
  padding-top: 88px;
  padding-bottom: 80px;
  background-color: #fff;
}
.footer1 .titel {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.footer1 p {
  color: #000;
}
@media (min-width: 1200px) {
  .footer1 p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer1 p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer1 p {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .footer1 p {
    font-size: 16px;
    line-height: 22px;
  }
}
.footer1 p a {
  color: #af0303;
}
.footer1 p a:hover {
  color: #3c3c3c;
}
.footer1 p.small {
  color: #3c3c3c;
}
@media (min-width: 1200px) {
  .footer1 p.small {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer1 p.small {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer1 p.small {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .footer1 p.small {
    font-size: 14px;
    line-height: 16px;
  }
}
.footer1 ul {
  margin: 0;
  padding: 0;
}
.footer1 li {
  padding: 0;
  list-style: none;
  float: left;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .footer1 li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer1 li {
    width: 50%;
  }
}
.footer1 li.item1 a {
  display: inline-block;
}
@media (min-width: 768px) {
  .footer1 li.item1 a {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .footer1 li.item1 a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.footer1 li.item2 a,
.footer1 li.item3 a {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.footer1 li.item4 a {
  display: inline-block;
}
@media (min-width: 768px) {
  .footer1 li.item4 a {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .footer1 li.item4 a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.footer1 li img {
  width: 100%;
  height: auto;
}
.footer1 .text {
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  line-height: 33px;
}
.footer1 .text a {
  color: #af0303;
  text-transform: uppercase;
}
.footer1 .footer_magazine {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .footer1 .footer-right {
    margin-top: 20px;
  }
}
.footer2 {
  border-top: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
}
.footer2 .inner {
  background-color: #af0303;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 84px;
}
.footer2 .logo {
  width: 84px;
  height: 84px;
  background-color: #3c3c3c;
  float: left;
  text-align: center;
}
.footer2 .link2 {
  line-height: 84px;
  display: inline-block;
  margin-left: 18px;
}
.footer2 a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.footer2 a:hover {
  color: #3c3c3c;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer2 a {
    font-size: 14px;
  }
}
.footer2 .footer-menu ul {
  margin: 0;
  padding: 0;
  max-width: 90%;
}
@media (min-width: 992px) {
  .footer2 .footer-menu ul {
    float: right;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .footer2 .footer-menu ul {
    margin: 120px 0 60px 0;
  }
}
.footer2 .footer-menu li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 0 0 18px;
}
@media (min-width: 992px) {
  .footer2 .footer-menu li {
    line-height: 84px;
  }
}
@media (max-width: 991px) {
  .footer2 .footer-menu li {
    text-align: left;
    width: 100%;
    line-height: 28px;
  }
  .footer2 .footer-menu li a,
  .footer2 .footer-menu li a:active {
    color: #000;
  }
}
.footer2 .footer-menu span {
  display: none;
}
.form select {
  padding: 8px 10px 7px 10px;
}
.form .label,
.form label {
  color: #000;
  float: left;
}
@media (min-width: 768px) {
  .form .label,
  .form label {
    height: 50px;
    line-height: 50px;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .form .label,
  .form label {
    width: 100%;
    text-align: left;
    height: 25px;
    line-height: 25px;
  }
}
.form .form-input {
  width: 75%;
  float: right;
  height: 50px;
}
@media (max-width: 767px) {
  .form .form-input {
    width: 100%;
  }
}
.form .form-input input.adr1 {
  width: 78%;
  float: left;
}
.form .form-input input.adr2 {
  width: 20%;
  float: right;
}
.form .form-input input.plz {
  width: 30%;
  float: left;
}
.form .form-input input.location {
  width: 68%;
  float: right;
}
.form .infotext {
  font-size: 14px;
  line-height: 1.2em;
  padding: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .form .infotext {
    margin-left: 25%;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .form .infotext {
    width: 100%;
    text-align: left;
  }
}
.form .form-textarea {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form .form-textarea {
    margin-left: 25%;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .form .form-textarea {
    width: 100%;
    text-align: left;
  }
}
.form .form-textarea textarea {
  width: 100%;
}
@media (min-width: 768px) {
  .form .form-radio-block {
    margin-left: 25%;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .form .form-radio-block {
    width: 100%;
    text-align: left;
  }
}
.form .form-radio {
  text-align: left;
}
.form .form-radio input[type=checkbox],
.form .form-radio input[type=radio] {
  display: inline-block;
}
.form .form-radio span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 0 0 10px 2px;
}
.form .live-css-hidden {
  display: none;
}
.form div.error,
.form table tr.error {
  background: none !important;
  border: none !important;
}
.form .error span {
  color: #af0303;
}
input.error,
select.error {
  border: 2px solid #af0303;
}
p.error-agb {
  background-color: #fedcdc;
}
.searchbox {
  height: 40px;
  width: 100%;
}
.lightbox {
  background-color: #333;
  position: fixed;
  top: 100px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.bottom145 {
  padding-bottom: 145px;
}
.order form {
  padding-top: 15px;
}
.order form.white {
  background: #fff;
}
.order form .wrap-payment-data-full {
  width: 100%;
  padding: 15px;
  float: right;
}
.order form .full {
  width: 100%;
}
.order form textarea {
  width: 100%;
}
.order form p.label,
.order form .label,
.order form label {
  color: #000;
  float: left;
}
@media (min-width: 768px) {
  .order form p.label,
  .order form .label,
  .order form label {
    height: 50px;
    line-height: 50px;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .order form p.label,
  .order form .label,
  .order form label {
    width: 100%;
    text-align: left;
    height: 25px;
    line-height: 25px;
  }
}
.order form p.form-input,
.order form .wrap-form-input {
  width: 75%;
  float: right;
  height: 50px;
}
@media (max-width: 767px) {
  .order form p.form-input,
  .order form .wrap-form-input {
    width: 100%;
  }
}
.order form p.form-input input.adr1,
.order form .wrap-form-input input.adr1 {
  width: 78%;
  float: left;
}
.order form p.form-input input.adr2,
.order form .wrap-form-input input.adr2 {
  width: 20%;
  float: right;
}
.order form p.form-input input.plz,
.order form .wrap-form-input input.plz {
  width: 30%;
  float: left;
}
.order form p.form-input input.location,
.order form .wrap-form-input input.location {
  width: 68%;
  float: right;
}
.order form .wrap-checkbox {
  width: 100%;
  height: 50px;
  color: #000;
  padding: 20px 0 0 0;
}
.order form .payment .wrap-radio input {
  width: 5%;
  float: left;
  text-align: left;
  height: 30px;
}
.order form .payment .wrap-radio .text {
  width: 94%;
  float: right;
  padding-left: 15px;
  padding-top: 8px;
}
.order form .payment .wrap-radio .image {
  width: 94%;
  float: right;
  padding-left: 15px;
}
.order form .payment .payment-1 {
  width: 100%;
  margin: 10px 0 20px 0;
}
.order form .table-total {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.25em;
}
.order form .table-total .small {
  text-transform: none;
  font-weight: normal;
}
.order form .agb {
  width: 30px;
  float: left;
  margin-bottom: 5px;
}
.order form .agb-text {
  padding-left: 30px;
  margin-bottom: 5px;
}
.order form .agb-text a {
  color: #af0303;
}
.order h3 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1.25em;
  color: #7b8a05;
  border-bottom: 2px solid #7b8a05;
}
.order h4 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0;
  padding: 15px 0 5px 0;
  line-height: 1.25em;
  font-weight: normal;
}
.order p {
  padding-top: 8px;
}
.order p.form-input-text {
  line-height: 1.3em;
}
.basket-table-part {
  background: #fff;
  margin-top: 25px;
  padding: 15px;
}
.basket-table-part input#discount {
  width: 60%;
  display: inline-block;
  padding: 3px 10px 3px 10px;
  margin-left: 10px;
}
.basket-table-part.no-margin {
  margin-top: 0;
}
.basket-table-part p {
  margin: 0px;
  padding: 0px;
}
.basket-table-part .t_title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #7b8a05;
  border-bottom: 2px solid #7b8a05;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.basket-table-part .t_item_row {
  padding-bottom: 5px;
  border-bottom: 1px dotted #7b8a05;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .basket-table-part .t_item_row {
    margin-top: 35px;
  }
}
.basket-table-part .t_item_row.discount {
  padding-bottom: 20px;
}
.basket-table-part .t_cell_top {
  float: left;
}
@media (max-width: 767px) {
  .basket-table-part .t_cell_top {
    display: none;
  }
}
.basket-table-part .t_cell,
.basket-table-part .t_cell_top {
  float: left;
  font-weight: bold;
}
@media (min-width: 768px) {
  .basket-table-part .t_cell.col1,
  .basket-table-part .t_cell_top.col1 {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .basket-table-part .t_cell.col1,
  .basket-table-part .t_cell_top.col1 {
    width: 100%;
  }
  .basket-table-part .t_cell.col1 img,
  .basket-table-part .t_cell_top.col1 img {
    max-height: 120px;
  }
}
.basket-table-part .t_cell.col2,
.basket-table-part .t_cell_top.col2 {
  padding-top: 3px;
}
@media (min-width: 768px) {
  .basket-table-part .t_cell.col2,
  .basket-table-part .t_cell_top.col2 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .basket-table-part .t_cell.col2,
  .basket-table-part .t_cell_top.col2 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.basket-table-part .t_cell.col3,
.basket-table-part .t_cell_top.col3 {
  width: 4%;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .basket-table-part .t_cell.col3 .show-xs,
  .basket-table-part .t_cell_top.col3 .show-xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .basket-table-part .t_cell.col3,
  .basket-table-part .t_cell_top.col3 {
    width: 30%;
  }
  .basket-table-part .t_cell.col3 .show-xs,
  .basket-table-part .t_cell_top.col3 .show-xs {
    display: inline-block;
  }
}
.basket-table-part .t_cell.col4,
.basket-table-part .t_cell_top.col4 {
  width: 7%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .basket-table-part .t_cell.col4 a,
  .basket-table-part .t_cell_top.col4 a {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .basket-table-part .t_cell.col4,
  .basket-table-part .t_cell_top.col4 {
    width: 70%;
    text-align: right;
  }
}
.basket-table-part .t_cell.col5 a,
.basket-table-part .t_cell_top.col5 a {
  display: block;
  width: 100%;
  background: #7b8a05;
  color: #fff;
  padding: 3px 15px 3px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .basket-table-part .t_cell.col5,
  .basket-table-part .t_cell_top.col5 {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .basket-table-part .t_cell.col5,
  .basket-table-part .t_cell_top.col5 {
    margin-top: 15px;
    margin-left: 50%;
    width: 50%;
  }
}
.basket-table-part .t_cell.col6,
.basket-table-part .t_cell_top.col6,
.basket-table-part .t_cell.col7,
.basket-table-part .t_cell_top.col7 {
  width: 11%;
  padding-top: 3px;
  text-align: right;
}
@media (max-width: 767px) {
  .basket-table-part .t_cell.col6,
  .basket-table-part .t_cell_top.col6,
  .basket-table-part .t_cell.col7,
  .basket-table-part .t_cell_top.col7 {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  .basket-table-part .t_cell.col6 .info-xs,
  .basket-table-part .t_cell_top.col6 .info-xs,
  .basket-table-part .t_cell.col7 .info-xs,
  .basket-table-part .t_cell_top.col7 .info-xs {
    float: left;
    display: inline-block;
  }
}
.basket-table-part .t_cell.col7,
.basket-table-part .t_cell_top.col7 {
  float: right;
}
.basket-table-part .t_cell.col1x,
.basket-table-part .t_cell_top.col1x {
  width: 60%;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .basket-table-part .t_cell.col1x,
  .basket-table-part .t_cell_top.col1x {
    width: 100%;
  }
}
.basket-table-part .t_cell.col2x,
.basket-table-part .t_cell_top.col2x {
  width: 40%;
  padding-top: 3px;
  text-align: right;
}
@media (max-width: 767px) {
  .basket-table-part .t_cell.col2x,
  .basket-table-part .t_cell_top.col2x {
    width: 100%;
    text-align: left;
    padding: 5px 0 15px 0;
  }
}
.basket-table-part .t_cell a.less,
.basket-table-part .t_cell_top a.less,
.basket-table-part .t_cell a.more,
.basket-table-part .t_cell_top a.more {
  display: inline-block;
  width: 25px;
  text-align: center;
  background: #7b8a05;
  color: #fff;
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
}
.basket-table-part .t_cell span,
.basket-table-part .t_cell_top span {
  font-weight: normal;
  font-size: 16px;
}
.basket-table-part .t_cell_space {
  width: 100%;
  height: 20px;
}
.basket-table-part .t_cell_border {
  width: 100%;
  border-top: 1px dotted #e4dfdb;
  padding-top: 10px;
  margin-top: 15px;
}
.basket-table-part .t_cell_border_bottom {
  width: 100%;
  border-top: 3px solid #e4dfdb;
  padding-top: 10px;
  margin-top: 15px;
}
.basket-table-part .button {
  background-color: #7b8a05;
}
.basket-table-part .t3 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #7b8a05;
  border-bottom: 2px solid #7b8a05;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.white_box {
  background: #fff;
  padding: 30px 15px 30px 15px;
}
.white_box.amazon #addressBookWidgetDiv {
  width: 400px;
  height: 240px;
  display: inline-block;
}
.white_box.amazon #walletWidgetDiv {
  width: 400px;
  height: 240px;
  display: inline-block;
}
.white_box.amazon .button {
  background-color: #7b8a05;
  margin-top: 25px;
}
/* PAGER */
.pager {
  padding: 10px 0 0px;
  line-height: 1.25em;
  text-align: center;
}
.pager a {
  display: inline-block;
  padding: 0 5px 0 5px;
}
.pager .current a {
  font-weight: bold;
}
/* Tooltip */
.tooltip.in {
  opacity: 1;
}
.tooltip > .tooltip-inner {
  background-color: #ccc;
  opacity: 1;
  color: #333;
  padding: 15px;
  font-size: 16px;
  max-width: 400px;
}
/* Tooltip on top */
/* Tooltip on bottom */
/* Tooltip on left */
/* Tooltip on right */
.lieferinfo p {
  padding-bottom: 5px;
  color: #af0303;
}
body .admin_date_link a {
  display: inline-block;
  margin-right: 20px;
  background: #ccc;
}
.advert {
  padding: 20px;
  border-top: 3px solid #fff;
}
.advert.line1 {
  background-color: #d4d1ce;
}
input.cx_check_notice,
select.cx_check_notice,
.cx_check_notice {
  background-color: #ffe4e4;
}
.tpl_journal_start .block3 strong {
  display: inline;
}
#user-login {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 25px 0 25px;
}
/*# sourceMappingURL=style.css.map */