﻿.left {
    width: 220px;
    margin-top:20px;
    margin-right: 20px;
    float: left;
    background-color:white;
    box-sizing: border-box;
    box-shadow: 3px 3px 1px #dedede;
}

#leftHeader, #ProduktDetailsHeader, #VerfuegbarkeitHeader,#leftPreisHeader, #divZuletztAngesehenHeader {
    box-sizing:border-box;
    border:5px solid white;
    border-bottom:1px solid #dedede;
    padding:10px 0;
    font-size:1.3em;
    font-weight:600;
    margin-bottom:10px;
}

#leftVerfuegbarkeit, #leftPreis, #divZuletztAngesehen {
    margin-top:20px;
}

#VerfuegbarkeitCheckboxes{
    height:80px;
    background-color:#f5f5f5;
    border-left:10px solid white;
    border-right:10px solid white;
    padding:5px;
}
#VerfuegbarkeitCheckboxes input[type=submit]{
    float:right;
    background-color:white;
    border:1px solid #dedede;

}

#leftPreis{
   padding-left:5%;
    
}

#leftPreisRange{
    
     margin-bottom:10px;
    background-color:#f5f5f5;
    border-left:10px solid white;
    border-right:10px solid white;
    padding:5px;
}

#slider-range {
    position: relative;
    left: 10px;
    top: 5px;
}

#leftPreis input[type=text]{
    width:25%;
    float:left;
    margin-right:10px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    outline-style:none;
    font-weight:bold;
    text-align:center;
}

#leftPreis input[type=range]{
    width:90%;
}

#leftPreis input[type=submit]{
    float:right;
    margin:0 20px 10px 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
}

#tbLeftPreisRangeVon {
    width: 50px; float: left;
    margin-left: 12px;
}

#tbLeftPreisRangeBis {
    width: 50px; float: left;
    margin-left: 54px;
}

#btnLeftPreisButton {
    float: right;
    margin-top: 5px;
     border:1px solid #dedede;
      background-color:#f5f5f5;
}

.right {
    width: 960px;
    float: left;
    min-height: 600px;
}

#Viewport{
}

#KategorieUeberschrift{
    height:30px;
}

.ProdukteHeader {
    margin-bottom: 20px;
}

.lblKategorie{
    text-align:center;
    margin-bottom:10px;    
}

.lblKategorie h2{
    cursor:default;
}

#ProdukteTopControls, #ProdukteBottomControls {
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    margin-bottom: 20px;
    line-height:32px;
    height:48px;
}

#ProdukteTopControlsSortierung{
    float:left;
    cursor:pointer;
}

#divSortierung{
    float:left;
    height:32px;
}

.btnSortierung {
    margin-top: 8px;
}

.btnSortierungAuf{
    
    transform:rotate(180deg);
    transform-origin:center;
    -ms-transform:rotate(180deg);
    -ms-transform-origin:center;
    -webkit-transform:rotate(180deg);
    -webkit-transform-origin:center;
}

#ProdukteTopControlsPager{
}

.ddlAnzahlProdukteCSS{    
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    padding-left:10px;
    width:55px;
    height:48px;
    font-size:1.2em;
    background:url("/Masterpages/Images/iconDDL.png") 94% no-repeat;
}
.ddlAnzahlProdukteCSS::-ms-expand{
    display:none;
}

.btnFlexviewCSS, .btnListViewCSS, .ddlSortierung, .ddlAnzahlProdukteCSS{
    float:left;
    outline-style:none;
}

.ddlSortierung{    
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    height:32px;
    width:300px;
    border:none;    
    font-size:1.25em;
    margin:0;
    height:48px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    padding-left:10px;
    background:url("/Masterpages/Images/iconDDL.png") 96% / 7% no-repeat;
}
.ddlSortierung::-ms-expand{
    display:none;
}
.ddlSortierung option::-ms-value{
    position:absolute;
    background-color:pink;
}
 
.btnListViewCSS{
    float:left;
    margin-right:3px;
}

.btnFlexviewCSS{
    float:left;    
    border-right:1px solid #ccc;
}

#pnlProdukteBottomControls{
    background-color:white;
    line-height:40px;
    box-shadow:3px 3px 1px #dedede;
}
.pnlPagerDropdown{
    height:48px;
    padding-top:8px;
    width:100%;
    text-align:center;
}
    .pnlPagerDropdown input[type=submit]{
        border:none;
        color: #555;
        outline-style:none;
        cursor: pointer;
        font-size: 20px;
        background: none;
        font-weight: bold;
    }

    .aspNetDisabled {
        color: #777 !important;
        cursor: initial !important;
    }



    .pnlPagerDropdown select{
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        width:75px;
        margin:0  39px;
        text-indent:25px;
        border:1px solid #4e4e4e;
        outline-style:none;
        background:url("/Masterpages/Images/iconDDL.png") 96% / 15% no-repeat;
    }
    .pnlPagerDropdown select::-ms-expand{
        display:none;
    }

