/* 768px / 16px = 48em */
/* Extra Small Only */
/* Small Devices, Tablets */
/* Grooter as phone 414px 26em */
/* 768px / 16px = 48em */
/* was 58em*/
/* Extra Small Only */
/* Small Devices, Tablets */
/* waar on col begin kry */
/* Menu full Screen*/
/***************************
****************************
Reset
****************************
***************************/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/* Change all elements to use border-box */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: calibrii;
  src: url(../font/Calibri.ttf);
}

html {
  font-family: calibrii, sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode',  Verdana;
  color: #05062E;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
}

a:active {
  color: #05062E;
}

a:visited {
  color: #05062E;
}

h1 {
  font-size: 2em;
  font-weight: 600;
  color: #2E31B4;
  margin-bottom: 0;
}

h2 {
  font-size: 1.5em;
  font-weight: 400;
}

h3 {
  font-size: 1.5em;
  font-weight: 500;
}

h4 {
  font-size: 1.05em;
  font-weight: 500;
  color: #171BC4;
  margin: 0;
}

p {
  font-size: 1.1em;
}

.sub {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .2em;
  list-style-position: outside;
  list-style-image: url("../svg/Bullet.svg");
}

ul {
  list-style-type: none;
  padding-left: 1em;
}

.spacer {
  height: 1em;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 60px;
}

@media only screen and (min-width: 732px) {
  body {
    margin: 0 0 25px;
  }
}

/***************************
****************************
Base Styles
****************************
***************************/
/*Button Modules*/
.btn {
  /* display: inline-block; 
    vertical-align: middle; - dis net vir inline elements*/
  display: block;
  text-align: center;
  white-space: nowrap;
  color: white;
  background-image: url(../svg/menuBtnDark.svg);
  background-color: #548BB0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: .7em 0 .6em 0;
  font-size: 1.4em;
  font-weight: 500;
  margin: .5em;
  height: 60px;
  width: 217px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 2px 2px 3px #427090;
          box-shadow: 2px 2px 3px #427090;
}

.btn:hover {
  background-image: url(../svg/menuBtnLight.svg);
  background-color: #73AED8;
}

.btn:active {
  color: white;
}

.btn:visited {
  color: white;
}

@media only screen and (min-width: 732px) {
  .btn {
    margin-left: 2em;
  }
}

.btnMenu {
  /* display: inline-block; 
  vertical-align: middle; - dis net vir inline elements*/
  display: block;
  text-align: center;
  white-space: nowrap;
  color: white;
  background-image: url(../svg/menuBtnLight.svg);
  background-color: #73AED8;
  cursor: pointer;
  text-decoration: none;
  padding: .4em 0 .6em 0;
  font-size: 2em;
  font-weight: 500;
  margin: .5em;
  height: 60px;
  width: 217px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 2px 2px 3px #427090;
          box-shadow: 2px 2px 3px #427090;
}

.btnMenu:hover {
  background-image: url(../svg/menuBtnDark.svg);
  background-color: #548BB0;
}

.btnMenu:active {
  color: white;
}

.btnMenu:visited {
  color: white;
}

.current {
  background-image: url(../svg/menuBtnDark.svg);
  background-color: #548BB0;
}

/***************************  Background ***********************************/
main {
  background-image: url(../images/BackgroundPicSmall.jpg);
  background-repeat: repeat;
}

@media only screen and (min-width: 416px) {
  main {
    background-image: url(../images/BackgroundPicMedium.jpg);
  }
}

@media only screen and (min-width: 1154px) {
  main {
    background-image: url(../images/BackgroundPicLarge.jpg);
    background-size: cover;
  }
}

#DrieHoek {
  background-image: url(../svg/DrieHoekRegsSmall.svg), url(../svg/DrieHoekAfSmall.svg);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 487px) {
  #DrieHoek {
    background-image: url(../svg/DrieHoekRegsSmall.svg);
    background-size: cover;
  }
}

#mask {
  background: rgba(242, 242, 242, 0.94);
}

/***************************
****************************
Layout Styles
****************************
***************************/
/* Content Container max-width: 1170px; */
.container {
  padding-right: 1em;
  padding-left: 1em;
  max-width: 600px;
}

@media only screen and (min-width: 732px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
    max-width: 100%;
  }
}

.containerGallery {
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

@media only screen and (min-width: 732px) {
  .containerGallery {
    padding-left: 2em;
    padding-right: 2em;
    max-width: 90vw;
  }
}

.my-gallery {
  text-align: center;
}

.my-gallery figcaption {
  text-align: left;
}

.HeroContainer {
  padding-right: 1em;
  padding-left: 1em;
  max-width: 600px;
}

@media only screen and (min-width: 732px) {
  .HeroContainer {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.containerServices {
  padding-right: 1em;
  padding-left: 1em;
  max-width: 600px;
}

@media only screen and (min-width: 732px) {
  .containerServices {
    padding-left: 2em;
    padding-right: 0;
    max-width: 1040px;
  }
}

/* Row */
/* Row Clear Float*/
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Media Query excludes extra small devices and includes small and above */
[class*='col-'] {
  width: 100%;
  padding-right: 2em;
  max-width: 600px;
}

@media (min-width: 47.1em) {
  [class*='col-'] {
    float: left;
  }
  /* Column Two Thirds */
  .col-2-3 {
    width: 66.6666%;
  }
  .col-1-2 {
    width: 50%;
  }
}

@media (min-width: 732px) {
  [class*='col-'] {
    float: left;
  }
  /* Column Third */
  .col-1-3 {
    width: 33.3333%;
  }
  .col-1-2-Contact {
    width: 50%;
  }
}

/***********************************************  NAV *******************************************************/
/*********** BAR ****************/
#bar {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  height: 40px;
  width: 100%;
  background-color: #4D4D59;
}

#bar #hamburger {
  margin-top: 7px;
  margin-right: 7px;
  float: right;
  cursor: pointer;
}

#bar a {
  text-decoration: none;
  float: left;
  margin-top: 10px;
  margin-left: 13px;
  font-weight: 500;
  font-size: 18px;
  color: #73AED8;
}

