/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #262C33;
}

body {
    font-size: 14px;
    line-height: 140%;
    background-color: white;
}

a {
    color: #262C33;
    text-decoration: none;
}

a:visited {
    color: #262C33;
}

.website .content a:hover, .website .footer a:hover {
    text-decoration: underline;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	font-family: "gesta", arial;
}

#map-canvas {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

h1 {
	font-size: 24px;
	line-height: 50px;
	clear: both;
}
h1.welcome {
	font-size:  34px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px; 
}
.underline {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 25px; 
}
h2 {
	font-size: 16px;
	line-height: 160%;
	clear: both;
}

.clear {
	line-height: 1px;
	height: 0px;
	clear: both;
}

.website {
}
.website .inner {
	width: 1000px;
	margin: 0 auto;
}

.website .content .inner {
	width: 960px; 
	padding: 0 20px;
}

.website .stage {
	margin-top: 84px;
	height: 260px;
	background: url("../img/cobranding_default/desktop/bg_stage_main.png") repeat white center center;
}
.website .stage.tutorial {
	margin-top: 84px;
	height: 316px;
	background: url("../img/cobranding_default/desktop/stage_tutorial.png") no-repeat #EC840E center center;
}
.website .stage .inner {
	position: relative;
	background-color: white;
	height: 100%;
}
.website .stage img {
	float: right;
}

.website .header {
	height: 94px;
	width: 100%;
	position: absolute;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background: url("../img/cobranding_default/desktop/bg_header_shadow.png") repeat transparent center center;
	margin: 0;
	padding: 0;
}
.website .header img {
	margin-left: 7px;
	margin-top: 13px;
}
.website .header .name {
	font-size: 11px;
	color: white;
	position: absolute;
	left: 20px;
	top: 63%;
	display: block;
}
.website .header .link {
	font-size: 17px;
	display: block;
	float: right;
	margin: 0;
	color: #ACACAC;
	height: 100%;
	line-height: 84px;
	height: 94px;
	padding: 0 25px;
	text-shadow: 1px 1px 1px #333;
	
}
.website .header .link.selected, .website .header .link:hover {
	color: white;
	text-shadow: 1px 1px 1px #000;
	background: url("../img/cobranding_default/desktop/bg_header_shadow_selected.png") no-repeat transparent center center;
}

.website .content {
	background: #FFFFFF;
	color: #262C33 !important;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 40px;
}
.website .content img {
}

.website .content .information {
	line-height: 30px;
	font-weight: bold;
	background: no-repeat transparent left center;
}
.website .content .information.person {
	background-image: url("../img/cobranding_default/desktop/icon_station_person.png");
}
.website .content .information.building {
	background-image: url("../img/cobranding_default/desktop/icon_station_building.png");
}

.website .footer {
	background: url("../img/cobranding_default/desktop/bg_footer.png") transparent center center;
}
.website .footer .inner {
	padding: 30px 15px 30px 15px;
	width: 970px;
	background: url("../img/cobranding_default/desktop/bg_footer_logo.png") no-repeat transparent right top;
	min-height: 220px;
	overflow:hidden;
}
.website .footer .inner > div {
	width: 200px;
	margin-right: 35px;
	float: left;
	color: #7F8184;
	font-size: 12px !important;
	line-height: 16px !important;
}
.website .footer .inner > div > a {
	line-height: 34px;
	color: #7F8184;
	border-bottom: 1px solid #828282;
	display: block;
	font-size: 12px !important;
}

.website .footer .inner > div > a.disabled:hover {
	text-decoration: none;
	cursor: default; 
}

.website .footer .inner > div.imprint a { color: #aaa; }

.website .footer h2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #828282;
	margin: 0;
}
.website .footer .inner > div.imprint {
	float: right;
	margin: 0;
	width: 210px;
}
.website .footer .inner > div.imprint h2 {
	margin-bottom: 15px;
}
.website .footer .additional {
	clear: both;
	width: 670px !important;
	height: 80px !important;
	margin: -65px 0 0 0;
	float: left !important;
	line-height: 120%;
	color: #999999;
}
.website .footer .additional img {
	margin-right: 25px;
	float: left;
	height: 64px;
}
.website .footer-bar {
	background: url("../img/cobranding_default/desktop/bg_footer_bar.png") transparent center center;
	height: 130px;
	margin: 1px 0;
	
	margin-top: 84px; /* auf UNTERSEITEN  oben */
}
.website.page-home .footer-bar {
	margin-top: 0; /* auf startseite unten */
}

