@charset "UTF-8";
/**
 * Lists Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/**
 * Mixins
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/**
 * Breakpoint mixin. Example use:
 * @include bp($breakpoint-tablet) {
 *    // content;
 * };
 *
 * @author Kim-Christian Meyer <kim.meyer@palasthotel.de>
 */
.container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 744px; } }
  @media (min-width: 992px) {
    .container {
      width: 996px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1032px; } }

.container-fluid, .grid-slot {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after, .grid-slot:before, .grid-slot:after {
    content: " ";
    display: table; }
  .container-fluid:after, .grid-slot:after {
    clear: both; }

.row, .grid-slots-wrapper, .slots-wrapper {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after, .grid-slots-wrapper:before, .grid-slots-wrapper:after, .slots-wrapper:before, .slots-wrapper:after {
    content: " ";
    display: table; }
  .row:after, .grid-slots-wrapper:after, .slots-wrapper:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.grid-container-c-1d2-1d2 {
  width: 100%; }

.grid-container-s-0-1d3 .grid-slot-1d3 {
  width: 100%; }

.grid-container-c-2d9-2d9-2d9-3d9 {
  width: 100%; }

.grid-container-c-1d1 {
  width: 100%; }

.grid-container-c-1d1 .grid-slot-1d1 {
  width: 100%; }

.grid-container-c-1d3-1d3-1d3 {
  width: 100%; }

.grid-container-c-2d3-1d3 {
  width: 100%; }

.grid-container-c-1d3-1d3-1d3 {
  width: 100%; }

.grid-container-c-1d6-1d6-1d6-1d6-1d6-1d6 {
  width: 100%; }

.grid-container-c-2d3-0 .grid-slot-2d3 {
  width: 100%; }

.grid-container-c-1d2-1d2 .grid-slot-1d2 {
  width: 50%; }

.grid-container-c-1d3-1d3-0 .grid-slot-1d3 {
  width: 50%; }

.grid-container-c-2d3-1d3 .grid-slot-2d3 {
  width: 66.6666666667%; }

.grid-container-c-2d3-0.grid-container-right-space-1d3 {
  padding-right: 33.3333333333%;
  width: 66.6666666667%; }

.grid-container-c-1d6-1d6-1d6-1d6-0.grid-container-right-space-1d3 {
  padding-right: 33.3333333333%;
  width: 66.6666666667%; }

.grid-container-c-1d3-1d3-0.grid-container-right-space-1d3 {
  padding-right: 33.3333333333%;
  width: 66.6666666667%; }

.grid-container-c-1d3-1d3-1d3 .grid-slot-1d3 {
  width: 33.3333333333%; }

.grid-container-c-2d3-1d3 .grid-slot-1d3 {
  width: 33.3333333333%; }

.grid-container-c-1d3-1d3-1d3 .grid-slot-1d3 {
  width: 33.3333333333%; }

.grid-container-c-2d9-2d9-2d9-3d9 .grid-slot-3d9 {
  width: 33.3333333333%; }

.grid-toolbar .grid-container-s-0-1d3.grid-container-left-space-2d3 {
  padding-left: 66.6666666667%;
  width: 33.3333333333%; }

.grid-container-c-1d6-1d6-1d6-1d6-1d6-1d6 .grid-slot-1d6 {
  width: 16.6666666667%; }

.grid-container-c-1d6-1d6-1d6-1d6-0 .grid-slot-1d6 {
  width: 25%; }

.grid-container-c-2d9-2d9-2d9-3d9 .grid-slot-2d9 {
  width: 22.2222222222%; }

.grid-slot {
  float: left;
  box-sizing: border-box; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/**
 * Basic HTML5 Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * Base Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Assistive text
   ========================================================================== */
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* ==========================================================================
   Clearfix 
   ========================================================================== */
.clearfix:before, .comment-respond:before, .comment-navigation:before, .entry-header-social-buttons ul:before, .clearfix:after, .comment-respond:after, .comment-navigation:after, .entry-header-social-buttons ul:after {
  content: " ";
  display: table; }
.clearfix:after, .comment-respond:after, .comment-navigation:after, .entry-header-social-buttons ul:after {
  clear: both; }

/**
 * Link Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
  Links
  ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a {
  color: #99a4a9;
  cursor: pointer; }

a:link {
  color: #99a4a9;
  text-decoration: none; }

a:visited {
  color: #99a4a9;
  text-decoration: none; }

.no-touch a:hover {
  color: #bb0e0e;
  text-decoration: underline;
  outline: 0; }

a:focus {
  color: #bb0e0e;
  text-decoration: underline; }

a:active {
  color: #bb0e0e;
  text-decoration: underline;
  outline: 0; }

/**
 * Basic Typografic Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'entypo';
  src: url("../fonts/entypo.eot");
  src: url("../fonts/entypo.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo.woff") format("woff"), url("../fonts/entypo.ttf") format("truetype"), url("../fonts/entypo#entyporegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'entypo-social';
  src: url("../fonts/entypo-social.eot");
  src: url("../fonts/entypo-social.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo-social.woff") format("woff"), url("../fonts/entypo-social.ttf") format("truetype"), url("../fonts/entypo-social.svg#entyporegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
body {
  word-wrap: break-word; }

html {
  line-height: 22.4px; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-weight: 900;
  margin: 10px 0 10px 0;
  margin: 0.625rem 0 0.625rem 0; }

h2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0;
  margin: 0;
  font-weight: 900; }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0; }

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  line-height: 15px 0;
  line-height: 0.9375rem 0; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 15px 0;
  margin: 0.9375rem 0; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 15px 0;
  margin: 0.9375rem 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: 900; }

cite {
  font-style: normal; }

blockquote {
  position: relative;
  float: left;
  margin: 15px 0 15px 0;
  margin: 0.9375rem 0 0.9375rem 0;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-weight: 400;
  background-color: #edeff4;
  font-style: italic;
  font-family: "Merriweather", serif; }
  blockquote:before, blockquote:after {
    content: " ";
    display: table; }
  blockquote:after {
    clear: both; }
  blockquote p {
    margin: 15px;
    margin: 0.9375rem; }
  blockquote:before {
    position: absolute;
    left: -10px;
    left: -0.625rem;
    font-size: 40px;
    font-size: 2.5rem;
    width: 20px;
    width: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    padding: 0 15px 30px 15px;
    padding: 0 0.9375rem 1.875rem 0.9375rem;
    content: "\201E";
    display: block;
    background-color: inherit;
    opacity: 0.2; }

@media (min-width: 760px) {
  blockquote:before {
    left: -40px;
    left: -2.5rem;
    opacity: 1; } }
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 30px 0;
  margin: 1.875rem 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp,
tt {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Icon Font Settings
 */
.icon-font {
  font-family: "entypo"; }

.icon-social {
  font-family: "entypo-social"; }

.icon-social, .icon-font {
  display: inline-block; }

[data-icon]:before {
  font-style: normal;
  content: attr(data-icon);
  speak: none; }

/**/
p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400; }

/**
 * Lists Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

ul {
  list-style-type: square;
  list-style-position: outside; }

ol {
  margin-left: 10px;
  list-style-position: outside; }

.comment-body ol, article ol {
  counter-reset: listenpunkt_ebene1;
  list-style-type: none; }
.comment-body ol > li:before, article ol > li:before {
  content: counter(listenpunkt_ebene1) ". ";
  counter-increment: listenpunkt_ebene1; }
.comment-body ol ol, article ol ol {
  counter-reset: listenpunkt_ebene2;
  list-style-type: none; }
.comment-body ol ol > li:before, article ol ol > li:before {
  content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2,decimal) ". ";
  counter-increment: listenpunkt_ebene2; }
.comment-body ol ol ol, article ol ol ol {
  counter-reset: listenpunkt_ebene3;
  list-style-type: none; }
.comment-body ol ol ol > li:before, article ol ol ol > li:before {
  content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2,decimal) "." counter(listenpunkt_ebene3,decimal) ". ";
  counter-increment: listenpunkt_ebene3; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/**
 * Embedded Content Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }
  img.unvail {
    opacity: 0;
    transition: opacity .3s ease-in; }

.grid-box-media img,
img.unvail {
  width: 100%;
  height: auto; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/**
 * Figure Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
  Figures
  ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Basic Form Elements 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
  Forms
  ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 * 4. Reset iOS Padding
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 4. */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  border: 1px solid #53646f;
  width: 98%;
  padding: 1%; }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/** http://stackoverflow.com/questions/7599533/ios-forces-rounded-corners-and-glare-on-inputs **/
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 *Table Definitions 
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th {
  text-align: left;
  background-color: #edeff4; }

th, td {
  padding: 2px 2px; }

/**
 * Basic Typografic Definitions
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
body {
  background-color: #edeff4; }

#mee-wrapper {
  max-width: 100%;
  position: relative; }

#l-wrapper {
  	/*
  	padding: 10px 0 0 0;
  
  	@include mee-breakpoint(tablet)
  	{
  		@include px-rem(padding, $gap/2);
  	}
  	*/
  position: relative;
  z-index: 900;
  max-width: 100%;
  border-bottom: none;
  background-color: white; }

@media (max-width: 980px) {
  body {
    background-color: #FFF; } }
/**
 * Container Definitions
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
.grid .grid-slot-sidebar {
  display: none; }
  @media only all and (min-width: 70.71429em) {
    .grid .grid-slot-sidebar {
      display: block; } }
  .grid .grid-slot-sidebar .box:first-child {
    margin-top: 0; }

.grid-boxes-wrapper .grid-boxes-wrapper {
  padding: 0; }

.grid-frontend .grid-slot-sidebar.grid-right-sidebar {
  float: none; }
  @media only all and (min-width: 54.21429em) {
    .grid-frontend .grid-slot-sidebar.grid-right-sidebar {
      float: right; } }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 08.09.2014
 */
.grid-container-title {
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0; }
  .grid-container-before .grid-container-title {
    margin: 5px 0;
    margin: 0.3125rem 0; }

.grid-container-before {
  padding: 0 15px;
  padding: 0 0.9375rem; }

.box {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.slots-wrapper {
  /*
  width: 100%;
  display: table;
  */ }

@media all and (min-width: 0) and (max-width: 759px) {
  .slots-wrapper {
    display: block; } }

@media all and (min-width: 0) and (max-width: 759px) {
  .grid-slot {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
    vertical-align: top; } }

/**
 *  Article Definitions
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-29
 * @last modified 2013-10-29
 */
.archive-title {
  font-size: 22px; }

.archive-meta p {
  margin: 0;
  font-size: 13px;
  line-height: 22px; }

.single-page-ad-format-24539 {
  margin-top: 700px !important; }

.ad-debug {
  background-color: #119de8;
  padding: 20px;
  color: #FFF;
  box-sizing: border-box;
  text-align: left; }
  .ad-debug.format-24237, .ad-debug.format-59852, .ad-debug.format-59360, .ad-debug.format-59851 {
    width: 100%;
    height: 300px; }
  .ad-debug.format-17327 {
    width: 400px;
    height: 400px;
    position: absolute;
    opacity: 0.1;
    pointer-events: none; }
  .ad-debug.format-24235 {
    width: 160px;
    height: 600px; }
  .ad-debug.format-17326 {
    width: 150px;
    height: 600px; }
  .ad-debug.format-24236 {
    width: 728px;
    height: 90px; }
  .ad-debug.format-24538 {
    width: 300px;
    height: 250px; }
  .ad-debug.format-24539 {
    width: 300px;
    height: 250px; }
  .ad-debug.format-24540 {
    width: 300px;
    height: 250px; }
  .ad-debug.format-24541 {
    width: 300px;
    height: 250px; }
  .ad-debug.format-24238 {
    width: 560px;
    height: 180px; }
  .ad-debug.format-24239 {
    width: 560px;
    height: 180px; }

.mee-ad-detail-billboard {
  margin: 0 0 0 -55px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mee-ad-detail-billboard {
    margin: 0 0 0 0 !important; } }
#mee-ad-wrapper {
  padding: 0;
  position: relative; }

.grid-box-advertisement {
  margin: 20px auto 20px auto; }
  .grid-box-advertisement .ad-info-title {
    display: none; }
  .grid-box-advertisement header p {
    font-size: 11px;
    margin: 0; }
  .grid-box-advertisement .grid-slot-2d3 {
    padding: 0 15px; }

.mee-ad-content-sidebar.grid-box-advertisement > div {
  display: block !important; }

.mee-ad-superbanner a,
.mee-ad-skyscraper a,
.mee-ad-content a,
#mee-ad-wallpaper a {
  display: block; }

.mee-ad-skyscraper {
  display: none; }

#mee-ad-wallpaper {
  margin-left: 293px;
  left: 0;
  position: relative;
  height: 92px;
  display: block;
  display: none; }

@media (min-width: 990px) {
  .mee-ad-superbanner {
    width: 1050px;
    width: 65.625rem;
    display: block; }

  .mee-ad-skyscraper {
    display: block;
    position: absolute;
    right: -172px;
    top: 0; }

  .mee-ad-content {
    display: block; }

  #iqd_mainAd {
    margin-bottom: 0px;
    margin-left: 0px; }

  #iqd_align_Ad {
    width: 1020px;
    text-align: center; }

  #iqd_topAd {
    padding: 0px 160px 0px 0px;
    position: relative; }

  #iqd_rightAd {
    position: absolute;
    bottom: -650px;
    left: 1020px;
    width: 160px; }

  #iqd_contentAd {
    text-align: center;
    margin-bottom: 5px; }

  #mee-ad-wallpaper {
    display: block; } }
article .mee-ad {
  text-align: left;
  margin-bottom: 20px; }

@media (min-width: 760px) {
  .mee-ad-content {
    margin-left: 55px; } }
