/*
Theme Name:   Gutenify Base Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Gutenify Base Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     gutenify-base
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  gutenify-base-child
*/
body {
	color: #000000;
}


/*
* header section
*/
/* top header menu stuff */
.header-top-menu-small ul li a,
.footer-bottom-menu-small ul li a,
.footer-bottom-menu-small {
	font-size: 1.0rem;
}	
.header-top-menu-small ul li a:hover,
.footer-bottom-menu-small ul li a:hover {
	font-size: 1.0rem;
	text-decoration: underline;
}

/* Update 24.07.2025 */
.gww-header-area {
	margin-right: calc(8vw * -1);
	margin-left: calc(8vw * -1);
}

/* page title & logo stuff */
.wp-block-site-title a{
		color:#ffe70a;
}
h1 a:hover{
	color:white;
	text-decoration: none;
}	
/* main menu stuff */
.wp-block-navigation__submenu-container li:hover {
	color:white;
}	


.wp-block-navigation-item {
    font-size: var(--wp--preset--font-size--normal) !important;
}	


/* Slider direkt unters Menü */ 
#wp--skip-link--target {
padding-top:0px;
}


/*
* footer section
*/
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{
	fill: #000000;
	color:  #000000;
}

.footer-menu-list {
	list-style: none;
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
.footer-menu-list li a:hover{
	color:white;
}	
	
