@charset "UTF-8";
/* CSS Document */

/*	ALT - COBA CI-Farbe anthrazit {	color: #A4A4A9;}
/*	ALT - COBA CI-Farbe orange    {	color: #EE7203;}

/*  NEU - COBA CI-Farbe orange		{ color:	#FF6319}
/*	NEU - COBA CI-Farbe anthrazit	{ color:	#485050}
/*	NEU - COBA CI-Farbe hellgrau	{ color:	#FAFAFA}

*/

.sbh-bg-coba-orange {
	background-color: var(--bs-coba-orange); 
}
.sbh-bg-coba-anthrazit {
	background-color: var(--bs-coba-anthrazit);
}
.sbh-bg-coba-hellgrau {
	background-color: var(--bs-coba-hellgrau);
}
.sbh-bg-coba-weiss {
	background-color: var(--bs-coba-weiss);
}

.sbh-coba-weiss {
	color: var(--bs-coba-weiss);
}

a.sbh-link-weiss {
	color: var(--bs-coba-weiss);
	text-decoration: none;
}
a.sbh-link-weiss:hover {
	color: var(--bs-coba-weiss);
	text-decoration: underline;
}

a.sbh-link-orange {
	color: var(--bs-coba-orange);
	text-decoration: none;
}
a.sbh-link-orange:hover {
	color: var(--bs-coba-orange);
	text-decoration: underline;
}

a.sbh-link-anthrazit {
	color: var(--bs-coba-anthrazit);
	text-decoration: none;
}
a.sbh-link-anthrazit:hover {
	color: var(--bs-coba-anthrazit);
	text-decoration: underline;
}

.sbh-ap-link {
	font-size: 0.8rem;
}

.sbh-header-text {
	font-size: 0.875em;
	text-align: center;
	padding: 0.5rem;
}

.sbh-logo {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.sbh-inhalt {
	/*
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	*/
}

.sbh-card-img-top {
	width: 40%;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
	padding-top: 15px;
	padding-left: 18px;
}
