/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* disable bootstrap full URL links */
a[href]:after {
    content: none;
}

/* Hide header visual on print */
.headervisual {
display: none;
}

/* Set extra line on kruimelpad */
.section.bg-color-white {
/*    border-top: 1px solid #ded5e8;*/
}
.breadcrumb {
display: none;
}

/* Make mnavbar with class print visible */
.print	{
display: block;
}

.actionbutton {
border: none !important;
padding: 0 !important;
}

/* place logo */
a.navbar-brand.logo {
    background-repeat: no-repeat !important;
    width: 320px !important;
    height: 62px !important;
    background-position: 15px 0 !important;	
}

/*title below teasers and blocks */
.block-responsive-link
{
	position: relative !important;
}

.navbar.print	{
	display: block;
}

/* dont display elements with class dont-print*/
.dont-print {
display: none !important;
}


/* redundant class, check usage */
.dontprint {
/*	border: 1px dashed red !important;*/
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px ) { 

{template:TEMPLATE_CSS}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

{template:TEMPLATE_CSS}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

{template:TEMPLATE_CSS}


}

/*******************************************************************/
/** extra media queries ********************************************/
/*******************************************************************/



/** only on mobile **/ 
@media (max-width: 767px) {


}

/** only on tablet **/ 
@media (min-width: 778px) and (max-width: 991px) { 



}
/** only on desktops **/ 
@media (min-width: 992px) and (max-width: 1199px) { 

	
}

/** only on large desktops **/ 
@media (min-width: 1200px) { 

	
}