﻿@font-face{
    font-family:'PT Sans';
    src:url("/Styles/Fonts/pt-sans/PTS55F.ttf");
}
    body {
        font-family: 'PT Sans', sans-serif;
        font-size: 13px;
        color:#243238;
        background-color: #f5f5f5;
    }
    input, textarea, keygen, select, button{
        font-family: 'PT Sans', sans-serif;
    }

    

    h2 {
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    p {
        margin: 0;
        padding: 0;
    }

    #FooterMobile{
        display:none;
    }

    #HeaderMobileWrapper{
        display:none;
    }

    header {
        height: 160px;
        position: relative;
        width: 100%;
        background-color: white;
    }

    .Inner {
        width: 100%;
        background-color: white;
    }

    header span {
    }

    header .Logo {
        margin-top: 7px;
        width: 70px;
    }

    header table {
        width: 1200px;
        height: 100px;
        margin: 0 auto;
    }

    header td {
        vertical-align: bottom;
        width: 33%;
        text-align: center;
        color: #444;
    }

        header td:first-child {
            text-align: left;
        }

        header td:last-child {
            text-align: right;
        }

    header .btnHaendlermenu {
        cursor: pointer;
    }

    header .btnBestellungen { position: relative; left: -6px; }

    header span.AnzahlMerkzettel {
        color: #e3000b;
        background: #fff;
        border: 1px solid #e3000b;
        line-height: 10px;
        font-size: 11px;
        border-radius: 6px;
        text-align: center;
        padding: 3px;
        position: relative;
        top: -34px;
        left: -30px;
        min-width: 20px;
        
    }


    header span.AnzahlWarenkorb {
        color: #e3000b;
        background: #fff;
        border: 1px solid #e3000b;
        line-height: 12px;
        font-size: 11px;
        border-radius: 6px;
        text-align: center;
        padding: 3px;
        position: relative;
        top: -34px;
        left: -30px;
        
        min-width: 20px;
        
    }

    #main {
        height: 100%;
    }

    #Viewport {
        width: 1200px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .AlleArtikelAnzeigen {
        display: inline !important;
    }

    #Sprache {
        width: 100%;
        line-height: 26px;
        text-align: right;
        padding-right: 20px;
        box-sizing: border-box;
    }

        #Sprache input[type="image"] {
            width: 16px;
        }

    #Logo {
        float: left;
    }

        #Logo SPAN {
            float: left;
            text-align: left;
            text-transform: uppercase;
            font-size: 14px;
            color: #e7e7e7;
        }

        #Logo IMG {
            float: right;
            width: 60px;
        }

    #Topmenu {
        width: 30%;
        float: right;
        text-align: right;
    }

    #MenuWrapper{
    width:1200px;
    height:50px;
    margin:0 auto;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color:white;
}

.MenuElement{
    float:left;
    width:150px;
    text-align:center;
    margin-top:8px;
    line-height:1.5em;
    text-transform:uppercase;
    color:#777;
    cursor:default;
}
.MenuElement:hover{
    border-bottom:2px solid #ccc;
}

.divSuche{
    padding:5px 0 0 5px;
    height:42px;
    width:280px;
    float:right;
    margin-top:3px;
}

.tbSuche{
    float:left;
    width:246px;
    border:1px solid #ccc;
    height:34px;
    box-sizing:border-box;
    outline-style:none;
    text-indent:5px;
}

