html,
body {
	overflow-x: hidden;
	max-width: 100%;
	touch-action: pan-y;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #052A4F;
	padding-top: 100px;
}

img {
	max-width: 100%;
}

.container {
	width: min(1200px, 92%);
	margin: 0 auto;
}

.header {
	background: #ffffff;
	border-bottom: 1px solid #DCEBF2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0px 0px;
}

.menu {
	height: 100%;
	display: flex;
	gap: 24px;
	align-items: flex-end;
}

.hero {
	background: linear-gradient(160deg, #EAF7FC, #ffffff);
	padding: 20px 0;
}

.hero_inner {
	display: flex;
	align-items: center;
	gap: 50px;
}

.hero_text,
.hero_image {
	flex: 1;
}

.button {
	display: inline-block;
	background: #063D72;
	color: #ffffff;
	padding: 14px 26px;
	border-radius: 8px;
	font-weight: bold;
}

.button:hover {
	background: #042B50;
}

.image_placeholder {
	height: 360px;
	border-radius: 24px;
	background: #D9F1FA;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #063D72;
	font-size: 28px;
	font-weight: bold;
	box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.section {
	padding: 20px 0;
	background: #ffffff;
}

.section.light {
	background: #F3FAFD;
}

.section_title {
	text-align: center;
	max-width: 650px;
	margin: 0 auto 45px;
}


.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.card {
	background: #ffffff;
	border: 1px solid #DCEBF2;
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.two_columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: start;
}

.cta {
	background: #063D72;
	color: #ffffff;
	padding: 20px 0;
}

.cta_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.light_button {
	background: #ffffff;
	color: #063D72;
}

.footer {
	background: #052A4F;
	color: #ffffff;
	padding: 15px 0;
}

.footer_inner {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
}

.menu_toggle {
	position: absolute;
	top: 18px;
	right: 0px;
	display: none;
	background: none;
	border: none;
	font-size: 34px;
	cursor: pointer;
	color: #063D72;
}

.menu_overlay {
	display: none;
	position: fixed;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: rgba(0,0,0,0.35);

	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);

	z-index: 998;
}

.logo {
	display: flex;
	align-items: center;
	height: 100px;
	box-sizing: border-box;
}

.logo img {
	height: 70px;
	display: block;
	margin-right: 0px;
}

.logo_text {
	align-items: center;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -2px;
	white-space: nowrap;
}

.logo_dark {
	color: #063D72;
}

.logo_light {
	color: #0295D5;
}

.hero_image img {
	width: 100%;
	height: auto;
	display: block;

	border-radius: 24px;

	box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}

.menu_item {
	position: relative;
}

.menu_item > a {
	display: block;
	padding: 10px 0;
}

.submenu {
	display: none;

	position: absolute;
	top: 100%;
	left: 0;

	min-width: 220px;

	background: #ffffff;

	border-radius: 12px;

	box-shadow: 0 10px 30px rgba(0,0,0,0.12);

	padding: 10px 0;

	z-index: 1000;
}

.submenu a {
	display: block;
	padding: 12px 18px;
	white-space: nowrap;
	font-weight: 600;
	color: #063D72;
}

.submenu a:hover {
	background: #F3FAFD;
}

.has_submenu:hover .submenu {
	display: block;
}

.header_inner {
	position: relative;
}

.header.menu_mobile .menu_toggle {
	display: block;
}

.header.menu_mobile .menu {
	display: none;
	position: fixed;
	top: 25px;
	right: 25px;
	bottom: 25px;
	width: 280px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	padding: 15px;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	z-index: 1001;
	height: auto;
	overflow: auto;
}

.header.menu_mobile .menu.show {
	display: flex;
}

.header.menu_mobile .menu_item {
	width: 100%;
}

.header.menu_mobile .submenu {
	display: flex;
	flex-direction: column;
	position: static;
	width: 100%;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	padding: 0 0 8px 15px;
	margin: 0;
}

.bloks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0px;
}

.blok {
	border: #a9abac solid 1px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	padding: 10px;
	margin: 10px;
}

.blok p {
	margin: 0px;
	padding: 0px;
}

.aq_pdf_ikon_liste {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0px;
}

.aq_pdf_ikon_liste_inner {
	border: #a9abac solid 1px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	padding: 10px;
	margin: 10px;
}

div.bestyrelsen {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 5fr));
    gap: 0px;
}

div.bestyrelse {
	border: #a9abac solid 1px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	padding: 10px;
	margin: 10px;
	background-color: rgb(208, 215, 221);
}

div.bestyrelsesmedlem {
}

/* Mobil */
@media (max-width: 800px) {
body {
	padding-top: 117px;
}

	.header_inner {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 18px 0px;

	}

	.menu_toggle {
		display: block;
	}

	.menu {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 260px;
	bottom: 15px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	padding: 15px;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	z-index: 999;
	overflow: auto;
	}

	.menu.show {
		display: block;
	}

.menu_item {
	width: 100%;
}

.menu_item > a {
	display: block;
	width: 100%;
	padding: 10px 0;
}


	.hero_inner,
	.cta_inner,
	.footer_inner {
		flex-direction: column;
		text-align: center;
	}

	.cards,
	.two_columns {
		grid-template-columns: 1fr;
	}

	.cards {
		grid-template-columns: 1fr;
	}

	.two_columns {
		grid-template-columns: 1fr;
		gap: 0px;
	}

	.hero_inner {
		flex-direction: column;
	}

	.hero_text {
		text-align: left;
		width: 100%;
	}

.hero_text img {
	display: block;
	margin: 0 auto;
}

	.menu {
		display: none;
	}

	.menu_toggle {
		display: block;
	}

	.logo {
		height: 80px;
		padding-left: 0px;
	}

	.logo_text {
		font-size: 34px;
		letter-spacing: -1px;
		display: block;
		width: 100%;
	}
	
	.logo_dark, .logo_light {
		
	}
	
.submenu {
	display: flex;
	flex-direction: column;
	position: static;
	width: 100%;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	padding: 0 0 8px 15px;
	margin: 0;
}

.submenu a {
	display: block;
	padding: 7px 0;
	font-size: 14px;
	font-weight: 600;
	color: #063D72;
}

.header.menu_mobile .menu {
	position: fixed;
	top: 5px;
	right: 10px;
	bottom: 5px;
	width: 260px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	padding: 15px;

	z-index: 1002;
}

}

