/*aufgeklappte Version */
#ContLay22Div {
    background-color: rgba(255,255,255,1);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/*überschreibe H2 Text*/
#ContLay22TextP h2 {
    font-size: 1.2em; 
}


/*DATUM-Feld */
#ContLay220DatumDiv {
    position: relative;
    float: none;
    clear: both;
   margin-right: auto; 
    margin-left: auto;
    margin-top: 0%;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: rgba(230,230,230,0);
    padding: 0%;
   
  
    
}
#ContLay22DatumP {
  font-size: 0.7em;
}
/*DATUM-Feld ENDE */


/* ########## ARTIKEL - Nummer, MWSt, Preis ########### */
#ArtLay22DetDiv {
  
    position: relative;
    position: absolute;
    margin-top:-30px;
	right: 0px;
	top: 0px;
        z-index: 6;
    padding:45px;
    float:right;
        clear:none;
    margin-left: 2%;
	margin-bottom: 2%;
    margin-right: -10px;
    width:auto;
    min-width: 350px;
    max-width: 350px;
    height: auto;
    text-align: left;
    word-wrap: break-word;
border:0px solid rgba(200,200,200,1);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
     line-height: 1.5em;
    font-size: 1em;
    
       background-image: url("/lib/imgAllg/eti1.svg");
    background-size: 120% 120%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    
} 

#ArtLay22Div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    margin-bottom: 4%;
    background-color: rgba(0,0,0,0);

        z-index: 6;
    padding:65px;
    width:auto;
    min-width: 350px;
    max-width: 350px;
    height: auto;
    word-wrap: break-word;
    
       background-image: url("/lib/imgAllg/eti2b.svg");
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}



#ArtIdLay22Div {
color:#777;
    font-size: 0.8em;
    text-align: center;
   word-break: break-all;
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    float: none;
    margin-bottom: 2%;
    clear: both;
}

#MwstLay22Div {
    font-size: 0.6em;
    text-align: center;
     word-break: break-all;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
    clear: both;
}

#PreisLay22Div {
    font-size: 1.1em;
	line-height: 1.1em;
    color: rgba(54,56,59,1);
    text-align: center;
         word-break:break-word;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
    clear: both;
    margin-bottom: 2%;
}

/*######### ARTIKEL MOBIL 959 ##############*/
@media only screen and (max-width: 959px) {
    
 
    /*Etikett rücksetzen */
    
#ArtLay22Div {
    position: relative;
    margin-top:1%;
	right: inherit;
	top:inherit;
    padding:0%;
    float:none;
        clear:both;
    margin-left: auto;
	margin-bottom:3%;
    margin-right: auto;
    width:100%;
    min-width:inherit;
    max-width: 100%;

    text-align:center;

border:0px solid rgba(200,200,200,0);
    border-bottom: 1px solid rgba(230,230,230,1);
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	
     line-height: 1.5em;
    font-size: 1em;
    
       background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    background-repeat: inherit;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}



#ArtIdLay22Div{
color:#777;
    font-size: 0.6em;
    text-align: center;
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    float: none;
    margin-bottom:0%;
    clear: both;
}

#MwstLay22Div {
max-width: 100%;
 
}

#PreisLay22Div{
    font-family: "Ubuntu Condensed";
    font-size: 1.3em;
	line-height: 1.1em;

}
   /*Etikett rücksetzen ende*/ 
    
}
/*######### ARTIKEL MOBIL 959 ##############*/

/* ########## ARTIKEL - Nummer, MWSt, Preis ENDE ########### */

