/* - CONTENT -> TEXT STYLES - */

.text-styles {
	color: inherit;
}

.text-styles h1 {
	position: relative;
	display: block;
	font: 900 30px/34px 'Merriweather Sans', sans-serif;
	padding: 0;
	margin: 0 0 25px 0;
	color: inherit;
}

.text-styles h2 {
	position: relative;
	display: block;
	font: 700 22px/26px 'Merriweather Sans', sans-serif;
	padding: 0;
	margin: 0 0 25px 0;
	color: inherit;
}

.text-styles h3 {
	position: relative;
	display: block;
	font: 700 20px/26px 'Merriweather Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: inherit;
}

.text-styles h4 {
	position: relative;
	display: block;
	font: 700 16px/20px 'Merriweather Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: inherit;
}

.text-styles h5 {
	/* Nicht eingerichtet, selbe wie H4 */
	position: relative;
	display: block;
	font: 700 16px/20px 'Merriweather Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: inherit;
}

.text-styles h6 {
	/* Nicht eingerichtet, selbe wie H4 */
	position: relative;
	display: block;
	font: 700 16px/20px 'Merriweather Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: inherit;
}

.text-styles a {
	color: inherit;
	text-decoration: underline;
}

.text-styles a:hover {
	color: inherit;
	text-decoration: none;
}

.text-styles p {
	display: block;
	padding: 0;
	margin: 0 0 25px 0;
}

.text-styles hr {
	display: block;
	padding: 0;
	margin: 1px 0 25px 0;
}

.text-styles ul {
	margin: 0 0 25px 0;
	list-style: disc;
}

.text-styles ul > li {
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 0;
	position: relative;
}

.text-styles ul.styled-list {
	margin: 0 0 25px 0;
	list-style: none !important;
}

.text-styles ul.styled-list > li {
	margin: 0 0 10px 35px;
	list-style: none !important;
	position: relative;
}

.text-styles ul.styled-list > li::before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 11px;
	left: -15px;
}