@charset "UTF-8";
.schedule-container {
	margin-bottom: 20px;
	position: relative;
	clear: both;
}

/* Spezielles CSS für Perspektiven */ 
.module > .schedule-container {
	clear: both;
}

.schedule-container > table {
	margin-bottom: 0;
	width: 100%;
	cursor: default;
	font-size: 16px;
	border-collapse: separate;
	border-bottom: 0;
}

.schedule-container > table > thead > tr > th,
.schedule-container > table > thead > tr > td,
.schedule-container > table > tfoot > tr > td:first-child,
.schedule-container > table > tfoot > tr > td:last-child,
.schedule-container > table > tfoot > tr > th:first-child,
.schedule-container > table > tfoot > tr > th:last-child,
.schedule-container > table > tbody > tr > td:first-child,
.schedule-container > table > tbody > tr > td:last-child {
	border-top-width: 0;
}

.schedule-container > table > tbody > tr[data-connection-id].open > td:first-child,
.schedule-container > table > tbody > tr[data-connection-id].open > td:last-child,
.schedule-container > table > tbody > tr.schedule-detail.open + tr:not(.schedule-detail) > td:first-child,
.schedule-container > table > tbody > tr.schedule-detail.open + tr:not(.schedule-detail) > td:last-child {
	border-top-width: 1px;
}

.schedule-container > table .subContent table {
	border-bottom: 0;
	margin-bottom: 5px;
}

.schedule-container > table .subContent table > tbody > tr td,
.schedule-container > table > tbody > tr.schedule-detail + tr.schedule-detail > td {
	border-color: #FFF;
}

.schedule-container > table .subContent table > tbody > tr:first-child td {
	border-top: 0;
}

/* .schedule-cell-spacer { */
/* 	width:50px; */
/* } */

/* .linenumber-spacer {width: 74px} */
.depparr-spacer {width: 19px}

.schedule-container > table .subContent table tfoot th {
	padding-top: 10px;
	border-top: 0;
}

.schedule-container tr[data-connection-id],
.schedule-container tr[data-connection-id] + tr {
	cursor: pointer;
}

.schedule-container tr[data-connection-id].noDetails,
.schedule-container tr[data-connection-id].noDetails + tr {
	cursor: default;
}

.schedule-container table thead,
.schedule-container table small,
.schedule-container table table,
.schedule-container table tr.no-data {
	font-size: 14px
}

.schedule-container table tr.no-data {
	display: none;
}

.schedule-container table.blb {
	width: 660px;
}

#bus-partner-logo {
	height: 20px;
}

.schedule-container .delay {
	color: #619616;
}

.schedule-container .delay.delayed {
	color: #962516;
}

.schedule-container .db .delay {
	/* Bahn delay kennen wir offiziell nicht */
	display: none;
}

table.db td.train-price-information {
	/* deactivated for release without bahn */
/* 	visibility: hidden; */
}

#prevConnections,
#nextConnections {
/* 	color: #333333; */
	font-style: italic;
	text-decoration: none;
}

#prevConnections:hover,
#nextConnections:hover {
	text-decoration: underline;
}

th.schedule-spacer,
td.schedule-spacer { width: 10px; }
th.schedule-icon,
td.schedule-icon { width: 24px; }
th.schedule-detail-link,
td.schedule-detail-link { width: 30px; }
th.schedule-station,
td.schedule-station { width: 270px; }
th.schedule-date,
td.schedule-date { width: 80px; }
th.schedule-time,
td.schedule-time { width: 60px; padding-right: 18px; }
th.schedule-timeWithDelay,
td.schedule-timeWithDelay { width: 80px; padding-right: 18px; }
th.schedule-duration,
td.schedule-duration { width: 60px; padding-right: 18px; }
th.schedule-changes,
td.schedule-changes { width: 60px; }
th.schedule-booking-link,
td.schedule-booking-link { width: 20px; }
/*th.schedule-partner,
td.schedule-partner { width: 120px; }*/
th.schedule-more,
td.schedule-more { width: 110px; }
th.schedule-line,
td.schedule-line { width: 200px; }
th.schedule-destination,
td.schedule-destination { width: 200px; }
th.schedule-transports,
td.schedule-transports { width: 80px; }
th.schedule-co2,
td.schedule-co2 { width: 70px; }

th.schedule-price {
	width: 110px;
	text-align: right;
	padding-right: 15px;
}

