/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: local(''),
       url('/includes/fonts/pt-sans-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/includes/fonts/pt-sans-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/includes/fonts/pt-sans-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/includes/fonts/pt-sans-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: local(''),
       url('/includes/fonts/open-sans-v18-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/includes/fonts/open-sans-v18-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('/includes/fonts/open-sans-v18-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/includes/fonts/open-sans-v18-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/includes/fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/includes/fonts/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/includes/fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/includes/fonts/open-sans-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html,body { -webkit-text-size-adjust:100%; }
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #777780;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
body.admin {
	background: #fff;
}
#top {
	padding-top: 0.8em;
	margin: 0px auto 0px auto;
	display: flex;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
div#top,
.headnavi ul,
.headstage, .footer{
	max-width: 1200px;
	padding-left: 0.8em;
	padding-right: 0.8em;
}
.headstage {
	height: 25em;
	background-position: center;
	background-size: cover;
	position: relative;
	background-color: #777780;
	margin-bottom: 0.5em;
	margin: 21px auto 0 auto;
	padding: 0;
	
}
#content {
	text-align: left;
	padding: 0.7em 0.7em 2.7em 0.7em; 
	color: black;
	background: rgb(225, 225, 225);
	width: 100%;
	background: rgba(255, 255, 255, 0.65);
} 
#content .linienlogo img {
	width: auto;
}
p {
	margin: 0 0 1em 0;
}
.margin-bottom {
	margin-bottom: 1em;
}
#content * {
	opacity: 1;
	/*
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.3s;
	*/
}
.box-shadow,
#content,
#navigation a,
.newimage,
.prettytable td,
.boxcontent,
.headstage
{
	box-shadow: 1px 1px 5px 1px rgba(115, 112, 97, 0.7);
}
.footer {
	clear: both;
	text-align: left;
	font-size: 0.85rem;;
	margin: 3em auto 0 auto;
	padding: 0 0.8em 2em 0.8em;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	width: 100%;
	box-sizing: border-box;

}
.footer:after, .boxcontent:after, #refs:after, #weiterebilder:after, #content:after, #navigation:after {
	content: ' ';
	clear: both;
	display: block;
}
ol#breadcrumb {
	margin: 0 0 0.75em 0;
	padding: 0;
}
ol#breadcrumb:before {
	content: "Sie sind hier: ";
	padding-right: 0.5em;
}
ol#breadcrumb li {
	display: inline-block;
	list-style-type: none;
}
ol#breadcrumb li:before {
	content: ">";
	padding: 0 0.4em;
}
ol#breadcrumb li:first-child:before {
	content: "";
}
ol#breadcrumb li:after {
	content: " ";
}
#navigation {
	margin-right: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 4px 4px 2px 0px;
	font-weight: 700;
	border-bottom: #aaa 1px solid;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
	font-family: "PT Sans", sans-serif;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0.3;
		transform: translate3d(0,1em,0);
	}
	100% {
		opacity: 1;
	}
}


h1,
h2 {
	font-size: 1.4rem;
}
.page_19 h2 {
	margin: 0;
}
h3 {
	font-size: 1.15rem;
}
h4 {
	font-size: 1.0rem;
}
#subtitle + div {
	min-height: 400px;
}
#navigation ul {
	width: 145px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px;
	list-style-type: none;
	font-size: 0.95rem;
}
#navigation ul li a:link,
#navigation ul li a:active,
#navigation ul li a:visited {
	background: rgb(249, 249, 249);
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 1px;
}
#navigation ul li a:hover {
	background: #cdf;
}
#navigation ul li a.activerubrik:link,
#navigation ul li a.activerubrik:visited,
#navigation ul li a.activerubrik:active,
#navigation ul li a.activerubrik {
	position: relative;
	background: #fff;
}
#navigation ul li a.activepage:link,
#navigation ul li a.activepage:visited,
#navigation ul li a.activepage:active,
#navigation ul li a.activepage {
	background: #fff;
}
#navigation ul li a.activepage:before {
	content: "»";
	margin-left: -0.6em;
	width: 0.6em;
	display: inline-block;
}
#navigation ul li a {
	line-height: 1.2em;
	font-weight: 400;
	padding: 0.56em 0.4em 0.56em 0.8em;
	display: block;
	margin-bottom: 1px;
}
#navigation ul .navblock li a {
	padding: 0.5em;
	margin-left: 0;
	border-bottom: 1px solid rgba(100, 100, 100, 0.6);
	margin-bottom: 0;
}
#navigation ul .navblock li:last-child a {
	border-bottom: 0;
}
#navigation ul ul {
	font-size: 0.9rem;
}
#navigation ul ul li:last-child {
	border-bottom: 0px;
}
#navigation ul ul ul {
	font-size: 0.85rem;
}
#navigation ul ul li a {
	font-weight: 400;
	display: block;
	margin-left: 0.6em;
}
#navigation ul ul ul li a {
	margin-left: 1.2em;
}
a,
a:link,
a:visited,
a:active {
	font-size: inherit;
	color: #333333;
	text-decoration: none;
	font-weight: 400;
}
a.light {
	font-weight: 300;
}
a.italic {
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
.small {
	font-size: 0.85em;;
}
.large {
	font-size: 1.2em;
}
.flex-container {
	clear: both;
	margin-bottom: 1em;
}
.flex-container span.floatcenter {
	  display: block;
}

.flex-container .floatcenter {
	margin: 0 0.2em;
}
#historytable td {
	vertical-align: top;
}

