html,
body,
div,
h1,
p,
a,
img,
strong {
  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;
}

body {
  font-family: sans-serif;
  line-height: 1.7;
  padding: 1.7em 0.33333em 0.33333em 0.33333em;
  max-width: 35em;
  background-color: #d0b497;
}

a {
  color: #000;
}

a:visited {
  color: #666;
}

p + p {
  text-indent: 1em;
}

strong {
  font-weight: bold;
}

.logo {
  text-align: right;
  font-size: 0.85rem;
  margin-bottom: 0.85rem;
}

.logo img {
  height: 0.85rem;
}

.oenskeliste {
  position: absolute;
  top: 0.333rem;
  left: 0.333rem;
  padding: 2px;
  border: 1px solid #333;
  line-height: 1;
  color: #333;
  font-size: 0.8em;
}

.oenskeliste a {
  border: none;
  text-decoration: underline;
}

@media (min-width: 10em) {
  p:first-of-type {
    font-size: 12vw;
    line-height: 1;
  }

  p:first-of-type + p {
    text-indent: 0;
    margin-top: 0.85rem;
  }
}

@media (min-width: 35em) {
  p:first-of-type {
    font-size: 2rem;
    line-height: 1.7;
  }

  p:first-of-type + p {
    margin-top: 0;
  }

  .logo {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .logo img {
    height: 1rem;
  }
}

@media (min-width: 38em) {
  body {
    padding-left: 3rem;
    padding-top: 3rem;
  }
}
