@charset "UTF-8";
html,
body {
	height: 100%;
}

#wrapper {
	position: relative;

	height: 100%;
	min-height: 420px;
	margin-top: -40px;
	padding-top: 40px;
	z-index:20;
}

#wrapper > .visible-area {
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 6px;
	left: 0;
}
#wrapper > .visible-area.withHeaderImage {
	top: 150px;
}

#wrapper > .visible-area > .wrapper,
#wrapper > .visible-area > .wrapper > .wrapper2 {
	height: 100%;
}

#loader {
	/*background-color: #94ba00;*/
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 6px;
	width: 100%;
}

.wrapper {
	min-width: 300px;
	width: 100%;
/* 	max-width: 1200px; */
}

div.subline {
	margin-bottom: 20px;
}

.submenu .wrapper {
	width: auto;
	max-width: auto;
}

.wrapper2 {
/* 	padding: 0 20px; */
	padding: 0 20px 0 13px;
}

#wrapper .wrapper2 {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	margin-left: 452px;
}

#header-image {
	padding-top: 40px;
}
#header-image .image-wrapper {
	margin-left: 50%;
}

#header-image img {
	width: 1200px;
	height: auto;
	margin-left: -600px;
}

aside {
	float: left;
	display: block;
	min-width: 396px;
	height: 100%;
	position: relative;
	margin-left:56px;
}

aside:after {
	content: '.';
	text-indent: -999em;
	height: 0;
	width: 0;
	display: block;
	clear: both;
}

aside #logo {
/*	border-bottom: 1px solid #CCCCCC;*/
	height: 110px;
	overflow: hidden;
	position: relative;
}

aside #logo span {
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform:translateY(-50%);
   	-moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);}

aside #logo span img {
	vertical-align: middle;
}

aside #logo span .platform-header {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    padding: 0;
    color: inherit;
    font-family: inherit;
    padding-bottom: 5px;
    font-size: 30px;
    margin-top: 0px !important;
}

aside #logo span h1,
aside #logo span .platform-header {
/* 	line-height: 110px; */
	line-height: 35px;
	font-weight: 100;
	font-variant: small-caps;
	width: 356px;
	margin: 0;
/* 	overflow: hidden; */
/* 	text-overflow: ellipsis; */
	white-space: normal;
}

aside #logo span a {
	text-decoration: none;
}

aside .map-search-wrapper {
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	width: 100%;
	border-right: 1px solid #ccc;
}

aside .map-search-wrapper  #search {
/* 	position: absolute; */
/* 	z-index: 10; */
/* 	background-color: #FFF; */
	width: 100%;
}

aside .maptitle {
/* 	background-color: rgba(255,255,255,0.8); */
/*	background-color: #fff; */
	position: absolute;
	z-index: 10;
	left: 20px;
	min-width: 356px;
/* 	-webkit-transition: all 0.350s linear; */
/* 	-moz-transition: all 0.350s linear; */
/* 	-o-transition: all 0.350s linear; */
/* 	transition: all 0.350 linear; */
}

/* .mainNavOpen aside .maptitle { */
/* 	left: 214px; */
/* } */

#direction-switcher {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
}

#direction-switcher:hover {
	background-color: #0f0;
}

.tab_content {
    display: none;
}

#search-result-view-tabs {
	overflow: hidden;
}

#search-nav,
#tabs_container {
	padding-top: 10px;
}

#search-result-view-tabs {
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#search-nav ul,
#tabs_container ul,
#search-result-view-tabs > ul {
	overflow: hidden;
	list-style: none;
}

#search-nav ul {
	margin-left: 5px;
}

#tabs_container ul,
#search-result-view-tabs > ul {
	margin-left: -10px;
}

#search-result-view-tabs > ul {
	margin-bottom: 0;
}

#search-nav li,
#tabs_container li,
#search-result-view-tabs > ul > li {
	display: block;
	float: left;
	padding: 0 10px;
	margin-bottom: 5px;
}

#search-result-view-tabs > ul > li.onlyMobile {
	display: none;
}

#search-nav li a,
#tabs_container li a,
#search-result-view-tabs > ul > li a {
	font-size: 16px;
	line-height: 22px;
/* 	color: #999; */
	display: inline-block;
	border-bottom: 4px solid transparent;
}

#search-nav li.active a,
#tabs_container li.ui-tabs-active a,
#search-result-view-tabs > ul > li.active a {
	font-weight: bold;
	cursor: default;
}

#search-nav li a:hover,
#tabs_container li a:hover,
#search-result-view-tabs > ul > li a:hover {
	text-decoration: underline;
}

#search-nav li.active a:hover,
#tabs_container li.ui-tabs-active a:hover,
#search-result-view-tabs > ul > li.active a:hover {
	text-decoration: none;
}