th.schedule-price.tablesorter-header {
	padding-right: 17px;
}

td.hotel-list-number{
	padding:0;
}

td.schedule-price {
	white-space: nowrap;
	padding-right: 15px;
	font-weight: bold;
}

td.schedule-price small {
	font-size: 12px;
	line-height: 25px;
	white-space: nowrap;
}

.module.col-3 td.schedule-price {
	font-size: 16px;
	line-height: 23px;
}

th.dynamic-table-autowith {
	width: auto !important;
}

td.time {
	white-space: nowrap;
}

.schedule-container table td {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

.schedule-container div.co2-info {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #B0B0B0;
}

.schedule-container .schedule-detail-link {
/* 	display: block; */
	width: 130px;
/* 	width: 24px; */
	height: 24px;
	line-height: 24px;
	text-align: center;
/* 	color: #333; */
/* 	border-radius: 50%; */
/* 	-webkit-border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
	padding: 0;
/* 	background-image: url(open-close-NhE91oifGXT8OQ1hzbVLitS44cefNijlWrRzHhmqaKq.png); */
/* 	background-position: left top; */
}

.db_booking {
	background-color: #f01414 !important;
	color: White !important;
}

.schedule-container .open .schedule-detail-link {
/* 	background-position: left bottom; */
}

.schedule-container .schedule-detail-link:hover,
.schedule-container .schedule-detail-link:focus {
	text-decoration: none;
}

tr.schedule-detail {
	display: none;
}

table.blb form {
	margin-bottom: 0;
}

table.blb .button {
	margin-bottom: 5px;
	margin-top: 5px;
}

tr.schedule-detail > td.subContent > table .button {
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

tr.schedule-detail.db > td.subContent > table .button {
	text-align: center;
	width: 167px;
	z-index: 10;
}

tr.schedule-detail.open {
	display: table-row;
}

.line-number {
	padding: 2px;
}

#schedule-loader {
	background-color: #FFFFFF; /* IE 8 */
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('ajax-loader-big-RUqKjjg0blqYq46cT6pZl3avB2GM1AWLPs1pE4vbKUr.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

/* Detail-Tabelle im Plan */

.schedule-container td.subContent table {
	max-width: none;
	width: 100%;
}

.schedule-container td.subContent {
	padding: 0;
}

.schedule-container td.subContent > table > thead {
	visibility: hidden;
}

.schedule-container td.subContent > table > thead > tr > th {
	font-size: 1px;
	line-height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.schedule-container .info {
	float: left;
	display: block;
	line-height: 27px;
	margin-top: 5px;
	border: 1px dashed #CC0000;
	padding: 0 5px;
	text-align: left;
	font-weight: bold;
}

@media (max-width: 419px) { /* Smartphone */
	.schedule-container tr.no-data {
		display: none;
	}
}

#schedule-show-all {
	padding-left: 20px;
	padding-right: 20px;
}
#schedule-columns {
    position: relative;
    height: 450px;
    display: block;
}

@media (max-width: 768px) { /* Wenn da keine Karte links ist... */
	/*... keinen Abstand nach links (rechts ist ja auch keiner)*/
	#schedule-columns {
		margin-left: 0px !important;
	}
}

#schedule-columns .periods {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
}
.withLastMile #schedule-columns .periods {
    bottom: 50px;
}

#schedule-columns .period-line,
#schedule-columns .period-line-quarter {
    border: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -1px;
}
#schedule-columns .period-line {
    border-bottom: 1px solid #CCCCCC;
}

#schedule-columns .period-line-quarter {
    border-bottom: 1px dotted #DDDDDD;
}

#schedule-columns .connections {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*overflow: hidden;*/
}

#schedule-columns .connection {
    width: 114px;
    height: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}

/* #schedule-columns .connection.hover, */
/* #schedule-columns .connection.open { */
/*     background-color: rgba(51,51,51,0.1); */
/* } */

#schedule-columns .time {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
#schedule-columns .stage + .time {
    padding-top: 5px;
}

#schedule-columns .stage .infopoint {
    display: block;
    content: '.';
    text-indent: -999em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
}

#schedule-columns .line {
    display: block;
    width: 4px;
    margin: 0 auto;
}

#schedule-columns .stage .line {
    background-color: #999;
    height: 100px;
    cursor: pointer; 
}

#schedule-columns .break .line {
    background-color: #CCC;
    height: 20px;
}

