/* 
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
*/

/* Fonts */
@font-face {
    font-family: 'Roboto Mono';
    src: url('assets/fonts/roboto-mono.woff2') format('woff2'),
    url('assets/fonts/roboto-mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


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


#wpadminbar {
  background-color: #111830 !important;
}

/* 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
}

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

/* Buttons */
a.elementor-button.elementor-button-link::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(https://www.linguacraftai.com/wp-content/uploads/2025/07/sternchen-2.svg);
    right: -15px;
    top: -15px;
transform: scale(0);
    transition: all 0.3s;
    z-index: 0;
}


a.elementor-button.elementor-button-link:hover::after {
    top: -15px;
    right: -15px;
    transform: scale(1) rotate(360deg);
}


.elementor-197 .elementor-element.elementor-element-a412d8f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-197 .elementor-element.elementor-element-a412d8f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(https://www.linguacraftai.com/wp-content/uploads/2025/07/sternchen-2.svg);
    right: 0px;
    left: auto;
    top: 0px;
    transition: all 0.3s;
    z-index: 0;
}

.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
    top: -15px;
    right: -15px;
    transform: scale(1) rotate(360deg);
}

/* Tablet-Stile */
@media only screen and (max-width: 1024px) {

	
}


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