/*
 Theme Name:   Hello Child
 Theme URI:    https://example.com/hello-child
 Description:  Child Theme for Elementor Hello — includes WooCommerce-ready structure.
 Author:       You
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-child
*/

/* Place your custom styles below */
html, body{
  overflow-x: hidden;
}
.elementor-14933 {padding:0px!important;}

.referenz-hauptleistungen-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.referenz-hauptleistungen-icons__item a {
  display: inline-block;
  line-height: 0;
}

.referenz-hauptleistungen-icons__item img {
  display: block;
	margin-right:10px;
  max-width: 40px;
  height: auto;
}

.underlined_red h2, .underlined_red h1 {
    border-bottom: 4px solid #CB1019;
    padding-bottom: 0px;
	display: inline-block;}