@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
html, body, div, span, applet, object, iframe,
h0,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {font-family: lato,verdana, arial;padding: 0;margin: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; overflow: visible;}


@font-face {font-family: Quicksand;local: Quicksand; src: url(fonts/Quicksand-Light.otf);}
@font-face {font-family: QuicksandBold;local: QuicksandBold;src: url(fonts/Quicksand-Bold.otf);}
@font-face {font-family: PTSans;local: PTSans;src: url(fonts/PTN57F.ttf);}
@font-face {font-family: SouthernAire;local: SouthernAire;src: url(fonts/SouthernAire_Personal_Use_Only.ttf);}
@font-face {font-family: Oswald;local: Oswald;src: url(fonts/Oswald.ttf);}
@font-face {font-family: OpenSans-CondLight;local: OpenSans-CondLight;src: url(fonts/OpenSans-CondLight.ttf);}
@font-face {font-family: ArchivoNarrow-Regular;local: ArchivoNarrow-Regular;src: url(fonts/ArchivoNarrow-Regular.ttf);}
@font-face {font-family: Jaapokki;local: Jaapokki;src: url(fonts/Jaapokki-Regular.ttf);}
@font-face {font-family: Changeling-Light;local: Changeling-Light;src: url(fonts/Changeling-Light.ttf);}
@font-face {font-family: velden;local: velden;src: url(fonts/RMXZBRG.otf);}
@font-face {font-family: handlee;local: handlee;src: url(fonts/Handlee-Regular.ttf);}
@font-face {font-family: NexaLight;local: NexaLight;src: url(fonts/NexaLight.ttf);}
@font-face {font-family: NexaBold;local: NexaBold;src: url(fonts/NexaBold.ttf);}
@font-face {font-family: ostrichsans;local: ostrichsans;src: url(fonts/ostrich-sans-regular.ttf);}




body html {
    background-color: #f7f7f7 !important;
}

/*respon menue */
/*body.active { background-color: #4e4e4e; }*/
section.active {opacity: 0.55; }
body.active {opacity: 1; }

.container { max-width: 100%; margin: 0px auto; overflow: hidden; width: 100%;}
.nav, .main_content { 
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	transition: .2s all ease; 
	width: 100%; 
}

#fullscreen {
    background-color: #f7f7f7 !important;
    z-index: 0 !important;
}

        


#pulsate {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    left:0;
    top: 0;
    position: absolute;    
    z-index: 99999;
    cursor: pointer;
    overflow: hidden;
    background-image: url(/images/pulsate.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
}
#pulsate p {
   font-size: 2.5em;
    width: 2em;
    height: 3em;
    left: calc(100% - 1.25em);
    top: calc(100% - 1.35em);
    position: absolute;
    color: #c4c4c4; 
}

#pulsate p.pulsatetxt{
       font-size: 2em;
    color: #c4c4c4;
    left: 0.5em;
    top: calc(100% - 1.5em);
    width: 3em;
    height: 3em;
    display: inline;
    position: absolute;
    line-height: 1.25em;
    opacity: 0.75;

    }


.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
    }
    @-webkit-keyframes pulsate {
        0% { 
            opacity: 0.2;
        }
        50% { 
            opacity: 1.0;
        }
        100% { 
            
            opacity: 0.2;
        }
    }

 #pulsateicon  {   
    display: inline-block;
    display: none;
    width: 1em !important;
    height: 1em;
    padding: 1px 0 0 3.9px;
    margin: -0.125em 0.125em 0 0.125em;
    font-size: 1.0em;    
    /*animation:rotating 4s linear infinite;*/
    float: left; 
 }
    @-webkit-keyframes rotating {
        100% { -webkit-transform: rotate(360deg); } 
    }
    
  

#printFrame,
#shankFrame,
#bonFrame {
    display: none;
}


#popUpHolder {
    position: absolute;
    top:    0;
    left:   0;
}

#trashbox {
    display: none;
    width: 300px;
    height: 185px;
    font-size: 10em;
    color: #bbbbbb;
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: 999;
    background-color: #c4c4c4;
    background: rgba(220,220,220, 0.5);
    border: 1px solid #fff;
}

    #trashboxIcon  {
        margin: 0.25em 0 0 0.75em;
        display: block;
        opacity: 0.5;
    }
    
    #trashboxIcon.vis {
        opacity: 1;
        color: #F18618;
        z-index: 999;
    }
    #trashbox.vis {
        opacity: 1;
        z-index: 999;
    }

    
    .rowForTrash {
        font-size: 1.5em;
        color: #fff;
        padding: 0 2em 0 2em;
    }
    
    .rowForTrash:hover {
        color: #5C5C5C;
    }
    
    

#parkingContainer{
    position: absolute;
    right: 60px;
    top: 53px;
    min-height: 135px;
    max-height: calc(100% - 55px);
    width: calc(100% - 900px - 60px);
    opacity: 1;
    float: right;
    display: flex;
    margin: 0 0 0 0;
    color: #000;
    z-index: 999;
    display: none;
    font-size: 1em;
    padding: 0.5em 0em 0 1em;
}
    #parkingContainer.openmenue{
       width: calc(100% - 900px - 200px - 50px);
        right: calc(200px + 50px);
    }
    #parkingContainer.openmenue i{
        display: none;
    }

    @media only screen and (max-height: 768px) {
        #parkingContainer.openmenue{
            width: calc(100% - 900px - 200px);
            right: calc(200px + 0px);
        }
    }
    
    
    

    .parkedSlipBlock {
        margin: 0.5em 0 0.5em 0;
        display: block;
        width: auto;
        height:auto;
    }
    
    #parkingContainer ul.parkedSlip {
        border-bottom: 1px solid #bbbbbb;
        padding: 0.5em 0.5em 0 0;
        margin: 0 0.5em 0 0;
    }
    /* customer name*/
    .parkedSlipNme  {
        width: 100%;
        font-weight: bold;
    }
    
    .parkedSlipTime {
        position: relative;
        display: block;
        bottom: 1em;
        left: calc(100% - 6em);
        color: #888;
        font-size: 0.8em;
        width: 5em;
        text-align: right;
    }
    
    .parkedSlipInfo {
        color: #00Aff0;
        font-size: 0.8em;  
        line-height: 1em;
    }
    
    
    
    /* current slip value */
    .parkedSlipTotal  {
        float:right;
        font-weight: bold;
    }
    
    .parkedSlipNme i {
        float:right;
        padding-left: 0.25em;
        font-size: 1.75em;
        color: #c4c4c4;
        color: #bbb;
        /*opacity: 0.25;*/
    }
    
    .parkedSlipBlock:hover,
    .parkedSlip:hover p,
    .parkedSlip:hover i,
    .parkedSlip:hover,
    .parkedSlip:hover,
    .parkedSlip:hover span,
    .parkedSlip:hover ul{
        color: #fff !important;
        background: #000;
        cursor: pointer;
    }
    
    #parkingContainer ul.parkedSlipProds{
        padding: 0 0 0.5em 2em !important;
        color: #333333;
        line-height: 1.25em;
    }
    
    .parkedHiddenSpan{
        width:100%;
    }
    
    
    @media only screen and (max-width: 1024px) {
        
        #parkingContainerHolder {
            max-width: calc(100% - 75px);
            width: calc(100% - 75px);
            /*overflow: hidden;*/
        }
        
        
        #parkingContainer{
           max-width: max-content;
           width:max-content;
           overflow-x: scroll;
           top: calc(100% - 100px);
           left:0px;
           height: 100px;
           position: absolute;
           padding: 0;
           display: inline;
        }
        #parkingContainer ul.parkedSlip {
            float: left;
            border-bottom: none;
            border-right: 1px solid #bbb;
            padding: 0 0.5em 0 0;
            width: 225px;
        }
    }
    
    

#search_product_holder,
#search_content_holder {
    position: fixed;
    left: 150px;
    top: 2px;
    width: 250px;
    opacity: 1;
    padding: 0; 
    float: left;
    display: flex;
    margin: 0.250em 0 0 0;
    background: #888;
    color: #fff;
    z-index: 99999;
    background: #000;
    border-bottom: 1px solid #666;
  
}




#search_client_holder,
#searchProducts {
    left: 225px;
    position: absolute;
    top: 5px;
    background-color: transparent;
    border: none;
    border-bottom: 1px dotted silver;
    font-size: 1.25em;
    color: white !important;
    width: 200px;
    z-index: 9999999;
    /*font-family: ArchivoNarrow-Regular !important;*/
    padding: 0.25em;

}

#search_client_holder {
    left: 500px;
    /* position: relative; */
    /* float: right; */
    top: -5px;
    font-size: 1.2em;
    /*font-family: ArchivoNarrow-Regular !important;*/
    padding: 0.25em;
    height: 2.25em;
}


#search_client_holder.noProdSerch {
    left: 250px;
}


