/* Variables */
/* Mixins */
/* Extends */
.bodyFont {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em; }

.title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6em; }

.subTitle {
  font-size: 20px;
  line-height: 1.6em; }

.btn {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  padding: 10px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background: #cd1e38;
  border: 0;
  border-radius: 3px;
  cursor: pointer; }
  .btn:hover {
    color: #fff;
    background: #a1172c; }

.mobileNavigatieButton,
.mobileSubNavBtn {
  display: none; }

@media all and (max-width: 1040px) {
  .container {
    max-width: 1000%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  /* Top */
  .top .logo {
    left: 20px; }
  .top .langContainer {
    margin-right: 20px; }

  /* Eyecatcher */
  .sloganTitel,
  .sloganContainer .sloganTitel {
    left: auto;
    width: 100%;
    padding: 0 20px;
    margin-left: auto; }

  /* Navigtion */
  .navigatie ul li a, .navigatie ul li p {
    font-size: 16px; }

  /* Homepage */
  .homeWidgetsContainer {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0; } }
@media all and (max-width: 960px) {
  /* Navigtion */
  .navigatie ul li a, .navigatie ul li p {
    padding: 15px;
    font-size: 14px;
    line-height: 30px; }

  /* Framework */
  .main .leftContainer,
  .main .rightContainer {
    width: 200px; }

  /* Homepage */
  .homeWidget {
    width: calc(50% - 10px); }
    .homeWidget:nth-of-type(2n+1) {
      margin-left: 0; }
    .homeWidget:nth-of-type(1), .homeWidget:nth-of-type(2) {
      margin-bottom: 20px; } }
@media all and (max-width: 760px) {
  /* Top */
  .top {
    position: absolute;
    border: 0; }
    .top > .container {
      padding: 10px 0; }
    .top .logo {
      width: 172px;
      height: 20px; }

  /* Navigation */
  .mobileNavigatieButton {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: #cd1e38 url("../images/restyle/icons/hamburger.svg") no-repeat center center;
    cursor: pointer; }

  .navigatie {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 60px; }
    .navigatie > .container > ul {
      position: absolute;
      top: 60px;
      left: 0;
      display: none;
      width: 100%;
      height: auto;
      text-align: left;
      background: #a1172c; }
      .navigatie > .container > ul li {
        display: block; }
        .navigatie > .container > ul li a, .navigatie > .container > ul li p {
          padding: 10px 20px; }
          .navigatie > .container > ul li a:hover, .navigatie > .container > ul li p:hover {
            background: #a1172c; }

  /* Framework */
  .main .leftContainer,
  .main .rightContainer {
    float: none;
    width: auto;
    margin: 0; }

  /* Social media */
  .socialMediaIcons {
    position: absolute;
    top: auto;
    bottom: 20px; }

  /* Footer */
  .footer {
    position: relative; }
    .footer .widget {
      float: none;
      width: 100%;
      margin: 20px 0 0 0; }
      .footer .widget:first-of-type {
        margin: 0; }

  .footerInfo .left,
  .footerInfo .right {
    float: none; } }
@media all and (max-width: 640px) {
  .top .topNavigatie li:after {
    display: none; }
  .top .topNavigatie li a {
    padding: 10px 5px;
    margin: 0;
    font-size: 0.7em; } }
@media all and (max-width: 480px) {
  /* Top */
  .top .logo {
    top: 25px;
    width: 90px;
    height: 12px; }
  .top .topNavigatie li:after {
    display: none; }
  .top .topNavigatie li a {
    padding: 10px 5px;
    margin: 0;
    font-size: 0.7em; }

  /* Homepage */
  .homeWidgetsContainer .homeWidget {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 20px 0 0 0; }
    .homeWidgetsContainer .homeWidget:nth-of-type(3) {
      margin-bottom: 20px; }

  /* Content */
  #gallery {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0; }

  /* Content contact form */
  .uspLeft,
  .uspRight,
  .contentContactFormLeft,
  .contentContactFormRight {
    float: none;
    width: 100%; } }
@media all and (max-width: 420px) {
  .top .topNavigatie {
    float: left;
    margin-top: 40px;
    margin-left: 10px; }

  .top .langContainer {
    margin-top: 40px;
    margin-right: 0; }

  .navigatie {
    top: 100px; }

  .eyecatcherContainer {
    padding-top: 160px; } }

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