/* stb.css */
.leistungen h2 {
	font-size:18px;
	line-height:26px;
	font-weight: bold;
}
.leistungen .anker-liste li {
	display:inline-block;
	background-color:var(--greyE);
	padding:5px 10px;
	margin-right:4px;
	margin-left:0;
}
.leistungen li:before {
	display:none;
}
.linkbutton {
	background-color:var(--greyE);
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 200px!important;
}
.kasten {
	background-color:var(--greyE);
	padding:  15px 15px 5px;
	background-image: url(../dateien/layout/wasserzeichen.png);
	background-repeat: no-repeat;
    background-position: center right;
}
ul.erv-list li {
	margin-bottom:15px;
}
.erv-headline {
	margin-top:20px;
}