@CHARSET "ISO-8859-1";

/********************************************************************
 Overwrite Colors
********************************************************************/

/********************************************************************
 Overwrite Images
********************************************************************/

/********************************************************************
 GENERAL
********************************************************************/

/* We need to position certain elements so that the get the remaining width or height */
/* of the parent element. This can be achieved by using both "left"/"right" or "top"/"bottom" properties */
/* (see http://www.alistapart.com/articles/conflictingabsolutepositions ) */ 
/* Note that older IE version <9 need to have height set on html and body, otherwise they behave */
/* very strange as the calculated heights are not correctly spread to the children */
html, body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	outline: none;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

img { border: 0px; }

p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 1.5em;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

input, select {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    width: 98%;
}

.table {
	display: table;
	width: 100%;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	vertical-align: top;
}

.outer-select {
    display: inline-block;
    position: relative;
	width: 100%;
}

.outer-select .inner-select {
    border: 1px solid #cdcdcd;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.outer-select .inner-select::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 0;
}

.outer-select select {
    cursor: pointer;
    height: 30px;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.buttonBox.table {
    margin-top: 30px;
    text-align: right;
}

.buttonBox.table > span {
    display: inline-block;
    margin-left: 10px;
}

.button-txt-colored, .button-txt,
input[type="button"] {
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.button-txt-colored,
input[type="button"] {
    background: #f7931e none repeat scroll 0 0;
    color: #fff;
    padding: 10px 40px 10px 15px;
}

input[type="button"] {
    border: medium none;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
}

.button-txt {
    border: 1px solid #d0d0d0;
    padding: 10px 15px;
}

.button-txt.add, .button-txt.remove {
    padding-left: 40px;
}

.button-txt-colored::before, .button-txt::before {
	background-position: center center;
	background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.button-txt-colored::before {
    background-image: url("images/btn_arrow.png");
    right: 10px;
    width: 10px;
}

.button-txt.add::before {
    background-image: url("images/btn_add.png");
    left: 15px;
    width: 12px;
}

.button-txt.remove::before {
    background-image: url("images/btn_remove.png");
    background-size: 16px auto;
    left: 15px;
    width: 14px;
}

.bottom-to-top {
	border-right-width: 2px;
	border-right-style: solid;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(235, 235, 235, 1)), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(bottom, rgba(235, 235, 235, 1), rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(bottom, rgba(235, 235, 235, 1), rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(bottom, rgba(235, 235, 235, 1), rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to top, rgba(235, 235, 235, 1), rgba(0, 0, 0, 0)) 1 100%;
}

.txtType {
    color: #000;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.txtWood {
    color: #f7901e;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.txtDescription {
    display: block;
    margin-bottom: 20px;
}

.txtFeature {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.txtFeatureList {
    margin: 10px 0 20px;
    padding: 0 10px;
}

.txtFeatureList > li {
    color: #f7901e;
    line-height: 20px;
    list-style-type: disc;
}

.txtFeatureList > li span {
    color: #666;
}

.txtPrice {
    font-size: 14px;
}

#StartBox {
	visibility: visible;
}

/********************************************************************
 BASIC STRUCTURE
********************************************************************/

#ContentBox {
	position: absolute;
	width: 100%;  /* 1024px / 1024px */
	height: 100%; /* ???necessary????  575px / 575px*/
	touch-action: none;
}

#HeaderBox {
    background: #fff none repeat scroll 0 0;
/*     height: 70px; */
    position: absolute;
    top: 0;
    width: 100%;
}

#FooterBox {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    position: absolute;
}

/* Header */

#Links {
	text-align: right;	
}

#Links ul {
    margin: 10px 10px 0 0;
}

#Links li {
    display: inline-block;
}

#Links li a {
    display: block;
    font-size: 14px;
    padding: 0 15px;
}

#MenueBottom  {
    box-shadow: 0 0 25px rgba(215, 215, 215, 1);
/*     display: block; */
    margin: 10px 0;
}

#MenueBottom .table-cell:first-child  {
    text-align: right;
    vertical-align: middle;
    width: 258px;
}

