/*   
Theme Name: Startup
Theme URI: http://irishmiss.com
Description: Clean WordPress Theme by IrishMiss
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options
Author: IrishMiss
Author URI: http://irishmiss.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.0.0
*/


/* Originalen Copyright-Text ausblenden */
footer .copyrights {
    position: relative;
    color: transparent !important;
    user-select: none;
}

/* Neuen Text darüberlegen */
footer .copyrights::before {
    content: "© 1999-2025 IGS Chemical";
    display: block;
    color: #ccc; /* Grau – passe die Farbe an deinen Footer an! */
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

div.sociable {display: none}
