/*
Theme Name: Storefront Child
Description: Storefront Child for Eyebody
Author: Matthias Fänder
Author URI: http://www.eyebody.de
Template: storefront
Version: 1.0.42
Tags:

Last modification 2024-04-03
*/


/* Colors
Rot 				#840B1C;
Sand				#FFDA9F;
Heller Hintergrund	#FFFBF5;
Opaker Hintergrund	rgba(0, 0, 0, 0.05);
*/

/* ---------------------------------------------------------------
Webfonts
--------------------------------------------------------------- */
/*@import url(//fonts.googleapis.com/css?family=Lato:900italic,900,700italic,700,600italic,600,400italic,400,300italic,300);*/
@import url(fonts/lato.css);
available-fonts {
	font-family: 'Lato', sans-serif;
	font-weight:400;
}

/* ---------------------------------------------------------------
Generals
--------------------------------------------------------------- */
body {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 1.02em;
	line-height: 1.45em;
}
* {
	font-weight: normal;
	letter-spacing: normal;
}

hr {
	clear: both;
}

a {
    cursor:pointer;
}


/* ---------------------------------------------------------------
Headers
--------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight:400 !important;
	line-height: 1.3em;
	color: #840B1C;
	margin-top: 0;
	letter-spacing:0;
}
h3, p+h3 {
	font-size: 1.5em;
	font-weight: 900 !important;
	margin-top:1.35em;
}
h4, p+h4 {
	font-size: 1.2em;
	font-weight: 900 !important;
	margin-top:1.35em;
}
.hentry .entry-header {
    border-bottom: none;
	margin-bottom:1.75em;
}
.hentry,
.hentry .entry-header h1 {
	border-bottom: none;
	padding-bottom:0;
}
.storefront-full-width-content .related.products > h2:first-child,
.storefront-full-width-content .up-sells > h2:first-child {
    text-align: inherit;
}
.storefront-full-width-content .woocommerce-products-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header {
    text-align: inherit;
}
.woocommerce-products-header {
    padding: 0 0 1em 0 !important;
}

/* ------------------
Checkout/Kasse
------------------- */
.woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name {
	/*display: none;*/
}
ul.order_details {
	margin: 0 0 1em 0;
	border: 1px solid #CCCCCC;
}
.order_details::before, .order_details::after {
	background: none !important;
}

.nyp-product .price {
	display: none;
}


/* ------------------
Smart Coupons on Cart and Checkout Page
------------------- */
.coupon-container .coupon-content {
	border-color: #840b1c !important;
	color: #840b1c !important;
}


/* ---------------------------------------------------------------
Scaffolding
--------------------------------------------------------------- */
.col-full {
    max-width: 100%;
}
#content .col-full,
footer .col-full {
    max-width: 890px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
img.img-fullwidth {
	width:100%;
	height:auto;
}
.wp-caption-text {
    font-size: 0.75em;
    text-align: center;
}
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
	margin-bottom: 0  !important;
}
#site-navigation {
	padding-top: 0  !important;
}
.yellow-navigation-wrapper {
	width: 100%;
	background-color: #FFDA9F;
}
.home.blog .yellow-navigation-wrapper,
.home.page:not(.page-template-template-homepage) .yellow-navigation-wrapper,
.home.post-type-archive-product .yellow-navigation-wrapper {
	margin-bottom: 4em;
}
.yellow-navigation .main-navigation {
	padding-top: 1.0em;
}
.yellow-navigation .main-navigation ul.menu > li > a {
	font-weight:normal;
	color:#333;
	padding: 0 1em 1.0em;
}
.yellow-navigation .main-navigation ul.menu > li > a:hover,
.yellow-navigation .main-navigation ul.menu > li.current-menu-item > a,
.yellow-navigation .main-navigation ul.menu > li.current-menu-parent > a {
	color: rgba(0,0,0,0.3);
}
.site-header .site-branding {
    width: 50%;
	margin-bottom: 26px;
}
/* Semiar-Auflistung. Plugin "Display Posts Shortcode" */
.seminar-list-wrapper {
    background-color: #ffda9f;
    padding: 6px;
}
.seminar-list-wrapper .listing-item {
    margin: 12px;
}
.seminar-list-wrapper .listing-item a.title {
    display: block;
    font-weight: bold !important;
}
.seminar-list-wrapper .listing-item .excerpt-dash {
    display: none;
}

/* Store Credit Box auf der Kasse-Seite */
.checkout .gift-certificate.sc_info_box {
	background-color: #ffda9f;
	padding: 1em !important;
}


