@charset "UTF-8";
/*
    Created on : 04.07.2018, 08:16:08
    Author     : ivo
*/
@media (max-width: 850px) {
  #header .page-header-container .logo-bar .logo {
    width: 340px;
    height: 61px; } }
@media (max-width: 767px) {
  #header .page-header-container .logo-bar .logo {
    width: 182px;
    height: 34px; } }
#header .page-header-container .logo-bar .logo-bar-right .skip-link {
  min-width: 390px; }
  @media (max-width: 767px) {
    #header .page-header-container .logo-bar .logo-bar-right .skip-link {
      min-width: 0; } }

.newsletter-anmeldung h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 50px; }
  .newsletter-anmeldung h1 span {
    display: block;
    text-transform: none; }
  .newsletter-anmeldung h1:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    border-bottom: 2px solid #000;
    bottom: 17px;
    left: 0; }
  .newsletter-anmeldung h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(../images/Gruppe-6.png) center center no-repeat; }
.newsletter-anmeldung .row > div:nth-child(even) {
  text-align: right; }
  @media (max-width: 767px) {
    .newsletter-anmeldung .row > div:nth-child(even) {
      text-align: center; } }
.newsletter-anmeldung form {
  margin-bottom: 50px; }
  .newsletter-anmeldung form label {
    font-size: 1rem; }
  .newsletter-anmeldung form .cr_ipe_item:after {
    display: block;
    content: "";
    float: none;
    clear: both; }
  .newsletter-anmeldung form .cr_ipe_item > div:after {
    display: block;
    content: "";
    float: none;
    clear: both; }
  .newsletter-anmeldung form .cr_ipe_item > div label {
    display: inline-block;
    float: right;
    width: calc(100% - 20px);
    margin: 0 0 20px; }
  .newsletter-anmeldung form .cr_ipe_item > div input {
    float: left;
    display: block;
    margin-top: 5px; }
  .newsletter-anmeldung form .cr_ipe_item button {
    display: block;
    float: right;
    background: #79AA3C;
    color: #fff;
    cursor: pointer;
    width: 33%;
    min-width: 375px;
    line-height: 2.5; }
    @media (max-width: 400px) {
      .newsletter-anmeldung form .cr_ipe_item button {
        width: 100%;
        min-width: 0; } }
