.rbr-header {
	position:relative;
}



/* Header Image */
.rbr-header-images {
	z-index:505;
	position:relative;
	background-color:black;
}
.rbr-header-headline {
	position:absolute;
	left:0;
	top:40px;
	background-color:#3DCD58;
	color:white;
	line-height:64px;
	padding:0 75px 0 20px;
	box-sizing:border-box;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	border-radius:0 32px 32px 0;
	background-size: 50px;
	background-repeat:no-repeat;
	background-position: 97% 8px;
	z-index:1;
}
.rbr-header-headline-rooms {
	background-image: url("/typo3conf/ext/rbrheader/Resources/Public/Icons/wohnbereiche-ok.svg");
}
.rbr-header-headline-products {
	top:14px;
	left:0px;
	background-image: url("/typo3conf/ext/rbrheader/Resources/Public/Icons/wohnbereiche-choose.svg");
}
.rbr-header-image {
	position:relative;
	overflow:hidden;
}
.rbr-header-image img {
	width:100%;
	height:auto;
}

.rbr-product-icon img,
.rbr-room-icon img {
	width:60px;
	height:auto;
	transform-origin:30px 30px;
}
.rbr-room-icon,
.rbr-product-icon {
	position:absolute;
	cursor:pointer;
	width: 60px;
  	height: 60px;
  	border-radius: 30px;
  	background-color:rgba(88,180,221,0);
  	border: 3px solid rgba(88,180,221,1);
}
.rbr-room-icon:hover,
.rbr-product-icon:hover {
    background-color:rgba(88,180,221,1);
}

.rbr-room-icon figure,
.rbr-product-icon figure {
	position:absolute;
  	top:-3px;
  	left:-3px;
  	width: 60px;
  	height: 60px;
  	border-radius: 30px;
}
.rbr-room-icon-glow,
.rbr-product-icon-glow {
  	position:absolute;
  	top:-3px;
  	left:-3px;
  	width: 60px;
  	height: 60px;
  	border-radius: 32px;
  	filter: blur(4px);
  	background-color:rgba(88,180,221,0);
  	animation: glow 1s infinite alternate ease-out;
}

@keyframes glow {
  from {
    box-shadow: 0 0 5px -5px #ffffff;
    
  }
  to {
    box-shadow: 0 0 5px 5px #ffffff;
    width:74px;
    height:74px;
    left:-10px;
    top:-10px;
    border-radius: 37px;
  }
}


/* Tooltip */

