/*
Theme Name: ccv
Theme URI: http://underscores.me/
Author: Heyst
Author URI: http://heyst.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ccv
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 ccv is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */

  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */

  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */

  box-sizing: border-box;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #696969;
  font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  text-transform: uppercase;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */

  max-width: 100%;
  /* Adhere to container width. */

}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* Links */
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */

}
/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
/* =Menu
----------------------------------------------- */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  display: block;
}
/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
}
/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */

  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 9;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #696969;
}
.close:hover,
.close:focus {
  color: #696969;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  padding: 9px;
  background: #d2d2d2;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 75px);
  -ms-transform: translate(0, 75px);
  transform: translate(0, 75px);
}
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
  border: 5px solid #d2d2d2;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  outline: none;
  background-clip: padding-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #FFF;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 54px 61px;
}
.modal-body article > h1 {
  padding: 14px 20px;
  margin-bottom: 6px;
  line-height: 1;
  font-size: 18px;
  background: #d2d2d2;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 960px;
    margin: 30px auto;
  }
}
/**
 * slippry v1.1.1 - Simple responsive content slider
 * http://slippry.com
 *
 * Author(s): Lukas Jakob Hafner - @saftsaak
 *            Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2013, booncon oy - http://booncon.com
 *
 * Thanks @ http://bxslider.com for the inspiration!
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* -------------------------- MIXINS ---------------------------------- */
/* -------------------------- END MIXINS ---------------------------------- */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-moz-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-ms-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-moz-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-ms-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url(img/sy-loader.gif) 50% 50% no-repeat;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
  min-height: 40px;
}
.sy-box.sy-loading .sy-slides-wrap,
.sy-box.sy-loading .sy-pager {
  visibility: hidden;
}
/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  min-height: 335px;
  height: 100%;
  width: 100%;
}
.page-template-template-busundbahnwerbung-php .sy-slides-wrap,
.page-template-template-galerie-php .sy-slides-wrap,
.page-template-template-kontakt-php .sy-slides-wrap {
  min-height: 324px;
}
.sy-slides-wrap:hover .sy-controls {
  display: block;
}
/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.sy-list.horizontal {
  -webkit-transition: left ease;
  -moz-transition: left ease;
  -o-transition: left ease;
  transition: left ease;
}
/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}
.sy-slide.kenburns.useCSS {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: left-right;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: left-right;
  -o-animation-fill-mode: forwards;
  animation-name: left-right;
  animation-fill-mode: forwards;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: right-left;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: right-left;
  -o-animation-fill-mode: forwards;
  animation-name: right-left;
  animation-fill-mode: forwards;
}
.sy-slide.sy-active {
  z-index: 3;
}
.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.sy-slide > a > img,
.sy-slide img {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: auto;
  max-width: inherit;
  height: 100%;
  border: 0;
}
#slider-busbahn .sy-slide img {
  margin: 0 auto;
}
/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.sy-controls li {
  position: absolute;
  width: 10%;
  min-width: 4.2em;
  height: 100%;
  z-index: 33;
}
.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}
.sy-controls li.sy-prev a:after {
  background-position: -5% 0;
}
.sy-controls li.sy-next {
  right: 0;
  top: 0;
}
.sy-controls li.sy-next a:after {
  background-position: 105% 0;
}
.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.sy-controls li a:link,
.sy-controls li a:visited {
  opacity: 0.4;
}
.sy-controls li a:hover,
.sy-controls li a:focus {
  opacity: 0.8;
  outline: none;
}
.sy-controls li a:after {
  content: "";
  background-image: url(img/arrows.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: #fff;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-device-width: 600px) {
  .sy-controls {
    display: block;
  }
  .sy-controls li {
    min-width: 2.1em;
  }
  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}
/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%;
}
.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  padding: 0.4em 1em;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  border-radius: 1.2em;
}
.sy-caption-wrap .sy-caption a:link,
.sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none;
}
.sy-caption-wrap .sy-caption a:hover,
.sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }
  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
