.floating { animation: float 6s ease-in-out infinite, fade-in 0.5s ease-in forwards;
pointer-events:none;
} @keyframes float {
0% {
transform: translateY(0) translateX(0);
}
50% {
transform: translateY(-8px) translateX(-4px);
}
100% {
transform: translateY(8) translateX(4px);
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn{
opacity: 0;
animation-delay:4s;   }
.fadeIn:nth-of-type(1) {
animation-delay: 1s;
}
.fadeIn:nth-of-type(2) {
animation-delay: 1.25s;
}
.fadeIn:nth-of-type(3) {
animation-delay: 1.5s;
}
.fadeIn:nth-of-type(4) {
animation-delay: 1.75s;
}
.fadeIn:nth-of-type(5) {
animation-delay: 2s;
}
.fadeIn:nth-of-type(6) {
animation-delay: 2.25s;
}
.fadeIn:nth-of-type(7) {
animation-delay: 2.5s;
}
.fadeIn:nth-of-type(8) {
animation-delay: 2.75s;
}
a{
cursor: pointer !important;
}
.no-decoration, .no-decoration > a, .no-decoration a, button a, button{
text-decoration:none !important;
}
.hidden{
display: none;
}
ul{
padding-left:20px;	
}
.elementor-item-active, .elementor-item-active > a, a.elementor-item.elementor-item-active, .elementor-item.elementor-item-active > a, .elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
background-color:white !important;
}
.tags-evenementen-card{
font-size: 16px;
}
.tags-evenementen-pagina{
font-size: 21px;
}
@media only screen and (max-width: 1024px){
.fullscreen-menu{
transform: translateY(-100%);
transition: all .5s ease;
}
.fullscreen-menu.opening{
transform: translateY(0);
}    }
@media only screen and (max-width: 768px){    .floating {
display: none;
}
}