/*
// -------------------------------------------------------------------
// wps-section-content-produktgruppe-standalone.css
// -------------------------------------------------------------------
// HTML Struktur
// -------------------------------------------------------------------
// SECTION wps-section-produktgruppe-standalone
//    ROW Headline
//    - wps-section-produktgruppe-standalone-row-headline
//    ROW Video + Logos
//    - wps-section-produktgruppe-standalone-row-video-and-logo
//    ROW Produkte
//    - wps-section-produktgruppe-standalone-row-produkte
// -------------------------------------------------------------------
// SECTION wps-section-produktgruppe-standalone
//    ROW Cards Verkauf
//    - wps-section-produktgruppe-standalone-row-cards-verkauf
//    ROW Cards Reparatur
//    - wps-section-produktgruppe-standalone-row-cards-reparatur
// -------------------------------------------------------------------
*/



/*
// -------------------------------------------------------------------
// STARTSEITE
// -------------------------------------------------------------------
// Headline
// - Standalone in a row
// -------------------------------------------------------------------
*/
.et_pb_section.wps-section-produktgruppe-standalone .et_pb_row.wps-section-produktgruppe-standalone-row-headline .et_pb_heading .et_pb_module_heading
{
	/* Theme */
	font-family: var(--wps-font-family-main-header-standalone);
	font-size: var(--wps-font-size-section-head-standalone-desktop);
	/* text-transform: none; */

	line-height: 1.25em;
	padding:0;
	margin:0;
	margin-bottom:15px;

	color: var(--wps-orange1);
	/* color: var(--wps-white); */
}


.et_pb_section.wps-section-produktgruppe-standalone .et_pb_row.wps-section-produktgruppe-standalone-row-headline .et_pb_heading .et_pb_module_heading > b
{
	/* Theme */
	font-family: var(--wps-font-family-headlines-extrabold);
}



/*
// -------------------------------------------------------------------
// STARTSEITE
// -------------------------------------------------------------------
// Video
// Remove Padding on the video row 
// -------------------------------------------------------------------
*/

.et_pb_section.wps-section-produktgruppe-standalone .et_pb_row.wps-section-produktgruppe-standalone-row-video-and-logo
{
	padding-bottom:0;
	padding-top:0;
}


/*
// -------------------------------------------------------------------
// STARTSEITE
// -------------------------------------------------------------------
// Video
// - Prevent FOUC: Set dark content for container
// - Thin line around video to brace it, when white on white
// -------------------------------------------------------------------
*/
.et_pb_section.wps-section-produktgruppe-standalone .et_pb_row.wps-section-produktgruppe-standalone-row-video-and-logo .et_pb_column.wps-video-column-container
{
	background-color: var(--wps-dunkelbraun);
}

.et_pb_section.wps-section-produktgruppe-standalone .et_pb_row.wps-section-produktgruppe-standalone-row-video-and-logo
{

	border: 1px solid var(--wps-dunkelbraun);
	border-top: 8px solid var(--wps-orange1);
	/*
  	border-image: linear-gradient(to right, var(--wps-dunkelbraun), var(--wps-orange1)) 1;
  	border-image: linear-gradient(to right, var(--wps-orange1), var(--wps-dunkelbraun)) 1;
	*/



}



/*
// -------------------------------------------------------------------
// STARTSEITE
// -------------------------------------------------------------------
// Mobile
// -------------------------------------------------------------------
// - Reduce Fontsize
// -------------------------------------------------------------------
*/

/*
@media (max-width: 1024px) 
{ 
	.et_pb_row.wps-section-head-produktgruppe-headline-standalone-container > .et_pb_heading_container > .et_pb_module_heading
	{
		font-size: var(--wps-font-size-section-head-mobile);
	}
}
*/

/*
@media (max-width: 400px) 
{ 
	.et_pb_row.wps-section-head-produktgruppe-headline-standalone-container > .et_pb_heading_container > .et_pb_module_heading
	{
		font-size: var(--wps-font-size-section-head-mobile-max-400px);
	}
}
*/


