/* 
==============================
 *  CSS DIRECTORY
==============================
1. - Global
   |- 1.1 - Reset
   |- 1.2 - Utility
   |- 1.3 - Grid-System
   |- 1.4 - Icons
   |- 1.5 - Header
      |- 1.5.1 - Navigation
         |- 1.5.1.1 - Sticky Navigation
      |- 1.5.2 - Loginbox
      |- 1.5.3 - Suche
   |- 1.6 - Contentbox
   |- 1.7 - Headlines
   |- 1.8 - Footer
   |- 1.9 - Werbung
2. - Startseite
   |- 2.1 - Topnews Glider
   |- 2.2 - Rubrikenboxen
   |- 2.3 - Umfrage 
   |- 2.4 - Native Advertising
   |- 2.5 - Cookie Choice
3. - Onepage 
   |- 3.1 - Wetter
   |- 3.2 - Prämien
   |- 3.3 - Tippspiel
   |- 3.4 - Ansprechpartner
   |- 3.5 - Autoren
   |- 3.6 - FAQs
4. - Specials
   |- 4.1 - Meine Themen
   |- 4.2 - Paywall
   |- 4.3 - Suche
      |- 4.3.1 - Facettierte Suche
      |- 4.3.2 - Globale Suche
         |- 4.3.2.1 - Pager
         |- 4.3.2.2 - Pager Detail
5. - Bedingt Global
   |- 5.1 - Fancybox
   |- 5.2 - Modalbox
   |- 5.3 - Formulare
      |- 5.3.1 - Datepicker
   |- 5.4 - Buttons
   |- 5.5 - Infoboxen
6. - Artikel
   |- 6.1 - Header
   |- 6.2 - Sidebar
      |- 6.2.1 - Author
      |- 6.2.2 - Social
   |- 6.3 - Content
      |- 6.3.1 - Bilder & Videos
      |- 6.3.2 - Werbung
      |- 6.3.3 - Galerie
      |- 6.3.4 - Linkbox & Attachment
      |- 6.3.5 - Tabellen
      |- 6.3.6 - Timeline
   |- 6.4 - Footer
   |- 6.5 - Paywall
   |- 6.6 - Kommentare
7. - Glider

*/




/* 
==============================
 # 1.1 - Reset
==============================
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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 {
    font: normal 16px/1.3 "Merriweather", "Georgia", serif;
    height: 100%;
    line-height: 1;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Merriweather", "Georgia", serif;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    -webkit-font-variant-ligatures: no-common-ligatures;
    background: #F2F2F2;
    min-height: 100%;
    line-height: 1.4;
    color: #333;
}
/* IE 10 Hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body { font-feature-settings: normal; }
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, 
blockquote:before, blockquote:after {
    content: "";
    content: none;
}
img, video {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
b, strong {
    font-weight: 700;
}
i, em  { 
  font-style: italic;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
a {
    outline: none;
    color: #0080c3;
    text-decoration: none;
}
a:hover {
    color: #66b3db;
    font-weight: inherit;
}
a:active, a.active {
    outline: none;
    color: #66b3db;
    font-weight: inherit;
}
a[name]:not([href]) {
	outline: none;
	color: inherit;
	text-decoration: none;
}
a[name]:not([href]):hover {
	color: inherit;
	font-weight: inherit;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8em;
    font-weight: 400;
    margin-bottom: 1.5em;
}
ul, ol, dl {
    text-decoration: none;
    list-style-type: none;
    list-style-position: outside;
    font-family: inherit
}
small {
    font-size: 70%
}
footer, ul, ol, dl {
    *zoom: 1;
}



/* 
==============================
 # 1.2 - Utility
==============================
*/

.u-align--left                     { float: left !important; }
.u-align--right                    { float: right !important; }
.u-text-align--left                { text-align: left !important; }
.u-text-align--right               { text-align: right !important; }
.u-text-align--center              { text-align: center !important; }
.u-text-uppercase                  { text-transform: uppercase; }
.u-no-padding                      { padding: 0 !important; }
.u-no-margin                       { margin: 0 !important; }
.u-circular                        { display: inline-block; border-radius: 50%; overflow: hidden; }
.u-sep-10                          { clear: both; height: 10px; line-height: 10px; }
.u-sep-20                          { clear: both; height: 20px; line-height: 20px; }
.u-sep-40                          { clear: both; height: 40px; line-height: 40px; }
.u-clear-fix, .clearfix            { *zoom: 1; }
.u-vertical-align--middle          { display: table; width: 100%; }
.u-vertical-align--middle > center { display: table-cell; vertical-align: middle; }

.c-lochmara       {color: #0080c3 !important;}
.c-viking         {color: #66b3db !important;}
.c-link-water     {color: #D9EAF4 !important;}
.c-linkwater-blue {color: #daebf5 !important;}
.c-water-blue     {color: #cce6f3 !important;}
.c-solid-black    {color: #000000 !important;}
.c-mineshaft      {color: #333333 !important;}
.c-dove-gray      {color: #666666 !important;}
.c-dusty-gray     {color: #999999 !important;}
.c-mercury        {color: #e6e6e6 !important;}
.c-concrete       {color: #f2f2f2 !important;}
.c-alabaster      {color: #fafafa !important;}
.c-solid-white    {color: #ffffff !important;}
.c-monza          {color: #dc0000 !important;}
.c-tmandy         {color: #ea6666 !important;}
.c-green          {color: #00b400 !important;}
.c-pastel-green   {color: #66d266 !important;}



/* 
==============================
 # 1.3 - Grid-System
==============================
*/

.grid_row .grid_item,
.grid_row .grid_item-1,
.grid_row .grid_item-2,
.grid_row .grid_item-3,
.grid_row .grid_item-4,
.grid_row .grid_item-5,
.grid_row .grid_item-6,
.grid_row .grid_item-7,
.grid_row .grid_item-8,
.grid_row .grid_item-9,
.grid_row .grid_item-10,
.grid_row .grid_item-11,
.grid_row .grid_item-12 {
  position: relative;
  float: left;
  min-height: 1px;
}

.grid_row .grid_item:nth-child(2n+1):nth-last-child(2),
.grid_row .grid_item:nth-child(2n+1):nth-last-child(2) ~ .grid_item {
  width: 50.0000%;
}
.grid_row .grid_item:nth-child(3n+1):nth-last-child(3),
.grid_row .grid_item:nth-child(3n+1):nth-last-child(3) ~ .grid_item {
  width: 33.3333%;
}
.grid_row .grid_item:nth-child(4n+1):nth-last-child(4),
.grid_row .grid_item:nth-child(4n+1):nth-last-child(4) ~ .grid_item {
  width: 25.0000%;
}
.grid_row .grid_item:nth-child(5n+1):nth-last-child(5),
.grid_row .grid_item:nth-child(5n+1):nth-last-child(5) ~ .grid_item,
.grid-row_5 .grid-item {
  width: 20.0000%;
}

.grid_row .grid_item-1 { width: 8.3333%; }
.grid_row .grid_item-2 { width: 16.6667%; }
.grid_row .grid_item-3 { width: 25.0000%; }
.grid_row .grid_item-4 { width: 33.3333%; }
.grid_row .grid_item-5 { width: 41.6667%; }
.grid_row .grid_item-6 { width: 50.0000%; }
.grid_row .grid_item-7 { width: 58.3333%; }
.grid_row .grid_item-8 { width: 66.6667%; }
.grid_row .grid_item-9 { width: 75.0000%; }
.grid_row .grid_item-10 { width: 83.3333%; }
.grid_row .grid_item-11 { width: 91.6667%; }
.grid_row .grid_item-12 { width: 100.0000%; }

.clear:before, .clear:after,
.clearfix:before, .clearfix:after,
.grid_row:before, .grid_row:after,
.grid-row_5:before, .grid-row_5:after,
.u-clear-fix:before, .u-clear-fix:after,
.content-box:before, .content-box:after {
  display: block;
  content: "";
}

.clear:after,
.clearfix:after,
.u-clear-fix:after, 
.grid_row:after,
.grid-row_5:after,
.content-box:after {
  clear: both;
}

.grid_list-3col .grid_item,
.grid_list-4col .grid_item {
  position: relative;
  float: left;
  min-height: 1px;
}

.grid_list-3col .grid_item { width: 33.3333%; }
.grid_list-4col .grid_item { width: 25.0000%; }

.grid_list-3col .grid_item:nth-child(3n+4),
.grid_list-4col .grid_item:nth-child(4n+5) {
  clear: left;
}

.grid_list-3col .grid_item > .art-teaser > .thumb,
.grid_list-4col .grid_item > .art-teaser > .thumb {
  outline: 2px solid #fff;
}

.grid__item:nth-child(6n+1):nth-last-child(1),
.grid__item:nth-child(6n+1):nth-last-child(1) ~ .grid__item,
.grid__item:nth-child(6n+1):nth-last-child(2),
.grid__item:nth-child(6n+1):nth-last-child(2) ~ .grid__item,
.grid__item:nth-child(6n+1):nth-last-child(3),
.grid__item:nth-child(6n+1):nth-last-child(3) ~ .grid__item,
.grid__item:nth-child(6n+1):nth-last-child(4),
.grid__item:nth-child(6n+1):nth-last-child(4) ~ .grid__item,
.grid__item:nth-child(6n+1):nth-last-child(5),
.grid__item:nth-child(6n+1):nth-last-child(5) ~ .grid__item,
.grid__item:nth-child(6n+1):nth-last-child(6),
.grid__item:nth-child(6n+1):nth-last-child(6) ~ .grid__item {
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; 
}

.grid__item:nth-child(6n+1):nth-last-child(1),
.grid__item:nth-child(6n+1):nth-last-child(1) ~ .grid__item {width: 100%;}
.grid__item:nth-child(6n+1):nth-last-child(2),
.grid__item:nth-child(6n+1):nth-last-child(2) ~ .grid__item {width: 50%;}
.grid__item:nth-child(6n+1):nth-last-child(3),
.grid__item:nth-child(6n+1):nth-last-child(3) ~ .grid__item {width: 33.33333%;}
.grid__item:nth-child(6n+1):nth-last-child(4),
.grid__item:nth-child(6n+1):nth-last-child(4) ~ .grid__item {width: 25%;}
.grid__item:nth-child(6n+1):nth-last-child(5),
.grid__item:nth-child(6n+1):nth-last-child(5) ~ .grid__item {width: 20%;}
.grid__item:nth-child(6n+1):nth-last-child(6),
.grid__item:nth-child(6n+1):nth-last-child(6) ~ .grid__item {width: 16.66667%;}

.grid__item, .item {
    position: relative;
    margin: -0.83333%;
    padding: 0.83333% 1.66667%;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.gap-0:before, .gap-0:after,
.gap-1:before, .gap-1:after,
.gap-2:before, .gap-2:after,
.gap-3:before, .gap-3:after,
.gap-4:before, .gap-4:after,
.gap-5:before, .gap-5:after,
.gap-top-0:before, .gap-top-0:after,
.gap-top-1:before, .gap-top-1:after,
.gap-top-2:before, .gap-top-2:after,
.gap-top-3:before, .gap-top-3:after,
.gap-top-4:before, .gap-top-4:after,
.gap-top-5:before, .gap-top-5:after,
.gap-right-0:before, .gap-right-0:after,
.gap-right-1:before, .gap-right-1:after, 
.gap-right-2:before, .gap-right-2:after,
.gap-right-3:before, .gap-right-3:after,
.gap-right-4:before, .gap-right-4:after,
.gap-right-5:before, .gap-right-5:after,
.gap-bottom-0:before, .gap-bottom-0:after, 
.gap-bottom-1:before, .gap-bottom-1:after,
.gap-bottom-2:before, .gap-bottom-2:after,
.gap-bottom-3:before, .gap-bottom-3:after,
.gap-bottom-4:before, .gap-bottom-4:after,
.gap-bottom-5:before, .gap-bottom-5:after, 
.gap-left-0:before, .gap-left-0:after,
.gap-left-1:before, .gap-left-1:after,
.gap-left-2:before, .gap-left-2:after,
.gap-left-3:before, .gap-left-3:after,
.gap-left-4:before, .gap-left-4:after,
.gap-left-5:before, .gap-left-5:after {
    content: "";
    display: table;
}

.gap-0 { margin: 0px !important}
.gap-1 {margin: 20px !important}
.gap-2 {margin: 40px !important}
.gap-3 {margin: 60px !important}
.gap-4 {margin: 80px !important}
.gap-5 {margin: 100px !important}
.gap-top-0 {margin-top: 0px !important}
.gap-top-1 {margin-top: 20px !important}
.gap-top-2 {margin-top: 40px !important}
.gap-top-3 {margin-top: 60px !important}
.gap-top-4 {margin-top: 80px !important}
.gap-top-5 {margin-top: 100px !important}
.gap-right-0 {margin-right: 0px !important}
.gap-right-1 {margin-right: 20px !important}
.gap-right-2 {margin-right: 40px !important}
.gap-right-3 {margin-right: 60px !important}
.gap-right-4 {margin-right: 80px !important}
.gap-right-5 {margin-right: 100px !important}
.gap-bottom-0 {margin-bottom: 0px !important}
.gap-bottom-1 {margin-bottom: 20px !important}
.gap-bottom-2 {margin-bottom: 40px !important}
.gap-bottom-3 {margin-bottom: 60px !important}
.gap-bottom-4 {margin-bottom: 80px !important}
.gap-bottom-5 {margin-bottom: 100px !important}
.gap-left-0 {margin-left: 0px !important}
.gap-left-1 {margin-left: 20px !important}
.gap-left-2 {margin-left: 40px !important}
.gap-left-3 {margin-left: 60px !important}
.gap-left-4 {margin-left: 80px !important}
.gap-left-5 {margin-left: 100px !important}

.nested--1 {padding-left: 40px}
.nested--2 {padding-left: 80px}
.nested--3 {padding-left: 120px}
.nested--4 {padding-left: 160px}
.nested--5 {padding-left: 200px}
.nested--6 {padding-left: 240px}
.nested--6 .comment {width: 480px}
.nested--7 {padding-left: 280px}
.nested--7 .comment {width: 440px}
.nested--8 {padding-left: 320px}
.nested--8 .comment {width: 400px}
.nested--9 {padding-left: 360px}
.nested--9 .comment {width: 360px}
.nested--10 {padding-left: 400px}
.nested--10 .comment {width: 320px}

.span-1, 
.span-2, 
.span-3, 
.span-4, 
.span-5, 
.span-6, 
.span-7, 
.span-8, 
.span-9, 
.span-10 {
  float: left;
}
.span-1 {width: 8.33333%;}
.span-2 {width: 16.66667%;}
.span-3 {width: 25%;}
.span-4 {width: 33.33333%;}
.span-5 {width: 41.66667%;}
.span-6 {width: 50%;}
.span-7 {width: 58.33333%;}
.span-8 {width: 66.66667%;}
.span-9 {width: 75%;}
.span-10 {width: 83.33333%;}
* [class*="span-"]{ padding-right: 1.66667%; padding-left: 0.83333% }
* [class*="span-"].first { padding-left: 0; }
* [class*="span-"].last { padding-right: 0; }

.push-1 {margin-left: 9.16667%}
.push-2 {margin-left: 17.5%}
.push-3 {margin-left: 25.83333%}
.push-4 {margin-left: 34.16667%}
.push-5 {margin-left: 42.5%}
.push-6 {margin-left: 50.83333%}
.push-7 {margin-left: 59.16667%}
.push-8 {margin-left: 67.5%}
.push-9 {margin-left: 75.83333%}
.push-10 {margin-left: 84.16667%}



/* 
==============================
 # 1.4 - Icons
==============================
*/

.icon, .font-icon {
  font-family: "Fontello";
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  line-height: 1em;
  vertical-align: baseline;
  text-transform: none;
  color: inherit;
}
.icon {
  padding: 0px 6px 0px 0px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #666;
}
.icon:hover, a.active .icon {
    color: #0080c3;
}
.icon-spin5:before { content: '\e800'; }
.icon-down-open-mini:before { content: '\e801'; }
.icon-left-open-mini:before { content: '\e802'; }
.icon-right-open-mini:before { content: '\e803'; }
.icon-up-open-mini:before { content: '\e804'; }
.icon-down-open-big:before { content: '\e805'; }
.icon-left-open-big:before { content: '\e806'; }
.icon-right-open-big:before { content: '\e807'; }
.icon-up-open-big:before { content: '\e808'; }
.icon-facebook-circled:before { content: '\e809'; }
.icon-gplus-circled:before { content: '\e80a'; }
.icon-twitter-circled:before { content: '\e80b'; }
.icon-pinterest-circled:before { content: '\e80c'; }
.icon-tumblr-circled:before { content: '\e80d'; }
.icon-rss:before { content: '\e80e'; }
.icon-home:before { content: '\e80f'; }
.icon-iconmonstr-magnifier-icon:before { content: '\e810'; }
.icon-iconmonstr-magnifier-7-icon:before { content: '\e811'; }
.icon-iconmonstr-magnifier-6-icon:before { content: '\e812'; }
.icon-comment:before { content: '\e813'; }
.icon-chat:before { content: '\e814'; }
.icon-comment-empty:before { content: '\e815'; }
.icon-comment-circled:before { content: '\e86e'; }
.icon-camera:before { content: '\e816'; }
.icon-picture:before { content: '\e817'; }
.icon-pen:before { content: '\e818'; }
.icon-location:before { content: '\e819'; }
.icon-resize-small:before { content: '\e81a'; }
.icon-attention-alt:before { content: '\e81b'; }
.icon-ok-1:before { content: '\e81c'; }
.icon-cancel-1:before { content: '\e81d'; }
.icon-iconmonstr-time-3-icon:before { content: '\e81e'; }
.icon-thumbs-up:before { content: '\e81f'; }
.icon-thumbs-down:before { content: '\e820'; }
.icon-iconmonstr-magnifier-icon_2:before { content: '\e821'; }
.icon-camera-circled:before { content: '\e822'; }
.icon-iconmonstr-pencil-8-icon_2:before { content: '\e823'; }
.icon-location_circle:before { content: '\e824'; }
.icon-down-circle:before { content: '\e825'; }
.icon-left-circle:before { content: '\e826'; }
.icon-ok-circle:before { content: '\e827'; }
.icon-cancel-circle:before { content: '\e828'; }
.icon-right-circle:before { content: '\e829'; }
.icon-up-circle:before { content: '\e82a'; }
.icon-reload-circled:before { content: '\e82b'; }
.icon-play-circled:before { content: '\e82c'; }
.icon-stop-circled:before { content: '\e82d'; }
.icon-pause-circled:before { content: '\e82e'; }
.icon-backward-circled:before { content: '\e82f'; }
.icon-forward-circled:before { content: '\e830'; }
.icon-play:before { content: '\e831'; }
.icon-stop:before { content: '\e832'; }
.icon-pause:before { content: '\e833'; }
.icon-backward:before { content: '\e834'; }
.icon-forward:before { content: '\e835'; }
.icon-phone-circled:before { content: '\e836'; }
.icon-doc-circled:before { content: '\e837'; }
.icon-link:before { content: '\e838'; }
.icon-info-circled:before { content: '\e839'; }
.icon-euro:before { content: '\e83a'; }
.icon-download:before { content: '\e83b'; }
.icon-iconmonstr-time-3-icon_2:before { content: '\e83c'; }
.icon-link-circled:before { content: '\e83d'; }
.icon-align-justify:before { content: '\e83e'; }
.icon-th-large:before { content: '\e83f'; }
.icon-print:before { content: '\e840'; }
.icon-print-circled:before { content: '\e840'; }
.icon-mail-circled:before { content: '\e841'; }
.icon-wochentage_vec-02:before { content: '\e842'; }
.icon-wochentage_vec-03:before { content: '\e843'; }
.icon-wochentage_vec-04:before { content: '\e844'; }
.icon-wochentage_vec-01:before { content: '\e845'; }
.icon-wochentage_vec-05:before { content: '\e846'; }
.icon-wochentage_vec-06:before { content: '\e847'; }
.icon-wochentage_vec-07:before { content: '\e848'; }
.icon-boerse_1:before { content: '\e849'; }
.icon-boerse_2:before { content: '\e84a'; }
.icon-boerse_3:before { content: '\e84b'; }
.icon-boerse_4:before { content: '\e84c'; }
.icon-boerse_5:before { content: '\e84d'; }
.icon-calendar-circled:before { content: '\e84e'; }
.icon-wetter:before { content: '\e84f'; }
.icon-auto-circled:before { content: '\e850'; }
.icon-newsticker:before { content: '\e851'; }
.icon-immo-circled:before { content: '\e852'; }
.icon-jobs-circled:before { content: '\e853'; }
.icon-user:before { content: '\e854'; }
.icon-nord:before { content: '\e855'; }
.icon-nordnordost:before { content: '\e856'; }
.icon-nordnordwest:before { content: '\e857'; }
.icon-nordost:before { content: '\e858'; }
.icon-nordwest:before { content: '\e859'; }
.icon-ost:before { content: '\e85a'; }
.icon-ostnordost:before { content: '\e85b'; }
.icon-ostsuedost:before { content: '\e85c'; }
.icon-sued:before { content: '\e85d'; }
.icon-suedost:before { content: '\e85e'; }
.icon-suedsuedwest:before { content: '\e85f'; }
.icon-suedwest:before { content: '\e860'; }
.icon-west:before { content: '\e861'; }
.icon-westnordwest:before { content: '\e862'; }
.icon-westsuedwest:before { content: '\e863'; }
.icon-suedsuedost:before { content: '\e864'; }
.icon-reload:before { content: '\e865'; }
.icon-down-open-big-circled:before { content: '\e866'; }
.icon-left-open-big-circled:before { content: '\e867'; }
.icon-right-open-big-circled:before { content: '\e868'; }
.icon-up-open-big-circled:before { content: '\e869'; }
.icon-down-open-big-circled-full:before { content: '\e86f'; }
.icon-left-open-big-circled-full:before { content: '\e870'; }
.icon-right-open-big-circled-full:before { content: '\e872'; }
.icon-up-open-big-circled-full:before { content: '\e871'; }
.icon-meine-themen-circled:before { content: '\e86a'; }
.icon-instagram-circled:before { content: '\e86b'; }
.icon-increase:before { content: '\e86c'; }
.icon-calendar:before { content: '\e86d'; }
.icon-verkehr:before { content: '\e87e'; }
.icon-mobile-circled:before { content: '\e87f'; }
.icon-auto:before { content: '\e880'; }
.icon-jobs:before { content: '\e881'; }
.icon-immo:before { content: '\e882'; }
.icon-help-circled:before { content: '\e873'; }
.icon-mt-vorschlagen-circled:before { content: '\e874'; }
.icon-newsletter-circled:before { content: '\e875'; }

.icon-facebook-circled:hover:before { color: #41669f !important; }
.icon-gplus-circled:hover:before { color: #cf4627 !important; }
.icon-twitter-circled:hover:before { color: #31aae1 !important; }
.icon-instagram-circled:hover:before { color: #3f729b !important; }

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}

@-moz-keyframes spin {
  0% {-moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg);}
}
@-webkit-keyframes spin {
  0% {-moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg);}
}
@-o-keyframes spin {
  0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg);}
}
@-ms-keyframes spin {
  0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg);}
}
@keyframes spin {
  0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg);}
}

.automarken ul li {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0px 15px;
}
.automarken .sprite-icon {
  background: url("/pics/mp2015/layout/anzeigen/automarken.jpg") 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-transition: background-position 0.5s ease-in-out;
     -moz-transition: background-position 0.5s ease-in-out;
       -o-transition: background-position 0.5s ease-in-out; 
          transition: background-position 0.5s ease-in-out;
}
.automarken .icon-car-audi     { background-position: 0px 0px; }
.automarken .icon-car-bmw      { background-position: -80px 0px; }
.automarken .icon-car-fiat     { background-position: -160px 0px; }
.automarken .icon-car-ford     { background-position: -240px 0px; }
.automarken .icon-car-mercedes { background-position: -320px 0px; }
.automarken .icon-car-opel     { background-position: -400px 0px; }
.automarken .icon-car-peugeot  { background-position: -480px 0px; }
.automarken .icon-car-vw       { background-position: -560px 0px; }

.automarken .icon-car-audi:hover     { background-position: 0px -120px; }
.automarken .icon-car-bmw:hover      { background-position: -80px -120px; }
.automarken .icon-car-fiat:hover     { background-position: -160px -120px; }
.automarken .icon-car-ford:hover     { background-position: -240px -120px; }
.automarken .icon-car-mercedes:hover { background-position: -320px -120px; }
.automarken .icon-car-opel:hover     { background-position: -400px -120px; }
.automarken .icon-car-peugeot:hover  { background-position: -480px -120px; }
.automarken .icon-car-vw:hover       { background-position: -560px -120px; }

.icon.sport {
    background: url('/mp2015/images/icons-s6d9855d6be.png');
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s
}

.icon.sport.badminton, .icon.sport.basketball, .icon.sport.eishockey, .icon.sport.faustball, .icon.sport.fussball, .icon.sport.handball, .icon.sport.hockey, .icon.sport.kegeln, .icon.sport.korbball, .icon.sport.ringen, .icon.sport.schach, .icon.sport.schuetzen, .icon.sport.tennis, .icon.sport.tischtennis, .icon.sport.volleyball, .icon.sport.wasserball, .icon.logo-sponsor {
    background-image: url('/mp2015/images/icons-s6d9855d6be.png');
    background-repeat: no-repeat
}

.icon.sport.badminton, .icon.sport.basketball, .icon.sport.eishockey, .icon.sport.faustball, .icon.sport.fussball, .icon.sport.handball, .icon.sport.hockey, .icon.sport.kegeln, .icon.sport.korbball, .icon.sport.ringen, .icon.sport.schach, .icon.sport.schuetzen, .icon.sport.tennis, .icon.sport.tischtennis, .icon.sport.volleyball, .icon.sport.wasserball {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    background-size: auto;
}

.icon.sport.badminton:hover, .icon.sport.basketball:hover, .icon.sport.eishockey:hover, .icon.sport.faustball:hover, .icon.sport.fussball:hover, .icon.sport.handball:hover, .icon.sport.hockey:hover, .icon.sport.kegeln:hover, .icon.sport.korbball:hover, .icon.sport.ringen:hover, .icon.sport.schach:hover, .icon.sport.schuetzen:hover, .icon.sport.tennis:hover, .icon.sport.tischtennis:hover, .icon.sport.volleyball:hover, .icon.sport.wasserball:hover {
    background-position-x: 2px
}

.icon.sport.badminton   { background-position: 0 0; }
.icon.sport.basketball  { background-position: 0 -85px; }
.icon.sport.eishockey   { background-position: 0 -197px; }
.icon.sport.faustball   { background-position: 0 -282px; }
.icon.sport.fussball    { background-position: 0 -367px; }
.icon.sport.handball    { background-position: 0 -452px; }
.icon.sport.hockey      { background-position: 0 -537px; }
.icon.sport.kegeln      { background-position: 0 -622px; }
.icon.sport.korbball    { background-position: 0 -707px; }
.icon.sport.ringen      { background-position: 0 -792px; }
.icon.sport.schach      { background-position: 0 -877px; }
.icon.sport.schuetzen   { background-position: 0 -962px; }
.icon.sport.tennis      { background-position: 0 -1109px; }
.icon.sport.tischtennis { background-position: 0 -1194px; }
.icon.sport.volleyball  { background-position: 0 -1279px; }
.icon.sport.wasserball  { background-position: 0 -1364px; }

.wetter-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: url('/pics/wetter/wetter-icons.png') 0 0 no-repeat;
}
.wetter-icon.t1  { background-position: 0px 0px; }
.wetter-icon.t2  { background-position: -80px 0px; }
.wetter-icon.t3  { background-position: -160px 0px; }
.wetter-icon.t4  { background-position: -240px 0px; }
.wetter-icon.t5  { background-position: -320px 0px; }
.wetter-icon.t6  { background-position: -400px 0px; }
.wetter-icon.t7  { background-position: -480px 0px; }
.wetter-icon.t8  { background-position: -560px 0px; }
.wetter-icon.t9  { background-position: -640px 0px; }
.wetter-icon.t10 { background-position: -720px 0px; }
.wetter-icon.t11 { background-position: -800px 0px; }
.wetter-icon.t12 { background-position: -880px 0px; }
.wetter-icon.t13 { background-position: -960px 0px; }
.wetter-icon.t14 { background-position: -1040px 0px; }
.wetter-icon.n1  { background-position: 0px -80px; }
.wetter-icon.n2  { background-position: -80px -80px; }
.wetter-icon.n3  { background-position: -160px -80px; }
.wetter-icon.n4  { background-position: -240px -80px; }
.wetter-icon.n5  { background-position: -320px -80px; }
.wetter-icon.n6  { background-position: -400px -80px; }
.wetter-icon.n7  { background-position: -480px -80px; }
.wetter-icon.n8  { background-position: -560px -80px; }
.wetter-icon.n9  { background-position: -640px -80px; }
.wetter-icon.n10 { background-position: -720px -80px; }
.wetter-icon.n11 { background-position: -800px -80px; }
.wetter-icon.n12 { background-position: -880px -80px; }
.wetter-icon.n13 { background-position: -960px -80px; }
.wetter-icon.n14 { background-position: -1040px -80px; }



/* 
==============================
 # 1.5 - Header
==============================
*/

header[role=banner] {
  position: relative;
  height: 120px;
  padding: 15px 40px 0;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  color: #999;
  background-color: #fff;
}
header[role=banner] .header_left,
header[role=banner] .header_center,
header[role=banner] .header_right {
  position: relative;
}
header[role=banner] .header_left {
  text-align: left;
}
header[role=banner] .header_center {
  text-align: center;
  padding-top: 5px;
}
header[role=banner] .header_right {
  text-align: right;
}
header[role=banner] .header_left #head-campaign {
  display: block;
  width: 170px;
  height: 45px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
header[role=banner] .header_date {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #666;
  text-decoration: none;
  text-align: center;
}
header[role=banner] .header_date:before {
  content: "";
  position: relative;
  top: 0.75em;
  z-index: 99;
  display: block;
  height: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #aeaeae;
}
header[role=banner] .header_date span {
  position: relative;
  z-index: 101;
  display: inline-block;
  padding: 0 2em;
  margin: 0;
  background: #fff;
}
header[role=banner] nav { margin-bottom: 6px; }
header[role=banner] .header_left nav { margin-left: -5px; }
header[role=banner] .header_right nav { margin-right: -5px; }
header[role=banner] nav li {
  display: inline-block;
  padding: 0;
}
header[role=banner] nav li > a,
header[role=banner] nav li a.login-box-toggle,
header[role=banner] nav li span.login-box-toggle {
  padding: 0 5px;
  text-decoration: none;
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: 400;
  font-style: italic;
  color: #666;
  line-height: 1.6em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header[role=banner] nav ul li a:hover,
header[role=banner] nav ul li a.active {
  color: #000;
}
header[role=banner] .header_right ul.icon-block {
  margin: 0.5em 5px 0 0;
}
header[role=banner] .header_right ul.icon-block li {
  padding: 0;
  margin-left: 2px;
}
header[role=banner] .header_right ul.icon-block li a {
  padding: 0;
}
header[role=banner] .header_right ul.icon-block li a .icon {
  padding: 0;
  font-size: 22px;
  font-size: 1.35rem;
}



/* 
==============================
 # 1.5.1 - Navigation
==============================
*/

nav[role=navigation] {
    position: relative;
    display: table;
    background-color: #f2f2f2;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 13px \9;
    font-weight: 700;
    width: 100%;
    max-height: 32px;
}
nav[role=navigation] ul, nav[role=navigation] li {
    z-index: 4000;
}
nav[role=navigation] li {
    float: left;
}
nav[role=navigation] li.icon {
    color: #333;
}
nav[role=navigation] li .icon-block li {
    padding: 0;
}
nav[role=navigation] li .icon-block li .icon {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 8px;
    color: #666 !important;
}
nav[role=navigation] li .icon-block li .icon:hover {
    color: #0080c3 !important;
}
nav[role=navigation] li > a {
    display: block;
    padding-top: 2px;
    font-family: "Merriweather Sans";
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    color: #666;
    white-space: nowrap;
}
nav[role=navigation] li:hover > a, nav[role=navigation] li.active > a {
    color: #333;
}

nav[role="navigation"] .level-1 .touchedElement .level-2,
nav[role="navigation"] .level-2 .touchedElement .level-3 {
    display: block;
}
nav[role=navigation] .level-1 {
    width: 100%;
    position: relative;
}
nav[role=navigation] .level-1 .icon {
    font-size: 16px;
    font-size: 1rem;
    top: 1px;
    padding: 0 0 0 1px;
}
nav[role=navigation] .level-1 > li {
    line-height: 2.2em;
}
nav[role=navigation] .level-1 > li > a {
    padding: 0 14px;
    height: 32px;
    font-family: "Merriweather";
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 32px;
    color: #666;
}
nav[role=navigation].stickyNavigation .level-1 > li > a {
    padding: 0 9px;
    height: 32px;
    line-height: 32px;
}
nav[role=navigation] .level-1 > li > a.active {
    color: #333;
}
nav[role=navigation] .level-1 > li.active > a, nav[role=navigation] .level-1 > li:hover > a {
    color: #333;
    background: #fff;
    -webkit-box-shadow: 6px 0 7px -4px rgba(0, 0, 0, 0.15), -6px 0 7px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 7px -4px rgba(0, 0, 0, 0.15), -6px 0 7px -4px rgba(0, 0, 0, 0.15);
}
nav[role=navigation] .level-1 > li.has-no-sub.active > a, nav[role=navigation] .level-1 > li.has-no-sub:hover > a {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}
nav[role=navigation] .level-1 li:hover .level-2 {
  display: block;
}
nav[role=navigation] .level-2 {
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 10px;
}
nav[role=navigation] .level-2 > li {
    float: none;
    clear: both;
    font-weight: 100;
    line-height: 2.6;
    padding-left: 15px;
    padding-right: 15px;
}
nav[role=navigation] .level-2 > li > a {
    position: relative;
    padding-right: 20px;
}
nav[role=navigation] .level-2 > li > a:after {
    font-family: Fontello;
    content: '\e803';
    position: absolute;
    right: 0;
}
nav[role=navigation] .level-2 > li.has-no-sub > a:after {
  content: none;
}
nav[role=navigation] .level-2 {
    width: auto;
    min-width: 107px;
}
nav[role=navigation] .level-2 li:hover, 
nav[role=navigation] .level-2 li.active {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #eaeaea;
}
nav[role=navigation] .level-2 li:hover .level-3 {
    display: block;
}
nav[role=navigation] .level-2 li.active {
    font-weight: 700;
    color: #333;
}
nav[role=navigation] .level-2.has-mega-menu {
    min-width: 180px;
}
nav[role=navigation] .level-3 {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
    width: auto;
    left: 100%;
    margin-top: -33px;
}
nav[role=navigation] .level-3 > li {
    float: none;
    padding: 0 15px;
    font-weight: 100;
}
nav[role=navigation] .level-3 > li > a.active {
    color: #000;
    font-weight: 400;
}
nav[role=navigation] .level-3.mega-menu {
    margin-top: 0;
    top: 0;
    height: 100%;
    padding: 4px 10px 0 10px;
    border-left: 1px solid #e6e6e6;
    width: 700px;
    width: calc(960px - 47px - 100% - 20px - 5px);
}
nav[role=navigation] .level-3.mega-menu:after {
  clear: both;
}
nav[role=navigation] .level-3.mega-menu > li {
    padding: 0px;
}
nav[role=navigation] .level-3.mega-menu > li > ol {
    float: left;
    width: 137px;
    line-height: 2.25;
}
nav[role=navigation] .level-3.mega-menu > li > ol > li {
    position: relative;
    width: 100%;
    padding-left: 20px;
} 
nav[role=navigation] .level-3.mega-menu > li > ol > li:hover, 
nav[role=navigation] .level-3.mega-menu > li > ol > li.active {
    background: none;
}
nav[role=navigation] .level-3.mega-menu > li > ol > li:hover a {
    color: #000;
}
nav[role=navigation] .level-3.mega-menu > li > ol > li span.alphabet-index {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
    font-size: 14px;
    font-size: 0.875rem;
    color: #999;
    font-family: "Merriweather Sans";
    font-weight: 400;
    line-height: 1;
}
nav[role=navigation] #active-submenu {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 11px;
    font-size: 0.6875rem;
    width: 100%;
    padding: 6px 20px;
    font-weight: 300;
    background: #fafafa;
}
nav[role=navigation] #active-submenu .icon {
    font-size: 12px;
    font-size: 0.75rem;
    top: 0;
    padding: 0;
}
nav[role=navigation] #active-submenu li {
    float: left;
    padding-right: 20px;
}
nav[role=navigation] #active-submenu li:last-of-type {
    padding-right: 0;
}
nav[role=navigation] #active-submenu li > a {
    font-family: "Merriweather", Georgia, sans-serif;
    color: #999;
}
nav[role=navigation] #active-submenu li:hover a, 
nav[role=navigation] #active-submenu li.active a {
    color: #333;
}
nav[role=navigation] #active-submenu li.active a {
    font-weight: 700;
}
nav[role=navigation] li.altlandkreise {
  border-top: 1px solid #DDD;
}
nav[role=navigation] li.altlandkreise > a:hover,
nav[role=navigation] li.altlandkreise .level-3.mega-menu > li > ol > li.landkreis-index a:hover {
    cursor: default;
}
nav[role=navigation] li.landkreis-index > a {
    font-weight: bold; 
}
nav[role=navigation] .level-3.mega-menu > li > ol > li.landkreis-index:hover a {
  color: #666;
}
.gemeinden-box nav[role="navigation"] .level-3 {
  display: block;
  position: static; 
  width: 100%;
  padding: 0px;
  box-shadow: none;
  border: none;
}
.gemeinden-box nav[role="navigation"] .level-3.mega-menu > li > ol  {
  width: 145px;
}




/* 
==================================
 # 1.5.1.1 - Sticky Navigation
==================================
*/

#mainNavigation ul li.login,
#mainNavigation ul li.search {
  display: none;
  float: right;
}
#mainNavigation.stickyNavigation {
  box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.3);
}
#mainNavigation.stickyNavigation ul li.login,
#mainNavigation.stickyNavigation ul li.search {
  display: block;
} 
#mainNavigation.stickyNavigation ul li.login a {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
  padding: 2px 20px 0px 20px;
}
#mainNavigation.stickyNavigation ul li.login {
  background: #66AFD9;
}
#mainNavigation.stickyNavigation ul li.login a:hover {
  background: #0080C3;
}
#mainNavigation.stickyNavigation ul li.login a i {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #FFF;
  margin-top: 4px;
}
#mainNavigation.stickyNavigation ul li.search,
#mainNavigation.stickyNavigation ul li.search a {
  background: #0080C3;
  width: 32px;
  height: 32px;
  padding: 0px;
}
#mainNavigation.stickyNavigation ul li.search i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  margin: 5px 0px 0px 6px;
}



