/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */



	.slider-logo {
		height: 60px;
		width: 100%;
		background: url('/designs/duizeligheidnet/logo_Kenniscentrum_Duizeligheid.gif');
		background-position: 50% 50%;
		background-repeat: no-repeat;	
	}
	
	
	*:not(.img-round) { 
	border-radius: 0 !important;
	}

	.bg-color-prof {
  		background-color: #F7EBE8 !important;
	}


.headervisual:not(.SPC), .headervisual:not(.SPC) .itemdata, .headervisual:not(.SPC) #bs-carousel .slide .itemdata {  
  	height: 200px;
}


.headervisual:not(.SPC) .slidetitle, .headervisual:not(.SPC) .itemdata .slidetitle, .headervisual:not(.SPC) #bs-carousel .slide .itemdata .slidetitle,  
.headervisual:not(.SPC) p, .headervisual:not(.SPC) .itemdata p, .headervisual:not(.SPC) #bs-carousel .slide .itemdata p {  
  	display: none;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px ) { 


	.slider-logo {
		height: 80px;
		width: 100%;
		background: url('/designs/duizeligheidnet/logo_Kenniscentrum_Duizeligheid.gif');
		background-position: 50% 50%;	
		background-repeat: no-repeat;	
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 




}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {