  /* Automatisch afbreken met koppeltekens */
  .intro-post-title {
white-space: normal;   /* Zorg dat nowrap wordt overschreven */
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
		}

.header-inner {
	display:flex;
    flex-direction:row !important;
    justify-content:space-between;
	}
@media only screen and (min-width: 1025px) {
	.header-inner .logo {
  	flex-basis:30%;
  }
}
.ba-icon-close::before {
  -webkit-text-stroke-width: 3px;
}
#system-message-container .alert {
    display:none !important;
    }
.blog-post .ba-blog-post-content {
		padding:0 !important;
		}
.footer .main-menu ul li i {
	display:none;
	}
.footer #item-1770216030342 li.deeper.parent > ul {
	display:none !important;
	}
