.site-branding form.woocommerce-product-search {
	text-align: right;
}
.site-branding form.woocommerce-product-search button[type="submit"] {
	position: absolute;
	right: 20px;
	top: 15px;
	border: none;
	background: transparent url(./assets/images/lupe.png) center center no-repeat;
	background-size: 100%;
	padding: 0;
	width: 18px;
	height: 36px;
	text-indent: -99999px;
	cursor: pointer;
}

.site-branding form.woocommerce-product-search input.search-field {
	border-radius: 30px;
	background: #e3e3e3;
	border: 1px solid #e3e3e3;
	padding: 5px 15px;
	width: 320px;
}

body.search-results .woocommerce-breadcrumb{
	display: none;
}

section#search-sidebar.filter-zeitschriften-inactive #woocommerce_layered_nav-3{
	display: none;
}

.search-sidebar-widget .widget-title{
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
	margin-bottom: 1rem;
}

.search-sidebar-widget ul.woocommerce-widget-layered-nav-list{
	margin-left: 0;
	padding: 0;
}

.search-sidebar-widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item{
	list-style-type: none;
	display: inline-block;
	padding: 10px;
	background: #e5344c;
	border: 1px solid #e5344c;
	margin-right: 10px;
}

.search-sidebar-widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:hover{
	background: white;
}

.search-sidebar-widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:hover span,
.search-sidebar-widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:hover a{
	color: #707173;
}

.search-sidebar-widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item span{
	color: white;
}

.search-sidebar-widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a{
	display: inline-block;
	color: white;
}

/* .search-sidebar-widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:before{
	content:"\2192";
} */

#catCheckboxes{
	margin-bottom: 1.5rem;
}

#catCheckboxes .filter-title{
	display: inline-block;
	padding-bottom: 2px;
    border-bottom: 1px solid black;
    margin-bottom: 1rem;
}

#catCheckboxes .filterLink{
	display: inline-block;
	padding: 10px;
	background: #e5344c;
	border: 1px solid #e5344c;
	margin-right: 10px;
	margin-bottom: 10px;
	color: white;
	pointer-events: none;
	opacity: 0.25;
}

#catCheckboxes .filterLink.active{
	pointer-events: all;
	opacity: 1;
}

#catCheckboxes .filterLink.current{
	border: 2px solid #e5344c;
	background: white;
	color: #e5344c;
}

#search-sidebar .resulttest{
	display: none !important;
}

.breadcrumb, .woocommerce-breadcrumb{
	background: transparent !important;
}

.slick-slider .slick-dots{
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 1.5rem;
	overflow: hidden;
}

.slick-slider .slick-dots li{
	cursor: pointer;
}

.slick-slider .slick-dots li.slick-active{
	color: #e5344c;
}

.slick-slider .slick-dots li button{
	opacity: 0;
}

#account-navigation{
	background: transparent;
}

.site-branding{
	border-bottom: 1px solid #e3e3e3;
    padding: 15px 0 30px;
}

ul#account-menu li:first-child a:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    margin-right: 7px;
}

ul#account-menu li:nth-child(2) a:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    margin-right: 7px;
}

ul#login-menu li:first-child a:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f007";
    margin-right: 7px;
}

ul#login-menu li:nth-child(2) a:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    margin-right: 7px;
}

.page-template-page-contacts article{
	max-width: 66.66667%;
    margin: 0 auto 1.5rem auto;
}

.page-template-page-contacts article .sidebar{
	padding: 5rem 1.5rem;
	border-left: 1px solid #e3e3e3;
}

nav#jc-navigation ul {
	text-align: left;
}

nav#jc-navigation ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

nav#jc-navigation ul > li a {
	display:block;
	padding:0px 30px;
	padding-bottom:15px;
	font-family: "NettoBold", "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: #707173;
}

nav#jc-navigation ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 300;
	overflow: visible;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
	box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
	padding: 1rem 0;
	text-align: left;
}
nav#jc-navigation ul.sub-menu > li {
	width: 20rem;
	display:inline-block;
}
nav#jc-navigation ul.sub-menu > li a {
	padding: 15px 30px;
	border-bottom: 1px solid #e3e3e3;
}

nav#jc-navigation ul.sub-menu > li:last-child a{
	border-bottom: none;
}

nav#jc-navigation ul > li:hover ul.sub-menu {
	display:inline-block;
}

nav#jc-navigation ul > li ul.sub-menu li ul.sub-menu {
	display: none;
}
nav#jc-navigation ul > li ul.sub-menu li:hover ul.sub-menu {
    display: inline-block;
    right: -20rem;
    left: 18.5rem;
    top: -1rem;
    z-index: 350;
}

nav#jc-navigation ul > li ul.sub-menu li.menu-item-has-children::after{
	content: "\f061";
	/* content: "\f007"; */
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color: #707173;
    position: absolute;
    right: 20px;
    top: 15px;
    display: inline-block;
}

@media screen and (max-width: 850px){
	nav#jc-navigation .menu-navigation-container {
		display: none;
	}
}

/* @media screen and (min-width: 769px) {
	#toggle {
	display:none;
	}

	}  */
@media screen and (min-width: 850px) {
	#jc-mobile-navigation{
		display: none;
	}
}
@media screen and (max-width: 850px) {
	#jc-mobile-navigation {
		position: fixed;
		height: 100%;
		width: 100vw;
		background: rgba(255, 255, 255, 1);
		color: white;
		top: 0px;
		left: -100vw;
		overflow:auto;
		z-index: 1000;
		padding-top: 3rem;
	}

	#jc-mobile-navigation.is-open{
		left: 0;
	}
	#jc-mobile-navigation .menu-toggle{
		margin: 0 auto 1rem auto;
	}

	#jc-mobile-navigation form.woocommerce-product-search{
		text-align: center;
	}

	#jc-mobile-navigation form.woocommerce-product-search button[type="submit"]{
		opacity: 0;
	}


	/* #toggle {
	float: right;
	position: fixed;
	top: 60px;
	right: 45px;
	width: 28px;
	height: 24px;

	} */

	.jc-mobile-navigation{
		padding: 0;
		margin: 2rem 0 0 0;
	}

	.jc-mobile-navigation > li {
		border-top: 1px solid #e3e3e3;
	}

	.jc-mobile-navigation li {
		padding:20px;
		width:100%;
		position: relative;
	}

	.jc-mobile-navigation li a{
		position: relative;
	}

	.jc-mobile-navigation > li.menu-item-has-children > a:after{
		content: "\f061";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #707173;
		position: absolute;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
	}

	.jc-mobile-navigation > li > a{
		display: block;
		padding: 0.5rem;
	}

	.jc-mobile-navigation li a {
		color:#707173;
		text-decoration:none;
		width:100%;
	}

	.jc-mobile-navigation li .sub-menu{
		display: none;
		padding: 0;
	}

	.jc-mobile-navigation li .sub-menu li a{
		display: block;
	}

	.jc-mobile-navigation li .sub-menu.is-open{
		display: block;
	}
}