a {
    color: #0069b2;
    text-decoration: none;
}


.footer a {
    color: #fff;
    text-decoration: none;
}


html, body {
font-family: 'Roboto', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    color: #354a54;
    background: #fff;
    line-height: 28px;
}

h1,h2,h3,h4,h5{
    font-family: 'Abel', sans-serif;
	color: #0069b2;
	margin: 10px 0px;
}

h1{
	font-size:	36px;
}

h2{
	font-size:	30px;
}

h3{
	font-size:	24px;
}

h6{
    font-family: 'Abel', sans-serif;
	font-size:50px;
	color:#fff;
	font-weight: 700;
	line-height: 40px;
}

#starttime td{
	padding: 20px;	
}

td:hover{
	background: #ccc;	
}

.shadow{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 10px 25px -6px rgba(0, 0, 0, 0.2);
	transform: scale(1);
	transition: all 0.4s ease-in-out;
}

.businfo{
	font-size: 14px;	
}

.clear{
	clear: both;	
}

.intro{
	text-align: justify;
	font-weight: 700;
	font-size: 16px;	
	margin-bottom: 20px;
}

.devider{
	padding:20px 0px;
}

.home-slider {
    position: relative;
    height: 900px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.dienstenhome {
    position: inherit;
    margin-top: -80px;
    padding-bottom: 40px;
    z-index: 990;
}

.cycle-slide{
	width:100%;
	position: relative;	
}


.slogan1{
    font-family: 'Abel', sans-serif;
			font-size:60px;
			color:#fff;
			font-weight: 700;
			text-shadow: 0px 0px 10px #000;
}

.slogan2{
    font-family: 'Abel', sans-serif;
			font-size:40px;
			color:#fff;
			font-weight: 400;
			line-height: 32px;
			text-shadow: 0px 0px 10px #000;
}

.headerbuts{
	position: absolute;
    top: 90px;
	width:100%;
}

.but-offerte{
    background: #0a57a4;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0 #0a57a4;	
	float: right;
	margin: 0px 10px;
	text-align:center;
}

.but-schoolvervoer{
    background: #fbc34c;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0 #0a57a4;
	float:right;
	margin: 0px 10px;
	text-align:center;	
}

.but-offerte a, .but-schoolvervoer a{
	font-size: 20px;
	color: #fff;	
}
    
.boximg{
	width: 100%;
    height: 275px;
	overflow: hidden;
}

.boximghome{
	margin: -40px;	
}

.content{
    margin: 60px 0px;	
}

.action_balk{
    margin-bottom: 40px;
    position: absolute;
    margin-top: -150px;
    z-index: 100;
}

.action_balk h2{
	color: #fff;
	font-size: 28px;	
}

.action_but{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display:block;
    color: #0054a6;
    /*background: #0054a6; */
	border: none;
	border-top: 1px solid #0054a6;
    padding: 10px;
    margin: 9px 0px 0px 0px;
    font-family: 'Abel', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 21px;
}

.action_but:hover{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	margin-top: 7px;
	color: #0054a6;
	text-decoration: none;	
}

.action_balk_blue{
	background: #0054a6;
	padding: 20px 0px;	
	margin:40px 0px;
}

.action_balk_blue h2{
	color: #fff;
	font-size: 28px;	
}

.action_but_white{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display:block;
    color: #0054a6;
    background: #fff;
    padding: 10px;
    margin: 9px 0px 0px 0px;
    font-family: 'Abel', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 21px;	
}

.action_but_white:hover{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	margin-top: 7px;
	color: #0054a6;
	box-shadow: 0px 0px 10px #5d5d5d;
	text-decoration: none;	
}

.footer{
	background:#0069b2;
	padding: 20px 0px;	
	margin-top: 0px;
	color:#fff;

}

.navbar-inverse {
    background-color: transparent;
    border-color: #090909;
}

.navbar-inverse .navbar-toggle {
     border-color: #fff;}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.service-block {
    background-color: #fff;
    position: relative;
	min-height: 275px;
	box-shadow: 0px 0px 10px #000;
}

.info-short{
	padding: 30px 30px 30px 30px;	
}

.service-block .service-overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
	color: #0a57a4;
	box-shadow: 0px 0px 10px #fff;
}

.service-block:hover .service-overlay {
    visibility: visible;
    opacity: 1;
}

.overlay_title{
	position:absolute;
	bottom: 0;
	padding: 0px 10px;
	background-color: rgba(255, 255, 255, 0.9);
	width:100%;	
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #3e98d2;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu > li > a {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}

.clear{
	clear: both;	
}

@media (max-width: 1199px) {
.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: transparent url('../media/tile_menu_1024.png') no-repeat;
    padding: 20px 0px;
    height: 90px;
}

#menu{
	margin-top: 20px;	
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Abel', sans-serif;
	color: #fff;
	font-size: 16px;
	border-left: 1px solid #fff;
}

