@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/ubuntu/ubuntu-v20-latin-ext_latin-300.woff2) format("woff2");
  src: url(../fonts/ubuntu/ubuntu-v20-latin-ext_latin-300italic.woff2) format("woff2");
  src: url(../fonts/ubuntu/ubuntu-v20-latin-ext_latin-500.woff2) format("woff2");
  src: url(../fonts/ubuntu/ubuntu-v20-latin-ext_latin-500italic.woff2) format("woff2");
  src: url(../fonts/ubuntu/ubuntu-v20-latin-ext_latin-700.woff2) format("woff2");
  src: url(../fonts/ubuntu/ubuntu-v20-latin-ext_latin-700italic.woff2) format("woff2");
  src: url(../fonts/ubuntu/ubuntu-v20-latin-ext_latin-italic.woff2) format("woff2");
  src: url(../fonts/ubuntu/ubuntu-v20-latin-ext_latin-regular.woff2) format("woff2");
}
body {
  color: #999A8F;
  font-size: 1.8rem;
  font-weight: 200;
  font-family: "Ubuntu", sans-serif;
}

h1 {
  color: #ff911a;
}

.header-leaf {
  background: black;
  position: relative;
  float: left;
  width: 100%;
}

.logo-leaf {
  padding: 20px 0 0 0;
}

.header {
  max-width: 100% !important;
}

.header_container {
  max-width: 1280px;
}

.home-athmo {
  background: url(../images/background_default_leaf.jpg);
  background-position: center top;
  background-size: cover;
  height: 180px;
  width: 100%;
}

.home-default {
  background: url(../images/background_default_leaf.jpg);
  background-position: center top;
  background-size: cover;
  height: 180px;
  width: 100%;
}

.logo {
  width: 100%;
}

.logo img {
  margin: 30px 0;
}

.home-default .logo {
  left: 20px;
}

.header a {
  color: #fff;
}

.header.content {
  padding: 0;
}

ul.links {
  padding: 0 70px 0 0 !important;
}

.page-header .panel.wrapper {
  background-color: #444444;
  border-bottom: none;
  padding-bottom: 15px;
  padding-top: 15px;
  height: 30px;
}

.content_header_leaf {
  padding: 100px 0 60px 0;
  text-align: center;
}

.content_header_leaf p {
  color: #999A8F;
}

.content_header_leaf h1 {
  color: #ff911a;
}

.content_header_leaf p {
  font-size: 2rem;
  font-weight: 200;
}

.story-img {
  position: relative;
  width: 100%;
  float: left;
}

.story-content {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}

.story-content h2 {
  color: #ff911a;
  font-size: 3rem;
  font-weight: 200;
}

.story-content p {
  color: #bbb;
  font-size: 2rem;
  font-weight: 200;
}

.home-content-wrapper {
  display: inline;
  height: auto;
  position: relative;
  float: left;
  margin-bottom: 60px;
}

.product-headline {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  margin: 0 0 20px;
  position: relative;
  right: 0;
  text-align: center;
  width: 100%;
}

.product-headline h4 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
  color: #444;
}

.logo-wrapper {
  float: left;
  position: relative;
  width: 100%;
  margin: 50px 0 10px 0;
}

.logo {
  float: left;
  margin: 0;
  max-width: 100%;
  position: relative;
  z-index: 5;
}

.logo img {
  margin: auto;
}

.block-search {
  position: absolute;
  top: -55px;
  width: 100%;
}

._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #ff911a;
}

.block-search .control {
  border-top: none;
}

.waycon-address {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}

.waycon-address a {
  color: #1a1a1a !important;
}

.waycon-address a:hover {
  color: #ff991a !important;
}

.page-header {
  border-bottom: none !important;
  margin-bottom: 20px;
}

/* Mini Cart */
.minicart-items-wrapper .price-container .price {
  font-size: 1.6rem;
}

.minicart-items .product-item-pricing .label {
  width: auto;
}

.minicart-wrapper {
  right: 15px !important;
  position: absolute;
  top: -58px !important;
  z-index: 999;
}

.minicart-wrapper .action.primary {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}

.minicart-wrapper .block-content {
  font-size: 1.4rem;
}

.minicart-wrapper .action.showcart .counter.qty {
  background: #ff911a;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}

.block-minicart .amount .price-wrapper:first-child .price {
  color: #ff911a;
  font-size: 18px;
  font-weight: 700;
}

#minicart-content-wrapper .actions a {
  color: #666;
  text-decoration: underline;
}

