body
{
    background: #fff;
    font-family: 'Open Sans', sans-serif; 
}

.container
{
  width:100%;
  max-width: 940px;
}

.bg-white {background: #ffffff; color: #00527a;}
.bg-light-blue {background: #ddf2fb; color: #00527a;}
.bg-dark-blue {background: #507293; color: #ffffff;}
.bg-green {background: #2C3E50; color: #ffffff;}
.bg-progressbar {background: #2C3E50; color: #ffffff; height: 100%;}
.txt-white{ color: #ffffff;}
.txt-light-blue{ color: #2980b9;}
.txt-dark-blue{ color: #2980b9;}
/* font styling *//*------------------------------------------------------*/
*
{
  font-family:"Open Sans", sans-serif;
  font-size:16px;
  font-weight: 300;
}

h1
{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.1;
    font-weight: 100;

}

h2
{
  font-size: 28px;
      font-weight: 200;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 28px!important;
    color: #ccc;
}

h3
{
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.content  p
{
  margin-bottom: 40px;
  line-height: 2;
  color: #003b63;
}


h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif!important;     color: #136CFF;
     }
h1 { font-size: 35px!important; font-weight: 300!important; }


/* end */

form { margin-bottom: 0; }



/* head *//*--------------------------------------------------------------*/
.head { padding : 10px 20px;}
.head h3 { display: inline-block; margin: 0;}
.head .branding { display: inline-block; width: 200px;}
.head .branding {
  position: relative;
  left: 100%;
  -ms-transform: translateX(-415px);
  -webkit-transform: translateX(-415px);
  transform: translateX(-415px);
}
/* end */

/* test *//*--------------------------------------------------------------*/
.test
{
  position: relative;
  padding-top: 20px;
}
.test.center { text-align: center;}
.test h1 { color: white;}
.test a h1 { display: inline-block;}
.test a h1:hover { color: #00527a;}
.test p
{
  margin-left: 8%;
  margin-right: 8%;
}
.test p span { font-weight: bold;}
.test:not(.center) form{
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 22px;
}
.test input[type="text"]{width: 350px; margin-right: 15px;}
.test .container .results-container { position: relative; width:100%;}
.test .container .results-container div.result
{
  float:left;
  width:50%;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.test .container .results-container div.result.left{ padding-right:10px;}
.test .container .results-container div.result.right{ padding-left:10px;}
.test .container .results-container div.result h4
{
  text-transform: uppercase;
  margin-bottom: 20px;
      color: white;
    font-weight: 400;
}

.test .load-times{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: dashed 2px #fff;
  padding: 30px 60px;
  margin-bottom: 40px;
}
.test .load-times p { margin: 0 0 10px; }
.test .load-times .laadtijd
{
  width: 100%;
  border:solid 2px #fff;
  margin: 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0;
}
.test .load-times .laadtijd .local,
.test .load-times .laadtijd .extern
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:inline-block;
  border-right: solid 2px #fff;
  padding: 10px 10px 10px 0;
  margin: 0;
  text-align: right;
  float: left;
}
.test .load-times .local
{
  background: #41a52a;
}
.test .load-times .extern
{
  background: #ddf2fb;
}
.test .load-times .laadtijd .local
{ 
  color:#fff;
}
.test .load-times .laadtijd .extern
{
  color:#00527a;
}
.test .load-times .legenda { position: relative;}
.test .load-times .legenda .local,
.test .load-times .legenda .extern
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  margin: auto 15px auto 0;
}
.test .load-times .legenda > .local,
.test .load-times .legenda > .external,
.test .load-times .legenda > span,
.test .load-times .legenda > a
{
  color: #fff;
  line-height: 29px;
}
.test .load-times .legenda .local + span,
.test .load-times .legenda .extern + span
{
  margin-right: 30px;
}
.test .load-times .legenda a { text-decoration: underline; }
.test .load-times .legenda a:hover { color: #00527a; }
.test .load-times .legenda a:last-child
{
  position:absolute;
  right:0px;
}
.test .popup
{
  position: absolute;
  width: 420px;
  border: solid 2px #2C3E50;
  border-radius: 8px;
  top: 100px;
  left: 50%;
  -ms-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
  z-index: 1030;
  text-align: center;
  box-shadow: 15px 15px 30px #2c3e50ab;
}
.test .popup p { margin: 10px 0;}
.test .popup a
{
  color: #fff;
  text-decoration: underline;
  margin: 0 10px;
}
.test .popup a#werking { text-decoration: none; }
.test .popup a#werking:hover { text-decoration: underline; }
.test .popup.bg-green a:hover { color: #00527a; }
.test .popup.bg-dark-blue a:hover { color: #ddf2fb; }
.test .popup .progress{
  width: 80%;
  margin: 0 auto;
  border: solid 2px #fff;
  border-radius: 8px;
}
.test .popup .progress .progress-bar{
 padding-left:5px;
 border-radius: 8px;
}
.test .popup #test-result small { color: #fff;}
.test .container .results-container div.result .frame
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: solid 2px #fff;
  width: 100%;
  box-shadow: 0 0 20px rgba(0,58,105,0.5);
}
.test .frame{
  position:relative;
  background: #fff;
  overflow: hidden;
  text-align: left; /*important for iframe positioning to undo the text-align center of .result*/
}
.test .frameblocker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent;
  overflow: hidden;
}
.test iframe
{
  position: absolute;
  width: 1024px;
  height: 768px;
  overflow: hidden;
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  z-index: 4;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* end */

/* banner *//*------------------------------------------------------*/

    .formulier { margin-top: 20px; }
    .formulier input { border-radius: 3px!important; outline: 0; box-shadow: 0px; margin: 0px; }
    .formulier input[type=submit] { margin-left: -20px; border-top-left-radius: 0px!important;border-bottom-left-radius: 0px!important;}
    

.sneltip {
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 20px;
}

/* end */

/* werking test *//*------------------------------------------------------*/
.werking {text-align: center; background: #F6F9FC;}
.werking p {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10px;
}
.werking .container {  overflow: hidden; transition: all 0.5s ease-in-out;}
.werking .container.collapse { max-height: 0; overflow: hidden; transition: all 0.5s ease-in-out;}

.werking .container > div img { margin-bottom:20px; margin-top: 40px;}
.werking .container > div
{
  float:left;
  width:33.33%;
  padding: 0px 15px 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.werking .container > div p { margin-left: 8px; margin-right: 8px; }
.werking .container > div p span { font-weight: bold; }
/* end */

/* what is is *//*--------------------------------------------------------*/
.what-it-is {padding-top: 20px;}

.what-it-is .container > div.left,
.what-it-is .container > div.right
{
  float:left;
  width:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.what-it-is .container > div.left{ padding-right:10px;}
.what-it-is .container > div.right{ padding-left:10px;}
.what-it-is .container > div h3 { margin-bottom: 5px;}
.what-it-is .container > div p { margin-bottom: 50px;}
/* end */



/* footer after test *//*-------------------------------------------------*/
.footer-after-test .container{ position: relative;}
.footer-after-test h3 { margin-bottom: 25px; }
.content.footer-after-test ul.checklist,
.content.footer-after-test ul.checklist li:last-child
{
  margin-bottom: 0;
}
.footer-after-test .subscribe
{
  display: inline-block;
  margin-top: 44px;
}
.footer-after-test .subscribe a.btn-success { margin-bottom: 0; }
.footer-after-test div.branding
{ 
  bottom: 0;
  text-align: right;
  float: right;
}
.footer-after-test .subscribe span
{
  position: relative;
  margin-left: 10px;
  top: 2px;
}
.footer-after-test div.branding p
{
  margin-bottom: 0;
  line-height: 1;
  margin: 7px 0 14px 0;
}
.footer-after-test .subscribe span a,
.footer-after-test .branding a
{
  color: #fff;
  text-decoration: underline;
}
.footer-after-test .subscribe span a:hover,
.footer-after-test .branding a:hover
{
  color: #00527a;
}
/* end */

/* lightbox *//*----------------------------------------------------------*/
.lightbox
{
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.lightbox.show-lightbox
{
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.lightbox.show-lightbox { z-index: 1030; }
.lightbox
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,37,72,0.4);
  text-align: center;
  z-index: -1;
  display: table;
}

.lightbox > div
{
  display: table-cell;
  vertical-align: middle;
}

.lightbox div.container
{
  display: inline-block;
  position: relative;
  max-width: 800px;
  box-shadow: 0 0 5px rgba(0,58,105,0.2);
  background: #FFF;
  padding: 40px;
  text-align: left;
}
#test-warning.lightbox div.container { width: 450px; }
.lightbox .close
{
  width: 46px;
  height: 46px;
  background: #002447;
  border: 2px solid #FFF;
  position: absolute;
  right: -23px;
  top: -23px;
  display: block;
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0,58,105,0.2);
  transition: 0.3s;
  opacity: 1;
}

.lightbox .close:hover
{ box-shadow: 0 0 5px rgba(0,58,105,0.7); }

.lightbox .close:before,
.lightbox .close:after
{
  content: "";
  width: 3px;
  height: 26px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px -13px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lightbox .close:after
{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lightbox .container div
{
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */

}

.lightbox div.container div:not(.clear)
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width:50%;
  padding: 10px;
  float:left;
  height:100%;
}
.lightbox div.container h3 { margin: 0;}
.lightbox div.container p { margin-bottom: 20px;}
.lightbox div.container p span { font-weight: bold;}
.lightbox div.container div img { width:100%; }
/* end */

/* general styling *//*---------------------------------------------------*/
.content form input[type="text"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 25px;
  border: 0px;
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  line-height: 36px;
}



.content form input[type="submit"],
.content form .styled-select,
.content form a,
a.btn-success
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 25px;
  border: 0px;
  border-radius: 8px;
  line-height: 36px;
}
input[type="submit"],
form input[type="submit"],
a.btn-success
{
  width: auto;
  padding: 0 30px;
  background: #F8A000;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  color : #fff;
}
/* end */

/* checklist styling *//*-------------------------------------------------*/
.content ul.checklist { margin-bottom: 40px; }
.content ul.checklist li, .content ul.checklist li.big
{
  margin-bottom: 15px;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0px center;
}

.content ul.checklist li 
{
  background-image: url("/static/images/checkmark.png");
  padding-left: 40px;
}

.content ul.checklist li.big
{
  background-image: url("/static/images/checkmark-dark-big.png");
  padding-left:70px;
}
/* end */

/* tooltip *//*-----------------------------------------------------------*/
.tooltip-inner
{
    background-color: #00527a;
    padding: 10px;
    max-width: 200px;
}

.tooltip.top .tooltip-arrow { border-top-color: #00527a; }

.tooltip.right .tooltip-arrow { border-right-color: #00527a; }

.tooltip.bottom .tooltip-arrow { border-bottom-color: #00527a; }

.tooltip.left .tooltip-arrow { border-left-color: #00527a; }

.tooltip.in
{
  opacity: 1;
  filter: alpha(opacity=100);
}
/*end tooltip message style*//*-------------------------------------------*/

.clear,
div.clear
{
  clear: both;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
}

.snelheidlogo{
    padding-top: 5px;
}

.bg-hoasted{
/*     background-color: rgba(246,249,252,0.9); */
    background-image: url(/images/background1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
    margin-bottom: -22px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-blend-mode: overlay;
}

.menu {
    padding-top: 18px;
    padding-bottom: 18px;    
    }



input[type='text'] { outline: 0; border: 0; border-radius: 4px; background: #fff; text-shadow: 0px; box-shadow: none!important; padding: 10px 15px; }
input[type='text']:focus { outline: 0; box-shadow: none!important; }
input[type='submit'] { background: #2980B9; border-radius: 4px; color: #ffffff; }


/*  =======================
    Footer
    ======================= */
    
    .footer { line-height: 80px; margin: 0px; background: #38495C; padding: 20px 0px!important; text-align: center; }
    .footer img { height: 40px; margin-top: 20px; }
    .footer nav:after { display: table; content: ''; clear: both; } 
    .footer nav { margin: 0px auto; text-align: center; padding: 0px auto; }
    .footer nav ul { list-style-type: none; text-align: center; }
    .footer nav ul li { display: inline; margin-right: 20px; text-align: center; line-height: 80px!important; }
    .footer nav ul li a { color: #9aa4af!important; text-decoration: none; }
    .footer nav ul li a:hover { color: #ffffff!important; text-decoration: none; }
    .footer .copyright { text-align: center; color: #9aa4af; font-size: 12px; }


/*  =======================
    ...
    ======================= */
    


.content { padding: 80px 0px; }
.bg-hoasted .content { padding: 80px 0px 60px 0px; }

.explanation .flleft {max-width: 46%;}
.explanation .paddingfirst {padding-right: 5%;}

.btnrow {
        position: absolute;
    left: 33%;
}


/* proberen *//*------------------------------------------------*/
.proberen{ padding: 60px 25% 90px 25%; background: #F6F9FC; text-align: center; }
.proberen p span { font-weight: bold; }
.proberen a { color: #fff; text-decoration: underline; }
.proberen a:hover { color: #00527a; }

.proberen a {
	text-decoration: none;
}
.proberen .ctabtn {
	width: 250px;
    padding: 10px 15px 10px 15px;
    background: #136CFF;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px;
}

.proberen .ctabtn:hover {
	color: #fff;
	background: #699cf1;
}


/* end */



/* .voordelen { background: #F6F9FC; } */
.voordelen i { color: #136CFF; font-size: 19px; margin-right: 5px;}
.voordelen h3 { text-align: center; }
.voordelen ul { list-style-type: none; margin: 0 0 10px 0px;}
.voordelen ul li { line-height: 40px; font-size: 16px; }
.voordelen p {margin-bottom: 30px; }

.flleft { width: 50%; float: left; }
.flright { width: 50%; float: right; }

.logo { float: left; }
nav.topmenu { float: right; font-family: 'Montserrat', sans-serif!important; margin-top: 4px; }
nav.topmenu ul { list-style-type: none; }
nav.topmenu ul li { float: left; margin-left: 20px; font-size: 15px; color: #7f8c8d; letter-spacing: .025em; }

.faq h3 { text-align: center; }
.faq .flleft, .faq .flright { width: calc(50% - 10px); }
.faq .flleft { padding-right: 10px; }
.faq .flright { padding-left: 10px; }

.popup { box-shadow: 0px; border: 0px; border-radius: 0px; color: #000!important; padding: 40px; }
/* .popup .results p { color: #ff!important; } */
.popup .restults h2 { color: #000!important; }

.test p, .test span { color: white; 	font-size: 14px!important;
    line-height: 18px!important;}
.test h2 { color: white; font-size: 19px!important;}


.btn { display: inline-block; padding: 5px 10px; background: red; color: #fff!important; border-radius: 4px; }