li#search-nav-reset {
	float: right;
	padding: 0;
	margin-right: 15px;
	width:49px;
	height:25px;
	text-align:right;
}

li#search-nav-reset a{
	width:50px;
	height:25px;
}

li#search-nav-reset a:hover {
	text-decoration: none;
}

li#search-nav-reset a span.raumoTooltip {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
}




/* li#search-nav-switch { */
/* 	float: right; */
/* 	padding: 0; */
/* 	margin-right: 15px; */
/* 	width:50px; */
/* 	height:25px; */
/* 	text-align:right; */
/* } */

/* li#search-nav-switch a{ */
/* 	width:50px; */
/* 	height:25px; */
/* } */

/* li#search-nav-switch a:hover { */
/* 	text-decoration: none; */
/* } */

/* li#search-nav-switch span.raumoTooltip { */
/* 	display: block; */
/* 	width: 16px; */
/* 	height: 16px; */
/* 	overflow: hidden; */
/* } */

/* li#search-nav-switch { */
/* 	float: right; */
/* 	padding: 0; */
/* 	margin-right: 15px; */
/* 	width:50px; */
/* 	height:25px; */
/* 	text-align:right; */
/* } */

/* Search Nav Switch Test */

#search-nav-switch2 {
	padding: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 87px;
	z-index: 9000;
}

#search-nav-switch {
	padding: 0;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
/* 	top: 80px; */
	top: 38px;
	z-index: 9000;
	cursor:pointer;
	color:#ccc;
	background-color:White;
}
#search-nav-switch:hover {
	color:#333333
}


#search-nav-switch a:hover {
	text-decoration: none;
}

#search-nav-switch span.transfer {
	display: block;
	font-size:18px;
	width: 18px;
	margin:2px;

	height: 18px;
	overflow: hidden;
	-ms-transform:rotate(90deg); /* IE 9 */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-o-transform:rotate(90deg); /* Opera */
	transform:rotate(90deg);
}

/* #search-nav li:not(.active) a:hover, */
/* #tabs_container li:not(.ui-tabs-active) a:hover, */
/* #search-result-view-tabs > ul > li:not(.active) a:hover { */
/* 	color: #333; */
/* } */

#search .search-form.loading:after {
	content: '.';
	text-indent: -999em;
	display: block;
	background-color: #FFFFFF; /* IE 8 */
	background-color: rgba(255,255,255,0.8);
	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;
	visibility: visible;
	height: auto;
}

#search .search-form.loading span#cancel-search {
	display: block;
	bottom: 20%;
	left: 0px;
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}

table#overview-arrival tr.loading span.cancel-search {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	overflow: hidden;
}

/* TODO Webfont */
table#overview-arrival tr.loading span.cancel-search:before {
	content: '\2715';
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

input::-webkit-input-placeholder {
    color: #666666;
}
input:-moz-placeholder {
    color: #666666;
}
input::-moz-placeholder {
    color: #666666;
}
input:-ms-input-placeholder {
    color: #666666;
}

/* fix für MS pseudo elemente */
::-ms-clear {
    display: none;
}

aside .map-search-wrapper #map-wrapper {
	position: absolute;
/* 	top: 174px; */
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#content {
/* 	margin-left: 356px; */
	height: 100%;
/* 	position: relative; */
	max-width: 850px;
	width: 100%;
/* 	float: right; */
	position: absolute;
	right: 0;
}

#content > .content-header {
	padding-left: 30px;
}

#content .content-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
/* 	height: 110px; */
}

/* #wrapper.noLogo .content-header { */
/* /* 	left: -356px; */
/* 	padding-left: 0px; */
/* } */

.content-header h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	height: 37px;
	overflow: hidden;
/* 	margin-right: 50px; */
	margin-right: 100px;
	width: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:30px;
}
.content-header div.subline,
.content-header h2.subline {
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
/* 	margin-right: 50px; */
	margin-right: 100px;
}

#content .content-wrapper {
	position: absolute;
	top: 112px;
	right: 0px;
	bottom: 0px;
	width: 96%;
	margin-right: 4%;
}

#content .content-wrapper-mobile {
	position: absolute;
	top: 111px;
	right: 0px;
	bottom: 0px;
	width: 100%;
}

#content .content-inside {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 110px;
	overflow: auto;
	padding-top: 10px;
	width: 100%;
/* 	margin-right:27px; */
/* 	margin-right: 40px; */
}

#content .content-wrapper[data-footer-modules="0"] .content-inside {
	bottom: 0;
}

.content-inside a {
	/*color: #94ba00;*/
}

.content-inside a:hover {
	/*color: #666666;*/
}

.content-inside .image-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.content-inside .image-right {
	float: right;
/* 	margin-left: 20px; */
	margin-bottom: 20px;
}

