/* Font styles. */
/* line 2, ../scss/style.scss */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 12px/18px "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #555E66;
  overflow-x: hidden;
}

/* Links */
/* line 12, ../scss/style.scss */
a:link, a:visited {
  color: blue;
  text-decoration: none;
}

/* line 17, ../scss/style.scss */
a:hover, a:active {
  color: red;
  text-decoration: underline;
  outline-style: none;
}

/* line 23, ../scss/style.scss */
#ZENTRALBAHN_SBB a:hover {
  text-decoration: none;
}

/* Titles. */
/* line 28, ../scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 32, ../scss/style.scss */
.front #content-area .title {
  line-height: 30px;
}

/* line 36, ../scss/style.scss */
h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 44, ../scss/style.scss */
h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 7px;
}

/* line 51, ../scss/style.scss */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 56, ../scss/style.scss */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 61, ../scss/style.scss */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 67, ../scss/style.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 73, ../scss/style.scss */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 78, ../scss/style.scss */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 84, ../scss/style.scss */
table {
  width: 99%;
}

/* line 88, ../scss/style.scss */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 93, ../scss/style.scss */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 98, ../scss/style.scss */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 103, ../scss/style.scss */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 112, ../scss/style.scss */
ul {
  list-style-type: disc;
}

/* line 115, ../scss/style.scss */
ul ul {
  list-style-type: circle;
}

/* line 118, ../scss/style.scss */
ul ul ul {
  list-style-type: square;
}

/* line 121, ../scss/style.scss */
ul ul ul ul {
  list-style-type: circle;
}

/* line 125, ../scss/style.scss */
ol {
  list-style-type: decimal;
}

/* line 128, ../scss/style.scss */
ol ol {
  list-style-type: lower-alpha;
}

/* line 131, ../scss/style.scss */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 136, ../scss/style.scss */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 143, ../scss/style.scss */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 148, ../scss/style.scss */
#system-themes-form img {
  width: 100px;
}

/* line 152, ../scss/style.scss */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 160, ../scss/style.scss */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 165, ../scss/style.scss */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 173, ../scss/style.scss */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 179, ../scss/style.scss */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 185, ../scss/style.scss */
div.status {
  color: white;
  background: #59A732;
  border-color: #360;
  text-shadow: black 0px 1px;
  letter-spacing: 0.1em;
}

/* Region Colors. delete when starting a new theme. */
/* line 200, ../scss/style.scss */
.front #sidebar-second {
  margin-top: -105px;
}

/* line 208, ../scss/style.scss */
#navigation {
  background: #feffa5;
}

/* line 212, ../scss/style.scss */
.news-wrapper .image-caption-container {
  float: left;
  margin-right: 20px;
}

/* line 217, ../scss/style.scss */
.news-wrapper .image-and-text-wrapper {
  clear: both;
  margin: 10px 0 40px 0;
  float: left;
}

/* line 223, ../scss/style.scss */
.downloads-wrapper .image-and-text-wrapper {
  clear: both;
  margin: 10px 0 40px 0;
  float: left;
}

/* line 229, ../scss/style.scss */
.views-row .date-wrapper {
  clear: both;
}

/* line 233, ../scss/style.scss */
.views-row .created-line {
  width: 100%;
  height: 1px;
  background-color: #C6C6C6;
  border-bottom: 1px solid #ECECEC;
}

/* line 240, ../scss/style.scss */
.views-row .title {
  font-size: 34px;
  line-height: 40px;
  margin-top: 9px;
  letter-spacing: 1px;
}

/* line 247, ../scss/style.scss */
.views-row .created {
  padding: 4px 0;
  text-transform: uppercase;
}

/* line 252, ../scss/style.scss */
.news-wrapper .text {
  height: 116px;
}

/* line 256, ../scss/style.scss */
.news-wrapper .text.without-image {
  height: auto;
}