@media only screen and (min-width: 732px) {
  #bar {
    display: none;
  }
}

/*********menu*******************/
nav {
  position: fixed;
  top: 0;
  display: inline-block;
  left: -270px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow-y: auto;
  background-color: #F2F2F2;
  height: 100vh;
  width: 250px;
  z-index: 1;
  /* menu full screen NAV*/
  /********** Company name on menu bar *******/
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav #menulogo {
  margin-top: .6em;
  margin-left: auto;
  margin-right: auto;
}

nav #menulogo svg {
  display: block;
  width: 60px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

nav #menulogo p {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -.5em;
  margin-bottom: 2px;
  font-size: 1em;
  font-weight: normal;
}

nav .btnMenu:last-child {
  margin-bottom: 5px;
}

@media only screen and (min-width: 732px) {
  nav {
    left: 0;
    width: 100vw;
    height: auto;
    background: #4D4D59;
  }
  nav ul {
    float: right;
  }
  nav li {
    float: left;
  }
  nav .btnMenu {
    background-size: 135px 40px;
    height: 40px;
    width: 135px;
    font-size: 24px;
    margin: 9px 9px 9px 0;
    padding-top: .2em;
  }
  nav .btnMenu:first-child {
    margin-top: 9px;
  }
  nav .btnMenu:last-child {
    margin-bottom: 9px;
  }
  nav #menulogo svg {
    display: none;
  }
  nav #menulogo {
    display: none;
  }
  nav #menuContainer {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 930px) {
  nav #menulogo {
    display: inline;
    margin: 9px;
  }
  nav #menulogo p {
    display: inline-block;
    margin: 20px 0 0 0;
    color: #73AED8;
  }
}

/************BLUR************/
.blurOn {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(132, 132, 132, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.blurOff {
  display: none;
}

/***************************LOGO****************************/
/* SVG */
#Logo {
  width: 120px;
}

@media only screen and (min-width: 732px) {
  #Logo {
    width: 200px;
    margin-left: 40px;
    margin-top: 50px;
  }
}

#Logo .TQC {
  display: none;
}

main figure {
  margin: 0;
  padding: 4em 0 1em 1em;
}

@media only screen and (min-width: 732px) {
  main figure {
    padding: 5em 0 1em 2em;
  }
}

main figure h2 {
  margin: 0;
  margin-top: -0.4em;
}

/********************************Hero / Home *************************/
.HeroText {
  padding-top: 1em;
}

.MoreAbout {
  font-size: 1.2em;
  padding-top: .9em;
}

#mobile-services {
  margin-top: 4em;
}

#mobile-contact {
  margin-top: 4em;
}

#mobile-contact h1 {
  margin: 0;
}

#mobile-contact a {
  margin-top: 1.5em;
}

@media only screen and (min-width: 732px) {
  [id^='mobile'] {
    display: none;
  }
}

/*********************************** Profile ******************************/
/*********************************** Contact Us ******************************/
#formContainer {
  width: 100%;
  max-width: 500px;
  background: #C4C4C4;
  padding: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}

#formContainer input, #formContainer textarea {
  display: block;
  width: 100%;
  margin: 0 auto 0 auto;
  border: none;
  padding: 5px;
  color: #05062E;
}

#formContainer #sendBtn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

#formContainer h2 {
  color: #2E31B4;
  font-weight: 600;
  margin-top: 0;
}

@media only screen and (min-width: 732px) {
  #formContainer {
    margin-top: 6em;
  }
}

.ContactInfo {
  padding-bottom: 2em;
}

.ColContact {
  padding: 0;
  max-width: 100%;
}

@media only screen and (min-width: 732px) {
  .ColContact {
    padding: 1em;
  }
}

/*********************************** projects ******************************/
@media only screen and (min-width: 732px) {
  .btnGallery {
    margin-top: 1em;
  }
}

/*********************************** Services ******************************/
.bullets {
  list-style-type: square;
  list-style-position: outside;
  margin-top: .1em;
  padding-left: 18px;
}

h3 {
  margin: 0;
  margin-top: 1em;
}

/*********************************** Gallery ******************************/
.my-gallery figure {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
}

.my-gallery img {
  width: 200px;
  height: auto;
}

/********************************** Footer ********************************/
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  font-size: .8em;
  color: #D6D6D6;
  background-color: #4D4D59;
}

footer p {
  text-align: center;
  padding-top: 1.7em;
  margin: 0;
}

@media only screen and (min-width: 732px) {
  footer {
    height: 25px;
  }
  footer p {
    padding-top: .4em;
  }
}
/*# sourceMappingURL=style.css.map */