body{margin:0;padding:0;font-size:16px;line-height:24px;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}button.primary{outline:none;background-color:#007ac9;font-size:14px;height:36px;line-height:36px;border:none;border-radius:2px;color:#fff;transition:background-color .3s;width:100%}button.primary:hover{background-color:#008cdf;cursor:pointer}button.secondary{outline:none;background-color:rgba(0,0,0,0);font-size:14px;height:36px;line-height:36px;border:none;color:#007ac9;width:100%;padding:0}button.secondary:hover{cursor:pointer}body.view-map .container{height:100vh;position:relative;width:100vw;overflow:hidden;box-sizing:border-box;margin:0;padding:0}body.view-map .container #gps-button,body.view-map .container #route-planner{background-image:url("images/icon_location_ios.svg");position:fixed;top:16px;right:16px;width:40px;height:40px;background-color:#fff;z-index:2;background-size:24px;background-position:50% 50%;background-repeat:no-repeat;border-radius:50%;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.24)}body.view-map .container #gps-button:hover,body.view-map .container #route-planner:hover{cursor:pointer}body.view-map .container #route-planner{background-color:#007ac9;background-image:url("images/ic_route_von_hier white.svg");top:inherit;bottom:76px;width:56px;height:56px}body.view-map .container #map{width:100%;height:100%;z-index:1;position:fixed !important;top:0;left:0}div#station-board .direction-description-box{font-weight:600;font-size:17px}div#station-board .img-text-container{display:flex;flex-wrap:wrap}div#station-board .img-text-container.justify-content-end{justify-content:flex-end}div#station-board .him-message-box{display:contents;line-height:15px}div#station-board .him-message-title{font-size:13px;font-weight:600}div#station-board .him-message-text{font-size:13px;margin-top:4px}div#station-board .him-message-link{font-size:13px;padding-top:10px;padding-bottom:10px;color:#007ac9;text-decoration:underline}div#station-board .him-message-link:hover{color:#008cdf}div#station-board .him-message-link:visited{color:#ff9f00}div#station-board .him-message-detail-open{vertical-align:top}div#station-board .him-warning-icon{float:left;display:flex;padding-right:5px}div#station-board .rotate-180{transform:rotate(180deg)}div#station-board .station-message{padding-top:0px !important}div#station-board .wrapper{position:fixed;bottom:0;left:0;z-index:5;background:#fff;border-radius:8px 8px 0 0;width:100vw;height:0;box-shadow:0 -0.5px #b3b3b3;padding-bottom:20px;transition:height .5s}div#station-board .wrapper.closed{height:0;transition:height .3s;padding:0}div#station-board .wrapper.open-max{transition:height .4s;height:85%;height:calc(100vh - 32px)}div#station-board .wrapper.open-small{transition:height .5s;height:240px}div#station-board .wrapper .header .grabber{background-image:url("/images/icon_swipe_up.png");background-size:contain;width:44px;height:4px;display:block;margin:4px auto}div#station-board .wrapper .header .grabber:hover{cursor:pointer}div#station-board .wrapper .header h2{margin:4px 0 4px 16px;line-height:24px;font-size:20px;font-weight:600;white-space:nowrap;width:calc(100vw - 26px);overflow:hidden;text-overflow:ellipsis}div#station-board .wrapper .header .stationCity{font-size:15px;line-height:18px;margin:8px 0 0 16px;display:inline-block;color:#4d4d4d;white-space:nowrap;width:calc(100vw - 80px);overflow:hidden;text-overflow:ellipsis}div#station-board .wrapper .header .getRoute{font-size:15px;line-height:18px;margin:2px 0 16px 16px;display:inline;white-space:nowrap;width:calc(100vw - 26px);overflow:hidden;text-overflow:ellipsis}div#station-board .wrapper .header .getRoute .distance{color:#4d4d4d;display:none}div#station-board .wrapper .header .getRoute .distance.visible{display:inline}div#station-board .wrapper .header .getRoute span{vertical-align:super;padding-right:10px}div#station-board .wrapper .header .getRoute span.routeText{color:#007ac9;font-size:17px;line-height:20px}div#station-board .wrapper .header .close-btn{width:56px;height:25px;display:block;float:right;background-image:url("/images/icon_cancel.png");background-size:20px 20px;background-position:16px 2px;background-repeat:no-repeat;margin:4px 0px 0 0}div#station-board .wrapper .header .close-btn:hover{cursor:pointer}div#station-board .wrapper .time-favorite-wrapper{max-height:0;overflow:hidden;transition:max-height .3s}div#station-board .wrapper .time-favorite-wrapper.visible{transition:max-height .3s .3s;max-height:80px;display:block;margin:10px 0 16px}div#station-board .wrapper .time-favorite-wrapper .departure-time-wrapper{display:inline-block;float:left}div#station-board .wrapper .time-favorite-wrapper .departure-time-wrapper label{color:#4d4d4d;margin:0 0 0 16px;display:inline;font-size:15px;line-height:18px}div#station-board .wrapper .time-favorite-wrapper .departure-time-wrapper span.date-picker-link{color:#007ac9;font-size:17px;line-height:20px;display:inline;margin:2px 0 16px 16px}div#station-board .wrapper .time-favorite-wrapper .favorite-station-wrapper{display:inline-block;float:right}div#station-board .wrapper .time-favorite-wrapper .favorite-station-wrapper>svg{margin:10px 16px 8px 0}div#station-board .wrapper .time-favorite-wrapper .favorite-station-wrapper.unselected #Heart>use{fill:rgba(0,0,0,0)}div#station-board .wrapper .error-message{color:gray;margin:16px;text-align:center;border-radius:8px}div#station-board .wrapper .red{color:#ff1919;font-weight:bold;font-size:11px;text-decoration:line-through}div#station-board .wrapper .cancelled-message{display:flex;align-items:center;margin-top:5px}div#station-board .wrapper .cancelled-message i{margin-right:10px;color:#ff1919}div#station-board .wrapper .x-icon{padding-right:5px}div#station-board .wrapper .cancelled-message span{font-size:14px;font-weight:600}div#station-board .wrapper .departure-list{overflow:hidden}div#station-board .wrapper .departure-list.scrollable{max-height:calc(100vh - 220px);overflow:auto;-webkit-overflow-scrolling:touch}div#station-board .wrapper .departure-list table{width:100%}div#station-board .wrapper .departure-list table tr{opacity:0;transition:opacity .3s .1s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div#station-board .wrapper .departure-list table tr.table-divider{height:25px}div#station-board .wrapper .departure-list table tr.visible{opacity:1}div#station-board .wrapper .departure-list table tr td{color:#4d4d4d}div#station-board .wrapper .departure-list table tr td:first-child{width:25%;font-size:13px;line-height:0;margin-left:16px;display:inline-block}div#station-board .wrapper .departure-list table tr td:first-child.departure-date{font-weight:bold;height:inherit;margin-left:18px;margin-bottom:10px;margin-top:10px}div#station-board .wrapper .departure-list table tr td:first-child img{display:block;width:20px;margin-right:5px}div#station-board .wrapper .departure-list table tr td:first-child span{margin:auto 5px auto 0}div#station-board .wrapper .departure-list table tr td:first-child span.bus{color:#a71681}div#station-board .wrapper .departure-list table tr td:first-child span.tram{color:#e30613}div#station-board .wrapper .departure-list table tr td:first-child span.train{color:#007b31}div#station-board .wrapper .departure-list table tr td:first-child span.ic{color:#8d2133}div#station-board .wrapper .departure-list table tr td:first-child span.ice{color:#8d2133}div#station-board .wrapper .departure-list table tr td:nth-child(2){width:65%;font-size:14px;display:inline-block;white-space:normal !important}div#station-board .wrapper .departure-list table tr td:nth-child(2) div{overflow:hidden;text-overflow:ellipsis}div#station-board .wrapper .departure-list table tr td:last-child{text-align:right;padding-right:16px;width:20%}div#station-board .wrapper .departure-list table tr td:last-child span{display:block;font-size:13px;line-height:18px;min-width:12px}div#station-board .wrapper .departure-list table tr td:last-child span.plannedArrivalTime{margin-right:5px}div#station-board .wrapper .departure-list table tr td span.intime{color:#007b31}div#station-board .wrapper .departure-list table tr td span.delayed{color:#ff1919}div#station-board .wrapper .departure-list table tr td span.small-delay{color:#ff9f00}div#station-board .wrapper .date-picker-wrapper .quick-switch{font-size:0}div#station-board .wrapper .date-picker-wrapper .quick-switch>div{display:inline-block;width:32%;font-size:14px;line-height:44px;border-bottom:solid 2px #e6e6e6;text-align:center;height:44px;text-transform:uppercase;color:gray}div#station-board .wrapper .date-picker-wrapper .quick-switch>div.active{border-bottom:solid 2px #007ac9;color:#4d4d4d}div#station-board .wrapper .date-picker-wrapper .quick-switch>div:hover{cursor:pointer}div#station-board .wrapper .date-picker-wrapper .picker{font-size:0;padding:8px 0px}div#station-board .wrapper .date-picker-wrapper .picker #day-swiper,div#station-board .wrapper .date-picker-wrapper .picker #hour-swiper,div#station-board .wrapper .date-picker-wrapper .picker #minute-swiper{height:150px;overflow:hidden;display:inline-block;width:32%;background-image:url(images/datepicker_splitter.png);background-position:50% 50%;background-size:76px 46px;background-repeat:no-repeat}div#station-board .wrapper .date-picker-wrapper .picker #day-swiper .swiper-slide,div#station-board .wrapper .date-picker-wrapper .picker #hour-swiper .swiper-slide,div#station-board .wrapper .date-picker-wrapper .picker #minute-swiper .swiper-slide{opacity:.5;height:50px;line-height:50px;font-size:10px;color:#4d4d4d;transition:opacity .2s,font-size .2s;text-align:center}div#station-board .wrapper .date-picker-wrapper .picker #day-swiper .swiper-slide.swiper-slide-active,div#station-board .wrapper .date-picker-wrapper .picker #hour-swiper .swiper-slide.swiper-slide-active,div#station-board .wrapper .date-picker-wrapper .picker #minute-swiper .swiper-slide.swiper-slide-active{font-size:14px;opacity:1}div#station-board .wrapper .date-picker-wrapper .picker #day-swiper .swiper-slide.swiper-slide-prev,div#station-board .wrapper .date-picker-wrapper .picker #day-swiper .swiper-slide.swiper-slide-next,div#station-board .wrapper .date-picker-wrapper .picker #hour-swiper .swiper-slide.swiper-slide-prev,div#station-board .wrapper .date-picker-wrapper .picker #hour-swiper .swiper-slide.swiper-slide-next,div#station-board .wrapper .date-picker-wrapper .picker #minute-swiper .swiper-slide.swiper-slide-prev,div#station-board .wrapper .date-picker-wrapper .picker #minute-swiper .swiper-slide.swiper-slide-next{font-size:12px;opacity:.5}div#station-board .wrapper .date-picker-wrapper .bottom{border-top:solid 1px #e6e6e6;padding:16px}div#station-board .him-warning-icon,div#station-board .x-icon{display:inline-block;vertical-align:middle;width:16px;height:16px;margin-right:8px}div#station-board .him-message-box,div#station-board .direction-description-box{display:flex;align-items:center}div#station-board .cancellation-message{display:flex;align-items:flex-start;margin-bottom:8px}div#station-board .icon-container{flex-shrink:0}div#station-board tr.visible{display:flex}div#search-bar .wrapper{position:fixed;bottom:0;left:0;z-index:4;background:#fff;border-radius:8px 8px 0 0;width:100vw;box-shadow:0 -0.5px #b3b3b3}div#search-bar .wrapper.closed{height:0}div#search-bar .wrapper.open{height:60px}div#search-bar .wrapper.open-max{height:85%;height:calc(100vh - 32px)}div#search-bar .wrapper.open-max .input-group{font-size:0}div#search-bar .wrapper.open-max .input-group button.secondary{display:inline-block;width:88px}div#search-bar .wrapper.open-max .input-group span.deleteicon span{top:22px;right:110px;position:absolute;display:block;width:26px;height:26px;cursor:pointer;background:url("/images/ic_clear.svg");background-repeat:no-repeat;background-size:26px 26px}div#search-bar .wrapper.open-max .input-group span.deleteicon input{display:inline-block;width:calc(100% - 88px)}div#search-bar .wrapper .input-group{padding:16px;box-sizing:border-box;width:100%}div#search-bar .wrapper .input-group button.secondary{display:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}div#search-bar .wrapper .input-group div.remove-input-button{display:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}div#search-bar .wrapper .input-group span.deleteicon span{top:17px;right:30px;position:absolute;display:block;width:26px;height:26px;cursor:pointer;background:url("/images/ic_clear.svg");background-repeat:no-repeat;background-size:26px 26px}div#search-bar .wrapper .input-group span.deleteicon input{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;box-sizing:border-box;width:100%;background-color:#f2f2f2;height:28px;line-height:14px;font-size:14px;color:#4d4d4d;background-image:url(/images/icon_search.png);background-repeat:no-repeat;background-position:12px 6px;background-size:16px 16px;border-radius:8px;border:none;padding:7px 7px 7px 40px}div#search-bar .wrapper ul.result-list{margin:0 0 0 0;padding:0 0 0 16px}div#search-bar .wrapper ul.result-list.scrollable{max-height:calc(100vh - 102px);overflow:scroll;touch-action:unset}div#search-bar .wrapper ul.result-list h2{margin:8px 0 0 16px;line-height:24px;font-size:20px;font-weight:600}div#search-bar .wrapper ul.result-list h2.favorite{margin:8px 12px 0 0}div#search-bar .wrapper ul.result-list li{list-style:none;height:56px;border-bottom:solid 1px #e6e6e6;-webkit-tap-highlight-color:rgba(0,0,0,0)}div#search-bar .wrapper ul.result-list li .icon{background-image:url(/images/icon_station.png);background-position:50% 50%;background-size:32px 32px;background-repeat:no-repeat;height:56px;width:32px;display:block;float:left;margin-right:16px}div#search-bar .wrapper ul.result-list li .content{display:flex;justify-content:center;flex-direction:column;height:52px}div#search-bar .wrapper ul.result-list li .content .area{font-size:15px;line-height:16px;color:#4d4d4d;display:inline-block;width:100%;margin-top:8px}div#search-bar .wrapper ul.result-list li .content .location{font-size:17px;line-height:20px;color:#000;display:inline-block}div#search-bar .wrapper ul.result-list li .content .name{font-size:17px;line-height:20px;color:#000;display:inline-block;font-weight:600}div#search-bar .wrapper ul.result-list li .content .location-city{font-size:17px;line-height:20px;color:#000;display:inline-block}div#main-loading-indicator{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(255,255,255,.3);z-index:99}div#main-loading-indicator div.spinner{margin:calc(50vh - 20px) auto;display:block}div#main-loading-indicator div.spinner div{background:silver}div.loading-traffic div.spinner{margin:16px auto;display:block;width:40px;height:40px}div.loading-traffic div.spinner div{background:silver}div.spinner{position:relative;width:40px;height:40px;display:inline-block;margin:30vh auto;padding:10px;border-radius:10px}div.spinner div{width:6%;height:16%;background:silver;position:absolute;left:49%;top:43%;opacity:0;-webkit-border-radius:50px;-webkit-animation:fade 1s linear infinite}@-webkit-keyframes fade{from{opacity:1}to{opacity:.25}}div.spinner div.bar1{-webkit-transform:rotate(0deg) translate(0, -130%);-webkit-animation-delay:0s}div.spinner div.bar2{-webkit-transform:rotate(30deg) translate(0, -130%);-webkit-animation-delay:-0.9167s}div.spinner div.bar3{-webkit-transform:rotate(60deg) translate(0, -130%);-webkit-animation-delay:-0.833s}div.spinner div.bar4{-webkit-transform:rotate(90deg) translate(0, -130%);-webkit-animation-delay:-0.7497s}div.spinner div.bar5{-webkit-transform:rotate(120deg) translate(0, -130%);-webkit-animation-delay:-0.667s}div.spinner div.bar6{-webkit-transform:rotate(150deg) translate(0, -130%);-webkit-animation-delay:-0.5837s}div.spinner div.bar7{-webkit-transform:rotate(180deg) translate(0, -130%);-webkit-animation-delay:-0.5s}div.spinner div.bar8{-webkit-transform:rotate(210deg) translate(0, -130%);-webkit-animation-delay:-0.4167s}div.spinner div.bar9{-webkit-transform:rotate(240deg) translate(0, -130%);-webkit-animation-delay:-0.333s}div.spinner div.bar10{-webkit-transform:rotate(270deg) translate(0, -130%);-webkit-animation-delay:-0.2497s}div.spinner div.bar11{-webkit-transform:rotate(300deg) translate(0, -130%);-webkit-animation-delay:-0.167s}div.spinner div.bar12{-webkit-transform:rotate(330deg) translate(0, -130%);-webkit-animation-delay:-0.0833s}/*# sourceMappingURL=app.build.min.css.map */
