/*teaser styles screen desktop normal*/
@charset "UTF-8";
/*basis Einstellungen*/
/* */
/*-----------------------------*/
/*Produktseiten Neu */
/*-----------------------------*/

ul.showcase {
    position: relative;
    margin-top: 20px;
    margin-left: 320px;
    margin-bottom: 0px;
    width: 1120px;
    padding: 0px;
    height: 100%;
    min-height: 1080px;
    z-index: -1;
/*    max-height: 1480px; */
    }

ul.showcase li {
    display: block;
    position: relative;
    float: left;
    width: 222px;
    height: 194px;
    padding: 1px;
    z-index: ;
   }

/*
ul.showcase li#empty  {
    opacity: 0.0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
   }

ul.showcase li#hero { /*geht in 3rd + 4th child auf!*/
/*    width: 448px;
    height: 392px;
   }
*/

ul.showcase li:nth-child(2) {
   width: 446px;
   }
/*
ul.showcase li:nth-child(3) {
   width: 448px;
   height: 392px;
   }
*/
ul.showcase li:nth-child(3) {
   width: 446px;
   height: 586px;
   }

ul.showcase li:nth-child(4) {
   margin-top: -392px;
   width: 446px;
   height: 390px;
   }

ul.showcase li:nth-child(5) {
   margin-top: -392px;
   margin-left: 448px;
   height: 390px;
   }

.graph {
   position: relative;
   width: 98%;
   height: 98%;
   padding: 1%;
   overflow: hidden;
   }

.graph img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0%;
    overflow: hidden;
    z-index: 1;
   -moz-transition: all 4.5s ease; /* Enable CSS3 transition on all props */
   -webkit-transition: all 4.5s ease-in-out;
   -o-transition: all 4.5s ease-in-out;
   -ms-transition: all 4.5s ease-in-out;
   transition: all 4.5s ease-in-out;
   }

#heading {
   position: absolute;
   left: 2%;
   width: 80%;
   bottom: 19.6px;
   z-index: 3;
   }

#heading h1 {
   margin: 0 auto;
   padding: 1px;
   text-align: center;
   font-size: 16.5px;
   line-height: 36px;
   text-transform: uppercase;
   color: #FFF;
   background: #000;
   opacity: 0.6;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);   */
/*   width: 199.6px; */
   }

ul.showcase li:hover {
   -moz-transform: scale(1.02, 1.02);
   -webkit-transform: scale(1.02, 1.02);
   -ms-transform: scale(1.02, 1.02);
   -o-transform: scale(1.02, 1.02);
   transform: scale(1.02, 1.02);
   }

/*----------------------------*/
/*neu popup 18112018 siehe popup.css*/
/*----------------------------*/


/*wenn kein HERO XL child(3) vorhanden*/
/*
ul.showcase li:nth-child(4) {
   margin-top: -196px;
   width: 448px;
   height: 392px;
   }

ul.showcase li:nth-child(5) {
   margin-top: -196px;
   height: 392px;
   }
*/
/*
ul.showcase li:nth-child(6) {
   width: 448px;
   }
*/

/*---------------------------------------------------------------*/
/*Produktdetails */
/*---------------------------------------------------------------*/

.object {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 740px;
    height: 590px;
    background: #FFF;
    z-index: ;
    }

.object a:click {
    display:block;
    }

.object h1 {
   width: 100%;
   padding: 5px 10px;
   text-align: center;
   font-size: 18px;
   line-height: 25px;
   text-transform: uppercase;
   color: #FFF;
   background: #000;
   }

.descript#item {
    float: left;
    width: 100%;
    height: ;
    padding: 0;
    z-index: 3;
    }

.descript#item h3  {
    text-align: left;
    line-height: 20px;
    width: 100%;
    height: 20px;
    padding: 5px 10px;
    }

#item p {
   text-align: left;
   width: 100%;
   height: 15px;
   line-height: 15px;
   padding: 5px 10px;
   }

p#delineation {
   height: 45px;
   line-height: 15px;
   padding: 5px 10px;
   }

h4#design {
   text-align: left;
   width: 100%;
   height: 17px;
   line-height: 17px;
   padding: 5px 10px;
   text-transform: uppercase;
   }

p#colors {
   line-height: 15px;
   padding: 5px 10px;
   }

p#material {
   line-height: 15px;
   padding: 5px 10px;
   }

p#measure {
   line-height: 15px;
   padding: 5px 10px;
   }
p#customize {
   line-height: 15px;
   padding: 5px 10px;
   }


/*
.graph#item {
   display: block;
   position: relative;
   width: 48%;
   height: 48%;
   padding: 1%;
   overflow: hidden;
   }

.graph#item {
   z-index: 1;
   -moz-transition: all 0.5s ease; /* Enable CSS3 transition on all props */
/*   -webkit-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   }

.graph:hover {
   -moz-transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
   }

.heading#item {
   display: block;
   position: absolute;
   width: 48%;
   bottom: 19.6px;
   z-index: 2;
   }

.heading#item h1 {
   margin: 0 auto;
   padding: 1px;
   text-align: center;
   font-size: 16.5px;
   line-height: 36px;
   text-transform: uppercase;
   color: #FFF;
   background: #000;
   opacity: 0.6;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);   */
/*   width: 199.6px;
   }             */

/*aus products_2c alte Website*/







/*
#item h2 {
   float: left;
   width: 240px;
   padding: 5px 10px;
   text-align: center;
   line-height: 25px;
   text-transform: uppercase;
   background: #606;
   }

#item h2 a {
   color: #FFF;
   }
        */
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------*/



/*-------------------------------------------------*/
/*Produkt und Vorschau"BOX" für Datenübenahme mit php */
  /*allgemeine Definitionen */
/*-------------------------------------------------*/