
input.cbelesim_checkbox_slide[type="checkbox"] {
appearance: none;
height: 20px;
width: 50px;
background-color: #ececec; /* FF0609 */
border-radius: 50px;
position: relative;
transition: 300ms;
cursor: pointer;
outline: none;
border: 1px solid #000;
}

input.cbelesim_checkbox_slide[type="checkbox"]:before {
content: "";
position: absolute;
height: 10px;
width: 10px;
background-color: #2c2c2c; /* d5d5d5 */
border-radius: 50%;
border: 1px solid #000;
left: 3px;
top: 3px;
transition: 300ms;
}

input.cbelesim_checkbox_slide[type="checkbox"]:checked {
background-color: #a7ffb7; /* ececec */
}

input.cbelesim_checkbox_slide[type="checkbox"]:checked:before {
background-color: #22c900; /* 5acbff*/
top: 4px;
left: 30px;
height: 15px;
width: 15px;

}


  /* entfernt stil sektion */
  .elementor-tab-control-style {
  background: #821A05 !important;
  /* oder: display: none !important; */
  }

  /* entfernt erweitert sektion */
  .elementor-tab-control-advanced {
  background: #D11E00 !important;
  /* display: none !important; */
  }

  /* entfernt mit ki bearbeiten */
  .e-ai-button {
  background: #660f00ff !important;
  }

  button[aria-label="Build with AI"]{
  background: #f6bdb3ff !important;
  }


  /* buttons ausblenden */
  button[aria-label="Checkliste"],
  button[aria-label="Neues"] {
  background: #660f00ff !important;
  }

  a[href][aria-label="Hilfe"] {
  background: #660f00ff !important;
  }


  /* ###########################
  # SIDEBAR MENU
  ############################# */
  .elementor-element-wrapper:has(.eicon-youtube) {
  background: #660f00ff !important;
  }

  .elementor-nerd-box {
  background: #660f00ff !important;
  }

