/* Scss Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  outline: 0; }

/***********/
/* GENERAL */
/***********/
body {
  font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  background-color: #554b49;
  color: #554b49; }

p {
  margin-bottom: 15px;
  padding: 0 30px;
  font-size: 13px; }

p:last-child {
  margin-bottom: 0; }

h1 {
  font-size: 26px;
  padding: 30px;
  color: #4b7aae; }

h2 {
  font-size: 18px;
  padding: 0 30px;
  margin-bottom: 15px;
  color: #234467; }

h1.slogan {
  padding-bottom: 0;
  text-align: center; }

a:link,
a:visited,
a:active {
  color: #4b7aae; }

a:hover {
  color: #234467;
  text-decoration: none; }

a.button {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: #4b7aae; }

img.floatright {
  display: block;
  float: right;
  max-width: 50%;
  margin: 0 0 20px 20px; }

iframe.contactmap {
  width: 100%;
  height: 320px;
  border: 0; }

img.icon-left {
  display: block;
  float: left;
  margin: 0 10px 10px 0; }

p.email-address:before {
  content: "info@anters.be"; }

/*****************/
/* PAGE ELEMENTS */
/*****************/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  border-bottom: 20px solid #234467;
  background-color: white; }
  header #headercontents {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
    header #headercontents #logo {
      float: left;
      width: 300px;
      margin: 15px 30px; }
    header #headercontents nav {
      float: right;
      height: 35px;
      margin: 35px 0; }
      header #headercontents nav #mainmenu {
        list-style: none; }
        header #headercontents nav #mainmenu li {
          float: left;
          margin-right: 20px; }
          header #headercontents nav #mainmenu li a {
            display: block;
            height: 32px;
            line-height: 35px;
            border-bottom: 3px solid transparent;
            font-weight: 300;
            font-size: 15px;
            letter-spacing: 1px;
            text-decoration: none;
            text-transform: uppercase;
            color: #4b7aae; }
          header #headercontents nav #mainmenu li a:hover,
          header #headercontents nav #mainmenu li a:focus {
            color: #234467;
            border-bottom: 3px solid #234467 !important; }
          header #headercontents nav #mainmenu li a.current {
            border-bottom: 3px solid #4b7aae; }
        header #headercontents nav #mainmenu li:last-child {
          margin-right: 30px; }

#wrapper {
  background-color: #f0f0f0; }
  #wrapper #main {
    width: 100%;
    max-width: 960px;
    margin: 125px auto 0;
    padding-bottom: 30px;
    background-color: white; }

footer {
  min-height: 100px;
  border-top: 40px solid #4b7aae; }
  footer #footercontents {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    color: white; }
    footer #footercontents ul {
      float: left;
      margin: 20px 30px;
      list-style: none; }
      footer #footercontents ul li {
        height: 20px;
        line-height: 20px;
        font-size: 11px; }
        footer #footercontents ul li a {
          display: inline-block;
          text-decoration: none;
          color: white; }
        footer #footercontents ul li a:hover,
        footer #footercontents ul li a:focus,
        footer #footercontents ul li a.current {
          text-decoration: underline; }
    footer #footercontents ul#contact {
      float: right; }

/***********/
/* COLUMNS */
/***********/
.row {
  overflow: hidden; }

.cols3-left,
.cols3-middle,
.cols3-right {
  float: left;
  width: 30%;
  margin-right: 5%; }

.cols3-right {
  margin-right: 0; }

/******************/
/* RESPONSIVENESS */
/******************/
@media screen and (max-width: 959px) and (min-width: 760px) {
  header {
    height: 80px; }
    header #headercontents #logo {
      width: 200px; }
    header #headercontents nav {
      height: 30px;
      margin: 25px 0; }
      header #headercontents nav #mainmenu li a {
        height: 27px;
        line-height: 30px;
        font-size: 13px; }

  #wrapper #main {
    margin-top: 100px; } }
@media screen and (max-width: 759px) and (min-width: 640px) {
  header {
    height: 45px;
    border-bottom-width: 5px; }
    header #headercontents #logo {
      width: 100px;
      margin: 10px; }
    header #headercontents nav {
      height: 25px;
      margin: 10px 0; }
      header #headercontents nav #mainmenu li a {
        height: 22px;
        line-height: 25px;
        font-size: 13px; }
      header #headercontents nav #mainmenu li:last-child {
        margin-right: 20px; }

  #wrapper #main {
    margin-top: 50px; }

  footer {
    border-top-width: 20px; }

  h1.slogan {
    font-size: 22px; } }
@media screen and (max-width: 639px) {
  header {
    height: 45px;
    border-bottom-width: 5px; }
    header #headercontents #logo {
      width: 100px;
      margin: 10px; }
    header #headercontents nav {
      position: fixed;
      z-index: 1000;
      top: 0px;
      right: 0px;
      width: 45px;
      height: 45px;
      margin: 0;
      background: url(../images/menu-mobile.png) no-repeat center center; }
      header #headercontents nav #mainmenu {
        display: none;
        position: absolute;
        z-index: 1001;
        top: 100%;
        right: 10px;
        border: 1px solid #d0d0d0;
        background-color: white; }
        header #headercontents nav #mainmenu li {
          clear: both;
          width: 110px;
          height: 30px;
          margin: 0 0 0 10px; }
          header #headercontents nav #mainmenu li a {
            float: left;
            height: 22px;
            line-height: 25px;
            font-size: 13px; }
        header #headercontents nav #mainmenu li:last-child {
          margin-right: 20px; }
    header #headercontents nav:hover #mainmenu,
    header #headercontents nav:focus #mainmenu {
      display: block; }

  #wrapper #main {
    margin-top: 50px; }

  footer {
    border-top-width: 20px; }
    footer #footercontents ul#footermenu {
      margin-right: 0; }
    footer #footercontents ul#contact {
      margin-left: 0; }

  h1.slogan {
    font-size: 22px; }

  .cols3-left,
  .cols3-middle,
  .cols3-right {
    float: none;
    clear: both;
    width: auto;
    margin: 0 0 15px; } }