/* line 260, ../scss/style.scss */
.news-wrapper .more {
  height: 30px;
  background-color: #E6E6E6;
  width: 185px;
  text-transform: uppercase;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #F8F8F8;
  border-top-color: #ECECEC;
  line-height: 31px;
  background-image: url("../images/icons/16px/linkBlau.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  cursor: pointer;
  padding-left: 32px;
}

/* line 278, ../scss/style.scss */
.news-wrapper .more.without-image {
  margin-top: 19px;
}

/* line 282, ../scss/style.scss */
.views-row a.more-news-link, a.download-image-link, .node .additional-content a, a.newsletter-link {
  color: #555E66;
  text-decoration: none;
}

/* line 287, ../scss/style.scss */
.downloads-wrapper .more {
  width: 280px;
  height: 34px;
  background-color: #E6E6E6;
  text-transform: uppercase;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #F8F8F8;
  border-top-color: #ECECEC;
  line-height: 34px;
  background-image: url("../images/icons/16px/zip.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  cursor: pointer;
  padding-left: 37px;
  margin: 10px 0 0 0;
}

/* line 306, ../scss/style.scss */
.schaegi_spacer {
  height: 8px;
}

/* line 310, ../scss/style.scss */
.downloads-wrapper .download, .additional-content-wrapper .download, .node .social-block-wrapper .download {
  width: 318px;
  height: 14px;
  float: left;
  background-color: transparent;
  background-image: url("../images/download_arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0 0 0;
  margin-top: -1px;
  letter-spacing: 0.1em;
}

/* line 325, ../scss/style.scss */
.node .social-block-wrapper .download {
  width: auto;
  white-space: nowrap;
}

/* line 330, ../scss/style.scss */
.gallery-image {
  margin: 0px 19px 10px 0;
  float: left;
}

/* line 335, ../scss/style.scss */
.image-download {
  background-color: transparent;
  width: 103px;
  line-height: 17px;
  background-image: url("../images/icons/16px/zip.png");
  text-transform: uppercase;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  margin: 3px 0 13px 0;
}

/* line 347, ../scss/style.scss */
.gallery-wrapper {
  clear: both;
  float: left;
  margin-bottom: 21px;
  width: 480px;
}

/* line 354, ../scss/style.scss */
.top-image-description {
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* line 361, ../scss/style.scss */
.node .additional-content {
  width: 317px;
  background-color: #E6E6E6;
  padding-bottom: 8px;
  padding-top: 1px;
}

/* line 368, ../scss/style.scss */
.node .additional-content .file {
  background-image: url("../images/icons/16px/zip.png");
}

/* line 372, ../scss/style.scss */
.node .additional-content .linkintern {
  background-image: url("../images/icons/16px/linkBlau.png");
}

/* line 376, ../scss/style.scss */
.node .additional-content .linkexternal {
  background-image: url("../images/icons/16px/linkGruen.png");
}

/* line 380, ../scss/style.scss */
.node .additional-content .item {
  height: 16px;
  line-height: 16px;
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: 12px 50%;
  margin-top: 8px;
  float: none;
}

/* line 390, ../scss/style.scss */
.node .additional-content-wrapper {
  width: 316px;
  float: left;
  margin-right: 31px;
}

/* line 396, ../scss/style.scss */
.node .social-block-wrapper {
  float: left;
}

/* line 400, ../scss/style.scss */
.node .social-block-wrapper .social-icons {
  background-color: #E6E6E6;
  height: 16px;
  padding: 8px 0 8px 9px;
  width: 79px;
}

/* line 407, ../scss/style.scss */
.node .social-block-wrapper .social-icons img {
  margin-right: 10px;
}

/* line 411, ../scss/style.scss */
.front a.image-link {
  display: block;
  float: left;
}

/* line 416, ../scss/style.scss */
.front #content-area a.image-link img {
  margin-right: 22px;
}

/* line 420, ../scss/style.scss */
.front #content-area .title {
  font-size: 24px;
  margin-bottom: 17px;
}

/* line 425, ../scss/style.scss */
.front #content-area .text {
  margin-bottom: 17px;
}

/* line 429, ../scss/style.scss */
.front #content-area .text-wrapper {
  float: left;
  width: 182px;
}

/* line 434, ../scss/style.scss */
#block-customblocks-1 .content div {
  width: 712px;
  color: #FFFFFF;
  font-size: 75px;
  line-height: 80px;
  font-weight: lighter;
  padding: 25px 0;
}

