@charset "UTF-8";
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700italic,700,800");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header,
footer,
section,
aside,
nav,
article {
  display: block;
}

.menu li:hover {
  cursor: pointer !important;
}

.menu li a:hover {
  cursor: pointer !important;
}

.container,
.clear,
.nav-container,
.nav-inner,
.logo {
  display: block;
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
  font-size: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
}

iframe[seamless] {
  background-color: transparent;
  border: 0 none transparent;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: 100% !important;
}

a {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  color: #335c85;
  text-decoration: none;
}

a:active {
  color: #333;
}

h1 {
  color: #000;
  display: block;
  font-weight: 600;
  padding: 0 0 0.4em 0;
  margin: 0 0 0.8em 0;
  font-size: 1.8em;
  border-bottom: 4px solid #eee;
}

h2 {
  color: #036;
  display: block;
  font-weight: 600;
  padding: 0 0 0.8em 0;
  font-size: 1.4em;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

p {
  padding: 0 0 0.7em 0;
}

.headline {
  display: block;
  padding: 0;
  margin: 0;
}

section {
  display: block;
  padding: 0;
  margin: 0;
}

section.two-column {
  float: left;
  width: 670px;
}

section.three-column {
  float: left;
  width: 440px;
  background-color: #f2f2f2;
}

section.kontaktdaten {
  width: 50%;
  display: block;
  float: left;
  padding: 0 40px 0 0;
  margin: 0;
}

section.kontaktformular {
  width: 50%;
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}

article {
  font-size: 0.9em;
}

article ul,
article ol {
  margin: 0 0 0 2em;
  padding: 0 0 0.7em 0;
}

article h3 {
  padding: 0 0 0.5em 0;
}

article.auskunft strong {
  display: block;
  margin: 0 0 0.8em 0;
}

article.auskunft ul.auskunft-vlp,
article.auskunft ul.auskunft-mv {
  display: block;
  margin: 0.8em 0;
  padding: 0;
  list-style-type: none;
}

article.auskunft ul.auskunft-vlp li a {
  display: inline-block;
  padding: 8px 12px;
  font-weight: 700;
  color: #fff;
  background-color: #6684a3;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000;
}

article.auskunft ul.auskunft-vlp li a:hover {
  background-color: #036;
}

article.auskunft ul.auskunft-mv li a {
  font-weight: 600;
}

article img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

article img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

@media only screen and (max-width: 767px) {
  article img.alignleft,
  article img.alignright {
    width: 40%;
    height: auto;
    margin-bottom: 5px;
  }
}
aside {
  display: block;
  padding: 0;
  margin: 0;
  float: right;
  width: 220px;
  font-size: 0.9em;
}

aside.second-aside {
  float: left;
  width: 220px;
  background-color: #ccc;
  margin: 0 0 0 0;
  position: relative;
  left: 40px;
}

aside h3 {
  display: block;
  padding: 0 0 0.5em 0;
  margin: 0 0 0.5em 0;
  border-bottom: 3px solid #f2f2f2;
  font-size: 1.1em;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
}

.aside-container {
  display: block;
  padding: 10px 10px 0 10px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #6684a3;
}

aside .aside-box {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}

aside .aside-box p:last-child {
  padding: 0;
  margin: 0;
}

aside .aside-nav {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  background-color: transparent;
}

aside .aside-nav ul {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
}

aside .aside-nav ul li {
  display: block;
  padding: 0;
  margin: 0;
}

aside .aside-nav ul li a {
  color: #7a84a3;
  display: block;
  padding: 5px 10px 5px 15px;
  margin: 0 0 0 0;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  background-image: url(../images/nav-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-weight: 600;
  -webkit-transition: padding 0.3s, background-position 0.3s;
  transition: padding 0.3s, background-position 0.3s;
}

aside .aside-nav ul li:last-child a {
  border-bottom: 0;
}

aside .aside-nav ul li.orte-suchen a {
  font-weight: 800;
}

aside .aside-nav ul li a:hover {
  padding: 5px 0 5px 25px;
  background-image: url(../images/nav-arrow-hover.png);
  background-position: 10px center;
  background-color: #f2f2f2;
  color: #036;
}

aside .aside-nav ul li.current_page_item,
aside .aside-nav ul li.current_page_item a {
  display: none;
}

aside .aside-aenderungen {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
  background-color: #a9cf6c;
  position: relative;
}

aside .aside-aenderungen img.alignright {
  width: 48px;
  height: 48px;
  display: block;
  float: right;
  margin: -10px -25px 0 0;
}

aside .aside-aenderungen h3 {
  padding: 10px 30px 10px 15px;
  margin: 0 0 0 0;
  color: #111;
  text-shadow: 1px 1px 0 #fff;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.2em;
  border: 0;
}

aside .aside-aenderungen p {
  color: #000;
  padding: 0 15px 5px 15px;
  line-height: 1.2em;
  font-size: 0.9em;
  font-weight: 600;
}

aside .aside-aenderungen a {
  font-weight: 700;
  text-decoration: none;
  background: #6684a3;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  margin: 10px 0 0 0;
  display: block;
  padding: 10px 15px 10px 15px;
  text-align: center;
  font-size: 1.1em;
}

aside .aside-aenderungen a:hover {
  background: #036;
}

aside .next-posts {
  display: block;
  padding: 20px 0;
  margin: 0;
  background-color: transparent;
}

aside .next-posts ul {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
}

aside .next-posts ul li {
  display: block;
  padding: 0.5em 0 0 0;
  margin: 0;
}

aside .next-posts ul li span.date {
  display: block;
  padding: 0;
  margin: 0;
  color: #999;
  font-size: 0.9em;
}

aside .next-posts ul li a {
  color: #333;
  display: block;
  padding: 0 0 0.75em 0;
  margin: 0 0 0 0;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 600;
}

aside .next-posts ul li:last-child a {
  border-bottom: 0;
}

aside .next-posts ul li a:hover {
  color: #6684a3;
  text-decoration: none;
}

aside .more-about {
  display: block;
  padding: 20px;
  margin: 0;
  background-color: #f2f2f2;
  border-radius: 5px;
}

aside .more-about p:last-child {
  padding: 0;
}

aside .more-jobs {
  display: block;
  padding: 20px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  border: 1px solid #6684a3;
}

aside .more-jobs ul {
  display: block;
  padding: 0.5em 0 0 0;
  margin: 0 0 0 0;
  list-style-type: none;
  font-size: 0.9em;
}

aside .more-jobs ul li {
  display: block;
  padding: 0;
  margin: 0 0 1em 0;
}

aside .more-jobs ul li:last-child {
  margin: 0 0 0 0;
}

.wrapper {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.container {
  width: 960px;
  margin: 60px auto 0 auto;
  padding: 30px 0;
}

.border-container {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  border-radius: 5px;
}

.home-container {
  position: relative;
  display: block;
  z-index: 0;
  margin: 0 0 20px 0;
}

.home-container .slogan {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 80px;
  background-color: #003366;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  font-style: italic;
  padding: 20px;
}

.home-container a.home-liniennetzkarte {
  position: absolute;
  left: 40px;
  top: 82px;
  display: block;
  z-index: 1;
}

.home-container a.home-liniennetzkarte img {
  border-radius: 7px;
  -webkit-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
  -webkit-transition: filter 0.3s;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.home-container a.home-liniennetzkarte:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

header {
  padding: 0 0 0 0;
  width: 960px;
  margin: 0 auto;
  color: #666;
  font-weight: 400;
  height: 120px;
  border-bottom: 1px solid #003366;
}

.logo {
  float: left;
}

.logo a {
  width: 433px;
  height: 80px;
  display: block;
  margin: 20px 0 0 20px;
}

.logo img.logo-small {
  display: none;
}

.telefon {
  float: right;
  margin: 40px 20px 0 0;
}

.telefon span {
  color: #003366;
  font-size: 1.8em;
  font-weight: 400;
  background-image: url(../images/telefon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px 36px;
  padding: 20px 0 20px 40px;
}

.telefon a {
  color: #003366;
  text-decoration: none;
}

.header-nav {
  float: right;
}

.header-nav ul {
  list-style-type: none;
  margin: 0;
}

.header-nav ul li {
  float: left;
  margin: 0;
}

.header-nav ul li a {
  display: block;
  padding: 0;
  margin: 0 0 0 15px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
}

.header-nav ul li a:hover {
  color: #000;
}

.home-news {
  float: left;
  padding: 0;
  width: 460px;
  margin: -60px 0 0 30px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.home-news-inner {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  border-radius: 5px;
}

.home-news-inner h2 {
  display: block;
  border-bottom: 1px solid #b3c2d1;
  color: #003366;
  font-size: 1.6em;
  font-weight: 800;
  padding: 10px 0 10px 0;
}

.home-news-inner ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.home-news-inner ul li {
  display: block;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #b3c2d1;
}

.home-news-inner ul li:last-child {
  border-bottom: 0;
}

.home-news-inner ul li span {
  display: block;
  padding: 0;
  margin: 0;
}

.home-news-inner ul li span.datum {
  color: #666;
  font-size: 0.8em;
}

.home-news-inner ul li span.permalink a {
  color: #000;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.3em;
  display: block;
}

.home-news-inner ul li span.permalink a:hover {
  color: #335c85;
}

nav.home-nav {
  padding: 0;
  float: right;
  width: 450px;
}

/* -----------Aktuelles--------------------------- */
.aktuelles ul {
  display: block;
  padding: 20px 0;
  margin: 0 20px;
  list-style-type: none;
}

.aktuelles ul li {
  display: block;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #b3c2d1;
}

.aktuelles ul li:first-child {
  padding: 0 0 20px 0;
}

.aktuelles ul li:last-child {
  padding: 20px 0 0 0;
  border-bottom: none;
}

.aktuelles ul li span {
  display: block;
  padding: 0;
  margin: 0;
}

.aktuelles ul li span.headline a {
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.3em;
  display: block;
  text-decoration: none;
}

.aktuelles ul li span.headline a:hover {
  color: #335c85;
}

.aktuelles ul li span.date {
  color: #999;
  font-weight: 600;
  font-size: 0.9em;
  margin: 7px 0 0 0;
}

.aktuelles ul li span.excerpt {
  font-size: 1em;
  margin: 7px 0 0 0;
}

.aktuelles ul li span.excerpt a.more-link {
  font-weight: 600;
  display: inline;
  margin: 0 0 0 15px;
}

.single-news h1 {
  padding: 0;
}

.single-news .single-news-date {
  color: #999;
  font-weight: 600;
  font-size: 0.9em;
  margin: 0 0 1em 0;
}

/* -----------Fahrplan PDF--------------------------- */
.single-fahrplan-container {
  padding: 0;
  margin: 2em 0;
}

ul.fahrplan-ansicht {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.fahrplan-ansicht li {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
  border-bottom: 1px solid #ccc;
}

ul.fahrplan-ansicht li:last-child {
  border-bottom: 0;
}

ul.fahrplan-ansicht li a {
  display: block;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

ul.fahrplan-ansicht.gesamtfahrplan li a {
  display: block;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: #f2f2f2;
  font-weight: 800;
}

ul.fahrplan-ansicht li a strong {
  font-weight: 600;
}

ul.fahrplan-ansicht li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul.fahrplan-ansicht li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.fahrplan-ansicht li a:hover {
  background: #eee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fafafa));
  background: linear-gradient(to bottom, #eee 0%, #fafafa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eee", endColorstr="#fafafa", GradientType=0);
  /* IE6-9 */
  color: #000;
}

ul.fahrplan-ansicht.gesamtfahrplan li a:hover {
  background: #bdc8d4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#bdc8d4), to(#f2f2f2));
  background: linear-gradient(to bottom, #bdc8d4 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdc8d4", endColorstr="#f2f2f2", GradientType=0);
  /* IE6-9 */
}

ul.fahrplan-ansicht li a .liniennummer {
  float: left;
  width: 70px;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}

ul.fahrplan-ansicht li .linienbezeichnung {
  margin: 0 70px;
  padding: 10px 0;
}

ul.fahrplan-ansicht.gesamtfahrplan li .linienbezeichnung {
  margin: 0 70px 0 10px;
}

ul.fahrplan-ansicht li a .download {
  float: right;
  display: block;
  width: 70px;
  font-weight: 700;
  text-align: right;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: 45px center;
  background-size: 14px 14px;
  text-decoration: none;
  color: #000;
  padding: 10px 30px 10px 0;
  opacity: 0.6;
}

ul.fahrplan-ansicht li a:hover .download {
  opacity: 1;
}

ul.fahrplan-ansicht li a span.aenderung {
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  width: 80px;
  font-weight: 700;
  text-align: center;
  color: #000;
  padding: 0 20px 0 0;
  line-height: 1em;
  opacity: 0.6;
}

ul.fahrplan-ansicht li a span.aenderung span.aenderung-inner {
  position: relative;
  top: 50%;
  margin: -0.5em 0 0 0;
  display: block;
  line-height: 1em;
}

ul.fahrplan-ansicht li a:hover span.aenderung {
  opacity: 1;
}

.single-fahrplan-aenderung-text {
  display: inline-block;
  font-weight: 700;
  border: 1px solid #ff0000;
  background-image: url(../images/achtung.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 32px 32px;
  line-height: 1.2em;
  padding: 20px 20px 20px 60px;
  margin: 2em 0 0 0;
}

.single-fahrplan-aenderung-text p {
  padding: 0;
  margin: 0;
}

ul.fahrplan-az li a {
  padding: 10px 20px;
  font-weight: 600;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.fahrplan-az li a span {
  font-weight: 400;
}

ul.fahrplan-az li a:hover {
  padding: 10px 20px 10px 30px;
}

.carrer-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 96px;
  padding-top: 25px;
  text-align: center;
}

.career-btn-personio {
  display: inline-block;
  border-radius: 2px;
  padding: 12px 36px;
  height: 52px;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  background-color: #334248;
  color: #eaf0f2 !important;
  text-decoration: none !important;
}

.career-btn-personio:hover {
  cursor: pointer;
}

.fahrplan-breadcrumb {
  /*centering*/
  display: block;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-radius: 5px;
  background: #eee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fafafa));
  background: linear-gradient(to bottom, #eee 0%, #fafafa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eee", endColorstr="#fafafa", GradientType=0);
  /* IE6-9 */
}

.fahrplan-breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-weight: 600;
  line-height: 36px;
  color: white;
  padding: 0 20px 0 40px;
  background: #666;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fahrplan-breadcrumb a:first-child {
  padding-left: 20px;
  border-radius: 5px 0 0 5px;
  /*to match with the parent's radius*/
}

.fahrplan-breadcrumb a:first-child:before {
  left: 14px;
}

.fahrplan-breadcrumb a:last-child {
  padding-right: 20px;
}

/*hover/active styles*/
.fahrplan-breadcrumb a:hover {
  background: #333;
}

.fahrplan-breadcrumb a:hover:after {
  background: #333;
}

.fahrplan-breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  -webkit-transform: scale(0.707) rotate(45deg);
          transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #666;
  -webkit-box-shadow: 2px -2px 0 2px #fff, 3px -3px 0 2px #fff;
          box-shadow: 2px -2px 0 2px #fff, 3px -3px 0 2px #fff;
  border-radius: 0 5px 0 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fahrplan-breadcrumb span.current {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-weight: 600;
  line-height: 36px;
  color: #333;
  padding: 0 10px 0 40px;
  position: relative;
}

/* ------- Ferienkalender ------- */
.ferienkalender table {
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
}

.ferienkalender table tr td {
  width: 33.3333333%;
  text-align: center;
  background-color: #e6ebf2;
  padding: 6px 10px;
}

.ferienkalender table tr:first-child td {
  font-weight: 700;
  background-color: #b3c3d7;
}

/* ----------- Tarife -------------------------- */
.tarife table {
  width: 100%;
  margin: 0 0 2em 0;
}

.tarife table.one tr td {
  width: 100%;
}

.tarife table.two tr td {
  width: 50%;
}

.tarife table.three tr td {
  width: 33.33333%;
}

.tarife table.four tr td {
  width: 25%;
}

.tarife table tr td {
  background-color: #e6ebf2;
  color: #000;
  text-align: center;
  padding: 5px;
}

.tarife table tr:first-child td {
  background-color: #b3c3d7;
  padding: 10px 5px;
}

aside .aside-tarife {
  margin: 0 0 30px 0;
}

/* ------- Unternehmen --------- */
article.betriebsstellen {
  display: block;
  margin: 40px 0 0 0;
}

article.betriebsstellen ul {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
}

article.betriebsstellen ul li {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  width: 25%;
  float: left;
}

article.betriebsstellen ul li:nth-child(5),
article.betriebsstellen ul li:nth-child(9),
article.betriebsstellen ul li:nth-child(13) {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  clear: both;
}

article.betriebsstellen ul li span {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
}

article.betriebsstellen ul li div.betriebsstellen-inner {
  display: block;
  padding: 15px;
  margin: 0 10px 20px 10px;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  min-height: 170px;
}

article.betriebsstellen ul li:nth-child(1) div.betriebsstellen-inner,
article.betriebsstellen ul li:nth-child(5) div.betriebsstellen-inner,
article.betriebsstellen ul li:nth-child(9) div.betriebsstellen-inner {
  margin: 0 10px 20px 0;
}

article.betriebsstellen ul li:nth-child(4) div.betriebsstellen-inner,
article.betriebsstellen ul li:nth-child(8) div.betriebsstellen-inner,
article.betriebsstellen ul li:nth-child(12) div.betriebsstellen-inner {
  margin: 0 0 20px 10px;
}

article.betriebsstellen ul li span.ortsname {
  font-weight: 700;
}

article.betriebsstellen ul li span.phone span {
  display: inline-block;
  margin: 0 0 0 0;
}

article.betriebsstellen ul li span.phone span:first-child {
  margin: 0 6px 0 0;
}

/* ------- SPACER --------- */
.spacer {
  display: block;
  padding: 1em 0;
}

/* -----------footer--------------------------- */
footer {
  clear: both;
  width: 960px;
  margin: 20px auto 0 auto;
  font-size: 0.9em;
  font-weight: 400;
  border-top: 1px solid #003366;
  padding: 40px 0;
  display: block;
  color: #4d4d4d;
}

.footer-left {
  float: left;
  width: 40%;
}

.footer-left a {
  color: #4d4d4d;
}

.footer-left a:hover {
  color: #000;
  text-decoration: none;
}

.footer-left span.headline {
  font-weight: 700;
  padding: 0 0 20px 0;
  display: block;
}

.footer-left p {
  font-size: 0.9em;
}

.footer-right {
  float: right;
  width: 60%;
}

.footer-box {
  float: left;
  display: block;
  margin: 0 0 0 60px;
}

.footer-box span.headline {
  font-weight: 700;
  font-size: 0.9em;
  padding: 0 0 20px 0;
  display: block;
}

.footer-box ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-box ul li {
  display: block;
  padding: 0;
  margin: 0;
}

.footer-box ul li a {
  display: block;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  text-decoration: none;
  border-bottom: 1px dotted #b3b3b3;
  font-size: 0.9em;
}

.footer-box ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-box ul li.current-menu-item a,
.footer-box ul li.current-menu-item a:hover {
  font-weight: 700;
  color: #000;
  cursor: default;
  text-decoration: none;
}

.footer-box ul li:last-child a {
  border-bottom: 0;
}

/* -----------footer--------------------------- */
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-image: url("../images/icon_top.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  background-color: #666;
}

.scrollup:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  filter: alpha(opacity=99);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.clear {
  clear: both;
}

/* -------- Breadcrumb + PageNavi -------- */
.breadcrumb {
  padding: 0 0 20px 0;
  text-align: left;
  font-size: 0.8em;
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 0 0 0;
  color: #666;
}

.breadcrumb .breadcrumbs {
  margin: 0 0 0 0;
}

.breadcrumb .breadcrumbs ul li {
  display: inline-block;
  padding: 0 5px;
}

.breadcrumb .breadcrumbs ul li:first-child {
  padding: 0 5px 0 0;
}

.breadcrumb .breadcrumbs ul li:last-child {
  padding: 0 0 0 0;
}

.breadcrumb a {
  color: #666;
  padding: 0 0 0 0;
}

.breadcrumb .breadcrumbs ul li:first-child a {
  padding: 0 0 0 0;
}

.breadcrumb a:hover {
  color: #111;
  text-decoration: none;
}

.breadcrumb span.current {
  color: #111;
  font-weight: 600;
  margin: 0 5px;
}

.wp-pagenavi {
  border-top: 1px solid #ccc;
  padding: 2em 0;
  margin: 0 0 0 0;
}

.wp-pagenavi span.current {
  background: #036;
  color: #fff;
  border: 0;
}

.wp-pagenavi a:hover {
  background: #6684a3;
  color: #fff;
  border: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 6px;
  display: inline-block;
  float: left;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  font-size: 0.8em;
  border: 0 !important;
}

iframe[seamless] {
  background-color: transparent;
  border: 0 none transparent;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ---- INTERN ---- */
aside.login ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

aside.login {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  float: none;
  width: auto;
  font-size: 1em;
  background-color: transparent;
}

aside.login h2.widgettitle {
  display: none;
}

aside.login .lwa table tr td.lwa-username-label,
aside.login .lwa table tr td.lwa-password-label {
  width: 130px;
  font-size: 0.9em;
}

aside.login .lwa table tr td.lwa-username-input input,
aside.login .lwa table tr td.lwa-password-input input {
  width: 250px;
  font-size: 0.9em;
  font-family: "Roboto", Arial, SunSans-Regular, Sans-Serif;
  color: #333;
  display: inline-block;
  padding: 0.5em;
  margin: 0;
  background-color: transparent;
  border: 1px solid #999;
  font-size: 1em;
  -webkit-appearance: none;
}

aside.login .lwa table tr.lwa-submit td.lwa-submit-button input {
  font-family: "Roboto", Arial, SunSans-Regular, Sans-Serif;
  color: #666;
  display: block;
  padding: 0 0 0 22px;
  margin: 10px 0 0 0;
  background-color: transparent;
  border: 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  -webkit-appearance: none;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
  opacity: 0.5;
}

aside.login .lwa table tr.lwa-submit td.lwa-submit-button input:hover {
  cursor: pointer;
  opacity: 1;
}

aside.login .lwa table tr.lwa-submit td.lwa-submit-links input.lwa-rememberme,
aside.login .lwa table tr.lwa-submit td.lwa-submit-links label {
  display: none;
}

aside.login .lwa table tr.lwa-submit td.lwa-submit-links a.lwa-links-remember {
  font-size: 0.9em;
  color: #999;
  margin: -12px 0 0 0;
  display: block;
  width: auto;
}

aside.login .lwa table tr.lwa-submit td.lwa-submit-links a.lwa-links-remember:hover {
  color: #cc0000;
  text-decoration: none;
}

aside.login form.lwa-remember {
  display: block;
  background-color: #cc0000;
  color: #fff;
  padding: 20px;
  margin: 1em 0 0 0;
}

aside.login form.lwa-remember td.lwa-remember-email {
  display: block;
}

aside.login form.lwa-remember td strong {
  font-weight: 400;
  display: block;
  font-size: 1.5em;
  padding: 0 0 0.75em 0;
}

aside.login form.lwa-remember td.lwa-remember-email input {
  width: 600px;
  font-size: 0.9em;
  font-family: "Roboto", Arial, SunSans-Regular, Sans-Serif;
  color: #333;
  display: inline-block;
  padding: 8px;
  margin: 0 0 1em 0;
  background-color: #fff;
  border: 0;
  font-size: 1em;
  -webkit-appearance: none;
}

aside.login form.lwa-remember td.lwa-remember-buttons input {
  font-family: "Roboto", Arial, SunSans-Regular, Sans-Serif;
  color: #fff;
  display: inline-block;
  padding: 0 0 0 22px;
  margin: 0 0 0 0;
  background-color: transparent;
  border: 0;
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
  -webkit-appearance: none;
  background-image: url(../images/check-fff.png);
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.7;
}

aside.login form.lwa-remember td.lwa-remember-buttons input:hover {
  cursor: pointer;
  opacity: 1;
}

aside.login form.lwa-remember td.lwa-remember-buttons a {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 22px;
  margin: 0 0 0 40px;
  font-size: 0.9em;
  font-weight: 400;
  text-align: left;
  -webkit-appearance: none;
  background-image: url(../images/abbruch-fff.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
  opacity: 0.5;
  text-decoration: none;
}

aside.login form.lwa-remember td.lwa-remember-buttons a:hover {
  opacity: 1;
}

aside.profile {
  display: block;
  padding: 10px 0;
  margin: 0 0 40px 0;
  float: right;
  width: auto;
  font-size: 0.9em;
  text-align: right;
}

aside.profile br {
  display: none;
}

aside.profile ul,
aside.profile ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

aside.profile h2.widgettitle {
  display: block;
  padding: 3px 0 0 0;
  margin: 0 0 0 0;
  font-size: 1em;
  float: left;
}

aside.profile .lwa {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  font-size: 1em;
  float: left;
}

aside.profile .lwa table,
aside.profile .lwa table tr,
aside.profile .lwa table tr td {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

aside.profile .lwa table tr td.lwa-avatar {
  display: none;
}

aside.profile .lwa table tr td.lwa-info a {
  display: inline-block;
  padding: 0;
  margin: 0;
}

aside.profile .lwa table tr td.lwa-info a {
  background-image: url(../images/profile.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 16px auto;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  margin: 0 0 0 20px;
}

aside.profile .lwa table tr td.lwa-info a#wp-logout {
  background-image: url(../images/logout.png);
}

section.intern-overview {
  display: block;
  padding: 0;
  margin: 0 0 40px 0;
}

section.intern-overview article h3 {
  display: block;
  padding: 0 20px 0 0;
  margin: 0 0 16px 0;
}

section.intern-overview article .all-items {
  display: block;
  padding: 0 20px 0 0;
  margin: 0 0 16px 0;
}

section.intern-overview article .all-items a {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
  text-decoration: none;
  font-weight: 700;
  color: #999;
}

section.intern-overview article .all-items a:hover {
  color: #000;
}

section.intern-overview article.gf-news-overview,
section.intern-overview article.gf-info,
section.intern-overview article.br-news-overview,
section.intern-overview article.br-events-overview,
section.intern-overview article.br-info {
  width: 33.3333%;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}

section.intern-overview article ul {
  display: block;
  padding: 0 20px 0 0;
  margin: 0;
  list-style-type: none;
}

section.intern-overview article ul li {
  display: block;
  padding: 0;
  margin: 0 0 8px 0;
}

section.intern-overview article ul li a {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

section.intern-overview article ul li span {
  display: block;
  color: #999;
}

.intern-news-list {
  display: block;
  padding: 0;
  margin: 0;
}

.intern-news-list .intern-news-item {
  display: block;
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.intern-news-list .intern-news-item span.date {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  color: #999;
}

.intern-news-list .intern-news-item a.title {
  display: inline-block;
  padding: 6px 0;
  margin: 0;
  font-size: 1.1em;
  font-weight: 700;
}

.intern-news-list .intern-news-item span.excerpt {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

.intern-news-list .intern-news-item a.readmore {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: right;
  font-size: 0.9em;
  font-weight: 600;
}

.more-intern ul {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
}

.more-intern ul li {
  font-size: 0.9em;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666;
}

.more-intern ul li a {
  font-weight: 700;
  color: #333;
  margin: 0 0 0 8px;
}

.more-intern ul li a:hover {
  color: #335c85;
}

.single-more-intern {
  display: block;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #ccc;
}

article.single-intern-news span.date {
  display: block;
  margin: 0 0 10px 0;
  color: #999;
}

article.single-intern-news span.voe {
  color: #333;
}

/* --- Cookie Hinweis --- */
#cookie-notice {
  display: none;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 1rem;
  line-height: 20px;
  left: 0;
  text-align: center;
  background-color: #003366 !important;
  border-top: 3px solid #fff !important;
}

.cookie-notice-container {
  padding: 20px !important;
  font-size: 1rem;
  color: #fff;
}

.cn-top {
  top: 0;
}

.cn-bottom {
  bottom: 0;
}

#cookie-notice .button {
  margin-left: 10px;
}

#cookie-notice .button.wp-default {
  font-family: sans-serif;
  line-height: 1.5rem !important;
  padding: 0 10px !important;
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  border-style: solid;
  border-width: 2px !important;
  font-size: 1rem !important;
  font-weight: bold;
}

#cookie-notice .button.wp-default:hover,
#cookie-notice .button.wp-default:focus {
  background: #fff !important;
  border-color: #fff !important;
  color: #003366 !important;
}

#cookie-notice .button.cn-more-info {
  line-height: 1.5rem !important;
  padding: 0 10px !important;
  background: transparent !important;
  border-color: #003366 !important;
  color: #fff !important;
  text-shadow: none !important;
  border: none !important;
  font-size: 90% !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}

#cookie-notice .button.cn-more-info:hover,
#cookie-notice .button.cn-more-info:focus {
  background: #003366 !important;
  border-color: #003366 !important;
  color: #fff !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 1023px) {
  #cn-notice-text {
    display: block;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #cookie-notice .button.cn-more-info {
    display: block !important;
    padding-top: 20px !important;
  }
}
#rufbus .rufbus-left {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  width: calc(100% - 440px);
}

@media only screen and (max-width: 1024px) {
  #rufbus .rufbus-left {
    width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 800px) {
  #rufbus .rufbus-left {
    width: calc(100% - 270px);
  }
}
@media only screen and (max-width: 767px) {
  #rufbus .rufbus-left {
    float: none;
    width: 100%;
  }
}
#rufbus .rufbus-right {
  display: block;
  padding: 30px;
  margin: 0;
  float: right;
  width: 400px;
  border: 2px solid #eeeeee;
}

@media only screen and (max-width: 1024px) {
  #rufbus .rufbus-right {
    width: 300px;
  }
}
@media only screen and (max-width: 800px) {
  #rufbus .rufbus-right {
    width: 250px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #rufbus .rufbus-right {
    padding: 30px 0 0 0;
    margin: 40px 0 0 0;
    float: none;
    width: 100%;
    border: none;
    border-top: 2px solid #eeeeee;
  }
}
#rufbus h2 {
  font-weight: 700;
  font-size: 1.8em;
}

#rufbus .rufbus-download-files ul {
  display: block;
  padding: 15px 0 0 0;
  margin: 0;
  list-style-type: none;
}

#rufbus .rufbus-download-files ul li {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
}

#rufbus .rufbus-download-files ul li:last-child {
  margin: 0 0 0 0;
}

