.header__home {
	display: grid;
	grid-template-areas:
		"header-right"
		"header-left";
	grid-template-columns: 100%;
	grid-gap: 3rem;
}

.header__wrapper {
	position: relative;
}

.header__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media (max-width: 991px) {
	.header__container {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.course-overview .header__container {
		padding-bottom: 0;
	}
}

@media (max-width: 1199px) {
	.header.course-overview {
		max-width: 100%;
	}
}

.header__info {
	grid-area: header-left;
}

.header__home .header__banner {
	margin-top: 25px;
	grid-area: header-right;
}

.header__home .header__banner .header-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 1.6rem;
}

.header__cards .home-cards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.header__cards .home-card {
	width: 100%;
	margin-bottom: 0.75rem;
}

.button__primary-large {
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12) !important;
	border: 1px solid rgba(3, 39, 79, 0.12);
}

.button__primary-large:hover {
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.22) !important;
}

.button__primary-large .button__subtext {
	color: #03274f;
}

.button__subtext {
	font-size: 16px;
	font-weight: 500;
}

.button__secondary-large {
	border: 0;
}

.button__secondary-large .button__text {
	color: #03274f;
}

.button__arrow {
	width: 48px;
	height: 48px;
	background: #03274f;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.75rem;
	flex: 0 0 48px;
}

.button:not(.button__secondary-large) .button__arrow svg path {
	fill: #fff;
}

.button__secondary-large .button__arrow {
	background: #fff;
}

.header__button--small {
	width: 100%;
	margin-top: 3rem;
}

.header__footer {
	margin-top: -5rem;
	min-height: 50px;
}

.header__footer:empty {
	margin-top: 15rem;
}

.header__footer__full {
	margin-top: 0;
}

.header__title {
	letter-spacing: -0.84px;
	padding-right: 0.6rem;
	margin-bottom: 15px;
	margin-top: 6px;
}

@media (max-width: 768px) {
	.header__info h1 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media (min-width: 992px) {
	.header__button--small {
		width: fit-content;
	}

	.header__title {
		margin-bottom: 15px;
		margin-top: 5px;
	}
}

.header__description {
	font-family: "Fira Sans Medium" !important;
	margin-bottom: 3rem !important;
}

.header__image {
	height: auto;
	width: 100%;
	object-fit: cover;
	border-radius: 1.6rem;
	margin-top: 2rem;
}

.header__image__smallest {
	display: none;
}

.header__image__mobile {
	display: block;
}

.header__image__mobile__hidden {
	display: none;
}

.header__image__normal {
	height: 32rem;
}

.header__image__topopleiding {
	position: absolute;
	top: 1.4rem;
	right: 2.4rem;
	width: 8.6rem;
	height: auto;
	object-fit: contain;
	margin-top: 2rem;
}

.header__interest {
	margin: 2rem 0 5px;
}

.header__interest__top {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 0.75rem;
}

.header__interest__body {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: auto;
	padding-bottom: 1rem;
}

.header__interest__body .tag {
	margin-right: 1rem;
}

.header__text {
	color: #03274f;
	font-weight: 600;
}

@media (min-width: 768px) {
	.header__wrapper {
		z-index: -1;
		text-align: end;
	}

	.header__title {
		font-weight: 700;
		letter-spacing: -0.84px;
	}

	.header__text {
		letter-spacing: 0;
		line-height: 2.8rem;
		width: 37rem;
		font-family: "Ubuntu Bold";
	}

	.header__image {
		height: 34rem;
		width: 100%;
		object-fit: cover;
		margin-top: 2rem;
	}

	.header__image__smallest {
		height: 23rem;
	}

	.header__image__mini {
		height: 34rem;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.header__container {
		display: flex;
		flex-direction: column;
		padding-bottom: 5rem;
		padding-top: 0;
		justify-content: flex-start;
	}

	.header__container.header__container-newindication {
		padding-top: 5rem;
	}

	.header__footer__full {
		margin-top: -5rem;
	}

	.header__arrow {
		display: none;
	}

	.header__title {
		max-width: 40rem;
	}

	.header__image {
		height: 30rem;
		width: 100%;
		object-fit: cover;
		margin-top: 0;
	}

	.header__image__mobile__hidden {
		display: block;
	}

	.header__image__small {
		height: 44.8rem;
		width: 53.1rem;
	}

	.header__image__smaller {
		height: 34rem;
		width: 53.1rem;
	}

	.header__image__smallest {
		height: 30rem;
		width: 100%;
		display: block;
	}

	.header__interest__body {
		flex-wrap: wrap;
		overflow: visible;
	}

	.header__interest__body .tag {
		margin-bottom: 1rem;
	}

	.header__image__topopleiding {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.header__home {
		grid-template-areas: "header-left header-right";
		grid-template-columns: auto 520px;
	}

	.header__home .header__banner .header-image {
		height: calc(100% - 25px);
	}

	.header__arrow {
		display: none;
	}

	.header__title {
		max-width: 40rem;
	}

	.header__image {
		height: 40rem;
		width: 100%;
		object-fit: cover;
	}

	.news__detail .header__image,
	.event__detail .header__image,
	.vacancy__detail .header__image {
		height: 40rem;
	}

	.header__image__mini {
		height: 34rem;
		display: block;
		width: 100%;
	}

	.header__image__mobile__hidden {
		display: block;
	}

	.header__image__small {
		height: 44.8rem;
		width: 53.1rem;
	}

	.header__image__smaller {
		height: 34rem;
		width: 53.1rem;
	}

	.header__image__smallest {
		height: 30rem;
		width: 100%;
		display: block;
	}
}

@media (min-width: 1200px) {
	.header__home {
		grid-template-areas: "header-left header-right";
		grid-template-columns: auto 620px;
	}

	.header__home .header__banner {
		margin-top: 0;
	}

	.header__home .header__banner .header-image {
		height: calc(100% - 25px);
	}

	.header__image__mini {
		height: 34rem;
		width: 100%;
	}

	.header__image__normal {
		height: 50rem;
	}

	.header__image {
		height: 40rem;
	}
}
