audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
.news-image-gallery .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news-image-gallery .thumbnail > img,
.news-image-gallery .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.news-image-gallery a.thumbnail:hover,
.news-image-gallery a.thumbnail:focus,
.news-image-gallery a.thumbnail.active {
  border-color: #0a5588;
}
.news-image-gallery .thumbnail .caption {
  padding: 9px;
  color: #111111;
}
.events-list {
  padding-left: 0;
  list-style: none;
}
.events-list > li {
  margin-bottom: 10px;
}
.news-list {
  padding-left: 0;
  list-style: none;
}
.news-list .news,
.news-list .news .news {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.news-list .news:first-child {
  border-top: none;
}
.news-list .news,
.news-list .news-body {
  overflow: hidden;
}
.news-list .news > p,
.news-list .news-body > p {
  margin-bottom: 0;
}
.news-list .news-object {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .news-list .news-object {
    width: 150px;
    margin: 5px 10px 0 0;
    float: left !important;
  }
}
.news-list .news-heading {
  margin: 0 0 8px;
}
.news_metadata {
  margin: 0;
}
figure {
  text-align: center;
  display: table;
  max-width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  figure {
    max-width: 50%;
    margin: 5px 15px 10px 0;
    float: left !important;
  }
}
figure img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
figure figcaption {
  line-height: 18px;
  padding-bottom: 5px;
  padding-top: 3px;
  font-style: italic;
  color: #4D4D4D;
}
.news-image-gallery .thumbnail.gallery {
  margin-bottom: 15px;
}
.news-image-gallery .thumbnail.gallery .caption {
  text-align: center;
}
.news-image-gallery .thumbnail.gallery .caption p {
  line-height: 18px;
  font-style: italic;
  color: #4D4D4D;
  margin: 0;
  padding: 0;
}
.more-article h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 4px;
}
.more-article ul {
  padding-left: 0;
  list-style: none;
  margin-left: 10px;
}
.more-article ul li {
  margin-bottom: 5px;
}
.downloads ul {
  padding-left: 0;
  list-style: none;
  margin-left: 10px;
}
.downloads ul li {
  padding: 0 5px 0 25px;
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 1.2;
  margin: 5px 0;
}
.downloads ul li .doc-size {
  font-size: 12px;
  color: #555555;
  white-space: nowrap;
}
.downloads ul li.audio {
  background-image: url(../img/audio.gif);
}
.downloads ul li.doc {
  background-image: url(../img/doc.gif);
}
.downloads ul li.html {
  background-image: url(../img/html.gif);
}
.downloads ul li.img {
  background-image: url(../img/img.gif);
}
.downloads ul li.indesign {
  background-image: url(../img/indesign.gif);
}
.downloads ul li.other {
  background-image: url(../img/other.gif);
}
.downloads ul li.pdf {
  background-image: url(../img/pdf.gif);
}
.downloads ul li.ppt {
  background-image: url(../img/ppt.gif);
}
.downloads ul li.vcf {
  background-image: url(../img/vcf.gif);
}
.downloads ul li.xls {
  background-image: url(../img/xls.gif);
}
.downloads ul li.zip {
  background-image: url(../img/zip.gif);
}
.news-search {
  display: none;
  transition: all 0.4s ease-out 0s;
}
.news-search.toggle-link-open {
  display: block;
}
h2.toggle-link > i:before {
  content: "\f150";
  font-family: 'FontAwesome';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #cd0e16;
}
h2.toggle-link.open > i:before {
  content: "\f151";
}
h2.toggle-link,
h2.toggle-link.open {
  cursor: pointer;
}
.text-show,
.text-hide {
  font-size: 13px;
  color: #CD0E16;
  border: 1px solid #CD0E16;
  padding: 0px 3px;
  vertical-align: middle;
  line-height: 1;
  border-radius: 4px;
}
.toggle-link .text-hide {
  display: none;
}
.toggle-link.open .text-hide {
  display: inline;
  font-family: 'Open Sans', sans-serif;
}
.toggle-link.open .text-show {
  display: none;
}
.publications {
  margin-top: 20px;
}
.publications .panel-heading {
  padding: 0;
}
.publications .panel-heading a {
  background: #fff;
  display: block;
  padding: 5px 15px;
}
.publications .panel-heading a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.publications .panel-heading a:active,
.publications .panel-heading a:focus {
  background: #fff;
  text-decoration: none;
}
.publications .panel-title {
  margin-top: 5px;
}
.publ-list {
  padding-left: 0;
  list-style: none;
}
.publ-list .publ,
.publ-list .publ .publ {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.publ-list .publ,
.publ-list .publ-body {
  overflow: hidden;
  padding-top: 5px;
}
.publ-list .publ > p,
.publ-list .publ-body > p {
  margin-bottom: 8px;
}
.publ-list .publ .buttons,
.publ-list .publ-body .buttons {
  margin-bottom: 0;
}
.publ-list .publ-object {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .publ-list .publ-object {
    width: 100px;
    margin: 5px 15px 0 0;
    float: left !important;
  }
}
.publ-list .publ-heading {
  margin: 4px 0 4px;
}
.download-area {
  display: none;
  transition: all 0.4s ease-out 0s;
}
.download-area.toggle-link-open {
  display: block;
  margin-top: 15px;
}
.social-media {
  margin: 30px 0 15px 0;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.social-media ul.search-rating {
  margin: 2px 0;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.social-media ul.search-rating > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.social-media ul.search-rating li {
  padding: 4px 0 0 0;
}
.social-media ul.search-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 22px;
}
.social-media ul.search-rating li i:hover {
  color: #f7b613;
}
.social-media ul.bookmark {
  margin: 2px 0;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.social-media ul.bookmark > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.social-media ul.bookmark li {
  padding: 0;
}
.social-media ul.email-rss {
  margin: 2px 0;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.social-media ul.email-rss > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .social-media ul.email-rss {
    float: right;
  }
}
.social-media ul.email-rss li {
  padding: 0;
}
.tab-content {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .lead {
    font-size: 16.8px;
  }
}
#link-area h2.title-link {
  background: #cd0e16;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #ac0c12;
  border-radius: 4px;
}
#link-area ul {
  margin: 20px 10px;
  padding-left: 0;
  list-style: none;
}
#link-area .new-services li {
  margin-bottom: 10px;
}
#link-area .new-services li a {
  display: block;
  padding: 10px;
  color: #111111;
}
#link-area .new-services li a:hover {
  text-decoration: none;
}
#link-area .new-services .wetter a {
  background: #bcd0eb url(../img/icon-wetter.png) 4px center no-repeat;
  border: 1px solid #a1bde3;
  border-radius: 4px;
  padding-left: 40px;
}
#link-area .new-services .wetter a:hover {
  background: #a8c2e5 url(../img/icon-wetter.png) 4px center no-repeat;
  text-decoration: none;
}
#link-area .new-services .verkehr a {
  background: #fef3e9 url(../img/icon-verkehr.png) 4px center no-repeat;
  border: 1px solid #fce0c7;
  border-radius: 4px;
  padding-left: 40px;
}
#link-area .new-services .verkehr a:hover {
  background: #fde6d1 url(../img/icon-verkehr.png) 4px center no-repeat;
  text-decoration: none;
}
#link-area .quick-link li {
  margin-bottom: 5px;
}
#link-area .quick-link li i {
  color: #cd0e16;
}
#link-area .news-abo li {
  margin-bottom: 15px;
}
#link-area .news-abo li i {
  color: #cd0e16;
}
.calendar thead .btn-group a {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
.calendar > tbody > tr > td.btn-primary {
  background-color: #0a5588;
}
.calendar > tbody > tr > td.btn-primary:hover {
  background-color: #084067;
  border: none;
}
.calendar > tbody > tr > td.btn-primary > a {
  color: #fff;
}
.calendar > tbody > tr > td.btn-info {
  background-color: #5bc0de;
}
.calendar > tbody > tr > td.btn-info:hover {
  background-color: #31b0d5;
}
.calendar > tbody > tr > td.btn-info > a {
  color: #000;
}
.calendar > tbody > tr > td.btn-primary.btn-info {
  background-color: #0a5588;
}
.calendar > tbody > tr > td.btn-primary.btn-info > a {
  background-color: #5bc0de;
  color: #fff;
  width: 70%;
  height: 70%;
  display: inline-block;
  font-weight: bold;
}
.calendar > tbody > tr > td.btn-primary.btn-info > a:hover {
  background-color: #46b8da;
  text-decoration: none;
}
@media print {
  a[href]:after {
    content: " ";
  }
  .news-list .news-object {
    float: left !important;
    margin: 5px 10px 0 0;
    width: 150px;
  }
  header .logo h1 a {
    width: 250px;
    display: block;
  }
  .site-heading {
    padding-top: 30pt;
  }
  #link-area,
  .social-media {
    display: none;
  }
}
@media (min-width: 992px) {
  .cluster .col-md-4.y_full {
    height: 480px;
  }
}
.region .teaser {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
/* set the default teaser bg-color to #dddddd independent from color_combos */
.region .teaser:not(.text_only),
.insert .teaser:not(.text_only) {
  background-color: #dddddd;
}
.teaser .storylink {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.teaser .storylink:hover {
  background: #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.teaser .storylink {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.teaser .text2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #000;
  background-color: #fff !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.teaser .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #000;
  background-image: url(../img/bg-weiss-70.png);
  background-position: 0 0;
}
.teaser h2 {
  font-size: 20px;
  font-weight: normal;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  -o-hyphens: manual;
  hyphens: manual;
  padding: 10px 15px 10px 15px;
  margin: 0;
}
.teaser .text h2 a,
.teaser .text h3 a,
.teaser .text p.lead a,
.teaser .text p.author a {
  display: block;
  color: inherit;
}
ol.stream-items {
  margin-left: 0;
  padding: 0;
}
ol.stream-items li.tweet-item {
  position: relative;
  list-style: none;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
ol.stream-items li.tweet-item .content {
  margin-left: 58px;
}
ol.stream-items li.tweet-item .content img.profile_image {
  position: absolute;
  top: 2px;
  left: 0px;
}
ol.stream-items li.tweet-item .content span.time {
  color: #999;
  float: right;
  margin-top: 1px;
  position: relative;
}
ol.stream-items li.tweet-item .content span.username {
  color: #999;
  padding-left: 6px;
}
ol.stream-items li.tweet-item .content p.tweet-text {
  line-height: 1.3;
  margin: 4px 0;
}
ol.stream-items li.tweet-item .content ul.tweet-actions {
  margin: 0;
  padding: 0;
}
ol.stream-items li.tweet-item .content ul.tweet-actions li {
  display: inline;
  list-style: none;
  margin: 0 8px 0 0;
}
h2#title-twitter {
  background: #ffffff url(../img/twitter-icon.png) left center no-repeat;
  padding-left: 30px;
}
.meta-hashtag {
  background: #efefef;
  padding: 10px;
}
.twitter a:link,
.twitter a:visited {
  background: transparent;
  color: #0084B4;
  border-bottom: none;
}
.twitter a:hover,
.twitter a:focus,
.twitter a:active {
  text-decoration: underline;
}
.twittersearch {
  background-color: #f5f5f5;
  padding: .25em;
  border: 1px solid #eee;
  -webkit-: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twittersearch a:hover,
.twittersearch a:focus,
.twittersearch a:active {
  text-decoration: underline;
}
.twittersearch .hashtags {
  padding: 0;
}
.twittersearch .hashtags a {
  padding: 0;
  margin: 0;
}
.twittersearch .more {
  text-align: right;
  margin: 0;
}
.social-networks {
  padding: 6px 12px;
}
.social-networks h2 {
  margin-top: 0;
}
.social-networks p {
  margin-bottom: 20px;
}
.social-networks ul {
  padding-left: 0;
  list-style: none;
}
.social-networks ul li {
  padding: 25px 8px;
  border-top: 1px solid #eeeeee;
}
.social-networks ul li p {
  font-weight: 600;
  margin-bottom: 5px;
}
.social-networks ul li.social-media {
  border-top: none;
  margin: 0;
  padding: 15px 8px 25px 8px;
}
.social-networks ul li.social-media img {
  display: inline;
  margin-right: 4px;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 58px;
}
.btn-social.btn-lg :first-child {
  line-height: 42px;
  width: 42px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 58px;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 42px;
  width: 42px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100%!important;
}
.btn-social-icon.btn-lg {
  height: 42px;
  width: 42px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-google-plus {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #ffffff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-rss {
  color: #ffffff;
  background-color: #f67f25;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-rss:hover,
.btn-rss:focus,
.btn-rss:active,
.btn-rss.active,
.open .dropdown-toggle.btn-rss {
  color: #ffffff;
  background-color: #e96a0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-rss:active,
.btn-rss.active,
.open .dropdown-toggle.btn-rss {
  background-image: none;
}
.btn-rss.disabled,
.btn-rss[disabled],
fieldset[disabled] .btn-rss,
.btn-rss.disabled:hover,
.btn-rss[disabled]:hover,
fieldset[disabled] .btn-rss:hover,
.btn-rss.disabled:focus,
.btn-rss[disabled]:focus,
fieldset[disabled] .btn-rss:focus,
.btn-rss.disabled:active,
.btn-rss[disabled]:active,
fieldset[disabled] .btn-rss:active,
.btn-rss.disabled.active,
.btn-rss[disabled].active,
fieldset[disabled] .btn-rss.active {
  background-color: #f67f25;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-rss .badge {
  color: #f67f25;
  background-color: #ffffff;
}

#article .row:before, .row:after{
    content: " ";
    display: table;
	clear: both;
}