/* ---------------------------------------------------------------
Images
--------------------------------------------------------------- */
.entry-content img,
.entry-header-image img,
header.entry-header img {
	border: 0px #FFF solid;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4) !important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4) !important;
	border-radius:3px;
}
.entry-content img.alignleft,
.entry-content figure.alignleft {
    margin: 0.4em 1.5em 0.5em 0;
}
.entry-content img.alignright,
.entry-content figure.alignright {
    margin: 0.4em 0 0.5em 1em;
}
.entry-content img.alignnone {
    margin: 0.4em 0 0.5em 0;
}
.wp-caption .wp-caption-text {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    font-style: italic;
    padding: 1em 0;
    text-align: left;
	line-height:1.2em;
}
.entry-header-image img,
header.entry-header img {
    height: auto;
    margin-bottom: 2.5em !important;
    width: 100%;
}

div.post-leading-image-fullwidht.fadein {
	border: 0px #FFF solid;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4) !important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4) !important;
	border-radius:3px;
    display: block;
    height: 400px;
    margin-bottom: 2em;
    width: 100%;
}


/* ---------------------------------------------------------------
Menu globals
--------------------------------------------------------------- */
.widget_nav_menu ul li:before {
	content: "\f10c" !important;
}
.main-navigation ul li a:before {
	content: "\f10c" !important;
}
.menu-toggle {
	font-family: inherit  !important;
}
.site-footer a:not(.button) {
    color: rgba(255,218,159, 1.0) !important;
}
.site-footer a:not(.button):hover,
.site-footer li.current-menu-item a  {
    color: rgba(255,218,159, 0.65) !important;
}
.widget_recent_entries ul li::before,
.widget_pages ul li::before {
    content: "\f10c" !important;
}

/* Menüpunkt ohne Icon */
.widget_nav_menu ul li.no-icon:before {
	content: "" !important;
}
.widget_nav_menu ul li.no-icon {
	margin-top: 2em;
	margin-left: -6px;
}
.widget_nav_menu ul li.no-icon a {
	font-weight:900 !important;
	padding: 5px 10px;
	background-color: rgba(255,255,255, 0.7);
	color:#840B1C !important;
	border:0px solid #FFF;
	border-radius:3px;
}
.widget_nav_menu ul li.no-icon a:hover {
	background-color: #FFDA9F;
}

/* Widget Menu build by Plugin "Display Posts Listing" */
.widget ul.display-posts-listing li:before {
	font-family: "FontAwesome";
    margin-right: .53em;
    display: inline-block;
    opacity: 0.35;
    content: "\f10c" !important;
}
.widget ul.display-posts-listing li.listing-item {
    text-indent: -0.7em;
    margin-left: 1.4em;
	margin-bottom: 6px;
}


/* ---------------------------------------------------------------
Header menus
--------------------------------------------------------------- */
.woocommerce-active .site-header .site-header-cart {
	padding-top: 0.4em !important;
}
.woocommerce-active .site-header .secondary-navigation {
	width: auto !important;
	float: right !important;
	margin: 0 1.5em;
}
.secondary-navigation .menu a {
	padding: 0.8em 0.4em !important;
	font-weight: normal !important;
	color: #93979f;
}
.handheld-menu-topspace {
    border-top: 1px solid #fff;
    margin-top: 1em;
    padding-top: 1em;
}
/* Make mobile menu visible if toggled (force overwrite since Storefront theme update) */
.main-navigation.toggled div.handheld-navigation,
.main-navigation.toggled div.handheld-navigation > ul {
	display:block;
}

/* ---------------------------------------------------------------
Top menu
--------------------------------------------------------------- */
ul#menu-top-menu {
	float: right;
	margin-top: 2em;
}
ul#menu-top-menu li {
	display: inline-block;
}
ul#menu-top-menu>li>a {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:1.0em;
	text-transform:uppercase;
	color:#F6F6F6;
	text-decoration:none;
	letter-spacing:0.23em !important;
	background:url(images/dot_mainmenu.png) 0px -2px no-repeat;
	margin-right:14px;
	padding:0 0 0 36px;
}
ul#menu-top-menu>li>a:hover,
ul#menu-top-menu>li.current-menu-parent>a,
ul#menu-top-menu>li.current-menu-parent>a:hover,
ul#menu-top-menu>li.current_page_parent>a,
ul#menu-top-menu>li.current_page_parent>a:hover {
	background:url(images/dot_mainmenu.png) 0px -24px no-repeat;
}
ul#menu-top-menu>li.dot-purple>a:hover,
ul#menu-top-menu>li.dot-purple.current-menu-parent>a,
ul#menu-top-menu>li.dot-purple.current-menu-parent>a:hover,
ul#menu-top-menu>li.dot-purple.current_page_parent>a,
ul#menu-top-menu>li.dot-purple.current_page_parent>a:hover {
	background:url(images/dot_mainmenu.png) 0px -46px no-repeat;
}
ul#menu-top-menu>li.dot-turkoise>a:hover,
ul#menu-top-menu>li.dot-turkoise.current-menu-parent>a,
ul#menu-top-menu>li.dot-turkoise.current-menu-parent>a:hover,
ul#menu-top-menu>li.dot-turkoise.current_page_parent>a,
ul#menu-top-menu>li.dot-turkoise.current_page_parent>a:hover {
	background:url(images/dot_mainmenu.png) 0px -68px no-repeat;
}
ul#menu-top-menu>li.dot-yellow>a:hover,
ul#menu-top-menu>li.dot-yellow.current-menu-parent>a,
ul#menu-top-menu>li.dot-yellow.current-menu-parent>a:hover,
ul#menu-top-menu>li.dot-yellow.current_page_parent>a,
ul#menu-top-menu>li.dot-yellow.current_page_parent>a:hover {
	background:url(images/dot_mainmenu.png) 0px -90px no-repeat;
}
ul#menu-top-menu>li.dot-lightblue>a:hover,
ul#menu-top-menu>li.dot-lightblue.current-menu-parent>a,
ul#menu-top-menu>li.dot-lightblue.current-menu-parent>a:hover,
ul#menu-top-menu>li.dot-lightblue.current_page_parent>a,
ul#menu-top-menu>li.dot-lightblue.current_page_parent>a:hover {
	background:url(images/dot_mainmenu.png) 0px -112px no-repeat;
}
ul#menu-top-menu > .active > a,
ul#menu-top-menu > .active > a:hover,
ul#menu-top-menu > .active > a:focus {
	background-color:transparent;
}

