/*
Theme Name: Maubeschau Storefront
Theme URI: https://www.maubeschau.de
Template: storefront
Author: Arne
Author URI: https://www.parttimegeeks.net
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.3.3.1534969473
Updated: 2018-08-22 20:24:33

*/

.storefront-featured-products .section-title {
  display: none;
}

.site-header .widget_product_search {
  display: none;
}

.woocommerce-active .site-header .site-branding {
  width: 100%;
}

.woocommerce-active .site-header .site-branding img {
  margin: 0 auto;
}

button.menu-toggle,
button.menu-toggle:hover {
  width: 100%;
  margin-top: 3em;
}

.storefront-handheld-footer-bar {
  display: none;
}

.logo-container {
  position: relative;
}

.headline {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-family: "PT Sans";
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
  margin-top: -20px;
  display: none;
}

div.ColorWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

div.Color {
  height: 50%;
  z-index: -1;
  background: url(./img/header-bg-colored.png) center 0px no-repeat;
  opacity: 0.3;
}

div.Stripes {
  position: relative;
}

div.Stripe {
  background: #fc0040;
  position: absolute;
  left: 50%;
  z-index: -2;
  opacity: 1;
}

div.Stripes div.Stripe1 {
  margin-top: -30px;
  margin-left: -48px;
  width: 14px;
  border-radius: 7px;
}

div.Stripes div.Stripe2 {
  margin-top: -108px;
  margin-left: -16px;
  width: 23px;
  border-radius: 12px;
}

div.Stripes div.Stripe3 {
  margin-top: -68px;
  margin-left: 13px;
  width: 16px;
  border-radius: 8px;
}

div.Stripes div.Stripe4 {
  margin-top: -134px;
  margin-left: 79px;
  width: 12px;
  border-radius: 6px;
}

@media (max-width: 568px) {
  #masthead > .col-full {
    margin: 0;
  }
}

button.menu-toggle,
button.menu-toggle:hover {
  border-color: #949494;
}

footer {
  text-align: center;
}

.femfuchsferlag-logo {
  margin-bottom: 3.6em;
}

.site-info {
  padding: 0;
}

.jetpack_widget_social_icons ul {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .headline {
    font-size: 5rem;
    margin-top: -40px;
  }

  .site-info {
    padding: 2.617924em 0;
    padding-bottom: 0;
  }

  .femfuchsferlag-logo {
    float: right;
    margin: 0;
  }

  footer {
    text-align: left;
  }
}

::-moz-selection {
  background-color: #fc0040;
  color: #fff;
}
::selection {
  background-color: #fc0040;
  color: #fff;
}
::-o-selection {
  background-color: #fc0040;
  color: #fff;
}
::-ms-selection {
  background-color: #fc0040;
  color: #fff;
}
::-webkit-selection {
  background-color: #fc0040;
  color: #fff;
}