.pnlPager{
    height:48px;
    font-size:1.2em;
    line-height:48px;
    float:right;
    margin-right:10px;
}
.pnlPager input[type=submit]{
    border:none;
    background-color:white;
    outline-style:none;
    cursor:pointer;
}

/*Properties ohne Ansichtsklassen*/

h2{
    cursor: pointer;
    font-weight:normal;
}

.Produkt .ProduktBild {
    width: 238px;
    height:200px;
    margin:0 auto;
    vertical-align:middle;
    border-bottom:1px solid #ccc;   
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 50%;
    cursor: pointer;
    box-sizing:border-box;
    border:5px solid white;
}

.Produkt .ProduktBild:hover {
    
}

.Produkt .ProduktBild IMG {
    max-height:200px;
    max-width:200px;    
    display: none;
}

.Produkt .ProduktContentFlex h2{
    font-size:1.2em;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.ProduktContent span{
    font-size:1.2em;
    cursor:pointer;
}

.Produkt .ProduktPreis {
    width:100%;    
    position:initial;
    bottom:initial;
    border-bottom:1px solid #777;
}
.spNetto {
    color:#777;
    font-size:1em;
}

.ProduktPreisVEundAmpelWrapperFlex{
    width:88%;
    margin:0 auto;

}
.ProduktePreisVE{
    float:left;
    color:#777;
}
.ProduktePreisAmpel{
    text-align:right;
}
#pnlAmpel{
    text-align:right;
}
.ProduktPreisVEundAmpelWrapperList{
    display:none;
    margin-top:5px;
    position: relative;
}
.ProduktPreisVEundAmpelWrapperList .ProduktePreisAmpel{
    text-align:right;
    float:left;
    border-bottom:1px solid #dedede;
    width:568px;
}
.ProduktPreisVEundAmpelWrapperList input[type=text]{
    float:none;
    position:relative;
    top:-3px;
    width:125px;
    margin-left:10px;
}

.ProduktWrapper  {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content:space-between;
}

.ProduktWrapper .Produkt {
    width: 310px;
    height:400px;
    margin:0;
    margin-bottom:10px;
    box-sizing: border-box;
    flex-direction: row;    
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    position: relative; 
}

.flexview .Produkt #pnlPreis {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ProduktBild IMG {
    float:none;
    width: auto;
    margin:auto;
}

.ProduktContentFlex{
    float:none;
    width:88%;
    margin:10px auto 10px;
    text-align:left;
}

.ProduktContentList{
    display:none;
    height:30px;
    font-size:1.2em;
    font-weight:600;
}
.ProduktContentList span:first-child{
    margin-top:10px;
    float:left;
}
.ProduktContentList span:nth-child(2){
    margin:10px 10px 0;
    float:right;
}

.ProduktContentBeschreibungList{
    display:none;
    margin-top:10px;
}

.ProduktContent, .ProduktTabelle .ProduktPreis {
    box-sizing: border-box;
    width:88%;
    margin:0 auto;
    text-align:right;
    margin-top:35px;
}

.ProduktButtonsFlex{
    width:95%;
    margin: 15px auto 0;
    text-align:center;
    float:none;
    position: relative;
}
.ProduktButtonsFlex input[type=text]{
    margin-right:13%;
    position:relative;
    top:-9px;
}

.ProduktButtonsList{
}

.ProduktButtonsIconsWrapper{
    display:none;
    margin-top:5px;
}
.ProduktButtonsListButtonsWrapper{
    display:none;
    float:right;
    margin:10px 14px 0;
}

#ProduktButtonsListVEWrapper{
    float:left;
    text-align:center;
    margin-right:10px;
}
    #ProduktButtonsListVEWrapper p{
        font-size:.8em;
        position:relative;
        top:-3px;
    }
#ProduktButtonsListMengeWrapper{
    float:left;
    text-align:center;
}
    #ProduktButtonsListMengeWrapper{
        font-size:.8em;
        color:#777;
        position:relative;
        top:-2px;
    }
    #ProduktButtonsListMengeWrapper img{
        position:relative;
        top:10px
    }


.btnProdukteMerkzettel{
    margin-bottom:5px;
}

.btnProdukteWarenkorb{
}

.ibtnProdukteMerkzettel {
    margin-right:5px;
}
.ibtnProdukteWarenkorb {
 
}

.pnlKeineTreffer{
    width:100%;
    height:75px;
    line-height:75px;
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    text-align:center;
}
.pnlKeineTreffer span{
    font-size:1.5em;
    font-weight:bold;
    margin-left:10px;
}

