﻿/* Generated by less 3.11.1 */
p.small {
  font-size: 1.4rem;
}
a.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: 'Open Sans';
  font-weight: 800;
  border: none;
  border-radius: calc(2rem + 0.5em + 0.5em);
  padding: 0.5em 1.5em 0.5em 1.5em;
  margin-right: 6rem;
  margin-bottom: 1em;
}
a.btn::after {
  content: '';
  display: inline-block;
  height: 1.25em;
  width: 1.95em;
  margin-left: 0.5em;
  vertical-align: sub;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  transition: 0.5s all;
}
a.btn:hover::after {
  background-position: 0.4em center;
  transition: 0.5s all;
}
a.btn.red {
  background-color: #990000;
  color: #fff;
}
a.btn.red::after {
  background-image: url("/layout/img/btn-pfeil-weiss.svg");
}
a.btn.blue {
  background-color: #F5F7FB;
  color: #04339D;
}
a.btn.blue::after {
  background-image: url("/layout/img/btn-pfeil-blau.svg");
}
a.btn.white {
  background-color: #fff;
  color: #990000;
}
a.btn.white::after {
  background-image: url("/layout/img/btn-pfeil-rot.svg");
}
button {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  font-family: 'Open Sans';
  font-weight: 800;
  border: none;
  border-radius: calc(2rem + 0.5em + 0.5em);
  padding: 0.5em 1.5em 0.5em 1.5em;
  margin-right: 6rem;
  margin-bottom: 1em;
}
