/* 
Theme Name: Walter Staals
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-brands-400.eot");
  src: url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-regular-400.eot");
  src: url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/wp-content/themes/nieuw-schaijk-wp/fontawesome./webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/nieuw-schaijk-wp/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

body, html {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 17px;
  line-height: 28px;
  overflow-x: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300; }

.container-big {
  width: 1500px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto; }

.container {
  width: 1200px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #202533;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #202533;
  color: #FFFFFF;
  /* Gecko Browsers */ }

.entry-content p {
  margin-bottom: 20px; }
.entry-content ul, .entry-content ol {
  margin-bottom: 20px; }
.entry-content a {
  color: #202533;
  text-decoration: underline; }
  .entry-content a:hover {
    text-decoration: none; }

strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

/********************************************************
MAX-WIDTH: 1500
********************************************************/
@media only screen and (max-width: 1500px) {
  .container-big {
    width: 100%; } }
/********************************************************
MAX-WIDTH: 1200
********************************************************/
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%; } }
/********************************************************
MAX-WIDTH: 991px
********************************************************/
/********************************************************
MAX-WIDTH: 767px
********************************************************/
/********************************************************
MAX-WIDTH: 551px
********************************************************/
#mainheader {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 127px;
  background-color: #FFFFFF;
  z-index: 10;
  box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.1); }
  #mainheader .logo {
    float: left; }
    #mainheader .logo img {
      max-width: 350px; }
  #mainheader .mobile-nav-icon {
    display: none;
    float: right;
    margin-top: 20px; }
    #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg {
      background-color: transparent;
      border: none;
      cursor: pointer;
      padding: 0;
      border: 0;
      width: 32px;
      height: 45px;
      text-align: center;
      margin-top: -10px;
      margin-bottom: 15px; }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg svg {
        width: 40px;
        height: 40px; }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg .line {
        fill: none;
        stroke: #202533;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6; }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6; }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6; }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg.opened .line {
        stroke: #FFFFFF; }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg.opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg.opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6; }
      #mainheader .mobile-nav-icon .menu-icon .menu-icon-svg.opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
  #mainheader .navigation {
    float: right; }
    #mainheader .navigation nav {
      padding-top: 20px; }
      #mainheader .navigation nav ul {
        margin: 0;
        padding: 0; }
        #mainheader .navigation nav ul li {
          list-style-type: none;
          float: left;
          margin-right: 15px; }
          #mainheader .navigation nav ul li:last-child {
            margin-right: 0; }
          #mainheader .navigation nav ul li a {
            text-transform: uppercase;
            color: #000000; }

body.admin-bar #mainheader {
  top: 32px; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #mainheader {
    padding: 15px 0;
    height: 80px; }
    #mainheader .logo img {
      max-width: 250px; }
    #mainheader .mobile-nav-icon {
      display: inherit;
      position: relative;
      z-index: 10;
      margin-top: 15px; }
    #mainheader .navigation {
      float: none;
      width: 280px;
      height: 100%;
      position: fixed;
      top: 0;
      right: -280px;
      background-color: #202533;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 100px 15px 0 15px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #mainheader .navigation.opened {
        right: 0; }
      #mainheader .navigation nav ul li {
        float: none;
        margin-right: 0; }
        #mainheader .navigation nav ul li a {
          color: #FFFFFF; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