#MenueBottom .table-cell:nth-child(3) {
    display: none;
}

#Logo {
    display: block;
}

#Logo img {
    height: 50px;
}

#Navi {
    background: #fff none repeat scroll 0 0;
    display: block;
}

#Navi li {
    float: left;
    position: relative;
}

#Navi li a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 25px;
}

#Navi li.selected a {
    background: #f7931e none repeat scroll 0 0;
    color: #fff;
}

#Language {
    border: 1px solid #cdcdcd;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 150px;
    z-index: 1;
}

#currentLanguage::after {
    border-color: transparent transparent transparent #cdcdcd;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    content: "";
    position: absolute;
    right: 10px;
    top: 7px;
}

#currentLanguage, #otherLanguage li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 5px;
    position: relative;
}

#currentLanguage img, #otherLanguage li a img {
    border-right: 1px solid #cdcdcd;
    float: left;
    margin-right: 10px;
    padding: 5px;
}

#otherLanguage {
    background: none repeat scroll 0 0 #fff;
    display: none;
}

#otherLanguage li a:hover {
    color: #000;
    background-color: #eee;
}

#ToolbarBox {
    bottom: 0;
    position: absolute;
    right: 5px;
    top: 125px;
}

#ToolbarBox .table {
    height: 100%;
}

#ToolbarBox .table-cell {
    vertical-align: middle;
}

#ToolbarBox li {
    margin-bottom: 5px;
    position: relative;
}

#ToolbarBox li a {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55% auto;
    border: 2px solid #f7931e;
    border-radius: 50%;
    display: block;
    height: 58px;
    width: 58px;
}

#save {
    background-image: url("images/icon_add.png");
    background-size: 70% auto !important;
}

#share {
	background-image: url(images/icon_share.png);
}

#print {
	background-image: url(images/icon_print.png);
}

#fullscreen {
	background-image: url(images/icon_fullscreen.png);
}

#listSocialMedia {
	display: none;
    position: absolute;
    right: 67px;
    top: 0;
    width: 201px;
}

#listSocialMedia > li {
    float: left;
    margin-left: 5px;
}

#email {
	background-image: url(images/icon_mail.png);
}

#facebook {
	background-image: url(images/icon_fb.png);
}

#twitter {
	background-image: url(images/icon_twitter.png);
}

/* Footer */

/********************************************************************
 CONTENTBOX
********************************************************************/

#ImageBox {
	width: 100%;  /* 1024px / 1024px */
	height:100%; /*  575px / 575px */
	position:absolute;
	overflow: hidden;
}

#ImageBox a {
	cursor: default;
	/*width: 100%;*/  /* 1024px / 1024px */
	/*height:100%;*/ /*  575px / 575px */
	
	/*position:fixed; */
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}

#ImageBox a img {
/* 	width: 100%; */

/*min-width: 100%;
min-height: 100%;*/
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;

/* 	position: absolute; */
}

#surfaceAnchors>span {
	position: absolute;
	display: block;
}

#surfaceAnchors>span a {
    background: #fff none no-repeat scroll center center / 60% auto;
    border: 2px solid #f7931e;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
}

#surfaceAnchors>span.installation a {
	background-image: url("images/anchor_floor.png");
}

#surfaceAnchors>span.color a {
	background-image: url("images/anchor_wall.png");
}

#WaitBox {
	background-color: #000000;
	border-radius: 6px 6px 6px 6px;
	opacity: 0.7;
	filter:alpha(opacity=70); /* IE's opacity*/
	padding: 4px;
	z-index: 2;
}

/********************************************************************
  Overlays
********************************************************************/

.Overlay {
    background: #fff none repeat scroll 0 0;
    display: none;
    padding: 20px;
    position: absolute;
    top: 100px;
    width: 900px;
	
	overflow: hidden; /* prevent flickering on iOS during css transistions */
	z-index: 1; /* prevent flickering on iOS during css transistions */
	
	/* Element Horizontal zentrieren */
/*     left: 50%; */
/*     margin-left: -480px; negative Hälfte von width:920px */
}