.newsletter-anmeldung ol {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .newsletter-anmeldung ol li {
    padding: 0;
    line-height: 30px;
    margin-bottom: 10px; }
    .newsletter-anmeldung ol li:before {
      display: inline-block;
      float: left;
      content: "";
      width: 30px;
      height: 30px;
      line-height: 30px;
      border: 2px solid #79AA3C;
      color: #79AA3C;
      border-radius: 50%;
      margin-right: 10px;
      text-align: center; }
    .newsletter-anmeldung ol li.one:before {
      content: "1"; }
    .newsletter-anmeldung ol li.two:before {
      content: "2"; }
    .newsletter-anmeldung ol li.three:before {
      content: "3"; }
.newsletter-anmeldung .code-btn {
  display: block;
  background: #79AA3C;
  color: #fff;
  width: 33%;
  min-width: 375px;
  line-height: 2.5;
  text-align: center;
  border-radius: 10px; }
  @media (max-width: 400px) {
    .newsletter-anmeldung .code-btn {
      width: 100%;
      min-width: 0; } }

.paypal-express-review .page-title h1 {
  font-size: 1.5rem; }
.paypal-express-review .main h3 {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
.paypal-express-review .buttons-set-order .review_button {
  opacity: 1 !important;
  background: #629526;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  position: relative; }
  .paypal-express-review .buttons-set-order .review_button.no-checkout:after {
    content: "Wählen Sie eine Versandart";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: block;
    background: #94949B;
    line-height: 38px; }
  .paypal-express-review .buttons-set-order .review_button.no-checkout.shipment-selected:after {
    display: none; }
.paypal-express-review .shipping_method .callout {
  background: #CBCBCB; }

.cart .checkout-types.top .paypal-logo {
  display: block; }

.cart .checkout-types.bottom .paypal-logo img {
  margin-top: 0px; }

.cart .checkout-types {
  width: 100%; }
  .cart .checkout-types li {
    width: 25%;
    float: right;
    padding: 0 1%; }
    @media (max-width: 1100px) {
      .cart .checkout-types li {
        width: 50%; } }
    @media (max-width: 639px) {
      .cart .checkout-types li {
        width: 100%; } }
    .cart .checkout-types li p.paypal-logo {
      margin-bottom: -5px; }
      .cart .checkout-types li p.paypal-logo .paypal-express-checkout-btn {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 1rem 0;
        font-family: inherit;
        padding: 0.75em 135px 0.75em 1em;
        -webkit-appearance: none;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: background-color 0.25s ease-out,color 0.25s ease-out;
        font-size: 0.9rem;
        line-height: 1;
        text-align: right;
        cursor: pointer;
        background: #FBB649 url(../images/paypal.svg) right 20px center no-repeat;
        background-size: 110px auto;
        text-decoration: none;
        height: 37.59px; }
        .cart .checkout-types li p.paypal-logo .paypal-express-checkout-btn:hover {
          background-color: rgba(251, 182, 73, 0.8); }
        @media (max-width: 1100px) {
          .cart .checkout-types li p.paypal-logo .paypal-express-checkout-btn {
            padding: 0.75em 180px 0.75em 1em;
            background-position: right 60px center; } }
        @media (max-width: 639px) {
          .cart .checkout-types li p.paypal-logo .paypal-express-checkout-btn {
            margin-top: 10px; } }

.countdown {
  min-height: 107px;
  display: none; }
  .countdown p.ornament {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 50px;
    line-height: 1.2;
    font-size: 2.5rem;
    display: none; }
    @media (max-width: 767px) {
      .countdown p.ornament {
        font-size: 1.8rem; } }
    .countdown p.ornament span {
      display: inline-block;
      border-radius: 5px;
      background: #81B544;
      color: #fff;
      padding: 0 10px;
      font-weight: bold;
      font-size: 3rem; }
      @media (max-width: 767px) {
        .countdown p.ornament span {
          font-size: 2.5rem; } }
    @media (max-width: 767px) {
      .countdown p.ornament.christmas, .countdown p.ornament.new_year {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .countdown p.ornament.before_christmas, .countdown p.ornament.before_new_year {
        padding-left: calc(50% - 150px);
        padding-right: calc(50% - 150px); } }
    .countdown p.ornament:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      border-bottom: 2px solid #000;
      bottom: 17px;
      left: 0; }
    .countdown p.ornament:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 34px;
      background: url(../images/Gruppe-6.png) center center no-repeat; }

.video_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 640px;
  height: 359px;
  margin: 0 auto; }
  .video_container iframe {
    position: absolute;
    width: 100%;
    height: 100%; }
  @media (max-width: 700px) {
    .video_container {
      height: 0;
      width: 100%;
      max-width: 100%;
      padding-bottom: 56.25%; } }

.apa .loading .section-content {
  /*display: block!important;*/ }

#apa-review .heading {
  position: relative; }
  #apa-review .heading .changelink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 38px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    overflow: hidden;
    text-indent: -1000px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='15' width='15' version='1.1' viewBox='0 0 3.9687499 3.9687497'><g transform='translate(-40.568 -61.822)'><g stroke-width='1.6989' transform='matrix(.20766 0 0 -.20766 42.127 64.712)'><path d='m0 0-2.326 2.323 7.789 7.776 2.325-2.323zm-4.856 1.561 4.102-4.095-3.851-0.964-1.204 1.265zm15.908 8.819-2.981 2.976c-0.724 0.725-1.897 0.738-2.606 0.031-0.001-0.001-0.001-0.002-0.002-0.003v0.001l-10.87-10.852-0.219-0.216-1.882-7.5 7.504 1.88 0.701 0.712 10.384 10.369c0 0.001 0.001 0.001 0.001 0.002 0.708 0.706 0.694 1.877-0.03 2.6' fill='%23666'/></g></g></svg>");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px; }

.payButtonWidget img {
  display: block;
  width: 100%;
  height: 37.59px;
  overflow: hidden;
  padding-left: 100%;
  background: #FBB649 url(../images/icon-amazon-pay.png) center center no-repeat;
  border: 1px solid transparent;
  border-radius: 4px; }

#amazonpayments-checkout-place-order-button {
  width: 100%; }

.amazonpayments-or {
	display: none;
}

#checkout-review-table-wrapper table td:first-child {
  white-space: initial;
  padding-right: 10px; }
.breadcrumbs li { font-size: 0.9rem; }
.breadcrumbs-history-back { margin-top: 0.8ex; }
.breadcrumbs li.home > a::before { vertical-align:  inherit !important; }
#tsbadge4_db8d3657bdbe440c985ae127463eaad4 {left: 0; bottom: 0 !important; width:120px; }

.card.product:nth-of-type(1) {
	border-top: 1px solid #ccc;
}

.is-dropdown-submenu {
	z-index: 2;
}

@media (min-width: 85.375em) {
	#header-nav li.level0.is-active > .category-nav-promo-left,
	#header-nav li.level0.is-active > .category-nav-promo-right {
		z-index: 2;
	}
}

.cliplister-viewer {
        background-color: #fff !important;
}
