@media screen and (max-width: 767px) {
  .wrapper-page {
    background: #333;
    min-width: 320px;
    overflow: hidden;
    padding-top: 0;
    width: auto;
  }

  .wrapper-outer {
    width: auto;
  }

  .wrapper-content {
    -moz-transition: left, 0.7s, ease;
    -o-transition: left, 0.7s, ease;
    -webkit-transition: left, 0.7s, ease;
    transition: left, 0.7s, ease;
    width: 320px;
  }

  .wrapper-content.header-sticky {
    padding-top: 0;
  }

  .wrapper-footer {
    -moz-transition: left, 0.7s, ease;
    -o-transition: left, 0.7s, ease;
    -webkit-transition: left, 0.7s, ease;
    transition: left, 0.7s, ease;
  }

  .nav-main-show .wrapper-content,
  .nav-main-show .footer {
    -moz-transition: left, 0.7s, ease;
    -o-transition: left, 0.7s, ease;
    -webkit-transition: left, 0.7s, ease;
    transition: left, 0.7s, ease;
    left: 70%;
    position: relative;
  }

  .content-article-more:before {
    width: 320px;
  }

  .footer {
    min-width: 320px;
  }

  /* Images fade in effect fot $.fn.unveil() */

  source[data-srcset],
  img[data-src] {
    opacity: 0;
    -moz-transition: opacity .7s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
  }

  source[data-srcset].loaded,
  img[data-src].loaded {
    opacity: 1;
  }

  /* forms */

  form p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
  }

  /* login form */

  /* resgister form */

  /* article-send */

  /* navigation */

  .nav-main {
    background: none;
    border: 0;
    left: -70%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 70%;
  }

  .nav-main .lvl-0 {
    float: none;
  }

  .nav-main .lvl-0 > li {
    display: block;
    float: none;
    position: relative;
  }

  .nav-main .lvl-0 > li > a,
  .nav-main .lvl-0 > li > .active,
  .nav-main .lvl-1 > li > a,
  .nav-main .lvl-1 > li > .active,
  .nav-main .lvl-2 > li > a,
  .nav-main .lvl-2 > li > .active {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid black;
    box-shadow: none;
    display: block;
    float: none;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 10px 8px;
  }

  .nav-main .lvl-0 > li > a:before,
  .nav-main .lvl-0 > li > .active:before,
  .nav-main .lvl-1 > li > a:before,
  .nav-main .lvl-1 > li > .active:before,
  .nav-main .lvl-2 > li > a:before,
  .nav-main .lvl-2 > li > .active:before {
    background: none;
  }

  .nav-main .flyout {
    background: #9d9a8f;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
  }

  .nav-main .flyout a {
    color: #333;
  }

  .nav-main .lvl-2.flyout {
    border: 0;
  }

  .nav-main .search {
    display: none;
    float: none;
  }

  .nav-main li:hover .flyout,
  .nav-main .hidden-menu-mobile {
    display: none;
  }

  .nav-main .menu-toggle {
    display: block;
  }

  .nav-main .lvl-2 > li > a,
  .nav-main .lvl-1 > li > a {
    padding-left: 25px;
  }

  .nav-main .row-menu,
  .nav-main .menu-item--no-teaser .row-menu {
    background: transparent none;
    box-shadow: none;
    display: block;
    padding: 0;
    top: inherit;
    left: inherit;
    position: relative;
    width: auto;
  }

  /* header */

  .header {
    width: 320px;
  }

  .no-boxshadow .header {
    border: none;
    width: 320px;
  }

  .header-sticky .header {
    position: relative;
    top: auto;
    z-index: 9999;
  }

  .header .nav-main-toggle {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 50px;
    z-index: 10;
  }

  .header .nav-main-toggle .focusable:active,
  .header .nav-main-toggle .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }

  .header .nav-main-toggle:before {
    left: 0;
    position: absolute;
    top: -4px;
  }

  .header .top {
    display: none;
  }

  .header .main {
    height: 60px;
  }

  .header .main .left,
  .header .main .right {
    display: none;
  }

  .header-article .main .logo {
    width: 200px;
  }

  .header .main .logo.regional {
    padding: 19px 0;
  }

  .header .main .logo.regional img {
    width: 214px;
  }

  .header .main .logo.large,
  .header .main .logo.small {
    padding: 19px 0;
  }

  .header .main .logo.large img,
  .header .main .logo.small img {
    height: 22px;
  }

  /* header-sub */

  .header-sub .info {
    display: none;
  }

  .header-sub .personalized {
    display: none;
  }

  /* header-article */

  /* header-mid */

  .header-mid .center {
    font-size: 15px;
    line-height: 17px;
    padding: 17px 80px 15px;
    text-align: left;
  }

  .header-mid .left {
    left: 10px;
  }

  .header-mid .right {
    right: 10px;
  }

  /* footer */

  .footer {
    width: 320px;
  }

  .footer .container {
    margin: 0;
  }

  .footer .top,
  .footer .nav-main {
    margin: 0;
  }

  .footer .nav-main {
    display: none;
  }

  .footer .date,
  .footer .social {
    display: none;
  }

  .footer .logo,
  .footer .logo img {
    height: 20px;
    width: auto;
  }

  /* search */

  .footer .search-box {
    height: auto;
    margin: 0 auto 14px;
    width: 274px;
  }

  .footer .search-box .input-wrapper {
    margin-bottom: 6px;
    padding: 10px 6px 9px 9px;
    width: 257px;
  }

  .footer .search-box input[type=text] {
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    line-height: 18px;
  }

  .footer .search-box button[type=submit] {
    right: 16px;
    top: 16px;
  }

  /* media-list */

  .footer .media-list li {
    width: 40%;
  }

  .footer .media-list .i-media {
    margin: 0 62px 60px 62px;
  }

  .footer .media-list .i-media .txt {
    font-size: 15px;
    line-height: 19px;
    margin: 70px -30px 10px;
  }

  /* info-list */

  .footer .info-list {
    margin-top: 20px;
  }

  .footer .info-list p {
    border-top: 0;
    margin: 0 11px;
    text-align: center;
    text-transform: uppercase;
  }

  .footer .info-list a {
    border-top: 2px solid #cac8c1;
    display: block;
    font-size: 14px;
    line-height: 49px;
    margin: 0;
  }

  /* Header message box*/

  .message-box {
    border-top: 1px solid #cac8c1;
    border-bottom: 0 none;
  }

  /* snippets */

  /* more-links */

  .more-link {
    font-size: 11px;
    line-height: 14px;
    margin: 0 11px 22px;
    text-align: center;
  }

  .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: 0;
    top: 3px;
  }

  .more-link .ticker {
    background: none;
    padding-left: 20px;
  }

  .more-link .ticker:before {
    content: "+++ ";
    left: 1px;
    position: absolute;
  }

  /* tab navigation */

  .nav-tabs {
    font-size: 11px;
    line-height: 14px;
  }

  /* paging */

  .paging {
    margin-left: 11px;
    margin-right: 11px;
  }

  /* speperator */

  .seperator-text,
  .shopsel-carousel .shopsel-text,
  .archive .h1,
  .author .h1,
  .search .h1 {
    border-bottom: 2px solid #cac8c1;
    margin: 13px 11px;
  }

  .seperator-text .text,
  .shopsel-carousel .shopsel-text .text,
  .archive .h1 .text,
  .author .h1 .text,
  .search .h1 .text {
    font-size: 17px;
    line-height: 21px;
  }

  .seperator-text img,
  .shopsel-carousel .shopsel-text img,
  .archive .h1 img,
  .author .h1 img,
  .search .h1 img {
    display: none;
  }

  .seperator-text-over,
  .shopsel-carousel .shopsel-text,
  .archive .h1,
  .author .h1,
  .search .h1 {
    margin-bottom: 24px;
  }

  .seperator-text-over .text,
  .shopsel-carousel .shopsel-text .text,
  .archive .h1 .text,
  .author .h1 .text,
  .search .h1 .text {
    bottom: -10px;
    font-size: 19px;
    padding: 0 7px;
  }

  .seperator-text-over .more,
  .shopsel-carousel .shopsel-text .more,
  .archive .h1 .more,
  .author .h1 .more,
  .search .h1 .more {
    display: none;
  }

  /* teaser */

  .teaser {
    padding: 10px 0;
    margin-bottom: 22px;
  }

  .teaser .teaser {
    padding-bottom: 0;
  }

  .teaser .wrap {
    margin-top: -22px;
  }

  .teaser .kicker {
    font-size: 15px;
    line-height: 16px;
  }

  .teaser .headline {
    font-size: 19px;
    line-height: 20px;
  }

  .teaser p {
    display: none !important;
  }

  .teaser .traffic-message {
    display: inherit;
    font-size: 10px;
    line-height: 13px;
  }

  .teaser p.traffic-message {
    display: block !important;
  }

  .mediateaser-detail img {
    height: auto;
    margin-left: 1%;
    margin-right: 2%;
    width: 100%;
  }

  .teaser .wrap,
  .teaser-media .wrap,
  .teaser-img-636-above .wrap,
  .teaser-lead .wrap {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 244, 240, 0.6)), color-stop(22px, #f6f4f0));
    background-image: -webkit-linear-gradient(top, rgba(246, 244, 240, 0.6) 0, #f6f4f0 22px);
    background-image: linear-gradient(to bottom,rgba(246, 244, 240, 0.6) 0, #f6f4f0 22px);
  }

  /* teaser-lead */

  .teaser-lead {
    height: auto;
    margin: 0 11px 10px;
    padding-top: 0;
    width: auto;
  }

  .teaser-lead .img {
    position: static;
  }

  .teaser-lead img {
    height: 167px;
    width: 298px;
  }

  .teaser-lead .wrap {
    height: auto;
    position: relative;
    width: auto;
  }

  .teaser-lead .teaser-collection {
    border: none;
    margin: 0;
    width: auto;
  }

  .teaser-lead .teaser-collection .kicker {
    text-shadow: none;
  }

  .teaser-lead .teaser,
  .teaser-lead .teaser + .teaser {
    border: 0;
    border-bottom: 1px solid #cac8c1;
    margin: 0;
    padding: 18px 0;
  }

  .teaser-lead .main {
    float: none;
    padding-top: 0;
    width: auto;
  }

  .teaser-lead .headline {
    color: #000;
    font-size: 19px !important;
    line-height: 20px !important;
    margin: 0 !important;
  }

  .teaser-lead .list {
    float: none;
    margin-left: 0;
    width: auto;
  }

  .teaser-lead .list .headline {
    font-size: 18px;
    line-height: 18px;
  }

  .teaser-lead .list a .headline {
    color: #000;
  }

  .teaser-lead .list a .headline:hover {
    color: #9d9a8f;
  }

  .teaser-lead .more-link {
    border-bottom: 1px solid #cac8c1;
    border-top: 0;
    float: none;
    width: auto;
  }

  .teaser-lead .more-link a {
    color: #000;
  }

  .teaser-lead .more-link a:hover {
    color: #9d9a8f;
  }

  .teaser-lead.teaser-dark .wrap,
  .teaser-lead.teaser-light .wrap {
    background: none;
  }

  .teaser-dark .teaser-collection,
  .teaser-dark .teaser,
  .teaser-dark .teaser + .teaser,
  .teaser-dark .main,
  .teaser-dark .more-link {
    border-color: #cac8c1;
  }

  .teaser-dark .main a,
  .teaser-dark .main a:focus,
  .teaser-dark .main a:active,
  .teaser-dark .main a .headline,
  .teaser-dark .main a:focus .headline,
  .teaser-dark .main a:active .headline {
    color: #000;
  }

  .teaser-dark a:hover,
  .teaser-dark .teaser a:hover,
  .teaser-dark .teaser a:hover .headline {
    color: #9d9a8f;
  }

  .teaser-dark .teaser p {
    color: #fff;
  }

  /* teaser-img-above */

  .teaser-img-above {
    height: auto;
    margin: 0 11px 22px;
    padding: 0;
    width: 310px;
  }

  .teaser-img-above img {
    width: 310px;
  }

  .teaser-img-636-above img,
  .teaser-img-310-above img,
  .teaser-img-636-vert img,
  .teaser-img-310-vert img,
  .teaser-img-636-hor img,
  .teaser-img-310-hor img {
    height: 174px;
  }

  .teaser-img-above .teaser {
    padding-top: 10px;
  }

  .teaser-img-310-above + .teaser-img-310-above {
    margin-top: 0;
  }

  .teaser.teaser-img-310-above {
    height: auto;
  }

  /* teaser-img-103 */

  .teaser-img-103 {
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 15px;
    min-height: 0;
    padding-top: 17px;
    padding-bottom: 0;
  }

  .teaser-img-103 .img {
    display: none;
  }

  .teaser-img-103 .kicker,
  .teaser-img-103 .headline {
    margin-left: 0;
  }

  .teaser-img-103.teaser-img-phone .img,
  .teaser-img-103.teaser-video .img {
    display: block;
  }

  .teaser-img-103.teaser-img-phone .kicker {
    padding-left: 115px;
  }

  .teaser-img-103.teaser-img-phone .headline,
  .teaser-img-103.teaser-video .headline {
    padding-left: 115px;
  }

  .span1 .teaser-img-103 {
    border-top: 1px solid #cac8c1;
  }

  /* teaser-img-162-hor */

  .teaser + .teaser-img-162-hor {
    padding-bottom: 3px;
    padding-top: 17px;
  }

  /* .teaser-img-162-hor */

  .teaser-img-162-hor {
    margin-left: 11px;
    margin-right: 11px;
    min-height: 0;
  }

  .teaser-img-162-hor .img {
    display: none;
  }

  .teaser-img-162-hor .kicker,
  .teaser-img-162-hor .headline {
    margin-left: 0;
  }

  .teaser-img-162-hor.teaser-img-phone .img,
  .teaser-img-162-hor.teaser-video .img {
    display: block;
  }

  .teaser-img-162-hor.teaser-img-phone .img img {
    width: 103px;
  }

  .teaser-img-162-hor.teaser-img-phone .kicker {
    padding-left: 115px;
  }

  .teaser-img-162-hor.teaser-img-phone .headline,
  .teaser-img-162-hor.teaser-video .headline {
    padding-left: 115px;
  }

  .teaser-img-162-hor .headline:last-child {
    margin-bottom: 0;
  }

  /* teaser-img-310-hor */

  /* teaser-img-310-vert */

  .teaser-img-310-hor,
  .teaser-img-310-vert {
    margin: 10px 11px;
    min-height: 62px;
  }

  .teaser-img-310-hor .img {
    float: none;
  }

  .teaser-img-310-vert .img {
    float: left;
  }

  .teaser-img-310-vert .img img {
    height: 62px;
    width: 111px;
  }

  .teaser-img-310-hor .kicker {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 244, 240, 0.6)), color-stop(22px, #f6f4f0));
    background-image: -webkit-linear-gradient(top, rgba(246, 244, 240, 0.6) 0, #f6f4f0 22px);
    background-image: linear-gradient(to bottom,rgba(246, 244, 240, 0.6) 0, #f6f4f0 22px);
    margin-left: 0;
    margin-top: -22px;
    min-height: 8px;
    padding-top: 15px;
  }

  .teaser-img-310-hor .headline {
    margin-left: 0;
  }

  .teaser-img-310-vert .kicker,
  .teaser-img-310-vert .headline {
    margin-left: 121px;
  }

  .teaser-img-310-hor .headline:last-child,
  .teaser-img-310-vert .headline:last-child {
    margin-bottom: 0;
  }

  .teaser + .teaser-img-310-hor,
  .ttaser + .teaser-img-310-vert {
    padding-bottom: 3px;
    padding-top: 17px;
  }

  .teaser-img-310-vert .wrap {
    background: none !important;
  }

  /* teaser-img-162-vert */

  .teaser-img-162-vert {
    margin: 0 10px 20px;
    padding: 0;
    width: auto;
  }

  .teaser-img-162-vert .img {
    display: none;
  }

  /* teaser-310-slides */

  .teaser-310-slides {
    display: none;
  }

  /* teaser-no-img */

  .teaser + .teaser-no-img {
    padding-top: 17px;
  }

  /* teaser-media */

  .teaser-media .text {
    margin: 0 !important;
  }

  .teaser-media .kicker {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .teaser-media .headline {
    font-size: 38px !important;
    line-height: 40px !important;
  }

  /* teaser-media-636 */

  .teaser-media-636 {
    height: 169px;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
  }

  .teaser-media-636 img {
    height: auto;
    max-width: 100%;
  }

  .teaser-img-636-above .teaser,
  .teaser-img-310-above .teaser,
  .teaser-lead-bottom .teaser-collection {
    margin-left: 0;
  }

  /* slideshow teaser collections */

  .container-ftg .row .teaser {
    float: none;
    margin: 0 10px 30px;
  }

  .span2 .narrow .container-ftg .row,
  .span3 .narrow .container-ftg .row {
    width: auto;
  }

  /* tagcloud */

  .teaser-tagcloud {
    font-size: 12px;
    line-height: 15px;
  }

  .teaser-tagcloud .text {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .teaser-tagcloud a {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 0;
  }

  /* teaser-topic */

  .teaser-topic {
    margin: 0 11px 15px;
    padding: 18px;
  }

  .teaser-topic .topic {
    font-size: 15px;
    line-height: 17px;
  }

  .teaser-topic .teaser-img-103 .headline {
    margin: 0;
  }

  .teaser-topic p,
  .teaser-topic ol,
  .teaser-topic ul {
    display: block !important;
    margin-bottom: 15px;
  }

  .teaser-topic p,
  .teaser-topic li {
    font: normal 12px/15px Arial, sans-serif;
  }

  /* teaser e-paper */

  .teaser-epaper .text {
    font-size: 12px;
    line-height: 15px;
  }

  .teaser-epaper-region .img img {
    height: 128px;
    width: 180px;
  }

  /* teaser breaking-news */

  .teaser-breaking {
    margin-left: 11px;
    margin-right: 11px;
    padding: 10px;
  }

  .teaser-breaking p {
    display: block;
    font-size: 12px;
    line-height: 15px;
  }

  /* teaser-date */

  .teaser-date {
    margin-left: 11px;
    margin-right: 11px;
  }

  /* teaser-abo */

  .teaser-abo p {
    display: block;
    margin-bottom: 15px;
  }

  /* teaser-video */

  .teaser-img-636-above.teaser-video .img:after,
  .teaser-media-636.teaser-video .img:after,
  .teaser-img-310-above.teaser-video .img:after,
  .teaser-media-310.teaser-video .img:after {
    margin-top: -61px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  /* lists */

  /* list-counter */

  .list-counter .img {
    display: none;
  }

  .list-counter .headline:before {
    font-size: 19px;
    left: -30px;
    line-height: 20px;
  }

  .list-counter .teaser {
    margin-left: 30px;
  }

  .list-counter .comment-count {
    font-size: 12px;
    line-height: 15px;
    padding-left: 20px;
  }

  .list-counter .comment-count:before {
    top: -3px;
  }

  /* list-icon-more */

  .list-icon-more {
    margin: 0 11px 22px;
  }

  .list-icon-more li {
    line-height: 19px;
  }

  .list-icon-more .i-sprite,
  .list-icon-more p.error,
  .list-icon-more p.success,
  .list-icon-more .nav-main .lvl-2 > li > a,
  .nav-main .list-icon-more .lvl-2 > li > a,
  .list-icon-more .js .accordion .label,
  .js .accordion .list-icon-more .label,
  .list-icon-more .teaser-310-slides .control,
  .teaser-310-slides .list-icon-more .control,
  .list-icon-more .article > .slideshow .control,
  .article > .slideshow .list-icon-more .control,
  .list-icon-more .article > .slideshow .gallery_like .vote-button,
  .article > .slideshow .gallery_like .list-icon-more .vote-button,
  .list-icon-more .comments .comment-old .vote-button,
  .comments .comment-old .list-icon-more .vote-button,
  .list-icon-more .comments .response-old .vote-button,
  .comments .response-old .list-icon-more .vote-button,
  .list-icon-more .comments .redcard,
  .comments .list-icon-more .redcard,
  .list-icon-more .comments .yellowcard,
  .comments .list-icon-more .yellowcard,
  .list-icon-more .mobile-share .mobile-share__button,
  .mobile-share .list-icon-more .mobile-share__button,
  .list-icon-more .carousel .lists .control,
  .carousel .lists .list-icon-more .control,
  .list-icon-more .shopsel-carousel .lists .control,
  .shopsel-carousel .lists .list-icon-more .control,
  .list-icon-more .teaser-lead.loc-local .teaser-icons__locale,
  .teaser-lead.loc-local .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-162-hor.loc-local .teaser-icons__locale,
  .teaser-img-162-hor.loc-local .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-vert.loc-local .teaser-icons__locale,
  .teaser-img-310-vert.loc-local .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-hor.loc-local .teaser-icons__locale,
  .teaser-img-310-hor.loc-local .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-above.loc-local .teaser-icons__locale,
  .teaser-img-310-above.loc-local .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-636-above.loc-local .teaser-icons__locale,
  .teaser-img-636-above.loc-local .list-icon-more .teaser-icons__locale,
  .list-icon-more .loc-local.article-head,
  .list-icon-more .teaser-lead.loc-regional .teaser-icons__locale,
  .teaser-lead.loc-regional .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-162-hor.loc-regional .teaser-icons__locale,
  .teaser-img-162-hor.loc-regional .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-vert.loc-regional .teaser-icons__locale,
  .teaser-img-310-vert.loc-regional .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-hor.loc-regional .teaser-icons__locale,
  .teaser-img-310-hor.loc-regional .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-above.loc-regional .teaser-icons__locale,
  .teaser-img-310-above.loc-regional .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-636-above.loc-regional .teaser-icons__locale,
  .teaser-img-636-above.loc-regional .list-icon-more .teaser-icons__locale,
  .list-icon-more .loc-regional.article-head,
  .list-icon-more .teaser-lead.loc-regional-bb .teaser-icons__locale,
  .teaser-lead.loc-regional-bb .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-162-hor.loc-regional-bb .teaser-icons__locale,
  .teaser-img-162-hor.loc-regional-bb .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-vert.loc-regional-bb .teaser-icons__locale,
  .teaser-img-310-vert.loc-regional-bb .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-hor.loc-regional-bb .teaser-icons__locale,
  .teaser-img-310-hor.loc-regional-bb .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-above.loc-regional-bb .teaser-icons__locale,
  .teaser-img-310-above.loc-regional-bb .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-636-above.loc-regional-bb .teaser-icons__locale,
  .teaser-img-636-above.loc-regional-bb .list-icon-more .teaser-icons__locale,
  .list-icon-more .loc-regional-bb.article-head,
  .list-icon-more .teaser-lead.loc-regional-hh .teaser-icons__locale,
  .teaser-lead.loc-regional-hh .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-162-hor.loc-regional-hh .teaser-icons__locale,
  .teaser-img-162-hor.loc-regional-hh .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-vert.loc-regional-hh .teaser-icons__locale,
  .teaser-img-310-vert.loc-regional-hh .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-hor.loc-regional-hh .teaser-icons__locale,
  .teaser-img-310-hor.loc-regional-hh .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-above.loc-regional-hh .teaser-icons__locale,
  .teaser-img-310-above.loc-regional-hh .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-636-above.loc-regional-hh .teaser-icons__locale,
  .teaser-img-636-above.loc-regional-hh .list-icon-more .teaser-icons__locale,
  .list-icon-more .loc-regional-hh.article-head,
  .list-icon-more .teaser-lead.loc-regional-mv .teaser-icons__locale,
  .teaser-lead.loc-regional-mv .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-162-hor.loc-regional-mv .teaser-icons__locale,
  .teaser-img-162-hor.loc-regional-mv .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-vert.loc-regional-mv .teaser-icons__locale,
  .teaser-img-310-vert.loc-regional-mv .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-hor.loc-regional-mv .teaser-icons__locale,
  .teaser-img-310-hor.loc-regional-mv .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-310-above.loc-regional-mv .teaser-icons__locale,
  .teaser-img-310-above.loc-regional-mv .list-icon-more .teaser-icons__locale,
  .list-icon-more .teaser-img-636-above.loc-regional-mv .teaser-icons__locale,
  .teaser-img-636-above.loc-regional-mv .list-icon-more .teaser-icons__locale,
  .list-icon-more .loc-regional-mv.article-head {
    font-size: 17px;
  }

  .list-icon-more .i-sprite:before,
  .list-icon-more p.error:before,
  .list-icon-more p.success:before,
  .list-icon-more .nav-main .search-toggle:after,
  .nav-main .list-icon-more .search-toggle:after,
  .list-icon-more .nav-main .lvl-2 > li > a:before,
  .nav-main .list-icon-more .lvl-2 > li > a:before,
  .list-icon-more .nav-main .menu-toggle:before,
  .nav-main .list-icon-more .menu-toggle:before,
  .list-icon-more .search-box button[type=submit],
  .search-box .list-icon-more button[type=submit],
  .list-icon-more .js .accordion .label:before,
  .js .accordion .list-icon-more .label:before,
  .list-icon-more .teaser-310-slides .control:before,
  .teaser-310-slides .list-icon-more .control:before,
  .list-icon-more .teaser-310-slides.teaser-video .main .img:after,
  .teaser-310-slides.teaser-video .main .list-icon-more .img:after,
  .list-icon-more .teaser-video .img:after,
  .teaser-video .list-icon-more .img:after,
  .list-icon-more .teaser-slideshow .img:after,
  .teaser-slideshow .list-icon-more .img:after,
  .list-icon-more .article > .slideshow .control:before,
  .article > .slideshow .list-icon-more .control:before,
  .list-icon-more .article > .slideshow-ready .control,
  .article > .slideshow-ready .list-icon-more .control,
  .list-icon-more .article > .slideshow .gallery_like .vote-button:before,
  .article > .slideshow .gallery_like .list-icon-more .vote-button:before,
  .list-icon-more .comments .comment-old .vote-button:before,
  .comments .comment-old .list-icon-more .vote-button:before,
  .list-icon-more .comments .response-old .vote-button:before,
  .comments .response-old .list-icon-more .vote-button:before,
  .list-icon-more .comments .redcard:before,
  .comments .list-icon-more .redcard:before,
  .list-icon-more .comments .yellowcard:before,
  .comments .list-icon-more .yellowcard:before,
  .list-icon-more .mobile-share .mobile-share__button:before,
  .mobile-share .list-icon-more .mobile-share__button:before,
  .list-icon-more .region .map-navigation .zoom-out,
  .region .map-navigation .list-icon-more .zoom-out,
  .list-icon-more .carousel .lists .control:before,
  .carousel .lists .list-icon-more .control:before,
  .list-icon-more .shopsel-carousel .lists .control:before,
  .shopsel-carousel .lists .list-icon-more .control:before,
  .list-icon-more .teaser-lead.loc-local .teaser-icons__locale:before,
  .teaser-lead.loc-local .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-162-hor.loc-local .teaser-icons__locale:before,
  .teaser-img-162-hor.loc-local .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-vert.loc-local .teaser-icons__locale:before,
  .teaser-img-310-vert.loc-local .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-hor.loc-local .teaser-icons__locale:before,
  .teaser-img-310-hor.loc-local .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-above.loc-local .teaser-icons__locale:before,
  .teaser-img-310-above.loc-local .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-636-above.loc-local .teaser-icons__locale:before,
  .teaser-img-636-above.loc-local .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .loc-local.article-head:before,
  .list-icon-more .teaser-lead.loc-regional .teaser-icons__locale:before,
  .teaser-lead.loc-regional .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-162-hor.loc-regional .teaser-icons__locale:before,
  .teaser-img-162-hor.loc-regional .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-vert.loc-regional .teaser-icons__locale:before,
  .teaser-img-310-vert.loc-regional .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-hor.loc-regional .teaser-icons__locale:before,
  .teaser-img-310-hor.loc-regional .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-above.loc-regional .teaser-icons__locale:before,
  .teaser-img-310-above.loc-regional .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-636-above.loc-regional .teaser-icons__locale:before,
  .teaser-img-636-above.loc-regional .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .loc-regional.article-head:before,
  .list-icon-more .teaser-lead.loc-regional-bb .teaser-icons__locale:before,
  .teaser-lead.loc-regional-bb .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-162-hor.loc-regional-bb .teaser-icons__locale:before,
  .teaser-img-162-hor.loc-regional-bb .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-vert.loc-regional-bb .teaser-icons__locale:before,
  .teaser-img-310-vert.loc-regional-bb .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-hor.loc-regional-bb .teaser-icons__locale:before,
  .teaser-img-310-hor.loc-regional-bb .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-above.loc-regional-bb .teaser-icons__locale:before,
  .teaser-img-310-above.loc-regional-bb .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-636-above.loc-regional-bb .teaser-icons__locale:before,
  .teaser-img-636-above.loc-regional-bb .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .loc-regional-bb.article-head:before,
  .list-icon-more .teaser-lead.loc-regional-hh .teaser-icons__locale:before,
  .teaser-lead.loc-regional-hh .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-162-hor.loc-regional-hh .teaser-icons__locale:before,
  .teaser-img-162-hor.loc-regional-hh .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-vert.loc-regional-hh .teaser-icons__locale:before,
  .teaser-img-310-vert.loc-regional-hh .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-hor.loc-regional-hh .teaser-icons__locale:before,
  .teaser-img-310-hor.loc-regional-hh .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-above.loc-regional-hh .teaser-icons__locale:before,
  .teaser-img-310-above.loc-regional-hh .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-636-above.loc-regional-hh .teaser-icons__locale:before,
  .teaser-img-636-above.loc-regional-hh .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .loc-regional-hh.article-head:before,
  .list-icon-more .teaser-lead.loc-regional-mv .teaser-icons__locale:before,
  .teaser-lead.loc-regional-mv .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-162-hor.loc-regional-mv .teaser-icons__locale:before,
  .teaser-img-162-hor.loc-regional-mv .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-vert.loc-regional-mv .teaser-icons__locale:before,
  .teaser-img-310-vert.loc-regional-mv .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-hor.loc-regional-mv .teaser-icons__locale:before,
  .teaser-img-310-hor.loc-regional-mv .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-310-above.loc-regional-mv .teaser-icons__locale:before,
  .teaser-img-310-above.loc-regional-mv .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .teaser-img-636-above.loc-regional-mv .teaser-icons__locale:before,
  .teaser-img-636-above.loc-regional-mv .list-icon-more .teaser-icons__locale:before,
  .list-icon-more .loc-regional-mv.article-head:before,
  .list-icon-more .span2 .teaser-video .play-icon,
  .span2 .teaser-video .list-icon-more .play-icon {
    top: 0;
  }

  .list-icon-more .i-sprite:after,
  .list-icon-more p.error:after,
  .list-icon-more p.success:after,
  .list-icon-more .nav-main .lvl-2 > li > a:after,
  .nav-main .list-icon-more .lvl-2 > li > a:after,
  .list-icon-more .js .accordion .label:after,
  .js .accordion .list-icon-more .label:after,
  .list-icon-more .teaser-310-slides .control:after,
  .teaser-310-slides .list-icon-more .control:after,
  .list-icon-more .article > .slideshow .control:after,
  .article > .slideshow .list-icon-more .control:after,
  .list-icon-more .article > .slideshow .gallery_like .vote-button:after,
  .article > .slideshow .gallery_like .list-icon-more .vote-button:after,
  .list-icon-more .comments .comment-old .vote-button:after,
  .comments .comment-old .list-icon-more .vote-button:after,
  .list-icon-more .comments .response-old .vote-button:after,
  .comments .response-old .list-icon-more .vote-button:after,
  .list-icon-more .comments .redcard:after,
  .comments .list-icon-more .redcard:after,
  .list-icon-more .comments .yellowcard:after,
  .comments .list-icon-more .yellowcard:after,
  .list-icon-more .mobile-share .mobile-share__button:after,
  .mobile-share .list-icon-more .mobile-share__button:after,
  .list-icon-more .carousel .lists .control:after,
  .carousel .lists .list-icon-more .control:after,
  .list-icon-more .shopsel-carousel .lists .control:after,
  .shopsel-carousel .lists .list-icon-more .control:after,
  .list-icon-more .teaser-lead.loc-local .teaser-icons__locale:after,
  .teaser-lead.loc-local .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-162-hor.loc-local .teaser-icons__locale:after,
  .teaser-img-162-hor.loc-local .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-vert.loc-local .teaser-icons__locale:after,
  .teaser-img-310-vert.loc-local .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-hor.loc-local .teaser-icons__locale:after,
  .teaser-img-310-hor.loc-local .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-above.loc-local .teaser-icons__locale:after,
  .teaser-img-310-above.loc-local .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-636-above.loc-local .teaser-icons__locale:after,
  .teaser-img-636-above.loc-local .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .loc-local.article-head:after,
  .list-icon-more .teaser-lead.loc-regional .teaser-icons__locale:after,
  .teaser-lead.loc-regional .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-162-hor.loc-regional .teaser-icons__locale:after,
  .teaser-img-162-hor.loc-regional .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-vert.loc-regional .teaser-icons__locale:after,
  .teaser-img-310-vert.loc-regional .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-hor.loc-regional .teaser-icons__locale:after,
  .teaser-img-310-hor.loc-regional .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-above.loc-regional .teaser-icons__locale:after,
  .teaser-img-310-above.loc-regional .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-636-above.loc-regional .teaser-icons__locale:after,
  .teaser-img-636-above.loc-regional .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .loc-regional.article-head:after,
  .list-icon-more .teaser-lead.loc-regional-bb .teaser-icons__locale:after,
  .teaser-lead.loc-regional-bb .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-162-hor.loc-regional-bb .teaser-icons__locale:after,
  .teaser-img-162-hor.loc-regional-bb .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-vert.loc-regional-bb .teaser-icons__locale:after,
  .teaser-img-310-vert.loc-regional-bb .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-hor.loc-regional-bb .teaser-icons__locale:after,
  .teaser-img-310-hor.loc-regional-bb .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-above.loc-regional-bb .teaser-icons__locale:after,
  .teaser-img-310-above.loc-regional-bb .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-636-above.loc-regional-bb .teaser-icons__locale:after,
  .teaser-img-636-above.loc-regional-bb .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .loc-regional-bb.article-head:after,
  .list-icon-more .teaser-lead.loc-regional-hh .teaser-icons__locale:after,
  .teaser-lead.loc-regional-hh .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-162-hor.loc-regional-hh .teaser-icons__locale:after,
  .teaser-img-162-hor.loc-regional-hh .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-vert.loc-regional-hh .teaser-icons__locale:after,
  .teaser-img-310-vert.loc-regional-hh .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-hor.loc-regional-hh .teaser-icons__locale:after,
  .teaser-img-310-hor.loc-regional-hh .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-above.loc-regional-hh .teaser-icons__locale:after,
  .teaser-img-310-above.loc-regional-hh .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-636-above.loc-regional-hh .teaser-icons__locale:after,
  .teaser-img-636-above.loc-regional-hh .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .loc-regional-hh.article-head:after,
  .list-icon-more .teaser-lead.loc-regional-mv .teaser-icons__locale:after,
  .teaser-lead.loc-regional-mv .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-162-hor.loc-regional-mv .teaser-icons__locale:after,
  .teaser-img-162-hor.loc-regional-mv .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-vert.loc-regional-mv .teaser-icons__locale:after,
  .teaser-img-310-vert.loc-regional-mv .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-hor.loc-regional-mv .teaser-icons__locale:after,
  .teaser-img-310-hor.loc-regional-mv .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-310-above.loc-regional-mv .teaser-icons__locale:after,
  .teaser-img-310-above.loc-regional-mv .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .teaser-img-636-above.loc-regional-mv .teaser-icons__locale:after,
  .teaser-img-636-above.loc-regional-mv .list-icon-more .teaser-icons__locale:after,
  .list-icon-more .loc-regional-mv.article-head:after {
    font-size: 12px;
  }

  .list-icon-more li {
    line-height: 37px;
  }

  .list-icon-more li .icon {
    padding-left: 20px;
  }

  .list-icon-more span {
    font-size: 15px;
  }

  .list-icon-more span:after {
    content: "";
  }

  /* list-links */

  .list-links li {
    padding: 5px 0;
  }

  /* list-news-ticker */

  .list-news-ticker .time {
    font-size: 18px;
    line-height: 20px;
    width: 55px;
  }

  .list-news-ticker-double {
    float: none;
    margin-left: 10px;
    width: auto;
  }

  /* list-paper */

  .list-paper li {
    padding: 4px 0;
  }

  .list-paper li a {
    width: 200px;
  }

  .list-paper li img {
    height: auto;
    width: auto;
  }

  /* list-tabbing */

  .list-tabbing .head .headline {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }

  .list-tabbing .head img {
    display: none;
  }

  .shift-widget .list-tabbing .head .headline {
    margin-bottom: 8px;
  }

  .shift-widget .list-tabbing ul {
    margin-left: 20px;
    margin-right: 20px;
  }

  .shift-widget .list-links .teaser-img-103:first-child {
    padding-top: 18px;
  }

  /* article mobile */

  .article > .kicker,
  .article > .headline,
  .article > .meta,
  .article > h1,
  .article > h2,
  .article > h3,
  .article > h4,
  .article > h5,
  .article > h6,
  .article > p,
  .article.pageintro > p,
  .article > .table-wrapper,
  .article > ul,
  .article > ol {
    font-size: 15px;
    line-height: 19px;
    margin-left: 11px;
    margin-right: 11px;
  }

  .article-head > .headline .kicker {
    font-size: 15px;
    line-height: 19px;
  }

  .article > .headline {
    font-size: 26px;
    line-height: 28px;
  }

  .article > .lead {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 23px;
  }

  .article-wrapper.video .lead strong {
    font-size: 15px;
    line-height: 19px;
  }

  .article .meta {
    margin: 10px 11px;
    padding: 10px 0;
  }

  .article .meta .published {
    margin-bottom: 2px;
  }

  .article .meta .publication.paper {
    padding-right: 148px;
  }

  .article .meta .last-update:before {
    top: 4px;
  }

  .article .meta .publication .i-paper-sprite {
    bottom: 0;
    right: 0;
  }

  .article > p {
    margin-bottom: 23px;
  }

  /* blockquote */

  .article > blockquote {
    margin: 0 11px 23px;
    padding: 10px;
  }

  .article > blockquote .headline {
    font-size: 12px;
    line-height: 15px;
  }

  .article > blockquote .headline:before {
    display: none;
  }

  .article > blockquote p {
    font-size: 16px;
    line-height: 20px;
  }

  /* lists */

  .article > ol,
  .article > ul {
    margin-bottom: 23px;
    padding-left: 25px;
  }

  .article .startpage {
    font-size: 15px;
  }

  .article .startpage .house {
    display: none;
  }

  .article .startpage .house-large {
    position: relative;
    top: 3px;
  }

  /* table  */

  .article > .table-wrapper,
  .article > .embed-wrapper {
    margin-bottom: 23px;
    width: 95%;
  }

  .article-aside.google-maps img {
    height: auto;
    width: 280px;
  }

  /* article inline */

  .article .inline-image .img {
    display: block;
    width: 100%;
  }

  .article > .inline-image-left {
    max-width: 40%;
  }

  .article > .inline-image-right {
    max-width: 40%;
  }

  .article > .inline-image picture,
  .article > .inline-image .caption {
    display: block;
    width: auto;
  }

  .article .inline-video {
    margin: 0 10px 23px;
  }

  .article p .inline-video {
    margin: 0;
  }

  /* article-related */

  .article-aside-related {
    margin: 0 11px 23px;
    padding: 10px;
  }

  .article-aside-related .more {
    font-size: 12px;
    line-height: 15px;
  }

  .article-aside-related .more:before {
    display: none;
  }

  /* article-slideshow-teaser */

  .article-aside-slideshow {
    margin: 0 11px 23px;
    padding-bottom: 0;
  }

  .article-aside-slideshow .teaser {
    margin: 0 0 10px;
  }

  .article-aside-slideshow .teaser + .teaser {
    padding-top: 10px;
  }

  .article-aside-slideshow .teaser + .teaser .img {
    top: 10px;
  }

  /* image / slideshow */

  .article > .slideshow {
    margin-left: 0;
    width: 100%;
  }

  .article > .slideshow .container {
    height: auto;
    max-height: 325px;
    margin-bottom: 30px;
  }

  .article > .slideshow .container img {
    height: auto;
    max-height: 183px;
    width: auto;
  }

  .article > .slideshow .caption {
    margin: 20px 10px 10px;
  }

  .article > .slideshow .caption p {
    font-size: 12px;
    line-height: 15px;
    margin-left: 11px;
    margin-right: 11px;
  }

  .article > .slideshow .control {
    top: auto;
    bottom: -45px;
  }

  .article > .slideshow .control-prev {
    left: 82px;
  }

  .article > .slideshow .control-next {
    right: 85px;
  }

  .article .google-maps {
    padding-top: 0;
  }

  .article .google-maps-canvas {
    width: 280px;
  }

  .article > .slideshow .index {
    display: none;
  }

  .article > .slideshow .index-mobile {
    color: #9d9a8f;
    display: block;
    margin: -15px auto 0 auto;
    text-align: center;
  }

  /* article-slideshow variaton */

  .article-slideshow > .slideshow {
    margin: 0 !important;
  }

  .article > .slideshow .info {
    padding: 0 10px;
  }

  .article-slideshow.span3 > .slideshow .container {
    min-height: 183px;
    max-height: 325px;
    height: auto;
    margin-bottom: 30px;
  }

  .article-slideshow.span3 > .slideshow .caption {
    margin: 20px 10px 10px;
  }

  .article-slideshow.span3 > .slideshow .google-maps-canvas {
    height: 183px;
  }

  .article-slideshow.span3 > .slideshow .control {
    top: auto;
    bottom: -45px;
  }

  .article-slideshow.span3 > .slideshow .control-prev {
    left: 82px;
  }

  .article-slideshow.span3 > .slideshow .control-next {
    right: 85px;
  }

  .article-slideshow.span3 > .slideshow .index {
    display: none;
  }

  /* comments */

  .comments {
    display: none;
  }

  .comments .comment-old,
  .comments .comment-old__userinfo,
  .comments .comment-old__data {
    display: block;
    width: auto;
  }

  .comments .comment-old__username {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .comments .comment-old__counter {
    display: inline;
  }

  .comments .comment-old__counter:before {
    content: " | ";
  }

  /* .article .author */

  .article .author {
    padding: 17px 0 9px;
  }

  .article .author .img {
    display: none;
  }

  .article .author .info,
  .article .author .links {
    font-size: 12px;
    line-height: 15px;
  }

  .article .author .links {
    margin: 10px 0;
    padding: 10px 0 0;
  }

  .article .author .links a {
    display: inline-block;
    float: none;
    margin-right: 20px;
    width: auto;
  }

  .article .author .links a:after {
    content: "";
  }

  .actions {
    border: 0 none;
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
  }

  .actions .intro {
    width: 280px;
  }

  .article > .slideshow .control-resize {
    display: none;
  }

  .weather .favourites .location:first-child {
    margin: 0 0 0 18px;
  }

  .comments .comment-old .info {
    padding-right: 50px;
    margin-bottom: 16px;
  }

  .article-send .teaser-img-above {
    margin-left: -10px;
  }

  .article-send .teaser-img-above .kicker,
  .article-send .teaser-img-above .headline {
    margin-left: 0;
  }

  /* region */

  .region {
    display: none;
  }

  /* carousel */

  .carousel {
    display: none;
  }

  .carousel + .more-link {
    display: none;
  }

  /* shopse carousel mobile */

  .shopsel-carousel {
    margin: -12px 0 10px 0;
  }

  .shopsel-carousel .container {
    height: 192px;
    margin-left: auto;
    overflow: hidden;
  }

  .shopsel-carousel .control-prev,
  .shopsel-carousel .control-next {
    visibility: hidden;
  }

  .shopsel-carousel .i-shopsel {
    margin-right: 6px;
    top: 7px;
  }

  .shopsel-carousel .list li {
    margin-right: 14px;
    width: 126px;
  }

  .shopsel-carousel .list li .image {
    height: 175px;
    margin-bottom: 0;
    width: auto;
  }

  .shopsel-carousel .list li .image .small {
    width: 113px;
    max-height: 170px;
    max-width: none;
  }

  .shopsel-carousel .list li .link {
    font-size: 8px;
  }

  .shopsel-carousel .shopsel-text {
    margin: 13px 9px;
    width: 220px;
  }

  /* intro */

  .intro .h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .intro p,
  .intro ul {
    font-size: 15px;
    line-height: 19px;
  }

  .intro--abodetail {
    margin-left: 11px;
    margin-right: 11px;
  }

  /* horoscopes */

  .horoscopes {
    padding-left: 11px;
    padding-right: 11px;
  }

  .horoscopes .row:first-child .horoscope {
    border-top: 2px solid #cac8c1;
  }

  .horoscopes .row:first-child .span1:first-child .horoscope {
    border-top: 0 none;
  }

  .horoscopes .horoscope .headline {
    line-height: 15px;
  }

  /*teaser*/

  .teaser-horoscopes label {
    font-size: 11px;
    line-height: 13px;
    margin: 11px 0 5px;
  }

  .teaser-horoscopes select {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 11px;
  }

  /* tv-schedule mobile */

  .tv-schedule {
    margin: 0 20px 30px;
  }

  .tv-schedule .pattern {
    background-position: -986px 0;
    margin-bottom: 0;
  }

  /* weather */

  .weather table th[scope=col] {
    font-size: 13px;
    line-height: 15px;
  }

  .span1 .weather table .temperature td {
    font-size: 12px;
    line-height: 15px;
  }

  .span1 .weather .table-pollen td,
  .span1 .weather .table-pollen th {
    font-size: 12px;
    line-height: 15px;
  }

  /* local weather */

  .local_weather .seperator-text,
  .local_weather .shopsel-carousel .shopsel-text,
  .shopsel-carousel .local_weather .shopsel-text,
  .local_weather .archive .h1,
  .archive .local_weather .h1,
  .local_weather .author .h1,
  .author .local_weather .h1,
  .local_weather .search .h1,
  .search .local_weather .h1 {
    border: none;
  }

  .local_weather .seperator-text .text,
  .local_weather .shopsel-carousel .shopsel-text .text,
  .shopsel-carousel .local_weather .shopsel-text .text,
  .local_weather .archive .h1 .text,
  .archive .local_weather .h1 .text,
  .local_weather .author .h1 .text,
  .author .local_weather .h1 .text,
  .local_weather .search .h1 .text,
  .search .local_weather .h1 .text {
    font-size: 15px;
    line-height: 17px;
  }

  .local_weather .branding-text {
    font-size: 11px;
    line-height: 13px;
    margin: -7px 0 10px 0;
  }

  .local_weather .local-weather-ad {
    margin-left: 0;
  }

  .local_weather .weather {
    padding-top: 7px;
  }

  .local_weather .weather .more-link {
    margin: 15px 0 0;
  }

  /* localization */

  .loc-default.teaser-dark a .kicker {
    color: #000;
  }

  .loc-default.teaser-img-above.teaser-dark a .kicker {
    color: #fff;
  }

  .advert .categories .category {
    margin: 0;
  }

  .span1 .fupa-list .headline,
  .span2 .fupa-list .headline {
    font-size: 19px;
    line-height: 20px;
  }

  .span1 .fupa-list .with-img .kicker,
  .span1 .fupa-list .with-img .headline,
  .span2 .fupa-list .with-img .kicker,
  .span2 .fupa-list .with-img .headline {
    margin-left: 120px;
  }

  .span1 .fupa-list .with-img img.img--two-column,
  .span2 .fupa-list .with-img img.img--two-column {
    width: 111px;
  }

  .span1 .fupa-list .img,
  .span2 .fupa-list .img {
    width: 111px;
  }

  .span1 .fupa-list .img img,
  .span2 .fupa-list .img img {
    height: auto;
  }

  .span1 .fupa-list .fupa-list__footer,
  .span2 .fupa-list .fupa-list__footer {
    font-size: 18px;
    text-align: left;
  }

  .fupa-list .teaser + .teaser-img-162-hor {
    padding-bottom: 18px;
  }

  .fupa-list .teaser-img-162-hor .img {
    display: block;
  }

  .fupa-list__footer {
    display: block !important;
  }

  .fupa-list .nav-main__fupa {
    top: 9px;
  }

  /* search */

  .search .search-box .input-wrapper {
    width: auto;
  }
}

/* ==========================================================================
Print styles
========================================================================== */

.article-print {
  margin: 30px;
  width: 636px;
}

.article-print .logo {
  margin: 0 20px 20px;
}

.article-print .meta .publication {
  padding: 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hide {
  display: none;
}

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

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

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

.visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/**
 *
 * Main container
 *
 */

#addToHomeScreen {
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  width: 240px;
  font-size: 15px;
  padding: 12px 14px;
  text-align: left;
  font-family: helvetica;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fff), color-stop(0.02, #eee), color-stop(0.98, #ccc), color-stop(1, #a3a3a3));
  border: 1px solid #505050;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  line-height: 130%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

#addToHomeScreen.addToHomeIOS7 {
  background: #f2f2f2 !important;
  -webkit-border-radius: 1px !important;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#addToHomeScreen.addToHomeIpad {
  width: 268px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */

#addToHomeScreen.addToHomeWide {
  width: 296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
  width: 320px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The balloon arrow
 *
 */

#addToHomeScreen .addToHomeArrow {
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(204, 204, 204, 0)), color-stop(0.4, rgba(204, 204, 204, 0)), color-stop(0.4, #ccc));
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #505050;
  width: 16px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: inset -1px -1px 0 #a9a9a9;
  -webkit-border-bottom-right-radius: 2px;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeArrow {
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(204, 204, 204, 0)), color-stop(0.4, rgba(204, 204, 204, 0)), color-stop(0.4, #f2f2f2)) !important;
  -webkit-box-shadow: inset -1px -1px 0 #fff !important;
  border-color: #ccc !important;
}

/**
 *
 * The balloon arrow for iPad
 *
 */

#addToHomeScreen.addToHomeIpad .addToHomeArrow {
  -webkit-transform: rotateZ(-135deg);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(238, 238, 238, 0)), color-stop(0.4, rgba(238, 238, 238, 0)), color-stop(0.4, #eee));
  -webkit-box-shadow: inset -1px -1px 0 #fff;
  top: -9px;
  bottom: auto;
  left: 50%;
}

/**
 *
 * Close button
 *
 */

#addToHomeScreen .addToHomeClose {
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 9px;
  background: rgba(0, 0, 0, 0.12);
  color: #888;
  -webkit-box-shadow: 0 1px 0 #fff;
  font-size: 16px;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeClose {
  line-height: 12px;
  padding-right: 1px;
  background: transparent;
  border: 1px solid #888;
  -webkit-box-shadow: none;
}

/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */

#addToHomeScreen .addToHomePlus {
  font-weight: bold;
  font-size: 1.3em;
}

/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */

#addToHomeScreen .addToHomeShare {
  display: inline-block;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
  background-size: 18px 15px;
  text-indent: -9999em;
  overflow: hidden;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeShare {
  width: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA8CAYAAAAQTCjdAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAASCQAAEgkB80sG3AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKjSURBVGiB7dpPiFVVHMDxz7m9NCtMyI2bEJEC25WrEkzHUXCRraIwdNE8ZxfYIlcis1ZEbGEzT1QCF4XgH1CyWhUoJKIWNRGEiCNKmkSiYTzfcfGuOokx77x3ZlS8382959zfn+/invvn3RdijHIRBrwkOINCYXEcdjpb7VyiYdBsLScwt5y6IloYdzqXo36Ro0gY9IKWo+5JwmzBt2HQnBw9ehYNazyn5TBee8Dh+Vq+CWu92GufnkTDR6ab7gDeBNHouMM/l9tXTXM0fGBmL726Fg1Dam74EsvKqR8VNowL2Yzj5f7rnnE4DHq2235diYYhhTGfC94up35T0y+6di/ITU0rKVd+sEi0P7xr2pSJOu8zvF+OzqEv7vDH/WFxt7/cshy/ticsN8sXYUht0kXDOlsF9XJ4UaEvNoz9X3zc5bKaZThbyr5jzJ4wlNY7KTgM+ES0vhz+KeiPw36fKC/ucAF9uFBOrTZm26SJCtaV27+xIo7cXdkTEhvOoh+XyxprU1qnim7CQdGK2HAyKRexYVShT3RItDElN+mkjiP2Ym+S3f01hv2EVal5WW6hU0ElmptaqJuBpXg6MbeFH2LDpU6CQ93zWIKnEvs0cayGU3glMfkOo1jQYewZzOuyz7FC95Jwo5OgUFfgeg993hh/eTqCTxOSm/iuk8DY0Ap1b2GhtHXxsfZN4j/X0fOx4auEIknEhqv4OiUn1L13Z/+xWfWVaG4q0dxUormpRHNTieamEs1NJZqbJ1Q0jHvdiJo5S2cVjSNOCHZhn3/SnuYnIvl3yomIIz7MXZMn9hydRCrR3FSiualEc1OJ5qYSzU0lmptKNDePjWgwcPePT7/g+4cp8wCW4GXaryK3tL+mLdD5x62ppllgu7bso8q/2HIbzGWdNmWnSJwAAAAASUVORK5CYII=);
  background-size: 11px 15px;
}

/**
 *
 * The touch icon (if available)
 *
 */

#addToHomeScreen .addToHomeTouchIcon {
  display: block;
  float: left;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  -webkit-background-size: 57px 57px;
  background-size: 57px 57px;
  margin: 0 12px 0 0;
  border: 1px solid #333;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.teaser .img {
  position: relative;
}

.no-cssgradients .teaser .wrap,
.no-cssgradients .teaser-media .wrap {
  background: transparent url("../img/teaser-grad/grad_small_top_white.png") 0 0;
  background-repeat: repeat-x;
}

.teaser .kicker,
.teaser-media .kicker {
  margin-bottom: 5px;
  position: relative;
}

.teaser {
  overflow: hidden;
  *zoom: 1;
  height: auto;
  overflow: visible;
}

.teaser .teaser-collection {
  overflow: hidden;
  *zoom: 1;
}

.teaser .kicker {
  margin-bottom: 5px;
  position: relative;
}

.teaser .img {
  position: relative;
  overflow: hidden;
}

.teaser-img-310-hor .img,
.teaser-lead .img,
.teaser-img-636-above .img,
.teaser-img-310-above .img,
.teaser-img-310-vert .img,
.teaser-media-636 .img,
.teaser-img-103 .img,
.teaser-media .img {
  position: relative;
  overflow: hidden;
}

.teaser-img-310-hor .img:before,
.teaser-lead .img:before,
.teaser-img-636-above .img:before,
.teaser-img-310-above .img:before,
.teaser-img-310-vert .img:before,
.teaser-media-636 .img:before,
.teaser-img-103 .img:before,
.teaser-media .img:before {
  -moz-border-radius-topleft: 45%;
  -webkit-border-top-left-radius: 45%;
  border-top-left-radius: 45%;
  -moz-border-radius-topright: 45%;
  -webkit-border-top-right-radius: 45%;
  border-top-right-radius: 45%;
  box-shadow: inset 0 0 26px #666;
  content: "";
  height: 150%;
  left: -100%;
  position: absolute;
  top: -8px;
  width: 300%;
}

.teaser-lead .img:before {
  top: -10px;
}

.teaser-img-636-above .teaser {
  padding-top: 10px;
}

.teaser-img-310-above {
  height: 225px;
}

.teaser-img-310-above .teaser,
.teaser-img-310-vert .teaser {
  padding-top: 9px;
}

.teaser-img-310-vert .teaser {
  margin-bottom: 6px;
}

.teaser-img-310-vert p.teaser {
  padding-top: 0;
}

.teaser-img-310-vert .wrap {
  margin-top: -40px;
}

.teaser-lead-bottom .teaser-collection {
  border-top-width: 0;
}

.teaser-lead .headline {
  margin-bottom: 10px;
  margin-top: 10px;
}

.span3 ~ .span1 .ext-content {
  margin-top: 37px;
}

.nav-tabs a {
  margin-left: 11px;
}

.list-tabbing .head .headline {
  margin-bottom: 26px;
}

.list-tabbing .head .nav-tabs {
  margin-top: -18px;
}

.teaser .teaser-icons {
  bottom: 0;
  left: 21px;
  position: absolute;
  top: -1px;
  width: 28px;
  z-index: 3;
}

.teaser .teaser-icons .teaser-icons__locale {
  left: -21px;
  position: absolute;
  top: 0;
}

.teaser .teaser-icons .icon-collection {
  background-color: #f6f4f0;
  box-shadow: 0 0 1px #999;
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
  position: static;
  text-align: center;
  width: 30px;
}

.teaser .teaser-icons .icon-collection .item {
  margin-top: -2px;
}

.teaser .teaser-icons .icon-collection.icon-collection__nocomment {
  padding-bottom: 2px;
}

.teaser.teaser-img-162-hor .teaser-icons {
  position: relative;
}

.teaser.teaser-img-162-hor .teaser-icons__locale {
  display: none;
}

.teaser.loc-default .icon-collection {
  padding-top: 10px;
}

.teaser-media {
  height: auto;
}

.teaser-media .text {
  display: block;
  margin: 0 20px;
  padding-top: 8px;
  position: relative;
  width: 100%;
}

.teaser-media .kicker {
  color: #0099ff;
  font-family: "OpenSansCondensedBold";
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.teaser-media .headline {
  border: none;
  font-size: 23px;
  line-height: 25px;
}

.teaser-media .wrap {
  display: block;
  width: auto;
}

.teaser-img-103 .headline {
  margin-top: 0;
}

.teaser-img-103 .i-sprite,
.teaser-img-103 p.error,
.teaser-img-103 p.success,
.teaser-img-103 .nav-main .lvl-2 > li > a,
.nav-main .teaser-img-103 .lvl-2 > li > a,
.teaser-img-103 .js .accordion .label,
.js .accordion .teaser-img-103 .label,
.teaser-img-103 .teaser-310-slides .control,
.teaser-310-slides .teaser-img-103 .control,
.teaser-img-103 .article > .slideshow .control,
.article > .slideshow .teaser-img-103 .control,
.teaser-img-103 .article > .slideshow .gallery_like .vote-button,
.article > .slideshow .gallery_like .teaser-img-103 .vote-button,
.teaser-img-103 .comments .comment-old .vote-button,
.comments .comment-old .teaser-img-103 .vote-button,
.teaser-img-103 .comments .response-old .vote-button,
.comments .response-old .teaser-img-103 .vote-button,
.teaser-img-103 .comments .redcard,
.comments .teaser-img-103 .redcard,
.teaser-img-103 .comments .yellowcard,
.comments .teaser-img-103 .yellowcard,
.teaser-img-103 .mobile-share .mobile-share__button,
.mobile-share .teaser-img-103 .mobile-share__button,
.teaser-img-103 .carousel .lists .control,
.carousel .lists .teaser-img-103 .control,
.teaser-img-103 .shopsel-carousel .lists .control,
.shopsel-carousel .lists .teaser-img-103 .control,
.teaser-img-103 .teaser-lead.loc-local .teaser-icons__locale,
.teaser-lead.loc-local .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-162-hor.loc-local .teaser-icons__locale,
.teaser-img-162-hor.loc-local .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-vert.loc-local .teaser-icons__locale,
.teaser-img-310-vert.loc-local .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-hor.loc-local .teaser-icons__locale,
.teaser-img-310-hor.loc-local .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-above.loc-local .teaser-icons__locale,
.teaser-img-310-above.loc-local .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-636-above.loc-local .teaser-icons__locale,
.teaser-img-636-above.loc-local .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .loc-local.article-head,
.teaser-img-103 .teaser-lead.loc-regional .teaser-icons__locale,
.teaser-lead.loc-regional .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-162-hor.loc-regional .teaser-icons__locale,
.teaser-img-162-hor.loc-regional .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-vert.loc-regional .teaser-icons__locale,
.teaser-img-310-vert.loc-regional .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-hor.loc-regional .teaser-icons__locale,
.teaser-img-310-hor.loc-regional .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-above.loc-regional .teaser-icons__locale,
.teaser-img-310-above.loc-regional .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-636-above.loc-regional .teaser-icons__locale,
.teaser-img-636-above.loc-regional .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .loc-regional.article-head,
.teaser-img-103 .teaser-lead.loc-regional-bb .teaser-icons__locale,
.teaser-lead.loc-regional-bb .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-162-hor.loc-regional-bb .teaser-icons__locale,
.teaser-img-162-hor.loc-regional-bb .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-vert.loc-regional-bb .teaser-icons__locale,
.teaser-img-310-vert.loc-regional-bb .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-hor.loc-regional-bb .teaser-icons__locale,
.teaser-img-310-hor.loc-regional-bb .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-above.loc-regional-bb .teaser-icons__locale,
.teaser-img-310-above.loc-regional-bb .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-636-above.loc-regional-bb .teaser-icons__locale,
.teaser-img-636-above.loc-regional-bb .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .loc-regional-bb.article-head,
.teaser-img-103 .teaser-lead.loc-regional-hh .teaser-icons__locale,
.teaser-lead.loc-regional-hh .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-162-hor.loc-regional-hh .teaser-icons__locale,
.teaser-img-162-hor.loc-regional-hh .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-vert.loc-regional-hh .teaser-icons__locale,
.teaser-img-310-vert.loc-regional-hh .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-hor.loc-regional-hh .teaser-icons__locale,
.teaser-img-310-hor.loc-regional-hh .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-above.loc-regional-hh .teaser-icons__locale,
.teaser-img-310-above.loc-regional-hh .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-636-above.loc-regional-hh .teaser-icons__locale,
.teaser-img-636-above.loc-regional-hh .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .loc-regional-hh.article-head,
.teaser-img-103 .teaser-lead.loc-regional-mv .teaser-icons__locale,
.teaser-lead.loc-regional-mv .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-162-hor.loc-regional-mv .teaser-icons__locale,
.teaser-img-162-hor.loc-regional-mv .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-vert.loc-regional-mv .teaser-icons__locale,
.teaser-img-310-vert.loc-regional-mv .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-hor.loc-regional-mv .teaser-icons__locale,
.teaser-img-310-hor.loc-regional-mv .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-310-above.loc-regional-mv .teaser-icons__locale,
.teaser-img-310-above.loc-regional-mv .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .teaser-img-636-above.loc-regional-mv .teaser-icons__locale,
.teaser-img-636-above.loc-regional-mv .teaser-img-103 .teaser-icons__locale,
.teaser-img-103 .loc-regional-mv.article-head {
  line-height: 14px;
}

.mediateaser-detail {
  margin-bottom: 30px;
}

.span2 .teaser-video .play-icon {
  float: left;
  margin-right: 20px;
}

.teaser-epaper-region {
  text-align: center;
}

.teaser-epaper-region .img {
  float: none;
}

.socialbadge {
  background-color: transparent;
  border: none;
}

.socialbadge .socialbadge__item {
  border-bottom: 1px solid #e8e9e5;
  clear: both;
  padding: 10px 0;
}

.socialbadge .socialbadge__item .socialbadge__box {
  float: left;
  width: 70%;
}

.socialbadge .socialbadge__item .socialbadge__box__header {
  font-size: 11px;
  font-weight: 600;
}

.socialbadge .socialbadge__item a {
  font-size: 11px;
}

.socialbadge__icon {
  float: left;
  height: 41px;
  text-align: center;
  width: 30%;
}

.socialbadge__twitter .socialbadge__icon {
  background: transparent url("../img/socialbadge/twitter_icon.png") center center no-repeat;
}

.socialbadge__facebook .socialbadge__icon {
  background: transparent url("../img/socialbadge/facebook_icon.png") center center no-repeat;
}

.socialbadge__googleplus .socialbadge__icon {
  background: transparent url("../img/socialbadge/googleplus_icon.png") center center no-repeat;
}

.socialbadge__email .socialbadge__icon {
  background: transparent url("../img/socialbadge/email_icon.png") center center no-repeat;
}

.weather .location-bad_oldesloe {
  left: 354px;
  top: 374px;
}

.weather .location-fehmarn {
  left: 515px;
  top: 175px;
}

.weather .location-flensburg {
  left: 190px;
  top: 100px;
}

.weather .location-hamburg {
  left: 315px;
  top: 475px;
}

.weather .location-heide {
  left: 120px;
  top: 290px;
}

.weather .location-husum {
  left: 100px;
  top: 190px;
}

.weather .location-itzehoe {
  left: 202px;
  top: 347px;
}

.weather .location-kappeln {
  left: 300px;
  top: 123px;
}

.weather .location-kiel {
  left: 321px;
  top: 246px;
}

.weather .location-luebeck {
  left: 430px;
  top: 363px;
}

.weather .location-niebuell {
  left: 55px;
  top: 73px;
}

.weather .location-pinneberg {
  left: 250px;
  top: 445px;
}

.weather .location-rendsburg {
  left: 190px;
  top: 240px;
}

.weather .location-sylt {
  left: -14px;
  top: 48px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .article .meta .publication .i-paper-sprite.i-paper-shz {
    height: 30px;
  }
}