@charset "UTF-8";
@import url(fonts.css);
html,
body {
  height: 100%;
  font-weight: 500; }

body {
  font-family: "TStar",Helvetica,Arial,sans-serif;
  padding-top: 76px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-weight: 900; }

p {
  font-weight: 500; }

section h1 {
  margin-bottom: 26px; }

h2, h3, h4 {
  font-weight: bold; }

section.default-section.divider {
  padding-bottom: 20px; }
section.default-section .container {
  padding-bottom: 60px; }

img {
  max-width: 100%; }

.container {
  width: 100%;
  max-width: 1200px; }

.two-column-content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  -o-column-gap: 60px;
  column-gap: 60px; }
  .two-column-content h1, .two-column-content h2, .two-column-content h3, .two-column-content h4, .two-column-content h5, .two-column-content h6 {
    margin-top: 0; }

.hamburger {
  width: 22px;
  height: 16px;
  position: relative;
  top: 10px;
  z-index: 5;
  display: block; }
  .hamburger .line {
    display: block;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    margin: 5px 0;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease; }
    .hamburger .line:first-child {
      margin-top: 0; }
    .hamburger .line:nth-child(2) {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .hamburger .line:last-child {
      margin-bottom: 0; }
  .hamburger.active .line:first-child {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    -o-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px); }
  .hamburger.active .line:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .hamburger.active .line:last-child {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    -o-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px); }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  moz-transition: 0.5s all easeIn;
  -ms-transition: 0.5s all easeIn;
  -o-transition: 0.5s all easeIn;
  -webkit-transition: 0.5s all easeIn;
  transition: 0.5s all easeIn;
  z-index: 9999; }
  header a, header p {
    text-transform: uppercase; }
  header .menu-top {
    height: 35px;
    background-color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden; }
    header .menu-top ul {
      padding-left: 0;
      list-style: none; }
      header .menu-top ul li {
        display: inline-block; }
        header .menu-top ul li a {
          color: #FFF;
          font-weight: 500;
          font-size: 18px;
          line-height: 1.2; }
      header .menu-top ul.sites-menu li {
        margin: 0 12px; }
        header .menu-top ul.sites-menu li:first-child:before, header .menu-top ul.sites-menu li:last-child:before {
          content: "";
          font-family: 'icons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 30px;
          line-height: 0.76667;
          color: #FFF; }
        header .menu-top ul.sites-menu li:first-child a:hover {
          color: #C89C65; }
        header .menu-top ul.sites-menu li:first-child:before {
          float: right;
          margin-left: 10px;
          color: #C89C65; }
        header .menu-top ul.sites-menu li:last-child a:hover {
          color: #ACACAC; }
        header .menu-top ul.sites-menu li:last-child:before {
          float: left;
          margin-right: 10px;
          color: #ACACAC; }
    header .menu-top .language-bar {
      margin-right: 14px; }
      header .menu-top .language-bar ul li:first-child:after {
        content: '/';
        color: #FFF;
        margin-left: 5px;
        margin-right: 5px; }
      header .menu-top .language-bar ul li a:hover, header .menu-top .language-bar ul li a.active {
        color: #C89C65; }
  header .menu-bottom {
    height: 41px;
    border-bottom: 4px solid #000;
    background-color: #ECECEC;
    position: relative; }
    header .menu-bottom .container {
      position: relative; }
    header .menu-bottom .logo {
      margin-left: 43px; }
      header .menu-bottom .logo img {
        position: absolute;
        bottom: -59px;
        left: 73px;
        z-index: 10; }
    header .menu-bottom nav {
      padding-top: 6px;
      position: relative; }
      header .menu-bottom nav ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        header .menu-bottom nav ul li {
          display: inline-block;
          margin: 0 40px; }
          header .menu-bottom nav ul li a {
            font-size: 21px;
            line-height: 1.2;
            font-weight: 700; }
      header .menu-bottom nav a.social {
        position: absolute;
        right: 55px;
        display: inline-block;
        font-size: 27px;
        top: 3px; }
    header .menu-bottom .language-bar-mobile {
      margin-left: 0;
      margin-top: 6px; }
      header .menu-bottom .language-bar-mobile ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0; }
        header .menu-bottom .language-bar-mobile ul li {
          display: inline-block; }
          header .menu-bottom .language-bar-mobile ul li:first-child:after {
            content: '/';
            color: #000;
            margin-left: 5px;
            margin-right: 5px; }
          header .menu-bottom .language-bar-mobile ul li a {
            font-weight: 500;
            font-size: 18px;
            line-height: 1.2; }
            header .menu-bottom .language-bar-mobile ul li a:hover, header .menu-bottom .language-bar-mobile ul li a.active {
              color: #C89C65; }

.main-section .container {
  height: 1054px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: -159px; }
.main-section .first-section-background {
  padding-top: 40px;
  padding-bottom: 15px;
  height: 100%;
  background: url("../img/banner-img.png") no-repeat 48.8% bottom;
  background: url("../img/banner-img.svg") no-repeat 48.8% bottom;
  background-size: contain; }
.main-section h1.first-header {
  font-size: 191px;
  line-height: 0.75;
  margin-top: 17px;
  text-align: center;
  z-index: -1;
  position: relative;
  margin-bottom: 0; }
.main-section .side-content {
  margin-top: 155px; }
  .main-section .side-content .text-container {
    width: 260px; }
  .main-section .side-content p {
    font-size: 27px;
    line-height: 1.11111;
    font-weight: 700;
    margin-bottom: 0; }
.main-section .banner-content {
  padding: 0 30px;
  text-transform: none; }
  .main-section .banner-content h3 {
    margin-bottom: 5px;
    color: #fff; }
  .main-section .banner-content p {
    color: #fff; }
  .main-section .banner-content .banner-side-content {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    padding: 140px 20px 20px;
    height: 542px;
    width: 265px; }
  .main-section .banner-content .banner-left-content {
    left: 60px;
    text-align: left; }
  .main-section .banner-content .banner-right-content {
    right: 60px;
    text-align: right; }
  .main-section .banner-content .banner-center-content {
    width: 552px;
    height: 522px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 325px;
    padding: 310px 40px 20px; }
.main-section .btn-default:hover,
.main-section .btn-default:focus,
.main-section .btn-default:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #4D4D4D !important;
  box-shadow: none; }

section.divider {
  position: relative; }

section.divider:after {
  content: "";
  display: block;
  background: url("../img/divider.svg") no-repeat center center;
  height: 21px;
  width: 100%;
  position: absolute; }

section.main-section.divider:after {
  bottom: -5px; }

.mobile-banner-center-element .btn-default,
.banner-center-content .btn-default {
  width: 230px; }

/*
======================================================================================================================
													Actueel section
======================================================================================================================
*/
.default-content-wrapper .content {
  padding-top: 30px; }
  .default-content-wrapper .content p {
    font-size: 16px;
    line-height: 1.4375;
    font-weight: 500; }

/*
======================================================================================================================
													Profiel section
======================================================================================================================
*/
.profiel-section .container {
  padding-right: 60px;
  padding-left: 60px; }
.profiel-section .full-width-img {
  padding-top: 30px; }
  .profiel-section .full-width-img img {
    width: 100%; }

/*
======================================================================================================================
													Contact Section
======================================================================================================================
*/
.contact-section h3 {
  font-size: 21px;
  line-height: 1.09524; }
.contact-section p {
  font-size: 16px;
  line-height: 1.4375;
  margin-bottom: 0; }
.contact-section img {
  width: 100%; }
.contact-section a.social {
  background-color: #000;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 21px;
  border-radius: 50%;
  padding: 6px;
  display: inline-block;
  margin: 4px 0; }
  .contact-section a.social i.icon-facebook {
    color: #fff; }
.contact-section .default-content-wrapper .content {
  padding-top: 0; }
  .contact-section .default-content-wrapper .content .contact-element {
    padding-top: 30px; }
    .contact-section .default-content-wrapper .content .contact-element .btn-default {
      margin-top: 15px; }

/*
======================================================================================================================
													Footer
======================================================================================================================
*/
footer {
  width: 100%;
  height: 70px;
  background-color: #000;
  color: #fff;
  font-weight: 500; }
  footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px; }
    footer .footer-bottom .container {
      position: relative; }
    footer .footer-bottom ul {
      text-align: center; }
      footer .footer-bottom ul {
        padding-left: 0;
        margin-bottom: 0; }
        footer .footer-bottom ul li {
          list-style: none; }
      footer .footer-bottom ul li {
        display: inline-block;
        margin: 0 20px;
        font-weight: 500; }
        footer .footer-bottom ul li:before {
          content: "";
          font-family: 'icons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 30px;
          overflow: hidden;
          height: 27px;
          line-height: 0.8;
          display: block;
          margin-bottom: 0; }
        footer .footer-bottom ul li a {
          color: white;
          text-transform: uppercase; }
        footer .footer-bottom ul li:first-child:before {
          color: #ACACAC; }
        footer .footer-bottom ul li:first-child a:hover {
          color: #ACACAC; }
        footer .footer-bottom ul li:nth-child(2):before {
          color: #FFF; }
        footer .footer-bottom ul li:nth-child(2) a:hover {
          color: #FFF; }
        footer .footer-bottom ul li:last-child:before {
          color: #C89C65; }
        footer .footer-bottom ul li:last-child a:hover {
          color: #C89C65; }
    footer .footer-bottom .copyright {
      position: absolute;
      top: 0;
      right: 60px;
      padding-right: 10px;
      padding-top: 13px; }

/*
======================================================================================================================
													Bootstrap Helpers
======================================================================================================================
*/
.btn-default {
  background-image: none;
  filter: none;
  filter: none;
  background-repeat: repeat-x;
  text-shadow: none;
  border: 2px solid #fff;
  background-color: transparent;
  color: white;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.2455; }

.btn-default:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none; }

.btn-black {
  color: #000;
  border: 2px solid #000; }

.btn-contact {
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: none; }

.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active {
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: none; }

@media (min-width: 1200px) {
  .contact-section .container {
    padding-left: 35px;
    padding-right: 35px; }
    .contact-section .container .col-xs-1, .contact-section .container .col-sm-1, .contact-section .container .col-md-1, .contact-section .container .col-lg-1, .contact-section .container .col-xs-2, .contact-section .container .col-sm-2, .contact-section .container .col-md-2, .contact-section .container .col-lg-2, .contact-section .container .col-xs-3, .contact-section .container .col-sm-3, .contact-section .container .col-md-3, .contact-section .container .col-lg-3, .contact-section .container .col-xs-4, .contact-section .container .col-sm-4, .contact-section .container .col-md-4, .contact-section .container .col-lg-4, .contact-section .container .col-xs-5, .contact-section .container .col-sm-5, .contact-section .container .col-md-5, .contact-section .container .col-lg-5, .contact-section .container .col-xs-6, .contact-section .container .col-sm-6, .contact-section .container .col-md-6, .contact-section .container .col-lg-6, .contact-section .container .col-xs-7, .contact-section .container .col-sm-7, .contact-section .container .col-md-7, .contact-section .container .col-lg-7, .contact-section .container .col-xs-8, .contact-section .container .col-sm-8, .contact-section .container .col-md-8, .contact-section .container .col-lg-8, .contact-section .container .col-xs-9, .contact-section .container .col-sm-9, .contact-section .container .col-md-9, .contact-section .container .col-lg-9, .contact-section .container .col-xs-10, .contact-section .container .col-sm-10, .contact-section .container .col-md-10, .contact-section .container .col-lg-10, .contact-section .container .col-xs-11, .contact-section .container .col-sm-11, .contact-section .container .col-md-11, .contact-section .container .col-lg-11, .contact-section .container .col-xs-12, .contact-section .container .col-sm-12, .contact-section .container .col-md-12, .contact-section .container .col-lg-12 {
      padding-left: 25px;
      padding-right: 25px; } }
@media (max-width: 1200px) {
  header .menu-bottom .logo {
    margin-left: 58px; }

  .main-section .container {
    height: 1008px;
    padding-left: 30px;
    padding-right: 30px; }
  .main-section .first-section-background {
    background: url("../img/banner-img-tablet.png") no-repeat 48.8% bottom;
    background: url("../img/banner-img-tablet.svg") no-repeat 48.8% bottom;
    background-size: contain; }
  .main-section .banner-content .banner-side-content {
    padding: 126px 15px 15px;
    height: 546px;
    width: 230px; }
  .main-section .banner-content .banner-left-content {
    left: 30px; }
  .main-section .banner-content .banner-right-content {
    right: 30px; }
  .main-section .banner-content .banner-center-content {
    width: 480px;
    height: 412px;
    left: 260px;
    text-align: center;
    padding: 160px 60px 20px; }

  /*
  ======================================================================================================================
  													Actueel section
  ======================================================================================================================
  */
  .default-content-wrapper .content h2 {
    line-height: 0.7;
    margin-bottom: 25.5px;
    margin-top: 30px; }

  /*
  ======================================================================================================================
  													Profiel section
  ======================================================================================================================
  */
  .profiel-section .container {
    padding-right: 30px;
    padding-left: 30px; }
  .profiel-section .full-width-img {
    padding-top: 10px; }

  .two-column-content {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px; }

  /*
  ======================================================================================================================
  													Bootstrap Helpers
  ======================================================================================================================
  */
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
    width: 100%; }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px; }

  .row {
    margin-left: -15px;
    margin-right: -15px; }

  .btn-contact {
    font-size: 16px;
    line-height: 1.55688; } }
@media (min-width: 992px) {
  .menu-bottom nav {
    display: block !important; }

  .default-content-wrapper .content h2 {
    line-height: 0.75;
    margin-top: 0; } }
@media (max-width: 991px) {
  header .menu-bottom .logo {
    margin-left: 58px; }
  header .menu-bottom nav ul {
    display: inline-block;
    margin-left: 70px; }
    header .menu-bottom nav ul li {
      margin: 0 12px; }

  .main-section h1.first-header {
    margin-top: 26px; }
  .main-section .container {
    height: auto;
    padding-left: 30px;
    padding-right: 30px; }
  .main-section .first-section-background {
    background: none;
    padding-top: 50px; }
    .main-section .first-section-background .mobile-banner .mobile-banner-element {
      padding-bottom: 60px; }
      .main-section .first-section-background .mobile-banner .mobile-banner-element h3 {
        margin-top: 0;
        margin-bottom: 4px; }
      .main-section .first-section-background .mobile-banner .mobile-banner-element .logo {
        text-align: center; }
        .main-section .first-section-background .mobile-banner .mobile-banner-element .logo img {
          max-width: 100%; }
      .main-section .first-section-background .mobile-banner .mobile-banner-element p {
        margin-bottom: 30px; }
  .main-section .side-content {
    margin-bottom: 15px;
    margin-top: 135px; }
    .main-section .side-content .text-container {
      float: none !important;
      width: 100%;
      text-align: center; }
      .main-section .side-content .text-container p {
        margin-bottom: 0; }

  /*
  ======================================================================================================================
  													Actueel section
  ======================================================================================================================
  */
  .default-content-wrapper .content h2 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .default-content-wrapper .content img {
    width: 100%; }

  .actual-section h1 {
    line-height: 0.75;
    margin-top: 40px;
    margin-bottom: 0; }

  /*
  ======================================================================================================================
  													Profiel Section
  ======================================================================================================================
  */
  .profiel-section h1 {
    margin-top: 36px;
    margin-bottom: 36px; }
  .profiel-section .default-content-wrapper .content {
    padding-top: 0; }
    .profiel-section .default-content-wrapper .content h1, .profiel-section .default-content-wrapper .content h2, .profiel-section .default-content-wrapper .content h3, .profiel-section .default-content-wrapper .content h4, .profiel-section .default-content-wrapper .content h5, .profiel-section .default-content-wrapper .content h6 {
      margin-bottom: 4px; }
    .profiel-section .default-content-wrapper .content p {
      margin-bottom: 30px; }

  .two-column-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0; }

  /*
  ======================================================================================================================
  													Contact Section
  ======================================================================================================================
  */
  .contact-section .container {
    padding-bottom: 50px !important; }
  .contact-section h1 {
    margin-bottom: 16px;
    margin-top: 36px; }
  .contact-section .default-content-wrapper .content {
    padding-top: 0; }
  .contact-section .contact-element {
    padding-top: 40px !important; }
    .contact-section .contact-element img {
      width: auto; }
    .contact-section .contact-element .button {
      padding-left: 15px;
      padding-right: 15px; }

  /*
  ======================================================================================================================
  													Bootstrap Helpers
  ======================================================================================================================
  */
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 768px;
    width: 100%; }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px; }

  .row {
    margin-left: -15px;
    margin-right: -15px; }

  .btn-default {
    border-color: #000;
    color: #000;
    width: 100% !important;
    font-size: 20px;
    line-height: 1.2455; }
    .btn-default:hover {
      border-color: #000; } }
@media (max-width: 992px) {
  .main-section .first-section-background {
    background: none; }
  .main-section .container {
    height: auto; }
  .main-section .btn-default:hover,
  .main-section .btn-default:focus,
  .main-section .btn-default:active {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    box-shadow: none; } }
@media (max-width: 767px) {
  section.default-section .container {
    padding-bottom: 40px; }

  h1 {
    font-size: 40.91px;
    line-height: 0.75;
    margin-top: 40px; }

  .no-margin-top {
    margin-top: 0 !important; }

  header .menu-top {
    display: none; }
  header .menu-bottom {
    height: 38px;
    border-bottom: 3px solid #000; }
    header .menu-bottom .logo img {
      width: 126px;
      bottom: -44px;
      left: 50%;
      margin-left: -63px; }
    header .menu-bottom nav {
      display: none;
      position: absolute;
      top: 38px;
      left: 0;
      right: 0;
      z-index: -1;
      padding-top: 0; }
      header .menu-bottom nav.animated {
        display: block; }
      header .menu-bottom nav ul {
        margin-left: 0;
        display: block;
        padding-top: 30px;
        background: #ECECEC; }
        header .menu-bottom nav ul li {
          display: block;
          margin: 0;
          padding: 10px; }
          header .menu-bottom nav ul li:nth-child(2n) {
            background-color: #D0D0CF; }

  /*
  ======================================================================================================================
  													Main Section
  ======================================================================================================================
  */
  .main-section .container {
    padding-left: 20px;
    padding-right: 20px; }
  .main-section h1.first-header {
    font-size: 76.8px;
    line-height: 0.75;
    margin-bottom: 0;
    margin-top: 20px; }
  .main-section .first-section-background {
    padding-top: 20px; }
    .main-section .first-section-background .mobile-banner {
      padding-bottom: 10px; }
      .main-section .first-section-background .mobile-banner .mobile-banner-element {
        padding-bottom: 30px; }
        .main-section .first-section-background .mobile-banner .mobile-banner-element p {
          margin-bottom: 25px;
          font-weight: 500; }
  .main-section .side-content-divider {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 40px; }
    .main-section .side-content-divider:after {
      content: "";
      display: block;
      background: url("../img/divider.png") repeat-x center center;
      height: 21px;
      width: 100%;
      position: absolute; }
  .main-section .side-content {
    margin-top: 159px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }

  /*
  ======================================================================================================================
  													Actueel section
  ======================================================================================================================
  */
  .default-content-wrapper .content p:last-child {
    margin-bottom: 0; }

  /*
  ======================================================================================================================
  													Contact Section
  ======================================================================================================================
  */
  .contact-section .default-content-wrapper .contact-element {
    padding-top: 40px !important; }
    .contact-section .default-content-wrapper .contact-element img {
      width: auto; }
    .contact-section .default-content-wrapper .contact-element .button {
      padding-left: 0;
      padding-right: 0; }

  footer {
    height: auto; }

  footer .footer-bottom {
    height: auto; }
    footer .footer-bottom .copyright {
      position: static !important;
      padding: 0;
      text-align: center;
      margin-bottom: 10px; }
    footer .footer-bottom ul li {
      margin: 0 15px; }
      footer .footer-bottom ul li:first-child {
        margin-left: 0; }
      footer .footer-bottom ul li:last-child {
        margin-right: 0; }

  /*
  ======================================================================================================================
  													Bootstrap Helpers
  ======================================================================================================================
  */
  .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    width: 100%; }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px; }

  .row {
    margin-left: -10px;
    margin-right: -10px; }

  /*
  ======================================================================================================================
  													Profiel Section
  ======================================================================================================================
  */
  .profiel-section h1 {
    margin-top: 40px;
    margin-bottom: 30px; }
  .profiel-section .container {
    padding-right: 20px;
    padding-left: 20px; }
  .profiel-section .default-content-wrapper .content {
    padding-top: 0; }
    .profiel-section .default-content-wrapper .content h1, .profiel-section .default-content-wrapper .content h2, .profiel-section .default-content-wrapper .content h3, .profiel-section .default-content-wrapper .content h4, .profiel-section .default-content-wrapper .content h5, .profiel-section .default-content-wrapper .content h6 {
      margin-bottom: 4px; }
    .profiel-section .default-content-wrapper .content p {
      margin-bottom: 30px; } }

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