@media only screen and (min-width: 501px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: start;
    }
  .flex-container.flex-evenly {
	  justify-content: space-evenly;
  }

  .flex-container span.floatcenter {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }
    .flex-container .floatcenter:first-child {
	    margin-left: 0; 
    }
    .flex-container .floatcenter:last-child {
	    margin-right: 0; 
    }
	.flex-container.stationsabstand>div {
		width: 33%;
	}
}

@media only screen and (max-width: 500px) {
  .flex-container.flex-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: start;
    }
  .flex-container.flex-evenly.flex-mobile {
	  justify-content: space-evenly;
  }


  .flex-container .floatcenter img {
	width: auto;
  }
  div#content span.floatcenter img {
        width: 100%;
  }

}

#content p,
#content li {
	text-align: left;
	font-size: 1.05rem;
}
#content li li {
	font-size: inherit;
}
span.bildtext {
	text-align: center;
	display: block;
	font-size: 0.8rem;;
	font-weight: 400;
	padding: 3px;
}
.floatright {
	float: right;
	clear: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
.floatnone {
	margin: 0.5em;
}
.floatcenter {
	text-align: center;
	margin: 0.5em;
}
.floatleft {
	float: left;
	clear: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
td .floatcenter {
	margin: 0.5em 0.1em;
}
span.bildtextbox {
	display: block;
}
label {
	width: 150px;
	display: block;
	float: left;
}
.pseudobutton {
	border: 1px solid;
}
input {
	width: 350px;
	border: 1px solid;
	font-size: 1rem;
	padding: 3px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	margin-bottom: 4px;
	box-sizing: border-box;
}
textarea {
	width: 350px;
	height: 200px;
	border: 1px solid;
	font-size: 13px;
}
fieldset {
	padding-left: 10px;
	margin: 0 0 1em 0;
	background: rgb(205, 205, 205);
	background: rgba(205, 205, 205, 0.5);
	border: #b3b0a1 1px solid;
	display: block;
}
legend {
	font-weight: 400;
}
.gbentry {
	background: rgba(250, 250, 250, 0.6);
	clear: both;
}
.gbentry h3 {
	border-bottom: #b3b0a1 1px solid;
	padding: 5px;
}
.gbentry .gbdetails {
	background: rgba(250, 250, 250, 0.7);
	float: right;
	font-size: 0.8rem;
	padding: 5px;
	border-bottom: #b3b0a1 1px solid;
	border-left: #b3b0a1 1px solid;
	margin-top: -16px;
	margin-left: 5px;
}
.gbentry p {
	padding: 0px 5px 0px 5px;
}
.g-recaptcha {
	margin-left: 150px;
}
.hidden {
	display: none;
}
img {
	border: 1px solid #737061;
	box-shadow: 1px 1px 6px 1px rgba(115, 112, 97, 0.8);
	opacity: 1;
}
.noborder {
	border: 0;
	box-shadow: none;
}
img[border="0"] {
	border: 0px;
}
div#banner img {
	border: 0px;
}
.newsentry a {
	font-size: 1rem;
	font-weight: 700;
}
#content .newsentry p {
	font-size: 1rem;
}
.newsentry img {
	width: 75px;
}
.newsentry h3 {
	margin-top: 0;
}
.newsentry {
	margin-bottom: 1em;
}
.newsentry .floatright {
	margin-left: 0.7em;
}
.termin {
	font-size: 0.9rem;
	cursor: pointer;
	margin-bottom: 1em;
}
.termin h4 {
    margin-top: 1em;
    margin-bottom: 0.3em;
}
#content .termin .hiddencontent p {
	font-size: 0.9rem;
	padding: 0 0.5em	
}
.termin .showncontent {
	font-weight: 400;
	margin-bottom: 0.3em;
}
.stationnav-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: rgba(255, 255, 255, 0.7);
}
.stationnav-box .stationnav-left {
	order: 1;
	text-align: left;
	flex: 0 0 45%;
}
.stationnav-box .stationnav-right {
	order: 3;
	text-align: right;
	flex: 0 0 45%;
}
.stationnav-box .stationnav-center {
	order: 2;
	flex: 0 0 42px;
}
.stationnav-box.line2 {
	border-top: 1px solid #ccc;
}
.bfheader-info strong {
	display: block;
	width: 9em;
	float: left;
	clear: left;
}
.bfheader-box {
	background: rgba(255, 255, 255, 0.66);
	width: 100%;
	display: flex;
	margin-bottom: 0.8em;
}
.bfheader-info {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	height: 200px;
	justify-content: space-between;
}
.bfheader-info .schild {
	text-align: center;
}
.bfheader-info .schild img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100px;
	display: block;
}
.bfheader-table {
	padding: 0.7em;
	box-sizing: border-box;
}
.bfheader-box #stationmap {
	height: 200px;
	flex: 0 0 50%;
	border-left: 1px solid #aaa;
}
.bfheader-box #stationmap .bfheader-maptoggle{
	padding: 0;
	background: no-repeat  url(/includes/fullscreen.svg);
	background-size: contain;
	background-position: center;
	border: none;
	cursor: pointer;
	height: 2em;
	width: 2em;
}
.bfheader-box.expandedMap {
	flex-direction: column;
}
.bfheader-box.expandedMap .bfheader-info{
	flex-direction: row;
	order: 2;
	height: auto;
}
.bfheader-box.expandedMap #stationmap {
	height: 500px;
	order: 1;
	flex: none;
	border-bottom: 1px solid #aaa;
}
.stationnav {
	width: 44%;
	padding-top: 3px;
}
#content a:link,
#content a:visited {
	color: #12a;
}
#weiterebilder,
#refs {
	clear: both;
	margin: 2em 0;
}
.padded {
	padding: 6px;
}
strong,
b,
.bold {
	font-weight: 400;
}
.center {
	text-align: center;
}
.higher {
	line-height: 180%;
}
.seemore {
	padding: 6px;
	background: rgba(255,255,255,0.6);
	display: block;
	font-size: 0.9rem;
	float: right;
	margin-left: 6px;
}
#refs li {
	font-size: 0.85rem;
}
.storycontent {
	margin: 1em 0;
}
ul {
	padding-left: 25px;
}

