@media only screen and (max-width: 1360px) { 
	#head .head-content {
		padding: 29px 2.85% 13px 2.83%
	}
}


@media only screen and (max-width: 1336px) {
	
	.product-filter-form .sort-label {
		padding-left: 42px;
	}
	
	
	.product-filter-form .button-group {
		float: left;
		width: 100%;
	}
	.product-filter-form .button-group .label {
		line-height: 32px;
	}
	.form-mini-productorder .info-wrapper {
		left: inherit;
		right: 0;
	}
	.form-mini-productorder .info-wrapper .info:before {
		left: inherit;
		right: 40px;
	}
	
}

@media only screen and (max-width: 1290px) {
	#mainmenu ul.menu>li>a {
		padding: 8px 7px;
		font-size: 0.9em;
	}
	#mainmenu > .resp > label {
		margin-right: 0px;
	}
	#head > .head-content {
		padding-right: 2.55%;
	}
	.productorder-form .fieldset-contact .field-shippingOptions {
		text-align: center;
	}
	.productorder-form .fieldset-contact .field-shippingOptions label {
		float: none !important;
		display: inline-block;
		margin: 0 0.3em;
		width: auto;
	}
	.home-reference .reference-slider-wrapper {
		padding: 5% 5% 109px;
	}	
}

@media only screen and (max-width: 1200px) {
	#content {
		padding: 2% 4% 5%;
	}
}
@media only screen and (max-width: 1100px) {
	
	.productorder-form .subform-repeatable-group > .control-group:nth-child(2) .controls {
		width: 60%;
	}
	.productorder-form .subform-repeatable-group > .control-group:nth-child(3) {
		width: 30%;
	}

	.productorder-form .subform-repeatable-group .product-price.desktop {
		display: none;
	}
	.productorder-form .subform-repeatable-group .product-data {
		clear: both;
	}

}	