/* 
==============================
 # 1.5.2 - Loginbox
==============================
*/

header[role=banner] li#login a { color: #0080c3; }
header[role=banner] li#login a:hover { color: #66b3db; }
header[role=banner] li#login.active { color: #000; }
header[role=banner] .header_right li#login.active .login-box {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 335px;
  z-index: 9999;
}
header[role=banner] li#login .login-box {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 25px;
  width: 90%;
  max-width: 320px;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-image: linear-gradient(to top, #d3d3d3, rgba(0, 0, 0, 0)) 1 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 6px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 6px 10px;
}
header[role=banner] li#login .login-box li {
  display: block;
  padding: 0;
  color: #000;
  font-style: normal;
}
header[role=banner] li#login .login-box label {
  display: inline-block;
}
header[role=banner] li#login .login-box form {
  padding: 10px 20px 10px;
  margin-bottom: 0;
}
header[role=banner] li#login .login-box fieldset {
  margin-bottom: 5px;
}
header[role=banner] li#login .login-box fieldset footer {
  padding-top: 20px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8em;
}
header[role=banner] li#login .login-box .error-message {
  margin-bottom: 10px;
}
.overlay-panel {
  position: relative;
  cursor: pointer;
}
.overlay-panel:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.5;
}
.overlay-panel .icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  color: #FFF;
  font-size: 30px;
  margin: -15px 0 0 -15px;
  padding: 0;
}
.overlay-panel .icon,
.overlay-panel:after {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.overlay-panel:hover:after { background-color: #000; }
.overlay-panel:hover .icon { opacity: 1; }



/* 
==============================
 # 1.5.3 - Suche
==============================
*/
  
header[role=banner] .searchform {
  float: right;
  position: relative;
  width: 180px;
}
header[role=banner] .searchform input[type="search"] {
  float: left;
  width: 150px;
  height: 30px;
  background: #F2F2F2;
  padding: 5px;
  border: none;
}
header[role=banner] .searchform input[type="search"]:focus {
  outline: none;
}
header[role=banner] .searchform input[type="submit"] {
  float: left;
  width: 30px !important;
  height: 30px;
}  
header[role=banner] .searchform i.icon-iconmonstr-magnifier-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #FFF;
  font-size: 20px;
}
.search-wrapper {
  position: relative;
}  
.search-wrapper input[type="submit"] {
  cursor: pointer;
}  
.search-wrapper:before {
  position: absolute;
  right: 4px;
  pointer-events: none;
  cursor: pointer;
  font-family: "Fontello";
  font-size: 22px;
  font-size: 1.375rem;
  color: #FFF;
  content: '\e810';
  width: 1em;
  height: 1.25em;
  line-height: 1.3em;
  z-index: 1;
  display: none \9
}



/* 
==============================
 # 1.6 - Contentbox
==============================
*/

main > .content-box,
main > .article__teaser,
main > .hero.hero__pic,
main > .gallery,
main > #facetsearchbox > .content-box {
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
     -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
          box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.content-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
  background: #fff;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.content-box.special-head { 
  margin-bottom: 0;
}
.content-box.special-head > figure { 
  margin-bottom: 2px;
}
.content-box .content-box-header {
  padding: 0.5em 0;
  margin: 0 40px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  color: #333;
}
.content-box .content-box-header:before {
  content: "";
  position: relative;
  top: 0.75em;
  z-index: 99;
  display: block;
  height: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #aeaeae;
}
.content-box .content-box-header h1,
.content-box .content-box-header h2 {
  position: relative;
  z-index: 101;
  display: inline-block;
  padding: 0 0.5em;
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  background-color: #fff;
}
.content-box .content-box-header + .content-box-body {
  padding-top: 0;
}
.content-box .content-box-body {
  padding: 40px;
}
.content-box .content-box-body + hr {
  margin: 0 40px;
  border-top: 1px solid #ebebeb;
  border-right: 0;
  border-bottom: 1px solid #aeaeae;
  border-left: 0;
}



/* 
==============================
 # 1.7 - Headlines
==============================
*/


.headline-light {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #666;
}
.headline-medium {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.headline-large {
  font-family: "Merriweather", "Georgia", serif !important;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.15em;
  margin-bottom: 0.6em;
}
.topline {
  display: block;
  margin-bottom: 0.75em;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #66b3db;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 0.5em;
}
h1 { font-size: 30px; font-size: 1.875rem; }
h2 { font-size: 24px; font-size: 1.5rem; }
h3 { font-size: 20px; font-size: 1.25rem; }
h4 { font-size: 18px; font-size: 1.125rem; }
h5 { font-size: 16px; font-size: 1rem; }
h6 { font-size: 14px; font-size: 0.875rem; }
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: inherit;
  text-decoration: inherit;
}
h1 .icon, h2 .icon, h3 .icon, h4 .icon, h5 .icon {
  position: relative;
  top: -2px;
  left: 5px;
  font-size: 70%;
  font-weight: 800;
  color: #66b3db;
}



/* 
==============================
 # 1.8 - Footer
==============================
*/

.footer__nav {
  position: relative;
  display: block;
  padding: 30px 0 0 0;
}
.footer__nav:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 99;
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #aeaeae;
}
.footer__nav h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3em;
  padding: 0 5px 0 40px;
  margin-bottom: 1em;
}
.footer__nav nav li {
  display: list-item;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.3em;
  padding: 0 5px 0 40px;
  margin-bottom: 0.5em;
}
.footer__nav nav li a {
  color: inherit;
}



/* 
==============================
 # 1.9 - Werbung
==============================
*/