.content-inside .image-list {
	margin-left: 0 !important;
	overflow: hidden;
	list-style-type: none;
}

.content-inside .image-list li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.content-inside .image-list li img {
	display: block;
}

#content .content-inside > .schedule-container,
#content .content-inside > .result-table {
	margin-left: 10px;
}

/* Conditional Selector Cascade to match elements in Scrollbar Container */
#content .content-inside > .jspContainer > .jspPane > .schedule-container,
#content .content-inside > .jspContainer > .jspPane > .result-table {
	margin-left: 10px;
}

#content .content-inside > #resultView > *:not(.schedule-container):not(#mapView):not(.result-table),
#content .content-inside > .jspContainer > .jspPane > #resultView > *:not(.schedule-container):not(#mapView):not(.result-table) {
	margin-left: 30px;
	margin-right: 30px;
}

#content .content-inside > #resultView > .schedule-container > *:not(table),
#content .content-inside > .jspContainer > .jspPane > #resultView > .schedule-container > *:not(table),
#content .content-inside > #resultView > .result-table > *:not(table),
#content .content-inside > .jspContainer > .jspPane > #resultView >  .result-table > *:not(table) {
	margin-left: 30px;
}

#content .content-inside .schedule-container > p {
	padding-left: 20px;
}

#content .content-inside .directions {
	margin-bottom: 20px;
}

#content .content-inside > ul,
#content .content-inside > ol,
#content .content-inside > .module > ul,
#content .content-inside > .module > ol,
#content .content-inside > #resultView > ul,
#content .content-inside > .jspContainer > .jspPane > #resultView > ul,
#content .content-inside > #resultView > ol,
#content .content-inside > .jspContainer > .jspPane > #resultView > ol,
#content .content-inside > #resultView > .module > ul,
#content .content-inside > .jspContainer > .jspPane > #resultView > .module > ul,
#content .content-inside > #resultView > .module > ol
#content .content-inside > .jspContainer > .jspPane > #resultView > .module > ol {
	margin-left: 40px;
}

#content .content-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 95px;
	width: 100%;
	overflow: hidden;
}

#content .content-footer .teaser-wrapper {
	margin-left: 15px;
	margin-right: -15px;
}

#content .content-footer > .module {
	width: 365px;
	height: 70px;
	float: left;
	padding: 5px 10px 10px 10px;
	position: relative;
	margin-bottom: 10px;
}

#content .content-footer > .module h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#content .content-footer > .module:first-child {
	margin-left: 30px;
}

#content .content-footer > .module + .module {
	margin-left: 25px;
}

#footer_about{
/* 	min-width: 500px; */
	width:100%;
	padding-top:10px;
}

#footer_about:first-child{
	margin-left:0;
}

#footer_about li {
	float:left;
	margin:10px 20px 10px 0;

}

#footer_about li a {
	font-size:14px;

}

#footer_about .footer_powered-by,
#footer_about .footer_socialmedia{
	float:right;
}

/* .footer_socialmedia span{ */
/* 	width:24px; */
/* 	height:24px; */
/* } */

/* .footer_socialmedia span:hover{ */
/* 	color:#ccc; */
/* 	background-color:White; */
/* } */

#breadcrump {
	padding-top: 10px;
	margin-bottom: 5px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* die "Sprechblase" gibts nicht mehr */
/* #main-nav > ul:before { */
/* 	content: '.'; */
/* 	display: block; */
/* 	font-size: 0; */
/* 	height: 0; */
/* 	width: 0; */
/* 	border: 8px solid transparent; */
/* 	/*border-bottom: 8px solid #94ba00;*/
/* 	position: absolute; */
/* 	top: -16px; */
/* 	right: 12px; */
/* } */

#main-nav {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
}

#main-nav > ul {
	left: 0;
	display: inline-block;
	top: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden;
}

.mainNavOpen #main-nav > ul.scrollable {
	overflow-y: auto;
}

nav#main-nav > ul li a {
	padding-top: 7px;
	padding-bottom: 3px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

nav#main-nav > ul > li > a{
	padding-top: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

#main-nav > ul > li {
	font-size: 18px;
/* 	margin-bottom: 8px; */
}

/* #main-nav > ul > li span.icon{ */
/* 	display: inline-block; */
/* 	background-repeat:no-repeat; */
/* 	background-position:center; */
/* 	padding: 5px 12px; */
/* 	width: 32px; */
/* 	height: 32px; */
/* } */

#main-nav > ul > li span.wficon{
	display: inline-block;
/* 	background-repeat:no-repeat; */
/* 	background-position:center; */
	padding: 5px 0px;
	width: 56px;
/* 	height: 32px; */
	text-align: center;
	vertical-align: text-bottom;
}

#main-nav > ul > li span.wficon.wf32 {
	vertical-align: sub;
}

