@font-face {
  font-family: 'regular';
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#roboto-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bold';
  src: url("../fonts/roboto-bold-webfont.eot");
  src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#roboto-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'script';
  src: url("../fonts/script.eot");
  src: url("../fonts/script.eot?#iefix") format("embedded-opentype"), url("../fonts/script.woff") format("woff"), url("../fonts/script.ttf") format("truetype"), url("../fonts/script.svg#script") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'stawix';
  src: url("../fonts/stawix.eot");
  src: url("../fonts/stawix.eot?#iefix") format("embedded-opentype"), url("../fonts/stawix.woff") format("woff"), url("../fonts/stawix.ttf") format("truetype"), url("../fonts/stawix.svg#stawix") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'regular', Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: white; }
  @media (min-width: 760px) {
    body {
      margin-bottom: 30px; } }

#menuHolder {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #f8be4a;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 50, 132, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(7, 50, 132, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(7, 50, 132, 0.5); }
  #menuHolder #menu {
    text-align: center;
    margin: auto auto; }
    @media (min-width: 0px) {
      #menuHolder #menu {
        display: none; } }
    @media (min-width: 760px) {
      #menuHolder #menu {
        display: block; } }
    #menuHolder #menu .menuItem {
      font-family: 'regular', Geneva, Tahoma, sans-serif;
      display: inline-block;
      padding: 0px 1%;
      font-size: 18px; }
      @media (min-width: 760px) {
        #menuHolder #menu .menuItem {
          font-size: 14px; } }
      @media (min-width: 860px) {
        #menuHolder #menu .menuItem {
          font-size: 16px; } }
      @media (min-width: 1000px) {
        #menuHolder #menu .menuItem {
          font-size: 18px; } }
      #menuHolder #menu .menuItem a:active, #menuHolder #menu .menuItem a:visited, #menuHolder #menu .menuItem a:link {
        color: #073284;
        text-decoration: none; }
      #menuHolder #menu .menuItem.selected {
        font-family: 'bold', Geneva, Tahoma, sans-serif; }
        #menuHolder #menu .menuItem.selected a:active, #menuHolder #menu .menuItem.selected a:visited, #menuHolder #menu .menuItem.selected a:link {
          color: #073284; }
  #menuHolder #nav-toggle {
    padding: 4px 10px 0px 10px;
    color: #073284;
    font-family: 'stawix', Geneva, Tahoma, sans-serif;
    cursor: pointer; }
    @media (min-width: 0px) {
      #menuHolder #nav-toggle {
        display: block; } }
    @media (min-width: 760px) {
      #menuHolder #nav-toggle {
        display: none; } }