/* ---------------------------------------------------------------
Main menu
--------------------------------------------------------------- */
.main-navigation .menu {
    text-align: center;
}

/* ---------------------------------------------------------------
Footer widgets
--------------------------------------------------------------- */
ul#menu-footer-menu,
.footer-left.small {
	font-size: 0.8em;
}
.footer-widgets {
    padding-top: 2em;
}
.site-footer {
    padding: 1.618em 0 0 0;
}

footer .textwidget {
    font-size: 0.75em;
    line-height: 1.2em;
}



/* ---------------------------------------------------------------
Font descriptions
--------------------------------------------------------------- */
.delta, b, dt, h4, ins, mark, strong, th {
	font-family: 'Lato', sans-serif;
	font-weight:900 !important;
}
em {
	font-family: 'Lato', sans-serif;
	font-weight:400italic !important;
	font-style:italic;
}
em > strong,
strong > em {
	font-family: 'Lato', sans-serif;
	font-weight:900italic !important;
	font-style:italic;
}
.center {
	text-align:center;
}
/*ul, ol {
  margin: 0 0 1em 1em;
  padding: 0;
}*/
p {
  margin: 0 0 0.8em 0;
}


/* ---------------------------------------------------------------
Post styles
--------------------------------------------------------------- */
.hentry.type-post .entry-content {
	float: none !important;
	width: 100% !important;
}


/* ---------------------------------------------------------------
Product view
--------------------------------------------------------------- */
.entry-details .meta {
	font-size:0.75em;
}
.entry-details .meta a {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-decoration:none;
}
.comment-counter-intro {
	float: right;
}
.entry-featuredimage {
	margin-bottom:10px;
}
.post-intro {
	margin-bottom:30px;
}
.post-intro-clear {
	margin-bottom:30px;
    clear: left;
}
.article-header h2 {
	font-size:2.5em;
}
.article-header .entry-summary p {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:1.19em;
	line-height:1.33em;
}
.article-featuredimage {
	position: relative;
	width:100%;
}
.article-featuredimage-header {
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	top:0;
	left:0;
	padding:15px;
	margin:30px;
	width: 70%;
}
.small-grey {
	color: #ABABAB;
}
.woocommerce div.product .bundle_data div.quantity,
.woocommerce-page div.product .bundle_data div.quantity,
.woocommerce #content div.product .bundle_data div.quantity,
.woocommerce-page #content div.product .bundle_data div.quantity {
    margin: 15px 8px 0 0 !important;
}
.single-product div.product form.cart .quantity {
    margin: 15px 8px 0 0 !important;
}
.single-product div.product form.cart .button {
    float: left !important;
}
.woocommerce-tabs ul.tabs {
    display: none !important;
}
.woocommerce div.product div.up-sells {
    border-top: 1px solid #ccc;
    margin-top: 3em;
    padding-top: 2em;
}


/* ---------------------------------------------------------------
Breadcrumb
--------------------------------------------------------------- */
.woocommerce-breadcrumb {
	visibility: hidden;
	padding: 0  !important;
	margin: 0 0 2em 0 !important;
}
/*.woocommerce-breadcrumb {
    border-bottom: none !important;
	color: #ABABAB !important;
	font-size:0.7em !important;
}
.woocommerce-breadcrumb a {
	color: #888888 !important;
}*/
.storefront-breadcrumb {
    padding: 0;
}