#main-nav > ul > li span.label{
	display: none;
	padding-right: 20px;
	vertical-align: text-bottom;
}

.mainNavOpen #main-nav > ul > li span.label{
	display: inline-block;
}

/* #main-nav > ul > li span.icon.train {background-image: url('bahn-bX6iKUNUOsnbtARnaxyN2jPpcbSnpb1lLfeDzSfhWXY.png');} */
/* #main-nav > ul > li span.icon.home {background-image: url('home-dcNRQtyDlX9oWrqOnDD2wERQrtsNEQZR9bCP9elNA4f.png');} */
/* #main-nav > ul > li span.icon.bus {background-image: url('bus-loVi8tW9yvCb108Z6eMPXezHudoly1gcyjlphCgPJqy.png');} */
/* #main-nav > ul > li span.icon.car {background-image: url('car-6JOXWY9BW59wfeLgk1s7A84F6jC0EKYh4XUHXscu987.png');} */
/* #main-nav > ul > li span.icon.rideshare {background-image: url('mfg-HcoqREqYWKkIiDQIfXix5wsRwdKpcornmDonInO48mL.png');} */
/* #main-nav > ul > li span.icon.plane {background-image: url('plane-RwzmPr6oqFsctNQjvBhyMv35D65e5k82nRwgDF5uWO2.png');} */
/* #main-nav > ul > li span.icon.publictransport {background-image: url('oepnv-1moNOU2oPhTI2zdvcNwDPHm7qSgpjtRA24UWHAxbvPM.png');} */
/* #main-nav > ul > li span.icon.parking {background-image: url('parken-nMcipVk8KbLu3gaohJw96DNbnMGEsTesHjryPXFEpSW.png');} */
/* #main-nav > ul > li span.icon.hotel {background-image: url('hotel-O03zKtqD88OSiygLrZvmbEH3i6lc5zO58ElQN3cPVZZ.png');} */
/* #main-nav > ul > li span.icon.uebernachten {background-image: url('uebernachten-G0zSYqExQi5Nxu28rJOjicMmeGqn3xGDToCNbS4qYyy.png');} */
/* #main-nav > ul > li span.icon.co2 {background-image: url('co2-W5wEKibEyMU9ayGM6tZ72l2vV9D6pVm8UPx8q6g8SS9.png');} */

nav#main-nav > ul li {
	white-space: nowrap;
/* 	padding-top: 5px; */
/* padding-bottom: 5px; */
}

#main-nav > ul > li:last-child {
	margin-bottom: 0;
	font-size:14px;
}

#main-nav > ul > li > ul {
/* 	margin-top: 7px; */
}

#main-nav > ul > li > ul > li {
	font-size: 14px;
	line-height: 24px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.13);
}

#main-nav > ul a {
	display: block;
}

#main-nav > ul a:hover {
	text-decoration: none;
}

#main-nav > ul a.active {
	text-decoration: none;
}


#main-nav #main-nav-opener {
	display: none;
	height: 40px;
	width: 40px;
	/*background-color: #94ba00;*/
/* 	border-radius: 10px; */
/* 	-webkit-border-radius: 10px; */
/* 	-moz-border-radius: 10px; */
/* 	background-image: url(nav-opener-dsC0Qcu59NsXGeSc1GYd3ipld0zZA9mhXZZRha6TRUE.png); */
/* 	background-repeat: no-repeat; */
/* 	background-position: 10px center; */
	line-height: 40px;
/* 	padding: 0 10px 0 40px; */
	color: #FFFFFF;
	z-index:13;
	font-size: 18px;
}

#main-nav #main-nav-opener:hover,
#sticky-main-nav-opener:hover,
#main-nav #main-nav-closer:hover {
	/*background-color: #666666;*/
	text-decoration: none;
}

#main-nav #main-nav-closer {
	display: none;
	width: 40px;
	height: 40px;
/* 	background-position: center center; */
/* 	background-repeat: no-repeat; */
/* 	background-image: url(nav-closer-d79IT6iB11QV99ruz8qRViPr2f41ORpPQa6vvxZgEcq.png); */
	position: relative;
	top: 40px;
	right: 40px;
	color: #FFFFFF;
	z-index: 40;
	display: none;
}

#overlay {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 19;
	display: none;
}

/* Google Links auf Autoanreise */
#directions-extlink {
	display: none;
	text-align: right;
}

#address {
	display: block;
	overflow: hidden;
}

#address .address-image {
	float: right;
	margin-left: 10px;
	height: 120px;
}

.schedule-container .co2-info {
	margin-left: 20px;
	margin-right: 20px;
}

#directions-container.resizeable {
	max-height: 200px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.container-resizer {
	display: none;
	cursor: pointer;
	color: #FFF;
	width: 60px;
	height: 14px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 50%;
	position: absolute;
	margin-left: -30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(raquo-to-bottom-R11MBMpaFUT4wqIB68iu4eS8R2Gy5M8Ri9VxiKKTAfZ.png);
}