.searchClientsIco {
    left: 220px;
    top: 10px;
    position: absolute
}


  


#search_product_holder{
    left: calc(900px - 250px) !important;
}




#search_product_holder i,    
#search_client_holder i,    
#search_content_holder i {    
    font-size: 1.0em;
    opacity: 0.4;
    padding: 0.25em 0 0 0;  
    color: #fff;
    cursor: pointer;
    float: right;
}


#search_product_holder .autocompleteFld,  
#search_client_holder .autocompleteFld,  
#search_content_holder .table_filter {    
    border: 0px;  
    color: #fff !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px; 
    font-size: 1em;
    width: 220px;
    padding: 0;
    margin: 0.5em 0 0.25em 0.0em;
    background: transparent !important;   
}
 

   
    

       #search_client_holder input::-ms-input-placeholder,
       #search_client_holder input:-moz-placeholder,
       #search_client_holder input::-moz-placeholder,
       #search_client_holder input::-webkit-input-placeholder,
       #search_content_holder input::-ms-input-placeholder,
       #search_content_holder input:-moz-placeholder,
       #search_content_holder input::-moz-placeholder,
       #search_content_holder input::-webkit-input-placeholder,
       #incoice_notes input::-webkit-input-placeholder,
       textarea::-webkit-input-placeholder { 
               color: #fff !important;
               font-size: 1.00em;
               font-weight: normal;
               vertical-align: central;
               padding:0;
               letter-spacing: 0em;
           }
           
        .incoice_notes input:-moz-placeholder,
        #search_content_holder input:-moz-placeholder,
        textarea:-moz-placeholder { 
          color: #fff !important;
          font-size: 1.00em;
           font-weight: normal;
           vertical-align: central;
           padding: 0;
           letter-spacing: 0em;
       }
       
        #incoice_notes::-moz-placeholder, 
        textarea::-moz-placeholder,
        #incoice_notes textarea:-moz-placeholder, 
        textarea::-moz-placeholder, 
        #search_content_holder input::-moz-placeholder,
        textarea::-moz-placeholder { 
           color: #fff !important;
           font-size: 1.00em;
           font-weight: normal;
           vertical-align: central;
           padding: 0;
           letter-spacing: 0em;
        }
        
        #search_content_holder input:-ms-input-placeholder,
        textarea:-ms-input-placeholder { 
            color: #fff !important;
            font-size: 1.00em;
            font-weight: normal;
            vertical-align: central;
            padding: 0;
            letter-spacing: 0em;
       }
         
      


.error_cont {
    padding: 2em;
    max-width: 750px;
}
.error_cont i{
    font-size: 6em;
    color: #fbb450;
    padding: 0 0.25em 0 0;
}
.error_cont h1{
    font-size: 2.00em; 
    display: inline;color: #fbb450;
    margin: 0 0 1em 0;
    line-height: 0.25em;
}
.error_cont .tiny{
    font-size: 0.75em;   
    height: 10em;
    overflow-y: scroll;
    text-align: left;
}
.error_cont .lft{
    text-align: left;
}



.error_cont a{
    color: #8BA6B7;
    font-size: 1.5em;
}

#shankFrame,
#bonFrame,
#printContainer {
    padding: 2em 2em 0em 2em;
    max-width: 100%;
    /*height: 100%;*/
   /* height: calc(100% - 50px);*/
    font-size: 1em;
}

#customerLogoBon .customerLogoBon {
    padding: 5px 0px 0px 55px;
    width: 350px;  
}


@media screen and (max-width: 1000px) {   
    #customerLogoBon .customerLogoBon {
        width: 100%; 
        padding-bottom: 20px; 
        border: 1px solid black; display:none;
       display:none;
    }
}

/*
@media print  {   
    #customerLogoBon .customerLogoBon {
        display:none;
        width: 100% !important; 
        padding-bottom: 20px; 
        border: 1px solid black;
       
    }
}
*/
/*
@media print and (max-width: 250px) {   
    #customerLogoBon .customerLogoBon {
        
        display:none;
        
        
        width: 100% !important; 
        padding-bottom: 20px; 
        border: 1px solid black;
       
    }
}
*/


#shankFrame td,
#bonFrame td,
#printContainer td{
    padding: 0;
}

#shankFrame p.dialogFooter, 
#bonFrame p.dialogFooter, 
#printContainer p.dialogFooter {          
    padding-top: 30px;    
    line-height: 1.75em;   
    font-size: 0.75em;    
}

#shankFrame p.dialogFooterHead,         
#bonFrame p.dialogFooterHead,         
#printContainer p.dialogFooterHead {          
    padding: 5px 0 30px 0;    
    line-height: 1.75em;   
    font-size: 0.75em;    
}




@media print {    
    
    #shankFrame p.dialogFooterHead,       
    #bonFrame p.dialogFooterHead,       
    #printContainer p.dialogFooterHead {       
        display: none;
    }
}

#shankFrame p.dialogFooterHeadOverview,          
#bonFrame p.dialogFooterHeadOverview,          
#printContainer p.dialogFooterHeadOverview {          
    padding: 5px 0 20px 0;    
    line-height: 1.75em;   
    font-size: 0.75em;    
}
    @media print {    
        
        #shankFrame p.dialogFooterHeadOverview,      
        #bonFrame p.dialogFooterHeadOverview,      
        #printContainer p.dialogFooterHeadOverview {       
            display: none;
        }
    }


       
#printContainer .printCntBtn {          
padding: 0.75em 2.5em 0.75em 2.5em;
    margin: 1em 1em 1em 0em;
    background: #00AFF0 !important;
    color: #fff;
    font-size: 1.25em;
    /*border-radius: 0.25em;*/
    text-decoration: none;
}
    
    #printContainer .printCntBtn:hover {              
        color: #000;  
    }

  
    
    
    span.invPosRowBold {
        font-weight: bold;
        cursor: text !important;
        font-size: 1.15em;
        font-weight: normal;
        font-family: 'Oswald';               
    }
    
    
    span.invPosRow {
        font-size: 0.85em;
        cursor: text !important;
    }
    
    span.taxLetter {
        font-size: 0.85em;
        padding-left: 0.5em;
        width: 2em;
    }
    
    span.invPosRowBold:hover,
    span.invPosRow:hover {
        color:black !important;
    }
    
    span.invPosRowSubline {
        padding-left: 1.5em;
        display: inline-block;
    }
    
    #testOnlyMarker {              
        position: absolute;
        bottom: 150px;
        left: 0px;
        font-size: 4em;
        opacity: 0.1;
        z-index: -1;
        transform: rotate(-30deg);
    }
    
    
@media print {    
    #shankFrame,
    #bonFrame,
    #printContainer {       
        height: auto;
    }
  
    #testOnlyMarker {       
        position: absolute;        
        top: 150px;
        left: 0px;
        font-size: 4em;
        opacity: 0.3;
        z-index: -1;
        transform: rotate(-30deg);
    }
    
    
    .printTable,
    #shankFrame td,              
    #bonFrame td,              
    #printContainer td {               
        border: none !important;       
        border: 1px solid #fff !important;
        box-shadow: none;
        border-right: 1px solid #fff !important;
    } 
    
    #shankFrame td.slipTotal,
    #bonFrame td.slipTotal,
    #printContainer td.slipTotal {
        padding-top: 1.5em;
        font-weight: bold;
        border-top: 2px solid #888 !important; 
        border-bottom: 2px solid #888 !important;
        line-height: 1.5em;
    }
    
    #shankFrame td.txtSumm,
    #bonFrame td.txtSumm,
    #printContainer td.txtSumm {
        text-align: right !important;
        padding-right: 1em !important;
    }               
    .dialogFooter {
        display: none;
    }    
    .rowTable{
        font-size: 1.0em;       
    }    
    span.invPosRow {
        font-size: 1.0em;
        width: 85%;
        display: inline-block;
    }
    
    
}


#invActionBloc {
   display: block;
    width: 200px;  
    position: absolute;
    top: 75px;
    right: 10px;
    line-height: 1.25em; 
    font-size: 0.95em;
    background-color: #00AFF0;
}

 @media print {
        #invActionBloc {            
            display: none;           
        }
    }

    

    
#shankFrame .custAddress,
#bonFrame .custAddress,
#printContainer .custAddress {
   display: block;
    width: 200px;  
    position: absolute;
    top: 75px;
    right: 10px;
    line-height: 1.25em; 
    font-size: 0.95em;
}


#shankFrame .clientAddress span,   
#bonFrame .clientAddress span,   
#printContainer .custAddress span{   
    font-size: 0.75em;
}



#shankFrame .clientAddress,
#bonFrame .clientAddress,
#printContainer .clientAddress {
    display: block;
    width: 250px;    
    /*position: absolute;*/
    top: 75px;
    left: 50px;
    left: 35px;
}

/* */

