﻿
.right{
    float:none;
    width:100%;
}


#WarenkorbInfo {
    height:55px;
    background-color:white;
    margin-top:15px;
    box-shadow:3px 3px 1px #dedede;
    text-align:right;
}

#MerkzettelInfo {
    height:55px;
    background-color:white;
    margin-top:15px;
    box-shadow:3px 3px 1px #dedede;
    text-align:right;
}

.lblWarenkorbLabel {
    float:left;
    font-size:1.2em;
    font-weight:600;
    margin-left:11px;
    margin-top:17px;
}
.lblMerkzettelLabel {
    float:left;
    font-size:1.2em;
    font-weight:600;
    margin-left:11px;
    margin-top:17px;
}

.tbWarenkorbArtikelnummer{
    margin-top:16px;
}

.btnWarenkorbArtikelHinzufuegen{
    background-color:#4e4e4e;
    border:none;
    color:white;
    padding:9px;
    font-size:1.2em;
    outline-style:none;
}

.pnlVergangeneBestellungen{
    width:296px;
    height:55px;
    float:right;
    line-height:55px;
    text-align:left;
    border-left:1px solid #dedede;
    margin-left:9px;
}

.lblVergangeneBestellungenTitel{
    margin-left:10px;
    font-size:1.2em;
}

#checkoutProdukt{
    float:left;
    position:relative;
    margin-bottom:15px;
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    width:100%;
    height:120px;
}

.checkoutProduktBild {
    float: left; 
    margin: 4px;
    width: 100px;   
    height:100px;
    background-repeat:no-repeat;
    background-position-y:center;
    background-position-x:50%;
    background-size:contain;
    cursor: pointer;
}

#checkoutProduktBild IMG {
    width:100px;
}

#checkoutProduktContentTitelWrapper{
    margin-top: 15px;
    font-size:1.2em;
    font-weight:600;
    width:49%;
}

#checkoutProduktContent {
    float: left;
    padding-left: 10px;
    width: 750px;
}

#checkoutProduktContentInfo {
    float: right; 
    width: 286px;
    padding-right:10px;
    height:110px;
    margin-top:5px;
    border-left:2px solid #dedede;
}

#checkoutProduktPreis{
    width:60%;
    line-height:100px;
    float:left;
    font-size:1.2em;
    font-weight:600;
    text-indent:50px;
    text-align:right;
}

.lblMerkzettelEinzelpreisSummeNetto{
    position:relative;
    top:-85px;
    font-weight:400;
    font-size:.7em;
}

#checkoutProduktmenge {
    width:49%;
    float:right;
    position:relative;
    top:-33px;
}
#checkoutProduktmenge div{
    width:33%;
}
#MerkzettelEinzelpreisSummeWrapper{
    text-align:right;
    float:left;
}
#MerkzettelEinzelpreisSummeWrapper span:first-child{
    font-size:1.2em;
    font-weight:600;
}
#MerkzettelEinzelpreisSummeWrapper span:last-child{
    top:-5px;
}
#checkoutProduktmengeX{
    text-align:center;
    float:left;
    font-weight:600;
    font-size:1.2em;
}
#checkoutProduktmengeAnzahl{
    float:left;
    width: 30px !important;   
}

#checkoutMerkzettelAktualisieren, #checkoutWarenkorbAktualisieren {
    float: right;
    width: 20px !important;
    position: relative;
    left: 2px;
}

.btnAktualisieren { width: 16px; }

.ibtncheckoutAnzahlAendern {
    width: 21px;
    position: relative;
    top: 4px;
}

.checkoutPreisTabelle {

}
.checkoutPreisTabelle td {
    padding: 0;
    margin:0;
    width: 100%;
}
.checkoutPreisTabelle td:nth-child(even) {
    width: 80%;
    text-align: right;
}
.chekoutPreisTabelle:nth-child(even)  {
    font-weight: bold;
}

