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

/* Produkticon Kaffee */	
#prod_coffee {background: url("https://fairfruits.de/design/coffee.svg") no-repeat center; background-size: contain; width: 2.063em; height: 2.375em; 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_coffee: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 KAFFEE */
#site_coffee #co_coffee a, #site_coffee_history #co_coffee_history a, #site_coffee_land #co_coffee_land a, #site_coffee_plant #co_coffee_plant a, #site_coffee_field #co_coffee_field a, #site_coffee_fabric #co_coffee_fabric a, #site_coffee_contents #co_coffee_contents a, #site_coffee_farmer #co_coffee_farmer a, #site_coffee_stories #co_coffee_stories a, #site_coffee_trade #co_coffee_trade a, #site_coffee_recipes #co_coffee_recipes a, #site_coffee_sources #co_coffee_sources a {color: #de2c03; font-weight: 600; text-decoration: none;}
