.da-slider:only-child {
 	background-position: center center;   
}

@media(min-width: 992px) {
    .content-header-background .container .breadcrumb, .content-header-background .container h2 {
        margin-left: 150px;
    }
    
    .sf-menu>ul>li:last-child {
    	border-bottom: 0px !important;   
    }
    
    .template-home .top .login {
		top: 70px !important;
    }
    
    .template-home .navbar-brand {
        z-index: 98;
        position: absolute;
        top: 85px;
    }
    
    .template-home .navbar-brand h1 {
    	background-color: rgba(255,255,255,0.7);
        border-radius: 5px;   
    }
    
    .template-home header .navbar-collapse {
        padding-top: 0px;
    }
}

.top .login {
	position: absolute;
    width: 100%;
    padding: 10px;
    z-index: 98;
}

.top .login p {
	background: #67a1d6;
    border-radius: 5px;
    float: right;
    text-align: center;
    padding: 10px 15px;
    padding-top: 10px;
    color: white;
}

.top .login p a {
	color: white;
}

dl.headlines-footer dt a {
	background-color: #233e62;
}

section#copyright .cg-footer-image {
	opacity: 0.4;   
}

footer {
	background-color: #67a1d6;
}

section#copyright {
    background-color: #67a1d6;
    border-top: 0px;
    
	/*Oud:
    Donkerblauw:233e62
    Lichtbaluw: 67a1d6
    background-color: #233e62
    border-top: 1px;
    
}
