/* Basic links & types
 * * * * * * * * * * * */

/* Box sizing */

*, *:before, *:after {
  box-sizing: border-box;
}


/*better font rendering
html{
	text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
}  */

body {
   font: 16px 'ingra', sans-serif;
   background:#f2f3f5;
   color: #8f8f8f;
}
a {color:inherit; text-decoration: none;}
a:hover {color:#45606d;text-decoration: underline;}
h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.17em;}
h4 {font-size: 1em;}
h5 {font-size: 0.83em;}
h6 {font-size: 0.75em;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	color:inherit;
}
hr {color:#b3aaa4;background-color:#b3aaa4;	height: 1px;border-width:0px;}
img{max-width: 100%;max-height: 100%;width:auto; height: auto;}
figure{margin: 0;padding: 0;}
p{margin: 0 0 0.5em;}

/* Common classes
 * * * * * * * * */
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-justify{text-align: justify;}
.hidden{display: none;}
.hide-text{text-indent: 100%;white-space: nowrap;overflow: hidden;}
.weight-tiny{font-weight: 100;}
.weight-light{font-weight: 300;}
.weight-normal{font-weight: 400;}
.weight-medium{font-weight: 500;}
.weight-semibold{ font-weight: 500; font-family: "ingra-2",sans-serif; }
.weight-bold{font-weight: 700;}
.text-upper{text-transform: uppercase;}
.text-underline{text-decoration: underline;}
.text-container{line-height: 1.6;}
.text-ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list-nostyle{list-style: none; margin: 0; padding: 0;}


.block-relative{position:relative;}
.block-absolute{position:absolute;top:0;right:0;bottom:0;left:0;}
.float-right{float:right;}
.float-left{float: left;}


.center-element {text-align:center; height: 100%;}
.center-element:before {content: ''; display: inline-block; height: 100%; vertical-align: middle;}
.center-element>.centered { display: inline-block; vertical-align: middle; width: 95%;}


/* Layout
 * * * * * */

#main{}

#head {
	background: #fff;	
    border-bottom: 5px solid #b3aaa4;	
}

#head .head-box {
	padding: 0;
}
#head .head-content {
    padding: 23px 4.85% 13px 4.83%;
    margin: 0 auto;
}
#topmenu{}

#topmodule{}
#basecontent{}

#content{
	padding: 4.2em 5.4em 5.5em;
	position: relative;
}
.home #content {
	padding: 0;
}

#content .main-content {
	background: #fff;
	position: relative;
}
.home #content {
	padding: 0;
}


/* Styling
 * * * * */


.offset-bottom{
	margin-bottom: 1rem;
}
.offset-bottom2{
	margin-bottom: 2.8rem;
}
.fs-14{ font-size: 0.875em }
.fs-15{ font-size: 0.9375em }
.fs-16{ font-size: 1em }
.fs-18{ font-size: 1.125em }
.fs-20{ font-size: 1.25em}
.fs-25{ font-size: 1.5625em }
.fs-35{ font-size: 2.1875em }
.fs-45{ font-size: 2.8125em }

/*
#main{
	overflow:hidden;
	width:100%;
}
#leftbox, #content{
	padding-bottom:10000px;
	margin-bottom:-10000px;
	background:#d7d6d6;
}
*/
/* menu */
ul.menu,
ul.menu ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu a{
	display: block;
	position: relative;
	padding: 6px 12px;
	text-decoration: none;
}
ul.menu>li{
	position: relative;
}
.menu.menu-inline>li{
	float: left;
	border-left: 1px solid #e2e2e2;
}
ul.menu.menu-inline:after{
	clear: both;
	content: '';
	display: block;
}

ul.menu a:hover,
ul.menu li.active>a{
	color: #676767;
}
#mainmenu{margin-top: 14px; position: relative;}

#mainmenu > .resp {
	float: left;
}

#mainmenu > .resp > label {
    float: left;
    margin: 6px 15px 0 0;
}
#mainmenu ul.menu {
	float: left;
}
#mainmenu ul.menu>li:first-child{ border: none;}
#mainmenu ul.menu>li>a{
	text-transform: uppercase;
	padding: 6px 17px;
	letter-spacing: 0.05em;
}


/*sub menu items */
#mainmenu .resp ul.menu div.sub-wrap{
    position: absolute;
    overflow: hidden;
    margin: 0 0 0 0;
    background: #fff;

    box-shadow: 0 5px 8px -4px #000;
    z-index: 900;
}
#mainmenu .resp ul.menu ul{
    position: relative;
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    max-height: 0;

    z-index: 10;
    white-space:nowrap;
	-webkit-transition: max-height 0.1s;
	transition: max-height 0.1s;
}
#mainmenu .resp ul.menu ul li{
    padding: 0;
    border-top: 1px solid #f2f2f2;
}

#mainmenu ul.menu>li li a{
	padding: 10px 16px;
}
#mainmenu .resp ul.menu ul li a:hover{}


#mainmenu .resp ul.menu li:hover>div>ul{
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	max-height: 400px;
}

/* resp menu */

#mainmenu .resp ul label,
#mainmenu .resp input{display: none;position: relative;}


#mainmenu .resp > label span{
	display: block;
	width: 26px;
	line-height: 4px;
	border-bottom: 2px solid #f2f2f2;
	cursor: pointer;
}

/*
 * Bottom menu
 */
#bottommenu {
    float: right;
    margin-top: 50px;
    margin-bottom: 20px;
}

#bottommenu ul.menu a {
    padding-left: 12px;
}

#bottommenu ul.menu > li {
    position: relative;
    float: left;
    text-transform: uppercase;
}

#bottommenu ul.menu > li > a {
    font-size: 14px;
    font-weight: 500;
    color: #9e9d9d;
    letter-spacing: 0.1em;
}

#bottommenu ul.menu li.active > a {
    color: #000;
}

/* user area, login and registration */
body.login .component-content,
body.registration .component-content,
body.remind .component-content,
body.reset .component-content{
	max-width: 1280px;
	margin: 0 auto;
}

/* maps */
.map-canvas,
.gmap{height:280px;}
.gmap>.gmap-marker{display:none;}
.map-canvas img,
.gmap img{
	max-width: none;
	max-height: none;
}

.video-box{
	position: relative;
	min-height: 360px;
	margin-bottom: 1em;
}
.video-box>iframe{
	position: absolute;
	width:100%;
	height: 100%;
}

/*  forms  */
/*
::-webkit-input-placeholder {color:#ccc;opacity: 1;}
::-moz-placeholder {color:#ccc;opacity: 1;}
:-ms-input-placeholder {color:#ccc;opacity: 1;}
input:-moz-placeholder {color:#ccc;opacity: 1;}

input[type="text"],
input[type="email"],
textarea{
	padding: 12px 22px;
	border: 1px solid #10b0c0;
	margin: 0 0 8px 0;
	width: 100%;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus{
	border-color: #0077bb;
	outline: none;
}*/

