/* increase the height of the logo */
.navbar-brand img.eigenlogo {
  max-height: 180px !important;
}

/* Fill page width to fit screen (but not overfill */
.row {
  --bs-gutter-x: 0rem !important;
}

/* center the header photo/video (hero) */
#video > video , container-fluid {
  width: 100%;
  margin: 0px !important;
}

/* alternative fonts for video-container */
#video-container h2 {
  font-family: 'UrbanJungle', Arial black, Verdana !important;
}

/* prevent overlap at bottom of page */
#tc4-bottom > div > div {
  height: auto !important;
}

/* to keep all frontend menu items visible, items below are needed */
.navbar-collapse {
  align-items : normal !important;
}
.navbar-collapse.show {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 100px);
}
.nav {
  display: block !important;
  padding-left: 2rem !important;
  margin-top: 120px !important;
  width: 100%;
}
.nav-item {
  display: block;
  line-height: 35px;
}
.separator {
  color: #ffffff;
}

/* below is to hide/display the submenu's on the right of the main items. */
.deeper {
  position: relative;
  width: 90%;
}
.deeper ul {
  display: none;
  position: absolute !important;
  top: 0;
  left: min(250px, 40%) !important;
  width: 150%;
  border-left: 1px solid green;
  padding-left: 1rem;
  background-color: #FFFFFF;
  z-index: 999999;
}
.deeper:hover ul {
  display: block !important;
}
.external-link::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f08e";
}
.item-241 > a::before, .item-242 > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f08e";
}

/* Het verspringen van de breadcrump ongedaan maken */
.breadcrumb-item {
  margin: 0px !important;
}

/* improvements on BreezingForms */
.bfRolloverBg {
  background: rgba(255,255,204,0.2) !important;
}

/* Overview items on bottom of pages Scouting Alphen */
.sa-overview-title {
  text-decoration: none;
  font-family: "Roboto Slab",serif;
  font-size: 1.3rem;
}
.sa-overview-small {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: -1.5rem;
}
.sa-overview-col {
  padding: 2px !important;
  min-height: 540px !important;
  overflow: visible;
}
.sa-overview-cell {
  position: relative;
  margin: 2px !important;
  padding: 0px !important;
  background-color: #ededed !important;
  font-size: 1.125rem !important;
}
.sa-overview-btn {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

/* To correctly display form underneath Verhuur overview */
.custom {
  height: 100% !important;
}

/* Set the background of the sidebar to transparant */
.no-card {
  background-color: transparent !important;
}

/* Create space between the featured columns */
.col-sm-4 {
  margin-left: 5px;
  width: 32% !important;
}