/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Template: Divi
Author: Frank Oschatz
Author URI: http://www.elegantthemes.com/
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

/* Maximale Row Content width festlegen (Standart ist 1920) */
.container,
.et_pb_row {
    max-width: 2400px !important;
}

/* Großen Header auf der Search Seite verhindern */
body.search .et-l--header .et_pb_section,
body.search-results .et-l--header .et_pb_section,
body.search-no-results .et-l--header .et_pb_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Fetten Text in grün anzeigen */
:root {
  --tx-strong-color: #007a5e; /* hier deine globale Farbe einsetzen */
}

.et_pb_text_inner strong,
.et_pb_text_inner b,
.difl_advancedtab strong,
.difl_advancedtab b {
  color: var(--tx-strong-color);
}

/* Default Schriftart in DiviFlash Modulen setzen */
[class*="difl_"],
[class*="difl_"] *,
[class*="df_"],
[class*="df_"] * {
  font-family: "OpenSans", Arial, sans-serif !important;
}

