.textbox p:last-of-type {
	margin-bottom: 0;
}

.secondary_content_news_box .box_farbe {
	background-color: var(--main-color);
}

.box_farbe p,
.box_farbe li,
.box_farbe p a,
.box_farbe p a:before,
.box_farbe li a,
.box_farbe li a:before,
.box_farbe p b,
.box_farbe p strong {
	color: #fff;
}

.box_farbe p a,
.box_farbe li a {
	border-bottom-color: #fff;
}

.box_farbe p a:focus,
.box_farbe p a:hover,
.box_farbe p a:active,
.box_farbe li a:focus,
.box_farbe li a:hover,
.box_farbe li a:active,
.box_farbe p a:focus strong,
.box_farbe p a:hover strong,
.box_farbe p a:active strong,
.box_farbe p a:focus b,
.box_farbe p a:hover b,
.box_farbe p a:active b{
	background-color: #fff;
	color: var(--main-color) !important;
}

.box_farbe p a:hover:before{
	color: var(--main-color) !important;
}

.textbox h4 a:hover,
.textbox h4 a:focus,
.textbox h4 a:active{
	background-color:initial;
}

.textbox h4 a:hover strong,
.textbox h4 a:focus strong,
.textbox h4 a:active strong{
	color: inherit!important;
}