p.readmore a,
.button, .btn,
input[type="submit"]{
	display: inline-block;
	font-size: 16px;
	color: #fff !important;
	background: rgba(69, 96, 109, 1);
	border: 2px solid #45606d;
	padding: 0.9em 3.3em 0.88em;
	line-height: normal !important;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none !important;
	transition: background-color 0.3s;
	font-size: 0.875em;
	letter-spacing: 0.15em;
}
p.readmore a:hover,
.button:hover, .btn:hover,
input[type="submit"]:hover{
	background-color: rgba(69, 96, 109, 0);
	color: #45606d !important;
	text-decoration: none !important;
}

.button.white {
	background: rgba(255,255,255,1);
    color: #676767 !important;
    border-color: #fff;
}
.button.white:hover {
	background: rgba(255,255,255,0);
    color: #fff !important;
}

.button.light {
	background: rgba(237, 227, 220, 1);
    color: #676767 !important;
    border-color: #ede3dc;
}
.button.light:hover {
	background: rgba(237, 227, 220, 0);
    color: #676767 !important;
}

/* zwetschke */
#zwetschke-herz{
	font-size: 0.8em;
	margin-top: 3em;
}
#zwetschke-herz img{
	vertical-align: middle;
	padding: 0 5px 0 5px;
}

/* Newsletter stuff */
#acyarchiveview .contentheading{
	display: none;
}
#acyarchiveview .view-online{
	display: none;
}

#unsubpage{
	padding: 2rem 0;
	line-height: 1.6;
}

#unsubpage .unsuboptions,
#unsubpage form>.unsubdiv{
	padding: 10px;
}

/* Alerts / messages*/
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	/*border-radius: 4px;*/
}
.alert{color: #c09853;}
.alert h4 ,
.alert .close {display: none;}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {color: #468847;}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {color: #b94a48;}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {color: #3a87ad;}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {margin-bottom: 0;}
.alert-block p + p {margin-top: 5px;}

/* Breadcrumbs */
.breadcrumb {
	padding: 15px 0;
	margin: 0 0 18px;
	list-style: none;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}
/* Back to Top */
.back-to-top {
	border-top: 1px solid #e3e3e3;
	text-align: center;
	margin-top: 5em;
	padding: 2em 0 2.5em;
	font-weight: 500;
	font-size: 0.875em;
}
.back-to-top > a {
	text-decoration: none !important;
	cursor: pointer;
}



/* Pagination */
.pagination,
.pagination-ajaxmore{
	clear: both;
	text-align: center;
    margin-bottom: 4.6em;	
}
.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pagination ul > li {display: inline-block;}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	margin: 0 5px;
	width: 56px;
	height: 56px;
	line-height: 60px;
	text-decoration: none;
	background-color: #fff;
	font-size: 1.125em;
	color: #e3e3e3;
	box-shadow: inset 0 0 0 1px #e3e3e3;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	box-shadow: inset 0 0 0 3px #ede3dc;
	color: #676767;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination .icon-first:before{content: '<';}
.pagination .icon-previous:before{content: '<<';}
.pagination .icon-next:before{content: '>>';}
.pagination .icon-last:before{content: '>';}

.pagination-centered {text-align: center;}
.pagination-right {text-align: right;}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}

/* cookies popup */
body .cc_container .cc_btn, body .cc_container .cc_btn:visited {
    background-color: #ccc;
}

/* Clear Floated Elements */
.clear {clear: both;display: block;	overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {	display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {	display: block;}


/*
* SITE
  *#####################################################################
 */
 
 
 
/* Head Colors */

.parent-580 #head {
	border-color: #45606d;
}
 
.parent-579 #head {
	border-color: #cdb78f;
}

.parent-603 #head {
	border-color: #bdb3ad;
}

.parent-602 #head {
	border-color: #a4d7db;
}
 
/* Logos
 * * * * * * * * * * * */
 
.logo-wrapper img {
	float: left;
}

.logo-box-right {
	margin-top: 20px;
	/* margin-right: 90px;*/
}
 
/* .logo-wrapper .aha-logo {
	margin-top: 6px;
} */

.logo-wrapper .mein-engele {
	margin-right: 70px;
	margin-top: 5px;
} 

 
/* Merkliste / Minicart
 * * * * * * * * * * * */
 
.form-mini-productorder {
	float: right;
	position: relative;
    z-index: 999;
    padding-right: 31px;
} 
.form-mini-productorder > button.cart {
	width: 33px;
	height: 32px;
	background: url(../img/icon_sprite.png) -17px 0 no-repeat;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.form-mini-productorder > button.cart .counter {
    background-color: #ede3dc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #676767;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -14px;
    line-height: 26px;
    right: -29px;
}

.form-mini-productorder .info-wrapper {
    opacity: 0;
    -webkit-transition: opacity 400ms, padding 400ms;
    -moz-transition: opacity 400ms, padding 400ms;
    -ms-transition: opacity 400ms, padding 400ms;
    -o-transition: opacity 400ms, padding 400ms;
    transition: opacity 400ms, padding 400ms;
    padding-top: 0;	
    position: absolute;
    z-index: -1;    
    left: -61px;    
    top: 38px;
    overflow: hidden;
}

.form-mini-productorder .info-wrapper .info {
    font-weight: 500;
    font-size: 15px;
    border-radius: 15px;
    background: #fff;
    padding: 8px 17px;
    line-height: 1em;
    width: 157px;
	transform: rotate(0deg) ;
	-webkit-transform: rotate(0deg) ;
	-moz-transform: rotate(0deg) ;
	-o-transform: rotate(0deg) ;
	-ms-transform: rotate(0deg) ;    
    text-align: center;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) -2px -2px 2px;
}
.form-mini-productorder .info-wrapper .info:before {
	content: "";
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px ;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #FFF #FFF transparent;
}

.form-mini-productorder:hover .info-wrapper {
	opacity: 1;	
	padding-top: 15px;
}
.form-mini-productorder:hover .info-wrapper .info {
	display: inline-block;
}

 
/* fixed box right
 * * * * * * * * * * * */
 
.appointment-box a {
    background-color: rgba(183, 183, 183, 1);
    border: 2px solid #b7b7b7;
    background-image: url(../img/icon_sprite.png);
    background-repeat: no-repeat;
    background-position: -7px -49px;
    float: right;
    color: #fff;
    font-size: 1.25em;
    padding: 14px 11px 11px 50px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: color 400ms, background-color 400ms, background-position 0ms;
    -moz-transition: color 400ms, background-color 400ms, background-position 0ms;
    -ms-transition: color 400ms, background-color 400ms, background-position 0ms;
    -o-transition: color 400ms, background-color 400ms, background-position 0ms;
    transition: color 400ms, background-color 400ms, background-position 0ms;
}
.appointment-box a:hover {
    background-color: rgba(255,255,255,1);
    color: #b7b7b7;
	background-position: -74px 11px; 
	text-decoration: none;
}

.appointment-box a#openPopupLink{
	color: #fff;
    background: rgba(69, 96, 109, 1);
    border: 2px solid #45606d;
    padding: 0.9em 3.3em 0.88em;
    line-height: normal !important;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;
    transition: background-color 0.3s;
    font-size: 0.875em;
    letter-spacing: 0.15em;
    font-weight: 400;
}
.appointment-box a#openPopupLink:hover {

    background-color: rgba(69, 96, 109, 0);
    color: #45606d !important;
    text-decoration: none !important;
    }