.gpt-container.gpt-hidden { display: none !important; }
#adl_sb_table {
  width: 990px;
  margin-left: -15px;
}
#adl_sb_table td object embed,
#omsv_sky_DhtmlLayer {
  vertical-align: middle;
}
img#omsv_sb_fallback {
  width: 728px;
  height: 90px;
}
#ad_superbanner {
  padding-left: 15px;
}
#ad_skyscraper {
  position: absolute;
  top: 105px;
  left: 990px;
}
div[id^=gpt-103] {
  position: absolute;
  left: -10000px;
  padding: 0 80px;
  background-color: #fff;
}
div[id^=gpt-103].gpt-visible {
  position: relative;
  left: auto;
}
div[id^=gpt-103].gpt-visible:before {
  content: 'Anzeige';
  display: block;
  padding: 5px 0 0 0;
  font-family: 'Merriweather Sans';
  font-size: 10px;
  font-size: 0.625rem;
  color: #999;
  line-height: 15px;
  text-align: right;
}
div[id^=gpt-103].gpt-visible:after {
  content: '';
  display: block;
  padding-bottom: 20px;
}
div[id^=gpt-104].gpt-visible,
div[id^=gpt-105].gpt-visible,
div[id^=gpt-106].gpt-visible {
  position: relative;
  width: 300px;
  height: 250px;
  margin: 0 auto;
}
div[id^=gpt-104].gpt-visible:after,
div[id^=gpt-105].gpt-visible:after,
div[id^=gpt-106].gpt-visible:after {
  content: 'Anzeige';
  display: block;
  padding: 0.25em 0.25em 0 0;
  font-family: 'Merriweather Sans';
  font-size: 10px;
  font-size: 0.625rem;
  color: #999;
  line-height: 1.3em;
  text-align: right;
}
.grid__item:nth-child(6n+1):nth-last-child(3) ~ .grid__item div[id^=gpt-104].gpt-visible,
.grid__item:nth-child(6n+1):nth-last-child(3) ~ .grid__item div[id^=gpt-105].gpt-visible,
.grid__item:nth-child(6n+1):nth-last-child(3) ~ .grid__item div[id^=gpt-106].gpt-visible {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 95.24%;
  height: 100%;
  min-height: 250px;
  margin: 2.38%;
  padding: 0 2.38%;
  background-color: #fff;
}
main[role=main] > div[id^=gpt-107],
main[role=main] > div[id^=gpt-108],
main[role=main] > div[id^=gpt-109],
main[role=main] > div[id^=gpt-110] {
  margin: 15px 0 30px;
}
div[id^=gpt-107].gpt-visible:before,
div[id^=gpt-108].gpt-visible:before,
div[id^=gpt-109].gpt-visible:before,
div[id^=gpt-110].gpt-visible:before {
  content: 'Anzeige';
  display: block;
  padding: 0 0.25em 0.25em 0;
  font-family: 'Merriweather Sans';
  font-size: 10px;
  font-size: 0.625rem;
  color: #999;
  text-align: right;
  line-height: 1.3em;
}



/* 
==============================
 # 2.1 - Topnews Glider
==============================
*/

#topNewsGlider {
  position: relative;
  z-index: 1;
}  
#topNewsGlider .glider-button {
  position: absolute;
  top: 0;
  z-index: 3000;
  display: block;
  width: 80px;
  height: 100%;
}
#topNewsGlider .glider-button.left { left: 0; }
#topNewsGlider .glider-button.right { right: 0; }
#topNewsGlider .glider-button > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(102,102,102,1); 
}
#topNewsGlider .glider-button.left .icon:before,
#topNewsGlider .glider-button.right .icon:before {
  text-shadow: 0px 1px 3px rgba(102,102,102,1);  
}
#topNewsGlider .glider-button.left:hover .icon:before { content: '\e870'; }
#topNewsGlider .glider-button.right:hover .icon:before { content: '\e872'; }
#topNewsGlider .gallery-container {
  width: 10000px;
  height: 450px;
  overflow: hidden;
}
#topNewsGlider .gallery-container:after {
  content: "";
  display: block;
  clear: both;
}
#topNewsGlider .gallery-container .gallery-item {
  position: relative;
  float: left;
  width: 960px;
}  
#topNewsGlider .gallery-container .gallery-item figure:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: block;
  width: 100%;
  height: 45%;
  background: -moz-linear-gradient(top, rgba(184,184,184,0) 0%, rgba(19,19,19,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,184,184,0)), color-stop(100%,rgba(19,19,19,1)));
  background: -webkit-linear-gradient(top, rgba(184,184,184,0) 0%,rgba(19,19,19,1) 100%);
  background: -o-linear-gradient(top, rgba(184,184,184,0) 0%,rgba(19,19,19,1) 100%);
  background: -ms-linear-gradient(top, rgba(184,184,184,0) 0%,rgba(19,19,19,1) 100%);
  background: linear-gradient(to bottom, rgba(184,184,184,0) 0%,rgba(19,19,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#804c4c4c', endColorstr='#131313',GradientType=0 );
}
#topNewsGlider .gallery-container .gallery-item figure > img {
  display: block;
  position: relative;
  z-index: 1000;
}
#topNewsGlider .gallery-container .gallery-item figure figcaption {
  position: absolute;
  bottom: 60px;
  left: 0px;
  z-index: 3000;
  margin: 0 80px;
  color: #FFF;
}
#topNewsGlider .gallery-container .gallery-item figure figcaption h1 {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0,0,0,1);
}
#topNewsGlider .gallery-container .gallery-item figure figcaption h1 a:hover {
  color: inherit;
}
#topNewsGlider .gallery-container .gallery-item figure figcaption p {
  font-size: 16px;
  font-size: 1rem;
}
#topNewsGlider .gallery-container .gallery-item figure figcaption p > a:first-of-type {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
#topNewsGlider .gallery-container .gallery-item figure figcaption p .link-more {
  margin-right: 10px;
  text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
#topNewsGlider .gallery-container .gallery-item figure figcaption p .link-more:before,
#topNewsGlider .gallery-container .gallery-item figure figcaption p .link-more:after {
  font-weight: bold;  
}
#topNewsGlider .gallery-container .gallery-item figure figcaption p .icon {
  color: #FFF;
  margin: 0px;
  font-size: 10px;
}
#topNewsGlider .gallery-container .gallery-item figure figcaption p .icon:before {
  font-size: 14x;
  font-size: 0.875rem;
  margin-right: 5px;
}
#topNewsGlider .glider-navigation {
  position: absolute;
  bottom: 15px;
  left; 0;
  z-index: 3000;
  width: 100%;
  text-align: center;
}
#topNewsGlider .glider-navigation ul li {
  display: inline-block;    
  margin: 0px 5px;
}
#topNewsGlider .glider-navigation ul li a {
  display: block;
  background: rgba(255,255,255,0.4);
  padding: 0px 10px;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;  
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #FFF;
}
#topNewsGlider .glider-navigation ul li a.active {
  background: #0080C3;    
} 



/* 
==============================
 # 2.2 - Rubrikenboxen
==============================
*/

.cat-teaser {
  position: relative;
  width: 320px;
  height: 214px;
  border-left: 6px solid #F2F2F2;
  border-right: 6px solid #F2F2F2;
  overflow: hidden;
}
.cat-teaser img {
          transition: filter 0.5s ease;
  -webkit-transition: -webkit-filter 0.5s ease;
     -moz-transition: -moz-filter 0.5s ease;
       -o-transition: -o-filter 0.5s ease;
      -ms-transition: -ms-filter 0.5s ease;
  filter: blur(5px);
  -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
       -o-filter: blur(5px);
      -ms-filter: blur(5px);
  width: 100%;
  height: 100%;
}
.cat-teaser:hover img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
     -moz-filter: blur(0px);
       -o-filter: blur(0px);
      -ms-filter: blur(0px);
}
.cat-teaser .cat-teaser-content {
  position: absolute;
  top: 44px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.cat-teaser .cat-teaser-content .font-icon {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  position: relative;
  border-radius: 50%;
  background-color: #66AFD9;
}
.cat-teaser .cat-teaser-content .font-icon:before {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 5rem;
  color: #FFF;
  line-height: 1em;
}
.cat-teaser .cat-teaser-content h1 {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.8);
  text-transform: uppercase;
  color: #FFF;
  margin-top: 0.5em;
}
.grid_row .grid_item:first-child .cat-teaser { border-left: none; }
.grid_row .grid_item:last-child .cat-teaser { border-right: none; }



/* 
==============================
 # 2.3 - Umfrage
==============================
*/

.poll .content form {
    margin-bottom: 0
}
.poll fieldset {
    border-spacing: 5px 20px
}
.poll legend, .poll .legend {
    margin-bottom: 15px;
    quotes: "\201E" "\201C";
}
.poll legend:before, .poll .legend:before {
    margin-left: -13px
}
.poll .form-group {
    width: auto;
    min-width: 100px
}
.poll .form-group:after {
    display: inline-block
}
.poll .form-group input + label {
    font-family: "Merriweather", "Georgia", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3em;
    max-width: 100%;
    padding-right: 10px;
}
.poll .form-group input[type="radio"] + label:before {
    left: -5px;
    top: 2px;
    width: 18px;
    height: 18px;
    display: none \9
}
.poll .form-group input[type="radio"]:checked + label:before {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 0.55em;
    display: none \9
}



/* 
==============================
 # 2.4 - Native Advertising
==============================
*/

.native-ad-teaser {
  background: #E7F3F9;
}
.native-ad-teaser p {
  padding-bottom: 20px !important;
}
.article__teaser .grid__item .native-ad-teaser > header > hgroup > h2 {
  display: inline-block;
  background: #66b3DB;
  padding: 3px 10px;
  font-weight: 700;
  color: #FEFEFE;
}
.article__detail .supported {
  display: inline-block;
  margin-bottom: 40px;
  background: #999;
  padding: 3px 10px;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FEFEFE;
}



/* 
==============================
 # 2.5 - Cookie Choice
==============================
*/

#cookieChoiceInfo {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  border-top: 1px solid #DDD;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 5px 10px !important;
}
#cookieChoiceDismiss {
  margin-left: 8px;
  padding: 4px 12px;
}



/* 
==============================
 # 3.1 - Wetter
==============================
*/

.wetter_kurzinfo .mintemp,
.wetter_detail .mintemp {
  color: #009ee0;
}
.wetter_kurzinfo .maxtemp,
.wetter_detail .maxtemp {
  color: #e0001b;
}

#wetterkarte {
  position: relative;
  display: block;
  width: 550px;
  height: 660px;
  margin: 0 auto;
  background: url('/pics/wetter/wetterkarte.png') 0 0 no-repeat;
}
#wetterkarte .wetter_kurzinfo {
  position: absolute;
  display: table;
  width: 250px;
  height: 80px;
}
#wetterkarte .wetter_kurzinfo.badneustadt { top: 105px; left: 275px; }
#wetterkarte .wetter_kurzinfo.badkissingen { top: 165px; right: 230px; }
#wetterkarte .wetter_kurzinfo.hassfurt { top: 255px; left: 375px; }
#wetterkarte .wetter_kurzinfo.kitzingen { top: 415px; left: 270px; }
#wetterkarte .wetter_kurzinfo.marktheidenfeld { top: 345px; right: 385px; }
#wetterkarte .wetter_kurzinfo.schweinfurt { top: 245px; right: 190px; }
#wetterkarte .wetter_kurzinfo.tauberbischofsheim { top: 450px; right: 360px; }
#wetterkarte .wetter_kurzinfo.wuerzburg { top: 365px; left: 190px; }

#wetterkarte .wetter_kurzinfo > a {
  position: relative;
  display: table-cell;
  color: inherit;
  vertical-align: middle;
}
#wetterkarte .wetter_kurzinfo.left > a { padding-left: 85px; text-align: left; }
#wetterkarte .wetter_kurzinfo.right > a { padding-right: 85px; text-align: right; }

#wetterkarte .wetter_kurzinfo > a > .wetter-icon {
  position: absolute;
  top: 0;
}
#wetterkarte .wetter_kurzinfo.left > a > .wetter-icon { left: 0; }
#wetterkarte .wetter_kurzinfo.right > a > .wetter-icon { right: 0; }

#wetterkarte .wetter_kurzinfo > a > h3 {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
#wetterkarte .wetter_kurzinfo > a > h4 {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}
.wetter_detail {
  text-align: center; 
}
.wetter_detail h3 {
  margin-bottom: 1em;
}
.wetter_detail h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}
.wetter_detail figure {
  margin-bottom: 1.5em;
}
.wetter_detail .wetter-icon-wrapper figure {
  float: left;
  display: block;
  width: 33.3333%;
}
.wetter_detail figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
}
.wetter_detail figure figcaption:before {
  content: '';
  display: block;
  width: 50%;
  margin: 0 auto 0.5em;
  border-top: 1px solid #ebebeb;
}
.wetter_detail table {
  margin-top: 1.5em;
}
.wetter_detail table tr th,
.wetter_detail table tr td {
  font-weight: 400;
  background: none;
  border-width: 1px 0 0 0;
}
.wetter_detail table tr:first-child th,
.wetter_detail table tr:first-child td {
  border-width: 0;
}
.wetter_detail table tr th {
  text-align: left;
}
.wetter_detail table tr td {
  text-align: right;
}



/* 
==============================
 # 3.2 - Prämien
==============================
*/

section nav.praemien__nav {
  margin-bottom: 1.8em;
}
section nav.praemien__nav h2 {
  font-family: "Merriweather Sans", Verdana, sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #66b3db;
  text-transform: uppercase;
  text-align: center;
  margin: 0.5em 0 1em;
}
section nav.praemien__nav ul {
  text-align: center;
}
section nav.praemien__nav ul li {
  display: inline-block;
  width: 10%;
  margin: 0 1% !important;
  font-size: 0.7em;
}
section nav.praemien__nav ul li a {
  display: inline-block;
  position: relative;
  padding: 70px 0 0;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  color: #66b3db;
  letter-spacing: 0.1em;
}
section nav.praemien__nav ul li a.active, section nav.praemien__nav ul li a:hover {
  font-weight: 800;
  color: #66b3db;
  letter-spacing: 0.075em;
}
section nav.praemien__nav ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100px;
  height: 70px;
  margin-left: -50px;
  overflow: hidden;
  background-image: url('/pics/mp2015/layout/sprite_praemien.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}
section nav.praemien__nav ul li a.praemie_top:before { background-position: 0 0; }
section nav.praemien__nav ul li a.praemie_top:hover:before,
section nav.praemien__nav ul li a.praemie_top.active:before { background-position: -100px 0; }
section nav.praemien__nav ul li a.praemie_bar:before { background-position: 0 -70px; }
section nav.praemien__nav ul li a.praemie_bar:hover:before,
section nav.praemien__nav ul li a.praemie_bar.active:before { background-position: -100px -70px; }
section nav.praemien__nav ul li a.praemie_elek:before { background-position: 0 -140px; }
section nav.praemien__nav ul li a.praemie_elek:hover:before,
section nav.praemien__nav ul li a.praemie_elek.active:before { background-position: -100px -140px; }
section nav.praemien__nav ul li a.praemie_werk:before { background-position: 0 -210px; }
section nav.praemien__nav ul li a.praemie_werk:hover:before,
section nav.praemien__nav ul li a.praemie_werk.active:before { background-position: -100px -210px; }
section nav.praemien__nav ul li a.praemie_haus:before { background-position: 0 -280px; }
section nav.praemien__nav ul li a.praemie_haus:hover:before,
section nav.praemien__nav ul li a.praemie_haus.active:before { background-position: -100px -280px; }
section nav.praemien__nav ul li a.praemie_fit:before { background-position: 0 -350px; }
section nav.praemien__nav ul li a.praemie_fit:hover:before,
section nav.praemien__nav ul li a.praemie_fit.active:before { background-position: -100px -350px; }
section nav.praemien__nav ul li a.praemie_kids:before { background-position: 0 -420px; }
section nav.praemien__nav ul li a.praemie_kids:hover:before,
section nav.praemien__nav ul li a.praemie_kids.active:before { background-position: -100px -420px; }
section nav.praemien__nav ul li a.praemie_weitere:before { background-position: 0 -490px; }
section nav.praemien__nav ul li a.praemie_weitere:hover:before,
section nav.praemien__nav ul li a.praemie_weitere.active:before { background-position: -100px -490px; }
.praemienContainer { display: none; }
.praemienContainer.active { display: block; }
.art-praemie .link-box {
  position: relative;
  margin-top: 1.8em;
}
.art-praemie .ausgabe-box {
  display: block;
  height: auto;
  max-height: 0;
  -webkit-transition: max-height 1s linear;
  transition: max-height 1s linear;
}
.art-praemie .ausgabe-box.active {
  max-height: 500px;
}
.art-praemie .ausgabe-box .inner { 
  padding: 1em;
  margin-top: 1em;
  background: #f2f2f2;
}



/* 
==============================
 # 3.3 - Tippspiel
==============================
*/

.userstats li {
  float: left;
  font-size: 25px;
  line-height: 94px;
  margin: 0px 30px;
}
.results {
  width: 100%;
}
.results tr {
  border: 1px solid #DDD;  
}
.results tr th,
.results tr td {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}
.results tr th {    
  background: #F7F7F7;
  border: 1px solid #CCC;
  color: #666;
}
.results tr td {
  font-size: 12px;
  color: #666;
}
.results tr.active {
 background: #0080C3; 
}
.results tr.active td {
  color: #FFF;
}
.results tr td img {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.results tr td input {
  width: 30px;
  height: 23px; 
  margin: 0px;
  padding: 0px 5px;
  background: #F7F7F7;
  border: 1px solid #DDD;
  text-align: center;
}
.result-buttons {
  margin-top: 10px;
  text-align: right;
}
table + .warning {
  border-radius: 0px; 
  text-align: center;
}
.warning {
  font-family: "Merriweather Sans";
  padding: 8px 13px;
  background: #EA6666;
  border: 1px solid #DC0000;
  border-radius: 3px;  
  background: #EA6666;
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25);
}  
.multi-box-item {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.multi-box-item:first-child {
  padding-left: 0px;
}
.multi-box-item > .content-box {
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.multi-box-item > .content-box p {
  margin-bottom: 1.5em;
}
.ranking-box .multi-box-item > .content-box .content-box-body {
  padding-bottom: 0px;
  min-height: 342px;
}
#tippspiel_nav_spieltage a,
#tippspiel_nav_spieltage .select-wrapper {
  display: inline-block;
}
#tippspiel_nav_spieltage .select-wrapper {
  width: 160px;
}
#tippspiel_nav_spieltage .select-wrapper select {
  padding: 4px;
  border: 1px solid #DDD;
}



/* 
==============================
 # 3.4 - Ansprechpartner
==============================
*/

.ansprechpartner {
  margin-bottom: 30px;
}
.ansprechpartner figure,
.ansprechpartner .inner {
  float: left;
}
.ansprechpartner .inner {
  padding: 0px 10px 0px 30px;
}
.ansprechpartner .topline {
  text-transform: inherit;
}



/* 
==============================
 # 3.5 - Autoren
==============================
*/

.capital, .author-list .author {
  float: left;
  height: 140px;
  margin-bottom: 35px;
  text-align: center;
}
.capital {
  width: 80px;
  font-size: 2.5rem;
  color: #0080C3;
  clear: both;
}
.capital span {
  display: inline-block;
  margin-top: 20px;
}
/* Wenn Zeit ist mal dringend bearbeiten(!) */