#CheckoutButtons {
    width: 26%;
    margin-top:10px;
    text-align: center;
    float:right;
    text-transform:uppercase;
    
}
#CheckoutButtonsMerkzettelWrapper{
    margin-top:5px;
}
#CheckoutButtons span{
    font-size:.8em;
}

.lblMerkzettelText{
    position:relative;
    top:-5px;
}

#CheckoutButtons input {
    height: 24px;
}

.CheckoutForm {
    background-color: white;
    box-shadow: 3px 3px 1px darkgrey;
    min-height: 200px;
    
    width: 100%;
    padding: 10px;
}

.CheckoutForm h1, .CheckoutForm h2 {
    text-align: center;

}

.CheckoutTable {
    width: 90%;
    margin: 0 auto;
}
.CheckoutTable th {
    text-align: left;
}
.CheckoutTable .thSmall {
    width: 200px;
}

.CheckoutTable .thWider {
    
}

.CheckoutTable td {
    vertical-align: top;

}

#pCheckoutEndeEins{
    margin-top:20px;
}

.ibtCheckoutWeiterEinkaufen{
    position:relative;
    top: 60px;
    border: none;
    background: #434443;
    color: #ffffff;
    line-height: 40px;
    width: 160px;
    cursor: pointer;
    
}




#divWarenkorbGesamtbetragWrapper{
    width:1200px;
    height:50px;
    margin-bottom:15px;
    text-align:right;
}

#divMerkzettelGesamtbetragWrapper{
    width:1200px;
    height:50px;
    margin-bottom:15px;
    /*text-align:right;*/
}

#divWarenkorbGesamtbetrag{
    width:296px;
    height:50px;
    float:right;
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    text-align:left;
}

#divMerkzettelGesamtbetrag {
    width: 296px;
    height: 50px;
    float: right;
    background-color: white;
    box-shadow: 3px 3px 1px #dedede;
}

#lblWarenkorbGesamtbetrag{
    font-size:1.1em;
    font-weight:600;
    line-height:50px;
    margin-left:15px;
}

#lblMerkzettelGesamtbetrag{
    font-size:1.1em;
    font-weight:600;
    line-height:50px;
    margin-left:15px;
}

#divWarenkorbSummenWrapper{
    float:right;
    text-align:right;
    margin:10px 10px 0;
}

#divMerkzettelSummenWrapper{
    float:right;
    /*text-align:right;*/
    margin:10px 10px 0;
}

#lblWarenkorbSumme{
    font-size:1.4em;
    font-weight:600;
}

#lblMerkzettelSumme{
    font-size:1.4em;
    font-weight:600;
}

#lblWarenkorbSummeNetto{
    position:relative;
    top:-5px;
}

#lblMerkzettelSummeNetto{
    position:relative;
    top:-5px;
}

#checkoutFooter{
    margin-bottom:50px;
}

.btnWarenkorbZurueck{
    width:296px;
    height:47px;
    background-color:#4e4e4e;
    border:none;
    color:white;
    text-align:left;
    padding-left:15px;
    cursor:pointer;
}

.btnWarenkorbBestellen{
    width:296px;
    height:47px;
    background-color:#4e4e4e;
    border:none;
    color:white;
    float:right;
    text-align:right;
    padding-right:15px;
    cursor:pointer;
}

.btnMerkzettelZurueck{
    width:296px;
    height:47px;
    background-color:#4e4e4e;
    border:none;
    color:white;
    text-align:left;
    padding-left:15px;
    cursor:pointer;
}

.btnMerkzettelBestellen{
    width:296px;
    height:47px;
    background-color:#4e4e4e;
    border:none;
    color:white;
    float:right;
    text-align:right;
    padding-right:15px;
    cursor:pointer;
}


.lblNoItems{
    height:70px;
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    text-align:center;
    line-height:70px;
}
.lblNoItems span{
    font-size:1.8em;
    font-weight:600;
}

