html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering:optimizeLegibility;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

body *:focus-visible {
	outline: 3px dotted #e0600b !important;
	outline-offset: 2px !important;
}

body .uk-section-secondary :focus-visible {
    outline: 3px dotted #ffae00 !important;
}

.uk-link-heading p {
    margin: 0;
}

/* externe Links mit Icon kennzeichnen */
a[href^="http"]:not([href*="slw-gebaerden-katalog.at/"])::after {
  content: "↗";
  font-size: 1em;
  opacity: 0.9;
  margin-left: 0.1em;
  text-decoration: none;
  text-decoration: underline white 0px;
}


/* ------------------------------------------------------------------------------------------
Suche Autocomplete -------------------------------------------------------------------------- */

.awesomplete li:focus-visible,
.awesomplete li:hover,
.awesomplete li[aria-selected='true'] {
    text-decoration: underline;
}

#mod-finder-searchword111 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
}


#module-1 .item-101 {
    display: none;
}


@media (hover:hover) and (min-width: 640px) {
    
    .videocard .uk-card {
    z-index: 2;
    scale: 1;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: 0.2s all 0.05s ease-in-out ;
	}
    
    .videocard .uk-card:hover, 
	.videocard .uk-card:focus-within {
    scale: 1.45;
    z-index: 1001;
    box-shadow: 0px 0px 64px 0px rgba(66, 68, 90, 0.5);
}
    .videocard .uk-card:hover {
    z-index: 1002;
}


}