/* 
Theme Name: Pfeffermond Child Theme
Theme URI: https://github.com/Pfeffermond-GmbH/wordpress-child-theme-template
Description: Child Theme for Hello Elementor Theme, created by mi-marketing/Pfeffermond
Author: mi-marketing/Pfeffermond
Author URI: https://www.mi-marketing.de/
Template: hello-elementor
Version: 1.3.6
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
*/


/* Colors
var(--e-global-color-primary)
var(--e-global-color-secondary)
var(--e-global-color-text)
var(--e-global-color-accent)
*/


/* Scrollbar */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #dedede;
}

::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
 transition: 0.3s;
}

/* Default Search Input Styling */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}


/*  Text Links Highlight Accessibility */
.elementor p a, .elementor-field-option a {
    text-decoration: underline;
    text-underline-offset: 4px;
	transition: all 0.2s
	hyphens: auto;
	word-break: break-word;
}

.elementor p a:hover, .elementor-field-option a:hover {
    text-underline-offset: 2px;
}

/* Mark */
mark{
	color: #AC2223;
	background-color: transparent;
	padding: 0;
}

/* Sidebar Icons */
.service-icons .elementor-icon-box-wrapper{
	align-items: stretch;
}

.service-icons .elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
}

.service-icons .elementor-widget-icon-box .elementor-icon-box-title{
	flex-grow: 1;
}

.service-icons .elementor-widget-icon-box .elementor-icon-box-title a {
    height: 100%;
    display: flex;
    align-items: center;
	width: 100%;
}

/* Tablet-Stile */
@media only screen and (max-width: 1024px) {
	.service-icons .elementor-icon-box-wrapper br{
		display: none;
	}
}


/* Mobile */
@media only screen and (max-width: 767px) {
	
	
}