.btnSuche{
    box-shadow:none;
    transition:box-shadow 0.3s;
    -ms-transition:box-shadow 0.3s;
    -webkit-transition:box-shadow 0.3s;
}

    .Content {
        width: 100%; 
        padding: 20px;
        box-sizing: border-box;

    }



    #Newsletter {
        width: 100%;
        background: #e3000b;
        line-height: 30px;
        color: #fff;
    }

    .NewsletterMiniModule{
        background-color:#e3000b;
    }



    #Footer {
        width: 100%;
        min-height: 300px;
        background: #444;
        color: #fff;
        font-size: 14px;
        padding-top: 10px;
    }

    #Footer .Inner{
        background-color:#444;
        width: 1200px;
        margin: 0 auto;
    }

    #Footer .Inner table{
        width:1200px !important;
        background-color:#444;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }

    #Footer td {
        text-align: left;
        line-height: 175%;
    }

    #Footer td:first-child {
        text-align: left;
    }

    #Footer td:last-child {
        text-align: right;
    }

    #Footer h2 {
        margin-bottom: 10px;
    }

    .CMSArea {
        background-color: rgba(255,255,255,1);
        text-align: center;
        padding-top: 0px;
    }

    /* OVERLAYS / POPUPS */
    .overlay {
        display:none;

        position: absolute;
        top: 98px;
        left: 50%;
        z-index: 9999;
        width: 660px;
        
        min-height: 100px;
        margin: 0 auto;
        margin-left: -330px;
        background: #ccc;
        text-align: left;
        padding: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
        box-sizing: border-box;
    }

    .overlay h1 {
        border-bottom: 1px solid rgba(0,0,0,0.9);
    }

    .overlay .Leftfloated, .overlay .Rightfloated{
        background-color:white;
        padding:5px;
    }
    
    #HotlineOverlay{
        display:none;
    }

    .overlayClose {
        float: right;
        font-weight: bold;
        font-size: 20px;
        cursor: pointer;
    }

    #pnlLoginWrapper{
        background-color:#ccc;
        width:310px;
        float:left;
    }
    .lblLoginHeader{
        font-size:1.3em;
        line-height:35px;
        font-weight:600;
    }

    #LoginContent, #RegistrierenContent{
        height:280px;
        background-color:white;
        padding:5px;
        position:relative;
    }
    #LoginContent input[type=text]{
        width:75%;
        outline-style:none;
        border:1px solid #ccc;
        line-height:1.5em;
        text-indent:5px;
    }
    #LoginContent input[type=password]{
        width:75%;
        outline-style:none;
        border:1px solid #ccc;
        line-height:1.5em;
        text-indent:5px;
    }
    #tbLoginKundennummer{
        margin-bottom:10px;
    }

    #loginTextboxesWrapper{
        margin-top:10px;
    }

    #LoginBottomElements{
        position:absolute;
        bottom:5px;
        width:300px;
    }
    #AngemeldetBleibenWrapper{
        position:relative;
        width:50%;
        top:40px;
    }
    #chbLoginAngemeldetBleiben{
        position:relative;
        top:2px;
    }
    #LoginBottomElements input[type=submit]{
        float:right;
        width:45%;
        height:40px;
        color:white;
        background-color:#777;
        border:none;
        text-align:right;
        padding-right:10px;
        cursor:pointer;
    }

    .Error { background: rgba(255,0,0,0.4); border: 1px solid #e3000b; padding: 10px; margin: 10px 0;  }


    #pnlRegistrierenWrapper{
        width:310px;
        float:right;
    }
    
    #btnRegistrierenWrapper{
        text-align:center;
        margin-top:25px;
    }

    .btnRegistrieren{
        width:45%;
        height:40px;
        border:none;
        background-color:#777;
        color:white;
        cursor:pointer;
    }


.ServiceAlleAuswaehlen {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 4px; 
    display: block ;
    clear: both; 
}
.btnDownload {
    line-height: 24px;
    border: none;
    background-color: #434443;
    color: white;
    cursor: pointer;
}

    #divNeuerArtikelInWarenkorb {
        border: 6px solid #ccc;
        background: #fff;
        width: 300px;
        height: 180px;
        box-sizing: border-box;
        position: fixed;
        display: block;
        z-index: 999;
        margin-left: 50%;
        left: -150px;
        top: 20px;
        display: none;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
        text-align: left;
    }

    #divNeuerArtikelInMerkzettel {
        border: 6px solid #ccc;
        background: #fff;
        width: 300px;
        height: 180px;
        box-sizing: border-box;
        position: fixed;
        display: block;
        z-index: 999;
        margin-left: 50%;
        left: -150px;
        top: 20px;
        display: none;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
        text-align: left;
    }

