/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav {
	display: none;
}

.l-menubar {
	/* overwrite inline style... */
	max-width: 970px !important;

	/* Sticky without js
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	*/
}

.filter-select {
    display: none;
}

.show-for-xlarge {
	display: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
@media all and (max-width: 1190px) {
	.l-constrained,
	.l-holder {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
	
	.startpage-img h1 {
		font-size: 90px;	
	}
	
	.startpage-img {
		font-size: 34px;	
	}
	
	.startpage-img__keys {
		right: -30px;	
	}
	
	.startpage-img__keys img {
		max-width: 250px;	
	}
	
	.startpage-box-1, .startpage-box-3 {
		width: 30%;	
	}
	
	.startpage-box-2 {
		margin-left: 2%;
		margin-right: 2%;
	}
}

/* XLarge */
@media all and (max-width: 960px) {
	.l-sidebar {
		display: none;
	}

	.l-product-col-1 {
		width: 55%;
	}
	
	.startpage-box h2 {
		font-size: 24px;	
	}
	
	.startpage-bottom h2 {
		font-size: 20px;	
	}
	
	.startpage-box .btn--primary {
		padding: 10px 15px;
		font-size: 14px;	
	}
	
	.startpage-box {
		padding: 12px 12px 20px;	
	}
	
	.startpage-img h1 {
		margin-bottom: 0;
		font-size: 70px;
	}
	
	.startpage-img__keys img {
		max-width: 190px;
	}
	
	.startpage-img {
		font-size: 30px;
		padding-bottom: 130px;
		padding-top: 30px;
	}
}

/* Large */
@media all and (max-width: 768px) {
	body {
		background: #fff;
	}

	.l-main {
		width: 100%;
	}

	.l-inner,
	.view-home .l-inner,
	.view-checkout .l-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.l-menubar-wrapper,
	.l-menubar {
		display: none;
	}

	.l-menubar-ghost {
		display: none;
	}

	.l-menubar,
	.l-footer {
		margin-left: 0;
		margin-right: 0;
	}

	.l-sidebar-primary {
		display: none;
	}

	.l-content {
		margin-top: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.l-holder {
		margin: 0;
		margin-top: 65px; /* Same as .l-mobile-header height */

		background: #fff;
		box-shadow: none;
		border-radius: 0;
	}

	.l-mobile-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;

		display: block;
		width: 100%;
		height: 65px;

		background: #fff;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}

	.l-header {
		display: none;
	}
	
	.view-home .l-header {
		display: block;	
	}

	.l-mobile-nav {
		position: absolute;
		z-index: 99;
		top: 65px; /* Same as .l-mobile-header height */
		bottom: 0;
		left: 0;
		right: 0;

		display: none;
		padding-top: 20px;
		padding-bottom: 70px;
		overflow-y: auto;

		background-color: #F6F6F6;

		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch !important;
	}

	html.is-mobile-nav-open,
	.is-mobile-nav-open body {
		height: 100%;
		overflow: hidden;
	}
	.is-mobile-nav-open .l-holder {
		height: 100%;
		margin-top: 0;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}

	.l-footer {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0;

		border-style: none;
		border-bottom-color: #e2e2e2;
		border-radius: 0;

	}

	.l-footer-col-1 {
		width: 50%;
		margin-right: 0;
	}
	.l-footer-col-2 {
		width: 50%;
		margin-left: 4.5%;
	}
	.l-footer-col-3 {
		margin-top: 25px;
		clear: both;
	}
	
	.startpage-bottom__left,
	.startpage-bottom__right {
		float: none;
		width: 100%;
	}
	
	.startpage-bottom__left {
		padding-bottom: 20px;	
	}
	
	.startpage-box-1,
	.startpage-box-2,
	.startpage-box-3 {
		float: none;
		width: 100%;
		margin: 0;	
	}
	
	.startpage-box-1,
	.startpage-box-2 {
		margin-bottom: 20px;	
	}
	
	.startpage-box .btn--primary {
		margin-top: 0;	
	}
	
	.view-home .l-header__left,
	.view-home .l-header__right {
		float: none;
		text-align: center;
		margin: 0;
		padding: 0;	
	}
	
	.l-header__right__bottom {
		display: none;	
	}
	
	.view-home .l-header__left {
		padding-bottom: 10px;	
	}
	
	.l-header__right li {
		margin-left: 7px;
		margin-right: 7px;	
	}
	
	.site-logo {
		margin-top: 5px;	
	}
	
	

/*	.about-tbl td {
		width: 50%;
	}

	.about-img {
		width: 100% !important;
	}*/
	
	.startpage-top-footer li {
		margin-left: 10px;
		margin-right: 10px;
		
		max-width: 140px;
		max-height: 40px;
	}
	.startpage-top-footer li img {		
		max-width: 100%;
		max-height: 40px;
		width: auto !important;
		height: auto !important;
	}

}

@media all and (max-width: 600px) {
	.checkout-area-addresses,
	.checkout-area-paymentoptions,
	.checkout-area-send {
		width: 100%;
		padding-right: 0;
	}

	.checkout-col-1,
	.checkout-col-2 {
		width: 100%;
	}
	.checkout-col-1 {
		margin-right: 0;
	}
	
	.startpage-img h1 {
		font-size: 50px;
	}
	
	.startpage-img__keys {
		display: none;
	}
	
	.startpage-img {
		font-size: 24px;
		padding-bottom: 80px;
		padding-top: 20px;
	}

}

/* Medium */
@media all and (max-width: 480px) {
	.l-holder {
		margin-top: 50px; /* Same as .l-mobile-header height */
	}
	.l-mobile-header {
		height: 50px;
	}
	.l-mobile-nav {
		top: 50px; /* Same as .l-mobile-header height */
	}

	.l-product-col-1 {
		width: auto;
		margin-right: 0;
		float: none;
	}
	.l-product-col-2 {
		overflow: hidden;
	}

	.l-content {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.startpage-img h1 {
		font-size: 38px;
	}
	
	.startpage-img {
		font-size: 18px;
	}

	.l-footer-col-1,
	.l-footer-col-2 {
		width: 100%;
		margin-bottom: 15px;
		margin-left: 0;
		float: none;
		overflow: hidden;
	}
	
	.site-logo,
	.site-logo img {
		max-width: 100%;	
	}
}

/* ==========================================================================
   Modules
   ========================================================================== */

/* Large */
@media all and (max-width: 768px) {
	.site-banner,
	div#topcart-hoverarea,
	.vat-selector {
		display: none;
	}

	.mini-site-logo,
	.mini-menu,
	.mini-cart {
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.mini-site-logo {
		left: 65px;
		right: 65px;

		max-width: 155px;
		margin: auto;
	}
	.mini-menu,
	.mini-cart {
		width: 65px;
		color: #444;
	}
	.mini-menu {
		left: 0;
		font-size: 30px;
	}
	.mini-cart {
		right: 0;
		font-size: 22px;
	}
	.mini-cart-inner {
		position: relative;
		display: inline-block;
	}
	.mini-cart-count {
		position: absolute;
		top: -4px;
		right: -10px;

		height: 17px;
		width: 17px;

		background: #ee7a25;
		border-radius: 50%;

		line-height: 17px;
		font-size: 11px;
		color: #fff;
		text-align: center;
	}
	.is-mobile-nav-open .mini-menu {
		font-size: 22px;
	}
	.is-mobile-nav-open .mini-menu .wgr-icon:before {
		content: "\f00d";
	}

	.wgr-production {
		margin-top: 15px;
		color: #555;
	}

	.intro-entre-login .col-2 {
		margin-left: 0;
	}



	.filter-section {
        display: none;
    }
    .filter-select {
        display: block;
        margin-bottom: 15px;
    }
    .filter-select select {
        width: 100%;
    }
}

/* Medium */
@media all and (max-width: 480px) {
	#produktdata,
	.checkout-thumbnail {
		display: none;
	}

	.mini-site-logo {
		max-width: 135px;
	}

	.product-carousel {
		height: auto;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 15px;
		line-height: 1;
		text-align: center;
	}

	.review-col-1 {
		max-width: auto;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}

	#checkoutSettings {
		overflow: auto;
	}
	.checkoutExtraTable td {
		display: block;
	}
	.basic-table {
        padding: 5px;
        width: 100% !important;
    }
    .basic-table  td {
        display: block;
        padding: 0;
    }
 
    .basic-table  td input[type="text"],
    .basic-table  td textarea  {
        width: 100% !important;
        margin-bottom: 10px;
    }
 
    .media-img {
        display: none;
    }

.intro-entre-login input[type="text"], .intro-entre-login input[type="email"], .intro-entre-login input[type="password"] {
	width: 100%;
}

.intro-entre-login {
	padding: 13% 0 0 21%;
}

}

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.site-search {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-search__input {
		width: 100%;
		font-size: 16px;
	} 

	.mobile-module {
		margin-bottom: 30px;
	}
	.mobile-module__heading {
		margin: 0;
		padding: 8px 18px;
		font-weight: bold;
		color: #444;
		text-transform: uppercase;
	}

	.mobile-listmenu {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	.mobile-listmenu a {
		position: relative;

		display: block;
		padding: 10px 18px;
		border-bottom: 1px solid #e2e2e2;

		font-size: 12px;
		color: #222;
	}
	.mobile-listmenu .selected {
		font-weight: bold;
	}

	.mobile-listmenu-0 {
		background-color: #fcfcfc;
		border-top: 1px solid #e2e2e2;
	}

	.mobile-listmenu-0 > li > a {}
	.mobile-listmenu .mobile-listmenu {
		background: rgba(0,0,0,.02);
	}

	/* Font icon */
	.menu-node {
		width: 20px;
		height: 20px;
		margin-right: 8px;
		color: #693;
		text-align: center;
		line-height: 20px;

		font-size: 18px;
	}
	.lang-changer {
		text-align: center;
	}

	.product-custom-fields input {
		width: 100%;
	}

	#stafflandemain {
		margin-top: 15px;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.site-search {
		margin-left: 12px;
		margin-right: 12px;
	}

	.module__heading {
		padding-left: 12px;
		padding-right: 12px;
	}
	.mobile-listmenu a {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.l-footer {
		margin-left: 15px;
		margin-right: 15px;	
	}
}

/** Grid-gallery **/

/* XLarge */
@media all and (max-width: 960px) {
	.grid-gallery > li,
	.view-home .grid-gallery > li {
		width: 31.33%;
	}
}

/* Medium */
@media all and (max-width: 600px) {
	.grid-gallery > li,
	.view-home .grid-gallery > li {
		width: 48%;
	}
}

/* ==========================================================================
   Helpers
   ========================================================================== */

/* XLarge */
@media all and (max-width: 960px) {
	.hide-for-xlarge {
		display: none !important;
	}
	.show-for-xlarge {
		display: block !important;
	}
}

/* Large */
@media all and (max-width: 768px) {
	.hide-for-large {
		display: none !important;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.hide-for-medium {
		display: none !important;
	}
}

/* Small */
@media all and (max-width: 320px) {
	.hide-for-small {
		display: none !important;
	}
}