.mv {
	background-image: url("img/bg_heading.webp?2");
}
.swiss-grid-640-600 {
	display: grid;
	grid-template-columns: min(calc(640 / 1500 * 100vw), 640px) min(calc(600 / 1500 * 100vw), 600px);
	justify-content: space-between;
}
@media (max-width: 768px) {
	.swiss-grid-640-600 {
		display: block;
	}
}
.-noarrow::before {
	content: none
}
.-margin-top-minus {
	margin-top: -1lh;
}
.-margin-top-large {
	margin-top: 3lh;
}
.railway-category-links.-jcc {
	justify-content: center;
}
@media (max-width: 768px) {
	.swiss-table-4 thead th:nth-child(1) {
		height: calc(198 * 100vw / 750);
	}
}