@media only screen and (max-width: 1023px) {
	body {
		font-size: 15px;
	}
	/* menu */
	#mainmenu,
	#mainmenu .module-box{
		border:none;
		float: none;
	}
	#mainmenu .resp {
		width: 100%;
	}
	#mainmenu ul.menu {
		width: 100%;
	}
	#mainmenu .resp>label{
		display: block;
		float: left;
		padding: 0 0 20px 0;
	}
	#mainmenu .resp>label:before{
		display: block;
		position: absolute;
		content: 'Menü';
		right: 123%;
		font-size: 1.3em;
	}
	#mainmenu ul.menu{
		max-height: 0;
		overflow: hidden;
		clear: both;
		-webkit-transition: max-height 0.1s;
        transition: max-height 0.1s;
	}
	#mainmenu ul.menu>li{
		float: none;
		border-left: none;
		border-top: 1px solid #e2e2e2;
		text-align: center;
		width: 100%;
	}
	#mainmenu ul.menu>li>a{
		padding: 16px 0;
		letter-spacing: 0.07em;		
	}
	#mainmenu .resp > label span {
		width: 33px;
		line-height: 6px;
		border-color: #8f8f8f;
	}

	#mainmenu .resp input:checked + ul.menu{
		-webkit-transition-duration: 0.6s;
		transition-duration: 0.6s;
		max-height: 1000px;
	}
	/*sub menu*/
	#mainmenu .resp ul.menu label{
		display: block;
		position: absolute;
		top: 8px;
		right: 0;
		padding: 10px 10px 10px 30px;
	}
	#mainmenu .resp ul.menu label > span {
		width: 20px;
		display: block;
		height: 9px;
		background: url(../img/icon_sprite.png) -94px -391px no-repeat;
		-webkit-transition: all 200ms;
		-moz-transition: all 200ms;
		-ms-transition: all 200ms;
		-o-transition: all 200ms;
		transition: all 200ms;
		transform: rotate(0deg);
	}
	
	#mainmenu .resp ul.menu input:checked + label span {
		transform: rotate(-180deg);
	}
	#mainmenu .resp ul.menu div.sub-wrap{
		position: relative;
		background-color: #ede3dc;
		box-shadow: none;
	}
	#mainmenu .resp ul.menu ul li{
	    border-top: 1px solid #fff;
	}
	#mainmenu .resp ul.menu li:hover>div>ul{max-height: 0;}
	#mainmenu .resp ul.menu input:checked ~ div>ul{
		-webkit-transition-duration: 0.6s;
		transition-duration: 0.6s;
		max-height: 400px;
	}

	.form-mini-productorder {
		position: absolute;
		top: 0;
		right: 0;
	}
	.appointment-box {
		-webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    top: inherit;
	    bottom: 0;
	    position: fixed;
	    text-align: center;
	}

	.appointment-box a#openPopupLink{
		background-position: 4px -53px;
	}
	
	.home-blog > .content {
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(237,227,220,1) 20%, rgba(237,227,220,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1)20%,rgba(237,227,220,1) 20%,rgba(237,227,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1)20%,rgba(237,227,220,1) 20%,rgba(237,227,220,1) 100%);
	}
	.home-blog .blog-wrapper .blog-list .blog-wrapper .blog-list-item {
		padding-bottom: 0;
		margin-bottom: 0;
	}	
	.right-wrapper {
		padding: 0;
	}
	.popup-box .top-module .popup-text {
		font-size: 20px;
		line-height: 25px;
	}
	
	.instagram-gallery-images .gallery-image {
	    padding: 12px 15px;
	}	
	
	.instagram-gallery-images .gallery-image>.gallery-image-link {
	    max-width: 250px;
	}	

}
@media only screen and (max-width: 960px) {
	body {
		font-size: 14px;
	}
	.home-reference  .cycle-pager {
		bottom: 2%;
	}
	.productorder-form .subform-repeatable-group .product-data {
		clear: both;
	}
	.productorder-form .subform-repeatable-group .product-data label {
		display: none;
	}

	.productorder-form .subform-repeatable-group .product-data label.cart-price {
		display: initial;
	}

	.productorder-form .subform-repeatable .btn-group>.btn {
		right: 0;
	}
	.productorder-form .fieldset-Appointment .subform-repeatable-wrapper.subform-layout .subform-repeatable-group {
		padding: 1.7% 0 0.7%;
	}
	.productorder-form .fieldset-product .subform-repeatable-wrapper.subform-layout .subform-repeatable-group[data-group='products0'] .btn-group>.group-remove {
		top: 63px;
	}
	.productorder-form .subform-repeatable .subform-repeatable-group > .btn-toolbar .btn {
		top: 20px;
	}
	.productorder-form .field-spontanious .controls label {
		margin-right: 2%;
	}
	.pagination ul > li > a, 
	.pagination ul > li > span {
	    width: 36px;
	    height: 36px;
	    line-height: 37px;	
	}
	#footer .row.footer-data {
		box-sizing: border-box;
	}
	#footer .row.footer-data .column > .contact-data span {
		width: 70px;
	}

	.appointment-box a#openPopupLink{
		background-position: 4px -49px;
	}
	
}
@media only screen and (max-width: 810px) {
	.productorder-form .fieldset-contact .field-shippingOptions label {
		float: left !important;
		width: 50%;
		margin: 0;
		text-align: left;
		margin-bottom: 5px;
	}
	.productorder-form .field-spontanious, 
	.productorder-form .field-dateFrom {
		padding-left: 0;
		padding-right: 0;
	}
	.productorder-form .field-spontanious .control-label, 
	.productorder-form .field-dateFrom .control-label {
		float: none;
		display: block;
		margin: 0;
	}
	.productorder-form .appointment-divider {
		text-align: left;
	}
	#contact-form .contact-information .content > .column {
	    margin-bottom: 3em;
	    float: none;
	    width: 100%;
	}
	
}
@media only screen and (max-width: 660px) {
	
	body {
		font-size: 13px;
	}	
	/* .logo-wrapper .aha-logo {
		display: none;
	} */
	.logo-box-right {
		margin-right: 0;
		margin-top: 30px;
	}
	.logo-wrapper .mein-engele {
		margin: 10px 22px 0 0;
	}
	.logo-wrapper .mein-engele,
	.logo-wrapper .guru-icon {
		width: 80px;
	}
	.home-slider .slider-item > .slider-item-caption > .title {
		font-size: 1.9em;
		
	}
	.home-slider .slider-item > .slider-item-caption > .text {
		display: none;
	}
	.home-slider .slider-item > .slider-item-caption {
		bottom: 17%;
	}
	.cycle-top-slider-pager .home-button .icon > span {
		width: 45px;
		height: 26px;
		background-size: 74px auto;
	}
	.cycle-top-slider-pager .home-button {
		height: 72px;
		padding-top: 0;
	}
	.cycle-top-slider-pager .home-button > .title {
		display: none;
	}
	.cycle-top-slider-pager .home-button .icon {
		padding: 18.5px 14px 21.5px;
		margin-left: -36.5px;
	}
	.cycle-top-slider-pager .home-button.cycle-pager-active .icon {
		box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.2)
	}
	.cycle-top-slider-pager .home-button.cycle-pager-active .icon {
		top: -17px;
	}
	.cycle-top-slider-pager .trauring .icon > span {
	    background-position: 0 -73px;
	}	
	.cycle-top-slider-pager .verlobungsring .icon > span {
	    background-position: 0 -161px;
	}	
	.cycle-top-slider-pager .goldschmiede .icon > span {
	    background-position: 0 -117px;
	}
	.cycle-top-slider-pager .uhrmacherei .icon > span {
	    background-position: 0 -205px;
	}
	
	.module-box > .title,
	.home-introtext h1 {
		font-size: 2em;
	}
	.home-reference .reference-slider-wrapper {
		padding: 8% 0 70px;
	}
	.home-reference .reference-slider-item .image {
		width: 100%;
		position: relative;
		text-align: center;
		padding: 0 5%;
	}
	.home-reference .reference-slider-item .reference-slider-item-caption {
	    width: 100%;
	    margin-top: 20px;
	    z-index: 9;
	    position: relative;
	}
	.home-blog > .content {
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(237,227,220,1) 12%, rgba(237,227,220,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1)12%,rgba(237,227,220,1) 12%,rgba(237,227,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1)12%,rgba(237,227,220,1) 12%,rgba(237,227,220,1) 100%);
	}
	#footer .footer-menu {
	    max-width: 320px;
		margin: 2.5em auto 0;
	}
	#footer .footer-menu > li {
		float: none;
		width: 50%;
	}
	#footer .row.footer-data .column.openinhours,
	#footer .row.footer-data .column.contact {
		width: 100%;
		text-align: center;
	}
	#footer .row.footer-data {
		padding: 2em 0 0 0;
	}
	#footer .row.footer-data .column.contact {
		margin-top: 4em;
	}	
	#footer .row.footer-data .column.openinhours .left {
		float: none;
		width: auto;
		margin-bottom: 1em;
	}
	#footer .row.footer-data .column > .contact-data span {
		float: none;
		display: inline-block;
		margin-right: 5px;
		width: auto;
	}
	.article-page .main-text.cols-2 {
		-moz-column-count: 1;
		-webkit-column-count:1;
		column-count:1;
		-moz-column-gap: 0px;
		-webkit-column-gap:0px;
		column-gap:0px;				
	}
	
	.article-page .header > h1 {
		font-size: 2.2em;
	}
	
	#contact-form {
		padding:  0 5%;
	}
	
	#contact-form form.zcontact .field-name,
	#contact-form form.zcontact .field-city,
	#contact-form form.zcontact .field-street,
	#contact-form form.zcontact .field-company,
	#contact-form form.zcontact .field-email,
	.popup-box #contact-form form.zcontact .field-city,
	.popup-box #contact-form form.zcontact .field-street {
		width: 100%;
		float: none;
	}
	
	.product-filter-form  > .product-filter {
		padding: 0.7em 5% 0.1em;
	}
	.productorder-form .subform-repeatable-group .input-mini {
		padding: 0;
		width: 60px;
	}
	.productorder-form .subform-repeatable-group .product-image {
		width: 40%;
	}
	.productorder-form .fieldset-product .subform-repeatable .subform-repeatable-group > .btn-toolbar .group-remove {
		display: none;
	}
	.productorder-form .subform-repeatable-group .product-data .group-remove {
		display: block;
	}
	.productorder-form .subform-repeatable-group > .control-group:nth-child(3) {
		width: 25%;
	}
	.productorder-form .subform-repeatable-group > .control-group:nth-child(3) * {
		float: right;
		clear: both;
	}
	.productorder-form .field-name, 
	.productorder-form .field-phone,
	.productorder-form .field-email, 
	.productorder-form .field-forename {
		width: 100%;
		float: none;
		display: block;
	}
	
	.productorder-form .field-dateUntil,
	.productorder-form .field-dateUntil .control-label,
	.productorder-form .field-dateUntil .controls {
		clear: both;
		float: none;
		margin: 0;
	}
	.productorder-form .field-dateFrom input, 
	.productorder-form .field-dateUntil input {
		width: 100%;
	}
	.productorder-form .fieldset-Friends .subform-repeatable-group .controls {
		width: 100% !important;
		padding-top: 5px;
	}
	.productorder-form .subform-repeatable-group .product-price {
		width: 40%;
		padding: 0;
	}
	.home-reference .reference-slider-item .reference-slider-item-caption {
		padding-bottom: 30px;
	}
	.home-reference .reference-slider-item .reference-slider-item-caption > .text {
		font-size: 1.2em;
	}
	.popup-box .top-module .popup-text {
    	font-size: 16px;
    	bottom: 10px;
    	padding: 0 2%;
	}
	.popup-box .top-module .custom img {
		display: none;
	}
	.popup-box .image-wrapper {
		background-image:url('/images/site/Uhren_Schmuck_Hirn_Popup_Brillant_3.jpg');
		background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    height: 300px;
	    width: 100%;
	}

	.appointment-box a#openPopupLink{
		background-position: 4px -46px;
	}
	
	.instagram-gallery-images .gallery-image {
	    padding: 10px 12px;
	}	

	.instagram-gallery-images .gallery-image>.gallery-image-link {
	    max-width: 190px;
	}
}