/* line 443, ../scss/style.scss */
#additional-tabs {
  width: 712px;
  height: 254px;
  /* background-image: url('../images/frontpageadditionalbackground.png'); */
  background-image: url("../images/frontpage_newsbox.png");
  background-repeat: no-repeat;
  background-color: #FFF;
  clear: left;
}

/* line 452, ../scss/style.scss */
.infiniteCarousel {
  width: 712px;
  height: 254px;
  position: relative;
}

/* line 458, ../scss/style.scss */
.infiniteCarousel .wrapper {
  width: 692px;
  /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 220px;
  margin: 0 0;
  position: absolute;
  top: 0;
  clear: both;
  margin-top: 15px;
  margin-left: 19px;
}

/* line 470, ../scss/style.scss */
.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

/* line 481, ../scss/style.scss */
.infiniteCarousel ul li {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 153px;
}

/* line 489, ../scss/style.scss */
#additional-tabs .inner-tabs {
  padding: 20px 0 22px 20px;
  clear: both;
  overflow: auto;
}

/* line 495, ../scss/style.scss */
#additional-tabs .items-wrapper.freizeit {
  display: none;
}

/* line 500, ../scss/style.scss */
#additional-tabs .item .title {
  clear: left;
  line-height: 15px;
  margin-bottom: 11px;
  min-height: 30px;
}

/* line 507, ../scss/style.scss */
#additional-tabs .item .term, #sidebar-first .block-inner .term, #sidebar-first .block-inner h3.title {
  color: #E20018;
  height: 11px;
  line-height: 11px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

/* line 515, ../scss/style.scss */
#sidebar-first .block-inner h3.title {
  font-size: 12px;
  font-family: 'Helvetica Neue', helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
}

/* line 522, ../scss/style.scss */
#sidebar-first .block-inner .term {
  display: block;
}

/* line 526, ../scss/style.scss */
#sidebar-first .newsletter {
  margin-bottom: 23px;
  height: 24px;
  width: 127px;
  padding: 11px 0 0 33px;
  background-color: #E6E6E6;
  background-image: url("../images/icons/16px/linkBlau.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  line-height: 16px;
  text-transform: uppercase;
}

/* line 539, ../scss/style.scss */
#sidebar-first .social {
  margin-bottom: 23px;
  height: 26px;
  width: 151px;
  padding: 9px 0 0 9px;
  background-color: #E6E6E6;
}

/* line 547, ../scss/style.scss */
#sidebar-first .social .rss, #sidebar-first .social .facebook, #sidebar-first .social .twitter, #sidebar-first .social .youtube {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  float: left;
  display: inline-block;
  margin-right: 9px;
}

/* line 556, ../scss/style.scss */
#sidebar-first .social .rss {
  background-image: url("../images/icons/16px/rss.png");
}

/* line 560, ../scss/style.scss */
#sidebar-first .social .facebook {
  background-image: url("../images/icons/16px/facebook.png");
}

/* line 564, ../scss/style.scss */
#sidebar-first .social .twitter {
  background-image: url("../images/icons/16px/twitter.png");
}

/* line 568, ../scss/style.scss */
#sidebar-first .social .youtube {
  background-image: url("../images/icons/16px/youtube.png");
}

/* line 572, ../scss/style.scss */
#additional-tabs-controls .control.active {
  width: 147px;
  background-image: url("../images/tabactive.png");
  background-color: transparent;
  color: #525F68;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 0 1px #E9E9E9;
  cursor: default;
}

/* line 584, ../scss/style.scss */
#additional-tabs-controls .control.active.last {
  background-image: url("../images/tabactive-last.png");
}

/* line 588, ../scss/style.scss */
#additional-tabs-controls .control {
  display: inline-block;
  float: left;
  width: 147px;
  height: 30px;
  background-image: url("../images/tabdisabled.png");
  background-color: transparent;
  background-repeat: no-repeat;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 0 1px #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  padding: 4px 0 0 34px;
}

/* line 606, ../scss/style.scss */
#additional-tabs-controls {
  width: 362px;
  height: 34px;
  float: left;
  margin-bottom: -10px;
}

