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;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0.4em;
  margin-top: 1em;
}
h3,
h4 {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a:link,
a:visited {
  color: #345066;
}
a:hover,
a:focus {
  color: #5b8bb3;
}
html {
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
  font-size: 14pt;
  background-color: #535d66;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  color: #222222;
  background-color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}
.header,
.section,
section,
.footer {
  margin: 2em auto 0;
  padding: 0.5em 1.5em;
}
p {
  line-height: 1.2em;
}
ul {
  list-style: disc outside none;
  margin-left: 1em;
}
ul li {
  line-height: 1.5em;
}
.header {
  padding: 3em 0 0;
  text-align: center;
  margin-bottom: 1em;
}
.header h1 {
  margin: 0;
}
.header h2 {
  margin: 0;
}
.address {
  font-size: 0.9em;
}
.address p {
  margin: 0;
  line-height: 1.2em;
}
.footer {
  background-color: #222222;
  text-align: center;
  font-size: 0.8em;
  color: #bdd6ea;
}
.footer a:link,
.footer a:visited {
  color: #bdd6ea;
}
.footer a:hover,
.footer a:focus {
  color: #76b4e6;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  display: inline-block;
  padding: 0.5em 2em;
}
.address img {
  float: right;
  margin: 0 0 0 1em;
  max-width: 100%;
}
.mini {
  margin-bottom: 0.5em;
}
.mini p {
  margin: 0;
}
.source {
  font-size: 0.6em;
}
.anfahrt img {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .header,
  .section,
  section,
  .footer {
    margin: 0 auto 0;
  }
  .footer {
    padding-top: 2em;
  }
  .footer ul {
    text-align: center;
  }
  .footer ul li {
    display: block;
  }
  .address {
    text-align: center;
  }
  .address img {
    width: 200px;
    float: none;
    margin: 1em auto 0;
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */