/*!
 * @author    Wolfgang Kowarschick <kowa@hs-augsburg.de>
 * @copyright 2016
 * @license   CC-BY-NC-SA-4.0
 */

html, body
{
  height: 100%;
}

html
{
  display: table;
  width:   100%;
}

body
{
  display:          table-cell;
  text-align:       center;
  vertical-align:   middle;
  background-color: #C5EFFC; /* zartes Blau */
}

h1
{
  font-family:    sans-serif;
  font-size:      160%;
  padding-bottom: 0;
  margin-bottom:  0;
}

#section_form > h1
{
  margin-bottom: 1ex;
}

p
{
  font-family:    serif;
  font-size:      100%;
}

label, input, button
{
  width:         10em;
  font-size:     100%;
  display:       inline-block;
  box-sizing:    border-box;
  margin-bottom: 0.5ex;
}

.hidden
{
  display: none;
}