/* line 613, ../scss/style.scss */
.item-list .pager {
  height: 26px;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
}

/* line 619, ../scss/style.scss */
.item-list .pager a {
  text-decoration: none;
  display: block;
}

/* line 624, ../scss/style.scss */
.item-list .pager li {
  display: inline-block;
  margin-top: 5px;
  padding: 0;
}

/* line 630, ../scss/style.scss */
.item-list .pager li.pager-current {
  width: 17px;
  height: 17px;
  background-color: #E0001A;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
  margin: 5px 7px 0 0;
  float: left;
  line-height: 16px;
}

/* line 642, ../scss/style.scss */
.item-list .pager li.pager-item {
  width: 17px;
  height: 17px;
  background-color: #E6E6E6;
  font-size: 11px;
  font-weight: normal;
  margin: 5px 7px 0 0;
  float: left;
  line-height: 16px;
}

/* line 653, ../scss/style.scss */
.item-list .pager li.pager-last, .item-list .pager li.pager-first {
  display: none;
}

/* line 657, ../scss/style.scss */
.item-list .pager li.pager-next {
  position: relative;
  float: right;
  text-transform: uppercase;
  background-image: url("../images/icons/16px/linkBlau.png");
  background-repeat: no-repeat;
  background-position: 100% 0px;
  margin: 5px 0 0 21px;
}

/* line 667, ../scss/style.scss */
.item-list .pager li.pager-previous {
  position: relative;
  float: left;
  text-transform: uppercase;
  background-image: url("../images/icons/16px/zuruck.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 5px 21px 0 0;
}

/* line 677, ../scss/style.scss */
.item-list .pager li.pager-next a {
  padding-right: 22px;
  text-align: right;
}

/* line 682, ../scss/style.scss */
.item-list .pager li.pager-previous a {
  padding-left: 22px;
  text-align: left;
}

/* line 687, ../scss/style.scss */
.bottom-links {
  clear: left;
  height: 26px;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  margin: 35px 0 18px 0;
  float: left;
  width: 460px;
}

/* line 697, ../scss/style.scss */
.bottom-links a {
  display: inline-block;
  color: #555E66;
  text-decoration: none;
  float: left;
}

/* line 704, ../scss/style.scss */
a.button, #verkaufsstellen a {
  text-decoration: none;
}

/* line 707, ../scss/style.scss */
a:hover.button, #verkaufsstellen a:hover {
  text-decoration: none;
}

/* line 711, ../scss/style.scss */
.bottom-links div.back {
  background-image: url("../images/icons/16px/zuruck.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 20px;
}

/* line 720, ../scss/style.scss */
.bottom-links div.top {
  background-image: url("../images/icons/16px/nachOben.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  text-transform: uppercase;
  margin-top: 5px;
}

/* line 728, ../scss/style.scss */
.bottom-links div.print {
  background-image: url("../images/icons/16px/drucken.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  text-transform: uppercase;
  margin-top: 5px;
}

/* line 736, ../scss/style.scss */
.bottom-links a.print {
  float: right;
  display: inline;
}

/* line 741, ../scss/style.scss */
#footer {
  height: 431px;
  float: left;
  width: 100%;
  margin-top: -55px;
}

/* line 748, ../scss/style.scss */
.front #footer {
  margin-top: 33px;
}

/* line 752, ../scss/style.scss */
.footer-content-wrapper {
  clear: left;
  height: 389px;
  background-image: url("../images/footer.png");
  background-repeat: repeat-x;
  color: #FFFFFF;
}

/* line 760, ../scss/style.scss */
.footer-content {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 0 35px;
}

/* line 766, ../scss/style.scss */
#footer ul.menu a {
  color: #FFF;
  text-decoration: none;
}

/* line 771, ../scss/style.scss */
#footer ul.menu a:hover, #footer ul.menu a:active {
  text-decoration: underline;
}

/* line 775, ../scss/style.scss */
#footer ul.menu {
  padding: 0;
  margin-right: 30px;
}

/* line 780, ../scss/style.scss */
#footer ul.menu li {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  margin: 0;
}