.container-resizer.car{
	height: 20px;
}

.container-resizer:hover {
	background-color: #666666;
}

.open + .container-resizer {
	background-image: url(raquo-to-top-nwelkoQKrTKbi34zLm2W8IFpZpD84C5On5izvLNubYB.png);
}

h2 .partner-logo {
	float: right;
	margin-right: 20px;
}

#colorbox .partner-logo {
	margin-right: 0px;
}

.powered-by-logo {
	text-align: right;
}

span.stars {
	background-image: url(star-p6gcab0ZMKrqVH6J7udCQtwW80xhGtJmV5reHtJaPAS.png);
	background-repeat: repeat-x;
	background-position: left center;
	display: inline-block;
	text-indent: -999em;
/*	float: right;*/
}

span.stars.stars-1 { width: 15px; }
span.stars.stars-2 { width: 30px; }
span.stars.stars-3 { width: 45px; }
span.stars.stars-4 { width: 60px; }
span.stars.stars-5 { width: 75px; }

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

.result-table + .result-table {
	margin-top: 30px;
}

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

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

.feedback-slide-out-div,
.facebook-slide-out-div,
.google-slide-out-div {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    width: 320px;
    background: #EEEEEE;
    z-index: 999;
    border: 0px;
    border-left: 2px solid #94ba00;
    margin-top: 20px;
    position: fixed;
    right: -372px;
}

.share-info {
    display:none;
}

.feedback-button {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    padding: 7px;
/*     border: 0px; */

}

.likeInfoBox {
	position: absolute;
	display: none;
	z-index: 50;
	border: 0px solid black;
	font-size: 1em;
	width: 20em;
	margin: 0;
	padding: .5em;
	border-radius: .5em;
	box-shadow: 0 0 1em .1em #888;
}

.fieldcontain {
	position: relative;
}

/* spezielle colorbox mit Titel oben */
#colorbox.title-on-top #cboxTitle {
	top: 0px;
	bottom: auto;
	margin-left: 15px;
	text-align: left;
	line-height: 40px;
	color: #595959;
	font-weight: bold;
	font-size: 17px;
}

#map-wrapper #map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#mapView {
	position: absolute;
	top: 55px;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

#mapView #map-wrapper {
	position: absolute;
	top: 0 !important;
	right: 0;
	bottom: 0;
	left: 0;
}

/* #logo h1 {display:none;} */

#contentresizer {
	z-index: 9;
	cursor: col-resize;
}

#contentresizer:before {
	content: ".";
	border-radius: 3px;
	background-image: url('contentresizer-ZbIDGgaULpp3eyYAoKrE5Qe3tmXGc5uCtSAfYURwlQc.png');
	background-repeat: no-repeat;
	background-position: 50% 50%; /* Firefox kapiert die andere Schreibweise nicht */
	background-position-x: 50%;
	background-position-y: 50%;
	position: absolute;
	top: 50%;
	width: 16px;
	height: 50px;
/* 	background-color: #94ba00; */
	left: -2px;
}

#content.ui-state-disabled {
	opacity: 1.0 !important;
}



#stickyMobileHeader,
#mobile-search-opener,
#mobile-map-opener,
#mobile-map {
	display:none;
}

a.anreise_link {
	color:White;
	text-decoration:underline;
	font-size:14px;
}

#footer > .wrapper > .wrapper2 > section > .powered-by {
	font-size:12px;
}

.minSize section {
	min-width: 330px ;
	margin-right: 15px !important;
	margin-left: 15px !important;
}

.minSize section #features h2 {
	overflow:hidden;

}

.maxMap {
	width:85% !important;
	min-height:100px;
}

.maxMap > .teaser-content {
	min-height:75px;
}

.maxMap > .teaser-content > #target-select {
	min-height:75px;
}

.maxMap > .teaser-content > #target-select select {
	display:block;
}

/* Custom Overview */

#overview-infoBox {
	cursor:move;
	background-color: rgba(255,255,255,0.8);
	display: block;
	overflow:auto;
	width:450px;
	height:600px;
	position:absolute;
	top:60px;
	right:10px;
	z-index:9999;
}

#overview-infoBox div {margin:10px;}


.headerNavWmarkt{
	width: 290px !important;
}

#overview-infoBox div {margin:10px;}


.headerNavMesse{
	width: 290px !important;
}

#cities-submenu > div > div.jspVerticalBar > div.jspTrack > div,
#stadiums-submenu > div > div.jspVerticalBar > div.jspTrack > div,
#custom-submenu > div > div.jspVerticalBar > div.jspTrack > div,
#locations-submenu > div > div.jspVerticalBar > div.jspTrack > div {
	background-color: #333333 !important;
}

