/*
 Theme Name:     Blueprint Child
 Theme URI:      https://future-advice.ch/
 Description:    Child Theme für das Blueprint Theme von Future Advice GmbH
 Author:         Future Advice GmbH
 Author URI:     https://future-advice.ch
 Template:       blueprint
 Version:        1.0.0
*/


/*Vertical Scroll hidden*/
html,
body{
  width:100%;
  overflow-x:hidden;
}

/*Elemente aus Icon List oben ausrichten*/
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    align-items: start !important;
}