#shankFrame .clientAddress,
#bonFrame .clientAddress,
#printContainer .clientAddress {
    display: block;
    width: 250px;    
    position: absolute;
    top: 50px;
    left: 50px;
    left: 35px;
}



#shankFrame .invDetail,
#bonFrame .invDetail,
#printContainer .invDetail {
    display: block;
    width: 250px;    
    position: absolute;
    top: 175px;
    left: 50px;
}

#shankFrame .invCaption,
#bonFrame .invCaption,
#printContainer .invCaption {
    display: block;
    width: 700px;    
    position: absolute;
    top: 150px;
    left: 50px;
    left: 30px;
    font-size: 2.75em;
    font-weight: normal;
    font-family: nexalight, Arial, sans-serif !important;
    height: auto;
}


#shankFrame span.journalCaption,
#bonFrame span.journalCaption,
#printContainer span.journalCaption { 
    display: inline !important;
    font-size: 0.75em !important;
}

#shankFrame span.journalCaptionTyni,
#bonFrame span.journalCaptionTyni,
#printContainer span.journalCaptionTyni { 
    display: inline !important;
    font-size: 0.5em !important;
}

#printContainer span.journalCaptionTyni { 
    padding: 0 0 0 0.25em !important;
    font-size: 0.35em !important;
}


    @media print {
        
        #shankFrame .invCaption,            
        #bonFrame .invCaption,            
        #printContainer .invCaption {            
            font-size: 2.25em;           
        }
    }

#shankFrame .invCaption span,
#bonFrame .invCaption span,
#printContainer .invCaption span{
    display: block;
    font-size: 0.375em;
    font-weight: normal;
    font-family: arial;
    padding: 0.5em 0 0.5em 0;
    line-height: 1.25em;
    font-weight: normal;
}



#shankFrame .invCaption .strLeistEmpfSpan,
#bonFrame .invCaption .strLeistEmpfSpan,
#printContainer .invCaption .strLeistEmpfSpan{
    display: block;  float: left; 
    font-size: 0.5em;
    font-weight: normal;
    font-family: arial;
    padding: 0.5em 0 0em 0;
}
    
#invnotesSpan{
    margin-top: 0.5em;
}
    
#shankFrame .invCaption .strLeistEmpfSpanCap,
#bonFrame .invCaption .strLeistEmpfSpanCap,
#printContainer .invCaption .strLeistEmpfSpanCap{
    display: block; float: left;  
    font-size: 0.5em;
    font-weight: normal;
    font-family: arial;
    padding: 0.5em 0.5em 0.5em 0;
}
    


#shankFrame .stmntCaption,
#bonFrame .stmntCaption,
#printContainer .stmntCaption {  
    top: 20px; 
    left: 0px;
}

#shankFrame .stmntCaption span, 
#bonFrame .stmntCaption span, 
#printContainer .stmntCaption span {  
    font-size: 1em;
    padding: 0 0 0 2em;
}


#shankFrame .invDtTme,
#bonFrame .invDtTme,
#printContainer .invDtTme {
   display: block;
    width: 200px;  
    position: absolute;
    top: 230px;
    right: 10px;
    line-height: 1.25em;
    font-size: 0.95em;
}
#bonFrame .invDtTme {
    position: absolute;
    top: 250px;
    left: 550px;
}


#shankFrame .stmntDtTme,  
#bonFrame .stmntDtTme,  
#printContainer .stmntDtTme {     
    top: 15px;
    right: 10px;
}


#shankFrame p.invFooter,         
#bonFrame p.invFooter,         
#printContainer p.invFooter {          
    padding-top: 50px;    
    line-height: 1.25em;   
    font-size: 0.80em; 
    
    padding-top: 0px;    
    line-height: 1.25em;   
    font-size: 1em; 
    
    
}
 @media print {
        #bonFrame .invFooterBig,   
        #bonFrame p.invFooter,
        
        #shankFrame .invFooterBig,   
        #shankFrame p.invFooter,
        
        #printContainer .invFooterBig,   
        #printContainer p.invFooter {   
            padding-top: 3em;
            font-size: 1em;           
        }
        
        #bonFrame .usrNmeForFooter,   
        #bonFrame p.usrNmeForFooter,
        
        #shankFrame .usrNmeForFooter,   
        #shankFrame p.usrNmeForFooter,
        
        #printContainer .usrNmeForFooter,   
        #printContainer p.usrNmeForFooter {   
            display:block !important;
            font-size: 1em;           
        }
        
        
    }
    
    


#shankFrame .invNotes,
#bonFrame .invNotes,
#printContainer .invNotes {
    display: block;       
    position: absolute;
    top: 260px;
    left: 50px;   
    /*width: calc(100% - 60px) ;*/
    /*width: 100%;*/
}

#printContainer .invRows {
    display: block;       
    position: absolute;
    top: 300px;
    left: 50px;   
    width: calc(100% - 50px) ;
    
    /*20191115*/
    
    position: relative;
    top: 300px;
    left: 25px;   
    width: calc(100% - 50px) ;
    /*width: 100%;*/
}


#shankFrame .stmntRow, 
#bonFrame .stmntRow, 
#printContainer .stmntRows {   
    top: 75px;  
}

#shankFrame .stmntRows tr,
#bonFrame .stmntRows tr,
#printContainer .stmntRows tr {   
    line-height: 1.5em;  
}

#shankFrame td.txtSumm,
#bonFrame td.txtSumm,
#printContainer td.txtSumm {
    text-align: right !important;
    padding-right: 1em !important;
    font-weight: bold;
}  


#printContainer p.msg{
    padding: 1em 0 0 0;
    font-size: 3em;    
    color: #c4c4c4;
}


#printMenueHeader {    
    z-index: 999999;
    width: 530px;
    width: 680px;
    width: 750px;
    width: 775px;
    width: 875px !important;
    display: block;
    top: 0px;
    left: 0px;
    color: white;
    height: 55px;   
    background: #fff !important;
    position: absolute;  
/*    font-family: sans-serif;    */
    border-bottom: 1px solid #888 !important;
    transition: height 0.15s ease-out;
    overflow-y: hidden;
}

#printMenueHeader.korn {
     width: 925px !important;
}


#printMenueHeader.showPaymentStatus {
    z-index: 999999;
    height: 300px;
    transition: height 0.25s ease-in;
    }
    
    
   
    #paymentDateContainer *,
    #paymentDateContainer {
        float: left;
        
        } 
        
       
        
        #paymentDate {
            width: 100px;
            } 
            
        #paymentVal {
            width: 75px;
            } 

            
        #paymentVal.noBorder,
        #paymentDate.noBorder {
            border:none;
            background-color: #fff;
            } 
    
            
        #paymentVal{
            text-align: right;
            margin-left:0.5em;
        }
 
    

    


@media print {    
        #printMenueHeader{       
            display: none;
        }
    }



#printMenueHeaderNavSpan span,
#printMenueHeader span {   
    float: right;     
    padding: 0.75em 1em 0 0;  
}



#sendPdfBtn,
a.delCustImg,
#printMenueHeader a.collectBtn,
#printMenueHeader a.printCntBtn {
    display: inline;
    font-size: 1em !important;
    padding: 0.5em 1.25em 0.5em 1.25em !important;
    margin: 0 0 0 1em;
    color: #666 !important;
    cursor: pointer;
    background: #eee;
    float: right;
    /* border-radius: 0.25em; */
    text-decoration: none;  
    
    border-radius: 0.5em;
    background-color: #666;
    color: white !important;
    
}

#packlistBtn,
#sendPdfBtn,
#printPdfBtn {
    display: inline;
    font-size: 1em !important;
    padding: 0.5em 1.25em 0.5em 1.25em !important;
    padding: 0.5em 0.75em 0.5em 0.75em !important;
    margin: 0 0 0 0.5em;
    color: #666 !important;
    cursor: pointer;
    background: #eee;
    float: right;
    text-decoration: none; 
    
    
    border-radius: 0.5em;
    background-color: #666;
    color: white !important;
    
}

  
#sendPdfBtn:hover,
#printMenueHeader a.collectBtn:hover,
#printMenueHeader a.printCntBtn:hover {
    color: #fff !important;
}


 #paymentDateSpan{
    color: #888;
    float: left !important;
    padding: 0.75em 0 0 0 !important;
    margin-top: -0.25em !important;
    } 

 #schowsaldi,   
 #stornoslip,
 #billcollect{
    display: inline;
    float: left !important;
    font-size: 1em !important;
    padding: 0.5em 0.5em 0.5em 0.5em !important;
    margin: 0 0.25em 0 0.25em;
    color: #666 !important;
    cursor: pointer;
    background: #eee;
    text-decoration: none;
    
    border-radius: 0.5em;
    background-color: #666;
    color: white !important;
    
 } 
 
 #schowsaldi {
      background-color: #000;
      font-family: 'lato';
      float: right !important;
       font-size: 0.9em !important;
 }
 
 
 #stornoslip i{
        padding: 0 0 0 0 !important;
        margin: 0 0 0 0.5em !important;
        font-size: 1em !important;
    }
    
 #stornoslip i:hover{
         color: #FFF !important;
         background-color: #FFA500 !important;     /* cancel in orange */
    }
   

    .orderIsOpen {
        color: #FFA500 !important;
    }    
       
    