/* ---------------------------------------------------------------
Sidebar
--------------------------------------------------------------- */
.right-sidebar .content-area-fullwidth {
    margin-right: 0;
    width: 100%;
}
.tagcloud {
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
ul.product_list_widget {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	line-height: 1.4em;
}


/* ---------------------------------------------------------------
Links
--------------------------------------------------------------- */
.content-area a {
	font-weight: inherit !important;
	text-decoration: underline;
}
.content-area a:hover,
.content-area a:focus {
	color: #666;
}
.site-footer a {
    color: #FFFFFF !important;
	font-weight: inherit !important;
}
.site-footer a:hover {
    color: #FFDA9F !important;
}
/* ausnahmen */
.storefront-sorting a,
.products a {
	text-decoration: none !important;
}
a:focus {
  outline: none !important;
  outline-color: inherit !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-decoration: none;
}

/* ---------------------------------------------------------------
Language selector
--------------------------------------------------------------- */
.wpml-ls-legacy-list-horizontal,
header #lang_sel_list {
    float: right;
    margin-top: 7px;
	border:0 none;
	clear:none;
	padding:0;
}
#lang_sel_list a {
    background-color: transparent !important;
    background-image: none;
    border: 0px solid #FFDA9F;
    color: #333;
    line-height: 0.05em !important;
    margin-right: 0.8em;
    padding: 0  !important;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4) !important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4) !important;
}

/* ---------------------------------------------------------------
Currency selector
--------------------------------------------------------------- */
header #header-currency-selector {
	display:none;
	float:right;
	margin-top: 5px;
}
body.woocommerce-page header #header-currency-selector {
	display:block;
}
/*select.wcml_currency_switcher {
	font-family: 'Lato', sans-serif !important;
	font-weight:400;
    padding:2px 20px 2px 2px;
    margin: 0;
    border-radius:4px;
    background: url(images/arrow_down_black.png) no-repeat right #FFDA9F;
    border: 1px solid #333;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	color:#333;
	font-size: 0.857em;
}
*/
.wcml_currency_switcher ul {
	list-style:none;
}
.wcml_currency_switcher ul li {
	border: none;
}
.wcml_currency_switcher ul li.wcml-cs-active-currency a,
.wcml_currency_switcher > ul > li > ul.wcml-cs-submenu {
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
    background-color: #FFDA9F;
    padding:2px 4px 2px 4px;
    margin: 0;
	color:#000000;
	font-size:0.99em;
}
.wcml_currency_switcher > ul > li.wcml-cs-active-currency {
	position:relative;
}
.wcml_currency_switcher > ul > li.wcml-cs-active-currency > a {
    /*background: url(images/arrow_down_black.png) no-repeat right #FFDA9F;*/
    padding:3px 26px 3px 6px;
}
.wcml_currency_switcher ul li a:hover {
	color:#840b1c;
}
.wcml_currency_switcher > ul > li > ul.wcml-cs-submenu {
    background-color: #FFDA9F;
    padding:0;
    margin: 0;
	position:absolute;
	left:0;
	z-index:5000;
    display: none;
}
.wcml_currency_switcher > ul > li > ul.wcml-cs-submenu > li {
    margin-bottom: 3px;
    white-space: nowrap;
}

/* ---------------------------------------------------------------
Buttons general
--------------------------------------------------------------- */
.btn-elliptic-sm,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.widget_shopping_cart p.buttons a.button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	font-family: 'Lato', sans-serif;
	font-weight:900 !important;
	text-decoration:none !important;
	/*font-size:1.15em;
    padding: 4px 13px;*/
	margin-top: 14px;
}
.btn-elliptic-sm:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.widget_shopping_cart p.buttons a.button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color:#FFFBF5 !important;
}

.read-more {
	display:block;
	width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
	margin-top: 12px;
	font-weight: 900 !important;
	text-decoration:none !important;
}
.read-more:hover {
	color:#FFFBF5 !important;
}

/* ---------------------------------------------------------------
accordion >> Plugin "Shortcodes Ultimate"
--------------------------------------------------------------- */
.su-spoiler-title {
	font-family: 'Lato', sans-serif;
	font-weight:400 !important;
	font-size:1.0em !important;
	border:1px solid #BBBBBB;
	border-radius:3px;
	background-color: rgba(0, 0, 0, 0.05);
}
.su-spoiler-title:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.su-accordion > *:last-child .su-spoiler-content { /* Linie unter letztem Content-Block */
	border-bottom: 1px solid #BBBBBB;
	padding-bottom: 1em;
}



/* ---------------------------------------------------------------
Tables
--------------------------------------------------------------- */
.entry-content table {
	border: 1px solid #CCC;
    margin: 0 0 1.0em 0;
}
table tbody tr:nth-child(2n) td {
	background: rgba(0, 0, 0, 0.034) none repeat scroll 0 0;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
	padding: 0 16px 16px;
}


/* ---------------------------------------------------------------
Others
--------------------------------------------------------------- */
#respond {
    background-color: rgba(0, 0, 0, 0.03);
}


