/* New block editor styling */

h1.CHBlock_richTextContent  {
  font-family: Outfit, Verdana, sans-serif !important;
}

.CHCardsBlock_cardDescription, .CHCardsBlock_cardTitle {
  font-family: Outfit, Verdana, sans-serif !important;
}



/* New block editor styling END */



/* --- 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:#00234c;
  font-family: Outfit, Verdana, sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

a, a:visited {
  color: #0086fa;
  text-decoration:none;
  transition:0.2s;
  
  &:hover,
    &:focus {
    color: #f7795c;
    outline: none;
    cursor:pointer;
  }
}

a.Homepage, a.Homepage:visited {
  color: #0086fa;
  font-family: Outfit, Verdana, sans-serif;
  text-decoration:none;
  transition:0.2s;
  
  &:hover,
    &:focus {
    font-family: Outfit, Verdana, sans-serif;
    color: #f7795c;
    transform:
    outline: none;
    cursor:pointer;
  }
}

h1.Homepage
{
  color: #fff;
  font-family: Outfit, Verdana, 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: #00234c;
  font-family: Outfit, Verdana, sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align:center;
  margin-bottom: 15px;
  padding-block-start: 0px;
  padding-inline-end: 0px ;padding-block-end: 0px ;padding-inline-start: 0px ;
}

.home-link a:hover {
  color: #f7795c;
}

.home-link a:active {
  color: #f7795c;
}

.Home_page
{
  font-family: Outfit, Verdana, sans-serif;
}

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


/*Search section */

.Home_page .searchContainer
{
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  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: 360px;
  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'); 
}

.background {
  background-image: url('/resources/Storage/Branding/Header-site-web-Bizzdesign.png') !important;
}

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



.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: #00234C;
  font-family: Outfit, Verdana, 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%;
}


/*.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 ;
*/


/* Navigation section */

.mainContainer {
  background: #fff;
}

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

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


/*@media screen and (min-width: 470px) and (max-width: 800px)
  .home-section-container{
  max-width: calc(100% - 6vw);
  width: calc(100% - 6vw);
}

@media screen and (min-width: 801px) and (max-width: 1083px)
  .home-section-container{
  max-width: calc(100% - 10vw);
  width: calc(100% - 10vw);
}

@media screen and (min-width: 1084px)
  .home-section-container{
  max-width: calc(100% - 10vw);
  width: calc(100% - 10vw);
}

@media screen and (min-width: 1795px)
  .home-section-container{
  max-width: calc(100%);
  width: calc(1600px);
}*/




/*@media screen and (max-width: 767px) {
  .home-section-block{
  min-width: 300px;
  }
}*/

.home-section-block {
  min-width:250px;
  max-width:250px;
  min-height: 280px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px rgb(187,204,220);
  flex: 0 0 28%;
  margin-block-start: 20px ;margin-inline-end: 20px ;margin-block-end: 20px ;margin-inline-start: 20px ;
  padding-block-start: 20px ;padding-inline-end: 20px ;padding-block-end: 20px ;padding-inline-start: 20px ;
  text-align: center;
  position:relative;
}

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

h3.home-section-block-title {
  font-family: Outfit, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.home-section-block-des {
  color: #00234c;
  font-family: Outfit, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: left;
}



/* Homepage Banner section */
.homepage-banner-container {
  position: static;
  float: inline-start;
  width: 100%;
  height: auto;
  min-height: 140px;
  background: #EEF1F4;
  margin-top: 50px;
  margin-bottom: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

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

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


.homepage-banner {
  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;
}
}



/*nog niet in gebruik*/
/* 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: Outfit,Verdana,sans-serif;
}*/


/* ------------- old 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: Verdana,Geneva,sans-serif;}