#headerHolder {
  position: relative;
  background-color: #073284;
  margin-top: 36px; }
  #headerHolder #header {
    position: relative; }
    @media (min-width: 500px) {
      #headerHolder #header {
        padding-bottom: 39%; } }
    @media (max-width: 500px) {
      #headerHolder #header #logo {
        width: 100%;
        text-align: center; }
        #headerHolder #header #logo img {
          padding: 20px;
          max-width: 240px !important; } }
    @media (min-width: 500px) {
      #headerHolder #header #logo {
        position: absolute;
        bottom: 20px;
        left: 24px;
        z-index: 100;
        width: 25%;
        text-align: left; } }
    @media (min-width: 500px) {
      #headerHolder #header #logo {
        bottom: 20px;
        width: 28%; } }
    @media (min-width: 1000px) {
      #headerHolder #header #logo {
        bottom: 20px; } }
    @media (min-width: 1400px) {
      #headerHolder #header #logo {
        bottom: 30px; } }
    @media (min-width: 1800px) {
      #headerHolder #header #logo {
        bottom: 30px;
        left: 14px; } }
    #headerHolder #header #logo img {
      width: 100%;
      max-width: 529px; }
    #headerHolder #header #backgrounds {
      padding-bottom: 39%; }
      @media (min-width: 760px) {
        #headerHolder #header #backgrounds {
          display: none; } }
    #headerHolder #header .quote {
      font-family: 'script', Geneva, Tahoma, sans-serif;
      font-size: 4.5vw;
      line-height: 0.9;
      color: white;
      left: 1px;
      z-index: 150;
      text-shadow: 1px 1px 4px black; }
      @media (min-width: 0px) {
        #headerHolder #header .quote {
          position: relative;
          padding: 20px 20px 15px 20px;
          font-size: 8vw; } }
      @media (min-width: 500px) {
        #headerHolder #header .quote {
          position: absolute;
          padding: 20px;
          font-size: 8vw; } }
      @media (min-width: 760px) {
        #headerHolder #header .quote {
          position: absolute;
          padding: 20px 20px 20px 0px; } }
      #headerHolder #header .quote a:active, #headerHolder #header .quote a:visited, #headerHolder #header .quote a:link, #headerHolder #header .quote a:hover {
        color: white;
        text-decoration: none; }
      @media (min-width: 760px) {
        #headerHolder #header .quote {
          display: block;
          top: 20px;
          left: 30px;
          font-size: 5vw; } }
      @media (min-width: 1000px) {
        #headerHolder #header .quote {
          top: 30px;
          font-size: 6vw; } }
      @media (min-width: 1800px) {
        #headerHolder #header .quote {
          top: 40px;
          left: 10px; } }
  @media (min-width: 500px) {
    #headerHolder #gradient {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 20;
      background: #073284;
      /* Old browsers */
      background: -moz-linear-gradient(left, #073284 10%, rgba(7, 50, 132, 0) 60%);
      background: -webkit-linear-gradient(left, #073284 10%, rgba(7, 50, 132, 0) 60%);
      background: linear-gradient(to right, #073284 10%, rgba(7, 50, 132, 0) 60%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073284', endColorstr='#ff0f13',GradientType=1 );
      /* IE6-9 */ } }
  #headerHolder #backgrounds {
    background-color: gray;
    position: relative; }
    @media (min-width: 500px) {
      #headerHolder #backgrounds {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 10; } }
    #headerHolder #backgrounds .background {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover !important;
      background-position: top right !important;
      background-repeat: no-repeat !important; }

#onelinerHolder {
  background-color: white;
  font-family: 'stawix', Geneva, Tahoma, sans-serif;
  line-height: 1.1;
  color: #073284;
  box-sizing: border-box; }
  @media (min-width: 0px) {
    #onelinerHolder {
      font-size: 17px; } }
  @media (min-width: 760px) {
    #onelinerHolder {
      font-size: 20px; } }
  @media (min-width: 900px) {
    #onelinerHolder {
      font-size: 24px; } }
  @media (min-width: 1100px) {
    #onelinerHolder {
      font-size: 31px; } }
  @media (min-width: 1330px) {
    #onelinerHolder {
      font-size: 34px; } }
  #onelinerHolder #oneliner {
    padding: 12px 10px 8px 10px;
    box-sizing: border-box; }
    @media (min-width: 0px) {
      #onelinerHolder #oneliner {
        text-align: center; } }
    @media (min-width: 500px) {
      #onelinerHolder #oneliner {
        text-align: left; } }
    #onelinerHolder #oneliner .padding {
      padding: 12px; }

#contentHolder {
  background-color: #f8be4a;
  box-sizing: border-box; }
  #contentHolder.whiteBackground {
    background-color: white; }
  #contentHolder #content {
    padding: 20px 10px;
    box-sizing: border-box; }
    #contentHolder #content .text, #contentHolder #content .images {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding: 12px; }
      @media (min-width: 0px) {
        #contentHolder #content .text, #contentHolder #content .images {
          width: 100%; } }
      @media (min-width: 760px) {
        #contentHolder #content .text, #contentHolder #content .images {
          width: 50%; } }
    #contentHolder #content .text h1, #contentHolder #content .text h2, #contentHolder #content .text h3 {
      color: #073284; }
    @media (max-width: 800px) {
      #contentHolder #content table:not(.niet-verkleinen) td {
        display: block;
        width: 100%; } }
    #contentHolder #content .images .image {
      position: relative;
      width: 100%;
      text-decoration: none; }
      #contentHolder #content .images .image a {
        text-decoration: none; }
        #contentHolder #content .images .image a div {
          position: relative;
          background-color: #073284;
          padding: 10px; }
      #contentHolder #content .images .image img {
        width: 100%; }
    #contentHolder #content .images a:active, #contentHolder #content .images a:visited, #contentHolder #content .images a:link {
      color: white; }

