/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* textfarbe überschriften */
h1, h2, h3, h4, h5 ,h6, h2.plugin-title {color: #202967!important; }

/* text umbruch für blocksatz */
.kattext p {
hyphens: auto;
hyphenate-limit-chars: auto 3;
hyphenate-limit-lines: 4;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
}

/* remove line beyond menu bar in header */
#main-header { box-shadow: none !important; }
#main-header.et-fixed-header { box-shadow: none !important; }

/* Paragraph Presets */
.pjust { text-align:justify; }
.plvl0 { margin-left:0px; margin-right:20px; }
.plvl1 { margin-left:20px; margin-right:20px; }
.plvl2 { margin-left:40px; margin-right:20px; }
.plvl3 { margin-left:60px; margin-right:20px; }
.plvl4 { margin-left:80px; margin-right:20px; }
.plvl5 { margin-left:100px; margin-right:20px; }
.plvl6 { margin-left:120px; margin-right:20px; }

/* DSGVO Privacy Pocily Link Icon Color */
.et_pb_contact_field_checkbox a { color: #202967; }
span.et_pb_contact_field_checkbox { text-align: justify; }