@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=IM+Fell+English");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1,
h2,
h3 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: 2 1C 2 1D 2 18 2 19;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
figure {
  margin: 0;
}
legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  background: #fff url("../img/bg-white.jpg");
  height: 100%;
}
body {
  margin: 0;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  font-family: 'Roboto', sans-serif;
}
section {
  max-width: 75ch;
  width: 100%;
  margin: 0 auto;
}
.fullWidth {
  max-width: inherit;
  width: 100%;
  margin: 0;
}
.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.split > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 30rem;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-right: 1rem;
}
.split :last-child {
  margin: 0 0 0 1rem;
}
hr {
  border: none;
  background: #666;
  height: 0.2rem;
  width: 4rem;
  margin: 6rem auto;
}
h1,
h2,
h3 {
  font-family: 'IM Fell English', serif;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  font-weight: 700;
  font-weight: 100;
  font-weight: 300;
  font-weight: 400;
  margin: 5rem 0 4rem 0;
  text-align: center;
}
h2,
h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 3rem 0 3rem 0;
}
h3 {
  font-size: 2rem;
  font-weight: 300;
}
a {
  color: #666;
  text-decoration: none;
}
p {
  line-height: 1.6;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.hero {
  position: relative;
  background: #6a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 6rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-image: url("img/fields.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero >* {
  z-index: 100;
  color: #fff;
  max-width: 72rem;
}
.hero:after {
  display: block;
  content: '';
  background: rgba(102,170,85,0.533);
  inset: 0;
  position: absolute;
}
.list-vertical {
  list-style: none;
  text-align: center;
  padding: 0;
}
.list-vertical li {
  margin: 1rem;
  padding: 0;
  list-style-position: inside;
}
.logo {
  display: block;
  background: url("../img/logo_hetHeleland-icon.png") no-repeat center top;
  background-size: 10rem;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.6rem;
  color: #2a431c;
  width: 100%;
  letter-spacing: 1rem;
  text-align: center;
  padding-top: 11rem;
  font-family: 'IM Fell English', serif;
  margin: 10rem auto 10rem auto;
}
