/* titillium-web-200 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/titillium-web-v15-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}


html {
  font-size: 62.5%;
  line-height: 1.2;
}
body, body.htmlarea-content-body {
  background: #f6f6f6;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
}
body.htmlarea-content-body {
  text-align: left;
}

img, embed, object, video {
  max-width: 100%;
  height: auto;
  width: auto;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------- Container ---------------------- */

#noscript {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #e2001a;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
.page-loading {
  position: fixed;
  z-index: 0;
  width: 139px;
  height: auto;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -70px;
  -webkit-animation: pulse 1s linear infinite;
  -moz-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
  opacity: 0.3;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(0.8); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(0.8); }
    100% { transform: scale(1); }
}


#page {
  position: relative;
  z-index: 1;
}

.container-fluid,
body:not(#home) #buehne .flexslider,
#efa_iframe,
#main > div > h2 {
  max-width: 1020px;
  width: 80%;
  min-width: 320px;
  margin: 0 auto;
  text-align: left;
  border: 0;
}

#efa_iframe {
  max-width: 1280px;
  width: 95%;
}

body:not(#home) #buehne {
  background: #ddd;
}
body:not(#home) #buehne .flexslider {
  padding: 0 15px;
}

/* Monitor */
#monitor #buehne {
  background: #333;
}
body#monitor #buehne .flexslider {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* volle Bildschrimbreite */
section.layout_1 > .container-fluid {
  max-width: 100%;
  padding: 0;
}
.col1 > .row {
  margin-left: 0;
  margin-right: 0;
}

div.no-padding {
  padding: 0 !important;
}

nav {
  position: fixed;
  z-index: 10;
  width: 285px;
  height: 100%;
  background: #FFF;
  text-align: left;
}
nav:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0 ;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 165px 160px 0 0;
  border-color: #ffffff transparent transparent transparent;
  transition: all 300ms ease;
  display: none;  
}
.scrolled nav:before {
  border-width: 82px 80px 0 0;
}

a#home_link {
  display: inline-block;
  width: 278px;
  width: 243px;  
  height: auto;
  padding: 50px 0 50px 35px;
  transition: all 300ms ease;
}
.scrolled a#home_link {
  width: 220px;
  padding: 30px 0 25px 35px;
}
.scrolled nav > ul {
  margin-top: 0;
}

nav:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0 ;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 245px 260px;
  border-color: transparent transparent #f6f6f6 transparent;
  transition: all 300ms ease;
  display: none;
}
.scrolled nav:after {
  border-width: 0 0 122px 130px;
}


header {
  margin-left: 285px;
  position: relative;
  z-index: 5;
  min-height: 165px;
  padding-top: 15px;
  background: #454545;
  color: #FFF;
}
#fontsize {
  float: right;
  line-height: 1;
  margin-left: 15px;
}
#fontsize p {
  display: inline-block;
  padding: 0 2px;
  margin: 0;
  cursor: pointer;
  font-weight: 200;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#fontsize p.normal { font-size: 150%; }
#fontsize p.huge { font-size: 220%; }

#search {
  float: right;
}
#search_icon {
  margin-top: 5px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: all 300ms ease;
}
#search #indexedsearch {
  display: none;
  transition: all 300ms ease;
}

#title {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

#breadcrumb {
  margin: 0 auto;
  padding: 25px 15px;
  text-align: left;
}
#breadcrumb .arrow:before {
  font-family: 'FontAwesome';
  content: " \f105";
  padding: 0 5px;
}

#content {
  margin-left: 285px;
 /* padding-bottom: 3%; */
  position: relative;
  z-index: 1;
  font-size: 100%;
  line-height: 1.6;
}
#content.huge-font {
  font-size: 125%;
}

main > .container-fluid > div {
  padding: 0 15px;
}
#main > section.layout_0 {
  padding: 3% 0;
}
#main > section.layout_0:first-child,
#main > section.layout_0 + section.layout_0 {
  padding-top: 0;
}


/* Home */
/*
#home #breadcrumb {
  display: none;
}
#home nav:after {
  border-bottom-color: #009036;
}
#home #content {
  padding-bottom: 0;
}
#home #main {
  background: #009036;
  color: #FFF;
  min-height: 245px;
  padding-top: 25px;
}
#home #main h2, #home #main h3, #home #main h4,
#home #main .button {
  color: #FFF;
}
#home #main .button {
  background: #454545;
  padding: 10px 50px;
}
#home #main .button:hover {
  background: #FFF;
  color: #009036;
}
@media (min-width: 1200px) {
  #home #main:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0 ;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 245px 260px;
    border-color: transparent transparent #ffffff transparent;
    transition: all 300ms ease;
  }

}
*/

/* ----------------------- Navigation ---------------------- */

nav ul {
  margin: 0;
  transition: all 200ms ease;
}
nav > ul {
  margin-top: 70px;
}

