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

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

body {
  font-family: geneva, arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  background-color: #686868;
  overflow-x: hidden; }

#menuHolder {
  position: relative; }
  #menuHolder #menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
    @media (min-width: 0px) {
      #menuHolder #menu {
        position: relative; } }
    @media (min-width: 1000px) {
      #menuHolder #menu {
        position: fixed; } }
    #menuHolder #menu #limit {
      position: relative; }
    #menuHolder #menu #logo {
      position: absolute;
      top: 0px;
      left: 20px;
      width: 80%;
      width: -webkit-calc(100% - 20px);
      width: -moz-calc(100% - 20px);
      width: calc(100% - 20px); }
      @media (min-width: 1440px) {
        #menuHolder #menu #logo {
          left: 0px; } }
      #menuHolder #menu #logo img {
        left: 0px;
        max-width: 316px; }
        @media (max-width: 900px) {
          #menuHolder #menu #logo img {
            width: 56%; } }
    #menuHolder #menu #menuItems {
      position: absolute;
      top: 12px;
      left: 350px; }
      @media (min-width: 0px) {
        #menuHolder #menu #menuItems {
          display: none; } }
      @media (min-width: 1000px) {
        #menuHolder #menu #menuItems {
          display: block; } }
      #menuHolder #menu #menuItems .menuItem {
        font-family: 'frutigerregular', geneva, arial, sans-serif;
        font-size: 18px;
        float: left; }
        @media (min-width: 1000px) {
          #menuHolder #menu #menuItems .menuItem {
            margin: 0px 12px; } }
        @media (min-width: 1100px) {
          #menuHolder #menu #menuItems .menuItem {
            margin: 0px 22px; } }
        @media (min-width: 1200px) {
          #menuHolder #menu #menuItems .menuItem {
            margin: 0px 28px; } }
        #menuHolder #menu #menuItems .menuItem a:active, #menuHolder #menu #menuItems .menuItem a:visited, #menuHolder #menu #menuItems .menuItem a:link {
          color: black; }
        #menuHolder #menu #menuItems .menuItem a:hover {
          color: #fe831b; }
        #menuHolder #menu #menuItems .menuItem.selected a:active, #menuHolder #menu #menuItems .menuItem.selected a:visited, #menuHolder #menu #menuItems .menuItem.selected a:link {
          color: #fe831b; }
    #menuHolder #menu #nav-toggle {
      position: absolute;
      top: 0px;
      right: 80px;
      font-family: 'frutigerregular', geneva, arial, sans-serif;
      font-size: 20px;
      padding: 11px;
      cursor: pointer; }
      @media (min-width: 0px) {
        #menuHolder #menu #nav-toggle {
          display: block; } }
      @media (min-width: 1000px) {
        #menuHolder #menu #nav-toggle {
          display: none; } }
    #menuHolder #menu #socialMedia {
      position: absolute;
      top: 8px;
      right: 5px; }

#headerHolder {
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1; }
  @media (min-width: 0px) {
    #headerHolder {
      position: relative; } }
  @media (min-width: 1000px) {
    #headerHolder {
      position: fixed; } }
  #headerHolder #header {
    position: relative; }
    @media (min-width: 0px) {
      #headerHolder #header {
        padding-bottom: 50%; } }
    @media (min-width: 700px) {
      #headerHolder #header {
        padding-bottom: 45%; } }
    #headerHolder #header .header-slideshow {
      position: absolute;
      width: 100%;
      height: 100%; }
      #headerHolder #header .header-slideshow .banner {
        width: 100%;
        height: 100%; }
    #headerHolder #header #header_sponsoren {
      position: absolute;
      right: 0px;
      left: 0px;
      bottom: 0px;
      z-index: 500;
      text-align: right; }
      #headerHolder #header #header_sponsoren img {
        width: 100% !important;
        max-width: 579px; }

@media (min-width: 0px) {
  #topMargin {
    display: none; } }

@media (min-width: 1000px) {
  #topMargin {
    display: block;
    padding-top: 45%; } }

#contentHolder {
  position: relative;
  z-index: 10;
  background-color: #6a6a6a;
  background-image: url("../images/background.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  background-attachment: fixed;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
  #contentHolder #content .activiteit {
    position: relative;
    width: 100%;
    height: 195px;
    color: #4a4a4a;
    margin-bottom: 10px;
    margin-top: -10px; }
    #contentHolder #content .activiteit .activiteit_content {
      position: absolute;
      height: 150px;
      left: 185px;
      top: 20px;
      width: auto;
      width: -webkit-calc(100% - 195px);
      width: -moz-calc(100% - 195px);
      width: calc(100% - 195px);
      padding-left: 10px;
      background-color: white; }
    #contentHolder #content .activiteit .activiteit_text {
      position: relative;
      padding: 10px;
      max-height: 90px;
      overflow: hidden; }
      #contentHolder #content .activiteit .activiteit_text .gradient {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: red;
        background: url("../images/gradient.png");
        height: 10px; }
    #contentHolder #content .activiteit .activiteit_leesmeer {
      position: absolute;
      bottom: 10px;
      right: 10px; }
    #contentHolder #content .activiteit .activiteit_image {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 195px;
      width: 195px;
      color: black;
      z-index: 1000; }
    #contentHolder #content .activiteit .activiteit_content_image {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 171px;
      height: 171px;
      background-color: black; }
    #contentHolder #content .activiteit .activiteit_frame_image {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 195px;
      height: 195px;
      z-index: 1000; }
  #contentHolder #content table img {
    width: 90% !important;
    height: auto !important;
    max-width: 200px; }
  #contentHolder #content .sponsoren img {
    border: 1px solid black !important; }

