@charset "ISO-8859-1";
/* Stylesheet fairfruits.de jungle_productist_journal.css 2020-05-21 */

/* Produkticon Journal */	
#prod_journal {background: url("https://fairfruits.de/design/journal.svg") no-repeat center; background-size: contain; width: 2.5em; 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_journal: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 JOURNAL */
#site_journal #jo_journal a, #site_gallery #jo_gallery a, #site_ewl #jo_ewl a, #site_fairtrade #jo_fairtrade a, #site_bio #jo_bio a, #site_fruitclass #jo_fruitclass a, #site_nutri #jo_nutri a, #site_organisations #jo_organisations a, #site_rights #jo_rights a, #site_world #jo_world a, #site_quiz #jo_quiz a, #site_journal_sources #jo_journal_sources a {color: #de2c03; font-weight: 600; text-decoration: none;}

/* Current Highlighted Siteblock Textstyle GALERIE */
#site_gallery_ewl #jo_gallery_ewl a, #site_gallery_fairtrade #jo_gallery_fairtrade a, #site_gallery_products #jo_gallery_products a {color: #de2c03; font-weight: 600; text-decoration: none;}

/* Current Highlighted Siteblock Textstyle QUIZ */
#site_quiz_fairtrade #jo_quiz_fairtrade a, #site_quiz_world #jo_quiz_world a {color: #de2c03; font-weight: 600; text-decoration: none;}