#sendPdfBtn:hover, 
#schowsaldi:hover, 
#stornoslip:hover, 
#billcollect:hover, 
#printPdfBtn:hover {
    color: #FFF !important;
    background-color: #000;
}
#stornoslip:hover{
         color: #FFF !important;
         background-color: #FFA500 !important;     /* cancel in orange */
    }



#wvlBtn {
    display: inline;
    font-size: 1em !important;
    padding: 0.5em 1.25em 0.5em 1.25em !important;
    margin: 0 0 0 0.5em;
    color: #666 !important;
    cursor: pointer;
    background: #eee;
    float: right;
    text-decoration: none;
}

#wvlBtn:hover {
    color: #FFF !important;
    background-color: #000;
}
            
#billcollection {
    display: none;
}

#printMenueHeader span.billIsCollected {
    color:#fff !important;
    background: #000 !important;
}
#printMenueHeader span.billIsCollected:hover {
    color:#000 !important;
    background: #fff !important;
}




#printMenueHeader i.closeBtn {
    display: inline;
    font-size: 1.25em !important;
    padding: 0.25em 0.75em 0.25em 0.75em;
    margin: 0 0 0 0.5em;
    color: #666;
    cursor: pointer;   
    float: right;
    text-decoration: none;  
    background: #eee;    
    /*border-radius: 0.25em;*/
}
#printMenueHeader i.closepreview {
        display: inline;
    /* font-size: 1em !important; */
    padding: 0.10em 0.0em 0.0em 1em;
    /* margin: 0 0 0 0.5em; */
    color: #666;
    cursor: pointer;
    float: right;
    text-decoration: none;
}

    #printMenueHeader i.closepreview:hover,
    #printMenueHeader i.closeBtn:hover {   
        color: #fff;
        cursor: pointer;
        background: #000;       
    }
    
    #printMenueHeader a.printCntBtn:hover i,    
    #printMenueHeader a.printCntBtn:hover {    
        color: #fff;
        cursor: pointer;
        background: #000;
    }


    #printMenueHeader span.printMenueHeaderTxt {
    color: #000;
    float: left;
    padding: 0.25em !important;
    font-family: nexalight, verdana, arial !important;
    font-size: 1.25em;
    }

#shankFrame,    
#bonFrame,   
#printContainer {   
    font-family: arial;
}

#printContainer .stmntCustomer {   
    top: 80px;
    left: 50px;   
    font-size: 0.95em;
    line-height: 1.15em;
}
#printContainer .stmntCustomerOverview {   
    top: 5px;
    left: 50px;   
    left: 30px;   
    font-size: 0.95em;
    line-height: 1em;
}

#printContainer .invCaption {
    line-height: 0.35em;
}

#printContainer .stmntDtTme {     
    font-size: 0.95em;
    line-height: 1.15em;
}




/*#bonFrame .invRows table*/  
#printContainer .invRows table {  
    /*position: absolute;*/
/*    top: 0px;*/
    left: 0px;
    right: 55px;     
    width: calc(100% - 250px); 
    width: 100%;
    border-collapse: collapse
}


#printContainer .printTable span.date {  
    font-size: 0.75em;   
    float: right;
}
#printContainer .printTable {  
    border-bottom: 1px solid #888;
    border-bottom: none !important;    /*20170728 */
}




#shankFrame .invRows table,
#bonFrame .invRows table  {
    left: 0px;
    right: 0px;     
    width: 100%;
    border-collapse: collapse  
}





@media print {    
        .printTable{       
            width: 100% !important;
        }
    }




#printContainer .printTable tr:hover,  
#printContainer .printTable span.date:hover {  
    color: #000 !important;
    cursor: text;
    background-color: #fff;
}

.printTable tr:hover{  
    color: #000 !important;
    cursor: text;
}


.printTable img{  
    padding-top: 1em !important;
}




#crPartContInner table tr:hover span:not(#searchKundeReset),
#crPartContInner table tr:hover td:not(#searchKundeReset),
#crPartContInner table td:hover:not(#searchKundeReset){
    color: #000 !important;
    cursor: text;
    background-color: #fff;    
}




#printContainer table tr{  
    line-height: 1.25em; 
}


#invPaymentFooter img{  
    padding-top: 1em; 
}



#canvasPaper, 
#canvasPaperFooter{  
    display: none;
}


#printContainer table.microfooter{  
    line-height: 1.00em; 
    font-size: 0.75em;  
}
#printContainer table.microfooter td.a{  
    width:50%; text-align: left !important;
}
#printContainer table.microfooter td.a33{  
    width:33%; text-align: center !important;
    font-size: 0.8em;  
}




#printContainer table.microfooter td.b{  
    width:25%; text-align: left !important;
}

    @media screen {
        #printContainer table.microfooter td.a33,
        #printContainer table.microfooter td.a,
        #printContainer table.microfooter td.b{
               font-size: 0.8em;
        }
        #printContainer table.microfooter td.a33 strong,
        #printContainer table.microfooter td.a strong,
        #printContainer table.microfooter td.b strong{
               font-size: 1.25em;
               font-weight: bold;
        }
        #printContainer table.microfooter td.a100-left{
            /*font-size: 0.8em;*/
            text-align: left !important;
            width: 100% !important;
        }        
    }
    
    @media print {        
        #printContainer table.microfooter td.a100-left{
            /*font-size: 0.8em;*/
            text-align: left !important;
            width: 100% !important;
        }        
    }
    

#printContainer table tfoot,  
#printContainer table thead {  
    line-height: 3em;
    font-weight: bold;   
    border-bottom: 1px solid #888;
    display: table-header-group; 
}


 #printContainer td.slipTotal {       
        border: none !important;
    }  
 #printContainer span.totalSum {  
        margin-top: 0.25em;
        font-weight: bold;
        padding: 0.50em 0 0.50em 0;
        border-top: 1px solid #888 !important; 
        border-bottom: 3px double #888 !important;       
        font-size: 1.50em;
        font-weight: normal;
        font-family: 'Lato';    
        display: inline-block
    }  
   
    
 #printContainer span.taxspan,   
 #printContainer .rowvalues {  
      
        font-size: 1.0em;
        font-weight: normal;
        font-family: 'Lato';  
    }  
 #printContainer span.taxspan {  
        width: 1em !important;
        font-size: 1.0em;
        display: inline-block !important;
    }  

  
#printContainer td.invFooterBig { 
    padding-top: 1em;
    line-height: 1.25em;
    vertical-align: top;
    margin-top: 0;
     /*font-size: 0.95em;*/
}
#printContainer td.invFooterBig span{  
    line-height: 1em;
    font-size: 0.75em;
    text-align: left;
}



#printContainer tr.posHeader {   
    border-style: solid;
    border-color:#888 !important;
    border-width:2px 0px 2px 0px !important;
    margin-bottom: 1em;
    padding-bottom: 1em;
    line-height: 1.25em; 
    border-top: 0px solid #888 !important; 
    border-bottom: 1px solid #888 !important; 
    font-size: 1em;
/*    font-weight: bold;*/
    }
#printContainer td.borderRht {   
    border-right: 1px solid #888 !important; 
    }



#printContainer tr.posHeader span.paraDesc {   
    font-size: 1.25em !important;
    font-weight: bold !important;
    }
#printContainer tr.posHeader span.paraDescNoBold {   
    font-size: 1.25em !important;
    font-weight: normal !important;
    }



#printContainer tr.highRow {          
    padding-bottom: 1em;         
    }
#printContainer td.highRow {          
    padding-bottom: 0.5em;    
    padding-top: 0.5em;    
    }

#printContainer span.paraDesc{   
    line-height: 1em !important; 
    font-size: 1em !important;
    font-weight: normal !important;
    cursor: text;
    }
#printContainer span.paraDesc:hover{   
    color: #000;
    }




#printContainer .topLine{         
    border-top: 1px solid #888 !important; 
    }

@media print {
    #printContainer tr.posHeader {          
       border-style: solid;
       border-color: #888 !important;
       border-width:2px 0px 2px 0px !important;
       margin-bottom: 0.5em;
       padding-bottom: 0.5em;
        }
    
    #printContainer .topLine{         
        border-style: solid;
        border-color: #888 !important;
        border-width:0px 0px 2px 0px !important;
        margin-bottom: 0em;
        padding-bottom: 0em;
        }
        
}


#printContainer td.noPdg{         
    margin-right: 0;
    padding-right: 0 !important;
    }