/* pager bubbles */
.sy-pager {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 11px;
  z-index: 99;
}
.sy-pager li {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 14px 0 0;
}
.sy-pager li.sy-active a {
  background-color: #ff7500;
}
.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  text-indent: -9999px;
  border-radius: 1px;
  border: 1px solid #fff;
}
.sy-pager li a:link,
.sy-pager li a:visited {
  opacity: 1.0;
}
.sy-pager li a:hover,
.sy-pager li a:focus {
  opacity: 0.6;
}
/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%;
}
.sy-filler.ready {
  -webkit-transition: padding 600ms ease;
  -moz-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  transition: padding 600ms ease;
}
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
		Default Theme
	----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_content {
  border: 10px solid #FFF;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content {
  background-color: #fff;
}
/* Content background */
div.pp_default .pp_next:hover {
  background: url(img/prettyPhoto/default/sprite_next.png) 90% center no-repeat;
  cursor: pointer;
}
/* Next button */
div.pp_default .pp_previous:hover {
  background: url(img/prettyPhoto/default/sprite_prev.png) 5% center no-repeat;
  cursor: pointer;
}
/* Previous button */
div.pp_default .pp_expand {
  display: none !important;
  background: url(img/prettyPhoto/default/sprite.png) 0 0 no-repeat;
  cursor: pointer;
  width: 54px;
  height: 50px;
}
/* Expand button */
div.pp_default .pp_close {
  width: 54px;
  height: 50px;
  background: url(img/prettyPhoto/default/sprite.png) -60px 0px no-repeat;
  cursor: pointer;
  right: 20px;
  top: 10px;
}
/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #696969;
}
div.pp_default .pp_gallery ul li a {
  border: 1px solid #d2d2d2;
}
div.pp_default .pp_gallery ul li a img {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-filter: grayscale(1);
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_gallery ul li a:hover img,
div.pp_default .pp_gallery ul li.selected a img {
  -webkit-filter: grayscale(0);
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_details {
  position: relative;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(img/prettyPhoto/default/sprite.png) 0px -58px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 16px;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -20px -58px;
}
/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: sans-serif;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_loaderIcon {
  background: url(img/prettyPhoto/default/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_top {
  padding: 0 20px;
}
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -90px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 70px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  background: #d2d2d2;
  display: block;
  float: left;
  height: 66px;
  overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 21px !important;
}
a.pp_next {
  background: url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:visited,
a:hover {
  color: #696969;
}
.container {
  position: relative;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
header#masthead {
  position: relative;
  background: #FFF;
  width: 100%;
}
header#masthead .site-branding {
  padding: 33px 0 29px;
}
header#masthead .site-branding h1 {
  margin: 0;
}
header#masthead .site-branding h1 a {
  display: block;
}
header#masthead .site-branding h1 a img {
  display: block;
  margin: 0 auto;
}
nav#site-navigation {
  position: absolute;
  left: 0;
  top: 135px;
  z-index: 100;
  background: #FFF;
  border-bottom: 2px solid #ff7500;
  width: 100%;
  padding: 10px 0;
}
nav#site-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav#site-navigation ul li {
  padding: 0 32px;
  border-left: 1px solid #ff7500;
}
nav#site-navigation ul li:first-child {
  border-left: none;
}
nav#site-navigation ul li.current_page_item a {
  color: #ff7500;
}
nav#site-navigation ul li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 1px;
  display: block;
  text-transform: uppercase;
  color: #696969;
}
nav#site-navigation ul li a:hover {
  color: #ff7500;
}
#stoerer {
  width: 100%;
  min-height: 97px;
  padding: 13px 0 3px;
  background: #3b3b3b;
}
#stoerer h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
#stoerer .left,
#stoerer .right {
  position: relative;
  background-color: #e2e2e2;
  height: 70px;
}
#stoerer .left .content,
#stoerer .right .content {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
}
#stoerer .left p,
#stoerer .right p {
  font-size: 11px;
  line-height: 1.26em;
}
#stoerer .left {
  margin-right: 72px;
  float: left;
}
#stoerer .left .content {
  padding: 6px 25px 6px 6px;
  width: 528px;
}
#stoerer .left .content img {
  display: block;
  float: left;
  margin-right: 20px;
}
#stoerer .left .content .wrap {
  float: left;
  width: 335px;
}
#stoerer .left:after {
  position: absolute;
  right: -31px;
  top: 0;
  background: #e2e2e2;
  -webkit-transform: skew(42deg, 0);
  -ms-transform: skewX(42deg) skewY(0);
  transform: skew(42deg, 0);
  content: '';
  width: 65px;
  height: 100%;
}
#stoerer .right {
  float: right;
}
#stoerer .right .content {
  width: 380px;
  padding: 10px 35px 5px 134px;
  background: url(img/teaser-cc-werbung.png) no-repeat left top;
}
#stoerer .right .highlight,
#stoerer .right a {
  color: #1200bb;
}
#stoerer .right:before {
  position: absolute;
  left: -30px;
  top: 0;
  background: #e2e2e2;
  -webkit-transform: skew(42deg, 0);
  -ms-transform: skewX(42deg) skewY(0);
  transform: skew(42deg, 0);
  content: '';
  width: 70px;
  height: 100%;
  z-index: 1;
}
#stoerer .caption {
  width: 528px;
  float: left;
}
#stoerer.werbemittel .row {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 0;
}
#stoerer.werbemittel .row h2 {
  font-size: 18px;
  text-transform: none;
}
#stoerer.werbemittel .row p {
  margin-bottom: 0;
}
#stoerer.werbemittel .column {
  width: 136px;
  float: left;
}
#stoerer.werbemittel .column.wide {
  width: 210px;
}
#stoerer.werbemittel .column.wide > span {
  width: 33%;
  display: block;
  float: left;
}
#stoerer.werbemittel .column.wide > span.tleft {
  text-align: left;
}
#stoerer.werbemittel .column.wide > span.tcenter {
  text-align: center;
}
#stoerer.werbemittel .column.wide > span.tright {
  text-align: right;
}
#stoerer.werbemittel #data-beschreibung-lang {
  text-transform: uppercase;
}
#stoerer.werbemittel #verfuegbarkeits-o-meter {
  position: relative;
  margin: 6px 0;
  background: #696969;
}
#stoerer.werbemittel #verfuegbarkeits-o-meter img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
#stoerer.werbemittel #verfuegbarkeits-o-meter #data-verfuegbarkeit {
  background: #39c801;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main {
  position: relative;
  padding: 20px 0 37px;
}
#main > article {
  background: #e2e2e2;
  width: 100%;
}
#main .sidebar {
  position: relative;
  background: #3b3b3b;
  color: #969696;
  width: 281px;
  padding: 38px 32px;
  float: left;
}
.home #main .entry-content {
  position: relative;
  width: 699px;
  height: 100%;
  padding: 38px 28px;
  margin: 0;
  float: left;
}
.home #main .entry-content h1 {
  font-size: 18px;
}
#main.galerie-container > article {
  background: none;
}
#main.galerie-container a.galerie-image {
  display: block;
  float: left;
  border: 6px solid #d2d2d2;
  margin-left: 1px;
}
#main.galerie-container a.galerie-image:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
#main.galerie-container a.galerie-image img {
  display: block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.314s ease;
  -moz-transition: all 0.314s ease;
  -ms-transition: all 0.314s ease;
  -o-transition: all 0.314s ease;
  transition: all 0.314s ease;
}
#main.contact-page-container {
  padding: 0;
  margin-top: 36px;
}
#main.contact-page-container .entry-content {
  background: #3b3b3b;
  color: #969696;
  width: 281px;
  margin-top: 0;
}
#main.contact-page-container .entry-content h1 {
  font-size: 18px;
}
#main.contact-page-container .contact-content {
  width: 241px;
}
#main.contact-page-container .contact-content h2 {
  font-size: 18px;
  color: #ff7500;
}
#main.contact-page-container .map-content {
  width: 458px;
}
#main.contact-page-container .entry-content,
#main.contact-page-container .contact-content {
  padding: 36px 10px 12px 29px;
}
#main.contact-page-container .entry-content,
#main.contact-page-container .contact-content,
#main.contact-page-container .map-content {
  float: left;
}
#main.contact-page-container .logo-container {
  margin: 50px 0;
  float: right;
}
#main.contact-page-container .logo-container img {
  display: block;
  float: left;
  margin-right: 40px;
}
#main.werbemittel .werbemittel-container {
  margin-bottom: 37px;
}
#main.werbemittel .werbemittel-container .werbemittel {
  position: relative;
  float: left;
  display: block;
  width: 480px;
  height: 118px;
  margin: 0 0 12px;
}
#main.werbemittel .werbemittel-container .werbemittel:nth-child(even) {
  margin-left: 20px;
}
#main.werbemittel .werbemittel-container .werbemittel .content {
  float: left;
  width: 318px;
  height: 100%;
  background: #FFF;
}
#main.werbemittel .werbemittel-container .werbemittel .content h2,
#main.werbemittel .werbemittel-container .werbemittel .content span.preis {
  margin-left: 30px;
}
#main.werbemittel .werbemittel-container .werbemittel .content h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.14em;
  text-transform: none;
}
#main.werbemittel .werbemittel-container .werbemittel .content img {
  display: block;
  max-width: 100%;
}
#main.werbemittel .werbemittel-container .werbemittel ul {
  float: left;
  padding: 0;
  margin: 0 0 0 2px;
  list-style: none;
  width: 160px;
  height: 100%;
  overflow: hidden;
}
#main.werbemittel .werbemittel-container .werbemittel ul li {
  display: block;
  margin: 0 0 2px;
}
#main.werbemittel .werbemittel-container .werbemittel ul li a {
  display: block;
  background: #FFF;
  color: #696969;
  text-decoration: none;
  font-size: 11px;
  line-height: 1em;
  padding: 10px 0 7px 10px;
}
#main.werbemittel .werbemittel-container .werbemittel ul li a:hover,
#main.werbemittel .werbemittel-container .werbemittel ul li a.active,
#main.werbemittel .werbemittel-container .werbemittel ul li a.stay {
  background: #ff7500;
}
#main.werbemittel .teaser-container {
  position: relative;
  background: #e2e2e2;
  margin-bottom: 45px;
  min-height: 295px;
  padding-left: 280px;
}
#main.werbemittel .teaser-container .column {
  float: left;
  width: 349px;
  background: #e2e2e2;
  padding: 34px 29px 28px;
}
#main.werbemittel .teaser-container .column h2 {
  font-size: 18px;
  line-height: 1.26em;
  margin-bottom: 8px;
}
#main.werbemittel .teaser-container .column.dark {
  background: #3b3b3b;
  width: 280px;
  height: 100%;
  position: absolute;
  left: 0;
}
#main.werbemittel .teaser-container .column.dark p,
#main.werbemittel .teaser-container .column.dark h2,
#main.werbemittel .teaser-container .column.dark a {
  color: #969696;
}
#main.werbemittel .teaser-container .column.wide {
  width: 698px;
}
#main.werbemittel .downloads-container {
  position: relative;
}
#main.werbemittel .downloads-container .teaser.download {
  position: relative;
  float: left;
  background: #e2e2e2 url(img/icon-download.png) center right no-repeat;
  width: 32.5%;
  min-height: 120px;
  margin-left: 1%;
  padding: 12px 70px 0 29px;
}
#main.werbemittel .downloads-container .teaser.download:hover {
  background: #efefef url(img/icon-download.png) center right no-repeat;
}
#main.werbemittel .downloads-container .teaser.download:first-child {
  margin-left: 0;
}
#main.werbemittel .downloads-container .teaser.download > a {
  text-decoration: none;
  color: #696969;
  display: block;
}
#main.werbemittel .downloads-container .teaser.download h2 {
  font-size: 18px;
}
#main.out-of-home .teaser-container {
  margin-bottom: 28px;
}
#main.out-of-home .teaser-container .teaser {
  float: left;
}
#main.out-of-home .teaser-container .teaser h1,
#main.out-of-home .teaser-container .teaser h2 {
  font-size: 18px;
  margin-top: 0;
  text-transform: none;
}
#main.out-of-home .teaser-container.dark {
  position: relative;
}
#main.out-of-home .teaser-container.dark .teaser.dark {
  position: relative;
  width: 309px;
  min-height: 300px;
  margin-left: 26px;
  padding: 30px;
  background: #3b3b3b;
  color: #969696;
}
#main.out-of-home .teaser-container.dark .teaser.dark:first-child {
  margin-left: 0;
}
#main.out-of-home .teaser-container.dark .teaser.dark a.more {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 6px 5px 6px 29px;
  color: #ff7500;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
}
#main.out-of-home .teaser-container.media h1.main {
  width: 100%;
  font-size: 18px;
  padding: 2px 0 2px 29px;
  margin: 0 0 12px;
  color: #FFF;
  background: #ff7500;
}
#main.out-of-home .teaser-container.media h1.main .highlight {
  color: #3b3b3b;
}
#main.out-of-home .teaser-container.media .teaser.media {
  position: relative;
  margin-left: 11px;
  margin-bottom: 12px;
  width: 236px;
}
#main.out-of-home .teaser-container.media .teaser.media.first {
  margin-left: 0;
}
#main.out-of-home .teaser-container.media .teaser.media > a {
  position: relative;
  display: block;
}
#main.out-of-home .teaser-container.media .teaser.media > a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.314s ease;
  -moz-transition: background 0.314s ease;
  -ms-transition: background 0.314s ease;
  -o-transition: background 0.314s ease;
  transition: background 0.314s ease;
}
#main.out-of-home .teaser-container.media .teaser.media > a:hover .overlay {
  background: rgba(255, 255, 255, 0.3);
}
#main.out-of-home .teaser-container.media .teaser.media img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
#main.out-of-home .teaser-container.media .teaser.media .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 2px 2px 2px 29px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  color: #ff7500;
  font-size: 18px;
}
.downloads-container {
  position: relative;
}
.downloads-container h1.main {
  width: 100%;
  font-size: 18px;
  padding: 2px 0 2px 29px;
  margin: 0;
  color: #FFF;
  background: #ff7500;
}
.downloads-container h1.main .highlight {
  color: #3b3b3b;
}
.downloads-container .download {
  width: 100%;
  margin: 0;
  padding: 0 0 0 29px;
  border-bottom: 1px solid #ff7500;
}
.downloads-container .content {
  float: left;
  padding-top: 20px;
}
.downloads-container .content h2 {
  font-size: 18px;
  color: #ff7500;
}
.downloads-container .download-button {
  position: relative;
  float: right;
  font-size: 18px;
  text-decoration: none;
  padding: 35px 100px 35px 18px;
  background: #ffffff url(img/icon-download.png) 95% center no-repeat;
  color: #696969;
}
.downloads-container .download-button:active {
  top: 2px;
}
#teaser-container {
  clear: both;
  margin-bottom: 60px;
}
#teaser-container h1.main {
  width: 100%;
  font-size: 18px;
  padding: 2px 0 2px 29px;
  margin: 0 0 12px;
  color: #3b3b3b;
  background: #ff7500;
}
#teaser-container h1.main .highlight {
  color: #FFF;
}
#teaser-container h1 + .teaser {
  margin-left: 0;
}
#teaser-container h1 + .teaser .content {
  padding: 0 0 0 29px;
}
#teaser-container .teaser {
  float: left;
  width: 235px;
  margin-left: 13px;
}
#teaser-container .teaser > a {
  position: relative;
  text-decoration: none;
  color: #696969;
  display: block;
}
#teaser-container .teaser > a .overlay {
  position: absolute;
  width: 100%;
  height: 106px;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.314s ease;
  -moz-transition: background 0.314s ease;
  -ms-transition: background 0.314s ease;
  -o-transition: background 0.314s ease;
  transition: background 0.314s ease;
}
#teaser-container .teaser > a:hover .overlay {
  background: rgba(255, 255, 255, 0.3);
}
#teaser-container .teaser img {
  width: 100%;
}
#teaser-container .teaser .content {
  padding: 0 0 0 21px;
}
#teaser-container .teaser .content h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #ff7500;
}
article.impressum {
  padding: 36px 10px 12px 29px;
  margin-bottom: 20px;
}
article.impressum h1 {
  width: 100%;
  font-size: 18px;
  margin: 0 0 12px;
  color: #ff7500;
}
article.impressum h1 .highlight {
  color: #3b3b3b;
}
#partner-container {
  clear: both;
  margin-bottom: 20px;
}
#partner-container h1.main {
  width: 100%;
  font-size: 18px;
  padding: 2px 0 2px 29px;
  margin: 0 0 12px;
  color: #FFF;
  background: #969696;
}
#partner-container h1 + .partner {
  margin-left: 0;
}
#partner-container h1 + .partner .content {
  padding: 0 0 0 29px;
}
#partner-container .partner {
  float: left;
  width: 188px;
  margin-left: 10px;
}
#partner-container .partner img {
  width: 100%;
}
#partner-container .partner .content {
  padding: 0 0 0 20px;
}
#partner-container .partner .content h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #ff7500;
}
#partner-container .partner .content p {
  font-size: 14px;
}
#partner-container .partner .content a {
  color: #ff7500;
  text-decoration: none;
}
footer#colophon {
  background: #3b3b3b;
  width: 100%;
  padding: 25px 0 10px;
}
footer#colophon .container {
  padding: 0 0 0 29px;
}
footer#colophon .site-branding {
  float: left;
  margin-right: 55px;
}
footer#colophon .column {
  width: 170px;
  float: left;
}
footer#colophon .column h2 {
  color: #696969;
  font-size: 18px;
  font-weight: 700;
}
footer#colophon .column p,
footer#colophon .column a {
  color: #e2e2e2;
  font-size: 12px;
}
body {
  background: #d2d2d2;
}
.highlight {
  color: #ff7500;
}