#rufbus .rufbus-download-files ul li a {
  display: block;
  padding: 0;
  margin: 0;
  background-color: #ebf5f0;
  font-weight: 600;
  padding: 7px 15px;
  text-decoration: none;
}

#rufbus .rufbus-download-files ul li a:hover {
  background-color: #00305b;
  color: #fff;
}

#rufbus .rufbus-download-files ul li a span.extension {
  text-transform: uppercase !important;
}

#rufbus .rufbus-download-files ul li a span.filesize {
  font-weight: 400;
  font-size: 90%;
}

.accordion-container {
  display: block;
  padding: 20px 0 0 0;
}

.accordion-container .accordionButton {
  display: block;
  color: #fff;
  background-color: #00305b;
  font-weight: 600;
  margin-top: 3px;
  padding: 7px 40px 7px 15px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.accordion-container .accordionButton::after {
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 8px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  z-index: 1;
}

.accordion-container .accordionButton:hover,
.accordion-container .accordionButton.on {
  background-color: #00803c;
}

.accordion-container .accordionButton.on::after {
  content: "-";
}

.accordion-container .accordionContent {
  padding: 15px 40px 5px 15px;
  background-color: #ebf5f0;
}

blockquote {
  background-color: #ebeff2;
  border-left: 2px solid #00305b;
  padding: 13px 20px 5px 13px;
}

ul.buttons {
  display: block;
  padding: 0 0 20px 0;
  margin: 0;
  list-style-type: none;
}

ul.buttons li {
  display: block;
  padding: 10px 0;
  margin: 0;
}

ul.buttons li a {
  background-color: #036;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 12px;
  display: inline-block;
}

ul.buttons li a:hover {
  background-color: #000;
}

.nav-container {
  position: absolute;
  width: 100%;
  z-index: 5555;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.navbar {
  background-color: #fff;
  margin: 0 0 0;
  padding: 0;
  width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid #003366;
}

.logo2 {
  float: left;
  width: 100px;
  display: none;
  padding: 0;
  margin: 18px 0 0 20px;
}

.logo2 a {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.logo2 a:hover {
  opacity: 1;
}

.navbox {
  float: right;
  width: 840px;
  display: block;
  padding: 0;
  margin: 0;
}

.navbar ul {
  float: right;
}

.navbar li {
  list-style: none;
  padding: 0 0 0 0;
  float: left;
  position: relative;
  display: block;
}

.navbar li a {
  display: block;
  color: #6684a3;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 20px 10px;
}

.navbar li:hover a {
  margin: 0 0 0 0;
  color: #003366;
  background-color: #f2f2f2;
}

.navbar li a:hover {
  display: block;
  color: #003366;
  text-decoration: none;
}

.navbar li.menu-item-has-children:hover a {
  cursor: default;
}

.navbar li.menu-item-has-children:hover li a {
  cursor: pointer;
}

.navbar li.menu-item-has-children a:after {
  content: "+";
  display: inline-block;
  margin: 0 0 0 5px;
  width: 10px;
  text-align: center;
}

.navbar li.menu-item-has-children:hover a:after {
  content: "-";
}

.navbar li.menu-item-has-children li a:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 0;
  width: auto;
  text-align: center;
}

.navbar li.menu-item-has-children:hover li a:after {
  content: "";
}

.navbar li.current-menu-item a,
.navbar li.current-menu-item a:hover,
.navbar li.current_page_item a,
.navbar li.current_page_item a:hover,
.navbar li.current-menu-parent a,
.navbar li.current-menu-parent a:hover {
  display: block;
  color: #003366;
  text-decoration: none;
  cursor: default;
}

.navbar li.current-page-ancestor a,
.navbar li.current-page-ancestor a:hover {
  color: #ffffff;
  background: #787878;
}

.navbar li ul {
  display: none;
  width: 220px;
  border: 0;
}

.navbar li:hover ul {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 1px solid #e9e9e9;
}

.navbar li:hover li,
.navbar li.hover li {
  float: none;
  padding: 0;
  margin: 0;
}

.navbar li:hover li a,
.navbar li.hover li a {
  color: #000000;
}

.navbar li.current_page_item li a,
.navbar li.current-page-ancestor li a,
.navbar li li a,
.navbar li:hover li a {
  background-color: #fff;
  background-image: url(../images/nav-arrow.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 10px 10px 10px 30px;
  margin: 0;
  font-size: 0.9em;
  font-weight: 600;
  color: #6684a3;
  text-transform: none;
  border-radius: 0;
  border-bottom: 1px solid #e9e9e9;
}

.navbar li li:last-child a {
  border-bottom: 0;
}

.navbar li.current_page_item li a:hover,
.navbar li.current-page-ancestor li a:hover,
.navbar li li a:hover {
  background-color: #f2f2f2;
  color: #003366;
  background-image: url(../images/nav-arrow-hover.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
}

.navbar li li.current-menu-item a,
.navbar li li.current-menu-item a:hover {
  background-color: #f2f2f2;
  color: #003366;
  background-image: url(../images/nav-arrow-hover.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 10px 10px 10px 30px;
  cursor: default;
}

.menubutton {
  float: none;
  display: none;
  height: 60px;
  line-height: 40px;
  margin: 20px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #003366;
}

.menubutton a {
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(../images/menubutton.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  padding: 0 30px 0 0;
  display: inline-block;
  color: #000;
  font-size: 1.3em;
}

.home-container .slogan {
  left: 20px;
}

.home-nav ul {
  list-style-type: none;
  margin: 0;
}

.home-nav ul li {
  display: block;
  float: left;
  margin: 0 0 10px 10px;
  width: 140px;
}

.home-nav ul li a {
  width: 140px;
  height: 140px;
  background-color: #003366;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.85em;
  padding: 15px 0 0 0;
  text-transform: uppercase;
}

.home-nav ul li a img {
  display: block;
  padding: 0 0 10px 0 !important;
  max-width: 80px;
  margin: 0 auto;
  text-align: center;
}

.home-nav ul li a:hover {
  background-color: #00803c;
}

/* ---- Shrink ---- */
.nav-inner-small {
  width: 100%;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #003366;
  -webkit-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  -webkit-transition: box-shadow 0.8s;
  -webkit-transition: -webkit-box-shadow 0.8s;
  transition: -webkit-box-shadow 0.8s;
  transition: box-shadow 0.8s;
  transition: box-shadow 0.8s, -webkit-box-shadow 0.8s;
  position: fixed;
  top: 0;
}

.nav-inner-small .navbar {
  border-bottom: 0;
}

.searchform-fahrplan {
  height: 40px;
  width: 300px;
  display: block;
}

.searchform-fahrplan .eintrag {
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 260px;
  border-top: 1px solid #6684a3;
  border-left: 1px solid #6684a3;
  border-bottom: 1px solid #6684a3;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.searchform-fahrplan .eintrag input {
  border: 0;
  font-size: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 30px 0 10px;
  line-height: 36px;
  width: 260px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.searchform-fahrplan .senden {
  width: 40px;
  height: 40px;
  display: block;
  float: right;
}

.searchform-fahrplan .senden input {
  border: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-color: #6684a3;
  background-image: url(../images/lupe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  display: block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.searchform-fahrplan .senden input:hover {
  background-color: #036;
  -webkit-box-shadow: 10px 10px 5px #999;
  box-shadow: 0 0 10px #999;
}

.ui-autocomplete-loading {
  background-image: url(../images/searchbar.gif);
  background-repeat: no-repeat;
  background-position: 240px center;
}

.ui-front {
  z-index: 100;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 0.9em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  width: 298px;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #222;
  -webkit-box-shadow: 10px 10px 5px #999;
  box-shadow: 0 0 10px #999;
}

.ui-widget-content a {
  color: #4f4f4f;
}

.ui-widget-header {
  border: 1px solid #b6b6b6;
  color: #4f4f4f;
  font-weight: bold;
}

.ui-widget-header {
  background: #ededed url("../images/bg_fallback.png") 0 0 repeat-x; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
  background: linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* W3C */
}

.ui-widget-header a {
  color: #4f4f4f;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #b6b6b6;
  font-weight: normal;
  color: #4f4f4f;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ededed url("../images/bg_fallback.png") 0 0 repeat-x; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
  background: linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* W3C */
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #4f4f4f;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: #eeeeee;
  color: #222;
}

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #222;
  text-decoration: none;
  padding: 3px 8px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  outline: none;
  color: #1c4257;
  border: 1px solid #7096ab;
  background: #ededed url("../images/bg_fallback.png") 0 -50px repeat-x; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#b9e0f5), to(#92bdd6));
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* W3C */
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #313131;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #d2dbf4;
  background: #f4f8fd;
  color: #0d2054;
  border-radius: 0 !important;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #e2d0d0;
  background: #fcf0f0;
  color: #280b0b;
  border-radius: 0 !important;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Overlays */
.ui-widget-overlay {
  background: #262b33;
  opacity: 0.7;
  filter: Alpha(Opacity=70);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #000000;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
} /*



.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 30;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
} /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 3px 8px;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
  font-weight: 600;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}

.wpcf7 .das-kontaktformular {
  display: block;
  padding: 20px;
  margin: 0;
  background-color: #f2f2f2;
  border-radius: 5px;
}

.wpcf7 .das-kontaktformular ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wpcf7 .das-kontaktformular ul li {
  display: block;
  padding: 0 0 1em 0;
  margin: 0;
}

.wpcf7 .das-kontaktformular ul li ul li.label {
  font-weight: 600;
  display: block;
  padding: 0 0 0.5em 0;
  margin: 0;
}

.wpcf7 .das-kontaktformular ul li ul li input {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 100%;
  display: block;
  padding: 5px;
  margin: 0;
}

.wpcf7 .das-kontaktformular ul li ul li input.wpcf7-not-valid {
  border: 1px solid #dc0000;
}

.wpcf7 .das-kontaktformular ul li ul li textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 100%;
  display: block;
  padding: 5px;
  margin: 0;
  font-size: 1em;
}

.wpcf7 .das-kontaktformular ul li ul li.senden {
  width: auto;
  display: inline-block;
  padding: 5px;
  margin: 0;
}

.wpcf7 .das-kontaktformular ul li ul li.reset {
  width: auto;
  display: inline-block;
  padding: 5px;
  margin: 0;
}

.wpcf7 .das-kontaktformular ul li ul li.senden input {
  display: block;
  width: 130px;
  height: 35px;
  padding: 5px;
  font-size: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #036;
  background-color: transparent;
  border: 1px solid #036;
  font-weight: 700;
  text-transform: uppercase;
}

.wpcf7 .das-kontaktformular ul li ul li.reset input {
  display: block;
  width: 130px;
  height: 35px;
  padding: 5px;
  font-size: 0.9em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #6684ac;
  background-color: transparent;
  border: 1px solid #6684ac;
}

.wpcf7 .das-kontaktformular ul li ul li.senden input:hover {
  color: #fff;
  background-color: #036;
  border: 1px solid #036;
  cursor: pointer;
}

.wpcf7 .das-kontaktformular ul li ul li.reset input:hover {
  color: #fff;
  background-color: #6684ac;
  border: 1px solid #6684ac;
  cursor: pointer;
}

.wpcf7 .das-kontaktformular ul li ul li.senden img {
  position: absolute;
  z-index: 333;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -80px;
  border: 20px solid #000;
  border-radius: 200px;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}

span.wpcf7-not-valid-tip {
  font-size: 0.8em !important;
  color: #fff !important;
  display: block !important;
  margin: 3px 0 0 0 !important;
  padding: 5px !important;
  background-color: #dc0000;
  text-align: center;
}

.alert, .succes {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}

.alert #cboxLoadedContent, .succes #cboxLoadedContent {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.alert {
  color: #dc0000;
}

.succes {
  color: #036;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/**
 * jQuery Timepicker
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-timepicker {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden; /* IE */
}

.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  /* overwrites .ui-widget-content */
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #222;
  /* overwrites .ui-menu */
  margin: 0;
  padding: 2px;
}

.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}

.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #DADADA;
  border: 1px solid #999;
  font-weight: normal;
  color: #212121;
}

.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
  float: left;*/
  margin: 0;
  padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  border-radius: 4px;
}

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

.ui-autocomplete {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#fahrpreisrechner {
  max-width: 100%;
  width: 670px;
}

#fahrpreisrechner .eingabemaske form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

#fahrpreisrechner .eingabemaske form > div {
  position: relative;
}

#fahrpreisrechner .eingabemaske form .textinput {
  border: 1px solid #6784a4;
  border-radius: 5px;
  padding: 5px 25px 5px 45px;
  font-weight: bold;
  margin-right: 10px;
  display: block;
  height: 35px;
  width: 250px;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#fahrpreisrechner .eingabemaske form .von-text:before {
  content: "von:";
  display: block;
  color: #6784a4;
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#fahrpreisrechner .eingabemaske form .nach-text:before {
  content: "nach:";
  display: block;
  color: #6784a4;
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#fahrpreisrechner .eingabemaske form .nach-text .textinput {
  padding: 5px 25px 5px 50px;
}

#fahrpreisrechner .eingabemaske form .hint {
  color: red;
  display: none;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#fahrpreisrechner .ajax-load {
  margin: 20px auto;
  display: none;
}

#fahrpreisrechner .eingabemaske form .submit {
  border: 2px solid #6784a4;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  background-color: #6784a4;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  height: 35px;
  opacity: 0.7;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#fahrpreisrechner .eingabemaske form .submit:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#fahrpreisrechner .eingabemaske form .delete {
  display: block;
  position: absolute;
  right: 21px;
  top: -1px;
  width: 10px;
  height: 10px;
  font-size: 26px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#fahrpreisrechner .eingabemaske form .delete:hover {
  cursor: pointer;
}

