

/**umb_name:Introtext*/
.introtext {
	font-size: 30px;
	line-height: 34px;
	font-style: italic;
	margin-bottom: 20px;
}

/**umb_name:Overskrift H1*/
h1 {
	line-height: 130%;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 54px;
}

/**umb_name:Underoverskrift H2*/
h2 {
	line-height:130%;
	font-size: 22px;
	font-weight: 500;
}

/**umb_name:Underoverskrift H3*/
h3 {
	line-height:130%;
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
}

/**umb_name:Brødtekst*/
p {
	font-size: 1rem;
}

/**umb_name:Lille tekst*/
p.lille-tekst {
	font-size: .6rem;
}

/**umb_name:Labels til arrangementer*/
p.label-event {
	font-size: .9rem;
	font-weight: bold;
	margin: 15px 15px 5px 0px;
	border-bottom: solid 1px #e8e8e8;
	color: rgb(159, 26, 101);
	xpadding: 4px 10px;
}
