/* 
Theme Name: Hello NetzDevs
Description: Hello NetzDevs Child is a child theme of Hello Elementor.
Author: NetzDevs Team
Author URI: https://netzdevs.de
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ==========================================================================
   CSS-Dateien für das Theme-Design.
   ========================================================================== */

/* @import "assets/cssanimation.css";*/
@import "assets/css/custom-style.css";

.comments-area a, .page-content a {
	text-decoration: none !important;
}

/* Schatten */
.boxshadow {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

/* Text Markieren */
::selection {
    background-color: var(--e-global-color-primary);
    color: #fff;
    -webkit-text-fill-color: initial; 
}

/* Letzter P-Tag ohne Margin-Bottom */
.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin-bottom: 0px !important;
}

/* Text im P-Tag - Woerter umbrechen */
.elementor-widget-text-editor .elementor-widget-container p {
    word-break: auto-phrase;
}

/* Webseiten Schriftart P Tag */
p {
    font-family: "Poppins", Sans-serif !important;
}

/* MEDIA: Responsive */
@media screen and (min-width: 768px) {
	/* tablet */
}
@media screen and (min-width: 992px) {
	/* tablet and small desktop */
}
@media screen and (min-width: 1200px) {
	/* larger desktop */
}