/* 
Theme Name: Deta-y IT & Media
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
.left-dot ul {
    position: relative;
    padding: 0;
    list-style: none;
}
.left-dot ul li {
    position: relative;
    padding-left: 20px !important;
}
.left-dot ul li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: " ";
    width: 5px;
    height: 11px;
    background: #fa4616;
    border-radius: 5px;
}
body *:not(.ab-icon, .elementor-editor-active i) {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.elementor-widget-button .elementor-editor-active .elementor-button {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 600 !important;
}   
.text-icon {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
}
/* Checkbox */
input#form-field-datenschutz-0 {
  top: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ff6600;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
}
input#form-field-datenschutz-0:checked {
  background-color: #ff6600;
  border-color: #ff6600;
}
input#form-field-datenschutz-0:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}