/*
Theme Name: Menophenal
Template: twentytwentyfive
Author: Lena
Version: 1.0.1736445304
Updated: 2025-01-09 17:55:04

*/

/* FONTS */
/* oswald-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/nunito-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/nunito-v26-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/nunito-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-600italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 600;
	src: url('fonts/nunito-v26-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/nunito-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-800italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 800;
	src: url('fonts/nunito-v26-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* BREAKPOINTS 
* Mobile: 350px
* Tablet: 768px
* */


/* VARIABLES */
:root {
	--primary: #F09B1C;
	--primary-light: #F9D59F;
	--secondary: #F66D84;
	--secondary-light: #FFADBB;
	--tertiary: #637BFF;
	--tertiary-light: #ADBAFF;
	--background: #fffcf8;
}


/* STYLING */

html {
	scroll-behavior: smooth !important;
}


body {
	max-width: 1440px;
	margin: 0 auto;
	font-family: 'Nunito', sans-serif;
	background-color: var(--background);
}

header, .header-contentwrapper {
	background-color: var(--background) !important;
}


main {
	margin-top: 0 !important;
}

section {
	margin-top: 2rem !important;
	margin-bottom: 8rem !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 74rem;
}

section:last-child {
	margin-bottom: 0 !important;
}

.color-primary {
	color: var(--primary) !important;
}

.color-secondary {
	color: var(--secondary) !important;
}

@media (min-width: 768px)  {
	section {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-top: 3rem !important;
	}
}

h1 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.2;
}

h2 {
	color: var(--primary);
	font-size: 2.125rem !important;
	font-weight: 600;
	margin-bottom: 1rem !important;
	line-height: 1.3;
}

h3 {
	font-size: 1.5rem !important;
}

h1, h2, h3, p {
	max-width: 56rem !important;
}

p {
	line-height: 1.6 !important;
}


strong {
	font-weight: 600;
}

.has-global-padding {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}

.entry-content {
	margin-top: 0;
}

.highlighted {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}


/* FOOTER */

footer figure img {
	width: 6rem;
	display: block;
	margin: 0 auto;
}

footer a {
	text-decoration: none;
}

.footercontent {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 2rem;
}

.footer-bordertop-box {
	width: 100%;
	max-width: 100%;
	border-top: solid 0.4rem var(--tertiary);
	margin-top: 0.5rem;
}

.footer-textwrapper {
	width: 100%;
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 2.5rem !important;
	flex-direction: column;
	text-align: center;
	gap: 3rem;
}

@media (min-width: 768px) {
	.footer-textwrapper {
		flex-direction: row;
		text-align: left;
		gap: none;
	}
}


/* MOBILE NAVIGATION */

@media screen and (max-width: 768px) {
	/* hamburger button */
	.wp-block-navigation__responsive-container-open  {
		display: block !important;
	}

	/* full menu */
	.wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
		display: none !important;
	}

	/* adjust height of close btn to match burger btn height */
	.wp-block-navigation__responsive-container.is-menu-open {
		top: 1.125rem !important;
	}
}


/* WP-FORMS CONFIRMATION MESSAGE */

div.wpforms-container-full .wpforms-confirmation-container-full {
	background-color: #CBE4C0 !important;
	border-width: 0 !important;
	border-radius: 15px !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full p {
	font-size: var(--wp--preset--font-size--medium) !important;
}


/* NEWSLETTER SIGNUP FORM */

.sib_signup_form {
	width: 100%;
	font-size: 1rem;
	max-width: 56rem;
}

.sib_signup_form fieldset {
	border: none;
	padding: 0;
	min-width: 0;
}

.brevo-field {
	padding: 1rem 0;
}

.brevo-field-label {
	font-weight: 700;
	margin-bottom: 0.875rem;
}

.brevo-required-label {
	font-weight: initial;
	color: var(--secondary);
}

.brevo-field-sublabel {
	font-size: 0.875rem;
	color: rgba(0,0,0,0.55);
	margin-top: 5px;
}

.brevo-field-input {
	height: 2.6875rem;
	border-radius: 3px;
	color: rgba(0,0,0,0.7);
	border-width: 1px;
	border-color: rgba(0,0,0,0.25);
	border-style: solid;
	box-shadow: none;
	transition: border 0.15s, box-shadow 0.15s;
	outline: none;
	padding: 0 0.875rem;
	font-size: 1rem;
	line-height: 100%;
	box-sizing: border-box;
}

.brevo-field-input:focus {
	border-color: var(--secondary) !important;
	box-shadow: 0 0 0 1px var(--secondary),0px 1px 2px rgba(0,0,0,0.15) !important;
}

.brevo-field-row {
	display: flex;
	align-items: start;
	position: relative;
	max-width: 100%;
}

.brevo-field-row-block {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}

.brevo-field-row-block:first-child {
	padding-inline-start: 0;
}

.brevo-field-row-block:last-child {
	padding-inline-end: 0;
}

.brevo-field-email {
	display: flex;
	flex-direction: column;
}

.brevo-field-email .brevo-field-input {
	max-width: 100%;
}

.brevo-field-dsgvo {
	display: flex;
	align-items: center;
	gap: 0.625rem;	
}

.brevo-field-dsgvo label {
	cursor: pointer;
}

.brevo-field-dsgvo input {
	width: 1rem;
	height: 1rem;
	cursor: pointer;
}

.brevo-submit-btn {
	background-color: var(--secondary);
	font-weight: 600;
	height: 2.5625rem;
	border-radius: 3px;
	border-style: none;
	box-shadow: none;
	color: #fff;
	padding: 0 1rem;
	font-size: 1.0625rem;
	font-family: inherit;
	line-height: 100%;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
	position: relative;
	text-decoration: none;
	margin-top: 0.625rem;
}

.brevo-submit-btn:hover {
	background-color: #d86377;
}

@media screen and (min-width: 600px) {
	.brevo-field-row, .brevo-field-email .brevo-field-input {
		max-width: 60%;
	}
}


/* IMPRESSUM & DATENSCHUTZ */
.imprint-dsgvo {
	margin-top: var(--wp--preset--spacing--50) !important;
}

.imprint-dsgvo h1 {
	color: var(--primary);
	max-width: var(--wp--style--global--content-size) !important;
	margin-bottom: 1.75rem;
}

.imprint-dsgvo h2 {
	font-size: 1.75rem !important;
	margin-top: 2.5rem;
	margin-bottom: 0.5rem !important;
}

.imprint-dsgvo p {
	margin-top: 0.5rem !important;
}

.imprint-dsgvo ul {
	margin-bottom: 1rem;
  	margin-top: 0.5rem;
}