.divAufgerundet {
    border: 2px solid #dedede;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0px;
    top: -240px;
    width: 100%;
    display: none;
    /* box-shadow: 0px 0px 5px rgba(0,0,0,0.3); */
    text-align: left;
    padding: 20px;
}

    .ProduktPreisVEundAmpelWrapperList .divAufgerundet 
    {
        top: -40px;
    }


    .AufgerundetMZ {
        width: 200px !important;
        height: 120px;
        top: -46px;
        left: -496px;
        padding: 10px !important;
    }


    .AufgerundetMZ div {
        width: 100% !important;
    }

    .AufgerundetWK div.arrowUp {
        width: 0!important;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #dedede;
        position: absolute;
        top: -20px;
        right: 40px;
    }   
    .AufgerundetWK div.arrowUpWhite {
        width: 0!important;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #fff;
        position: absolute;
        top: -17px;
        right: 40px;
    }

    .AufgerundetWK {
        width: 200px !important;
        height: 120px;
        top: 30px;
        left: 175px;
        padding: 10px !important;
    }


    .AufgerundetWK div {
        width: 100% !important;
    }

    .AufgerundetP {
        width: 160px !important;
        height: 120px;
        top: 40px;
        left: 476px;
        padding: 10px !important;
    }


    .AufgerundetP div {
        width: 100% !important;
    }
    

    .divNeuerArtikelInWarenkorbInner {
        padding: 10px;
        box-sizing: border-box;
    }

    .divNeuerArtikelInWarenkorbInner .img {
        float: left; 
        width: 100px;

    }

    .divNeuerArtikelInWarenkorbInner .cnt {
        float: left;
        margin-left: 20px; 
    }

    .imgWarenkorb {
        float: right;
        position: relative; 
        top: -10px;
        left: -5px;
        width: 26px;
    }


    .lblWarenkorbArtikelHinzugefuegt {
        display: block;
        background: #ccc; 
        color: #777;
        font-weight: bold;
        line-height: 28px;
        padding-left: 6px;
    }

    #imgNeuerArtikelInWarenkorb,#imgNeuerArtikelInMerkzettel  {
        max-height: 100px;
        max-width: 100px;
    }

    #divArtikelnummer {
        

    }

    #divMenge {
        
    }

    .lnkWarenkorb {
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }

    .loginFehler {
        margin-bottom: 15px;
    }

    .cmslink {
        position: absolute;
        z-index: 500;
        width: 20px;
        padding: 4px;
        text-align: right;
        box-sizing: border-box;
        margin-left: 50%;
        left: 600px;
    }



    .Klein {
        font-size: 9px;
    }

    .txtMenge {
        width: 100px;
    }



    /* FLEXGRID (Startseite, Produktgrid) */
    .flexgrid {
        display: flex;
        height: auto;
        flex-wrap: wrap;
    }

        .flexgrid mainmenu {
            justify-content: space-between;
        }

        .flexgrid DIV {
            width: 395px;
            height: 220px;
            margin-bottom: 10px;
            background: #ccc;
        }

    nav.flexgrid.infobox DIV {
        width: 24.5%;
        height: 170px;
        margin-bottom: 10px;
        background: #ff0000;
    }

    .formflex {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        width: 100%;
    }
    .width66 { width: 66%; }
    .width50 { width: 50%; }
    .width33 { width: 33%; }
    .width25 { width: 25%; }
    .centerdiv { margin: 0 auto; min-height: 320px; }
    
    .flextotop div {
        align-self: stretch;
    }

    /* Passwort Reset */
    .passwortreset {

    }
    .passwortreset .formflex span { position: relative; top: 3px; }
    .passwortreset input {
        width: 350px; 
        margin-bottom: 4px; 
        
    }
    #divPasswortStaerke { display: flex; flex-flow: row wrap; justify-content: space-around; max-width: 100%;  }
    .pwBar { width: 50px; height: 8px; border-radius: 4px; background: #777; margin-top: 5px; margin-left: 4px;  }
    .btnPasswortReset {     
        height: 33px;
        width: 140px;
        
        
        background: #434443;
        border: 1px solid #434443;
        color: #fff;
        padding: 0;
        text-transform: uppercase;
        cursor: pointer;
       
        margin-top: 4px; 
    }

        .btnPasswortReset:disabled {
            cursor: not-allowed;
            color: #777;
        }



    /* Registrierungsseite */

    .Registrierung td {
        vertical-align: top;
        background: #eee;
        padding: 10px;
        margin: 10px;
    }

    #txtTinyMCE {
        width: 100%;
    }

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.7;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    background-image: url('/Masterpages/Images/button-pfeil.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

#divRegExValidator {
    position:relative;
    top:-30px;
    left:290px;
    z-index:99;
}

