/* --- App layout changes: hide search box in app header on Homepage --- */

#pnlContainer_templatedHeader_searchbox_pnlSearch {
  display: none;
}


.Home_page .BaseMaster_searchBoxContainer {
  display: none !important;
  
}

.Home_page .BaseMaster_contentContainer
{
  height: auto !important;
}

.Home_page .BaseMaster_mainMenuContainer {
  background-image: none;
}

/* --- App layout changes end --- */

/* Editor-specific preview styles which do not affect the reader UI */
.HtmlEditor_editableBody .background
{
  top: -50px;
}

.HtmlEditor_editableBody .footer
{
  position: static;
  margin-top: 50px;
}

/* ----- original settings - end ----- */


body {
  color:#02133E;
  font-family: Inter,Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

a.Homepage, a.Homepage:visited {
  color: #02133E;
  text-decoration:none;
  transition:0.2s;
}
  
a.Homepage:hover, a.Homepage:focus {
    color: #1659FF;
    /*transform:
      outline: none;*/
    cursor:pointer;
    text-decoration:underline;
  }

h1.Homepage
{
  color: #fff;
  font-family: Inter,Arial, sans-serif;
  font-size: 46px;
  font-weight: 500;
  margin-block-start: 0 ;
  margin-inline-end: 0 ;
  margin-block-end: 32px ;
  margin-inline-start: 0 ;
  text-align: center;
}

h2.Homepage
{
  color: #02133E;
  /*font-family: Outfit,Verdana, sans-serif;*/
  font-family: Inter,Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align:center;
  margin-bottom: 50px;
  padding-block-start: 0px;
  padding-inline-end: 0px ;
  padding-block-end: 0px ;
  padding-inline-start: 0px ;
}

.Home_page
{
  /*font-family: Outfit,Verdana, sans-serif;*/
  font-family: Inter,Arial, sans-serif;
}

.Home_page .CHOffCanvasPanel_content
{
  min-height: 100vh;
}

/*@media (min-width: 980px) {
  .ClearSky_appHeaderLine1 {
    display: flex;
    align-items: center;
    gap: 12px;
  }*/

  /* Let logo keep its natural size */
  /*.BaseMaster_logoContainer {
    flex: 0 0 auto;
  }*/

  /* Let menu take remaining space */
  /*#pnlMainMenuContainer {
    flex: 1 1 auto !important;
    min-width: 1px !important;
  }
}``*/


/*Search section - searchbox has been removed since April 2026 */

.Home_page .searchContainer
{
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 90px;
  padding-bottom: 120px;
}

@media screen and (max-width: 469px){
  .Home_page .searchContainer {
    padding-top: 40px;
  }
}

.Home_page .background
{
  height: 390px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  /*background-image: url('/resources/Storage/Branding/BD_BKG-03.png');*/
  background-image: url('/resources/Storage/Branding/Header-site-web-Bizzdesign.png');  
}

.Home_page .searchCenteringContainer
{
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.Home_page .searchBoxContainer
{
  max-width: 520px;
  width: 100%;
}

.Home_page .searchBox
{
  border: 1px solid rgba(0, 0, 0, 0.0578);
  border-radius: 6px;
  box-sizing: border-box;
  color: #02133E;
  /*font-family: Outfit,Verdana, sans-serif;*/
  font-family: Inter,Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  padding-block-start: 10px ;
  padding-inline-end: 16px ;
  padding-block-end: 10px ;
  padding-inline-start: 16px;
  width: 100%;
}


/* Navigation section */

/*.fixedWidth {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}*/

.mainContainer {
  background: #fff;
}

.navContainer {
  padding-top: 50px;
  padding-bottom: 200px;
}

.home-section-container {
  
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 100%;
}

.home-section-block {
  /*background: #fff;*/
  background: linear-gradient(333deg, #cce2fc -34.61%, #fcfcfd 87.19%);  
  border: .5px solid rgba(202, 212, 231, .4);
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(205, 205, 205, .18);
  flex: 0 0 28%;
  margin-block-start: 20px ;
  margin-inline-end: 20px ;
  margin-block-end: 20px ;
  margin-inline-start: 20px ;
  min-width:250px;
  max-width:250px;
  min-height: 250px;
  padding-block-start: 30px ;
  padding-inline-end: 20px ;
  padding-block-end: 10px ;
  padding-inline-start: 20px ;
  text-align: center;
  position:relative;
}

.home-section-icon {
  width:auto;
  height:80px;
  position:relative;
}

h3.home-section-block-title {
  /*color: #00257E;*/
  color: #02133E;
  font-family: Inter,Arial, sans-serif;
  /*font-family: Outfit,Verdana, sans-serif;*/
  /*font-size: 40px;*/
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

h4.home-section-block-subtitle {
  /*color: #00257E;*/
  color: #02133E;
  /*font-family: Outfit,Verdana, sans-serif;*/
  font-family: Inter,Arial, sans-serif;
  /*font-size: 26px;*/
  font-size: 22px;
  /*font-weight: 400;*/
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}

.home-section-block-des {
  color: #02133E;
  /*font-family: Outfit,Verdana, sans-serif;*/
  font-family: Inter,Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-block-start: 5px;
  margin-block-end: 10px;
  text-align: left;
}

.HomepageSectionEntry {
  /*font-family: Outfit,Verdana, sans-serif;*/
  font-family: Inter,Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  list-style-type: none;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}

.HomepageSectionEntry li {
  margin-bottom: 5px;
}


/* Homepage Banner section (Call to action items) */
.homepage-banner-container {
  position: static;
  float: inline-start;
  width: 100%;
  height: auto;
  min-height: 140px;
  /*background: #EEF1F4;*/
  background: #E7EFFD;
  margin-top: 100px;
  margin-bottom: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.homepage-banner-block {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 100%
}

.homepage-banner-section {
  position: relative;
}

.homepage-banner {
  margin: 15px;
/*  padding: 15px;*/
}

@media screen and (max-width: 469px){
  .homepage-banner {
    height: auto;
    width: 70%;
  }
}

@media screen and (min-width: 470px) and (max-width: 800px){
  .homepage-banner {
    height: auto;
    width: 60%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1083px){
  .homepage-banner {
    height: auto;
    width: 60%;
  }
  
}

@media screen and (min-width: 1084px){
  .homepage-banner {
    height: auto;
    width: 80%;
    max-width: 500px;
  }
}

@media screen and (min-width: 1795px){
  .homepage-banner {
    height: auto;
    width: 80%;
    max-width: 550px;
  }
}


/* New navigation section 2026 */

:root {
  /*--gap: 40px;
  --pad: 16px;*/
  --radius: 12px;
  /*--icon-size: 24px;
  --bg: #fff;
  --border: #e5e7eb;*/
  --text: #02133E;
  --brand: blue;
  /*--page-gutter: clamp(24px, 5vw, 56px);*/
 /* --page-gutter: clamp(32px, 5vw, 64px);*/
  /*--page-gutter: clamp(40px, 4vw, 72px);*/
}

/*, *::before, *::after { box-sizing: content-box; }*/

.fixedWidth {
  max-width: 1500px;  
  margin-inline: auto;                      /* logical shorthand for L/R centering */
  margin-bottom: 30px;
  padding-inline: clamp(32px, 5vw, 64px);   /* comfy gutters on small screens */
}

/* Only the product grid uses border-box (prevents overlap without breaking header/menu) */
.grid-2x2,
.grid-2x2 *,
.grid-2x2 *::before,
.grid-2x2 *::after {
  box-sizing: border-box;
}

/* OUTER: 2×2 grid of cells (1 column on narrow screens) */
.grid-2x2 {  
  display: grid;
  /*gap: var(--gap);*/
  gap: 40px;
  width: 100%;
  /*grid-template-columns: repeat(auto-fit, minmax(320px, 550px));     /* 2 columns when they fit, 1 column when they don't */
  justify-content: center;                                           /* center the whole columns block inside the fixedWidth container */
}

@media (min-width: 640px) {                                 /* >= sm: two columns */
  .grid-2x2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;                                  /* center each .cell inside its column*/
  }
}

.grid-2x2 > .cell { 
  min-width: 0;
}

/* Cell styling */
.cell {
  background: #fff;
  border: 1px solid rgba(202, 212, 231, .4);
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  display: grid;
  font-family: Inter,Arial, sans-serif;
  grid-template-rows: auto 1fr;
  max-width: 550px;
  padding: clamp(14px, 2vw, 16px * 1.25);
  width: 100%;
}

.cell-title {
  color: var(--text);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 25px;
  max-width: 100%;
  padding: 20px 0 20px 0;
  text-align: center;  
  overflow-wrap: anywhere;  /* wrap long words/URLs */
  word-break: normal;
  hyphens: auto;            /* nicer hyphenation if language supports it */
}

#alfabet {
  background: #dbe5fd;
}

#hopex {
  background: #799ef9;
}

#horizzon {
  background: #1659ff;
  color: white;
}

#unify {
  background: #0632a0;
  color: white;
}

/* INNER: two lists side-by-side → one stacked column on small screens */
.lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px 16px;
  min-width: 0;
  padding-left: 15px;

}
@media (max-width: 480px) {
  .lists {
    grid-template-columns: 1fr; /* stack the two lists */
    row-gap: 12px;              /* matches item gap to look like one list */
  }
}