.mobile.safari .appointment-box a:hover {
    background-color: rgba(183, 183, 183, 1);
    color: #fff;
    background-position: -7px -49px;
	text-decoration: none;
}


.appointment-box  {
	position: absolute;
	top: 0;
    right: 0;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
    -webkit-transition: top 0.8s cubic-bezier(0,0,.4,1.2);
    transition: top 0.8s cubic-bezier(0,0,.4,1.2);	
    z-index: 1001;
}

/* Slider Home
 * * * * * * * * * * * */

.home-slider .slider-item > img{
	display: block;
	width: 100%;
}
.home-slider .slider-item:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 79.3%;
	z-index: 9;
	background: linear-gradient(to top, #000 0%, #000 15%, rgba(0, 0, 0, 0) 100%);
}
.home-slider .slider-item > .slider-item-caption {
	color: #fff;
	position: absolute;
	bottom: 9%;
	width: 100%;
	z-index: 90;
}
.home-slider .slider-item > .slider-item-caption > .text {
	max-width: 600px;
	margin: 4px auto 0;
}

.home-slider .slider-item > .slider-item-caption > a.button {
	margin-top: 18px;
}



/* Home Instagramm Slider
 * * * * * * * * * * * */
 
.instagram-posts {
  padding-top: 3em;
  overflow: hidden;
  background: rgba(237,227,220,1);
  padding-bottom: 5em;  
}

.instagram-posts .round-thing {
	width: 116px;
	height: 112px;
	border-radius: 50%;
	background: #ede3dc;
	position: absolute;
	left: 50%;
	margin-left: -58px;
	box-shadow: 0 10px 10px -3px rgba(0,0,0,0.2);
}
.instagram-posts .button {
    position: relative;
    z-index: 9;
    padding-left: 5em;
    padding-right: 5em;
    margin: 4em 0;	
}
.gallery-images-wrapper {
  margin-top: 3em;	
}
.instagram-gallery-images {
  position: relative;
  white-space: nowrap;
}
.instagram-gallery-images .gallery-image {
  display: inline-block;
  line-height: 0;
  padding: 12px 25px;
}
.instagram-gallery-images .gallery-image > .gallery-image-link {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.instagram-gallery-images .gallery-image > .gallery-image-link > .img-lazy {
  position: absolute;
  top: 0;
  right: 0;
}
.instagram-gallery-images .floating-group {
  animation: driftingAway 70s linear infinite;
}
.instagram-gallery-images:nth-child(2n) .floating-group {
  animation: driftingAwayOposite 70s linear infinite;
}
@keyframes driftingAway {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes driftingAwayOposite {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}




/* Home Buttons
 * * * * * * * * * * * */
 
.cycle-top-slider-pager {
	/* background-image: url(../img/background-pattern.png); */
	background-image: url(../img/bg_effect.png);
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: 2.5% auto;
	background-size: 2.5% auto;;
}
.cycle-top-slider-pager .home-button {
    height: 188px;
    padding-top: 115px;
    cursor: pointer;
    position: relative;
    z-index: 900;
}
.cycle-top-slider-pager a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}
.cycle-top-slider-pager .home-button .icon {
    left: 50%;
    margin-left: -58.5px;
    padding: 28.5px 24px 48.5px;
    border-radius: 50%;
    box-shadow: 0 -10px 0px -3px rgba(0,0,0,0);
    box-sizing: content-box;
    -webkit-transition: top 400ms, box-shadow 400ms;
    -moz-transition: top 400ms, box-shadow 400ms;
    -ms-transition: top 400ms, box-shadow 400ms;
    -o-transition: top 400ms, box-shadow 400ms;
    transition: top 400ms, box-shadow 400ms;	
    position: absolute;
    top: 0;
    z-index: 1000;
}
.cycle-top-slider-pager .home-button .icon > span {
    background-image: url(../img/icon_sprite.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 69px;
    display: inline-block;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -ms-transition: transform 400ms;
    -o-transition: all 400ms;
    transition: transform 400ms;
	transform: scale(1);    
}

.cycle-top-slider-pager .home-button:hover .icon > span {
	transform: scale(1.05);
}
.cycle-top-slider-pager .home-button.cycle-pager-active .icon  {
    box-shadow: 0 -10px 10px -3px rgba(0,0,0,0.2);	
    top: -30px;
}

.cycle-top-slider-pager .home-button > .title {
	font-size: 1.25em;
	color: #fff;
	position: relative;
	z-index: 1001;
	text-align: center;
}

/* Trauringe */
.cycle-top-slider-pager .trauring {   
    background: -webkit-linear-gradient(rgba(189, 179, 173, 1) 61%, rgba(189, 179, 173, 0.94) 100%);
    background: -moz-linear-gradient(rgba(189, 179, 173, 1) 61%, rgba(189, 179, 173, 0.94) 100%);
    background: -o-linear-gradient(rgba(189, 179, 173, 1) 61%, rgba(189, 179, 173, 0.94) 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.61, rgba(189, 179, 173, 1)), to(rgba(189, 179, 173, 0.94)));
    background: linear-gradient(rgba(189, 179, 173, 1) 61%, rgba(189, 179, 173, 0.94) 100%);
}
.cycle-top-slider-pager .trauring .icon {
	background: rgba(189, 179, 173, 1);
}
/* .cycle-top-slider-pager .trauringe:hover {
    background-color: rgb(189, 179, 173);
} */
.cycle-top-slider-pager .trauring .icon > span {
    background-position: 0 -113px;
}

/* Verlobungsringe */
.cycle-top-slider-pager .verlobungsring {
    background: -webkit-linear-gradient(rgba(164, 215, 219, 1) 61%, rgba(164, 215, 219, 0.94) 100%);
    background: -moz-linear-gradient(rgba(164, 215, 219, 1) 61%, rgba(164, 215, 219, 0.94) 100%);
    background: -o-linear-gradient(rgba(164, 215, 219, 1) 61%, rgba(164, 215, 219, 0.94) 100%);
    background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.61, rgba(164, 215, 219, 1)), to(rgba(164, 215, 219, 0.94)));
    background: linear-gradient(rgba(164, 215, 219, 1) 61%, rgba(164, 215, 219, 0.94) 100%);
}
.cycle-top-slider-pager .verlobungsring .icon {
	background: rgba(164, 215, 219, 1);
}
/* .cycle-top-slider-pager .verlobungsringe:hover {
    background-color: rgb(205, 183, 143);
} */
.cycle-top-slider-pager .verlobungsring .icon > span {
    background-position: 0 -248px;
}

/* Uhren */
.cycle-top-slider-pager .uhrmacherei {
    background: -webkit-linear-gradient(rgba(69, 96, 109, 1) 61%, rgba(69, 96, 109, 0.94) 100%);
    background: -moz-linear-gradient(rgba(69, 96, 109, 1) 61%, rgba(69, 96, 109, 0.94) 100%);
    background: -o-linear-gradient(rgba(69, 96, 109, 1) 61%, rgba(69, 96, 109, 0.94) 100%);
    background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.61, rgba(69, 96, 109, 1)), to(rgba(69, 96, 109, 0.94)));
    background: linear-gradient(rgba(69, 96, 109, 1) 61%, rgba(69, 96, 109, 0.94) 100%);
}
.cycle-top-slider-pager .uhrmacherei .icon {
	background: rgba(69, 96, 109, 1);
}
/* .cycle-top-slider-pager .uhrmacherei:hover {
    background-color: rgb(69, 96, 109);
} */
.cycle-top-slider-pager .uhrmacherei .icon > span {
    background-position: 0 -316px;
}

