/*
Theme Name: Child Theme_Inspiro
Author: PA-Admin
Description: 1. Installation/Anwendung: 090723
Version: 1.0
Template: inspiro

This is the child theme for Inspiro theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* 01: MenuButton (CSS-Klasse: button-hover) für Dropdown-Navigation im Hauptmenü mit relevanten Buttons (Foto, Kunst, Aktuell usw.) */
/* Anpassung: Cursor auf Button inaktiv, weil ohne Link */
.button-hover > a:hover {
cursor: default;
}

/* 02: MenuButton (CSS-Klasse: button-style) für Dropdown-Navigation im Submenü mit relevanten Buttons (Unterseiten) */
/* Anpassung: Button-Größe-Farbe, Text-Position (vertikal zentriert) */
.button-style a {
display: block;
background-color: #101010;
line-height: 16px !important;
text-decoration: none;
}







