/*
Theme:       LeftSell
Theme URI:   https://leftsell.com
Author:      Kundschaft Schweiz
Author URI:  http://kundschaft.ch/
Description: User File - Changes to style.css can be done here to differ the clients
Version:     3.0.0
Requirements: menu main und menu icons
              Warenkorb Menu: <img id="cart" src="https://xxxx/wp-content/themes/leftsell/include/images/shop.png" style="width:16px" />
              
              menu icons:
              Blog:      <img src="https://xxxx/wp-content/themes/leftsell/include/images/news.png" />
              Whatsapp:  <img src="https://xxxx/wp-content/themes/leftsell/include/images/whatsapp.png" />
              Tel:       <img src="https://xxxx/wp-content/themes/leftsell/include/images/telefon.png" />
              Mail:      <img src="https://xxxx/wp-content/themes/leftsell/include/images/kontakt.png" />
              Suchen:    <img src="https://xxxx/wp-content/themes/leftsell/include/images/search.png" />
              
Features:     animated slideInDown ( https://animate.style/ ) 
*/

#leftsell-header, #leftsellWrap, #leftsell_footer, #wpadminbar { display:none}

body:before {content:"403"}

:root {
   --headerbackground:     rgb(255, 255, 255, .5);
   --submenuback:          rgba(63, 143, 185, .9);
   --menulinkcolor:        black;
   --footerbackground:     rgb(46, 103, 141);
   
   --buttons:              #336699;
   --buttonshover:         #224466;

   --buttonalternate:      #05262B; 
   --buttonalternatehover: #043d46;

   --buttonshiny:          rgb(255, 255, 255, .5);
   --buttonshinyhover:     rgb(255, 255, 255, .8);
}



/* main layout corrections */



/*
html { background:rgb(247, 255, 177); max-height:none}
body { background: rgb(83, 27, 27); max-height:none; overflow:scroll }

#leftsellWrap { padding: 0; width: 250px;  }
#leftsell-header { background: grey ; max-height: 50px; overflow:hidden }
#leftsellContent { background:royalblue; width: 100px; overflow:hidden;}
footer#leftsell_footer { max-height:20px; margin-top:0; overflow:hidden; padding-top:0; padding-bottom:0 }
@media screen and ( max-width: 782px ) {
   

}
*/


/* with sidebar 
#leftsellContent { width: calc( 100% - 300px ); float: left }
#leftsellSideBar { display:block; float: right; padding-top: 60px; position: sticky; top: 60px;
                   width: 280px; padding:0 0 0 20px;  }
*/


.textshadow {}
.dropshadow {}
.center {}
.engrave {}
.button {}
.buttonshiny {}
.buttonleft {}

.blackbox {}
.whitebox {}
.white {}
.shiny {}

.block {}
.mid50 {}
.mid60 {}
.mid70 {}
.mid80 {}
.mid90 {}

ul.hyphen {}
ul.noteblock {}

.leftsellpin {}
.webicon {}

.wp-block-columns .nowrap {}
.leftsellNavi {}
.smallproducts {}
#leftsellQuickContact {} 


