<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------------------*/
/* Genau 568px, Iphone quer */
/*-----------------------------------------------------------------------------------------------*/
@media only screen and(min-device-width : 320px) and (max-device-width: 568px) and (orientation: landscape),
(min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {

	body,
	h3,
	h4,
	div,
	.textlink,
	p,
	li,
	input,
	.bildunterschrift,
	.bildunterschrift a,
	.tabelleGrau *,
	.tabelleGrauZwischenlinien *,
	.zwischenlinien_einfach *,
	.streifentabelle *,
	.kleinerText {
		font-size: 15px !important;
	}
}

@media only screen and (max-width: 567px) {

	body,
	h3,
	h4,
	div,
	.textlink,
	p,
	li,
	input {
		font-size: 17px;
	}

	.bildunterschrift,
	.bildunterschrift a,
	.tabelleGrau *,
	.tabelleGrauZwischenlinien *,
	.zwischenlinien_einfach *,
	.streifentabelle *,
	.kleinerText {
		font-size: 15px !important;
	}
}

@media only screen and (max-width: 567px) {
	#triMapApp_listViewOuterWrapper {
		padding: 15px 35px 15px 15px;
	}

	#triMapApp_navigationMenuLash {
		left: -26px;
		margin-top: -13px;
		width: 26px;
		height: 26px;
	}

	#triMapApp_listViewInnerWrapper .jspContainer .jspPane {
		padding-left: 0 !important;
		padding-right: 30px !important;
	}
}

@media only screen and (max-width: 624px),
(max-height: 500px) {

	#triMapApp_welcomeMessageOuterContainer,
	#triMapApp_cookieMessageOuterContainer,
	#triMapApp_descriptionOverlayOuterContainer {
		top: 0;
	}

	#triMapApp_welcomeMessageContainer,
	#triMapApp_cookieMessageOuterContainer,
	#triMapApp_descriptionOverlayContainer {
		left: 30px;
		top: 30px;
		right: 30px;
		bottom: 30px;
		overflow: auto;
		position: fixed;
		width: auto;
		max-width: 320px;
		padding: 30px 10px;
		margin-top: 0%;
	}

	#triMapApp_cookieMessageOuterContainer {
		padding: 0;
		width: auto;
	}

	#triMapApp_welcomeMessageContainer {
		min-height: 0;
	}

	#triMapApp_cookieMessageContainer {
		left: 0;
		top: 0;
		bottom: 0;
		min-height: 0;
		height: auto;
		position: absolute;
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 500px) {
	#triMapApp_mainMenuContainer {
		width: 293px;
		min-width: 293px;
	}

	.triMapApp_menu_accordeon_selection ul li span {
		display: inline;
		width: auto;
	}
}

@media only screen and (max-height: 400px) {
	.triMapApp_mainMenuContainer_innerWrap .jspVerticalBar .jspCapTop {
		height: 10px;
	}
}</pre></body></html>