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

/* Produkticon Getreide*/	
#prod_corn{background: url("https://fairfruits.de/design/corn.svg") no-repeat center; background-size: contain; width: 2.063em; 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_corn: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 GETREIDE */
#site_corn #co_corn a, #site_corn_sort #co_corn_sort a, #site_corn_plant #co_corn_plant a, #site_corn_field #co_corn_field a, #site_corn_fabric #co_corn_fabric a, #site_corn_recipes #co_corn_recipes a, #site_corn_noodles #co_corn_noodles a, #site_corn_noodlerecipes #co_corn_noodlerecipes a, #site_corn_sources #co_corn_sources a, #site_corn_quinua #co_corn_quinua a {color: #de2c03; font-weight: 600; text-decoration: none;}