html, body {
	height: 99%;
	margin: 0;
}
/*
@page {
    size: 40cm 57cm;
    margin: 0 10px;
}
*/
@page {
    size: A4;
    margin: 0 10px;
}
@page :first {
  margin-top: 0;
}
.routeInfoNew * {
	page-break-inside: avoid;
}

/* Ausblenden */

#HeaderWrapper,
#NewstickerWrapper,
#MapWrapper,
#FooterWrapper,
#ContentWrapper,
.routeInfoNew > .bottom,
.routeInfoNew .print,
.routeInfoNew > .top > li > .top > .state:after {
	display: none !important;
}

/* Liste */

.routeInfoNew {
	margin-top: 0 !important;
	top: 0 !important;
	position: relative !important;
	overflow: hidden;
	width: 100% !important;
}
.routeInfoNew > .top {
	position: relative !important;
	bottom: 0px !important;
	top: 0px !important;
	overflow: hidden !important;
	margin: 0;
}
.routeInfoNew > .title {
	color: black;
	position: relative !important;
}
.routeInfoNew > .top > li + li {
	border-top: 1px solid #C8C8C9 !important;
}
.routeInfoNew > .top > li.active {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.routeInfoNew > .top > li.active:after {
	display: none;
}
.routeInfoNew > .top > li > .top {
	border-bottom: 0 !important;
	height: 55px !important;
}
.routeInfoNew > .top > li > .top > .state {
	font-size: 16px !important;
	padding-left: 0 !important;
}
.routeInfoNew > .top > li > .bottom {
	display: table !important;
	padding-top: 0 !important;
	padding-left: 50px !important;
}
.routeInfoNew > .top > li > .bottom > .length {
	margin: 0 25px 0 0 !important;
}