.btnClose {
    display: block;
    margin-bottom: 10px;
    text-align: right;
    z-index: 1;
}

.contentOverlay {
	height: 100%;
	position: relative;
}

/************************ Gallery / Products / Color ****************************/

#Categories, 
#FilterBox {
	padding-right: 30px;
}

#Gallery, 
#ProductListBox,
#ColorSelectionBox {
    padding: 0 30px;
    position: relative;
    width: 614px;
}

#carousel, 
#ProductList,
#ColorSelector {
    height: 229px;
    overflow: hidden;
    position: relative;
	width: 100%;
}

/* root element for scrollable items.*/
#carousel .items, 
#ProductList .items,
#ColorSelector .items {
	/* this cannot be too large */
	/* width: 20000em; NOTE: calculation performed during setup*/
	position: absolute;
	z-index: 1; /* prevent flickering on iOS during css transistions */
}

/* a single item of the scrollable.*/
#carousel .items .page, 
#ProductList .items .page,
#ColorSelector .items .page {
	float: left;
	width: 615px;
}

#ProductList, #ProductListBox .naviBack, #ProductListBox .naviFwd,
#ColorSelector, #ColorSelectionBox .naviBack, #ColorSelectionBox .naviFwd {
    height: 398px;
}

/* Gallery */

#Categories li {
    margin-bottom: 10px;
}

#Categories li a {
	font-size: 14px;
    color: #f7931e;
}

#Categories li a span {
    color: #666;
}

#Categories li.selected a span {
    color: #f7931e;
}

#carousel ul li {
    float: left;
    margin: 0 1px 1px 0;
}

#carousel li a span {
    display: block;
    height: 110px;
    overflow: hidden;
    position: relative;
    width: 200px;
    margin: 2px;
}

#carousel li a span.selected {
    border: 2px solid #f7931e;
    margin: 0;
}

img.carousel {
/*     cursor: pointer; */
/*     position: absolute; */
    width: 200px;
}

/* Products */

#FilterBox > div {
    margin-bottom: 15px;
}

#Intensity ul li {
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
    position: relative;
}

#Intensity ul li a {
    display: block;
    height: 20px;
    margin: 2px;
    width: 20px;
}

#intensity_0 {
	background: #e7c7af none repeat scroll 0 0;
}

#intensity_1 {
	background: #987157 none repeat scroll 0 0;
}

#intensity_2 {
	background: #472b14 none repeat scroll 0 0;
}

#Intensity ul li a.selected {
    border: 2px solid #f7931e;
    margin: 0;
}

#Intensity ul li a.disabled {
	background: #e5e5e5;
}

#RotationBox li {
    float: left;
    font-size: 14px;
    margin-right: 15px;
}

#RotationBox li a {
    display: block;
	font-size: 14px;
}

#RotationBox li a.selected {
	color: #f7931e;
	font-weight: bold;
}

#ProductListBox {
    width: 531px;
}

#ProductList .items .page {
    width: 532px;
}

#ProductList li {
    float: left;
    margin: 0 1px 1px 0;
}

#ProductList li a span.imgItem {
    display: block;
    height: 128px;
    margin: 2px;
    overflow: hidden;
    position: relative;
    width: 128px;
}

#ProductList li a span.imgItem .itemDescription {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#ProductList li a span.selected {
    border: 2px solid #f7931e;
    margin: 0;
}

#ProductList li#btnShowMore {
    height: 128px;
    width: 128px;
}

#ProductList li#btnShowMore a {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #666;
    text-align: center;
    vertical-align: middle;
}

/* Color */

#ColorSelectionBox {
    width: 839px;
}

#ColorSelector, #ColorSelectionBox .naviBack, #ColorSelectionBox .naviFwd {
	height: 355px;
}

#ColorSelector .items .page {
    width: 840px;
}

/********************* Combination / Favorite *********************/

/* Combination */

#dynSceneObjects .currentItem {
    display: block;
    height: 200px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

#dynSceneObjects .currentItem img {
    width: 200px;
}