nav li {
  position: relative;
}
nav li.topnav {
  display: none;
}
nav li > a {
  display: block;
  padding: 5px 20px;
  font-size: 1.5rem;
  line-height: 20px;
  color: #888;
  white-space: nowrap;
}
/* nur 1. Ebene */
nav > ul > li > a {
  padding: 20px 20px 20px 85px;
  font-size: 2rem;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

/* icons */
nav > ul > li > a:before {
  content: '';
  display: block;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 35px;
  background-size: contain;
}
nav > ul > li > a[title="Aktuelles"]:before { background-image: url(gfx/icon_book.png);  }
nav > ul > li > a[title="Deutschlandticket"]:before { background-image: url(gfx/icon_d-ticket.png);  }
nav > ul > li > a[title*="Fahrplan"]:before { background-image: url(gfx/icon_arrows.png);  }
nav > ul > li > a[title*="Tarif"]:before { background-image: url(gfx/icon_money.png);  }
nav > ul > li > a[title="Reisegenuss"]:before { background-image: url(gfx/icon_summer.png);  }
nav > ul > li > a[title="Service"]:before { background-image: url(gfx/icon_load.png);  }
nav > ul > li > a[title="Über uns"]:before { background-image: url(gfx/icon_user.png);  }
nav > ul > li > a[title="CabrioSachse"]:before { background-image: url(gfx/icon_cabriosachse.png);  }
nav > ul > li > a[title="Karriere"]:before { background-image: url(gfx/icon_karriere.png);  }

nav > ul > li.rufnummern > a:before { 
  content: "\f095";
  font-family: "FontAwesome";
  margin-left: 3px;
  font-size: 2rem;
  color: #ddd;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);  
}

/* arrow right */
nav > ul > li.ifsub:hover > a:after,
nav > ul > li.ifsub.active > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}


/* hover / active */
nav li > a:focus,
nav li:hover > a,
nav li.active > a {
  color: #009036;
  text-decoration: none;
}
nav > ul > li > a:focus,
nav > ul > li:hover > a,
nav > ul > li.active > a {
  background: #009036;
  color: #FFF;
  text-decoration: none;
}
nav > ul > li > a:focus:before,
nav > ul > li:hover > a:before,
nav > ul > li.active > a:before {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

/* 2.Ebene */
nav li > ul {
  position: absolute;
  top: 0;
  left: 98%;
  min-width: 70%;
  background: #FFF;
  padding: 10px;
  border-left: 2px solid #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s ease;
     -moz-transition: all .30s ease;
      -ms-transition: all .30s ease;
       -o-transition: all .30s ease;
          transition: all .30s ease;
}
nav li:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
nav li li > a:focus,
nav li li:hover > a,
nav li li.active > a {
  color: #009036;
}
nav li li.active > a {
  font-weight: 600;
}

#nav_button {
  position: relative;
  float: right;
  height: 40px;
  padding-left: 45px;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 10px;
  margin-right: 25px;
  cursor: pointer;
  display: none;
  transition: all 300ms ease;
}
/* burger menu */
#nav_button .btn-toggle {
  position: absolute;
  display: block;
  background-color: #009036;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  z-index: 1;
  width: 40px;
  height: 4px;
  /*
  -moz-transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);  
  */
}
#nav_button .btn-toggle:before,
#nav_button .btn-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  background-color: #009036;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav_button .btn-toggle:before { top: -9px; }
#nav_button .btn-toggle:after { bottom: -9px; }

/* open */
#nav_button.open {
  margin-right: 20px;
}
#nav_button.open .btn-toggle {
  background-color: transparent;
  box-shadow: none;
  transform: skew(0);
}
#nav_button.open .btn-toggle:before {
  background-color: #e2001a;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 0;
  box-shadow: none;
  height: 5px;
}
#nav_button.open .btn-toggle:after {
  background-color: #e2001a;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -1px;
  left: 0;
  box-shadow: none;
  height: 5px;  
}

/* Notfallnummern */
header .rufnummern ul {
  text-align: right;
}
header .rufnummern ul li {
  display: inline-block;  
  margin-left: 15px;
  font-size: 1.4rem;  
}
header .rufnummern ul li::before {
  display: none;
}
header .rufnummern ul li a {
  color: #FFF;
}
header .rufnummern ul li a::before {
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 8px;
  font-size: 1.6rem;
}
nav li.rufnummern {
  display: none;
}

/* Topnav */
#topnav {
  display: inline-block;
}
#topnav ul {
  margin-bottom: 0;
}
#topnav li {
  display: inline-block;
  margin: 10px 0;
}
#topnav li > a {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  color: #FFF;
  font-size: 1.4rem;
  border-right: 1px solid #FFF;
}
#topnav li:first-child > a {
  padding-left: 0;
}
#topnav li:last-child > a {
  border-right: 0;
}
#topnav li > a:focus,
#topnav li:hover > a,
#topnav li.active > a {
  text-decoration: underline;
}



/* ----------------------- Raster mit Hintergrund ---------------------- */

section.layout_6 {
  background: #ddd;
  padding: 3% 0;
}
section.layout_7 {
  background: #009036;
  color: #FFF;
  padding: 3% 0;
}
section.layout_7 h2,
section.layout_7 h3,
section.layout_7 h4,
section.layout_7 h5,
section.layout_7 h6,
section.layout_7 a {
  color: #FFF;
}
section.layout_7 a.button {
  border: 1px solid #FFF;
}
section.layout_7 .accordion .header {
  border: 1px solid #fff;
}
section.layout_7 .contenttable th,
section.layout_7 .contenttable td {
  border-top: 2px solid #F6F6F6;
  border-left: 2px solid #F6F6F6;
}

section.layout_6 + section.layout_6,
section.layout_7 + section.layout_7 {
  padding-top: 0;
}


