window.addEventListener('DOMContentLoaded', (event) => { loadReviewsIoRatingSnippets(); }); var loadReviewsIoRatingSnippets = function () { if(typeof reviewsIoStore !== 'undefined') { ratingSnippet("ruk_rating_snippet",{ store: reviewsIoStore, color: '#b8860b', textClr: '#1c1c1c', linebreak: false, listenForChanges: true, text: 'Bewertungen', lang: reviewsIoLang, mode: 'default', showEmptyStars: false, enableSyndication: reviewsIoEnableSyndication }); } const reviewsIoModal = document.getElementById('reviews_fade'); if (reviewsIoModal) { reviewsIoModal.classList.add('rio-withoutBranding'); } }