/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: 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.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
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
*/

/*
 * 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.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline: none;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

html {
	font-size: 18px
}

body {
	font-size: clamp(18px, 2vw, 20px);
	margin-left: clamp(10px, 2vw, 24px);
	margin-right: clamp(10px, 2vw, 24px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*.has-global-padding > .alignfull {
	margin-left: 0;
	margin-right: 0;
}
*/
.has-global-padding {
	padding: 0;
	margin-left: 2%;
	margin-right: 2%;

	& > .alignfull {
		margin: 0;
	}
}

.is-style-inline {
  display: inline-block;
}

.pianorante-back p {
	background-color: #f9cb3f;
	color: #470000;
	padding: 5px 10px 5px 7px;
	border-radius: 30px;

	&:hover {
		background-color: white;
	}

	& a {
		display: flex;
		gap: 0.5rem;
		align-items: center;
		text-decoration: none;

		&::before {
			content: "";
			mask: var(--icon-arrow) no-repeat center;
			-webkit-mask: var(--icon-circle-arrow) no-repeat center;
			background-color: currentColor;
			width: 1.5em;
			height: 1.5em;
			margin-top: 2px;
			display: inline-block;
		}

		&:focus,
		:focus-visible {
			outline: none;
		}
	}

}

.pianorante-header .pianorante-nav {
	position: absolute;
	top: 0;

	& a {
		text-decoration: none;
	}

	& nav .wp-block-navigation-item__label {
		display: flex;
		gap: 0.5rem;
		align-items: center;
	}

	& nav .wp-block-navigation-item__label::before {
		content: "";
		mask: var(--icon-arrow) no-repeat center;
		-webkit-mask: var(--icon-arrow) no-repeat center;
		background-color: currentColor;
		width: 1em;
		height: 1em;
		display: inline-block;
		}
}

.headerbild {
	width: 80%;
	margin: 50px auto 50px auto;
}

.image-overlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0% , rgba(0,0,0,0.75) 100%);
	font-size: clamp(38px, calc(4.5vw + 20px), 74px);
	letter-spacing: clamp(12px, calc(6.02vw - 34.2px), 38px);
}

h1 {
	font-size: clamp(55px, 13vw, 100px);
	font-weight: 700;
}

h2 {
	font-size: clamp(45px, 5vw, 60px);
	font-weight: 700;
}

h3 {
	font-size: clamp(30px, 3vw, 40px);
}

.footer-h1 {
	font-size: clamp(20px, 1vw, 24px);
	letter-spacing: clamp(2px, calc(0.1rem + 1vw), 12px);
	margin-block-start: 20px!important;
	text-transform: uppercase;
}

.footer-h2 {
	font-size: 20px;
	color: white;
}

.text-black {
	color: black;
}

.text-l {
	font-size: clamp(20px, 4vw, 30px);
	font-weight: 700;
}

.gold-dark {
	color: #f9cc3f;
}

hr.dotted {
	border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  	border-top: 3px dotted rgba(255,255,255,.7);
  	margin: 10px 0;
}

.titelbild {
	border-color: rgba(253,218,108,1.00);
	border-width: 3px;
	border-style: double;
}

.kat-accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.kat-item {
	text-decoration: none;

	&:focus,
	:focus-visible {
		outline: none;
	}
}

.kat-item-inner {
	display: flex;

	&::marker {
		display: none;
	}

	&:focus,
	:focus-visible {
		outline: none;
	}
}

.product-list {
	padding: 20px 6px;
}

.hint-wrapper {
	text-align: center;
	margin: 30px 0px;
}

.kat-header-img, .kat-header-text {
	flex-basis: 100%;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;

	& h1 {
		font-family: 'BallantinesSerial', Arial, Helvetica, sans-serif;
		margin: 0;
		font-style: normal;
		font-variant: normal;
		line-height: 100%;
		letter-spacing: 0px;
		position: relative;
	}
	
}

.kat-header-img {
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	padding: 0px 0px 13px 50px;
	aspect-ratio: 10 / 2;

	& h1 {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
	}

}

.kat-header-text {
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(0,0,0,.5);
	background: center/cover no-repeat;
	color: #111;
	padding: 13px 20px 18px 40px;
	margin: 18px 0 10px;
	cursor: pointer;
	user-select: none;
	transition: background .2s, filter .2s;

	& h1 {
		font-size: clamp(38px, calc(4.62rem + 28.48px), 75px);
		line-height: 1;
		font-weight: 400;
	}
}

