/* 
Theme Name: Waldschmidt Transport
Theme URI: https://www.lahntec.de
Description: Webseite Kundendesign von Lahntec Consulting GmbH
Author: Lahntec Consulting GmbH
Author URI: https://www.lahntec.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
*/

/* Add your custom styles here */

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.elementor-location-footer {
	margin-top: auto;
}

/*Entfernt den automatischen Abstand unter dem Text Widget*/

.elementor-widget-text-editor p:last-child{
	margin-bottom:0px;
}

/*Entfernt den automatischen Abstand unter dem Icon Widget*/

.elementor-icon-wrapper {
display: flex;
align-items: center;
}

.elementor-icon-wrapper a { 
	display: flex;
	align-items: center; 
	justify-content: center;
}

.elementor-icon-wrapper a i {
	margin: 0;
	padding: 0;
	line-height: 1;
}