.grid-slot-1d3 .grid-box-advertisement {
  max-width: 300px !important; }
  .grid-slot-1d3 .grid-box-advertisement iframe {
    max-width: 300px !important; }

.ad-info-title {
  color: #99a4a9;
  margin: 0;
  padding: 0;
  font-size: 11px;
  box-sizing: border-box; }
  .grid-slot-1d1 .ad-info-title, .entry-ad__format-28776 .ad-info-title {
    padding-left: 30px;
    width: 100%;
    text-align: left; }

.grid-slot-1d1 .grid-box-advertisement {
  text-align: center; }

.entry-ad__format-28776 {
  text-align: center; }

/**
 *  Article Definitions
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-29
 * @last modified 2013-10-29
 */
.jqready .content-area figure img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.content-area {
  font-size: 15px;
  line-height: 24px; }
  @media only all and (min-width: 54.28571em) {
    .content-area {
      margin-top: 20px; } }
  .content-area figure {
    font-size: 13px;
    margin-bottom: 15px; }
  .content-area .entry-header time {
    font-size: 12px;
    line-height: 24px;
    font-weight: 900;
    color: #363d40; }
  .content-area .entry-header h1 {
    margin-top: -5px; }
  .content-area .entry-header .updated {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  .content-area .entry-author {
    margin: 0; }
  .content-area h2 {
    font-size: 22px;
    line-height: 33px; }
  .content-area .entry-ressort a {
    font-weight: 700;
    color: #3b5998; }
  .content-area ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px; }
  .content-area ol {
    list-style-position: outside; }
  .content-area li {
    margin-bottom: 5px; }
  .content-area img {
    width: auto; }
  .content-area .entry-excerpt {
    margin-bottom: 15px; }
    .content-area .entry-excerpt p {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      color: #363d3d; }
    .content-area .entry-excerpt strong a {
      color: #363d3d;
      text-decoration: none;
      font-weight: 900; }
  .content-area .entry-content {
    font-family: "Merriweather", serif; }
    .content-area .entry-content:before, .content-area .entry-content:after {
      content: " ";
      display: table; }
    .content-area .entry-content:after {
      clear: both; }
    .content-area .entry-content p {
      font-size: inherit;
      line-height: inherit; }
      .single-mee_tv_tipp .content-area .entry-content p {
        margin-top: 0;
        padding-top: 0; }
    .content-area .entry-content h2, .content-area .entry-content h3, .content-area .entry-content h4, .content-area .entry-content h5, .content-area .entry-content h6 {
      font-family: "Roboto", sans-serif; }

@media (min-width: 760px) {
  .content-area .entry-header,
  .content-area .entry-excerpt,
  .content-area .entry-content,
  .content-area figure {
    margin-left: 55px; } }
@media (min-width: 990px) {
  .content-full-width .entry-header,
  .content-full-width .entry-excerpt,
  .content-full-width .entry-content,
  .content-full-width figure {
    width: calc( 100% - 60px ); } }
.entry-header .m-social-media-bar {
  display: block;
  -webkit-transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden; }

.cta-add-comment,
.cta-show-comment,
.cta-cover-archiv {
  font-weight: 400;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding-right: 10px; }

.cta-cover-archiv:before {
  content: "\E736"; }

.related-posts-slot .grid-slot-2d9 {
  width: 33.33333%; }

.entry-header-info {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  float: right;
  color: #99a4a9; }

/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-25
 */
img.alignright {
  float: right;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0; }

img.alignleft {
  float: left;
  margin: 0 30px 0 0;
  margin: 0 1.875rem 0 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right;
  margin: 10px 0 0 30px;
  margin: 0.625rem 0 0 1.875rem; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin: 10px 20px 0 -55px;
  margin: 0.625rem 1.25rem 0 -3.4375rem;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  /* Force the box to be 100% */
  max-width: 630px !important;
  max-width: 39.375rem !important; }
  .wp-caption img {
    max-width: 100%;
    height: auto; }

.wp-caption-text,
.entry-thumbnail-caption-text,
.entry-caption p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #99a4a9; }

.wp-caption p {
  margin: 5px 0 10px 0;
  margin: 0.3125rem 0 0.625rem 0; }

.image-attachment h1 {
  font-size: 15px;
  line-height: 22px; }

.entry-attachment figcaption p {
  margin: 0;
  font-size: 13px; }

.image-navigation {
  margin-bottom: 15px; }
  .image-navigation:before, .image-navigation:after {
    content: " ";
    display: table; }
  .image-navigation:after {
    clear: both; }
  .image-navigation .nav-previous, .image-navigation .nav-next {
    font-size: 18px;
    color: black;
    background-color: #edeff4;
    float: left; }
    .image-navigation .nav-previous a, .image-navigation .nav-next a {
      line-height: 20px;
      color: #3b5998;
      padding: 10px 15px;
      display: block; }
    .image-navigation .nav-previous .icon-font, .image-navigation .nav-next .icon-font {
      font-size: 40px; }
  .image-navigation .nav-next {
    float: right; }
  .image-navigation h2 {
    font-size: 18px;
    float: left; }
    .image-navigation h2 a {
      color: #3b5998; }

@media (min-width: 760px) {
  .image-navigation {
    border: 1px solid #edeff4;
    margin-left: 55px; }
    .image-navigation h2 {
      padding: 2px 15px; } }
@media (max-width: 759px) {
  .image-navigation .nav-previous, .image-navigation .nav-next {
    position: fixed;
    z-index: 900;
    top: 200px;
    opacity: 0.7; }
  .image-navigation .nav-previous {
    left: 0; }
  .image-navigation .nav-next {
    right: 0; } }
.no-touch .image-navigation .nav-previous a:hover, .no-touch .image-navigation .nav-previous a:focus, .no-touch .image-navigation .nav-previous a:active, .no-touch .image-navigation .nav-next a:hover, .no-touch .image-navigation .nav-next a:focus, .no-touch .image-navigation .nav-next a:active {
  background-color: #99a4a9;
  color: white; }

/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-29
 * @last modified 2013-10-29
 */
.author-info {
  margin: 0 0 0 115px;
  margin: 0 0 0 7.1875rem; }
  .author-info:before, .author-info:after {
    content: " ";
    display: table; }
  .author-info:after {
    clear: both; }
  .author-info a:link, .author-info a:visited {
    color: #363d3d; }

.author-avatar {
  float: left;
  margin: 6px 0 0 -115px;
  margin: 0.375rem 0 0 -7.1875rem; }

.author-link .author-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem; }

.author-bio {
  margin: 0; }

.author-social-links {
  display: block;
  margin-top: 10px; }
  .author-social-links a:link, .author-social-links a:visited {
    font-weight: 900; }

.buzzer-wrapper {
  background-color: #eff2f3;
  padding: 25px;
  padding: 1.5625rem; }
  .buzzer-wrapper:before, .buzzer-wrapper:after {
    content: " ";
    display: table; }
  .buzzer-wrapper:after {
    clear: both; }
  .buzzer-wrapper h2 {
    width: 495px;
    width: 30.9375rem;
    float: right;
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 700;
    color: #53646f; }
  .buzzer-wrapper img {
    width: 385px;
    width: 24.0625rem;
    float: left; }
  .buzzer-wrapper p {
    float: right;
    width: 495px;
    width: 30.9375rem;
    margin: 0;
    color: #53646f;
    font-weight: 700; }

@media (max-width: 989px) {
  .buzzer-wrapper {
    padding: 12.5px;
    padding: 0.78125rem; }
    .buzzer-wrapper h2 {
      width: 100%;
      float: none; }
    .buzzer-wrapper img {
      width: 100%;
      float: none; }
    .buzzer-wrapper p {
      float: none;
      width: auto; } }
@media (max-width: 760px) {
  .buzzer-wrapper h2 {
    font-size: 18px;
    line-height: 30px; }
  .buzzer-wrapper p {
    display: none; } }
.meedia-button, .url-box-url-data-controls {
  margin-top: 15px;
  margin-bottom: 15px; }
  .meedia-button a, .url-box-url-data-controls a {
    padding: 5px 10px;
    font-size: 13px;
    background-color: #3b5998;
    color: white;
    font-weight: normal;
    border-radius: 3px; }
    .meedia-button a.url-box-type-active, .url-box-url-data-controls a.url-box-type-active, .meedia-button a.current, .url-box-url-data-controls a.current {
      background-color: #99a4a9;
      color: white; }
    .meedia-button a:hover, .url-box-url-data-controls a:hover, .meedia-button a:focus, .url-box-url-data-controls a:focus, .meedia-button a:active, .url-box-url-data-controls a:active {
      background-color: #99a4a9;
      color: white; }

.comment-edit-link {
  color: red !important; }

#cancel-comment-reply-link {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  z-index: 10;
  right: 15px;
  right: 0.9375rem; }

.comment-list {
  list-style-type: none;
  margin-left: 0; }

.comments-title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.comment-list {
  list-style-type: none; }

.comment p, .comment ul {
  margin-top: 0;
  margin-top: 0;
  margin-left: 25px;
  margin-left: 1.5625rem; }

.comment ul {
  list-style-type: square; }

.comment > ol {
  list-style-type: none;
  margin: 0; }

.comment-body {
  border-bottom: 2pxpx solid #edeff4;
  border-bottom: 0.125pxrem solid #edeff4;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.depth-1 {
  margin-left: 70px;
  margin-left: 4.375rem; }
  .depth-1 .comment-body img {
    width: 80px; }

.depth-2 {
  margin-left: 70px;
  margin-left: 4.375rem; }
  .depth-2 .comment-body img {
    width: 80px; }

.depth-3 {
  margin-left: 70px;
  margin-left: 4.375rem; }
  .depth-3 .comment-body img {
    width: 80px; }

.depth-4 {
  margin-left: 70px;
  margin-left: 4.375rem; }
  .depth-4 .comment-body img {
    width: 80px; }

.depth-5 {
  margin-left: 70px;
  margin-left: 4.375rem; }
  .depth-5 .comment-body img {
    width: 80px; }

.comment-author .avatar {
  float: left;
  margin: 0 15px 30px -70px;
  margin: 0 0.9375rem 1.875rem -4.375rem; }

.comment-author, .comment-meta {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem; }

.comment-meta {
  display: inline; }

.fn {
  font-style: normal; }

.comment-meta {
  font-weight: 500;
  font-szie: 14px;
  font-szie: 0.875rem; }

.comment-reply-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  color: #edeff4; }
  .comment-reply-link span {
    font-size: 20px;
    font-size: 1.25rem; }

.comment-form label, .comment-form .required {
  display: none; }
.comment-form p {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0; }
.comment-form #comment,
.comment-form #author,
.comment-form #email,
.comment-form #url {
  width: 90%;
  background-color: #edeff4;
  border: none;
  padding: 15px;
  padding: 0.9375rem;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem; }
.comment-form #comment {
  width: 90%;
  padding: 15px;
  padding: 0.9375rem; }
.comment-form #submit {
  background-color: #bb0e0e;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  font-weight: 100;
  border: none;
  color: white;
  width: 230px !important; }

.comment-respond {
  position: relative; }

.comment-navigation {
  margin-bottom: 10px; }
  .comment-navigation .nav-previous span,
  .comment-navigation .nav-next span {
    font-family: "entypo";
    font-size: 200%; }
  .comment-navigation .nav-previous a,
  .comment-navigation .nav-next a {
    font-size: 12px;
    padding: 5px 15px;
    background-color: #eff2f3;
    border-bottom: 1px solid #d2dadd;
    position: relative;
    -moz-transition: border-left 0.2s 0.1s, border-right 0.2s 0.1s, border-bottom 0.1s 0.1s;
    -o-transition: border-left 0.2s 0.1s, border-right 0.2s 0.1s, border-bottom 0.1s 0.1s;
    -webkit-transition: border-left 0.2s 0.1s, border-right 0.2s 0.1s, border-bottom 0.1s 0.1s;
    transition: border-left 0.2s 0.1s, border-right 0.2s 0.1s, border-bottom 0.1s 0.1s; }
    .comment-navigation .nav-previous a:after,
    .comment-navigation .nav-next a:after {
      font-family: "entypo";
      font-size: 200%;
      position: absolute;
      top: -2px;
      display: block;
      color: white;
      padding: 5px 10px; }
    .comment-navigation .nav-previous a:hover,
    .comment-navigation .nav-next a:hover {
      border-bottom: 1px solid #bb0e0e; }
  .comment-navigation .nav-previous {
    float: right;
    text-align: right; }
    .comment-navigation .nav-previous a {
      border-right: 30px solid #d2dadd; }
      .comment-navigation .nav-previous a:after {
        right: -30px;
        content: "\E762"; }
      .comment-navigation .nav-previous a:hover {
        border-right: 30px solid #bb0e0e; }
  .comment-navigation .nav-next {
    float: left; }
    .comment-navigation .nav-next a {
      border-left: 30px solid #d2dadd; }
      .comment-navigation .nav-next a:after {
        left: -30px;
        content: "\E761"; }
      .comment-navigation .nav-next a:hover {
        border-left: 30px solid #bb0e0e; }

div.wpcf7 {
  margin: 0;
  padding: 0; }

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500; }

div.wpcf7-validation-errors {
  border: 2px solid #f7e700; }

span.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block; }

span.wpcf7-list-item {
  margin-left: 0.5em; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

.grid-box-cite_of_the_day blockquote {
  margin-bottom: 5px;
  margin: 0;
  padding: 0; }
  .grid-box-cite_of_the_day blockquote:before {
    content: "";
    display: none; }
  .grid-box-cite_of_the_day blockquote p {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 5px;
    padding: 0.9375rem 0.3125rem;
    margin: 15px 5px;
    margin: 0.9375rem 0.3125rem; }
  .grid-box-cite_of_the_day blockquote img {
    float: right;
    margin: 15px 5px 15px 15px;
    margin: 0.9375rem 0.3125rem 0.9375rem 0.9375rem;
    width: auto; }
  .grid-slot-1d1 .grid-box-cite_of_the_day blockquote, .grid-slot-2d3 .grid-box-cite_of_the_day blockquote, .grid-slot-1d3 .grid-box-cite_of_the_day blockquote {
    width: 100%; }
.grid-box-cite_of_the_day cite {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #363d40; }

@media (min-width: 990px) {
  .grid-box-cite_of_the_day blockquote {
    margin-left: 40px; }
    .grid-box-cite_of_the_day blockquote:before {
      content: "\201E";
      display: block; }
    .grid-box-cite_of_the_day blockquote p {
      padding: 15px 5px;
      padding: 0.9375rem 0.3125rem; }
    .grid-slot-1d1 .grid-box-cite_of_the_day blockquote {
      width: 910px; }
    .grid-slot-2d3 .grid-box-cite_of_the_day blockquote {
      width: calc( 100% - 40px); }
    .grid-slot-1d3 .grid-box-cite_of_the_day blockquote {
      width: 300px; }
  .grid-box-cite_of_the_day cite {
    margin-left: 55px;
    margin-right: 15px; } }
/**
 * Header
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
#page-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC; }
  #page-header:before, #page-header:after {
    content: " ";
    display: table; }
  #page-header:after {
    clear: both; }

#meedia_logo {
  display: block;
  float: left;
  height: auto;
  width: 20%;
  box-sizing: border-box;
  padding-left: 5px;
  outline: 0; }
  #meedia_logo img {
    margin-top: 5px; }

#newsstream-teaser-list {
  display: none; }
  #newsstream-teaser-list.slick-initialized {
    display: block; }

#newsline {
  width: 80%;
  height: 40px;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  float: left;
  padding-top: 20px; }
  #newsline a {
    color: #FFF;
    outline: 0; }
  #newsline .time {
    margin-right: 5px;
    color: #EFEFEF; }

#main-navigation {
  position: relative;
  float: left;
  width: 100%; }
  #main-navigation #primary-nav {
    float: left;
    width: 100%;
    text-align: center;
    position: relative; }
  #main-navigation #menu-primary-nav {
    text-align: center;
    margin: 0;
    padding: 0; }
  #main-navigation #menu-primary-nav li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    margin-top: 0; }
  #main-navigation #menu-primary-nav li a {
    text-decoration: none;
    color: #111;
    display: block;
    outline: 0; }
  #main-navigation #menu-primary-nav li a:hover {
    color: #111; }
  #main-navigation #menu-primary-nav li a:visited {
    color: #111;
    outline: 0; }
  #main-navigation #menu-primary-nav li:hover ul {
    display: block; }
  #main-navigation #menu-primary-nav li:hover a {
    color: #111;
    outline: 0; }
  #main-navigation #menu-primary-nav .menu-item-has-children > a:hover:after {
    width: 1px;
    display: inline-block;
    content: '\f106';
    font-family: FontAwesome;
    margin-left: 5px; }
  #main-navigation #menu-primary-nav .menu-item-has-children > a:after {
    width: 1px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f107";
    margin-left: 5px; }
  #main-navigation .sub-menu {
    display: block;
    position: absolute;
    margin: -15px;
    padding: 20px 0 0;
    margin-left: -80px !important;
    top: 40px;
    left: 50%;
    width: 160px;
    z-index: 99999;
    display: none; }
  #main-navigation .sub-menu li {
    float: left;
    color: #111;
    background-color: rgba(236, 236, 236, 0.95);
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ccc; }
  #main-navigation .sub-menu li:last-child {
    padding-bottom: 5px !important;
    border-bottom: none; }
  #main-navigation .sub-menu a {
    width: 100%;
    display: inline-block;
    border: none !important;
    font-size: 13px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: #111 !important;
    font-weight: 400 !important; }
  #main-navigation .sub-menu li a:link {
    color: #FFF; }
  #main-navigation .sub-menu li a:visited {
    color: #FFF; }
  #main-navigation .sub-menu li a:hover {
    color: #666 !important;
    text-decoration: none !important; }
  #main-navigation .sub-menu .current-menu-item a {
    color: #000;
    text-decoration: none; }

.nav-menu {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  color: #3b5998; }
  .nav-menu a {
    text-decoration: none;
    color: #363d3d; }
    .nav-menu a:active, .nav-menu a:focus {
      color: #bb0e0e;
      text-decoration: underline; }
  .nav-menu .current_page_item a {
    color: #bb0e0e; }

#menu-secondary-nav {
  font-weight: 600; }

.no-touch .nav-menu a:hover {
  color: #bb0e0e;
  text-decoration: underline; }

#m-header {
  background-color: #3b5998;
  position: relative;
  z-index: 500 !important; }

@media (max-width: 759px) {
  .m-mobile-fix-header {
    z-index: 900;
    width: 100%;
    max-width: 100%;
    height: 60px;
    background-color: #3b5998;
    position: fixed;
    top: 0;
    left: 0; }

  #navbar {
    margin-top: 50px; }

  #m-service {
    display: none; }

  #page-header {
    width: 100%;
    z-index: 900;
    margin-bottom: 10px; }

  .nav-menu a {
    padding: 10px 5px;
    display: block;
    border-bottom: 1px solid #99a4a9;
    border-top: 1px solid white; }

  .home-link {
    float: left;
    width: 50%; }
    .home-link > .site-title {
      margin: 0;
      margin: 0;
      padding: 0;
      padding: 0;
      display: block;
      background-position: center center;
      background-size: 60%;
      text-indent: -9999em; }

  .mobile-menu-toggle {
    display: block; }

  .menu-page-previous {
    float: left; }

  .mobile-search-toggle {
    float: left; }

  .menu-toggle {
    float: left;
    text-align: left; }

  .search-toggle {
    float: right;
    text-align: right; }

  .menu-toggle,
  .mobile-menu-toggle,
  .mobile-search-toggle {
    font-size: 200%;
    color: white;
    width: 15%;
    padding: 20px 5%; }

  #navbar {
    clear: both; }
    #navbar nav {
      display: none; }
    #navbar.active nav {
      display: block; } }
@media (min-width: 760px) {
  #m-service {
    position: relative; }
    #m-service:before, #m-service:after {
      content: " ";
      display: table; }
    #m-service:after {
      clear: both; }

  #m-header {
    height: 60px;
    height: 3.75rem; }

  .home-link {
    width: 235px;
    width: 14.6875rem;
    height: 60px;
    height: 3.75rem; }

  .menu-toggle,
  .mobile-menu-toggle,
  .search-toggle {
    display: none; }

  #navbar {
    width: 725px;
    width: 45.3125rem;
    height: 60px;
    height: 3.75rem;
    float: left; }

  .nav-menu ul li {
    display: inline-block; }

  #service-nav {
    display: block;
    float: left; }
    #service-nav:before, #service-nav:after {
      content: " ";
      display: table; }
    #service-nav:after {
      clear: both; }
    #service-nav ul {
      margin: 0;
      margin: 0;
      padding: 0;
      padding: 0;
      height: 30px;
      text-align: right; }
      #service-nav ul li {
        font-weight: 400;
        margin-right: 5px;
        font-size: 11px;
        font-size: 0.6875rem;
        display: inline-block; }
        #service-nav ul li a {
          text-decoration: none;
          color: #909090;
          font-weight: 500;
          line-height: 30px; }

  #service-nav #menu-service-nav {
    width: 780px;
    width: 48.75rem; } }
@media (min-width: 760px) and (max-width: 989px) {
  #navbar {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }

  #navbar {
    width: 730px;
    width: 45.625rem;
    height: 60px;
    height: 3.75rem;
    background-color: white;
    float: left; }

  .home-link {
    width: 100%;
    background-color: #3b5998; }
    .home-link > .site-title {
      background-position: 50% 50% !important; }

  #service-nav #menu-service-nav {
    float: left;
    margin-right: 0;
    width: 560px;
    width: 35rem; }
    #service-nav #menu-service-nav li {
      margin: 5px 10px 0 0;
      margin: 0.3125rem 0.625rem 0 0; } }
@media (min-width: 990px) {
  #m-header.sticky .m-header-wrapper {
    position: relative;
    z-index: 0;
    position: fixed;
    top: 0;
    width: 960px;
    border-left: 15px solid white;
    border-right: 15px solid white;
    margin-left: -15px; }
    #m-header.sticky .m-header-wrapper:before, #m-header.sticky .m-header-wrapper:after {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 0 10px rgba(160, 160, 160, 0.8);
      -moz-box-shadow: 0 0 10px rgba(160, 160, 160, 0.8);
      box-shadow: 0 0 10px rgba(160, 160, 160, 0.8);
      top: 60%;
      bottom: 0;
      left: 20%;
      right: 20%;
      -moz-border-radius: 200px / 5px;
      border-radius: 200px / 5px; }
    #m-header.sticky .m-header-wrapper:after {
      right: 10px;
      left: auto;
      -webkit-transform: skew(8deg) rotate(3deg);
      -moz-transform: skew(8deg) rotate(3deg);
      -ms-transform: skew(8deg) rotate(3deg);
      -o-transform: skew(8deg) rotate(3deg);
      transform: skew(8deg) rotate(3deg); } }
@media (min-width: 760px) and (max-width: 989px) {
  #m-header .m-header-wrapper {
    position: fixed;
    top: 0;
    width: auto; }

  #primary-nav,
  #secondary-nav {
    text-align: center; } }
/**
 * Header
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
#menu-social-nav {
  width: 90px;
  float: right; }
  #menu-social-nav li {
    display: inline-block; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 06.10.2016
 */
.grid-box-title, .boxtitle {
  text-transform: uppercase;
  background-color: inherit;
  border-bottom: 2px solid #53646f;
  border-bottom: 0.125rem solid #53646f;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.095em;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 32px;
  line-height: 2rem;
  padding: 30px 0 0 0;
  padding: 1.875rem 0 0 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .grid-box-title a, .boxtitle a, .grid-box-title span, .boxtitle span {
    color: #53646f;
    text-decoration: none;
    background-color: white;
    position: absolute;
    z-index: 1;
    margin-top: -20px;
    margin-top: -1.25rem;
    padding-right: 5px;
    padding-right: 0.3125rem; }

h2.grid-box-sponsored {
  font-size: 11px;
  color: #99a4a9;
  font-weight: 300;
  padding-top: 5px; }

/**
 * Headervariations
  * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-25
 * @last modified 2013-10-25
 */
.no-touch a:hover, .no-touch a:active, .no-touch a:focus {
  color: #bb0e0e;
  text-decoration: none; }

.mee-slot-highlighted .boxtitle a, .mee-slot-highlighted .boxtitle span {
  background-color: #edeff4; }

@media (min-width: 990px) {
  .c-before .boxtitle {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; } }
@media (max-width: 759px) {
  .c-before {
    margin: 15px 0; } }
/**
 * Headervariations
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-11-12
 * @last modified 2013-11-12
 */
.m-top-jump {
  width: 165px;
  width: 10.3125rem;
  position: absolute;
  right: 0;
  top: 50px;
  font-weight: 400;
  letter-spacing: 0.035em;
  font-size: 11px;
  font-size: 0.6875rem; }
  .m-top-jump a {
    text-decoration: none; }
  .m-top-jump .icon-font {
    font-size: 22px;
    font-size: 1.375rem;
    padding-right: 5px;
    margin-top: 2px; }

@media (max-width: 760px) {
  .m-top-jump {
    text-align: center;
    width: 100%; } }
ph-gallery__page-caption
.gallery-entry {
  list-style-type: none;
  margin: 0; }
  ph-gallery__page-caption
  .gallery-entry .gallery-item {
    display: inline-block;
    float: left;
    margin: 0 15px 15px 0;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.2); }

.no-touch .gallery-entry .gallery-item {
  text-align: center; }
  .no-touch .gallery-entry .gallery-item a {
    display: table;
    width: 125px;
    width: 7.8125rem;
    height: 125px;
    height: 7.8125rem;
    line-height: 125px; }
  .no-touch .gallery-entry .gallery-item img {
    text-align: center;
    vertical-align: middle;
    max-width: 125px;
    max-width: 7.8125rem;
    max-height: 125px;
    max-height: 7.8125rem; }
  .no-touch .gallery-entry .gallery-item:hover, .no-touch .gallery-entry .gallery-item:focus {
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.6);
    box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.6); }

.grid-box-gallery_latest .teaser-list:before, .grid-box-gallery_latest .teaser-list:after {
  content: " ";
  display: table; }
.grid-box-gallery_latest .teaser-list:after {
  clear: both; }
.grid-box-gallery_latest .teaser-list li {
  width: 135px;
  width: 8.4375rem;
  float: left;
  margin-right: 30px;
  margin-right: 1.875rem; }
  .grid-box-gallery_latest .teaser-list li:last-child {
    margin-right: 0; }

.grid-box-gallery_latest .teaser-list:before, .grid-box-gallery_latest .teaser-list:after {
  content: " ";
  display: table; }
.grid-box-gallery_latest .teaser-list:after {
  clear: both; }
.grid-box-gallery_latest .teaser-list li {
  width: 135px;
  width: 8.4375rem;
  float: left;
  margin-right: 30px;
  margin-right: 1.875rem; }
  .grid-box-gallery_latest .teaser-list li:last-child {
    margin-right: 0; }

@media (max-width: 989px) {
  .grid-box-gallery_latest .teaser-list li {
    min-height: 200px;
    width: 223px;
    width: 13.9375rem;
    float: left;
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    .grid-box-gallery_latest .teaser-list li img {
      width: 223px; }
    .grid-box-gallery_latest .teaser-list li:last-child {
      margin-right: 0; }
    .grid-box-gallery_latest .teaser-list li:nth-child(3n+3) {
      margin-right: 0; } }
@media (max-width: 759px) {
  .gallery-entry .gallery-item {
    width: 19%; }

  .grid-box-gallery_latest .teaser-list li {
    width: 100%;
    margin-bottom: 20px; }
    .grid-box-gallery_latest .teaser-list li .image img {
      width: 100%; } }
/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 01.07.2016
 */
.page-navigation {
  text-align: center;
  margin: 20px auto; }

.page-numbers {
  padding: 6px 10px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px; }
  .page-numbers.current {
    background-color: #edeff4;
    color: #363d40;
    border: 2px solid #edeff4; }

a.page-numbers {
  border: 2px solid #edeff4;
  -moz-transition: border 0.1s 0.05s, color 0.3s 0.2s;
  -o-transition: border 0.1s 0.05s, color 0.3s 0.2s;
  -webkit-transition: border 0.1s 0.05s, color 0.3s 0.2s;
  transition: border 0.1s 0.05s, color 0.3s 0.2s; }
  .no-touch a.page-numbers:hover, .no-touch a.page-numbers:active, .no-touch a.page-numbers:focus {
    color: #3b5998; }
  a.page-numbers:hover, a.page-numbers:focus, a.page-numbers:active {
    border: 2px solid #d0d5d8;
    color: white #3b5998;
    outline: none; }

/**
 * Newsletter Box
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
.grid-box-newsletter_registration a, .grid-box-jobletter_registration a {
  display: block;
  width: 100%;
  height: auto;
  text-indent: -9999em; }

@media (max-width: 759px) {
  .grid-box-newsletter_registration .mee_newsletter_registration, .grid-box-jobletter_registration .mee_newsletter_registration {
    background: url(../images/newsletter_s.png) no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 110px;
    background-size: contain; } }
@media (min-width: 760px) and (max-width: 989px) {
  .grid-box-newsletter_registration .mee_newsletter_registration, .grid-box-jobletter_registration .mee_newsletter_registration {
    background: url(../images/newsletter_m.png) no-repeat;
    width: 730px;
    height: 170px; } }
@media (min-width: 990px) {
  .grid-box-newsletter_registration .mee_newsletter_registration, .grid-box-jobletter_registration .mee_newsletter_registration {
    background: url(../images/newsletter_l.png) no-repeat;
    width: 960px;
    height: 158px; } }
/**
 * jobletter Box
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
.grid-box-jobletter_registration {
  display: block;
  width: 100%;
  height: auto;
  text-indent: -9999em; }

@media (max-width: 759px) {
  .grid-box-jobletter_registration .mee_jobletter_registration {
    background: url(../images/jobletter_s.png) no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 110px;
    background-size: contain;
    display: block; } }
@media (min-width: 760px) and (max-width: 989px) {
  .grid-box-jobletter_registration .mee_jobletter_registration {
    background: url(../images/jobletter_m.png) no-repeat;
    width: 730px;
    height: 170px;
    display: block; } }
@media (min-width: 990px) {
  .grid-box-jobletter_registration .mee_jobletter_registration {
    background: url(../images/jobletter_l.png) no-repeat;
    width: 960px;
    height: 158px;
    display: block; } }
.m-footer-news-ticker {
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 12px;
  letter-spacing: 0.055em; }
  .m-footer-news-ticker .news-ticker-list-title {
    color: white;
    font-weight: 400; }
  .m-footer-news-ticker a {
    color: white;
    font-weight: 400;
    font-size: 12px;
    font-weight: 400; }

@media (min-width: 760px) {
  .m-footer-news-ticker {
    position: absolute;
    left: 250px;
    top: 0;
    width: 295px; } }
@media (min-width: 990px) {
  .m-footer-news-ticker {
    width: 525px; } }
@media (max-width: 759px) {
  .m-footer-news-ticker {
    display: none; } }
/**
 * GRID HTML BOX
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @modified 28.04.2014
 */
.grid-box-html h2,
.grid-box-media h2 {
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 10px 0 10px 0;
  margin: 0.625rem 0 0.625rem 0; }
  .grid-box-html h2 a,
  .grid-box-media h2 a {
    color: #363d3d; }
.grid-box-html p,
.grid-box-media p {
  margin-top: 10px; }

/**../../table-tv-quote.php
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2014-01-06
 */
.grid-box-tv_tips_quotes h2,
.grid-box-tv_quotes h2 {
  font-size: 18px; }
.grid-box-tv_tips_quotes footer p strong,
.grid-box-tv_quotes footer p strong {
  font-size: 14px;
  font-weight: 900;
  color: #99a4a9; }

.m-tv-tipp-rank th {
  font-size: 13px;
  padding-right: 10px;
  padding-left: 0;
  background-color: white; }

.tv-tipp-ranking .icon-font {
  color: #edeff4; }

.tv-tipp-ranking-1 .icon-font:nth-child(1) {
  color: #bb0e0e; }

.tv-tipp-ranking-2 .icon-font:nth-child(1),
.tv-tipp-ranking-2 .icon-font:nth-child(2) {
  color: #bb0e0e; }

.tv-tipp-ranking-3 .icon-font:nth-child(1),
.tv-tipp-ranking-3 .icon-font:nth-child(2),
.tv-tipp-ranking-3 .icon-font:nth-child(3) {
  color: #bb0e0e; }

.cta-show-all-tv-tips {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-top: 15px; }

.table-tv-quotes {
  font-size: 12px;
  line-height: 20px; }
  .table-tv-quotes tr:nth-child(even) {
    background-color: #edeff4; }
  .table-tv-quotes th {
    background-color: #3b5998;
    color: white;
    padding: 0 5px;
    white-space: nowrap; }
  .table-tv-quotes td {
    padding: 2px 5px; }
  .table-tv-quotes .unit {
    font-size: 11px;
    font-weight: 700;
    text-align: right; }
  .table-tv-quotes .rank {
    font-weight: 900;
    font-size: 12px;
    padding: 5px;
    text-align: right; }
  .table-tv-quotes .absolute {
    text-align: right; }
  .table-tv-quotes .percent {
    text-align: right; }

@media (max-width: 989px) {
  .grid-box-tv_quotes {
    max-width: 300px;
    max-width: 18.75rem; }
    .grid-box-tv_quotes p {
      margin-top: 25px; } }
/**
 * Social Media Bar e.g. in Article View - Widget from Social Networks
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
.m-social-media-bar {
  margin-top: 15px; }
  .m-social-media-bar:before, .m-social-media-bar:after {
    content: " ";
    display: table; }
  .m-social-media-bar:after {
    clear: both; }

.social-media-button {
  float: left;
  width: 110px;
  line-height: 20px; }

.social-media-button-twitter-share {
  width: 80px; }

.social-media-button-facebook-share {
  width: 170px; }

.social-media-button-xing-share {
  width: 95px; }

.social-media-button-whatsup-share {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  width: 60px;
  padding: 0 4px;
  margin-right: 10px; }
  .social-media-button-whatsup-share .icon-font {
    font-size: 200%;
    padding-right: 4px; }

.whatsup-share-button {
  background-color: #00a041;
  background-color: #00a041 !important;
  background-image: none;
  padding: 1px 8px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .whatsup-share-button:hover, .whatsup-share-button:active, .whatsup-share-button:focus, .whatsup-share-button:visited, .whatsup-share-button:link {
    color: white; }

.social-media-button-mail-share {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  width: 60px;
  padding: 0 4px; }
  .social-media-button-mail-share .icon-font {
    font-size: 200%;
    padding-right: 4px; }

.social-media-button-print-share {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  width: 60px;
  margin-left: 15px;
  padding: 0 4px; }
  .social-media-button-print-share .icon-font {
    font-size: 200%;
    padding-right: 4px; }

.cta-button {
  display: inline-block;
  background-color: #f5f5f5;
  color: black;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none; }
  .cta-button a {
    color: #363d40; }

.m-social-media-bar__title {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 5px; }

.search-form {
  position: absolute;
  right: 0;
  top: -5px; }

.search-field {
  background-color: transparent;
  background-image: url(../images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0; }

.search-field:focus {
  background-color: #efefef;
  border: 1px solid #ccc;
  cursor: text;
  outline: 0;
  width: 130px; }

.search-form
.search-submit {
  display: none; }

/**
 * Headervariations
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-11-12
 * @last modified 2013-11-12
 */
.m-footer-background {
  background-color: #3b5998;
  height: 90px;
  height: 5.625rem; }

@media (min-width: 760px) {
  .footer-logo {
    width: 230px;
    height: 54px;
    margin: 5px 0 0 -13px;
    margin: 0.3125rem 0 0 -0.8125rem;
    padding: 0;
    padding: 0;
    line-height: 60px;
    background: #3b5998 url(../images/meedia_logo.png) no-repeat 12px 5px;
    text-indent: -9999em; } }
#page-footer {
  background-color: #3b5998; }
  #page-footer section {
    margin: 0 15px;
    margin: 0 0.9375rem; }
  #page-footer #m-footer-header {
    height: 90px;
    height: 5.625rem;
    color: white;
    position: relative; }
    #page-footer #m-footer-header a {
      color: inherit; }
    #page-footer #m-footer-header .search-form {
      margin-top: 10px; }
  #page-footer #m-service-footer .nav-footer {
    margin: 5px 0 0 0;
    margin: 0.3125rem 0 0 0; }
    #page-footer #m-service-footer .nav-footer .menu-item {
      display: inline-block;
      color: white;
      margin-right: 15px; }
      #page-footer #m-service-footer .nav-footer .menu-item a {
        font-weight: 400;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.035em;
        color: white;
        text-decoration: none; }

@media (min-width: 760px) {
  #page-footer #m-footer-header .search-form {
    position: absolute;
    top: 10px;
    right: 0; } }
#m-network-footer {
  padding: 30px;
  padding: 1.875rem; }
  #m-network-footer p {
    font-size: 11px;
    line-height: 16px;
    color: #99a4a9;
    text-align: center;
    margin: 10px 0; }
  #m-network-footer a {
    color: #99a4a9;
    text-decoration: underline; }
  #m-network-footer img {
    width: 174px; }

.no-touch #m-network-footer:hover, .no-touch #m-network-footer:active, .no-touch #m-network-footer:focus {
  color: #bb0e0e;
  text-decoration: none; }

.nav-network-footer {
  text-align: center; }
  .nav-network-footer li {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 0 3px; }

@media (max-width: 760px) {
  .nav-network-footer {
    display: none; }

  .nav-footer {
    display: none; } }
.wpcf7-submit {
  font-weight: 400;
  background-color: #3b5998;
  border: none;
  width: auto;
  color: white;
  letter-spacing: 0.055em;
  padding: 8px 20px; }

/********************
 * HTML CSS
 */
.nv-axis {
  font-family: sans-serif;
  font-size: 11px; }

.chartWrap {
  margin: 0;
  padding: 0;
  overflow: hidden; }

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/********************
 * TOOLTIP CSS
 */
.nvtooltip {
  position: absolute;
  background-color: white;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  font-size: 12px;
  text-align: left;
  pointer-events: none;
  padding: 5px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms; }

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px; }

.nvtooltip h3 {
  margin: 0;
  padding: 2px 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold; }

.nvtooltip p {
  margin: 0;
  padding: 2px 0;
  font-size: 12px;
  line-height: 16px; }

.nvtooltip span {
  display: inline-block;
  margin: 2px 0; }

.nvtooltip table {
  margin: 6px;
  border-spacing: 0; }

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle; }

.nvtooltip table td.key {
  font-weight: normal; }

.nvtooltip table td.value {
  text-align: right;
  font-weight: bold; }

.nvtooltip table tr.highlight td {
  padding: 0 9px 0 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px; }

.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle; }

.nvtooltip .footer {
  padding: 3px;
  text-align: center; }

.nvtooltip-pending-removal {
  position: absolute;
  pointer-events: none; }

/********************
 * SVG CSS
 */
svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Trying to get SVG to act like a greedy block in all browsers */
  display: block;
  width: 100%;
  height: 100%; }