#fahrpreisrechner .eingabemaske #fpr-message {
  color: red;
  margin: 20px 0 10px;
  padding: 10px 20px;
  border: 2px solid red;
  border-radius: 5px;
  display: none;
  width: 100%;
}

#fahrpreisrechner .fpr-result-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  min-height: 50px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

#fahrpreisrechner .fpr-result {
  margin-right: 10px;
  width: 512px;
}

#fahrpreisrechner .fpr-result table {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 3px rgb(103, 132, 164);
  box-shadow: 0px 0px 10px 3px rgb(103, 132, 164);
  margin: 20px 0;
  width: 100%;
}

#fahrpreisrechner .fpr-result table tbody {
  padding: 0;
  margin: 0;
}

#fahrpreisrechner .fpr-result table tbody tr {
  border-bottom: 1px solid #cbcbcb;
  height: 35px;
}

#fahrpreisrechner .fpr-result table tbody tr:nth-child(even) {
  background-color: #fff;
}

#fahrpreisrechner .fpr-result table tbody tr:nth-child(odd) {
  background-color: #ececec;
}

#fahrpreisrechner .fpr-result table tbody tr:first-child {
  background-color: #6784a4;
}

#fahrpreisrechner .fpr-result table tbody tr th {
  color: #fff;
  text-align: left;
  padding: 5px 20px;
  line-height: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#fahrpreisrechner .fpr-result table tbody tr td {
  color: #000;
  text-align: left;
  width: 50%;
  padding: 5px 20px;
  line-height: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#fahrpreisrechner .form-reset {
  display: none;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  text-decoration: none;
  opacity: 0.7;
  width: 148px;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#fahrpreisrechner .form-reset:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#fahrpreisrechner .form-reset .icon {
  height: 20px;
  margin-right: 10px;
  width: 20px;
  display: block;
}