#CheckoutHeader{
    height:50px;
    background-color:white;
    box-shadow: 3px 3px 1px #dedede;
    line-height:50px;
    font-size:1.7em;
    text-transform:uppercase;
    font-weight:600;
    text-indent:10px;
    margin-bottom:10px;
}

#BestellDatenWrapper{
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    margin-bottom:10px;
    padding-top:10px;
}

#Adressen{
    margin-bottom:10px;
}
    #Rechnungsadresse{
        width:445px;
        padding-left:10px;
        float:left;
    }
        #lblRechnungsadressenHeader{
            font-size:1.4em;
            font-weight:600;
            text-transform:uppercase;
        }
        #lblRechnungsadresse{
            font-size:1.2em;
        }
    #Lieferadresse{

    }
        #lblLieferadressenHeader{
            font-size:1.4em;
            font-weight:600;
            text-transform:uppercase;
        }
        #tbLieferadress{
            width:400px;
            margin-top:10px;
            resize:none;
        }
#Lieferdatum{
    height:40px;
    margin-bottom:10px;
}
    #lblLieferdatumHeaderWrapper{
        width:455px;
        float:left;
        text-indent:10px;
        font-size:1.4em;
        font-weight:600;
        text-transform:uppercase;
    }
    #tbLieferdatumDatum{
        line-height:20px
    }
#Referenzen{
    height:40px;
    margin-bottom:10px;
}
    #lblReferenzenHeaderWrapper{
        width:455px;
        float:left;
        text-indent:10px;
        font-size:1.4em;
        font-weight:600;
        text-transform:uppercase;
    }
    #tbReferenzenText{
        width:400px;
        line-height:20px;
    }

#Ansprechpartner {
    height: 40px;
    margin-bottom: 10px;
}

#lblAnsprechpartnerHeaderWrapper {
    width: 455px;
    float: left;
    text-indent: 10px;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}

#tbAnsprechpartnerText {
    width: 400px;
    line-height: 20px;
}

#Anmerkungen{
    height:40px;
    margin-bottom:10px;
}
    #lblAnmerkungenHeaderWrapper{
        width:455px;
        float:left;
        text-indent:10px;
        font-size:1.4em;
        font-weight:600;
        text-transform:uppercase;
    }
    #tbAnmerkungenText{
        width:400px;
        line-height:20px;
    }

#CheckoutProdukteUeberblick{
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    margin-bottom:15px;
}
    #CheckoutProdukteUeberblick #checkoutProdukt{
        box-shadow:none;
        margin-bottom:5px;
        }
        #CheckoutProdukteUeberblick #checkoutProdukt #checkoutProduktPreis{
            margin-right:17px;
            width:auto;
            float:none;
        }
        #CheckoutProdukteUeberblick #checkoutProdukt #checkoutProduktContentInfo{
            width:192px;
            padding-right:0;
        }
        #CheckoutProdukteUeberblick #checkoutProdukt #checkoutProduktContent{
            width:870px;
        }
        #CheckoutProdukteUeberblick #checkoutProdukt #checkoutProduktmenge{
            width:auto;
            right:45px;
        }
        #CheckoutProdukteUeberblick #checkoutProdukt #checkoutProduktmengeAnzahl{
            float:left;
            margin-right:35px;
            width:auto;
            font-size:1.2em;
        }
        #CheckoutProdukteUeberblick #checkoutProdukt #MerkzettelEinzelpreisSummeWrapper{
            width:auto;
        }
.checkoutWrapper #divWarenkorbSummenWrapper{
    margin-right:17px;
}



.checkoutWrapperMBW {
    width: auto; 
    line-height: 120%; 
    background: #eee; 
    color: #e3000b; 
    background-color:white;
    box-shadow:3px 3px 1px #dedede;
    margin-bottom:10px;
    padding:10px;

}
.lblMindestbestellwert { font-weight: bold; font-size: 1.1em }