/* ----------------------- Klappinhalte ---------------------- */

.accordion {
  margin-bottom: 15px;
}
.accordion .header {
  background: #454545;
  color: #FFF !important;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0;
  font-size: 133%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.accordion .header:hover,
.accordion.open .header {
  background: #009036;
}
.accordion .header:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
.accordion.open .header:after {
  content: "\f107";
}

.accordion .content {
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.accordion.open .content {
  max-height: 2000px;
  padding: 10px 15px 0;
  background: #FFF;
  color: #333 !important;
  transition: max-height 0.5s ease;
}



/* ----------------------- Tabs ---------------------- */

#content .tab-container { padding: 3% 0; }
#content .etabs { margin: 0 0 30px; padding: 0; text-align: center; }
.tab { display: inline-block; zoom:1; *display:inline; }
.tab a { display: block; padding: 3px 0; margin: 0 20px; text-transform: uppercase; }
.tab a:hover { border-bottom: 1px solid #333; text-decoration: none; }
.tab a.active { border-bottom: 1px solid #333; }
.tab a > h3 { margin: 10px 0}

#content .tab-item {
  width: 100%;
  padding: 20px;
}
.tab-item .contenttable {
  max-width: 100%;
}



/* ----------------------- Bilderleiste ---------------------- */

.imagebar {
  margin-top: 30px;
}
.imagebar .ce-row,
.imagebar .ce-row:last-child {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}


/* ----------------------- Bildbox  ------------------- */

.bildbox {
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-bottom: 30px;
}
.bildbox .backimage {
  position: relative;
  z-index: 1;
  height: 200px;
  background: top center no-repeat ;
  background-size: cover;
}

.bildbox > a {
  display: block;
  color: #454545;
}
.bildbox > a:hover {
  text-decoration: none;
}

.bildbox .content {
  position: relative;
  z-index: 2;
  padding: 10px 15px 15px;
}
.bildbox > a:hover .content {
  background: #FFF;
}
.bildbox .content h4 {
  text-transform: uppercase;
}
.bildbox .content > :first-child { margin-top: 0; }
.bildbox .content > :last-child { margin-bottom: 0; }

.bildbox .content a {
  color: #454545;
}
.bildbox .content a.button {
  color: #FFF;
} 

.bildbox.bggruen .content,
.bildbox.bggruen > a:hover .content {
  background: #009036;
  color: #fff;
  text-decoration: none;
}
.bildbox.bggruen .content > * {
  color: #fff !important;
}

/* ----------------------- verschiedenes ---------------------- */

.ce-above.ce-left .ce-gallery,
.ce-above.ce-right .ce-gallery,
.ce-below.ce-left .ce-gallery,
.ce-below.ce-right .ce-gallery,
.ce-above.ce-left .ce-gallery .ce-column,
.ce-above.ce-right .ce-gallery .ce-column,
.ce-below.ce-left .ce-gallery .ce-column,
.ce-below.ce-right .ce-gallery .ce-column {
  float: none;
}

.fa, .htmlarea-content-body .fa {
  min-width: 25px;
  text-align: center;
  padding-right: 5px;
}

.ce-gallery,
.ce-row,
.ce-textpic {
  overflow: visible;
}

.ce-media a:hover > img {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.clear {
  clear: both;
}


main ul, .htmlarea-content-body ul, .contenttable {
  padding: 0;
  overflow: visible;
}
p {
  margin: 0 0 15px;
}

blockquote {
  display: inline-block;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 2% 4%;
  margin: 0 0 15px !important;
  font-style: italic;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}
h1 {
  font-size: 350%;
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-size: 250%;
  color: #009036;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 640px;
  line-height: 1.1;
}


#main > div > h2 {
  padding: 0 15px 25px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 170%;
  color: #009036;
}
h4 {
  font-size: 140%;
  color: #009036;
  font-weight: 600;
  margin-bottom: 5px;
}
h5 {
  font-size: 115%;
  color: #009036;
  margin-bottom: 5px;
}
h6 {
  font-size: 100%;
  color: #009036;
  margin-bottom: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

a {
  color: #009036;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #009036;
  text-decoration: underline;
}
a:active, a:focus {outline: none;}
a img { border: 0; }

/*
a[href$='.pdf'], a[href$='.PDF'], a[href*='?file:'] {
  background: url(gfx/pdf.gif) 0 0 no-repeat;
  padding-left: 25px;
}
a[href$='.doc'], a[href$='.DOC'], a[href$='.docx'], a[href$='.DOCX'] {
  background: url(gfx/word.gif) 0 0 no-repeat;
  padding-left: 25px;
}
a[href$='.xls'], a[href$='.XLS'], a[href$='.xlsx'], a[href$='.XLSX'] {
  background: url(gfx/excel.gif) 0 0 no-repeat;
  padding-left: 25px;
}
.csc-textpic-image a[href$='.pdf'],
.csc-textpic-image a[href$='.PDF'] {
  background: none;
  padding-left: 0;
}
*/

a.button {
  background: #009036;
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  text-align: center;
}
a.button:focus,
a.button:hover,
a.button.active {
  background: #e2001a;
  text-decoration: none;
}
a.button .fa {
  min-width: 1px;
}

a.button-outline {
  border: 2px solid #009036;
  background: #FFF;
  display: inline-block;
  padding: 10px 20px;
  color: #009036;
  text-align: center;
}
a.button-outline-outline:focus,
a.button-outline:hover,
a.button-outline.active {
  background: #009036;
  color: #FFF;
  text-decoration: none;
}

section.layout_7 a.button-outline {
  border: 2px solid #FFF;
  background: #009036;
  color: #FFF;
}
section.layout_7 a.button-outline-outline:focus,
section.layout_7 a.button-outline:hover,
section.layout_7 a.button-outline.active {
  background: #FFF;
  color: #009036;
  text-decoration: none;
}

a.iframe {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
span.play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACdxJREFUeNrMW1tMFUcYnr2cgyiIWqmcCki1iGKsl2qM2ki9J4aYqFGjicbEJ4khmqhRn41ogg88+GyiD0YjGlNNvEVri5eCtUpLxGvBchNEFLAIZ3en/57uwWGY2Zk9Z491ks3unsvO/N9///9ZBX3aoUj+Dn9uC/LzuUocxOPPGQBF4rNYJQAnCgzF5//z7pUYJABziPUVDCUBxLPOigsgbsRjzmeyUiIcus+E09eKABgR8SQIWMB9JRYg9DiI5xGuMq5Vxm+j9yxOksRaDBBEQOBEqABPn8lD5Vy7SQQmFs3jOqaAsFwAwV4kQY+D64hDMO/MAgG5cJ8mViHuEec3rHVjv1SApd8kkfS1Sn0eCwAWQVz0WqHAsJw5sIS38AyAIiDe7dAY4LipgRsA9GESkoAoyaDVytUm6D4Qr3HOKkcyEEcKsAQAJiEF0XuFIN7iSAAXBD0O4kmCyUPlAEESbTHmVKnF0qJvOr8hiVace3LdJke1mCDIGkEW8TwA6O9IC6+PHTs2ORQKDcvMzBySlpamYYxRR0eH0dDQ0NPU1PTPq1eveuB3BgEaqecmsRaTsc4oSJasHdAljR2PeJ241xlqYC9Emzt37uhVq1aNW7hwYSg3NzcVCB9CgWMP482bN721tbVvr1271nT27NmXDx8+bCfWaUkYU5Jgi2EHBkmBTDjLMm46daav7UnU9evX5xQXF+fPmzcvA+6DlFXHHEmLzGMYxgcAorGsrKzm0qVLjQQBpiMhJnVNfmZSKsT1EIqkq2OJuk4c0fsI16dNmzb68OHDs5cvX57jPMOIIVZXnGeaJ0+efLJ///7f6urqOp25DAbx5DVpMC1GwNS/Fs0FANJ6awxO6wwQ8NatW/NOnTq1OD8/fwzchzkGT3ZE/jt16tSMdevWjXv27Fnn48eP3xIGEwniCWFMoElwn8d18ogs6MCBAzNLS0u/T0pK0h1O+DXM1NTUZFCpr1tbW3vu3bvXxmCeF+IVEQBR7msC0e/nfElJyXcgpnMYQYpfw1IURS0sLMwBT/EeQGgljDivhoA5oHAlgDw0hv6zxN8qKirKBwDmOcQnsp4XMYQrVqzIfvDgQTuoQwdhdHnZJHZbEy/gUSlXRx4B4oxmzZr1ZUVFRaEj9hb6NENva2vrmj179o/19fVdzryGY3PIs0F5BdojYE3C56sU1/stfjAY1MvLy3/Izs4exYnAEjWsYTBg3uDp06frKP+OBfUDzAo/ZaI/+rA2bdo0AbiQ6SAuM1QfC7Hh1atXfwPB1VfRuIMTequcahUXALd0tz+8BZFP2r179xQvOg9u7B3H/cZqD7S9e/dOETCKBQKXI4qgyhM9LEA+Iy8vL92Du9P27NlTs3bt2tuNjY3vHRsSrzQYS5YsybIDL4EUIF4Wqnoodg548MaNG3O8clKFcebMmfo5c+ZcP3HixFPC28QsBfDIpDVr1mQRobIiKMVxU1DEKVgMEqGhQ4cOKSgoyPBq+GCx9ikAEtC7efPm30CHK54/f/4uTmmwli5d+pVjmEXEDzqrHrLB/lLUhAkTUrOyslLicHsR93ru3LlmkIafjh49+iiOMr01adKktDFjxiQLSvJMEGS8AH2PJ0+enApRWcCHoEdvb28Pb9++/cGyZct+rq6ubo9BGvCIESOSMzMzh0mkzApPBTyVzjMyMoZK/ldWGgJXr15tnT9//s1Dhw790dfXZ3mQhog3gJggWVDqd7UBMn2C/gImBEB+WPBB0tDd3W3t27fvT/AwP0F02WJZluwcysiRIwMca+9WhfaNi34Ne6GB27dvt4FKVNy/f/+1rJcAlYxZ/JBkLb2/9RQOhw2UmKTHfmYYDOPoy5cvz58xY8YXkp4Gd3Z2Gl4zQVmrO+jPr1+//icBABjgXnVIqafs2rUrDwLNoGSQFQnMICnq8dIQkQGA16tTHz161OUsTvEBCPv/xuLFi78sLS39dvr06elEJicl/WA77Irye6KKzEuCsIwNEDUpFYjpu5qbm7t9sCHGqFGjtLKysungBRYA8aOdxMoLqOqTJ086IbjqoTpNvIxwwFnlVFTcQECgbz137txpjQOASP6+cuXKEDxnYXFx8WTlPysWSxlNvXHjRjPGOMypArttshhAgKfWtB3TexV/uwliczgUCgWPHTv23fnz57+fOHFiWgxcJ/U/bPcQqAYMq2vM3FOgIve9OKwWVcQOXLhwobGhoaHDS/hqGIYJ8X92ZWXloi1btuQ6z4qnkKLDs5rv3r3bhgZ2kSwX8cesmqBbEsFsgUO0FtY0TQV/nSPrqmbOnJlWVFSUO3z48CSfqsbKjh07fq2pqYl2kEzGQTdYpRIfVjk8QNUDtZSUlCAEK4W5ubmydQFV5Jc9jODNmzf/WrRo0WWIGKOSFGbUBclmiUWrhcqppvLa1CZxxuB+eiGRqQTdNiUNouUT8RrM/d6eG4gn12aiwV0hnlscpAJuaSOvxqZDPv8WVAEVFBRkf6LCaGQN27Zt+wWixb+d9RgC8ccM8ce8voDIJgzqH4AbasnJyUkCPz42waXxCOgHDx6sPHLkyJ/oY8ucFHO6FM7aV8RtjCDkvimKW2y4ePFiY1ZWVhDi91CCQIjYJUiXqyBc/h0N3CXC6w67daOZ1VnRxkau0bQNEfj1vwOBgLlgwYIQ+tjT92MEPnz4EN65c2dFSUlJNfq498BgNEBMnsFDHrvDSPAdq9qiXr9+vamqqqoNXN7I9PT0tFgSFCpX0cDPN2zYsOEGBDx1FPEit4dFXkeTIFIWmH4Qnj59+u748eMvIGvstuuHEO8PQ/LbcTTHzaLq6upWEPdfwddXvXz5souh8ybD+ptIfnepkNOs2IC3X4A+Ijpqt7ULCwsz7QgQ8vx0p5gaoCQoskBQo74XL1503bp161V5eXn9lStXmnp7e/uI+MHkAGAwALA4oTCWKYHxQGB1jN02SJEbnRQAY8j48eOH5+Xlpdh1RbAXup0fhGG0tLT01NbWdoL0dIG+9xKNDsyIQUyGtec1QbFbPiADAK85wtstpjKAou0FvSB6HnLhJicQM12CHyzKAnk2QNYgIhdiWFkl7Yp4hpSOOlkib3iM+lw3T4sqQqztZTwDoxJnC7nvF0YsGyDIQi0OwTET76UTw9pjZ3HyCFZHWeGAwKtGWYi9YdpkgIJjJV5GvN0iQ17KLLNlnjW3m+pYLrUJkbGLGwARCKKESfXQqKDfFEGI/aKEDMexV8L8AEJFch1aGQCwoDyHYuV6PADwQBDlCkhC/0WexK20FRPxsQIgA4RbYiXjVj/Za3N+vzgpm1bTn2OBJIh0+395cVL0LCXOubDH+/8dAJlnxvv2+Gf98nQi5kn4a/T/CjAArzX9BgIOIg8AAAAASUVORK5CYII=) 0 0 no-repeat;
  opacity: 0.8;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
a.iframe:hover span.play {
  opacity: 1;
}

*:focus {
  outline: 0;
}

ol, ul {
  padding-left: 0;
  margin: 0 0 15px;
}
ul, li {
  list-style: none;
}
.ce-bodytext li, .ce-menu li, .news-single li, .htmlarea-content-body li {
  padding-left: 1em;
  text-indent: -.7em;
}
.ce-bodytext li:before, .ce-menu li:before, .news-single li:before, .htmlarea-content-body li:before {
    content: "• ";
}

table {
  border-collapse: collapse;
  border-spacing: 0 0;
  margin-bottom: 15px;
  font-size: 1em;
}
table p {
  margin-bottom: 0;
}
.contenttable th, .lines th, .htmlarea-content-body th,
.contenttable td, .lines td, .htmlarea-content-body td {
  background: #FFF;
  color: #000;
  padding: 6px 12px;
  vertical-align: top;
  border-right: 2px solid #F6F6F6;
  border-bottom: 2px solid #F6F6F6;
  transition: all ease 300ms;
}
.contenttable th, .lines th, .htmlarea-content-body th {
  background: #009036;
  color: #FFF;
}
.contenttable tr:nth-child(even) td,
.lines tr:nth-child(even) td {
  background: #FCFCFC;
}

fieldset {
  border: 0;
}
label {
  font-weight: inherit;
}

select,
textarea,
input {
  background: #FFF;
  border: 1px solid #DDD;
  padding: 10px;
  width: 100%;
  font-family: 'Titillium Web', Arial, sans-serif;
  margin-bottom: 2%;
}
form textarea:focus,
form input[type="text"]:focus,
form select:focus {
  border-color: #777;
}

input[type="radio"] {
  width: 20px !important;
}
input[type="checkbox"] {
  width: 30px !important;
  /* bootstrap */
  position: relative !important;
}
.checkbox { margin-top: 0; }

input[type="submit"] {
  background: #009036;
  margin: 10px 0 0 20%;
  cursor: pointer;
  color: #FFF;
  font-size: 125%;
  font-weight: bold;
  text-transform: uppercase;
}
input[type="submit"]:hover {
  background: #e2001a;
}
select[multiple], select[size] {
  min-height: 135px;
}

/* powermail  */
#page div.tx-powermail {
  width: 100%;
}
.tx-powermail > .container-fluid {
  padding: 0;
  min-width: 200px;
  width: 100%;
}
.tx-powermail form > h3 {
  margin-bottom: 20px;
}
#page .powermail_fieldset {
  background: none;
  border: none;
  padding: 0 0 10px;
}
#page .powermail_fieldwrap_radio,
#page .powermail_fieldwrap_check {
  padding-bottom: 20px;
}
#page .powermail_legend {
  font-size: 1.8rem;
  color: #009036;
  border-bottom-color: #ccc;
}
#page .powermail_label {
  float: left;
  width: 30%;
  font-weight: normal;
  border: none;
  font-size: inherit;
  padding-top: 13px;
}
#page .powermail_field,
#page .powermail_radio_outer,
#page .powermail_captcha_outer,
#page .powermail_check_outer,
#page .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  float: left;
  width: 69%;
  max-width: 585px;
  font-family: 'Titillium Web', Arial, sans-serif;
}

