(function() { var html = "
<\/a> <\/div>

Aktuell k\u00f6nnen leider keine Bewertungen mehr angezeigt werden<\/p> <\/div> <\/div> <\/div> <\/div> "; var styles = " #kde-widget { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; padding: 15px; font-family: 'Arial', sans-serif !important; font-weight: normal; line-height: 1; border: 1px solid #ddd; color: #486071; width: 100%; position: relative; text-align: left !important; } #kde-widget, #kde-widget * { -webkit-box-sizing: border-box; box-sizing: border-box; outline: 0 none; } #kde-widget a { text-decoration: none; color: #1c64ac; font-family: 'Arial', sans-serif !important; font-size: 14px; } #kde-widget a:hover { text-decoration: underline; color: #2a5b7c; } #kde-widget em { font-style: italic; } .kde-clearfix:before, .kde-clearfix:after { content: \"\\0020\"; display: block; height: 0; overflow: hidden; } .kde-clearfix:after { clear: both; } #kde-widget .kde-header { background: #fff; margin: -15px -15px 15px -15px; padding: 10px 15px 15px 15px; zoom: 1; } #kde-widget .kde-header-bottom { zoom: 1; margin: 0; line-height: 20px; color: #486071; } #kde-widget .kde-ratings { border-bottom: 1px solid #ddd; margin: 0px 0 10px 0; padding: 10px 0; } #kde-widget .kde-stars { margin-right: 3px; } #kde-widget .kde-stars .star { display: inline-block; width: 20px; height: 23px; background-repeat: no-repeat; } #kde-widget .kde-stars .star.star-full { background-image: url('https:\/\/www.kennstdueinen.de\/app2\/img\/widget\/kde-style-02.png'); background-position: 0px 3px; } #kde-widget .kde-stars .star.star-half { background-image: url('https:\/\/www.kennstdueinen.de\/app2\/img\/widget\/kde-style-02.png'); background-position: -20px 3px; } #kde-widget .kde-stars .star.star-empty { background-image: url('https:\/\/www.kennstdueinen.de\/app2\/img\/widget\/kde-style-02.png'); background-position: -40px 3px; } #kde-widget .kde-score { font-weight: bold; font-size: 24px; line-height: 23px; vertical-align: top; color: #486071; font-family: 'Arial', sans-serif !important; } #kde-widget .kde-total { color: #768894; } #kde-widget .kde-total span { margin: 0 5px; } #kde-widget .kde-bottom { margin-bottom: 15px; margin-top: 20px; } #kde-widget a.kde-button { font-weight: bold; font-size: 15px; padding: 0.5em 1em; max-width: 100%; height: 32px; background: #c4974c; border: 1px solid; border-color: #e5b967 #a67f41 #a67f41 #e5b967; color: #fff !important; cursor: pointer; } #kde-widget a.kde-button:hover { background: #a77c36; color: #fff !important; text-decoration: none; } #kde-widget .kde-comments { zoom: 1; } #kde-widget h3.kde-newest { color: #486071; font-weight: bold; font-size: 16px !important; line-height: 18px; margin: 7px 0 0 0 ; font-family: 'Arial', sans-serif !important; text-align: left; text-transform: none !important; padding: 0 !important; } #kde-widget .kde-comment { margin: 15px 0 10px 0; padding: 0 0 12px 0; border-bottom: 1px solid #eee; } #kde-widget .kde-comment:last-child { border-bottom-width: 0; } #kde-widget .kde-comment h4 { line-height: 18px; margin: 2px 0px 5px 0px; color: #c4974c; font-family: 'Arial', sans-serif !important; text-align: left; text-transform: none !important; padding: 0 !important; } #kde-widget .kde-comment h4 em { font-weight: bold; font-size: 15px !important; font-style: italic; } #kde-widget .kde-comment .kde-user { margin: 0; line-height: 14px; font-size: 12px; color: #486071; font-family: 'Arial', sans-serif !important; } #kde-widget .kde-comment p { margin: 5px 0; line-height: 19px; font-size: 14px !important; font-style: italic; margin: 0; color: #486071; font-family: 'Arial', sans-serif !important; } #kde-widget .kde-comment p span { font-style: normal; } #kde-widget span.kde-no-wrap { white-space: nowrap; } #kde-widget a.privacy-policy-link { display: block; float: right; margin-top: 10px; font-size: 10px !important; } #kde-widget .review-policy-link { display: block; float: right; margin-top:5px; } #kde-widget .review-policy-link a { font-size:12px !important } #kde-widget .review-policy-link span { color:#007A4A; } #kde-widget.kde-style-02 { background: #fff; max-width: 300px !important; margin: 0px auto; } #kde-widget.kde-style-02 .kde-header { background: url('https:\/\/www.kennstdueinen.de\/app2\/img\/widget\/kde-line-02.png') !important; } #kde-widget.kde-style-02 .kde-header .kde-logo { display: block; margin: 0 auto; width: 120px; height: 120px; background-image: url('https:\/\/www.kennstdueinen.de\/app2\/img\/widget\/kde-style-02.png'); background-position: -60px 0px; background-repeat: no-repeat; } #kde-widget.kde-style-02 .kde-comment .kde-stars { display: none; } #kde-widget.kde-style-02 .kde-user { display: block; } #kde-widget.kde-style-02 a.privacy-policy-link { margin-top: 12px; }"; var links = document.getElementsByTagName('a'); for( var i = 0; i < links.length; i++ ){ if( links[i].className == 'kennstdueinen-widget' && links[i].href.match(/www.*\.kennstdueinen\.de/) ){ var kdeWidgetContent = document.createElement("div"); links[i].parentNode.replaceChild( kdeWidgetContent, links[i] ); kdeWidgetContent.innerHTML = html; var column_width = kdeWidgetContent.offsetWidth; var widthClass = 'desktop'; if(column_width > 0 && column_width <= 250) widthClass = 'x_small'; else if(column_width > 250 && column_width <= 480) widthClass = 'mobile'; else if(column_width > 480 && column_width <= 768) widthClass = 'tablet'; document.getElementById("kde-widget").classList.add(widthClass); if(column_width > 1000) document.getElementById("kde-widget").classList.add('large'); if( styles.length ){ // remove style tag to avoid leaving empty style tags var stylesToBeRemoved = document.getElementById('kennstdueinen_widget'); if(stylesToBeRemoved) { var sheetParent = stylesToBeRemoved.parentNode; sheetParent.removeChild(stylesToBeRemoved); } // append new style tag var css = document.createElement('style'); css.type = 'text/css'; css.id = 'kennstdueinen_widget'; css.appendChild(document.createTextNode(styles)); document.getElementsByTagName("head")[0].appendChild(css); styles = ''; } } } })();