.lblCheckoutBestellbar { 
    color: #e3000b;
    position: relative;
    top: -32px;

}


.txtMenge{
    position:relative;
    top:-5px;
}
.MerkzettelBasiseinheit{
    position:relative;
    top:-7px;
    font-size:.7em;
}



#BestellungenInfo { background: #fff; width: 100%;box-shadow: 3px 3px 1px #dedede; min-height: 60px; margin-top: 15px;}
#bestellungenWrapper {  background: #fff; width: 100%;box-shadow: 3px 3px 1px #dedede; padding: 10px; box-sizing: border-box; font-size: 1.2em; }
#bestellungenBestellung {border-bottom: 1px dotted #dedede; padding: 2px }
#bestellungenBestellung:last-child {border: none }
#bestellungenBestellungHeader { font-weight: 600; }
#bestellungenDatum { float: left; width: 100px; }
#bestellungenReferenz { float: left; width: 300px; padding: 10px; padding-top: 0px; }
#bestellungenLieferanschrift { float: left; min-width: 300px;  }
#bestellungenGesamtpreis { float: left; width: 100px; text-align: right;}
#bestellungenLink { float: right; width: 100px; font-weight: normal; text-transform: uppercase; font-size: 0.8em; }
#bestellungenLink a { background: #434443; color: #fff; width: 80px; line-height: 33px; display: block; text-align: center; position: relative; top: 6px }