svg text {
  font-size: 11px; }

svg .title {
  font: bold 14px Arial; }

.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
  /*
  pointer-events: none;
  */ }

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold; }

/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges; }

/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer; }

.nvd3 .nv-legend .disabled circle {
  fill-opacity: 0; }

/**********
*  Axes
*/
.nvd3 .nv-axis {
  pointer-events: none; }

.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis path.domain {
  stroke-opacity: .75; }

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0; }

.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75; }

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold; }

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle; }

/**********
*  Brush
*/
.nv-brush .resize path {
  fill: #eee;
  stroke: #666; }

/**********
*  Bars
*/
.nvd3 .nv-bars .negative rect {
  zfill: brown; }

.nvd3 .nv-bars rect {
  zfill: steelblue;
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-bars rect.hover {
  fill-opacity: 1; }

.nvd3 .nv-bars .hover rect {
  fill: lightblue; }

.nvd3 .nv-bars text {
  fill: transparent; }

.nvd3 .nv-bars .hover text {
  fill: black; }

/**********
*  Bars
*/
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1; }

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: black;
  stroke: transparent; }

/***********
*  Pie Chart
*/
.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0; }

.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1; }

.nvd3.nv-pie .hover path {
  fill-opacity: .7; }

.nvd3.nv-pie .nv-label {
  pointer-events: none; }

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0; }

