@CHARSET "UTF-8";

/* ---------- LISTS ---------- */

.liste-checklist {
	list-style-type:none;
}
.liste-checklist li {
	position: relative;
}
.liste-checklist > li:before {
	content: '\f00c';
	position: absolute;
	left: -1.5em;
	margin-right: 0.5rem;
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	color: var(--vd-success);
}
.liste-chevron {
	padding-left: 47px;
	list-style-type:none;
	text-indent: -32px;
}
.liste-chevron > li:before {
	content: '\f054';
	position: relative;
	top: 2px;
	display: inline-block;
	width: 22px;
	margin-right: 10px;
	text-indent: 0;
	font-family: 'Font Awesome 7 Free';
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.liste-chevron ul, .liste-checklist ul {
	text-indent: initial;
}

.vd_liste_loweralpha {
	list-style-type: lower-alpha;
}
.vd_liste_decimal {
	list-style-type: decimal;
}
.vd_liste_upperroman {
	list-style-type: upper-roman;
}
.vd_liste_custommark::marker {
	content: attr(data-mark) "\00a0";
}
.vd_liste_komma, .vd_liste_kommaund {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.vd_liste_komma > *, .vd_liste_kommaund > * {
	display: inline;
}
.vd_liste_komma > *:before, .vd_liste_kommaund > *:before {
	content: ", ";
}
.vd_liste_kommaund > *:last-child:before {
	content: " und ";
}
.vd_liste_komma > *:first-child:before, .vd_liste_kommaund > *:first-child:before {
	content: "";
}

/* ---------- TEXT ---------- */

.text-opensans {
	font-family: 'Open Sans', sans-serif !important;
}
.text-raleway {
	font-family: 'Raleway', 'Open Sans', sans-serif !important;
}
.text-normal {
	font-weight: normal !important;
}
.text-fett {
	font-weight: bold;
}
.text-zentriert {
	text-align:center;
}
.text-unterstrichen {
	text-decoration: underline;
}
.text-kursiv {
	font-style: italic;
}
.text-overflow-ellipsis {
	text-overflow: ellipsis;
}
.text-hyphenate {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.text-hyphenate-mobile {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
@media (min-width: 768px) {
	.text-hyphenate-mobile {
		-moz-hyphens: none;
		-o-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}
}

/* ---------- CONTENT ---------- */

.zitat {
	background-image:url(https://static.dashoefer.de/relaunch/images/nl/zitat.png);
	background-repeat:no-repeat;
	background-position: left center;
	margin: 20px 30px;
	padding: 0px 0px 5px 40px;
	font-style:italic;
	color: var(--vd-penumbra);
}
.zitatgesetz {
	background-image:url(https://static.dashoefer.de/images/newsletter/zitat_gesetz.png);
	background-repeat:no-repeat;
	background-position: left center;
	margin: 20px 30px;
	padding: 0px 0px 5px 40px;
	font-style:italic;
	color: var(--vd-penumbra);
	min-height:32px;
}