/* Tooltip text */
.rbr-product-icon figcaption,
.rbr-room-icon figcaption {
  visibility: hidden;
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(88,180,221,1);/*#3DCD58*/
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 510;
  bottom: 120%;
  left: 50%;
  margin-left: -90px; /* half width */

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
.rbr-product-icon figcaption.tooltip-left,
.rbr-room-icon figcaption.tooltip-left {
    top: 25%;
	bottom: auto;
	right: 128%;
	left:auto;
}
.rbr-product-icon figcaption.tooltip-bottom,
.rbr-room-icon figcaption.tooltip-bottom {
    top: 120%;
    left: 50%;
    bottom: auto;
    margin-left: -90px;
}

/* Tooltip arrow */
.rbr-product-icon figcaption::after,
.rbr-room-icon figcaption::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}
.rbr-product-icon figcaption.tooltip-left::after,
.rbr-room-icon figcaption.tooltip-left::after {
    top: 50%;
    left: 100%;
    margin-top: -8px;
    margin-left: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
.rbr-product-icon figcaption.tooltip-bottom::after,
.rbr-room-icon figcaption.tooltip-bottom::after {
    top:auto;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.rbr-product-icon:hover figcaption,
.rbr-room-icon:hover figcaption {
  visibility: visible;
  opacity: 1;
} 

/* Products */
.rbr-header-wrapper {
	width:960px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

.rbr-header-products-box {
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
	background-color:white;
	box-sizing:border-box;
	padding:0 0 10px 0;
	margin-top:-90px;
	position:relative;
	z-index:510;
}
.hidden-products-box {
	height:0;
	overflow:hidden;
}
.rbr-header-products-box {
	opacity: 0;
	transition: opacity 0.9s ease;
}
.rbr-header-products-box.active {
	opacity: 1;
}
.rbr-header-products-box > h1,
.rbr-header-products-box > h2 {
	background-color:#3DCD58;
	color:white;
	font-size:32px;
	text-align:center;
	line-height:70px;
	min-height:70px;
	padding:0 20px;
}

/* Slick */

.rbr-product-slider .slick-prev,
.rbr-product-slider .slick-next {
    background-color:rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
}
.rbr-product-slider .slick-prev {
    left: -45px;
}
.rbr-product-slider .slick-next {
    right: -45px;
}
.rbr-product-slider .slick-prev::before,
.rbr-product-slider .slick-next::before {
    content: "";
}
.rbr-product-slider .slick-prev:hover,
.rbr-product-slider .slick-next:hover {
	background-color:rgb(61,205,88);
}
.rbr-product-slider-item {
	cursor:pointer;
}
.rbr-product-slider-item figure {
	display:inline-block;
	opacity:0.2;
	width:100%;
}
.rbr-product-slider-item figure:focus, /* for Safari */
.rbr-product-slider-item:focus {
	outline: none;
}
.rbr-product-slider-item.start figure {
	display:inline-block;
	opacity:1;
}
 .rbr-product-slider-item.slick-current figure {
	opacity:1;
}
.rbr-product-slider-item {
	text-align:center;
}
.rbr-product-slider-item img {
	display:inline-block;
	width:80%;
	margin:0 10%;
	height:auto;
}

/* Product detail */
.rbr-products {
	box-sizing:border-box;
	margin:40px 40px 20px;
}
.rbr-product {
	display:none;
}
.rbr-product.active {
	
}
.rbr-product-columns {
	display:flex;
}
.rbr-product-column1 {
	width:50%;
	box-sizing:border-box;
	padding-right:40px;
}
.rbr-product-column2 {
	width:50%;
}

.rbr-product-column1 .rbr-product-image {
	width:100px;
	height:auto;
}
.rbr-product-column1  .big-image .rbr-product-image {
	width:100%;
}
.rbr-product-column1 .big-image {
	margin-bottom:30px;
}
.rbr-product-column1 .big-image figcaption {
	font-size:13px;
	text-align:center;
}
.rbr-product-column1 .big-image figcaption #link-icon {
	width:20px;
	height:auto;
	vertical-align:text-bottom;
	display:inline-block;
}
.rbr-product-column1 .thumb-images figure {
	margin-left:10px;
	display:inline-block;
}
.rbr-product-column1 .thumb-images figure img {
	cursor:pointer;
}
.rbr-product-column1 .thumb-images figure figcaption {
	display:none;
}
.rbr-product-column2 h2 {
	font-size:32px;
}
.rbr-product-column2 h3 {
	margin-top:-12px;
}
.rbr-product-column2 .btn-info {
	margin-top:10px;
}

/* Prev/Next behavior for header images */

/* next */
.rbr-header-images {
	overflow:hidden;
}
.rbr-header-images-next > .rbr-header-image:nth-child(1) {
	transform: rotateY(0deg);
	transform-origin:right 50%;
	transition: transform 0.7s ease;
	margin-top:0 !important;
}
.rbr-header-images-next > .rbr-header-image:nth-child(1).active {
	transform: perspective(400px) rotateY(-90deg) ;
}

.rbr-header-images-next > .rbr-header-image:nth-child(2),
.rbr-header-images-next > .rbr-header-image:nth-child(3) {
	transform: perspective(400px) rotateY(90deg);
	transform-origin:left 50% ;
	transition: transform 0.7s ease;
}
.rbr-header-images-next > .rbr-header-image:nth-child(2).active,
.rbr-header-images-next > .rbr-header-image:nth-child(3).active {
	transform: rotateY(0deg) ;
}

/* prev */
.rbr-header-images-previous > .rbr-header-image:nth-child(1) {
	transform: rotateY(0deg);
	transform-origin:left 50%;
	transition: transform 0.7s ease;
	margin-top:0 !important;
}
.rbr-header-images-previous > .rbr-header-image:nth-child(1).active {
	transform: perspective(400px) rotateY(90deg) ;
}

.rbr-header-images-previous > .rbr-header-image:nth-child(2),
.rbr-header-images-previous > .rbr-header-image:nth-child(3) {
	margin-top:-857px;
	transform: perspective(400px) rotateY(-90deg);
	transform-origin:right 50% ;
	transition: transform 0.7s ease;
}
.rbr-header-images-previous > .rbr-header-image:nth-child(2).active,
.rbr-header-images-previous > .rbr-header-image:nth-child(3).active {
	transform: rotateY(0deg) ;
}

.rbr-header .next, .rbr-header .prev {
	 position: absolute;
	 top: 50%;
	 right: 40px;
	 width:40px;
	 height:40px;
	 background-color: rgba(0, 0, 0, 0.7);
	 border:none;
	 text-align: center;
	 color: white;
	 transform: translateY(-50%);
	 cursor: pointer;
}
.rbr-header .next svg {
	margin-left:-2px;
}
.rbr-header .prev {
	right: auto;
	left:0;
}
.rbr-header .prev svg {
	margin-left:-8px;
}

/* Icon menu left */

.rbr-header-links {
	position:fixed;
	z-index:510;
	top:265px;
	left:10px;
	transition:top 1s;
}
.rbr-header-links.sticky {
	top:20px;
}
.rbr-header-links-line {
	border-right:2px dotted rgb(61,205,88);
	position:absolute;
	top:30px;
	left:19px;
	bottom:25px;
}
.rbr-header-link {
	margin:15px 0;
	position:relative;
}
.rbr-header-link a:hover {
	text-decoration:none;
}


.rbr-header-link img {
	display:inline-block;
	width:20px;
	height:auto;
	margin:10px;
	border-radius:50%;
	background-color:rgb(255,255,255);
	/*
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	*/
	border:1px solid rgb(61,205,88);
	transition: all 0.5s;

}
.rbr-header-link.active img,
.rbr-header-link:hover img {
	width:40px;
	height:auto;
	margin:0;
	border-radius:50%;
	background-color:rgb(61,205,88);
	

}
.rbr-header-link span {
	display:none;
	background-color: rgba(255, 255, 255, 0.9);
	color: #3DCD58;
	text-align: center;
	padding: 4px 8px;
	border-radius: 8px;
	margin-left:7px;
}

.rbr-header-link span::before {
  	content: "";
  	position: absolute;
  	top: 50%;
	left: 31px;
    margin-top: -9px;
    margin-left: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent ;
}

.rbr-header-link:hover span {
	display:inline-block;
	padding-left:5px;
	color:rgb(61,205,88);
}

.rbr-product-btn-info-1 {
	margin-right:10px;
}

@media (max-width: 1160px) {
	
	.rbr-header-headline {
		left: 0;
		top: 20px;
		font-size: 32px;
		line-height: 56px;
		padding: 0 75px 0 20px;
		border-radius: 0 28px 28px 0;
		background-size: 42px;
		background-position: 97% 7px;
	}
	.rbr-product-icon img,
	.rbr-room-icon img {
		width:40px;
		height:auto;
		transform-origin:20px 20px;
	}
	.rbr-room-icon,
	.rbr-product-icon {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.rbr-room-icon figure,
	.rbr-product-icon figure {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
	.rbr-room-icon-glow,
	.rbr-product-icon-glow {
		top:-3;
		left:-3;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		filter: blur(4px);
	}

	@keyframes glow {
	  from {
		box-shadow: 0 0 5px -5px #ffffff;
	
	  }
	  to {
		box-shadow: 0 0 5px 5px #ffffff;
		width:54px;
		height:54px;
		left:-10px;
		top:-10px;
		border-radius: 50%;
	  }
	}
}
@media (max-width: 960px) {
	.rbr-header-headline {
		left: 0;
		top: 10px;
		font-size: 26px;
		line-height: 46px;
		padding: 0 70px 0 20px;
		border-radius: 0 28px 28px 0;
		background-size: 34px;
		background-position: 97% 6px;
	}
	.rbr-header-wrapper {
		width: 100%;
	}
	.rbr-header-products-box {
		margin-top:10px;
	}
	
	.rbr-header-products-box > h1,
	.rbr-header-products-box > h2 {
		line-height:50px;
		min-height:60px;
		padding:10px 20px;
	}
}
@media (max-width: 767.9px) {
	.rbr-header-headline {
		left: 0;
		top: -5px;
		font-size: 22px;
		line-height: 46px;
		padding: 0 60px 0 20px;
		border-radius: 0 28px 28px 0;
		background-size: 34px;
		background-position: 97% 6px;
	}
	.rbr-header-links {
		display:none;
	}
}
@media (max-width: 640px) {
	.rbr-header-headline {
		left: 0;
		top: -10px;
		font-size: 18px;
		line-height: 38px;
		padding: 0 15px 0 10px;
		border-radius: 0 16px 16px 0;
		background-size: 26px;
		background-position: 97% 6px;
		background-image:none
	}
	.rbr-product-columns {
		flex-direction: column-reverse;
	}
	.rbr-product-column1 {
		width:100%;
		padding: 20px 0 0 0;
	}
	.rbr-product-column2 {
		width:100%;
	}
	.rbr-header-products-box > h1,
	.rbr-header-products-box > h2 {
		font-size:26px;
		line-height:44px;
		min-height:60px;
		padding:10px 20px;
	}
}
@media (max-width: 460px) {
	.rbr-header-headline {
		display:none;
	}
}