/**********
* Lines
*/
.nvd3 .nv-groups path.nv-line {
  fill: none;
  stroke-width: 1.5px;
  /*
  stroke-linecap: round;
  shape-rendering: geometricPrecision;

  transition: stroke-width 250ms linear;
  -moz-transition: stroke-width 250ms linear;
  -webkit-transition: stroke-width 250ms linear;

  transition-delay: 250ms
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  */ }

.nvd3 .nv-groups path.nv-line.nv-thin-line {
  stroke-width: 1px; }

.nvd3 .nv-groups path.nv-area {
  stroke: none;
  /*
  stroke-linecap: round;
  shape-rendering: geometricPrecision;

  stroke-width: 2.5px;
  transition: stroke-width 250ms linear;
  -moz-transition: stroke-width 250ms linear;
  -webkit-transition: stroke-width 250ms linear;

  transition-delay: 250ms
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  */ }

.nvd3 .nv-line.hover path {
  stroke-width: 6px; }

/*
.nvd3.scatter .groups .point {
  fill-opacity: 0.1;
  stroke-opacity: 0.1;
}
  */
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important; }

.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important; }

.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0; }

.nvd3 .nv-indexLine {
  cursor: ew-resize; }

/**********
* Distribution
*/
.nvd3 .nv-distribution {
  pointer-events: none; }

