﻿/*css für Shop
  hst 22.08.15
*/
.clear
{
    clear:both;
}
.comment {
    width: 94%;
    /*min-height: 100px;*/
    background-color: #f0f0f0;
    margin: 0px 0px 10px 0px;
    padding: 1% 3% 1% 1%;
    list-style: none;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
/*Beginn Shop*/
.imgShop{
    float:left;
    /*position: absolute;*/
    margin: 5px 5px 5px 5px;
}
.txtShop{
    margin-left: 50px;
}
.headEinkauf{
    display: inline-block;
    width: 16%;
    padding: 5px;
    margin: 5px;
    color: #858585;
}
.headEinkaufActiv{
    display: inline-block;
    width: 16%;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
    color: #999;
    text-decoration: underline;
    /*text-shadow: 0 0 1px #000;*/

}
.anzShop{
    display: inline;
      width: 30px;
      height: 20px;
      padding: 1px 2px;
      font-size: 1em;
      line-height: 1.428571429;
}
.artWare{
        font-size: 1em;
}
.artWare li{
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid black;
}
.artLinks{
    float: left;
    width: 40%;
}
.artRechts{
    float: left;
    width: 40%;
}
.artTitel{
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}
#divWarenkorb{
    background-color: #858585;
    padding: 20px;
    text-align: center;
    width: 205px;
    display: block;
    border: 1px solid #000;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;

}
#cphCMS_panWarenkorb{
    background-color: #858585;
    padding: 4%;
    width: 90%;
    display: none;
    border: 1px solid #000;
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
}

.divArtikelZA {
    background-color: #cfcaca;
    padding: 1%;
    width: 90%;
    display: block;
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.divTotalZA {
    background-color: #b7b6b6;
    padding: 1%;
    width: 90%;
    display: block;
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.divNextButtonTop{
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cssWizShop {
    width: 98%;
}

.cssZahlmethode{
    list-style: none;
}
/*Ende Shop*/
/*Shopadmin*/
.txtCommand{
    float:left;
    width: 15%;
}
.txtLeft{
    float:left;
    width: 40%;
}
.txtRight{
    float:left;
    width: 40%;
}
.adminShopTitle{
    font-weight: bold;
}
ul .Anm_hervorheben
	{
	position:absolute;
    background-color: #858585;
	z-index:500;
	display:none;
    margin-top: -0px;
	/*left: 0%;
	float: left;
	top: 0%;*/
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Anm_hervorheben > thead > tr > th,
.Anm_hervorheben > tbody > tr > th,
.Anm_hervorheben > tfoot > tr > th,
.Anm_hervorheben > thead > tr > td,
.Anm_hervorheben > tbody > tr > td,
.Anm_hervorheben > tfoot > tr > td{
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #f0f0f0;
}

.cssDetails{
        list-style: none;
        margin-left: 0px !important;
}

ul li li.cssDetails:hover .Anm_hervorheben{
    padding-left: 0px;
    margin-left: 0px;
    display: block;
}
/*Ende Shopadmin*/

/*CssScript für grosses Bild bei Mouse Hover*/
@media screen and (min-width: 480px) {
    #preview {
        position: fixed;
        /*border:3px solid transparent;/*#ccc;*/
        background: transparent; /*#333;*/
        /*padding:5px;*/
        display: none;
        color: transparent;
        /*color:#fff;*/
        /*box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);*/
    }

}