/* Goldschmiede */
.cycle-top-slider-pager .goldschmiede {
    background: -webkit-linear-gradient(rgba(205, 183, 143, 1) 61%, rgba(205, 183, 143, 0.94) 100%);
    background: -moz-linear-gradient(rgba(205, 183, 143, 1) 61%, rgba(205, 183, 143, 0.94) 100%);
    background: -o-linear-gradient(rgba(205, 183, 143, 1) 61%, rgba(205, 183, 143, 0.94) 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.61, rgba(205, 183, 143, 1)), to(rgba(205, 183, 143, 0.94)));
    background: linear-gradient(rgba(205, 183, 143, 1) 61%, rgba(205, 183, 143, 0.94) 100%);
}
.cycle-top-slider-pager .goldschmiede .icon {
	background: rgba(205, 183, 143, 1);
}
/* .cycle-top-slider-pager .goldschmiede:hover {
    background-color: rgb(164, 215, 219);
} */
.cycle-top-slider-pager .goldschmiede .icon > span {
    background-position: 0 -180px;
}



/* Home Introtext
 * * * * * * * * * * * */

.home-introtext {
	margin-top: 5em;
}

.home-introtext h1 {
	line-height: 1.2em;
	margin-bottom: 0.97em;
	padding: 0 5%;
	color: #676767;
}
.home-introtext h2 {
    line-height: 1.5em;	
    margin-bottom: 2.9em;    
	padding: 0 5%;    
}


 
/* Module Heading
 * * * * * * * * * * * */

.module-box > .title {
	text-align: center;
	font-weight: 500;	
    margin-bottom: 0.25em;	
	font-size: 2.813rem;	
	padding: 0 5%;
	color: #676767;
}
.module-box > .subtitle {
	text-align: center;
	font-weight: 500;
	font-size: 1.125rem;	
	padding: 0 5%;	
}

/* Module Reference slider
 * * * * * * * * * * * */
 
.home-reference,
.home-blog {
	padding-top: 10%;
}

.home-reference > .content,
.home-blog > .content  {
	margin-top: 3em;
}

.home-reference .reference-slider-wrapper {
	background: #bdb3ad;
	position: relative;
	padding: 5% 10.8% 109px;
	max-width: 1365px;
	margin: 0 auto;


	background: linear-gradient(rgba(189, 179, 173, 1) 61%, rgba(189, 179, 173, 0.94) 100%), url(../img/bg_effect.png) center bottom repeat; 
}
.home-reference .reference-slider-item {
	width: 100%;
}

.home-reference .reference-slider-item .image {
	float: left;
	width: 38%;
}

.home-reference .reference-slider-item .image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.home-reference .reference-slider-item .reference-slider-item-caption {
	float: right;
	margin-top: 1.5%;
	padding: 5.5% 6.5% 4%;
	background: #fff;
	min-height: 335px;
	width: 65.5%;
	margin-left: -3.5%;
	box-shadow: 0 0 111px rgba(0, 0, 0, 0.24), 0 0 29px rgba(0, 0, 0, 0.45);
}

.home-reference .reference-slider-item .reference-slider-item-caption > .title {
	position: relative;
	display: inline-block;
}

.home-reference .reference-slider-item .reference-slider-item-caption > .title:before {
	border-top: 1px solid #efefef;
	position: absolute;
	width: 89%;
	left: 5.5%;
	content: "";
	bottom: -8px;
}

.home-reference .reference-slider-item .reference-slider-item-caption > .text {
	margin: 1.4em 0 0;
	line-height: 1.6em;	
}

.home-reference .reference-slider-item .reference-slider-item-caption > .button {
	margin-top: 1em;
}


.home-reference  .cycle-pager {
	position: absolute;
	bottom: 5.5%;
	z-index: 901;
	width: 100%;
	left: 0;
	text-align: center;
}
.cycle-pager > .bullet {
	border: 3px solid #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	display: inline-block;
	background: rgba(255,255,255,1);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	cursor: pointer;
}
.cycle-pager > .bullet.cycle-pager-active {
	background: rgba(255,255,255,0);
}

/* Module Blog
 * * * * * * * * * * * */

.home-blog > .content {
	padding:  0 5%;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(237,227,220,1) 22%, 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)22%,rgba(237,227,220,1) 22%,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)22%,rgba(237,227,220,1) 22%,rgba(237,227,220,1) 100%);
	padding-bottom: 2em;
}
.home-blog .blog-list-item > .content {
	display: inline-block;
	max-width: 357px;
}

.home-blog .blog-list-item .image img {
	display: block;
	width: 100%;
}
 
.home-blog .blog-list-item .text-wrapper {
	background: #fff;
	border-top: 4px solid #525252;
	width: 72%;
	margin-left: 14%;
	position: relative;
	top: -62px;
	min-height: 117px;
	padding: 30px 4% 0;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
}
.home-blog .blog-list-item .text-wrapper:before,
.home-blog .blog-list-item .text-wrapper:after{
	width: 0%;
	content: "";
	position: absolute;
	height: 4px;
	top: -4px;
	left: 0;
	background: #8f8f8f;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.home-blog .blog-list-item .text-wrapper:after {
	left: inherit;
	right: 0;
}
.home-blog .blog-list-item:hover .text-wrapper:before,
.home-blog .blog-list-item:hover .text-wrapper:after{
	width: 50%;
}
.home-blog .blog-list-item .text-wrapper > .heading {
	color: #676767;
	text-transform: uppercase;
}
.home-blog .blog-list-item .text-wrapper > time {
	color: #000;
} 

.home-blog .button {
	position: relative;
	z-index: 9;
	padding-left: 5em;
	padding-right: 5em;
}

/* Blog Overview
 * * * * * * * * * * * */
 
.blog-wrapper {
    padding: 6.5% 7.4% 0;
	position: relative;
}
.blog-wrapper:before {
	width: 37.26%;
	content: "";
	position: absolute;
	left: 31.37%;
	top: 0;
	border-top: 1px solid #e3e3e3;
}
/* Blog List */

.blog-wrapper .blog-list {
	padding: 0 0.75% 0 0;
}
.blog-wrapper .blog-list .blog-list-item {
    padding-bottom: 3.2em;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 3em;
}
.blog-wrapper .blog-list .blog-list-item > .image img {
	width: 100%;
}
.blog-wrapper .blog-list .blog-list-item > .text-wrapper > h3.title { 
	font-weight: 500;
	font-size: 1.563em;
	margin: 0.95em 0 0;
}
.blog-wrapper .blog-list .blog-list-item > .text-wrapper > time { 
	font-weight: 300;
}
.blog-wrapper .blog-list .blog-list-item > .text-wrapper > .text { 
    margin: 1.2em 0 1.4em;
}
/* Right Wrapper */