#fahrpreisrechner .form-reset .text {
  line-height: 17px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 960px) {
  #fahrpreisrechner {
    max-width: 100%;
    width: 100%;
  }
  #fahrpreisrechner .eingabemaske form {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #fahrpreisrechner .eingabemaske form > div {
    width: 100%;
  }
  #fahrpreisrechner .eingabemaske form .textinput {
    width: 100%;
  }
  #fahrpreisrechner .eingabemaske form .nach-text .textinput {
    margin-top: 20px;
  }
  #fahrpreisrechner .eingabemaske form .nach-text::before {
    top: 27px;
  }
  #fahrpreisrechner .eingabemaske form .nach-text .delete {
    top: 19px;
  }
  #fahrpreisrechner .eingabemaske form .hint {
    margin-top: 5px;
  }
  #fahrpreisrechner .eingabemaske form .submit {
    width: 100%;
    margin-top: 20px;
  }
  #fahrpreisrechner .fpr-result-container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  #fahrpreisrechner .fpr-result {
    margin-right: 0;
    width: 100%;
  }
  #fahrpreisrechner .fpr-result table {
    width: 100%;
  }
  #fahrpreisrechner .eingabemaske #fpr-message {
    font-size: 14px;
    margin: 20px 0 20px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #fahrpreisrechner .eingabemaske form .delete {
    display: none;
  }
}
@media only screen and (min-width: 1601px) {
  article,
  article ul,
  aside,
  footer {
    font-size: 0.95em;
  }
  .container {
    width: 1400px;
  }
  header {
    width: 1400px;
  }
  section.two-column {
    width: 1040px;
  }
  aside {
    width: 300px;
  }
  .home-container .slogan {
    left: 40px;
    bottom: 80px;
  }
  .navbar {
    width: 1400px;
  }
  .navbar li a {
    font-size: 1.2em;
    padding: 20px;
  }
  .navbox {
    width: 1280px;
  }
  .home-news {
    float: left;
    padding: 0;
    width: 760px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 5px #cefa42;
    box-shadow: 0 0 10px #999;
    margin: -60px 0 0 40px;
    position: relative;
    z-index: 1;
  }
  .home-news-inner h2 {
    display: block;
    border-bottom: 1px solid #b3c2d1;
    color: #003366;
    font-size: 2em;
    font-weight: 800;
    padding: 10px 0 10px 0;
  }
  .home-news-inner ul li {
    display: block;
    padding: 16px 0;
    margin: 0;
    border-bottom: 1px solid #b3c2d1;
  }
  .home-news-inner ul li span.datum {
    font-size: 0.9em;
  }
  .home-news-inner ul li span.permalink a {
    font-size: 1em;
    line-height: 1.3em;
  }
  nav.home-nav {
    padding: 0;
    float: right;
    width: 570px;
  }
  .home-nav ul li {
    width: 180px;
  }
  .home-nav ul li a {
    width: 180px;
    height: 180px;
    font-size: 1em;
    padding: 20px 0 0 0;
  }
  .home-nav ul li a img {
    padding: 0 0 30px 0;
  }
  .home-nav ul li a:hover {
    background-color: #00803c;
  }
  footer {
    width: 1400px;
    margin: 20px auto 0 auto;
    padding: 40px 0;
  }
  .footer-left span.headline {
    font-size: 1em;
  }
  .footer-left p {
    font-size: 0.9em;
  }
  .footer-box {
    margin: 0 0 0 80px;
  }
  .footer-box span.headline {
    font-size: 1em;
  }
  .footer-box ul li a {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1600px) {
  .home-container a.home-liniennetzkarte {
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 60px;
    display: block;
    z-index: 1;
  }
  .home-container a.home-liniennetzkarte img {
    width: auto;
    height: 100%;
  }
  .navbar li a {
    font-size: 0.8em;
    padding: 20px 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .scrollup {
    bottom: 0;
    right: 50%;
    margin: 0 -40px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .headline {
    margin: 0 20px;
  }
  .breadcrumb {
    padding: 0 20px 20px 20px;
  }
  section.two-column {
    margin: 0 250px 0 0;
    width: auto;
    float: none;
  }
  section.two-column article {
    float: left;
  }
  article {
    padding: 0 20px;
  }
  aside {
    margin: 0 20px 0 0;
  }
  .container {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  header {
    width: 100%;
  }
  .menubutton {
    display: block;
  }
  .nav-container {
    position: relative;
    width: 100%;
    z-index: 98;
    -webkit-transition: none;
    transition: none;
  }
  .nav-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: 0;
  }
  .nav-inner-small {
    width: 100%;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: box-shadow 0.8s;
    -webkit-transition: none;
    transition: none;
    position: relative;
    top: 0;
  }
  .logo2 {
    display: none !important;
  }
  .navbar {
    background-color: #fff;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
    display: none;
  }
  .navbox {
    float: none;
    width: 100%;
  }
  .navbar ul {
    float: none;
    width: 100%;
  }
  .navbar li {
    float: none;
  }
  .navbar li a {
    display: block;
    color: #fff;
    background-color: #003366;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10px 0 !important;
    margin: 0 !important;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .navbar li:hover a {
    margin: 0 0 0 0;
    color: #fff;
    background-color: #00803a;
  }
  .navbar li a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .navbar li.menu-item-has-children:hover a {
    cursor: default;
  }
  .navbar li.menu-item-has-children:hover li a {
    cursor: pointer;
  }
  .navbar li.menu-item-has-children a:after {
    content: "+";
    display: inline-block;
    margin: 0 0 0 5px;
    width: 10px;
    text-align: center;
  }
  .navbar li.menu-item-has-children:hover a:after {
    content: "-";
  }
  .navbar li.menu-item-has-children li a:after {
    content: "";
    display: inline-block;
    margin: 0 0 0 0;
    width: auto;
    text-align: center;
  }
  .navbar li.menu-item-has-children:hover li a:after {
    content: "";
  }
  .navbar li.current-menu-item a,
  .navbar li.current-menu-item a:hover,
  .navbar li.current_page_item a,
  .navbar li.current_page_item a:hover,
  .navbar li.current-menu-parent a,
  .navbar li.current-menu-parent a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: default;
    font-weight: 600;
    color: #ffff00;
  }
  .navbar li.current-page-ancestor a,
  .navbar li.current-page-ancestor a:hover {
    color: #ffffff;
    background: #787878;
  }
  .navbar li ul {
    display: none;
    width: auto;
    border: 0;
  }
  .navbar li:hover ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
  }
  .navbar li:hover li,
  .navbar li.hover li {
    float: none;
    padding: 0;
    margin: 0;
  }
  .navbar li:hover li a,
  .navbar li.hover li a {
    color: #000000;
  }
  .navbar li.current_page_item li a,
  .navbar li.current-page-ancestor li a,
  .navbar li li a,
  .navbar li:hover li a {
    background-color: #335c85;
    background-image: none;
    padding: 10px 10px 10px 10px;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
  }
  .navbar li li:last-child a {
    border-bottom: 1px solid #fff;
  }
  .navbar li.current_page_item li a:hover,
  .navbar li.current-page-ancestor li a:hover,
  .navbar li li a:hover {
    background-color: #036;
    color: #fff;
    background-image: none;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
  }
  .navbar li.current-menu-ancestor li.current-menu-item a,
  .navbar li.current-menu-ancestor li.current-menu-item a:hover,
  .navbar li.current-menu-ancestor li.current-menu-item a:focus,
  .navbar li.current-menu-ancestor li.current-menu-item a:active {
    background-image: none;
    background-color: #335c85;
    font-weight: 700;
    color: #ffff00;
  }
  .home-news {
    float: left;
    padding: 0;
    width: 50%;
    margin: -60px 0 0 0;
    position: relative;
    z-index: 1;
  }
  .home-news-inner {
    margin: 0 0 0 20px;
  }
  nav.home-nav {
    padding: 0;
    margin: 0 20px 0 0;
    float: right;
  }
  .home-nav ul li {
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    width: 140px;
  }
  footer {
    width: auto;
    margin: 20px 20px 0 20px;
  }
  .footer-left span.headline,
  .footer-box span.headline {
    margin: 0;
  }
  article.betriebsstellen ul li {
    width: 50%;
  }
  article.betriebsstellen ul li:nth-child(1),
  article.betriebsstellen ul li:nth-child(3),
  article.betriebsstellen ul li:nth-child(5),
  article.betriebsstellen ul li:nth-child(7),
  article.betriebsstellen ul li:nth-child(9),
  article.betriebsstellen ul li:nth-child(11) {
    display: block;
    padding: 0;
    margin: 0 0 0 0;
    clear: both;
  }
  article.betriebsstellen ul li:nth-child(1) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(3) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(5) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(7) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(9) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(11) div.betriebsstellen-inner {
    margin: 0 10px 20px 0;
  }
  article.betriebsstellen ul li:nth-child(2) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(4) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(6) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(8) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(10) div.betriebsstellen-inner,
  article.betriebsstellen ul li:nth-child(12) div.betriebsstellen-inner {
    margin: 0 0 20px 10px;
  }
  .home-container a.home-liniennetzkarte {
    left: 20px;
    top: 20px;
    bottom: 60px;
  }
  /** Startseien Layer **/
  #startlayer .layercontent {
    max-width: 85%;
    max-height: 85%;
  }
}
@media only screen and (max-width: 1001px) {
  .home-news {
    float: none;
    padding: 0;
    width: 100%;
    margin: -60px 0 40px 0;
    position: relative;
    z-index: 1;
  }
  .home-news-inner {
    margin: 0 20px 0 20px;
  }
  nav.home-nav {
    padding: 0;
    margin: 0 auto;
    float: none;
    width: 460px;
    display: block;
  }
  .home-nav ul li {
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    width: 140px;
  }
  .footer-left {
    float: none;
    display: block;
    margin: 0 0 40px 0;
    width: 100%;
  }
  .footer-right {
    float: none;
    width: 100%;
  }
  .footer-box {
    float: left;
    display: block;
    margin: 0 60px 0 0;
  }
  .footer-box-last {
    margin: 0 0 0 0;
  }
  .scrollup {
    bottom: 20px;
    right: 20px;
    margin: 0 0 0 0;
  }
  .fahrplan-breadcrumb {
    /*centering*/
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    border-radius: 5px;
    background: transparent;
    -webkit-filter: none;
            filter: none;
  }
  .fahrplan-breadcrumb a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    float: none;
    font-weight: 600;
    line-height: 36px;
    color: white;
    padding: 0 20px 0 40px;
    background: #666;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .fahrplan-breadcrumb a:first-child {
    padding-left: 20px;
    border-radius: 5px 0 0 5px;
    /*to match with the parent's radius*/
  }
  .fahrplan-breadcrumb a:first-child:before {
    left: 14px;
  }
  .fahrplan-breadcrumb a:last-child {
    padding-right: 20px;
  }
  /*hover/active styles*/
  .fahrplan-breadcrumb a:hover {
    background: #333;
  }
  .fahrplan-breadcrumb a:hover:after {
    background: #333;
  }
  .fahrplan-breadcrumb a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    -webkit-transform: scale(0.707) rotate(45deg);
            transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #666;
    -webkit-box-shadow: 2px -2px 0 2px #fff, 3px -3px 0 2px #fff;
            box-shadow: 2px -2px 0 2px #fff, 3px -3px 0 2px #fff;
    border-radius: 0 5px 0 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
  }
  .fahrplan-breadcrumb span.current {
    clear: both;
    text-decoration: none;
    display: block;
    float: none;
    line-height: 1.2em;
    font-weight: 600;
    color: #333;
    padding: 8px 20px;
    margin: 10px 0 0 0;
    position: relative;
    font-size: 1.2em;
    border-radius: 5px;
    background: #eee;
    /* Old browsers */
  }
}
@media only screen and (max-width: 767px) {
  section.two-column {
    margin: 0 0 0 0;
  }
  section.two-column article {
    float: none;
  }
  section.kontaktdaten,
  section.kontaktformular {
    width: 100%;
    float: none;
  }
  section.kontaktdaten {
    margin: 0 0 40px 0;
  }
  article {
    font-size: 0.9em;
  }
  aside {
    display: block;
    padding: 0;
    margin: 40px 20px 0 20px;
    float: none;
    width: auto;
  }
  .home-container .slogan {
    display: inline-block;
    position: absolute;
    bottom: 40px;
    background-color: #003366;
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    padding: 10px;
  }
  .home-news {
    margin: -40px 0 40px 0;
  }
  .logo a {
    width: 152px;
    height: 80px;
    display: block;
    margin: 20px 0 0 20px;
  }
  .logo img.logo-big {
    display: none;
  }
  .logo img.logo-small {
    display: block;
  }
  .telefon {
    float: right;
    margin: 40px 20px 0 0;
  }
  .telefon span {
    color: #003366;
    font-size: 1.5em;
    font-weight: 400;
    background-image: url(../images/telefon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px 36px;
    padding: 20px 0 20px 40px;
  }
  .footer-box {
    float: none;
    display: block;
    margin: 0 0 40px 0;
  }
  .home-container a.home-liniennetzkarte {
    left: 20px;
    top: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 639px) {
  .breadcrumb {
    font-size: 0.7em;
  }
  article {
    font-size: 0.8em;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }
  .home-container .slogan {
    bottom: 40px;
    font-size: 1.2em;
  }
  .home-news-inner h2 {
    font-size: 1.3em;
  }
  article.betriebsstellen ul li div.betriebsstellen-inner {
    min-height: 140px;
  }
  #startlayer p {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #startlayer p a img {
    height: auto;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  nav.home-nav {
    width: 400px;
  }
  .home-nav ul li {
    width: 120px;
  }
  .home-nav ul li a {
    width: 120px;
    height: 120px;
    font-size: 0.75em;
    padding: 15px 0 0 0;
  }
  .home-nav ul li a img {
    display: block;
    padding: 0 0 10px 0;
    max-width: 60px;
    margin: 0 auto;
  }
  article.betriebsstellen ul li {
    display: block;
    padding: 0;
    margin: 0 0 0 0;
    width: auto;
    float: none;
  }
  article.betriebsstellen ul li div.betriebsstellen-inner {
    padding: 0;
    margin: 0 0 20px 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: auto;
  }
  /** Startseien Layer **/
  #startlayer .layercontent {
    max-width: 75%;
    max-height: 90%;
    padding: 30px 20px 20px 20px;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  #startlayer .layercontent .close {
    right: 10px;
    top: 10px;
    font-size: 1rem;
  }
  #startlayer .layercontent h2 {
    font-size: 1.2em;
    line-height: 1.6rem;
  }
  #openingLayer {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media only screen and (max-width: 479px) {
  nav.home-nav {
    width: 270px;
  }
  .home-news {
    margin: 20px 0 40px 0;
  }
  .home-container .slogan {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    background-color: #003366;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
    padding: 10px;
    text-align: center;
  }
  .logo a {
    width: 114px;
    height: 60px;
    display: block;
    margin: 30px 0 0 20px;
  }
  .telefon span {
    color: #003366;
    font-size: 1.2em;
    font-weight: 400;
    background-image: url(../images/telefon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding: 20px 0 20px 30px;
  }
  .tarife table {
    font-size: 0.8em;
  }
  .home-container a.home-liniennetzkarte {
    left: 20px;
    top: 20px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 400px) {
  .searchform-fahrplan {
    width: 280px;
  }
  .searchform-fahrplan .eintrag {
    width: 240px;
  }
  .searchform-fahrplan .eintrag input {
    width: 240px;
  }
  .ui-autocomplete-loading {
    background-position: 220px center;
  }
  .ui-widget-content {
    width: 278px;
  }
  .fahrplan-breadcrumb {
    font-size: 0.9em;
  }
  .fahrplan-breadcrumb a {
    line-height: 36px;
    padding: 0 10px 0 30px;
  }
  .fahrplan-breadcrumb a:first-child {
    padding-left: 10px;
  }
  .fahrplan-breadcrumb a:first-child:before {
    left: 14px;
  }
  .fahrplan-breadcrumb a:last-child {
    padding-right: 10px;
  }
  .ferienkalender table {
    font-size: 0.85em;
  }
  .tarife table {
    font-size: 0.5em;
  }
  .home-container a.home-liniennetzkarte {
    left: 20px;
    top: 10px;
    bottom: 15px;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.navbar li.menu-item-58 a,
.navbar li.menu-item-58 a:hover {
  display: block;
  color: #003366;
  text-decoration: none;
  cursor: default;
}

.navbar li.menu-item-574 a,
.navbar li.menu-item-574 a:hover {
  display: block;
  color: #003366;
  text-decoration: none;
  cursor: default;
}

.navbar li.menu-item-76 a,
.navbar li.menu-item-76 a:hover {
  display: block;
  color: #003366;
  text-decoration: none;
  cursor: default;
}

.navbar li li.menu-item-61 a,
.navbar li li.menu-item-61 a:hover {
  background-color: #f2f2f2;
  color: #003366;
  background-image: url(../images/nav-arrow-hover.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 10px 10px 10px 30px;
  cursor: default;
}

.navbar li.menu-item-77 a,
.navbar li.menu-item-77 a:hover {
  display: block;
  color: #003366;
  text-decoration: none;
  cursor: default;
}

.navbar li li.menu-item-969 a,
.navbar li li.menu-item-969 a:hover {
  background-color: #f2f2f2;
  color: #003366;
  background-image: url(../images/nav-arrow-hover.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 10px 10px 10px 30px;
  cursor: default;
}

/*
 * Adaptive fix for form and result
 * Flexbox for reverse order
 */
@media only screen and (max-width: 764px) {
  .container__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rufbus-container #progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .rufbus-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rufbus-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #persangaben {
    width: 100%;
  }
  .rufbus-result__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* form fix */
  #rufbusanfordern-form {
    width: 100%;
  }
  #rufbus-preview-parent {
    width: unset;
  }
  .available-results .row > div .bustimetable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .available-results .row .regular div span {
    display: none;
  }
}
/* 
 Form error
 */
span.form-error {
  color: red;
  font-size: 0.8em;
  margin-top: 1em;
}

#rufbus-final-submit-result p.success {
  padding: 10px;
  border: 2px solid green;
  margin-top: 30px;
  display: block;
}

#loader {
  display: none;
  margin: 40px auto -19px auto;
  text-align: center;
  clear: both;
}

/** Schritt 2 - Auswahl Rufbus **/
.input-overview {
  margin-bottom: 30px;
}

.input-overview .line1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.input-overview .line1 .icon,
.input-overview .line2 .icon {
  height: 15px;
  width: auto;
  display: block;
  margin-right: 10px;
  opacity: 0.3;
}

.input-overview .line1 span,
.input-overview .line2 span {
  margin-right: 10px;
}

.input-overview .line2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1rem;
}

