/*  Theme Name: Hello Elementor Child
    Author: Forazi Tech
	Author URI: https://forazitech.com/
	Template: hello-elementor
	Version: 1.0.0
*/

@media (max-width: 600px) {
  h3 {
    font-size: 21px;
  }
}


.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Nur beim Fokus sichtbar machen */
.sr-only-focusable:focus,
.sr-only-focusable:active {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #fffbe0;
  padding: 0.5rem;
  border: 2px solid #000;
  z-index: 9999;
}

.elementor-button:focus, .menu-item a:focus {
  outline: 2px solid !important;
  outline-color: #960018 !important;
  outline-offset: 2px;
}

.elementor-icon-list-item a:focus {
	outline: 2px solid !important;
  	outline-color: white !important;
}
