/* mobile.css - Spezielle Tablet & Smartphone Anpassungen, die auch im jew. Stylesheet stehen könnten... */

@media (max-width: 991px) {

  #fahrplanauskunft-row {
    top: auto;
    margin-top: 15px;
  }

  body.area-aktuelles #fahrplanauskunft-row {
    margin-top: 10px;
  }
}


@media (max-width: 767px) {

#right-side-red {
	width: 100%;
}
.pagelayout-standard #right-side-red {
	display: none !important;
}
#fahrplanauskunft-row {
	position: relative;
	margin-top: -44px;
}

.teaser-box {
	margin-right: 0px;
}

}