.right-wrapper {
	padding: 0 0 0 4.7%;
}
 
.right-wrapper .blogfilter {
	border: 1px solid #e3e3e3;
	padding: 28px 35px;
	position: relative;
	text-align: center;
	position: relative;
	z-index: 1;	
}

.right-wrapper .blogfilter:after {
	position: absolute;
	content: "";
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid #e3e3e3;
	z-index: -1;
}
.right-wrapper .blogfilter > .title {
	position: absolute;
	top: -20px;
	text-align: center;
	z-index: 90;
	width: 100%;
	left: 0;
}
.right-wrapper .blogfilter > .title > h4 {
    display: inline-block;
    background: #fff;
    border: 1px solid #ede3dc;
    text-transform: uppercase;
    font-weight: 300;
    padding: 7px 21px 5px;
    letter-spacing: 0.1em;
}
.right-wrapper .blogfilter select.filterselect:focus {
	outline: none;
	box-shadow: none;
}
.right-wrapper .blogfilter select.filterselect {
	border: none;
	padding: 0 20px;
	margin: 0;
}
.right-wrapper .blogfilter ul.filterlist {
	text-align: left;
	list-style-type: none;
	margin: 0.8em 0 0;
	padding: 0;
}
.right-wrapper .blogfilter ul.filterlist > li {
    margin-bottom: 9px;
    padding-bottom: 5px;
	border-bottom: #e3e3e3 solid 1px;
}
.right-wrapper .blogfilter ul.filterlist > li a.selected {
	font-weight: 800;
}
.right-wrapper .blogfilter.shortlist {
	margin-top: 5em;	
}
.right-wrapper .blogfilter > .shortlist-item {
    padding: 25px 0 30px;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
}
.right-wrapper .blogfilter > .shortlist-item:last-child {
	border: none;
}
.right-wrapper .blogfilter > .shortlist-item > .image {
	padding: 0;
}
.right-wrapper .blogfilter > .shortlist-item > .text span.icon {
	display: block;
	width: 47px;
	height: 14px;
	background: url(../img/icon_sprite.png) 0 -33px no-repeat;
}


/* Text Wrapper
 * * * * * * * * * * * */

.text-wrapper .text {
	line-height: 1.6em;
}
.text-wrapper .text a {
	text-decoration: underline;
	color: #676766;
}
 

/* Article Page 
 * * * * * * * * * * * */


 /* Video Top */
 
.article-page > .video-wrapper {
	position: relative;
	width: 100%;
}
.article-page > .video-wrapper .image {
	line-height: 0;
	opacity: 1;
}

.article-page > .video-wrapper .video-box {
    position: absolute;
	min-height: 0;
	margin: 0;
	cursor: pointer;
}

.article-page > .video-wrapper .video-box>iframe {
	z-index: -1;
}
.article-page > .video-wrapper .video-box>iframe.active {
	z-index: 1;
}

.article-page > .video-wrapper .play-video-button {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	right: 0;
	text-align: center;
	transition: background-color 0.4s ease-out;
}

.article-page > img.image {
	display: block;
}

/* Header */

.article-page .header {
	padding: 2.9em 5% 2.95em;
	max-width: 712px;
	margin: 0 auto;
	position: relative;
    box-sizing: content-box;
}

.article-page .header:after {
	content: "";
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 80%;
	border-top: 1px solid #e3e3e3;
}
.top-module .article-page .header:after {
	display: none;
}

.article-page .header > h1 {
	margin: 0;
	color: #676767;
}
.article-page .header > h2 {
	line-height: 1.6em;
	margin: 0.9em 0 0;
}
.article-page .header > time {
	margin-bottom: 2.5em;
	font-size: 0.875em;
	font-weight: 500;	
	display: block;
}

/* Main Text */

.article-page .text-wrapper {
	max-width: 962px;
	margin: 3.5em auto 0;
    box-sizing: content-box;
    padding: 0 5%;	
}
.top-module .article-page .text-wrapper {
	margin: 2.6em auto 7em;
}

.article-page .main-text {
	max-width: 770px;
	margin: 0 auto 3.3em;
}

.article-page .main-text.cols-2 {
	-moz-column-count: 2;
	-webkit-column-count:2;
	column-count:2;
	-moz-column-gap: 49px;
	-webkit-column-gap:49px;
	column-gap:49px;		
}

.p161 .article-page .main-text.cols-2,
.p423 .article-page .main-text.cols-2,
.p590 .article-page .main-text.cols-2,
.p613 .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;		
}

.p613 .article-page .main-text.cols-2 {
	text-align: center;
}



/* Article Slider */
.article-page .article-slider {
	margin-bottom: 3.1em;
}
.article-page .article-slider img {
	display: block;
	width: 100%;
}
.article-page .article-slider .cycle-pager {
	position: absolute;
    right: 3.4%;
    bottom: 4%;
	z-index: 902;
}

/* Switchboxes */

.article-page .switch-box-wrapper .column {
	padding: 0;	
}
.article-page .switch-box-wrapper .switch-box {
	padding: 0 0 2em 0;
}
.article-page .switch-box-wrapper .switch-box .image > img {
	width: 100%;
}
.article-page .switch-box-wrapper .switch-box .openPopupLink {
	text-align: center;
}
.article-page .switch-box-wrapper .switch-box:nth-child(2n) .image,
.top-module .article-page .switch-box-wrapper .switch-box:nth-child(1n) .image {
	float: right;
	text-align: right;
}
.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%;
}
.top-module .article-page .switch-box-wrapper .switch-box .text{
	padding-top: 1%;
}
.article-page .switch-box-wrapper .switch-box .text > h3 {
    line-height: 1.2em;
    margin-bottom: 1em;
	color: #45606d;    
}
.article-page .switch-box-wrapper .switch-box .text > .button {
	margin: 1.4em 0 0;
}

/* Links Downloads */

h3.heading-links {
    margin-bottom: 1em;
    margin-top: 1.7em;
}
ul.links > li {
	margin: 0 0 0.6em;
	float: left;
	clear: both;
	border-bottom: 1px solid #676766;
}

ul.links > li > a {
	text-decoration: none !important;
	position: relative;
}

/* Page Header
 * * * * * * * * * * * */
.page-header {
	text-align: center;
    margin: 3.6em 0 3em;
    position: relative;
    padding: 0 5%;
}
.page-header > h1 {
	font-size: 2.813em;
	font-weight: 500;	
	color: #676767;
	margin-bottom: 0.4em;
}
.page-header > .subtitle {
	font-weight: 500;
	font-size: 1.125em;
	max-width: 590px;
	margin: 0 auto;
	line-height: 1.6em;
}


/* Product Gallery
 * * * * * * * * * * * */

/* Product Filter */

.product-filter-form {
	border-top: 75px solid #f2f3f5;
}
.product-filter-form  > .product-filter {
	padding: 0.7em 2.7% 0.1em;
}
.product-filter-form .sort-label {
    background: url(../img/icon_sprite.png) -76px -117px no-repeat;
    height: 33px;
    font-weight: 500;
    line-height: 41px;
    padding-left: 64px;
    float: left;
	margin: 1em 10% 1em 0;    
}
.p588 .product-filter-form .sort-label {
	background-position: -80px -319px;
}