/* line 787, ../scss/style.scss */
#footer .menu-name-primary-links {
  display: block;
  float: left;
  margin-right: 40px;
}

/* line 793, ../scss/style.scss */
#footer .menu-name-secondary-links ul.menu {
  float: left;
}

/* line 797, ../scss/style.scss */
#footer .menu-name-secondary-links ul.menu li {
  display: block;
  float: left;
  clear: left;
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position: 0 1px;
}

/* line 806, ../scss/style.scss */
#footer .menu-mlid-637 {
  background-image: url("../images/icons/buttons/startseite.png");
}

/* line 810, ../scss/style.scss */
#footer .menu-mlid-638 {
  background-image: url("../images/icons/buttons/kontakt.png");
}

/* line 814, ../scss/style.scss */
#footer .menu-mlid-639 {
  background-image: url("../images/icons/buttons/bedingungen.png");
}

/* line 818, ../scss/style.scss */
#footer .menu-mlid-640 {
  background-image: url("../images/icons/buttons/impressum.png");
}

/* line 824, ../scss/style.scss */
#footer ul.menu li ul.menu {
  padding: 0;
}

/* line 828, ../scss/style.scss */
#footer ul.menu li ul.menu li {
  display: block;
  float: none;
  text-transform: none;
  margin: 0;
}

/* line 835, ../scss/style.scss */
.footer-content .block-title {
  font-size: 25px;
  font-weight: bold;
}

/* line 840, ../scss/style.scss */
.footer-top-wrapper {
  float: left;
  background-image: url("../images/footer-top.png");
  background-position: 0 100%;
  background-color: transparent;
  width: 100%;
  height: 42px;
  background-repeat: repeat-x;
}

/* line 850, ../scss/style.scss */
.footer-top-wrapper div {
  display: inline-block;
  float: left;
}

/* line 855, ../scss/style.scss */
.footer-top-wrapper .all-page {
  margin: 0 auto;
  width: 960px;
  float: none;
  display: block;
}

/* line 862, ../scss/style.scss */
.footer-top-wrapper .under-page {
  background-image: url("../images/under-page.png");
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-color: transparent;
  height: 42px;
  width: 712px;
}

/* line 871, ../scss/style.scss */
.front .footer-top-wrapper .under-page {
  background-image: url("../images/footer-top.png");
}

/* line 875, ../scss/style.scss */
.footer-top-wrapper .under-right-sidebar {
  background-image: url("../images/under-right-sidebar.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-repeat: repeat-x;
  height: 42px;
  width: 248px;
}

/* line 884, ../scss/style.scss */
.footer-top-wrapper .left-bg {
  background-image: url("../images/footer-top.png");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-repeat: repeat-x;
  height: 42px;
  width: auto;
  display: block;
  margin: 0 auto;
  float: none;
}

/* line 896, ../scss/style.scss */
.footer-top-wrapper .right-bg {
  background-image: url("../images/right-bg.png");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-repeat: repeat-x;
  height: 42px;
  width: 100%;
  margin-left: 960px;
  position: absolute;
}

/* line 907, ../scss/style.scss */
#footer .footer-social-wrapper {
  clear: left;
  float: left;
  margin-top: 1px;
}

/* line 913, ../scss/style.scss */
#footer .footer-social {
  width: 133px;
  height: 50px;
  background-image: url("../images/icons/buttons/footer_social.png");
  background-repeat: no-repeat;
  padding: 18px 0 0 16px;
  float: left;
  clear: left;
}

/* line 923, ../scss/style.scss */
#footer .footer-social-string, #footer .newsletter-string, #footer .app-string {
  text-align: center;
  text-transform: uppercase;
  width: 149px;
  margin-top: -3px;
  clear: left;
  float: left;
}

/* line 932, ../scss/style.scss */
#footer .app-string {
  width: 64px;
}

/* line 936, ../scss/style.scss */
#footer .footer-social .social {
  margin-right: 7px;
}

/* line 940, ../scss/style.scss */
#ZENTRALBAHN_FOOTER {
  float: left;
  margin-left: 20px;
}

/* line 945, ../scss/style.scss */
#footer .newsletter-wrapper {
  float: left;
  display: inline-block;
  clear: left;
}