.available-results {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.available-results .starting {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.available-results .starting span {
  color: #707070;
  opacity: 0.3;
  padding: 3px 10px 3px 0;
}

.available-results .starting .dec-line {
  background-color: #707070;
  opacity: 0.3;
  height: 1px;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.available-results .row {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: black;
  font-size: 0.8rem;
  padding: 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.available-results .row:first-child {
  padding-top: 10px;
}

.available-results .row > div {
  padding: 0 20px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.available-results .row > div > div {
  display: inline-block;
}

.available-results .row .regularblock {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.available-results .row > div:first-child {
  padding-left: 0;
}

.available-results .row > div:last-child {
  padding-right: 0;
}

.available-results .row > div .rufbuswahl {
  border: 1px solid #00803c;
  padding: 5px 15px;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: white;
  background: #00803c;
  border-radius: 10px;
}

.available-results .row > div .rufbuswahl:hover {
  opacity: 0.5;
  cursor: pointer;
}

.available-results .row > div .bustimetable {
  border: 1px solid #00803c;
  padding: 5px 15px;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  border-radius: 10px;
  text-decoration: none;
}

.available-results .row > div .bustimetable:hover {
  color: white;
  background: #00803c;
  cursor: pointer;
}

.available-results .row .regular {
  display: inline-block;
  opacity: 0.5;
}

.available-results .row .regular div {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.available-results .row .regular img {
  height: 15px;
  width: auto;
  display: block;
  margin-right: 10px;
}

.rufbus-result-container .form-reset {
  display: none;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  text-decoration: none;
  opacity: 0.7;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: 1px solid #00305b;
  border-radius: 10px;
  padding: 8px 20px;
}

.rufbus-result-container .form-reset:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.rufbus-result-container .form-reset .icon {
  height: 15px;
  margin-right: 10px;
  width: 15px;
  display: block;
}

.rufbus-result-container .form-reset .text {
  line-height: 15px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/** Progress Anzeige **/
#progress {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-bottom: 40px;
  /* margin-right: 100px; */
}

#progress li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: none;
  position: relative;
  padding-bottom: 15px;
}

#progress li .step-header {
  cursor: pointer;
}

#progress li span {
  border: 1px solid #00305b;
  color: #00305b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 0.8rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0.6;
  margin-right: 10px;
}

#progress li.active span {
  border: 1px solid #00305b;
  background-color: #00305b;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 0.8rem;
  opacity: 1;
}

#progress li.show {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#progress li.show::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #00305b;
  opacity: 0.6;
  top: 30px;
  left: 15px;
  position: absolute;
}

#progress li.last {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-bottom: 0;
}

#progress li.last::after {
  display: none;
}