#page .powermail_fieldwrap_type_check {
  margin-bottom: 20px;
}

/* submit */
#page .powermail_fieldwrap_type_submit > .powermail_field {
  float: none;
  width: 100%;
  max-width: 100%;
}

/* Formular Layout 1 = ohne labels */
#page .powermail_form.layout1 label.powermail_label {
  display: none;
  float: none;
}
#page .powermail_form.layout1 .powermail_legend {
  display: block;
  padding: 10px 0;
  color: #a7c9e3;
  text-transform: uppercase;
  border-bottom: 2px solid #cfe1ef;
}

#page .powermail_fieldwrap_type_check label.powermail_label {
  display: block !important;
}

#page .powermail_form.layout1 .powermail_field,
#page .powermail_form.layout1 .powermail_radio_outer,
#page .powermail_form.layout1 .powermail_captcha_outer,
#page .powermail_form.layout1 .powermail_check_outer,
#page .powermail_form.layout1 .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  float: none;
  width: 100%;
}
#page .powermail_form.layout1 input,
#page .powermail_form.layout1 select,
#page .powermail_form.layout1 textarea {
  width: 100%;
}

#page .powermail_form input[type="submit"].waiting {
  background: #e2001a url("gfx/ajax-loader.gif") 15px 13px no-repeat;
}

