.language-picker{
	    position: absolute;
    top: 10px;
    right: 10px;
}

.ltr{
direction: ltr !important;
}
.selectpicker{
background-color: #FFE7E1!important;
    color: rgb(185 148 103 /0.65) !important;
border: 1px solid #FFE7E1;
-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;

}

.circle {
    background: white;
    border-radius: 200px;
    color: white;
    height: 100px;
    font-weight: bold;
    width: 100px;
    display: table;
	margin:10px;
  
}
.circle p {
    vertical-align: middle;
    display: table-cell;
}


.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.slick-dots {
   position: relative;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 9999;

}

.slick-dots li button {
  border-radius: 12px;
    width: 12px;
    height: 12px;
   background-color: #b9946794;
}

.slick-dots li button:before {
  border-radius: 12px;
    width: 12px;
    height: 12px;
 content: "";
    background-color: #b9946794;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: red;
    content: "";
	background-color: #b9946794;
}

	slick-prev .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    display: block;
  
    padding: 0;
   
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99999;
	}
	
	.slick-prev:before, .slick-next:before{ 	content: "";}

	.slick-next {
	content: "";
    z-index: 99999!important;
	left:auto;	
	right: 20px;
	width: 50px !important;
    height: 50px !important;
	background-image: url(/assets/images/right_arrow.png);
	background-size: contain;
	margin-top: -8px;
	}
	
	
	.slick-prev {
	content: "";
    z-index: 99999!important;
	left:20px;	
	right: auto;
	width: 50px !important;
    height: 50px !important;
	background-image: url(/assets/images/arrow_left.png);
	background-size: contain;
	margin-top: -8px;
	}
/* TEST */
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-item {
	min-height: 350px;
	height: 100%;
	width:100%;
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em;
}

/* Animation delays */
.carousel-caption div:first-child { animation-delay: 0.5s; }
.carousel-caption div:nth-child(2) { animation-delay: 1.5s;}
.carousel-caption div:nth-child(3) { animation-delay: 2.6s;}
.carousel-caption div:nth-child(4) { animation-delay: 2.8s;}
.carousel-caption div:nth-child(5) { animation-delay: 3s;}
.carousel-caption div:nth-child(6) { animation-delay: 4s;}
.carousel-caption div:nth-child(7) { animation-delay: 4.3s;}

.carousel-control-next-icon {background-image: url("/assets/images/right_arrow.png"); margin-top:-8px; width:auto;}
.carousel-control-prev-icon {background-image: url("/assets/images/arrow_left.png"); }
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
  
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #b9946794;
	
}

.carousel-indicators .active {
    background-color: #B99467;
}