#blocksHolder, #sponsorsHolder, #newsHolder {
  background-color: white;
  padding: 0px 0px 10px 0px; }
  #blocksHolder .title, #sponsorsHolder .title, #newsHolder .title {
    padding: 22px 0px 12px 0px;
    color: #073284;
    font-size: 32px;
    font-family: 'stawix', Geneva, Tahoma, sans-serif; }
  #blocksHolder #blocks, #blocksHolder #sponsors, #blocksHolder #news, #sponsorsHolder #blocks, #sponsorsHolder #sponsors, #sponsorsHolder #news, #newsHolder #blocks, #newsHolder #sponsors, #newsHolder #news {
    box-sizing: border-box;
    padding: 0px 10px 20px 10px; }
    #blocksHolder #blocks .title, #blocksHolder #sponsors .title, #blocksHolder #news .title, #sponsorsHolder #blocks .title, #sponsorsHolder #sponsors .title, #sponsorsHolder #news .title, #newsHolder #blocks .title, #newsHolder #sponsors .title, #newsHolder #news .title {
      padding: 0px 0px 12px 0px; }
    #blocksHolder #blocks a:active, #blocksHolder #blocks a:visited, #blocksHolder #blocks a:link, #blocksHolder #sponsors a:active, #blocksHolder #sponsors a:visited, #blocksHolder #sponsors a:link, #blocksHolder #news a:active, #blocksHolder #news a:visited, #blocksHolder #news a:link, #sponsorsHolder #blocks a:active, #sponsorsHolder #blocks a:visited, #sponsorsHolder #blocks a:link, #sponsorsHolder #sponsors a:active, #sponsorsHolder #sponsors a:visited, #sponsorsHolder #sponsors a:link, #sponsorsHolder #news a:active, #sponsorsHolder #news a:visited, #sponsorsHolder #news a:link, #newsHolder #blocks a:active, #newsHolder #blocks a:visited, #newsHolder #blocks a:link, #newsHolder #sponsors a:active, #newsHolder #sponsors a:visited, #newsHolder #sponsors a:link, #newsHolder #news a:active, #newsHolder #news a:visited, #newsHolder #news a:link {
      color: #073284;
      text-decoration: none; }
    #blocksHolder #blocks a:hover, #blocksHolder #sponsors a:hover, #blocksHolder #news a:hover, #sponsorsHolder #blocks a:hover, #sponsorsHolder #sponsors a:hover, #sponsorsHolder #news a:hover, #newsHolder #blocks a:hover, #newsHolder #sponsors a:hover, #newsHolder #news a:hover {
      color: #073284; }
    #blocksHolder #blocks .blockContainer, #blocksHolder #blocks .sponsorContainer, #blocksHolder #blocks .newContainer, #blocksHolder #sponsors .blockContainer, #blocksHolder #sponsors .sponsorContainer, #blocksHolder #sponsors .newContainer, #blocksHolder #news .blockContainer, #blocksHolder #news .sponsorContainer, #blocksHolder #news .newContainer, #sponsorsHolder #blocks .blockContainer, #sponsorsHolder #blocks .sponsorContainer, #sponsorsHolder #blocks .newContainer, #sponsorsHolder #sponsors .blockContainer, #sponsorsHolder #sponsors .sponsorContainer, #sponsorsHolder #sponsors .newContainer, #sponsorsHolder #news .blockContainer, #sponsorsHolder #news .sponsorContainer, #sponsorsHolder #news .newContainer, #newsHolder #blocks .blockContainer, #newsHolder #blocks .sponsorContainer, #newsHolder #blocks .newContainer, #newsHolder #sponsors .blockContainer, #newsHolder #sponsors .sponsorContainer, #newsHolder #sponsors .newContainer, #newsHolder #news .blockContainer, #newsHolder #news .sponsorContainer, #newsHolder #news .newContainer {
      float: left;
      box-sizing: border-box; }