#schedule-columns .connection > .body > .stage {
    position: relative;
    width: 30px;
    margin: 0 auto;
}

#schedule-columns .stage .bar {
    display: block;
    width: 6px;
    height: 1px;
    background-color: #999;
    margin: 0 auto;
    cursor:  pointer; 
}

#schedule-columns .stage .info {
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    background-color: #333333;
    padding: 5px;
    position: absolute;
    float: none;
    line-height: 16px;
    border: 0;
    left: 30px;
    bottom: -11px;
    z-index: 9;
    white-space: nowrap;
    display: none;
}

/* auf touchscreens keine bubble, die infos gibts eh in der detail ansicht und hover verhält sich auf touch schwammig */
html:not(.touch) #schedule-columns .stage.showBubble .info {
    display: block;
}

#schedule-columns .stage .info:before {
    content: '.';
    display: block;
    border: 8px solid transparent;
    border-right-color: #333;
    text-indent: -999em;
    position: absolute;
    left: -16px;
    bottom: 5px;
    height: 0;
    width: 0;
}

#schedule-columns .stage.rightAlign .info {
    left: auto;
    right: 30px;
}

#schedule-columns .stage.rightAlign .info:before {
    border-right-color: transparent;
    left: auto;
    border-left-color: #333;
    right: -16px;
}

#schedule-columns .footer strong {
    display: block;
    line-height: 18px;
    font: bold;
}

#schedule-columns .db .start,
#schedule-columns .db .line,
#schedule-columns .db .infopoint,
#schedule-columns .db .bar {
    background-color: #FF0000;
}

#schedule-columns .bus .start,
#schedule-columns .bus .line,
#schedule-columns .bus .infopoint,
#schedule-columns .bus .bar {
    background-color: #3296ca;
}

#schedule-columns .footway .start,
#schedule-columns .footway .line,
#schedule-columns .footway .bar {
    background-color: #999999;
}

#schedule-columns .connection > .body > .stage.last-mile {
    display: block;
    width: auto;
    text-align: center;
}

#schedule-columns .last-mile .last-mile-type {
    display: inline-block;
    padding: 0 10px;
}

#schedule-columns .last-mile .icon {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #CCC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    background-image: url('filter-icons-saEqPNxLJs2WtBbGBPiBHcnSJgaUllDRc2FP0S9ipt.png');
    cursor:  pointer; 
}

#schedule-columns .last-mile .time {
    font-size: 12px;
    line-height: 18px;
	/*alle auf mind. 2 Ziffern breite skalieren, damit im Normalfall auch zentriert ist und bar nicht auf einer Seite überragt oder zu kurz ist*/
    min-width: 38px; 
}

#schedule-columns .last-mile .footway,
#schedule-columns .last-mile .taxi {
    display: none;
}

#schedule-columns .extendLastMile .last-mile .footway,
#schedule-columns .extendLastMile .last-mile .taxi {
    display: inline-block;
}

#schedule-columns .extendLastMile .stage.last-mile[data-lastMile-items="2"] .bar {
    width: 62px;
}

#schedule-columns .extendLastMile .stage.last-mile[data-lastMile-items="3"] .bar {
    width: 120px;
}

#schedule-columns .last-mile .footway .icon {
    background-color: #003399;
    background-position: -122px 27px;
}
#schedule-columns .last-mile .oepnv .icon {
    background-color: #FFCC33;
    background-position: -213px -3px;
}

#schedule-columns .last-mile .taxi .icon {
    background-color: #ffde13;
    background-position: -243px -3px;
}

#schedule-columns .last-mile .bar
#schedule-columns .last-mile .line
#schedule-columns .last-mile .icon {
    background-color: #CCC;
}

#schedule-columns .stage.last-mile .line {
    height: 5px;
}

#schedule-columns .footway .start {
    background-position: -120px 30px;
}

#schedule-columns .footway .infopoint {
    background-color: #FFF;
    background-image: url(footway-small-59LqphuadX5ULuoZQYSKnpFMjBLB5eVKGs8I1QqQc0Z.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#schedule-columns .detail-wrapper {
    position: absolute;
/*     background-color: #FFFFFF; */
    top: 0;
    bottom: 0;
    display: none;
    z-index: 5;
    border-left: 1px solid #CCCCCC;
    overflow: auto;
    width: 0px;
    right: 0px;
    opacity: 0;
    display: block;
}

#schedule-columns .detail {
    padding: 10px;
}