.teaser {
	position: relative;
	border-left: 1px solid #D6D6D6;
	font-size: 0.875em;
	font-size: 14px;
	overflow: hidden;
	width: 270px;
	padding-right: 36px;
	padding-left: 36px;
	float: left;
	margin: 0 0 40px 0;
}
.teaser:FIRST-CHILD, .teaser.first {
	border: none;
	padding-left: 0;
}
.teaser.last {
	padding-right: 0;
}

.teaser.big {
	border: none !important;
}
.teaser.city {
	/*height: 160px;*/
	overflow: hidden;
	border: none !important;
	background-repeat: no-repeat;
}
.teaser a {
	color: inherit;
}
.teaser a.link {
	display: block;
	background: url("/img/cobranding_default/desktop/icon_arrow-black.png") no-repeat transparent left center;
	padding-left: 20px;
	font-size: 15px;
	line-height: 140%;
	margin: 15px 0;
	font-weight: bold;
}
.teaser a.link.disabled {
	cursor: default;
	color: #aaa;
}
.teaser a.link.disabled:hover {
	text-decoration: none;
}

.teaser .title {
	display: block;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background: url("/img/cobranding_default/desktop/bg_bar_default.png") repeat transparent center center;
	margin-bottom: 1px;
	padding-left: 10px;
}
.teaser img {
	margin-bottom: 15px;
}
.teaser h1 {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.teaser.city h1 {
	left: 0;
	text-align: left;
	width: auto;
	margin-left: 20px;
} 
.teaser.tutorial {
	/*background: url("../img/cobranding_default/teaser_main.png") no-repeat transparent left top;*/
}
.teaser.volkach {
	/*background: url("../img/cobranding_default/teaser_volkach.png") no-repeat transparent left top;*/
}
.teaser.volkach .title {
	background-image: url("../img/cobranding_volkach/desktop/bg_bar_default.png");
}
.teaser.badkissingen {
	/*background: url("../img/cobranding_default/teaser_badkissingen.png") no-repeat transparent left top;*/
}
.teaser.badkissingen .title {
	background-image: url("../img/cobranding_badkissingen/desktop/bg_bar_default.png");
}

.breadcrumbs {
	margin: 12px 0 30px 0;
	font-size: 11px;
	line-height: 11px;
}
.breadcrumbs a {
	padding-left: 13px;
	background: url("../img/cobranding_default/desktop/icon_breadcrumb.png") no-repeat transparent left center;
	padding-right: 8px;
}
.breadcrumbs a:FIRST-CHILD {
	padding-left: 3px !important;
	background: none !important;
}

.mobileplattform {
	display: block;
  float: left;
  margin-left: 50px;
}
.mobileplattform.android {
	margin-left: 0;
}
.mobileplattform.windows {
	/* margin-top: -18px; */
}

.city .tour-list {
	float: left;
	width: 615px;
}
.city .tour-list .tour {
	position: relative;
	padding-left: 205px;
	min-height: 145px;
}
.city .tour-list .tour .title {
	display: block;
	line-height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #262C33;
	margin-bottom: 10px;
}
.city .tour-list .tour a.link, .poi a.link.back {
	display: block;
	color: #262C33;
	font-weight: bold;
	background: url("../img/cobranding_default/desktop/icon_breadcrumb.png") no-repeat transparent left center;
	padding-left: 15px;
	margin-top: 15px;
}
.city .tour-list .tour a.link .pipe { color: #999 !important; font-weight: normal; }

.city .tour-list img {
	position: absolute;
	left: 0;
	top: 0; 
}
.city .description{
	float: right;
	width: 260px;
	padding: 25px;
	line-height: 140%;
	font-size: 14px;
}
.city .poi-list {
	float: left;
	width: 310px;
	margin: 25px -25px -20px -25px;
	font-weight: normal;
}
.city .poi-list > div {
	float: left;
	width: 260px;
	padding: 20px 25px;
	margin: 0; 
	border-top: 1px solid #fff;
}
.city .poi-list > div a {
	float: left; 
	width: 220px;
	color: #fff !important;
	line-height: 1.4em;
}
.city .poi-list > div a .bullet {
	color: #fff !important;
	opacity: 0.7;
}
.city .poi-list > div a .label2 {
	font-weight: normal; 
	opacity: 0.7;
}
.city .poi-list .icon-person, .city .poi-list .icon-building {
	color: #fff;
	float: left; 
	margin-top: 1px;
	margin-right: 10px;
}

.city .description h2 {
	margin: 0 0 15px 0;
}
.city .play {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 185px !important;
	height: 104px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url("../img/cobranding_default/desktop/play.png") no-repeat transparent center center !important;
}
.station {
	position: relative;
}
.station .station-list {
	width: 345px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
}
.station .station-list .station {
	margin-bottom: 15px;
	padding-left: 145px;
	height: 73px;
	overflow: hidden;
}
.station .station-list img {
	width: 128px;
	position: absolute;
	top: 0;
	left: 0;
}
.station .station-list .title {
	display: block;
	font-weight: bold;
	line-height: inherit;
	font-size: 13px;
}
.station .station-description {
	width: 600px;
	float: left;
}
.station .station-description h2 {
	font-size: 18px;
	line-height: 45px;
	margin-bottom: 15px;
}
.station .station-description p {
	padding-right: 20px;
}
.station-list .station .play {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 128px !important;
	height: 72px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url("../img/cobranding_default/desktop/play.png") no-repeat transparent center center !important;
}
.station .station-list .station .link, .station .station-list .station .link-icon  {
	display: block;
	background: url("../img/cobranding_default/desktop/icon_breadcrumb.png") no-repeat scroll left center transparent;
	padding-left: 15px;
	font-weight: bold;
}
.station .station-list .station .link-icon  {
	display: inline;
}

.station .poi.information {
	
}
.station .poi.information .links a {
	padding-left: 28px;
	color: #777777 !important;
}
.city .poi-list .links a {
	padding-left: 28px;
	color: #777777 !important;
}

.station .goto.back.cobranding.station {
	width: 345px;
	right: 0;
}


.city .flyer {
	float: right;
}

.icon {
	/*
	min-height: 32px;
	min-width: 32px;
	background: no-repeat transparent center center;
	background-size: auto 100%;
	*/
	font-size: 175% !important;
	display: inline !important;
	vertical-align: middle !important;
}

a.icon, .icon a {
}
a.icon img, .icon a img {
	float: none !important;
} 

.icon.setup {
	background-image: url("../img/cobranding_default/desktop/icon_config.png");
}
.icon.info {
	background-image: url("../img/cobranding_default/desktop/icon_info.png");
}
.icon.arrow {
	background-image: url("../img/cobranding_default/desktop/icon_arrow.png");
}
.icon.qr {
	line-height: 24px;
	font-size: 100% !important;
	display: block !important;
	margin: 0;
	padding: 2px 0;
}
.icon.view {
	line-height: 20px;
}

.button {
	clear: both;
	position: relative;
	line-height: 64px;
	height: 64px;
	background: url("/img/cobranding_default/bg_button.png") repeat transparent center center;
	border-bottom: 1px solid white;
}
.button a {
	font-size: 0.938em;
	/*font-size: 15px;*/
	font-weight: bold; /* ?? */
	padding-left: 3.75em;
	padding-left: 64px;
	padding-left: 0px; /*  */
	color: white;
	display: block;
	height: 100%;
}
/*
.button.imprint a {
	background: url("/img/cobranding_default/icon_info.png") no-repeat transparent 18px center / auto 50%;
}
.button.back a {
	background: url("/img/cobranding_default/icon_arrow.png") no-repeat transparent 18px center / auto 50%;
}
.button.help a {
	background: url("/img/cobranding_default/icon_config.png") no-repeat transparent 18px center / auto 50%;
}
.button.list a {
	background: url("/img/cobranding_default/icon_list.png") no-repeat transparent 18px center / auto 50%;
}
.button.help a {
	background: url("/img/cobranding_default/icon_config.png") no-repeat transparent 18px center / auto 50%;
}
.button.list a {
	background: url("/img/cobranding_default/icon_list.png") no-repeat transparent 18px center / auto 50%;
}

*/
.button .icon {
	margin: 0 20px 0 20px !important;
	text-align: center !important;
}
.button.imprint span {
	font-size: 200%;
}

.button.goto {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: -2px;
	height: 40px;
	line-height: 40px;
	width: 172px;
}
.button.goto.back {
	right: 173px;
}
.button.goto.next {
		right: 0;
}
.button.goto.back a {
	background: url("/img/cobranding_default/desktop/button_back.png") no-repeat transparent left center;
	text-align: right;
	padding-right: 20px;
	padding-left: 30px;
}
.button.goto.next a {
	background: url("/img/cobranding_default/desktop/button_goto.png") no-repeat transparent right center;
	vertical-align: middle;
	text-align: left;
	padding-right: 30px;
	padding-left: 20px;
}

.button.tour {
	height: 100px;
	line-height: 100px;
	color: white;
	font-size: 15px;
	font-size: 0.938em;
	font-weight: bold;
	background: url("/img/cobranding_default/bg_button_tour.png") repeat transparent center center;
	padding-right: 50px;
}
.button.tour.ln {
}
.button.tour.ln span {
	line-height: 150% !important;
	display: inline-block;
	vertical-align: middle;
}
.button.tour img {
	vertical-align: bottom;
	margin-right: 20px;
}
.button.tour a {
	background: url("/img/cobranding_default/button_goto.png") no-repeat right center transparent;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
}

.steps {
	height: 27px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow: hidden;
}
.steps a {
	display: block;
	height: 100%;
	color: white;
	line-height: 27px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 33%;
	margin-top: -27px;
	padding-left: 25px;
	background: url("/img/cobranding_default/icon_right.png") no-repeat transparent left center;
	background-size: auto 100%;
}
.steps a:FIRST-CHILD {
	margin-top: 0;
	margin-left: 0px;
	padding-left: 20px;
	background: none;
}
.steps a.last {
	margin-left: 68%;
}

.video {
	position: relative;
}
.video .play {
	background: url("/img/cobranding_default/desktop/play.png") center center transparent no-repeat;
	background-size: auto 20%; 
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.icon-person, .icon-building {
	font-size: 20px;
	vertical-align: text-bottom;
	margin-right: 8px;
}

.page-imprint .content .col {
	float: left; width: 48%;
	padding-right: 2%; 
}

.page-imprint h2 {
	margin-top: 25px;
	margin-bottom: 0;
}

.item.poi .label2 { color: #777; }
.item.poi .bullet { font-size: 20px; }

/* ++++ ANIMATION ++++ */
.stage .animation {
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0; /*start from first tile*/
	overflow: hidden;
	height: 100%;
	opacity: 1;
}
.stage .animation div {
	height: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0; /*start from first tile*/
}
.stage .animation.tileset-1 {
	height: 130px;
	width: 210px;
	background-image: url("/img/cobranding_default/desktop/tileset_animation_1.png");
	background-color: red;
	left: 0;
	top: -1px;
}
.stage .animation.tileset-2 {
	height: 130px;
	width: 210px;
	background-image: url("/img/cobranding_default/desktop/tileset_animation_2.png");
	background-color: blue;
	left: 0;
	top: 130px;
}
.stage .animation.tileset-3 {
	width: 396px;
	height: 260px;
	background-image: url("/img/cobranding_default/desktop/tileset_animation_3.png");
	background-color: green;
	left: 211px;
	top: 0;
}
.stage .animation.tileset-4 {
	width: 180px;
	height: 260px;
	background-image: url("/img/cobranding_default/desktop/tileset_animation_4.png");
	background-color: yellow;
	left: 608px;
	top: 0;
}
.stage .animation.tileset-5 {
	height: 130px;
	width: 210px;
	background-image: url("/img/cobranding_default/desktop/tileset_animation_5.png");
	background-color: orange;
	right: 1px;
	top: -1px;
}
.stage .animation.tileset-6 {
	height: 130px;
	width: 210px;
	background-image: url("/img/cobranding_default/desktop/tileset_animation_6.png");
	background-color: olive;
	right: 1px;
	top: 130px;
}
.stage .animation { background-color: transparent !important; }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}

.jp-audio-only {
	margin-bottom: 20px;
}

.jp-audio-only .jp-jplayer {
	display: none;
}
