div.t-gr {
	display: block;
	overflow-x: auto;
}
div.t-gr table {
	border-collapse: separate;
	border-spacing: 0;
	box-shadow:none !important;
	border:none;
}
.t-gr th.t-gr-sticky,
.t-gr td.t-gr-sticky {
	position: -webkit-sticky;
	position: sticky;
	inset-block-start: 0;
	z-index: 7;
	left:0;
	text-align: left;
	background: #fff;
	border-left:none;
}
.t-gr th.t-gr-sticky,
.t-gr td.t-gr-sticky,
.t-nowrap tr td {
	white-space: nowrap;
}
.t-gr th,
.t-gr td {
	z-index: 1;
	padding:2px 4px 1px;
	text-align: center;
	border-top:1px dotted #929292;
	border-left:1px dotted #929292;
	border-right:none;
	border-bottom:none;
}
.t-gr tr.blk td,
.t-gr span.blk {
	color: #ff4400;
}
.t-gr tr.blk-bg td {
	background: #ff4400;
}
.t-gr tr.fhb-bg td,
.t-gr tr.fhb-bg th {
	background: #1D1D1B;
}
.t-gr tr.fhb-bg td,
.t-gr tr.fhb-bg th,
.t-gr tr.blk-bg td,
.t-gr tr.blk.blk-bg td {
	color:#fff;
}
.t-gr tr.tr-bg td {
	background: #F7F8F9;
}
.t-arrow-r {
	background-image: url('https://sobral.ch/static/version1727870415/frontend/Breakmedia/ChildThemeHyva/de_DE/svg/arrow-right.svg');
	background-size: 39px 33px;
	width: 39px;
	height: 33px;
	margin-top:0;
	margin-left:auto;
	animation: aniright 500ms infinite;
	animation-direction: alternate;
	animation-timing-function: ease-out;
}
@keyframes aniright {
	0% {margin-right:0px;}
	100% {margin-right:6px;}
}
@media (max-width:640px) {
	.t-gr th.t-gr-sticky,
	.t-gr td.t-gr-sticky {
		white-space:normal;
	}
	div.t-gr table {
		line-height:16px;
	}
	.t-gr th,
	.t-gr td {
		padding:3px 4px 2px;
	}
}