/**
* Theme Name: Drechselstücke
* Template:   twentytwentyfive
* Author: Esirion AG
*/

/* =Theme customization starts here
------------------------------------------------------- */

:root {
	--wp--style--global--wide-size: 1512px; /* ?? */
	/* --wp--style--global--content-size: 730px; */
}

body {
	--wp--style--root--padding-right: 24px;
	--wp--style--root--padding-left: 24px;
}

:where(.wp-site-blocks *:focus) {
	outline: none !important;
}

/* special page background */
.m-background--gradient-gallery-10 {
	background-image:
		url("./assets/dark-wood-texture_50.png"),
		radial-gradient(#5c544e, #282522);
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body.m-background--gradient-gallery-10 header {
	background-color: transparent;
}
body.m-background--gradient-gallery-10 header .wp-block-navigation .wp-block-navigation-submenu.wp-block-navigation__submenu-container {
	background-image:
		url("./assets/dark-wood-texture_50.png"),
		radial-gradient(#5c544e, #282522);
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: transparent !important;
}