/* line 951, ../scss/style.scss */
#footer .newsletter {
  width: 149px;
  height: 48px;
  background-image: url("../images/icons/buttons/newsletter.png");
  background-repeat: no-repeat;
  padding: 21px 0 0 0;
  text-align: center;
  text-shadow: 0 1px #000000;
  text-transform: uppercase;
  line-height: 19px;
}

/* line 963, ../scss/style.scss */
#footer .newsletter a {
  display: inline-block;
  height: 22px;
  width: 110px;
}

/* line 969, ../scss/style.scss */
#footer .app-wrapper {
  float: left;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

/* line 976, ../scss/style.scss */
#footer .app {
  width: 64px;
  height: 69px;
  background-image: url("../images/icons/buttons/app.png");
  background-repeat: no-repeat;
}

/* line 983, ../scss/style.scss */
#footer #SEARCH {
  float: left;
  margin: 0 0 3px 7px;
}

/* line 988, ../scss/style.scss */
#footer #SEARCH .form-item label {
  display: none;
}

/* line 992, ../scss/style.scss */
#footer #SEARCH .form-item {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}

/* line 999, ../scss/style.scss */
#footer #SEARCH .form-text {
  float: left;
  display: block;
  font-size: 13px;
  height: 19px;
  width: 177px;
  border: 0px none #ddd;
  margin-right: 5px;
  padding: 3px 25px 4px 8px;
  background-image: url("../images/icons/buttons/search_bg.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: #808080;
  font-size: 12px;
}

/* line 1015, ../scss/style.scss */
#footer #SEARCH .form-submit {
  padding: 0;
  margin: 0;
  background-image: url("../images/icons/buttons/search_button.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  border: 0;
  cursor: pointer;
  color: transparent;
  margin: 4px 0 0 -27px;
}

/* line 1028, ../scss/style.scss */
#sidebar-first .block-inner, #sidebar-first .block-inner .item {
  margin-bottom: 22px;
}

/* line 1032, ../scss/style.scss */
#sidebar-first .block-inner .item {
  width: 140px;
  padding: 10px;
  background-color: #E6E6E6;
}

/* line 1038, ../scss/style.scss */
#phone-tooltip {
  width: 790px;
  height: 285px;
  background-color: #000;
  position: absolute;
  color: #FFFFFF;
  padding: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: url("../images/t50_70.png");
}

/* line 1051, ../scss/style.scss */
#phone-tooltip div {
  float: left;
  clear: left;
  background-color: transparent;
  opacity: 1;
}

/* line 1058, ../scss/style.scss */
#phone-tooltip div.text {
  font-size: 16px;
}

/* line 1062, ../scss/style.scss */
#phone-tooltip div.phone-number {
  font-size: 115px;
  line-height: 115px;
}

/* line 1066, ../scss/style.scss */
.i18n-en #phone-tooltip div.phone-number {
  font-size: 80px;
  line-height: 90px;
}

/* line 1070, ../scss/style.scss */
.hide {
  display: none;
}

/* line 1074, ../scss/style.scss */
#lightbox2-overlay {
  background-color: transparent !important;
}

/* line 1078, ../scss/style.scss */
#outerImageContainer {
  background-image: url("../images/t50_90.png") !important;
  background-color: transparent !important;
  width: 544px !important;
  height: 376px !important;
}

/* line 1085, ../scss/style.scss */
#imageData {
  background-image: url("../images/t50_90.png") !important;
  background-color: transparent !important;
  color: #FFF;
  width: 500px !important;
  padding: 0 22px !important;
}

/* line 1093, ../scss/style.scss */
#imageContainer {
  padding: 36px 22px 5px 22px !important;
}

/* line 1097, ../scss/style.scss */
#imageDataContainer {
  background-color: transparent !important;
  width: 544px !important;
}

/* line 1102, ../scss/style.scss */
#lightbox2-download-link-text {
  display: block !important;
  position: relative !important;
  left: 200px !important;
  background-image: url("../images/icons/16px/zip.png") !important;
  background-repeat: no-repeat !important;
  background-position: 0 50% !important;
  padding-left: 22px !important;
  color: #FFF;
  text-decoration: none;
  font: 12px/18px "Helvetica Neue",helvetica,Arial,sans-serif;
  top: 7px;
}

