/* 
Theme Name: Fabian Mack
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
*/


/*
Kategorie Banner Slider
*/

.jet-listing-grid__slider-icon.slick-arrow {
	z-index: 9!important;
}

.slick-list {
    border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.jet-listing-grid__slider-icon {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	box-shadow: 0 0 10px rgb(120 120 120 / 20%);
}

.jet-listing-grid__slider-icon svg {
	display: none;
}

.jet-listing-grid__slider-icon::before {
	font: var(--fa-font-light);
	content: url(https://garten-mack.de/wp-content/uploads/2023/09/arrow-left-long-light.svg);
	width: 15px;
}

.jet-slick-dots li {
    border-radius: 100px;
    width: 40px!important;
}

@media only screen and (max-width: 768px) {
.jet-slick-dots li {
    width: 30px!important;
}
}

@media only screen and (max-width: 576px) {
.jet-slick-dots li {
    width: 25px!important;
}
}

.accent-heading {
	color: var( --e-global-color-b971f02 )!important;
}