#progress li div {
  font-weight: normal;
  color: #00305b;
}

#progress li.active div {
  font-weight: bold;
}

/** Last info before submit **/
#finalSubmitInfo {
  display: none;
  width: 100%;
}

#finaladv {
  display: none;
  width: 100%;
  clear: left;
}

/** rufbus-preview **/
#rufbus-preview-parent {
  float: right;
  width: 450px;
  padding-bottom: 100px;
}

#rufbus-preview {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  display: none;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
}

#rufbus-preview .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  padding: 10px 0;
}

#rufbus-preview .row:first-child {
  padding-top: 0;
}

#rufbus-preview .row:last-child {
  padding-bottom: 8px;
  border-bottom: none;
}

#rufbus-preview .line1 {
  font-size: 1rem;
  font-weight: bold;
}

#rufbus-preview .line2 {
  font-size: 0.8rem;
  font-weight: bold;
}

#rufbus-preview .line3 {
  font-size: 0.8rem;
}

#rufbus-preview .line4 {
  font-size: 0.8rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#rufbus-preview .line5 {
  font-size: 0.8rem;
  display: none;
}

#rufbus-preview .line6 {
  font-size: 0.8rem;
  display: none;
}

#rufbus-preview .linePreise {
  font-size: 0.8rem;
  display: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#rufbus-preview .line7 {
  font-size: 0.8rem;
  display: none;
}