#printContainer .stmntInnerTable{         
     margin: 1.5em 0 0 0;
     border-collapse: collapse;
     border: none;
     font-size: 0.75em;
    }
#printContainer .stmntInnerTable td.noPdg{         
    white-space: nowrap;
    }

#printContainer .stmntInnerTable td.rhtPadd{         
    padding-right: 4em !important;
    }


#printContainer .stmntInnerTable td.cntr{         
    text-align: center;
    }
#printContainer td.rht{         
    text-align: right;
    }
    @media print {
        #printContainer td.rht {padding: 0 0.5em 0 0;}
    }
    @media print {
        #printContainer tr.posHeader {
            margin-bottom: 1em;
            padding-bottom: 1em;
            line-height: 1.25em;
            font-size: 1em;
            border-top: 1px solid #000 !important;
        }
        
        #printContainer .stmntInnerTable tr {
            break-inside: avoid;
            page-break-inside: avoid;
        }

    }

    
    
    

#printContainer td.ctr{         
    text-align: center;
    }
#printContainer tr.borderTop{         
    border-top: 1px solid #888 !important;
    }

#printContainer .stmntInnerTable tr{   
    line-height: 1.50em;
    }
    
#printContainer .stmntInnerTable tr.rowBreak{   
    page-break-before: always;
    }


#printContainer tr.rowTable td{     
    padding-top: 0.50em;
    }

#printContainer td.taxTableHolder{     
    text-align: left;
    }


#printContainer .taxTable{    
    width: 50% !important;
    margin: 2em 0 0 0;
    border-collapse: collapse;
    border: none;
    }

    @media print {
        #printContainer .taxTable{    
            width: 40% !important;        
            }        
        }


#printContainer .taxTable td{
    border: none;
    font-size: 0.75em;
    width: 25%;
    text-align: right; 
    }
#printContainer .taxTable th{
    border: none;
    border-bottom: 1px solid #888 !important;
    color: #000  !important;
    background: transparent  !important;
    font-size: 0.85em  !important;
    text-align: right; 
    line-height: 1.5em;
    padding: 0.25em;
    border-collapse: collapse;
    }
#printContainer .taxTableLft{  
    text-align: left !important;
    }
#printContainer .taxTable tr{  
    line-height: 1.25em;
    }

#printContainer .invRows table td:last-child {  
    text-align: right;  
    /*white-space: nowrap;*/
    }
    
    
    @media only screen and (max-width: 480px) {
    
       
        #searchProducts {
            display: none !important;
        }
       
        #printContainer .invRows table td:last-child {  
            text-align: right;  
            white-space: inherit;
        }
        
        #printContainer .invRows table {
            width: 100% !important;
        }
        
        
        #shankFrame .invCaption, #bonFrame .invCaption, #printContainer .invCaption {
            display: block;
            width: 700px;
            position: absolute;
            top: 175px;
            left: 50px;
            font-size: 1.75em;
            font-weight: normal;
            font-family: 'Lato';
        }

        #shankFrame .custAddress, #bonFrame .custAddress, #printContainer .custAddress {
        left: 50px;
        }
        
        #shankFrame .invDtTme, #bonFrame .invDtTme, #printContainer .invDtTme {
            left: 50px;
            top: 200px;
         }
         
        #shankFrame .invCaption span, #bonFrame .invCaption span, #printContainer .invCaption span {
           
            padding: 5em 0 0.5em 0;
            position: absolute !important;
           
        }
         

    }
    

#printContainer .invRows table td.frst {  
    text-align: left !important;   
    }


#printContainer .invRows td_1 {           
    width: 100%;  
    }




#logo-main {
    padding-left: 0;
    width:250px;
    height:225px;
    background-image: url('images/banner-logo.png');
    background-repeat:no-repeat;
    margin-top: 0em;
    display: block;
    }
    
 /*Myriad-Headline-Regular*/   
    
.banner-wrap {
    text-align: center;
    background: #008B8B; /*DUNKEL*/
    background: #00CCC4; /*CMYK C 100 Y 20 K 23.*/
    background: #008DA7; /*header woerthersee.com*/
    position:fixed;
    width: 100%;
    height:60px;
    top:0;
    z-index: 99;
    }
 
/*.menu_container, .footer { clear:both; overflow: hidden; background-color: #fff; }*/
.menu_container, .anchor-link { 
/*    display: none; */
}
.menu_container { 
/*    border-bottom: 1px solid #000;*/
}


/*FOR MOBILE ->START*/

/*FOR MOBILE ->END*/



.anchor-link { 
    font-weight: bold;
    padding: 1em; 
    text-align: right; 
    text-decoration: none; 
    color: #fff; 
    float: right; 
/*    background-color:  #008B8B;*/
    /*    text-shadow: 1px 1px 0px #ccc;*/
    }
    
    
    .anchor-link {
                    cursor: pointer;
                    font-size: 1.5em;
                    font-family: 'PTSans';
                }
    

.anchor-link:hover { 
    color: #F6CE2E; 
/*    text-shadow: 1px 1px 0px #ccc;*/
    }

    
.link-to-article {
    
}
    
.nav { position: relative; top: 60px; width:100%; border-bottom: 0px solid #000;}
.nav ul { list-style: circle; padding: 0.1em 0; margin:2em 0 0 0; font-weight: normal; text-align: left; display: inline; }
.nav ul li { display: inline-block; text-align: left; }
.nav ul li a { padding: 12px; /*display: block; padding: 10px 12px; text-decoration: none; color: #444;*/ }
.nav ul li a:hover { background-color: #fff; }



#desktop-nav {
    display: block;  
    padding: 15px 0 0 250px;
}

#desktop-nav ul{
float:left;
}

#desktop-nav ul li, #desktop-nav span.lanSpan {
    display:inline !important;
    padding: 0 25px 0 0px !important;
    color: #336666 !important;
    color: #008DA7 !important;
   font-family: 'PTSans' !important;
    font-size: 1.50em !important;
    font-size: 1.10em !important;
/*    letter-spacing: -0.05em;*/
}



 #info_content_holder {
        position: absolute;
        right: 15px;        
        top: 430px;
        width:210px;             
        position: fixed;
        /*cursor: move;*/
        opacity: 1;
        padding:1em;
        padding:0;      
        height: 150px;
    }
    
    #info_content_holder a{
        color: #696e75;
        font-size: 0.85em;        
        padding: 0em 0 0 0.00em; 
        text-decoration: none;
        margin: 0.10em;
        display: inline-block;
    }   
    #info_content_holder span{
        color: #696e75;
        font-size: 0.85em;        
        padding: 1.5em 0 1.5em 0; 
        display: block;    
    }   
    
    #info_content_holder a:hover{       
        text-decoration: underline;
       
    }   
    
    
 #reminder_content_holder {
        position: absolute;
        right: 15px;        
        top: 56px;
        width:210px;             
        position: fixed;
        /*cursor: move;*/
        opacity: 1;
        padding:1em;
        padding:0;  
        height: 310px;
        height: 330px;
    }
 
    
     @media print {
        #footerBtnHolder,
        #search_content_holder,
        #userPanel {
             display: none !important;
        }
        
    }

        
        
    #info_content_holder p.containerContent {
        font-size: 1em;
        color: #000;
        padding: 1em; 
        border: 1px solid #c4c4c4;
        height:150px;        
    }
    
    #reminder_content_holder p.containerContent{
        font-size: 1em;
        color: #000;
        padding: 1em; 
        border: 1px solid #c4c4c4;
        height:310px;        
    }
    
    .containerTitle {
        font-size: 1.25em;
        color: #8BA6B7;
        color: #6C8FA4;        
        padding: 1em 0 0.25em 1em;
        text-align: right;
        cursor: move;
    }
    .containerTitle i{     
        font-size: 0.75em;
        color: #8BA6B7;        
    }
   
    
    
    #reminder_content_holder span.noNews,
    #info_content_holder span.noNews {
        font-size: 0.95em;
        color: #696e75;
        font-style: italic;      
    }
    #reminder_content_holder span.newsFooter,
    #info_content_holder span.newsFooter {       
        color: #696e75;
        /*font-style: italic; */
        position: absolute;
        bottom:1em;
        left:1em;
        padding: 0.5em;
        line-height: 1.25em;
        font-size: 1.00em;
    }
    
    
    @media only screen and (max-width: 970px) {
        #info_content_holder p,
        #reminder_content_holder p,
        .containerTitle,
        .noNews,
        .containerTitle_M,
        .containerTitle_I,
        .containerContent{
           display:none !important;
        }
        #info_content_holder        {
           display:none !important;
        }
       
        #reminder_content_holder        {
           display:none !important;
        }
        
        
    }
    
    
   