.topNavOverview-bold a {
	font-weight:bold !important;
}

.my-div-icon {
	width:20px;
	height:30px;
/* 	border:1px solid Red; */
	color: #666;
}


@media (max-width: 1220px) { /* Seite geht an Kante */

/* .teaser{ */
/* 	width:42%; */
/* } */

/* .teaser .teaser-content { */
/* 	height:60px; */
/* } */

/* .teaser #target-select { */
/* 	height:60px; */
/* } */

#stickyMobileHeader {display:none;}

	.feedback-slide-out-div,
	.facebook-slide-out-div,
	.google-slide-out-div {
		display: none;
	}

	#content .content-inside > *.not(table) {
		margin-right: 20px;
	}

	.content-header h1 {
/* 		font-size:35px; */
		margin-right: 100px;
	}

	#main-nav {
/* 		right: 5px; */
	}

	#main-nav #main-nav-opener {
		width: 40px;
/* 		text-indent: -999em; */
		padding: 0;
	}

	#main-nav-opener span {
/* 		width:32px; */
/* 		height:32px; */
/* 		margin:4px; */
	}
}
@media (max-width: 1220px) { /* Seite geht an Kante */

	.teaser{
		width:42%;
	}

	.teaser .teaser-content {
		height:60px;
	}

	.teaser #target-select {
		height:60px;
	}
}

@media (max-width: 1120px){
	.teaser{
		width: 85% !important;
	}

	.teaser .teaser-content {
		height:40px;
	}

	.teaser #target-select {
		height:40px;
	}
}



@media (min-width: 768px) {
	.onlymobile {
		display: none !important;
	}

	#content .content-wrapper {
	position: absolute;
	top: 112px;
	right: 0px;
	bottom: 0px;
	width: 96%;
	margin-right: 4%;
}
}

@media (max-width: 768px) { /* Tablet */

#home-teaser-text-stadt,
#home-teaser-text{
	display:none;
}

/* 	#logo, */
	#header-image,
	aside #map-wrapper {
		display: none;
	}

	aside {
		float: none;
		width: auto;
		height: auto;
		margin-left: 0px;
		min-width: 320px;
	}

	aside .map-search-wrapper {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
	}

	aside .map-search-wrapper .maptitle {
		position: relative;
		max-width: none;
		z-index: 0;
		left: auto;
		top:0;
	}

/* 	aside #search .reset-form {  */
/* 		top: 11px; */
/* 	} */

/* 	body #search .fields-wrapper {
		width: 326px;
		margin: 0 auto;
		overflow: hidden;
	} */

	#content {
		margin-left: 0px;
	}

	#wrapper .content-header{
		padding-left: 20px;
	}

	#content .content-inside .jspContainer > .jspPane > > #resultView > *:not(.schedule-container):not(#mapView):not(.result-table)
	#content .content-inside > #resultView > *:not(.schedule-container):not(#mapView):not(.result-table) {
		margin-left: 20px;
		margin-right: 20px;
	}


	/* Scrollbare Seite */

	#wrapper {
		height: auto;
	}

	#wrapper > .visible-area {
		margin-top: 44px;
	}

	#wrapper > .visible-area > .wrapper {
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	#wrapper > .visible-area,
	#content .content-header,
	#content .content-wrapper,
	#content .content-inside,
	#content .content-footer {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width:100%;
		margin-right:0;
	}

	#content .content-inside {
		padding-bottom: 20px;
	}

	#content {
		position: static;
	}

	#contentresizer {
		display: none !important;
	}

	#wrapper > .visible-area > .wrapper,
	#wrapper > .visible-area > .wrapper > .wrapper2 {
		height: auto;
		min-height: 400px;
	}

	#wrapper > .visible-area > .wrapper > .wrapper2 {
		margin-left: 0;
	}

	#wrapper > .visible-area > .wrapper {
/* 		float: right;  */
	}

	#wrapper > .visible-area.withHeaderImage {
		top: 80px;
	}

	/* Navigation */

	#main-nav {
		right: 0;
		top: 0;
		left: auto;

	}

	#main-nav > ul {
		display: none;
		left: auto;
		margin-top: 40px;
		top: 0;
		bottom: 0;
		position: fixed;
		overflow: auto;
		right:0;
	}

	.mainNavOpen #main-nav > ul {
		display: block;
		z-index:9999;

	}

	#main-nav #main-nav-opener {
		display: block;
		position: fixed;
		top: 40px;
		right: 0;
		width:44px;
		height:44px;
		margin: 0;
        border: none;
	}

