@charset "ISO-8859-1";
/* Stylesheet fairfruits.de jungle_productist_mango.css 2020-04-01 */

/* Produkticon Mango */	
#prod_mango {background: url("https://fairfruits.de/design/mango.svg") no-repeat center; background-size: contain; width: 1.75em; 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_mango: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 MANGOS */
#site_mango #ma_mango a, #site_mango_land #ma_mango_land a, #site_mango_plant #ma_mango_plant a, #site_mango_contents #ma_mango_contents a, #site_mango_trade #ma_mango_trade a, #site_mango_tatort #ma_mango_tatort a, #site_mango_preda #ma_mango_preda a, #site_mango_recipes #ma_mango_recipes a, #site_mango_sources #ma_mango_sources a {color: #de2c03; font-weight: 600; text-decoration: none;}