/* ---------------------------------------------------------------
Content Tabs (von Plugin Shortcodes Ultimate)
--------------------------------------------------------------- */
.su-tabs-nav .tabs_mediacontent,
.su-tabs-panes .tabs_mediacontent{
    font-size: inherit;
}
.su-tabs.tabs_mediacontainer {
	background-color: #FFDA9F;
}
.su-tabs-nav span.tabs_mediacontent:hover {
	background-color: #ffecd4;
}
.su-tabs-nav span.su-tabs-current.tabs_mediacontent,
.su-tabs-pane.tabs_mediacontent {
	background-color: #fffbf5;
}
.su-tabs.tabs_mediacontainer.su-tabs-vertical .su-tabs-nav {
	width: 20%;
}
.su-tabs.tabs_mediacontainer.su-tabs-vertical .su-tabs-panes {
	width: 80%;
}
.su-tabs.tabs_mediacontainer.su-tabs-vertical .su-tabs-pane {
	padding: 32px;
}
@media (max-width: 768px) {
	.su-tabs.tabs_mediacontainer.su-tabs-vertical .su-tabs-nav,
	.su-tabs.tabs_mediacontainer.su-tabs-vertical .su-tabs-panes {
		width: 100%;
	}	
}

/* ---------------------------------------------------------------
Responsive video embedding >> http://www.holgerkoenemann.de/ein-vimeo-oder-youtube-video-responsive-einbinden/
--------------------------------------------------------------- */
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 1em;
}


/* ---------------------------------------------------------------
Woocommerce Overwriting
--------------------------------------------------------------- */
/* elements to hide */
.storefront-sorting .woocommerce-ordering,
.storefront-sorting .woocommerce-result-count,
.reset_variations,
.woocommerce-tabs .tabs li.additional_information_tab,
.site-header-cart.hidden {
	display:none !important;
}

/* product list */
ul.products li.product {
  text-align: left !important;
}
ul.products li.product .price, ul.products li.product .star-rating {
  margin: 0 auto !important;
}
.woocommerce ul.products li.product .price {
	font-size:1.2em;
}
.woocommerce ul.products li.product .button {
	margin-top:12px;
}
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
	display:block;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr td {
	line-height:1.8em;
}

/* Image’s border and shadow */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);*/
	box-shadow:none;
    display: block;
    height: auto;
    margin: 0 0 8px;
    transition: all 0.2s ease-in-out 0s;
    width: 251px;
	border:1px solid #999;
	border-radius:2px;
}
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img,
.product_list_widget img {
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);*/
	box-shadow:none;
    display: block;
    height: auto;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
	border:1px solid #999;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img,
.woocommerce div.product div.images a:hover img,
.woocommerce #content div.product div.images a:hover img,
.woocommerce-page div.product div.images a:hover img,
.woocommerce-page #content div.product div.images a:hover img {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4) !important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4) !important;
}

/* fields, boxes, buttons etc. */
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form
.form-row input.input-text,
.woocommerce-page form .form-row textarea,
.um_input,
.search-field,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	line-height:1.3em;
    border: 1px solid #BBBBBB;
    border-radius: 0px;
    padding: 6px;
    margin: 0 0 0.25em 0;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow:none;
    outline:none;
	color:#515151;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
    cursor:pointer;
}
.woocommerce form .form-row select,
.variations .value select {
	font-family: 'Lato', sans-serif;
	font-weight:400;
    padding:3px 6px;
    margin: 0;
    border-radius:0px;
	background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #BBBBBB;
    outline:none;
    display: inline-block;
    /*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    cursor:pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.input-text:focus {
	background-color: rgba(0, 0, 0, 0.15) !important;
	color:#000 !important;
    transition: all 0.35s ease-in-out 0s;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: relative;
    float: left;
    margin-left: -20px;
    margin-top: 9px;
}
label.checkbox {
    padding: 2px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    line-height: 1.2em;
	margin: 8px 0 3px 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
    margin: 0 0 2px 0;
    padding: 0;
}
/*.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
div.loginform .um_login_button,
div.loginform .um_lostpass_button,
input[type="submit"] {
	background: #FFC017;
	background: #515151;
	background-color: rgba(0, 0, 0, 0.5);
	border:none;
    border-radius: 18px;
    box-shadow: none;
    color: #515151;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:700;
    left: auto;
    line-height: 1.428em;
    margin: 0;
    overflow: visible;
    padding: 4px 13px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
div.loginform .um_login_button:hover,
div.loginform .um_lostpass_button:hover,
input[type="submit"]:hover,
.widget_shopping_cart p.buttons a.button:hover {
    background: #818181;
	color: #FFF;
    text-decoration: none;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
    background: #FFC017;
    border-color: #FFC017;
    color: #515151;
    text-shadow: none;
    line-height: 1.2em;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
    background: #818181;
    color: #FFF;
    text-shadow: none;
}*/
.woocommerce form .form-row textarea {
	min-height:6em;
}
.wc-forward:after { /* Pfeilchen in "Weiter"-Knöpfen */
	content: "\f138" !important;
	margin-left: 0.3em !important;
}

.woocommerce-message a,
.woocommerce-error a {
	background-color: rgba(0, 0, 0, 0.3) !important;
	padding: 0 0.8em !important;
}
.woocommerce-message a:hover,
.woocommerce-error a:hover {
	background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Mini basket */
.site-header-cart .cart-contents {
	padding: 0 1em 0.2em 0 !important;
}
.site-header-cart .widget_shopping_cart {
	/*background-color: #FFF;
	background-attachment: scroll;
    background-position: left top;
    background-repeat: repeat;*/
}
.site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
	background-color: rgba(0, 0, 0, 0.05) !important;
}
/*.site-header-cart .widget_shopping_cart .cart_list a {
    color: #515151 !important;
}
.site-header-cart .widget_shopping_cart .cart_list a:hover {
    color: #9aa0a7 !important;
}*/
.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
  padding: 1em 0;
  text-align: left !important;
}