#rufbus-preview .row .icon {
  height: 15px;
  opacity: 0.5;
  width: auto;
  display: block;
  margin-right: 15px;
}

#rufbus-preview .row span.zeilenblock {
  margin-right: 20px;
}

#rufbus-preview .row .editbutton {
  background: transparent;
  border: none;
  height: 15px;
  width: auto;
  opacity: 0.5;
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#rufbus-preview .row .editbutton img {
  height: 15px;
  width: auto;
  display: block;
}

#preise-preview {
  width: 100%;
}

.fahrpreise {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.fahrpreise tbody {
  padding: 0;
  margin: 0;
}

.fahrpreise tbody tr {
  border-bottom: 1px solid #cbcbcb;
  height: 35px;
}

.fahrpreise tbody tr:nth-child(even) {
  background-color: #fff;
}

.fahrpreise tbody tr:nth-child(odd) {
  background-color: #ececec;
}

.fahrpreise tbody tr:first-child {
  background-color: #6784a4;
}

.fahrpreise tbody tr th {
  color: #fff;
  text-align: left;
  padding: 5px 20px;
  line-height: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.fahrpreise tbody tr td {
  color: #000;
  text-align: left;
  width: 50%;
  padding: 5px 20px;
  line-height: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/** MoreInfo Block **/
#moreinfo {
  display: none;
  position: relative;
  clear: left;
  float: left;
}

#moreinfo-container {
  position: relative;
  z-index: 1;
}

#moreinfo-container .layer {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#moreinfo-container > .auswahl {
  z-index: 3;
  position: relative;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 5px 30px 5px 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 10px;
  background-position: right 5px top 9px;
}

#moreinfo-container > .auswahl select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-weight: bold;
  width: 100%;
  position: absolute;
  padding-left: 65px;
  padding-right: 20px;
  padding-top: 2px;
  background: transparent;
}

#moreinfo-container > .auswahl select::-ms-expand {
  display: none;
}

#moreinfo-container > .auswahl .text {
  margin-right: 15px;
  display: inline-block;
  font-size: 0.8rem;
  color: #707070;
  font-style: italic;
}

#zubehoer-waehlen {
  cursor: pointer;
}

#zubehoer-container {
  border: 1px solid #707070;
  position: relative;
  z-index: 3;
  border-radius: 6px;
  padding: 20px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  width: 300px;
  margin-bottom: 50px;
  display: none;
}

#zubehoer-container .auswahl {
  position: relative;
  border: 1px solid #707070;
  padding: 3px 25px 3px 3px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 10px;
  background-position: right 5px top 9px;
}

#zubehoer-container .auswahl .text {
  margin-right: 15px;
  display: inline-block;
  font-size: 0.7rem;
  color: #707070;
  font-style: italic;
}

#zubehoer-container .auswahlinput {
  margin-bottom: 10px;
  border: 1px solid #707070;
  width: 100%;
  padding: 0 3px 3px;
}

#zubehoer-container .auswahlinput input {
  width: 100%;
  border: none;
}

#zubehoer-container .auswahlinput input::-webkit-input-placeholder {
  font-size: 0.7rem;
}

#zubehoer-container .auswahlinput input::-moz-placeholder {
  font-size: 0.7rem;
}

#zubehoer-container .auswahlinput input:-ms-input-placeholder {
  font-size: 0.7rem;
}

#zubehoer-container .auswahlinput input::-ms-input-placeholder {
  font-size: 0.7rem;
}

#zubehoer-container .auswahlinput input::placeholder {
  font-size: 0.7rem;
}

#zubehoer-container .auswahl select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-weight: bold;
  width: 100%;
  position: absolute;
  padding-left: 115px;
  padding-right: 25px;
  padding-top: 2px;
  background: transparent;
}

#zubehoer-container .auswahl select::-ms-expand {
  display: none;
}

#zubehoer-container #submit-zubehoer-pre {
  display: block;
  margin: 0 auto;
  width: 150px;
  padding: 15px 10px;
  background-color: #00305b;
  border-radius: 15px;
  color: white;
  text-align: center;
  border: none;
}

#submit-zubehoer {
  margin: 30px 0 50px 0;
}

/** Persönliche Angaben **/
#persangaben {
  display: none;
  float: left;
  clear: left;
  padding-bottom: 50px;
}

#persangaben .auswahlinput {
  margin-bottom: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 100%;
  padding: 0 3px 3px;
}

#persangaben .auswahlinput input {
  width: 100%;
  border: none;
}

#persangaben .auswahlinput textarea {
  width: 100%;
  border: none;
  padding: 3px 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#persangaben .auswahlinput input::-webkit-input-placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput input::-moz-placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput input:-ms-input-placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput input::-ms-input-placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput input::placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput textarea::-webkit-input-placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput textarea::-moz-placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput textarea:-ms-input-placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput textarea::-ms-input-placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#persangaben .auswahlinput textarea::placeholder {
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.greenbutton {
  border: 1px solid #00803c;
  padding: 5px 15px;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: white;
  background: #00803c;
  border-radius: 5px;
  cursor: pointer;
}

/**  **/
#rufbusformular {
  clear: both;
  background-color: rgba(0, 48, 91, 0.08);
  padding: 30px;
  border-radius: 15px;
}

.ui-autocomplete {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.rufbusform-container {
  max-width: 100%;
  width: auto;
  display: table;
  margin-bottom: 50px;
}

.rufbusform-container .eingabemaske form .rows {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
}

.rufbusform-container .eingabemaske form .rows .columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative;
  margin-bottom: 20px;
}

.rufbusform-container .eingabemaske form .rows .columns.afterlinie {
  display: none;
}

