/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 12:00:08 */
:root {
	--blue: #5D96BB;
	--lightblue: #96C3C3;
	--green: #A0BEA0;
	--orange: #F5B950;
	--red: #EB8273;
	--pink: #F0A5AF;
	--grey: #D2D2D2;
	--darkblue: #284B69;
	--creme: #FEF5E5;
}
body {
	background-color: #FFFFFF !important;
}
[id] {
    scroll-margin-top: 100px; /* Hier den Wert deines Headers anpassen */
}
body, .mobmenu-content li {
	color: var(--darkblue);
	font-family: 'Roboto Condensed' !important;
  	font-style: normal;
	font-weight: 400;
}
main {
	padding-top: 0 !important;
}
footer {
	background: var(--MK-Verlauf-01, linear-gradient(279deg, #FAE4BA 0%, #DAE5D7 100%));
	color: var(--darkblue);
	z-index: 2;
	position: relative;
}
footer p, footer a {
	font-size: 1rem !important;
}
h1, h2, h3, h4, h5, .wp-block-ub-tabbed-content-tab-title, .wp-block-ub-tabbed-content-accordion-toggle {
	font-family: 'Paper Flowers' !important;
  	font-style: normal;
	font-weight: 500  !important;
	text-transform: uppercase;
}
h1 {
	font-size: clamp(2.5rem, 5vw, 3.75rem);
}
h2 {
	font-size: clamp(2.5rem, 5vw, 3.75rem);
}
h3 {
	font-size: clamp(2rem, 4vw, 2.5rem);
}
h4 {
	font-size: clamp(1.75rem, 3.5vw, 2.1875rem);
}
h5, .wp-block-ub-tabbed-content-tab-title, .wp-block-ub-tabbed-content-accordion-toggle {
	font-size: clamp(1.75rem, 3.5vw, 2.1875rem);
}
.subline, .deko {
	font-size: clamp(1.75rem, 3.5vw, 2.1875rem);
	font-family: 'Paper Flowers';
}
.tab-content .deko {
margin: 0;
	font-size: clamp(1.35rem, 2.5vw, 1.6rem);
	line-height: 1;
	color: var(--blue);
}
p,a, .wp-block-list {
	font-size: clamp(1.125rem, 2vw, 1.25rem);
}
.aktuelles-subline {
	font-family: 'Paper Flowers';
	font-size: clamp(1.4rem, 2.8vw, 1.9rem);
}
.custom-mob-button {
	font-family: 'Paper Flowers';
	font-size: clamp(1.75rem, 3.5vw, 2.1875rem);
}
.c-green {
color: var(--green);
}
.c-blue {
color: var(--blue);
}
.wp-block-spacer {
	margin-top:0;
}
.nm {
	margin:0;
}
.mobmenu-content li a {
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	font-size: 25px !important;
}
/* Button */
.wp-element-button {
	font-family: 'Paper Flowers' !important;
	background: rgba(244,167,176,0.7) !important;
	font-size: clamp(2rem, 4vw, 2.5rem);
}
.wp-element-button:hover {
	background: rgba(244,167,176,1) !important;
	color: var(--darkblue);
}
a.wp-block-button__link.wp-element-button {
    padding: 0.5rem 2rem;
}
.logo img {
	min-height: 200px;
}
.wp-block-group.alignfull {
	max-width: 1920px;
	margin: 0 auto;
}
.newsbubble {
	position: relative;
	z-index: 1;
}
.newsbubble:after {
	content: "";
	position: absolute;
	top:0;
	right:0;
	bottom: 0;
	left: 0;
	background-image: url("/wp-content/uploads/2026/01/meisterkinder-newsbubble.svg");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}