/* Product info box */
div.summary .product_title {
	font-size:2em;
}
div.price {
    line-height: 1.2em;
	margin-top:19px;
}
p.price {
	margin: 0 0 0.2em 0;
}
div.price .amount,
p.price .amount,
span.price .amount {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	color:#515151;
}
div.priceadditions-small,
p.priceadditions-small {
	font-size: 0.7em;
	margin-top: -10px;
	margin-bottom: 17px;
	line-height: 1.4em;
}
.product_meta,
.shipping_de small {
    font-size: 0.7em !important;
}
.product_meta .posted_in,
.product_meta .sku_wrapper,
.product_meta .tagged_as {
	border: none !important;
	padding: 0  !important;
	line-height: 1.5em !important;
}
.product_meta.small-grey a {
	color: #ABABAB;
}
.product_meta.small-grey a:hover,
.product_meta.small-grey a:focus {
	color: #ffcb05;
}



/* Product description tab area */
.woocommerce-tabs {
  border: none !important;
  padding: 0 !important;
}
.woocommerce-tabs ul.tabs {
	width: 100% !important;
	float: none !important;
	margin: 0;
	text-align: left;
}
.woocommerce-tabs ul.tabs li {
	display: inline-block !important;
	margin: 0;
	border: solid rgba(0, 0, 0, 0.25) !important;
	border-width: 1px 1px 0 1px !important;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 0;
}
.woocommerce-tabs ul.tabs li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-tabs ul.tabs li.active {
	background-color: transparent;
}
.woocommerce-tabs ul.tabs li.active:after {
	content: "";
	display:none !important;
}
.woocommerce-tabs ul.tabs li a {
  padding: 0.8em !important;
  display: block;
  text-decoration: none !important;
}
.woocommerce-tabs ul.tabs li a:hover {
	color:inherit;
}
.woocommerce-tabs .panel {
	width: 100% !important;
	float: none !important;
	margin: 0;
	padding:1em 0 0 0;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-width: 1px 0 0 0 !important;
}

/* Bundled products */
.bundled_product_summary .label,
.single_variation.bundled_item_cart_details {
    display: none;
}
.bundle-not-in-stock-hack {
    display: none;
}

div.summary h4.bundled_product_title.product_title {
	font-size: 1.2em; !important;
	margin-top: 0;
}
.bundle_form div.bundled_product_summary.product.bundled_item_optional {
	margin-bottom: 1em; !important;
	padding-bottom: 0 !important;
}


/* Stock status colors */
p.stock.out-of-stock {
	color:#CC0000;
}
p.stock.in-stock {
	color:#009900;
}

small.includes_tax {
	display:block;
}


.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
    clear: right !important;
    float: none !important;
    width: 100% !important;
}

h3#ship-to-different-address {
    font-size: 1em;
	font-weight: bold;
	color: inherit;
}
h3#ship-to-different-address label {
    cursor:pointer;
}
h3#ship-to-different-address input { /* Überschreibe hier neue Settings von Woocommerce Standard Storefront */
	float:left !important;
	margin: 5px 7px 5px 0 !important;
	position: relative !important;
	top: 0 !important;
	transform: translateY(0) !important;
}

#order_comments_field {
	margin-top:2em;
}

a.about_paypal {
    font-size: 0.75em;
    margin-left: 1em;
}

.woocommerce-checkout .payment-fixed {
    position: inherit !important;
    top: auto !important;
    z-index: auto !important;
}

.woocommerce-checkout p.order-print {
	display:none;
}

table.woocommerce-MyAccount-downloads td.download-actions {
	width:176px;
}