/**********
*  Scatter
*/
/* **Attempting to remove this for useVoronoi(false), need to see if it's required anywhere
.nvd3 .nv-groups .nv-point {
  pointer-events: none;
}
*/
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5; }

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1; }

/*
.nv-group.hover .nv-point {
  fill-opacity: 1;
}
*/
/**********
*  Stacked Area
*/
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  /*
  stroke-opacity: .65;
  fill-opacity: 1;
  */
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  /*
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  */ }

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9;
  /*
  stroke-opacity: .85;
  */ }

/*
.d3stackedarea .groups path {
  stroke-opacity: 0;
}
  */
.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0; }

/*
.nvd3.nv-stackedarea .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .75;
  fill-opacity: 1;
}*/
/**********
*  Line Plus Bar
*/
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75; }

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1; }

/**********
*  Bullet
*/
.nvd3.nv-bullet {
  font: 10px sans-serif; }

.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8; }

.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1; }

.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px; }

.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px; }

.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px; }

.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee; }

.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd; }

.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc; }

.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold; }

.nvd3.nv-bullet .nv-subtitle {
  fill: #999; }

.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4; }

.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7; }

/**********
* Sparkline
*/
.nvd3.nv-sparkline path {
  fill: none; }

.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none; }

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px; }

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all; }

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  /*
  stroke: #666;
  */
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal; }

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66; }

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c; }

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728; }

.nvd3.nv-sparklineplus .nv-currentValue {
  /*
  stroke: #444;
  fill: #000;
  */
  font-weight: bold;
  font-size: 1.1em; }

/**********
* historical stock
*/
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 2px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 4px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728; }

.nvd3.nv-historicalStockChart .nv-axis .nv-axislabel {
  font-weight: bold; }

.nvd3.nv-historicalStockChart .nv-dragTarget {
  fill-opacity: 0;
  stroke: none;
  cursor: move; }

.nvd3 .nv-brush .extent {
  /*
  cursor: ew-resize !important;
  */
  fill-opacity: 0 !important; }

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7; }

/**********
* Indented Tree
*/
/**
 * TODO: the following 3 selectors are based on classes used in the example.  I should either make them standard and leave them here, or move to a CSS file not included in the library
 */
.nvd3.nv-indentedtree .name {
  margin-left: 5px; }

.nvd3.nv-indentedtree .clickable {
  color: #08C;
  cursor: pointer; }

.nvd3.nv-indentedtree span.clickable:hover {
  color: #005580;
  text-decoration: underline; }

.nvd3.nv-indentedtree .nv-childrenCount {
  display: inline-block;
  margin-left: 5px; }

.nvd3.nv-indentedtree .nv-treeicon {
  cursor: pointer;
  /*
  cursor: n-resize;
  */ }

.nvd3.nv-indentedtree .nv-treeicon.nv-folded {
  cursor: pointer;
  /*
  cursor: s-resize;
  */ }

/**********
* Parallel Coordinates
*/
.nvd3 .background path {
  fill: none;
  stroke: #ccc;
  stroke-opacity: .4;
  shape-rendering: crispEdges; }

.nvd3 .foreground path {
  fill: none;
  stroke: steelblue;
  stroke-opacity: .7; }

.nvd3 .brush .extent {
  fill-opacity: .3;
  stroke: #fff;
  shape-rendering: crispEdges; }

.nvd3 .axis line, .axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.nvd3 .axis text {
  text-shadow: 0 1px 0 #fff; }

/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none; }

