body{
    width: 100%;
    height: 100%;
	font-family:oxygen;
}

html{
    width: 100%;
    height: 100%;
}

.volledigeHoogte{
    height:100%;
}

.navbar{
    background: #ffffff;
    box-shadow: 0px 1px 15px #5F5F5F;
    margin-bottom:0px;
}

p, li, td, th{
	font-size: 18px;
	text-align: left;
}

h1{
	margin-top: 0px;
	margin-bottom: 20px;
}

.icon{
	width: 30px;
	margin-top: -8px;
	margin-left: 5px;
	margin-right: 2px;
}

.content-pane{
	margin-bottom: 20px;
}

#advertentietekst{
	padding-top:10px;
}

.container-bottom{
	height:100%;
	width:100%;
}

.page-scroll .btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}

.btn {
font-family: oxygen;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
	color: #b3b3b3;
}

.intro-section {
    height:100%;
	position: relative;
	text-align: center;
	background: #F0F0EA;
	/* background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color: #fff;
}

.about-section {
	min-height: 100%;
	overflow:auto;
	text-align: center;
	background: #F0F0EA;
	color: #777777;
}

.cursus-section {
	min-height: 100%;
    overflow:auto;
	text-align: center;
	background: #39B3D3;
	color: #fff;
}

.actueel-section {
	min-height: 100%;
	overflow:auto;
	text-align: center;
	background: #39B3D3;
	color: #fff;
}

.inschrijven-section {
	min-height: 100%;
	overflow:auto;
	text-align: center;
	background: #F0F0EA;
	color: #777777;
}

.tabel{
    margin-top: 60px;
}

#sumer_logo{
    width: 160px;
}

@media (max-width: 590px){

    .tabel-responsief{
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
}