.capital + .author + .author + .author + .author + .author + .author,
.capital + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author,
.capital + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author + .author {
  margin-left: 80px;
}
.author-list .author {
  width: 160px;
}
.author-list .author .thumbnail {
  border-radius: 50%;
  width: 94px;
  height: 94px;
  margin: 0px auto 10px;
  overflow: hidden;
}
.author-list .author:hover .thumbnail {
  background: transparent;
}
.author-box header {
  margin-bottom: 30px;
}
.author-box header .thumbnail {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0px auto;
  overflow: hidden;
}
.author-box header ul {
  margin-bottom: 20px;
}
.author-box header ul li {
  margin-top: 5px;
}
.author-box header ul li a {
  display: inline-block;
  vertical-align: middle;
}
.author-box header ul li a i {
  font-size: 24px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.author-box p {
  margin-bottom: 20px;
}



/* 
==============================
 # 3.6 - FAQs
==============================
*/


.faq-box + .faq-box .question {
  border-top: none; 
}
.question {
  display: block;
  width: 100%;
  background: #FFFFFF;
  background: linear-gradient(bottom, #FFFFFF 0%,#F7F7F7 100%);
  background: -webkit-linear-gradient(top, #FFFFFF 0%,#F7F7F7 100%);
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%,#F7F7F7 100%);
  background: -ms-linear-gradient(top, #FFFFFF 0%,#F7F7F7 100%);
  border: 1px solid #DDD;
  padding: 7px 15px;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  color: #666;
}  
.answer {
  display: none;
  border: 1px solid #DDD;
  border-top: none;
  padding: 25px;
}  
.answer.active {
  display: block;
}



/* 
==============================
 # 4.1 - Meine Themen 
==============================
*/


.art-detail .art-content .keywords #OpenThemenHinzufuegen,
.art-detail .art-content > footer {
  display: table;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px; 
}
.art-detail .art-content .keywords #OpenThemenHinzufuegen i {
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 5px;
  vertical-align: middle;
}
.fancybox-container {
  display: none;
}
.fancybox-container .content-box .content-box-body {
  padding: 0; 
}
i.icon-meine-themen-circled {
  color: #0080C3 !important;
}
#ajax-logout-box .avatar img {
  width: 94px;
  height: 94px;
}
.content-box .content-box-header h2 .font-icon {
  font-size: 56px;
  font-size: 3.5rem;
  vertical-align: middle;
  margin-right: 7px;
  color: #0080C3;
}
#customer-topic-statistic.themnavi {
  display: inline;
  color: #0080c3;
}
.meine-themen p i.font-icon {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #0080C3;
}
.meine-themen .topics li {
  float: left;
  margin: 0px 10px 10px 0px;
}
.meine-themen.user-area .content-box-body {
  padding-bottom: 20px;
}
.meine-themen.user-area .avatar img {
  max-width: 150px;
}
.meine-themen.user-area .avatar + p {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  margin-top: 10px;
}
.meine-themen.user-area .topics + .no-topics {
  display: none;
}
.meine-themen.user-area .icon-bar {
  border-top: 1px solid #DDD;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
}
.meine-themen.user-area .icon-bar li {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 0px 10px;  
  font-family: "Merriweather Sans", "Verdana", sans-serif;  
  vertical-align: top;
}
.meine-themen.user-area .icon-bar li a {
  display: block;
  transition: all 0.5s ease-in-out;
}
.meine-themen.user-area .icon-bar li a:before {
  display: block;
  font-family: "Fontello";
  font-size: 44px;
  font-size: 2.75rem;
  padding: 0;
  margin-bottom: 5px;
  color: #0080C3;
}
.meine-themen.user-area .icon-bar .icon-bar-item-1 a:before { content: '\e828'; }
.meine-themen.user-area .icon-bar .icon-bar-item-2 a:before { content: '\e874'; }
.meine-themen.user-area .icon-bar .icon-bar-item-3 a:before { content: '\e875'; }
.meine-themen.user-area .icon-bar .icon-bar-item-4 a:before { content: '\e827'; }
.meine-themen.user-area .icon-bar .icon-bar-item-5 a:before { content: '\e873'; }
.meine-themen.user-area .icon-bar .icon-bar-item-1 a:hover:before { content: '\e877'; }
.meine-themen.user-area .icon-bar .icon-bar-item-2 a:hover:before { content: '\e87A'; }
.meine-themen.user-area .icon-bar .icon-bar-item-3 a:hover:before { content: '\e879'; }
.meine-themen.user-area .icon-bar .icon-bar-item-4 a:hover:before { content: '\e876'; }
.meine-themen.user-area .icon-bar .icon-bar-item-5 a:hover:before { content: '\e81D'; }

.meine-themen.article-area .grid_row .grid_item-4 > .art-teaser > .thumb,
.meine-themen.home-area .grid_row .grid_item-4 > .art-teaser > .thumb {
  outline: 2px solid #FFF;
}
.meine-themen.article-area .filter,
.meine-themen.home-area .filter {
  margin-bottom: 20px;
  line-height: 26px;
  text-align: center;
}
.meine-themen.article-area .filter h3,
.meine-themen.article-area .filter a,
.meine-themen.home-area .filter h3,
.meine-themen.home-area .filter a {
  display: inline-block;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
}
.meine-themen.article-area .filter h3,
.meine-themen.home-area .filter h3 {
  font-size: 16px;
}
.meine-themen.article-area .filter .button-dark,
.meine-themen.home-area .filter .button-dark {
  margin: 0px 15px;  
}
.meine-themen.article-area .filter .remove,
.meine-themen.home-area .filter .remove {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.meine-themen .notice {
  padding: 0px 40px 20px;
  text-align: center;
}
.meine-themen #articleList .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75)
}
.meine-themen #articleList .unread .overlay {
	display: none;
} 
.meine-themen #articleList .overlay .u-vertical-align--middle {
	height: 180px;
}
.meine-themen #articleList .overlay .u-vertical-align--middle center i {
	font-size: 28px;
    margin-bottom: 10px;
}
.meine-themen #articleList .overlay .u-vertical-align--middle center span {
	display: block;
    font-family: "Merriweather Sans", "Georgia", serif;
    font-weight: bold;
    color: #666;
}
.meine-themen.login-area .login-box .span-5 {
  padding-left: 0px;  
}
.meine-themen.intro-area article { padding: 40px 0px; }
.meine-themen.intro-area article + article { border-top: 1px solid #DDD;}
.meine-themen.intro-area article:first-child { padding-top: 20px; }
.meine-themen.intro-area article:last-child { padding-bottom: 0; }
.meine-themen.intro-area h3 {
  font-family: "Merriweather Sans", "Verdana", sans-serif; 
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 25px;
}
.meine-themen.login-area p,
.meine-themen.intro-area p,
.meine-themen.login-area ul,
.meine-themen.intro-area ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8em;
  margin-bottom: 1.8em;
}
.meine-themen.into-area p:last-of-type,
.meine-themen.intro-area ul {
  margin-bottom: 0;
}
.meine-themen.login-area img { float: left; }
.meine-themen.intro-area img { float: right; }
.meine-themen.intro-area .count {
  display: inline-block;
  background: #79C541;
  width: 23px;
  height: 23px;
  line-height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  color: #FFF;  
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}
.meine-themen.edit-topics {
  padding: 20px;
}
.meine-themen.edit-topics header .icon {
  font-size: 96px;
  font-size: 6rem;
  color: #0080C3;
}
.meine-themen.edit-topics .error {
  color: #DC0000;
}
.meine-themen.edit-topics .error,
.meine-themen.edit-topics .change-topics,
.meine-themen.edit-topics .no-topics,
.meine-themen.edit-topics .my-topics,
.meine-themen.edit-topics .success,
.meine-themen.edit-topics .submit-topics {
  border-top: 1px solid #DDD;
  padding-top: 15px;
  margin-top: 15px;
}
.meine-themen.edit-topics .topic-container li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #333;
  color: #fff;
  font-family: "Merriweather Sans", "Verdana", sans-serif !important;  
  padding: 5px 10px 0px 10px;
  text-decoration: none;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
  cursor: pointer;
  outline: none;
  border: 0 none;
  width: auto;    
}
.meine-themen.edit-topics .topic-container input[type="checkbox"] {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
.meine-themen.edit-topics .topic-container label,
.meine-themen.edit-topics .topic-container.my-topics label {
  vertical-align: top;
}
.meine-themen.edit-topics .topic-container.my-topics li {
  background-color: #0080C3;
}
#topicsTooltip {
  position: absolute;
  top: 36px;
  left: 150px;
  background: #FFF;
  border: 1px solid #DDD;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.08);
  z-index: 999;
}
#topicsTooltip .tooltip-box {
  position: relative;
  font-family: "Merriweather Sans", "Verdana", sans-serif !important;
  font-weight: 300;
  font-size: 12px;
  color: #666;
  padding: 5px 10px;
}
#topicsTooltip .tooltip-box img {
  position: absolute;
  top: -15px;
  left: 20px;
}
#topicsTooltip .tooltip-box span {
  font-size: 14px;
  font-weight: bold;
  color: #0080C3;
}
#topicsTooltip .tooltip-box .icon {
  color: #0080C3;
}
.meine-themen.register-layer {
    font-family: Merriweather Sans;
    background:  url('/mp2015/images/meinethemen-popup.jpg') 0px 0px no-repeat;
    padding-top: 100px;
    color: #FFF;
}
.meine-themen.register-layer .info {
    margin-left: 350px;
}
.meine-themen.register-layer .info h2 {
    font-family: Merriweather;
    font-weight: 400;
}
.meine-themen.register-layer .info ul li {
    font-family: Merriweather Sans;
    font-size: 14px;
    margin-bottom: 8px;
}
.meine-themen.register-layer .info ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.meine-themen.register-layer .info ul li:after {
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 1;
    content: "";
    width: 10px;
    height: 10px;
    background: #FFF;
}
.meine-themen.register-layer .info a {
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
}
.meine-themen.register-layer .info form {
    margin: 8px 0px;
}
.meine-themen.register-layer .login-box {
    margin: 15px 50px 0px 50px;
    border-top: 1px solid #FFF;
}
.meine-themen.register-layer .login-box h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0px;
}
.meine-themen.register-layer .login-box p a {
    color: #FFF;
    font-size: 12px
}
.meine-themen.register-layer .login-box .span-5 {
    padding-left: 0px;
}

/* 
==============================
 # 4.2 - Paywall
==============================
*/

#PayWallBestellung .fehlermeldungsdiv .fehlermeldungen,
#PayWallBestellung .fehlermeldungsdiv .hinweis {
  margin: 20px;
  position: relative; 
  width: 95%;
  padding: 10px;
}
#PayWallBestellung .fehlermeldungsdiv p {
  font-weight: bold;
}
#PayWallBestellung .fehlermeldungsdiv ul {
   margin: 0px 0px 20px 20px
}
#PayWallBestellung .fehlermeldungsdiv li {
  margin: 5px;
  padding: 2px;
  color: #red;
}
#PayWallBestellung .inlineanmeldung {
  width: 250px;
}
#PayWallBestellung form footer {
  padding-top: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8em;
}
#PayWallBestellung form footer .button-link {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  color: #0080c3;
}
#PayWallBestellung .article__default.epaper {
  max-width: 960px;
  margin: 10px auto;
}
#PayWallBestellung .article__teaser a .icon.icon-play {
  color: #0080c3;
}
#PayWallBestellung .angemeldet .input {
  font-weight: 700;
}
#PayWallBestellung .payment.tab .header {
  border: 0px;
  padding: 0px;
}
#PayWallBestellung input.button.submitButton.inaktiv {
  display: none;
}
#PayWallBestellung .paywalllogin input.button.submitButton.inaktiv {
  display: block;
}
#PayWallBestellung {
  color: #000000 !important;
}
#PayWallBestellung .bestellprozess,
#PayWallBestellung .bestellprozess p {
  font-size: 0.75rem !important;
  font-family: "Merriweather Sans","Verdana",sans-serif;
}
#PayWallBestellung .ePaperProducts  {
  border-top: 2px solid #cccccc;
  font-family: "Merriweather Sans", "Verdana", sans-serif !important;
  font-size: 12px;
  margin-right: 20px;
  min-height: 230px;
  color: #333;
}
#PayWallBestellung .ePaperProducts .preis {
  background-image: url("/mp2015/images/paywallflaggrau.png");
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0; 
  right: 10px;
  height: 120px; 
  width: 120px;
  color: #0080c3;
  text-align: center;
}
#PayWallBestellung .ePaperProducts .preis span.preis {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 19px 0;
  font-size: 18px;
  text-align: center;
  font-weight: 800;
  vertical-align: middle;
  background-image: none;
}
#PayWallBestellung .ePaperProducts .preis span.preisinfo {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  font-size: 9px !important;
  font-weight: 400;
  color: #333;
  line-height: 1.3em;
}
#PayWallBestellung .ePaperProducts .preis span.preis.small,
#PayWallBestellung .ePaperProducts .preis small {
  font-size: 12px !important;
  font-weight: 400;
}
#PayWallBestellung .ePaperProducts .header {
  font-family: "Merriweather Sans", "Verdana", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
}
#PayWallBestellung .ePaperProducts .ProductContainer {
  font-size: 12px;
  margin-left: 40%;
  line-height: 20px;
  padding-top: 20px;

  position: relative;
}
#PayWallBestellung .ePaperProducts .ProductContainer .button {
  position: absolute;
  right: 25px;
  top: 140px;
}
#PayWallBestellung .ePaperProducts .productimage {
  width: 35%;
  float: left;
  padding-top: 20px;
}
#PayWallBestellung .ePaperProducts .ProductContainer > div {
  margin-bottom: 5px;
}
#PayWallBestellung .ePaperProducts .zusatzinfo {
  font-size: 10px;
}
#PayWallBestellung .zurueckbutton a,
#PayWallBestellung .zurueckbutton .submitButton {
  display: inline-block;
  padding: 2px 10px;
  background-color: #0080c3 !important;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-weight: 300 !important;
  color: #fff !important;
}
#PayWallBestellung .halfButtons {
  border-top: 1px solid #cccccc;
  margin-right: 10px;
  margin-top: 20px;
  color: #0080c3 !important;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: top;
}
#PayWallBestellung .halfButtons .small {
  font-size: 12px;
  text-transform: none;
  display: block;
  text-indent: 45px;
}
#PayWallBestellung .icon-down-circle {
  font-size: 12px;
  color: #0080c3;
}
#PayWallBestellung .halfButtons .icon-play {
  font-size: 50px;
  padding-top: 20px;
  color: #0080c3;
}
#PayWallBestellung .paywalltrenner {
  width: 100%;
  height: 15px;
  background-color: #f2f2f2;
}
#PayWallBestellung .article__teaser.main p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.9em;
}
#PayWallBestellung .payment.tab p {
  font-size: 12px;

  font-family: "Merriweather Sans", "Verdana", sans-serif;
}
#PayWallBestellung form label {
  font-weight: 300;
  text-align: left;
}
#PayWallBestellung form label a {
  padding: 0;
  color: #0080c3;
}
article#paywallartikelteaser.article__detail {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
article.article__detail.paywall .headerlayer {
  background-color: #ffffff; 
  margin: 0px;
  position: absolute;
  bottom: 10px;   
  z-index: 999;
  width: 100%;
  height: 28%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNiOGI4YjgiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NiUiIHN0b3AtY29sb3I9IiNiOGI4YjgiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjhiOGI4IiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(184,184,184,0) 40%, rgba(184,184,184,0) 56%, rgba(184,184,184,0.65) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(184,184,184,0)), color-stop(56%,rgba(184,184,184,0)), color-   stop(100%,rgba(184,184,184,0.65))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(184,184,184,0) 40%,rgba(184,184,184,0) 56%,rgba(184,184,184,0.65) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(184,184,184,0) 40%,rgba(184,184,184,0) 56%,rgba(184,184,184,0.65) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(184,184,184,0) 40%,rgba(184,184,184,0) 56%,rgba(184,184,184,0.65) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(184,184,184,0) 40%,rgba(184,184,184,0) 56%,rgba(184,184,184,0.65) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8b8b8', endColorstr='#a6b8b8b8',GradientType=0 ); /* IE6-8 */
}
.article__detail .social.paywall {
  margin-top: 0px;
}
#PayWallBestellung nav.step-indicator {
  margin: 0px;
}
#PayWallBestellung nav.step-indicator .steps {
  width: 100%;
  float: left
}
#PayWallBestellung nav .step {
  width: 25%;   
}
#PayWallBestellung nav .step.anmeldung {
  width: 75%;   
}
#PayWallBestellung nav.step-indicator.blue .step {
  background-color: transparent !important;
  border-color: transparent !important;
}
#PayWallBestellung nav.step-indicator.blue .step:before,
#PayWallBestellung nav.step-indicator.blue .step:after {
  display: none;
}
#PayWallBestellung nav.step-indicator.blue.vier {
  background-image: url("/mp2015/images/paypfeilvier.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#PayWallBestellung nav.step-indicator.blue.drei{
  background-image: url("/mp2015/images/paypfeildrei.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#PayWallBestellung nav.step-indicator.blue.zwei {
  background-image: url("/mp2015/images/paypfeilzwei.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#PayWallBestellung nav.step-indicator.blue.eins {
  background-image: url("/mp2015/images/paypfeileins.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#PayWallBestellung nav.step-indicator.blue.anmeldung {
  background-image: url("/mp2015/images/paypfeilanmeldung.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#PayWallBestellung .grid_row.inner.bestellprozess nav {
  margin-left: -40px;
  margin-right: -10px;
}
#PayWallBestellung header.nav {
  background: transparent url('/mp2015/images/article_header_bg.png') center center no-repeat;
  text-align: center;
  color: #333;
  margin: 0 40px 0 40px;
  overflow: hidden;
}
#PayWallBestellung header.nav h2 {
  padding: 20px 24px 19px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-size: 36px;
  font-size: 2.25rem;
  color: #333;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 0;
}
#PayWallBestellung .bestellprozess table {
  font-size: inherit;
  border: none;
}
#PayWallBestellung table.bestelluebersicht {
  margin: 20px 0px;
  max-width: 800px;
}
#PayWallBestellung div.inlinereg { 
  min-width: 880px;
  margin-top: 40px;
}
#PayWallBestellung table.kunden-registrierung { 
  min-width: 880px;
}
#PayWallBestellung table.bestelluebersicht tr td {
 border: 0px;
}
#PayWallBestellung table.bestelluebersicht td.left {
  text-align: right;
  width: 150px;
}
#PayWallBestellung table.bestelluebersicht td.right {
  font-weight: 700;
}
.payment.tab .container input.button.aktiv {
    display: inline;
}
.payment.tab .container input.button.inaktiv {
    display: none;
}
.anmeldung-registrierung div.aktiv {
    display: block;
}
.anmeldung-registrierung div.inaktiv {
    display: none;
}
.anmeldung-registrierung .container {
  padding: 0;
}
.anmeldung-registrierung .lostpass a {
  font-size: 0.75em;
}
.payment.fehlermeldungen {
    padding: 0.5em;
    margin: 2em 0;
    font-weight: bold;
    border: 1px solid red;
}
.payment.fehlermeldungen ul li {
    text-align: center;
    color: red;
}
.payment.hinweis {
    padding: 0.5em;
    margin: 2em 0;
    font-weight: bold;
    border: 1px solid #0080c3;
    background: #D9EAF4;
}
.payment.hinweis ul li {
  text-align: center;
  color: #0080c3;
}



/* 
================================
 # 4.3.1 - Facettierte Suche
================================
*/

#facetsearchbox > .content-box > .content-box-body {
  padding-bottom: 0;
}
#facetsearchbox .facetsearch-location-hint {
  position: relative;
  display: block;
  min-height: 3em;
  padding: 0.25em 0 0.25em 4em;
  font-size: 16px;
  font-size: 1em;
  color: #acacac;
}
#facetsearchbox .facetsearch-location-hint > .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  font-size: 3em;
  color: #d6d6d6;
}
#facetsearchbox .facetsearch-location-hint > a {
  display: inline-block;
  font-style: italic;
  margin-top: 0.5em;
}
#facetten {
  font-size: 12px; 
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  line-height: 2.4em;
  font-weight: normal;  
}
#facetten .selectedtab:before {
  cursor: pointer;
  font-family: "Fontello";
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  content: '\e81c'
}
#facetten div.matrix {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
#facetten div.matrix:first-of-type  {
  border-top: 0px;
}
form#facetsearch {
  z-index: 999;
  position: relative;
  top: 50px;
  background-color: #ffffff;
  width: 960px;
  overflow: visible;
  margin: 15px auto 30px auto;
  height: 600px;
}
.facetmore  {
  text-align: center;
}
.facetmore .icon {
  font-size: 30px !important;
  cursor: pointer;
}
#facet-fotos .gallery__item--2,
#facet-videos .gallery__item--2  {
  height: 180px;
}
#facetten label {
    display: block;
    font-size: 12px;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    line-height: 2.4em;
    font-weight: 700;
    text-align: right
}
#facetten input[type="checkbox"], #facetten input[type="radio"] {
    width: auto;
    margin: 4px 8px 5px 0;
    padding: 0;
    float: left;
    position: relative;
    outline: none
}
#facetten input[type="checkbox"] + label, #facetten input[type="radio"] + label {
    cursor: pointer;
    float: left;
    font-weight: normal;
    text-align: left;
    line-height: 1.5em;
    max-width: 93%;
    padding-right: 20px;
    padding-top: 0.4em
}
#facetten input[type="checkbox"] {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
    width: 1.6em;
    height: 1.6em
}
#facetten input[type="checkbox"]:checked:before {
    position: absolute;
    right: 2px;
    left: 2px;
    top: 2px;
    pointer-events: none;
    cursor: pointer;
    font-family: "Fontello";
    font-size: 14px;
    font-size: 0.875rem;
    color: #000;
    content: '\e81c'
}
#facetten input[type="radio"] {
  display: none;
  display: block \9
}
#facetten input[type="radio"] + label {
  position: relative;
  padding-left: 22px;
  padding-left: 5px \9
}
#facetten input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  display: none \9
}
#facetten input[type="radio"]:checked + label:before {
  content: "\2022";
  color: #0080c3;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  line-height: 0.5em;
  display: none \9
}
#facetsearchbox input[type="search"],
#facetsearchboxnav input[type="search"] {
  width: 100%;
  height: auto;
  font-size: 20px;
  text-transform: inherit;
  font-weight: 600;
  border: 2px solid #CCC;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
  margin-bottom: 0px;
  padding: 5px;
}
#facetsearchbox input[type="search"]:focus,
#facetsearchboxnav input[type="search"]:focus {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
  outline-offset: 0px;
  outline: none !important;
  border: 2px solid #CCC;
  margin-bottom: 0px;
}
.facetsearchline-container {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.facetsearchline {
  display: table-cell;
  vertical-align: middle;
}
.facetsearchline > label,
.facetsearchline > div {
  display: inline-block;
}
.facetsearchline > label {
  width: 16.66667%; 
}
#facetsearchbox div[data-fcms-method="datepicker"],
#facetsearchboxnav div[data-fcms-method="datepicker"] {
  position: relative;
}
#facetsearchbox div[data-fcms-method="datepicker"] .icon,
#facetsearchboxnav div[data-fcms-method="datepicker"] .icon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 180px;
  height: 25px;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 4px;
  background: rgba(255,255,255,0);
}
#facetsearchbox div[data-fcms-method="datepicker"] label,
#facetsearchboxnav div[data-fcms-method="datepicker"] label {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 12px;
  font-weight: normal !important;
  font-family: "Merriweather Sans", "Verdana", sans-serif !important;
  color: #000000;
}
#facetsearchbox div[data-fcms-method="datepicker"] input,
#facetsearchboxnav div[data-fcms-method="datepicker"] input {
  text-indent: 40px;
  border: 2px solid #cccccc;
  height: 25px;
  width: 180px;
  font-size: 12px;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  color: #000000;
  background: transparent;
}
#facetsearchbox select,
#facetsearchboxnav select {
  border: 2px solid #cccccc !important;
  background: transparent !important;
  height: 25px;
  width: 180px;
  font-size: 12px;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
}
#facetsearchbox option,
#facetsearchboxnav option {
  font-size: 12px;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  line-height: 2em;
}
#facetsearchbox [data-fcms-method="facetedsearch_more"] {
  cursor: pointer;
}
#facetsearchbox .facetsearch-help {
  position: absolute;
  top: 75px;
  right: -7px;
}



/* 
==============================
 # 4.3.2 - Globale Suche
==============================
*/

#globalesuche_formular .searchform {
  margin-bottom: 20px;
}
#globalesuche_formular .searchform input, 
#globalesuche_formular .searchform button {
  float: left;
}
#globalesuche_formular .searchform input {
  width: 350px;
  border: 1px solid #E6E6E6;
  margin-right: 15px;
}
.category-tree-line:before,
.category-tree-line:after {
  display: block;
  content: "";
  clear: both;
}
.category-tree-line {
  margin-bottom: 5px;
}
.collapsed,
.expanded,
.leaf {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.collapsed:hover,
.expanded:hover,
.leaf:hover {
  cursor: pointer;
}
.collapsed { background: url("/pics/mp2015/layout/anzeigen/icon-plus.png") 0px 0px no-repeat; }
.expanded { background: url("/pics/mp2015/layout/anzeigen/icon-minus.png") 0px 0px no-repeat; }
.category-tree input[type="checkbox"] {
  margin: 0px 5px 0px 0px;
}
.category-tree-line input[type="radio"] {
  display: block;
  margin: 2px 2px 0px 0px;
}
.category-tree-name {
  float: left;
}
.category-tree-child {
  margin-left: 20px;
}
.traueranzeigen .advert-container {
  float: right;
}
.search-result .art-teaser {
  margin: 0px 20px;
  padding: 20px;
}
.grid_row.search-result + .grid_row.search-result .grid_item-4 .art-teaser {
  border-top: 1px solid #DDD;
  margin-top: 20px;
}
.search-result .art-teaser .description {
  margin-bottom: 15px;
}
.search-result .art-teaser figure {
  position: relative;
}
.search-result .art-teaser .thumbnail {
  position: relative;  
  display: inline-block;
  max-width: 100%;
}



/* 
=========================================
 # 4.3.2.1 - Eingebettete Suche Pager
=========================================
*/

.art-pager {
  margin: 20px 0px;
  text-align: center;
}
.art-pager a:first-child {
  border-left: 1px solid #EDEDED;
}
.art-pager a.pager-currpage {
  background: #0080C3;
  border: 1px solid #0080C3;
  color: #FFF;
}
.art-pager a {
  display: inline-block;
  min-width: 26px;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 0px 5px;
  color: #7E7E7E;
  background: #F7F7F7;
  border: 1px solid #EDEDED;
  border-left: none;
  text-align: center;
}
.art-pager a.pager-skipdots {
  background: transparent;
  border: none;
  border-right: 1px solid #EDEDED;
}



/* 
================================================
 # 4.3.2.2 - Eingebettete Suche Pager Detail 
================================================
*/

.antz-detail {
  text-align: center;
}
.antz-detail figure,
.antz-detail .description {
  padding: 20px 0px;
}
.antz-detail .icon {
  font-size: 2rem;
}
.embed-navi-header {
  display: table;
  width: 100%;
}
.embed-navi-header a.embed-navi-pager,
.embed-navi-header .current {
  display: inline-block;
  vertical-align: middle;
}
.embed-navi-header .current {
  padding: 0px 20px;
}
.embed-navi-header .current a {
  display: block;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-weight: 400;
}



/* 
==============================
 # 5.1 - Fancybox 
==============================
*/

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-skin {
  position: relative;
  background: #ffffff;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  z-index: 999999999999;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/storage/sym/external/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}  
.fancybox-prev {left: 0;}  
.fancybox-next {right: 0;}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}  
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}  
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  background: url("/storage/sym/external/fancybox/fancybox_overlay.png") repeat scroll 0 0 transparent; 
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 5000;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}  
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
  
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  display: none;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}  
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}  
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}  
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  background: rgb(50,50,50);
  background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
  background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
  background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
  background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
  background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}  
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url('/storage/sym/external/fancybox/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}  
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}  
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}  
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}  
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px
}  
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}  
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}  
#fancybox-buttons a.btnDisabled {
  opacity : 0.4;
  cursor: default;
}  
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}  
#fancybox-thumbs.bottom {
  bottom: 2px;
}  
#fancybox-thumbs.top {
  top: 2px;
}  
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
} 
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}  
#fancybox-thumbs ul li:hover {
  opacity: 1;
}  
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}  
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}