ul {
  margin: 0;
}
#content ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 2em;
  margin: 0.3em 0;
}
#content ul > li:before {
    content: "\2014\a0";
    display: inline-block;
    width: 1.7em;
    margin-left: -1.7em;
}
#content #menu ul > li:before, #content .sharedaddy ul > li:before {
	content: '';
}
#content ul ul > li:before {
    content: "\2013\a0";
}
ul.literatur li {
	padding: 5px;
}
#historytable h4 {
	margin: 5px 0px 0px 1em;
}
#historytable ul {
	padding: 0px 0px 0px 15px;
	margin: 5px 5px 5px 2em;
}
div.newimage {
	float: left;
	width: 24%;
	background: rgb(205, 205, 205);
	background: rgba(205, 205, 205, 0.5);
	margin: 3px;
	min-height: 180px;
	padding-top: 2px;
	box-sizing: border-box;
}
div.newimage img,
div.newimage .floatcenter,
div.newimage .bildtextbox {
	padding: 0px;
	margin: 0px;
}
.boxheader {
	padding: 0.3em;
	text-align: center;
	font-weight: 700;
	background: rgba(205, 205, 205, 0.5);
	margin: 0;
	border-bottom: 0;
}
.boxcontent {
	background: rgb(205, 205, 205);
	background: rgba(205, 205, 205, 0.3);
	font-size: 0.85rem;
	padding: 0.5em;
	margin-bottom: 10px;
}
.boxcontent h4 {
	margin-top: 0;
}
.boxcontent .padded {
	padding: 0px 0px 0px 6px;
	margin-bottom: 3px;
}
.boxcontent.linien a {
	display: block;
	clear: left;
	min-height: 2.5em;
	line-height: 1.1em;
}
.flex-home {
	display: flex;
	margin: 1em 0;
}