#blocksHolder {
  background-color: white; }
  @media (min-width: 0px) {
    #blocksHolder #blocks .blockContainer {
      width: 100%;
      padding-bottom: 20px; } }
  @media (min-width: 760px) {
    #blocksHolder #blocks .blockContainer {
      width: 33.3%;
      padding: 10px; } }
  #blocksHolder #blocks .blockContainer .block {
    color: #073284;
    background-color: #f8be4a;
    text-align: center;
    font-family: 'bold', Geneva, Tahoma, sans-serif;
    font-size: 19px;
    line-height: 25px; }
    @media (min-width: 760px) {
      #blocksHolder #blocks .blockContainer .block {
        min-height: 300px; } }
    @media (min-width: 1000px) {
      #blocksHolder #blocks .blockContainer .block {
        min-height: 240px; } }
    @media (min-width: 1400px) {
      #blocksHolder #blocks .blockContainer .block {
        min-height: 160px; } }
    @media (min-width: 0px) {
      #blocksHolder #blocks .blockContainer .block {
        padding: 12px; } }
    @media (min-width: 760px) {
      #blocksHolder #blocks .blockContainer .block {
        padding: 24px; } }
    #blocksHolder #blocks .blockContainer .block .button {
      display: inline-block;
      margin-bottom: 20px;
      color: #073284;
      background-color: white;
      font-family: 'stawix', Geneva, Tahoma, sans-serif;
      font-size: 24px;
      border-radius: 500px; }
      @media (min-width: 0px) {
        #blocksHolder #blocks .blockContainer .block .button {
          font-size: 20px;
          padding: 14px 20px 10px 20px; } }
      @media (min-width: 800px) {
        #blocksHolder #blocks .blockContainer .block .button {
          font-size: 20px;
          padding: 14px 40px 10px 40px; } }
      @media (min-width: 1030px) {
        #blocksHolder #blocks .blockContainer .block .button {
          font-size: 24px; } }

#sponsorsHolder {
  background-color: #073284;
  text-align: center; }
  #sponsorsHolder .title {
    padding: 18px 0px 12px 0px;
    color: white;
    font-size: 32px;
    font-family: 'stawix', Geneva, Tahoma, sans-serif; }
  @media (min-width: 0px) {
    #sponsorsHolder #sponsors .sponsorContainer {
      width: 100%;
      padding-bottom: 20px; } }
  @media (min-width: 500px) {
    #sponsorsHolder #sponsors .sponsorContainer {
      width: 50%;
      padding: 10px; } }
  @media (min-width: 760px) {
    #sponsorsHolder #sponsors .sponsorContainer {
      width: 33.3%;
      padding: 10px; } }
  @media (min-width: 1000px) {
    #sponsorsHolder #sponsors .sponsorContainer {
      width: 20%;
      padding: 10px; } }
  #sponsorsHolder #sponsors .sponsorContainer .sponsor {
    background-color: white;
    padding: 12px; }
    #sponsorsHolder #sponsors .sponsorContainer .sponsor img {
      width: 100%; }
    #sponsorsHolder #sponsors .sponsorContainer .sponsor .image {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      padding-bottom: 58%; }

