/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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: 'sourcesanspro';
  src: url('../font/sourcesanspro.woff2') format('woff2'),
       url('../font/sourcesanspro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  color: #34495e;
  font-size: 17px;
  line-height: 1.6;
  background-color: #fff;
  font-family: 'sourcesanspro', 'Helvetica Neue', Arial, sans-serif;
}

#container {
    margin: 0 1em;
}

h1 {
  font-size: 2em;
  margin-left: 0.5em;
  margin-top: 2em;
}

@media screen and (min-width: 900px)
{
  #container {
    width: 900px;
    margin: 0 auto;
  }

  h1 {
    margin: 0;
    margin-top: 2em;
  }
}

@media screen and (min-width: 1600px)
{
  #container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 2000px)
{
  #container {
    width: 1400px;
    margin: 0 auto;
  }
}

.page {
  padding: 2em 1em;
  border-bottom: 2px solid #ddd;
}

#head {
  position: relative;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

h2 {
  margin: 0.65em 0;
  margin-bottom: 0;
  color: #2c3e50;
  font-size: 1.5em;
}

#pics {
  margin-top: 0.5em;
}

#pics img, img.pic {
  width:100%;
  margin: 10px 0;
}

#impressum {
  text-align: right;
  padding: 10px;
}

.text {
  margin-top: 2em;
  margin-bottom: 3em;
}

p {
  margin: 0.5em 0;
}

p.date {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

a {
  color: #02529c;
}

a:hover {
  color: #dc1e35;
}

h2 a {
  text-decoration: none;
}

ul {
  list-style-type: disc;
  margin-left: 2em;
}

ol{
  list-style-type: decimal;
  margin-left: 2em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 0.9em;
  font-weight: bold;
}