/* Felder-Layout 1 / 2 = 50% links / rechts */
#page .powermail_fieldwrap.layout1 {
  clear: both;
  float: left;
  width: 48%;
  margin-right: 2%;
}

#page .powermail_fieldwrap.layout2 {
  float: right;
  width: 48%;
  margin-left: 2%;
}
#page .powermail_fieldwrap.layout2 .powermail_submit {
  margin: 0 auto !important;
  width: 100%;
  max-width: 300px;
}

#page .powermail_radio_outer,
#page .powermail_captcha_outer,
#page .powermail_check_outer,
#page .powermail_fieldwrap_text,
#page .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  background: none;
  border: none;
}
#page .powermail_check_inner,
#page .powermail_radio_inner {
  display: inline-block;
  margin-right: 20px;
}
#page .powermail_submit {
  float: none;
  margin-left: 30% !important;
  max-width: 250px;
}
#page .parsley-errors-list li {
  clear: left;
  padding: 0;
  text-indent: 0;
  color: #e2001a;
}
#page .powermail_check_outer .parsley-errors-list li,
#page .powermail_radio_outer .parsley-errors-list li {
  margin-left: 0;
}

dl.powermail_all > dt {
  clear: left;
  float: left;
  width: 30%;
  font-weight: bold;
}
dl.powermail_all > dt:after {
  content: ': ';
  padding-right: 5px;
}
dl.powermail_all > dd {
  float: left;
  margin-bottom: 10px;
}