#schedule-columns .detail-wrapper .closer {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #CCC;
    border-radius: 50%;
    background-image: url(nav-closer-d79IT6iB11QV99ruz8qRViPr2f41ORpPQa6vvxZgEcq.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#schedule-columns .detail .stage {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#schedule-columns .detail .stage:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#schedule-columns .detail p {
    margin-bottom: 5px;
}

#schedule-columns .detail h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#schedule-columns .detail hr {
    border-bottom-color: #CCC;
    margin-bottom: 5px;
}

#schedule-columns .detail .last-mile-button-wrapper {
    margin-right: 10px;
    /* die Dinger werden untereinander dargestellt, wenn man die Karte vergrößert, da brauchen sie auch Abstand nach unten*/
    margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

#schedule-columns .detail a.button {
    margin-bottom: 10px;
	/* Zeilenumbrüche IN Buttons sehen allerdings meh aus. Mit den aktuellen labels passt das so, bitte keine längeren verwenden in Zukunft!*/
    white-space: nowrap;
    
}

#schedule-columns .footer-seperator {
    border: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
/*     border-top: 1px solid #94bc00; */
    margin-bottom: 0;
}

#schedule-columns .connection .footer {
    position: absolute;
    height: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 3px;
}

#schedule-columns .connection .body {
	padding-top: 70px;
}

#schedule-columns .navigation {
    display: none;
}

#schedule-columns .navigation #prevConnections,
#schedule-columns .navigation #nextConnections {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    background-color: #93b800;
    text-decoration: none;
    font-style: normal;
    z-index: 15;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

#schedule-columns .navigation #prevConnections:hover,
#schedule-columns .navigation #nextConnections:hover {
    background-color: #666;
}

#schedule-columns .navigation #prevConnections {
    left: 0;
}

#schedule-columns .navigation #nextConnections {
    right: 0;
}

th.tablesorter-header {  
    cursor: pointer;
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-right: 18px;
}

th.tablesorter-header {
    background-image: url(tablesorter-pywtE1rg4IoTDiA2D3zmlxgaELArTBpUxfkEPBLxdVv.gif);    
}

/* th.tablesorter-headerSortUp, */
/* th.tablesorter-headerSortDown { */
/* 	background-color: #B3CD1E; */
/* } */

th.tablesorter-header.tablesorter-headerSortUp { 
    background-image: url(tablesorter-asc-gNo6aQXIh2F9XkeWieWLUCxtn96ca4QmejeAzDkiprB.gif); 
}

th.tablesorter-header.tablesorter-headerSortDown { 
    background-image: url(tablesorter-desc-1UuV5HNPYMTJKO2XzXjOp4E1700q6h4TRGmhDKwGFEl.gif); 
}

input#numberOfRooms,
input#adults,
input#children,
input#infants,
input#numberOfTraveller,
input#zip { width: 96px; }

input#street { 	width: 446px; }
input#city { 	width: 316px; }

.payment-wrapper {
	display: none;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.rooms-available input[type=radio] {
	height: 32px;
	width: 32px;
	display: block;
	float: left;
}

.booking-form .hotel-image {
	float: right;
	margin-left: 10px;
}

.booking-details {
	clear: both;
	margin-bottom: 25px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
/* 	background-color: #D9E68E; IE 8 */
/* 	background-color: rgba(179, 205, 30, 0.5); */
	padding: 10px;
	position: relative;
}

#colorbox .booking-details p {
	margin-bottom: 0;
}

#colorbox .booking-details .change-data {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
}

