/* 
Theme Name: Landefeld
Theme URI: 
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Agentur Denkwunder GmbH
Author URI: https://www.denkwunder.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 */

/* Slide Menu Styling */

.fix-slide-menu nav ul.elementor-nav-menu li ul.sub-menu{
	position: static!important;
	margin-top: auto!important;
}

.fix-slide-menu li a.elementor-sub-item {
	font-family: "Open Sans v40 Latin", Sans-serif!important;
    font-size: 20px!important;
    font-weight: 400!important;
    color: #fff!important;
	padding: 30px 15px 30px 60px!important;
	background-color: #13b9ff!important;
	border-bottom: 1px solid #60d0ff!important;
	border-inline-start: 0px solid transparent!important;
}

.fix-slide-menu li a.elementor-sub-item:hover {
	background-color: #09b6ff!important;
}

@media only screen and (max-width: 768px) {
	.fix-slide-menu li a.elementor-sub-item {
	font-family: "Open Sans v40 Latin", Sans-serif!important;
    font-size: 16px!important;
    font-weight: 400!important;
	padding: 20px 20px 20px 20px!important;
	}
}
