@charset "ISO-8859-1";
/* Stylesheet fairfruits.de jungle_productist_tea.css 2019-11-08 */

/* Produkticon Tee */	
#prod_tea {background: url("https://fairfruits.de/design/tea.svg") no-repeat center; background-size: contain; width: 2.188em; height: 2.5em; position: fixed; bottom: 22px; left: 22px; padding: 0; margin: 0; text-align: center; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; animation: zoomproduct 0.9s ease-in;}
#prod_tea:hover {-webkit-filter: brightness(1.2); filter: brightness(1.2);}

@keyframes zoomproduct {
  0% {opacity: 0; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
100% {opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}}

/* Current Highlighted Siteblock Textstyle TEE */
#site_tea #te_tea a, #site_tea_history #te_tea_history a, #site_tea_land #te_tea_land a, #site_tea_plant #te_tea_plant a, #site_tea_leaf #te_tea_leaf a, #site_tea_field #te_tea_field a, #site_tea_fabric #te_tea_fabric a, #site_tea_contents #te_tea_contents a, #site_tea_farmer #te_tea_farmer a, #site_tea_stories #te_tea_stories a, #site_tea_trade #te_tea_trade a, #site_tea_lexicon #te_tea_lexicon a, #site_tea_world #te_tea_world a, #site_tea_sources #te_tea_sources a {color: #de2c03; font-weight: 600; text-decoration: none;}