.nvd3 line.nv-guideline {
  stroke: #ccc; }

/**
 * Datacenter d3js Stylesheets
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2014-02-24
 */
@media (min-width: 760px) {
  .datacenter {
    margin-left: -20px;
    margin-left: -1.25rem; } }
.url-copy label {
  font-size: 11px;
  font-weight: bold;
  color: #99a4a9; }
.url-copy .icon-font {
  font-size: 160%; }

.url-copy-input {
  font-size: 11px;
  border: 1px solid #d0d5d8;
  padding: 3px 4px;
  max-width: 400px;
  color: #99a4a9; }

.url-copy-button {
  font-size: 200%;
  background-color: white;
  border: none; }
  .url-copy-button:hover {
    color: #bb0e0e; }

/* Example tokeninput style #2: Facebook style */
ul.token-input-list,
ul.token-input-list-facebook {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  width: 100%;
  border: 1px solid #8496ba;
  cursor: text;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left; }

ul.token-input-list-facebook li input,
ul.token-input-list li input {
  border: 0;
  width: 100px;
  padding: 3px 8px;
  background-color: white;
  margin: 2px 0;
  -webkit-appearance: caret; }

li.token-input-token,
li.token-input-token-facebook {
  overflow: hidden;
  height: auto !important;
  height: 15px;
  margin: 3px;
  padding: 1px 6px;
  color: #000;
  cursor: default;
  border: 1px solid #ccd5e4;
  font-size: 11px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  white-space: nowrap; }

.url-box-type-printcompare .token-input-token-facebook,
li.token-input-token {
  width: 98%; }

ul.token-input-list li p,
ul.token-input-list-facebook li p {
  font-size: 11px;
  font-weight: bold;
  color: white; }

ul.token-input-list-facebook li .token-input-delete-token-facebook {
  color: white; }

ul.token-input-list li:nth-child(0n + 1),
ul.token-input-list-facebook li:nth-child(0n + 1) {
  background-color: #1f77b4; }
ul.token-input-list li:nth-child(0n + 2),
ul.token-input-list-facebook li:nth-child(0n + 2) {
  background-color: #ff7f0e; }
ul.token-input-list li:nth-child(0n + 3),
ul.token-input-list-facebook li:nth-child(0n + 3) {
  background-color: #2ca02c; }
ul.token-input-list li:nth-child(0n + 4),
ul.token-input-list-facebook li:nth-child(0n + 4) {
  background-color: #d62728; }
ul.token-input-list li:nth-child(0n + 5),
ul.token-input-list-facebook li:nth-child(0n + 5) {
  background-color: #9467bd; }
ul.token-input-list li:nth-child(0n + 6),
ul.token-input-list-facebook li:nth-child(0n + 6) {
  background-color: #8c564b; }
ul.token-input-list li:nth-child(0n + 7),
ul.token-input-list-facebook li:nth-child(0n + 7) {
  background-color: #e377c2; }
ul.token-input-list li:nth-child(0n + 8),
ul.token-input-list-facebook li:nth-child(0n + 8) {
  background-color: #7f7f7f; }
ul.token-input-list li:nth-child(0n + 9),
ul.token-input-list-facebook li:nth-child(0n + 9) {
  background-color: #bcbd22; }
ul.token-input-list li:nth-child(0n + 10),
ul.token-input-list-facebook li:nth-child(0n + 10) {
  background-color: #17becf; }

.token-input-input-token,
.token-input-input-token-facebook {
  background-color: transparent !important; }

li.token-input-token p,
li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0; }

li.token-input-token span,
li.token-input-token-facebook span {
  color: #a6b3cf;
  margin-left: 5px;
  font-weight: bold;
  cursor: pointer; }

li.token-input-selected-token,
li.token-input-selected-token-facebook {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff; }

li.token-input-input-token,
li.token-input-input-token-facebook {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }

div.token-input-dropdown,
div.token-input-dropdown-facebook {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 13px !important;
  font-weight: normal;
  z-index: 1; }

div.token-input-dropdown p,
div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777; }

div.token-input-dropdown ul,
div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0; }

div.token-input-dropdown ul li,
div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none; }

div.token-input-dropdown ul li.token-input-dropdown-item,
div.token-input-dropdown ul li.token-input-dropdown-item2,
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook,
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  background-color: #fff; }

div.token-input-dropdown ul li em,
div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal; }

div.token-input-dropdown ul li.token-input-selected-dropdown-item,
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #3b5998;
  color: #fff; }

/* URL BOX Buttons */
/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 30.09.2016
 */
.entry-tags__title {
  display: block;
  font-weight: bold;
  padding-left: 5px; }

.entry-tag__item {
  display: inline-block;
  padding: 5px; }

.entry-tags__list {
  list-style-type: none;
  font-size: 14px;
  margin-left: 55px; }

.entry-meta-tag-list {
  padding-left: 20px; }

.entry-social {
  margin-left: 55px; }

.entry-social__title {
  display: block;
  font-weight: bold;
  font-size: 14px; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 07.10.2016
 */
.entry-author__bio {
  margin-top: 30px; }

.entry-header-helper {
  position: relative; }

.entry-header-social-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .entry-header-social-buttons ul li {
    float: left;
    margin-right: 10px; }
    @media only all and (min-width: 54.21429em) {
      .entry-header-social-buttons ul li {
        float: none; } }
    .entry-header-social-buttons ul li div, .entry-header-social-buttons ul li img {
      width: 40px;
      height: 40px; }
@media only all and (min-width: 54.21429em) {
  .entry-header-social-buttons {
    position: absolute;
    width: 30px;
    margin-left: -55px;
    margin-top: 0;
    position: absolute; }
    .entry-header-social-buttons.sticky {
      position: fixed; } }

.entry-header-social-buttons-whatsapp {
  display: none; }
  .ios-device .entry-header-social-buttons-whatsapp {
    display: block; }

.grid-box-article_teaser .b-readmore-link {
  font-size: 13px;
  font-weight: bold; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 27.11.2014
 */
.ph-banner-techiteasy img {
  width: 100%; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 03.07.2014
 */
/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
@media (max-width: 989px) {
  .teaser-tiny {
    padding-top: 10px; }
    .teaser-tiny:before, .teaser-tiny:after {
      content: " ";
      display: table; }
    .teaser-tiny:after {
      clear: both; }
    .teaser-tiny header img {
      width: 33%;
      float: left; }
    .teaser-tiny header h2 {
      margin: 0;
      margin: 0;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 18px;
      line-height: 1.125rem;
      width: 65%;
      float: right; }
    .teaser-tiny .ph-teaser-meta {
      width: 65%;
      float: right; } }
.teaser-tiny .boxtitle {
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: inherit; }

/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
@media (min-width: 760px) {
  .teaser-big header h2, .grid-slot-2d3 .teaser-auto header h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 48px;
    line-height: 3rem; } }
@media (max-width: 989px) {
  .teaser.teaser-big .body, .grid-slot-2d3 .teaser.teaser-auto .body, .grid-slot-2d3 .teaser-auto.grid-box-ivw_data_web_teaser .body,
  .grid-slot-2d3 .teaser-auto.grid-box-ivw_data_print_teaser .body,
  .grid-slot-2d3 .teaser-auto.grid-box-ivw_data_covercheck .body, .teaser-big.grid-box-ivw_data_web_teaser .body,
  .teaser-big.grid-box-ivw_data_print_teaser .body,
  .teaser-big.grid-box-ivw_data_covercheck .body {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 64px;
    /* Fallback for non-webkit */
    overflow: hidden;
    text-overflow: ellipsis; } }
/**
 * Teaser Full - Category, Search and more
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
.teaser-full,
.teaser-tiny {
  list-style-type: none;
  padding-top: 0; }
  .teaser-full:before, .teaser-full:after,
  .teaser-tiny:before,
  .teaser-tiny:after {
    content: " ";
    display: table; }
  .teaser-full:after,
  .teaser-tiny:after {
    clear: both; }
  .teaser-full .teaser-image,
  .teaser-tiny .teaser-image {
    margin-left: 0;
    margin-top: 0;
    height: auto;
    margin-right: 20px; }
    @media all and (min-width: large) {
      .teaser-full .teaser-image,
      .teaser-tiny .teaser-image {
        width: 100%; } }

.grid-slot-2d3 .teaser-full img,
.grid-box-latest_article_by_category .teaser-full img {
  float: left; }
  @media all and (min-width: medium) {
    .grid-slot-2d3 .teaser-full img,
    .grid-box-latest_article_by_category .teaser-full img {
      width: 300px;
      margin: 0 15px 3.75px 0;
      margin: 0 0.9375rem 0.23438rem 0;
      max-width: 135px;
      max-width: 8.4375rem; } }

@media (max-width: 759px) {
  .teaser-full li {
    padding-top: 5px; }
  .teaser-full:before, .teaser-full:after {
    content: " ";
    display: table; }
  .teaser-full:after {
    clear: both; }
  .teaser-full header img {
    width: 30%;
    float: left; }
  .teaser-full header h2 {
    margin: 0;
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    width: 65%;
    float: right; }
  .teaser-full .teaser-excerpt {
    display: none; } }
@media (max-width: 989px) {
  .teaser-tiny,
  .teaser-full {
    margin-bottom: 10px; }
    .teaser-tiny .body,
    .teaser-full .body {
      width: 65%;
      float: right;
      margin-top: 6px; } }
/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
.teaser-list {
  list-style-type: none; }
  .teaser-list li:before, .teaser-list li:after {
    content: " ";
    display: table; }
  .teaser-list li:after {
    clear: both; }
  .teaser-list li a {
    color: #363d3d;
    text-decoration: none; }

.teaser-link-list {
  list-style-type: none; }
  .teaser-link-list li {
    margin-left: 10px; }
    .teaser-link-list li:before, .teaser-link-list li:after {
      content: " ";
      display: table; }
    .teaser-link-list li:after {
      clear: both; }
    .teaser-link-list li a {
      color: #363d3d;
      text-decoration: none;
      padding: 5px 10px 5px 0;
      padding: 0.3125rem 0.625rem 0.3125rem 0; }
      .teaser-link-list li a:before {
        content: "\E762";
        font-family: "entypo";
        font-size: 180%;
        margin-left: -10px;
        margin-right: 4px; }
  .teaser-link-list.biznet-events li {
    position: relative; }
    .teaser-link-list.biznet-events li h2 {
      margin-left: 70px; }
    .teaser-link-list.biznet-events li p.teaser-biznet-event-list-date {
      margin: 0;
      padding: 0;
      position: absolute;
      position: absolute;
      top: 0;
      left: -10px; }

.no-touch .teaser-list li a:hover, .no-touch .teaser-list li a:hover:before {
  color: #bb0e0e; }
.no-touch .teaser-link-list li a:hover, .no-touch .teaser-link-list li a:hover:before {
  color: #bb0e0e; }

/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 */
.teaser-list-tabs {
  margin-top: 10px; }
  .teaser-list-tabs .tabs a {
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #99a4a9;
    margin-right: 8px;
    text-decoration: none; }
    .teaser-list-tabs .tabs a.active {
      font-weight: 600;
      color: black; }
  .teaser-list-tabs .tab-content:nth-child(n+2) {
    display: none; }
  .teaser-list-tabs .teaser-list li {
    margin: 4px 0; }

.jqready .teaser-list-tabs .tab-content {
  display: none; }
  .jqready .teaser-list-tabs .tab-content.active {
    display: block; }

/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
.teaser-image {
  list-style-type: none;
  position: relative;
  margin-left: 30px;
  margin-top: 10px;
  height: 290px; }
  .teaser-image li {
    position: absolute;
    z-index: 10;
    padding-left: 10px; }
    .teaser-image li img {
      -webkit-box-shadow: 0 0 3px 0 #aeaeae;
      box-shadow: 0 0 3px 0 #aeaeae; }
    .teaser-image li:nth-child(1) {
      margin-left: 15px;
      margin-top: 15px; }
    .teaser-image li:nth-child(2) {
      margin-left: 30px;
      margin-top: 30px;
      z-index: 1; }
    .teaser-image li:nth-child(3) {
      z-index: 1; }

.no-touch .teaser-image li:hover {
  z-index: 500; }

.grid-box-gallery_by_first_page p a {
  font-weight: 900;
  font-size: 13px;
  color: #363d3d; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 05.07.2016
 */
.ph-teaser {
  clear: both;
  margin-bottom: 10px; }
  .ph-teaser:before, .ph-teaser:after {
    content: " ";
    display: table; }
  .ph-teaser:after {
    clear: both; }
  @media all and (min-width: 990px) {
    .ph-teaser {
      margin-bottom: 15px; } }

.ph-teaser--title {
  font-size: 15px; }
  @media all and (min-width: 759px) {
    .ph-teaser--title {
      font-size: 16px; } }

.ph-teaser--excerpt {
  display: none;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  color: #363d40; }
  @media all and (min-width: 759px) {
    .ph-teaser--excerpt {
      display: inline-block; } }

.ph-teaser--thumbnail {
  width: 24%;
  float: left;
  margin-top: 3px;
  color: #363d40; }

.ph-teaser--date {
  font-weight: bold; }

.ph-teaser--body {
  width: 73%;
  float: right; }

.ph-teaser--title {
  color: #363d40; }
  .ph-teaser:hover .ph-teaser--title {
    color: #bb0e0e; }

/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
.no-touch .teaser a:hover, .no-touch .grid-box-ivw_data_web_teaser a:hover,
.no-touch .grid-box-ivw_data_print_teaser a:hover,
.no-touch .grid-box-ivw_data_covercheck a:hover, .no-touch .teaser a:active, .no-touch .grid-box-ivw_data_web_teaser a:active,
.no-touch .grid-box-ivw_data_print_teaser a:active,
.no-touch .grid-box-ivw_data_covercheck a:active, .no-touch .teaser a:focus, .no-touch .grid-box-ivw_data_web_teaser a:focus,
.no-touch .grid-box-ivw_data_print_teaser a:focus,
.no-touch .grid-box-ivw_data_covercheck a:focus {
  text-decoration: none; }
  .no-touch .teaser a:hover h2, .no-touch .grid-box-ivw_data_web_teaser a:hover h2,
  .no-touch .grid-box-ivw_data_print_teaser a:hover h2,
  .no-touch .grid-box-ivw_data_covercheck a:hover h2, .no-touch .teaser a:active h2, .no-touch .grid-box-ivw_data_web_teaser a:active h2,
  .no-touch .grid-box-ivw_data_print_teaser a:active h2,
  .no-touch .grid-box-ivw_data_covercheck a:active h2, .no-touch .teaser a:focus h2, .no-touch .grid-box-ivw_data_web_teaser a:focus h2,
  .no-touch .grid-box-ivw_data_print_teaser a:focus h2,
  .no-touch .grid-box-ivw_data_covercheck a:focus h2 {
    color: #bb0e0e; }
  .no-touch .teaser a:hover .ph-entry-readmore-link, .no-touch .grid-box-ivw_data_web_teaser a:hover .ph-entry-readmore-link,
  .no-touch .grid-box-ivw_data_print_teaser a:hover .ph-entry-readmore-link,
  .no-touch .grid-box-ivw_data_covercheck a:hover .ph-entry-readmore-link, .no-touch .teaser a:active .ph-entry-readmore-link, .no-touch .grid-box-ivw_data_web_teaser a:active .ph-entry-readmore-link,
  .no-touch .grid-box-ivw_data_print_teaser a:active .ph-entry-readmore-link,
  .no-touch .grid-box-ivw_data_covercheck a:active .ph-entry-readmore-link, .no-touch .teaser a:focus .ph-entry-readmore-link, .no-touch .grid-box-ivw_data_web_teaser a:focus .ph-entry-readmore-link,
  .no-touch .grid-box-ivw_data_print_teaser a:focus .ph-entry-readmore-link,
  .no-touch .grid-box-ivw_data_covercheck a:focus .ph-entry-readmore-link {
    color: #bb0e0e; }

.teaser, .grid-box-ivw_data_web_teaser,
.grid-box-ivw_data_print_teaser,
.grid-box-ivw_data_covercheck {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem; }
  .teaser a, .grid-box-ivw_data_web_teaser a,
  .grid-box-ivw_data_print_teaser a,
  .grid-box-ivw_data_covercheck a {
    text-decoration: none;
    color: #363d3d; }
  .teaser .body p, .grid-box-ivw_data_web_teaser .body p,
  .grid-box-ivw_data_print_teaser .body p,
  .grid-box-ivw_data_covercheck .body p {
    margin: 0;
    font-size: inherit;
    line-height: inherit; }

.ph-teaser-ressort {
  font-weight: 700;
  font-size: 12px;
  color: #3b5998;
  margin-right: 5px; }

@media (max-width: 759px) {
  .teaser, .grid-box-ivw_data_web_teaser,
  .grid-box-ivw_data_print_teaser,
  .grid-box-ivw_data_covercheck {
    padding-bottom: 10px; }
    .teaser .body, .grid-box-ivw_data_web_teaser .body,
    .grid-box-ivw_data_print_teaser .body,
    .grid-box-ivw_data_covercheck .body {
      display: none !important; }

  .ph-teaser-meta {
    float: right;
    width: 65%; } }
.ph-entry-readmore-link {
  color: #363d3d;
  font-size: 13px;
  font-weight: 700;
  color: #99a4a9; }

p.ph-teaser-excerpt {
  margin-top: 10px; }

.ph-teaser-body {
  font-size: 14px;
  line-height: 1.5; }

.ph-teaser-meta {
  margin-top: 10px; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 08.06.2016
 */
@media all and (min-width: 0) and (max-width: 759px) {
  .teaser, .grid-box-ivw_data_web_teaser,
  .grid-box-ivw_data_print_teaser,
  .grid-box-ivw_data_covercheck {
    margin-bottom: 10px; }
    .teaser:before, .grid-box-ivw_data_web_teaser:before,
    .grid-box-ivw_data_print_teaser:before,
    .grid-box-ivw_data_covercheck:before, .teaser:after, .grid-box-ivw_data_web_teaser:after,
    .grid-box-ivw_data_print_teaser:after,
    .grid-box-ivw_data_covercheck:after {
      content: " ";
      display: table; }
    .teaser:after, .grid-box-ivw_data_web_teaser:after,
    .grid-box-ivw_data_print_teaser:after,
    .grid-box-ivw_data_covercheck:after {
      clear: both; } }

@media all and (min-width: 0) and (max-width: 759px) {
  .grid-slot-1d3 .teaser--has-thubmnail .teaser__inner {
    margin-left: 10px;
    width: calc( 66% - 10px );
    float: right; } }

.teaser__byline {
  display: inline;
  color: #888888;
  -webkit-font-smoothing: antialiased;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 13px; }
  @media all and (min-width: 0) and (max-width: 759px) {
    .teaser__byline {
      font-size: 12px; } }

.teaser__excerpt {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400; }
  @media all and (min-width: 0) and (max-width: 759px) {
    .teaser__excerpt {
      margin: 0; } }

.teaser__excerpt--text {
  margin: 0;
  padding: 0; }
  @media all and (min-width: 0) and (max-width: 759px) {
    .teaser__excerpt--text {
      display: none; } }

@media all and (min-width: 759px) {
  .teaser__header {
    margin-top: 5px; } }

.teaser__headline {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 900; }
  .grid-slot-2d3 .teaser__headline {
    font-size: 36px;
    line-height: 1.33;
    margin-bottom: 10px; }
    @media all and (min-width: 0) and (max-width: 759px) {
      .grid-slot-2d3 .teaser__headline {
        font-size: 26px; } }
  .grid-slot-1d3 .teaser__headline {
    font-size: 20px;
    font-weight: 900; }
    @media all and (min-width: 0) and (max-width: 759px) {
      .grid-slot-1d3 .teaser__headline {
        font-size: 15px; } }

.teaser__image {
  width: 100%;
  height: auto; }

.teaser__link:hover {
  color: #bb0e0e; }

.teaser__readmore-link {
  display: inline-block; }
  .teaser__readmore-link .teaser__link--text {
    color: #99a4a9;
    -webkit-font-smoothing: antialiased;
    font-family: "Merriweather", serif;
    font-style: italic; }
    @media all and (min-width: 0) and (max-width: 759px) {
      .teaser__readmore-link .teaser__link--text {
        font-size: 12px; } }
  .teaser__readmore-link:hover .teaser__link--text {
    color: #bb0e0e; }

.teaser__byline--separator {
  color: #888888;
  -webkit-font-smoothing: antialiased;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 13px; }

.teaser__link:link, .teaser__link:visited {
  color: #333333; }
.teaser__link:hover, .teaser__link:active, .teaser__link:focus {
  color: #bb0e0e; }

@media all and (min-width: 0) and (max-width: 759px) {
  .grid-slot-1d3 .teaser__thumbnail {
    width: 33%;
    float: left; } }

.teaser__beats {
  font-size: 12px;
  color: #888888;
  font-weight: 400; }

.teaser--numbered-list {
  list-style-type: none;
  counter-reset: teaser--numbered-list;
  padding-left: 25px; }
  .teaser--numbered-list .teaser__headline {
    font-size: 13px;
    font-weight: 700; }
  .teaser--numbered-list li {
    position: relative;
    margin-top: 16px; }
  .teaser--numbered-list li:before {
    content: counter(teaser--numbered-list) ".";
    counter-increment: teaser--numbered-list;
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    top: 3px;
    left: -22px; }
  .teaser--numbered-list a:hover, .teaser--numbered-list a:active, .teaser--numbered-list a:focus {
    color: #bb0e0e; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 09.06.2016
 */
.teaser__headline .teaser--highlight {
  margin-bottom: 7px; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 09.06.2016
 */
.teaser--list {
  list-style-type: none;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .teaser--list .teaser__body {
    display: none; }
  .teaser--list .teaser__byline {
    margin-top: 8px; }
  .teaser--list .teaser__thumbnail {
    display: none; }
  .teaser--list .teaser__footer {
    display: none; }
  .teaser--list .teaser__headline {
    padding-left: 15px;
    position: relative; }
    .teaser--list .teaser__headline:before {
      content: "´┐½";
      color: gainsboro;
      display: block;
      position: absolute;
      left: 0px;
      font-size: 20px;
      top: -5px; }
  .teaser--list:first-child .teaser__thumbnail {
    display: block; }
  .teaser--list:first-child .teaser__body {
    display: block; }
  .teaser--list:first-child .teaser__footer {
    display: block; }
  .teaser--list:first-child .teaser__headline {
    padding: 0; }
  .teaser--list:first-child .teaser__headline:before {
    content: ""; }

.teaser__list {
  margin-bottom: 20px; }

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 09.06.2016
 */
/**
 * Ticker
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-11-12
 * @last modified 2016-09-30
 */
.m-ticker .post-item {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #edeff4; }
  .m-ticker .post-item:last-child {
    border-bottom: none; }
  .m-ticker .post-item .post-excerpt {
    display: none; }
  .m-ticker .post-item a {
    text-decoration: none;
    color: #363d3d; }
  .m-ticker .post-item h2 {
    display: inline;
    font-weight: 900; }
  .m-ticker .post-item time {
    font-weight: 400;
    color: #728181;
    font-size: 12px;
    display: block; }
.m-ticker .icon-font, .m-ticker .icon-social {
  font-size: 180%;
  color: #3b5998;
  margin-right: 3px; }

/**
 * Ticker
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-12-16
 * @last modified 2013-12-16
 */
#top-four {
  margin: 5px 15px;
  margin: 0.3125rem 0.9375rem;
  position: relative;
  z-index: 0;
  display: block; }
  #top-four:before, #top-four:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px rgba(160, 160, 160, 0.8);
    -moz-box-shadow: 0 0 10px rgba(160, 160, 160, 0.8);
    box-shadow: 0 0 10px rgba(160, 160, 160, 0.8);
    top: 60%;
    bottom: 0;
    left: 20%;
    right: 20%;
    -moz-border-radius: 200px / 5px;
    border-radius: 200px / 5px; }
  #top-four:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }
  #top-four:before, #top-four:after {
    content: " ";
    display: table; }
  #top-four:after {
    clear: both; }
  #top-four ul {
    padding: 0 0 5px 0;
    padding: 0 0 0.3125rem 0;
    margin: 15px 0;
    margin: 0.9375rem 0;
    background-color: white; }
    #top-four ul li {
      width: 24%;
      display: inline-block;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #top-four ul li img {
        font-size: 13px;
        font-size: 0.8125rem;
        width: 80px;
        width: 5rem;
        height: 60px;
        height: 3.75rem;
        margin-right: 15px;
        margin-right: 0.9375rem;
        float: left; }
      #top-four ul li h2 {
        color: #363d40;
        margin-bottom: 1px;
        margin-bottom: 0.0625rem;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 19px;
        line-height: 1.1875rem;
        width: 125px;
        width: 7.8125rem;
        font-weight: 900;
        float: left; }

@media (max-width: 989px) {
  #top-four {
    margin-top: 30px; }
    #top-four ul li img {
      width: 60px;
      width: 3.75rem;
      height: auto;
      height: auto; }
    #top-four ul li h2 {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 15px;
      line-height: 0.9375rem;
      width: 95px;
      width: 5.9375rem; } }
@media (max-width: 759px) {
  #top-four {
    display: none; } }
/**
 * Global Variables
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-11-06
 * @last modified 2013-11-06
 */
.twitterbox .tweetbox {
  margin: 0 0 15px 40px;
  margin: 0 0 0.9375rem 2.5rem;
  font-size: 13px;
  font-size: 0.8125rem; }
  .twitterbox .tweetbox .tweetbox-tweet {
    margin: 0;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .twitterbox .tweetbox .tweetbox-profile-image {
    margin-left: -40px;
    margin-left: -2.5rem;
    float: left;
    max-width: 30px; }
  .twitterbox .tweetbox .tweetbox-meta {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 13px;
    line-height: 0.8125rem;
    margin: 0 0 3.75px 0;
    margin: 0 0 0.23438rem 0; }

.twitterbox {
  margin: 25px 0 0 0;
  margin: 1.5625rem 0 0 0; }

.ph-footer-credits {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  margin: 0 auto;
  border-top: 1px solid #aeaeae;
  width: 70%; }
  .ph-footer-credits p {
    font-size: 12px;
    color: #606060; }

.ph-footer-credits-logo {
  width: 100px;
  margin-top: 10px; }

.tv-tipp-image-navigation {
  border: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0; }
  .tv-tipp-image-navigation .nav-previous, .tv-tipp-image-navigation .nav-next {
    position: relative;
    top: auto;
    opacity: 1; }
  .tv-tipp-image-navigation .nav-previous {
    left: 0; }
  .tv-tipp-image-navigation .nav-next {
    right: 0; }

.tv-tipp-image-wrapper {
  position: relative;
  line-height: 0; }

/* box-sizing */
.fr-window, .fr-window [class^="fr-"],
.fr-overlay, .fr-overlay [class^="fr-"],
.fr-spinner, .fr-spinner [class^="fr-"] {
  box-sizing: border-box; }

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  transform: translateZ(0px); }

/* z-index */
.fr-overlay {
  z-index: 99998; }

.fr-window {
  z-index: 99999; }

.fr-spinner {
  z-index: 100000; }

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  filter: alpha(opacity=90); }

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100); }

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible; }

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important; }

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%; }

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center; }

.fr-hovering-clickable .fr-container {
  cursor: pointer; }

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px; }

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px; }

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px; }

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px; }

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px; }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px; }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px; }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px; } }
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px; }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px; }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px; }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px; } }
/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0; }

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0; }

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px; }

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px; }

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible; }

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%; }