#RegistrierungCheckbox { font-weight: bold; width: 80%; margin: 20px auto; background: #efefef; padding: 10px;}
#RegistrierungCheckbox input { background: #fff; width: 20px; height: 20px; border: none; }
.valDatenschutz { color: #e3000b; display: block; width: 100%; border: 1px solid #e3000b; text-align: center; background: #fff; margin: 3px; }

.bestellungBild { float: left; width: 180px; height: 180px; background-size: contain; background-repeat: no-repeat; }
#bestellungContent { display: flex; flex-flow: row; flex-wrap: wrap; width: 100%; justify-content: space-between; border-bottom: 1px solid #efefef; padding-top: 10px; }
#bestellungBeschreibung { font-weight: bold; margin-left: 10px; vertical-align: top; width: 50% }
#bestellungMengen { font-weight: bold; font-size: 1.2em; position: relative; top: 6px   }
#bestellungProduktmengeAnzahl { font-size: 1em !important; }
#bestellungPreis { font-size: 1.0em;   }
#bestellungGesamtpreis { text-align: right; padding-right: 6px; font-size: 1.2em; font-weight: bold; position: relative; top: 5px; }
.bestellungNetto { font-size: 0.8em; float: right; font-weight: normal;}



@media all and (max-device-width:1200px) {

    #Viewport {
        width: 95%;
    }

    #checkoutProdukt {
        margin-bottom: 5px;
    }

    #checkoutProduktContent {
        float: none;
        padding: 0;
        width: initial !important;
        text-align: left;
    }

    #checkoutProduktContentTitelWrapper {
        margin: 0;
        width: auto;
        margin-top: 4px;
    }

    #checkoutProduktmenge {
        display: block;
        clear: both;
        float: none;
        top: -50px;
        width: 200px !important;
        height: 40px;
        position: relative;
        margin-top: 10px;
        left: 110px;
    }

    .lblMerkzettelEinzelpreisSummeNetto {
        position: relative;
        margin: 0;
    }

    .btnAktualisieren {
        position: relative;
        left: 16px;
        top: -4px;
    }

    .ibtn {
        position: relative; 
        top: -40px;
        left: -200px;
    }

        #checkoutProduktmenge div {
            
            
            
        }

        #checkoutProduktmenge div#checkoutWarenkorbAktualisieren {
                position: absolute;
                left: 180px;
                top: 8px;
        }
        

        #checkoutProduktmenge .txtMenge {
            width: 100px;
        }

    #checkoutProduktmengeX {
        display: none;
    }

    #checkoutProduktmengeAnzahl input[type=text] {
        width: 50px;
        position: relative; 
        top: -4px;
    }

    #checkoutProduktmengeAnzahl {
        width: 60px !important;
        margin-top: 4px;
    }

    #MerkzettelEinzelpreisSummeWrapper {
    }

    #MerkzettelEinzelpreisSummeWrapper {
        display: none;
    }

    #checkoutProduktContentInfo {
        width: auto;
        padding-right: 0;
        height: auto;
        margin-top: 0;
        border: none;
        position: relative;
        top: -60px;
    }

    #checkoutProduktPreis {
        width: 100%;
        line-height: initial;
        float: none;
        text-indent: initial;
        position: absolute; 
        right: 10px;
        top: 20px;
        
    }
    

    .lblMerkzettelEinzelpreisSummeNetto {
        position: initial;
    }

    #CheckoutButtons {
        display: block;
        margin: 0 10px 0;
        text-align: left;
        float: right;
        width: 200px;
    }

        #CheckoutButtons #CheckoutButtonsLoeschenWrapper {
            position: relative;
            top: 74px;
            left: 176px;
            width: 20px !important;

        }

            #CheckoutButtons #CheckoutButtonsLoeschenWrapper span {
                display: none;
            }

        #CheckoutButtons #CheckoutButtonsMerkzettelWrapper {
            display: none;
        }


    #divWarenkorbGesamtbetragWrapper {
        width: 100%;
    }

    #divWarenkorbGesamtbetrag {
        width: auto;
        float: none;
    }

    #checkoutFooter {
        margin-bottom: 0;
    }

    .btnWarenkorbZurueck {
        width: 100%;
        text-align: center;
    }

    .btnWarenkorbBestellen {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    #BestellDatenWrapper {
        padding-bottom: 10px;
    }

    #lblLieferadressenHeader {
        margin-left: 10px;
    }

    #tbLieferadress {
        width: auto;
        margin: 10px;
        margin-left: 16px;
    }

    #Lieferdatum, #Referenzen, #Anmerkungen {
        height: 60px;
    }

    #tbLieferdatumDatum {
        position: relative;
        top: 10px;
        left: 16px;
    }

    #tbReferenzenText, #tbAnmerkungenText { 
        width: auto;
        margin: 10px;
        margin-left: 16px;
    }

    .ibtCheckoutWeiterEinkaufen {
        top: 30px;
        
    }

    #checkoutProdukt {
        height: 160px;
    }


    #CheckoutProdukteUeberblick #checkoutProduktmengeAnzahl {
        position: relative;
        top: -46px;
        left: 46px;
    }

    #cphContent_pnlNoItemsWrapper {
        height: auto;
        padding: 10px;
    }
    .lblNoItems {
        line-height: initial;
    }


    #BestellungenInfo { background: #fff; width: 100%;box-shadow: 3px 3px 1px #dedede; min-height: 60px; margin-top: 15px;}
    #bestellungenWrapper {  background: #fff; width: 100%;box-shadow: 3px 3px 1px #dedede; padding: 10px; box-sizing: border-box }
    #bestellungenBestellung {border-bottom: 1px dotted #dedede; padding: 2px }
    #bestellungenBestellung:last-child {border: none }
    #bestellungenBestellungHeader { font-weight: bold; }
    #bestellungenDatum { float: left; width: 60px; }
    #bestellungenReferenz { float: left; width: auto; min-width: 120px; padding: 10px; padding-top: 0px; }
    #bestellungenLieferanschrift { display: none;  }
    #bestellungenGesamtpreis { float: left; width: 60px; text-align: right;}
    #bestellungenLink { float: right; width: 100px }
    #bestellungenLink a { background: #434443; color: #fff; width: 80px; line-height: 33px; display: block; text-align: center; position: relative; top: 6px }

}
