/* @@ external */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300);

/* @@ reset */
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;
}

/* @@ main */
* {
          text‑size‑adjust: 100%;
  ‑webkit‑text‑size‑adjust: 100%;
     ‑moz‑text‑size‑adjust: 100%;
      ‑ie‑text‑size‑adjust: 100%;
}

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

html {
  display: table;
}

body {
  transition: opacity 0.5s ease-in;

  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.15em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #677a91;
  color: white;
  opacity: 0;
}

body.in {
  opacity: 1;
}

header, section {
  margin-left: 20px;
  margin-right: 20px;
}

a {
  text-decoration: underline;
  /*border-bottom: 2px solid #5b6b80;*/
}

a, a:hover, a:visited, a:active {
  color: inherit !important;
}

header {
  margin: 20px auto 20px auto;
  padding: 0 20px;
}

header img {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto 30px auto;
}

header h1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 36.5px;
  line-height: 1.05em;
  margin-bottom: 5px;
}

header p {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2d3640;
}

section,
footer {
  max-width: 480px;
  margin: 20px auto;
}

section {
  color: #2d3640;
}

section.paper {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;

  border: 1px solid #4d5b6c;
  border-left: none;
  border-right: none;
  margin: 30px auto;
  font-size: 16px;
  line-height: 1.2em;
  box-sizing: border-box;
}

section p {
  text-align: justify;
  margin: 10px auto;
}

section dl {
  width: 100%;
}

section dl dt,
section dl dd {
  margin-bottom: 10px;
}

section dl dt {
  float: left;
  display: inline;
  width: 40%;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

section dl dt {
  font-size: 16px;
  line-height: 20px;
}

section dl dd {
  float: left;
  display: inline;
  width: 60%;
  text-align: left;
}

section dl:after {
  content: "";
  display: block;
  clear: both;
}

a#imprint-link {
  color: #4d5b6c !important;
  font-size: 12px;
}

@media screen and (max-width: 520px) {
  header h1 {
    font-size: 28.5px;
    line-height: 1.05em;
  }

  header p {
    font-size: 14.25px;
    line-height: 1.05em;
  }

  header img {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
  }

  section,
  footer { max-width: 90%; }
}