#desktop-nav ul li a{
    text-decoration: none;
    text-transform: uppercase;
}
#desktop-nav ul li a:hover{
    text-decoration: none;
    border-bottom: 2px dotted white;
    border-bottom: 1px dotted white;
}

#desktop-nav a.tiny{
    font-size: 0.65em;
    padding: 0;
    margin: 0;
}
#desktop-nav div.navspan{
    font-size: 0.65em;
    padding: 0;
    margin: 0;
    float:right;
}
#desktop-nav div.navspan span.lanSpan a{
    padding: 0;
    margin: 0;
    float:right;
    font-size: 1.50em !important;
    border: 1px solid #e9e9e9;
    padding: 0 0.5em 0 0.5em;
    -moz-border-radius:1px; /* Firefox */
    -webkit-border-radius:1px; /* Safari, Chrome */
    -khtml-border-radius:1px ; /* Konqueror */
    border-radius:1px; /* CSS3 */	
    cursor: pointer;
    margin-right: 0.5em;
    text-decoration: none;
}

#desktop-nav div.navspan span.lanSpan a:hover{
    color: #008DA7;	
    background: #fff;	
}

#desktop-nav div.navspan span.notworld a {
    text-decoration: line-through;
}




body.active .main_content:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    }


#logo-main-head {
    position: absolute;
    padding-left: 0;
    float: left;
    width:250px;
    height:225px;
    background-image: url('images/banner-logo-n.png');
    background-repeat:no-repeat; 
    margin-top:0px;
    display: block;
    visibility:visible; 
    z-index: 9;
    }
#logo-main-head-sml {
    padding-left: 0;
    position: absolute;
    float: left;
    width:250px;
    height:60px;
    background-image: url('images/banner-logo-sml-n.png');
    background-repeat:no-repeat; 
    margin-top:0px;
    display: block;
    visibility:visible; 
    }
    
#main-row.top-row {
    margin-top: 0px;           
}



#slogan{
    position: relative;
    font-family: 'PTSans';
    font-family: 'vld';
    z-index:9;
    top:150px;
    margin-left: 275px;
    margin-top:5px;
    padding:0.5em 1.5em 0.5em 0.5em;
    right:0;
    color:white;
    font-size: 2.5em;
    line-height: 1em;
    background-image: url('images/slogan-bg.png');
    background-repeat: repeat;
    text-align: right;
    /*    text-shadow: 0.01em 0.01em 0.02em #ccc;*/
    height:auto;
}

#region_name {
    font-size: 1.5em;
    font-family: 'Gunny Rewritten';
    position: relative;
    top:-75px;
}


#slogan p.slogan_txt{
    padding-right: 10px;
   
}
#slogan p.close_btn{ 
    position: absolute;
    top:10px;
    right:0;
    width:50px;
    height:50px;
    float:right;
    background-image: url('images/symbols.png');
    background-position: 0px -600px;
    cursor: pointer;
    opacity: 0.75;
}
#slogan p.close_btn:hover{ 
    opacity: 1;
}


    .footer-row {
        padding: 0 0 1.5em 2em;
    }

    
    ul.album li {
      list-style: none;
      display: inline;
    }
    ul.album li img, .main-long-txt img,.main-long-txt iframe, prettyContent img, prettyContent iframe, .clicked-intro-txt img, .main-intro-txt img{
        margin-top: 1em;
        }
    
        .clicked-intro-txt img {
            margin-right: 1em;
           
        }
   
  
    ul.gallery li img{
        margin: 0em 1em 1.5em 0;
        }
    
        
     span.album {
        padding: 0.5em 1em 0.5em 0;
        float: left;
        }  
        
    
    .hidden-long-txt {
        display: none;
    } 
    .hidden-short-txt {
        display: none !important;
    } 
    
    
    .active-long-txt {
        color: #fff;
        padding-top: 1em; 
        display: block;
    }
   
   
   
    .active-container {
       background-color: #008DA7; 
       padding-bottom: 1em !important;
    }
    .active-container span, .active-container span.hidden-short-txt{
       color: #fff;
       display: block !important;
    }
    .active-container a{
       color: #fff !important;
       border-bottom: 1px dotted #008DA7 !important;
    }
    
    
    
    
    .article-link {
       cursor: pointer;
       color: #008DA7 !important;
       padding-bottom: 0.25em;
    }
      
   
    
    span.link-to-article{
        display: block;
        text-align: right;
        color: #fff;
        font-size: 0.75em;
        line-height: 1.25em;
        padding-top: 2em;
        padding-bottom: 1em;
    }
    span a.link-to-article{
        color: #fff;
        text-decoration: none;
        font-weight: bold;  
        border-bottom: 1px dotted #008DA7 !important;
    }
    
    span a.link-to-article:hover{           
        border-bottom: 1px dotted #fff !important;
    }
    
    span.link-to-article-desc{
        display: block;
        text-align: right;
        color: #000;
        padding-top: 2em;
        padding-bottom: 1em;
        font-size: 0.75em;
        line-height: 1.25em;
    }
    span a.link-to-article-desc {
        color:#008DA7;
        border-bottom: 0;
        text-decoration: none;
        padding: 0.2em;
    }
    span a.link-to-article-desc:hover {
        color:#fff !important;
        background-color:#008DA7;
    }
    
    
    
 
    
    
    @media (max-width: 820px){
                .menu_container, .anchor-link {
                       display: block; 
                       }

                   #desktop-nav {
                       display: none; 
                       }
                

                .anchor-link {
                    cursor: pointer;
                    font-size: 1.5em;
                    font-family: 'PTSans';
                }
                
                .menu_container {
                     position: absolute; 
                     top:0;
                     right:0;
                     z-index: 9999;
                }

                .nav {
                    position: relative;
                    top: 60px;
                    left: 200px;
                }


                .nav { 
                    clear: all; 
                    background-color: #333333;
                    -moz-box-shadow: 3px 3px 3px  rgb(100,100,100);
                    -webkit-box-shadow: 3px 3px 3px  rgb(100,100,100);
                    box-shadow: 3px 3px 3px rgb(100,100,100)   
                }


                 body.active .nav {
                     clear: all;
                 }


/*                .nav { padding: 0.6em 0; border: none; padding: 0; }*/
                .nav ul { clear: all; text-align: left; font-weight: normal; }
                .nav ul li { clear: all; display: block; }
                .nav ul li a { font-family: 'PTSans'; text-align:left; display: block; border-top: 1px solid #717171; color: #ffffff; padding: 12px; font-size: 1.25em;}
                .nav ul li a:hover { background-color:#5C5C5C; }
                
                
    }
    
    
    
    
/*@media (max-width: 620px){*/

            #slogan{
                top:75px;
                margin-left: 0px;
                font-size: 1.5em;   
                }
            
            
            body { 
                font-size: 0.9em; 
            }
            
            #superbgimage {
                 top:60px;
/*                display: none;*/
                }
            
            
            #desktop-nav {
/*                display: none;*/
                }
            #logo-main-head {
/*                visibility: hidden;*/
                }


                #logo-main {
                    padding-left: 0;
                    float: left;
                    width:250px;
                    height:225px;
                    background-image: url('images/banner-logo.png');
                    background-repeat:no-repeat;
                    margin: 0px 0 0  1em;
                    display: block;
                    }


                .menu_container, .anchor-link { 
                    display: block; 
                }

                .anchor-link {
                    cursor: pointer;
                }
                
                
                
                
                #forgLans {
                    float: left;
                }
                #forgLans a {
                    color: #fff;
                }
                
                
                
                .menu_container {
                     position: absolute; 
                     top:0;
                     right:0;
                     z-index: 9999;
                    }




                .nav { 
                    left: 0px;
                    clear: all; 
                    background-color: #333333;
                    -moz-box-shadow: 3px 3px 3px  rgb(100,100,100);
                    -webkit-box-shadow: 3px 3px 3px  rgb(100,100,100);
                    box-shadow: 3px 3px 3px rgb(100,100,100)   
                    }


                 body.active .nav {
                     clear: all;
                    }


                .nav { padding: 0.6em 0; border: none; padding: 0; }
                .nav ul { clear: all; text-align: left; font-weight: normal; }
                .nav ul li { clear: all; display: block; }
                .nav ul li a { text-align:left; display: block; border-top: 1px solid #717171; color: #ffffff; padding: 12px; }
                .nav ul li a:hover { background-color:#5C5C5C; }


                .grid {
                    margin: 0px 1em;
                    }

               
                
                
                .footer-row {
                    padding: 0 0 1.5em 0em;
                    }
                    
                    
                   
                
/*}*/

    

#mobile-nav ul li a{
    text-transform: uppercase;
   
}
#mobile-nav ul li a span{ 
    font-size: 0.75em;
    padding:  0 0 0 2em;
    float: right;
    text-decoration: none;
    text-transform: none;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
/*    color: #444;*/
   /* font-family: tahoma,arial;*/
    line-height: 1.5em; 
    /*min-height: 100%;*/ /*20180517*/     
    }

