/*
 Theme Name:   twentytwentyone Child
 Description:  Mein Child Theme
 Author:       MC CREATIVE STUDIO
 Author URI:   https://www.mike-company.de
 Template:     twentytwentyone
 Version:      1.0
 Text Domain:  twentytwentyone-child
*/
/*
LOGO
*/
.site-title {
	font-size: var(--branding--title--font-size);
	font-weight: 400;
}
/*
FLIESSTEXT
*/
p {
	line-height: var(--wp--typography--line-height, var(--global--line-height-body));
	font-size: 24px;
}
.entry-content p {
	word-wrap: break-word;
	line-height: 28px;
}
ul, ol {
	font-family: var(--list--font-family);
	font-size: 24px;
    line-height: 28px;
}
/*
UEBERSCHRIFTEN
*/
h2, .h2 {
	font-size: var(--heading--font-size-h2);
	letter-spacing: var(--heading--letter-spacing-h2);
	line-height: var(--heading--line-height-h2);
	color: #000;
}
/*
POWERED BY DEAKTIVIEREN
*/
.powered-by {
    display: none;
	margin-top: calc(0.5 * var(--global--spacing-vertical));
}
/*
COOKIES
*/
.cky-consent-container .cky-consent-bar {
	background: #ffffff;
	border: 1px solid;
	padding: 20px 26px;
	box-shadow: none !important;
	border-radius: 0px !important;
}