.flex-home .links {
	flex: 1;
	margin-right: 1em;
}
.flex-home .rechts {
	flex: 0 0 37%;
}

h4.wagenh {
	border-right: 0px;
	padding: 2px;
	margin: 0px;
	clear: none;
	background: rgb(205, 205, 205);
	background: rgba(255, 255, 255, 0.5);
	width: 200px;
	margin-top: 5px;
	margin-top: 10px;
}
div.wagenc {
	background: rgb(205, 205, 205);
	background: rgba(255, 255, 255, 0.3);
	padding: 5px 5px 10px 5px;
	font-size: 0.9rem;;
	width: 70%;
}
div.wagenb {
	float: right;
}
div.wagenb img {
	margin: 3px;
}
.boxcontent ul {
	padding: 0px;
	margin: 0px 0px 0px 35px;
	list-style-position: outside;
}
div.navblock {
	display: none;
	opacity: 0;
}
li:hover > div.navblock {
	background: #fff;
	display: block;
	position: absolute;
	left: 133px;
	margin-top: -18px;
	margin-left: 10px;
	opacity: 1;
	z-index: 10;
}
td.hl,
tr.hover:hover {
	background: rgba(255,255,255,0.4);
}
legend {
	color: black;
}
span.m {
	font-size: 0.85rem;
	font-weight: 400;
}
a.nohover:hover {
	text-decoration: none;
}
div.hl1,
div.hl2 {
	background: #fff;
	clear: both;
	margin-top: 0.5em;
	padding: 0.7em;
}
div.hl1 {
	background: rgba(255,255,255,0.4);
}
div.hl2 {
	background: rgba(255,255,255,0.6);
}
div.hl1 strong,
div.hl2 strong {
	margin-bottom: 10px;
	font-size: 1.15rem;
	font-weight: 400;
	display: block;
}
div.hl1 div,
div.hl2 div {
	padding-left: 130px;
}
div.hl1 img,
div.hl2 img {
	margin: 0px 10px 0px 0px;
}
.red {
	color: #ff0000;
}
.headnavi {
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	border-bottom: 1px solid rgb(160, 158, 143);
	background: rgb(226, 226, 226);
	background: rgba(226, 226, 226, 0.9);
	width: 100%;
	height: 16px;
	font-weight: 400;
	position: fixed;
	top: 0px;
	left: 0px;
	line-height: 20px;
	height: 20px;
}
.headnavi ul {
	margin: 0px auto 0px auto;
	padding: 0px;
	line-height: 20px;
	padding: 0px;
	text-align: right;
}
.headnavi ul li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-right: -1px;
}
.headnavi label {
	width: auto;
}
.headnavi a {
	padding: 0px 10px;
}
.headnavi a:hover {
	background: rgb(255, 255, 255);
	text-decoration: none;
}
.headnavi li.headline {
	float: left;
	padding: 0px 1px;
}
.headnavi li.headline a {
	padding: 0px;
	border: 0px;
}
.headnavi li.headline a img {
	padding: 0px;
	margin: 0px;
	border: 1px solid rgb(160, 158, 143);
	vertical-align: text-top;
	border-bottom: 0;
	border-top: 0;
}
.headnavi form {
	padding: 0px;
	margin: 0px;
	display: inline;
}
.headnavi form {
	display: inline-block;
	width: auto;
	float: none;
}
.headnavi li input {
	font-size: 13px;
	height: 21px;
	width: 80px;
	padding: 0;
	margin: 0 0 0 0.3em;
	border: 1px solid #aaa;
}
div.gs-webResult {
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(160, 158, 143);
}
.gs-webResult .gs-visibleUrl-short {
	display: none;
}
.gs-webResult .gs-visibleUrl-long {
	font-size: 85%;
}
.gs-snippet {
	padding: 5px;
}
.gs-watermark {
	display: none;
}
.gsc-cursor-page {
	display: inline;
	padding: 0px 5px;
	cursor: pointer;
}
.gsc-cursor-current-page {
	font-weight: 400;
}
.gsc-trailing-more-results {
	display: none;
}
img.gsc-branding-img {
	padding: 5px;
	border: 0px;
}
.gsc-twiddle,
.gsc-stats {
	display: none;
}
ul#mvgticker {
	text-align: right;
	list-style-type: none;
	margin: 0;
	height: 26px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 500px;
	background: rgba(255,255,255, 0.6) url(excl.png) no-repeat 3px 3px;
	padding: 2px 10px 2px 30px;
}
ul#mvgticker li a,
ul#mvgticker li {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
.footer a:link,
.footer a:visited {
	color: #eee;
	font-weight: normal;
}
#navigationtoggle,
.mobileOnly {
	display: none;
}
#mainnavigation {
	position: relative;
	display: block;
}
#content .gsc-control-cse {
	border: none;
	background: transparent;
	padding: 0;
}
.clear {
	clear: both;
}
.mub-image-popuplink {
	overflow: hidden;
	display: inline;
}
.mub-image-popuplink a img {
	transform: scale(1);
	transition: transform .2s ease-in-out;
	max-width: 100%;
	height: auto;
	box-sizing: content-box;
}
.mub-image-popuplink a:hover img {
	transform: scale(1.02);
}
.prettytable td img {
	margin: 0;
}
.prettytable td {
	padding: 0.2em;
}
.flex-container.schnellbahn {
	flex-wrap: wrap;
}
.flex-container.schnellbahn>div {
	flex: 0 0 50%;
	padding: 0.2em;
	box-sizing: border-box;
}
    
