/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: 6000
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later


 /* Link styles
 	https://github.com/WordPress/gutenberg/issues/42319
 */

* {
  cursor: url('https://joasia-banzi.de/wp-content/uploads/2025/09/cursor.png'), auto !important;
}

a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
	color: green;
}

#scroll-top {
	position: fixed;
	z-index: 3;
	bottom: 20px;
	right: 20px;
}

#scroll-top:hover {
	background-color: blue;
}

main {
	margin-top: 0px !important;
}

main > div {
	padding-top: 0px !important;
}


main > .wp-block-group {
	padding-bottom: 0px !important;
}
header.wp-block-template-part {
	color: black;
	background-color: transparent;
	backdrop-filter: blur(10px);
	border-bottom: 3px solid black;
}


.has-base-background-color {
	background: #333 !important;
}

footer {
	display: none;
}


/* Specifics for the sticky image background */

.z-negative-one { z-index: -1; }
.sticky { position: fixed; }

.galery-icon:hover { 
	cursor: pointer; 
}

.pd0 {
	padding: 0px !important;
}

.wp-site-blocks {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

.wp-block-navigation-item {
	margin: 0px 150px 0px 150px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
	font-family: "Sugar Dady" !important;
}


.wp-block-navigation-item {
	margin: 0px 50px 0px 50px;
}


.wp-block-post-title {
	box-sizing: border-box;
  word-break: break-word;
  text-align: center;
  margin-top: 150px !important;
	margin-bottom: 50px !important;
  font-size: 3em;
}


@media only screen and (max-width: 780px) {
	.on-mobile-hidden {
		display: none !important;
	}
}