/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* eind Eric Meyer's Reset Reloaded */
html {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

/* #wrapper voor fixed background in iOS!! */
#wrapper {
  height: 100%;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-attachment: fixed;
  background-image: url("../beeld/soybeans-gekleurd.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #873819; }
  @media screen and (max-width: 1024px) {
    #wrapper {
      background-image: url("../beeld/soybeans-gekleurd-1024.jpg"); } }
  @media screen and (max-width: 480px) {
    #wrapper {
      background-image: url("../beeld/soybeans-gekleurd-480.jpg"); } }

body {
  height: 100%; }

.box {
  padding: 100px 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 86%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 80px; }
  @media screen and (max-width: 768px) {
    .box {
      display: block; } }
  @media screen and (max-width: 1024px) {
    .box {
      grid-column-gap: 20px; } }

.contentCol {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contentCol p {
    margin: 0.6em 2em;
    line-height: 1.6em;
    color: #001412; }
  .contentCol > img {
    margin: auto 20px 20px 20px;
    width: calc(100% - 40px); }
  .contentCol .logo {
    background: rgba(0, 20, 18, 0.8);
    padding: 20px;
    border-radius: 12px 12px 0 0;
    display: grid;
    height: 160px;
    margin-bottom: 20px; }
    .contentCol .logo > img {
      -ms-flex-item-align: center;
          align-self: center;
      width: 60%;
      margin: 0 auto; }
      .contentCol .logo > img.sfap {
        width: 96%; }
  .contentCol.naw {
    grid-column: 1 / 3;
    border-radius: 0 0 12px 12px;
    text-align: center; }
    .contentCol.naw .copyR {
      background: rgba(0, 20, 18, 0.8);
      border-radius: 0 0 12px 12px;
      color: white;
      height: auto; }
      .contentCol.naw .copyR p {
        font-size: .8em;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.6);
        padding: 5px 0; }
  @media screen and (max-width: 768px) {
    .contentCol {
      display: block;
      margin-top: 20px; } }
  @supports (initial-letter: 2) or (-webkit-initial-letter: 2) {
    .contentCol p.paraCap::first-letter {
      -webkit-initial-letter: 2 2;
      initial-letter: 2 2;
      margin: 0 0.3em 0 0;
      color: #ee7202;
      font-family: "Titillium Web", sans-serif;
      font-weight: 700; } }

a.normalLink, a.normalLink:visited {
  text-decoration: none;
  font-weight: 400;
  color: #ee7202; }
  a.normalLink.normalLink:hover, a.normalLink:visited.normalLink:hover {
    border-bottom: 1px solid #ee7202;
    padding-bottom: .1em;
    opacity: 1; }
  a.normalLink:after, a.normalLink:visited:after {
    content: url("../beeld/extLink.png");
    vertical-align: -0.1em;
    margin-left: .2em; }

.img100 {
  width: 100%; }