.produkt-wrapper {
	display: flex;
	margin-bottom: 20px;
	gap: 1rem;
	align-items: flex-start;
}
.produkt-img {
	flex: 0 0 clamp(16.6667%, calc(2rem - 4vw), 25%);
	max-width: 16.6667%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-position: center;

	& img {
		max-width: 100%;
		max-height: 100%;
	}
}
.details-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
	color: white;

	& > * {
		flex-basis: 100%;
	}
}

.art-nr {
	display: inline-block;
	font-family: Jaldi, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 14px;
	color: #f9cc3f;
	background-color: rgb(71,0,0);
	border: 2px solid #f9cc3f;
	border-radius: 100px;
	padding: 2px 5px 3px 6px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}
.title-details {
	display: flex;
	gap: 0.25rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.title {
	flex-basis: calc(70% - 16.6667%);
	white-space: nowrap;
}
.preis-wrapper  {
	display: flex;
	gap: 1rem;
}

.einheit-preis-a {
	display: flex;
	gap: 1rem;
	align-items: flex-end;
}

.einheit-preis-b {
	display: flex;
	gap: 0.25rem;
	align-items: flex-end;
}

.preis-b {
	margin-left: 0.75rem;
}

.icon-champagne {
	width: 24px;
	height: auto;
	display: inline-block;
	vertical-align: middle;

	& img {
		max-width: 100%;
		height: auto;
	}
}

.sub-kategorie-heading {
	font-size: clamp(20px, 3vw, 26px);
	text-align: center;
	margin-top: 20px;

	&::before {
		content: "\00A0~\00A0";
	}

	&::after {
		content: "\00A0~\00A0";
	}
}

.item-closed {
	display: block;
	color: #f9cc3f;
}

.item-opened {
	display: none;
	color: #f9cc3f;
}

.kat-sub-item {
	text-decoration: none;

	&:focus,
	:focus-visible {
		outline: none;
	}

	&:open .item-opened {
		display: block;
	}

	&:open .item-closed {
		display: none;
	}

}

.kat-sub-item-inner {
	display: flex;

	&::marker {
		display: none;
	}

	&:focus,
	:focus-visible {
		outline: none;
	}
}


.sub-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: white;
	color: black;
	align-items: center;
	padding: 0px 10px;
	border-radius: 10px;

	& img.sub-img {
		flex: 0 0 auto;
		max-width: clamp(33.33%, calc(10rem - 2vw), 100%);
		height: auto;
	}

	& .sub-details-wrapper {
		flex: 1 0 65%;
	}
}


.tafel {
	border-top-color: rgba(255,255,255,0.3);
	border-top-width: 5px;
	border-top-style: solid;
	border-right-color: rgba(0,0,0,0.5);
	border-right-width: 5px;
	border-right-style: solid;
	border-bottom-color: rgba(0,0,0,0.5);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-left-color: rgba(255,255,255,0.3);
	border-left-width: 5px;
	border-left-style: solid;
	box-shadow: 3px 3px 5px 0px rgba(36,10,33,1.00);
	background-size: auto auto;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	margin-bottom: 30px;
}

.tages-specials {
	font-family: 'Amatic SC', Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 50px;


	& h1 {
		color: #ffffcf;
		font-weight: 700;
		margin-top: 0;	
	}

	& h2 {
		line-height: 1.0;
		color: #e0fcff;
		margin-top: 1em;
		margin-bottom: 0.5em;	
	}

	& h3 {
		line-height: 1.0;
		font-weight: 400;
		color: #ffffff;
		margin-top: 0.6em;
		margin-bottom: 0.2em;
	}

	& .special-details {
		display: flex;
		justify-content: center;
		row-gap: 0.5rem;
		column-gap: 1rem;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	& span.special-beschreibung {
		color: #ffffff;
		font-size: clamp(20px, 3vw, 30px);
	}
}

.koepftext {
	font-weight: 700;
}

.match-wrapper {
	display: flex;
  flex-direction: column;
  color: #732c00;
  border-left: 5px solid;
  padding-left: 10px;
}

.round-gold img {
	border-radius: 50%;
	border: 2px solid;
}

.round-gold .wp-block-media-text__content {
	padding: 0 20px;
}

footer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.footer-flex {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;

	& .left {
		flex: 0 0 50%;
	}

	& .right {
		flex: 0 0 auto;
	}
}

.footer-summary {

	&:focus,
		:focus-visible {
			outline: none;
		}

	& summary{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;

		&::marker {
			display: none;
		}

		&:focus,
		:focus-visible {
			outline: none;
		}	

		& img {
			width: 25px!important;
			height: 100%;
		}
	}
}

.p-no-m p {
	margin-block-start: 0;

	&.p-m-lh {
		margin-block-start: 1.4rem;
	}
}