/* 
==============================
 # 5.2 - Modalbox
==============================
*/

.modal-box, .main .modal-box {
    filter: none;
    transition: transform 0.2s ease-in-out;
    display: none \9;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    bottom: auto;
    position: fixed;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.modal-box:target, .active.modal-box {
    display: block \9;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}
.modal-box .modal-body {
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    border: 8px solid #0080c3;
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 20;
    margin-left: -340px;
    width: 680px;
    overflow-x: hidden
}
.modal-box .modal-body > * {
    max-width: 100%
}
.modal-box .modal-body > p, .modal-box .modal-body ul {
    padding: 0 80px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5em;
    font-weight: normal;
    margin-bottom: 12px
}
.modal-box .modal-body > ul {
    margin-bottom: 18px
}
.modal-box .modal-body li {
    list-style-type: disc;
    margin-left: 20px
}
.modal-box .modal-body > img, .modal-box .modal-body > video, .modal-box .modal-body > iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 0 80px
}
.modal-box .modal-body > h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding: 0 80px;
    letter-spacing: normal
}
.modal-box .modal-body > img {
    width: auto;
    max-width: 100%
}
.modal-box .modal-body footer {
    width: auto;
    padding: 15px 0 0 55px;
    margin: 40px 20px 0 20px;
    border-top: 1px solid #e6e6e6;
    text-align: right
}
.modal-box .modal-body footer .button {
    margin: 0 0 0 5px
}
.modal-box footer {
  display: block;
}
.modal-box header, .main .modal-box header {
    margin: 0;
    padding: 0 80px;
    font-family: "Merriweather", "Georgia", serif
}
.modal-box header > h2, .main .modal-box header > h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 15px
}
.modal-box .modal-close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: transparent url('/mp2015/images/black_semi-trans.png') 0 0 repeat
}
.modal-box .modal-close:after {
    content: '';
    width: 680px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 49.8%;
    margin-left: 320px;
    z-index: 20;
    background: transparent url('/mp2015/images/icons/close.png') 0 0 no-repeat
}
@media screen and (max-width: 720px) {
    .modal-box .modal-body {
        top: 40px;
        width: auto;
        left: 20px;
        right: 20px;
        margin-left: 0
    }
    .modal-box .modal-close:after {
        top: 10px;
        margin-right: 40px;
        margin-left: -44px;
        left: 100%;
        right: 0;
        width: 22px
    }
}
.modal-box.info .modal-body, .main .modal-box.info .modal-body {
    border-color: #FB9F3B
}
.modal-box.error .modal-body, .main .modal-box.error .modal-body {
    border-color: #CF4627
}



/* 
==============================
 # 5.3 - Formulare
==============================
*/

form {
    margin-bottom: 10px;
    text-align: left;
}
form p {
    margin-bottom: 10px;
    line-height: 1.8em;
    font-size: 16px;
    font-size: 1rem;
    display: block
}
form .form-group {
    display: block;
    *zoom: 1;
    position: relative
}
form .form-group:after {
    content: "";
    display: table;
    clear: both
}
form fieldset {
    margin: 10px 0 20px 0;
    display: block;
    clear: both
}
form fieldset legend {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px
}
form fieldset section {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    *zoom: 1
}
form fieldset section:after {
    content: "";
    display: table;
    clear: both
}
form fieldset section > label {
    margin-bottom: 10px
}
form input, form textarea, form select {
  border-radius: 0;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 0.4em;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  display: inline-block;
  outline: 0 none;
  outline: none;
  -webkit-border-radius: 0;
}
form input:focus, form textarea:focus, form select:focus {
    border: 1px solid #66b3db;
    background-color: #fff
}
form input[readonly=true],  form input[readonly=true]:focus {
    background: transparent;
    border: 0;
    cursor: default;
}
form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
form select::-ms-expand {
    display: none;
}
form .select-wrapper {
    position: relative;
}
form .select-wrapper select {
    cursor: pointer;
}
form .select-wrapper:before {
    position: absolute;
    right: 0;
    pointer-events: none;
    cursor: pointer;
    font-family: "Fontello";
    font-size: 22px;
    font-size: 1.375rem;
    color: #0080c3;
    content: '\e801';
    width: 1em;
    height: 1.25em;
    line-height: 1.3em;
    z-index: 1;
    display: none \9
}
form .required input, form .required textarea, form .required select, form .required input[type="checkbox"] {
    background-color: #D9EAF4;
    border: 1px solid #D9EAF4
}
form .required input:focus, form .required textarea:focus, form .required select:focus, form .required input[type="checkbox"]:focus {
    border: 1px solid #66b3db;
    background-color: #fff
}
form .required > label:after {
    position: relative;
    right: -2px
}
form label {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    line-height: 2.4em;
    font-weight: 700;
    text-align: right
}
form input[type="checkbox"], form input[type="radio"] {
    width: auto;
    margin: 4px 8px 5px 0;
    padding: 0;
    float: left;
    position: relative;
    outline: none
}
form input[type="checkbox"] + label, form input[type="radio"] + label {
    cursor: pointer;
    float: left;
    font-weight: normal;
    text-align: left;
    line-height: 1.5em;
    max-width: 93%;
    padding-right: 20px;
    padding-top: 0.4em;
}
form input[type="checkbox"] {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
    width: 1.6em;
    height: 1.6em
}
form input[type="checkbox"]:checked:before {
    position: absolute;
    right: 2px;
    left: 2px;
    top: 2px;
    cursor: pointer;
    font-family: "Fontello";
    font-size: 14px;
    font-size: 0.875rem;
    color: #0080C3;
    content: '\e81c'
}
form input[type="radio"] {
    display: none;
    display: block \9
}
form input[type="radio"] + label {
    position: relative;
    padding-left: 22px;
    padding-left: 5px \9
}
form input[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    display: none \9
}
form input[type="radio"]:checked + label:before {
    content: "\2022";
    color: #0080c3;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    line-height: 0.5em;
    display: none \9
}
form textarea {
    min-height: 50px
}
form small {
    display: none
}
form footer {
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    bottom: 0;
    border-top: 1px solid #e6e6e6;
    text-align: right
}
form footer button, form footer .button {
    margin: 0 20px 0 0;
    color: #fff
}
form footer button:last-child, form footer .button:last-child {
    margin-right: 0
}
.post--form, .article__teaser .container {
    *zoom: 1;
    padding-bottom: 0;
    overflow: visible;
    width: 100% !important;
    text-align: left
}
.post--form:after, .article__teaser .container:after {
    content: "";
    display: table;
    clear: both
}
.post--form {
    padding: 0 40px 10px 40px;
    background-color: #fff
}
.post--form p > a {
    display: inline-block;
    color: #66b3db;
    font-weight: 800
}
.post--form p > a:hover {
    color: #0080c3
}
.error small,
.error .required small,
.form-group.error small,
input.has-error + small {
    display: block;
    margin-top: 5px;
    color: #dc0000;
    line-height: 1.3em;
    font-size: 10px;
    font-size: 0.625rem;
    clear: both;
    margin-left: 17px
}
.error small:before,
.error .required small:before,
.form-group.error small:before,
input.has-error + small:before {
    font-family: "Fontello";
    content: '\e828';
    display: inline-block;
    margin-right: 7px;
    margin-left: -16px
}
.error input[type="text"], 
input[type="text"].has-error,
.error input[type="checkbox"], 
.error input[type="password"], 
.error textarea, 
.error .required textarea, 
.form-group.error textarea, 
.error select, .error .required select, 
.form-group.error select {
    border: 1px solid #dc0000 !important
}
.error-message {
    display: none;
    margin-top: 5px;
    padding-left: 17px;
    clear: both;
    color: #dc0000
}
.error-message:before {
    font-family: "Fontello";
    content: '\e828';
    float: left;
    margin-left: -16px
}
.error .error-message, .error.error-message {
    display: block;
    margin-bottom: 0;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.3em;
    font-weight: normal
}
.error label + .error-message {
    margin-bottom: 0
}
.error .u-is-hidden {
    display: inline-block
}
.message-block {
    *zoom: 1
}
.message-block:after {
    content: "";
    display: table;
    clear: both
}
.message-block--form {
    margin-left: 2px;
    font-style: italic;
    margin-bottom: 20px
}
.message-block--form[class*="span-"] {
    padding: 0
}
.message-block--form [class*="message"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 6px;
    line-height: 1.3em !important;
    display: block;
    font-size: 16px;
    font-size: 1rem
}
.message-block--form [class*="message"]:before {
    font-style: normal;
    margin-left: -24px
}
.message-block > .icon {
    width: 10.25641%;
    float: left;
    margin-right: 2.5641%;
    margin-top: 25px;
}
.message-block > .icon:before {
    color: #0080c3;
    padding: 0;
    font-size: 64px;
    font-size: 4rem
}
.message-block .message {
    width: 87.17949%;
    float: right;
    margin-right: 0
}
.message-block p {
    margin-bottom: 1.6em !important
}
.form-group.error .error-message {
    display: block
}
.form-group.error .u-is-hidden {
    display: inline-block
}
fieldset.table-layout, section.table-layout {
    display: table;
    width: 100%;
    border-spacing: 10px 10px
}
fieldset.table-layout .form-group, section.table-layout .form-group {
    display: table-cell;
    display: block \9;
    width: 100% \9;
    clear: both \9;
    vertical-align: top
}



/* 
==================================
 # 5.3.1 - Datepicker Calendar
==================================
*/

.calendar {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 5px;
  padding: 20px;
  position: relative;
  width: 30%;
  z-index:99999;
}
.calendar:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0px;
  left: 30px;
  border: 6px solid #000;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -5px 6px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.1) -5px 6px 8px 0;
}
.calendar .button {
  display: table-cell;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  background-color: #fff;
  color: #0080c3;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.calendar .button:hover {
  color: #66b3db;
}
.calendar table {
  position: relative;
  display: table;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.calendar td, .calendar th {
  vertical-align: middle;
  display: table-cell;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  font-weight: 100;
  text-align: center;
}
.calendar thead > tr:first-of-type td {
  padding-bottom: 10px;
}
.calendar thead > tr:first-of-type td:nth-of-type(3).button {
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.calendar .title {
  text-align: center;
  color: #0080c3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.calendar .headrow {
  border-bottom: 2px solid #e6e6e6;
}
.calendar .headrow .button {
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0 10px 0;
}
.calendar .rowhilite .day {
  background: #f2f2f2 !important;
}
.calendar .rowhilite .day.selected {
  background: #0080c3 !important;
}
.calendar .rowhilite .day.hilite {
  background: #f2f2f2;
}
.calendar .daynames .day {
  cursor: pointer;
}
.calendar .daynames .day:hover {
  color: #66b3db;
}
.calendar .daynames td {
  padding: 15px 0 10px 0;
}
.calendar .day {
  cursor: default;
}
.calendar .day.wn,
.calendar .daynames td {
  color: #0080c3;
  font-weight: 400;
}
.calendar .day.wn:hover {
  background: inherit;
  color: #0080c3;
}
.calendar .weekend.day {
  color: #0080c3;
  opacity: 0.5;
}
.calendar tbody td {
  padding: 5px 0;
}
.calendar tbody .day:not(.wn):hover {
  background: #e8e8e8 !important;
  color: #0080c3;
}
.calendar .selected,
.calendar .weekend.day.selected {
  color: #fff;
  background: #0080c3;
}
.calendar .selected:hover {
  color: #fff;
}
.calendar .emptycell {
  cursor: default;
  opacity: 0.3;
}
.calendar .ttip {
  font-size: 85%;
}
.calendar tfoot {
  position: absolute;
  width: 100%;
  display: table;
}



/* 
==============================
 # 5.4 - Buttons
==============================
*/

.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, .button.button-dark:hover, button.button-dark:hover, input[type="submit"].button-dark:hover, input[type="button"].button-dark:hover, .active.button, button.active, input.active[type="submit"], input.active[type="button"], .active.button.button-dark, button.active.button-dark, input.active[type="submit"].button-dark, input.active[type="button"].button-dark, .button:active, button:active, input[type="submit"]:active, input[type="button"]:active, .button.button-dark:active, button.button-dark:active, input[type="submit"].button-dark:active, input[type="button"].button-dark:active, .button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus, .button.button-dark:focus:hover, .button.button-dark.active:focus, .button.button-dark:focus:active, button.button-dark:focus:hover, button.button-dark.active:focus, button.button-dark:focus:active, input[type="submit"].button-dark:focus:hover, input[type="submit"].button-dark.active:focus, input[type="submit"].button-dark:focus:active, input[type="button"].button-dark:focus:hover, input[type="button"].button-dark.active:focus, input[type="button"].button-dark:focus:active {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0080c3 !important;
    color: #fff !important;
    font-weight: 700;
    border: 0 none
}
.button.button-secondary--disabled, .button.button-secondary[disabled=disabled], button.button-secondary--disabled, button.button-secondary[disabled=disabled], input[type="submit"].button-secondary--disabled, input[type="submit"].button-secondary[disabled=disabled], input[type="button"].button-secondary--disabled, input[type="button"].button-secondary[disabled=disabled], .button.button-dark--disabled, .button.button-dark[disabled=disabled], button.button-dark--disabled, button.button-dark[disabled=disabled], input[type="submit"].button-dark--disabled, input[type="submit"].button-dark[disabled=disabled], input[type="button"].button-dark--disabled, input[type="button"].button-dark[disabled=disabled], .button.button-light--disabled, .button.button-light[disabled=disabled], button.button-light--disabled, button.button-light[disabled=disabled], input[type="submit"].button-light--disabled, input[type="submit"].button-light[disabled=disabled], input[type="button"].button-light--disabled, input[type="button"].button-light[disabled=disabled], .glider__button--disabled, .glider__button[disabled=disabled] {
    opacity: 0.4;
    font-weight: normal;
    line-height: 14px
}
.button, button, input[type="submit"], input[type="button"],
#cookieChoiceDismiss {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Merriweather Sans", "Verdana", sans-serif !important;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-size: 0.75rem;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    border: 0 none;
    background-color: #f2f2f2;
    width: auto;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}
.button.button-default, button.button-default, input[type="submit"].button-default, input[type="button"].button-default,
#cookieChoiceDismiss {
    background-color: #0080c3;
    color: #fff
}
.button.button-default:hover, .button.button-default.active, .button.button-default:active, button.button-default:hover, button.button-default.active, button.button-default:active, input[type="submit"].button-default:hover, input[type="submit"].button-default.active, input[type="submit"].button-default:active, input[type="button"].button-default:hover, input[type="button"].button-default.active, input[type="button"].button-default:active {
    color: #fff !important
}
.button.button-secondary, button.button-secondary, input[type="submit"].button-secondary, input[type="button"].button-secondary {
    background-color: #f2f2f2;
    color: #666;
    border: 1px solid #e6e6e6
}
.button.button-dark, button.button-dark, input[type="submit"].button-dark, input[type="button"].button-dark {
    background-color: #333;
    color: #fff;
}
.button.button-light, button.button-light, input[type="submit"].button-light, input[type="button"].button-light {
    background-color: #fff;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em
}
.button.button-light:hover, .button.button-light.active, .button.button-light:active, button.button-light:hover, button.button-light.active, button.button-light:active, input[type="submit"].button-light:hover, input[type="submit"].button-light.active, input[type="submit"].button-light:active, input[type="button"].button-light:hover, input[type="button"].button-light.active, input[type="button"].button-light:active {
    background-color: #fafafa !important;
    color: inherit
}
.button.icon:before, button.icon:before, input[type="submit"].icon:before, input[type="button"].icon:before {
    font-family: "Fontello";
    padding-right: 7px;
    font-size: 150%;
    top: 2px;
    position: relative;
    left: -2px;
    margin: -2px
}
.error .button-default {
    opacity: 0.5
}
.button-link {
    display: inline-block;
}
.button-link:before {
    content: '>';
    display: inline;
    margin-right: 3px
}



/* 
==============================
 # 5.5 - Infoboxen
==============================
*/