/* Cart */
.cart.table-wrapper .actions-toolbar > .action-delete {
  background: #c93e3a;
  border-color: #be2c28;
  color: #fff;
}

.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  background: #8c2826;
  border-color: #be2c28;
  color: #fff;
}

.cart-container .action.clear {
  background: #c93e3a;
  border-color: #be2c28;
  color: #fff;
}

.cart-container .action.clear:hover {
  background: #8c2826;
  border-color: #be2c28;
  color: #fff;
}

.action.action-edit {
  background: #666 !important;
  color: #fff !important;
  border-color: #666 !important;
}

.action.update {
  background: #666;
  border-color: #666;
  color: #fff;
}

ul.checkout .action.checkout {
  background: #ff911a;
  color: #ffffff;
}

ul.checkout .action.checkout:hover {
  background: #4f941b;
  color: #ffffff;
}

.price-including-tax, .price-excluding-tax {
  display: inline-block;
}

@media all and (max-width: 668px), print {
  .cart-summary {
    float: right;
    position: relative;
    width: 100%;
    top: 0 !important;
  }
}
/* Language Select */
.page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0 6px;
}

.page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 3px 8px 8px;
}

.flag_de > strong:before {
  content: url(../images/flag-germany.png);
  position: relative;
  z-index: 999;
  left: 1px;
  top: 4px;
}

.flag_de > a:before {
  content: url(../images/flag-germany.png);
  position: relative;
  z-index: 999;
  left: 1px;
  top: 6px;
  padding: 0 6px 0 0;
}

.flag_at > strong:before {
  content: url(../images/flag-austria.png);
  position: relative;
  z-index: 999;
  left: 1px;
  top: 4px;
}

.flag_at > a:before {
  content: url(../images/flag-austria.png);
  position: relative;
  z-index: 999;
  left: 1px;
  top: 6px;
  padding: 0 6px 0 0;
}

.flag_ch > strong:before {
  content: url(../images/flag-switzerland.png);
  position: relative;
  z-index: 999;
  left: 1px;
  top: 4px;
}

.flag_ch > a:before {
  content: url(../images/flag-switzerland.png);
  position: relative;
  z-index: 999;
  left: 1px;
  top: 6px;
  padding: 0 6px 0 0;
}

.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before {
  border-color: transparent transparent #444;
}

.page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
  border-color: transparent transparent #000;
}

.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
  background: #444;
  border: 1px solid #000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: none;
  list-style: outside none none;
  margin: 4px 0 0;
  min-width: 160px;
  padding: 0;
  top: 100%;
  z-index: 100;
}

.page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover {
  background: #000;
  cursor: pointer;
}

.nav-sections {
  background: #F5F5F5;
  margin-bottom: 120px !important;
  padding: 10px 0;
}

.navigation {
  background: transparent;
}