#laadtweets {
  padding: 15px;
  padding-top: 0px; }

#content {
  padding-top: 15px; }

h1 {
  font-family: 'frutigerregular', geneva, arial, sans-serif;
  font-size: 24px;
  padding: 0px;
  margin: 0px; }

h2 {
  font-family: 'frutigerregular', geneva, arial, sans-serif;
  font-size: 18px;
  padding: 0px;
  margin: 0px; }

img {
  border: 0px; }

.item_page_content table.stack_on_mobile img {
  margin-bottom: 12px; }

@media (max-width: 700px) {
  .item_page_content table.stack_on_mobile tr td {
    display: block;
    text-align: center !important; }
    .item_page_content table.stack_on_mobile tr td br {
      display: none; } }

.item_page {
  width: 100%;
  margin-bottom: 25px; }

.item_page a {
  color: white; }

.item_page_content {
  padding: 20px;
  padding-bottom: 20px;
  font-size: 12px; }
  .item_page_content .fullwidth {
    width: 100% !important;
    height: auto !important; }
  .item_page_content iframe {
    width: 100% !important; }

#rightholder {
  position: relative;
  width: 380px;
  float: left; }
  @media (min-width: 0px) {
    #rightholder {
      left: 50%;
      margin-left: -190px; } }
  @media (min-width: 1000px) {
    #rightholder {
      left: auto;
      margin-left: 20px; } }

#leftholder {
  position: relative;
  width: 400;
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  float: left; }
  @media (min-width: 0px) {
    #leftholder {
      width: 100%; } }
  @media (min-width: 1000px) {
    #leftholder {
      width: 400;
      width: -webkit-calc(100% - 400px);
      width: -moz-calc(100% - 400px);
      width: calc(100% - 400px); } }

#nieuws {
  left: 30px;
  padding: 15px 8px 10px 8px;
  width: 299px;
  background-color: white;
  margin: auto auto;
  z-index: 0; }

.nieuweitem_titel {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 4px;
  margin-top: 10px;
  color: #ff8500; }

.nieuweitem_text {
  color: #4a4a4a; }

#goldenborder {
  position: relative;
  width: 100%;
  height: 360px;
  top: 0px;
  left: 0px;
  z-index: 10; }

#goldenimage {
  position: absolute;
  width: 320px;
  height: 320px;
  top: 30px;
  left: 34px;
  z-index: 10;
  background-color: black; }

.fotoalbum {
  padding-right: 10px;
  padding-bottom: 10px;
  box-sizing: border-box; }
  .fotoalbum.small {
    float: left;
    width: 140px;
    height: 140px; }
  .fotoalbum.large {
    display: inline-block;
    width: 33%; }
  .fotoalbum.description {
    margin-right: 10px;
    margin-bottom: 30px; }
  .fotoalbum img {
      width: 100%; }

@media (max-width: 800px) {
  .fotoalbum.large {
    width: 100%;
    padding-right: 0px;
  }
  .fotoalbum.small {
    width: 100%;
    height: auto;
    padding-right: 0px;
  }
}

#contactform {
  color: white;
  font-family: geneva, arial, sans-serif;
  font-size: 12px; }

#submitbutton {
  border: 0px;
  background-color: #ff8500;
  color: white;
  padding: 5px 10px 5px 10px; }

.invulveld {
  width: 300px;
  border: 0px;
  padding: 5px; }

.sponsorrotate {
  width: 143px;
  height: 92px;
  overflow: hidden;
  float: left;
  border: 1px solid black;
  margin-right: 4px;
  margin-top: 8px; }

a {
  text-decoration: none; }

a.menu_item_sel:active, a.menu_item_sel:visited, a.menu_item_sel:link {
  color: black; }

a.menu_item_sel:hover {
  color: black; }

a.menu_item:active, a.menu_item:visited, a.menu_item:link {
  color: white; }

a.menu_item:hover {
  color: black; }

a.blackorange:active, a.blackorange:visited, a.blackorange:link {
  color: black;
  font-size: 11px; }

a.blackorange:hover {
  color: #ff8500; }

a.black:active, a.black:visited, a.black:link {
  color: black; }

a.black:hover {
  color: black; }

.clear {
  clear: both; }

.pad12 {
  padding: 12px; }

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

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; }

.lightbg {
  background-image: url("../images/lightbackground.png");
  background-position: center center;
  background-repeat: repeat;
  color: black; }

.blackbg {
  background-image: url("../images/darkbackground.png");
  background-position: center center;
  background-repeat: repeat;
  color: white; }

#mobilemenu {
  background-color: white;
  overflow: hidden; }
  @media (min-width: 0px) {
    #mobilemenu {
      display: block; } }
  @media (min-width: 1000px) {
    #mobilemenu {
      display: none; } }
  #mobilemenu .mobilemenuitem {
    font-size: 18px;
    font-family: 'frutigerregular', geneva, arial, sans-serif;
    padding: 3px 20px; }
    #mobilemenu .mobilemenuitem a:active, #mobilemenu .mobilemenuitem a:visited, #mobilemenu .mobilemenuitem a:link {
      color: black;
      text-decoration: none; }
    #mobilemenu .mobilemenuitem a:hover {
      color: #fe831b; }
  #mobilemenu .sub {
    padding-left: 60px; }
  #mobilemenu .nav-collapse {
    padding: 1% 0px; }

.stt {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 100;
  background-color: #fe831b;
  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; }
