@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

:root {
	--font_family: Lato, sans-serif;
	--color_text: #333;
	--color_link: #d30000;
	--color_hover: #333;
	--color_button: #d30000;
	--logo_img: url("https://3f-design.dk/design@1.118.2/dist/img/logo.18ef0f9f.svg");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1.7;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

elements-of-type(html5-block) {
	display: block;
}

@media (min-width: 900px) {
	#content {
		width: 75%;
	}

	#content div:nth-child(4n+2), #content div:nth-child(4n+3) {
		float: left;
		clear: left;
		width: 50%;
	}

	#content div:nth-child(4n+5), #content div:nth-child(4n+4) {
		float: right;
		clear: right;
		width: 50%;
	}

	#content div:nth-child(4n+4) {
		margin-top: -0.75rem;
	}

	#content .lead_text:nth-last-child(5) {
		margin-top: auto;
	}

	#content .lead_text:nth-last-child(3) {
		font-size: 10px !important;
		width: 100%;
	}

	#content .text {
		width: 50%;
	}

	#content .text:nth-last-child(2) {
		clear: left;
		float: left;
		font-size: 12px !important;
		width: 100%;
	}
}

body {
	font-family: var(--font_family);
	font-size: 16px;
	color: #333;
}

a {
	font-weight: inherit;
	transition: color 100ms;
	text-decoration: none;
	color: var(--color_link);
}

a:hover {
	text-decoration: none;
	color: #00253d;
}

#forbund_logo {
	background-image: var(--logo_img);
	background-size: 60px 41px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 60px;
	height: 41px;
	margin: 34px 0px 34px 34px;
}

#content {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#content::after {
	display: block;
	clear: both;
	content: "";
}

#title {
	font: inherit;
	font-family: var(--font_family);
	font-size: 2.25rem;
	margin: 50px 0;
	text-decoration: none;
	font-weight: 900;
}

#content .lead_text {
	font: inherit;
	font-size: 0.75rem;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: grey;
}

#content .lead_text:nth-last-child(3) {
	margin-top: 40px;
}

#content .text, #content .text a {
	font: inherit;
	font-family: var(--font_family);
	font-size: 18px;
	line-height: 1.25rem;
	margin: 0 0 20px;
	text-transform: initial;
	font-weight: 800;
}

#content .text:nth-last-child(2) {
	font-family: var(--font_family);
	text-transform: none;
	font-weight: 400 !important;
}

#content #print {
	background: #d30000;
	border-radius: 100px;
	font-family: var(--font_family);
	font-size: 18px;
	font-weight: 700;
	color: white;
	cursor: pointer;
	display: inline-block;
	float: left;
	line-height: 62px;
	margin: 40px 0 40px 0;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: initial;
	width: 250px;
}

#content #print::before {
	display: none;
}