.info-box {
  padding: 40px 40px 0px 40px;
}
.info-box + .info-box {
  border-top: 1px solid #E6E6E6;
}
.info-box ul.custom-list {
  margin-bottom: 15px;
}
.info-box .button {
  margin-bottom: 15px;
}
.content-box-header + .info-box {
  padding-top: 20px;
}
.info-box h3 {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
.info-box ul.custom-list li.list-item_phone:before { content: '\e836'; color: #666; }
.info-box ul.custom-list li.list-item_print:before { content: '\e840'; color: #666; }
.info-box ul.custom-list li.list-item_mail:before { content: '\e841'; color: #666; }
.infobox-medium .art-teaser .thumb {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.infobox-medium .art-teaser .thumb img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.infobox-medium .art-teaser .topline {
  font-weight: 800;
}
.infobox-medium .art-teaser .headline-large {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0.3em;
}


/* 
==============================
 # 6.1 - Header
==============================
*/

.art-detail > header {
  padding: 30px 40px 0px 16.6667%;
}
.art-detail > header hgroup h2 a {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0080C3; 
}
.art-detail > header hgroup h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 0.6em;
}



/* 
==============================
 # 6.2 - Sidebar
==============================
*/
.art-detail .grid_item-2 aside {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  padding: 0px 15px; 
  text-align: center;
}


/* 
==============================
 # 6.2.1 - Author
==============================
*/

.art-detail aside .author {
  font-size: 12px;
  font-size: 0.75rem;
	margin-bottom: 15px;
}
.art-detail aside .author .u-circular,
.art-detail aside .author .author-name,
.art-detail aside .author .location,
.art-detail aside .meta time,
.art-detail aside .meta .edited {
  display: block;  
}
.art-detail aside .author .u-circular {
  width: 94px;
  height: 94px;
  margin: 0 auto;
}
.art-detail aside .author .author-name {
  font-weight: bold;
  margin-top: 10px;
}
.art-detail aside .author .author-name a {
  color: #333;  
}
.art-detail aside .meta {
  font-size: 10px;
  font-size: 0.625rem;
}
.art-detail aside .meta time,
.art-detail aside .meta .edited,
.art-detail aside .social ul li {
  margin-top: 10px;
}



/* 
==============================
 # 6.2.2 - Social
==============================
*/

.art-detail aside .social {
  margin-top: 30px;
}
.art-detail aside .social ul li a i.icon {
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
  color: #333;
}
.art-detail aside .social ul li a i.icon:hover {
  color: #0080C3;
}



/* 
==============================
 # 6.3 - Content
==============================
*/

.art-detail .art-content {
  padding-right: 40px;
}
.art-detail h2.supported {
  display: inline-block;
  margin-bottom: 0.5em;
  background: #999;
  padding: 3px 10px;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FEFEFE;
}
.art-detail .art-content,
.art-detail .art-content p {
  font-size: 16px;    
  font-weight: 400;
  line-height: 1.8em;  
}
.art-detail .art-content > p:first-child:first-letter,
.art-detail .art-content > .art-thumbnail + p:first-letter {
  float: left;
  display: inline-block;
  margin-top: 0.1em;
  padding: 0 0.15em 0 0;
  font-size: 3.55em;
  line-height: 0.8em;
  color: #0080c3;
}
.art-detail .art-content > table {
	margin-bottom: 1.8em;
}
.art-detail .art-content > table.MSUSportergebnis tr > td:last-of-type:empty {
	display: none;
}
.art-detail .art-content > ul:before,
.art-detail .art-content > ul:after,
.art-detail .art-content > .keywords:before,
.art-detail .art-content > .fcms_group:after,
.art-detail .art-content > .gallery-wrapper header:after,
.art-detail .art-content > .gallery-wrapper .gallery:after,
.art-detail .art-content > footer:after {
  display: block;    
  clear: both;
  content: "";
}
.art-detail .art-content > .short,
.art-detail .art-content > .art-thumbnail,
.art-detail .art-content > p, 
.art-detail .art-content > ul,
.art-detail .art-content > blockquote,
.art-detail .art-content > .fcms_group,
.art-detail .art-content > .fcms_group .art-image,
.art-detail .art-content > .gallery-wrapper,
.art-detail .art-content > .stream {
  margin-bottom: 1.8em;
}
.art-detail .art-content .short {
  font-weight: bold;
}
.art-detail .art-content > ul li,
.art-detail .art-content > .art-linkbox .lbx_list li,
ul.custom-list li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0.25em;
  line-height: 1.4em;  
}
.art-detail .art-content > ul li:before,
.art-detail .art-content > .art-linkbox .lbx_list li:before,
ul.custom-list li:before {
  content: '\e829';
  position: absolute;
  left: 0;
  font-family: 'Fontello';

  font-size: 1.2em;
  color: #0080c3;  
} 
ul.custom-list.check-list li:before { content: '\e827'; }
ul.custom-list.play-list li:before { content: '\e82c'; }
.art-detail .art-content > .art-image.left,
.art-detail .art-content > .art-image.right {
   max-width: 320px;  
}
.art-detail .art-content q {
  float: left;
  position: relative;
  width: 200px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  line-height: 32px;
  margin: 0px 20px 15px -85px;
  quotes: "\201E" "\201C";
}  
.art-detail .art-content q:before {
  position: absolute;
  top: -5px;
  left: -30px;
  font-size: 42px;
  font-size: 2.625rem;    
  font-style: normal;
  font-weight: normal;
  color: #0080c3;
}
.art-detail .art-content q:after {
  position: absolute;
  bottom: -10px;        
  font-size: 42px;
  font-size: 2.625rem;    
  font-style: normal;
  font-weight: normal;
  color: #0080c3;
}
.art-detail .art-content > blockquote {
  display: inline-block;
  font-style: italic;
  line-height: 1.8em;
  border-left: 4px solid #0080c3;
  padding-left: 40px
}
.art-detail .art-content > blockquote p {
 quotes: "\201E" "\201C";
  font-weight: 400;
}
.art-detail .quoteBlock {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    line-height: 32px;
    position: relative;
    width: 200px;
    margin: -3px 10px 5px -85px;
    float: left
}
.art-detail .quoteBlock strong.quoteSource {
    font-size: 50%;
    padding-right: 5px
}


/* 
==============================
 # 6.3.1 - Bilder & Videos
==============================
*/

.art-detail .art-content .art-thumbnail a {
  display: block;
  position: relative;  
}  
.art-detail .art-content .art-thumbnail a .frame {
  height: auto;
  max-height: 500px;
  overflow: hidden;
}
.art-detail .art-content .art-thumbnail a i.icon-increase {
  position: absolute;
  right: 4px;
  bottom: 10px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #FFF;
}
.art-detail .art-content .art-thumbnail.low {
  float: right;
  max-width: 320px;
  margin: 0px 0px 20px 20px;
}
.art-detail .art-content figcaption,
.art-detail .art-content .stream > footer {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2em;    
  margin-top: 1em;
  color: #999;
}
.art-detail .art-content .stream > footer:before {
  font-family: "Fontello";
  content: '\e82c';
  display: inline-block;
  margin-right: 5px;
}
.art-detail .art-content figcaption i.icon-camera {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 5px;
}
.art-detail .art-content > .art-image.left {
  float: left;
  margin: 0px 20px 20px -120px;
}
.art-detail .art-content > .art-image.right {
  float: right;
  margin: 0px 0px 20px 20px;
}
.art-detail .art-content .fcms_group .art-image {
  float: left;
  width: 50%;  
  height: 230px;
  padding-right: 60px;
}


/* 
==============================
 # 6.3.2 - Werbung
==============================
*/

.art-detail .art-content .gpt-container {
  float: right;
  margin: 0px 0px 20px 20px;
}
.art-detail .art-content .gpt-container.gpt-visible:before {
  content: 'Anzeige';
  display: block;
  padding: 0 0.25em 0.25em 0;
  font-family: 'Merriweather Sans';
  font-size: 10px;
  font-size: 0.625rem;
  color: #999;
  line-height: 1.3em;
  text-align: right;
}


/* 
==============================
 # 6.3.3 - Galerie
==============================
*/

.art-detail .art-content .gallery-wrapper {
  width: 800px;
  overflow: hidden;
  padding: 28px 40px 40px 40px;
  background: #F2F2F2;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
     -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
  	  box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
}
.art-detail .art-content .gallery-wrapper header {
  font-family: "Merriweather Sans", "Verdana", sans-serif; 
}
.art-detail .art-content .gallery-wrapper header h2 {
  font-size: 14px;
  font-size: 0.875rem;    
  font-weight: 400;
  letter-spacing: 0.1em;    
  text-transform: uppercase;
  color: #66b3db;
  margin-bottom: 0;
  padding-left: 40px;
}
.art-detail .art-content .gallery-wrapper header h3 {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  padding-right: 40px;
}  
.art-detail .art-content .gallery-wrapper header h3 i {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 10px;
  vertical-align: middle;    
}
.art-detail .art-content .gallery-wrapper header h3 a:hover {
  color: #333;
}
.art-detail .art-content .gallery-wrapper header > a {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #66b3db;
}
.art-detail .art-content .gallery-wrapper header > a:hover {
  color: #0080C3;
}
.art-detail .art-content .gallery-wrapper header > a > i {
  margin-right: 5px;
  font-weight: bold;
}
.art-detail .art-content .gallery-wrapper .gallery {
  *zoom: 1;
  margin-bottom: 0;
}
.art-detail .art-content .gallery-wrapper .gallery .gallery_item {
  float: left;
  position: relative;
  width: 33.33333%;
  height: 136px;
  overflow: hidden;
  outline: 2px solid #FFF;
}
.art-detail .art-content .gallery-wrapper .gallery .gallery_item img {    
  display: block;
  width: 100%;
  height: auto;
}



/* 
==================================
 # 6.3.4 - Linkbox & Attachment
==================================
*/
.art-detail .art-content .art-linkbox,
.art-detail .art-content .art-attachment {
  clear: both;
  float: right;
  max-width: 480px;
  display: block;
  padding: 20px 40px;
  margin: 0px -41px 20px 20px;
  background-color: #f2f2f2;
}
.art-detail .art-content .art-linkbox hgroup h2,
.art-detail .art-content .art-linkbox hgroup h3,
.art-detail .art-content .art-attachment hgroup h2,
.art-detail .art-content .art-attachment hgroup h3 {
  font-family: "Merriweather Sans", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
}
.art-detail .art-content .art-linkbox hgroup h2,
.art-detail .art-content .art-attachment hgroup h2 {
  margin-bottom: 1em;  
  text-transform: inherit;
  color: #333;  
}
.art-detail .art-content .art-linkbox hgroup h3,
.art-detail .art-content .art-attachment hgroup h3 {    
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #66b3db;
}
.art-detail .art-content .art-linkbox .kwordlist {
  display: none;
  margin-top: 20px;
}
.art-detail .art-content .art-linkbox .kwordlist a.button {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  padding: 0.25em 0.5em;
  margin: 0 10px 5px 0;
}
.art-detail .art-content .art-linkbox .lbx_list li:before {
  margin-top: 0.1;
}
.art-detail .art-content .art-linkbox .lbx_list li.url:before { content: '\e838'; }
.art-detail .art-content .art-linkbox .lbx_list li.img:before { content: '\e817'; }
.art-detail .art-content .art-linkbox .lbx_list .headline,
.art-detail .art-content .art-linkbox .lbx_list .description {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
  margin: 0;
}
.art-detail .art-content .art-attachment figure {
  float: right;
  display: block;
  width: 80px;
  margin: 0 0 10px 20px;
  text-align: right;
}
.art-detail .art-content .art-attachment figure img {
  width: 100%;
}
.art-detail .art-content .art-attachment hgroup {
  float: left;
  max-width: 300px;
  display: block;
  margin: 0;
}



/* 
==============================
 # 6.3.5 - Tabellen
==============================
*/

article table {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
article table tr th,
article table tr td {
  padding: 0.625em 0.9375em;
  line-height: 1.25em;
  border: 1px solid #EAEAEA;
  vertical-align: top;
  text-align: left;
}
article table.custom-table tr th,
article table.custom-table tr td {
  border: none;
  padding: 0 1em 0 0;
  line-height: 1.8em;  
}
article table tr th {
  background: #F5F5F5;
}



/* 
==============================
 # 6.3.6 - Timeline
==============================
*/

.art-detail .art-content .glider.timeline {
  width: 110%;  
}
.timeline {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    margin-bottom: 20px;
    *zoom: 1;
    width: 116%
}
.timeline:after {
    content: "";
    display: table;
    clear: both
}
.timeline h3, .timeline--vertical h3 {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #66b3db;
    text-transform: uppercase;
    line-height: 2em !important;
    margin-bottom: 15px
}
.timeline ol {
    position: relative;
    height: 2px;
    margin-top: 40px;
    background-color: #e6e6e6;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZTZlNmU2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6e6e6), color-stop(85%, #e6e6e6), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(left, #e6e6e6 0%, #e6e6e6 85%, #ffffff 100%);
    background-image: linear-gradient(to right, #e6e6e6 0%, #e6e6e6 85%, #ffffff 100%);
    width: 100%;
    *zoom: 1
}
.timeline ol:after {
    content: "";
    display: table;
    clear: both
}
.timeline li {
    position: relative;
    top: -45px;
    left: 5px;
    display: inline-block;
    float: left;
    width: 170px;
    margin-right: 15px
}
.timeline li:last-child {
    margin-right: 0;
    padding-right: 0
}
.timeline li:before {
    content: "";
    display: block;
    position: relative;
    left: -5px;
    top: 41px;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    border-radius: 10px;
    background: #999
}
.timeline time {
    color: #66b3db;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em
}
.timeline .content {
    color: #333;
    font-weight: 700;
    line-height: 1.4em;
    display: block;
    position: relative;
    top: 30px;
    cursor: pointer
}
.timeline .content:hover {
    color: #0080c3
}
.timeline--vertical {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    margin-bottom: 0;
    width: 200px;
    margin-left: -100px;
    float: left;
    margin-right: 20px
}
.timeline--vertical ol {
    border-left: 2px solid #e6e6e6;
    line-height: 1.6em
}
.timeline--vertical li {
    position: relative;
    top: -15px;
    left: 10px
}
.timeline--vertical li:before {
    content: "";
    display: block;
    position: relative;
    left: -16px;
    top: 15px;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    border-radius: 10px;
    background: #999
}
.timeline--vertical li .content {
    font-weight: 700;
    color: #333;
    cursor: pointer
}
.timeline--vertical li .content:hover {
    color: #0080c3
}
.timeline--vertical time {
    color: #66b3db;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2em;
    display: block;
    letter-spacing: 0.05em
}
.glider.timeline {
    height: auto;
    width: 129%;
    padding: 0;
    margin-left: -100px
}
.glider.timeline > h3 {
    margin-bottom: 0
}
.glider.timeline .glider__container {
    height: 100%;
    width: 92%;
    margin: 0 2%
}
.glider.timeline .glider__timeline {
    height: 100%
}
.glider.timeline .glider__timeline section {
    width: auto;
    margin-right: 15px;
    float: left
}
.glider.timeline .glider__timeline section li {
    width: 180px
}
.glider.timeline .glider__button--left, .glider.timeline .glider__button--right {
    height: 40px;
    margin-top: 21px
}



/* 
==============================
 # 6.4 - Footer
==============================
*/

.art-detail .art-content .keywords {
  margin-top: 1.8em;  
}
.art-detail .art-content .keywords:before {
  display: block;
  content: '';
  width: 25%;
  height: 1px;
  background: #DDD; 
  margin-bottom: 20px; 
}
.art-detail .art-content .keywords h3.headline-medium {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.art-detail .art-content .keywords ul li {
  float: left;
  margin: 0px 10px 10px 0px;
  line-height: 1.8em;
}
.art-detail .art-content .keywords .open-fancybox-themen,
.art-detail .art-content > footer {
  display: table;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px; 
}
.art-detail .art-content .keywords .open-fancybox-themen i {
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 5px;
  vertical-align: middle;
}
.art-detail .art-content > footer {
  width: 100%;
  margin: 15px 0px 20px 0px;
  padding-top: 20px;
  border-top: 1px solid #DDD;
}
.art-detail .art-content > footer a:first-of-type {
  border-right: 1px solid #0080C3;
  margin-right: 10px;
  padding-right: 5px;
}
.art-detail .art-content > footer .button {
  float: right;
  background: #C8001F;
}
.art-detail .art-content > footer .button:hover {
  background: #C8001F !important; 	 
}
.art-detail .art-content > footer .button i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 5px;
}



/* 
==============================
 # 6.5 - Paywall
==============================
*/

.art-detail.paywall {
  height: auto;
  max-height: 400px;
  overflow: hidden; 
}
.art-detail.paywall .shadow {
  background-color: #ffffff; 
  position: absolute;
  bottom: 0px;   
  z-index: 999;
  width: 100%;
  height: 28%;
  margin: 0px;
  background: -moz-linear-gradient(top,  rgba(184,184,184,0) 0%, rgba(19,19,19,0.45) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,184,184,0)), color-stop(100%,rgba(19,19,19,0.45))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(184,184,184,0) 0%,rgba(19,19,19,0.45) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(184,184,184,0) 0%,rgba(19,19,19,0.45) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(184,184,184,0) 0%,rgba(19,19,19,0.45) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(184,184,184,0) 0%,rgba(19,19,19,0.45) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#804c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}



/* 
==============================
 # 6.6 - Kommentare
==============================
*/

.post {
	position: relative;
	display: block;
	width: 100%;
	max-width: 780px;
	min-height: 160px;
    *zoom: 1;
	padding: 0 80px 0 180px;
    margin-bottom: 20px;
}
.post .avatar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 180px;
    padding: 0 10px;
    line-height: 1.2em;
    text-align: center;
}
.post .avatar > a {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
}
.post .avatar > small, 
.post .avatar > time {
    display: block;
    margin: 0
}
.post .avatar strong {
  font-size: 12px;
}
.post .avatar time {
  font-size: 10px;
}
.post strong, .post .link {
    display: block;
    color: #66b3db
}
.post .link:hover {
    color: #0080c3
}
.post .comment {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	display: block;
    width: auto;
    min-height: 50px;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5em;
    background-color: #f2f2f2;
    padding: 20px 40px;
}
.post .comment:before {
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    position: absolute;
    left: -12px;
    top: 22px
}
.post .comment header {
    font-weight: 700
}
.post .comment p {
    margin: 10px 0 0 0;
    line-height: 1.6em
}
.post .comment blockquote {
    margin: 10px 0 0 0;
    line-height: 1.6em;
    border-left: 2px solid #fff;
    padding-left: 10px
}
.post .comment blockquote cite {
    margin-top: 5px;
    font-weight: 700
}
.post .comment blockquote cite:before {
    display: inline-block;
    content: 'Zitat von:';
    font-weight: normal;
    margin-right: 5px
}
.post .comment blockquote p {
    margin-top: 0;
    font-style: italic
}
.post .post-icons {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
    width: 60px;
}
.post .post-icons li {
    display: block;
    width: 35px;
    min-width: 35px;
    height: 24px;
    background-color: #0080c3;
    border-bottom: 1px solid #fff;
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    padding-left: 10px
}
.post .post-icons li > a, 
.post .post-icons li > span {
    color: #fff;
    position: relative;
    display: inline
}
.post .post-icons li > a.likes, 
.post .post-icons li > span.likes {
    padding-right: 5px;
    padding-left: 3px
}
.post .post-icons li > a:before, 
.post .post-icons li > span:before {
    position: relative;
    top: 3px;
    margin-left: -21px;
    margin-right: 2px
}
.post .post-icons li > a.thumbs-up:before, 
.post .post-icons li > a.thumbs-down:before, 
.post .post-icons li > span.thumbs-up:before, 
.post .post-icons li > span.thumbs-down:before {
    margin-left: -10px
}
.post .post-icons li > a.attention-alt:before, 
.post .post-icons li > span.attention-alt:before {
    margin-left: -15px
}
.post .post-icons li > a.icon, 
.post .post-icons li > span.icon {
    color: #fff;
    padding: 0 0 0 20px;
    display: inline
}
.post .post-icons li > a.icon.fontello:hover, 
.post .post-icons li > span.icon.fontello:hover,
.post .post-icons li > a:hover:before {
    color: #fff;
}
.post .post-icons li:first-of-type {
    width: auto;
}




/* 
==============================
 # 7. - Glider
==============================
*/


.slider-element .pager .pager__button--left, .slider-element .pager .pager__button--right {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    font-family: "Fontello";
    color: #fff;
    font-size: 38px;
    font-size: 2.375rem;
    filter: progid:DXImageTransform.Microsoft.Glow(color:'white', Strength='5')
}
.slider {
  margin-bottom: 15px;
  padding-bottom: 10px;
  background-color: #fff;
}
.slider__container {
    *zoom: 1;
    height: auto;
    margin-left: -100%;
    width: 300%;
    padding-bottom: 20px;
    overflow: hidden
}
.slider__container:after {
    content: "";
    display: table;
    clear: both
}
.slider-element {
    float: left;
    width: 60em;
    overflow: hidden
}
.slider-element header {
    position: relative
}
.slider-element hgroup {
    color: #666;
    padding: 0;
    margin: 0
}
.slider-element hgroup h1 {
    font-weight: 700;
    color: #333
}
.slider-element hgroup span {
    text-transform: none
}
.slider-element hgroup p {
    font-family: "Merriweather", "Georgia", serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
    font-weight: 400;
}
.slider-element__wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.slider-element figure {
    position: relative;
    white-space: nowrap;
    display: table;
    width: 100%;
    overflow: hidden
}
.slider-element .container {
    *zoom: 1;
    font-size: 14px;
    font-size: 0.875rem;
    color: #666;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-weight: 300;
    margin-top: 20px
}
.slider-element .container:after {
    content: "";
    display: table;
    clear: both
}
.slider-element .icon-block {
    padding-left: 20px
}
.slider-element .icon-block li {
    display: inline-block
}
.slider-element .icon-block .icon {
    font-size: 28px;
    font-size: 1.75rem;
    color: #333;
    display: inline-block
}
.slider-element .icon-block .icon:hover {
    color: #0080c3;
}
.slider-element .counter {
  padding-right: 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3em;
  text-align: right;
  vertical-align: middle;
}
.slider-element .counter > a > .icon {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.2em;
  line-height: inherit;
  vertical-align: middle;
}
.slider-element .pager {
/*    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(51, 51, 51, 0.6)), color-stop(20%, rgba(51, 51, 51, 0)), color-stop(80%, rgba(51, 51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 0.6)));
    background-image: -webkit-linear-gradient(left, rgba(51, 51, 51, 0.6) 0%, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0) 80%, rgba(51, 51, 51, 0.6) 100%);
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0.6) 0%, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0) 80%, rgba(51, 51, 51, 0.6) 100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.slider-element .pager .icon {
    font-size: 36px;
    font-size: 2.25rem;
    color: #FFF;
    height: 100%;
    display: inline;
    text-shadow: 0px 0px 3px rgba(102,102,102,1);
}
.slider-element .pager [class^='span-'] {
    display: table;
    height: 100%;
    padding: 0;
}
.slider-element .pager .pager__button--left {
    text-align: left;
    padding-left: 40px;
}
.slider-element .pager .pager__button--left:hover .icon.icon-left-open-big:before { content: '\e867'; }

.slider-element .pager .pager__button--right {
    text-align: right;
    padding-right: 40px;
}
.slider-element .pager .pager__button--right:hover .icon.icon-right-open-big:before { content: '\e868'; }
.glider {
    *zoom: 1;
    width: 100%;
    height: 78px;
    padding: 0 20px;
    overflow: hidden
}
.glider:after {
    content: "";
    display: table;
    clear: both
}
.glider__container {
    *zoom: 1;
    width: 94%;
    overflow: hidden;
    float: left;
    margin: 0 1%;
    height: 77px
}
.glider__container:after {
    content: "";
    display: table;
    clear: both
}
.glider__gallery, .glider__timeline {
    *zoom: 1;
    min-width: 100.25%;
    height: 76px;
    position: relative;
    left: 0
}
.glider__gallery:after, .glider__timeline:after {
    content: "";
    display: table;
    clear: both
}
.glider__gallery section, .glider__timeline section {
    display: inline-block
}
.glider__item {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 135.5px \9;
    height: auto;
    float: left;
    margin-left: 10px;
    border: 4px solid #fff
}
.glider__item a {
    display: block
}
.glider__item img {
    width: 128px;
    border: 1px solid #fff;
    opacity: 0.5
}
.glider__item:first-of-type {
    margin-left: 1px
}
.glider__item:hover img {
    opacity: 1
}
.glider__item.active {
    border-width: 3px
}
.glider__item.active img {
    border: 1px solid #0080c3;
    opacity: 1
}
.glider__button {
    width: 2%;
    height: 73px;
    background-color: #f2f2f2;
    color: #666;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    margin-top: 4px;
    font-family: "Fontello";
    display: table
}
.glider__button:hover {
    border-color: #66b3db
}

.glider__button--left {
    float: left
}
.glider__button--left:before {
    content: '\e806';
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%
}
.glider__button--right {
    float: right
}
.glider__button--right:before {
    content: '\e807';
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%
}
.glider__no-slide-area {
  position: absolute;
  top: 0;
  display: block;
  width: 15%;
  background: #FFF;
}
.glider__no-slide-area.left {
  left: 0;
}
.glider__no-slide-area.right {
  right: 0;
}
.glider__no-slide-area .glider-button {
  display: block;
  padding: 60px 0;
  text-align: center;
}
.glider__no-slide-area i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 38px;
  font-size: 2.375rem;
  color: #999;
  border: 1px solid #FFF;
}
.glider__no-slide-area i:hover {
  border: 1px solid #999;
  border-radius: 50%;
  cursor: pointer;
}



/* 
=============================
 # Rest
=============================
*/

.article-teaser-list figure {
  float: left;
  width: 320px;
  margin-right: 40px;
}
.article-teaser-list .inner {
  float: left;
  width: 520px;
  padding: 0px 20px 0px 0px;
}
.article-teaser-list article {
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 20px 20px 0px;
}
.article-teaser-list article:last-child {
  border-bottom: none;
}
article.index-detail {
  padding: 0px 120px;
}
article .inner { padding: 20px 10px 40px 40px; }
.alert {
  width: 100%;   
  display: table;
  padding: 5px 10px;
  background: #F9F9F9;
  border: 1px solid #DDD;
  border-radius: 3px;
}
.alert:before {
  display: inline-block;
  font-family: "Fontello";
  font-size: 20px;
  content: '\e839';
  color: #0080C3;
  margin-top: -1px;
}
.alert p {
  display: table-cell;
  vertical-align: middle;
}
.xme-teaser figure img {
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.partner table tr td {
  vertical-align: middle;
  text-align: center;
}
@media print {
  .gpt-container,
  #MP_FP_BannerTop,
  #MP_FP_SkyLeft,
  #MP_FP_SkyRight,
  #MP_FP_BannerBottom { display: none !important; }
}








/* 
=============================
 # Fidion (Zuordnen!)
=============================
*/

.gallery .image-zoom, .glider__item, .glider__item img, .glider__item:hover img, .glider__item.active img {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}
a.back-link {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #66b3db;
    margin-right: 10px;
    position: relative;
    font-weight: 300
}
a.back-link:before {
    margin-right: 8px;
    font-weight: 300;
    color: #66b3db;
    font-size: 12px;
    font-size: 0.75rem
}
a.back-link:hover {
    color: #0080c3
}
.modal-box .modal-body > p,
.modal-box .modal-body ul,
.article__default__body .main p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: 400;
    margin-bottom: 1.8em
}
.article__default__body .main strong {
    display: inline;
}
.article__default__body .main hr {
    width: 760px;
    text-align: left;
    display: block;
    border-style: solid;
    border-top: 1px;
    border-color: #999;
    margin: 20px 0 30px 0
}
.article__default__body .main hr:last-of-type {
    width: 20%;
    display: block;
    margin: 40px 0 30px 0
    margin-bottom: 10px;
}

.article__default__body header > h2 a, section nav.article__nav li a, section nav.article__nav--centered li a, section nav.resort li a, section nav.topnews__nav--glider li a, .article__teaser .events .content a {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-weight: 400;
  color: #66b3db;
  text-transform: uppercase;
}
.article__default__body header > h2 a:hover, section nav.article__nav li a:hover, section nav.article__nav--centered li a:hover, section nav.resort li a:hover, section nav.topnews__nav--glider li a:hover, .article__teaser .events .content a:hover {
  color: #0080c3;
}
.article__default__body header > h2 a .active, section nav.article__nav li a .active, section nav.article__nav--centered li a .active, section nav.resort li a .active, section nav.topnews__nav--glider li a .active, .article__teaser .events .content a .active {
  color: #0080c3;
  font-weight: 700;
}
.article__default__body header > h2 a:active, section nav.article__nav li a:active, section nav.article__nav--centered li a:active, section nav.resort li a:active, section nav.topnews__nav--glider li a:active, .article__teaser .events .content a:active {
  color: #0080c3;
}
.hero__pic > header, .article__teaser > header, .gallery header {
    background: transparent url('/mp2015/images/article_header_bg.png') center center no-repeat;
    text-align: center;
    color: #333;
    margin: 0 40px 0 40px;
    overflow: hidden
}
.hero__pic > header > h2, .article__teaser > header > h2, .gallery header > h2 {
    padding: 20px 24px 19px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap;
    font-size: 36px;
    font-size: 2.25rem;
    color: #333;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 0
}
.article__teaser > header.header__nav > h2 {
    padding-bottom: 9px;
}
.hero__pic > header > h2 > .icon, 
.article__teaser > header > h2 > .icon, 
.gallery header > h2 > .icon {
    margin-left: 8px;
    font-size: 30px;
    font-size: 1.875rem;
    cursor: pointer
}
.slider-element hgroup, .article__teaser .grid__item header > hgroup, .article__teaser .item header > hgroup {
    margin-top: 20px;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 5px 0 40px
}
.slider-element hgroup > h2, .article__teaser .grid__item header > hgroup > h2, .article__teaser .item header > hgroup > h2 {
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    color: #66b3db;
    line-height: 1.3em;
}
.slider-element hgroup > h2 > a, .article__teaser .grid__item header > hgroup > h2 > a, .article__teaser .item header > hgroup > h2 > a {
    color: #66b3db
}
.slider-element hgroup > h2 > a:hover, .article__teaser .grid__item header > hgroup > h2 > a:hover, .article__teaser .item header > hgroup > h2 > a:hover {
    color: #66b3db
}
.slider-element hgroup > h1, .article__teaser .grid__item header > hgroup > h1, .article__teaser .item header > hgroup > h1 {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: inherit;
    font-weight: 400;
    margin-bottom: 0.6em;
    line-height: 1.5em
}
.slider-element hgroup > h1 > a, .article__teaser .grid__item header > hgroup > h1 > a, .article__teaser .item header > hgroup > h1 > a {
    color: #333;
    font-weight: 700;
    text-transform: none
}
.slider-element hgroup > h1 > a:hover, .article__teaser .grid__item header > hgroup > h1 > a:hover, .article__teaser .item header > hgroup > h1 > a:hover {
    color: #333;
    font-weight: 700
}
.slider-element hgroup > h1.header-link > a:after, .article__teaser .grid__item header > hgroup > h1.header-link > a:after, .article__teaser .item header > hgroup > h1.header-link > a:after {
    font-family: "Fontello";
    content: '\e807';
    color: #66b3db;
    position: relative;
    left: 10px;
    top: -1px;
    font-size: 70%;
    font-weight: 800
}
.slider-element hgroup > h1.header-link:hover > a:after, .article__teaser .grid__item header > hgroup > h1.header-link:hover > a:after, .article__teaser .item header > hgroup > h1.header-link:hover > a:after {
    color: #0080c3
}
.poll legend,
.poll .legend,
.article__default__body .main q,
.article__default__body .main blockquote p,
.article__teaser q.mega-quote,
.post .comment blockquote p {
  quotes: "»" "«" "?" "?";
}
.poll legend:before,
.poll .legend:before,
.article__default__body .main q:before,
.article__default__body .main blockquote p:before,
.article__teaser q.mega-quote:before, 
.post .comment blockquote p:before,
 .art-detail .art-content q:before {
  content: open-quote;
  display: inline-block;
}
.poll legend:after,
.poll .legend:after,
.article__default__body .main q:after,
.article__default__body .main blockquote p:after,
.article__teaser q.mega-quote:after,
.post .comment blockquote p:after, 
.art-detail .art-content q:after {
  content: close-quote;
  display: inline-block;
}
.mega-quote {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.hero__news figure,
.gallery .gallery__item--1,
.gallery .gallery__item--2,
.gallery .gallery__item--3,
.gallery .gallery__item--4,
.gallery .gallery__item--6 {
    position: relative;
    padding: 0;
    overflow: hidden;
    outline: 2px solid #fff
}
.hero__news figure > a,
.gallery .gallery__item--1 > a,
.gallery .gallery__item--2 > a,
.gallery .gallery__item--3 > a,
.gallery .gallery__item--4 > a,
.gallery .gallery__item--6 > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}
.hero__news figure > a:before,
.gallery .gallery__item--1 > a:before,
.gallery .gallery__item--2 > a:before,
.gallery .gallery__item--3 > a:before,
.gallery .gallery__item--4 > a:before,
.gallery .gallery__item--6 > a:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.hero__news figure > a:before,
.gallery .gallery__item--1 > a:before,
.gallery .gallery__item--2 > a:before,
.gallery .gallery__item--3 > a:before,
.gallery .gallery__item--4 > a:before,
.gallery .gallery__item--6 > a:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(58%, rgba(0, 0, 0, 0.1)), color-stop(95%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0.7) 95%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0.7) 95%, rgba(0, 0, 0, 0.8) 100%)
}
.hero__news figure > a img,
 .gallery .gallery__item--1 > a img,
 .gallery .gallery__item--2 > a img,
 .gallery .gallery__item--3 > a img,
 .gallery .gallery__item--4 > a img,
 .gallery .gallery__item--6 > a img {
    display: block;
    width: 100%;
    height: auto
}
.hero__news figure figcaption,
 .gallery .gallery__item--1 figcaption,
 .gallery .gallery__item--2 figcaption,
 .gallery .gallery__item--3 figcaption,
 .gallery .gallery__item--4 figcaption,
 .gallery .gallery__item--6 figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff
}
.hero__news figure figcaption:before,
.gallery .gallery__item--1 figcaption:before,
.gallery .gallery__item--2 figcaption:before,
.gallery .gallery__item--3 figcaption:before, 
.gallery .gallery__item--4 figcaption:before,
.gallery .gallery__item--6 figcaption:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 1em;
    height: 1em;
    margin-top: -0.6666em;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1em;
}
.hero__news figure figcaption > a, 
.gallery .gallery__item--1 figcaption > a,
.gallery .gallery__item--2 figcaption > a, 
.gallery .gallery__item--3 figcaption > a, 
.gallery .gallery__item--4 figcaption > a,
.gallery .gallery__item--6 figcaption > a {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    color: #fff
}
.hero__news figure figcaption > a:hover, 
.gallery .gallery__item--1 figcaption > a:hover,
.gallery .gallery__item--2 figcaption > a:hover,
.gallery .gallery__item--3 figcaption > a:hover,
.gallery .gallery__item--4 figcaption > a:hover,
.gallery .gallery__item--6 figcaption > a:hover {
    color: #fff
}
.hero__news figure figcaption h3, 
.gallery .gallery__item--1 figcaption h3,
.gallery .gallery__item--2 figcaption h3, 
.gallery .gallery__item--3 figcaption h3,  
.gallery .gallery__item--4 figcaption h3,  
.gallery .gallery__item--6 figcaption h3 {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    color: #fff;
    line-height: inherit;
    letter-spacing: normal;
    margin-bottom: 0;
}
.hero__news figure figcaption p, 
.gallery .gallery__item--1 figcaption p, 
.gallery .gallery__item--2 figcaption p, 
.gallery .gallery__item--3 figcaption p, 
.gallery .gallery__item--4 figcaption p, 
.gallery .gallery__item--6 figcaption p {
    display: inline-block;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0
}
.gallery .image-zoom {
    width: 100%
}
.gallery .image-zoom:hover, .gallery .image-zoom:active, .gallery .active.image-zoom {
    width: 103% !important;
    opacity: 1
}
.gallery figure a { 
    display: inline-block; 
}
footer:after, ul:after, ol:after, dl:after {
    content: "";
    display: table;
    clear: both
}
header h1 {
    font-size: 18px;
    font-size: 1.125rem;
}
header h2 {
    font-size: 14px;
    font-size: 0.875rem;
}
p:last-of-type {
    margin-bottom: 0;
}
.inner {
    padding: 20px 10px 40px 40px;
}
.gallery .image-zoom, .glider__item, .glider__item img, .glider__item:hover img, .glider__item.active img {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}
section.back-link {
    padding: 40px 10px 20px;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    vertical-align: bottom;
}
section.back-link a.back-link {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #66b3db;
    margin-right: 1em;
    position: relative;
    font-weight: 700;
}
section.back-link a.back-link:hover {
    color: #0080c3;
}
section.back-link > a > .font-icon {
    font-size: 1.25em;
    margin-right: 0.25em; 
}
.modal-box .modal-body > p, .modal-box .modal-body ul, .article__default__body .main {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: 400;
    margin-bottom: 1.8em
}
.article__default__body header > h2 a:hover, section nav.article__nav li a:hover, section nav.article__nav--centered li a:hover, section nav.resort li a:hover, .article__teaser .events .content a:hover {
    color: #0080c3
}
.article__default__body header > h2 a .active, section nav.article__nav li a .active, section nav.article__nav--centered li a .active, section nav.resort li a .active, .article__teaser .events .content a .active {
    color: #0080c3;
    font-weight: 700
}
.article__default__body header > h2 a:active, section nav.article__nav li a:active, section nav.article__nav--centered li a:active, section nav.resort li a:active, .article__teaser .events .content a:active {
    color: #0080c3
}
.poll legend, .poll .legend, .article__default__body .main q, .article__default__body .main blockquote p, .post .comment blockquote p {
    quotes: "\201E" "\201C";
}
.poll legend:before, .poll .legend:before, .article__default__body .main q:before, .article__default__body .main blockquote p:before, .post .comment blockquote p:before, .art-detail .art-content q:before {
    content: open-quote;
    display: inline-block
}
.poll legend:after, .poll .legend:after, .article__default__body .main q:after, .article__default__body .main blockquote p:after, .post .comment blockquote p:after, .art-detail .art-content q:after {
    content: close-quote;
    display: inline-block
}
.gallery .image-zoom {
    width: 100%
}
.gallery .image-zoom:hover, .gallery .image-zoom:active, .gallery .active.image-zoom {
    width: 103% !important;
    opacity: 1
}
footer .icon-block .icon { 
  font-size: 14px; 
  font-size: 0.875rem
} 
footer .icon-block li { 
  display: inline-block; 
  font-family: "Merriweather Sans", "Verdana", sans-serif; 
  font-size: 10px; 
  font-size: 0.625rem; 
  color: #999; 
  font-weight: 300; 
  margin-right: 6px
} 
footer .icon-block a { display: inline-block; color: #666 } 
.icon-block {
    padding: 0;
    background: 0 none
}
figcaption .icon {
    font-size: 14px;
    font-size: 0.875rem;
    color: #999;
    display: inline-block;
    margin-left: -20px;
    top: 0
}
.icon.logo {
    background: url('/mp2015/images/icons-s6d9855d6be.png')
}
.icon.logo-sponsor {
    background-position: 0 -1047px;
    height: 57px;
    width: 195px;
    background-size: auto
}
.article__default__body h1 { font-size: 30px; font-size: 1.875rem; font-weight: 400 }
.article__default__body h2 { font-size: 26px; font-size: 1.625rem; font-weight: 400 }
.article__default__body h3 { font-size: 24px; font-size: 1.5rem; font-weight: 700 }
.article__default__body h4 { font-size: 20px; font-size: 1.25rem; font-weight: 700 }
.article__default__body h5 { font-size: 16px; font-size: 1rem; font-weight: 700 }
.post--form label, .poll label {
    text-align: left
}
.post--form p {
    font-size: 12px;
    font-size: 0.75rem
}
.has-overlay {
    overflow: hidden
}
.has-overlay #page-wrap {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}
.hero {
    background-color: #fff;
    margin-bottom: 15px
}
.hero__news figure > a:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.1)), color-stop(83%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5) 83%, rgba(0, 0, 0, 0.75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5) 83%, rgba(0, 0, 0, 0.75) 100%)
}
.hero__news figure > a {
    text-align: center
}
.hero__news figure > a > img {
    display: inline;
    width: auto
}
.hero__news figcaption {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    text-align: center;
    padding: 0 120px 30px
}
.hero__news h1, .hero__news h2 {
    font-weight: 700
}
.hero__news h1 a, .hero__news h2 a {
    color: #fff
}
.hero__news h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2em;
    margin-bottom: 20px
}
.hero__news h2 {
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
    line-height: 3em
}
.hero__news a, .hero__news .link-more:after {
    color: #fff;
    display: inline
}
.hero__pic {
    padding-bottom: 10px
}
.hero__pic a {
    display: inline-block;
    margin-left: 0
}
.hero__pic figure {
    text-align: center;
    position: relative;
}
.hero__pic figcaption {
    font-family: "Merriweather", "Georgia", serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.3em;
    padding: 15px 20px 5px 20px;
    text-align: center;
    background-color: #fff
}
.hero__pic figcaption small {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    color: #666
}
.hero__pic--special {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hero__pic--special figcaption {
    background: none;
    line-height: 1;
    width: 50%;
    position: absolute;
    left: 0;
    top: 70px;
}
.hero__pic--special figcaption:after {
    content: "";
    width: 18%;
    height: 2px;
    background: white;
    display: block;
    margin: 30px auto 0 auto;
}
.hero__pic--special h1, .hero__pic--special h2 {
    color: white;
}
.hero__pic--special h1 {
    font-family: "Merriweather", "Georgia", serif;
    font-size: 42px;
    font-size: 2.625rem;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
}
.hero__pic--special span {
    font-weight: 300;
    font-size: 34px;
    font-size: 2.125rem;
}
.hero__pic--special h2 {
    font-weight: normal;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 22px;
    font-size: 1.375rem;
}
.toggler {
    text-align: center
}
.toggler > .container {
    display: none
}
.toggler.active > .button {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fafafa
}
.toggler.active > .button:before {
    content: '\e808'
}
.toggler.active > .container {
    display: block
}
.toggler .button {
    display: inline;
    width: 100%;
    text-align: center;
    margin: -1px 0 0 0;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #fff;
    margin-bottom: 1px
}
.toggler .button:before {
    font-family: "Fontello";
    color: #999;
    content: '\e805';
    padding: 0;
    font-size: 200%;
    top: 2px;
    position: relative
}
.toggler .button:hover {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}
#off-canvas-wrap {
    position: relative;
    width: 990px;
    height: 100%;
    overflow: visible;
    margin: 0 auto;
    background: #f2f2f2;
}
#page-wrap {
    position: relative;
    width: 60em;
    height: 100%;
    overflow: visible;
    *zoom: 1;
    padding: 15px 0 30px 0;
    margin: 0 auto;
}
#page-wrap:after {
    content: "";
    display: table;
    clear: both
}
.gallery__item--2,
.gallery__item--3,
.gallery__item--4,
.gallery__item--6 {
    float: left;
}
.gallery__item--2 {width: 50%;}
.gallery__item--3 {width: 33.33333%;}
.gallery__item--4 {width: 25%;}
.gallery__item--6 {width: 16.66667%;}
.gallery__item--6:nth-child(6n+1) { margin-left: 0;}
.gallery__item--6:nth-child(6n+2) { margin-left: 16.66667%;}
.gallery__item--6:nth-child(6n+3) { margin-left: 33.33333%;}
.gallery__item--6:nth-child(6n+4) { margin-left: 50%;}
.gallery__item--6:nth-child(6n+5) { margin-left: 66.66667%;}
.gallery__item--6:nth-child(6n+6) { margin-left: 83.33333%;}
.gallery__item--6:nth-child(6n+1),
.gallery__item--6:nth-child(6n+2),
.gallery__item--6:nth-child(6n+3),
.gallery__item--6:nth-child(6n+4),
.gallery__item--6:nth-child(6n+5),
.gallery__item--6:nth-child(6n+6) {
    margin-right: -100%;
    clear: none
}
.article__detail {
    overflow: hidden;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1
}
.article__default__body header {
    background: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 30px 0 30px;
    width: 100%
}
.article__default__body header > h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #333;
    font-weight: 300;
    margin-bottom: 0.5em;
    letter-spacing: inherit;
    line-height: 1.3em
}
.article__teaser {
    width: 100%;
    *zoom: 1;
    background-color: #fff;
    margin-bottom: 15px;
    counter-reset: fav-list-counter
}
.article__teaser:after {
    content: "";
    display: table;
    clear: both
}
.article__teaser a {
    color: #333;
    display: inline;
    padding-right: 5px
}
.article__teaser a:hover {
    color: #333
}
.gallery .link-to-overview {
  text-align: center;
  margin: 30px 0px;
}
.article__teaser .gallery .link-to-overview {
  margin: 0px 0px 15px 0px;
}
.gallery .link-to-overview > a {
  display: inline;
  padding: 0;
  color: #66b3db;
  font-family: "Merriweather Sans";
  font-weight: 400;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.gallery .link-to-overview > a:before {
  content: '\e803';
  display: inline-block;
  position: relative;
  left: -0.25em;
  font-family: "Fontello";
  font-size: 120%;
  font-weight: normal;
  font-style: normal;
}
.article__teaser .icon.fontello:active, .article__teaser .icon.fontello.active, .article__teaser .icon.fontello:hover {
    color: #0080c3
}
.article__teaser .grid__item header > figure, .article__teaser .item header > figure {
    min-width: 100%;
    height: auto;
    text-align: center
}
.article__teaser .grid__item header > figure > img, .article__teaser .item header > figure > img {
    height: auto;
    display: inline-block;
    outline: 2px solid #fff
}
.article__teaser .grid__item header.no-image > hgroup:before, .article__teaser .item header.no-image > hgroup:before {
    content: "";
    height: 2px;
    background: #e6e6e6;
    position: absolute;
    top: 8px;
    left: 30px;
    right: 30px
}
.article__teaser .grid__item header .date, .article__teaser .item header .date { 
    float: right; 
    position: relative; 
    right: -20px; 
    font-size: 70%; 
}
.article__teaser .grid__item header .date {
    right: 0;
}
.article__teaser .grid__item p, .article__teaser .item p {
    font-family: "Merriweather", "Georgia", serif;
    font-weight: 400;
    padding: 0 10px 0 40px;
    margin-top: 0.5em;
}
.article__teaser .grid__item p:first-child, .article__teaser .item p:first-child {
    margin-top: 0
}
.article__teaser .grid__item footer, .article__teaser .item footer {
    padding: 0 0 0 40px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 0
}
.article__teaser .grid__item header > figure {
    outline: 2px solid #fff
}
.article__teaser.has-vertical-nav .grid__item hgroup {
    padding-left: 20px
}
.article__teaser .container {
    padding-bottom: 30px
}
.article__teaser .container hr {
    width: 880px;
    display: block;
    border-style: solid;
    border-top: 1px;
    border-color: #999;
    margin: 15px 0 10px 40px
}
.article__teaser .container .visual {
    width: 33.33333%;
    float: left;
    padding: 40px 20px 20px 20px;
    text-align: center;
    min-height: 1px
}
.article__teaser .container .visual > div {
    border-radius: 50%;
    width: 100%;
    max-width: 180px;
    height: 100%;
    max-height: 180px;
    display: inline-block;
    overflow: hidden
}
.article__teaser .container .content {
    width: 66.66667%;
    float: left;
    padding: 40px 20px 30px 0
}
.article__teaser .sportstable {
    margin: 20px 0 10px 0
}
.article__teaser .sportstable--single {
    margin-top: -20px
}
.article__teaser .sportstable .visual {
    padding-top: 30px
}
.article__teaser .sportstable .content {
    position: relative;
    padding: 20px 0 10px 0
}
.article__teaser .sportstable .content hgroup {
    *zoom: 1
}
.article__teaser .sportstable .content hgroup:after {
    content: "";
    display: table;
    clear: both
}
.article__teaser .sportstable .content hgroup > h2 {
    display: inline-block;
    text-transform: uppercase;
    color: #66b3db;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-weight: 400;
    line-height: 3.6em;
    width: 63%;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
}
.article__teaser .sportstable .content hgroup > span {
    display: inline-block
}
.article__teaser .sportstable .content hgroup > .text-line {
    display: inline-block;
    font-style: italic;
    color: #999
}
.article__teaser .sportstable .content hgroup > .icon {
    float: right;
    margin-right: -8px;
    text-indent: -100%;
    overflow: hidden
}
.article__teaser .sportstable__item {
    width: 16.66667%;
    float: left;
    position: relative
}
.article__teaser .sportstable__item:nth-child(6n+1) { margin-left: 0;}
.article__teaser .sportstable__item:nth-child(6n+2) { margin-left: 16.66667%;}
.article__teaser .sportstable__item:nth-child(6n+3) { margin-left: 33.33333%;}
.article__teaser .sportstable__item:nth-child(6n+4) { margin-left: 50%;}
.article__teaser .sportstable__item:nth-child(6n+5) { margin-left: 66.66667%;}
.article__teaser .sportstable__item:nth-child(6n+6) { margin-left: 83.33333%;}
.article__teaser .sportstable__item:nth-child(6n+1),
.article__teaser .sportstable__item:nth-child(6n+2),
.article__teaser .sportstable__item:nth-child(6n+3),
.article__teaser .sportstable__item:nth-child(6n+4),
.article__teaser .sportstable__item:nth-child(6n+5),
.article__teaser .sportstable__item:nth-child(6n+6) {
    margin-right: -100%;
    clear: none
}
.article__teaser .sportstable__item .icon {
    padding: 0;
    display: inline-block;
    margin-bottom: -10px
}
.article__teaser .sportstable__item .pill {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 200;
    line-height: 1.4em;
    background-color: #dc0000;
    color: white;
    border-radius: 6px;
    padding: 0 10px;
    position: absolute;
    left: -15px;
    top: 52px
}
.article__teaser .sportstable__item span {
    font-size: 10px;
    font-size: 0.625rem;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    position: relative;
    top: 75px;
    display: block;
    text-align: center;
    line-height: 0;
    font-weight: 700
}
.article__teaser .sportstable__item:hover span {
    color: #0080c3
}
.article__teaser .poll .content h2, .article__teaser .events .content h2 {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-weight: 800;
    font-size: 16px;
    font-size: 1rem;
    color: #66b3db;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.article__teaser .poll .content h2 span, .article__teaser .events .content h2 span {
    color: #333
}
.article__teaser .poll {
    padding-left: 20px;
    padding-bottom: 20px
}
.article__teaser .poll .loader {
    display: table;
    width: 66.66667%;
    min-height: 150px;
    padding: 40px 20px 0 20px;
    float: left;
    text-align: center;
}
.article__teaser .poll .loader > div {
    display: table-cell;
    vertical-align: middle;
}
.article__teaser .poll .content {
    padding-left: 20px;
    padding-bottom: 0;
}
.article__teaser .poll .content legend, .article__teaser .poll .content .legend {
    display: block;
    width: 100%;
    font-family: "Merriweather", "Georgia", serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3em;
}
.article__teaser .poll .ted-option {
    margin-bottom: 10px
}
.article__teaser .poll .ted-option .balken > div {
    display: block;
    width: 0;
}
.article__teaser .events .content {
    padding-bottom: 0
}
.article__teaser .events .content ul {
    *zoom: 1;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-columns: 130px 4;
    -moz-columns: 130px 4;
    columns: 130px 4;
    padding-right: 20px
}
.article__teaser .events .content ul:after {
    content: "";
    display: table;
    clear: both
}
.article__teaser .events .content li {
    float: left \9;
    padding-right: 10px \9;
    font-weight: 300;
    font-style: italic;
    line-height: 1.3em;
    margin-bottom: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}
.article__teaser--list .info {
    margin: 0 40px 20px 40px;
    display: table
}
.article__teaser--list .info p {
    margin-bottom: 1.3em
}
.article__teaser--list .info h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px
}
.article__teaser--list .container {
    *zoom: 1;
    padding-bottom: 0;
    margin-bottom: 20px
}
.article__teaser--list .container:after {
    content: "";
    display: table;
    clear: both
}
.article__teaser--list .container.has-img {
    margin-bottom: 15px;
    padding: 0 40px
}
.article__teaser--list .toggler.active .container {
    margin-top: 13px
}
.article__teaser--list .item {
    margin: 0 40px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 20px 0
}
.article__teaser--list .item > header {
    margin-top: 20px
}
.article__teaser--list .item > header:first-of-type {
    margin-top: 10px
}
.article__teaser--list .item > header figure {
    background-image: none
}
.article__teaser--list .item > header > hgroup {
    margin-top: 0;
    padding: 0 20px 0 0
}
.article__teaser--list .item > header > hgroup footer {
    padding: 0;
    margin-bottom: 0;
    line-height: 0
}
.article__teaser--list .item > header > hgroup p {
    padding: 0
}
.article__teaser--list .item:last-of-type {
    border: 0;
    padding-bottom: 10px
}
.article__teaser--list .item.has-img {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px
}
.article__teaser--list .item.has-img > header {
    *zoom: 1
}
.article__teaser--list .item.has-img > header:after {
    content: "";
    display: table;
    clear: both
}
.article__teaser--list .item.has-img > header > figure {
    float: left;
    min-width: 0;
    text-align: left;
    width: 320px;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    margin-right: 40px
}
.article__teaser--list .item.has-img > header > hgroup {
    float: left;
    width: 520px;
    overflow: hidden;
    padding: 0 20px 0 0
}
.article__teaser--list .item.has-img:last-of-type {
    border: 0;
    padding-bottom: 10px
}
.article__teaser .year,
.article__teaser .day { 
    text-align: right; 
    padding: 5px 40px 0 0; 
    margin-bottom: -20px; 
}
.gallery {
    *zoom: 1;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}
