/*
Theme Name: 	Move Online
Theme URI: 		http://mohnrot.ch
Version: 		1.02
Author: 		mohnrot
Author URI: 	http://mohnrot.ch
*/



/*** Sensible Defaults ***/

@import "css/reset.css";
@import "css/flickity.css";
@import "js/lightbox/css/lightbox.min.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }

::-moz-selection 	{ background:rgba(0,0,0,0.5); color:#fff; }
::selection 		{ background:rgba(0,0,0,0.5); color:#fff; }

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	        font-smoothing: antialiased;
}

/* Helper Classes */

.clear { clear: both; }
strong { font-weight: bold; font-family: futura-pt-bold, sans-serif; }
em { font-style: italic; }
a, a:link, a:visited, a:hover, a:focus { color: inherit; text-decoration: none; }


html, body {
	font-family: futura-pt, sans-serif;
	font-size: 13px;
	line-height: 120%;
	background: #fff;
	background: #f8f6e3
}

	@media (min-width: 500px) {
		html, body {
			font-size: 15px;
			line-height: 120%;
		}
	}

	@media (min-width: 800px) {
		html, body {
			font-size: 14px;
			line-height: 120%;
		}
	}

	@media (min-width: 1000px) {
		html, body {
			font-size: 15px;
			line-height: 120%;
		}
	}

h1 {
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 120%;
	margin: 1.5rem 0 0.5rem 0
}

.page-wrap {
	min-height: 100vh;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
}

.page-wrap > * {
	width: 100%;
}

.nav-toggle {
	width: 40px;
	height: 40px;
	position: absolute;
	padding-top: 2px;
	cursor: pointer;
	top: 0;
	right: 1.2rem;
}

	.nav-toggle span {
		width: 70%;
		height: 3px;
		background: #fff;
		display: block;
		margin: 5px 0 5px auto;
	}

	.open .nav-toggle span {
		background: #624A3C
	}


header {
	position: static;
}

@media print {
	header {
		display: none;
	}
}

nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	display: none;
	background: #f8f6e3 url(css/img/menu_on.jpg) no-repeat top 50vh center;
	background-size: 100% auto;
	z-index: 99999;
	padding: 3rem 0;
	overflow: auto;
	opacity: 0.98;
	line-height: 120%;
}

	@media (min-width: 1000px) {
		nav {
			background-position: top center;
		}
	}

	header.open nav {
		display: block;
	}

	header nav .wrap > ul {
		display: flex;
		flex-flow: row wrap;
		color: #624A3C;
	}

		header nav .wrap > ul > li {
			width: 100%;
			font-size: 1.5rem;
			line-height: 100%;
		}

		@media (min-width: 1000px) {
			header nav .wrap > ul > li {
				width: 25%;
				font-size: 1.25rem;
				line-height: 100%;
			}
		}

		header nav .wrap > ul > li > a {
			display: none;
		}

		header nav ul li {
			margin-bottom: 0.75rem;
		}

		header nav ul li a {
			display: block;
			padding: 0.25rem 1rem 0.25rem 0;
		}

			@media (min-width: 1000px) {
				header nav ul li a {
					padding: 0 1rem 0 0;
				}
			}

.logo-bar {
    min-height: 8rem;
	height: 22vw;
    width: 100%;
    background: #8fbe21 url(css/img/header.jpg) no-repeat center;
	background-size: cover;
    overflow: hidden;
    z-index: 1;
    position: relative;
	padding-top: 1.5rem;
}

	/* @media (min-width: 1000px) {
		.logo-bar {
		    height: 13.3rem;
		    width: 100%;
			padding-top: 5rem;
		}
	} */

	.logo-bar .wrap {
		height: 100%;
	}



