
footer section,
#cookie-consent {
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
}

footer section {
  transition: padding-bottom 1s;
}

#cookie-consent {
  overflow: hidden;
  transition: bottom 1s, height 1s;
}