/**
 * @file
 * Custom styles for the Twingle theme.
 * Do not remove this file. It is referenced https://twinglemanager.de/#/project/10120
 * Changes in this file need a varnish cache purge or restart of the varnish service.
 */

a {
  background-image: linear-gradient(#868c8e, #868c8e), linear-gradient(transparent, transparent);
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% .1rem, 0 .1rem;
  display: inline;
  padding-bottom: 5px;
  text-decoration: none;
  transition: background-size .5s linear;
  font-weight: bold;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

a:hover {
  background-size: 0 .1rem, 100% .1rem;
  cursor: pointer;
  color: #030f13;
}

footer .impress-wrapper a {
  color: #030f13;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;

}


select {
  cursor: pointer;
}
