/*
Theme Name: Basic
Description: Individual
Author: MB
Author URI:
Template: hello-elementor
Version: 1.1
Tags:
*/

/* remove a from mother template*/
a {
  color: initial;
  text-decoration: underline;
}

*:focus {
  outline: none;
}

/*fix for margin bottom on p elements*/
.elementor-text-editor p:last-child, .textwidget p:last-child { margin-bottom:0px;}



/*Eingangsanimation Sections Start*/

.custom_entry_animation {
    opacity: 0;
    transition: opacity .6s ease-in-out;
}

.custom_entry_animation.visible {
    opacity: 1;
}