.bk-tmpl-ctnr {
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.bk-tmpl-ctnr .CXFieldSet {
	padding: 0;
	margin: 0;
}

.trust-ribbon-ctnr {
	position: relative;
}

.trust-ribbon-ctnr:before {
	content:'Standard';
	background:#0082B4;
	border-right:2px #16a1d6 solid;
	padding:2px 0 2px 10px;
	width:140px;
	color:#fff;
	font-weight: bold;
	position:absolute;
	margin-left:calc(100% - 137px);
	box-sizing: border-box;
	text-align:center;
	margin-top:-5px;
	box-shadow: 1px 2px 2px 0px #b6b6b6;
	clip-path:polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 4% 50%, 0 0);
}

.modern .trust-ribbon-ctnr:before {
	padding:5px 0 5px 10px;
	margin-top:-39px;
}

@media screen and (min-width:0\0) {
	.modern .trust-ribbon-ctnr:before,
	.trust-ribbon-ctnr:before { margin-top:13px;}
}

@supports (-ms-ime-align:auto) {
	.modern .trust-ribbon-ctnr:before, 
	.trust-ribbon-ctnr:before { margin-top:13px;}
}

.trust-ribbon-level1:before{
	content:'Standard';
}
.trust-ribbon-level3:before{
	content:'Authega';
}
.trust-ribbon-level4:before{
	content:'Personalausweis';
}