.action_balk {
    /* margin-bottom: 40px; */
    position: absolute;
    margin-top: -100px;
    z-index: 100;
}

h6{
	font-size:40px;
	color:#fff;
}

#header_slider {
    height: 300px;
    overflow: hidden;
	border-bottom: 4px solid #3e98d2;
}

.slogan{
	position: absolute;
    width: 100%;
    top: 180px;
}

#header_slider_home{
	max-height: 300px;
    overflow: hidden;
	box-shadow: 0px 0px 10px #0957a3;	
}

}


/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){

html, body {
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	overflow-x: hidden;
	font-size: 18px;
	color: #354a54;
	background: #fff;

}



.topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    padding: 0px;
	height:auto;
	margin-bottom: 20px;
}

.menubar{
	background: #0069b2;
	margin-top:20px;	
}

.servicebar{
	background: #0069b2;
	font-size:24px;
	color:#fff;
	border-radius: 20px;
	padding: 1px 10px;
	text-align: center;
	margin-top: 10px;
}

.servicebar h3{
	font-size: 18px;	
}


.navbar-nav > li > a {
    padding: 10px 15px 10px 15px;
    font-family: 'Abel', sans-serif;
	color: #fff;
	font-size: 22px;
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 30px;
}

.dropdown-menu > li > a {
	font-family: 'Abel', sans-serif;
	font-size: 22px;
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}


.action_balk {
    /* margin-bottom: 40px; */
    position: absolute;
    margin-top: -80px;
    z-index: 100;
}

.footer_txt {
    margin-top: 140px;
	font-size: 18px;
}


.content {
    margin: 0px 0px;
}

.footer {
    background-size: cover;
    padding: 20px 0px;
    margin-top: 0px;
    color: #fff;
    height: auto;
}

.boximg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#header_slider {
    height: 200px;
    overflow: hidden;
	border-bottom: 4px solid #3e98d2;
}

.dienstenhome {
    position: inherit;
    margin-top: 0px;
    padding-bottom: 40px;
    z-index: 990;
}
}

@media (min-width: 995px) and (max-width: 1024px) {
.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    padding-top: 0px;
}

.menubar{
	background: #0069b2;
	margin-top:20px;	
}

.servicebar{
	background: #0069b2;
	font-size:24px;
	color:#fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 1px 10px;
	text-align: center;
}	
	
.navbar-header {
    float: none;
    background: #fff0;
    padding: 0px;
    margin-top: 9px;
}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		background: transparent;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
		    
    }
	
	.body_content{
		padding-top: 60px;	
	}
	
.slogan{
	position: absolute;
    width: 100%;
    top: 120px;
}
	
	.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 6px 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    padding-top: 0px;
}

.menubar{
	background: #0069b2;
	margin-top:20px;	
}

.servicebar{
	background: #0069b2;
	font-size:24px;
	color:#fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 1px 10px;
	text-align: center;
}


.navbar-nav > li > a {
    padding: 6px 10px 6px 10px;
    font-family: 'Abel', sans-serif;
	color: #fff;
	font-size: 16px;
	border-left: 1px solid #fff;
}


#header_slider_home{
	max-height: 400px;
    overflow: hidden;
	box-shadow: 0px 0px 10px #0957a3;	
}

h6{
	font-size:40px;
	color:#fff;
}

#header_slider {
    height: 300px;
    overflow: hidden;
	border-bottom: 4px solid #3e98d2;
}

.slogan{
	position: absolute;
    width: 100%;
    top: 180px;
}

.footer-slider{
	margin-top: 40px;
    height: 375px;
    box-shadow: 0px 0px 20px #a1a1a1;
    overflow: hidden;	
}

.service-block {
    background-color: #fff;
    position: relative;
    height: 275px;
    box-shadow: 0px 0px 10px #000;
}

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    padding-top: 0px;
}

.menubar{
	background: #0069b2;
	margin-top:20px;	
}

.servicebar{
	background: #0069b2;
	font-size:24px;
	color:#fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 1px 10px;
	text-align: center;
}



.navbar-nav > li > a {
    padding: 10px 15px 10px 15px;
    font-family: 'Abel', sans-serif;
	color: #fff;
	font-size: 20px;
	border-left: 1px solid #fff;
}


.slogan{
	position: absolute;
    width: 100%;
    top: 230px;
}

h6{
	font-size:50px;
	color:#fff;
}

#header_slider_home{
	max-height: 500px;
    overflow: hidden;
	border-bottom: 4px solid #0069b2;
}

#header_slider {
    height: 400px;
    overflow: hidden;
	border-bottom: 4px solid #0069b2;
	
}


}