.btn-success
{
  margin-bottom: 10px;
}

.review
{
  text-align: center;
  padding-bottom: 15px;
}

.block {
  margin-bottom: 15px;
}

.blockwahl {
  margin-bottom: 50px;
}

.buttons
{
  text-align: center;
}

.person
{
  padding-top: 5%;
  padding-bottom: 5%;
}

.person .details
{
  border-left: 3px solid rgba(0,102,51,0.1);
}

.person .details p
{
  font-size: 15px;
  font-weight: bold;
}

strong.name, strong.group
{
  font-weight: bold;
  font-size: 150%;
}

strong.group
{
  display: block;
  margin-top: 15px;
}

strong.name
{
  display: block;
  margin-bottom: 45px;
}

strong
{
  font-weight: bold;
}

.person table td, .person table td *
{
  padding-bottom: 10px;
  padding-right: 10px;
  vertical-align: top;
}

p.link
{
  margin-top: 40px;
}

.auswahl
{
  margin-top: 10px;
}

@media (min-width: 992px)
{
  .auswahl p
  {
    margin-left: 10px;
  }
}

@media (max-width: 992px)
{
  input
  {
    margin-bottom: 10px;
  }
}

[type=radio]
{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

[type=radio] + img
{
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.auswahl p
{
  cursor: pointer;
}

[type=radio]:checked + img
{
  outline: 4px solid #006633;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

label
{
  display: block;
  font-weight: normal;
}

label.inline
{
  display: inline-block;
}

.imgteam
{
  max-width: 137px;
}

.imgperso
{
  max-width: 57px;
}

.image80
{
  height: 80px;
}

.row.display-flex 
{
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*=\'col-\'] 
{
  display: flex;
  flex-direction: column;
}

.sponsor
{
  margin-bottom: 25px;
  border: solid 1px #000000;
}