/* line 1116, ../scss/style.scss */
#nextLink {
  position: relative !important;
  float: right !important;
  text-transform: uppercase !important;
  background-image: url("../images/icons/16px/linkBlau.png") !important;
  background-repeat: no-repeat !important;
  background-position: 100% 0px !important;
  margin: 5px 0 0 21px !important;
  height: 17px !important;
  width: 91px !important;
  padding-top: 0 !important;
  color: #FFF !important;
  text-decoration: none !important;
  z-index: 20000 !important;
  top: 4px !important;
  right: 0px !important;
  font: 12px/18px "Helvetica Neue",helvetica,Arial,sans-serif;
  line-height: 17px;
}

/* line 1136, ../scss/style.scss */
#prevLink {
  background-image: url("../images/icons/16px/zuruck.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  float: left !important;
  margin: 5px 21px 0 0 !important;
  position: relative !important;
  text-transform: uppercase !important;
  height: 17px !important;
  width: 96px !important;
  padding-top: 0 !important;
  color: #FFF !important;
  text-decoration: none !important;
  z-index: 20000 !important;
  top: 4px !important;
  left: 0px !important;
  font: 12px/18px "Helvetica Neue",helvetica,Arial,sans-serif;
  line-height: 17px;
}

/* line 1156, ../scss/style.scss */
#hoverNav {
  position: relative !important;
  float: left;
}

/* line 1161, ../scss/style.scss */
a:hover#lightbox2-download-link-text, a:hover#prevLink, a:hover#nextLink {
  color: #FFF;
  text-decoration: none;
}

/* line 1166, ../scss/style.scss */
#numberDisplay {
  display: none !important;
}

/* line 1170, ../scss/style.scss */
#bottomNavClose {
  background: url("../images/icons/16px/schliessen.png") no-repeat scroll left center transparent !important;
  width: 16px !important;
  height: 16px !important;
  position: relative !important;
  margin-top: 0 !important;
  right: 0 !important;
  top: -368px !important;
}

/* line 1180, ../scss/style.scss */
#caption {
  display: block !important;
  height: 26px !important;
  width: 500px !important;
  border-bottom: 1px solid #C6C4C5 !important;
}

/* line 1187, ../scss/style.scss */
.splitter {
  width: 160px;
  height: 1px;
  background-color: #ECECEC;
  border-bottom: 1px solid #C6C6C6;
  display: block;
}

/* line 1195, ../scss/style.scss */
.splitter.before {
  margin: 50px 0 -9px 0;
}

/* line 1199, ../scss/style.scss */
.splitter.after {
  margin-top: -2px;
}

/* line 1203, ../scss/style.scss */
#phone-tooltip .close {
  background: url("../images/icons/16px/schliessen.png") no-repeat scroll left center transparent !important;
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: 0;
  right: 0;
  top: 0;
  float: right;
  cursor: pointer;
}

/* line 1215, ../scss/style.scss */
#newsletter-subscribe-form {
  margin-bottom: 30px;
}

/* line 1219, ../scss/style.scss */
.view .image-caption {
  display: none;
}

/** Frontpage Slider **/
/* line 1224, ../scss/style.scss */
.slider_controller {
  height: 20px;
  width: 20px;
  background: url("../images/frontpage_news_punkt.png") no-repeat scroll left center transparent;
  float: left;
}

/* line 1230, ../scss/style.scss */
.slider_controller.active {
  background: url("../images/frontpage_news_punkt_aktiv.png") no-repeat scroll left center transparent;
}

/* line 1233, ../scss/style.scss */
#frontpage_aktuell_slider_controller {
  display: none;
  clear: both;
  bottom: 10px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
}

/* line 1241, ../scss/style.scss */
#frontpage_aktuell_slider_controller.active {
  display: block;
}

/* line 1245, ../scss/style.scss */
.slider_controller {
  cursor: pointer;
}

/** GRID **/
/* line 1251, ../scss/style.scss */
.grid_1 {
  width: 140px;
  overflow: hidden;
}

