/*
  Theme Name: Sly
  Theme URI: https://divipixel.sly77.de/
  Version: 1.0.0
  Template: Divi
  Author: Sly
  Author URI: https://divipixel.sly77.de/
  Description: Child Theme mit Divi Pixel
  Text Domain: sly
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Dynamische Schriftgrößen für die Überschriften H1 bis H4
*/

.et_pb_module h1 {
    font-size: clamp(32px, 4vw, 64px);
}

.et_pb_module h2 {
    font-size: clamp(24px, 3.5vw, 48px);
}

.et_pb_module h3 {
    font-size: clamp(20px, 3vw, 36px);
}

.et_pb_module h4 {
    font-size: clamp(18px, 2.5vw, 24px);
}

.mce-top-part {
    position: sticky!important;
    top: -60px;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 1rem;
}
