:root{
  --hb-header-height: 140px;
}

@media (min-width: 576px){
  :root{ --hb-header-height: 160px; }
}

body{
	overflow-x: hidden;
	padding-top: var(--hb-header-height);
}

#logo_container.hb-logo-collapsed { display: none; }
@media (min-width: 576px){
  #logo_container.hb-logo-collapsed { display: block; }
}

@media (max-width: 575.98px) {
  #logo_container.hb-logo-collapsed {
    display: none !important;
  }
}

/* --- Fonts --- */
h1, h2, h5 {
	font-family: 'Signika', sans-serif;
}

/* --- Colors --- */
.bg-body-tertiary {
	background: #f7f4ed !important;
}
.bg-body-dark {
	background: #860810;
	color: #f7f4ed;
}

/* --- Header --- */
.header-date {
	font-family: 'Roboto Condensed', sans-serif;
}
.nav-item a {
	align-items: center;
	display: inline-flex;
}
.logo {
	height: 7vh;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.main-header .nav-link,
.main-usp .nav-link {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3b3b3b;
}

/* --- Footer --- */
.main-footer .nav-link {
	color: #f7f4ed;
}
.main-footer .list-unstyled li {
	align-items: center;
	display: inline-flex;
}

/* --- Header --- */
.main-header .nav {
	align-items: center;
	display: flex;
}
.navbar_top.is-scrolled.scrolling-up {
	transform: translateY(0%);
}
.navbar_top.is-scrolled {
	transform: translateY(-100%);
}
.navbar_top.is-scrolled {
	box-shadow: 0px 2px 0px rgba(0,0,0,0.08);
}

.navbar_top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background: #fff;
	transition: transform 0.3s;
}

/* --- Programma --- */
.huttenbouw-programma {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.huttenbouw-programma .card {
	height:100%;
}
.huttenbouw-programma .list-unstyled {
	text-align: left !important;
}
.huttenbouw-programma .list-unstyled li {
	align-items: center;
	display: inline-flex;
}

/* --- pim --- */
.pim-section {
	position: relative;
	padding: 4rem 0;
	overflow-x: hidden;
}

.pim {
	position: absolute;
	bottom: 0;
	max-height: 450px;
	z-index: 0;
	pointer-events: none;
	user-select: none;
}

.pim-left {
	left: -40px;
}

.pim-right {
	right: -40px;
}

.pim-center {
	position: absolute;
	left: 50%;

	transform: translateX(-50%);
	max-height: 200px;
	z-index: 0;
	pointer-events: none;
	user-select: none;
}

@media (max-width: 768px) {
	.pim {
		max-height: 300px;
		/*display: none;*/
	}
}

/* --- brigades --- */
.hb-brigade-card-header{ min-height: 200px; }
.hb-brigade-img{ height: 200px; }

.btn-responsive {
  padding: .375rem .75rem;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .btn-responsive {
	padding: .5rem 1rem;
	font-size: 1.25rem;
  }
}