/********************************************************
MAX-WIDTH: 400
********************************************************/
#content {
  position: relative;
  padding-top: 127px; }
  #content .banner .banner-bg {
    width: 100%;
    height: 750px;
    -ms-background-clip: border-box;
    -o-background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative; }
    #content .banner .banner-bg .banner-text {
      max-width: 50%;
      position: absolute;
      right: 50px;
      top: 75px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 50px;
      line-height: 65px;
      text-align: right; }
  #content .subbanner .banner-bg {
    width: 100%;
    height: 500px;
    -ms-background-clip: border-box;
    -o-background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative; }
  #content .get-in-touch {
    position: absolute;
    z-index: 2;
    margin-top: -200px;
    width: 100%; }
    #content .get-in-touch .get-in-touch-inner {
      max-width: 1000px;
      background-color: #FFFFFF;
      position: relative;
      z-index: 2;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 50px;
      margin: 0 auto;
      text-align: center; }
      #content .get-in-touch .get-in-touch-inner p {
        margin-bottom: 30px; }
      #content .get-in-touch .get-in-touch-inner .wpcf7 form .field {
        margin-bottom: 10px; }
        #content .get-in-touch .get-in-touch-inner .wpcf7 form .field span {
          width: 33.333333%;
          float: left;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0px;
          width: 100%;
          display: block; }
          #content .get-in-touch .get-in-touch-inner .wpcf7 form .field span input {
            border: 0;
            border-bottom: 2px solid #000000;
            max-width: 100%; }
      #content .get-in-touch .get-in-touch-inner .wpcf7 form input[type=submit] {
        background-color: #202533;
        color: #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 25px;
        border: 0; }
      #content .get-in-touch .get-in-touch-inner .wpcf7 form span.wpcf7-spinner {
        display: block; }
  #content .walter {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 0 50px 0;
    background-color: #f1f1f1; }
    #content .walter .photo {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 50px 0 15%;
      text-align: center;
      margin-bottom: -250px; }
      #content .walter .photo figure img {
        max-width: 100%;
        height: auto; }
    #content .walter .text {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 50px 10% 0 50px; }
      #content .walter .text .entry-title {
        margin-bottom: 40px; }
  #content .what {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 0 100px;
    text-align: center; }
    #content .what .entry-title {
      margin-bottom: 40px; }
    #content .what .entry-content {
      margin-bottom: 40px; }
    #content .what .entry-button a {
      background-color: #202533;
      color: #FFFFFF;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 25px;
      border: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      text-decoration: none; }
      #content .what .entry-button a:hover {
        background-color: #000000; }
  #content .content {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 0 100px;
    text-align: center; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content {
    padding-top: 80px; }
    #content .banner .banner-bg {
      height: 600px; }
      #content .banner .banner-bg .banner-text {
        right: 50px;
        top: 75px;
        font-size: 35px;
        line-height: 45px; }
    #content .subbanner .banner-bg {
      height: 400px; }
    #content .walter {
      padding: 250px 15px 50px 15px; }
      #content .walter .photo {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 50px 0 15px; }
      #content .walter .text {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px 15px 0 50px; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .banner .banner-bg {
    height: 400px; }
    #content .banner .banner-bg .banner-text {
      right: 30px;
      top: 50px;
      font-size: 30px;
      line-height: 40px; }
  #content .subbanner .banner-bg {
    height: 250px; }
  #content .get-in-touch {
    position: relative;
    margin-top: 0; }
  #content .walter {
    padding: 50px 15px 50px 15px; }
    #content .walter .photo {
      padding: 0 15px;
      margin-bottom: 30px; }
    #content .walter .text {
      padding: 0 15px;
      text-align: center; }
  #content .what {
    padding: 50px 0 50px; }
  #content .content {
    padding: 50px 0 50px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .banner .banner-bg .banner-text {
    right: 15px;
    top: 50px;
    font-size: 25px;
    line-height: 35px;
    max-width: 75%; } }
#mainfooter {
  background-color: #202533;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0; }
  #mainfooter .footer-top {
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #3b445d; }
    #mainfooter .footer-top .block {
      text-align: center;
      margin-bottom: 30px; }
      #mainfooter .footer-top .block a {
        color: #FFFFFF;
        text-decoration: none; }
        #mainfooter .footer-top .block a i {
          font-size: 45px; }
        #mainfooter .footer-top .block a span {
          display: block;
          padding-top: 15px; }
  #mainfooter .footer-bottom {
    overflow: hidden; }
    #mainfooter .footer-bottom .copyright {
      float: left;
      font-size: 12px;
      color: #FFFFFF; }
    #mainfooter .footer-bottom .webdesign {
      float: right;
      font-size: 12px;
      color: #FFFFFF; }
      #mainfooter .footer-bottom .webdesign a {
        color: #FFFFFF;
        text-decoration: none; }
        #mainfooter .footer-bottom .webdesign a:hover {
          text-decoration: underline; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/

/*# sourceMappingURL=style.css.map */