.p588 .product-filter-form .button-group .label {
	display: none;
}

.product-filter-form .button-group .label {
	font-weight: 500;
	margin-right: 19px;
    height: 41px;
    line-height: 41px;	
}

.product-filter-form .colorgroup {
	float: left;
}

.product-filter-form .button-group {
	margin: 1em 0;
}

.product-filter-form .button-group input,
fieldset.radio input,
.field-appointmentWished input,
#zform_privacyPolicyConfirmation input{
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}

/* Color Select */
.p588 .product-filter-form .sort-label {
	margin-right: 2%;
}
.product-filter-form .colorgroup .filter-buttons {
	display: flex;
	flex-flow: row wrap;
}

.product-filter-form .colorgroup label,
.content-page .attribute-wrapper .gradient-box {
	width: 61px;
	height: 41px;
	margin: 0 6px 6px 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 42px;
	position: relative;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.product-filter-form .colorgroup label span {
	display: none;
}
.product-filter-form .colorgroup label:last-child{
	margin-right: 0;
}


.product-filter-form .colorgroup input:checked + label {
	box-shadow: inset 0 0 0 3px #45606d;
}

.product-filter-form .colorgroup label.gradient-box.colorall {
	box-shadow: inset 0 0 0 1px #b7b7b7;
}
.product-filter-form .colorgroup label.gradient-box.colorall span {
	display: block;
}
.gradient-box.weiss {
	background-image: url(../img/weiss.jpg);	
}
.gradient-box.gelb {
	background-image: url(../img/gelb.jpg);
}
.gradient-box.rose {
	background-image: url(../img/rose.jpg);
}
.gradient-box.schwarz {
	background-image: url(../img/schwarz.jpg);
}

.gradient-box.rot {
	background-image: url(../img/rot.jpg);
}
.gradient-box.mehrfarbig {
	background-image: url(../img/mehrfarbig.jpg);	
}

/* Tag Select */
	

.product-filter-form .taggroup label,
fieldset.radio label,
.field-appointmentWished label,
#zform_privacyPolicyConfirmation label{
	position: relative;
	padding-left: 41px;
	line-height: 32px;
	margin: 0;
}
#zform_privacyPolicyConfirmation label{
    line-height: 21px;
}

.product-filter-form .taggroup label {
	width: 210px;	
	margin: 0 0 5px;	
}
.product-filter-form .taggroup label:before,
fieldset.radio label:before,
.field-appointmentWished label:before,
#zform_privacyPolicyConfirmation label:before {
	content: "";
	background-color: #f2f3f5;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 0;
	top: 0;
	border: 9px solid #f2f3f5;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.product-filter-form .taggroup input:checked + label:before,
fieldset.radio input:checked + label:before,
.field-appointmentWished input:checked + label:before,
#zform_privacyPolicyConfirmation input:checked +label:before{
	background-color: #676767;
}

#zform_privacyPolicyConfirmation a{
    text-decoration: underline;
}


/* Product List */
 
.product-list{
	max-width: 1193px;
	position: relative;
}
.product-list.pagintaion {
	padding-bottom: 120px;
}
.product-list .column {
	padding-left: 0 !important;
	padding-right: 0 !important;
} 
.product-list .product-list-item.small-12 .centered {
	width: 48%;
}
.product-list .product-list-item.small-3 {
	padding-top: 24.7%;
}
.product-list .product-list-item.small-6 {
	padding-top: 49.4%;
}
.product-list .product-list-item.small-4 {
	padding-top: 32.9%;
}

