/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/





/* === Allgemein =============================================================================================== */


button
{
	background-color: transparent;
}


mark
{
	background-color: var(--acf_kpnoe_color-tertiary)
}


/* === WordPress =============================================================================================== */

.wp-block-embed.is-provider-youtube  iframe
{
	width: 100%; /* Wichtig: Die Breite soll 100% des übergeordneten Containers einnehmen */
	height: auto; /* Die Höhe wird automatisch vom Browser basierend auf aspect-ratio berechnet */
	aspect-ratio: 16 / 9;
	
	max-width: 100%;
	max-height: 100%;
}


