header > .grid-container {
	padding-left:1rem;
}
.brand {
	width: 80px;
	height: auto;
	margin-bottom:2px;
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85);
}
.brand.tree {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.brand svg g {
	display: block!important;
}
.brand.tree,
.brand.tree svg {
	width:60px;
	height:60px;
}
.footer .brand {
	margin-right: 1em !important;
	margin-bottom: 1em !important;
	margin-left: -12px;
}
.footer .brand.tree:hover .cls-blue {
	fill:#17529a;
}
.handbog .teaser-section {
	padding-top:1em;
}
.handbog .teaser-section .teaser {
	height:auto;
}
.handbog .teaser-section .teaser .teaser-inner {
	height:100%;
	display:flex;
	flex-direction:column;
}
.handbog .teaser-section .teaser .teaser-content {
	display:flex;
	flex:1 0 auto;
}
.handbog .teaser-section .teaser .teaser-cta {
	display:none;
}
@media print, screen and (min-width: 48em) {
	.brand {
		width: 100px;
		-webkit-transform: scale(.85);
		-ms-transform: scale(.85);
		transform: scale(.85);
	}
	.brand.tree {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.handbog .teaser-section:first-of-type {
		padding-top:1em;
	}
	.handbog .teaser-title:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		background: transparent;
	}
}
@media print, screen and (min-width: 64em) {
	.brand {
		margin-bottom: 2px;
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}
	.brand.tree {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.course-aside {
		background-image: url(/assets/images/logo-2023/LOF_-_logo_-_vertikalt_blue.svg);
		background-size:300px;
	}
	.handbog .teaser-section .teaser {
		height: auto;
	}
}
@media print, screen and (min-width: 75em) {
	h2.header-branch {
		margin-left:10px;
	}
	.footer .brand {
		margin-bottom:0!important;
	}
	.handbog .teaser-section .teaser {
		height: auto;
	}
}