input.powermail_confirmation_form,
input.powermail_confirmation_submit {
  width: 45%;
  margin: 2% 3% 2% 0;
  float: left;
}
input.powermail_confirmation_form {
  background: #777;
}
.powermail_confirmation h4 {
  font-size: 120%;
  margin-bottom: 10px;
}

/* GoogleMaps */
#map {
  height: 300px;
}
@media ( min-height: 480px ) { #map { height: 360px; } }
@media ( min-height: 600px ) { #map { height: 400px; } }
@media ( min-height: 800px ) { #map { height: 440px; } }
input#saddr,
input#addr_submit {
  float: left;
  width: 40%;
  margin: 10px 5px 10px 0;
}
input#addr_submit {
  width: 55%;
  padding: 4px 5px;
}


/*------------------- news ---------------------------- */

/* list */
.news-list-view {
}
.news-list-view .article {
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.news-list-view .news-img-wrap {
}
.news-list-view .news-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.news-list-view .teaser-text {
  padding: 10px 15px 15px;
}
.news-list-view .article:hover .teaser-text {
  background: #FFF;
}
.news-list-view .teaser-text > :first-child { margin-top: 0; }
.news-list-view .teaser-text > :last-child { margin-bottom: 0; }

.news-list-view .teaser-text a p {
  color: #454545;
}
.news-list-view .teaser-text a:hover {
  text-decoration: none;
}
.news .news-date,
.news .news-related-files-size {
  color: #999;
}
.news .news-date {
  display: none;
}
.aktuelles .news .news-date {
  display: block;
}

/* pagination */
.news .page-navigation {
  clear: both;
  margin: 0 15px 30px;
}
.news .page-navigation > p {
  display: none;
}
.news .page-navigation > ul li {
  margin: 0 10px 10px 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 150%;
  text-align: center;
  line-height: 40px;
  background: #454545;
}
.news .page-navigation > ul li.first,
.news .page-navigation > ul li.last {
  display: none;
}
.news .page-navigation > ul li > a {
  display: block;
  color: #FFF;
}
.news .page-navigation > ul li:not(.current):hover,
.news .page-navigation > ul li.current,
.news .page-navigation > ul li > a:focus,
.news .page-navigation > ul li:hover > a {
  background: #009036;
  color: #FFF;
  text-decoration: none;
}
/* detail */
.news-single .header h2 {
}
.news-single .content {
}
.news-single .news-img-wrap {
  float: right;
  margin: 0 0 15px 30px;
  width: 45%;
}
.news-single .news-img-wrap a:hover img {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.news-single .news-img-wrap .outer {
  display: inline-block;
  width: 30%;
  margin: 0 3.333% 15px 0;
}
.news-single .news-img-wrap .outer img {
  object-fit: cover;
  width: 100%;
  height: 100px;
}
.news-single .news-img-wrap .outer:first-child {
  width: 100%;
}
.news-single .news-img-wrap .outer:nth-child(3n+1) {
  margin-right: 0;
}
.news-single .news-img-wrap .outer:first-child img {
  width: 100%;
  height: 300px;
}


/*------------------- indexed_search ---------------------------- */

#indexedsearch {
  border: 0;
  position: relative;
}

#search .searchbox-sword {
  background: #ececec;
  border: none;
  padding: 7px 32px 7px 12px;
  width: 200px;
  height: 32px;
  font-size: 1.6rem;
  color: #444;
  margin: 0;
}
#search .searchbox-sword:hover,
#search .searchbox-sword:focus {
  color: #333;
}

