/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   body {
   padding: 0;
   margin: 0;
   font-family: 'Open Sans', sans-serif;
   background: #efefef;
   }

   h1, h2, h3, p {
    margin: 0;
    padding: 0;
   }

   h1 {
    font-size: 48px;
    font-weight: 300;
    padding: 50px 0 50px 0;
   }


   .mainContainer {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;

   }

   .mainContainer p, .mainContainer h1, .mainContainer h2, .mainContainer h3 {
    padding-left: 25px;
    padding-right: 25px;
   }

   .contenBlock {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
   }

   header {
    width: 100%;
    max-width: 1400px;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
   }

     header.fixedNav {
    height: 30px;
    width: 100%;
    max-width: 1360px;
    padding: 1% 20px 1% 20px;
    position:fixed;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 9999;
    /* background: rgba(255,255,255, 0.5); */
    background: #044e97;
  }


    .fixedNav  nav {
    width: 80%;
    height: auto;
    margin: 0;
    padding: 5px 40px 0 0;
   }

   .fixedNav  nav a {
    color: #fff;
   }

   .fixedNav .topInfo {
    display: none;
   }

   .fixedNav .logo {
    float: left;
    margin: -5px 0 0 0;
    padding: 0 0 0 2%;
    width: auto;
   }

   .fixedNav .logo img {
    width: auto;
    height: auto;
    max-height: 40px;
    }

    .l2 {
      display: none;
    }

    /**/

   .logo {
    width: 16%;
    height: auto;
    float: left;
    margin-right: 2%;
    padding-left: 2%;
    }

    .logo img {
        max-width: 228px;
        width: 100%;
        height: auto;
    }

   .topInfo {
    width: 20%;
    height: auto;
    float: left;
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
    color: #828282;
   }

    header nav{
    width: 58%;
    float: right;
    margin-top: 43px;
    padding-right: 2%
   }

 

    header nav ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
   }

    header nav ul li {
    display: inline;
    float: right;
    margin-left: 40px;
    outline: none;
    border:0;
   }

    header nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    outline: none;
    border:0;
    }

    header nav ul li a:active {
      outline: none;
    } 

/*    #fixedNav {
      width: 100%;
      height: 50px;
      background:rgba(255,255,255, 0.9);
      position: fixed;
      z-index: 9999;
      display: none;
    }

    #fixedNav ul {
      
      padding: 0 3% 0 3%;
      float: right;
    }

    #fixedNav ul li {
    display: inline;
    margin-left: 40px;
    outline: none;
    border:0;

  }

  #fixedNav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    outline: none;
    border:0;
  }*/

   /** MAIN VISUAL **/

   .mainVisual, .mainVisual img {
    width: 100%;
    height: auto;
    float: left;
   }

   .mainVisual.mvTop {
    height: 300px;
    background: url(../img/dummy.jpg) no-repeat;
    background-size: cover;
   }

   .mainVisual img {
    float: none;
   }

  /* .mainVisual h1 {
    position: absolute;
    margin: 0;
    padding: 20px 0 20px 0;
    top: 270px;
    max-width: 1400px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);   
    text-align: center;
    font-size: 82px;
    color: #fff;
    letter-spacing: -2.5px;
    line-height: 90px;
   }*/
    /**/
   
   .blue {
    background: #00aadc;
    margin: 0 auto;    
    width: 100%;
    max-width: 1400px;
    color: #fff;
    float: left;
   }

   .blue h2, .darkBlue {
    padding-top: 10px;
    padding-bottom: 5px;
   }

 

   .darkBlue {
    background: #044e97;
    color: #fff;
    width: 100%;
    float: left;
    padding-bottom: 100px;
   }

   .werkWijze {
    background: #fff;
   }

   .werkWijze img {
    max-width: 1150px;
    margin: 0 auto;
   }


    /**/

   .row {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
   }

   .row img {
    margin: 0;
    padding: 0;
    width: 25%;
    height: auto;
    float: left;
   }

   a.btn {
    background: #2e59b8;
    padding: 25px 50px 25px 50px;
    margin: 0 auto;
    border-radius: 3px;
    display: block;
    width: 273px;
    height: auto;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    transition: background 0.15s linear;
   }

     a:hover.btn {
        background: #eee;
        color: #2e59b8;
     }


   .iconBlock {
    width: 25.3%;
    height: auto;
    float:left;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 50px;
   }

   .iconBlock img {
    max-width: 183px;
    width: 100%;
    height: auto;

   }

.homeBlock {
  padding-top: 0px;
  padding-bottom: 100px;
  background: #fff;
}

.homeBlock p {
  width: 70%;
  margin: 0 auto;
  color: #005870;
  line-height: 30px;
  font-size: 18px;
}

/** CONTACT **/

.contactArea {
  width: 45%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}

.leftContact {
  width: 40%;
  float: left;
  text-align: left;
}

.rightContact {
  width: 60%;
  float: left;
}

.leftContact img {
  float: left;
}

.rightContact input, .rightContact textarea {
  float: right;
  display: block;
  width: 80%;
}