/*Menu links*/
#nav { 
  display: block; 
  padding:0 5px;
}
#nav .ebeneEinsP{
    font-size:1.2em;
    font-weight:600;
    text-transform:uppercase;
    line-height:1.7em;
}
#nav li, ul{
    list-style:none;
}

#nav li { }

#nav > li > a { 
  display: block; 
  padding: 5px 5px;
  font-size: 1.2em;
  font-weight:700;
  text-decoration: none;
  text-transform:uppercase;
}

#nav > li > a:hover{
    background-color:#dedede;
}

#nav li ul { 
    display: none; 
    border-left:5px solid white;
    border-right:5px solid white;
    background-color:#f7f7f7;
}

#nav li ul li ul {
    border:none;
}

#nav li ul li a { 
  display: block; 
  padding: 5px 0px;
  padding-left: 5px;
  font-size: 1em;
  text-decoration: none;
  color: #777;
}
#nav li ul li a:hover {
    background-color:#dedede;
}

#nav .ebeneZwei {
    border-bottom: 1px solid #dedede;
    font-weight:700;
}

#nav .ebeneDrei {
    padding-left: 10px;
}


.mobile_ebeneEinsP, .mobile_ebeneZweiP{
    border-bottom:1px solid white;
}














#divZuletztAngesehen {
    margin-top: 40px;
}

.ZuletztAngesehenArtikel {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.ZuletztAngesehenArtikel IMG {
    max-height: 150px;
    max-width: 150px; 
    margin: 0 auto;
}


#divProduktLinks{
    display: block;
    
}
#divProduktLinks p{
    float: left;
    text-align: center;
    margin-right: 10px;
    background: #fff;
}
#divProduktLinks p img{
}

#divProduktLinks p span{
    font-size:.8em;
}

.pnlProdukteNichtAngemeldet{
    width:1200px;
    height:70px;
    text-align:center;
    padding-top:20px;
    font-size:1.6em;
    box-shadow:3px 3px 1px #dedede;
    background-color:white;
}
.pnlProdukteNichtAngemeldet a {
    text-decoration:underline;
}

#pnlProduktDetailsCheckboxes{
    background-color:#f5f5f5;
    border-left:10px solid white;
    border-right:10px solid white;
    padding:5px;
}

.cbProduktdetails{
    display:inline;
}
.cbProduktdetails:after{
    content:"\a";
    white-space:pre;
}












#cphContent_pnlPagerLinks {
    display: inline;
    margin:0 50px;
}
.lnkPagerActive {
    font-weight: bold;
    font-size: 20px;
    color: #111;
    padding: 0px 6px;

}
.lnkPager {
    font-weight: bold;
    font-size: 20px;
    color: #555;
    padding: 0px 6px;
}

#btnPagerLeftMobile, #btnPagerRightMobile { display: none }
#btnPagerDropDownLeft,#btnPagerDropDownRight { display: inline;}

.pHighlighter {
    position: relative;
    top: 10px;
    z-index: 555;
    left: 0px;
    line-height: 30px;
    font-size: 22px;
    width: 70px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.NeuheitProdukte { 
     
    float: right;
    
    background: #777;
    color: #fff;
    

}

.NeuheitProdukt { 
    float: left; 
     background: #777;
    color: #fff;
}


.PreisList { margin-left: 238px; width: 722px !important;  }

/*      ### Tablet portrait ###     */
@media all and (max-device-width:1200px) {
    .pnlKeineTreffer { 
        width: auto;
        margin: 10px;
        padding: 10px;
        height: auto;
        line-height: initial;
    }
    .ibtnProdukteMerkzettel {
        display: none;
    }
    .ibtnProdukteWarenkorb {
        position: relative;
        left: 10px;
    }

    #cphContent_btnPagerDropDownLeft,#cphContent_btnPagerDropDownRight  {
        font-size: 14px;
        padding: 0;
    }
    .lnkPagerActive, .lnkPager {
        font-size: 22px;
        padding: 0px 8px;
    }

    #cphContent_pnlPagerLinks {
        margin: 0px 0px;
    }
    #btnPagerLeftMobile, #btnPagerRightMobile { display: inline; font-size: 30px; position: relative; top: 1px; padding: 0px 4px; }
    #btnPagerDropDownLeft,#btnPagerDropDownRight { display: none;}

    .ProduktButtonsFlex {
        display: block;
        width: 200px;
        margin: 0;
        text-align: right;
        top: 30px;
        left: 74px;
    }

    .ProduktButtonsFlex input[type=text] {
        width: 60px;
        margin-right: 0;
        top: 0px;
    }

    .ibtnProdukteWarenkorb { float: right;}
    .ibtnProdukteWarenkorb:after { content:""; display: block; clear: both;}

    .Preis { width: 90%; bottom: 10px; }

}