/*
Theme Name: Padel Ludwigsfelde
Author: Manuel Kornhaas
Description: Ein individuelles WordPress-Theme für Padel Ludwigsfelde.
Version: 1.0.0
*/

a.button {
  display: inline-block;
  font-size: 1.625rem;
  margin-top: 3rem;
  background-color: #e7e359;
  color: #264755;
  line-height: 1.2;
  padding: 1rem 1.75rem;
  text-transform: uppercase;
  transition: background-color .3s ease-in-out;
}

a.button:hover,
a.button:focus {
  background-color: #fff;
  opacity: 1;
}

@media print,
screen and (max-width: 79.9988em) {
  a.button {
    font-size: 1.25rem;
  }
}

section.hero .hero-content a.info-circle {
  background-color: #e7e359;
  transition: background-color .3s ease-in-out;
}

section.hero .hero-content a.info-circle:hover,
section.hero .hero-content a.info-circle:focus {
  opacity: 1;
  background-color: #fff;
}

section.hero .hero-content a.info-circle::after {
  border-color: #e7e359;
  transition: border-color .3s ease-in-out;
}

section.hero .hero-content a.info-circle:hover::after,
section.hero .hero-content a.info-circle:focus::after {
  border-color: #fff;
}