body.dyslexia,
body.dyslexia * {
    font-family: "OpenDyslexic", Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.05em;
    word-spacing: 0.15em;
    line-height: 1.8;
}

  body.grayscale {
    filter: grayscale(100%) !important;
}


  body.contrast {
    background-color: #000 !important;
    color: #fff !important;
}

body.contrast a,
body.contrast h1,body.contrast h2,body.contrast h3,body.contrast h4,body.contrast h5,body.contrast h6,
body.contrast p,
body.contrast div,
body.contrast span {
    color: #ffff00 !important;
}

#largeCursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 3px solid #000;
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999999;
  display: none;
}


body.large-cursor #largeCursor {
  display: block;
}


#reading-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    background: #111;
    color: #fff;
    cursor: pointer;
    z-index: 1000000;
}

/* default kapalı */
#reading-guide {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    border-bottom: 5px solid #fff;
        border-top: 5px solid #fff;
    height: 48px;
    background: rgba(0,0,0,0.15);
    pointer-events: none;
    z-index: 999999;
}

/* body class aktifken aç */
body.reading-guide-active #reading-guide {
    display: block;
}


body.hide-images img {
  display: none !important;
}

.access_div_headline {
  padding-left: 50px;
  text-align: left;
  color: #fff;
  font-size: 20px;
}