.logo {
	width: 76%;
    background-image: url(css/img/handpanshop.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	margin-right: 1rem;
	display:block;
	position: absolute;
	bottom: 0.25rem;
	right: 0;
}

	@media (min-width: 600px) {
		.logo {
			width: 50%;
			bottom: 1rem;
		}
	}

	.logo::after {
		content: "";
		display: block;
		padding-bottom: 23%;
	}


	@media (min-width: 1200px) {
		.logo {
			width: 50%;
		}
	}

.tagline {
	font-size: 1rem;
	line-height: 120%;
	margin-top: 0.5rem;
}

	@media (min-width: 1000px) {
		.tagline {
			font-size: 1.13rem;
			line-height: 120%;
			margin-top: 1.8rem;
		}
	}

.wrap {
    width: 100%;
    max-width: 1030px;
    padding: 0 1.2rem;
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.meta-filter-cart-holder {
	width: 100%;
	align-items: flex-start;
}

@media (max-width: 999px) {
	.meta-filter-cart-holder {
		flex-flow: row wrap-reverse;
	}
}

.meta-filter-cart-holder .shop-alerts-holder {
	width: auto; padding: 0; margin-left: auto;
	align-items: flex-start;
}

.meta-filter-cart-holder .shop-alerts-holder a {
	margin: 0 0 0.5rem 0;
}

.meta-filter-cart-holder .message {
	margin: 0 0 0.5rem 0 !important
}

.main-content {
    background: #f8f6e3;
	color: #624A3C;
    padding: 0 0 4rem 0;
}

p a,
p a:link,
.shop-personal-text a,
form a {
	 color: #8fbe21 !important;
	 text-decoration: underline !important;
 }

.shop-area-holder {
	display: flex;
	flex-flow: row wrap;
	margin: 2rem 0;
	margin-left: -0.6rem;
	width: calc(100% + 1.2rem);
}

.shop-area {
	background: #b3a39a;
	box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
	width: 100%;
	width: calc(100% - 1.2rem);
	margin: 0.6rem;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

	.shop-area:hover  {
		background: #8fbe21;
	}

	@media (min-width: 300px) {
		.shop-area {
			width: 50%;
			width: calc(50% - 1.2rem);
		}
	}

	@media (min-width: 750px) {
		.shop-area {
			width: 33.33%;
			width: calc(33.33% - 1.2rem);
		}
	}

.shop-photo {
	display: block;
	background-color: #b09d8f;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

	.shop-photo::before {
		content: "";
		display: block;
		padding-bottom: 70%;
	}

.shop-preview-bar {
	color: #fff;
	min-height: 6.5rem;
	padding: 1rem;
	display: block;
}

	.shop-area-holder .shop-name {
		font-size: 1rem;
		line-height: 100%;
		font-family: futura-pt-bold, sans-serif;
		font-weight:700;
		text-transform: uppercase;
		display: block;
	}

	@media (min-width: 500px) {
		.shop-area-holder .shop-name {
			font-size: 1.2rem;
			line-height: 100%;
		}
	}

	@media (min-width: 800px) {
		.shop-area-holder .shop-name {
			font-size: 1.38rem;
			line-height: 100%;
		}
	}

	.shop-area .shop-location  {
		display: block;
		margin-top: 0.75rem;
	}

.shopping-cart-icon {
	background-image: url(css/img/shoppingcart-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.67rem;
	height: 1.67rem;
	display: block;
	margin-left: auto;
}

	.shop-area .shopping-cart-icon {
		opacity: 0.6;
		transition: all 0.2s ease-in-out;
	}

	.shop-area:hover .shopping-cart-icon {
		opacity: 1;
	}

.trash-can-icon {
	background-image: url(css/img/trashcan-brown.svg);
	background-size: auto 95%;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.67rem;
	height: 1.67rem;
	display: block;
	margin-left: 1rem;
}

.shop-holder {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	width: 100%;
}

.shop-data-holder {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.shop-data-holder .info {
	display: flex;
	flex-flow: row wrap;
	flex: 1;
}

.shop-data-holder .menu {
	margin-left: auto;
	display: flex;
	flex-flow: row wrap;
	flex: 1;
}

.shop-description {
	width: 100%;
	/* display: flex;
	flex-flow: column wrap;
	justify-content: space-between; */
}

	@media (min-width: 600px) {
		.shop-data-holder {
			flex-flow: row wrap;
		}

		.shop-description {
			width: auto;
			margin-right: 2.5rem !important;
		}

		.shop-description.shop-description3 {
			/* margin-left: auto !important; */
			margin-right: 0 !important;
			text-align: right;
			padding-left: 1rem
		}

		/* .shop-description br {
			display: none;
		} */


	}

.shop-alerts-holder {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;

}

.shop-alerts-holder .button, .shop-alerts-holder .message {
	margin: 2rem 0;
	display: inline-block;
}

.shop-alerts-holder .message {
	flex: 1;
	border-right: 1px solid #ccc;
}

.shop-alerts-holder .button {
	display: flex;
	align-items: center;
}

.shop-holder .shop-name {
	font-size: 1.75rem;
	line-height: 95%;
	font-family: futura-pt-bold, sans-serif;
	font-weight:700;
	text-transform: uppercase;
	width: 100%;
}

	@media (min-width: 1000px) {
		.shop-holder .shop-name {
			font-size: 2.75rem;
			line-height: 95%;
		}
	}

.shop-description {
	margin: 1rem 0 2rem 0;
}

	.shop-description p a {
		color: inherit !important;
	}

	@media (max-width: 599px) {
		.shop-description+.shop-description {
			margin-top: -1rem;
		}
	}

a.back-link {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background: #8fbe21;
	color: #fff;
	padding: 1rem;
}

.item-holder {
	margin: 2rem 0;
	margin-left: -0.25rem;
	width: calc(100% + 0.5rem);
	display: flex;
	flex-flow: row wrap;
}

.item-photo-holder {
	width: 100%;
	width: calc(100% - 0.5rem);
	margin: 0.25rem;
	padding: 0;
	/* box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.2); */
	position: relative;
	align-self: flex-start;
}

	@media (min-width: 450px) {
		.item-photo-holder {
			width: 50%;
			width: calc(50% - 1.2rem);
		}
	}

	@media (min-width: 750px) {
		.item-photo-holder {
			width: 33.33%;
			width: calc(33.33% - 1.2rem);
		}
	}

.item-photo-holder-cart {
	width: 16.66%;
	width: calc(16.66% - 0.5rem);
	margin: 1rem;
	align-self: flex-start;
}


.item-photos {
	position: relative;
}


.item-photo {
	display: block;
	background: #f8f6e3;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}

.item-photo:nth-child(1) {
	position: relative;
	z-index: 9999;
}

	.item-photo:nth-child(1) {

	}

	.item-photo::before {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

	.item-photo.normal-img::before {
		display: none;
	}

	.item-photo-holder .item-price {
		position: absolute;
		bottom: 0;
		right: 1rem;
		padding: 0.25rem 0.25rem;
		background: rgba(255,255,255,0.6);
		z-index: 999999;
	}

	.item-photo-holder .flickity-page-dots {
		bottom: auto;
		left: 10px;
		bottom: 10px;
		text-align: left;
	}


	.item-photo-holder .next {
		transform: translateX(100%) translateY(-50%);
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}

	.item-photo-holder .previous {
		transform: translateX(-100%) translateY(-50%);
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}

	.item-photo-holder:hover .next,
	.item-photo-holder:hover .previous {
		transform: translateX(0) translateY(-50%);
		opacity: 1;
	}

	.item-photo-holder:hover .next svg,
	.item-photo-holder:hover .previous svg {
		color: #8fbe21;
	}

.item-description-holder {
	flex: 1;
	overflow: hidden;
	padding-left: 1px;
	margin-top: 5.5rem;
}

	@media (min-width: 450px) {
		.item-description-holder {
			padding-left: 1rem;
		}
	}

	@media (min-width: 750px) {
		.item-description-holder {
			margin-top: 0;
		}
	}

	@media (min-width: 750px) {
		.item-description-holder {
			padding-left: 5rem;
		}
	}

.item-description-holder-cart {
	padding-left: 2.5rem;
	padding-top: 1rem;
	padding-bottom:1rem;
	padding-right: 1rem;
	flex: 1;
}

	.item-description-holder .item-price, {
		color: #8fbe21;
		font-size: 1.2rem;
		line-height: 120%;
	}

.section-title {
		color: #8fbe21;
		font-size: 1.4rem;
		line-height: 120%;
		text-transform: uppercase;
		font-family: futura-pt-bold, sans-serif;
		font-weight: 700;
		margin-bottom: 1.4rem;
	}

.item-description {
	margin: 0 0 2rem 0;
}

.item-name {
	font-size: 1.4rem;
	line-height: 120%;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.item-price-cart{
	font-size: 1rem;
	line-height: 120%;
}

.item-price-cart-total, .cart-total{
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
}

.item-price {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
}

.item-price-tax {
	font-weight: normal;
}

.print-button {
	padding: 0.5rem 1rem 0.5rem 3rem;
	display: inline-block;
	background: url(css/img/print.svg) no-repeat center left 1rem;
	background-size: auto 1rem;
	border: 1px solid rgb(98, 74, 60);
	font-weight: bold;
	margin-bottom: 1rem;
	cursor: pointer;
}

	@media print {
		.print-button {
			display: none;
		}
	}

.button {
	display: block;
	font-size: 1.2rem;
	line-height: 120%;
	font-weight: 700;
	font-family: futura-pt-bold, sans-serif;
	text-transform: uppercase;
	padding: 1rem;
	margin: 1rem 0;
	cursor: pointer;
	max-width: 21rem;
}

.message {
	display: inline-block;
	font-size: 1rem;
	line-height: 120%;
	padding: 1.2rem;
}

.button.iconless {
	display: inline-block;
	width: auto;
}

.message.check-orange {
	background-image: url(css/img/check-orange.svg);
	background-size: 0.6rem auto;
	background-position: center left 1rem;
	background-repeat: no-repeat;
	padding-left:2.5rem;
}

.button.white, .message.white {
	background-color: #fff;
	color: #624A3C;

}

.button.text-orange {
	color: #8fbe21;
}

.button.orange {
	background-color: #8fbe21;
	color: #fff;
}

.button.border {
	border: 1px solid #624A3C;
}

.button.cart-white {
	background-image: url(css/img/shoppingcart-white.svg);
	background-size: 1.67rem auto;
	background-position: center right 1rem;
	background-repeat: no-repeat;
	padding-right: 3.5rem;
}

.button.cart-orange {
	background-image: url(css/img/shoppingcart-orange.svg);
	background-size: 1.67rem auto;
	background-position: center right 1rem;
	background-repeat: no-repeat;
	padding-right: 3.5rem;
}

.button.down-brown {
	background-image: url(css/img/arrowdown-brown.svg);
	background-size: 1rem auto;
	background-position: center right 1rem;
	background-repeat: no-repeat;
	padding-right: 3.5rem;
}

.button.right-orange {
	background-image: url(css/img/arrowright-orange.svg);
	background-size: 1rem auto;
	background-position: center right 1rem;
	background-repeat: no-repeat;
	padding-right: 3.5rem;

}

.single-item {
	background: #e0d8d3;
	box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
	width: 100%;
	width: calc(100% - 1.2rem);
	margin: 0.6rem;
	text-decoration: none;
}

	a.single-item:hover {
		background: #8fbe21;
	}

	@media (min-width: 300px) {
		.single-item {
			width: 50%;
			width: calc(50% - 1.2rem);
		}
	}

	@media (min-width: 750px) {
		.single-item {
			width: 33.33%;
			width: calc(33.33% - 1.2rem);
		}
	}

	.single-item .item-photo-holder {
		width: 100%;
		margin: 0;
		box-shadow: none;
		background: #fff;
	}

	.single-item .item-title {
		padding: 1rem;
		/* color: #fff; */
		font-size: 1rem;
	    line-height: 100%;
	    font-weight: 700;
		font-family: futura-pt-bold, sans-serif;
		transition: all 0.2s ease-in-out;
	}

		@media (min-width: 450px) {
			.single-item .item-title {
				font-size: 1rem;
				line-height: 100%;
			}
		}

		/* .single-item:hover .item-title {
			background: #8fbe21;
		} */

.item-area {
	background: #b3a39a;
	box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
	width: 33.33%;
	width: calc(33.33% - 0.5rem);
	margin: 0.25rem;
}

.cart-item-holder {
	display: flex;
	flex-flow: row wrap;
	background: #fff;
	width: 100%;
}

.cart-price-row {
	background: #fff;
	width: 100%;
	padding: 1rem;
	display: flex;
	flex-flow: row wrap;
}

.cart-item-holder, .cart-price-row {
	margin-bottom: 1rem;
}

.cart-total {
	margin-bottom: 2.75rem;
}


.cart-price-row .amount {
	margin-left: auto;
}

.item-cart-amount-update {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

	.item-cart-amount-update .form {
		margin-left: auto;
	}

	.item-cart-amount-update input {
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		outline: none;

		padding: 0.5rem;
		text-align: right;
		font-size: 1rem;
	    line-height: 120%;
		border-color: #624A3C;
		border-width: 1px;
		width: 3.5rem;
	}

.item-price-cart {
	width: 7.5rem;
	text-align: right;
}

footer {
    clear: both;

    width: 100%;
    background: #8ebd21;
	font-size:0.87rem;
	line-height: 120%;
	padding: 2rem 0 4rem 0;
	flex: 1;
}

@media print {
	footer {
		display: none;
	}
}

footer .flex {
	align-items: stretch;
}

footer .footer-area a {
	color: #fff !important;
}

.footer-area {
	width: 100%;
	border-left: 1px solid #fff;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

@media (min-width: 450px) {
	.footer-area {
		width: 50%;
		width: calc(50% - 1.2rem);
	}
}

@media (min-width: 750px) {
	.footer-area {
		width: 33.33%;
		width: calc(33.33% - 1.2rem);
	}
}

header, footer {
	color: #fff;
}


.message.shop-added-success-msg {
	display: none;
}

.js-remove-product {
	cursor: pointer;
}


.article-formatting h2 {
	font-size: 1.75rem;
    line-height: 110%;
    font-weight: 700;
	font-family: futura-pt-bold, sans-serif;
    text-transform: uppercase;
    width: 100%;
	margin: 1.5em 0 0.75em 0;
}

	.article-formatting > h2:first-child {
		margin-top: 0;
	}

	@media (min-width: 1000px) {
		.shop-holder .shop-name {
			font-size: 2.5rem;
			line-height: 110%;
		}
	}


.article-formatting h3 {
	font-size: 1.5rem;
    line-height: 95%;
    font-weight: 700;
	font-family: futura-pt-bold, sans-serif;
    text-transform: uppercase;
    width: 100%;
	margin: 1em 0 0.25em 0;
}

	.article-formatting > h2:first-child {
		margin-top: 0;
	}


.article-formatting p {
	margin-bottom: 1.4rem;
}

.article-formatting strong {
	font-weight: bold;
}

.article-formatting ul {
	padding-left: 20px;
}

	.article-formatting ul li {
		list-style: disc;
	}


select.styled-select {
	appearance: none;
	-webkit-appearance: none;
	background: #8fbe21;
	background-image: url(css/img/arrowdown-white.svg);
    background-size: auto 1.2rem;
    background-position: center right 1rem;
    background-repeat: no-repeat;
	padding: 1rem;
    padding-right: 3.5rem;
	display: block;
	outline: none;
	color: #fff;
	width: 100%;
    font-size: 1.2rem;
    line-height: 120%;
	font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0;
    cursor: pointer;
	border: 0;
	border-radius: 0;
}

	@media (min-width: 1000px) {
		select.styled-select {
			width: 33.33%;
			width: calc(33.33% - 0.75rem);
			margin-top: 0;
		}
	}


.shop-personal {
	display: flex;
	flex-flow: row wrap;
	margin: 2rem 0;
	margin-left: -0.6rem;
	align-items: flex-start;
}

.shop-personal .shop-personal–img {
	width: 33.33%;
	width: calc(33.33% - 1.2rem);
	margin: 0 0.6rem;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
}

	.shop-personal .shop-personal–img::before {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

.shop-personal .shop-personal-text {
	width: 66.66%;
	padding-left: 0.6rem;
}

.shop-personal .shop-personal-text p {
	margin-bottom: 1.2em;
}

.shop-personal .shop-personal-text strong {
	font-weight: bold;
}


.item-description p {
margin-bottom: 1.2em;
}


.paystripe,
.payinvoice {
	display: none;
}


form.wpcf7-form .row {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

	form.wpcf7-form .row > p {
		display: block;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
	}

	form.wpcf7-form .row.alignleft {
		justify-content: flex-start;
		display: block;
	}

	form.wpcf7-form .row.hidden {
		display: none;
	}

	form.wpcf7-form .row span {
		display: block;
		width: 100%;
		justify-content: flex-start;

	}

	form.wpcf7-form .row.double span {
		display: block;

	}

		@media (min-width: 750px) {
			form.wpcf7-form .row.double span {
				display: block;
				width: 50%;
				width: calc(50% - 0.5rem);
				margin-right: 1rem;
			}

			form.wpcf7-form .row.double span:nth-child(2),
			form.wpcf7-form .row.double span:nth-child(3) {
				margin-right: 0;
			}
		}

	form.wpcf7-form .row.alignleft span {
		display: inline;
	}

	form.wpcf7-form .row.white {
		background: #fff;
		padding: 1rem;
		margin: 0 0 1rem 0;

	}

	form.wpcf7-form .row input[type='text'],
	form.wpcf7-form .row input[type='tel'],
	form.wpcf7-form .row input[type='email'] {
		background: #fff;
		width: 100%;
		font: inherit;
		padding: 1rem;
		margin-bottom: 1rem;
		outline: none;
		border: 0;
		appearance: none;
		-webkit-appearance: none;
	}

	form.wpcf7-form .row input[type='submit'] {
		background: #fff;
		font: inherit;
		padding: 1rem;
		margin-bottom: 1rem;
		outline: none;
		border: 0;
		appearance: none;
		-webkit-appearance: none;

		width: auto;
		display: block;
		font-size: 1.2rem;
		line-height: 120%;
		font-family: futura-pt-bold, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		padding: 1rem;
		margin: 2rem 0;
		cursor: pointer;
		background-color: #8fbe21;
    	color: #fff;
		margin-left: auto;

	}


.js-goto-personal-info {
	cursor: pointer;
}


form.search-form {
	width: 100%;
	margin: 1rem 0;
	position: relative;
}

	@media (min-width: 750px) {
		form.search-form {
			width: 33.33%;
		}
	}

	form.search-form input[type='text'] {
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		outline: none;

		padding: 0.5rem;
		text-align: right;
		font-size: 1rem;
	    line-height: 120%;
		border-color: none;
		border-width: 1px;
		width: 3.5rem;
		border: 0;
		background: none;
		border-bottom: 1px solid #8fbe21;
		width: 100%;
		width: calc(100% - 0.6rem);
		text-align: left;
		padding-right: 1.5rem;
	}

	form.search-form input[type='submit'] {
		position: absolute;
		top: 50%;
		right: 0.6rem;
		transform: translateY(-50%);
		width: 1rem;
		height: 100%;
		text-indent: -1000px;
		overflow: hidden;

		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		outline: none;
		border: 0;

		background: none;
		background-image: url(css/img/lupe.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}

.search-result {
	display: block;
	padding: 1rem;
	background: #fff;
	margin-bottom: 1rem;
}


	.search-result .title {
		font-family: futura-pt-bold, sans-serif;
		font-weight: 700;
		display: block;
		font-size: 1.1rem;
	}

	.search-result .url {
		color: #8fbe21;
		text-decoration: underline;
	}


	.search-result .post-type {
		text-transform: uppercase;
		font-size: 0.75rem;
		line-height: 100%;
		padding: 0.2rem 0.3rem;
		border: 1px solid #ccc;
		color: #666;
		transform: translateY(-5%);
		display: inline-block;
		margin-left: 0,5rem;
	}


.js-open-klangbeispiel {
	cursor: pointer;
	color: #8fbe21;
	font-family: futura-pt-bold, sans-serif;
	font-weight: bold;
	display: block;
	position: absolute;
	background: url(css/img/klangbeispiel.png) no-repeat left center;
	background-size: 100% auto;
	width: 100%;
	margin-top: 1rem;
}

	.js-open-klangbeispiel::before {
		content: "";
		display: block;
		padding-bottom: 13%;
	}

.klangbeispiel {
	position: absolute;
	background: rgba(0,0,0,0.9);
	padding: 1rem;
	z-index: 9999999;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

	.klangbeispiel iframe {
		position: absolute;
		width: 100%;
		width: calc(100% - 2rem);
		max-width: 600px;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.klangbeispiel .close {
		position: absolute;
		display: block;
		width: 1.5rem;
		height: 1.5rem;
		top: 1rem;
		right: 1rem;
		cursor: pointer;
	}

		.klangbeispiel .close span {
			width: 100%;
			top: 50%;
			display: block;
			height: 2px;
			background: #8fbe21;
			position: absolute;
			margin-top: -1px;
			transform: rotate(45deg);
		}

		.klangbeispiel .close span:nth-child(2) {
			transform: rotate(-45deg);
		}


	.Zahlungsmethode .wpcf7-list-item.first .wpcf7-list-item-label {
		padding-right: 2rem;
		background: url(css/img/rechnung.gif) no-repeat center right;
		background-size: contain;
	}

	.Zahlungsmethode .wpcf7-list-item.last .wpcf7-list-item-label {
		padding-right: 10.75rem;
		background: url(css/img/kreditkarten.gif) no-repeat center right;
		background-size: contain;
	}


.cart-popup {
	position: fixed;
	background: #fff;
	box-shadow: 0 0 2rem rgba(0,0,0,0.3);
	padding: 3rem;
	width: 300px;
	max-width: 80%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999999;
}

	.cart-popup a {
		display: block;
		padding: 1rem;
		text-align: center;
		margin-bottom: 1rem;
		background: #8fbe21;
		color: #fff;
		font-size: 1.2rem;
		font-family: futura-pt-bold, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		cursor: pointer;
	}

	.cart-popup a:last-child {
		margin-bottom: 0
	}

	.cart-popup a.js-close-cart-popup {
		border: 2px solid #8fbe21;
		color: #8fbe21;
		background: #fff;
	}


@media (max-width: 499px) {
	.question-contact {
		display: none;
	}
}
