/*
Theme Name: WAHI-Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: PK/the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
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
Version: 1.3.1758050180
Updated: 2025-09-16 21:16:20

*/


/*	pk	*/
:focus {
	outline: none;
}

/*	hdr	*/
.w-hdr-top {
	position: relative;
	z-index: 0;
}
.w-hd-g-slid {
	position: relative;
	z-index: -1;
}

.w-hd-g-ovl {
	margin-top: -65.2vw;
	/*margin-top: calc(-200px - 50vw); ... */
}
.w-hd-g-ovl img {
	width: 99.6%;
}
.w-hd-g-nav {
	margin-top: -51vw;
}

/*	nav	*/
/*.current-menu-item {		nicht b. Onepg.
	color: var(--wp--preset--color--contrast);
}*/

.w-main {
	position: relative;
	z-index: 1;
}

.w-ftr {
	position: relative;
	z-index: 0;
}
.w-ftr-ovl-under {
	position: relative;
	z-index: -1;
}
/*		mobil	*/
@media screen and (max-width: 599px) {
	.wp-block-navigation__container.is-responsive.wp-block-navigation {
		gap: 20px !important;
	}
}

/*	icons	*/
.w-shadow img {
	filter: drop-shadow(2px 2px 11px #1b9ad970);
}
.w-shadow-red img {
	filter: drop-shadow(2px 2px 11px #ec363680);
}

/*	form	*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	font-size: clamp(0.984rem, 0.984rem + ((0.5vw - 0.2rem) * 0.809), 1.5rem);
    width: 94.5%;
	padding: 4px;
	background-color: #c0c0c0c0;
	color: #ffffff;
	margin: 5px 0;
}
.wpcf7 input[type="text"].w50 {
    width: 46%;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	font-size: clamp(0.984rem, 0.984rem + ((0.5vw - 0.2rem) * 0.809), 1.5rem);
	background-color: #c0c0c0c0;
	color: #ffffff;
}
.wpcf7 input[type="submit"] {
	padding: 5px 40px;
	font-size: clamp(0.984rem, 0.984rem + ((0.5vw - 0.2rem) * 0.809), 1.5rem);	
}