.fr-content-background {
  background: #101010; }

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: none;
  opacity: 1; }

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1; }

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d; }

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0; }

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto; }

.fr-caption {
  width: auto;
  display: inline; }

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap; }

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fr-position-inside {
  border: 0; }

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  /* oldIE */ }

.fr-position-text {
  color: #b3b3b3; }

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1; }

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block; }

.fr-ui-outside .fr-info .fr-position {
  display: none; }

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block; }

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline; }

.fr-info a:hover {
  color: #eee; }

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none; }

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none; }

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; }

.fr-stroke-vertical {
  width: 1px;
  height: 100%; }

.fr-stroke-horizontal {
  padding: 0 1px; }

.fr-stroke-right {
  left: auto;
  right: 0; }

.fr-stroke-bottom {
  top: auto;
  bottom: 0; }

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08); }

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3); }

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none; }

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none; }

.fr-ui-fullclick .fr-content-background {
  box-shadow: none; }

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none; }

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: 1; }

.fr-side-previous {
  left: 0; }

.fr-side-next {
  right: 0;
  left: auto; }

.fr-side-disabled {
  cursor: default; }

.fr-side-hidden {
  display: none !important; }

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010; }

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px; }

  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px; } }
/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.fr-close-background {
  background-color: #000; }

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden; }

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important; }

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0; }

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0; }

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%; }

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0; }

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1; }

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0; }

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden; }

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px; }

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1; }

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */ }

.fr-thumbnail-overlay {
  cursor: pointer; }

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default; }

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent; }

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important; }

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none; }

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: .99; }

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: .35; }

.fr-thumbnail-active {
  cursor: default; }

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left; }

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none; }

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020; }

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden; }

.fr-thumbnails-side-previous {
  margin-left: 12px; }

.fr-thumbnails-side-next {
  margin-right: 12px; }

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0; }

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px; }

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px; }

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer; }

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px; }

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b; }

.fr-thumbnails-side-button-disabled * {
  cursor: default; }

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333; }

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both; }

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909; }

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important; }

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important; }

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px; }

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px; }

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important; }

/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px; } }
@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px; }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px; } }
/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px; }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px; }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px; }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px; } }
@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px; }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0; }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px; }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px; } }
/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important; } }
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important; } }
/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%; }

  /* fullclick */
  .fr-page {
    min-height: 100%; }

  /* overflow: false */ }
/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important; }

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1; }

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none; }

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px; }

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out; }

.fr-spinner div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0 0 1px transparent;
  /* fixes rendering in Firefox */ }

.fr-spinner div.fr-spin-1 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.fr-spinner div.fr-spin-2 {
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.fr-spinner div.fr-spin-3 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.fr-spinner div.fr-spin-4 {
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.fr-spinner div.fr-spin-5 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.fr-spinner div.fr-spin-7 {
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.fr-spinner div.fr-spin-8 {
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.fr-spinner div.fr-spin-9 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.fr-spinner div.fr-spin-10 {
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.fr-spinner div.fr-spin-11 {
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

.fr-spinner div.fr-spin-12 {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fresco-12 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px; }

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear; }

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px; }

@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px; }

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px; }

/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("2_Module/fresco/skins/fresco/sprite.svg"); }

/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("2_Module/fresco/skins/fresco/sprite.png"); }

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px; }

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  box-shadow: none; }

/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent; }

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px; }

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px; }

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px; }

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px; }

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px; }

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px; }

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px; }

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: .5; }

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1; }

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: .8; }

/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: .2; }

/* TODO: make sure this works */
/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none; }

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px; }

  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px; }

  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px; }

  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px; }

  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px; }

  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px; }

  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px; }

  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px; }

  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px; }

  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px; } }
/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636; }

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343; }

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: .8; }

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919; }

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px; }

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px; }

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: .8; }

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1; }

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1; }

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0; }

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3); }

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */ }

/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px; }

/* Thumbnails < > */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px; }

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px; }

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px; }

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px; }

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px; }

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px; }

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px; }

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px; }

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8; }

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px; }

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px; }

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1; }

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px; }

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px; }

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5; }

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px; }

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px; }

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50); }

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px; }

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px; }

/* Slider */
.slider-wrapper {
  visibility: hidden; }
  .slider-wrapper.initialzed {
    visibility: visible; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  outline: none;
  text-align: left;
  padding-left: 75px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
.slide:focus {
  outline: none; }

.slide-text {
  padding: 0 10%; }
  .slide-text h3 {
    margin: 10px 0 0 0; }

.slider-wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #edeff4; }
  .slider-wrapper #left {
    width: 35px;
    top: 50%;
    position: absolute;
    left: 5px;
    z-index: 1000;
    margin-top: -75px; }
    .slider-wrapper #left:hover {
      cursor: pointer; }
    .slider-wrapper #left img {
      height: 150px;
      max-height: 150px; }
  .slider-wrapper #right {
    width: 35px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -75px;
    z-index: 1000; }
    .slider-wrapper #right:hover {
      cursor: pointer; }
    .slider-wrapper #right img {
      height: 150px;
      max-height: 150px; }

.slider-main {
  width: 100%;
  margin: 0 auto; }
  .slider-main .slick-slide {
    text-align: center; }
    .slider-main .slick-slide img {
      display: inline-block; }

.slider-nav {
  width: 100%;
  margin: 0 auto;
  margin-top: 2px; }
  .slider-nav button {
    background: rgba(59, 89, 152, 0.7);
    height: 100%; }
  .slider-nav .slick-slide {
    opacity: 0.7;
    text-align: center; }
    .slider-nav .slick-slide:hover {
      opacity: 1; }
    .slider-nav .slick-slide img {
      margin: 0 1px 0 1px;
      max-height: 80px; }
  .slider-nav .slick-current {
    opacity: 1; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 100;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: rgba(59, 89, 152, 0.7);
    color: #FFF; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Arial";
    font-size: 29px;
    line-height: 15px;
    color: #FFF;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: "‹"; }
    [dir="rtl"] .slick-prev:before {
      content: "›"; }

.slick-next {
  right: 0px; }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: "›"; }
    [dir="rtl"] .slick-next:before {
      content: "‹"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "inherit";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center !important;
  transform: inherit !important; }

.slick-no-slide .slick-slide {
  float: none !important;
  display: inline-block !important; }

.the-gallery {
  position: relative;
  background-color: #edeff4;
  font-family: "Roboto", sans-serif; }
  .the-gallery * {
    max-width: 100%;
    box-sizing: border-box; }
  .the-gallery.is-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999; }

/**
 * the viewport
 */
.the-gallery__viewport {
  padding: 15px;
  margin-bottom: 0; }

/**
  * page component
  */