.woocommerce-account-fields {
    background-color: #f8f4ee;
    border: 1px solid #ccc;
    padding: 20px;
}
.woocommerce-account-fields {
	margin-top:1.2em;
}
.woocommerce-account-fields h3 {
	margin-top:0;
}
/*.woocommerce-account-fields div.create-account::before {
	content:'Kunden-Konto anlegen';
	font-size: 1.5em;
    font-weight: 900;
	color: #840b1c;
	line-height: 1.3em;
	margin-bottom: 0.540791em;
}*/
.woocommerce-additional-fields .attendee-wrapper {
    margin-bottom: 2em;
}

ul.woocommerce-error {
    background-color: #e40000;
}


/* ---------------------------------------------------------------
Produktseite für Tickets > etwas anders
--------------------------------------------------------------- */
div.product.product_cat-ticket .summary,
div.product.product_cat-tickets .summary,
div.product.product_cat-eyebody-tageskurse .summary {
    float: none !important;
    width: 100% !important;
}
div.product.product_cat-ticket .images,
div.product.product_cat-tickets .images,
div.product.product_cat-eyebody-tageskurse .images {
    display:none;
}

div.product.product_cat-ticket .onsale,
div.product.product_cat-tickets .onsale,
div.product.product_cat-eyebody-tageskurse .onsale {
    display: none !important;
}


/* ---------------------------------------------------------------
Foo Events
--------------------------------------------------------------- */
.woocommerce-additional-fields h2 {
    margin-top: 1em;
}


/* ---------------------------------------------------------------
Field Factory (order fields)
--------------------------------------------------------------- */
div.wccpf-fields-group-1 {
	margin-bottom:4em;
}
table.wccpf_fields_table {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0 !important;
}
table.wccpf_fields_table td {
    width: 100% !important;
	display:block !important;
}
table.wccpf_fields_table td.wccpf_label {
    padding: 10px 0 1px 0 !important;
}
table.wccpf_fields_table td.wccpf_label label {
    width: 100% !important;
}
table.wccpf_fields_table td.wccpf_value {
    padding: 1px 0 10px 0 !important;
    vertical-align: top !important;
}


/* ---------------------------------------------------------------
Deposits
--------------------------------------------------------------- */
.wc-deposits-wrapper .wc-deposits-option li {
	float:none !important;
	width:100% !important;
}


/* ---------------------------------------------------------------
Contact Form 7 forms
--------------------------------------------------------------- */
span.wpcf7-list-item {
    margin: 0 !important;
}
.form-text {
    font-weight: 900;
}


/* ---------------------------------------------------------------
Fancybox images
--------------------------------------------------------------- */
/*.fancybox {
	border: 5px solid #FFFFFF;
    border-radius: 16px;
	-webkit-box-shadow: 0 2px 4px -2px #001B02;
            box-shadow: 0 2px 4px -2px #001B02;
    display: inline-table;
    margin-right: 8px;
	margin-top: 12px;
	float:left;
}
.fancybox img {
    border: 1px solid #DDDDDD;
    border-radius: 11px;
}*/
#fancybox-wrap, #fancybox-wrap * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* ---------------------------------------------------------------
Infobox above the content (Holiday advertisement etc.)
--------------------------------------------------------------- */
.topcontent_shopinfo {
    background-color: #b0ff00;
    color: #000000;
    display: block;
    font-size: 1.2em;
    margin: 0 0 1.5em;
    padding: 0.5em;
    text-align: center;
}


/*Rot 				#840B1C;
Orange				#FFDA9F;
Heller Hintergrund	#FFFBF5;*/


