/**
 * Theme Name:      Divi Child Theme
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for Divi created by DHdesign.
 * Author:          DHdesign - Dina Hüsler
 * Author URI:      https://dhdesign.ch/
 * Template:        Divi
 * Version:         1.0.0
 * Text Domain:     divi-child-theme
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

/* Mobile, Listen und Namen gleich gross wie Fliesstext */
@media (max-width: 767px){
  .et_pb_text, 
  .et_pb_text p,
  .et_pb_text ul li,
  .et_pb_text ol li,
  .et_pb_text a,
  .et_pb_text strong,
  .et_pb_text span{
    font-size: 16px;
    line-height: 1.6;
  }
}
/* Falls die Namen Links sind */
.et_pb_text a{
  font-size: inherit;
}

.mobile-break {
  display: none;
}

@media (max-width: 767px) {
  .mobile-break {
    display: block;
  }
}

/* Standard: Mobile Version ausblenden */
.mobile-only {
  display: none;
}


/* Tablet und Handy */
@media only screen and (max-width: 980px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline;
  }
}