.the-gallery__page {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  z-index: 1; }
  .the-gallery__page:not(.js-handling) {
    -moz-transition: transform 0.6s, opacity 0.4s, visibility 0.5s;
    -o-transition: transform 0.6s, opacity 0.4s, visibility 0.5s;
    -webkit-transition: transform 0.6s, opacity 0.4s, visibility 0.5s;
    transition: transform 0.6s, opacity 0.4s, visibility 0.5s; }
  .the-gallery__page.is-prev {
    transform: translateX(-5px);
    opacity: 0;
    visibility: hidden; }
    @media all and (min-width: 760px) {
      .the-gallery__page.is-prev {
        transform: translateX(-20vw); } }
  .the-gallery__page.is-next {
    transform: translateX(5px);
    opacity: 0;
    visibility: hidden; }
    @media all and (min-width: 760px) {
      .the-gallery__page.is-next {
        transform: translateX(20vw); } }
  .the-gallery__page.is-active {
    z-index: 2;
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

/**
   * page type img
   */
.the-gallery__page-img {
  margin: 0 auto;
  display: block; }

/**
 *  Navigation component
 */
.the-gallery__navigation {
  position: absolute;
  z-index: 3;
  top: calc(50% - 100px + 20px);
  left: 0;
  right: 0; }

.the-gallery__navigation--button {
  padding: 5px;
  cursor: pointer;
  position: absolute;
  background-color: black;
  color: white;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/**
   *  thumbs component
   */
.the-gallery__thumbs {
  padding: 15px;
  position: relative;
  height: 100px;
  overflow-x: hidden;
  border-top: 1px solid #99a4a9;
  background-color: #99a4a9;
  border-left: 15px solid #99a4a9;
  border-right: 15px solid #99a4a9; }

.the-gallery__thumbs--stage {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  width: 90000px;
  max-width: none; }

.the-gallery__thumb {
  width: 70px;
  height: 70px;
  background-size: cover;
  display: inline-block;
  box-shadow: 0 3px 2px -1px rgba(33, 33, 33, 0.4);
  cursor: pointer;
  opacity: 0.6; }
  .the-gallery__thumb.is-active {
    opacity: 1; }
  .the-gallery__thumb + .the-gallery__thumb {
    margin-left: 5px; }

.the-gallery__page-img {
  box-shadow: 0 3px 2px -1px rgba(33, 33, 33, 0.4); }

.the-gallery__navigation--prev {
  background-image: url("../images/arrow-back.png");
  left: 0;
  cursor: pointer;
  background-color: rgba(153, 164, 169, 0.45);
  padding: 10px 12px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-repeat: no-repeat;
  background-position: 10px;
  text-indent: -9999em; }
  .the-gallery__navigation--prev:hover {
    background-color: rgba(153, 164, 169, 0.99); }

.the-gallery__navigation--next {
  background-image: url("../images/arrow-next.png");
  right: 0;
  cursor: pointer;
  background-color: rgba(153, 164, 169, 0.45);
  padding: 10px 12px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-repeat: no-repeat;
  background-position: 10px;
  text-indent: -9999em; }
  .the-gallery__navigation--next:hover {
    background-color: rgba(153, 164, 169, 0.99); }

@media all and (min-width: 0px) and (max-width: 760px) {
  .the-gallery__navigation {
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1; }
    .the-gallery__navigation.is-hidden {
      opacity: 0; } }
.wp-gallery-ad {
  width: 400px;
  min-height: 300px;
  height: auto;
  margin: 20px auto;
  background-color: white;
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #99a4a9;
  position: relative; }
  .wp-gallery-ad:before {
    content: "Anzeige";
    position: absolute;
    color: #99a4a9;
    font-size: 11px;
    top: -22px; }

.the-gallery__page-caption {
  margin-top: 7px;
  text-align: center;
  color: #363d40;
  font-size: 13px; }

.the-gallery__fullscreen {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url("../images/fullscreen.png");
  cursor: pointer;
  background-color: rgba(153, 164, 169, 0.45);
  padding: 10px 12px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-repeat: no-repeat;
  background-position: 10px;
  text-indent: -9999em;
  background-size: 80%;
  background-position: center;
  z-index: 99; }
  .the-gallery__fullscreen:hover {
    background-color: rgba(153, 164, 169, 0.99); }
  @media all and (min-width: 760px) {
    .the-gallery__fullscreen {
      display: block; } }

.the-gallery__share {
  display: none; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .m-ticker .post-item .post-excerpt p {
    display: none; }

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

  #partner-logo-fachmedien {
    width: 10% !important;
    margin-top: 30px; }

  #m-header {
    height: 0; }

  #newsline {
    background: #efefef;
    width: 100%;
    position: fixed;
    left: 0;
    top: 40px;
    font-size: 11px;
    height: 40px; }
    #newsline a {
      color: #111;
      outline: 0; }
    #newsline #newsstream-teaser-list .slick-list .slick-track .slick-slide {
      vertical-align: middle;
      height: 50px;
      text-align: center;
      padding-left: 0px !important;
      line-height: 15px !important; }
      #newsline #newsstream-teaser-list .slick-list .slick-track .slick-slide .headline {
        width: 80% !important;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        text-overflow: ellipsis;
        display: inline-block;
        line-height: 12px !important; }
        #newsline #newsstream-teaser-list .slick-list .slick-track .slick-slide .headline a {
          color: #111; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #newsstream-teaser-list .slick-dots {
    display: none !important; }
  #newsstream-teaser-list li .time {
    width: 100% !important;
    margin: 0; }
  #newsstream-teaser-list li .headline {
    width: 100% !important; }

  .single-page-ad-format-24539 {
    margin-top: 20px !important; } }
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*
 Print Stylesheet
*/
@media print {
  #page-header,
  #page-footer,
  #m-network-footer,
  .sidebar,
  .m-social-media-bar,
  .entry-social,
  .entry-meta-tag-list,
  .teaser-related,
  #comments,
  .author-info,
  .article-related-post-list,
  #mee-ad-wrapper,
  .m-social-media-bar {
    display: none; }

  #l-wrapper {
    padding: 0; }

  article {
    margin: 0;
    padding-top: 0 !important; }

  .no-touch article.sticky .entry-header {
    position: relative !important; } }
.debug {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  border-top: 4px solid white;
  padding: 2px 10px; }
  .debug p, .debug pre {
    padding: 0;
    margin: 0;
    font-family: monospace;
    font-size: 12px !important;
    color: white; }

#newsticker-widget {
  display: none; }

/**
 * Newsstream / Newsline
 * @author Peer Fischer
 * @created 2017-04-25

 */
#newsstream-teaser-list-wrapper {
  background: #eceff4;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 40px; }
  #newsstream-teaser-list-wrapper #left {
    width: 12px;
    top: 50%;
    position: absolute;
    left: 5px;
    z-index: 1000;
    margin-top: -25px; }
  #newsstream-teaser-list-wrapper #left:hover {
    cursor: pointer; }
  #newsstream-teaser-list-wrapper #left img {
    height: 50px;
    max-height: 50px; }
  #newsstream-teaser-list-wrapper #right {
    width: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -25px;
    z-index: 1000; }
  #newsstream-teaser-list-wrapper #right:hover {
    cursor: pointer; }
  #newsstream-teaser-list-wrapper #right img {
    height: 50px;
    max-height: 50px; }
  #newsstream-teaser-list-wrapper #newsline-more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1000; }
    #newsstream-teaser-list-wrapper #newsline-more a {
      text-decoration: underline;
      font-size: 12px; }
  #newsstream-teaser-list-wrapper #newsstream-teaser-list {
    display: none;
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 0px 30px 0px 30px;
    margin-top: 60px; }
    #newsstream-teaser-list-wrapper #newsstream-teaser-list.slick-initialized {
      display: block; }
    #newsstream-teaser-list-wrapper #newsstream-teaser-list .slick-slide {
      text-align: left !important; }
    #newsstream-teaser-list-wrapper #newsstream-teaser-list .slick-dots {
      left: 0;
      bottom: -50px; }
      #newsstream-teaser-list-wrapper #newsstream-teaser-list .slick-dots li {
        width: 10px;
        height: 10px; }
        #newsstream-teaser-list-wrapper #newsstream-teaser-list .slick-dots li.slick-active button:before {
          color: #111; }
        #newsstream-teaser-list-wrapper #newsstream-teaser-list .slick-dots li button:before {
          color: #cccccc;
          font-size: 30px; }
    #newsstream-teaser-list-wrapper #newsstream-teaser-list li {
      text-align: left; }
      #newsstream-teaser-list-wrapper #newsstream-teaser-list li .time {
        width: 15%;
        margin-right: 1%;
        height: 100%;
        float: left;
        font-size: 14px;
        color: #666; }
      #newsstream-teaser-list-wrapper #newsstream-teaser-list li .headline {
        width: 77%;
        float: left; }
        #newsstream-teaser-list-wrapper #newsstream-teaser-list li .headline a {
          color: #111;
          font-size: 16px;
          font-weight: 700; }
          #newsstream-teaser-list-wrapper #newsstream-teaser-list li .headline a:hover {
            color: #bb0e0e; }

.pagination {
  width: 100%;
  display: inline-block; }

#newsstream {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  border: none !important; }
  #newsstream #newsstream-more-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 10px; }
    #newsstream #newsstream-more-wrapper #newsstream-more {
      background: #3b5998;
      color: #FFF;
      cursor: pointer;
      padding: 15px 20px 15px 20px;
      display: inline-block;
      text-transform: uppercase; }
      #newsstream #newsstream-more-wrapper #newsstream-more:hover {
        background: #3b5288; }
      #newsstream #newsstream-more-wrapper #newsstream-more #newsstream-spinner {
        display: none; }
      #newsstream #newsstream-more-wrapper #newsstream-more.disabled {
        display: none; }
  #newsstream #newsstream-list {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none !important; }
    #newsstream #newsstream-list .newsitem {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
      padding-top: 10px; }
      #newsstream #newsstream-list .newsitem article {
        float: left;
        width: 100%; }
        #newsstream #newsstream-list .newsitem article .newsitem-share {
          list-style-type: none;
          margin-top: 20px;
          float: left;
          width: 100%; }
          #newsstream #newsstream-list .newsitem article .newsitem-share li {
            float: right;
            width: auto;
            margin-right: 3px;
            margin: 0;
            padding: 0; }
            #newsstream #newsstream-list .newsitem article .newsitem-share li img {
              width: 25px;
              height: 25px;
              margin-left: 2px; }
        #newsstream #newsstream-list .newsitem article .newsitem-date-time {
          float: left;
          width: 100%; }
          #newsstream #newsstream-list .newsitem article .newsitem-date-time .newsitem-date {
            float: right;
            font-size: 16px;
            color: #CCC; }
          #newsstream #newsstream-list .newsitem article .newsitem-date-time .newsitem-time {
            font-size: 16px;
            float: right;
            margin-right: 10px;
            font-weight: 900;
            color: #CCC; }
        #newsstream #newsstream-list .newsitem article .newsitem-content {
          float: left;
          width: 100%;
          font-size: 15px; }
          #newsstream #newsstream-list .newsitem article .newsitem-content h2 {
            font-size: 20px;
            line-height: 26px;
            margin-top: 22px; }
            #newsstream #newsstream-list .newsitem article .newsitem-content h2 a {
              color: #333; }
              #newsstream #newsstream-list .newsitem article .newsitem-content h2 a:hover {
                color: #bb0e0e !important; }
              #newsstream #newsstream-list .newsitem article .newsitem-content h2 a:visited {
                color: #333; }
          #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body {
            margin-top: 20px;
            font-family: "Merriweather", serif;
            font-size: 15px; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .image-aggregated {
              float: left;
              padding-right: 10px;
              padding-bottom: 10px; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .image-aggregated-frontpage {
              float: left;
              width: 100%;
              height: auto;
              padding-bottom: 10px; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .newsitem-wysiwyg p:first-child {
              margin: 0; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .newsitem-wysiwyg.position-left {
              width: 50%;
              float: right; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .newsitem-wysiwyg.position-right {
              width: 50%;
              float: left; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .newsitem-wysiwyg.position-fullsize {
              width: 100%;
              float: left;
              padding-top: 20px; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .newsitem-img.position-left {
              width: 50%;
              float: left;
              padding-right: 20px;
              box-sizing: border-box; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .newsitem-img.position-right {
              width: 50%;
              float: right;
              padding-left: 20px;
              box-sizing: border-box; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .newsitem-img.position-fullsize {
              width: 100%;
              float: left; }
            #newsstream #newsstream-list .newsitem article .newsitem-content .newsitem-body .newsitem-img img {
              width: 100%;
              height: auto; }
    #newsstream #newsstream-list .newsitem:first-child {
      border-top: none !important; }

.single-meedia_newsstream .content-area img {
  width: 100%; }

.mobile-only {
  display: none; }

@media only screen and (min-width: 320px) {
  .mobile-only {
    display: block; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .mobile-only {
    display: block; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: block; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none; } }
/**
 * FlyIn
 * @author Peer Fischer
 * @created 2017-05-12

 */
#meedia-flyin {
  width: 400px;
  height: 460px;
  position: fixed;
  z-index: 2000;
  bottom: -480px;
  left: 10%;
  background: #FFF;
  color: #FFF; }
  #meedia-flyin iframe {
    border: none;
    width: 400px;
    height: 458px; }
  #meedia-flyin #flyin-close {
    position: absolute;
    cursor: pointer;
    right: -12px;
    top: -12px;
    color: #000;
    font-size: 22px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    height: 20px;
    width: 20px;
    text-align: center; }

.shiftnav-main-toggle-content img {
  height: 40px !important;
  margin-top: -10px; }

.shiftnav-menu-title {
  display: none; }

.shiftnav-menu-image-padded {
  background: #3b5998 !important; }

#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
  z-index: 0; }

#shiftnav-toggle-main .shiftnav-main-toggle-content-after {
  z-index: 20; }

.shiftnav.shiftnav-skin-none {
  font-size: 13px;
  line-height: 1.3em;
  background: #fff;
  color: #111; }

.shiftnav.shiftnav-skin-none .shiftnav-site-title {
  font-size: 30px;
  text-align: left;
  padding: 40px 25px;
  font-weight: normal;
  color: #eeeeee; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item > .shiftnav-target {
  color: #111;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #ccc; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation {
  background: rgba(0, 0, 0, 0.1);
  color: #555555; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #eeeeee; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation,
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-submenu-activation {
  background: rgba(0, 0, 0, 0.1);
  color: #eeeeee; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.shiftnav-highlight > .shiftnav-target,
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item ul.sub-menu .shiftnav-highlight > .shiftnav-target {
  background: transparent; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
  color: #111;
  background: #efefef;
  border-bottom-color: #ccc; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu > li.menu-item > .shiftnav-target {
  text-transform: uppercase; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu li.shiftnav-retract .shiftnav-target {
  background: #FFF;
  color: #111;
  text-transform: normal;
  font-size: 12px;
  text-align: right; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu ul.sub-menu {
  color: #111;
  background: #fff; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
  color: #111;
  border-width: inherit;
  border-bottom-color: #ccc;
  font-weight: normal;
  font-size: inherit;
  text-transform: uppercase; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 50px; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 75px; }

.shiftnav.shiftnav-skin-none ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 100px; }

.shiftnav.shiftnav-skin-none.shiftnav-left-edge {
  border-right: none; }

.shiftnav.shiftnav-skin-none.shiftnav-right-edge {
  border-left: none; }

.shiftnav.shiftnav-skin-none.shiftnav-nojs ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-none ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-none.shiftnav-active-highlight ul.shiftnav-menu li.menu-item > .shiftnav-target:active {
  color: #eeeeee;
  background: #007aff;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5); }

/*# sourceMappingURL=main.css.map */
