/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro/
Template: inspiro
Author: WPZOOM
Author URI: https://www.wpzoom.com/
Description: Inspiro is a fast, ultra-lightweight, and versatile WordPress theme for small businesses, creative professionals, photographers, and visual portfolios. Launch your website in minutes with 20+ ready-made starter sites for both Elementor and the WordPress Block Editor (Gutenberg), each designed for a specific niche — business, agency, portfolio, online store, or blog. Inspiro is also a great Elementor theme: it fully supports the Elementor header and footer builder (Theme Builder) along with other popular page builders like Beaver Builder, so you can design every part of your site visually. Built-in WooCommerce integration makes it easy to open an online store, while unique fullscreen video backgrounds (YouTube, Vimeo, and self-hosted) are perfect for photography, video, and multimedia projects. Fully responsive, SEO-friendly, GDPR-compliant, and privacy-focused with no external Google Fonts, Inspiro loads lightning-fast and looks perfect on every device. Discover more powerful features in the Premium version: https://www.wpzoom.com/themes/inspiro/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,e-commerce,wide-blocks,portfolio,blog,custom-background,featured-image-header,full-width-template,theme-options,block-styles,block-patterns
Version: 2.2.2.1783948031
Updated: 2026-07-13 15:07:11

*/

/* Entfernt den Inspiro Theme-Credit von WPZOOM */
.site-info .copyright span:nth-child(2) {
    display: none;
}

/* SVG Logo für Inspiro sichtbar machen*/
.site-logo img[src$=".svg"], 
.navbar-brand img[src$=".svg"],
.custom-logo-link img {
    width: 50px !important; 
    height: auto !important;
    display: block;
}


/* Versteckt den automatisch generierten Datenschutz-Link im Footer */
.policy_privacy_link, 
.privacy-policy-link,
.footer-info-right .privacy-policy-link {
    display: none !important;
}

/* Optimierung Hero Header für alle Browser ohne Scroll-Bug */
.has-header-image.home.blog .custom-header, 
.has-header-image.inspiro-front-page .custom-header, 
.has-header-video.home.blog .custom-header, 
.has-header-video.inspiro-front-page .custom-header {
    height: 100vh !important; 
    height: 100dvh !important; 
    /* Webkit-fix nur anwenden, wenn dvh nicht unterstützt wird oder spezifisch für Safari */
    min-height: 100%; 
    max-width: 100vw; /* Verhindert das seitliche Ausbrechen */
    overflow: hidden; /* Sorgt dafür, dass der Hero-Inhalt nicht übersteht */
}

/* Suchleiste und Hinweistext auf der Inspirio 404-Seite entfernen */
.error404 .page-content p, 
.error404 .search-form {
    display: none !important;
}