/* Kontaktformular */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  margin-top: 5px;
  border-radius: 0;
  padding: 5px;
	width: 100%;
}

label {
  width: 100%;
}

.captcha-image {
  border: 1px solid #bbb !important;
}

div#wpcf7-f123-p25-o1 {
  margin-top: -18px;
}

/* Acceptance */
.wpcf7-list-item {
  margin: 0;
  font-size: 15px;
}

span.wpcf7-list-item-label {
  line-height: 22px;
}

/* Logo Mobil */
.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
	max-width: 250px;
  border-radius: 0;
}

/* Logo */
@media (min-width: 768px) {
  .site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
	max-width: 250px;
	}
}

/* Suche ausblenden */
/*.site-header .widget_product_search {
    display: none;
}*/

/* Sortierung ausblenden */
.woocommerce-ordering, .woocommerce-result-count {
	display: none;
}

/*Abstände Startseite oben Mobil */
.storefront-sorting {
	margin-bottom: 0;
}

.home.post-type-archive-product .site-header {
  	margin-bottom: 0;
  }

/* Abstände Startseite Shop oben Desktop*/
@media (min-width: 768px) {
  .storefront-full-width-content .woocommerce-products-header {
  	padding: 0 0 1em;
  }
  .storefront-sorting {
  	margin-bottom: 0;
  }
  
  .home.post-type-archive-product .site-header {
  	margin-bottom: 3.235801em;
  }
}

/* Abstände oben Unterseite */
.storefront-breadcrumb {
	margin: 0;
}

@media (min-width: 768px) {
  .storefront-breadcrumb {
  	padding: 1.41575em 0 0.5em;
  }

}
.storefront-full-width-content.woocommerce-checkout .entry-header {
	padding: 0 0 4em;
}

/* h1 Überschrift Mobil */
h1.woocommerce-products-header__title.page-title {
	text-align: center;
  margin-bottom: 0;
}

/* h1 Überschrift Inhaltsseiten */
.entry-title {
	text-align: left;
}

/* Menü-Button Mobil */
button.menu-toggle {
	margin-top: 15px;
  width: 100%;
  text-align: center;
  border: 1px solid #185b3a;
  max-width: 100%;
}

button.menu-toggle span::before, button.menu-toggle::after, button.menu-toggle::before {
	left: 42%;
}

/* Spektrum Logo unten */
.alignnone.wp-image-3376.size-full {
	width: 230px;
}

/* Abstand nach oben "in den Warenkorb" */
.added_to_cart, .button, button, input[type=button], input[type=reset], input[type=submit] {
	margin-top: 0;
}

/* Links im Footer */
.site-footer a:not(.button) {
	text-decoration: none;
}

/* Focus Style */
a:focus, button:focus, input:focus, textarea:focus {
	outline: none;
}

/* Überschriften Footer */
.widget .widget-title, .widget .widgettitle {
	font-size: 1.3em;
}

/* Abstand rechts Instagram-Logo */
.alignleft {
	margin-right: 0.5em;
}

/* Abstand Menüpunkte Desktop */
@media (min-width: 768px) {
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 1.618em 0.95em;
}
}

/* Abstand h3-Überschriften */
p+h3 {
	margin-top: 0;
}

/* Shop-Hinweis rot/orange */
.demo_store {
	background-color: #E2401C !important;
}

/*Sterne Frontpage ausblenden */
ul.products li.product .star-rating, ul.products .wc-block-grid__product .star-rating, .wc-block-grid__products li.product .star-rating, .wc-block-grid__products .wc-block-grid__product .star-rating {
    display: none;
}

/* Mobil-Menü unten hinter den Cookie-Hinweis */
.storefront-handheld-footer-bar {
	z-index: 1;
}

/* Footer Links */
.site-footer a:not(.button):not(.components-button) {
	text-decoration: none;
}

/* Bilder Startseite zentriert */
img {
	display: inline;
}

/* Video responsiv */
video {
  width: 100%;
  height: auto;
}

/* Mobilmenü Dropdown */
.handheld-navigation .dropdown-toggle {
    border: 1px solid #ccc;
}

/* Farbe Menü-Links und Warenkorb-Link */
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
    color: #0069A4;
}

/* Farbe Menü-Links und Warenkorb-Link Hover */
.main-navigation ul li a:hover, .main-navigation ul li:hover>a, .site-title a:hover, .site-header ul.menu li.current-menu-item>a {
    color: #000000;
}

/* Warerenkorb Dropdown Test */
@media screen and (min-width: 768px) {
.site-header-cart .widget_shopping_cart, .site-header .product_list_widget li .quantity {
    color: #0069A4;
  }}

a.cart-contents:hover, .site-header-cart .widget_shopping_cart a:hover, .site-header-cart:hover>li>a {
    color: #4E8FCC;
}

/* Mbilmenü Symbole unten */
.site-footer .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
    color: #0069A4;
}

.storefront-handheld-footer-bar ul li.cart .count {
    background-color: #0069A4;
    color: #fff;
    border-color: #fff;
}

/* Mobiomenü Rahmen Hauptmenü */
button.menu-toggle {
    border: 1px solid #0069A4;
}

button.menu-toggle, button.menu-toggle:hover {
    border-color: #0069A4;
}

/* Mobipmenü Hamburger */
button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
    background-color: #0069A4;
}