.booking-form fieldset {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.booking-form .progress-bar {
	margin-left: 0;
	margin-bottom: 40px;
}

.booking-form .progress-bar li {
	font-size: 18px;
	display: inline-block;
	margin-right: 20px;
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
	padding-left: 40px;
}

.booking-form .progress-bar li.active,
.booking-form .progress-bar li.active a {
	font-weight: bold;
	color: #333333;
}

.booking-form .progress-bar li.first {
	background-image: url('progress-bar-1-88VBaamjZueawa3HJF5UyKFqs0MaghPxpCiplp9Jlp.png');
}

.booking-form .progress-bar li.second {
	background-image: url('progress-bar-2-JpwUSsDOjo2Hu6GEniHlhNeDX2KxOjVeo4Cv3eTiCcn.png');
}

.booking-form .progress-bar li.third {
	background-image: url('progress-bar-3-zwJJqPoEOFydCxpxOx598hojMmsvIAVImyx0BkmwQWv.png');
}

.booking-details .price {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.fieldcontain + .price {
	padding-top: 10px;
}

.dynamicTable {
	/*table-layout: fixed !important;*/
}

.dynamicTable-hide {
	/*background-color: #F00;*/
	/*display: none !important;*/
	text-indent: -999em !important;
	width: 0px !important;
	padding: 0px !important;
	border-top: 1px solid #999999;
	background-image: none !important;
}

.dynamicTable-hide * {
	display: none;
}
/* Linien */

.schedule-spacer-column{
	width:30px;
}

.schedule-container .subContent {
	position: relative;
}

#content .subContent a.button.external {
	z-index: 5;
	position: relative;
}

.schedule-container tr[data-lastMile-options] + tr + tr .footer-wrapper {
	position: relative;
	height: 220px;
}

.schedule-container tr .footer-wrapper.loading {
	background-image: url(ajax-bar-q57ZxUbkayb409df2Qmdoz4orQvaYI9NOzOcZQDhx5m.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 19px;
	margin-bottom: 20px;
}

.schedule-container tr[data-lastMile-options] + tr + tr .footer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	z-index: 4;
}

.schedule-container tr[data-lastMile-options] + tr + tr .last-mile-preview:before {
	position: absolute;
	left: 100px;
	top: 0px;
	content: '.';
	height: 2px;
	background-color: #307455;
	display: block;
	text-indent: -999em;
	width: 460px;
}

.schedule-container tr[data-lastMile-options="1"] + tr + tr .last-mile-preview:before {
	width: 112px;
}

.schedule-container tr[data-lastMile-options="2"] + tr + tr .last-mile-preview:before {
	width: 230px;
}

.schedule-container tr[data-lastMile-options] + tr + tr .last-mile-preview li:before {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -1px;
	content: '.';
	height: 12px;
	width: 2px;
	background-color: #307455;
	display: block;
	text-indent: -999em;
}

.schedule-container .icon {
	position: relative;
}

.schedule-container tr[data-lastMile-options].open > td > .icon:before {
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -1px;
	content: '.';
	height: 350px; /* funktioniert bis zu 4 Umstiegen */
	width: 2px;
	background-color: #307455;
	display: block;
	text-indent: -999em;
	z-index: 2;
}

 /* Die Höhe der vertikalen Linie aus dem Icon muss an die Anzahl der Ergebnisse angepasst werden */
.schedule-container tr.db.open[data-lastMile-options][data-connection-stages="5"] .icon:before { height: 405px; }
.schedule-container tr.db.open[data-lastMile-options][data-connection-stages="6"] .icon:before { height: 470px; }
.schedule-container tr.db.open[data-lastMile-options][data-connection-stages="7"] .icon:before { height: 525px; }
.schedule-container tr.db.open[data-lastMile-options][data-connection-stages="8"] .icon:before { height: 590px; }
.schedule-container tr.db.open[data-lastMile-options][data-connection-stages="9"] .icon:before { height: 655px; }
.schedule-container tr.db.open[data-lastMile-options][data-connection-stages="10"] .icon:before { height: 720px; }

/* Sonstiges */

.schedule-container .last-mile-preview {
	list-style: none;
	overflow: hidden;
	margin-left: 0;
	width: 660px;
	position: relative;
	margin-bottom:0px;
}

.last-mile-preview li {
	float: left;
	position: relative;
}

.last-mile-preview li + li {
	margin-left: 30px;
}

.last-mile-preview-item {
	width: 200px;
}

.schedule-container td.subContent .last-mile-preview-item .table-wrapper {
	padding: 10px 10px 0 10px;
}

.schedule-container td.subContent .last-mile-preview-item table {
	margin-bottom: 0px;
	font-size: 16px;
	width: 100%;
}

.schedule-container td.subContent .last-mile-preview-item table thead th {
	text-transform: inherit;
	text-align: center;
}

.schedule-container td.subContent .last-mile-preview-item table td {
	border: 0;
	background-color: transparent;
}

.schedule-container td.subContent .last-mile-preview-item table tbody td {
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
}

.schedule-container td.subContent .last-mile-preview-item table tbody td small {
	font-size: 12px;
}

.schedule-container td.subContent .last-mile-preview-item table tfoot td.target {
	text-align: right;
	font-weight: bold;
}

.schedule-container td.subContent .last-mile-preview-item table tfoot td.target > span {
	display: inline-block;
	padding-left: 14px;
	background-image: url(target-icon-3MRXtvbIWfanDK0mI07YXbpGWFQ1kPbw8l9Na9nh5Rk.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.schedule-container .last-mile-preview-item a.button {
	display: block;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

.schedule-container .last-mile-preview-item a.button + small {
	margin-top: -2px;
}

.schedule-container .last-mile-preview-item .icon {
	margin: 0;
	display: inline-block;
}

.schedule-container .oepnv > .last-mile-preview-item .icon { background-position: -213px -3px; background-color: #ffcc33; }
.schedule-container .footway > .last-mile-preview-item .icon { background-position: -123px -33px; background-color: #003399; }
.schedule-container .taxi > .last-mile-preview-item .icon { background-position: -243px -3px; background-color: #ffde13;}

.search-form {
	position: relative;
/* 	margin-bottom: 25px; */
/* 	border-bottom: 1px solid #333333; */
/* 	border-top: 1px solid #333333; */
	
/* 	border: 1px solid #B0B0B0; */
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	
/* 	background-color: #D9E68E; IE 8 */
/* 	background-color: rgba(179, 205, 30, 0.5); */
/* 	padding: 10px; */
	clear: both;
}

.search-form:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.search-form .fieldcontain {
	float: left;
	margin-right: 5px;
}

.search-form input[type="text"],
.search-form input[type="number"],
.search-form input[type="password"] {
	width: 86px; 
}

.search-form input[type="text"] {
	width: 206px;
}

.search-form select {
	width: 150px; 
}

.search-form input[type="submit"] {
	margin-top: 15px;
}


.search-form #departure-station,
.search-form #arrival-station { width: 150px; }

.search-form #departure-or-arrival { width: 110px; }

.search-form #date,
.search-form input.datepicker,
.search-form input[type="date"] { width: 80px; }

.search-form #time { width: 45px; }
.search-form [type="time"] { width: 70px; }
.search-form input[name="time"] { width: 45px; }

.search-form .fieldcontain #find-connections {
	margin-top: 15px;
	margin-right: 0;
}

.train-booking-options .fieldcontain + .fieldcontain{
	margin-left: 8px;
}

@media (max-width: 360px){
	#header-nav div.logo {
	  height: auto;
	  width: 200px;
	  background-size: contain;
	}
	
	.train-booking-options .fieldcontain + .fieldcontain{
		margin-left: 0px;
		margin-bottom:10px;
	}
	
}
#search-result tr.detail {
	display: none;
}

#search-result tr.detail table {
	border: 0;
}

#search-result .price {
	font-size: 18px;
	font-weight: bold;
	color: #619616;
	white-space: nowrap;
}

#search-result h3 {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	height: 42px;
	overflow: hidden;
}


h1 span.partner-logo,
h2 span.partner-logo {
	float: right;
}

h1 span.partner-logo {
/* 	margin-right: -20px; */
}

table#overview-arrival .button {
	margin-top: 5px;
}