.rufbusform-container .eingabemaske form .rows .columns .textspan-right {
  margin-right: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.rufbusform-container .eingabemaske form .rows .columns .field input {
  padding: 5px 25px 5px 40px;
}

.rufbusform-container .eingabemaske form .rows .columns .field .inputicon {
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 30px;
  left: 10px;
  height: 20px;
}

.rufbusform-container .eingabemaske form .rows .columns .field input::-webkit-input-placeholder {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.rufbusform-container .eingabemaske form .rows .columns .field input::-moz-placeholder {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.rufbusform-container .eingabemaske form .rows .columns .field input:-ms-input-placeholder {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.rufbusform-container .eingabemaske form .rows .columns .field input::-ms-input-placeholder {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.rufbusform-container .eingabemaske form .rows .columns .field input::placeholder {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.rufbusform-container .eingabemaske form .rows .columns .field label {
  font-size: 0.8rem;
  color: black;
  display: block;
  margin-bottom: 5px;
}

.rufbusform-container .eingabemaske form .rows .columns .textspan-both {
  margin-right: 15px;
  margin-left: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.rufbusform-container .eingabemaske form > div,
.rufbusform-container .eingabemaske form .rows > div,
.rufbusform-container .eingabemaske form .rows .columns > div {
  position: relative;
}

.rufbusform-container .eingabemaske form .textinput {
  border: 1px solid #6784a4;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 10px;
  display: block;
  height: 35px;
  width: 250px;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.rufbusform-container .eingabemaske form input.error {
  border-color: red !important;
  margin-bottom: 5px;
}

.rufbusform-container .eingabemaske form select.error {
  border-color: red !important;
  margin-bottom: 5px;
}

.rufbusform-container .eingabemaske form .datum .textinput {
  padding: 5px 25px 5px 65px;
}

.rufbusform-container .eingabemaske form .stunde .textinput {
  width: 120px;
}

.rufbusform-container .eingabemaske form .minute .textinput {
  width: 120px;
}

.rufbusform-container .eingabemaske form .linie-text .textinput {
  padding: 5px 25px 5px 53px;
}

.rufbusform-container .eingabemaske form .namenfeld .textinput {
  padding: 5px 25px 5px 56px;
}

.rufbusform-container .eingabemaske form .telefonfeld .textinput {
  padding: 5px 25px 5px 40px;
}

.rufbusform-container .eingabemaske form .emailfeld .textinput {
  padding: 5px 25px 5px 56px;
}

.rufbusform-container .eingabemaske form .personenfeld .textinput {
  padding: 5px 25px 5px 128px;
}

.rufbusform-container .eingabemaske form .anzahlfeld .textinput {
  padding: 5px 25px 5px 63px;
}

.rufbusform-container .eingabemaske form .anredefeld select {
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #6784a4;
  margin-right: 10px;
  display: block;
  height: 35px;
  width: 250px;
  padding: 5px 25px 5px 62px;
}

.rufbusform-container .eingabemaske form .anredefeld select option {
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.rufbusform-container .eingabemaske form .babyschalenbedarfsfeld:before {
  content: "Bedarf:";
  display: block;
  color: #6784a4;
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.rufbusform-container .eingabemaske form .babyschalenbedarfsfeld select {
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #6784a4;
  margin-right: 10px;
  display: block;
  height: 35px;
  width: 250px;
  padding: 5px 25px 5px 60px;
}

.rufbusform-container .eingabemaske form .babyschalenbedarfsfeld select option {
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.rufbusform-container .eingabemaske form fieldset {
  border-radius: 5px;
  padding: 20px 20px 0 20px;
  border: 1px solid #6784a4;
  margin-bottom: 20px;
}

.rufbusform-container .eingabemaske form legend {
  padding: 0 10px;
  font-weight: bold;
}

.rufbusform-container .eingabemaske form .hint {
  color: red;
  display: none;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  max-width: 250px;
}

.rufbusform-container .ajax-load,
.rufbusform-container .ajax-load2 {
  margin: 20px auto;
  display: none;
}

.rufbusform-container .eingabemaske form .submit {
  border: 2px solid #6784a4;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  background-color: #6784a4;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  height: 35px;
  opacity: 0.7;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.rufbusform-container .eingabemaske form .submit:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.rufbusform-container .eingabemaske form .delete {
  display: block;
  position: absolute;
  right: 21px;
  top: 22px;
  width: 10px;
  height: 10px;
  font-size: 26px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.rufbusform-container .eingabemaske form .delete:hover {
  cursor: pointer;
}

.rufbusform-container .eingabemaske #rufbus-message {
  color: red;
  margin: 20px 0 10px;
  padding: 10px 20px;
  border: 2px solid red;
  border-radius: 5px;
  display: none;
  width: 100%;
}

.rufbus-result-container {
  display: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  min-height: 50px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  clear: both;
}

.rufbusform-container .rufbus-result {
  margin-right: 10px;
  padding-top: 40px;
}

button#addlinie {
  margin-bottom: 20px;
  display: block;
  border: none;
  background: transparent;
  color: black;
  opacity: 0.5;
  cursor: pointer;
}

.ergebnistabelle {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(103, 132, 164, 1);
  box-shadow: 0px 0px 10px 3px rgba(103, 132, 164, 1);
  margin: 20px 0;
  width: 100%;
}

.ergebnistabelle tbody {
  padding: 0;
  margin: 0;
}

.ergebnistabelle tbody tr {
  border-bottom: 1px solid #cbcbcb;
  height: 35px;
}

.ergebnistabelle tbody tr:nth-child(even) {
  background-color: #fff;
}

.ergebnistabelle tbody tr:nth-child(odd) {
  background-color: #ececec;
}

.ergebnistabelle tbody tr:first-child {
  background-color: #6784a4;
}

.ergebnistabelle tbody tr th {
  color: #fff;
  text-align: left;
  padding: 5px 20px;
  line-height: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.ergebnistabelle tbody tr td {
  color: #000;
  text-align: left;
  width: 50%;
  padding: 5px 20px;
  line-height: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#rufbusbeantragen {
  display: none;
}

.rufbusform-container .hinweis {
  border: 3px solid #6784a4;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.rufbusform-container .eingabemaske form .rows .hidden-babyschale,
.rufbusform-container .eingabemaske form .rows .hidden-kindersitz,
.rufbusform-container .eingabemaske form .rows .hidden-sitzerhohung,
.rufbusform-container .eingabemaske form .rows .hidden-rollstuhl,
.rufbusform-container .eingabemaske form .rows .hidden-fahrrad,
.rufbusform-container .eingabemaske form .rows .hidden-tier {
  display: none;
}

.invisiblelabel {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .rufbusform-container {
    display: block;
  }
  .rufbusform-container .eingabemaske form .rows .columns {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .invisiblelabel {
    display: inline;
    visibility: visible;
  }
  .rufbus-result-container .rufbus-result {
    width: 100%;
  }
  .input-overview .line1 {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .available-results {
    width: 100%;
  }
  .available-results .row > div {
    padding: 0 10px;
  }
  #rufbus-preview-parent {
    width: 100%;
    padding-bottom: 30px;
  }
  #moreinfo {
    width: 100%;
  }
  #zubehoer-container {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 50px;
  }
  #persangaben {
    width: 100%;
  }
  .greenbutton {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rufbusform-container .eingabemaske form .delete {
    display: none;
  }
}
.prev-next-posts {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/** Startseien Layer **/
#start-layer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
}

#start-layer h1 a,
#start-layer h2 a,
#start-layer h3 a,
#start-layer h4 a,
#start-layer h5 a,
#start-layer h6 a {
  color: #036;
  text-decoration: none;
}

#start-layer p a img {
  width: auto;
  display: block;
}

#start-layer p {
  float: left;
  margin-right: 20px;
}

#start-layer .layerbg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#start-layer .layercontent {
  max-width: 94%;
  width: auto;
  height: auto;
  max-height: 94%;
  display: block;
  position: relative;
  background-color: white;
  z-index: 10001;
  padding: 20px;
  border-radius: 5px;
}

#start-layer .layercontent .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 2rem;
  color: black;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
}

#start-layer .layercontent .close:focus {
  outline: 0;
}

#start-layer .layercontent .close:hover {
  opacity: 0.7;
}

#openingLayer {
  position: fixed;
  background: #003366;
  border: none;
  bottom: -1px;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 10px 20px;
  border-radius: 0 10px 0 0;
  color: white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  display: none;
  z-index: 9;
  cursor: pointer;
}

#openingLayer:hover {
  opacity: 0.7;
}

#BorlabsCookieBox ._brlbs-block-content {
  z-index: 5556 !important;
}

@media only screen and (max-width: 1024px) {
  .navbox ul li:not(.menu-item-has-children) a {
    color: rgba(231, 205, 205, 0.7) !important;
  }
  .navbox ul li.menu-item-object-custom a {
    color: rgba(255, 255, 255, 0.4) !important;
  }
  .navbox ul li {
    cursor: pointer !important;
  }
  .navbar li.menu-item-76 a,
  .navbar li.menu-item-76 a:hover {
    display: block;
    color: #003366;
    text-decoration: none;
    cursor: default;
  }
  .navbar li li.menu-item-61 a,
  .navbar li li.menu-item-61 a:hover {
    background-color: #f2f2f2;
    color: #003366 !important;
    background-image: url(../images/nav-arrow-hover.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 10px 10px 30px;
    cursor: default;
  }
}
/**
 * 
 * vlp-theme
 * https://github.com/nasedkinpv/vlp.git
 * 
 * refactoring
 * 
 **/
#ui-datepicker-div {
  display: none;
}

.rufbus-container #progress li {
  -webkit-transition: 0.3s opacity linear, 1s margin-top ease-in-out;
  transition: 0.3s opacity linear, 1s margin-top ease-in-out;
}
.rufbus-container #progress .step-description {
  height: 0px;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0rem 2rem 0 2.5rem;
  font-weight: unset !important;
  margin-top: 0rem;
}
.rufbus-container #progress #current-route {
  margin-bottom: 1rem;
}
.rufbus-container #progress li:not(.active) {
  margin: 0;
}
.rufbus-container #progress li:not(.active) .step-description {
  opacity: 0;
}
.rufbus-container #progress li.active .step-description::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #00305b;
  opacity: 0.6;
  top: 30px;
  left: 15px;
  position: absolute;
}
.rufbus-container #progress li.active .step-description {
  opacity: 1;
  margin-top: 1rem;
  height: 100%;
}
.rufbus-container #progress li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rufbus-container #progress li div {
  min-width: 50%;
}

.form-description__after {
  width: 100%;
}

.form-button__new-search {
  font-size: 0.9em;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
  opacity: 0.7;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: 1px solid #00305b;
  border-radius: 10px;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-button__new-search:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.form-button__new-search .icon {
  height: 15px;
  margin-right: 10px;
  width: 15px;
  display: block;
}
.form-button__new-search .text {
  line-height: 15px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

map area {
  cursor: pointer;
}

.rufbus-container #linienauswahl {
  width: 100%;
}
.rufbus-container #linienauswahl #linie {
  width: 100%;
}

.rufbus-container .fancybox-wrap {
  background: red;
}

#rufbus-map-image {
  max-height: unset;
}

.rufbus-map-areas__container {
  z-index: 100;
  -o-object-fit: contain;
     object-fit: contain;
}

.final_mehr_informationen {
  margin-top: 25px;
}

#finalSubmitInfo .aktivierungshinweis {
  border: 2px solid #00803c;
  border-radius: 15px;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#finalSubmitInfo .aktivierungshinweis p:last-child {
  padding: 0;
  margin: 0;
}

#finalSubmitInfo .link {
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}

#finalSubmitInfo #finalSubmit {
  margin-top: 20px;
}

.step-description-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

#rufbus-submit {
  border: 1px solid transparent;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0px;
  margin-top: 18px;
  margin-bottom: 10px;
  width: 250px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: center;
  -webkit-transition: background 0.1s ease-in, border 0.1s ease-in, color 0.2s ease-out;
  transition: background 0.1s ease-in, border 0.1s ease-in, color 0.2s ease-out;
}
@media only screen and (max-width: 764px) {
  #rufbus-submit {
    margin: 0px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
#rufbus-submit.updating {
  cursor: wait;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#finalSubmit {
  -webkit-transition: background 0.1s ease-in, border 0.1s ease-in, color 0.2s ease-out;
  transition: background 0.1s ease-in, border 0.1s ease-in, color 0.2s ease-out;
  width: 150px;
}
#finalSubmit.updating {
  cursor: wait;
  color: rgba(1, 1, 1, 0.5);
  border: 1px solid rgba(1, 1, 1, 0.2);
  background: transparent;
}

.rufbusform-container {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@-webkit-keyframes buttonUpdating {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 100em 0;
  }
}

@keyframes buttonUpdating {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 100em 0;
  }
}
@-webkit-keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
.animated-background {
  -webkit-animation-duration: 31s;
          animation-duration: 31s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: buttonUpdating;
          animation-name: buttonUpdating;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: rgb(255, 255, 255);
  background: linear-gradient(60deg, rgba(106, 132, 165, 0.1), rgba(106, 132, 165, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(106, 132, 165, 0.2), rgba(106, 132, 165, 0.1));
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  -webkit-animation: moveGradient 4s alternate infinite;
          animation: moveGradient 4s alternate infinite;
  height: 100%;
  width: 100%;
  position: absolute;
  padding-top: 50px;
  -webkit-backface-visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
}

.fancybox-close {
  background: rgba(1, 1, 1, 0.8);
  position: fixed;
  top: 30px;
  right: 30px;
  opacity: 0.7;
  border-radius: 100%;
}

.close {
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-close:before,
.fancybox-close:after {
  position: absolute;
  left: 17px;
  content: " ";
  margin-top: 9px;
  height: 18px;
  width: 2px;
  background-color: #ffffff;
}

.fancybox-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.terms-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.checkbox {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
}
.checkbox__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  z-index: 0;
}
.checkbox__label {
  display: block;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.checkbox__label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgb(0, 128, 60);
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.checkbox__label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__input:checked + .checkbox__label:before {
  background-color: #00803c;
  border-color: #00803c;
}
.checkbox__input:checked + .checkbox__label:after {
  border-color: #fff;
}

.finalSubmit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}