#search .searchbox-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  margin-top: 0;
  text-indent: -100000px;
  overflow: hidden;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAf9JREFUeNrEV8uRgkAQHVkDMASqDEA3AvTgneuehAjUCNDb3tQIgAh0IxBve1vMgBBmM9im6g3Vi4OgNcCreiWfcfr1dE/TM1gsFqIhXKJDnBJtMEcGpsQr8SyewLDm/Yi4Ji6ZwRSMcT/BuzUoiUfiAdcvC8g9DiEiN+jDO/lArAuxAXFF3EFIJayK53viCcbmxHdiVOORxJg5mGEe5URjASGWMoLhRDyPhIn2iJcqEZbGuIc/+k1iWIN8jg0Sd68b8DYej3nMPxHnD2EO30jS3LFf3N+twAjeZ1BtGj4SOWC76Z+ANUSYWPYqbGAj0AlYIXES0R4ShNflCWmxB7FoHzGrF4UAB9fnDgSoQuZwAVMkiBTdIIXNQoCN7O8KV52Am+gJlugZFmI/6VNAWq5OLcPhOWexrBx1JEDtukLAlX2M2sYMjn5xAao4LDsQsCwXPbULjlA3a9G4zXoNWRagGsh9iwJC/O50dUDixZQNNIktVndXrrq8I+Kdy8Dgp9nDyia6ZsfSNA2qcwkNeR6yA0xtKVZtuOpmf15MTBudcADP1Xxhk4OJxFLdMMEF2yZu0DPMsNU8lnDbUjgED8Wjk9EBBgMUKRfiUla8eHnl1TTSJJyvE1F3NsxYb88Pp4FmXIIK9+j4didi2DCm6tgVGWrRlQg5FP2gaP//BBgAXrWDYAyYDb4AAAAASUVORK5CYII=) center center no-repeat;
  background-size: 16px 16px;
  margin: 0;
}

/* Seite: Suche */
.tx-indexedsearch table {
  border: 0;
  font-size: 1em !important;
  margin: 0;
}

.tx-indexedsearch-searchbox,
.tx-indexedsearch-searchbox + .tx-indexedsearch-browsebox {
  display: none;
}
.tx-indexedsearch-sw {
  text-transform: capitalize;
}

.tx-indexedsearch td {
  padding: 3px 10px 3px 0;
}
.tx-indexedsearch-searchbox td input,
.tx-indexedsearch-searchbox td select {
  font-size: 1em;
}
.tx-indexedsearch-searchbox td input.tx-indexedsearch-searchbox-button {
  padding: 5px 20px;
  font-weight: bold;
}

.tx-indexedsearch-searchbox form p {
  display: none; /* erweiterte Suche ausblenden */
}

.tx-indexedsearch-res {
  margin-bottom: 20px;
}
.tx-indexedsearch-res table tr {
  background: none;
}
#content .tx-indexedsearch-res table td {
  padding: 0 10px 0 0;
}
.tx-indexedsearch-res > br {
  display: none;
}

