/*
Allgemein

*/

.grey {
	color:#e9e9e9
}

.red {
	color: #FF0000;
}
.yellow {
	color: #FFCC00;
}
.yellow_underline {
	border-bottom: 5px solid #FFCC00;
}
.black_underline {
	border-bottom: 5px solid #000000;
}
.red_underline {
	border-bottom: 5px solid #FF0000;
}
.grey_underline {
	border-bottom: 5px solid #e9e9e9;
}

div.link_button {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.subline {
	font-size: 20px;
	font-weight: 500;
}
/*
.subline:after {
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
	content: "";
	width: 200px;
	height: 20px;
	background: url(../assets/2-Punkte-schwarz.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
*/
.subline:after {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	content: "";
	width: 200px;
	height: 10px;
	background: url(../assets/2-Punkte-schwarz.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.bgc_2 .subline:after {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	content: "";
	width: 200px;
	height: 10px;
	background: url(../assets/2-Punkte-rot.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.bigline {
	display: block;
	position: relative;
	font-size: 38px;
	line-height: 47px;
	font-family: 'Roboto Slab';
	font-weight: 600;
	padding-top: 20px;
}

.bigline_sansserif {
	display: block;
	position: relative;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Roboto';
	font-weight: 600;
	padding-top: 20px;
}

ul.liste {
	font-family: "Roboto";
	padding-top: 30px;
	font-weight: 400;
	max-width: 500px;
	margin: auto;
	position: relative;
}

ul.liste li:before {
	content: "●";
	color: #FFCC00;
	left: -18px;
	font-size: 25px;
} 
.zitat {
	font-size: 20px;
	font-weight: 500;
	font-family: "Roboto";
	font-weight: 300;
	font-style: italic;
}
.zitat:after {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	content: "";
	width: 200px;
	height: 10px;
	background: url(../assets/2-Punkte-schwarz.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
.bgc_2 .zitat:after {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	content: "";
	width: 200px;
	height: 10px;
	background: url(../assets/2-Punkte-rot.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}