/*--------------------------------------------------------------
# Header Text Box
--------------------------------------------------------------*/

.header-text-box {
	margin: 0;
	padding: 0;
	color: inherit;
	font-family: inherit;
	line-height: 1.5;
}


/* Rubriker
--------------------------------------------- */

.header-text-box h1,
.header-text-box h2,
.header-text-box h3,
.header-text-box h4,
.header-text-box h5,
.header-text-box h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: inherit;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.2;
}

.header-text-box h1 {
	font-size: 2.5rem;
}

.header-text-box h2 {
	font-size: 2rem;
}

.header-text-box h3 {
	font-size: 1.5rem;
}

.header-text-box h4 {
	font-size: 1.25rem;
}

.header-text-box h5 {
	font-size: 1rem;
}

.header-text-box h6 {
	font-size: 0.875rem;
}


/* Text
--------------------------------------------- */

.header-text-box p {
	margin-top: 0;
	margin-bottom: 1em;
}

.header-text-box p:last-child {
	margin-bottom: 0;
}

.header-text-box strong {
	font-weight: 700;
}

.header-text-box em {
	font-style: italic;
}


/* Länkar
--------------------------------------------- */

.header-text-box a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.header-text-box a:hover,
.header-text-box a:focus {
	text-decoration: none;
}


/* Listor
--------------------------------------------- */

.header-text-box ul,
.header-text-box ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

.header-text-box li {
	margin-bottom: 0.25em;
}


/* Mobil
--------------------------------------------- */

@media (max-width: 768px) {

	.header-text-box h1 {
		font-size: 2rem;
	}

	.header-text-box h2 {
		font-size: 1.6rem;
	}

	.header-text-box h3 {
		font-size: 1.3rem;
	}
}