.tx-indexedsearch-result-number {
  display: none;
}


.tx-indexedsearch-noresults {
  font-style: italic;

}
.tx-indexedsearch-title {
  font-size: 140%;
}
.tx-indexedsearch-icon img {
  width: 18px;
  max-width: none;
}


.tx-indexedsearch-percent {
  color: #707070;
}

.tx-indexedsearch-info {
  color: #AAA;
  font-style: italic;
}
.tx-indexedsearch-path a {
  color: #AAA;
  text-decoration: underline;
}

.tx-indexedsearch-whatis {
  font-size: 250%;
  color: #009036;
}
.tx-indexedsearch-whatis + .tx-indexedsearch-browsebox > ul.browsebox {
  display: none;
}

.tx-indexedsearch-browsebox ul {
  padding-bottom: 20px;
}
#content .tx-indexedsearch-browsebox li:before {
  content: "";
  display: none;
}
#content .tx-indexedsearch-browsebox li {
  background: none;
  padding: 0;
  float: left;
  display: inline;
  margin-right: 10px;
  text-indent: 0;
}
.tx-indexedsearch-browsebox a {
  display: block;
  padding: 6px 13px;
  text-decoration: none;
  background: #DDD;
  color: #005a8c;
}
#content .tx-indexedsearch-browsebox a:hover,
.tx-indexedsearch-browselist-currentPage a {
  background: #005a8c;
  color: #FFF !important;
  text-decoration: none;
}



/* EFA */
#trigger_efaform {
  color: #FFF;
  cursor: pointer;
  font-size: 120%;
  display: none;
  text-decoration: none;
}
#trigger_efaform:after {
  font-family: 'FontAwesome';
  content: "\f105 ";
  padding-left: 10px;
}
#efa_form {
  color: #454545;
  margin: 20px 0;
}
#efa_form label {
  display: inline-block;
}

#efa_form input[type="text"] {
  max-width: 30%;
  background: #fff;
  border: 0;
  margin: 0 5px 10px 0;
  color: #454545;
  font-size: 110%;
  padding: 7px 12px;
}

#efa_form #change {
  display: inline-block;
  padding: 10px;
  background: #009036;
  font-size: 200%;
  line-height: 19px;
  color: #FFF;
  margin-right: 5px;
  position: relative;
  top: 4px;
  cursor: pointer;
}
#efa_form #change:before {
  font-family: 'FontAwesome';
  content: "\f104 ";
}
#efa_form #change:after {
  font-family: 'FontAwesome';
  content: " \f105";
}
#efa_form #more,
#efa_form #less {
  display: inline-block;
  padding: 10px 15px;
  color: #FFF;
  float: right; 
}
#efa_form #more {
  margin-top: 5px;
}
#efa_form #more:after {
  font-family: 'FontAwesome';
  content: " \f107";
}
#efa_form #less:after {
  font-family: 'FontAwesome';
  content: " \f106";
}
#efa_form #triptimehour,
#efa_form #triptimeminute {
  width: 47px;
}
#efa_form input[type="radio"] {
  width: 20px;
  margin: 0 0 15px 5px;
}
#efa_form #tripoptiondep {
  margin-left: 60px;
}
#efa_form .efa_more {
  color: #FFF;
  display: none;
}
#efa_form fieldset.efa_button {
  text-align: right;
}
#efa_form input[type="submit"] {
  width: 15%;
  border: 0;
  line-height: 20px;
  margin: 0;
  font-size: 1.6rem;
  padding: 10px 10px 9px;
}
#efa_form a {
  cursor: pointer;
}
/* Suggest Liste */
#locs {
  background-color: #FFF;
  border-left: 1px solid #454545;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  list-style-type: none;
  margin: 0;
  max-height: 400px;
  width: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 9999;
}
#locs li {
  border-top: 1px solid #D9D9D9;
  color: #454545;
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 0.5em 1em 0.5em 2.4em;
  position: relative;
  text-align: left;
  cursor: pointer;
}
#locs li:hover {
  background-color: #F0F0F0 !important;
}
#locs li.address,
#locs li.street,
#locs li.singlehouse { background: url(gfx/house.png) no-repeat 8px 50%; }
#locs li.poi { background: url(gfx/poi.png) no-repeat 8px 50%;  }
#locs li.stop { background: url(gfx/stop.png) no-repeat 8px 50%; }
#locs li.loc {  background: url(gfx/loc.png) no-repeat 8px 50%;  }
#locs li.hilight { background-color: whitesmoke; }
#locs li.best_item { border-bottom: 2px solid #AAA; }


/* rb_content */
.lines .line,
.scheduleChangeTable .place,
.scheduleChangeTable .header {
  font-weight: bold;
}
.lines .line .strecke {
  font-weight: normal;
  color: #888;
}
.lines .grey_info {
  display: block;
  color: #888;
  font-size: 0.9em;
}

.lines .fahrplan a,
.lines .aenderungen a {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}

.highlight td {
  background: #ddf6e6 !important;
}

a.warning {
  background: url(gfx/baustelle.png) 0 0 no-repeat;
  padding-left: 25px;
}

/*Filter styles*/
.saturate {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25); filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px); filter: blur(3px);}
.invert {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);}
.rss.opacity {-webkit-filter: opacity(50%); filter: opacity(50%);}