/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
  padding-bottom: 50px !important;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@font-face {
  font-family: 'OpenSansCondensedLight';
  src: url("../fonts/OpenSans-CondLight-webfont.eot");
  src: url("../fonts/OpenSans-CondLight-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-CondLight-webfont.woff") format("woff"),url("../fonts/OpenSans-CondLight-webfont.ttf") format("truetype"),url("../fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansCondensedBold';
  src: url("../fonts/OpenSans-CondBold-webfont.eot");
  src: url("../fonts/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-CondBold-webfont.woff") format("woff"),url("../fonts/OpenSans-CondBold-webfont.ttf") format("truetype"),url("../fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-Regular-webfont.woff") format("woff"),url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"),url("../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.row {
  margin-left: -16px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 16px;
}

.span3 {
  width: 1019px;
}

.span2 {
  width: 674px;
}

.span1 {
  width: 329px;
}

.offset3 {
  margin-left: 1051px;
}

.offset2 {
  margin-left: 707px;
}

.offset1 {
  margin-left: 361px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.6632016632016633%;
  *margin-left: 1.6112266112266114%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span3 {
  width: 100%;
  *width: 99.94802494802495%;
}

.row-fluid .span2 {
  width: 66.11226611226611%;
  *width: 66.06029106029106%;
}

.row-fluid .span1 {
  width: 32.224532224532226%;
  *width: 32.17255717255718%;
}

.row-fluid .offset3 {
  margin-left: 103.32640332640332%;
  *margin-left: 103.22245322245323%;
}

.row-fluid .offset3:first-child {
  margin-left: 101.66320166320166%;
  *margin-left: 101.55925155925156%;
}

.row-fluid .offset2 {
  margin-left: 69.43866943866944%;
  *margin-left: 69.33471933471934%;
}

.row-fluid .offset2:first-child {
  margin-left: 67.77546777546777%;
  *margin-left: 67.67151767151768%;
}

.row-fluid .offset1 {
  margin-left: 35.55093555093555%;
  *margin-left: 35.44698544698545%;
}

.row-fluid .offset1:first-child {
  margin-left: 33.88773388773389%;
  *margin-left: 33.78378378378379%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

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

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.visible-dark {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (prefers-color-scheme: dark) {
  .visible-dark {
    display: inherit !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row {
    margin-left: 0;
  }

  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span3,
  .row-fluid .span3 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  .row .span2 .row .span1 {
    float: left;
    min-height: 1px;
    margin-left: 16px;
    width: 329px;
  }

  .row .span2 .row .span1:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .center-content-mobile {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .center-content-mobile>div {
    display: inline-block;
    text-align: left;
  }
}

html,
button,
input,
select,
textarea {
  color: #000;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  background: #b12f2f;
  color: #000;
  font-weight: bold;
  margin: 0.2em 0;
  padding: 20px;
  text-align: center;
}

html {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

html,
body {
  background: #fff;
  font-family: Arial, sans-serif;
  min-width: 320px;
}

.ivw {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ivw .focusable:active,
.ivw .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.wrapper-page {
  margin: 0 auto;
  position: relative;
  width: 1225px;
}

.no-skyscraper .wrapper-page {
  width: auto;
}

@media screen and (min-width: 768px) {
  .no-skyscraper .wrapper-page {
    width: 1043px;
  }
}

.wrapper-content {
  background: #fff;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  margin: 0;
  width: 1019px;
}

.wrapper-content.header-sticky {
  padding-top: 0;
}

.content {
  background: #fff;
  padding-bottom: 7px;
  margin-top: 15px;
}

.content-no-border {
  box-shadow: none;
  margin: 7px auto;
}

.no-boxshadow .content {
  border: 1px solid #e4e4e4;
}

.no-boxshadow .content-no-border {
  border: 0;
}

.content-light,
.content-white {
  background: #fff;
}

.content-article-more {
  position: relative;
}

.content-article-more:before {
  content: "";
  height: 10px;
  position: absolute;
  top: -10px;
  width: 100%;
}

.footer .top,
.footer .nav-main {
  margin: 0 -30px;
}

.no-skyscraper .footer .top,
.no-skyscraper .footer .nav-main {
  margin: 0;
}

nav ul,
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #777;
  outline: none;
}

.kicker,
.headline {
  display: block;
}

.kicker {
  font-family: "OpenSansCondensedBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.headline {
  color: #000;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 19px;
}

p {
  font-size: 14px;
  line-height: 17px;
}

.narrow {
  margin-left: 20px;
  margin-right: 20px;
}

.narrow .more-link {
  margin-left: 0;
  margin-right: 0;
}

.content.place {
  padding: 50px 0 0;
}

.js-ajax-spinner {
  background: url(../img/ajax-loader.gif);
  display: none;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

source[data-srcset],
img[data-src] {
  display: none;
}

.js source[data-srcset],
.js img[data-src] {
  display: block;
  opacity: 0;
  -moz-transition: opacity .7s ease-in-out;
  -webkit-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;
}

.js source[data-srcset].loaded,
.js img[data-src].loaded {
  opacity: 1;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
}

.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #9d9a8f;
  border: 1px solid #9d9a8f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 18px;
  outline: none;
  padding: 3px 15px;
  text-transform: uppercase;
}

a.button {
  color: #fff;
}

.lt-ie8 .button {
  padding: 1px 15px;
}

input[type=email],
input[type=password],
input[type=text] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  display: inline-block;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 3px 4px;
}

textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 17px;
  padding: 3px 4px;
}

p.error {
  font-weight: bold;
  margin: 0 0 20px;
}

p.error:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
  margin-right: 3px;
}

input.error {
  border: 1px solid #f33;
  color: #f33;
  font-family: arial, sans-serif;
  font-style: normal;
  margin: 0;
}

p.success {
  font-weight: bold;
  margin: 0 0 20px;
}

p.success:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
  margin-right: 3px;
}

form {
  margin-bottom: 30px;
}

form p {
  font-size: 14px;
  line-height: 17px;
}

form .notice {
  color: #000;
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 20px;
}

label {
  font-size: 14px;
  line-height: 17px;
}

label[for] {
  cursor: pointer;
}

label a {
  color: #777;
}

label a:visited {
  color: #777;
}

label a:active,
label a:hover {
  text-decoration: underline;
}

form .field {
  float: left;
  margin: 0 15px 15px 0;
  width: 290px;
}

form .field.right {
  margin-right: 0;
}

form .field label,
form .small-field label {
  color: #9d9a8f;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}

form .field input[type="email"],
form .field input[type="password"],
form .field input[type="text"],
form .field textarea {
  width: 280px;
}

form .field input+label,
form .field select+label,
form .field textarea+label {
  margin-top: 12px;
}

form .field select {
  width: 289px;
}

form .field .search-word {
  width: 280px;
}

form .field input[type="submit"] {
  margin-top: 16px;
}

form .field .g-recaptcha {
  margin-top: 12px;
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.login form {
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}

.login .field.right {
  padding-top: 21px;
}

.login .more-link {
  border-top: 0;
  margin: 0;
  padding: 0;
}

.login .button {
  clear: left;
  float: left;
  margin: 15px 0 12px 0;
}

.register form {
  border-bottom: 1px solid #e4e4e4;
}

.register .label-checkbox {
  clear: both;
  display: block;
  margin: 24px 0 20px;
  padding-left: 20px;
}

.register .label-checkbox input[type=checkbox] {
  margin-left: -20px;
}

.register .button {
  margin-bottom: 20px;
}

.article-send form {
  border-bottom: 1px solid #e4e4e4;
}

.article-send .more-link {
  border: 0;
  padding-top: 0;
}

.i-sprite:before {
  background-image: url('../img/i-sd5dd16dedd.png');
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}

.i-accordion-down:before {
  background-position: 0 0;
  height: 15px;
  width: 22px;
}

.i-accordion-up:before {
  background-position: 0 -15px;
  height: 15px;
  width: 22px;
}

.i-arrow-up:before {
  background-position: 0 -72px;
  height: 20px;
  width: 28px;
}

.i-arrow-down:before {
  background-position: 0 -52px;
  height: 20px;
  width: 28px;
}

.i-archive:before {
  background-position: 0 -30px;
  height: 22px;
  width: 23px;
}

.i-autobahn:before {
  background-position: 0 -92px;
  height: 22px;
  width: 23px;
}

.i-bag:before {
  background-position: 0 -114px;
  height: 22px;
  width: 23px;
}

.i-calculator:before {
  background-position: 0 -136px;
  height: 22px;
  width: 23px;
}

.i-calendar-clock:before {
  background-position: 0 -158px;
  height: 22px;
  width: 23px;
}

.i-calendar-day:before {
  background-position: 0 -180px;
  height: 22px;
  width: 23px;
}

.i-calendar-month:before {
  background-position: 0 -202px;
  height: 22px;
  width: 23px;
}

.i-camera:before {
  background-position: 0 -224px;
  height: 22px;
  width: 23px;
}

.i-car:before {
  background-position: 0 -246px;
  height: 22px;
  width: 23px;
}

.i-card-red:before {
  background-position: 0 -268px;
  height: 18px;
  width: 14px;
}

.i-card-yellow:before {
  background-position: 0 -286px;
  height: 18px;
  width: 14px;
}

.i-chess:before {
  background-position: 0 -304px;
  height: 22px;
  width: 23px;
}

.i-cinema:before {
  background-position: 0 -326px;
  height: 22px;
  width: 23px;
}

.i-cross:before {
  background-position: 0 -376px;
  height: 22px;
  width: 23px;
}

.i-comment-edit:before {
  background-position: 0 -348px;
  height: 14px;
  width: 14px;
}

.i-comment-reply:before {
  background-position: 0 -362px;
  height: 14px;
  width: 19px;
}

.i-dog:before {
  background-position: 0 -398px;
  height: 22px;
  width: 23px;
}

.i-edit:before {
  background-position: 0 -420px;
  height: 22px;
  width: 23px;
}

.i-email:before {
  background-position: 0 -442px;
  height: 22px;
  width: 23px;
}

.i-epaper:before {
  background-position: 0 -464px;
  height: 22px;
  width: 23px;
}

.i-exclamation-mark:before {
  background-position: 0 -486px;
  height: 43px;
  width: 43px;
}

.i-facebook:before {
  background-position: 0 -529px;
  height: 29px;
  width: 30px;
}

.i-form-error:before {
  background-position: 0 -558px;
  height: 16px;
  width: 16px;
}

.i-form-success:before {
  background-position: 0 -574px;
  height: 16px;
  width: 16px;
}

.i-games:before {
  background-position: 0 -590px;
  height: 22px;
  width: 23px;
}

.i-google:before {
  background-position: 0 -612px;
  height: 29px;
  width: 30px;
}

.i-header-paper:before {
  background-position: 0 -641px;
  height: 33px;
  width: 34px;
}

.i-header-tablet:before {
  background-position: 0 -674px;
  height: 34px;
  width: 37px;
}

.i-heart:before {
  background-position: 0 -708px;
  height: 22px;
  width: 23px;
}

.i-home:before {
  background-position: 0 -766px;
  height: 18px;
  width: 20px;
}

.i-home-large:before {
  background-position: 0 -730px;
  height: 36px;
  width: 39px;
}

.i-horoscope:before {
  background-position: 0 -784px;
  height: 22px;
  width: 23px;
}

.i-key:before {
  background-position: 0 -806px;
  height: 22px;
  width: 23px;
}

.i-local:before {
  background-position: 0 -828px;
  height: 22px;
  width: 23px;
}

.i-location-flag-default:before {
  background-position: 0 -863px;
  height: 30px;
  width: 32px;
}

.i-location-flag-local:before {
  background-position: 0 -893px;
  height: 30px;
  width: 32px;
}

.i-location-flag-regional:before {
  background-position: 0 -1013px;
  height: 30px;
  width: 32px;
}

.i-location-flag-regional-bb:before {
  background-position: 0 -923px;
  height: 30px;
  width: 32px;
}

.i-location-flag-regional-hh:before {
  background-position: 0 -953px;
  height: 30px;
  width: 32px;
}

.i-location-flag-regional-mv:before {
  background-position: 0 -983px;
  height: 30px;
  width: 32px;
}

.i-location-default:before {
  background-position: 0 -850px;
  height: 13px;
  width: 13px;
}

.i-location-local:before {
  background-position: 0 -1043px;
  height: 13px;
  width: 10px;
}

.i-location-paperlocal:before {
  background-position: 0 -1056px;
  height: 32px;
  width: 24px;
}

.i-location-regional:before {
  background-position: 0 -1118px;
  height: 11px;
  width: 14px;
}

.i-location-regional-bb:before {
  background-position: 0 -1088px;
  height: 10px;
  width: 15px;
}

.i-location-regional-hh:before {
  background-position: 0 -1098px;
  height: 10px;
  width: 15px;
}

.i-location-regional-mv:before {
  background-position: 0 -1108px;
  height: 10px;
  width: 18px;
}

.i-magnifier:before {
  background-position: 0 -1129px;
  height: 14px;
  width: 13px;
}

.i-megaphone:before {
  background-position: 0 -1143px;
  height: 22px;
  width: 23px;
}

.i-monitor:before {
  background-position: 0 -1165px;
  height: 22px;
  width: 23px;
}

.i-more:before {
  background-position: 0 -1187px;
  height: 22px;
  width: 23px;
}

.i-nav-arrow:before {
  background-position: 0 -1209px;
  height: 9px;
  width: 6px;
}

.i-nav-toggle:before {
  background-position: 0 -1218px;
  height: 70px;
  width: 70px;
}

.i-nav-toggle_active:before {
  background-position: 0 -1288px;
  height: 70px;
  width: 70px;
}

.i-paging-next:before {
  background-position: 0 -1358px;
  height: 15px;
  width: 15px;
}

.i-paging-previous:before {
  background-position: 0 -1373px;
  height: 15px;
  width: 15px;
}

.i-paper:before {
  background-position: 0 -1388px;
  height: 22px;
  width: 23px;
}

.i-pen:before {
  background-position: 0 -1410px;
  height: 22px;
  width: 23px;
}

.i-phone:before {
  background-position: 0 -1432px;
  height: 22px;
  width: 23px;
}

.i-present:before {
  background-position: 0 -1454px;
  height: 22px;
  width: 23px;
}

.i-print:before {
  background-position: 0 -1476px;
  height: 22px;
  width: 23px;
}

.i-printer:before {
  background-position: 0 -1498px;
  height: 22px;
  width: 23px;
}

.i-rss:before {
  background-position: 0 -1520px;
  height: 22px;
  width: 23px;
}

.i-share-community:before {
  background-position: 0 -1542px;
  height: 22px;
  width: 23px;
}

.i-share-fb:before {
  background-position: 0 -1564px;
  height: 17px;
  width: 21px;
}

.i-share-google:before {
  background-position: 0 -1581px;
  height: 22px;
  width: 23px;
}

.i-share-mail:before {
  background-position: 0 -1603px;
  height: 22px;
  width: 23px;
}

.i-share-twitter:before {
  background-position: 0 -1625px;
  height: 17px;
  width: 21px;
}

.i-share-whatsapp:before {
  background-position: 0 -1642px;
  height: 17px;
  width: 21px;
}

.i-silhouette:before {
  background-position: 0 -1659px;
  height: 22px;
  width: 23px;
}

.i-sky:before {
  background-position: 0 -1681px;
  height: 22px;
  width: 23px;
}

.i-slideshow_hover:before {
  background-position: 0 -1903px;
  height: 40px;
  width: 40px;
}

.i-slideshow-next:before {
  background-position: 0 -1703px;
  height: 40px;
  width: 40px;
}

.i-slideshow-next_hover:before {
  background-position: 0 -1743px;
  height: 40px;
  width: 40px;
}

.i-slideshow-previous:before {
  background-position: 0 -1783px;
  height: 40px;
  width: 40px;
}

.i-slideshow-previous_hover:before {
  background-position: 0 -1823px;
  height: 40px;
  width: 40px;
}

.i-slideshow:before {
  background-position: 0 -1863px;
  height: 40px;
  width: 40px;
}

.i-sound:before {
  background-position: 0 -1943px;
  height: 22px;
  width: 23px;
}

.i-speech:before {
  background-position: 0 -1965px;
  height: 22px;
  width: 23px;
}

.i-thumb-down:before {
  background-position: 0 -1987px;
  height: 22px;
  width: 23px;
}

.i-thumb-up:before,
.article>.slideshow .gallery_like .vote-up:before {
  background-position: 0 -2009px;
  height: 22px;
  width: 23px;
}

.i-tickets:before {
  background-position: 0 -2031px;
  height: 22px;
  width: 23px;
}

.i-twitter:before {
  background-position: 0 -2053px;
  height: 29px;
  width: 30px;
}

.i-video:before {
  background-position: 0 -2395px;
  height: 22px;
  width: 23px;
}

.i-video-black:before {
  background-position: 0 -2082px;
  height: 11px;
  width: 17px;
}

.i-video-play-small:before {
  background-position: 0 -2093px;
  height: 50px;
  width: 50px;
}

.i-video-play-small_hover:before {
  background-position: 0 -2143px;
  height: 50px;
  width: 51px;
}

.i-video-play:before {
  background-position: 0 -2193px;
  height: 101px;
  width: 101px;
}

.i-video-play_hover:before {
  background-position: 0 -2294px;
  height: 101px;
  width: 101px;
}

.i-zoom:before,
.article>.slideshow .control-resize {
  background-position: 0 -2417px;
  height: 40px;
  width: 40px;
}

.i-zoom_hover:before,
.article>.slideshow .control-resize:hover {
  background-position: 0 -2457px;
  height: 40px;
  width: 40px;
}

.i-zoomout:before {
  background-position: 0 -2497px;
  height: 40px;
  width: 40px;
}

.i-zoomout_hover:before {
  background-position: 0 -2537px;
  height: 40px;
  width: 40px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .i-sprite:before {
    background-image: url('../img/i@2x-s3410a808b2.png');
  }

  .i-accordion-down:before {
    background-position: 0 0;
    background-size: 101px auto !important;
  }

  .i-accordion-up:before {
    background-position: 0 -15px;
    background-size: 101px auto !important;
  }

  .i-arrow-up:before {
    background-position: 0 -72px;
    background-size: 101px auto !important;
  }

  .i-arrow-down:before {
    background-position: 0 -52px;
    background-size: 101px auto !important;
  }

  .i-archive:before {
    background-position: 0 -30px;
    background-size: 101px auto !important;
  }

  .i-autobahn:before {
    background-position: 0 -92px;
    background-size: 101px auto !important;
  }

  .i-bag:before {
    background-position: 0 -114px;
    background-size: 101px auto !important;
  }

  .i-calculator:before {
    background-position: 0 -136px;
    background-size: 101px auto !important;
  }

  .i-calendar-clock:before {
    background-position: 0 -158px;
    background-size: 101px auto !important;
  }

  .i-calendar-day:before {
    background-position: 0 -180px;
    background-size: 101px auto !important;
  }

  .i-calendar-month:before {
    background-position: 0 -202px;
    background-size: 101px auto !important;
  }

  .i-camera:before {
    background-position: 0 -224px;
    background-size: 101px auto !important;
  }

  .i-car:before {
    background-position: 0 -246px;
    background-size: 101px auto !important;
  }

  .i-card-red:before {
    background-position: 0 -268px;
    background-size: 101px auto !important;
  }

  .i-card-yellow:before {
    background-position: 0 -286px;
    background-size: 101px auto !important;
  }

  .i-chess:before {
    background-position: 0 -304px;
    background-size: 101px auto !important;
  }

  .i-cinema:before {
    background-position: 0 -326px;
    background-size: 101px auto !important;
  }

  .i-cross:before {
    background-position: 0 -376px;
    background-size: 101px auto !important;
  }

  .i-comment-edit:before {
    background-position: 0 -348px;
    background-size: 101px auto !important;
  }

  .i-comment-reply:before {
    background-position: 0 -362px;
    background-size: 101px auto !important;
  }

  .i-dog:before {
    background-position: 0 -398px;
    background-size: 101px auto !important;
  }

  .i-edit:before {
    background-position: 0 -420px;
    background-size: 101px auto !important;
  }

  .i-email:before {
    background-position: 0 -442px;
    background-size: 101px auto !important;
  }

  .i-epaper:before {
    background-position: 0 -464px;
    background-size: 101px auto !important;
  }

  .i-exclamation-mark:before {
    background-position: 0 -486px;
    background-size: 101px auto !important;
  }

  .i-facebook:before {
    background-position: 0 -529px;
    background-size: 101px auto !important;
  }

  .i-form-error:before {
    background-position: 0 -558px;
    background-size: 101px auto !important;
  }

  .i-form-success:before {
    background-position: 0 -574px;
    background-size: 101px auto !important;
  }

  .i-games:before {
    background-position: 0 -590px;
    background-size: 101px auto !important;
  }

  .i-google:before {
    background-position: 0 -612px;
    background-size: 101px auto !important;
  }

  .i-header-paper:before {
    background-position: 0 -641px;
    background-size: 101px auto !important;
  }

  .i-header-tablet:before {
    background-position: 0 -674px;
    background-size: 101px auto !important;
  }

  .i-heart:before {
    background-position: 0 -708px;
    background-size: 101px auto !important;
  }

  .i-home:before {
    background-position: 0 -766px;
    background-size: 101px auto !important;
  }

  .i-home-large:before {
    background-position: 0 -730px;
    background-size: 101px auto !important;
  }

  .i-horoscope:before {
    background-position: 0 -784px;
    background-size: 101px auto !important;
  }

  .i-key:before {
    background-position: 0 -806px;
    background-size: 101px auto !important;
  }

  .i-local:before {
    background-position: 0 -828px;
    background-size: 101px auto !important;
  }

  .i-location-flag-default:before {
    background-position: 0 -863px;
    background-size: 101px auto !important;
  }

  .i-location-flag-local:before {
    background-position: 0 -893px;
    background-size: 101px auto !important;
  }

  .i-location-flag-regional:before {
    background-position: 0 -1013px;
    background-size: 101px auto !important;
  }

  .i-location-flag-regional-bb:before {
    background-position: 0 -923px;
    background-size: 101px auto !important;
  }

  .i-location-flag-regional-hh:before {
    background-position: 0 -953px;
    background-size: 101px auto !important;
  }

  .i-location-flag-regional-mv:before {
    background-position: 0 -983px;
    background-size: 101px auto !important;
  }

  .i-location-default:before {
    background-position: 0 -850px;
    background-size: 101px auto !important;
  }

  .i-location-local:before {
    background-position: 0 -1043px;
    background-size: 101px auto !important;
  }

  .i-location-paperlocal:before {
    background-position: 0 -1056px;
    background-size: 101px auto !important;
  }

  .i-location-regional:before {
    background-position: 0 -1118px;
    background-size: 101px auto !important;
  }

  .i-location-regional-bb:before {
    background-position: 0 -1088px;
    background-size: 101px auto !important;
  }

  .i-location-regional-hh:before {
    background-position: 0 -1098px;
    background-size: 101px auto !important;
  }

  .i-location-regional-mv:before {
    background-position: 0 -1108px;
    background-size: 101px auto !important;
  }

  .i-magnifier:before {
    background-position: 0 -1129px;
    background-size: 101px auto !important;
  }

  .i-megaphone:before {
    background-position: 0 -1143px;
    background-size: 101px auto !important;
  }

  .i-monitor:before {
    background-position: 0 -1165px;
    background-size: 101px auto !important;
  }

  .i-more:before {
    background-position: 0 -1187px;
    background-size: 101px auto !important;
  }

  .i-nav-arrow:before {
    background-position: 0 -1209px;
    background-size: 101px auto !important;
  }

  .i-nav-toggle:before {
    background-position: 0 -1218px;
    background-size: 101px auto !important;
  }

  .i-nav-toggle_active:before {
    background-position: 0 -1288px;
    background-size: 101px auto !important;
  }

  .i-paging-next:before {
    background-position: 0 -1358px;
    background-size: 101px auto !important;
  }

  .i-paging-previous:before {
    background-position: 0 -1373px;
    background-size: 101px auto !important;
  }

  .i-paper:before {
    background-position: 0 -1388px;
    background-size: 101px auto !important;
  }

  .i-pen:before {
    background-position: 0 -1410px;
    background-size: 101px auto !important;
  }

  .i-phone:before {
    background-position: 0 -1432px;
    background-size: 101px auto !important;
  }

  .i-present:before {
    background-position: 0 -1454px;
    background-size: 101px auto !important;
  }

  .i-print:before {
    background-position: 0 -1476px;
    background-size: 101px auto !important;
  }

  .i-printer:before {
    background-position: 0 -1498px;
    background-size: 101px auto !important;
  }

  .i-rss:before {
    background-position: 0 -1520px;
    background-size: 101px auto !important;
  }

  .i-share-community:before {
    background-position: 0 -1542px;
    background-size: 101px auto !important;
  }

  .i-share-fb:before {
    background-position: 0 -1564px;
    background-size: 101px auto !important;
  }

  .i-share-google:before {
    background-position: 0 -1581px;
    background-size: 101px auto !important;
  }

  .i-share-mail:before {
    background-position: 0 -1603px;
    background-size: 101px auto !important;
  }

  .i-share-twitter:before {
    background-position: 0 -1625px;
    background-size: 101px auto !important;
  }

  .i-share-whatsapp:before {
    background-position: 0 -1642px;
    background-size: 101px auto !important;
  }

  .i-silhouette:before {
    background-position: 0 -1659px;
    background-size: 101px auto !important;
  }

  .i-sky:before {
    background-position: 0 -1681px;
    background-size: 101px auto !important;
  }

  .i-slideshow_hover:before {
    background-position: 0 -1903px;
    background-size: 101px auto !important;
  }

  .i-slideshow-next:before {
    background-position: 0 -1703px;
    background-size: 101px auto !important;
  }

  .i-slideshow-next_hover:before {
    background-position: 0 -1743px;
    background-size: 101px auto !important;
  }

  .i-slideshow-previous:before {
    background-position: 0 -1783px;
    background-size: 101px auto !important;
  }

  .i-slideshow-previous_hover:before {
    background-position: 0 -1823px;
    background-size: 101px auto !important;
  }

  .i-slideshow:before {
    background-position: 0 -1863px;
    background-size: 101px auto !important;
  }

  .i-sound:before {
    background-position: 0 -1943px;
    background-size: 101px auto !important;
  }

  .i-speech:before {
    background-position: 0 -1965px;
    background-size: 101px auto !important;
  }

  .i-thumb-down:before {
    background-position: 0 -1987px;
    background-size: 101px auto !important;
  }

  .i-thumb-up:before,
  .article>.slideshow .gallery_like .vote-up:before {
    background-position: 0 -2009px;
    background-size: 101px auto !important;
  }

  .i-tickets:before {
    background-position: 0 -2031px;
    background-size: 101px auto !important;
  }

  .i-twitter:before {
    background-position: 0 -2053px;
    background-size: 101px auto !important;
  }

  .i-video:before {
    background-position: 0 -2396px;
    background-size: 101px auto !important;
  }

  .i-video-black:before {
    background-position: 0 -2082px;
    background-size: 101px auto !important;
  }

  .i-video-play-small:before {
    background-position: 0 -2094px;
    background-size: 101px auto !important;
  }

  .i-video-play-small_hover:before {
    background-position: 0 -2144px;
    background-size: 101px auto !important;
  }

  .i-video-play:before {
    background-position: 0 -2194px;
    background-size: 101px auto !important;
  }

  .i-video-play_hover:before {
    background-position: 0 -2295px;
    background-size: 101px auto !important;
  }

  .i-zoom:before,
  .article>.slideshow .control-resize {
    background-position: 0 -2418px;
    background-size: 101px auto !important;
  }

  .i-zoom_hover:before,
  .article>.slideshow .control-resize:hover {
    background-position: 0 -2458px;
    background-size: 101px auto !important;
  }

  .i-zoomout:before {
    background-position: 0 -2498px;
    background-size: 101px auto !important;
  }

  .i-zoomout_hover:before {
    background-position: 0 -2538px;
    background-size: 101px auto !important;
  }
}

.i-paper-sprite {
  background-image: url('../img/i-paper-s84983e5523.png');
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 144px;
}

.i-paper-baz {
  background-position: 0 0;
}

.i-paper-baz.active,
a.i-paper-baz:hover,
a:hover .i-paper-baz {
  background-position: 0 -40px;
}

.i-paper-efz {
  background-position: 0 -80px;
}

.i-paper-efz.active,
a.i-paper-efz:hover,
a:hover .i-paper-efz {
  background-position: 0 -120px;
}

.i-paper-eln {
  background-position: 0 -160px;
}

.i-paper-eln.active,
a.i-paper-eln:hover,
a:hover .i-paper-eln {
  background-position: 0 -200px;
}

.i-paper-flt {
  background-position: 0 -240px;
}

.i-paper-flt.active,
a.i-paper-flt:hover,
a:hover .i-paper-flt {
  background-position: 0 -280px;
}

.i-paper-hoc {
  background-position: 0 -320px;
}

.i-paper-hoc.active,
a.i-paper-hoc:hover,
a:hover .i-paper-hoc {
  background-position: 0 -360px;
}

.i-paper-hun {
  background-position: 0 -400px;
}

.i-paper-hun.active,
a.i-paper-hun:hover,
a:hover .i-paper-hun {
  background-position: 0 -440px;
}

.i-paper-inb {
  background-position: 0 -480px;
}

.i-paper-inb.active,
a.i-paper-inb:hover,
a:hover .i-paper-inb {
  background-position: 0 -520px;
}

.i-paper-laz {
  background-position: 0 -560px;
}

.i-paper-laz.active,
a.i-paper-laz:hover,
a:hover .i-paper-laz {
  background-position: 0 -600px;
}

.i-paper-ldg {
  background-position: 0 -640px;
}

.i-paper-ldg.active,
a.i-paper-ldg:hover,
a:hover .i-paper-ldg {
  background-position: 0 -680px;
}

.i-paper-nft {
  background-position: 0 -720px;
}

.i-paper-nft.active,
a.i-paper-nft:hover,
a:hover .i-paper-nft {
  background-position: 0 -760px;
}

.i-paper-nra {
  background-position: 0 -800px;
}

.i-paper-nra.active,
a.i-paper-nra:hover,
a:hover .i-paper-nra {
  background-position: 0 -840px;
}

.i-paper-nrg {
  background-position: 0 -880px;
}

.i-paper-nrg.active,
a.i-paper-nrg:hover,
a:hover .i-paper-nrg {
  background-position: 0 -920px;
}

.i-paper-oha {
  background-position: 0 -960px;
}

.i-paper-oha.active,
a.i-paper-oha:hover,
a:hover .i-paper-oha {
  background-position: 0 -1000px;
}

.i-paper-pit {
  background-position: 0 -1040px;
}

.i-paper-pit.active,
a.i-paper-pit:hover,
a:hover .i-paper-pit {
  background-position: 0 -1080px;
}

.i-paper-qbt {
  background-position: 0 -1120px;
}

.i-paper-qbt.active,
a.i-paper-qbt:hover,
a:hover .i-paper-qbt {
  background-position: 0 -1160px;
}

.i-paper-sft {
  background-position: 0 -1200px;
}

.i-paper-sft.active,
a.i-paper-sft:hover,
a:hover .i-paper-sft {
  background-position: 0 -1240px;
}

.i-paper-shb {
  background-position: 0 -1280px;
}

.i-paper-shb.active,
a.i-paper-shb:hover,
a:hover .i-paper-shb {
  background-position: 0 -1320px;
}

.i-paper-shz {
  background-position: 0 -1360px;
}

.i-paper-shz.active,
a.i-paper-shz:hover,
a:hover .i-paper-shz {
  background-position: 0 -1400px;
}

.i-paper-sln {
  background-position: 0 -1440px;
}

.i-paper-sln.active,
a.i-paper-sln:hover,
a:hover .i-paper-sln {
  background-position: 0 -1480px;
}

.i-paper-stt {
  background-position: 0 -1520px;
}

.i-paper-stt.active,
a.i-paper-stt:hover,
a:hover .i-paper-stt {
  background-position: 0 -1560px;
}

.i-paper-syr {
  background-position: 0 -1600px;
}

.i-paper-syr.active,
a.i-paper-syr:hover,
a:hover .i-paper-syr {
  background-position: 0 -1640px;
}

.i-paper-uen {
  background-position: 0 -1680px;
}

.i-paper-uen.active,
a.i-paper-uen:hover,
a:hover .i-paper-uen {
  background-position: 0 -1720px;
}

.i-paper-wet {
  background-position: 0 -1760px;
}

.i-paper-wet.active,
a.i-paper-wet:hover,
a:hover .i-paper-wet {
  background-position: 0 -1800px;
}

.i-paper-wiz {
  background-position: 0 -1840px;
}

.i-paper-wiz.active,
a.i-paper-wiz:hover,
a:hover .i-paper-wiz {
  background-position: 0 -1880px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .i-paper-sprite {
    background-image: url('../img/i-paper@2x-se4e80d5436.png');
  }

  .i-paper-baz {
    background-position: 0 0;
    background-size: 144px auto;
  }

  .i-paper-baz.active,
  a.i-paper-baz:hover,
  a:hover .i-paper-baz {
    background-position: 0 -40px !important;
  }

  .i-paper-efz {
    background-position: 0 -80px;
    background-size: 144px auto;
  }

  .i-paper-efz.active,
  a.i-paper-efz:hover,
  a:hover .i-paper-efz {
    background-position: 0 -120px !important;
  }

  .i-paper-eln {
    background-position: 0 -160px;
    background-size: 144px auto;
  }

  .i-paper-eln.active,
  a.i-paper-eln:hover,
  a:hover .i-paper-eln {
    background-position: 0 -200px !important;
  }

  .i-paper-flt {
    background-position: 0 -240px;
    background-size: 144px auto;
  }

  .i-paper-flt.active,
  a.i-paper-flt:hover,
  a:hover .i-paper-flt {
    background-position: 0 -280px !important;
  }

  .i-paper-hoc {
    background-position: 0 -320px;
    background-size: 144px auto;
  }

  .i-paper-hoc.active,
  a.i-paper-hoc:hover,
  a:hover .i-paper-hoc {
    background-position: 0 -360px !important;
  }

  .i-paper-hun {
    background-position: 0 -400px;
    background-size: 144px auto;
  }

  .i-paper-hun.active,
  a.i-paper-hun:hover,
  a:hover .i-paper-hun {
    background-position: 0 -440px !important;
  }

  .i-paper-inb {
    background-position: 0 -480px;
    background-size: 144px auto;
  }

  .i-paper-inb.active,
  a.i-paper-inb:hover,
  a:hover .i-paper-inb {
    background-position: 0 -520px !important;
  }

  .i-paper-laz {
    background-position: 0 -560px;
    background-size: 144px auto;
  }

  .i-paper-laz.active,
  a.i-paper-laz:hover,
  a:hover .i-paper-laz {
    background-position: 0 -600px !important;
  }

  .i-paper-ldg {
    background-position: 0 -640px;
    background-size: 144px auto;
  }

  .i-paper-ldg.active,
  a.i-paper-ldg:hover,
  a:hover .i-paper-ldg {
    background-position: 0 -680px !important;
  }

  .i-paper-nft {
    background-position: 0 -720px;
    background-size: 144px auto;
  }

  .i-paper-nft.active,
  a.i-paper-nft:hover,
  a:hover .i-paper-nft {
    background-position: 0 -760px !important;
  }

  .i-paper-nra {
    background-position: 0 -800px;
    background-size: 144px auto;
  }

  .i-paper-nra.active,
  a.i-paper-nra:hover,
  a:hover .i-paper-nra {
    background-position: 0 -840px !important;
  }

  .i-paper-nrg {
    background-position: 0 -880px;
    background-size: 144px auto;
  }

  .i-paper-nrg.active,
  a.i-paper-nrg:hover,
  a:hover .i-paper-nrg {
    background-position: 0 -920px !important;
  }

  .i-paper-oha {
    background-position: 0 -960px;
    background-size: 144px auto;
  }

  .i-paper-oha.active,
  a.i-paper-oha:hover,
  a:hover .i-paper-oha {
    background-position: 0 -1000px !important;
  }

  .i-paper-pit {
    background-position: 0 -1040px;
    background-size: 144px auto;
  }

  .i-paper-pit.active,
  a.i-paper-pit:hover,
  a:hover .i-paper-pit {
    background-position: 0 -1080px !important;
  }

  .i-paper-qbt {
    background-position: 0 -1120px;
    background-size: 144px auto;
  }

  .i-paper-qbt.active,
  a.i-paper-qbt:hover,
  a:hover .i-paper-qbt {
    background-position: 0 -1160px !important;
  }

  .i-paper-sft {
    background-position: 0 -1200px;
    background-size: 144px auto;
  }

  .i-paper-sft.active,
  a.i-paper-sft:hover,
  a:hover .i-paper-sft {
    background-position: 0 -1240px !important;
  }

  .i-paper-shb {
    background-position: 0 -1280px;
    background-size: 144px auto;
  }

  .i-paper-shb.active,
  a.i-paper-shb:hover,
  a:hover .i-paper-shb {
    background-position: 0 -1320px !important;
  }

  .i-paper-shz {
    background-position: 0 -1360px;
    background-size: 144px auto;
  }

  .i-paper-shz.active,
  a.i-paper-shz:hover,
  a:hover .i-paper-shz {
    background-position: 0 -1400px !important;
  }

  .i-paper-sln {
    background-position: 0 -1440px;
    background-size: 144px auto;
  }

  .i-paper-sln.active,
  a.i-paper-sln:hover,
  a:hover .i-paper-sln {
    background-position: 0 -1480px !important;
  }

  .i-paper-stt {
    background-position: 0 -1520px;
    background-size: 144px auto;
  }

  .i-paper-stt.active,
  a.i-paper-stt:hover,
  a:hover .i-paper-stt {
    background-position: 0 -1560px !important;
  }

  .i-paper-syr {
    background-position: 0 -1600px;
    background-size: 144px auto;
  }

  .i-paper-syr.active,
  a.i-paper-syr:hover,
  a:hover .i-paper-syr {
    background-position: 0 -1640px !important;
  }

  .i-paper-uen {
    background-position: 0 -1680px;
    background-size: 144px auto;
  }

  .i-paper-uen.active,
  a.i-paper-uen:hover,
  a:hover .i-paper-uen {
    background-position: 0 -1720px !important;
  }

  .i-paper-wet {
    background-position: 0 -1760px;
    background-size: 144px auto;
  }

  .i-paper-wet.active,
  a.i-paper-wet:hover,
  a:hover .i-paper-wet {
    background-position: 0 -1800px !important;
  }

  .i-paper-wiz {
    background-position: 0 -1840px;
    background-size: 144px auto;
  }

  .i-paper-wiz.active,
  a.i-paper-wiz:hover,
  a:hover .i-paper-wiz {
    background-position: 0 -1880px !important;
  }
}

.i-weather {
  background-repeat: no-repeat;
  display: block;
}

.i-weather-1 {
  background-image: url("../img/i-weather/weather-1.svg");
  height: 51px;
  width: 51px;
}

.i-weather-2 {
  background-image: url("../img/i-weather/weather-2.svg");
  height: 51px;
  width: 51px;
}

.i-weather-3 {
  background-image: url("../img/i-weather/weather-3.svg");
  height: 51px;
  width: 51px;
}

.i-weather-4 {
  background-image: url("../img/i-weather/weather-4.svg");
  height: 51px;
  width: 51px;
}

.i-weather-5 {
  background-image: url("../img/i-weather/weather-5.svg");
  height: 51px;
  width: 51px;
}

.i-weather-6 {
  background-image: url("../img/i-weather/weather-6.svg");
  height: 51px;
  width: 51px;
}

.i-weather-7 {
  background-image: url("../img/i-weather/weather-7.svg");
  height: 51px;
  width: 51px;
}

.i-weather-8 {
  background-image: url("../img/i-weather/weather-8.svg");
  height: 51px;
  width: 51px;
}

.i-weather-9 {
  background-image: url("../img/i-weather/weather-9.svg");
  height: 51px;
  width: 51px;
}

.i-weather-10 {
  background-image: url("../img/i-weather/weather-10.svg");
  height: 51px;
  width: 51px;
}

.i-weather-11 {
  background-image: url("../img/i-weather/weather-11.svg");
  height: 51px;
  width: 51px;
}

.i-weather-12 {
  background-image: url("../img/i-weather/weather-12.svg");
  height: 51px;
  width: 51px;
}

.i-weather-14 {
  background-image: url("../img/i-weather/weather-14.svg");
  height: 51px;
  width: 51px;
}

.i-wind-0 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-0::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-1 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-1::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-2 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-2::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-3 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-3::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-4 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-4::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-5 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-5::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-6 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-6::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-7 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-7::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-8 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-8::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-27 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-27::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-28 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-28::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-29 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-29::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-30 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-30::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-31 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-31::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-32 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-32::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-33 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-33::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-34 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-34::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-wind-99 {
  background-image: none;
  margin: 4px 0;
}

.i-wind-99::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 30px;
}

.i-pollen-green {
  background-image: none;
}

.i-pollen-green::before {
  content: "\f06c";
  font-family: FontAwesome;
  font-size: 21px;
}

.i-pollen-yellow {
  background-image: none;
}

.i-pollen-yellow::before {
  content: "\f06c";
  font-family: FontAwesome;
  font-size: 21px;
}

.i-pollen-orange {
  background-image: none;
}

.i-pollen-orange::before {
  content: "\f06c";
  font-family: FontAwesome;
  font-size: 21px;
}

.i-pollen-red {
  background-image: none;
}

.i-pollen-red::before {
  content: "\f06c";
  font-family: FontAwesome;
  font-size: 21px;
}

.i-wind-0:before {
  content: '\f111';
  font-size: 12px;
}

.i-wind-6 {
  transform: rotate(22.5deg);
}

.i-wind-29 {
  transform: rotate(45deg);
}

.i-wind-7 {
  transform: rotate(67.5deg);
}

.i-wind-30 {
  transform: rotate(90deg);
}

.i-wind-8 {
  transform: rotate(112.5deg);
}

.i-wind-31 {
  transform: rotate(135deg);
}

.i-wind-1 {
  transform: rotate(157.5deg);
}

.i-wind-32 {
  transform: rotate(180deg);
}

.i-wind-2 {
  transform: rotate(202.5deg);
}

.i-wind-33 {
  transform: rotate(225deg);
}

.i-wind-3 {
  transform: rotate(247.5deg);
}

.i-wind-34 {
  transform: rotate(270deg);
}

.i-wind-4 {
  transform: rotate(292.5deg);
}

.i-wind-27 {
  transform: rotate(315deg);
}

.i-wind-5 {
  transform: rotate(337.5deg);
}

.i-pollen-green {
  color: #4FA02C;
}

.i-pollen-orange {
  color: #F87C17;
}

.i-pollen-red {
  color: #E90202;
}

.i-pollen-yellow {
  color: #FFCC00;
}

.i-publication {
  background-image: url('../img/i-publication-s1dbcdc76f0.png');
  background-repeat: no-repeat;
  display: block;
}

.i-publication-baz {
  background-position: 0 0;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-efz {
  background-position: 0 -19px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-eln {
  background-position: 0 -38px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-flt {
  background-position: 0 -57px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-hoc {
  background-position: 0 -76px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-hun {
  background-position: 0 -95px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-inb {
  background-position: 0 -114px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-laz {
  background-position: 0 -133px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-nft {
  background-position: 0 -152px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-nra {
  background-position: 0 -171px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-nrg {
  background-position: 0 -190px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-oha {
  background-position: 0 -209px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-pit {
  background-position: 0 -228px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-qbt {
  background-position: 0 -247px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-sft {
  background-position: 0 -266px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-shb {
  background-position: 0 -285px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-sln {
  background-position: 0 -304px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-stt {
  background-position: 0 -323px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-syr {
  background-position: 0 -342px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-uen {
  background-position: 0 -361px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-wet {
  background-position: 0 -380px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.i-publication-wiz {
  background-position: 0 -399px;
  background-size: 200px auto;
  height: 19px;
  width: 200px;
}

.header,
.footer {
  font-family: Georgia, serif;
}

.nav-main {
  background: #777;
  font-family: Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  z-index: 30;
}

.nav-main:before,
.nav-main:after {
  content: '';
  display: table;
  width: 100%;
}

.nav-main .span1:first-of-type {
  margin-left: 0;
}

.nav-main ul li a {
  font-size: 13px;
  padding-top: 2px;
}

.nav-main li {
  z-index: 1;
}

.nav-main .lvl-0 {
  float: left;
}

.nav-main .lvl-0>li {
  display: block;
  float: left;
}

.nav-main .lvl-0>li>a {
  color: #fff;
  display: block;
  font-size: 13px;
  float: left;
  line-height: 18px;
  padding: 9px 16px 7px;
}

@media screen and (min-width: 768px) {
  .nav-main .lvl-0>li:first-child>a {
    font-size: 20px;
    padding: 7px 13px;
    border-left: 3px solid #777;
  }
}

.nav-main .i-location-paperlocal {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.nav-main .lvl-0>li>.active,
.nav-main .lvl-0>.menu-item_active>a {
  background: #fff;
  color: #777;
}

@media screen and (min-width: 768px) {
  .nav-main .lvl-0>li>.nav-main__nnn-plus,
  .nav-main .lvl-0>li>.nav-main__prignitzer-plus,
  .nav-main .lvl-0>li>.nav-main__shz-plus,
  .nav-main .lvl-0>li>.nav-main__svz-plus,
  .nav-main .lvl-0>li>.nav-main__fupa {
    border: none;
    margin: 0;
    height: 34px;
    padding: 0 16px;
    text-indent: -9999em;
  }

  .nav-main .lvl-0>li>.nav-main__nnn-plus {
    background: transparent url(../img/plus/nnn_plus_white.svg) center center/42px 14px no-repeat;
    width: 36px;
  }

  .nav-main .lvl-0>li>.nav-main__prignitzer-plus {
    background: transparent url(../img/plus/prignitzer_plus_white.svg) center/42px 14px no-repeat;
    width: 42px;
  }

  .nav-main .lvl-0>li>.nav-main__shz-plus {
    background: transparent url(../img/plus/shz_plus_white.svg) center center/48px 18px no-repeat;
    width: 48px;
  }

  .nav-main .lvl-0>li>.nav-main__svz-plus {
    background: transparent url(../img/plus/svz_plus_white.svg) center center/42px 14px no-repeat;
    width: 42px;
  }

  .nav-main .lvl-0>li>.nav-main__fupa {
    background: transparent url(../img/nav/fupa-white.png) center 6px/61px 18px no-repeat;
    width: 61px;
  }

  .nav-main .lvl-0>li.menu-item_active>.nav-main__nnn-plus,
  .nav-main .lvl-0>li>.nav-main__nnn-plus.active {
    background: #fff url(../img/plus/nnn_plus.svg) center center/42px 14px no-repeat;
  }

  .nav-main .lvl-0>li.menu-item_active>.nav-main__prignitzer-plus,
  .nav-main .lvl-0>li>.nav-main__prignitzer-plus.active {
    background: #fff url(../img/plus/prignitzer_plus.svg) center/42px 14px no-repeat;
  }

  .nav-main .lvl-0>li.menu-item_active>.nav-main__shz-plus,
  .nav-main .lvl-0>li>.nav-main__shz-plus.active {
    background: #fff url(../img/plus/shz_plus.svg) center center/48px 18px no-repeat;
  }

  .nav-main .lvl-0>li.menu-item_active>.nav-main__svz-plus,
  .nav-main .lvl-0>li>.nav-main__svz-plus.active {
    background: #fff url(../img/plus/svz_plus.svg) center center/42px 14px no-repeat;
  }

  .nav-main .lvl-0>li.menu-item_active>.nav-main__fupa,
  .nav-main .lvl-0>li>.nav-main__fupa.active {
    background: #fff url(../img/nav/fupa.png) center 6px/61px 18px no-repeat;
  }
}

.nav-main .lvl-0>.menu-item_active>.has-sub-nav {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-main .search {
  float: right;
  margin-top: -2px;
}

.nav-main .search-toggle {
  color: #fff;
  padding: 7px 16px 0 0;
  display: inline-block;
}

.nav-main .flyout {
  display: none;
  text-transform: none;
}

.nav-main .flyout a {
  display: block;
}

.nav-main .menu-item_active .flyout {
  display: block;
}

.nav-main .lvl-1>li>a {
  border-bottom: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 18px;
  margin: 0 11px 0 21px;
  padding: 7px 0;
}

.nav-main .lvl-1>li>a:hover {
  color: #000;
}

.nav-main .lvl-1>li:last-child>a {
  border-bottom: 0;
}

.nav-main .lvl-2.flyout {
  border-top: 1px solid #e9e6e3;
  left: 218px;
  padding-top: 5px;
  top: -1px;
}

.nav-main .lvl-2.flyout-left {
  left: -218px;
}

.nav-main .lvl-2.flyout-right {
  left: 218px;
}

.nav-main .lvl-2>li>a {
  font-size: 13px;
  line-height: 16px;
  padding: 4px 20px 4px 32px;
}

.nav-main .lvl-2>li>a:before {
  left: 15px;
  position: absolute;
  top: 7px;
}

.nav-main .lvl-2>li>a:hover {
  background: #e8e6e2;
}

.nav-main .row-menu {
  background: #fff;
  box-shadow: 0 3px 2px 0 #d0cecb;
  display: none;
  padding: 20px 0;
  position: absolute;
  left: 0;
  text-transform: none;
  top: 34px;
  margin-left: 0;
  width: 100%;
}

.nav-main .menu-item--no-teaser {
  position: relative;
}

.nav-main .menu-item--no-teaser .row-menu {
  left: 0;
  padding: 10px 10px 10px 0;
  top: 34px;
  width: 200px;
}

.nav-main .menu-item--no-teaser .span1 {
  margin-left: 0;
  width: 100%;
}

.nav-main .menu-item_active .row-menu {
  display: block;
}

.nav-main .menu-item__home-label {
  display: none;
}

.nav-main .span--map {
  padding: 20px 20px 15px 20px;
  text-align: center;
}

.nav-main .span--map_center {
  text-align: center;
}

.nav-main .region-map-image {
  display: block;
  margin-bottom: 20px;
}

.nav-main .button--map {
  background: #f6f4f0;
  border-color: #e4e4e4;
  color: #9d9a8f;
  margin: 0 10px;
}

.nav-main .button--map:hover {
  color: #d3d0c9;
}

.nav-main .span--paper-roll {
  width: 179px;
  margin-left: 29px;
}

.nav-main .span--paper-roll img {
  max-width: 100%;
  padding-bottom: 20px;
}

.nav-main .span--paper-roll li {
  margin-bottom: 16px;
}

.nav-main .span--paper-roll li:last-child {
  margin-bottom: 0;
}

.nav-main .menu-toggle {
  display: none;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.nav-main .menu-toggle-item {
  float: right;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -ms-transition: transform 0.4s linear;
  -webkit-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  width: 40px;
}

.nav-main .menu-toggle.open .menu-toggle-item {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header {
  background: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0.1) !important;
  position: relative;
}

.no-boxshadow .header {
  border: 1px solid #e4e4e4;
  border-bottom: 0;
}

.header,
.header a {
  color: #777;
}

.header .nav-main-toggle {
  display: none;
}

.header p {
  font-size: 10px;
  line-height: 22px;
  margin: 0;
}

.header .top {
  border: none;
  font-size: 10px;
  height: 22px;
  letter-spacing: 1px;
  margin-left: -2px;
  margin-right: -3px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
}

.header .top a {
  padding: 0 2px;
}

.header .top .left {
  position: absolute;
  left: 0;
  top: 0;
}

.header .js-region .fa {
  font-size: 24px;
  margin: 0 5px 0 0;
}

.header .top .left .icon {
  margin-top: -3px;
}

.header .top .center {
  text-align: center;
}

.header .top .right {
  position: absolute;
  right: 0;
  top: 0;
}

.header .social-links {
  font-size: 16px;
}

.header .main {
  height: 70px;
  position: relative;
}

.header .logo {
  display: table;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  width: 400px;
}

.header .logo a,
.header .logo .svg-logo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.header .logo img,
.header .logo svg {
  height: auto;
  max-height: 36px;
  max-width: 100%;
  width: auto;
}

.header .logo.regional svg {
  margin-top: 10px;
}

.header .logo--shz svg,
.header .logo--hh-z svg {
  margin-top: 0;
}

.header .logo--hh-z svg {
  max-height: 65px;
}

.header .main .link {
  position: absolute;
  top: 10px;
}

.header .main .link a {
  display: block;
  font-size: 13px;
  line-height: 15px;
  padding: 3px 0 0;
}

.header .main .left {
  left: 32px;
}

.header .main .left a {
  padding-left: 48px;
  width: 95px;
}

.header .main .left .i-sprite {
  position: relative;
}

.header .main .left .i-sprite:before {
  left: 0;
  position: absolute;
  top: 0;
}

.header .main .right {
  right: 32px;
}

.header .main .right .i-location-paperlocal {
  min-height: 36px;
  padding-right: 48px;
  position: relative;
  text-align: right;
  width: 225px;
}

.header .main .right .i-location-paperlocal:before {
  right: 0;
  position: absolute;
  top: 0;
}

.header .main .settings {
  line-height: 16px;
  padding-left: 38px;
}

.header .main .settings a {
  display: inline;
  font-size: 10px;
}

.header-sub {
  position: relative;
  background: #fff;
}

.header-sub .channel {
  background: none;
  border-bottom: 2px solid #f0eeea;
  color: #000;
  font-family: Georgia, serif;
  font-size: 12px;
  height: 10px;
  line-height: 14px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 20;
}

.header-sub .channel .center {
  font-size: 16px;
  line-height: 24px;
  padding-top: 11px;
  text-align: left;
  text-transform: uppercase;
}

.header-sub .channel h1 {
  font-size: 39px;
  text-transform: none;
  display: none;
}

.header-sub .channel .right {
  display: none;
}

.header-sub .info,
.header-sub .info p {
  font-size: 12px;
  line-height: 25px;
}

.header-sub .info {
  color: #a6a59e;
  height: 15px;
  margin-top: 10px;
  position: relative;
  z-index: 20;
}

.header-sub .info+.ext-content {
  margin-top: 5px;
}

.header-sub .info .breadcrumb div,
.header-sub .info .breadcrumb h1 {
  color: #777777;
  display: inline;
}

.header-sub .info .breadcrumb a {
  color: #777777;
}

.header-sub .info .breadcrumb a:hover {
  text-decoration: underline;
}

.header-sub .personalized {
  background: url(../img/personalized-background.png);
  margin-top: -5px;
  margin-bottom: 2px;
  padding: 5px 0;
}

.lt-ie9 .header-sub .personalized {
  margin-bottom: 0;
}

.header-sub .personalized .container-top {
  padding-top: 5px;
}

.header-sub .personalized .container-top .teaser {
  margin: 0 20px 10px;
  padding-top: 10px;
}

.header-sub .personalized .container-top .kicker {
  color: #9d9a8f;
}

.header-sub .weather-head {
  margin: 0 auto;
  width: 50%;
}

.header-sub .weather-head caption {
  color: #9d9a8f;
  font: italic 18px/20px Georgia, serif;
  text-align: center;
}

.header-sub .weather-head th,
.header-sub .weather-head td {
  vertical-align: middle;
}

.header-sub .weather-head td {
  color: #3b3532;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-align: left;
}

.header-sub .weather-head .i-weather {
  margin: 0 auto;
}

.js .header-sub .personalized .container-top {
  visibility: hidden;
}

.js .header-sub .personalized.ajax-done .container-top {
  visibility: visible;
}

.header-sub .container-more {
  display: none;
  padding-top: 36px;
}

.header-sub .personalized .more-link {
  text-align: center;
}

.header-sub .personalized .nav .more-link {
  border: 0;
  text-align: left;
}

.header-sub .personalized .nav .more-link+.more-link {
  border-top: 1px solid #e4e4e4;
}

.header-sub .personalized .seperator-text,
.header-sub .personalized .custom-carousel .custom-carousel--text,
.custom-carousel .header-sub .personalized .custom-carousel--text,
.header-sub .personalized .archive .h1,
.archive .header-sub .personalized .h1,
.header-sub .personalized .author .h1,
.author .header-sub .personalized .h1,
.header-sub .personalized .search .h1,
.search .header-sub .personalized .h1 {
  border: 0;
}

.header-sub .personalized .search-box {
  height: auto;
  margin: 0 20px 30px;
  overflow: visible;
  width: auto;
}

.header-sub .personalized .search-box .headline {
  margin: 0 2px;
}

.header-sub .personalized .search-box .input-wrapper {
  margin: 5px 0;
  width: 238px;
}

.header-sub .personalized .search-box .auto-complete {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: #bbb 0 1px 4px 0 inset;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 10;
}

.header-sub .personalized .search-box .auto-complete li {
  border-top: 1px solid #bbb;
  color: #777;
  cursor: pointer;
  display: block;
  font: normal 16px/20px Georgia, serif;
  padding: 2px 18px;
}

.header-sub .personalized .search-box .auto-complete li.active,
.header-sub .personalized .search-box .auto-complete li:hover {
  background: #bbb;
  color: #fff;
}

.header-sub .personalized .search-box .auto-complete li:first-child {
  border: 0;
}

.header-sub .personalized .search-box .more-link {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

.header-sub .personalized .search-box .select {
  display: block;
  margin: 0 1px;
  width: 268px;
}

.header-sub .personalized .container-toggle {
  position: relative;
}

.header-sub .personalized .toggle {
  bottom: -40px;
  color: #e4e4e4;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 12px;
  left: 406px;
  line-height: 14px;
  padding: 21px 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}

.header-sub .personalized .toggle .indicator {
  background: url(../img/toggle-indicator.png) 0 -10px;
  display: block;
  height: 10px;
  left: 65px;
  position: absolute;
  top: 0;
  width: 19px;
}

.header-sub .personalized .toggle.close .indicator {
  background-position: 0 0;
  top: -8px;
}

.header-article .main {
  height: 70px;
}

.header-mid {
  position: relative;
}

.header-mid .left {
  left: 0;
  position: absolute;
  top: 13px;
}

.header-mid .logo .ir {
  display: block;
  height: 20px;
  width: 61px;
}

.header-mid .center {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 24px;
  padding: 11px 0 22px;
  text-align: center;
  text-transform: uppercase;
}

.header-mid .right {
  position: absolute;
  right: 0;
  top: 8px;
}

.header-mid .social a {
  display: block;
  float: left;
  height: 29px;
  margin-left: 8px;
  overflow: hidden;
  width: 30px;
}

.footer {
  color: #777;
  z-index: 29;
  margin: 0 auto;
  position: relative;
  width: 1225px;
}

.no-skyscraper .footer {
  width: auto;
}

@media screen and (min-width: 768px) {
  .no-skyscraper .footer {
    width: 1043px;
  }
}

.footer .wrapper-outer {
  background: #fff;
  margin: 0;
  padding: 40px 12px;
  width: 1019px;
}

.footer .container {
  margin: 0;
}

.footer .list-headline {
  margin: 0 20px;
}

.footer a {
  color: #777;
}

.footer a:hover {
  color: #5e5e5e;
}

.footer p {
  margin: 0;
}

.footer .top {
  height: 74px;
  position: relative;
}

.footer .top .date,
.footer .top .social {
  position: absolute;
}

.footer .logo {
  margin: 0 auto;
  padding: 19px 0;
  text-align: center;
  width: 400px;
}

.footer .logo img,
.footer .logo svg {
  max-height: 36px;
  width: auto;
}

.footer .logo svg {
  margin-top: 11px;
}

.footer .logo--hh-z svg {
  max-height: 65px;
}

.footer .date {
  bottom: 28px;
  font-size: 11px;
  left: 30px;
  line-height: 13px;
}

.footer .date.branding {
  bottom: 22px;
}

.footer .date.branding .icon {
  display: block;
  margin-bottom: 3px;
}

.footer .social {
  bottom: 14px;
  right: 35px;
}

.footer .social .icon {
  display: block;
  float: left;
  font-size: 20px;
  height: 29px;
  margin-left: 6px;
  overflow: hidden;
  width: 30px;
}

.footer .nav-main {
  background-position: 0 -28px;
}

.search-box {
  height: 93px;
  overflow: hidden;
  width: 100%;
}

.search-box legend {
  display: none;
}

.search-box .input-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px 0 #bbb;
  margin: 29px auto;
  padding: 7px 12px 6px 18px;
  position: relative;
  width: 494px;
}

.no-boxshadow .input-wrapper {
  border: 1px solid #bbb;
}

.search-box input[type=text] {
  background: transparent;
  border-style: none;
  color: #777;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.search-box input[type=text].placeholder {
  color: #9d9d9d;
}

.search-box input[type=text]:-moz-placeholder {
  color: #9d9d9d;
}

.search-box input[type=text]::-webkit-input-placeholder {
  color: #9d9d9d;
}

.search-box input[type=text]:focus {
  outline: none;
}

.search-box button[type=submit] {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 12px;
  top: 8px;
}

.search-box button[type=submit]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
}

.header .search-box {
  -moz-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
  background: #fff;
  box-shadow: 0 3px 2px 0 #d0cecb;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 25;
}

.header .search-box.visible {
  -moz-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
  height: 93px;
}

.js.no-csstransitions .header .search-box {
  display: none;
}

.js.no-csstransitions .header .search-box.visible {
  display: block;
}

.no-js .header .search-box {
  height: auto;
  position: relative;
}

.no-boxshadow .header .search-box {
  border-bottom: 1px solid #e4e4e4;
}

.footer .publication-list {
  margin-top: 11px;
}

.footer .publication-list .nav {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}

.footer .publication-list li {
  margin-top: 20px;
}

.lt-ie8 .footer .publication-list li {
  margin-top: 10px;
}

.footer .publication-list .i-paper-sprite {
  margin: 0 auto;
}

.lt-ie8 .footer .publication-list .i-paper-sprite {
  content: " ";
}

.footer .publication-list .pub-title {
  border-top: 1px solid #e4e4e4;
  display: block;
  font-size: 13px;
  line-height: 17px;
  padding-top: 5px;
  text-align: center;
}

.footer .service-list {
  margin-top: 40px;
}

.footer .seperator-text,
.footer .custom-carousel .custom-carousel--text,
.custom-carousel .footer .custom-carousel--text,
.footer .archive .h1,
.archive .footer .h1,
.footer .author .h1,
.author .footer .h1,
.footer .search .h1,
.search .footer .h1 {
  margin: 0 20px;
}

.footer .service-list .nav {
  margin: 0 20px;
}

.footer .service-list li {
  border-top: 1px solid #e4e4e4;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
}

.footer .service-list li:first-child {
  border-top: 0;
}

.footer .media-list {
  margin-top: 40px;
}

.footer .media-list ul {
  clear: both;
  margin-left: 16px;
}

.footer .media-list li {
  float: left;
  text-align: center;
  width: 25%;
}

.footer .media-list .i-media {
  display: inline-block;
  height: 100px;
  margin: 20px 0;
  width: 100px;
}

.footer .media-list .i-media.i-media-unternehmen {
  background-image: url("../img/footer/icons-shz_Unternehmen_grau.svg");
}

.footer .media-list .i-media.i-media-unternehmen:hover {
  background-image: url("../img/footer/icons-shz_Unternehmen_cyan.svg");
}

.footer .media-list .i-media.i-media-produkte {
  background-image: url("../img/footer/icons-shz_Produkte_grau.svg");
}

.footer .media-list .i-media.i-media-produkte:hover {
  background-image: url("../img/footer/icons-shz_Produkte_cyan.svg");
}

.footer .media-list .i-media.i-media-karriere {
  background-image: url("../img/footer/icons-shz_Karriere_grau.svg");
}

.footer .media-list .i-media.i-media-karriere:hover {
  background-image: url("../img/footer/icons-shz_Karriere_cyan.svg");
}

.footer .media-list .i-media.i-media-engagement {
  background-image: url("../img/footer/icons-shz_Engagement_grau.svg");
}

.footer .media-list .i-media.i-media-engagement:hover {
  background-image: url("../img/footer/icons-shz_Engagement_cyan.svg");
}

.footer .media-list .i-media .txt {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-top: 110px;
  text-align: center;
}

.footer .media-list .i-media-paper:hover .txt {
  color: #1d4898;
}

.footer .media-list .i-media-paper-weekly:hover .txt {
  color: #1c8ece;
}

.footer .media-list .i-media-magazine:hover .txt {
  color: #5db53e;
}

.footer .media-list .i-media-digital:hover .txt {
  color: #ed6e0f;
}

.footer .media-list .i-media-delivery:hover .txt {
  color: #e00915;
}

.footer .media-list .i-media-print:hover .txt {
  color: #9e2c8c;
}

.footer .info-list {
  margin-top: 40px;
}

.footer .info-list p {
  font-family: "OpenSansCondensedBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top: 2px solid #e4e4e4;
  font-size: 13px;
  line-height: 17px;
  margin: 0 20px;
  padding-top: 2px;
  text-align: center;
  text-transform: uppercase;
}

.footer .info-list a {
  margin: 0 40px;
}

.message-box {
  padding: 20px 20px 20px 60px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.message-box__card {
  background-color: #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  display: block;
  float: left;
  height: 40px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-right: 20px;
  position: absolute;
  left: 16px;
  top: 23px;
  width: 25px;
}

.header p.message-box__text,
.message-box__text {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
}

.message-box__card--red {
  background-color: #f00;
}

.message-box__card--yellow {
  background-color: #ff0;
}

.bubble {
  color: #000;
  position: relative;
}

.bubble:after {
  border-bottom: 21px solid transparent;
  bottom: -21px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.content .bubble {
  background: #fcfcfa;
}

.content .bubble:after {
  border-right: 44px solid #fcfcfa;
}

.content-light .bubble,
.comments--overview .bubble {
  background: #efefec;
}

.content-light .bubble:after,
.comments--overview .bubble:after {
  border-right: 44px solid #efefec;
}

.img-banner {
  margin: 10px 0 20px;
}

.img-banner .img {
  height: auto;
  max-width: 100%;
}

.more-link {
  font-size: 11px;
  letter-spacing: .1em;
  margin: 0 20px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}

.more-link a {
  color: #777;
}

.more-link a:hover {
  color: #d3d0c9;
}

.more-link .i-sprite {
  padding-left: 23px;
  position: relative;
}

.more-link .i-sprite:before {
  left: 0;
  position: absolute;
  top: -6px;
}

.more-link .i-location-default:before,
.more-link .i-location-regional:before,
.more-link .i-location-regional-bb:before,
.more-link .i-location-regional-hh:before,
.more-link .i-location-regional-mv:before,
.more-link .i-location-local:before {
  left: 3px;
  top: -2px;
}

.more-link .i-location-regional-hh:before {
  top: 0;
}

.more-link .ticker {
  padding-left: 40px;
}

.more-link .ticker:before {
  content: "+++ ";
  left: 2px;
  position: absolute;
}

.nav-sub {
  color: #9d9a8f;
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 16px;
  margin: 21px 0 26px;
  text-transform: uppercase;
}

.nav-sub .label,
.nav-sub .list,
.nav-sub li {
  display: inline;
}

.nav-sub .icon {
  display: block;
  float: left;
  height: 16px;
  margin: 0 6px 0 0;
  width: 16px;
}

.nav-sub a {
  color: #9d9a8f;
  margin: 0 4px;
  padding: 1px 3px;
}

.nav-sub a:hover {
  color: #d3d0c9;
}

.nav-sub .active {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #aeada7;
  color: #fcfcfa;
}

.nav-sub .active:hover {
  color: #fcfcfa;
}

.nav-tabs {
  font-family: Georgia, serif;
  font-size: 11px;
  line-height: 13px;
  overflow: hidden;
  padding-bottom: 5px;
  text-align: center;
}

.nav-tabs a {
  color: #777;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: 18px;
}

.nav-tabs a:first-child {
  margin-left: 0;
}

.nav-tabs .active {
  color: #09f;
}

.nav-tabs .active.local {
  color: red;
}

.nav-tabs .active.regional {
  color: #09f;
}

.nav-tabs .active.world {
  color: #000;
}

.no-js .nav-tabs a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-js .nav-tabs a .focusable:active,
.no-js .nav-tabs a .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.paging {
  border-top: 1px solid #e4e4e4;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 16px;
  position: relative;
  text-transform: uppercase;
}

.paging a {
  color: #777;
}

.paging a:before {
  position: absolute;
}

.paging a:hover {
  color: #d3d0c9;
}

.paging .i-paging-previous {
  float: left;
  padding-left: 22px;
}

.paging .i-paging-previous:before {
  left: 0;
}

.paging .i-paging-next {
  float: right;
  padding-right: 22px;
}

.paging .i-paging-next:before {
  right: 0;
}

.search-box .auto-complete {
  position: absolute;
}

.seperator-text,
.custom-carousel .custom-carousel--text,
.archive .h1,
.author .h1,
.search .h1 {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

.seperator-text .text,
.custom-carousel .custom-carousel--text .text,
.archive .h1 .text,
.author .h1 .text,
.search .h1 .text {
  color: #777;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
}

.seperator-text .text a,
.custom-carousel .custom-carousel--text .text a,
.archive .h1 .text a,
.author .h1 .text a,
.search .h1 .text a {
  color: #777;
}

.span1 .seperator-text,
.span1 .custom-carousel .custom-carousel--text,
.custom-carousel .span1 .custom-carousel--text,
.span1 .archive .h1,
.archive .span1 .h1,
.span1 .author .h1,
.author .span1 .h1,
.span1 .search .h1,
.search .span1 .h1 {
  margin-left: 20px;
  margin-right: 20px;
}

.seperator-text-over,
.custom-carousel .custom-carousel--text,
.archive .h1,
.author .h1,
.search .h1 {
  margin-bottom: 24px;
}

.seperator-text-over .text,
.custom-carousel .custom-carousel--text .text,
.archive .h1 .text,
.author .h1 .text,
.search .h1 .text {
  bottom: -17px;
  display: inline;
  font-size: 22px;
  padding: 0 14px;
  position: relative;
}

.seperator-text-over .more,
.custom-carousel .custom-carousel--text .more,
.archive .h1 .more,
.author .h1 .more,
.search .h1 .more {
  bottom: -15px;
  color: #777;
  display: inline;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 26px;
  padding: 0 14px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.content-white .seperator-text .text,
.content-white .custom-carousel .custom-carousel--text .text,
.custom-carousel .content-white .custom-carousel--text .text,
.content-white .archive .h1 .text,
.archive .content-white .h1 .text,
.content-white .author .h1 .text,
.author .content-white .h1 .text,
.content-white .search .h1 .text,
.search .content-white .h1 .text,
.content-white .seperator-text .more,
.content-white .custom-carousel .custom-carousel--text .more,
.custom-carousel .content-white .custom-carousel--text .more,
.content-white .archive .h1 .more,
.archive .content-white .h1 .more,
.content-white .author .h1 .more,
.author .content-white .h1 .more,
.content-white .search .h1 .more,
.search .content-white .h1 .more {
  background: #fff;
}

.small-print p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 30px;
}

.social-badge {
  margin: 0 20px 20px;
}

.accordion {
  background-color: #f4f4f4;
  margin: 0 0 30px;
}

.article .accordion {
  margin-left: 20px;
  margin-right: 20px;
}

.accordion .accordion__iframe {
  padding-bottom: 56%;
  position: relative;
}

.accordion .accordion__iframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe-wrapper {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 56%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

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

@media (max-width: 767px) {
  .iframe-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.iframe-wrapper.iframe-wrapper--video {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.2%;
}

.accordion+.accordion {
  margin-top: -14px;
}

.accordion .label {
  background-image: none;
  margin-top: 0;
  color: #6f6f6f;
  font: 400 16px/18px Georgia, serif;
  padding: 10px 50px 8px 20px;
  position: relative;
}

.no-cssgradients .accordion .label {
  background: #eae8e4;
}

.accordion .body {
  display: block;
  overflow: hidden;
  padding: 34px 20px 17px;
}

.accordion .body p,
.accordion .body li {
  font-size: 15px;
  line-height: 21px;
}

.accordion .body p+p {
  margin-top: 17px;
}

.js .accordion .label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #777;
  position: absolute;
  right: 14px;
  top: 6px;
  font-size: 26px;
}

.js .accordion .label.close:before {
  content: "";
}

.js .accordion .label {
  cursor: pointer;
}

.js .accordion .body {
  display: none;
}

.js .accordion.close .body {
  display: none;
}

.accordion.locked .label {
  cursor: auto;
}

.accordion.locked .label:before {
  display: none;
}

@media print {
  .js .accordion .body {
    display: block !important;
  }
}

.teaser-box-horizontal .row .teaser {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}

.teaser-box-horizontal .row:first-child .teaser {
  border-top: none;
  padding-top: 0;
}

.teaser {
  margin-bottom: 30px;
}

.lt-ie8 .teaser {
  overflow: hidden;
}

.lt-ie9 .teaser {
  position: relative;
  z-index: 0;
}

.teaser+.teaser {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}

.teaser a .headline,
.teaser a:visited .headline {
  color: #000;
}

.teaser a:hover .headline,
.teaser a:focus .headline,
.teaser a:active .headline {
  color: #777;
}

.teaser .date {
  float: right;
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 16px;
  margin-left: 20px;
}

.teaser .img {
  display: block;
  position: relative;
  text-align: center;
}

.teaser .img .animated {
  display: inline-block;
  width: auto;
}

.teaser .img .animated[data-src] {
  display: none;
}

.js .teaser .img .animated[data-src] {
  display: inline-block;
}

.teaser .img picture {
  display: block;
}

.lt-ie9 .teaser img {
  position: relative;
  z-index: -1;
}

.teaser .kicker {
  color: #000;
}

.teaser .headline {
  position: relative;
}

.teaser .icon-collection {
  display: block;
  line-height: 0;
  position: absolute !important;
  top: -1px;
}

.teaser .icon-collection span {
  display: block;
}

.teaser .icon-collection span.comment-number {
  color: #9d9a8f;
  font-size: 11px;
  line-height: 1;
  margin-right: 2px;
}

.teaser p,
.teaser .traffic-message {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}

.js .teaser .shadowClickable {
  cursor: pointer;
}

.teaser .date-time,
.teaser .type {
  display: block;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-left: 110px;
}

.teaser .type {
  font-weight: bold;
  margin-top: 4px;
}

.teaser .date-time {
  margin-top: 1px;
}

.teaser .seperator {
  color: #777;
}

.teaser-align-right {
  text-align: right;
}

.teaser .edit {
  color: #9d9a8f;
  display: block;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 16px;
  margin-top: -6px;
  text-transform: uppercase;
}

.teaser .edit:before {
  position: relative;
  top: 7px;
}

.teaser .edit:hover {
  color: #d3d0c9;
}

.teaser-lead {
  height: 474px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.teaser-lead .wrap {
  position: absolute;
}

.lt-ie9 .teaser-lead .wrap {
  z-index: -1;
}

.lt-ie8 .teaser-lead .wrap {
  z-index: 1;
}

.lt-ie8 .teaser-lead .main {
  overflow: visible;
}

.teaser-lead .img {
  position: absolute;
}

.teaser-lead .img:hover+.wrap .main .headline {
  color: #777;
}

.lt-ie8 .teaser-lead .main strong {
  font-weight: normal;
}

.teaser-lead .teaser {
  margin-bottom: 10px;
}

.teaser-lead .teaser+.teaser {
  padding-top: 10px;
}

.teaser-lead .list .headline {
  font-size: 19px;
  line-height: 19px;
}

.teaser-lead .icon-collection {
  left: -8px;
  width: 29px !important;
}

.teaser-lead .more-link {
  margin: 0;
  padding: 5px 0;
}

.teaser-lead-bottom .wrap {
  bottom: 0;
  left: 0;
  padding-top: 120px;
  width: 100%;
}

.teaser-lead-bottom .teaser-collection {
  border-top: 1px solid;
  padding-top: 10px;
}

.lt-ie8 .teaser-lead-bottom .teaser-collection {
  overflow: hidden;
}

.teaser-lead-bottom .main {
  float: left;
  width: 674px;
}

.teaser-lead-bottom .main.wide {
  width: 100%;
}

.teaser-lead-bottom .main.wide p {
  width: 615px;
}

.teaser-lead-bottom .main .headline {
  font-size: 36px;
  line-height: 36px;
}

.teaser-lead-bottom .list {
  float: left;
  margin-left: 15px;
  width: 328px;
}

.teaser-lead-bottom .more-link {
  float: left;
  width: 920px;
}

.teaser-lead-left .wrap,
.teaser-lead-right .wrap {
  height: 474px;
  top: 2px;
}

.teaser-lead-left .teaser-collection,
.teaser-lead-right .teaser-collection {
  margin: 40px 40px 0;
  width: 270px;
}

.teaser-lead-left .main,
.teaser-lead-right .main {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.teaser-lead-left .main .headline,
.teaser-lead-right .main .headline {
  font-size: 35px;
  line-height: 35px;
}

.teaser-lead-left .wrap {
  left: 0;
  padding-right: 100px;
}

.teaser-lead-right .wrap {
  padding-left: 100px;
  right: 0;
}

.teaser-dark .teaser-collection,
.teaser-dark .teaser,
.teaser-dark .teaser+.teaser,
.teaser-dark .main,
.teaser-dark .more-link {
  border-color: #fff;
}

.teaser-dark a,
.teaser-dark a:focus,
.teaser-dark a:active,
.teaser-dark .teaser a .headline,
.teaser-dark .teaser a:focus .headline,
.teaser-dark .teaser a:active .headline {
  color: #fff;
}

.teaser-dark a:hover,
.teaser-dark .teaser a:hover,
.teaser-dark .teaser a:hover .headline {
  color: #777;
}

.teaser-dark .teaser p {
  color: #fff;
}

.teaser-lead-bottom.teaser-dark .wrap {
  background-image: none;
  margin-top: 0;
}

.teaser-lead-left.teaser-dark .wrap {
  background-image: none;
  margin-top: 0;
}

.teaser-lead-right.teaser-dark .wrap {
  background-image: none;
  margin-top: 0;
}

.no-cssgradients .teaser-lead-bottom.teaser-dark .wrap {
  background: url(../img/teaser-lead/dark-bottom.png) repeat-x;
}

.no-cssgradients .teaser-lead-left.teaser-dark .wrap {
  background: url(../img/teaser-lead/dark-left.png) repeat-y;
}

.no-cssgradients .teaser-lead-right.teaser-dark .wrap {
  background: url(../img/teaser-lead/dark-right.png) repeat-y;
}

.teaser-dark .kicker {
  text-shadow: #000 1px 1px 2px;
}

.teaser-light,
.teaser-light .teaser-collection,
.teaser-light .teaser,
.teaser-light .teaser+.teaser,
.teaser-light .main,
.teaser-light .more-link {
  border-color: #000;
}

.teaser-light a,
.teaser-light a:focus,
.teaser-light a:active,
.teaser-light .teaser a .headline,
.teaser-light .teaser a:focus .headline,
.teaser-light .teaser a:active .headline {
  color: #000;
}

.teaser-light a:hover,
.teaser-light .teaser a:hover,
.teaser-light .teaser a:hover .headline {
  color: #777;
}

.teaser-light .teaser p {
  color: #000;
}

.teaser-lead-bottom.teaser-light .wrap {
  background-image: none;
  margin-top: 0;
}

.teaser-lead-left.teaser-light .wrap {
  background-image: none;
  margin-top: 0;
}

.teaser-lead-right.teaser-light .wrap {
  background-image: none;
  margin-top: 0;
}

.no-cssgradients .teaser-lead-bottom.teaser-light .wrap {
  background: url(../img/teaser-lead/light-bottom.png) repeat-x;
}

.no-cssgradients .teaser-lead-left.teaser-light .wrap {
  background: url(../img/teaser-lead/light-left.png) repeat-y;
}

.no-cssgradients .teaser-lead-right.teaser-light .wrap {
  background: url(../img/teaser-lead/light-right.png) repeat-y;
}

.teaser-light .kicker {
  text-shadow: #fff 1px 1px 2px;
}

.teaser-img-above {
  position: relative;
}

.teaser-img-above .wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.teaser-img-310-above {
  height: 174px;
  width: 329px;
}

.article-wrapper .span1 .teaser-img-310-above {
  width: 310px;
}

.teaser-img-310-above .wrap {
  padding-top: 40px;
}

.teaser-img-310-above .teaser {
  margin: 0 20px;
  padding: 8px 0 0;
  position: relative;
}

.teaser-img-310-above .headline {
  margin-bottom: 9px;
  position: static;
}

.teaser-img-310-above .icon-collection {
  left: -8px;
}

.teaser-img-310-above+.teaser-img-310-above {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.teaser-img-636-above {
  height: 358px;
  width: 674px;
}

.teaser-img-636-above .wrap {
  padding-top: 80px;
}

.teaser-img-636-above .teaser {
  margin: 0 20px;
  padding-top: 8px;
}

.teaser-img-636-above .headline {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 8px;
}

.teaser-img-636-above .icon-collection {
  left: -8px;
}

.teaser-img-636-above p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px;
}

.teaser-plus {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  height: auto;
  padding: 7px 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 54px;
  z-index: 1;
}

.teaser .img img.teaser-plus.teaser-plus--icon {
  right: 5px;
  top: 5px;
  width: 15px;
}

.teaser-img-above.teaser-dark .wrap {
  background-image: none;
  margin-top: 0;
}

.no-cssgradients .teaser-img-above.teaser-dark .wrap {
  background-image: url("../img/teaser-grad/grad_big_up_black.png");
}

.no-cssgradients .teaser-img-310-above.teaser-dark .wrap {
  background-image: url("../img/teaser-grad/grad_small_up_black.png");
}

.teaser-img-above.teaser-light .wrap {
  background-image: none;
  margin-top: 0;
}

.no-cssgradients .teaser-img-above.teaser-light .wrap {
  background-image: url("../img/teaser-grad/grad_big_up_white.png");
}

.no-cssgradients .teaser-img-310-above.teaser-light .wrap {
  background-image: url("../img/teaser-grad/grad_small_up_white.png");
}

.video-duration {
  color: #000;
  display: block;
  font-family: OpenSansCondensedBold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

a:active .video-duration,
a:focus .video-duration,
a:hover .video-duration {
  color: #000;
}

.teaser-img-103 {
  margin-bottom: 17px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 58px;
}

.teaser+.teaser-img-103 {
  padding-top: 17px;
}

.teaser-img-103 .img {
  float: left;
}

.teaser-img-103 .kicker,
.teaser-img-103 .video-duration,
.teaser-img-103 .headline {
  margin-left: 110px;
}

.teaser-img-103 .headline {
  margin-top: 2px;
}

.teaser-img-103.video .i-video:before {
  margin-left: 4px;
  margin-top: -6px;
}

.teaser-img-131-hor {
  min-height: 74px;
  position: relative;
}

.teaser-img-131-hor .img {
  left: 0;
  position: absolute;
  top: 0;
}

.teaser-img-131-hor .kicker {
  margin-bottom: 3px;
}

.teaser-img-131-hor .headline {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 6px;
}

.teaser-img-139-vert {
  float: left;
  margin: 0 10px 20px;
  width: 139px;
}

.teaser-img-139-vert .img {
  margin-bottom: 13px;
}

.teaser-img-139-vert .kicker {
  margin-bottom: 3px;
}

.teaser-img-162-hor {
  min-height: 91px;
}

.teaser-img-162-hor .img {
  float: left;
}

.teaser-img-162-hor .kicker,
.teaser-img-162-hor .video-duration,
.teaser-img-162-hor .headline,
.teaser-img-162-hor p {
  margin-left: 192px;
}

.teaser-img-162-hor .kicker {
  margin-bottom: 3px;
}

.teaser-img-162-hor .headline {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 6px;
}

.teaser-img-162-hor .icon-collection {
  left: -23px;
}

.teaser-img-162-vert {
  width: 162px;
}

.teaser-img-162-vert .img {
  margin-bottom: 13px;
}

.teaser-img-162-vert .kicker {
  margin-bottom: 3px;
}

.teaser-img-162-vert .headline {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 6px;
}

.teaser-img-310-hor {
  min-height: 174px;
  position: relative;
}

.teaser-img-310-hor .img {
  float: left;
}

.teaser-img-310-hor .kicker,
.teaser-img-310-hor .headline,
.teaser-img-310-hor .video-duration,
.teaser-img-310-hor p {
  margin-left: 345px;
}

.teaser-img-310-hor .kicker {
  margin-bottom: 3px;
}

.teaser-img-310-hor .headline {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 6px;
}

.teaser-img-310-hor .icon-collection {
  left: -8px;
}

.teaser-img-310-vert {
  margin-bottom: 15px;
  position: relative;
}

.teaser-img-310-vert .img {
  margin-bottom: 11px;
}

.teaser-img-310-vert .kicker,
.teaser-img-310-vert .video-duration,
.teaser-img-310-vert .headline,
.teaser-img-310-vert p {
  margin: 0 20px;
}

.teaser-img-310-vert .kicker {
  margin-bottom: 1px;
}

.teaser-img-310-vert .headline {
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 6px;
}

.teaser-img-310-vert .icon-collection {
  left: -8px;
}

.teaser-date .kicker {
  margin-bottom: 3px;
}

.teaser-date .headline {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 6px;
}

.teaser-no-img {
  margin-bottom: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.teaser+.teaser-no-img {
  padding-top: 14px;
}

.teaser-media {
  margin-bottom: 20px;
  position: relative;
}

.teaser-media .img {
  display: block;
}

.teaser-media .wrap {
  padding: 0 0 2%;
  position: absolute;
  width: 96%;
}

.teaser-media .headline {
  font-family: Georgia, serif;
}

.teaser-media .headline {
  border-top: 1px solid;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}

.lt-ie8 .teaser-media .headline {
  border: 0;
}

.teaser-media-dark .text .kicker,
.teaser-media-dark .text .headline {
  color: #fff;
}

.teaser-media-dark .text .headline {
  border-color: #fff;
}

.teaser-media-light .text .kicker,
.teaser-media-light .text .headline {
  color: #000;
}

.teaser-media-light .text .headline {
  border-color: #000;
}

.teaser-media-top-left.teaser-media-dark .wrap {
  background-image: none;
  margin-top: 0;
  left: 0;
  padding-bottom: 5%;
  top: 0;
}

.no-cssgradients .teaser-media-top-left.teaser-media-dark .wrap {
  background: url(../img/teaser-grad/grad_big_down_black.png) repeat-x bottom left;
}

.teaser-media-top-left.teaser-media-light .wrap {
  background-image: none;
  margin-top: 0;
  left: 0;
  padding-bottom: 5%;
  top: 0;
}

.no-cssgradients .teaser-media-top-left.teaser-media-light .wrap {
  background: url(../img/teaser-grad/grad_big_down_white.png) repeat-x bottom left;
}

.teaser-media-bottom-right.teaser-media-dark .wrap {
  background-image: none;
  margin-top: 0;
  bottom: 0;
  padding-top: 5%;
  right: 0;
  text-align: right;
}

.no-cssgradients .teaser-media-bottom-right.teaser-media-dark .wrap {
  background: url(../img/teaser-grad/grad_big_up_black.png) repeat-x;
}

.teaser-media-bottom-right.teaser-media-light .wrap {
  background-image: none;
  margin-top: 0;
  bottom: 0;
  padding-top: 5%;
  right: 0;
  text-align: right;
}

.no-cssgradients .teaser-media-bottom-right.teaser-media-light .wrap {
  background: url(../img/teaser-grad/grad_big_up_white.png) repeat-x;
}

.teaser-video .img:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 28px;
  height: 28px;
  left: 50%;
  margin-left: -14px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 28px;
}

.teaser-video .img:hover:after {
  color: #777;
}

.teaser-img-310-hor.teaser-video .img:after,
.teaser-img-310-above.teaser-video .img:after,
.teaser-media-310.teaser-video .img:after {
  font-size: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
}

.teaser-media-636 {
  height: 358px;
  width: 673px;
}

.teaser-img-636-above.teaser-video .img:after,
.teaser-media-636.teaser-video .img:after {
  font-size: 114px;
  height: 114px;
  margin-top: -57px;
  margin-left: -57px;
  width: 114px;
}

.teaser-search {
  margin-bottom: 10px;
}

.teaser-search+.teaser-search {
  padding-top: 15px;
}

.teaser-search .date {
  float: none;
  margin: 0 0 7px;
}

.teaser-search .kicker {
  margin-bottom: 3px;
}

.teaser-search .headline {
  margin-bottom: 5px;
}

.teaser-search .term {
  font-weight: bold;
}

.teaser-site {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 20px 30px;
}

.teaser-site img {
  margin: 7px 0;
}

.teaser-site .headline {
  margin: 13px 0 6px;
}

.teaser-site img+.headline {
  margin: 6px 0;
}

.teaser-site p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 6px;
}

.teaser-site .headline+p {
  margin-top: -3px;
}

.teaser-site p+p {
  margin-top: 14px;
}

.teaser-site p a {
  color: #777;
}

.teaser-site p a:hover {
  color: #d3d0c9;
}

.teaser-site p strong {
  font-weight: bold;
}

.teaser-site p small {
  font-size: 11px;
}

.teaser-site .list {
  margin-top: 27px;
}

.teaser-site .list li {
  border-top: 1px solid #e4e4e4;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 24px 10px;
}

.teaser-site .more-link {
  border: none;
  margin: 0;
  padding: 4px 0 8px;
}

.teaser-site+.teaser-site {
  margin-top: -20px;
}

.teaser-site .more-link+.more-link {
  margin-top: -6px;
}

.teaser-site form {
  margin: 15px 0 0;
}

.teaser-site form .field {
  margin: 0 0 15px;
  width: 270px;
}

.teaser-site form .field select {
  width: 270px;
}

.teaser-site .list-unordered {
  font-size: 14px;
  line-height: 17px;
  list-style: disc;
  margin: 10px 0;
  padding: 0 0 0 25px;
}

.teaser-site .list-unordered li {
  margin-top: 7px;
}

.teaser-site .list-unordered li:first-child {
  margin-top: 0;
}

.teaser-contact {
  padding: 15px 0;
}

.teaser-contact p {
  font-size: 14px;
  line-height: 19px;
}

.teaser-faq {
  padding: 7px 0;
}

.teaser-centered {
  text-align: center;
}

.teaser-centered+.teaser-centered {
  border: none;
  padding: 0;
}

.teaser-slideshow .img {
  position: relative;
}

.teaser-slideshow .img:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "";
  font-size: 30px;
  position: absolute;
}

.teaser-slideshow a:hover .img:after {
  color: #e8e6e1;
}

.teaser-slideshow.teaser-img-162-vert .img:after {
  bottom: 6px;
  right: 7px;
}

.teaser-slideshow.teaser-img-131-hor .img {
  position: absolute;
}

.teaser-slideshow.teaser-img-131-hor .img:after {
  bottom: 6px;
  right: 7px;
}

.teaser-slideshow.teaser-img-310-vert {
  margin-bottom: 32px;
}

.teaser-slideshow.teaser-img-310-vert .img {
  margin-bottom: 13px;
}

.teaser-slideshow.teaser-img-310-vert .img:after {
  bottom: 10px;
  right: 14px;
}

.teaser-special {
  border-bottom: 1px solid #e4e4e4;
  margin: 10px 20px 30px;
  padding: 0 0 12px;
  overflow: hidden;
}

.teaser-special .link {
  color: #9d9a8f;
  display: block;
  font: normal 12px/15px Georgia, serif;
  text-transform: uppercase;
}

.teaser-special .img {
  float: left;
  margin: 0 20px 0 0;
}

.teaser-special+.teaser-special {
  margin-top: -20px;
}

.container-ftg {
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  padding: 14px 0 0;
}

.container-ftg .row {
  overflow: hidden;
  margin: 0 auto 31px;
  width: auto;
}

.container-ftg .row .teaser {
  float: left;
  margin: 0 25px;
}

.container-ftg+.more-link,
.container-ftg+.paging {
  border: 0;
}

.span2 .narrow .container-ftg .row {
  margin-left: -27px;
  margin-right: -27px;
  width: 650px;
}

.span2 .narrow .container-ftg .teaser {
  margin: 0 27px;
}

.span3 .narrow .container-ftg .row {
  width: 848px;
}

.teaser-tagcloud {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  color: #9d9a8f;
  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 14px;
  margin: 13px 20px 30px;
  overflow: hidden;
  padding: 20px 0;
}

.teaser-tagcloud .text {
  font-size: 12px;
  padding: 2px 0;
}

.teaser-tagcloud ul {
  display: inline;
}

.teaser-tagcloud ul li {
  display: inline;
}

.teaser-tagcloud ul li:before {
  content: " | ";
}

.teaser-tagcloud ul li:first-child:before {
  content: "";
}

.teaser-tagcloud a {
  color: #000;
  display: inline-block;
  padding: 2px 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.teaser-tagcloud a:hover {
  color: #9d9a8f;
}

.teaser-topic {
  margin: 0 0 30px;
}

.teaser-topic .topic {
  font-family: "OpenSansCondensedBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.teaser-topic .topic:empty {
  display: none;
}

.teaser-topic>.img {
  margin: 0 0 13px;
}

.teaser-topic>.img img {
  height: auto;
  max-width: 100%;
}

.teaser-topic .headline {
  margin: 13px 0 4px;
}

.teaser+.teaser-topic {
  padding-top: 7px;
}

.teaser-topic+.teaser {
  border-top: none;
  padding-top: 0;
}

.teaser-topic p,
.teaser-topic ol,
.teaser-topic ul {
  margin-bottom: 8px;
}

.teaser-topic p,
.teaser-topic li {
  font: normal 14px/17px Arial, sans-serif;
}

.teaser-topic a {
  color: #777;
}

.teaser-topic a:hover {
  color: #d3d0c9;
}

.teaser-topic ol,
.teaser-topic ul {
  padding: 0 0 0 30px;
}

.teaser-topic ol {
  list-style: decimal;
}

.teaser-topic ul {
  list-style: disc;
}

.teaser-topic strong {
  font-weight: bold;
}

.teaser-topic .more-link {
  border: 0;
  margin: 0;
  padding: 0;
}

.teaser-topic-dark {
  background: #f4f4f4;
}

.teaser-topic-light {
  background: #fff;
}

.teaser-topic-border {
  border: none;
}

.teaser-topic+.teaser-topic {
  border-top: 0;
  padding-top: 7px;
}

.teaser-topic-border+.teaser-topic-border {
  border: 1px solid #e4e4e4;
}

.teaser-topic .teaser {
  margin-left: 0;
  margin-right: 0;
}

.teaser-topic .teaser .headline {
  margin: 0;
}

.teaser-topic .teaser-img-103 .headline {
  margin: 2px 0 0 110px;
}

.teaser-topographie {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 20px 30px;
  padding: 0 0 10px;
}

.teaser-topographie .headline {
  font: bold 14px/17px arial, sans-serif;
  margin-bottom: 5px;
}

.teaser-topographie a {
  color: #9d9a8f;
  font-size: 14px;
  line-height: 17px;
}

.teaser-epaper .img {
  margin-bottom: 13px;
}

.teaser-epaper .headline {
  margin: 0 20px 10px;
}

.teaser-epaper .text {
  font-family: Georgia, serif;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.teaser-epaper-region {
  margin-bottom: 11px;
  margin-top: -11px;
}

.teaser-epaper-region .img {
  margin: 0 auto 11px;
  width: 180px;
}

.teaser-epaper-region .text {
  text-align: center;
}

.teaser-breaking {
  background: transparent;
  font-size: 16px;
  line-height: 22px;
  margin: 0 -20px 10px;
  padding: 0 20px;
  text-align: center;
}

.teaser-breaking .kicker,
.teaser-breaking .headline,
.teaser-breaking p {
  color: red;
}

.teaser-breaking p {
  font-size: 16px;
  line-height: 22px;
}

.teaser-breaking a {
  color: red;
  text-decoration: underline;
}

.teaser-breaking a:hover {
  text-decoration: none;
}

.teaser-breaking .headline {
  font-size: 22px;
  line-height: 28px;
}

.teaser-newspaper-supplement .seperator-text,
.teaser-newspaper-supplement .custom-carousel .custom-carousel--text,
.custom-carousel .teaser-newspaper-supplement .custom-carousel--text,
.teaser-newspaper-supplement .archive .h1,
.archive .teaser-newspaper-supplement .h1,
.teaser-newspaper-supplement .author .h1,
.author .teaser-newspaper-supplement .h1,
.teaser-newspaper-supplement .search .h1,
.search .teaser-newspaper-supplement .h1 {
  border: 0;
  margin: 0 0 5px;
}

.teaser-newspaper-supplement .blocks {
  background: #eae8e4;
  border: 1px solid #e4e4e4;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.teaser-newspaper-supplement .blocks .block {
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  display: none;
  float: left;
  opacity: 0;
  padding: 17px 6px 7px;
  position: absolute;
}

.teaser-newspaper-supplement .blocks .block.active {
  display: block;
  opacity: 1;
  position: relative;
}

.no-csstransitions .teaser-newspaper-supplement .blocks .block {
  opacity: 1;
  display: none;
}

.no-csstransitions .teaser-newspaper-supplement .blocks .block.active {
  display: block;
}

.teaser-newspaper-supplement .newspaper-supplement {
  float: left;
  margin-left: 9px;
  overflow: hidden;
  text-align: center;
  width: 143px;
}

.teaser-newspaper-supplement .newspaper-supplement:first-child {
  margin-left: 0;
}

.teaser-newspaper-supplement .img {
  margin-bottom: 3px;
}

.teaser-newspaper-supplement .link {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.teaser .wrap,
.teaser-media .wrap {
  margin-top: -30px;
  padding-top: 6px;
  position: relative;
}

.teaser .wrap,
.teaser-media .wrap,
.teaser-img-636-above .wrap,
.teaser-lead .wrap {
  background-image: none;
  margin-top: 0;
}

.teaser-abo .headline {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 5px;
}

.teaser-abo .img {
  margin-bottom: 10px;
}

.teaser-abo p {
  margin-bottom: 10px;
}

.teaser-abo .field select {
  width: 329px;
}

.nav-main .teaser .wrap,
.nav-main .teaser-media .wrap,
.nav-main .teaser-img-636-above .wrap,
.nav-main .teaser-lead .wrap {
  background-image: none;
  margin-top: 0;
}

.teaser .delete-bookmark {
  clear: both;
  color: #777;
  float: right;
  font-size: 11px;
  padding-top: 3px;
}

.lists {
  overflow: hidden;
  *zoom: 1;
}

.lists .list {
  margin-bottom: 30px;
}

.lists .list-links {
  margin-bottom: 0;
}

.list-counter {
  counter-reset: count;
}

.list-counter li {
  padding-right: 33px;
}

.list-counter .headline {
  counter-increment: count;
  position: relative;
}

.list-counter .headline:before {
  color: #9d9a8f;
  content: "0" counter(count);
  font-size: 20px;
  left: -40px;
  line-height: 22px;
  position: absolute;
  top: -3px;
}

.list-counter .teaser {
  margin-left: 40px;
}

.list-counter .img {
  margin-bottom: 6px;
  margin-top: 13px;
}

.list-counter .kicker {
  margin-top: 8px;
}

.list-counter .headline {
  margin-bottom: 6px;
}

.list-counter .comment-count {
  color: #9d9a8f;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 16px;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}

.list-counter .comment-count:before {
  left: -3px;
  position: absolute;
  top: -2px;
}

.lt-ie8 .list-counter li {
  padding-right: 0;
}

.lt-ie8 .list-counter .teaser {
  margin-left: 0;
}

.list-links {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 20px 30px;
  overflow: hidden;
}

.list-links li {
  border-top: 1px solid #e4e4e4;
  font-family: Georgia, serif;
  line-height: 18px;
}

.list-links li:first-child {
  border-top: 0;
}

.list-links .teaser {
  margin-bottom: 0;
}

.list-links .teaser-img-103 {
  margin-left: 0;
  margin-right: 0;
  padding: 9px 0;
}

.list-links .teaser-img-103:first-child {
  padding-top: 4px;
}

.list-icon-more li {
  line-height: 34px;
  overflow: hidden;
}

.list-icon-more a {
  font-size: 16px;
}

.list-icon-more a:after {
  color: #9d9a8f;
  content: "mehr";
  font-size: 11px;
  float: right;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.list-icon-more .i-sprite:before {
  left: 1px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

.list-icon-more .fa {
  display: inline;
}

.list-icon-more .fa:before {
  color: #777;
  left: 1px;
  margin-right: 15px;
  position: relative;
  top: 1px;
  height: 22px;
  width: 23px;
  display: inline-block;
  text-align: center;
}

.list-icon-more .fa:after {
  line-height: 34px;
}

.list-news-ticker li {
  padding: 12px 0 14px;
}

.list-news-ticker .img {
  margin-bottom: 6px;
  margin-left: 36px;
}

.list-news-ticker .time {
  float: left;
  font-size: 13px;
  line-height: 18px;
  width: 40px;
}

.list-news-ticker .headline {
  font-size: 16px;
  line-height: 18px;
}

.list-news-ticker.list-time .headline {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .list-news-ticker.list-time .headline {
    margin-left: 55px;
  }
}

.list-news-ticker-double {
  float: left;
  margin-left: 36px;
  width: 270px;
}

.list-news-ticker-double:first-child {
  margin-left: 20px;
}

.list-paper {
  margin: 0 20px 30px;
}

.list-paper li {
  border-bottom: 1px solid #e4e4e4;
  padding: 2px 0;
}

.list-paper li a {
  display: block;
  margin: 0 auto;
  width: 200px;
}

.list-paper li img {
  height: 19px;
  width: 200px;
}

.list-tabbing .head {
  border-bottom: 2px solid #e4e4e4;
  margin: 6px 20px 0;
}

.list-tabbing .head img {
  margin-top: 10px;
}

.list-tabbing .head .headline {
  color: #777;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: center;
}

.list-tabbing .more-link {
  border: 0;
}

.row-menu .list-tabbing .head {
  display: none;
}

.row-menu .list-tabbing .list-links {
  border-bottom: 0 none;
  margin-right: 0;
}

.cluster {
  margin: 0 0 30px;
}

.cluster .search-box {
  height: auto;
}

.cluster .search-box .caption {
  font: normal 16px/24px Georgia, serif;
}

.cluster .search-box .input-wrapper {
  margin: 8px 0;
  width: 260px;
}

.cluster .search-box .auto-complete .active a,
.cluster .search-box .auto-complete a:hover {
  background: #bbb;
  color: #fff;
}

.cluster .nav {
  border-bottom: 1px solid #e4e4e4;
  color: #9d9a8f;
  font: normal 14px/20px Georgia, serif;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.cluster .nav a {
  color: #9d9a8f;
}

.cluster .nav a:hover {
  text-decoration: underline;
}

.cluster .nav a.active {
  color: #000;
  text-decoration: underline;
}

.cluster .headline {
  font: italic 22px/30px Georgia, serif;
  margin: 0 0 10px;
}

.cluster .list {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 20px;
}

.cluster .list a {
  color: #9d9a8f;
  font: normal 12px/16px Georgia, serif;
  text-transform: uppercase;
}

.cluster .list a:hover {
  color: #d3d0c9;
}

.cluster .region {
  background: transparent;
  border: 1px solid #e4e4e4;
  margin-right: 20px;
  padding: 10px;
}

.article-wrapper {
  margin: 0 0 0 auto;
  padding-top: 6px;
  width: 966px;
}

.article-wrapper i {
  font-style: italic;
}

.article-wrapper i.fa {
  font-style: normal;
}

.article-wrapper .c1 {
  text-decoration: underline;
}

.article-wrapper .c2 {
  font-style: italic;
  text-decoration: underline;
}

.article-wrapper .span1 {
  width: 310px;
}

.article-wrapper .span2 {
  width: 640px;
}

.article-wrapper .span3 {
  width: 966px;
}

.article {
  position: relative;
}

.article>.kicker,
.article>.headline,
.article>.meta,
.article>h1,
.article>h2,
.article>h3,
.article>h4,
.article>h5,
.article>h6,
.article>p,
.article>.table-wrapper,
.article>ul,
.article>ol {
  font-size: 17px;
  line-height: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.table-wrapper .kicker,
.table-wrapper .headline,
.table-wrapper .meta,
.table-wrapper h1,
.table-wrapper h2,
.table-wrapper h3,
.table-wrapper h4,
.table-wrapper h5,
.table-wrapper h6,
.table-wrapper p,
.table-wrapper ul,
.table-wrapper ol {
  font-size: 15px;
  line-height: 21px;
  margin-left: 20px;
  margin-right: 20px;
}

.table-wrapper .kicker {
  margin-left: 0;
  margin-right: 0;
}

.article .table-wrapper p {
  font-size: 15px;
  line-height: 21px;
}

.article .blue-button {
  background: #0099ff;
  border: none;
  border-radius: 5px;
  color: white;
  font-family: Georgia, serif;
  font-size: 18px;
  margin: 30px 0;
  padding: 10px 20px;
}

.article-head {
  font-family: Georgia, serif;
  position: relative;
}

.article-head .kicker {
  font-family: "OpenSansCondensedBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
}

.article .headline,
.comments .headline {
  font-size: 39px;
  font-weight: normal;
  line-height: 49px;
  margin-bottom: 16px;
  margin-top: 0;
}

.article-wrapper .lead {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 23px;
  margin-left: 20px;
  margin-right: 20px;
}

.article-wrapper .lead strong {
  font-weight: normal;
}

.article-wrapper .lead .lead__paywall-warning {
  color: #09F;
  display: block;
  margin-bottom: 10px;
}

.article-wrapper.video .lead strong {
  font-size: 15px;
  line-height: 21px;
}

.article .meta {
  *zoom: 1;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  color: #27232a;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 13px;
  position: relative;
}

.article .meta:after {
  content: "";
  display: table;
  clear: both;
}

.article .meta .published {
  float: left;
  white-space: nowrap;
}

.article .meta .last-update {
  padding-left: 25px;
  position: relative;
}

.article .meta .last-update:before {
  left: 0;
  position: absolute;
  top: -3px;
}

.article .meta .publication {
  float: right;
  right: 0;
  top: 0;
}

.article .meta .publication.paper {
  padding-right: 173px;
}

.article .meta .publication .i-paper-sprite {
  bottom: 0;
  height: 38px;
  position: absolute;
  right: 18px;
  width: 144px;
}

.article.pageintro>p {
  margin-right: 0;
  margin-left: 0;
}

.article .location {
  font-family: "OpenSansRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.article>h1,
.article>h3,
.article>h4,
.article>h5,
.article>h6 {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 6px;
}

.table-wrapper h1,
.table-wrapper h2,
.table-wrapper h3,
.table-wrapper h4,
.table-wrapper h5,
.table-wrapper h6 {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 6px;
}

.article>p,
.table-wrapper p {
  margin-bottom: 23px;
}

.article>p em,
.article>ol li em,
.article>ul li em {
  font-style: italic;
}

.article>p strong,
.article>h2,
.article>ol li strong,
.article>ul li strong {
  font-weight: bold;
}

.article>h2 {
  margin-bottom: 23px;
}

.table-wrapper p em,
.table-wrapper ol li em,
.table-wrapper ul li em {
  font-style: italic;
}

.table-wrapper p strong,
.table-wrapper ol li strong,
.table-wrapper ul li strong {
  font-weight: bold;
}

.article>p a,
.article>ol li a,
.article>ul li a,
.article>table a,
.caption a {
  color: #09f;
  text-decoration: underline;
}

.article>p a:hover,
.article>ol li a:hover,
.article>ul li a:hover,
.article>table a:hover,
.caption a:hover {
  text-decoration: none;
}

.table-wrapper td>p a,
.table-wrapper td>ol li a,
.table-wrapper td>ul li a,
.table-wrapper td>a,
.caption a {
  color: #777;
  text-decoration: underline;
}

.table-wrapper td>p a:hover,
.table-wrapper td>ol li a:hover,
.table-wrapper td>ul li a:hover,
.table-wrapper td>a:hover,
.caption a:hover {
  text-decoration: none;
}

.article>blockquote {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 0 50px 23px;
  padding: 13px 20px 11px;
}

.article>blockquote .headline {
  font-family: "OpenSansCondensedBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #9d9a8f;
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 8px;
  position: relative;
  text-transform: uppercase;
}

.article>blockquote .headline:before {
  content: "\201E";
  font-family: Georgia, serif;
  font-size: 48px;
  font-style: italic;
  left: -20px;
  line-height: 52px;
  position: absolute;
  top: -33px;
}

.article>blockquote p {
  font: italic 15px/18px Georgia, serif;
}

.article>ol,
.article>ul {
  margin-bottom: 23px;
  padding-left: 20px;
}

.table-wrapper ol,
.table-wrapper ul {
  margin-bottom: 23px;
  padding-left: 20px;
}

.article>ol {
  list-style: decimal;
}

.table-wrapper ol {
  list-style: decimal;
}

.article>ul {
  list-style: disc;
}

.table-wrapper ul {
  list-style: disc;
}

.article>.table-wrapper,
.article>.embed-wrapper {
  display: block;
  margin-bottom: 23px;
  overflow-x: auto;
}

.article>.table-wrapper table {
  background: #dfdeda;
}

.article>.table-wrapper table th {
  background: #777;
  color: #fff;
}

.article>.table-wrapper table td {
  background: #f4f4f4;
}

.article>.table-wrapper table th,
.article>.table-wrapper table td {
  padding: 7px 15px;
  text-align: left;
  vertical-align: top;
}

.article>.table-wrapper table tr:nth-child(odd) td {
  background: #f4f4f4;
}

.article>.table-wrapper table tr:nth-child(even) td {
  background: #fff;
}

.article-aside {
  margin: 0 20px 23px;
}

.article-aside.video-player {
  margin: 0 36px 23px;
  position: relative;
  width: 880px;
}

@media screen and (min-width: 768px) {
  .span2 .video-player {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}

.article-aside-related {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 0 48px 23px;
  padding: 8px 28px 0;
  position: relative;
}

.article-aside-related .more {
  font-family: "OpenSansCondensedBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #9d9a8f;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.article-aside-related .more:before {
  left: 2px;
  position: absolute;
  top: 4px;
}

.article-aside-related .teaser {
  margin: 0 0 7px;
}

.article-aside-related .teaser+.teaser {
  border-top: 0;
  padding: 0;
}

.article-aside-related .headline {
  font-size: 16px;
  line-height: 20px;
  margin: 2px 0 7px;
}

.article-wrapper .article-slideshow {
  width: 920px;
}

.article-aside-slideshow {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 0 48px 23px;
  padding: 20px 0 13px;
}

.article-aside-slideshow .teaser {
  margin: 0 0 7px;
  min-height: 74px;
  padding: 0 0 0 141px;
  text-align: left;
}

.article-aside-slideshow .teaser+.teaser {
  padding-top: 7px;
}

.article-aside-slideshow .teaser+.teaser .img {
  top: 7px;
}

.article-aside-slideshow .teaser .img {
  left: 0;
  position: absolute;
  top: 0;
}

.article-aside-slideshow .headline {
  font-size: 16px;
  line-height: 20px;
  margin: 2px 0 7px;
}

@media screen and (min-width: 768px) {
  .container--overlay:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(top, rgba(0,0,0,0),#000000);
    background-image: -ms-linear-gradient(top, transparent, #000);
    bottom: 0;
    content: "";
    height: 70%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container--overlay .article-head {
    bottom: 1.5rem;
    margin: 0 16px;
    position: absolute;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .container--overlay .loc-default .kicker,
  .container--overlay .headline {
    color: #fff;
  }
}

.article>.inline-audio {
  margin: 0 20px 23px;
  width: 93%;
}

.article>.inline-image {
  margin: 0 20px 23px;
  display: table;
}

.article>.inline-image img {
  max-width: 600px;
  height: auto;
}

.table-wrapper .inline-image {
  margin: 0 20px 23px;
  display: table;
}

.inline-image .img-wrapper {
  display: table-row;
}

.inline-image .img {
  position: relative;
  margin-bottom: 7px;
}

.inline-image .caption {
  color: #777;
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}

.inline-image .info {
  color: #fff;
  float: right;
  font-size: 13px;
  position: absolute;
  right: 12px;
  text-shadow: 0 0 5px #000;
  bottom: 11px;
}

@media screen and (min-width: 768px) {
  .article>.inline-image.inline-image-dynamic-width {
    margin-left: auto;
    margin-right: auto;
  }

  .article>.inline-image.inline-image-dynamic-width img {
    max-height: 35rem;
    width: auto;
  }

  .article>.inline-image.inline-image-dynamic-width .caption {
    display: table-cell;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .article>.inline-image.inline-image-dynamic-width .caption {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .table-wrapper .inline-image.inline-image-dynamic-width .caption {
    display: table-cell;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .table-wrapper .inline-image.inline-image-dynamic-width {
    margin-left: 10px;
    margin-right: 10px;
  }

  .table-wrapper .inline-image.inline-image-dynamic-width .caption {
    padding-left: 0;
    padding-right: 0;
  }
}

.article>.inline-image-right {
  float: right;
  margin-left: 16px;
  max-width: 290px;
}

.article>.inline-image-right .img {
  max-width: 100%;
}

.article>.inline-image-left {
  float: left;
}

.article>.inline-image-left+.inline-image-right {
  margin-left: 0;
}

.table-wrapper .inline-image-right {
  float: right;
  margin-left: 16px;
  max-width: 290px;
}

.table-wrapper .inline-image-right .img {
  max-width: 100%;
}

.table-wrapper .inline-image-left {
  float: left;
}

.table-wrapper .inline-image-left+.inline-image-right {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .article>.inline-playbuzz,
  .article>.pb_feed {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.article>.slideshow {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 23px;
}

.article>.slideshow.video-player {
  border-bottom: none;
  margin-bottom: 0;
}

.video-player.video-player--paid .content-wrapper {
  position: absolute;
  top: 0;
}

.article>.slideshow .container {
  background: #fff;
  height: 335px;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  width: auto;
}

.article-slideshow.article-slideshow--paid .container-wrapper {
  position: absolute;
  top: 0;
}

.article>.slideshow .container img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.article>.slideshow .ext-content {
  margin: 0 auto;
}

.article>.slideshow .control {
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 2;
}

.article>.slideshow-ready .control {
  display: block;
}

.article .slideshow-ready img {
  cursor: pointer;
}

.article .slideshow-single img {
  cursor: auto;
}

.article>.slideshow .control-prev {
  left: 20px;
}

.article>.slideshow .control-next {
  right: 20px;
}

.article>.slideshow .control-resize {
  overflow: hidden;
  right: 20px;
  text-indent: -999em;
}

.article>.slideshow .control+.control-resize {
  bottom: 80px;
}

.article>.slideshow .caption {
  color: #777;
  margin-bottom: 7px;
  text-align: center;
}

.article>.slideshow .credits {
  color: #fff;
  float: right;
  padding-right: 12px;
  text-shadow: 0 0 5px #000;
  right: 0;
  position: absolute;
  top: 0;
}

.article>.slideshow .credits:before {
  display: none;
}

.article>.slideshow .info {
  bottom: 0;
  left: 0;
  font-size: 13px;
  height: 35px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.article>.slideshow .gallery_like {
  margin: -10px auto;
  width: 60px;
}

.article>.slideshow .gallery_like button {
  background: transparent;
  border: none;
  font-family: Georgia, serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.article>.slideshow .gallery_like .vote {
  right: 0;
  top: 10px;
}

.article>.slideshow .gallery_like .vote-button {
  color: #fff;
  outline: none;
  padding-top: 10px;
  text-shadow: 0 0 5px #000;
}

.article>.slideshow .gallery_like .vote-button .fa {
  font-size: 15px;
  padding-right: 5px;
}

.article>.slideshow .index {
  color: #FFFFFF;
  display: none;
}

.article>.slideshow-ready .index {
  display: inline;
  text-shadow: 0 0 5px #000;
}

.article>.slideshow .gogole-maps {
  border: 0;
  margin: 0;
  padding: 0;
}

.article>.slideshow .google-maps-canvas {
  height: 335px;
  width: 100%;
}

.article-slideshow.span3>.slideshow {
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
}

.article-slideshow.span3>.slideshow--fullwidth {
  margin-right: 0;
  margin-left: 0;
}

.article-slideshow.span3>.slideshow .google-maps-canvas,
.article-slideshow.span3>.slideshow .container {
  height: 495px;
}

.article-slideshow.span3>.slideshow--fullwidth .google-maps-canvas,
.article-slideshow.span3>.slideshow--fullwidth .container {
  height: 572px;
}

.article-slideshow.span3>.slideshow .control {
  bottom: auto;
  display: block;
  top: 50%;
  margin-top: -20px;
}

.article-slideshow.span3>.slideshow .caption {
  margin: 0 0 5px;
}

.article-slideshow.span3>.slideshow .index {
  display: inline;
}

.article-slideshow.span3 .more-link {
  border: 0;
  margin: -22px 20px 0;
}

.article-slideshow.span3>.teaser-plus {
  right: 30px;
}

.article .author {
  font-family: Georgia, serif;
  margin-bottom: 24px;
  min-height: 60px;
  padding: 10px 0 0 0;
}

.article .author .info {
  display: table;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 5px;
}

.article .author .name,
.article .author .name:hover {
  font-weight: bold;
}

.article .author a .name,
.article .author a .name:hover {
  color: #09f;
}

.article .author .img {
  display: table-cell;
  padding-right: 15px;
  position: relative;
  vertical-align: middle;
}

.article .author .info-text {
  display: table-cell;
  vertical-align: middle;
}

.article .author img,
.article .author svg {
  border-radius: 50%;
  width: 60px;
}

.article .author .updated {
  color: #777777;
  display: block;
  font-size: 11px;
  font-style: italic;
}

.article .author .mail-link {
  background-color: #09f;
  bottom: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 22px;
}

.article .author .links {
  border-top: 1px solid #e4e4e4;
  font-size: 10px;
  line-height: 12px;
  margin-left: 75px;
  padding-top: 5px;
  text-transform: uppercase;
}

.article .author .links a {
  display: block;
  float: left;
  white-space: nowrap;
  width: 93px;
}

.article .author .links a:after {
  content: " >";
}

.article.article-head .author {
  margin-bottom: 5px;
  min-height: 0;
  padding: 0;
}

.article.article-head .author .img {
  display: none;
}

.article.article-head .author .updated {
  display: inline;
  margin-left: 4px;
}

.article.article-head .author .info-text {
  font-size: 10px;
}

.plus-box {
  background-color: #f4f4f4;
  display: inline-block;
  height: 39px;
  padding: 4px;
}

@media screen and (min-width: 768px) {
  .plus-box {
    height: 32px;
  }
}

.article-wrapper .plus-box {
  margin: 0 20px 30px;
}

@media screen and (min-width: 768px) {
  .article-wrapper .plus-box {
    float: right;
    margin: 20px;
  }
}

.plus-box__text {
  color: #777;
  display: inline-block;
  font-family: Georgia,serif;
  font-size: 16px;
  line-height: 19px;
  padding: 1px 27px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .plus-box__text {
    font-size: 14px;
    line-height: 15px;
    padding: 1px 24px;
  }
}

.plus-box__image {
  background-color: #fff;
  display: block;
  float: right;
  height: 25px;
  padding: 7px 9px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .plus-box__image {
    height: 20px;
    padding: 6px 8px;
  }
}

.comments {
  font-family: Georgia, serif;
}

.comments.js-ready {
  display: block;
}

.comments__anchor {
  height: 0;
  width: 0;
  position: relative;
  top: -115px;
}

.comments .bubble,
.comment-edit {
  padding: 5px 16px 5px 46px;
  margin-bottom: 21px;
}

.comments .comment-old .bubble {
  margin-left: 5px;
}

.comment-edit {
  background: #efefec;
}

.comments .comment-new legend,
.comments .comment-new label,
.comment-edit legend,
.comment-edit label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.comments .comment-new legend .focusable:active,
.comments .comment-new legend .focusable:focus,
.comments .comment-new label .focusable:active,
.comments .comment-new label .focusable:focus,
.comment-edit legend .focusable:active,
.comment-edit legend .focusable:focus,
.comment-edit label .focusable:active,
.comment-edit label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.comments input[type=text],
.comments textarea,
.comment-edit input[type=text],
.comment-edit textarea {
  border: 0;
  background: transparent;
  font-family: Georgia, serif;
  padding: 4px;
  width: calc(100% - 8px);
}

.comments .comment-new.login {
  padding: 16px 10px;
}

.comments .comment-new input[type=text],
.comment-edit input[type=text] {
  font-size: 15px;
}

.comments .comment-new textarea,
.comment-edit textarea {
  font-size: 13px;
  resize: none;
}

.comments .comment-new .line,
.comment-edit .line {
  border-top: 1px solid #fcfcfa;
  padding: 3px 0;
}

.comments .comment-new legend+.line,
.comment-edit legend+.line {
  border-top: 0;
}

.comments .comment-new.login a {
  color: #09f;
}

.comments .comment-new.login a:hover {
  text-decoration: underline;
}

.comments .comment-new .button,
.comment-edit .button {
  margin: 5px 0;
}

.comments .topic {
  font-size: 19px;
  line-height: 23px;
  margin: 0 20px 20px 24px;
  text-align: center;
}

.comments .comment-old,
.comments .response-old {
  border-top: 1px solid #e4e4e4;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.comments .comment-old-form {
  position: relative;
  padding: .9375em .625em;
  margin-bottom: 0;
  word-wrap: break-word;
}

.comments .response-old {
  margin-left: 1.5625em;
  padding-left: 0;
}

.comments .comment-old .info,
.comments .response-old .info {
  font-size: 13px;
  line-height: 15px;
}

.comments .comment-old .headline {
  font-size: 1em;
  line-height: 1.125em;
  padding-right: 6.25em;
}

.comments .response-old .headline {
  font-size: 1em;
  line-height: 1.125em;
  margin: .9375em 0;
  padding: 0;
}

.comments .comment-old p,
.comments .response-old p {
  font-size: 13px;
  line-height: 17px;
}

.comments .comment-old button,
.comments .response-old button {
  background: transparent;
  border: none;
  font-family: Georgia, serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.comments .comment-old .vote,
.comments .response-old .vote {
  position: absolute;
  right: 0;
  top: .4375em;
}

.comments .comment-old .vote-button,
.comments .response-old .vote-button {
  color: #9d9a8f;
  margin-right: 5px;
  outline: none;
}

.comments .comment-old .vote-button:before,
.comments .response-old .vote-button:before {
  margin-right: 2px;
  position: relative;
}

.comments .comment-old .vote-up:before,
.comments .response-old .vote-up:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
}

.comments .comment-old .vote-down:before,
.comments .response-old .vote-down:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
}

.comments .comment-old .edit,
.comments .response-old .edit {
  cursor: pointer;
}

.comments .comment-old .edit:before,
.comments .response-old .edit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
}

.comments--overview .comment-old .edit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
}

.comments .comment-old .respond,
.comments .response-old .respond {
  cursor: pointer;
}

.comments .comment-old .respond:before,
.comments .response-old .respond:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
}

.comments .vote-button .fa-trash:before {
  color: #777;
  font-size: 16px;
}

.comments .comment-old .flag,
.comments .response-old .flag {
  color: #9d9a8f;
  font-size: .625em;
  margin-top: 1.25em;
}

.comments .comment-old {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.comments .list-toggle,
.comments .list-toggle-overview {
  border-top: 1px solid #e4e4e4;
  cursor: pointer;
  display: block;
  padding: 20px 0;
  text-align: center;
}

.no-js .comments .list-toggle,
.no-js .comments .list-toggle-overview,
.js .comments .comments-more {
  display: none;
}

.comments .folded {
  background-color: #efefec;
  border-top: none;
  color: #000;
  font-size: 14px;
  margin-bottom: 21px;
  margin-top: 20px;
  padding: 5px 16px 5px 10px;
  position: relative;
  text-align: left;
}

.comments .folded:after {
  border-bottom: 21px solid transparent;
  bottom: -21px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  border-right: 44px solid #efefec;
}

.comments .comment-old__userinfo {
  background-color: #EFEFEC;
  display: table-cell;
  width: 28%;
}

.comments .comment-old__article {
  color: #9d9a8f;
  display: table-cell;
  font-size: .75em;
  padding: 15px 10px 10px 10px;
}

.comments .comment-old__article a {
  color: inherit;
  text-decoration: underline;
}

.comments .comment-old__article a:hover {
  text-decoration: none;
}

.comments .comment-old__data {
  background-color: #fcfcfa;
  display: table-cell;
  width: 72%;
}

.comments .comment-old__date {
  color: #9d9a8f;
  font-size: .75em;
  padding: 10px 10px 0 10px;
}

.comments .comment-old__username {
  padding: 20px 10px;
  font-size: .875em;
}

.comments .comment-old__registered {
  font-size: .75em;
  color: #9d9a8f;
  padding: 0 10px 10px 10px;
}

.comments .response-old__username {
  font-size: .875em;
}

.comments .comment-old__counter {
  display: block;
}

.comments .comment-old__blame {
  display: inline-block;
  font-size: .75em;
  padding-left: .5em;
}

.comments .yellowcard,
.comments .redcard {
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  display: block;
  height: 1.6em;
  margin: -16px .25em 0 .1em;
  padding-right: .5em;
  width: .5em;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  transform: rotate(10deg);
  position: absolute;
}

.comments .redcard {
  background-color: #f00;
}

.comments .yellowcard {
  background-color: #ff0;
}

.comments .comment-old-flag-wrapper {
  text-align: right;
}

.comments .response-old__registered {
  font-size: .75em;
  color: #9d9a8f;
}

.pranger {
  width: 100%;
}

.pranger__headline {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 38px;
  margin: 0 0 7px;
}

.pranger__item {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.pranger__item:last-child {
  margin-right: 0;
}

.article .google-maps {
  border-top: 1px solid #e4e4e4;
  margin-bottom: 23px;
}

.article .seperator-text+.google-maps,
.article .custom-carousel .custom-carousel--text+.google-maps,
.custom-carousel .article .custom-carousel--text+.google-maps,
.article .archive .h1+.google-maps,
.archive .article .h1+.google-maps,
.article .author .h1+.google-maps,
.author .article .h1+.google-maps,
.article .search .h1+.google-maps,
.search .article .h1+.google-maps {
  border: 0;
  padding: 0;
}

.article .google-maps-canvas {
  height: 162px;
  margin: 0 auto;
  width: 598px;
}

.startpage {
  font-family: Georgia, serif;
  font-size: 17px;
  text-align: right;
}

.startpage a {
  color: #09f;
}

.startpage .house {
  color: #09f;
  font-size: 20px;
}

.article>.kicker.youtube {
  height: 0;
  margin-right: 20px;
  overflow: hidden;
  padding-bottom: 47.25%;
  padding-top: 30px;
  position: relative;
}

.article>.kicker.youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.article>.kicker.youtube+p,
.article>.kicker.youtube+div {
  margin-top: 23px;
}

.actions {
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}

.actions a {
  color: #9d9a8f;
}

.actions.bottom {
  border-top: 1px solid #e4e4e4;
}

.actions+.actions {
  border: none;
  margin-top: -23px;
}

.actions .intro {
  margin-top: 30px;
  margin-bottom: -15px;
  width: 596px;
}

.actions .intro p {
  font-family: Georgia, serif;
}

.comments .bubble a {
  color: #9d9a8f;
  text-decoration: underline;
}

.comments .bubble a:hover {
  text-decoration: none;
}

.quote {
  font-size: 20px;
  line-height: 33px;
  margin: 20px;
  padding: 20px 20px 20px 50px;
  display: block;
  box-sizing: border-box;
  font-weight: 300;
  position: relative;
}

div.quote:before {
  color: #eee;
  font-size: 70px;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: normal;
  z-index: 1;
}

.quote__text {
  position: relative;
  z-index: 2;
  display: block;
  font-family: Arial, sans-serif;
}

.quote__author {
  line-height: 20px;
  color: #777;
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.infobox {
  bottom: -75%;
  background-color: #f4f4f4;
  display: block;
  padding: 15px;
  position: relative;
}

.infobox:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "";
  font-size: 45px;
}

@media screen and (min-width: 768px) {
  .infobox {
    padding-left: 73px;
  }

  .infobox:before {
    left: 15px;
    top: 50%;
    position: absolute;
    margin-top: -21px;
  }
}

@media screen and (max-width: 767px) {
  .infobox:before {
    content: none;
  }
}

.dpa-infoblock {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 23px;
  padding: 15px 19px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dpa-infoblock {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dpa-infoblock p {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 .5em;
  padding: 0;
}

.dpa-infoblock p:last-child {
  margin-bottom: 0;
}

.dpa-infoblock h3 {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: .3em;
}

.dpa-infoblock a {
  color: #9d9a8f;
  text-decoration: underline;
}

.dpa-infoblock a:hover {
  text-decoration: none;
}

.dpa-linkblock {
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 23px;
  padding: 15px 19px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dpa-linkblock {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dpa-linkblock p {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

.dpa-linkblock a {
  color: #9d9a8f;
  text-decoration: underline;
}

.dpa-linkblock a:hover {
  text-decoration: none;
}

.dpa-linkblock h3 {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: .3em;
}

@media screen and (min-width: 768px) {
  .wrapper-content .sdn-player-sticky {
    bottom: 20px;
    left: 20px;
    top: initial;
  }
}

.inline-audio .sdn-display-audio .sdn-playlist {
  outline: none;
}

.article-slideshow.span3 .premium-body,
.video-player .premium-body {
  height: auto;
  margin: 0 10% 40px;
  min-height: 495px;
  position: relative;
  top: 30px;
  width: 80%;
  z-index: 30;
}

.article-slideshow.span3 .premium-body:before,
.video-player .premium-body:before {
  display: none;
}

.article-slideshow.span3 .premium-content,
.video-player .premium-content {
  background-color: #fff;
}

.cmp_embed--infobox.bsc-infobox-container .body h4 {
  margin-bottom: 1rem;
}

.cmp-toggle {
  appearance: none;
  border: none;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  height: 17px;
  border-radius: 10px;
  position: relative;
  width: 35px;
  margin-right: 5px;
  vertical-align: middle;
}

.cmp-toggle:before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  top: 2px;
  left: 2px;
  background: #09f;
  border-radius: 50%;
  position: absolute;
}

.infogram-embed,
.podcast-embed {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 23px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .share {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .share.sticky {
    opacity: 1;
    position: fixed;
    top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .share.after-sticky {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .share {
    position: absolute;
    left: 12px;
  }
}

.share li {
  box-sizing: border-box;
  display: block;
}

.share .share__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .share .share__more {
    display: none;
  }
}

.share .share__button {
  background-color: #777;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  text-align: center;
  width: 42px;
  height: 42px;
}

@media screen and (min-width: 768px) {
  .share .share__button {
    margin-left: 0;
    margin-right: 0;
    width: 52px;
    height: 52px;
  }
}

.share .share__button .fa {
  font-size: 26px;
  line-height: 42px;
}

@media screen and (min-width: 768px) {
  .share .share__button .fa {
    font-size: 30px;
    line-height: 52px;
  }
}

.share .share__button--fb {
  background-color: #3B5998;
}

.share .share__button--twitter {
  background-color: #1DADEB;
}

.share .share__button--whatsapp {
  background-color: #39B936;
}

.share .share__button--google {
  background-color: #de4a39;
}

.share .share__button--google .fa {
  font-size: 25px;
}

.share .share__button-comments-count {
  color: #777;
  left: 0;
  position: absolute;
  top: 17px;
  width: 100%;
}

.share .share__button--email .fa {
  font-size: 23px;
}

@media screen and (min-width: 768px) {
  .share .share__button--email .fa {
    font-size: 27px;
  }
}

.share .share__button--checked:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 50%;
  color: #09f;
  content: "";
  padding: 2px;
  position: absolute;
  bottom: 0;
  right: -2px;
}

.region {
  background: transparent url(../img/personalized-background.png);
  margin: 0 0 10px;
  padding: 0 0 5px;
}

.region .intro {
  margin: 0 auto;
  max-width: 460px;
  text-align: center;
}

.region .intro p {
  margin: 0 0 18px;
}

.region .seperator-text,
.region .custom-carousel .custom-carousel--text,
.custom-carousel .region .custom-carousel--text,
.region .archive .h1,
.archive .region .h1,
.region .author .h1,
.author .region .h1,
.region .search .h1,
.search .region .h1 {
  border-bottom: 0;
}

.region .seperator-text .text,
.region .custom-carousel .custom-carousel--text .text,
.custom-carousel .region .custom-carousel--text .text,
.region .archive .h1 .text,
.archive .region .h1 .text,
.region .author .h1 .text,
.author .region .h1 .text,
.region .search .h1 .text,
.search .region .h1 .text {
  font-size: 19px;
  margin-bottom: 20px;
}

.region .seperator-text .branding-text,
.region .custom-carousel .custom-carousel--text .branding-text,
.custom-carousel .region .custom-carousel--text .branding-text,
.region .archive .h1 .branding-text,
.archive .region .h1 .branding-text,
.region .author .h1 .branding-text,
.author .region .h1 .branding-text,
.region .search .h1 .branding-text,
.search .region .h1 .branding-text {
  color: #9d9a8f;
  font-size: 12px;
  line-height: 24px;
  margin: -25px 0 20px 0;
}

.region .seperator-text-region {
  background: #fff;
  border-bottom: 2px solid #e4e4e4;
  margin: 0 0 54px;
}

.region .seperator-text-region .clip {
  background: #fff;
  border: 2px solid #e4e4e4;
  border-top: 0;
  bottom: -26px;
  height: 24px;
  margin: 0 auto;
  position: relative;
  width: 460px;
}

.region .seperator-text-region .text {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  top: -12px;
}

.region .more-link {
  text-align: center;
}

.region .list-tabbing .head {
  border: 0;
}

.region .switch {
  border-top: 2px solid #e4e4e4;
  margin: 40px 20px 0;
  padding: 17px 0 23px;
  text-align: center;
}

.region .span1 .switch {
  border: 0;
  margin: 20px auto;
}

.region .button {
  background: #fff;
  border-color: #777;
  color: #777;
  margin: 0 10px;
}

.region .button:hover {
  color: #d3d0c9;
}

.region .disclaimer {
  margin: 0 20px 10px;
  text-align: center;
}

.region .disclaimer p {
  font-size: 12px;
}

.region .disclaimer a {
  color: #777;
}

.region .disclaimer a:visited {
  color: #777;
}

.region .disclaimer a:hover {
  color: #d3d0c9;
}

.region .choice {
  padding-left: 20px;
}

.region .choice legend {
  display: none;
}

.region .choice .caption {
  font: normal 16px/22px Georgia, serif;
}

.region .search-box {
  height: auto;
}

.region .search-box .input-wrapper {
  margin: 5px 0 0;
  width: 262px;
}

.region .search-box .term {
  width: 240px;
}

.region .search-box .auto-complete {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: #bbb 0 1px 4px 0 inset;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 100;
}

.region .search-box .auto-complete li {
  border-top: 1px solid #bbb;
  color: #777;
  cursor: pointer;
  display: block;
  font: normal 16px/20px Georgia, serif;
}

.region .search-box .auto-complete li:first-child {
  border: 0;
}

.region .search-box .auto-complete a {
  display: block;
  padding: 2px 18px;
}

.region .search-box .auto-complete a.active,
.region .search-box .auto-complete a:hover {
  background: #bbb;
  color: #fff;
}

.region .map-navigation {
  position: relative;
  width: 596px;
}

.region .map-navigation .area {
  cursor: pointer;
}

.region .map-navigation .area:hover {
  cursor: pointer;
}

.region .city {
  font-size: 13px;
  line-height: 17px;
  position: absolute;
}

.region .city .dot {
  background: black;
  border-radius: 3px;
  display: block;
  height: 6px;
  position: absolute;
  width: 6px;
}

.region .city .label {
  cursor: pointer;
  display: block;
  position: absolute;
  white-space: nowrap;
}

.region .city .label-left {
  right: 5px;
  top: -6px;
}

.region .city .label-right {
  left: 11px;
  top: -6px;
}

.region .map-navigation .zoom-out {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.region .map-navigation .zoom-out:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #777;
  font-size: 38px;
  width: auto;
}

.region .paper-select {
  display: none;
}

.local-weather-ad {
  margin-left: 12px;
}

.carousel .nav-tabs {
  border: 0;
  margin: 0;
  padding: 0 0 2px;
}

.carousel .nav-tabs a {
  background: #f4f4f4;
  border-top: 2px solid transparent;
  color: #777;
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin: 0 2px 0 0;
  padding: 5px 13px;
}

.carousel .nav-tabs .active {
  background: #777;
  border: 1px solid #e4e4e4;
  color: #fff;
}

.carousel .lists {
  background: #f4f4f4;
  padding: 10px 0 25px;
  position: relative;
}

.carousel .lists .list {
  margin-bottom: 0;
}

.teaser-310-slides .control,
.slideshow .control,
.carousel .control {
  background-color: #f4f4f4;
  border-radius: 50%;
  color: #777;
  font-size: 20px;
  line-height: 40px;
  transition: background-color 300ms linear;
  text-align: center;
  width: 40px;
  height: 40px;
}

.teaser-310-slides .control:hover,
.slideshow .control:hover,
.carousel .control:hover {
  background-color: #777;
  color: #f4f4f4;
}

.teaser-310-slides .control .fa-chevron-right,
.slideshow .control .fa-chevron-right,
.carousel .control .fa-chevron-right {
  padding-left: 3px;
  pointer-events: none;
}

.teaser-310-slides .control .fa-chevron-left,
.slideshow .control .fa-chevron-left,
.carousel .control .fa-chevron-left {
  padding-right: 3px;
  pointer-events: none;
}

.carousel .lists .control {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 77px;
}

.carousel .control-prev {
  left: 15px;
}

.carousel .control-next {
  right: 15px;
}

.carousel .container {
  height: 156px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 434px;
}

.carousel .list .items {
  position: absolute;
}

.carousel .list li {
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 2px #777;
  float: left;
  height: 146px;
  margin: 0 28px 0 0;
  overflow: hidden;
  padding: 4px;
  width: 116px;
}

.carousel .list img {
  width: 100%;
}

.carousel .more-link {
  border: 0;
  bottom: 4px;
  left: 82px;
  margin: 0;
  padding: 0;
  position: absolute;
}

.carousel+.more-link {
  padding-top: 14px;
}

.custom-carousel {
  margin: -20px 0 10px 0;
}

.custom-carousel .lists {
  background: #f4f4f4;
  padding: 10px 0;
  position: relative;
}

.custom-carousel .lists .list {
  margin: 4px 36px;
}

.custom-carousel .lists .control {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 76px;
}

.custom-carousel .control-prev {
  left: 15px;
  z-index: 100;
}

.custom-carousel .control-next {
  right: 15px;
}

.custom-carousel .container {
  height: 154px;
  margin: 0 auto 0 -33px;
  overflow: visible;
  position: relative;
}

.custom-carousel .list .items {
  position: absolute;
  overflow: visible;
}

.custom-carousel .list li {
  float: left;
  line-height: 13px;
  margin: 0;
  overflow: hidden;
  padding: 4px;
  text-align: center;
  width: 150px;
}

.custom-carousel .list li .image {
  height: 150px;
  margin-bottom: -20px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}

.custom-carousel .list li .image a {
  display: block;
  height: 100%;
  width: 100%;
}

.custom-carousel .list li .image img {
  max-height: 175px;
  max-width: 113px;
}

.custom-carousel .list li .link {
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  width: 120px;
}

.custom-carousel .weekli-widget {
  position: relative;
  width: auto;
  height: 100%;
  background: #f4f4f4;
  padding: 10px 0;
}

.advert .categories {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .advert .categories {
    margin-left: 0;
    margin-right: 0;
  }
}

.advert .categories .row {
  margin: 0;
}

.advert .categories .category {
  border-top: 2px solid #e4e4e4;
  float: left;
  margin: 0 0 30px 16px;
  padding-top: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .advert .categories .category {
    width: 329px;
  }
}

.advert .categories .category:first-child {
  margin-left: 0;
}

.advert .categories .row:first-child .category {
  border-top: none;
}

.advert .categories .headline {
  margin: 10px 0 10px 50px;
}

.advert .categories .icon {
  display: block;
  left: 0;
  position: absolute;
  top: 20px;
}

.advert .categories .img {
  margin-bottom: 10px;
}

.advert .categories .img img {
  height: auto;
  width: 100%;
}

.advert .categories p {
  margin-bottom: 10px;
}

.advert .categories .more-link {
  border: 0;
  margin: 0;
  padding: 3px 0;
}

.intro .h1 {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 38px;
  margin: 0 0 7px;
}

.intro .img {
  margin: 0 0 7px;
}

.intro ul {
  list-style: disc;
  margin-bottom: 23px;
  padding-left: 20px;
}

.intro p,
.intro ul {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin: 5px 0 26px;
}

.intro p a {
  color: #777;
  text-decoration: underline;
}

.intro p a:hover {
  color: #d3d0c9;
  text-decoration: none;
}

.intro strong {
  font-weight: bold;
}

.intro em {
  font-style: italic;
}

.intro p .more {
  font-family: "OpenSansCondensedBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.intro .more-link {
  border: 0;
  padding: 0;
}

.intro--abodetail img {
  width: 100%;
  height: auto;
}

.archive {
  padding-top: 30px;
}

.archive .h1 {
  margin: 19px 20px 34px;
}

.archive .seperator-text,
.archive .custom-carousel .custom-carousel--text,
.custom-carousel .archive .custom-carousel--text,
.archive .h1 {
  margin-left: 0;
  margin-right: 0;
}

.archive .teaser {
  margin: 0 20px 20px;
}

.archive .paging {
  margin-left: 20px;
  margin-right: 20px;
}

.archive .calendar {
  margin-bottom: 30px;
  margin-top: -6px;
}

.archive .calendar .head {
  color: #9d9a8f;
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  text-align: center;
}

.archive .calendar .nav-tabs {
  border-bottom: 2px solid #e4e4e4;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
  text-align: center;
}

.archive .calendar .nav-tabs a {
  margin-left: 10px;
}

.archive .calendar .nav-tabs a:first-child {
  margin-left: 0;
}

.archive .calendar .row {
  margin: 30px 0 0;
}

.archive .calendar .row:first-child {
  margin: 0;
}

.archive .calendar .cell {
  border-left: 1px solid #e4e4e4;
  float: left;
  margin-left: -1px;
  padding-left: 10px;
  width: 145px;
}

.archive .calendar .cell:first-child {
  border-left: none;
  border-right: 1px solid #e4e4e4;
  padding-left: 0;
  padding-right: 10px;
  margin: 0;
  width: 144px;
}

.archive .calendar table {
  font-family: Georgia, serif;
  font-size: 12px;
  width: 100%;
}

.archive .calendar caption {
  font-size: 13px;
  padding: 0 0 7px;
  text-align: center;
}

.archive .calendar th {
  color: #cac8c1;
  font-size: 11px;
  text-align: center;
}

.archive .calendar td {
  color: #b7b7b7;
  font-family: Arial, sans-serif;
  padding: 3px 0;
  text-align: center;
}

.archive .calendar td a {
  color: #777;
  padding: 1px;
}

.archive .calendar td a:hover {
  color: #d3d0c9;
}

.archive .calendar td .active {
  background: #a6a59e;
  color: #fff;
}

.archive .span1 .search .search-box {
  margin: 0 0 30px;
  width: 100%;
}

.archive .span1 .search .search-box .input-wrapper {
  width: 280px;
}

.archive .h1 .text,
.author .h1 .text,
.search .h1 .text,
.seperator-text-over .text,
.custom-carousel .custom-carousel--text .text,
.archive .h1 .text,
.author .h1 .text,
.search .h1 .text {
  background: #fff;
}

.archive .h1 .more,
.author .h1 .more,
.search .h1 .more,
.seperator-text-over .more,
.custom-carousel .custom-carousel--text .more,
.archive .h1 .more,
.author .h1 .more,
.search .h1 .more {
  background: #fff;
}

.author .h1 {
  margin-bottom: 34px;
}

.author-profile {
  border-bottom: 1px solid #e4e4e4;
  margin: 23px 20px 37px;
  min-height: 105px;
  padding: 0 0 18px 117px;
  position: relative;
}

.author-profile img {
  left: 0;
  position: absolute;
  top: 0;
}

.author-profile .name {
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 12px;
}

.author-profile .contact {
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 14px;
  text-transform: uppercase;
}

.author-profile .contact li {
  margin-top: 5px;
}

.author-profile .contact li:first-child {
  margin-top: 0;
}

.author-profile .contact a {
  color: #777;
}

.author-profile .contact a:hover {
  color: #d3d0c9;
}

.horoscopes .horoscope {
  border-top: 2px solid #e4e4e4;
  margin: 0 0 20px;
  padding: 15px 0 0;
}

.horoscopes .row:first-child .horoscope {
  border-top: none;
}

.horoscopes .horoscope .icon {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}

.horoscopes .horoscope .headline {
  font-size: 19px;
  line-height: 23px;
  margin: 0 0 8px;
}

.horoscopes .horoscope .time {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 30px;
}

.horoscopes .icon span {
  background-repeat: no-repeat;
  display: block;
  height: 55px;
  margin: 0 1em;
  width: 55px;
}

.horoscopes .icon .i-zodiac-widder {
  background-image: url("../img/zodiac/widder.svg");
}

.horoscopes .icon .i-zodiac-stier {
  background-image: url("../img/zodiac/stier.svg");
}

.horoscopes .icon .i-zodiac-zwillinge {
  background-image: url("../img/zodiac/zwillinge.svg");
}

.horoscopes .icon .i-zodiac-krebs {
  background-image: url("../img/zodiac/krebs.svg");
}

.horoscopes .icon .i-zodiac-loewe {
  background-image: url("../img/zodiac/loewe.svg");
}

.horoscopes .icon .i-zodiac-jungfrau {
  background-image: url("../img/zodiac/jungfrau.svg");
}

.horoscopes .icon .i-zodiac-waage {
  background-image: url("../img/zodiac/waage.svg");
}

.horoscopes .icon .i-zodiac-skorpion {
  background-image: url("../img/zodiac/skorpion.svg");
}

.horoscopes .icon .i-zodiac-schuetze {
  background-image: url("../img/zodiac/schuetze.svg");
}

.horoscopes .icon .i-zodiac-steinbock {
  background-image: url("../img/zodiac/steinbock.svg");
}

.horoscopes .icon .i-zodiac-wassermann {
  background-image: url("../img/zodiac/wassermann.svg");
}

.horoscopes .icon .i-zodiac-fische {
  background-image: url("../img/zodiac/fische.svg");
}

.horoscopes .invert-box {
  background: #6aade4;
  color: #fff;
  font-family: Georgia, serif;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.horoscopes .invert-box a {
  color: #fff;
  font-size: 12px;
  padding-left: 20px;
  text-transform: uppercase;
}

.teaser-horoscopes {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 20px 30px;
  padding-bottom: 15px;
}

.teaser-horoscopes legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.teaser-horoscopes legend .focusable:active,
.teaser-horoscopes legend .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.teaser-horoscopes label {
  color: #9d9a8f;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 11px 0 5px;
}

.teaser-horoscopes select {
  display: block;
  font-size: 14px;
  line-height: 18px;
  max-width: 290px;
  width: 100%;
}

.teaser-horoscopes option {
  background: #f6f4f0;
}

.teaser-horoscopes .horoscope {
  border: 0;
  margin-bottom: 10px;
}

.teaser-horoscopes .more-link {
  border: none;
  margin: 0;
  padding: 0;
}

.js .teaser-horoscopes .button {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.js .teaser-horoscopes .button .focusable:active,
.js .teaser-horoscopes .button .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.no-js .teaser-horoscopes select {
  display: inline-block;
  width: 65%;
}

.search .h1 {
  margin-bottom: 41px;
}

.search .search-box {
  border-bottom: 1px solid #e4e4e4;
  font-family: Georgia, serif;
  height: auto;
  margin-bottom: 9px;
}

.search .search-box legend {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 20px;
}

.search .search-box .input-wrapper {
  margin-top: 0;
}

.search .result {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 35px 0 20px;
  padding: 20px 0;
}

.search .search-box+.result {
  border-top: none;
  margin-top: 0;
  padding: 13px 0 20px;
}

.search .search-box .term {
  font-style: italic;
}

.span1 .search .search-box {
  border-bottom: 1px solid #e4e4e4;
  height: auto;
  margin: 0 20px 30px;
  overflow: visible;
  padding: 18px 0 20px;
  width: auto;
}

.span1 .search .search-box .headline {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
}

.span1 .search .search-box p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}

.span1 .search .search-box .input-wrapper {
  margin: 0;
  width: 240px;
}

.span1 .search .search-box .auto-complete {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: inset 0 1px 4px 0 #bbb;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 100;
}

.span1 .search .search-box .auto-complete li {
  border-top: 1px solid #bbb;
  color: #9d9a8f;
  cursor: pointer;
  display: block;
  font: normal 16px/20px Georgia, serif;
}

.span1 .search .search-box .auto-complete li:first-child {
  border: 0;
}

.span1 .search .search-box .auto-complete a {
  display: block;
  padding: 2px 18px;
}

.span1 .search .search-box .auto-complete a.active,
.span1 .search .search-box .auto-complete a:hover {
  background: #bbb;
  color: #fff;
}

.cluster .search-box {
  overflow: visible;
}

.cluster .search-box .auto-complete {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: inset 0 1px 4px 0 #bbb;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 100;
}

.cluster .search-box .auto-complete li {
  border-top: 1px solid #bbb;
  color: #9d9a8f;
  cursor: pointer;
  display: block;
  font: normal 16px/20px Georgia, serif;
}

.cluster .search-box .auto-complete li:first-child {
  border: 0;
}

.cluster .search-box .auto-complete a {
  display: block;
  padding: 2px 18px;
}

.cluster .search-box .auto-complete a.active,
.cluster .search-box .auto-complete a:hover {
  background: #bbb;
  color: #fff;
}

.event-search {
  border-top: 2px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
}

.event-search+.event-search {
  border-top: 0;
}

.event-search .headline {
  display: block;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}

.event-search .field input[type="text"] {
  width: 120px;
}

.event-search .button {
  float: right;
}

.event-search .checkboxes {
  margin: 0 0 20px;
  overflow: hidden;
  padding-top: 6px;
}

.event-search .checkboxes .column {
  float: left;
  width: 152px;
}

.event-search .checkboxes label {
  display: inline;
}

.event-search .checkboxes input {
  float: left;
  margin: 5px 5px 0 0;
}

.event-search .date-range {
  margin-bottom: 20px;
  overflow: hidden;
}

.event-search .date-range .small-field {
  float: left;
  width: 189px;
}

.event .intro {
  margin-bottom: 25px;
}

.event .intro .h1 {
  font: 400 29px/33px Georgia, serif;
  margin-bottom: 11px;
}

.event .intro .img {
  float: left;
  margin: 0 17px 10px 0;
}

.event .intro .headline {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 8px;
}

.event .intro .type {
  font-weight: bold;
  margin-bottom: 4px;
}

.event .intro p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.event .details {
  background: #f6f4f0;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 20px;
}

.event .details .button {
  float: right;
  font-size: 12px;
  line-height: 16px;
  margin: 36px 0 0;
}

.event .details .button:hover {
  color: #fff;
}

.event .details .date-time,
.event .details .place {
  float: left;
  padding-left: 30px;
  position: relative;
  width: 160px;
}

.event .details .date-time {
  margin-right: 16px;
}

.event .details .type {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}

.event .details .i-sprite:before {
  left: 8px;
  position: absolute;
  top: 2px;
}

.event .details .value {
  font-size: 14px;
  line-height: 18px;
}

.tv-schedule .label .i-sprite:before {
  position: relative;
  top: 6px;
}

.tv-schedule .schedule-wrap {
  padding: 20px;
}

.tv-schedule .pattern {
  background: transparent url(../img/pattern-background.png) repeat-y;
  margin-bottom: 26px;
}

.tv-schedule caption {
  display: block;
  padding-bottom: 10px;
}

.tv-schedule table {
  font-family: Georgia, serif;
  width: 100%;
}

.tv-schedule caption {
  position: relative;
}

.tv-schedule thead {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tv-schedule thead .focusable:active,
.tv-schedule thead .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.tv-schedule .channel {
  left: 50px;
  line-height: 25px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.tv-schedule th,
.tv-schedule td {
  line-height: 20px;
  padding: 4px 0;
  vertical-align: top;
}

.tv-schedule th {
  font-size: 13px;
  width: 50px;
}

.tv-schedule td {
  font-size: 16px;
}

.tv-schedule .more-link {
  border: 0;
  margin-left: 0;
}

.tv-schedule .more-link {
  margin-bottom: 20px;
}

.voting {
  margin-bottom: 30px;
}

.voting .bubble {
  margin-bottom: 35px;
  background: #fcfcfc;
}

.voting .bubble:after {
  border-right-color: #fcfcfc;
}

.voting .line,
.voting label {
  font-size: 14px;
  line-height: 17px;
}

.voting .line {
  position: relative;
}

.voting form .line {
  padding-left: 23px;
}

.voting label {
  cursor: pointer;
}

.voting input[type=checkbox],
.voting input[type=radio] {
  left: 0;
  position: absolute;
  top: 0;
}

.voting .question {
  font-family: Georgia, serif;
  position: relative;
}

.voting .question:before {
  color: #e1e1dd;
  content: "\201E";
  font-size: 100px;
  line-height: 120px;
  left: -45px;
  position: absolute;
  top: -75px;
}

.voting .count {
  color: #9d9a8f;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin-left: 8px;
}

.voting .percent {
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin-left: 10px;
}

.voting .bar {
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef),color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(top, #efefef 0,#efefef 100%);
  background-image: linear-gradient(to bottom,#efefef 0,#efefef 100%);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 10px;
  margin: 4px 0;
}

.voting .votes {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: width,.5s,ease;
  -o-transition: width,.5s,ease;
  -webkit-transition: width,.5s,ease;
  transition: width,.5s,ease;
  background: #0099ff;
  height: 10px;
}

.voting .button {
  margin: 0;
}

.voting .show-result {
  color: #9d9a8f;
  font-size: 11px;
  margin-left: 10px;
}

.voting .show-result:hover {
  text-decoration: underline;
}

.span1 .voting .bubble {
  padding: 25px 40px 10px 60px;
}

.span1 .voting .question {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}

.span1 .voting .line {
  margin-bottom: 20px;
}

.span2 .voting .bubble {
  padding: 40px 60px 20px;
}

.span2 .voting .question {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

.span2 .voting .line {
  margin-bottom: 20px;
}

.span2 .voting--object .question {
  float: left;
  margin: 0 16px 0 0;
  width: 100px;
}

.span2 .voting--object .question:before {
  content: "";
}

.span2 .voting--object .answers {
  overflow: hidden;
  *zoom: 1;
  float: left;
  margin-bottom: 15px;
  width: 480px;
}

.span2 .voting--object .column {
  float: left;
  font-size: 14px;
  padding: 5px;
  width: 150px;
}

.span2 .voting--object .action {
  margin-top: 10px;
  text-align: right;
}

.span2 .voting--object input[type=radio] {
  left: auto;
  margin: 0 5px;
  position: relative;
  top: auto;
}

.span2 .voting--object .count,
.span2 .voting--object .percent {
  float: none;
}

.weather table {
  border-collapse: separate;
  margin: 30px 0;
  width: 100%;
}

.weather table th,
.weather table td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-spacing: 1px;
  background-color: #ecebe9;
  font: normal 14px/18px Arial, sans-serif;
  padding: 15px 10px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.weather table th {
  font-weight: bold;
}

.weather table tr:first-child td:first-child {
  background-color: #f3f3f0;
}

.weather table th[scope=col] {
  background-color: #f7f7f5;
  font: 400 16px/21px Georgia, serif;
}

.weather table th[scope=row] {
  background-color: #dfdeda;
}

.weather table th:first-child,
.weather table td:first-child {
  border-left: 0;
}

.weather table .day {
  font: bold 14px/18px Arial, sans-serif;
}

.weather table .overview td {
  padding: 0 10px;
}

.weather table .overview .i-weather {
  margin: 0 auto;
}

.weather table .temperature td {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.weather table .wind .direction {
  float: left;
  line-height: 30px;
}

.weather table .wind .i-weather {
  float: right;
}

.weather table .pollen .i-weather {
  float: left;
  margin: 0 25px 0 0;
}

.weather .branding {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 30px;
  text-align: right;
}

.weather .branding a {
  color: #9d9a8f;
}

.span1 .weather {
  margin-bottom: 40px;
}

.span1 .table-wrapper {
  margin: 0 20px;
}

.span1 .weather table td,
.span1 .weather table th,
.span1 .weather table th[scope=col] {
  background: transparent;
}

.span1 .weather .table-weather {
  border-bottom: 1px solid #e4e4e4;
  margin: -10px 0 0;
}

.span1 .weather .table-weather th,
.span1 .weather .table-weather td {
  border: 0;
  padding: 10px 0;
  text-align: center;
  width: 33.3333%;
}

.span1 .weather table .temperature td {
  font-size: 12px;
  line-height: 16px;
}

.span1 .weather .table-pollen {
  margin: 0;
}

.span1 .weather .table-pollen td,
.span1 .weather .table-pollen th {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 3px;
}

.span1 .table-wrapper+.more-link {
  border: 0;
}

.weather .map {
  background: url(../img/map/shz_map_0.png) no-repeat;
  height: 596px;
  margin: 0 0 30px;
  position: relative;
  width: 596px;
}

.weather .location {
  display: block;
  position: absolute;
  text-align: center;
  width: 95px;
}

.weather .location:hover span {
  color: #000;
}

.weather .location .name {
  font: normal 14px/18px Georgia, serif;
  display: block;
  margin: 0 auto -2px;
}

.weather .location .i-weather {
  margin: 0 auto -2px;
}

.weather .location .temperature {
  font: bold 12px/16px Arial, sans-serif;
}

.weather .favourites {
  margin-bottom: 30px;
  overflow: hidden;
}

.weather .favourites .location {
  border-bottom: 1px solid #e4e4e4;
  float: left;
  margin: 0 0 0 18px;
  position: static;
  width: 105px;
}

.weather .favourites .location:first-child {
  margin: 0 -1px 0 0;
}

.weather .favourites .location .more-link {
  border: 0;
}

.weather .search {
  margin-bottom: 30px;
}

.weather .search .search-box {
  overflow: visible;
}

.weather .search .search-box .headline {
  font-size: 19px;
  line-height: 31px;
}

.weather .search .search-box .input-wrapper {
  margin: 29px 0;
  width: 264px;
}

.weather .search .search-box .auto-complete {
  background: #fff;
  box-shadow: #bbbbbb 0 1px 4px 0 inset;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 100;
}

.weather .search .search-box .auto-complete li {
  border-top: 1px solid #bbb;
  color: #777;
  cursor: pointer;
  display: block;
  font: normal 16px/20px Georgia, serif;
}

.weather .search .search-box .auto-complete li:first-child {
  border: 0;
}

.weather .search .search-box .auto-complete a {
  display: block;
  padding: 2px 18px;
}

.weather .search .search-box .auto-complete a.active,
.weather .search .search-box .auto-complete a:hover {
  background: #bbb;
  color: #fff;
}

.local_weather {
  padding: 0;
  margin: 0;
}

.local_weather .branding-text {
  color: #9d9a8f;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 20px 0;
  text-align: center;
}

.local_weather .weather {
  margin-bottom: 0;
}

.wysiwyg {
  position: relative;
}

.wysiwyg>h1,
.wysiwyg>h2,
.wysiwyg>h3,
.wysiwyg>h4,
.wysiwyg>h5,
.wysiwyg>h6,
.wysiwyg>p,
.wysiwyg>.table-wrapper,
.wysiwyg>ul,
.wysiwyg>ol {
  font-size: 15px;
  line-height: 21px;
  margin-left: 20px;
  margin-right: 20px;
}

.wysiwyg>h1,
.wysiwyg>h2,
.wysiwyg>h3,
.wysiwyg>h4,
.wysiwyg>h5,
.wysiwyg>h6 {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 6px;
}

.wysiwyg>p {
  margin-bottom: 23px;
}

.wysiwyg>p em,
.wysiwyg>ol li em,
.wysiwyg>ul li em {
  font-style: italic;
}

.wysiwyg>p strong,
.wysiwyg>ol li strong,
.wysiwyg>ul li strong {
  font-weight: bold;
}

.wysiwyg>p a,
.wysiwyg>ol li a,
.wysiwyg>ul li a,
.wysiwyg>table a,
.wysiwyg .caption a {
  color: #9d9a8f;
  text-decoration: underline;
}

.wysiwyg>p a:hover,
.wysiwyg>ol li a:hover,
.wysiwyg>ul li a:hover,
.wysiwyg>table a:hover,
.wysiwyg .caption a:hover {
  text-decoration: none;
}

.wysiwyg>ol,
.wysiwyg>ul {
  margin-bottom: 23px;
  padding-left: 20px;
}

.wysiwyg>ol {
  list-style: decimal;
}

.wysiwyg>ul {
  list-style: disc;
}

.wysiwyg>.table-wrapper,
.wysiwyg>.embed-wrapper {
  margin-bottom: 23px;
  overflow-x: auto;
  width: 596px;
}

.wysiwyg>.table-wrapper table {
  background: #dfdeda;
}

.wysiwyg>.table-wrapper table th {
  background: #d6d5d0;
  font-weight: bold;
}

.wysiwyg>.table-wrapper table td {
  background: #ebeae6;
}

.wysiwyg>.table-wrapper table th,
.wysiwyg>.table-wrapper table td {
  border: 1px solid #d6d5d0;
  padding: 7px 15px;
  text-align: left;
  vertical-align: top;
}

.wysiwyg>.table-wrapper table th {
  background: #d6d5d0;
}

.wysiwyg>.table-wrapper table tr:nth-child(odd) td {
  background: #ebeae6;
}

.wysiwyg>.table-wrapper table tr:nth-child(even) td {
  background: #f5f5f3;
}

.wysiwyg>.inline-image {
  margin: 0 20px 23px;
}

.wysiwyg>.inline-image .img {
  margin-bottom: 7px;
}

.wysiwyg>.inline-image .inline-info {
  bottom: 25px;
  color: #fff;
  font-size: 13px;
  position: relative;
  right: 12px;
  text-shadow: 0 0 5px #000;
  text-align: right;
}

.wysiwyg>.inline-image .caption,
.wysiwyg>.inline-image .caption p {
  font: normal 14px/17px Arial, serif;
  margin: 4px 10px 0;
}

.wysiwyg>.inline-image.inline-image-center img {
  width: 100%;
}

.wysiwyg>.inline-image-left {
  float: left;
  margin-right: 16px;
  width: auto;
}

.wysiwyg>.inline-image-right {
  float: right;
  margin-left: 16px;
  width: auto;
}

.wysiwyg>.inline-image-left+.inline-image-right {
  margin-left: 0;
}

.start-page {
  background: transparent url("../img/start-page.png") no-repeat;
  color: #f6f4f0;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  margin: 0 auto 5px;
  width: 290px;
}

@media screen and (max-width: 767px) {
  .start-page {
    display: none;
  }
}

.start-page--hidden {
  display: none;
}

.start-page a {
  color: #f6f4f0;
  margin-left: 44px;
}

.start-page .start-page__close {
  background: transparent;
  border: none;
  color: #f6f4f0;
  font-size: 10px;
  height: 19px;
  line-height: 19px;
  margin: 0;
  outline: none;
  padding: 0;
}

.start-page .start-page__close:active,
.start-page .start-page__close:focus {
  outline: none;
}

.overscroll {
  position: relative;
}

.overscroll:after {
  background-color: #fff;
  content: " ";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 31;
}

@media (min-width: 768px) {
  .overscroll:after {
    min-width: 1019px;
  }
}

.overscroll__wrapper.wrapper-page {
  margin: 0 auto;
  overflow: visible;
}

.overscroll__content {
  min-height: 400px;
}

.overscroll__indicator {
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 3px 0 12px #333;
  cursor: pointer;
  height: 150px;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  text-align: center;
  top: -85px;
  overflow: hidden;
  width: 150px;
  z-index: 32;
}

.overscroll__indicator--sticky {
  bottom: 30px;
  position: fixed;
  top: inherit;
}

.overscroll__process {
  position: absolute;
  background-color: #0099ff;
  min-height: 70%;
  left: 0;
  opacity: 0.2;
  transition: min-height 0.3s;
  top: 0;
  width: 100%;
}

.overscroll__link {
  color: #003556;
  display: block;
  font-size: 1.8rem;
  font-family: Georgia, serif;
  left: 0;
  line-height: 2.2rem;
  margin-top: 0.5em;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

.overscroll__link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: -75%;
  color: #777;
  content: "";
  font-size: 60px;
  font-weight: bolder;
  left: 37%;
  position: absolute;
}

.overscroll__link:hover,
.overscroll__link:visited {
  color: #003556;
  text-decoration: none;
}

.abo-service a {
  cursor: pointer;
}

.abo-service label.error {
  color: #ff0003;
}

.abo-service select.error option:first-child {
  color: #ff0003;
}

.abo-service .button {
  display: none;
}

.abodetail {
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.amp-story-carousel {
  background: #eee;
}

.amp-story-carousel .amp-story-title {
  color: #00386c;
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  margin: 10px 0 -3px 9px;
}

@media screen and (min-width: 768px) {
  .amp-story-carousel .amp-story-title {
    font-size: 20px;
    margin: 23px 0 -3px 20px;
  }
}

.amp-story-carousel .amp-story-title img.logo {
  height: 20px;
  margin: 0 5px 0 0;
  position: relative;
  top: -3px;
  vertical-align: middle;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .amp-story-carousel .amp-story-title img.logo {
    height: 34px;
    width: 34px;
  }
}

.amp-story-carousel .amp-story-carousel-container {
  margin: 10px 0 20px 9px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .amp-story-carousel .amp-story-carousel-container {
    margin: 10px 0 20px 20px;
  }
}

.amp-story-carousel .amp-story-carousel-container .amp-story-carousel-elements {
  clear: both;
  overflow-x: auto;
  padding-bottom: 20px;
  position: relative;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.amp-story-carousel .amp-story-carousel-container .amp-story-carousel-elements::-webkit-scrollbar {
  display: none;
}

.amp-story-carousel .amp-story-carousel-container .amp-story-carousel-controls {
  height: 56px;
  width: 30px;
  background: #fff;
  opacity: .6;
  position: absolute;
  top: calc(50% - 28px);
  cursor: pointer;
  display: none;
}

@media (min-width: 768px) {
  .amp-story-carousel .amp-story-carousel-container .amp-story-carousel-controls {
    height: 100%;
    height: calc(100% - 20px);
    top: 0;
    width: 75px;
  }
}

.amp-story-carousel .amp-story-carousel-container .amp-story-carousel-controls.previous {
  border-radius: 0 2px 2px 0;
  left: 0;
}

@media (min-width: 768px) {
  .amp-story-carousel .amp-story-carousel-container .amp-story-carousel-controls.previous {
    border-radius: 0;
  }
}

.amp-story-carousel .amp-story-carousel-container .amp-story-carousel-controls.next {
  border-radius: 2px 0 0 2px;
  right: 0;
}

@media (min-width: 768px) {
  .amp-story-carousel .amp-story-carousel-container .amp-story-carousel-controls.next {
    border-radius: 0;
  }
}

.amp-story-carousel .icon-angle-left:before,
.amp-story-carousel .icon-angle-right:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 56px;
}

@media (min-width: 768px) {
  .amp-story-carousel .icon-angle-left:before,
  .amp-story-carousel .icon-angle-right:before {
    line-height: 360px;
  }
}

.amp-story-carousel .icon-angle-left:before {
  content: "";
  margin-left: 9px;
}

@media (min-width: 768px) {
  .amp-story-carousel .icon-angle-left:before {
    margin-left: 30px;
  }
}

.amp-story-carousel .icon-angle-right:before {
  content: "";
  margin-left: 7px;
}

@media (min-width: 768px) {
  .amp-story-carousel .icon-angle-right:before {
    margin-left: 30px;
  }
}

.amp-story-carousel ul {
  margin: 0;
  width: 500vw;
}

.amp-story-carousel ul li {
  float: left;
  list-style: none;
  margin: 0 10px;
  width: 150px;
}

@media screen and (min-width: 768px) {
  .amp-story-carousel ul li {
    width: 208px;
  }
}

.amp-story-carousel ul li:first-child {
  margin-left: 0;
}

.amp-story-carousel ul li:last-child {
  margin-right: 0;
}

.amp-story-carousel ul li a img {
  object-fit: contain;
  max-height: 267px;
  min-height: 0;
}

@media screen and (min-width: 768px) {
  .amp-story-carousel ul li a img {
    max-height: 346px;
  }
}

.amp-story-layer {
  background: rgba(0,0,0,0.8);
  bottom: 0;
  min-height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100vw;
  z-index: 9999;
}

.amp-story-layer .amp-story-frame {
  border: 0;
  display: block;
  height: 85vh;
  width: 75vh;
  position: absolute;
  top: 50%;
  margin-top: -42vh;
  left: 50%;
  margin-left: -37.5vh;
}

@media screen and (max-width: 767px) {
  .amp-story-layer .amp-story-frame {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
  }
}

.amp-story-layer .icon-close-thin {
  cursor: pointer;
  position: absolute;
  left: auto;
  top: 3rem;
  right: 0.8rem;
}

@media screen and (min-width: 768px) {
  .amp-story-layer .icon-close-thin {
    left: auto;
    right: 5vw;
    top: 5vh;
  }
}

.amp-story-layer .icon-close-thin:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "";
  font-size: 35px;
}

.teaser .teaser-icons__locale:before,
.teaser-media .teaser-icons__locale:before,
.teaser.teaser-310-slides .teaser-icons__locale:before {
  display: none;
}

.article-head:before,
.teaser-lead .teaser-icons__locale:before,
.teaser-img-162-hor .teaser-icons__locale:before,
.teaser-img-310-vert .teaser-icons__locale:before,
.teaser-img-310-hor .teaser-icons__locale:before,
.teaser-img-310-above .teaser-icons__locale:before,
.teaser-img-636-above .teaser-icons__locale:before {
  content: "";
  display: block;
  left: 12px;
  position: absolute;
  top: -2px;
  z-index: 10;
}

.loc-default .kicker,
.loc-default.article-head .time,
.article-aside-related .loc-default .kicker,
.article-aside-slideshow .loc-default .kicker,
.loc-default .location {
  color: #000;
}

.loc-default.teaser-dark a .kicker {
  color: #fff;
}

.loc-local .kicker,
.loc-local.article-head .time,
.article-aside-related .loc-local .kicker,
.article-aside-slideshow .loc-local .kicker,
.loc-local .location {
  color: red;
}

.loc-regional .kicker,
.loc-regional.article-head .time,
.article-aside-related .loc-regional .kicker,
.article-aside-slideshow .loc-regional .kicker,
.loc-regional .location {
  color: #09f;
}

.loc-regional-bb .kicker,
.loc-regional-bb.article-head .time,
.article-aside-related .loc-regional-bb .kicker,
.article-aside-slideshow .loc-regional-bb .kicker,
.loc-regional .location {
  color: #09f;
}

.loc-regional-hh .kicker,
.loc-regional-hh.article-head .time,
.article-aside-related .loc-regional-hh .kicker,
.article-aside-slideshow .loc-regional-hh .kicker,
.loc-regional .location {
  color: #09f;
}

.loc-regional-mv .kicker,
.loc-regional-mv.article-head .time,
.article-aside-related .loc-regional-mv .kicker,
.article-aside-slideshow .loc-regional-mv .kicker,
.loc-regional .location {
  color: #09f;
}

.list-news-ticker .loc-local .time {
  color: red;
}

.list-news-ticker .loc-regional .time,
.list-news-ticker .loc-regional-bb .time,
.list-news-ticker .loc-regional-hh .time,
.list-news-ticker .loc-regional-mv .time {
  color: #09f;
}

.article-head:before {
  top: -49px;
}

.ext-content {
  position: relative;
}

.ext-rectangle {
  background: #fff url("../img/adv/loading.gif") no-repeat center center;
  margin: 0 0 20px;
  min-height: 250px;
  padding: 5px;
  width: 300px;
}

.ext-footer-large {
  margin: 20px auto;
}

.ext-in-text {
  margin: 20px auto;
}

.ext-content .mark-up {
  color: #cac8c1;
  font-family: Arial, sans-serif !important;
  font-size: 9px !important;
  left: -28px;
  line-height: 11px;
  position: absolute;
  top: 14px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.ext-content .mark-up:first-child {
  left: auto;
  right: -24px;
  transform: rotate(-90deg);
  top: 14px;
}

#flex_buttons {
  clear: both;
}

.no-skyscraper #leaderboard_1 {
  max-width: 1019px;
  overflow-x: hidden;
}

.fupa-list a:hover .description {
  color: #000;
}

.fupa-list .teaser {
  border-bottom: 1px solid #e4e4e4;
  border-top: none;
  margin-bottom: 0;
  padding: 15px;
}

.fupa-list .fupa-list__footer {
  border-top: none;
  margin-bottom: 0;
  padding: 15px;
}

.fupa-list .teaser-topic-dark {
  background: #f4f4f4;
}

.fupa-list .teaser--last {
  border-bottom: none;
}

.fupa-list .teaser {
  margin-left: 0;
  margin-right: 0;
}

.fupa-list .image {
  float: left;
  width: 190px;
}

.fupa-list .kicker,
.fupa-list .read_more,
.fupa-list .fupa-list__footer a {
  color: #174268;
}

.fupa-list .read_more,
.fupa-list .fupa-list__footer a {
  text-decoration: none;
}

.fupa-list .read_more:hover,
.fupa-list .fupa-list__footer a:hover {
  text-decoration: underline;
}

.fupa-list .nav-main__fupa {
  background: #fff url(../img/nav/fupa.png) 14px 0/61px 18px no-repeat;
  border: none;
  border-radius: 0;
  height: 18px;
  margin: 0;
  padding: 0 14px;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 25px;
  width: 61px;
}

.fupa-list .seperator-text-over,
.fupa-list .custom-carousel .custom-carousel--text,
.custom-carousel .fupa-list .custom-carousel--text,
.fupa-list .archive .h1,
.archive .fupa-list .h1,
.fupa-list .author .h1,
.author .fupa-list .h1,
.fupa-list .search .h1,
.search .fupa-list .h1 {
  position: relative;
}

.span1 .fupa-list .teaser .img {
  text-align: center;
  width: 110px;
}

.span1 .fupa-list .teaser .img img {
  height: 62px;
}

.span1 .fupa-list .with-img p,
.span1 .fupa-list .with-img .headline,
.span1 .fupa-list .with-img .kicker {
  margin-left: 110px;
}

.span1 .fupa-list .headline {
  font-size: 16px;
  line-height: 18px;
}

.span1 .fupa-list .fupa-list__footer {
  font-size: 13px;
  text-align: center;
}

.span1 .fupa-list .seperator-text-over,
.span1 .fupa-list .custom-carousel .custom-carousel--text,
.custom-carousel .span1 .fupa-list .custom-carousel--text,
.span1 .fupa-list .archive .h1,
.archive .span1 .fupa-list .h1,
.span1 .fupa-list .author .h1,
.author .span1 .fupa-list .h1,
.span1 .fupa-list .search .h1,
.search .span1 .fupa-list .h1 {
  margin-left: 10px;
  text-align: left;
}

.span1 .fupa-list .seperator-text-over .text,
.span1 .fupa-list .custom-carousel .custom-carousel--text .text,
.custom-carousel .span1 .fupa-list .custom-carousel--text .text,
.span1 .fupa-list .archive .h1 .text,
.archive .span1 .fupa-list .h1 .text,
.span1 .fupa-list .author .h1 .text,
.author .span1 .fupa-list .h1 .text,
.span1 .fupa-list .search .h1 .text,
.search .span1 .fupa-list .h1 .text {
  margin-left: 15px;
}