nav#main-nav > ul > li > a{
	padding-top: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

	#main-nav #main-nav-opener.close {
	/*	right: 190px; */
 		right: 203px;
		top: 40px;
	}
	#main-nav #main-nav-opener.open {
		right:0;
	}

	#main-nav-opener span,
	#main-nav-closer span {
		margin:2px;
	}

	#main-nav > ul li span.icon {
		width: 15px;
		height: 15px;
		background-size: contain;
	}

	.mainNavOpen #main-nav #main-nav-closer {
		display: block;
	}

	.mainNavOpen #overlay {
		display: block;
	}

	#mapView {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: 400px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#mobile-map-opener {
		display:block;
		width:44px;
		height:44px;
		color:#fff;
		text-decoration:none;
		z-index:29;
		position: fixed;
		top:40px;
		left:0;
	}

	#stickyMobileHeader {
		position:fixed;
		top:0;
		left:0;
		height:44px;
		width:100%;
		border-bottom:1px solid #ccc;
		background-color: White;
		z-index: 1000;
	}

	#sticky-mobile-map-opener{
		width: 44px;
		height: 44px;
		color: #fff;
		text-decoration: none;
		z-index: 1300;
		position: fixed;
		top: 0px;
		left: 0;
		text-decoration: none;

	}

	#sticky-main-nav-opener span,
	#main-nav-opener span,
	#sticky-mobile-map-opener span {
		width: 32px;
		height: 32px;
		margin: 6px;
		display: block;
		opacity: 1;
		color: #fff;
	}

	#sticky-main-nav-opener {
		position: fixed;
		top: 0px;
		right: 0;
		width: 44px;
		height: 44px;
		margin: 0;
		border: none;
		color: #fff;
	}

	#sticky-main-nav-opener > span.lines {
		top:10px;
		left:7px;
	}

	#mobile-search-opener {

	    height: 16px;
	    color:White;
	    left: auto;
	    margin: 0 auto;
	    position: relative;
	    text-align: center;
	    width: 100%;

	}
	#mobile-search-opener:hover {
		cursor: pointer;
	}

	#mobile-map{
		width:100%;
		height: 100%;
		position: absolute;
		top:0;
		left:0;
		z-index: 1000;
	}

	#mobile-search-opener.hide-form{
		-webkit-transform: rotateX(180deg);
    	-webkit-transition: all 450ms ease-out 0s;
		transform: rotateX(180deg);
    	transition: all 450ms ease-out 0s;
	}


	#breadcrump {display:none;}

	.content-header {
		text-align:center;
	}
	.content-header div.subline,
	.content-header h2.subline {
		margin-right: 0;
	}

	#content .content-header {
		min-height: 75px;
	}

	.content-header h1,
	.content-header h2 {
		padding-bottom: 5px;
		margin-right:0;
	}

	#mobile-map-opener span{
		width:32px;
		height:32px;
		margin:6px;
		display:block;
	}

	.close-black{
		background-color: Black !important;

	}


	#stickyMobileHeader div.headline {
		width:100%;
		margin:15px 44px 0 44px;
		text-align:center;
		font-size:16px;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0;

	}

	#header-nav.showNav nav {
		z-index: 32;
	}



/* 	table#overview-arrival tr.loading span.cancel-search { */
/* 		display: inline-block; */
/* 	} */

}

@media (max-width: 419px) {

	#search-result-view-tabs {
		margin-left: 20px;
	}

	#wrapper .content-header{
		padding-left: 0px;
	}

	.content-header h1 {
		font-size: 24px;
		height: 24px;
		line-height: 31px;
		margin-bottom: 5px;
	}

	.content-header h1 span,
	.content-header h1 + h2.subline,
	.content-header h1 + div.subline {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}

	#content .content-footer {
		margin: 0 auto;
		/*width: 300px;*/
		height: auto;
	}

	#content .content-footer > .module {
		width: auto;
	}

	body #content .content-footer > .module,
	body #content .content-footer > .module:first-child {
		margin-left: 0;
	}

	#search .fields-wrapper > .fieldcontain select#person-count,
	#search .fields-wrapper > .fieldcontain select#room-type {
/* 		width: 255px; */
	}

	body #search .fields-wrapper {
/* 		width: 255px; */
	}

	body #search .fields-wrapper > .field-row {
		padding-left: 0 !important;
	}

	aside .maptitle {
		min-width: 320px;
		width: auto !important;
	}


	#footer_about {
		width: 100%;
	}
	#footer_about li {
		float:none;
		margin:10px 20px 10px 0;
	}

	#footer_about .footer_powered-by,
	#footer_about .footer_socialmedia {
		float: none;
	}

	li#search-nav-reset {
		width:20px;
	}

	li#search-nav-reset a{
		width:25px;
		height:25px;
	}
}

tr[data-id='SXFY'],
tr[data-id='SXFZ'] {
	display: none;
}

