/* Let's go */


/*.uk-logo {
    padding: 20px;
    margin-top: -20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	background: rgba(255,255,255,0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}*/

.uk-navbar-toggle-icon svg {
	width: 40px;
}

.uk-navbar-transparent {
	background: rgb(255,255,255)!important;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%)!important;
}
.uk-navbar-transparent a {
	color: #000000!important;
}

.maskiert {
    -webkit-mask-image: url(../images/shape1.svg);
    mask-image: url(../images/shape1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

.uk-navbar .cta {
	background-color: #FFE500;
	color: #000000;
	border-radius: 1px;
	padding: 0 20px!important;
}