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


/* 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 {
  position: relative;
}



.primary-button a.elementor-button::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(-60deg, #15ffd2, #0193b0);
  border-radius: 14px; /* 12px Button-Radius + 2px Border */
  z-index: -1;
  opacity: 1;
  transition: all 0.3s ease;
  
}

.primary-button a.elementor-button {
  color:  #000 !important;
  border-color: transparent !important;
  background: #000 !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.primary-button a.elementor-button:hover:before {
    transform: scale(0.98);
    border-radius: 20px;
}

/* Heading */
.gradient-text {
  background: linear-gradient(-60deg, #15ffd2, #0193b0);
  -webkit-background-clip: text;
  color: transparent;
}



/* Formular */
label.elementor-field-label {
    transform: translateX(15px) translateY(14px);
    transition: all 0.3s;
    margin-bottom: -22px;
	opacity: 0.8;
}

.e-form__indicators__indicator__separator {
    width: 100%;
    height: var(--e-form-steps-divider-width);
    background-color: var( --e-global-color-primary ) !important;
}

.e-form__indicators__indicator__number.e-form__indicators__indicator--shape-circle {
    border-radius: 8px;
    border: none;
}

select.elementor-field-textual.elementor-size-sm {
    padding: 16px 5px 6px 16px;
}


.elementor-field-type-select.elementor-field-group.elementor-column label.elementor-field-label {
    z-index: 2;
    transform: translateY(1px) translateX(16px);
    font-size: 12px;
	opacity: 1
}

input::file-selector-button {
  font-weight: bold;
  color: var(--e-global-color-primary);;
  padding: 0.5em;
  border: none;
  background: transparent;
  border-radius: 3px;
  padding: 0 20px 0 40px;
  cursor: pointer;
}


 .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_7ba028a.elementor-col-100 {
    margin-bottom: 5px;
}

input#form-field-upload::before {
    content: "\f093"; 
    width: 20px;
    height: 20px;
    position: absolute;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: var(--e-global-color-primary); 
}


input[type="checkbox"] {
  position: absolute;
  z-index: 0;
  -webkit-appearance: none;
  opacity: 0;
 
}
input[type="checkbox"] + label::before {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid var(--e-global-color-primary);
    background-color: var( --e-global-color-27b20d7 );
    display: block;
    content: "";
    float: left;
    z-index: 5;
    position: relative;
    margin: 5px 10px 0px 0;
    color: var(--e-global-color-primary);
}

input[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 2px var( --e-global-color-27b20d7 );
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary)
}



input#form-field-upload {
    padding: 5px 0;
    background: transparent;
}


#BorlabsCookieBox input[type="checkbox"]+label::before {
    content: none !important;
}


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

	
}


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