#logolink {
	float: left;
}
@media only screen and (min-width: 896px) {
	.footer .author,
	.footer .lastupdate {
		float: left;
	}
	.footer .lastupdate:before {
		content: '|';
		margin: 0 1em;
	}
	body.has-headstage h1.maintitle {
		border: 0;
		background: rgba(255,255,255,0.5);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255,255,255,0.6), rgba(255,255,255, 0.8));
		display: block;
		padding: 0.8em;
		font-size: 2em;
		line-height: 1em;
		text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
		position: absolute;
		bottom: 0;
		right: 0;
		left: 160px;
		margin: 10px;
	}
}
@media only screen and (max-width: 895px) {
	body {
		background: #fff;
		background-image: none !important;
	}
	ul#mvgticker { 
		display: none;
	}
	.mobileOnly {
		display: block;
	}
	div#content {
		margin-left: 0;
		margin-top: 0px;
		padding: 0.8em;
		box-sizing: border-box;
	}
	#mainnavigation {
		display: none;
	}
	.headstage {
		height: auto;
		padding: 0.4em;
		margin-top: 0;
	}
	.headstage h1 {
		background: rgba(255,255,255,0.5);
		padding:  0.4em;
		border: 0;
		margin: 3em 0.4em 0.4em 0.4em;
		
	}
	#navigation {
		float: none;
		position: static;
		background: #eee;
		margin: 0;
	}
	.headnavi {
		display: none;
	}
	#top {
		padding: 0 4px 0 4px;
		background: #fff;
		display: block;
	}
	#mua_navi {
		display: none;
	}
	div#content * {
		max-width: 100%;
		height: auto;
	}
	#content td {
		display: block;
	}
	#content td span.floatcenter {
		display: block;
	}
	#content td span.floatcenter img {
		width: 80%;
		height: auto
	}
	#content .schnellbahn td span.floatcenter img {
		width: 100%;
	}
	table.prettytable.floatright, table.prettytable.keepmobile {
		float: none;
		margin: 0 auto 1em auto;
		width:100%;
	}
	.newsentry .floatright {
		float: right;
	}
	#content table.prettytable td {
		display: table-cell;
	}
	table.rwd-split td {
		display: block !important;
	}
	div.stationnav-box .m,
	#stationmap {
		display: none;
	}
	div.stationnav {
		width: auto;
		font-size: 80%;
	}
	.bfheader-info {
		flex-direction: row;
		flex: none;
		width: 100%;
	}
	.bfheader-box .geo small a>span.smartphone:before {
		content: "Karte";
	}
	.bfheader-box .geo small a>span.nosmartphone {
		display: none;
	}
	.backstretch,
	#ipv6,
	#fb_iframe {
		display: none;
	}
	.footer {
		margin-top: 10px;
		color: #000;
	}
	.footer-inner {
		padding: 0 0.8em;
	}
	.footer a:link,
	.footer a:visited {
		color: #000;
	}
	.flex-home {
		display: block;
		width: 100%;
	}
	#navigation li:hover > div.navblock {
		display: none !important;
	}
	#navigation ul ul li a {
		margin-left: 0.8em;
	}
	#navigation ul ul ul li a {
		margin-left: 1.7em;
	}
	#navigation ul#mainnavigation li a,
	#navigation ul ul li a,
	#navigation ul ul ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(200, 200, 200, 0.8);
	}
	#content p {
		text-align: left;
	}
	#navigation ul#navigationtoggle {
		background: #fff;
		display: block;
		margin: 0;
	}
	#navigation ul#navigationtoggle li a {
		background: url(/includes/menu.svg) no-repeat 0.3em;
		background-size: 2.3em;
		padding-left: 3em;
		font-size: 1.2em;
		font-weight: 700;
		font-family: "PT Sans", sans-serif;
		text-decoration: none;
	}
	#navigation ul {
		width: 100%;
	}
	#navigation>ul {
		margin-bottom: 1em;
		padding: 0.8em;
		box-sizing: border-box;
		background: #fff;
	}
	#navigation ul li a.activerubrik:link,
	#navigation ul li a.activerubrik:visited,
	#navigation ul li a.activerubrik:active,
	#navigation ul li a.activerubrik {
		position: static;
	}
	#content #subtitle {
		padding: 0.5em;
	}
	.footer {
		display: block;
		text-shadow:none;
	}
}
@media only screen and (max-width: 700px) {
	.bfheader-info {
		flex-direction: column;
	}
}
@media only screen and (max-width: 500px) {
	.headstage h1 {
		font-size: 1.3rem;
		margin: 0.4em;
		line-height: 1em;
		padding: 0.7em;
	}
	div.newimage {
		width: 100%;
		margin: 3px 0;
	}
	div.newimage img {
		width: 80%;
	}
	#content table.prettytable th,
	#content table.prettytable td {
		display: block;
	}
	#content table.prettytable.floatright th,
	#content table.prettytable.floatright td,
	#content table.prettytable.keepmobile th,
	#content table.prettytable.keepmobile td {
		display: table-cell;
	}
	table.prettytable:not(.keepmobile) td img {
		width: 80%;
		height: auto
	}
	#content #subtitle {
		font-size: 1.3rem;
	}
	h2 {
		font-size: 1.2rem;
	}
	.stationnav-box {
		font-size: 0.8em;
	}
	#content p, #content li {
	    	text-align: left;
    		font-size: 0.9rem;
    	}
	img {
		box-shadow: 1px 1px 6px 1px rgba(115, 112, 97, 0.4);
	}
	.box-shadow, 
	#content,
	#navigation a,
	.newimage,
	.prettytable td,
	.boxcontent
	{
		box-shadow: 1px 1px 5px 1px rgba(115, 112, 97, 0.4);
	}
	.bildtextbox.floatright, .bildtextbox .floatright, .floatright {
		float:none;
		display: block;
		margin: 0;
	}
	.floatright.keepmobile {
	    float: right;
	    clear: right;
	    margin-left: .5em;
	    margin-bottom: .5em;
	}
	span.bildtextbox.floatright {
		margin: 0 .2em;
		
	}
	.floatright img {
		width: 100%;
	}
	#breadcrumb {
		display: none;
	}
}
span.mub-image-popuplink img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 1024px) {
	div#top,
	.headnavi div,
        .footer	{
		max-width: 978px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.newimage .floatcenter img,
	.mub-image-popuplink.mittel_pano img {
		width: auto;
		max-width: 100%;
		max-height: 165px;
	}
	.floatright .mub-image-popuplink.mittel img {
		width: 240px;
		height: auto;
	}
	div.newimage {
		min-height: 220px;
	}
	#navigation ul {
		width: 160px;
	}
	.footer {
		padding-left: 170px;
	}
	.headnavi li.headline a img {
		width: 30px;
		height: auto;
	}
}
#content .post .wp-caption-text {
	font-size: 90%;
	font-style: italic;
}
dl dt {
	font-weight: 400;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #aaa;
}
dl dd {
	margin-bottom: 1.5em;
}
#content dl dd p {
	font-size: 1rem;
}
@media print {
	.headnavi,
	#navigation,
	.backstretch {
		display: none;
	}
	div#content {
		margin: 0;
		color: #000 !important;
	}
	.footer {
		padding: 0;
	}
}