.product-list-item {
	background-image: linear-gradient(139deg, #797370 0%, #797370 7%, #797370 9%, #bdb3ad 53%, #bdb3ad 61%, #bdb3ad 100%);
	padding-top: 49.4%;
}

.product-list > .pagination {
	position: absolute;
	bottom: 25px;
	left: 0;
	margin: 0;
	width: 100%;
	
}

/* Detail */

.product-page {
	background: #fff;
	max-width: 1075px;
	margin: 0 auto;
	position: relative;
	min-height: 490px;
}
.item .product-page {
	max-width: inherit;
}
.product-page .text-wrapper {
	padding: 6% 2% 5% 5.2%;
}

.product-page .text-wrapper > h3.title {
	color: #45606d;
	margin-bottom: 0.1em;
}
.product-page .text-wrapper > .price {
	/*font-weight: 300;*/
	/*font-size: 2.063em;*/
	font-size: 1em;
}

.product-page .text-wrapper > .text {
	margin: 1em 0 2em;
}

.product-page .text-wrapper > .attribute-wrapper {
	border-top: 1px solid #ececec;
	padding: 1.35em 0 2.3em;
	display: flex;
	flex-flow: row wrap;
}
.product-page .text-wrapper > .attribute-wrapper > .attribute {
	flex: 1;
	margin-bottom: 1em;
	padding-right: 20px;
}
.product-page .text-wrapper > .attribute-wrapper > .attribute > div {
	display: inline-block;
	text-align: left;
}
.product-page .text-wrapper > .attribute-wrapper .title {
	font-weight: 500;
	font-size: 1.063em;
	color: #45606d;
	margin-bottom: 1em;
}

.product-page .text-wrapper > .attribute-wrapper .value {
	/* line-height: 42px; */
	font-weight: 300;
}

.product-page .text-wrapper > .attribute-wrapper .gradient-box {
	margin: 0;
}
.product-page .text-wrapper > .sales-tool-add > .button {
	padding: 0.9em 1.35em;
	margin: 0 10px 10px 0;
}
.product-page .text-wrapper > .sales-tool-add > .button.go-to-list {
	display: none;
}
.product-page .text-wrapper > .sales-tool-add .added-text {
	display: none;	
}
.product-page .text-wrapper > .sales-tool-add input:checked + label .added-text {
	display: inline;
}
.product-page .text-wrapper > .sales-tool-add input:checked + label .add-text {
	display: none;
}
.product-page .text-wrapper .overview.button {
	display: none;
	margin-top: 20px;
}
.item .text-wrapper .overview.button{
	display: inline-block;
}



/* Image */

.product-page .image {
	padding: 0;
	position: absolute;
	height: 100%;
	right: 0;
}

.product-page .image > img {
	position: relative;
	z-index: 90;
}

.product-page .image > .background {
	background-image: linear-gradient(139deg, #bdb3ad 0%, #b0a7a1 10%, #797370 52%, #797370 67%, #797370 100%);
	position: absolute;
	height: 100%;
	width: 64%;
	right: 0;
	top: 0;
	overflow: hidden;
}
.product-page .image > .background:after {
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 80px;
	background: url(../img/triangle.svg) center center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	transform:translate(-0.1%,0);
}

/* Kontakt
 * * * * * * * * * * * */
 
.productorder-form {
	margin: 0 auto;
	max-width: 1018px;
	padding: 0 5% 3em;
    box-sizing: content-box;	
    color: #676767;
    overflow: hidden;
    position: relative;
}


/* Subform / Cart */

.p585 .page-header {
    margin-bottom: 4em;
    padding-bottom: 0.7em;	
}

.p585 .page-header:before {
	width: 49%;
	content: "";
	position: absolute;
	left: 25.5%;
	bottom: 0;
	border-top: 1px solid #e3e3e3;
}

/* Buttons */


.productorder-form .btn-toolbar .group-remove,
.productorder-form .btn-toolbar .group-add {
	width: 27px;
	height: 27px;
	display: inline-block;
	padding: 0;
	border: none;
	background: url(../img/icon_sprite.png) -87px -186px no-repeat
}
.productorder-form .btn-toolbar .group-add {
	background-position: -82px -257px;
}


.productorder-form .subform-repeatable-wrapper.subform-layout {
	padding: 0;
	border: none;
}
.productorder-form .fieldset-product .subform-repeatable .subform-repeatable-group > .btn-toolbar .group-remove {
	position: absolute;
	right: 3%;
	top: 28px;
}

.productorder-form .fieldset-product .subform-repeatable-wrapper.subform-layout .subform-repeatable-group:nth-child(2n) .btn-group>.group-remove {
	top: 79px;
}


.productorder-form .fieldset-product .subform-repeatable-wrapper.subform-layout .subform-repeatable-group {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 1.7% 3% 0.7%;
}

.productorder-form .subform-repeatable-group .input-mini {
	float: left;
	width: 80px;
	font-size: 1.25em;
	font-weight: 500;	
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
}
.productorder-form .subform-repeatable-group .column {
	padding: 0;
}
.productorder-form .subform-repeatable-group label {
	display: block;
	color: #676767;
	font-weight: 500;
	font-size: 1.25em;
	padding-bottom: 1.1em;
}

.productorder-form .subform-repeatable-group .product-image label:after {
	content: "";
	border-top: 1px solid #ddd;
	width: 100%;
	top: 2.5em;
    left: 0;
    position: absolute;
}

.productorder-form .subform-repeatable-group > .control-group .controls  {
	float: left;
	width: 50%;
}
.productorder-form .subform-repeatable-group > .control-group:nth-child(2) .controls  {
	float: left;
	width: 76%;
}

.productorder-form .subform-repeatable-group > .control-group:nth-child(3)  {
	float: right;
	width: 18.6%;
}

.productorder-form .subform-repeatable-group .product-image img {
	margin: 0.8em 10px 0 0;
}
.productorder-form .subform-repeatable-group .product-data {
	min-width: 50%;
}

.productorder-form .subform-repeatable-group .product-data > .product-name {
	color: #45606d;
	margin-top: 0.5em;
}
.productorder-form .subform-repeatable-group .product-data .group-remove {
	color: #45606d;
	text-decoration: underline;
	display: none;
	cursor: pointer;
}

.productorder-form .subform-repeatable-group .product-price > span {
	color: #676767;
	/*font-size: 1.25em;	*/
	margin-top: 0.5em;
	display: block;
}
.productorder-form .subform-repeatable-group .product-price {
	padding-right: 8%;
	min-width:50%;
}

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

.fieldset-product .subform-repeatable-group:not(:nth-child(2)) label.cart-price,
.fieldset-product .subform-repeatable-group:not(:nth-child(2)) label.article,
.fieldset-product .subform-repeatable-group:not(:nth-child(2)) .control-label label,
.productorder-form .fieldset-product .subform-repeatable-wrapper.subform-layout .subform-repeatable-group:nth-child(2n) .control-group:nth-child(2n) .control-label label {
	display: none;
}

/* Cart Form */

.productorder-form .fieldset-contact,
.productorder-form .fieldset-Friends,
.productorder-form .fieldset-Appointment,
.productorder-form .fieldset-captcha,
.productorder-form .fieldset-privacyPolicyConfirmation{
	max-width: 860px;
	margin: 0 auto;
}

.productorder-form .fieldset-contact > h2.subheadline {
	font-weight: 500;
	font-size: 1.563em;
	margin: 13% 0 1.3em;
	color: #45606d;	
	text-align: center;
}
.productorder-form .fieldset-contact .field-shippingOptions label {
	width: 35.5%;
	float: left;
	margin: 0 0 0.7rem;	
}
.productorder-form .fieldset-contact .field-shippingOptions label:last-child {
	float: right;
	width: auto;
}
.productorder-form .fieldset-contact .field-shippingOptions {
	margin-bottom: 2em;
}
.productorder-form .field-name,
.productorder-form .field-phone {
	width: 49.8%;
	float: left;
}

.productorder-form .field-email,
.productorder-form .field-forename {
	width: 49%;
	float: right;
}
/* Termin */
.productorder-form .fieldset-Appointment {
	padding-top: 1.4em;
	clear: both;
}


.productorder-form .field-spontanious {
	padding-top: 1.5em;
	padding-bottom: 2em;
}
.productorder-form .field-spontanious,
.productorder-form .field-dateFrom {
	padding-left: 5.5%;
	padding-right: 5.5%;	
}

.productorder-form .field-spontanious .controls label {
	margin-right: 10%;
}
.productorder-form .field-spontanious .controls label:last-child {
	margin-right: 0;
}

.productorder-form .appointment-divider {
	margin-bottom: 1.5em;
}

.productorder-form .field-spontanious .control-label,
.productorder-form .field-dateFrom .control-label,
.productorder-form .field-dateFrom .controls input,
.productorder-form .field-dateUntil {
	float: left;
}


.productorder-form .field-dateUntil .control-label,
.productorder-form .field-dateUntil .controls {
	float: left;
}
.productorder-form .field-spontanious .control-label {
	margin-right: 6.5%;
	line-height: 32px;
}
.productorder-form .field-dateFrom .control-label,
.productorder-form .field-dateUntil .control-label {
	line-height: 47px;	
	margin-right: 10px;
}
.productorder-form .field-dateUntil .control-label {
	margin-left: 10px;
}

.productorder-form .field-dateFrom input,
.productorder-form .field-dateUntil input {
	width: 188px;
}

.productorder-form .fieldset-captcha .g-recaptcha{
	max-width: 304px;
	margin: 2em auto;
}
.productorder-form  .btn-toolbar {
	text-align: center;
}

/* Add a friend */

.productorder-form .fieldset-Friends .subform-repeatable > .btn-group,
.productorder-form .fieldset-Friends .subform-repeatable .group-move,
.productorder-form .fieldset-Friends .subform-repeatable .control-label {
	display: none;
}
.productorder-form .fieldset-Friends .subform-repeatable .btn-toolbar  {
	float: right;
	padding-top: 10px;
}
.productorder-form .fieldset-Friends .subform-repeatable .btn-toolbar .btn {
	margin-left: 5px;
}
.productorder-form .fieldset-Friends .subform-repeatable-wrapper.subform-layout .subform-repeatable-group {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 1em 0;
}

.productorder-form .fieldset-Friends .field-addresses .control-label label {
	font-size: 1.2em;
	margin: 1em 0 0;
	display: block;
}

/* Kontakt
 * * * * * * * * * * * */
 
#contact-form {
	padding: 0 10.45%;
}

#contact-form .top-module .image {
	padding-bottom: 3.5em;
	position: relative;
    margin-bottom: 3.3em;
}
#contact-form .top-module .image img {
	display: block;
}
#contact-form .top-module .image:after,
#contact-form .contact-information:after {
	position: absolute;
	content: "";
	border-top: 1px solid #e3e3e3;
	width: 62.4%;
	bottom: 0;
	left: 18.75%;	
}

