<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on &lt;div&gt; tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*------------------------------CUSTOM HOLONCOM CSS------------------------------*/

/*===================================================
    BOOTSTRAP Adjustments
 ===================================================*/
 
 /*--- delete whitespace between Bootstrap columns ---*/
 .no-gutter {padding-left:0px; padding-right:0px;}
 
 /*--- This will allow the use of 5 columns in the 12-column grid of the website 
	   5 colums  - http://stackoverflow.com/a/22799354   ---*/
 
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*--- Overright default Bootstrap styling for pagination ---*/
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    color:#777;
}


.pagination &gt; li &gt; a, .pagination &gt; li &gt; span,
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
    color:#777;
}

 
/*===================================================
	Titels and heading
 ===================================================*/
 
 
 h1, .h1 {margin-bottom:30px;}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin:30px 0;
}

.oc-ModuleTitle h1, .oc-ModuleTitle h2, .oc-ModuleTitle h3 {margin-top:0;}
 .item-title h1, .item-title h2, .item-title h3 {margin-top:20px;}
 
/*--- styling for module subtitle ---*/
.oc-ModuleTitle .modulesubtitle {
    color: #777777;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.5px;
}
h4.modulesubtitle {
  margin-bottom:0px;
}

/*--- styling for item subtitle ---*/
.subtitle {
    color: #777777;
    font-style:lighter;
}

/*===================================================
	Buttons en links
 ===================================================*/
 
/*--- Define default text-decoration for link on hover ---*/
a:hover {text-decoration:underline;}

/*--- Override default text-decoration ---*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none!important;}
a.Button_simple, a.Button_simple:focus {text-decoration:none!important;}
a.Button_simple:focus, a.Button_simple:hover {color:#444;}

/*--- Styling for btn-leesmeer (not by default in DnnGo skin) ---*/
.btn-leesmeer a {border-radius:3px; text-transform:lowercase;}

/*--- Style adjustment for button with class Button_style4 ---*/
a.Button_style4 {font-size:14px; padding: 10px 0; display:block; text-decoration:none;}
a.Button_style4:hover {font-size:14px; padding: 10px 0; display:block; text-decoration:none;}

/*--- Styling for button with class .Button_default ----*/
a.Button_default {padding: 9px 10px 10px 19px; display: inline-block; border-radius: 4px; margin-top: 10px;text-decoration:none!important;}

