/*
// -------------------------------------------------------------------
// wps-section-vars.css
// -------------------------------------------------------------------
*/

:root
{
	/*
	// -------------------------------------------------------------------
	// Font size
	// -------------------------------------------------------------------
	// Section Head
	// - Headline
	// -------------------------------------------------------------------
	// Used in 
	// /assets/divi/section-produktgruppe/wps-section-head-produktgruppe.css
	// -------------------------------------------------------------------
	*/

	/* Standalone Header */
	--wps-font-size-section-head-standalone-desktop: 38px;
	--wps-font-size-section-head-standalone-mobile: 30px;

	/* Standalone Header - Tolle Angebote */
	--wps-font-size-section-head2-standalone-desktop:30px;
	--wps-font-size-section-head2-standalone-mobile: 26px;


	/* Header in Overlay */
	--wps-font-size-section-head-desktop: 36px;
	--wps-font-size-section-head-mobile: 24px;
	/* Wird nur gebraucht, weil die Sectionhead in einem absolut positionierten Container steht */
	--wps-font-size-section-head-mobile-max-400px: 18px;

	/*
	// -------------------------------------------------------------------
	// Font size
	// -------------------------------------------------------------------
	// Section Content 
	// - Headline
	// - Copy
	// -------------------------------------------------------------------
	// Used in 
	// /assets/divi/section-produktgruppe/wps-section-content-produktgruppe.css
	// -------------------------------------------------------------------
	*/
	--wps-font-size-section-content-heading-h2-desktop: 36px;
	--wps-font-size-section-content-heading-h3-desktop: 24px;
	--wps-font-size-section-content-copy-desktop: 20px;


	/*
	// -------------------------------------------------------------------
	// Spacing
	// -------------------------------------------------------------------
	// Section Content 
	// - Space between video row and cards
	// - Gap between cards
	// -------------------------------------------------------------------
	// Used in 
	// /assets/divi/section-produktgruppe/wps-section-content-produktgruppe.css
	// -------------------------------------------------------------------
	*/
	--wps-grid-gap-desktop: 20px;




}