/*
Theme Name: BlankSlate (PW EDITION)
Theme URI: https://www.pinzweb.at
Author: Pinzweb.at GmbH & Co KG
Author URI: https://www.pinzweb.at
Description: BlankSlate (PW EDITION) ist das definitive WordPress-Boilerplate-Starter-Theme. Wir haben das sauberste und minimalistischste Thema möglich sorgfältig konstruiert, damit Designer und Entwickler es als Basis verwenden können, um Websites für Kunden zu erstellen oder um vollständig benutzerdefinierte Themes von Grund auf zu entwickeln. Sauber, einfach, ungestaltet, semi-minimiert, unformatiert und gültiger Code, SEO-freundlich, jQuery-fähig, ohne Programmiererkommentare, standardisiert und so weit wie möglich als White-Label, und am wichtigsten, das CSS ist für die browserübergreifende Kompatibilität zurückgesetzt und es wurden keinerlei aufdringliche visuelle CSS-Stile hinzugefügt.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 9999
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate (PW EDITION) © 2024 Pinzweb.at GmbH & CO KG
BlankSlate is distributed under the terms of the GNU GPL
*/

.lazy-background.pw_lazy {
	background-image: none!important;
	background: none!important;
	opacity: 0;
	transition: opacity 0.15s;
}

.pw_lazy {
	opacity: 1;
	transition: opacity 0.15s;
}

#container {
	background-color: #fff;
}

.wp-block-button__link {
	background:#a7ba4c!important;
	padding: 11px 20px;
    border-radius: 0;
    text-decoration: none!important;
    font-size: 18px;
}

.wp-block-button__link:hover {
	background-color: #c58abc!important;
    text-shadow: 1px 1px 2px #93678c;
}