.gallery:after {
    content: "";
    display: table;
    clear: both
}
.gallery figcaption {
    padding: 6px 6px 12px 12px
}
.gallery figcaption > a {
    margin-left: 35px
}
.gallery .gallery__item--6 > a:before {
    -webkit-box-shadow: inset 0 -50px 30px -35px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 -50px 30px -35px rgba(0, 0, 0, 0.6)
}
.gallery .gallery__item--6 {
    height: 89px
}
.gallery .gallery__item--6 figcaption {
    padding: 0;
    bottom: 7px
}
.gallery .gallery__item--6 figcaption > a {
    margin-left: 29px
}
.gallery .gallery__item--6 figcaption h3 {
    font-size: 9px;
    font-size: 0.5625rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 300
}
.gallery .gallery__item--6 figcaption:before {
    font-size: 18px;
    font-size: 1.125rem;
    bottom: -3px;
    left: 6px
}
.gallery .gallery__item--4 {height: 136px}
.gallery .gallery__item--3 {height: 179px}
.gallery .gallery__item--2 {height: 270px}
.gallery .gallery__item--1 {height: auto}
.gallery .gallery__item--1 figcaption > a {
    margin-left: 0
}
.gallery section.container {
    *zoom: 1
}
.gallery section.container:after {
    content: "";
    display: table;
    clear: both
}
.gallery .image-zoom {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}
.gallery .toggler {
    margin-bottom: -20px
}
.gallery .toggler section.container {
    padding-bottom: 20px;
    text-align: left
}
section nav {
    font-size: 14px;
    font-size: 0.875rem
}
section nav.article__nav li {
    display: inline-block;
    margin-right: 20px
}
section nav.article__nav--centered, section nav.resort, section nav.topnews__nav--glider {
  padding: 0 40px;
  margin: 0 0 1em;
}
section nav.article__nav--centered li a, section nav.resort li a, section nav.topnews__nav--glider li a {
  padding: 0;
  letter-spacing: 0.1em;
}
section nav.article__nav--centered li a.active, section nav.resort li a.active, section nav.topnews__nav--glider li a.active {
  font-weight: 800;
  letter-spacing: 0.075em;
  color: #0080c3;
}
section nav.article__nav--centered li a:hover.active, section nav.resort li a:hover.active, section nav.topnews__nav--glider li a:hover.active {
  color: #0080c3;
}
section nav.article__nav--centered, section nav.topnews__nav--glider {
  padding: 0;
}
section nav.activle__nav--centered {
  margin: -15px 0 20px 0;
}
section nav.article__nav--centered ul {
    text-align: center
}
section nav.article__nav--centered li, section nav.topnews__nav--glider li {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 1.4em 0 0;
  line-height: 1.5em;
  font-weight: 300;
}
section nav.article__nav--centered li:first-child {
    margin-left: 20px
}
section nav.article__nav--centered li a, section nav.topnews__nav--glider li a {
  letter-spacing: 0.1em;
}
section nav.article__nav--vertical {
    font-size: 14px;
    font-size: 0.875rem
}
section nav.article__nav--vertical > h2, section nav.article__nav--vertical > h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    text-align: right;
    font-style: italic;
    padding: 0 40px 0 5px;
    margin-bottom: 1em;
    line-height: 1.3em
}
section nav.article__nav--vertical ul {
    margin-right: 30px;
    text-align: right;
    font-style: italic
}
section nav.article__nav--vertical li {
    margin-bottom: 0.6em
}
section nav.article__nav--vertical a {
    font-weight: 400;
    padding-right: 10px;
    color: #666
}
section nav.article__nav--vertical a:hover {
    font-weight: 400;
    color: #333
}
section nav.article__nav--vertical a:active, section nav.article__nav--vertical a.active {
    color: #333;
    font-weight: 700;
}
section nav.topnews__nav--glider {
  width: 70%;
  margin: 0 15%;
}
.article__teaser--list .article__nav--centered {
    margin-bottom: 0
}
nav.step-indicator .indicator, nav .step {
    font-family: "Merriweather", "Georgia", serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    text-align: center;
    line-height: 40px
}
nav .step:first-of-type:before, nav .step:nth-of-type(2):before, nav .step:last-of-type:before, nav .step.active:first-of-type:before, nav .step.active:first-of-type:after, nav .step.active:nth-of-type(2):before, nav .step.active:nth-of-type(2):after, nav .step.active:last-of-type:before {
    content: "";
    border-color: transparent #999;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    left: -20px
}
nav.step-indicator {
    *zoom: 1;
    margin: -40px -100px 40px -160px;
    overflow: hidden !important;
    opacity: 0.6
}
nav.step-indicator:after {
    content: "";
    display: table;
    clear: both
}
nav.step-indicator .indicator {
    width: 25%;
    float: left;
    background-color: #fff;
    color: #000;
    position: relative
}
nav.step-indicator .steps {
    width: 75%;
    float: left
}
nav.step-indicator .active > a, nav.step-indicator .active ~ .step > a {
    cursor: default
}
nav .step {
    width: 33.33333%;
    float: left;
    display: list-item;
    background-color: #999;
    list-style-type: decimal;
    list-style-position: inside;
    color: #fff;
    position: relative
}
nav .step a, nav .step span {
    color: #fff;
    display: inline-block;
    padding-right: 20px
}
nav .step:first-of-type {background-color: #c5c5c5}
nav .step:first-of-type:before {border-color: #c5c5c5 #fff}
nav .step:nth-of-type(2):before {border-color: #999 #c5c5c5}
nav .step:last-of-type {background-color: #333}
nav .step:last-of-type:before {border-color: #333 #999}
nav .step.active:first-of-type {background-color: #0080c3;}
nav .step.active:first-of-type:before {border-color: #0080c3 #fff}
nav .step.active:first-of-type:after {
    right: 0;
    left: auto;
    border-color: #999 #0080c3;
    z-index: 1
}
nav .step.active:nth-of-type(2) {
    background-color: #0080c3
}
nav .step.active:nth-of-type(2):before {
    border-color: #0080c3 #c5c5c5
}
nav .step.active:nth-of-type(2):after {
    right: 0;
    left: auto;
    border-color: #333 #0080c3;
    z-index: 1
}
nav .step.active:last-of-type {background-color: #0080c3}
nav .step.active:last-of-type:before {border-color: #0080c3 #999}
nav.date-pager {
    margin-bottom: 15px;
    padding: 0 40px;
    width: 100%;
    height: 30px;
    display: table;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    *zoom: 1;
}
nav.date-pager a {padding-right: 0;}
nav.date-pager:after {
    content: "";
    display: table;
    clear: both;
}
nav.date-pager .left {float: left;}
nav.date-pager .left a {display: table;}
nav.date-pager .left a:before {content: '\e806';}
nav.date-pager .left a span {
    margin-left: 10px;
    position: relative;
    top: 1px;
}
nav.date-pager .left a:hover:before {border-color: #66b3db;}
nav.date-pager .right {float: right;}
nav.date-pager .right a { display: table;}
nav.date-pager .right a:after {content: '\e807';}
nav.date-pager .right a span {
    margin-right: 10px;
    position: relative;
    top: 1px;
}
nav.date-pager .right a:hover:after {border-color: #66b3db;}
nav.date-pager .left a:before, nav.date-pager .right a:after {
    width: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    background-color: #f2f2f2;
    color: #666;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    margin-top: 4px;
    font-family: "Fontello";
}
section.article {
    margin-bottom: 0
}
.article__detail {
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative
}
.article__default {
    background-color: #fff;
    margin-bottom: 15px
}
.article__default__body {
    padding: 40px 100px 20px 160px;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    *zoom: 1
}
.article__default__body:after {
    content: "";
    display: table;
    clear: both
}
.article__default__body header {
    padding: 0
}
.article__default__body .main ol, 
.article__default__body .main ul {
    margin: 10px 0
}
.article__default__body .main form {
    font-size: 12px;
    font-size: 0.75rem
}
.article__default__body .main .error-message {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.3em;
    font-weight: normal
}
.article__default__body .main .message-block--form [class*="message"] {
    font-size: 16px;
    font-size: 1rem
}
.comments--empty {padding: 20px 40px;}
.comments .toggler.active > .container:first-of-type {margin-top: 20px}
.article__teaser .container.comments {padding-bottom: 0;}
.post--form {
    padding: 0 0 20px 0;
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-size: 12px;
    font-size: 0.75rem
}
.post--form .container {
    width: 530px;
    margin: 0 0 0 180px;
}
.post--form header {padding: 20px 0}
.post--form h2 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    font-weight: 700
}
.post--form p {line-height: 1.5em}
.post--form fieldset {margin-bottom: 0}
.hero {
    width: 100%;
    *zoom: 1
}
.hero:after {
    content: "";
    display: table;
    clear: both
}
main[role=main] {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    *zoom: 1
}
main[role=main]:after {
    content: "";
    display: table;
    clear: both
}
.article__default__body.singlesite .main p {
    font-size: 14px;
    font-size: 0.8rem;
}
[role=navigation] .article__teaser {
    margin-bottom: 0
}
[role=navigation] .article__teaser .container {
    padding: 0
}
nav.nav-vertical {
  padding: 0 40px;
  text-align: right;
}
nav.nav-vertical > h2,
nav.nav-vertical > h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4em;
  margin-bottom: 1.0em;
}
nav.nav-vertical > ul > li {
  margin-bottom: 0.5em;
}
nav.nav-vertical > ul > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  color: #666;
}
nav.nav-vertical > ul > li > a:hover {
  font-weight: 400;
  color: #333;
}
.art-teaser {
  position: relative;
}
.grid_row .grid_item > .art-teaser > .thumb {
  outline: 2px solid #FFF;
}
.article__teaser .favorites.container {
  position: relative;
  padding-bottom: 20px;
  min-height: 220px;
}
.article__teaser .favorites .content {
  float: none;
  width: 100%;
  padding: 20px 0 10px 0;
}
.article__teaser .favorites .content ol {
  position: relative;
  padding-left: 33.3333%;
  *zoom: 1;
}
.article__teaser .favorites .content ol:after {
  content: "";
  display: table;
  clear: both
}
.article__teaser .favorites .content ol li {
  padding: 0.25em 0;
  clear: left;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
  line-height: 2.5em;
}
.article__teaser .favorites .content ol li:before {
  display: block;
  float: left;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  width: 1.5em;
  height: 1.5em;
  margin: 0.25em 1em 0.25em 0.25em;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #66b3db;
  content: counter(fav-list-counter);
  counter-increment: fav-list-counter;
  border-radius: 50%;
}
.article__teaser .favorites .content ol li .visual {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 33.3333%;
  min-height: 1px;
  padding: 0 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.article__teaser .favorites .content ol li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.article__teaser .favorites .content ol li a h3 {
  display: inline;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #66b3db;
  text-transform: uppercase;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
}
.article__teaser .favorites .content ol li.active {
  font-weight: 700;
}
.article__teaser .favorites .content ol li.active:before {
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 0.75em 0 0;
  background-color: #0080c3;
}
.article__teaser .favorites .content ol li.active .visual {
  opacity: 1;
  z-index: 2;
}
.article__teaser .favorites .content ol li.active h3 {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-weight: 700;
  color: #0080c3;
}
img.mp-logo { max-width: 293px; }
a[name]:empty {
  margin: 0;
  padding: 0;
  line-height: 0;
}
a.fcms_bluedot { display: inline; }
.slider-element .slider-element__wrapper a.fcms_bluedot {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.fivearticles {
  color: #0080c3;
  font-weight: 700;
  font-size: 1.9rem;
}
.presentedby {
  font-size: 10px;
  color:#999999; 
  font-style: italic;
}
input.button.submitButton {
  margin-top: 20px;
}
.matrix .row .cell {
  float: left;
  margin: 1em;
  width: 15%;
}
.matrix .row:after {
  content: " ";
  display: block;
  clear: both;
}
*[data-fcms-method="facetedsearch_tab"].selectedtab {font-weight: bold;}
*[data-fcms-method="facetedsearch_tab"] {cursor: pointer;}
.spinner {
  visibility: hidden;
  background-image: url("/storage/sym/loaders/loader_small_grey.gif");
  width: 16px;
  height: 16px;
}
span.highlight {
  background-color: #66b3db;
  color: #ffffff! important;
}
.ui-state-focus {
    background-color: none;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-autocomplete {
  list-style-type: none;
  margin-left: 0px;
  background-color: white;  
  position: absolute;
  width: 50% !important;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-image: linear-gradient(to top, #999999, rgba(0, 0, 0, 0)) 1 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 6px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 6px 10px;
  z-index: 99999;
}
.ui-autocomplete li {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 10px 0px 10px 20px;
  height: 50px;
  cursor: pointer;
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #000000;
  z-index: 99999;
}
.ui-autocomplete li a {
  text-decoration:none;
  color: #000000 !important;
  text-transform: uppercase;
}
#search-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 100%;
  margin: 0;
  height: 100%;
  z-index: 1003;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#search-canvas .contentbox {
  width: 960px;
  height: 100%;
  min-height: 750px;
  overflow: visible;
  padding: 40px;
  margin: 90px auto;
  background-color: #ffffff;
  position: relative;
}
#search-canvas form {
    margin-bottom: 0px;    
}
#search-canvas .button.button-default, button.button-default, input[type="submit"].button-default, input[type="button"].button-default {
  background-color: #0080c3 !important;
  color: #fff !important;
  width: auto !important;
}
#search-canvas form input, #search-canvas form textarea, #search-canvas form select {
    border-radius: 0;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 0.4em;
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    display: inline;
    outline: 0 none;
    outline: none;
    -webkit-border-radius: 0
}
#articleList .ungelesen {
 color: #0080c3; 
}
nav[role="navigation"] .level-1  a.memberthemen {
  background: #fff none repeat scroll 0 0;
  box-shadow: 6px 0 7px -4px rgba(0, 0, 0, 0.15), -6px 0 7px -4px rgba(0, 0, 0, 0.15);
  color: #333;
}
.thumb-print img {
  max-width: 450px;
  height: auto;
}
.user-profile th,
.user-profile td {
    border: 0 !important;
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.75rem;
}
.user-page-not-available td, .user-page-not-available th {border: 0 !important;}
.article__teaser q.mega-quote {
  quotes: "\201E" "\201C";
  position: relative;
  left: 4%;
  font-style: italic;
}
.article__teaser q.mega-quote:before {
  color: #0080c3;
  font-size: 48px;
  font-size: 3rem;
  line-height: 0;
  position: absolute;
  top: -5px;
  left: -35px;
  font-weight: normal;
}
.article__teaser q.mega-quote:after {
  color: #0080c3;
  font-size: 48px;
  font-size: 3rem;
  line-height: 0;
  position: absolute;
  bottom: -3px;
  margin-left: 5px;
  font-weight: normal;
}
#fcmskundenedit .fcmskundeneingabefelder tbody tr:first-of-type td {padding-top: 0; line-height: 1;}
#fcmskundenedit td {vertical-align: middle; padding: 5px 0;}
#fcmskundenedit .fcmskundeneingabefelder-desc {width: 20%; line-height: 1;}
#fcmskundenedit .fcmskundeneingabefelder-content {width: 70%; padding: 5px 20px;}
#fcmskundenedit .fcmskundeneingabefelder-content.select-wrapper:before {right: 20px;}
#fcmskundenedit .fcmskundeneingabefelder-feldshow {width: 1%;}
.infolink {
  font-style: italic;
  color: #0080c3 !important;
}
.infolink:before {
  content: '>';
  display: inline;
  margin-right: 3px;
}
#fcmskundenedit .dualinput input:first-child {margin-bottom: 10px;}
#fcmskundenedit .show_trenner {margin-top: 10px;}
.article__teaser--list .content-box { 
    padding: 0; 
    margin: 0; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;  
}
.article__teaser--list .art-pager { 
    padding-top: 10px; 
    border-top: 1px solid #e6e6e6; 
    margin: 10px 0 0 0;  
}
.article__teaser--list .art-pager a {
    padding-right: 0; 
    display: inline-block;
}
.article__teaser header.date-group > h2 {
    line-height: 0.9;
    padding-top: 13px;
    padding-bottom: 12px;
}
.article__teaser header.date-group > h2 > small {font-size: 50%;}
.article__teaser--list > header + .container:first-of-type .item:first-of-type {padding-top: 0;}
.article__teaser--list > header + .container:first-of-type .item:first-of-type header {margin-top: 0;}
.anker-link > a {
    display: block; 
    position: relative; 
    top: -30px; 
    visibility: hidden;
}
.virtual-groups > .anker-link {
    display: block;
    height: 1px;
    background: none;
    overflow: hidden;
}
.article__teaser--list .art-pager a {padding: 0;}
.art-teaser.leserreisen .inner > table {margin-bottom: 1.8em;}
.art-teaser.leserreisen .inner > table td {
  padding: 0 1em 0.5em 0;
  border: 0;
}



/* Boxen umbauen ;) */
.article__teaser .grid__item figure, 
.hero__pic figure, 
.gallery figure, 
.article__teaser.article__teaser--list figure, 
.favorites figure, 
.art-teaser figure, 
#topNewsGlider figure {
     background-image: url('/_/pics/sym/loaders/loader_big_black.gif') !important;
     background-repeat: no-repeat;
     background-position: 50%;
}
.article__teaser .grid__item figure img[data-fcms-llsource], 
.hero__pic img[data-fcms-llsource], 
.gallery img[data-fcms-llsource], 
.article__teaser.article__teaser--list img[data-fcms-llsource], 
.favorites img[data-fcms-llsource], 
.art-teaser img[data-fcms-llsource], 
#topNewsGlider img[data-fcms-llsource] {
    opacity: 0;
}
.article__teaser .grid__item figure img, 
.hero__pic img, 
.gallery img, 
.article__teaser.article__teaser--list img, 
.favorites img, 
.art-teaser img, 
#topNewsGlider img {
    opacity: 1;
    transition: opacity 0.75s;
}
.read-more {
  font-family: "Merriweather Sans", "Verdana", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #66b3db;
  cursor: pointer;
}
.read-more:before {
  content: '\e803';
  font-family: "Fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  color: inherit;
  padding-right: 0.4em;
}
.read-more:hover,
.read-more:hover:before {
  color: #0080c3;
}
.link-more {
    font-family: "Merriweather Sans", "Verdana", sans-serif;
    font-style: italic;
    margin-left: 0;
    padding-left: 5px;
    width: 45px;
    display: inline-block;
    white-space: nowrap
}
.link-more:before {
    font-family: "Fontello";
    font-style: normal;
    line-height: 1;
    content: '\e803';
    color: #66b3db;
    display: inline-block;
    position: relative;
    left: -0.25em;
    top: 1px;
    font-size: 120%;
    font-weight: 300;
}
.link-more:after {
    font-family: "Merriweather", "Georgia", serif;
    content: "mehr";
    color: #66b3db;
    display: inline-block;
    cursor: pointer
}
.link-more:hover:after, .link-more:hover:before {
    color: #0080c3
}
.ressort-link.button {
  width: 100%; 
  text-align: center;
  margin-bottom: 15px;
}
.ressort-link.button {
  background: #1CC834;
}
.ressort-link.button:hover {
  background: #1CC834 !important;
}
.home-link.button {
  float: right;
  background: #C8001F !important;
}
.home-link.button:after {
  display: block;
  content: '';
  clear: both;
}
.home-link.button:hover {
  background: #C8001F !important;
}
.home-link.button i,
.ressort-link.button i {
  font-size: 1rem;
  margin-right: 5px; 
} 
.ressort-link.button i {
  vertical-align: middle;
}