#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.schleich-s.com/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.schleich-s.com/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 780px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

.search-autocomplete ul.wyomind-elasticsearch li.title,
.search-autocomplete ul.wyomind-elasticsearch li.title a {
    padding: 6px;
    background-color: #f4f4f4;
    color: #636363;
    text-transform: uppercase;
}

.search-autocomplete ul.wyomind-elasticsearch {
    background-color: #fff;
    border: 1px solid #d5e4eb;
    border-bottom: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li {
    padding: 0;
    border-bottom: 1px solid #d5e4eb;
}

.search-autocomplete ul.wyomind-elasticsearch li .image {
    float: left;
    margin-right: 6px;
    background-color: #fff;
}

.search-autocomplete ul.wyomind-elasticsearch li a {
    display: block;
    padding: 6px;
    text-decoration: none;
}

.search-autocomplete ul.wyomind-elasticsearch li.selected a {
    text-decoration: none;
    background-color: #ecf3f6;
}

.search-autocomplete ul.wyomind-elasticsearch li .price-box {
    margin: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li a .price-box .minimal-price-link {
    padding: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li .clearer {
    clear: both;
}
.show-unity { border: 1px solid #ff0000; }

/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2017 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://www.schleich-s.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://www.schleich-s.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}
/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.schleich-s.com/skin/frontend/hec/default/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*
== jquery thumbnail/image scroller ==
Plugin URI: http://manos.malihu.gr/jquery-thumbnail-scroller/
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. SCROLLING BUTTONS STYLE - buttons size, background, color, positioning etc. 
	3. THUMBNAILS STYLE - basic thumbnails CSS.
	4. THEMES - Scroller colors, dimensions, backgrounds etc. via ready-to-use themes. 
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mThumbnailScroller{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mThumbnailScroller.mTS_no_scroll, .mThumbnailScroller.mTS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

	.mTSWrapper{
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mTSContainer{
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	ul.mTSContainer, ol.mTSContainer{ list-style: none; }

	.mTSThumb, 
	ul.mTSContainer > li img{ vertical-align: bottom; }

	.mTS_vertical .mTSContainer{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.mTS_horizontal .mTSContainer{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. SCROLLING BUTTONS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mTSButton{
		/* button size (if changed, also change the buttons top and left margins below) */
		width: 20px;
		height: 20px;
		line-height: 20px;
		padding: 14px;
		/* ---------- */
		overflow: hidden;
		text-align: center;
		background-color: #000; /* button background */
		color: #fff; /* non-svg button icon color */
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		/* show button effect (fades-in button from zero size) */
		opacity: 1;
		-webkit-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-moz-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-o-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-ms-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		/* ---------- */
	}

	/* buttons positioning */
	
	.mTSButtonDown{
		top: auto;
		bottom: 0;
	}

	.mTSButtonRight{
		left: auto;
		right: 0;
	}

	.mTSButtonUp, 
	.mTSButtonDown{ /* margin is half the button size */
		left: 50%;
		margin-left: -24px;
	}

	.mTSButtonLeft, 
	.mTSButtonRight{ /* margin is half the button size */
		top: 50%;
		margin-top: -24px;
	}

	.mTSButtonIconContainer{
		display: inline-block;
		position: relative;
		width: 100%;
		padding-bottom: 100%;
		overflow: hidden;
	}

	.mTSButtonIcon{ /* SVG icon */
		display: inline-block;
		fill: #fff; /* button icon color */
		position: absolute;
	    top: 0;
	    left: 0;
	}

	.mTSButton.mTS-hidden, 
	.mThumbnailScroller.mTS_no_scroll .mTSButton{
		/* hide button effect (fades-out button to zero size) */
		opacity: 0;
		height: 0;
		width: 0;
		padding: 0;
		-webkit-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-moz-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-o-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-ms-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		/* ---------- */
	}



/* 
------------------------------------------------------------------------------------------------------------------------
3. THUMBNAILS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	/* thumbnail container (default: li) */
	
	.mTS_horizontal .mTSThumbContainer, 
	.mTS_horizontal ul.mTSContainer > li{ float: left; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. THEMES 
------------------------------------------------------------------------------------------------------------------------
*/

	/* theme: "buttons-in" */

	.mTS-buttons-in{
		padding: 14px;
		background-color: #000; 
	}

	.mTS-buttons-in .mTSButtonIcon{ fill: #fff; }

	.mTS-buttons-in .mTSWrapper, 
	.mTS-buttons-in .mTSButton{ background-color: inherit; }

	.mTS-buttons-in .mTSButtonLeft, 
	.mTS-buttons-in .mTSButtonRight{ 
		width: 24px;
		height: 48px;
		padding: 24px 4px 0 4px;
		margin-top: -36px;
	}

	.mTS-buttons-in .mTSButtonUp, 
	.mTS-buttons-in .mTSButtonDown{ 
		width: 24px;
		height: 24px;
		padding: 4px 24px;
		margin-left: -36px; 
	}
	
	.mTS-buttons-in .mTSButton.mTS-hidden{
		height: 0;
		width: 0;
		padding: 0;
	}

	.mTS-buttons-in .mTSButton:not(.mTS-hidden){ opacity: .4; }

	.mTS-buttons-in:hover .mTSButton:not(.mTS-hidden){ opacity: 1; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer{ margin: 14px 0; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 0; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 0; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer{ margin: 0 7px; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 0; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 0; }

	/* ---------------------------------------- */



	/* theme: "buttons-out" */

	.mTS-buttons-out{
		padding: 6px;
		background: #000;
	}

	.mTS-buttons-out .mTSButtonIcon{ fill: #000; }

	.mTS-buttons-out .mTSButton{
		background-color: transparent;
		width: 36px;
		height: 36px;
		line-height: 42px;
		padding: 6px;
	}
	
	.mTS-buttons-out .mTSButton.mTS-hidden{
		height: 0;
		width: 0;
		padding: 0;
	}

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer{ margin: 6px 0; }

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 0; }

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 0; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer{ margin: 0 3px; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 0; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 0; }

	/* ---------------------------------------- */



	/* theme: "hover-full" */

	.mTS-hover-full{
		padding: 8px;
		background: rgba(0,0,0,.2);
	}

	.mTS-hover-full .mTS_vertical .mTSThumbContainer{ margin: 8px 0; }

	.mTS-hover-full .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 40px; }

	.mTS-hover-full .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 40px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer{ margin: 0 4px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 40px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 40px; }

	/* ---------------------------------------- */
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 4px;
    top: 13px;
    background: #e4e4e4;
    border-radius: 5px;
}
.irs-line-left {
    height: 12px;
}
.irs-line-mid {
    height: 12px;
}
.irs-line-right {
    height: 12px;
}

.irs-bar {
    height: 4px;
    top: 25px;
}
.irs-bar-edge {
    top: 25px;
    height: 12px; width: 9px;
}

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 14px;
}
.irs-slider.state_hover, .irs-slider:hover {
}

.irs-min, .irs-max {
    color: #858585;
    font-size: 0.875rem;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
}

.irs-from, .irs-to, .irs-single {
    color: #858585;
    font-size: 0.875rem;
    top: 22px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: 22px;
    left: 50%;
    margin-left: -8px;
    -moz-border-radius:25px;
    border-radius: 25px;
    height: 18px;
    width: 18px;
    border: 1px solid #fff;
    background: #828282;
}

@media only screen and (max-width: 640px){
    .irs-from:after, .irs-to:after, .irs-single:after{
        bottom: 20px;
    }
}

.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}

.subscribe-popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.subscribe-popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    height: auto;
}

.close-subscribe-popup {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-subscribe-popup:hover,
.close-subscribe-popup:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.amxnotif-block label {
    color: #2F2F2F;
    font-weight: bold;
    float:none;
}

.amxnotif-block {
    margin-bottom: 5px;
    clear: both;
}

.amxnotif-block-label {
    cursor: pointer;
}

.amxnotif-block.category button {
    margin-top: 5px;
}

.header-wwf{margin-bottom:50px}.header-wwf .website-switcher{margin-top:6px;font-size:14px}@media only screen and (max-width:680px){.header-wwf{margin-bottom:25px}.header-wwf .website-switcher{margin-bottom:0}}.header-wwf .button--back{background:0 0;margin-bottom:0}.header-wwf .topbar-container{top:0}.wwf{background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/wwf_bg.png) center top no-repeat #518519;min-height:500px}@media only screen and (max-width:480px){.wwf{background-size:cover}}.wwf .startpage_logo_container,.wwf .wwf_logo_container{height:160px;width:504px;background:#FFF;position:relative;margin:15% auto 76px;padding:10px 0}@media only screen and (max-width:768px){.header-wwf .button--back{font-size:12px}.wwf .startpage_logo_container,.wwf .wwf_logo_container{margin:30% auto 76px}}@media only screen and (max-width:680px){.wwf .startpage_logo_container,.wwf .wwf_logo_container{width:319px;height:102px;margin:10% auto 76px}}@media only screen and (max-width:400px){.wwf .startpage_logo_container,.wwf .wwf_logo_container{margin-top:40%}}@media only screen and (max-width:320px){.header-wwf a{font-size:12px}.wwf .startpage_logo_container,.wwf .wwf_logo_container{margin-top:20%}}.wwf .startpage_logo_container:after,.wwf .wwf_logo_container:after{content:' ';height:184px;width:528px;border:9px solid #FFF;position:absolute;top:-12px;left:-12px}@media only screen and (max-width:680px){.wwf .startpage_logo_container:after,.wwf .wwf_logo_container:after{width:335px;top:-8px;left:-8px;border-width:6px;height:118px}}.wwf .startpage_logo_container .wwf_home_menu,.wwf .wwf_logo_container .wwf_home_menu{border-left:1px solid #8d8d8c;padding:45px 10px;line-height:13px;font-size:9px;height:100%;color:#000;font-family:Arial;font-weight:700}.wwf .startpage_logo_container .liana,.wwf .wwf_logo_container .liana{position:absolute;width:auto;z-index:2;top:8px;right:-56px}@media only screen and (max-width:680px){.wwf .startpage_logo_container .wwf_home_menu,.wwf .wwf_logo_container .wwf_home_menu{padding:25px 10px;font-size:7px;line-height:9px}.wwf .startpage_logo_container .liana,.wwf .wwf_logo_container .liana{height:400px;top:8px;right:-40px}}.wwf .wwf-logo{float:left;height:100%;padding:0 10px}.wwf .wwf_home_menu{float:left}.wwf .schleich-startpage-logo{padding-top:37px;border-left:1px solid #8d8d8c;height:100%}@media only screen and (max-width:680px){.wwf .schleich-startpage-logo{padding-top:27px}}.wwf img{width:100%}.wwf .wwf_logo_container{margin:0;height:125px;width:210px;left:9px}@media only screen and (max-width:480px){.wwf .wwf_logo_container{width:166px;height:82px;left:6px}}.wwf .wwf_logo_container:after{content:' ';height:143px;width:228px;border:7px solid #FFF;position:absolute;top:-9px;left:-9px}@media only screen and (max-width:480px){.wwf .wwf_logo_container:after{border:4px solid #FFF;height:94px;width:178px;top:-6px;left:-6px}}.wwf .wwf_logo_container .wwf_logo_menu{padding:28px 10px;border-left:1px solid #8d8d8c;height:100%;color:#000;font-family:Arial;font-size:8px;font-weight:700;line-height:12px;display:block}@media only screen and (max-width:480px){.wwf .wwf_logo_container .wwf_logo_menu{padding:10px 8px;font-size:7px;line-height:10px}}.wwf .wwf_logo_container .wwf-logo{padding:0 5px}.wwf .schleich-mobile-logo{position:absolute;right:0;width:auto;top:-5px;max-width:155px}@media only screen and (max-width:360px){.wwf .schleich-mobile-logo{max-width:120px}}.wwf .next_profile,.wwf .prev_profile{height:66px;width:316px;position:absolute;border:4px solid #FFF;background-color:#4C840C;display:block;margin:0 auto;line-height:60px;color:#FFF;text-transform:uppercase;font-family:'Conduit ITC W01 Regular',sans-serif;letter-spacing:.025em;font-size:16px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.8);z-index:5}.wwf .next_profile:after,.wwf .next_profile:before,.wwf .prev_profile:after,.wwf .prev_profile:before{content:' ';position:absolute}.wwf .next_profile span,.wwf .prev_profile span{display:inline;margin-left:5px}.wwf .prev_profile{border-radius:15px 8px 8px 15px;left:-15px}@media only screen and (max-width:1024px){.wwf .prev_profile{left:0}}@media only screen and (max-width:767px){.wwf .next_profile,.wwf .prev_profile{height:50px;width:159px;line-height:42px;font-size:14px}.wwf .next_profile span,.wwf .prev_profile span{display:none;margin-left:0}.wwf .prev_profile{left:-4px}}.wwf .prev_profile:before{left:-44px;top:2px;border:27px solid transparent;border-right:16px solid #FFF}@media only screen and (max-width:767px){.wwf .prev_profile:before{border:21px solid transparent;border-right:12px solid #FFF;left:-33px;top:0}}.wwf .prev_profile:after{left:-39px;top:2px;border:27px solid transparent;border-right:16px solid #4C840C}@media only screen and (max-width:767px){.wwf .prev_profile:after{border:19px solid transparent;border-right:12px solid #4C840C;left:-27px}}.wwf .next_profile{border-radius:8px 15px 15px 8px;right:-15px}@media only screen and (max-width:1024px){.wwf .next_profile{right:0}}@media only screen and (max-width:767px){.wwf .next_profile{right:-4px}}.wwf .next_profile:before{right:-44px;top:2px;border:27px solid transparent;border-left:16px solid #FFF}@media only screen and (max-width:767px){.wwf .next_profile:before{border:21px solid transparent;border-left:12px solid #FFF;right:-33px;top:0}}.wwf .next_profile:after{right:-39px;top:2px;border:27px solid transparent;border-left:16px solid #4C840C}@media only screen and (max-width:767px){.wwf .next_profile:after{border:19px solid transparent;border-left:12px solid #4C840C;right:-27px}}.wwf input[type=radio]:checked+label::before{border:1px solid #4C840C;margin-left:0}.wwf input[type=radio]:checked+label:after{background-color:#4C840C;top:5px}.wwf input:not([type]),.wwf input[type=color],.wwf input[type=date],.wwf input[type=datetime-local],.wwf input[type=datetime],.wwf input[type=email],.wwf input[type=month],.wwf input[type=number],.wwf input[type=password],.wwf input[type=search],.wwf input[type=tel],.wwf input[type=text],.wwf input[type=time],.wwf input[type=url],.wwf input[type=week],.wwf select,.wwf textarea{height:40px;border:2px solid #C1C1C1;border-radius:8px;background-color:#E7E7E7}.wwf select{background:0 0}.wwf input[type=checkbox]+label:before{border:2px solid #4C840C;padding:0 0 5px 1px;font-size:13px;line-height:11px;color:#4C840C}.wwf .custom.dropdown:after{width:41px;height:41px}.wwf .name-photographer{color:#4A4A4A;font-family:Avenir;font-size:12px;line-height:14px;text-transform:uppercase;margin-top:5px;position:absolute;right:0;bottom:0;margin-bottom:-20px}.wwf .owl-item .item,.wwf .owl-item .item-video{position:relative;height:100%}.wwf .owl-item img{height:100%}.wwf .owl-item .item-video{overflow:visible;box-shadow:0 0 5px 0 rgba(0,0,0,.2);background-color:#FFF;padding:5px}.wwf .owl-carousel{margin-bottom:10px}.wwf .owl-carousel .owl-stage-outer{padding-bottom:20px}.wwf .owl-carousel .owl-stage{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.wwf .owl-carousel .owl-video-tn{padding-bottom:73%}.wwf .owl-carousel .owl-video-wrapper{height:100%;overflow:hidden}.wwf .owl-carousel .owl-video-play-icon{background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/owl.video.play.png) center no-repeat;background-size:77%;left:51%}.wwf .owl-carousel .owl-nav{display:none}.wwf .owl-carousel .owl-nav .owl-next,.wwf .owl-carousel .owl-nav .owl-prev{background-color:#858585;width:20px;height:35px;text-indent:-10000px;background-size:auto;background-repeat:no-repeat;background-position:center center;border-radius:4px;position:absolute;top:45%;box-shadow:0 0 5px 0 rgba(0,0,0,.5)}.wwf .owl-carousel .owl-nav .owl-next.disabled,.wwf .owl-carousel .owl-nav .owl-prev.disabled{background-color:#E5E5E5}.wwf .owl-carousel .owl-prev{left:-8px;background-image:url(https://www.schleich-s.com/skin/frontend/hec/default/images/icon_chevron-left-white.svg)}.wwf .owl-carousel .owl-next{right:-5px;background-image:url(https://www.schleich-s.com/skin/frontend/hec/default/images/icon_chevron-right-white.svg)}.wwf .owl-carousel:hover{z-index:1}.wwf .owl-carousel:hover .owl-nav{display:block}.wwf .owl-carousel.owl-thumb .owl-nav .owl-next,.wwf .owl-carousel.owl-thumb .owl-nav .owl-prev{top:15%}.owl-thumb .owl-item{position:relative}.owl-thumb .owl-item img{transition:all .3s ease;border:1px solid #FFF;opacity:.7;height:100%}@media only screen and (width:1024px){.owl-thumb .owl-item img{padding:4px}}@media only screen and (max-width:768px){.wwf .name-photographer{font-size:10px}.owl-thumb .owl-item img{padding:3px}}.owl-thumb .owl-item .selected img,.owl-thumb .owl-item:hover img{opacity:1;border:1px solid #4C840C}.owl-thumb .owl-item .item-video{padding:inherit;display:block;height:100%}.owl-thumb .owl-item .item-video:before{content:' ';background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/owl.video.play.png) center no-repeat;background-size:70%;cursor:pointer;z-index:1;transition:background-size .2s ease;position:absolute;left:50%;top:50%;width:30px;height:20px;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.owl-thumb .owl-item .item-video:hover:before{background-size:80%}.wwf-container{margin-top:134px}@media only screen and (max-width:1024px){.wwf-container{margin-top:35px}}.wwf-container .button--menu{height:40px;width:60px;border-radius:0 7px 7px 0;background-color:#FFF;color:#858585;box-shadow:0 0 5px 0 rgba(0,0,0,.5);display:block;line-height:40px;padding-left:20px;position:absolute;top:25px;left:-12px}.wwf-container .wwf-menu li.active>a,.wwf-container .wwf-menu li>a{height:61px;font-family:'Conduit ITC W01 Regular',sans-serif;letter-spacing:.025em}.wwf-container .button--menu:before{font-size:19px;left:30px;top:2px}.wwf-container .wwf-content{border-top:7px solid #4C840C;padding:88px 0 0;border-radius:8px;background:#FFF;position:relative;top:68px;min-height:590px;z-index:5}@media only screen and (max-width:767px){.wwf-container{margin:0}.wwf-container .wwf-content{padding-top:20px;border-radius:8px;border-top:0;margin-top:20px}}.wwf-container .wwf-content .row{padding:0 50px}@media only screen and (max-width:767px){.wwf-container .wwf-content .row{padding:0 20px}}.wwf-container .wwf-content .row.buttons-margin{padding:0 12px}.wwf-container .wwf-content .row.buttons-margin .column{padding-bottom:120px;margin-top:-10px;background-color:#E7E7E7}.wwf-container .wwf-content .row.buttons-margin .column:first-child{border-radius:0 0 0 8px}.wwf-container .wwf-content .row.buttons-margin .column:last-child{border-radius:0 0 8px}@media only screen and (max-width:767px){.wwf-container .wwf-content .row.buttons-margin .column{padding-bottom:80px;margin-top:-50px}}.wwf-container .wwf-menu{margin-left:20px}.wwf-container .wwf-menu li{position:relative;z-index:6;top:7px;float:left;margin-right:4px}.wwf-container .wwf-menu li>a{width:inherit;border-radius:8px 8px 0 0;background-color:#4C840C;font-size:18px;position:relative;top:7px;color:#FFF;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.2);display:block;padding:1rem 2rem}.wwf-container .wwf-menu li>a:hover{background-color:#4C840C}.wwf-container .wwf-menu li.active{border:7px solid #4C840C;background:#4C840C;border-bottom:0;border-radius:8px 8px 0 0}.wwf-container .wwf-menu li.active>a{background-color:#FFF;color:#4C840C;font-size:20px;font-weight:700;line-height:25px;text-align:center;top:0;border-radius:4px 4px 0 0}.wwf-container .wwf-menu li.active>a:hover{background:#FFF}.wwf-container .wwf-menu li.wwf-menu__spenden{position:absolute;right:12px;top:6px;margin-right:0}.wwf-container .wwf-menu li.wwf-menu__spenden a{width:235px;height:50px;border-radius:8px;font-size:22px}.wwf-container .wwf-menu__spenden a{color:#FFF;background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/wood.jpg) top center no-repeat;background-size:cover;display:block;font-size:20px;font-family:'Conduit ITC W01 Regular',sans-serif;letter-spacing:.025em;text-shadow:0 1px 2px rgba(0,0,0,.7);box-shadow:0 0 5px 0 rgba(0,0,0,.5);text-transform:uppercase;text-align:center;line-height:1;margin-right:0}.wwf-container .audiences-img,.wwf-gray-background img,.wwf-img-shadow,.wwf-teaser .teaser-img{box-shadow:0 0 5px 0 rgba(0,0,0,.2)}.wwf-container .wwf-menu__spenden.mobile{position:absolute;right:0;top:25px}.wwf-container .wwf-menu__spenden.mobile a{font-size:16px;height:40px;border-radius:8px 0 0 8px;margin:0;line-height:40px;padding:0 20px}.wwf-container .mobilenav-container{color:#858585;font-weight:700}.wwf-container .mobilenav-container .button--close:before{font-size:18px!important}.wwf-container .mobile-nav{text-transform:uppercase}.wwf-container .mobile-nav a{border-bottom:1px solid #E7E7E7}.wwf-container a{color:#4C840C}.wwf-container h1,.wwf-container h2,.wwf-container h3,.wwf-container h4{color:#4C840C;text-transform:uppercase;font-weight:700!important;font-family:"Conduit ITC W01 Regular",sans-serif!important;letter-spacing:.025em}.wwf-container h1{font-size:28px!important}@media only screen and (max-width:767px){.wwf-container h1{font-size:20px!important}}.wwf-container h2{font-size:23px!important}@media only screen and (max-width:767px){.wwf-container h2{font-size:20px!important}.wwf-container h3{font-size:16px!important}}.wwf-container h3{font-size:16px!important;font-family:Avenir,sans-serif!important}.wwf-container h5{color:#653C18;font-size:16px;font-weight:700;line-height:21px;margin-bottom:2px}.wwf-container .wwf-link,.wwf-container .wwf-unit-link{color:#4C840C}@media only screen and (max-width:767px){.wwf-container h5{font-size:14px!important}}.wwf-container small{font-size:70%}.wwf-container .homepage-liane{position:absolute;top:-91px;max-width:100px}@media only screen and (max-width:768px){.wwf-container .wwf-menu li.wwf-menu__spenden a{width:auto}.wwf-container .homepage-liane{display:none}.wwf-container .wwf-unit-link{display:block;margin-bottom:20px}}.wwf-container .wwf-unit-link:before{content:' ';display:inline-block;background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/icon_unit.jpg) center no-repeat #BCD69F;border-radius:20px;height:27px;width:27px;text-align:center;margin-right:10px;margin-bottom:-7px}.wwf-container .wwf-link>p{color:#000}.wwf-container .audiences-img{float:left;margin-right:20px;margin-bottom:20px;background-color:#FFF;padding:5px;height:100px;width:100px}.wwf-container .audiences-block{margin-top:160px;z-index:2;position:relative;background:#E7E7E7;padding-bottom:50px!important;border-radius:0 0 8px 8px}.wwf-container .audiences-block:before{content:' ';width:100%;height:120px;position:absolute;top:-120px;left:0;right:0;background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/bg_gras.png) top center no-repeat}.wwf-gray-background:before,.wwf-home-tab-background:after{height:100px;content:' ';left:0}@media only screen and (max-width:768px){.wwf-container .audiences-block{margin-top:100px;padding-bottom:10px!important}.wwf-container .audiences-block:before{height:100px;top:-100px}}.wwf-container .audiences-block p{font-size:14px!important;margin-bottom:5px;min-height:60px}.wwf-container .audiences-block h2{margin-bottom:30px}.wwf-container .audiences-block .column.large-4{margin-bottom:20px}.wwf-container .wwf-question-form{margin-top:20px}.wwf-container .wwf-question-form .row{padding:0}.wwf-container .wwf-question-form label{font-size:16px;margin-left:0;margin-top:10px}.wwf-container .wwf-question-form label .validation-advice{margin-bottom:10px}.wwf-container .wwf-question-form .column{margin-bottom:6px}.wwf-container .wwf-question-form .column.large-3{padding-top:5px}.wwf-container .wwf-question-form .wwf_green_btn{text-align:center;line-height:inherit;margin:20px auto}.wwf-container .shot-text{color:#8A8A8A;font-family:Avenir;font-size:13px;line-height:18px;margin-top:10px;padding:5px 0 5px 55px;background-image:url(https://www.schleich-s.com/skin/frontend/hec/default/images/icon_warning.svg);background-repeat:no-repeat;background-size:45px 45px;background-position:0 0}.wwf-teaser{margin-left:0!important;padding-top:24px}.wwf-teaser li{clear:both;margin-bottom:15px}.wwf-teaser p{font-size:13px;line-height:19px}.wwf-teaser h3{margin-top:5px}.wwf-teaser .teaser-img{width:100px;background-color:#FFF;padding:4px;float:left;margin-right:20px;margin-bottom:25px}@media only screen and (max-width:480px){.wwf-teaser p{font-size:13px;line-height:16px}.wwf-teaser .teaser-img{width:93px}}.cms-page-view .content .wwf-teaser p{font-size:14px!important}.wwf-home-tab-background{background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/bg_gras.png) 0 center no-repeat #FFF;position:relative}.wwf-home-tab-background:after{width:100%;background-color:#E7E7E7;position:absolute;bottom:0;border-radius:0 0 8px 8px;z-index:-1}.wwf-gray-background{background-color:#E7E7E7;position:relative;margin:100px 0 38px}@media only screen and (max-width:768px){.wwf-gray-background{padding-bottom:0}}.wwf-gray-background:before{width:100%;position:absolute;top:-100px;right:0;background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/bg_gras.png) top center no-repeat}.wwf-gray-background:after{content:' ';width:100%;height:50px;position:absolute;left:0;right:0;bottom:-38px;background-color:#E7E7E7;border-radius:0 0 8px 8px}.wwf-gray-background .column{margin-bottom:20px}.wwf-gray-background img{background-color:#FFF;padding:5px;margin-bottom:0!important}.wwf-gray-background .wwf-gallery-tab-img-desc{background:rgba(76,132,12,.9);padding:15px;position:absolute;bottom:-120px;left:17px;right:17px;transition:all .3s ease;overflow:hidden;z-index:3}.wwf-gray-background .wwf-gallery-tab-img-desc h2{color:#FFF;font-size:16px!important;font-family:"Conduit ITC W01 Regular",sans-serif!important;letter-spacing:.025em;line-height:18px!important;margin-bottom:3px}@media only screen and (max-width:768px){.wwf-gray-background .wwf-gallery-tab-img-desc{padding:13px 10px}.wwf-gray-background .wwf-gallery-tab-img-desc h2{font-size:14px!important;line-height:18px!important}}.wwf-gray-background .wwf-gallery-tab-img-desc p{color:#FFF;font-family:Avenir!important;font-size:12px!important;line-height:14px!important;overflow:hidden;max-height:42px}@media only screen and (max-width:768px){.wwf-gray-background .wwf-gallery-tab-img-desc p{font-size:12px!important;line-height:16px!important}}.footer-wwf .copyright,.footer-wwf .footer_wwf_menu a{font-family:'Conduit ITC W01 Regular',sans-serif;letter-spacing:.025em;line-height:19px;text-transform:uppercase}.wwf-gray-background .wwf-gallery-tab-img{overflow:hidden;padding-top:3px;padding-bottom:3px}.wwf-gray-background .wwf-gallery-tab-img:hover .wwf-gallery-tab-img-desc{bottom:7px}.wwf-gray-background .wwf-gallery-tab-img .wwf-gallery-img-overflow{overflow:hidden;height:68px;display:block}.wwf-gray-background .wwf-gallery-image{position:relative;z-index:2}.wwf-gray-background .wwf-gallery-image .hidden{display:none!important}.wwf-gray-background .loading-icon{position:absolute;top:50%;left:50%;color:#90BB2F;z-index:1;font-size:30px}.wwf-gray-background .lazy-load .wwf-gallery-image[data-src]{opacity:0;transition:opacity .3s ease-in}.wwf-gray-background .wwf_green_btn{border:4px solid #fff;min-height:66px}.footer-wwf{background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/wood.jpg) top center no-repeat;background-size:cover;padding:40px 0 70px;z-index:3;position:relative;margin-top:50px}.footer-wwf .footer_wwf_menu{margin-left:50px}.footer-wwf .footer_wwf_menu li{float:left;margin-right:10px}.footer-wwf .footer_wwf_menu a{color:#fff;font-size:14px;text-shadow:0 0 2px rgba(0,0,0,.8)}.footer-wwf .footer_wwf_menu a:hover{text-shadow:0 0 5px #000}@media only screen and (max-width:680px){.footer-wwf{padding:30px 0 15px}.footer-wwf .footer_wwf_menu{margin-left:0}.footer-wwf .footer_wwf_menu li{float:none}.footer-wwf .footer_wwf_menu a{font-size:12px}}.footer-wwf .footer_wwf_menu.text-right li{margin:0}.footer-wwf .footer_wwf_menu .active a{color:#4C840C;text-shadow:1px 1px 2px #fff}.footer-wwf .copyright{color:#fff;font-size:14px;text-shadow:0 0 2px rgba(0,0,0,.8);margin:0 50px 0 0}@media only screen and (max-width:680px){.footer-wwf .copyright{float:right;margin-right:0;font-size:12px}}.wwf-img-shadow{background-color:#FFF;padding:5px;margin-bottom:20px}.question_title,.steckbrief_title{background:#4C840C;color:#fff;text-transform:uppercase;position:absolute;right:0;bottom:-5px;text-align:center;padding:6px 10px;-moz-transform:rotate(-1deg);-ms-transform:rotate(-1deg);-webkit-transform:rotate(-1deg);-o-transform:rotate(-1deg);transform:rotate(-1deg);text-shadow:0 0 2px rgba(0,0,0,.5)}.question_title{background:url(https://www.schleich-s.com/skin/frontend/base/default/hellmann/wwf/images/wwf/wood.jpg) top center no-repeat;left:0;top:-5px;right:auto;bottom:auto}.wwf-startpage .wwf{height:100vh}.wwf-startpage .wwf .footer-wwf{position:absolute;bottom:0;left:0;width:100%}