/* Foundation small */
@media only screen and (max-width: 639px) { 
	.article-page .switch-box-wrapper .switch-box .text {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.product-page .image {
		position: relative;
	}
	.mfp-close-btn-in .mfp-close {
		opacity: 1;
		color: #fff;
	}
	.product-page .image > img {
		width: 100%;
	}

	.article-page .switch-box-wrapper .switch-box:nth-child(2n) .text,
	.top-module .article-page .switch-box-wrapper .switch-box:nth-child(1n) .text {
		padding: 4% 4.9% 0 0;
		/*padding: 0 4.9% 0 0;*/
	}

	.article-page .switch-box-wrapper .switch-box .text {
		padding: 4% 0 0 4.9%;
		/*padding: 0 0 0 4.9%;*/
	}
	h1.popup-title {
		font-size: 20px;
	}
	.popup-box .top-module .popup-text span {
		font-size: 16px;
	}
	
	.product-filter-form .button-group .filter-buttons {
		width: 100%;
	}
	.product-filter-form .colorgroup label {
		width: 19%;
		margin: 0;
		margin: 0.5% 0.5% 30px;
	}	
	.product-filter-form .colorgroup label span {
		display: block;
		position: relative;
		top: 33px;
	}	

}

@media only screen and (max-width: 500px) {
	.productorder-form .fieldset-contact .field-shippingOptions label {
		width: 100%;
	}
	.productorder-form .subform-repeatable-group .product-image label:after {
		top: 2em;
	}
	.product-filter-form .colorgroup label {
		width: 24%;
	}	
}
@media only screen and (max-width: 465px) {
	.popup-box .controls label.checkbox {
		width: 100%;
		margin-bottom: 15px;
	}
	.popup-box .controls label[for=mti0zform_options1] {
		margin-left: 0;
	}
}

@media only screen and (max-width: 380px) {
	.appointment-box a,
	.appointment-box {
		width: 100%;
	}
	.productorder-form .field-spontanious .controls label {
		margin: 0;
	}

	.appointment-box a#openPopupLink {
		background-position: 17px -62px;
	}
}
