/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*
h3 {
    margin-bottom: 1em;
}
*/

.elementor-widget-container {
    overflow-wrap: break-word; /* Lange Wörter werden umgebrochen, wenn sie das Ende der Zeile erreichen */
	word-break: normal;    /* Für den Fall, dass ein extrem langes Wort vorhanden ist */
	hyphens: auto;
	/*white-space: normal;      /* Standardmäßiger Zeilenumbruch wird verwendet */
}

.footer-width-fixer .elementor *{
	line-height: 1.4em;
}

.footer-width-fixer .a {
    color: blue;
    text-decoration: none;
}
/* Flexbox-Layout für gleiche Höhe */
selector .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
}

selector .equal-height-widget {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    flex: 1;
}