.ErrorPage {
    width: 400px !important;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
}

.ErrorPage p {
    font-size: 16px;
}

.ErrorPage a {
    font-weight: bold;
}

.serviceLbl { line-height: 20px; width: 100px;  }
.serviceTxt { line-height: 20px; width: 100px; }
.serviceBtn { border: none; background: #434443; color: #fff; line-height: 24px;}
.dokumente { display: flex; width: 100%; justify-content:space-between; min-height: 300px;}
.dokumente.no-spacing {
    display: block;
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px; 
}


.document {
    width: 100px;
    height: 160px; 
    border: 1px solid #ededed;
    
    margin: 2px;
    padding: 4px;
}

.document a { display: block; height: 100%; width: 100%; background-size: contain; background-repeat: no-repeat;  }

.document-square {

    float: left; 
    width: 100px;
    height: 100px; 
    border: 1px solid #ededed;
    
    margin: 2px;
    margin-bottom: 40px; 
    padding: 4px;
}

.document-square input[type=checkbox] {
    position: relative;
    top: 2px; 
    margin-left: -4px; 
}

    .document-square a {
        display: block;
        height: 100%;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 10px;
    }

.error { color: #e3000b; font-weight: bold; line-height: 28px; padding-left: 10px;}

.pwd_vergessen {
    margin-top: 5px;
    border: none;
    background-color: transparent;
    padding: 0;
    text-decoration: none;
}

.pwd_vergessen:hover {
    cursor: pointer;
}

div.passwortreset {
    padding-top: 20px; 
    padding-bottom: 30px; 
}

.downloadstatusbar { width: 400px; height: 24px; display: block; border: 1px solid #ccc; }
.downloadstatusbarinner { width: 0px; height: 24px; display: block; background: #e3000b; }

.navHIAdmin {
    width: 100%; 
    background: #eee; 
    height: 60px;
    padding: 10px; 
    box-sizing: border-box;
}

    .navHIAdmin ul {
        width: 100%; 
        display: flex; 
        flex-flow: row wrap;
        justify-content: space-between; 
    }

    .navHIAdmin li { line-height: 40px; font-weight: bold; list-style: none;  }
    .navHIAdmin img { width: 40px; }
    .navHIAdmin a { height: auto; }
    .pnlAdmin { width: 800px; margin: 0 auto; }
.txtBemerkungen { width: 100%; }

.picVorschau { max-width: 100px; max-height: 100px; border: 1px solid #777;  }
.picDetail { width: 600px; margin: 0 auto; border: 1px solid #777; margin-top: 10px;  }
.picsWrapper { margin: 0 auto; }
.picWrapper { text-align: center; }

.valError { display: block; width: 100%; padding: 10px; margin: 10px 0; color: #e3000b; font-weight: bold;   }