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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

img {
  width: 100%;
  max-width: 100%; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

a {
  transition: border 0.1s ease-in-out, color 0.1s ease-in-out; }
  a:link, a:visited {
    color: inherit;
    text-decoration: none; }
  a:hover, a:active, a.active, a:focus {
    color: inherit;
    text-decoration: underline; }

img, iframe {
  width: 100%;
  max-width: 100%; }

iframe {
  height: 100%; }

body {
  font-family: 'Crimson Text', serif;
  line-height: 1.45;
  overflow-x: hidden;
  font-style: italic; }

#container {
  overflow-x: hidden; }

#header {
  padding: 1rem 2rem;
  font-size: 1.2rem;
  text-align: right; }

.column {
  padding-left: 1vw;
  padding-right: 1vw;
  display: inline-block;
  vertical-align: top; }
  .column.oneColumn {
    width: calc( 8.33333% * 1 ); }
  .column.twoColumn {
    width: calc( 8.33333% * 2 ); }
  .column.threeColumn {
    width: calc( 8.33333% * 3 ); }
  .column.fourColumn {
    width: calc( 8.33333% * 4 ); }
  .column.fiveColumn {
    width: calc( 8.33333% * 5 ); }
  .column.sixColumn {
    width: calc( 8.33333% * 6 ); }
  .column.sevenColumn {
    width: calc( 8.33333% * 7 ); }
  .column.eightColumn {
    width: calc( 8.33333% * 8 ); }
  .column.nineColumn {
    width: calc( 8.33333% * 9 ); }
  .column.tenColumn {
    width: calc( 8.33333% * 10 ); }
  .column.elevenColumn {
    width: calc( 8.33333% * 11 ); }
  .column.twelveColumn {
    width: calc( 8.33333% * 12 ); }
  .column.offsetOneColumn {
    margin-left: 8.33333%; }
  .column.offsetTwoColumn {
    margin-left: calc( 8.33333% * 2 ); }
  .column.offsetThreeColumn {
    margin-left: calc( 8.33333% * 3 ); }
  .column.offsetFourColumn {
    margin-left: calc( 8.33333% * 4 ); }
  .column.offsetFiveColumn {
    margin-left: calc( 8.33333% * 5 ); }
  .column.offsetSixColumn {
    margin-left: calc( 8.33333% * 6 ); }
  @media screen and (max-width: 39.9375rem) {
    .column.smartphoneOffsetOneColumn {
      margin-left: 8.33333%; }
    .column.smartphoneSixColumns {
      margin-left: 0;
      width: 50%; }
    .column.smartphoneTenColumns {
      width: calc( 8.33333% * 10 ); }
    .column.smartphoneTwelveColumns {
      margin-left: 0;
      width: 100%; } }

.row {
  padding: 5vw 0; }

.textSpalte {
  margin-top: 2rem; }

.aboutImage {
  margin-top: 2rem; }

.imageContainer img {
  display: block; }
.imageContainer .caption {
  margin-top: 0.5em; }

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