#newsHolder {
  text-align: center; }
  @media (min-width: 0px) {
    #newsHolder #news .newContainer {
      width: 100%;
      padding-bottom: 20px; } }
  @media (min-width: 760px) and (max-width: 1030px) {
    #newsHolder #news .newContainer {
      width: 50%;
      padding: 10px; }
      #newsHolder #news .newContainer:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 1030px) {
    #newsHolder #news .newContainer {
      width: 33.3%;
      padding: 10px; }
      #newsHolder #news .newContainer:nth-child(3n+1) {
        clear: both; } }
  #newsHolder #news .newContainer .new {
    padding: 0px;
    text-align: left;
    background-color: #f8be4a;
    font-family: 'regular', Geneva, Tahoma, sans-serif;
    border: 1px solid #073284; }
    @media (min-width: 0px) {
      #newsHolder #news .newContainer .new .description {
        padding: 12px; } }
    @media (min-width: 760px) {
      #newsHolder #news .newContainer .new .description {
        padding: 24px; } }
    #newsHolder #news .newContainer .new .image img {
      width: 100%; }

#footerHolder {
  background-color: #073284;
  color: white;
  text-align: center;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 50, 132, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(7, 50, 132, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(7, 50, 132, 0.5); }
  @media (min-width: 760px) {
    #footerHolder {
      position: fixed;
      bottom: 0px;
      left: 0px;
      right: 0px; } }
  #footerHolder #footer {
    padding: 10px;
    box-sizing: border-box; }
    #footerHolder #footer div {
      margin: 0px 20px; }
      @media (min-width: 0px) {
        #footerHolder #footer div {
          display: block;
          margin: 0px 0px;
          font-size: 15px; } }
      @media (min-width: 760px) {
        #footerHolder #footer div {
          display: inline-block;
          margin: 0px 20px; } }
  #footerHolder a:active, #footerHolder a:visited, #footerHolder a:link {
    color: white;
    text-decoration: none; }
  #footerHolder a:hover {
    color: #f8be4a; }

h1, h2, h3 {
  font-family: 'stawix', Geneva, Tahoma, sans-serif;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-weight: 400; }

h1 {
  font-size: 26px !important;
  line-height: 32px; }

h2 {
  font-size: 24px !important;
  line-height: 28px; }

h3 {
  font-size: 20px !important;
  line-height: 24px; }

#contactform {
  width: 100%; }
  @media (min-width: 1060px) {
    #contactform {
      min-width: 500px; } }
  #contactform input[type=text] {
    min-width: 50%;
    padding: 5px;
    border: 0px;
    font-size: 14px;
    box-sizing: border-box; }
    @media (max-width: 800px) {
      #contactform input[type=text] {
        min-width: 100%; } }
  #contactform input {
    margin: 3px 0px; }
  #contactform textarea {
    width: 100%;
    padding: 5px;
    margin: 6px 0px 0px 0px;
    box-sizing: border-box; }

.pageWidth {
  margin: auto auto;
  width: 1800px; }
  @media (min-width: 0px) {
    .pageWidth {
      width: 100%; } }
  @media (min-width: 1800px) {
    .pageWidth {
      width: 1800px; } }

.clear {
  clear: both; }

.embeddedContent {
  position: relative;
  width: 100% !important; }
  .embeddedContent > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .embeddedContent:before {
    display: block;
    content: "";
    width: 100% !important;
    padding-top: 56%; }

a:hover {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

.stt {
  position: fixed;
  bottom: 60px;
  right: 22px;
  width: 50px;
  height: 50px;
  z-index: 10000;
  border-radius: 50%;
  background-color: #073284;
  background-image: url("../images/scrolltotop.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out; }

.stt-vis {
  opacity: 0.8; }

#mobilemenu {
  background-color: #f8be4a; }
  @media (min-width: 0px) {
    #mobilemenu {
      display: block; } }
  @media (min-width: 740px) {
    #mobilemenu {
      display: none; } }
  #mobilemenu .mobilemenuitem {
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'regular', Geneva, Tahoma, sans-serif;
    padding: 6px 20px; }
    #mobilemenu .mobilemenuitem a:active, #mobilemenu .mobilemenuitem a:visited, #mobilemenu .mobilemenuitem a:link {
      color: #073284;
      text-decoration: none; }
    #mobilemenu .mobilemenuitem a:hover {
      color: white; }
  #mobilemenu .sub {
    padding-left: 60px; }
  #mobilemenu .nav-collapse {
    padding: 6px 0px; }