#overview-arrival span.co2 {
	position: relative;
}

#overview-arrival tr.no-data td {
	font-style: italic;
}

#overview-arrival tr.no-data td:first-child + td {
	text-align: center;
}

#overview-arrival tr.loading td *,
#overview-arrival tr.no-data td * {
	opacity: 0.6;
}

#overview-arrival tr.loading td:first-child + td {
	text-align: center;
	vertical-align: middle;
}

.tt-co2 {
	width:40px;
	height:14px;
	display:inline-block;
	overflow:hidden;	
}

th.schedule-more,
td.schedule-more { width: 25px; }
th.schedule-co2,
td.schedule-co2 { width: 75px; vertical-align: middle; }
th.schedule-price,
td.schedule-price { text-align: right; }
th.schedule-price.tablesorter-header { padding-right: 20px; }

td.schedule-co2 {
	position: relative;
}

td.schedule-co2 span.co2 span { 
	font-size: 10px;
	position: absolute;
	display: none;
	left: 10px;
	line-height: 15px;
}

td.schedule-co2:hover span.co2 span { 
	display: inline;
}

.wacken-powered-by,
.powered-by-blabla {
	text-align:right;
}

.wacken-powered-by img,
.powered-by-blabla img {
	height: 14px;
	width:auto;
}

.wacken-partner-logo{
	text-align:right;
	
}

.wacken-partner-logo img {
	height:17px;
	width:auto;
}