/*--- Styling for button with class .btn-primary ----*/
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color:#444; border-color:#444;}
.oc-flipbox .btn-primary:hover {color:white; background-color:#444; border-color:#444;}
.cong .congright a.btn-primary {color:#ffffff; text-transform:none;}


/*--- syling if button is used in OpenContent switchbox ---*/
span.Button_default {padding: 9px 10px 10px 19px; display: inline-block; border-radius: 4px; margin-top: 10px; text-decoration:none!important;}
span.Button_default:hover {background-color:#444 ;padding: 9px 10px 10px 19px; display: inline-block; border-radius: 4px; margin-top: 10px; text-decoration:none!important;}
.fulllisturl {margin:30px 0;}

/*--- Styling for button with class .btn-primary ----*/
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color:#444;
   	border-color:#444;
}


/*===================================================
	Website login styling
 ===================================================*/
 
 /*--- Hide the HolonCom Login button "Inloggen" ---*/
.log-in, .log-out {color:#ffffff!important;} 

/*--- Fix styling issue for DNN login (popup,...) ---*/
.dnnLoginService {margin-top: 30px;}
a#dnn_ctr_Login_Login_DNN_cmdLogin {margin: 15px 0 15px 27px !important;}
a#dnn_ctr_Login_Login_DNN_cancelLink {margin: 15px 0 15px 15px !important;}
a#dnn_ctr_Login_Login_DNN_passwordLink {margin-left: 27px;}
span.dnnLoginRememberMe {margin: 0 0 0 22px;}

/*===================================================
	Website Language selector
 ===================================================*/

 /*--- Move selector to the right-side of the page ---*/
.languageBox {
    float: right;
}

 /*--- Styling for language selector - Multilingual Pages ---*/
.MultilingualPage {font-size: 14px;}
.roll_menu .header5 .MultilingualPage  {margin-top: 22px;}
.roll_menu.roll_activated .header5 .MultilingualPage {margin-top:10px;}

/*--- show language selector in menu on page scroll ---*/
.roll_menu.roll_activated .HeadPane {display:initial;}


/*===================================================
	Website Footer
 ===================================================*/

/*--- Overwrite styling when used in footer ---*/
#dnn_bottom h3 {margin:0 0 5px 0;}
#dnn_bottom .oc-standaard {margin-bottom:0px;}
#dnn_bottom .pb40 {padding-bottom:0;}


/*========================================================
	DNNGO Skin Tweeks (prefered HolonCom Styling)
 =======================================================*/

/*--- Reset topmenu position in header5 ---*/
.roll_menu .header5 .dnngo_gomenu  {margin-top:21px;}
.roll_menu.roll_activated .header5 .dnngo_gomenu {margin-top:0px;}

 /*--- Reset Title paddings ---*/
.img-left .item-title .h1, .img-left .item-title .h2, .img-left .item-title .h3, .img-left .item-title .h4, .img-left .item-title .h5,
.img-left .item-title h1, .img-left .item-title h2, .img-left .item-title h3, .img-left .item-title h4, .img-left .item-title h5 {
    padding-top: 0;
    margin-top: -5px;
}
.img-right .item-title .h1, .img-right .item-title .h2, .img-right .item-title .h3, .img-right .item-title .h4, .img-right .item-title .h5,
 .img-right .item-title h1, .img-right .item-title h2, .img-right .item-title h3, .img-right .item-title h4, .img-right .item-title h5 {
    padding-top: 0;
    margin-top: -5px;
}


/*--- Adds more whitespace after paragraph ---*/
p {margin-bottom:20px!important;}

/*--- Tweeks for a better styling of lists ---*/
ul, ol {margin-left:55px; margin-bottom:20px;}
li {list-style-type:initial;}

/*--- Extra css classes for general spacing ---*/
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}

/*--- Define the whitespace on top of the page (Below banner) ---*/
#dnn_content {padding:40px 0 0!important;}
.pgWork #dnn_content, .pgPrivate.work #dnn_content {padding:0px 0 0!important;}

/*--- Tweek for Testimonial quote - show opening quote-icon higher ---*/
.Testimonials_3 blockquote:before {
	top: 30%;
}

/*--- styling for line below title ---*/
.line {width:70px; height:5px; margin:20px 0; transition:all 1s ease 0s, width 1000ms ease-in-out;}
.line.white {background-color:#ffffff;}
.line.accentcolor {background-color:#3b234a;}

/*--- show pointer in lightbox close-icon ---*/
.mfp-close:hover, .mfp-close:focus {cursor: -moz-pointer!important; cursor: -webkit-pointer!important; cursor: pointer!important;}


/*===================================================
	SectionStyles
 ===================================================*/
 
 /*--- SectionStyle-Cust1---*/
 .SectionStyles-Cust1 h2, .SectionStyles-Cust1 h3, .aboutus02_bg03, .aboutus02_bg03 h1, .aboutus02_bg03 .h2 {color:#ffffff;}
 
 
/*===================================================
	OpenContent 
 ===================================================*/

/*--- Css for the edit function (pencil) ---*/

.item-edit-wrapper {
    display: -webkit-inline-box !important;
    font-size: 12px !important;
}

.command-edit {
    color: red !important;
}

/*--- Css for the image-edit function (image-icon) ---*/
.item-edit-wrapper {
    display: -webkit-inline-box !important;
    font-size: 12px !important;
	padding-left: 4px;
}
span.glyphicons.glyph-picture {
    padding-right: 18px;
    font-size: 16px;
}

/*--- Styling for collection detail page ---*/
.oc-Detail {
  height:100%
}

.oc-Detail .home5_full_left{
  display : flex;
  justify-content : center;
  align-items : center;
  background-color:#000000;
  height : 100%;
  color : #FFF;
position:relative;
background-image:none;
padding:0;
}

.oc-Detail .home5_full_left img{
  width:100%;
  height : auto;
}

.oc-Detail .home5_full_left .photo_box {
   margin:0;
}


.oc-Detail .home5_full_right {
  display : inline;
  justify-content : center;
  align-items : center;
  background-color:none;
  height : 100%;
  color : #3d231b;
  padding:60px;
}



@media screen and (max-width: 498px){
	.oc-Detail .body-text {padding:30px;}
}

@media only screen and (min-width: 499px) and (max-width: 768px) {
	.oc-Detail .body-text {padding:30px;}
}

/*--- remove padding on Full_Screen_PaneA ---*/
.Full_Screen_PaneA {
padding:0;
}

/*===================================================
	NBStore / NBrightStore 
 ===================================================*/
 
/*--- Fix for layout issue in checkout (keuze leveringsadres / facturatieadres ) ---*/
#shippingoptions input{ margin:5px 0 0 -20px;}

/*--- Layout fix voor Checkout (overzicht prijs, verzendingskost, totaal,...), verbergen van list-styling  ---*/
.checkoutdetails li{list-style-type:none;}

/*--- Layout ShoppingCart ---*/
.container_classicrazor_nbs_minicart .minicart.empty { background-color: #eee; padding: 8px 30px;}
.container_classicrazor_nbs_minicart .minicart.active {background-color: #ff4754; padding: 8px 30px; color: #ffffff;}
.container_classicrazor_nbs_minicart .minicart.active a {color: white;}

</pre></body></html>