
body {
	background-color: #3d4646;
	margin: 10px;
	overflow-y: scroll;
}

canvas {
	display: none;
}

#container {
	overflow: visible !important;
}
.loading3D {
	position: absolute;
	top: 10px;
	left: 10px;
	background: transparent url(../images/loading.gif) center center no-repeat;
	display: none;
}
.black {
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 148px;
	right: 15px;
	background: #000000;
	border: 2px solid #888888;
	display: none;
}
.black:hover,
.white:hover {
	border: 2px solid red;
}
.white {
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 148px;
	right: 40px;
	background: #FFFFFF;
	border: 2px solid #888888;
	display: none;
	z-index: 100;
}
.switch3D {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	background: url(../images/switch3D.png);
	z-index: 100;
	display: none;
	z-index: 100;
}
.switch3D:hover {
	background: url(../images/switch3D-hover.png);
}
.filter li {
	font-size: 14px;
	line-height: 20px;
}

.item {
  font-family:tahoma, arial, sans-serif;
  color:white;
  border-color:#3d4646; 
  border-style:dotted ;
  border-width:1px;
  padding:10px;
  margin: 10px;
  float: left;
  background: #576464;
  font-size: 11px;
  list-style-type:none;
  letter-spacing:0.1em;
  opacity: 0;
  position: relative;
  line-height: 14px;
}

.menu {
  font-family:tahoma, arial, sans-serif;
  color:white;
  border-color:#3d4646; 
  border-style:dotted;
  border-width:1px;
  padding:10px;
  margin: 10px;
  float: left;
  width:158px;
  height:158px;
  background: #576464;
  font-size: 11px;
  list-style-type:none;
  letter-spacing:0.1em;
  opacity: 1;
}

.item:hover{
  border: 1px solid red;
  cursor: pointer; 
}
.menu:hover{
  border: 1px solid red;
  cursor: default;
}
.manage{
	width: 158px;
	height: 158px;
	font-size: 12px;
	border-color:#444444;
	background-color: #576464;	
	overflow: auto;
	opacity: 1;
}

.title{
 	width: 158px;
	height: 158px;
	border-color: #444444;
	background-color: #576464;
	opacity: 1;
}
.titleSpan {
	font-size: 15px;
	letter-spacing: normal;
}
.preis {
  display: none;
  margin-top: 5px;
  text-decoration: none;
}
.tab {
  float: right;
  display: none;
  width:60%;
  text-decoration: none;
}
.attribut{
  float: left;
  display: none;
  width:40%;
  text-decoration: none;
}
.attribut2{
color:#999999;
  float: left;
  display: none;
  width:100%;
  text-decoration: none;
}
.herstellung {
  display: none;
  margin-top: 5px;
  text-decoration: none;
}
.textur {
  display: none;
  margin-top: 5px;
  text-decoration: none;
}
.col3{
  width: 308px;
}
.col2{
  width: 108px;
}
.col1{
  width: 208px;
}

.col0{
  width: 158px;
}

.item img {
  border:none;
}

.inflated {
  border:1px solid #999999;
}

.name {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 0;
  hiddenStyle: opacity: 0;
}

#loading {
  display: none;
  background: white url(../images/loading.gif) center center no-repeat;
  width: calc(100% - 20px);
  height: 60px;
  position: fixed;
  bottom: 50px;
  z-index: 9999;
  opacity: 0.5;
} 


ul{
  list-style-type: none;
  list-style-position: outside;
  margin-top:5px;
  padding: 0;
  display:block;
  color:#999999;
}


a{
	color:#999999;
	text-decoration:none;
}
a:hover{
	color:white;
	text-decoration:none;
}

.isotope-hidden {
	opacity: 0 !important;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 1.8s;
     -moz-transition-duration: 1.8s;
      -ms-transition-duration: 1.8s;
       -o-transition-duration: 1.8s;
          transition-duration: 1.8s;
	  
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.selected {
   color: red;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}
