html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: url(/themes/naturglaskunst/img/bg.png);
}

ul {
  list-style: circle;
  padding-left: 20px;
}

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

h1, h2, h3, h4 {
  font-family: "Headland One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

#page-content h1, #page-footer h1 {
  font-size: 1.4em;
}

#page-content h2, #page-footer h2 {
  font-size: 1.2em;
}

#page-content h3, #page-footer h3 {
  font-size: 0.8em;
}

#page-header a, #page-content a, #page-footer a {
  color: #7fa06c;
  text-decoration: none;
}

#page-header a:hover, #page-content a:hover, #page-footer a:hover {
  color: #000;
}

input, textarea {
  max-width: 100%;
}

input:disabled, intextareaput:disabled {
  opacity: 0.7;
}

video {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

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