/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.silberdream.de/skin/frontend/rwd/silberdream_de/css/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 15%;
	transition: all .2s ease-in-out;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0)  10%, #d4b4c5 50%, rgba(0, 0, 0, 0)  90%);
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -5px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -5px;
}

.owl-theme .owl-controls.clickable .owl-buttons div.owl-prev:hover {
	transform: translateX(5px) scale(2);
}
.owl-theme .owl-controls.clickable .owl-buttons div.owl-next:hover {
  transform: translateX(-5px) scale(2);
}

.owl-theme .owl-controls .owl-buttons div{
	color: #000;
	display: inline-block;
	padding: 80px 3px;
	font-size: 20px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://www.silberdream.de/skin/frontend/rwd/silberdream_de/css/owl-carousel/AjaxLoader.gif) no-repeat center center
}

.blog-search{padding:5px}.blog-search .input-text{margin-bottom:4px}.post-date{font-style:italic;font-size:98%;margin-bottom:10px;display:none}.post-meta{font-style:italic;display:none}.post-entry{font-size:110%;height:1%;margin-bottom:1.5em}.post-entry-with-image{height:1%;overflow:hidden}.post-entry p{margin-bottom:1em}.featured-image{border:1px solid #ddd;margin:4px 10px 2px 0;padding:1px}.featured-image.right{margin:2px 0 4px 10px}.is-blog .toolbar{margin:0 0 10px}.blog-title.not-first-page{display:none}.blog-title.with-tagline{margin-bottom:10px}.blog-desc{margin-bottom:1em}.post-list li.item{margin-bottom:20px}.post-list li.item .post-list-item{height:1%;overflow:hidden;border-top:1px dashed #666}.post-list h2{line-height:1em;margin-bottom:1em}.post-title{overflow:hidden;margin-bottom:0.5em !important}.post-view .post-meta{margin-bottom:20px}.post-view .post-skips{display:block;margin-top:20px;width:100%}.post-view .post-skips .post-skip-previous{margin-right:10px}.post-view .yarpp-related{margin-bottom:20px}.comments-wrapper h2{margin-bottom:10px}.comments-wrapper ul.children{margin-left:20px}.comment{height:1%;overflow:hidden;margin-bottom:10px}.comment .comment-inner{border-bottom:1px solid #eee;padding:10px 0}.comment .gravatar{float:left;margin:0 10px 10px 0}.comment .comment-meta{margin-bottom:10px}.comment .comment-when{display:block;text-decoration:none}.comment .comment-entry{clear:both;font-size:110%}.author-description{font-style:italic;margin-bottom:20px}.block-blog-pinterest li.item{text-align:center}.block-blog-pinterest .follow{text-align:center;margin:10px 0 15px}.shortcode-pinterest ul{height:1%;overflow:hidden}.shortcode-pinterest li{list-style:none;padding:0;margin:0 10px 10px;float:left}.alignleft{display:inline;float:left;margin-right:1.625em}.alignright{display:inline;float:right;margin-left:1.625em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}img[class*="align"],img[class*="wp-image-"],.gallery .gallery-icon img{border:1px solid #ddd;padding:6px}img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto}img.size-full,img.size-large{max-width:97.5%;width:auto;height:auto}img.alignleft,img.alignright,img.aligncenter{margin-bottom:1.625em}.wp-caption{margin-top:0.4em}.wp-caption{background:#eee;margin-bottom:1.625em;max-width:96%;padding:0.5em 0 0 0;text-align:center;font-style:italic;font-size:0.9em}.wp-caption img{display:block;margin:0 auto;max-width:98%;border-color:#eee}.wp-caption .wp-caption-text{color:#666;font-family:Georgia, serif;font-size:12px}.wp-caption .wp-caption-text{margin-bottom:0.6em;padding:10px 0 5px 40px;position:relative}.wp-caption .wp-caption-text:before{color:#666;content:'\2014';font-size:14px;font-style:normal;font-weight:bold;margin-right:5px;position:absolute;left:10px;top:7px}.wp-caption img{border-color:#eee}.wp-caption a:focus img,.wp-caption a:active img,.wp-caption a:hover img{background:#fff;border-color:#ddd}.wp-caption .wp-caption-text,.gallery-caption,.entry-caption{font-style:italic;font-size:12px;font-size:0.857142857rem;line-height:2;color:#757575}div.gallery{height:1%;overflow:hidden}.gallery-columns-2 dl.gallery-item{width:50%}.gallery-columns-3 dl.gallery-item{width:33%}.gallery-columns-4 dl.gallery-item{width:25%}.gallery-columns-5 dl.gallery-item{width:20%}dl.gallery-item{float:left}dl.gallery-item .gallery-icon{overflow:hidden}.post-view ul.form-list{list-style:none outside none}#wp-calendar{margin:0;width:100%;padding:5px 10px}#wp-calendar th{font-weight:bold}#wp-calendar th,#wp-calendar td,#wp-calendar caption{text-align:left}#wp-calendar #next{text-align:right}.yarpp-thumbnails-horizontal .yarpp-thumbnail,.yarpp-thumbnail-default,.yarpp-thumbnail-title{display:inline-block;*display:inline}.yarpp-thumbnails-horizontal .yarpp-thumbnail{border:1px solid rgba(127,127,127,0.1);width:130px;height:170px;margin:5px;margin-left:0px;vertical-align:top}.yarpp-thumbnail > img,.yarpp-thumbnail-default{width:120px;height:120px;margin:5px}.yarpp-thumbnails-horizontal .yarpp-thumbnail > img,.yarpp-thumbnails-horizontal .yarpp-thumbnail-default{margin-bottom:0px;display:block}.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{font-size:1em;max-height:2.8em;line-height:1.4em;margin:7px;margin-top:0px;width:120px;text-decoration:inherit;overflow:hidden}.yarpp-thumbnail-default{overflow:hidden}.yarpp-thumbnail-default > img.yarpp-thumbnail-default-wide{height:120px;max-width:none}.yarpp-thumbnail-default > img.yarpp-thumbnail-default-tall{width:120px;max-height:none}#recipress_recipe{clear:both}.std ul.mini-products-list{list-style:none;margin:0;padding-left:0}.std ul.mini-products-list ul.item{list-style:none}img.max-width{max-width:100%}#fp-gallery{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100}#fp-gallery .shadow{position:fixed;top:0;left:0;width:100%;height:100%;z-index:101;background:#000 url('https://www.silberdream.de/skin/frontend/rwd/uhrenlux_de/wordpress/ajax-loader.gif') no-repeat center 40px}#fp-gallery .inner{position:relative;z-index:102;background:#fff;max-width:95%;margin:1% auto 0;background:#fff;border:4px solid #ddd;box-shadow:4px 4px 4px #666;display:inline-block;min-width:400px;min-height:200px}#fp-gallery .close{display:inline-block;position:absolute;background:#fff url('https://www.silberdream.de/skin/frontend/rwd/uhrenlux_de/wordpress/lightbox-close.png') no-repeat center center;padding:2px;border-radius:50%;cursor:pointer;text-decoration:none;display:inline-block;height:48px;width:48px;margin:auto;top:10px;right:10px;text-indent:-999999px}.wp-sidebar .block{margin:1em}.mini-products-list .item{width:33%;float:left;overflow:hidden;margin:0 0 3em 0 !important;padding:0 !important;clear:none}.mini-products-list .item *{margin:0 !important;padding:0 !important;clear:none !important;text-align:left !important}.mini-products-list .item .product-image{float:none}.is-blog h3.center-underline{text-align:center}
