/* Let's go */

body {display: none}
body.startseite {display: inherit;}


.uk-navbar-toggle {
	background-color: #0A9DE4;
	border-radius: 100px;
	padding: 20px!important;
}
.uk-navbar-toggle:hover {background-color:#0074AC;}
.uk-navbar-toggle-icon svg {color: #FFFFFF!important;}

.uk-sticky.uk-sticky-below.uk-sticky-fixed .uk-logo {
	max-width: 90px;
	height: auto!important;
}


.uk-button-secondary::before {filter: none;}

.pfeil .uk-icon {
	background-color: #0A9DE4;
	border-radius: 100px;
	padding: 5px 7px 5px 5px!important;
	
}

.pfeil svg {color: #FFFFFF!important;}

.uk-glitch-opacity {
    animation: none !important;
}

.uk-glitch-text-shadow {
    animation: none !important;
}

.uk-glitch-color {
    animation: none !important;
}

/* Optional: Deaktiviert die zugehörigen Keyframes */
@keyframes uk-glitch-opacity {
    from, to {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
}

@keyframes uk-glitch-text-shadow {
    0%, 100% {
        text-shadow: none;
    }
    50% {
        text-shadow: none;
    }
}

@keyframes uk-glitch-color {
    0%, 100% {
        color: inherit;
    }
    50% {
        color: inherit;
    }
}