@media (max-width: 1220px) {
	.map-resizer {
		display: none !important;
	}
	
	#content .content-inside {
/* 		margin-right: 0px; */
	}
	
	#schedule-filter {
		margin-right: 20px !important;
		margin-left: 0px !important;
		
	}
	
	aside {
		max-width: 
	}
}

#features {
	padding: 60px 0 40px 0;
	background-color: #eaf1cc;
	text-align: center;
}

#features h2,
#references h2,
#contact h2,
#ueber_text h2,
#ueber_text h1 {
	font-size: 48px;
	line-height: 54px;
	font-weight: 900;
	margin-bottom: 10px;
	text-align: center;
}

#ueber_text h1 {
    padding: 0;
}

@media (max-width: 480px) {
	#features h2,
	#references h2,
	#contact h2,
	#ueber_text h2,
	#ueber_text h1 {
		font-size: 32px;
		line-height: 42px;
		font-weight: 900;
		margin-bottom: 10px;
		text-align: center;
	}
}

#features h3,
#contact h3,
#ueber_text h3 {
	font-size: 24px;
	line-height: 28px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 14px;
	max-width: 1070px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#features ul {
	list-style: none;
	margin-left: 0;
	font-size: 0;
	margin-bottom: 33px;
}

#features ul li {
	display: inline-block;
	width: 190px;
	height: 95px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

#features ul li.en_extend{
	height:120px;
}

#features ul li.en_extend .content{
	padding-top: 120px;
}

#features ul li.en_extend:hover .content {
	margin-top: -120px;
}

#features ul li .content {
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	transition: margin 250ms ease;
	-webkit-transition: margin 250ms ease;
	cursor: default;
}

#features ul li.soon .content {
	opacity: 0.5;
}

#features ul li:hover .content {
	margin-top: -70px;
}

#features ul li .content header {
	margin-bottom: 10px;
	font-size: 15px;
}

#features ul li:hover .content header {
	font-weight: 700;
}

#features ul li .content footer {
	font-size: 13px;
	line-height: 19px;
	font-style: italic;
}

#features ul + h2 {
	border-top: 1px solid #94bb02;
	padding-top: 40px;
}

#footer {
	background-color: #333333;
	color: #FFFFFF;
}

#footer .wrapper2 {
	padding: 0px;
	overflow: hidden;
	display: block;
	margin: 0 15px 0 56px;
/* 	max-width: 1180px; */
}

#footer .wrapper2 h2 {
	display:none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	color: #FFF;
	margin-bottom: 10px;
}

#footer .wrapper2 > section > ul {
	list-style: none;
/* 	width: 225px; */
	margin-left:0px;
	float: left;
}

#footer .wrapper2 ul + ul {
	margin-left: 20px;
}

#footer .wrapper2 ul li,
#footer .wrapper2 ul li a {
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

#footer .wrapper2 ul {
	margin-bottom:10px;
}

#footer .wrapper2 > section:first-child {

}
#footer .wrapper2 > section {
	display: block;
	float: left;
	text-align: left;
	margin-right: 20px;
	overflow: hidden;
	width:100%;
}

#footer .wrapper2 > section > ul:first-child {
/* 	padding-top: 34px; */
}

#footer .wrapper2 > section:first-child + section + section + section {
	margin-right: 0;
}

#footer .wrapper2 > section:first-child + section + section + section ul {
	width: 125px;
}

#logorow {
	text-align: center;
	padding-top: 10px;
	background-color: #333333;
}

/* #footer_about{ */
/* 	min-width: 500px; */
/* 	width:100%; */
/* 	padding-top:10px; */
/* } */

/* #footer_about:first-child{ */
/* 	margin-left:0; */
/* } */

/* #footer_about li { */
/* 	float:left; */
/* 	margin:10px 20px 10px 0; */

/* } */

/* #footer_about li a { */
/* 	font-size:14px; */

/* } */

/* .footer_powered-by, */
/* .footer_socialmedia{ */
/* /* 	float:none; */ */
/* 	float:right !important; */
/* } */

/* /* #footer_about{ */ */
/* /* 	width:150px !important; */ */
/* /* } */ */

/* .footer_powered-by{ */
/* 	white-space:nowrap; */
/* /* 	margin-top: 15px; */ */
/* } */



@media (max-width: 530px) {
	#footer .wrapper2 > section ul {
		margin-bottom: 0;
	}

	#footer .wrapper2 > section > ul:first-child {
		padding-top: 0;
	}

	#footer .wrapper2 > section > h2:first-child {
		padding-top: 34px;
	}
}
.link-list {

}

.link-list > ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

.link-list > ul > li {
	display: inline-block;
}

.link-list > ul > li:after {
	content: ", ";
}

.link-list > ul > li:last-child:after {
	content: "";
}

.link-list > ul > li > a {
/* 	color: #333; */
}

