/*
Theme Name: Atelier Hansjürgen Gartner
Template: twentytwentyfive
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: e-stablish.biz
Author URI: e-stablish.biz
Version: 2026-02-15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Colours:
 * Hellgrau: #EBEBEB
 * Blau-Grau: #949DBD
 * Dunkelgrau: #646464
 * Zitronen-Gelb: #FFEE58
 */

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */



/*
 * Ken-Burns effect for top banner image
 */

.ken-burns-effect img {
    animation: kenburns 20s infinite alternate;
}
@keyframes kenburns {
    from { transform: scale(1); }
    to { transform: scale(1.2); }
}


/*
 * vertical table alignment
 */

.table-align-top td, .table-align-top th {
    vertical-align: top !important;
}


/*
 * enlarged space before headings
 */

h1 {
	padding-bottom: 20px;
}

h2 {
	padding-top: 25px;
	padding-bottom: 15px;
}

h3 {
	padding-top: 25px;
}


/*
 * link hover: background colour paragraph links
 */

a:hover {
	color: #000000;
	background-color: #ffee58;
}

/*
 * link hover: exception top left site title
 */

.wp-block-site-title a:hover {
	color: #ffffff;
	background-color: #949DBD;
	text-decoration: none;

}

/*
 * link top left site title
 */

.wp-block-site-title a {
	color: #949DBD;
	text-decoration: none;

}

/*
 * color page subtitle (bottom left)
 */

.wp-block-site-tagline {
	color: #646464;

}







/*
 * intro page text (central)
 */

.wp-block-cover__inner-container a: {
	text-decoration: none;
}



/*
 * link hover: background colour navigation links
 */

.wp-block-navigation a:hover {
	color: #ffffff !important;
	background-color: #000000;
	text-decoration: none;
}



/*
 * Plugins
 */

/*
 * FooGallery
 */

/* space below image rows */
.foogallery-container .fg-item {
    margin-bottom: 20px !important;
}