/* Each list has two rows vertically */
.icon-list {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* One row = icon (fixed) + text (flexible) */
.icon-row {
  align-items: start;
  color: var(--text);
  column-gap: 10px;
  display: grid;
  grid-template-columns: auto 1fr;   /* icon then flexible text column */
  margin: 5px 0 5px 0;
  min-width: 0;                      /* allow the text column to shrink and wrap */
}

/* Icon sizing (works for <svg> or <img>) */
.icon {
  width: var(--icon-size);
  height: var(--icon-size);
  color: var(--brand); /* colors inline SVG paths via currentColor */
}

/* Tidy long labels */
.icon-row a {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  hyphens: auto;                      /* prettier breaks for hyphenated words */
  overflow: visible;                  /* no clipping */
  overflow-wrap: anywhere;            /* wrap long words / URLs if needed */
  text-overflow: clip;                /* disable ellipsis */
  white-space: normal;                /* allow wrapping */
}

.icon-row a:hover {
  color: #1659ff;
  text-decoration:none;
}

/* END New navigation section 2026 */


/* Desktop: force the main menu container to have real width */
/*@media (min-width: 980px) {
  #pnlMainMenuContainer {
    width: auto !important;     /* overrides width:0 (even if inline) */
   /* min-width: 1px !important;  /* ensures it can't collapse to 0 */
   /* flex: 1 1 auto !important;  /* if header line is flex */
  /*}*/

  /* Optional: if the hamburger still appears, hide it on desktop */
  /*.BaseMaster_hamburgerMenuIcon {
    display: none !important;
  }
}*/




/* DEBUG section, deactivate after checking */

/*.fixedWidth { outline: 2px dashed royalblue; }
.grid-2x2   { outline: 2px dashed tomato; }
.cell       { outline: 1px dashed limegreen; }
h2.Homepage  { outline: 1px dashed orange; }*/



/* Unused stuff below ------------- ----------------- */

/*.backgroundGlass {
  background:rgba(255,255,255,.7) !important;
}*/

/*.searchbox-toggle svg {
width: 30px;
height: 30px;
z-index: 20;

.searchbox-toggle {
position: relative;
display: -ms-flexbox;
display: flex;
margin-inline-start: auto ;
opacity: 1;
visibility: visible;
margin-inline-end: 1.6rem ;
*/


/* Info section !!!Nog verschillende browserbreedtes instellen */
/*.homepage-info-container {
position: static;
float: inline-start ;
width: 100%;
height: auto;
background: #eef1f4;
}

.homepage-info-text {
text-align: center;
float: inline-start ;
width: 50%;
margin-inline-start: 25% ;
padding-top: 40px;
padding-bottom: 40px;
font-family: Inter,Arial,sans-serif;
}
*/


/* New block editor styling

h1.CHBlock_richTextContent  {
  font-family: Inter,Arial,sans-serif !important;
}

.CHCardsBlock_cardDescription, .CHCardsBlock_cardTitle {
  font-family: Inter,Arial,sans-serif !important;
}

New block editor styling END */


/* ------------- stuff from template theme --------------
.Home_noPubsAvailable
{
color: rgba(0, 0, 0, 0.3614);
font-size: 14px;
}

.Home_page .pubItem
{
flex: 1 1 30%;
max-width: 50%;
}

.Home_page .pubItem a
{
display: flex;
align-items: center;
gap: 8px;

height: 120px;
padding-block-start: 32px ;
padding-inline-end: 32px ;
padding-block-end: 32px ;
padding-inline-start: 32px ;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0.0578);
border-radius: 8px;

text-decoration: none;
transition: 0.2s;
}

.Home_page .pubItem a:hover
{
background: {
{
HOVER_COLOR}
}
14;
border: 1px solid {
{
HOVER_COLOR}
}
;
}

.Home_page .customIcon,
.Home_page .noCustomIcon
{
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
width: 56px;
height: 56px;
border-radius: 999px;
background-color: {
{
SELECTION_COLOR}
}
14;
background-repeat: no-repeat;
background-position: center center;
}

.Home_page .customIcon i
{
display: none;
}

.Home_page .pubIcon
{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
border-radius: 999px;
font-size: 26px;
color: {
{
SELECTION_COLOR}
}
;
}
*/
.CHBlock_richTextContent, .CHBlock_container * {font-family: MS Sans Serif, Geneva, sans-serif;}