/* Favorite */

#Favorites {
    height: 296px;
    overflow: auto;
    position: relative;
}

#Favorites > div,
#NoFavorites {
    height: 100%;
}

#NoFavorites .table-cell {
    color: #666;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

#dynFavorite>li {
    margin-bottom: 20px;
    width: 100%;
}

#dynFavorite .favorites .sceneImg {
    display: block;
    height: 128px;
    overflow: hidden;
    width: 228px;
}

#dynFavorite .favorites > .table-cell:first-child {
    padding-right: 20px;
    width: 228px;
}

#dynFavorite .favorites .itemBox .table-cell:first-child {
    padding-right: 20px;
    width: 86px;
}

#dynFavorite .favorites .itemBox .currentItem {
    border: 1px solid #cdcdcd;
    display: block;
    height: 86px;
    margin-bottom: 10px;
    width: 86px;
}

#dynFavorite .favorites .itemBox .currentItem span {
    display: block;
    height: 80px;
    margin: 3px;
    overflow: hidden;
    width: 80px;
}

#dynFavorite .favorites .itemBox .button-txt.remove {
    font-size: 12px;
    padding: 5px 10px;
    text-align: right;
    text-transform: none;
}

#dynFavorite .favorites .itemBox .button-txt.remove::before {
    background-size: 13px auto;
    left: 5px;
}

/********************************************************************
 PRODUCT REQUEST
********************************************************************/

#OverlaySendTo {
    color: #666;
    left: 50%;
    margin-left: -260px;
    top: 120px;
    width: 520px;
}

#OverlaySendTo .title {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

#OverlaySendTo .title .txtTitle {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#OverlaySendTo .btnClose {
    position: absolute;
    right: 0;
    top: 0;
}

#SendToBox {
/* 	background-color: #F7F7F7; */
/* 	border: 1px solid #CCCCCC; */
/* 	border-radius: 5px; */
/* 	height: 178px; */
/* 	padding: 30px 20px 20px; */
/* 	width: 493px; */
/* 	margin-top: -1px; */
}

#SendToBox .txtSendTo {
    display: block;
    line-height: 1.5em;
}

#SendToError {
	display: none;	
}

#SendTo {
/* 	display: block; */
/* 	height: 100%; */
/* 	position: relative; */
}

#SendTo table {
	margin-top: 20px;
	position: relative;
}

#SendTo .frmText {
/* 	font-family: Arial,Helvetica,sans-serif; */
/* 	font-size: 11px; */
	width: 97%;
}

#SendTo td {
/* 	font-family: Arial,Helvetica,sans-serif; */
/* 	font-size: 11px; */
	height: 35px;
	padding: 0 5px;
	vertical-align: top;	
}

#SendTo td span {
	color: #FF0000;
	display: block;
/* 	font-family: Arial,Helvetica,sans-serif; */
	font-size: 10px;
	text-align: center;
	width: 97%;
}

/********************************************************************
 PAGER
********************************************************************/

.naviBack, .naviFwd {
    height: 225px;
    position: absolute;
    top: 0;
    width: auto;
	
	z-index: 1; /* necessary due to #carousel .items bugfix */
}

.naviBack {
    left: 0;
}

.naviFwd {
    right: 0;
}

.naviBack a, .naviFwd a {
    background-position: center center;
    background-repeat: no-repeat;
/*     display: block; */
    height: 100%;
    width: 20px;
}

.naviBack a {
    background-image: url("images/back.png");
}

.naviFwd a {
    background-image: url("images/fwd.png");
}

.naviBack a.disabled, .naviFwd a.disabled {
	cursor: default;
	visibility: hidden;
}

.navi {
    display: block;
    margin-top: 20px;
    text-align: center;
}

/* items inside navigator */
.navi a {
    background: transparent none no-repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
    display: inline-block;
    height: 10px;
    margin: 0 5px 0 0;
    width: 10px;
}

/* mouseover state */
.navi a:hover {
}

/* active state (current page state) */
.navi a.active {
	background: #f7931e none no-repeat scroll 0 0;
}