blockquote, q {
    quotes: none;
    }
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
    }

strong {
    font-weight: bold;
    }
    
/*    
p {
    margin: 0 0 0.5em;
    max-width: 634px;
    }
    
 */
   
 .slot-main div{
    margin: 1em;
    padding: 0.25em;   
  
    
} 

 .slot-main div ul{
    margin-left: 3em;
    padding: 0px;   
} 
 ul{
    /*margin-top: 1pt;*/
    padding: 0px;   
} 


 .slot-main .main-intro-txt{
    display: block;
    /*padding-bottom: 1.5em;  */
    /*padding-top: 2em;  */
    /*padding-bottom: 0.5em;*/  
    /*font-size: 1em;*/
    font-weight: bold;
    color: #444;
    
} 
 .main-intro-txt img{
        /*-moz-border-radius:5px;
        -webkit-border-radius:5px; 
        -khtml-border-radius:5px ; 
        border-radius:5px;

        -moz-box-shadow: 5px 5px 5px  rgb(100,100,100);
        -webkit-box-shadow: 5px 5px 5px  rgb(100,100,100);
        box-shadow: 5px 5px 5px rgb(100,100,100);    */
        margin-right: 1em  !important;
        margin-bottom: 0.25em !important;
        float: left;
        /*padding-right: 2em !important;*/
        }
        

#search_container { 
    padding-bottom: 2em;  
    top:2em;
    position: relative;
    /*    display:none;*/
    top: 0;
    left: 0;
    padding: 0;
    margin: 0; 
    display: block;
    height: 90px;   /*150*/
}
/*
@media only screen and (max-width: 680px) {
    
	#search_container{
            height: 50px;
        }
        
        #search {
            margin: 0em !important;
            padding: 20px 15px 5px 10px;
            background-color: transparent !important; 
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            -khtml-border-radius: 0px;
            border-radius: 0px;
        } 
}
*/
    
    #mysearchFormDiv {
        width: 100%;
        opacity: 0.8;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 25px 0;
        margin: 1em 1em 25px 0;
        display: block;
    }
    #mysearchFormDivOverlay {
        z-index: 999999;
        padding: 67px 0 0 50px; 
        opacity: 0.8;
    }
    #mysearchFormDivOverlay img{
        border-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        box-shadow: none;
        opacity: 0.4;
    }


.mysearchForm {
     border-radius: 0px;
       /* border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;*/
        padding:0.5em;
}

.mysearchForm {
    background-color: #008DA7;     
}
.mysearchForm input {
     padding: 0.5em 0em 0.5em 0.5em;
     margin: 0.5em 0.5em 0.5em 0.5em;
     width: 90%;
     font-size: 1.15em;
     color: #008DA7; 
     border:none;
     
}



h0, h1, h2, h3, h4, h5, h6, .h1, .h2 {
    font-family: OpenSans, Quicksand, sommet-slab-1, sommet-slab-2, Georgia, serif;
   /* font-family: velden;*/
    font-weight: normal;
    line-height: 1.2em;
/*    padding: 0.5em 0 0.25em;*/
    }


    
.banner {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    /*   background-color: #11bad3;  */
    height:60px;
    text-align: left;
    padding-left: -1em;
    }




h0 {font-size: 5em;}
h1 {font-size: 3em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;font-weight: bold;}
h4 {font-size: 1.25em;}
h5, h6 {font-size: 1em;}

h0, h1, h2, h3, h4, .h1, .h2, .h3{
    font-family: OpenSans,Oswald, sommet-slab-1, sommet-slab-2, Georgia, serif;
    /*font-family: velden;*/
    color: #005ACC;
     color:#000;
    letter-spacing: -0.05em;
    }

    
    
    
    
h1, .h1 {font-size: 1.75em;}
h1, .h1 {font-size: 2.50em;}
h2, .h2 {font-size: 1.50em;}
h3, .h3 {font-size: 1.25em;}

h4 {	
    font-size: 1em; 
/*    font-weight: bold;*/
    margin-bottom: 0em;
    padding: 0.25em 0 0.25em 0.5em;
    color: #fff;
}


    #crPartContInner h1 {
       font-size: 1.75em; 
       float: left;
    }

    
    

.adm {
   /* background-color: #12BEFF;*/
}
.adm_highl {
    background-color: #fbb450;
}

.main-long-txt p {
    padding: 0 !important;
    margin:  0 !important;
}

.main-long-txt a{
    font-family: Quicksand, sommet-slab-1, sommet-slab-2, Georgia, serif;
    color: #008DA7;
    letter-spacing: -0.05em; 
    font-size: 1.25em;
    text-decoration: underline;
    text-decoration: none;
    border-bottom: 1px dotted #008DA7;
    
}
.main-long-txt a:hover{
    text-decoration: none;
    border-bottom: 1px solid #008DA7;
}


/*a, a:link, a:visited {
	color: #11bad3;
	text-decoration: none;
}

a:hover, a:active {
	background: #00a9c2;
	border-color: #00a9c2;
	color: #fff;
}*/

img {	
   max-width: 100%;
    height: auto;
           /* -moz-border-radius:5px; 
            -webkit-border-radius:5px;
            -khtml-border-radius:5px ;
            border-radius:5px; 
            -moz-box-shadow: 3px 3px 3px  rgb(100,100,100);
            -webkit-box-shadow: 3px 3px 3px  rgb(100,100,100);
            box-shadow: 3px 3px 3px rgb(100,100,100); */ 
            }

            
            
 
#logo {
    padding-bottom: 0;
    }

    
.logo a, .logo-page  a{
    color: #00CCC4;
    font-family: Quicksand;
    font-family: vld;
    font-size: 1.75em;
    color: #336666;
    color: #008DA7; /*woerhtersee.com*/
    letter-spacing:-0.05em;
    display:block;
    text-decoration: none;
    border-bottom: 2px #fff dotted;
/*    margin-left: 70px;*/
    margin: 0 0px 0.25em 0;
    padding-bottom: 0.1em;
    line-height: 1em;
    }
    
.logo a:hover{
/*    border-bottom: 2px #008DA7 dotted;*/
/*   color: #000; woerhtersee.com;*/
/*    margin-left: 75px;*/
    /*margin: 0 0px 0.25em 2.5em;*/
    color: #000 !important;
    
    }
 
  .logo-page  a{
/*    float: left; */
    margin-left: 70px;
    }
    
    .logo-page{
      margin-right: 0px;   
      
    }
    
    .zoom {
        display: block;
        position: relative;
        right:-30px;
        top:-25px;
        float: right;
        background-image: url('images/symbols.png');
        background-position: 0px -630px;
        cursor: pointer;
        width:80px;
        height:70px;
        opacity: 0.5;
    } 
    .zoom:hover {
        opacity: 0.8;
    } 
    
    
    
.logo-home {
    color: #00CCC4;
    font-size: 2.75em;
    font-family: 'PTSans';
    color: #336666;
    color: #008DA7; /*woerhtersee.com*/
    line-height: 1em;
    
    
    font-family: Quicksand;
    font-family: vld;
    font-size: 1.75em;
    
    color: #008DA7; /*woerhtersee.com*/
    letter-spacing:-0.05em;
    display:block;
    text-decoration: none;
    }
    
    
    
.logo-main {
    color: #00CCC4;
    font-size: 2em;
    font-family: 'PTSans';
    color: #336666;
    color: #008DA7; /*woerhtersee.com*/
    line-height: 1em;
    }




    .slot-0-1_container {
        margin-bottom: 1.5em !important;
        clear: left;
        display: block;
       /* height:250px;*/
    }

.slot-0-1 p {
    font-size: 1em;
/*    line-height: 1.25em;*/
    }

     .slot-0-1 img {
            margin-right: 1em;
/*            margin-bottom: 3em;*/
           /* max-width: 45%;*/
            height:auto;
            float: left;
        } 
        
        
        
        

.logo b {
    font-weight: bold;
    }



.banner {
    display: block;
    }



.banner a{
    color: white;
    }


.intro {
    font-size: 1.75em;
    font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
    line-height: 1.1em;
    max-width: none;
    }

.banner {
    margin-top: 0px;       
    }


.row {
   /* margin-bottom: 0em;
    margin-top: 0px;   

    background-color: #fff;

    -moz-box-shadow: 0px 10px 25px rgb(100,100,100);
    -webkit-box-shadow: 0px 10px 25px rgb(100,100,100);
    box-shadow: 0px 10px 25px rgb(100,100,100);   */   
    }



.logo-pic-icon-holder {
    }