.navigation ul {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.navigation .level0 > .level-top {
  color: #444;
  font-size: 2rem;
  font-weight: 200;
  line-height: 47px;
  display: inline-block;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
  background: #ff911a;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
  background: #ff911a;
  color: #fff;
  text-decoration: none;
}

.ui-menu-item {
  text-align: left;
}

.url-header {
  background: #2f2f2f;
  padding: 10px 0;
  text-align: center;
}

.url-header a::before {
  content: url(../images/icon-leaf.png);
  position: relative;
  z-index: 999;
  left: -10px;
  top: 4px;
}

.lg-url-header {
  display: none;
}

.copyright {
  color: #fff;
  font-size: 1.4rem;
  background-color: #8f8f8f;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

.copyright h6 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0;
}

.titel-copyline {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}

.copyright-block {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 0 10px 0;
}

.page-footer {
  background: #f4f4f4 none repeat scroll 0 0;
  margin-top: auto;
  padding-bottom: 25px;
}

.footer.content {
  border-top: none;
  margin-top: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.footer.content .links a {
  color: #575757;
  text-decoration: none;
  font-size: 1.4rem;
}

.footer.content .links a:hover {
  text-decoration: underline;
  font-size: 1.4rem;
}

.footer.content .links > li {
  margin: 0 0 2px;
}

.products-grid .product-item-actions {
  margin: 20px 0;
}

.products-grid .product-item-actions {
  margin: 20px 0;
  position: absolute;
  bottom: 10px;
  left: 10%;
  right: 10%;
  width: 80%;
}

.block-products-list {
  margin-top: 320px;
}

.product-item {
  border: 1px solid white;
}

.products.wrapper.list .product-item-details {
  float: left;
  width: 100%;
}

.products.wrapper.list .product-image-white-wrapper {
  float: left;
  width: 100%;
}

.widget .product-item {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 10px !important;
  border: 1px solid white;
}

.widget .product-item .price-box .price {
  font-weight: 300;
  white-space: nowrap;
  color: #ff911a;
  font-size: 1.8rem;
}
.widget .price-container .price {
  font-size: 2.4rem;
}
.widget .tax-details, .widget .tax-details a {
  font-size: 1.2rem;
  color: #ff911a;
}

.product-item {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 10px !important;
}

.product-item .price-box .price {
  font-weight: 300;
  white-space: nowrap;
  color: #ff911a;
  font-size: 1.8rem;
}

.price-container .price {
  font-size: 2.4rem;
}

.tax-details, .tax-details a {
  font-size: 1.2rem;
  color: #ff911a;
}

.delivery_time {
  font-size: 1.4rem;
  font-weight: normal;
}

.column.main .product-items {
  margin: 0;
}

.action.primary {
  background: #666 none repeat scroll 0 0;
  border: none !important;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 7px 15px;
  vertical-align: middle;
}

.action.primary:hover {
  background: #7a7976;
}

.toolbar-products {
  background-color: #f5f5f5;
  padding: 6px 10px 12px;
}

.toolbar-products .modes-mode {
  border: none;
  background: transparent;
  box-shadow: none;
}

.toolbar-products .modes-mode.active {
  box-shadow: none;
}

.toolbar select {
  background-color: #fff;
  border-radius: 0px;
}

.nav-sections-item-title {
  width: 50%;
}

.navigation ul {
  text-align: left;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
  display: block;
}

.navigation .level0 > .level-top {
  color: #444;
  display: block;
  font-size: 2rem;
  font-weight: 200;
  line-height: 47px;
}

.navigation .level0 > .level-top {
  padding: 8px 20px;
}

.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
  border-color: #666;
}

.navigation .parent .level-top:after {
  line-height: 74px;
}

.active .nav-sections-item-switch {
  color: #ff911a;
}

.nav-sections-item-switch {
  color: #666;
}

.filter .block-subtitle {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: medium none;
  color: #666666;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1em;
  padding: 10px 10px 15px;
}

.block-title.filter-title {
  display: none;
}

filter-options-item {
  border: none;
}

.filter-options-title {
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  color: #ff911a;
  font-size: 1.4rem;
}

.filter-options-title:hover {
  color: #ff911a;
}

.sidebar-additional {
  display: none;
}

.filter-options-content .item > a {
  color: #666;
  font-size: 1.4rem;
}

.filter-options .filter-options-title {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 10px;
  word-break: break-all;
}

.filter-options-title {
  color: #ff911a;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
}

/* Breadcrumps */
.breadcrumbs .items {
  color: #a3a3a3;
  font-size: 1.6rem;
  list-style: outside none none;
}

/* Produktseite */
.product-info-main .stock.available, .product-info-main .stock.unavailable {
  display: block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}

.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff911a;
}

/* Footer */
.page-footer {
  padding: 20px 0;
}

.page-footer ul {
  margin: 0;
}

.footer .block-cms-link-inline, .footer .block-cms-link {
  margin: 0 !important;
}

ul.footer a {
  color: #575757;
  font-size: 1.4rem;
  text-decoration: none;
}

.footer li {
  list-style: none;
  margin: 0 0 2px 0;
}

.nav-toggle {
  top: -50px !important;
}

/* Cookies */
.message.global.noscript, .message.global.cookie {
  background: #444 none repeat scroll 0 0;
  border-color: #d6ca8e;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 20px;
}

.message.global.noscript a, .message.global.cookie a {
  color: #ff911a;
}

.forget .fieldset::after {
  content: attr(data-hasrequired);
  width: 250px;
  display: block;
  font-size: 1.2rem;
  letter-spacing: normal;
  margin-left: 160px;
  color: #e02b27;
  margin-top: 10px;
}

.cart-summary .block > .title {
  z-index: 9999;
}

/*# sourceMappingURL=wayconshop-m.css.map */