#contact-form .top-module h2.contact-form-title {
	color: #45606d;
	margin-bottom: 0.75em;
}

#contact-form form.zcontact {
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
}

#contact-form form.zcontact .field-name,
#contact-form form.zcontact .field-city {
	width: 49.4%;
	float: left;
}

#contact-form form.zcontact .field-company,
#contact-form form.zcontact .field-email,
#contact-form form.zcontact .field-street {
	width: 49.4%;
	float: right;
}

#contact-form form.zcontact .field-captcha {
	width: 304px;
	margin: 0 auto;
}
#contact-form form.zcontact textarea {
	height: 120px;
}

#contact-form form.zcontact .module-box.contact-below {
	margin: 1.5em 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
}

/* Contact Bottom */
#contact-form .contact-information:after {
    bottom: inherit;
    top: 0;
}
#contact-form .contact-information {
	margin-top: 3.7em;
	position: relative;
	color: #676767;
}
#contact-form .contact-information .content {
	max-width: 770px;
	margin: 0 auto;
    padding-top: 3.6em;
    line-height: 1.65em;
}
#contact-form .contact-information .content > .column {
	padding: 0;
}
#contact-form .contact-information .content h3 {
	font-weight: 500;
	font-size: 1.563em;
	color: #45606d;	
	margin-bottom: 1.3em;	
}
#contact-form .contact-information .content .contact-data {
	margin-top: 1.8em;
}
#contact-form .contact-information .content .contact-data span {
	float: left;
	width: 100px;
}
#contact-form .contact-information .content .consulting {
	margin-top: 3.46em;
}

#contact-form .contact-map {
	margin-top: 2.5em;
	position: relative;	
} 
#contact-form .contact-map .gmap {
	height: 370px;
}

#contact-form .contact-map .parking {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#contact-form .contact-map .parking > span {
	background: #fff;
	font-weight: 600;
	color: #676767;		
	display: inline-block;
	padding: 0.5em 1.5em;
}

/* Footer
 * * * * * * * * * * * */

#footer{ 
	padding-top: 5em;
	background: #fff;
	/* padding-bottom: 2.8rem; */
	padding-bottom: 70px;
}

#footer .row.footer-data {
    padding: 4% 5% 0;
    max-width: 711px;
    margin: 0 auto;
    box-sizing: content-box;
}

#footer .row.footer-data .column {
	padding: 0;
}
#footer .row.footer-data .column > h3.title {
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 1em;
}
#footer .row.footer-data .column > .text {
	line-height: 2em;
}
#footer .row.footer-data .column > .contact-data span { 
	float: left;
	width: 108px;
}

#footer .row.footer-data .column.openinhours {
	width: 56%;
	
}
#footer .row.footer-data .column.contact {
	width: 44%;	
}
#footer .row.footer-data .column.openinhours .left {
	width: 150px;
	float: left;
	
}

/* Social Menu */

#footer .social-menu,
#footer .footer-menu {
	text-align: center;
}
#footer .social-menu > li,
#footer .footer-menu > li {
	display: inline-block;
}
#footer .social-menu > li > a {
	padding: 0 16px;
	margin-top: 3.1em;
}

/* Footer menu */
#footer .footer-menu {
	margin-top: 2.5em;
}
#footer .footer-menu > li {
	padding: 0 6px;
}
#footer .footer-menu > li > a {
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 400;
	color: #676767;
	letter-spacing: 0.12em;
}

/* Calendear */

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, 
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: rgba(69, 96, 109, 1);
	color: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	background: #ede3dc !important;
	color: #666 !important;	
}

/* Pop-up
 * * * * * * * * * * * */
 
.p522 .mfp-content {
	max-width: 800px;
	margin: 0 auto;
}
.popup-box #contact-form {
	padding: 0;
	max-width: 800px;
	 margin: 40px auto 0;
}
.popup-box .top-module {
	 position: relative;
 }
 h1.popup-title {
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 0;
 }
 .popup-text.text-center span {
	 font-size: 23px;
	 display: block;
     text-align: center;
     line-height: 28px;
     font-weight: 300;
 }
 
.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: 100% auto;
   height: 0;
   width: 100%;
   padding-top: 56%;
}
.popup-box .top-module .popup-text {
	position: absolute;
	bottom: 23px;
	color: #fff;
	font-size: 30px;
    max-width: 800px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3%;
    line-height: 34px;
}
.popup-box #contact-form form#mti0adminForm {
	max-width: none; 
	text-align: left;
	background: #bbb0aa;
}
.popup-box #contact-form form#mti0adminForm .form-horizontal {
	max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.popup-box fieldset#mti0zform_options {
	padding: 42px 0 30px;
}
.popup-box .controls input#mti0zform_options0,
.popup-box .controls input#mti0zform_options1 {
	display: none;
}
.popup-box .controls label.checkbox {
	width: 49.4%;
    float: left;
    display: block;
    float: left;
    text-align: left;
    color: #fff;
    line-height: 31px;
    margin: 0;
}
.popup-box .controls label[for=mti0zform_options1] {
	margin-left: 1.2%;
}


.popup-box .controls label.checkbox:before,
.popup-box .controls #zform_privacyPolicyConfirmation label.checkbox:before {
	width: 29px;
    content: "";
    color: #fff;
    height: 29px;
    text-align: center;
    line-height: 22px;
    float: left;
    border: 1px solid #fff;
    margin-right: 11px;
    background: #fff;
    padding: 0;
      transition: none;
}
.popup-box .controls input:checked+label:before,
.popup-box .controls #zform_privacyPolicyConfirmation input:checked +label:before {
	content: "";
    color: #bbb0aa;
    background-image: url('../img/x-icon-16.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    background-color: #fff;
    border: none;
    transition: none;

}
.popup-box .btn-toolbar {
	text-align: center;
	padding: 0 0 25px;
}
.popup-box .btn-toolbar .button {
	padding: 0.9em 4.1em;
}
.popup-box p.asterist {
    text-align: center;
    color: #fff;
    padding: 15px 5%;
    font-size: 14px;
    font-weight: 200;
}

.popup-box .fieldset-privacyPolicyConfirmation,
.popup-box .fieldset-content {
	margin-bottom: 27px;
	padding:0 2%;
}
.popup-box .fieldset-privacyPolicyConfirmation .controls label.checkbox{
    width: 100%;
}

.popup-box button.mfp-close {
    font-size: 0px;
    opacity: 1;
    background-image: url('../img/x-icon.png');
    background-repeat: no-repeat;
    background-size: 29px;
    height: 29px;
    width: 29px;
    top: 65px;
    right: 20px;
}
.popup-box button.mfp-close:before {
	content: "Schließen";
    font-size: 13px;
    color: #757575;
    position: absolute;
    right: 40px;
    line-height: 29px;
}


.popup-box #contact-form form.zcontact .field-street {
	width: 49.4%;
	float: left;
}

.popup-box #contact-form form.zcontact .field-city{
	width: 49.4%;
	float: right;
}

.videoWrapper-yt {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper-yt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



