/*
 Theme Name: Twenty Twenty-Five Child
 Description: Mein Child-Theme für Twenty Twenty-Five
 Author: Alois Dengg INETSERVICE
 Template: twentytwentyfive
 Version: 1.0
 Text Domain: twentytwentyfive-child
*/

.home h1.wp-block-post-title {
	display: none;
}

.wp-block-site-title {
	font-family: figtree , sans-serif;
}

strong {
	font-weight: bold !important;
}

.homepagecontentlogo img {
	width: 100%;
}

.wpml-language-switcher-block [data-wpml='language-item']:first-of-type {
    margin-top: 0px !important;
}

.wpml-language-switcher-block [data-wpml='language-item'] {
    margin-top: 0px !important;
}

.wpml-language-switcher-block .wp-block-navigation-item {
    margin-top: 0px !important;
}

.wpml-language-switcher-block.is-layout-flex ul.hasSpacing.isHorizontal li:not(:last-child) {
	margin-right: 0 !important;
}

[data-wpml='current-language-item']  {
    margin-top: 0px !important;
	font-weight: bold;
}

ul.wp-block-list {
	padding-left: 1.1rem;
}

.wp-block-table td, .wp-block-table th {
    white-space: nowrap;
	border: none;

}