html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'DINMedium';
  src: url("./fonts/DINMedium.eot");
  src: local("DINMedium"), url("./fonts/DINMedium.woff") format("woff"), url("./fonts/DINMedium.ttf") format("truetype"); }
.wrapper {
  max-width: 960px;
  padding: 0 1em;
  display: block;
  margin: 0 auto; }

body {
  font-family: DINMedium, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  color: #333; }
  body a {
    color: #00aad2;
    text-decoration: none;
    cursor: pointer; }
    body a:hover {
      text-decoration: underline; }
  body strong {
    font-weight: 700; }

header {
  background-image: url("images/headerbild-startbildschirm.jpg");
  background-size: cover;
  position: relative;
  min-height: 200px; }
  header table {
    margin: 0 auto;
    display: inline-block;
    padding: 75px 0; }
    header table tr td:first-child {
      padding-right: 1em; }
      header table tr td:first-child img {
        height: 150px; }
        @media (max-width: 600px) {
          header table tr td:first-child img {
            height: 100px; } }
    header table tr td:nth-child(2) {
      color: white;
      line-height: 1.25em;
      vertical-align: middle;
      font-size: 2.625em;
      font-weight: 700; }
      @media (max-width: 600px) {
        header table tr td:nth-child(2) {
          font-size: 1.75em; } }
  header #logo-link {
    position: absolute;
    right: 1em;
    top: 1em;
    display: block;
    width: 135px;
    height: 50px;
    background-image: url("images/adlershof_logo.png");
    background-size: cover; }
  header .wrapper {
    text-align: center; }

#body .title, #body h1, #body h2 {
  font-weight: 700;
  margin: 0 auto;
  padding: 3em 0 1.5em 0;
  font-size: 1.5em;
  line-height: 1.125em;
  display: table; }
#body h2 {
  font-size: 1.25em;
  padding: 1em 0; }
#body p {
  padding: 1.5em 0;
  text-align: justify; }
#body ul {
  margin-left: 2.5em; }
  #body ul li {
    list-style-type: disc; }
#body .wrapper {
  text-align: justify; }
#body button, #body .button {
  background: #00aad2;
  color: white;
  border: none;
  border-radius: 10px;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  font-size: 1em;
  cursor: pointer; }
  #body button:disabled, #body .button:disabled {
    background: lightgray;
    color: #333; }
  #body button.center, #body .button.center {
    display: table;
    margin: 0 auto 1em auto; }
    #body button.center:hover, #body .button.center:hover {
      text-decoration: none; }

footer {
  padding: 3em 0; }
  footer .wrapper {
    text-align: left; }
  footer table tr td {
    vertical-align: bottom; }
    footer table tr td:first-child {
      width: 100%; }
    footer table tr td:last-child {
      padding-left: 10px; }

/*# sourceMappingURL=styles.css.map */