.logo-pic-icon {
/*    width:60px;
    height:60px;
    display: block;*/
    float: left;
    opacity: 0.55;
    /*height:60px;*/
    display: block;
    vertical-align:top;
    padding: 0;
    margin: 0 0.20em 0 0;
    }

    .iconlist{
        height:40px;
        display: block;
        float: none;
        opacity: 0.55;  
        padding: 4px;
       
        cursor: pointer;
    }
   
    #imageContainer li{ 
        border: 2px solid white;  
    }   
    #imageContainer li:hover{ 
        border: 2px solid #4282D9;  /*blau*/
    }   
    
    
    
.logo-pic {
    background-image: url('images/symbols.png');
    width:60px;
    height:60px;
    display: block;
    float: left;
    margin-right: 10px;
    opacity: 0.55;
    }
.active-logo-pic {
    background-image: url('images/symbols_active.png') !important;
    width:60px;
    height:60px;
    display: block;
    float: left;
    margin-right: 10px;
    opacity: 1;
    }

    
    
.logo-pic-1{
    background-position: -15px -25px;
}
.logo-pic-2{
    background-position: -15px -95px;
}
.logo-pic-3{
    background-position: -15px -165px;
}

.footer-row {
    margin: 0em 0 0em 0;

    /*        padding: 0 20px;*/
    background-color: #333333;
    -moz-box-shadow: 0px 3px 10px rgb(100,100,100);
    -webkit-box-shadow: 0px 3px 10px rgb(100,100,100);
    box-shadow: 0px 3px 10px rgb(100,100,100)
    }
.footer-p {
    padding: 1em 1em 0 1em;
    color:#fff;
    font-size: 0.75em;
    line-height: 1.5em;     
    }
.footer-p a{
    color:#fff;
    text-decoration: none;
    }
.footer-p a:hover{
    color:#fff;
    border-bottom: 1px #fff dotted;
    }
    
.footer-p h2 {
    font-size: 1.75em;
    font-family: Quicksand;
    font-family: vld;
    color: #fff;
    padding: 0.5em 0 0.5em 0;
    }
    
    

.feature{
    padding-bottom: 1em;
    }

.feature h2 {
    font-weight: bold;
    text-align: center;
    }

.feature div.main_cont {
    font-size: 1.0em;
    margin: 1em 1em 1em 1em;
    padding: 20px 20px 0 20px;
    border-bottom-style: dashed;
    border-bottom-color: #008DA7;
    border-bottom-width: 1px; 
    border-left-style: dashed;
    border-left-color: #008DA7;
    border-left-width: 1px;      
    min-height: 5em;
    }
    

    
    
#search {
    margin: 1em 1em 0em 1.25em;
    /*padding: 20px 15px 5px 20px;*/
    background-color: #336666;
    background-color: #008DA7;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    }
    
#search dt .bold {
    color: #fff;
    padding: 0em 0em 0.75em 0em;
    font-weight: bold;
    font-size: 1.25em;
    }
 #search dt .normal {
    color: #fff;
    padding: 0em 0em 0.75em 0em;
    /*font-size: 0.95em;*/
    font-weight: normal;
    }
#search input {
     padding: 0.5em 0.5em 0.5em 0em;
     /*width: 100%;*/
     /*font-size: 0.75em;*/
     color: #336666;
     color: #008DA7; 
     border:none;
       float: left;
    }
#search .button{
    padding: 0.25em 0em 0.25em 0.5em;
    font-size: 1.15em;
    color: #fff;
    float: right;
    text-align: right;
    background-color: #008DA7; 
    border:none;
    cursor: pointer;
    }

#search .button:hover{
    color: #F6CE2E
    }
.mysearchForm dl{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    }

    
   
    

    #search dl {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    }
    
    
.clear_both{
    clear:both;
}

.left-0 p{
    border:none;
    
}
 
/*
 
#search {
  margin: 1em 0em 0em 0em;
  padding: 20px 15px 5px 10px;
   background-color: transparent; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
*/

#searchResultContainer {
  /*display: block;*/
 /* float: left;*/
 /* height: 100%;*/
  /*left: 350px;*/
 /* width: 800px;*/
 
}

#searchResultContainer a h1:hover, a:hover, #userPanel a:hover, #infovis a:hover {
  color: #000;
 
}



 @media only screen and (max-width: 350px) {   
    #searchResultContainer {
     /*background-color: tomato;
        clear: left;*/
        /*padding-top: 3em;*/
        margin-top: 3em;
        /*float:left; */
        display: block;
        margin-left: 0;
    }
    .hasResult {
        clear: both;
    }
        
} 

.hasResult {
    padding: 3em 1em 3em 1em;
    
      display: inline-block;
  /*float: left;*/
 /* height: 100%;*/
  /*left: 350px;*/
  width: 800px;
    
   
}

.tel-mobile  { display:none;}
.tel-desktop { display:inline-block;}


#searchResultContainer a  {
    color: #008DA7;  
    text-decoration: none;     
}

#searchResultContainer h5  {
    color: #000;
    text-decoration: none;  

}

.ui-autocomplete {
  /* position: absolute; */
  cursor: default;
  width: 250px;
  z-index: 99999;
}

.mod-download {
    background: url(../images/bg_download.png) 0 0.75em no-repeat;
    background-size: 100%;
}

.mod-download h2 {
    color: #11bad3;
    font-weight: bold;
}

.mod-download .logo {
    color: #fff;
    font-size: 1em;
}

a.bttn {
    border-right: 1px solid #0087a0;
    border-bottom: 1px solid #0087a0;
    background: #11bad3;
    color: #fff;
    display: inline-block;
    font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.5em 0.75em;
}

.mod-download .bttn:hover {
    background: #0087a0;
    cursor: pointer;
}


.footer p {
    color: #666;
    text-align: center;
    max-width: none;
    width: 100%;
    background-color: silver;
    margin: 0;
    padding: 0;
}

.tyni div{
    font-size: 0.75em !important; 
    line-height: 1.75em !important; 
    margin: 0em 1em 0 1em;
    padding: 1em 0.75em 0em 0.75em;
}


 
#fixedCloseButton {
    position: fixed;
    top: 60px;
    width: 100%;
    max-width: 650px;
    float: right;
   
    
    /*display: none;*/
    
    
}




/* @media only screen and (max-width: 1024px) {
        #printStatus {
            display: none !important;
        }            
} */


 @media only screen and (max-width: 480px) {
	.tel-mobile { display:inline-block;}
        .tel-desktop{ display:none;}   
        
        #search_content_holder,
        #search_content_holder,
        #search_client_holder,
        #divParking,                    /* NO PARKING ON MOBILE -> payment type*/
        #parkingContainer {             /* NO PARKING ON MOBILE -> container for parked invoices */
            display: none !important;
        }
        
                  
} 

.elogo {
        position: absolute;
        background-size: cover;
        z-index: 999999;
        width: 75px;
        height: 104px;
        display: block;
        bottom: 15px;
        left:15px;
        background:url(images/elbe_logo_bw_elbe_75.png) !important;
        background-position: center;
        background-repeat: no-repeat;
    }
   
   
  
    
    
  
    
    
 .wrongorient {
    display: none; 
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background: url(images/rotate_to_landscape.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 999999;
    background-color: white !important;
    position: absolute;
    top: 0;
    /* left: 0; */
    background-position: center !important;
    opacity: 0.75;
    }
    
  
    
    
     
#msgContainer{
    position: absolute;
    top:0;
    background: #4d5158;
    height: 48px;    
    width:100%;    
    z-index: 99999;

}
  
#msgContainer .msgContainerText{
    padding: 0 0 0 0.5em;
    color: #f7f7f7;
    font-size: 1.35em;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    width: calc(100% - 75px);
    margin: 0;
    float: left;
    text-align: right;
}


.msgContainerFadein, .msgContainerFadeout {
    transition: 0.1s;
    transform: translateY(-48px); 
    transition-timing-function: ease-out;
/*    top: -48px;
    
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;*/
    
}
.msgContainerFadein {
     transition: 0.2s;
     opacity: 1;
    transform: translateY(0px); 
    transition-timing-function: ease-in;
}

    
#msgContainer i{
    font-size: 1.5em;
    float: right;
    padding: 0.75em 0.5em 0 0;
    height: 47px;
    margin: 0;
}   
    
#msgContainer .fi-check{
    color: #6ebe00;
}   
    
#msgContainer .fi-x-circle{
    color: #d94300;
}   
#msgContainer .fi-alert{
    color: #fbb450;
    padding: 0.55em 0.5em 0.75em 0;
}   
#msgContainer .fi-print{
    color: #04c0cd;
}   
    
    
    
@media only screen and (orientation:portrait) {
    .wrongorient {display: block;}
    
   }




#customerLogo img {
    max-width:100%;
    max-height:100%;
}
   


@media print { 
    #footerBtnHolder,
    #info_content_holder,
    #reminder_content_holder,
    #adm_content_holder {
        display: none;
    }
}


#shankFrame,
#bonFrame {
    display: none;
}

.option-ticket-branch {
    background-color: #cfcfcf;
}


    