.darkBlue h1 {
  margin-bottom: 0;
  padding-bottom: 0;
} 

.darkBlue h2 {
  margin:0;
  padding: 0;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: lighter;
}


input, textarea {
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-transform: none;
  margin: 0px 0px 14px 0px;
  background: transparent;
  padding: 14px;
  outline: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #e9e9e9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="text"]:focus,input[type="email"]:focus, textarea:focus{
  /*background: #fff; */
  color: #fff;
  border: 2px solid #00aadc;
  background: #00aadc;
  outline: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

}

*::-webkit-input-placeholder {
    color: #fff;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

input[type="submit"]{
  background: #fff;
  padding: 14px 28px;
  border: 2px solid #fff;
  border-radius: 3px;
  font-weight: 700;
  color: #044e97;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 77%;
}

.ctcText {
  width: 100%;
  float:left;
  padding: 50px 0 0 0;
  height: auto;
  line-height: 30px;
}

textarea.txtArea {
  padding-bottom: 140px;
}

/**/

#mobileNav{
  width: 100%;
  min-height: 250px;
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  top: 120px;

}

#mobileNav a {
    /*margin-left: 10px;*/
    text-decoration: none;
    color: #000;
}

#mobileNav ul {  
    float: right;
    list-style-type: none;  
    width: 100%;
    padding: 0;
    margin: 0;
}  

#mobileNav ul li {  
    margin: 0;  
    border-bottom: 1px solid #eee;
}  

#mobileNav ul li a {  
    display: block; 
    padding: 15px;  
    background-color: #fff; 
    text-align: center; 
} 

#mobileNav ul li a:hover {  
    background-color: #00aadc; 
    color: #fff

}

#een {
    margin-top: 20px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    float: right;
    display: none!important;
}

#twee {
    margin-top: 20px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    float: right;
    display: none!important;
}

#twee .line {
    background: #00aadc;
}

.line{
    margin-top: 2px;
    height: 5px;
    border-radius: 5px;
    width: 100%;
    background: #044e97;
}


a[href^=tel]{color:inherit;text-decoration:none}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media (min-width: 1101px) and  (max-width: 1300px ) {
   .contactArea {
      width: 50%;
    }

}



@media (min-width: 960px) and  (max-width: 1100px ) {
    /* Style adjustments for viewports that meet the condition */
    .mainContainer, .white {
        /*width: 960px;*/
    }

    .contactArea {
      width: 60%;
    }


}

@media only screen and (min-width:768px) and (max-width:1100px) {

    header nav ul li a {
    font-size: 14px;
    }

    .contactArea {
      width: 70%;
    }

 


}

@media only screen and (min-width:768px) and (max-width:1024px) {

   header nav ul li a {
    font-size: 14px;
    }

   header nav ul li {
    margin-left: 20px;
    }

   .topInfo {
    display: none;
  }

   .logo {
    width: 20%;
    height: auto;
    float: left;
    margin-right: 2%;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

 

    h1 {
    font-size: 38px;
   }

   h2 {
    font-size: 28px;
   }

    /*body {
      padding: 0 50px 0 50px;
    }*/


}

@media only screen and (min-width:320px) and (max-width:767px) {
  .contactArea {
      width: 90%;
    }

    .leftContact {
      width: 100%;
      float: left;
    }

    .rightContact {
      width: 100%;
      float:left;
      padding-top: 20px;
    }

    .rightContact input, .rightContact textarea {
    float: left;
    display: block;
    width: 90%;
    }

    h1 {
    font-size: 28px;
    padding: 20px 0 30px 0;
   }

   .homeBlock p {
  line-height: 30px;
  font-size: 14px;
  }

  .topInfo {
    font-size: 12px;
    width: 30%;
  }

  header nav {
    display: none;
  }

  .logo {
    width: auto;
    height: auto;
    float: left;
    margin-right: 2%;
  }

  .logo img {
    width: auto;
    height: auto;
  }

/*  #een {
    display: block;
  }*/

  h2 {
    font-size: 20px;
    font-weight: normal;
   }

 .darkBlue h2 { 
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: lighter;
    width: 90%
}

   .iconBlock {
  width: 42%;
  height: auto;
  float: left;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 50px;
  }

  input[type="submit"] {
    width: 90%;
  }

  .row img {
    margin: 0;
    padding: 0;
    width: 50%;
    height: auto;
    float: left;
  }

  .homeBlock p {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }

  .ctcText {
    text-align: center;
  }

  .leftContact {
    text-align: center;
    }

  .leftContact img {
    float: none;
    margin: 0 auto;
  }

  .fixedNav {
    display: none!important;
  }

  .l2 {
    display: none!important;
  }


}



@media only screen and (min-width : 320px) and (max-width : 512px) {
  .topInfo {
    display: none;
  }

   .iconBlock img {
    width: 60%;
   }

   .mainVisual.werkWijze img {
    min-width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0;
   }

    .mainVisual.mvTop {
    max-height: 150px;
    background: url(../img/dummy.jpg) no-repeat;
    background-size: cover;
  }

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* Styles */



}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}




@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
