/*
 Theme Name:   Mega Project Child (Barrierefrei)
 Theme URI:    https://demo.goodlayers.com/megaproject/
 Description:  Barrierefreies Child Theme für Mega Project von GoodLayers
 Author:       Erstellt mit ChatGPT
 Author URI:   https://openai.com
 Template:     megaproject
 Version:      1.0.0
 Text Domain:  mega-project Child
*/

@import url("../megaproject/style.css");

/* Fokus-Stile für Barrierefreiheit */
a:focus, button:focus, input:focus {
  outline: 2px solid #000;
  outline-offset: 4px;
}

/* Skip-Link sichtbar machen */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -1000;
}

.skip-link:focus {
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  z-index: 1000;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
}
.top-navigation-left-text,.stunning-text-button, .stunning-text-button:hover {color: #fff!important}
.wt-cli-accept-all-btn {background: #dd3333!important;}
.current-menu-ancestor a,.current-menu-item a {color: #000!important}

#content-section-6 .gdlr-item-title-caption.gdlr-skin-info, #content-section-3 h3.gdlr-item-title.gdlr-skin-title.gdlr-skin-border,#content-section-3 .gdlr-item-title-caption.gdlr-skin-info { color: #000;
  }

.tab-title-wrapper .tab-title.active {
  background-color: #d33!important;
}

#content-section-5 h3.gdlr-item-title.gdlr-skin-title.gdlr-skin-border,#gdlr-parallax-wrapper-3 h3 {color: #fff;}

 input#menu-search  {
  color: #fff;
border: 0;
  margin: 0px;
  background: transparent;
  padding: 16px 23px;
  font-style: italic;
}

.skip-link {

  color: #000;
}