/* line 1255, ../scss/style.scss */
.grid_2 {
  width: 300px;
  overflow: hidden;
}

/* line 1259, ../scss/style.scss */
.grid_3 {
  width: 460px;
  overflow: hidden;
}

/* line 1263, ../scss/style.scss */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  display: inline;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 1270, ../scss/style.scss */
.alpha {
  margin-left: 0;
}

/* line 1273, ../scss/style.scss */
.omega {
  margin-right: 0;
}

/* line 1278, ../scss/style.scss */
.content .social-block-wrapper {
  float: left;
}

/* line 1281, ../scss/style.scss */
.content .social-block-wrapper .social-icons {
  background-color: #E6E6E6;
  height: 16px;
  padding: 8px 0 8px 9px;
  width: 79px;
}

/* line 1287, ../scss/style.scss */
.content .social-block-wrapper .social-icons img {
  margin-right: 10px;
}

/* line 1290, ../scss/style.scss */
.content .social-block-wrapper .download {
  white-space: nowrap;
  width: auto;
}

/* line 1295, ../scss/style.scss */
.page-mitarbeiter-team .download, .page-mitarbeiter-tipps .download {
  background-color: transparent;
  background-image: url("../images/download_arrow.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  float: left;
  height: 14px;
  letter-spacing: 0.1em;
  margin-top: -1px;
  padding: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

/* line 1309, ../scss/style.scss */
.moredetail {
  background-color: #E6E6E6;
  background-image: url("../images/icons/16px/linkGruen.png");
  background-position: 10px 6px;
  background-repeat: no-repeat;
  border-color: #ECECEC #F8F8F8 #F8F8F8;
  border-right: 1px solid #F8F8F8;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  float: left;
  min-height: 10px;
  color: #555E66;
  padding-left: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2px;
  width: 104px;
}

/* line 1329, ../scss/style.scss */
.mitarbeiters_teaser {
  display: block;
  clear: both;
  margin-bottom: 40px;
}

/* line 1334, ../scss/style.scss */
.overview_text {
  margin-bottom: 20px;
}

/* line 1337, ../scss/style.scss */
.mitarbeitertipps_teaser {
  overflow: auto;
  margin-bottom: 30px;
}

/* line 1341, ../scss/style.scss */
.mitarbeitertipps_more_teaser {
  margin-bottom: 30px;
}

/* line 1344, ../scss/style.scss */
.mitarbeitertipps_more_teaser .mitarbeitertipps_more {
  border-top: 1px solid #999;
  margin-top: 20px;
  padding-top: 5px;
}

/* line 1349, ../scss/style.scss */
.mitarbeiter_teaser.page_detail_mitarbeitertipp {
  overflow: auto;
}

/* line 1352, ../scss/style.scss */
.mitarbeitertipps_more_teaser .schaegi_spacer {
  clear: both;
}

/* line 1355, ../scss/style.scss */
.mitarbeiter-tipps-bilder {
  overflow: auto;
  margin-bottom: 30px;
}

/* line 1359, ../scss/style.scss */
.mitarbeiter-tipps-bild {
  margin-top: 5px;
}

/* line 1362, ../scss/style.scss */
.mitarbeiter-tipps-bilder .schaegi_spacer {
  height: 15px;
  clear: both;
}

/* line 1366, ../scss/style.scss */
.mitarbeitertipp-bild {
  margin: 0;
  padding: 0;
}

/* line 1370, ../scss/style.scss */
.mitarbeitertipp-bild {
  line-height: 0;
}

/* line 1373, ../scss/style.scss */
.mitarbeiter-bild {
  line-height: 0;
}

/* line 1376, ../scss/style.scss */
.mitarbeitertipps-gallery {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1380, ../scss/style.scss */
.node-type-mitarbeitertipp .additional-content-wrapper {
  margin-bottom: 30px;
}

/* line 1383, ../scss/style.scss */
div.mitarbeitertipps_more {
  margin-bottom: 5px;
}

/* line 1387, ../scss/style.scss */
.webform-client-form textarea {
  font-family: Helvetica;
}