/* ---------------------------------------------------------------
Gravity Forms
--------------------------------------------------------------- */
body .gform_wrapper ul li.gfield {
    margin-top: 28px;
    padding-top: 0;
}
.gform_body label {
    font-size: inherit !important;
    font-weight: normal !important;
}
.gform_wrapper label.gfield_label {
    font-size: inherit;
    font-weight: normal !important;
}
.gform_wrapper .gfield_radio li label,
.gform_wrapper .gfield_checkbox li label {
    margin: 0 0 0 24px !important;
    font-weight: normal !important;
}
ul.gfield_radio li.radio input[type="radio"],
ul.gfield_checkbox li.checkbox input[type="checkbox"] {
	margin-top:8px;
}
.gform_wrapper .description_above .gfield_description {
    padding: 0;
	margin:0;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 1px;
	line-height:1.4em;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    line-height: 1.3;
    margin: 0 0 4px;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_time_"] label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    display: block;
    font-size: 80%;
    letter-spacing: 0;
    white-space: nowrap;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
/* Infotext mit Linie drunter */
.gform_wrapper ul.gform_fields li.gfield.gf_forms_infotext_line {
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 3em !important;
}
.gform_wrapper .gform_page_footer {
    border-top: 1px solid #ccc;
    margin: 40px 0;
}
/* Seminar-Anmeldung Speciale */
.gfield.step-header {
    background-color: #555555;
    color: #FFFBF5;
	font-weight:900 !important;
    line-height: 1.75em !important;
    padding: 1px 10px !important;
}
.gfield.step-header p {
	font-weight:900 !important;
	margin:0;
	padding:0;
}
.gfield.inputs-check > table {
    border: 0 none !important;
}
.gfield.inputs-check > table > tbody > tr > td {
    padding: 0 !important;
}
.gfield.inputs-check > table > tbody > tr > td > table td {
    padding: 5px !important;
}
.gfield.inputs-check > table > tbody > tr > td > table td font {
	font-size:100% !important;
}
/* verberge den Zurück-Button > die Class "gf_hide_back_button" muss in dem Seitenwechsel VOR der Seite eingefügt werden, wo dieses greifen soll !!! */
.gf_hide_back_button .gform_previous_button {
    display: none !important;
}


/* ---------------------------------------------------------------
Woocommerce Deposits
--------------------------------------------------------------- */
#basic-wc-deposits-options-form {
    background-color: #f8f4ee;
    border: 1px solid #ccc;
    padding: 20px;
}
#basic-wc-deposits-options-form hr.separator {
    display: none;
}
#basic-wc-deposits-options-form .deposit-option,
#basic-wc-deposits-options-form .deposit-option span.woocommerce-Price-amount {
	font-weight: 900;
}
#basic-wc-deposits-options-form .deposit-option span#deposit-suffix {
	font-weight: 400;
}
#basic-wc-deposits-options-form .deposit-option span#deposit-amount:before { /* break before the amount */
	content: ' ';
	display: block;
}

.basic-switch-woocommerce-deposits label {
	margin: 0 12px 0 0 !important;
}



/* ---------------------------------------------------------------
Audio File Playlist Styles
--------------------------------------------------------------- */
.wp-playlist-item-download {
	float: right;
	width: 80px;
	text-align: right;
}
.wp-playlist-item {
	width: 87%;
	display: inline-block;
}
.wp-playlist-playing {
    background: #FFDA9F !important;
}
.wp-playlist-playing .wp-playlist-item-title {
    font-weight: 700;
}
/* Player ganz oben im Fenster anzeigen, wenn man nach unten scrollt.
>> Siehe dazugehöriges JavaScript in application.js */
.wp-playlist .mejs-container,
.wp-playlist .wp-playlist-current-item * {
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.wp-playlist .mejs-container.scroll_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9980;
    height: 110px !important;
}
.wp-playlist .wp-playlist-current-item.scroll_fixed {
    position: fixed;
    top: 7px;
    left: 18px;
    width: 100% !important;
    z-index: 9990;
}
.wp-playlist .wp-playlist-current-item.scroll_fixed * {
    color: #FFFFFF;
}
.wp-playlist .wp-playlist-tracks.scroll_fixed {
    margin-top: 145px !important;
}



/* ---------------------------------------------------------------
Appointments 
--------------------------------------------------------------- */
.wc-appointments-date-picker .appointable {
    background: #9DE398 !important;
}
.wc-appointments-date-picker .appointable a {
    font-weight: bold !important;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field.wc_appointments_field_timezone label {
	position: initial !important;
	font-size: 1em !important;
	padding: 0 0 0.2em 0 !important;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc_appointments_field_staff {
	margin-top: 2em !important;
}




/* ---------------------------------------------------------------
Media queries
--------------------------------------------------------------- */
@media (max-width: 950px) {
	/* product category menu smaller */
	.yellow-navigation .main-navigation ul.menu > li > a {
		padding: 0 0.5em 1.2em;
	}
	/* content > full width */
	.right-sidebar .content-area {
		float: none !important;
		margin-right: 0  !important;
		width: 100% !important;
	}
	.right-sidebar .widget-area {
		float: none !important;
		margin-right: 0  !important;
		width: 100% !important;
	}
	#masthead .col-full.offset-top-on-mobile {
		margin-top: 3.5em;
	}
	div.post-leading-image-fullwidht.fadein {
		height: 300px;
	}

	#masthead .col-full.offset-top-on-mobile {
    	margin-top: 0;
	}

	/* Newsletter-Anmeldung (komplette Sidebar) bei Einzelsession-Formular ausblenden */
	body.page-id-11517 div#secondary {
		display:none;
	}
	
	.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
		float: none;
		clear: both;
		text-align: right;
		margin: 20px;
	}

}
@media (max-width: 768px) {
	/* Hide top menu */
	#menu-top-menu {
		display:none;
	}
	/* Skjule brødsmuler */
	.woocommerce-breadcrumb {
		visibility: hidden;
		padding: 0;
		margin: 0 0 1em 0;
	}
	div.post-leading-image-fullwidht.fadein {
		height: 200px;
	}
	/* Playlist */
	.wp-playlist-item-download {
		float: none;
		width: 100%;
		display: block;
		text-align: right;
	}
	.wp-playlist-item {
		width: 100%;
		display: block;
	}

}
