/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/


/*
    Storelocator
*/

#asl-panel ul#asl-stores-list .sl-item .sl-item-top-left .asl-item-box  h2 a
{
	color: black!important;
}

#asl-storelocator .sl-container li.sl-item{
	border: solid 1px #cd1417;
	
}

#asl-storelocator.asl-cont.asl-template-list .asl-list-cont li.sl-item .sl-item-top .sl-item-top-left .asl-item-box .addr-loc ul li{
	margin-bottom: 11px!important;
}


#asl-storelocator .sl-container li.sl-item li.sl-direction{
	transition: all .3s;
	background-color: #cd1417;
	border-radius: 5px 5px 5px 5px;
}

#asl-storelocator.asl-cont.asl-template-list .asl-list-cont li.sl-item .sl-item-top .sl-item-top-right ul li a{
		transition: all .3s;
	color: white!important;
}


#asl-storelocator.asl-cont.asl-template-list .asl-list-cont li.sl-item .sl-item-top .sl-item-top-right ul li a:hover{
		transition: all .3s;
	color: #cd1417!important;
}


#asl-storelocator .sl-container li.sl-item li.sl-direction:hover{
	transition: all .3s;
	background-color: white;
}



.rechtstext h2, .erecht24-elementor-widget h2{
	font-size: 1.7em;
	margin-top: 2em;
}


.erecht24-elementor-widget h3, 
.rechtstext h3{
	font-size: 1.4em;
	margin-top: 1.5em;
}


.erecht24-elementor-widget h4, 
.rechtstext h4{
	font-size: 1.2em;
	margin-top: 1.5em;
}

.rechtstext a, .erecht24-elementor-widget a{
	color: #CD1417;
}

.rechtstext a:hover, .erecht24-elementor-widget a:hover{
	color: #575757;
}



@media only screen and (max-width: 600px){
	
	.erecht24-elementor-widget h2, .rechtstext h2{
		font-size: 1.5em;
		margin-top: 2em;
}


	.erecht24-elementor-widget h3, .rechtstext h3{
		font-size: 1.2em;
}


	.erecht24-elementor-widget h4, .rechtstext h4{
		font-size: 1.em;
}
}