/* #### MAIN RESET
############################################ */
body{font-family: 'Overpass', sans-serif;color:#4a4a4a; font-size: 16px; line-height: 24px;color:#B99467;}
p{ font-size: 16px; line-height: 24px; color:#B99467;}
a{color:#B99467;}
.no-padding{padding:0 !important;}
.ex-padding{padding-left:80px;}
.wrapper h2,.wrapper h1{ font-size:21px; color:#B99467;font-family: wedding-gothic-atf, sans-serif; font-weight: 600; font-style: normal; }
.wrapper p{padding:25px 0;font-size:16px;color:#B99467;font-weight:400;line-height:24px;}
.wrapper .more_button{font-size:14px;color:#fff;font-weight:400;padding:10px 20px;background-position:100%; background-image: linear-gradient(270deg, #D5B372 1%, #C59C53 98%);  letter-spacing:0.5px;  }
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover { background: #ba9567;}
.bx-wrapper .bx-pager.bx-default-pager a { background: #ba95677a; text-indent: -9999px;    display: block;    width: 10px;    height: 10px;    margin: 0 5px;    outline: 0;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;    border-radius: 5px;}


/* NOT USED
.lnk-kontakt{ text-decoration:underline; font-size:8pt; color:#fff;}
header .navbar .navbar-brand{position:absolute;top:0;right:.5rem;} 
.second-list .main-banner-headings p, .third-list .main-banner-headings p, .fourth-list .main-banner-headings p{padding-top:10px;}

*/


/*header css starts here*/
.wrapper{max-width: 1280px;width: 100%;margin: 0 auto;     background-image: radial-gradient(50% 98%, #FCF6F6 48%, #FFE3E1 100%); overflow:hidden;}

section.top_section{position:relative;padding:0;background-color:#FFE7E1; height:125px;}

header .navbar{padding:0;}
header .navbar .nav-link{padding:0.8rem 4.8rem 0.2rem !important; font-family: 'Overpass', sans-serif; font-weight:600;font-size:18px;}
header .navbar .nav-link.active, header .navbar .nav-link:hover, header .navbar .nav-link:focus{color:#B99467 !important;}

.navbar-light .navbar-nav .nav-link {color: rgb(185 148 103 /0.65) !important; !important;}


.active{ color: rgb(185 148 103 /1) !important;}
.fixed-header{position: fixed !important; max-width:1280px; width:100%; top: 0; z-index: 999;transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;}
.navbar-expand-lg .navbar-nav .dropdown-menu{margin-top:0.5rem; min-width: 12rem;left: 35px;border: 0;border-radius: 0;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{display:block;font-size:12px;font-weight:400;color:#B99467;padding: 2px 15px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover{font-weight:600;}
/*header css ends here*/

/*banner content section*/
.bx-wrapper{border-top:0;border-bottom:0; margin-bottom:0;     background: none;}
.bx-wrapper .bx-pager.bx-default-pager{bottom: 0px;background-position: 0% 0%;}
.bx-wrapper .bx-pager.bx-default-pager a{margin: -32px 5px 0;}
.bx-wrapper .bx-prev{background:url(../images/arrow_left.png)}
.bx-wrapper .bx-next{background:url(../images/right_arrow.png)}
.bx-wrapper .bx-controls-direction a{height:36px;width:36px;}
.banner-slider{position:relative;}


footer{ position:relative; background-image: linear-gradient(270deg, #E2CC98 1%, #C59C53 96%); padding:40px 15px 5px; height:316px; }
footer { background-image:url(/images/footer.webp); background-size:cover; background-repeat:no-repeat;}
footer figure{margin:auto;}
footer figure img{margin-right:auto;}
footer .footer_list{float: right;width:100%;padding:0;}
footer h3{font-weight:bold;font-size:18px;padding-bottom:15px;}
footer .footer_list ul li a{font-size:16px;color:#fff;line-height: 30px;}
footer .footer_list ul li a:hover, footer .footer_list ul li a:active{font-weight:bold;} 
footer .footer_list li.social_list{padding-top:15px;}
footer .footer_bottom_text{float:left;width:100%;padding:10px 15px 5px;}
footer .footer_bottom_text p{text-align:right;}
footer .footer_bottom_text p a:hover, footer .footer_bottom_text p a:active,footer .footer_bottom_text p a:focus{color:#ffffff;}
.footer_custom_container {height:100%;}



/* #### ANIMATION
############################################ */
#fade1 {
	margin-top:0px; 
	animation-delay: 1s;    
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
	
}


#box_quality {
	margin-top:0px; 
	animation-delay: 1,5s;    
	animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */	
}



/* FADIN BULLETS FINAL */
@keyframes fadein {
    from {
        opacity:0;
		margin-top: 360px;
    }
    to {
        opacity:1;
		margin-top: 0px;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
		 margin-top: 360px;
    }
    to {
        opacity:1;
		margin-top: 0px;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
         opacity:0;
		 margin-top: 360px;
    }
    to {
        opacity:1;
		margin-top: 0px;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
		 margin-top: 360px;
    }
    to {
        opacity: 1;
		margin-top: 0px;
    }
}



.off{ opacity:0; top:150px;}
.on{ opacity:1; top:0;}

.off2{  opacity:0; margin-left:250px; top:-150px;  }
.on2{ opacity:1;  top:0;  }

.off3{ opacity:0;  left:120px;}
.on3{ opacity:1;  left:0px;}

.off4{ opacity:0; margin-top:50px; }
.on4{ opacity:1; margin-top:0px;}

.off_slider{ opacity:0;  margin-top:-120px; -moz-transform: rotate(12deg); -ms-transform: rotate(12deg);  -o-transform: rotate(12deg); -webkit-transform: rotate(12deg);}
.on_slider{ opacity:1;  margin-top:30px; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg);  -o-transform: rotate(0deg); -webkit-transform: rotate(0deg);}


.off_left{ opacity:0; margin-left:-150px; position:relative; }
.on_left{ opacity:1; margin-left:0px;}

.off_right{ opacity:0; right:-150px;  position:relative;}
.on_right{ opacity:1; right:0px;}

.off_vis{ opacity:0; } .on_vis{ opacity:1;;}

	.parallaxParent {
		height: 100vh;
		overflow: hidden;
	}
	.parallaxParent > * {
		height: 200%;
		position: relative;
		top: 0%;
	}
	


.carousel-fade .carousel-item{opacity:0;transition-duration:1.6s;transition-property:opacity}
.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{opacity:1}
.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}
.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{transform:translateX(0);transform:translate3d(0,0,0)}


#box_quality > p { padding-bottom:0px;}

/* #### DEBUG MODE
############################################ */
.dborder{ border:1px dotted #ff0000;}

/* ZEENA */

.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
		transition:all 0.3s ease; 
}

.shrink
{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
		transition:all 0.3s ease; 
		cursor:pointer;
}

.shrink:hover
{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
		transition:all 0.3s ease; 
		cursor:pointer;
}


/* #### PRODUCT FILTERS
############################################ */
.filters ul{display:flex;justify-content:center;list-style:none;margin:30px 15px}
.filters ul li{display:inlnie-block;text-align:center;margin-right:12px;margin-bottom:10px;padding:10px 20px;font-weight:700;font-size:14px;cursor:pointer;position:relative;transition:.3s;text-transform:uppercase;border:0 solid #fff;border-radius:0;color:#B99467;letter-spacing:.5px}
.filters ul li:hover{background-image:linear-gradient(270deg,#D5B372 1%,#C59C53 98%);color:#ffff}
.filters ul li.is-checked{font-size:14px;color:#fff;font-weight:400;padding:10px 20px;background-position:100%;background-image:linear-gradient(270deg,#D5B372 1%,#C59C53 98%);letter-spacing:.5px}
.filters ul li:last-child{ margin-right: 0;}
.grid {  background-scolor: #333; }
.grid .grid-item{ display: block;  margin:0px; max-height:594px!important; overflow:hidden!important;}
.topper{ z-index:500;}
.topper_menu{ z-index:600;}

.green{ color:#8cbe23; }
.hdl_s{ color:#8cbe23; }
.rosa{ color:#FFE1DF !important; }

.box_filter{ padding-left:50px; padding-right:50px; }

/* Z CARD STYLE */
.container-fluid{ overlay:hidden;}
.bg_partner{ background-color:#ffd7d3;}
.icon_swtach:after {
    background-image: url(/images/swatch-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    width: 340px;
    height: 376px;
    position: absolute;
    top: -150px;
    right: -255px;
    z-index: 80;
}

.icon_germany {position: absolute; margin-left: -150px; margin-top: -153px; width: 130px;}
.icon_germany_footer {position: absolute; right: 250px; margin-top: 150px; width: 130px;}
.icon_germany_brand {position: absolute; right: 80px; width: 130px;}
.icon_germany_brand_mobile{ display:none;}
.brand_image{ margin-top:20px; margin-bottom:20px;}

.notice{ text-align:center; font-size:9px; line-height: 14px; color: #B99467;}
.frontside{position:relative;-webkit-transform:rotateY(0);-ms-transform:rotateY(0);z-index:2}
.frontside{float:left}
.card{background-color:transparent}
.cb{background-color:#000;border:0}
.OFF_frontside .card{min-height:120px;border:0}
.backside .card a{font-size:18px;color:#5ac6ad!important}
.frontside .card .card-title{font-size:14pt;margin-bottom:0}
.card-text {font-size:16pt; }


.frontside .card .card-body  a{ color:#000;	text-decoration:underline; display:block;height:40px !important;}
.frontside .card .card-body  a:hover{color:#333333;  font-size:14pt;font-weight:600;}
.frontside .card .card-body{ padding:0px; }
.frontside .card .card-body img {   width: 150px;     height: auto;    border-radius: 50%;}


.line{ border-top:2px solid #fff; margin-top:15px!important; padding-bottom:15px; }

.inhalt{ min-height:250px;}
.inhalt:before{background-image:url(/images/ornament_left.webp);background-repeat:repeat-y; content: " "; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1;}
.inhalt:after{background-image:url(/images/ornament_right.webp);background-repeat:repeat-y; content: " "; width: 236px; height: 100%; position: absolute; top: 0px; right: 0px; z-index: 1;}

.box_slider{ margin-top:0px; margin-bottom:30px; text-align:center;}
.info_box{ position: absolute; right: 160px; top: 110px;	}
.info_box .clip_category_list p{ margin-left:30px; text-align:left; margin-right:0px; color:#fff;}
.info_box .clip_category_list h2{ color:#fff;}
.info_box .clip_category_list > .box-m{padding:25px 25px;max-width: 330px;width: 100%; margin: 0 auto;}

.clip_category_list{padding:25px 25px;max-width: 930px;width: 100%; margin: 0 auto;  z-index: 500;}
.clip_category_list > .box-m{padding:25px 25px;max-width: 630px;width: 100%; margin: 0 auto;}
.clip_category_list p{ margin-left:30px; text-align:left; margin-right:50px;}

.p-zeena{ padding-top:60px!important;}


/* #### PRODUCT
############################################ */
.box-product{display: inline-table; border:0px solid #ff0000; width:100%; min-height:580px; overflow:hidden; background-image: radial-gradient(50% 97%, #FBE4E4 48%, #FED7D4 100%);  }
.box-product_back{display: inline-table; border:0px solid #ff0000; width:100%; min-height:580px; overflow:hidden; opacity: 0.92; background-image: linear-gradient(179deg, #D9BB76 3%, #BA9550 44%, #AD8641 96%);}

.box-product h3, .box-product_back h3 { font-size:19px; color:#B99467; font-weight: 600; font-family: 'Overpass', sans-serif;}
.box-product figure, .box-product_back figure {padding:0px; max-height:400px; width:auto;}
.product_more{font-family: Overpass-Bold; }
.product_headline{  padding:10px; padding-top:10px; height:40px; }
.product_headline_back { height:100%; padding:20px; }
.product_headline_back h3 { color:#FFE1DF; }
.description  { font-size:14px; line-height:12pt;}
#txt-back > p { font-size: 14px; line-height: 13pt; padding: 11px;  padding-bottom:20px; color:#FFE1DF; margin-left:0px; margin-right:0px;}
.closeup{ border:5px solid #b99467;}

/* #### CPRODUCT CARD
############################################ */
.card { border:0px; }
.card-flip > div {
  backface-visibility: hidden;
  transition: transform 350ms;
  transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  xdisplay: flex;
  cursor:pointer;
}

.card-front {
-ms-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);

overflow:hidden; }
.card-back {
opacity:0;
-ms-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);


position: absolute; 
top: 0; 
overflow:hidden; 

}
.card-body{ margin:0px;  padding:0px; overflow:hidden;}
.card-flip:hover .card-front {
-ms-transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
opacity:0;
-khtml-opacity: 0;
-moz-opacity: 0;
}
.card-flip:hover .card-back {
opacity:1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}



/* TEST */



/* SUB ANIMATION TXT  */
.hideme{opacity:1;}


.photos {
  display: flex;
  background-color: #fff;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  padding: 0px;
  max-width: 1280px;
}

.photos img {
  display: block;
  float: center;
  flex: 0 0 auto;
  background-color: #fff;
  margin: 0px;
  margin-top:0px;
  margin-bottom:0px;

}

.photos img:first-child {margin-left:0px; }
.photos img:last-child {margin-right:0px; }


/* TOOLTIP */
.tool{ cursor:pointer;}
div.tooltip-inner {
	width:auto;
	max-width: 336px !important;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 6px;
text-align:left;
    font-size: 10px;
	background-color:#ffe1df;
	color:#7c7c7c;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color:#ffe1df!important;
  /* Red */
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color:#ffe1df!important;
  /* Red */
}

/* ZEENA END */
@media print {
	
	#img{ display:none !important;}
	#div { text-align:left !important; display:block !important; } 
	#.collapse {display:block !important;}
}



.home_hdl{  padding-top:5px !important; }
.product-image >img {max-height:500px !important; padding:30px;}
.product-image-slide >img {max-height:700px !important; padding:20px;}
.icon_inci {    position: absolute; left: 20px; bottom: 10px;}
.inc{font-family: 'Overpass', sans-serif;    font-weight: 600; font-style: normal; font-size:12px; padding:10px; position: relative; bottom: 4px;}

/** Reset css HQ RUNNING **/
* {  margin: 0;  padding: 0;  outline: 0;  box-sizing: border-box;  -moz-box-sizing: border-box;  -ms-box-sizing: border-box;  -o-box-sizing: border-box;  -webkit-box-sizing: border-box;}
body { -webkit-text-size-adjust: none; margin: 0;  padding: 0;font-size:17px;line-height:26px;color:#2b2b2b;font-family: arial; background-image: url(/images/pattern.jpg);    background-attachment: fixed; background-size: contain; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul {  display: block;}
img, fieldset {  max-width: 100%;  height: auto;  border: 0;}
ul {  list-style-type: none;}
ul, li, p, h1, h2, h3, h4, h5, h6, address { margin: 0;  padding: 0;  font-weight: 400;}
a {  text-decoration: none;  border: 0;  outline: none; 
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
button{transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;}
a:hover ,a:focus { text-decoration: none;  border: 0;  outline: none;color:#4a4a4a;}
a img{  text-decoration: none;  border: 0;  outline: none;}
input {    height: 38px;}
input::-webkit-input-placeholder {  color: #3c4043;    font-size: 14px;  opacity: 1;}
input:-moz-placeholder {  color: #3c4043;    font-size: 14px;  opacity: 1;}
input::-moz-placeholder {  color: #3c4043;    font-size: 14px;  opacity: 1;}
input:-ms-input-placeholder { color: #3c4043;    font-size: 14px;  opacity: 1;}

/******************************************************************/


.img_bezug {
    max-width: 120px;
    max-height: auto;
    margin: 10px !important;
	padding:5px;
}


.liste-arrow {  margin-bottom:40px;}
.liste-arrow li { margin-left:20px; font-size:12pt; color:#ffffff;}

.liste-arrow li:before {
	
  content: "\f04d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -15px; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #ffffff;
  font-size:10pt;
}




/* #### MEDIA SETTINGS
############################################ */
.pull-right {float: left;}
.top_section > .container { padding:25px; }
.navbar-light .navbar-toggler-icon {
    background-image: url(/images/mobile-nav-icon.svg);
}
.navbar-light .navbar-toggler { border: 0px; outline:0; }
.icon{ height:128px; }
.logo_zeena{width:100%!important;}
.goldline:before{background-image:url(/images/line_desktop.webp); background-repeat: no-repeat; background-size:cover;   content: " ";    width: 100%;    height: 100%;    position: absolute;    top: 0px;    left: 0px;    z-index: 1;}
.OFF_goldline:after{background-image:url(/images/line_desktop.webp); background-repeat: no-repeat;    content: " ";    width: 100%;    height: 100%;    position: absolute;    bottom: 0px;    left: 0px;    z-index: 1;}
.txt-produkte {padding: 25px 0;    font-size: 16px;    color: #B99467;    font-weight: 400;    line-height: 24px; margin-bottom:10px;}


.subline{  font-size: 16px;    color: #B99467;        font-family: 'Overpass', sans-serif;    font-weight: 600; font-style: normal;}
.product_headline_back  .subline { color:#FFE1DF; font-size: 15px;}

.product-image-slide >img {max-height:550px !important; padding:20px; margin-bottom:60px;}
.r_slide {min-height:660px!important; }

@media (min-width: 990px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}


@media screen and (min-width: 1024px) {
  .photos img {
    width: calc(98%/4);
    height: calc(98%/4);
	
  }
}

@media screen and (min-width: 390px) and (max-width: 480px) {
.product_headline {
    padding: 10px;
    padding-top: 10px;
    height: 59px;
    margin-top: -10px;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

	
  .photos img { width: calc(98%/4); height: calc(98%/4); }
  .box_filter { padding-left: 10px; padding-right: 10px;}
  .info_box { position: absolute; right: 30px; top: 30px; }
  
  .icon_germany_footer {position: absolute; right:210px; margin-top: 120px; width: 130px;}
  .txt-produkte {padding: 25px 0;    font-size: 16px;    color: #B99467;    font-weight: 400;    line-height: 24px; margin-bottom:10px;}
  
  
.r_slide {min-height:600px; }
.product-image-slide >img {max-height:600px !important; padding:20px;}


.grid .grid-item { max-height:650px!important; }
.product-image >img { max-height: 480px !important;  padding: 30px; }

.card-body{ min-height:600px; }
.box-product_back{ min-height:600px; }
.card-front{ min-height:600px; }
.box-product { min-height: 600px; }

#txt-back{padding: 5px 5px!important;}    

}

@media screen and (min-width: 481px) and (max-width: 768px) {
.icon_germany {position:relative; margin-left: 0px; margin-top: -60px; width: 130px; margin:0 auto; padding-bottom:40px;}

.photos img { width: calc(99%/2);  height: calc(99%/2);	 margin-bottom:6px; }
.photos img:nth-child(3) { margin-bottom:0px; }
.photos img:last-child { margin-bottom:0px; }

.inhalt:before{background-image:url(/images/ornament_left_mobil.webp); }
.inhalt:after{background-image:url(/images/ornament_right_mobil.webp); width: 120px; }



.box_filter { padding-left: 10px; padding-right: 10px; margin-top:0px!important;}
.filters ul { margin: 0px 0px; }
   
.box-product figure, .box-product_back figure {padding: 20px; padding-bottom:10px;}
.box-product figure img{ width:60%; height:auto;}
.box-product { min-height: 400px; }
.description { font-size: 14px; line-height: 13pt; padding: 11px!important;  padding-bottom:20px!important;}
#txt-back > p { font-size: 14px; line-height: 13pt; padding: 11px!important;  padding-bottom:20px!important;}
.box_icon{ width:50%; padding:0px;}
.icon{ height:120px; }

.info_box { position: absolute; right: -10px; top: 0px; }
  
 .icon_germany_footer {position: absolute; right:100px; margin-top: 80px; width: 130px;}  
 .txt-produkte {padding: 25px 0;    font-size: 16px;    color: #B99467;    font-weight: 400;    line-height: 24px; margin-bottom:10px;}
 
 .navbar-toggler { margin-top:20px; margin-left:10px;}
.navbar-brand{margin-top:10px; margin-left:-40px!important;}
.navbar-nav { margin-top:9px; margin-left: 0px;  background-color: rgba(255,255,255,0.8); z-index:99999;}
.nav_inner{ width: 100%;text-align:center; }

.d-sm-flex {
    display:block!important;
    display: -ms-flexbox!important;
    /* display: flex!important; */
}
.top_section > .container { padding: 0px;    margin: 0px;    width: 100%;}
section.top_section { height: 85px;}
.container {    max-width: 100%;}
#txt-back{padding: 5px 5px!important;}    
}


@media screen and (min-width: 321px) and (max-width: 480px) {
#parallax1{height:650px!important;}
#material{ background-image: url(/images/story_mobil.jpg) !important;}
.icon_germany {position:relative; margin-left: 0px; margin-top: -60px; width: 130px; margin:0 auto; padding-bottom:40px;}

  .photos img {
    width: calc(98%/2);
    height: calc(98%/2);
	 margin-bottom:6px;
  }
   .photos img:nth-child(3) { margin-bottom:0px; }
   .photos img:last-child { margin-bottom:0px; }


.box_filter { padding-left: 10px; padding-right: 10px; margin-top:0px!important;}
.filters ul { margin: 0px 0px; }
   
.box-product figure, .box-product_back figure {padding: 20px; padding-bottom:10px;}
.box-product figure img{ width:60%; height:auto;}
.box-product { min-height: 380px; }
.description { font-size: 12px; line-height: 13pt; padding: 11px!important; }
.box_icon{ width:50%; padding:0px;}
.icon{ height:80px; }
.tool { font-size: 14px !important;}
.rosa{padding-left: 10px!important;}
.product_headline > h3, .product_headline_back h3 { font-size:16px;}

.inhalt:before{background-image:url(/images/ornament_left_mobil.webp); }
.inhalt:after{background-image:url(/images/ornament_right_mobil.webp); width: 120px; }
.frontside{float:none;}
.frontside .card .card-body img { width: 270px; }

section.top_section {  height: 72px; }
.top_section > .container { padding:0px; }

.navbar-toggler { margin-top:20px; margin-left:10px;}
.navbar-brand{margin-top:10px; margin-left:-40px!important;}
.navbar-nav { margin-top:7px; margin-left: 0px;  background-color: rgba(255,255,255,0.8); z-index:99999;}
.nav_inner{ width: 100%;text-align:center; }


.banner-slider .bxslider li {    padding: 117px 0; }

.clip_category_list { padding: 25px;}
.clip_category_list p {    margin-left: 10px; margin-right:10px;}
.Xwrapper p {    padding: 0px;}
.wrapper h2, .wrapper h1  {    font-size: 18px; }
.wrapper > p { font-size: 15px; line-height:16pt; }


.icon_germany_brand_mobile{ display:block; width:120px; padding-bottom:20px; text-aign:right!important;}
.icon_germany_brand{ display:none; }
.icon_germany_footer {position: absolute; right: 20px; margin-top: 20px; width: 100px;}

.Xbx-controls-direction{display:none;}
.info_box { right: 0px;  top: -10px; left: -11px;}
.info_box .clip_category_list p { margin-left: 10px; }
#txt-back > p, #txt-back { font-size: 12px; line-height: 10pt; padding: 10px!important;  padding-bottom:20px!important;}
#txt-back{padding: 5px 5px!important;}    
.logo_zeena{width:80%!important;}
.filters {margin-top:30px;}
.txt-produkte {padding: 25px 0;    font-size: 16px;    color: #B99467;    font-weight: 400;    line-height: 24px; margin-bottom:10px;}

.product-image >img {max-height:300px !important; padding:20px;}
.product-image-slide >img {max-height:400px !important; padding:20px;}
.r_slide {min-height:500px; }
.slider_2 { padding:25px; }

.wrapper .more_button{font-size:11px;}

.grid .grid-item { max-height:470px!important; }
.product-image >img { max-height: 380px !important;  padding: 30px; }

.card-body{ min-height:500px; }
.box-product_back{ min-height:500px; }
.card-front{ min-height:500px; }
.box-product { min-height: 480px; }
.subline {     font-size: 11px; }

.carousel-indicators li { width: 12px;    height: 12px;} 

.carousel-indicators {
    margin-right: 20px;
    margin-left: 20px;
  }
  .icon_inci { bottom: 50px;}
  
  #box_button { padding:0px;}
}

@media screen  and (max-width: 320px) {
	
#box_button { padding:0px;}
.icon_germany {position:relative; margin-left: 0px; margin-top: -60px; width: 130px; margin:0 auto; padding-bottom:40px;}
.icon_germany_footer {position: absolute; right: 20px; margin-top: 20px; width: 100px;}	

.photos img { width: 100%; height: 100%; margin-bottom:6px; }
  
  .box_filter { padding-left: 10px; padding-right: 10px; margin-top:0px!important;}
  .filters ul { margin: 0px 0px; }
  .box-product figure, .box-product_back figure {padding: 20px; padding-bottom:10px;}
  .box-product figure img{ width:60%; height:auto;}
  .box-product { min-height: 312px; }
  .box_icon{ width:50%;}
  
  .frontside{float:none;}
  .frontside .card .card-body img { width: 270px; }
  .Xbx-controls-direction{display:none;}
  
  .info_box { right: 0px;  top: -10px; left: -11px;}
  .info_box .clip_category_list p { margin-left: 10px; }
  
  .product_headline > h3, .product_headline_back h3 {    font-size: 16px;}
  .carousel-indicators li { width: 12px;    height: 12px;} 
#txt-back{padding: 5px 5px!important;}    

.icon_inci { bottom: 50px;}

}