// source --> https://werbestark.de/wp-content/plugins/unicorn-assistant/js/unicorn-preview.js?ver=6.9.4 
!function(t){function e(){var e=UnicornScript.pluginsUrl+"/img/";t(".et_pb_saved_layouts_list").width()>0&&t(".et_pb_saved_entry_item").each(function(){var i=t(this).text().toLowerCase().replace(/ /g,"").replace(/-/g,"");null==t(this).next("img").width()&&t(this).after("<img src='"+e+i+".png' alt='"+i+"' onError=\"this.onerror = '';this.style.display='none';\" >")}),t(".et-pb-saved-modules-tab .et-pb-load-layouts").width()>0&&t(".et-pb-saved-modules-tab .et-pb-load-layouts li.et_pb_text").each(function(){var i=t(this).clone().children().remove().end().text().toLowerCase().replace(/ /g,"").replace(/-/g,"");null==t(this).find(".et_pb_layout_buttons").next("img").width()&&t(this).find(".et_pb_layout_buttons").after("<img src='"+e+i+".png' alt='"+i+"' onError=\"this.onerror = '';this.style.display='none';\" >")}),t(".et-fb-settings-options-tab-modules_library ul").width()>0&&t(".et_fb_section").each(function(){var i=t(this).find(".et_module_title").text().toLowerCase().replace(/ /g,"").replace(/-/g,"");null==t(this).next("img").width()&&t(this).after("<img src='"+e+i+".png' alt='"+i+"' onError=\"this.onerror = '';this.style.display='none';\" >")}),t(".et-fb-all-modules.et-fb-modules-list ul").width()>0&&t(".et-fb-all-modules.et-fb-modules-list ul li.layout").each(function(){var i=t(this).find(".et_module_title").text().toLowerCase().replace(/ /g,"").replace(/-/g,"");null==t(this).next("img").width()&&t(this).after("<img src='"+e+i+".png' alt='"+i+"' onError=\"this.onerror = '';this.style.display='none';\" >")}),t(".et-fb-settings-options-tab-modules_library ul").width()>0&&t(".et-fb-settings-options-tab-modules_library ul li").each(function(){var i=t(this).find(".et_module_title").text().toLowerCase().replace(/ /g,"").replace(/-/g,"");null==t(this).next("img").width()&&t(this).after("<img src='"+e+i+".png' alt='"+i+"' onError=\"this.onerror = '';this.style.display='none';\" >")})}setInterval(e,1e3)}(jQuery);
// source --> https://werbestark.de/wp-content/plugins/1and1-wordpress-assistant/js/cookies.js?ver=6.9.4 
function switchFeature( name ) {
    var feature = getCookie( '1and1-wp-assistant-config-' + name );

    if ( ! feature || feature === '0' ) {
        setCookie( '1and1-wp-assistant-config-' + name, 1 );
    } else {
        setCookie( '1and1-wp-assistant-config-' + name, 0 );
    }
    window.location.reload();
}

function setCookie( param, value, exdays ) {
    var date = new Date();
    date.setTime( date.getTime() + ( exdays * 24 * 60 * 60 * 1000 ) );

    var expires = 'expires=' + date.toUTCString();

    document.cookie = param + '=' + value + ';' + expires + ';path=/';
}

function getCookie( param ) {
    var name = param + '=';
    var cookie_list = document.cookie.split(';');

    for ( var i = 0; i < cookie_list.length; i++ ) {
        var cookie = cookie_list[i];

        while ( cookie.charAt( 0 ) === ' ' ) {
            cookie = cookie.substring( 1 );
        }
        if ( cookie.indexOf( name ) === 0 ) {
            return cookie.substring( name.length, cookie.length );
        }
    }
    return '';
};